html {
  scroll-behavior: myooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 0px;
  background: #fff;
  margin: 0
}

/*================== NAVIGATION ==================*/
.navigation {
	background: #ffcbcb;/*#701818*/
	padding: 5px;
	color: #555555;
	box-shadow: 0 1px 9px 2px rgb(1 1 1 / 9%);
}

.logo {
	/*ORANGE*/background-image: url("https://www.brainynote.com/tools/lib/img/BrainyNote-LOGO.png");
	background-repeat: no-repeat;
    background-size: 180px auto;
    height: 70px;
	width: 180px;
	float: left;
	margin-left: 50px;
}

.site-title img {
    width: 70px;
    height: 70px;
}

.site-title a {
    text-align: left;
	font-size: 30px;
	color: #555555;
	text-decoration: none;
	font-family: arial;
	float: left;
	margin-left: 20px;
}
.site-title a hover{
    text-decoration:none
}

.menu {
	text-align: right;
	padding: 5px;
	font-family: sans-serif
}

.menu-icon {
	margin-bottom: 0px;
}

.menu-btn {
	display: none
}

.menu-btn:checked~.menu-links {
	display: block;
	padding-top: 30px;
}

.menu-links a {
	text-align: left;
	display: block;
	margin: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #555555;
}

.menu-links1 a {
	text-align: left;
	display: block;
	margin: 20px;
	cursor: pointer;
	text-decoration: none;
	color: #ffe5c5;
}

.menu-links {
	padding-inline-start: 5px;
	display: none
}

.menu span {
	padding: 5px 20px;
	font-size: 30px;
	cursor: pointer
}
/*================== NAVIGATION ==================*/

/*================== FontStyle Generator ==================*/
.fs-text {
    padding: 5px 0;
    margin-bottom: 10px;
    /*background: #5494f4;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);*/
    z-index: 999;
    position: sticky;
    top: 0;
}

.fs-name  {
	color: grey;
	padding: 5px 10px;
	padding-top: 20px;
	font-size: 12px;
	border-radius: 5px 5px 0 0;
	text-transform: uppercase;
	font-family: sans-serif;
}
.fancytext {
	min-height: 30px;
	padding-top: 20px;
	display: block;
	text-align: center;
	font-size: 18px;
	width: 90%;
	margin-top: 5px;
	background-color: #fff;
	border-radius: 50px;
    border: 3px solid #72c3a0a1;
	color: #333;
	outline: 0;
	resize: none
}

.fancytext:focus {
	border-color: #701818;
	border-width: 3px
}

.loadmore {
    font-family: sans-serif;
    font-size: 20px;
    padding: 20px;
	width: 300px;
    border: 2px solid #54f4ec;
    color: #fff;
    margin: 10px 0 5px 0;
    cursor: pointer;
    background: #701818;
    text-align: center;
    outline: 0;
    border-radius: 50px;
    box-shadow: 0 1px 2px 2px rgb(0 1 1 / .2);
}
.loadmore:hover {
	background: #fff;
	color: #701818
}
/*================== FontStyle Generator ==================*/

/*================== ROW & COLUMNS ==================*/
/* Remove extra left and right margins, due to padding */
.row {
	margin: 10px 10px;
	max-width: 1100px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.container-column {
	display: flow-root;
    margin: 20px;
}

/* left-Right Columns */
.leftcolumn {   
  float: left;
  width: 70%;
  padding: 20px;
  padding-left: 40px;
}

.rightcolumn {
  float: left;
  width: 30%;
  padding: 20px;
}
/* left-Right Columns */

/* Column 50% */
.column-2 {
    float: left;
    width: 50%;
    padding: 20px 20px;
}
/* Column 50% */

/* Column 33.33% */
.column-3 {
    float: left;
    width: 33.33%;
    padding: 20px 20px;
}
/* Column 33.33% */

/* Column 25% */
.column-4 {
    float: left;
    width: 25%;
    padding: 20px 20px;
}
/* Column 25% */
/*================== ROW & COLUMNS ==================*/

/*================== CARDS ==================*/
.card-2,.card-3,.card-4 {
	font-size: 18px;
	box-shadow: 0 0 20px 5px #ffcbcb;
    padding: 20px;
    text-align: center;
    background-color: #ffffff;
    width: 100%;
    height: 105px;
	border-radius: 100px;
}
.card-2:hover, .card-3:hover, .card-4:hover {
  box-shadow: 0 0 20px 5px #fe8282;
  color: #a52a2a;
  background-color: #fff;
  transition: 0.3s ease, fill 0.3s ease;
}
.card-4:hover .cardicon {
    color: #701818;
    fill: #701818;
}
.cardicon {
	font-size: 40px;
	color: #00e;
	fill: #00e;
	vertical-align: middle;
	float: left;
    padding: 10px;
    margin-right: 10px;
}
/*.card-2:hover, .card-3:hover, .card-4:hover i, ic {
    color: #701818;
	fill: #701818;
    transition: color 0.3s ease, fill 0.3s ease;
}*/
.cardtitle {
	/*font-size: 20px;*/
	/*font-weight: 700;*/
	margin: 20px;
	text-align: center;
	text-shadow: 2px 3px 2px rgba(174,174,174,0.3);
}
/*================== CARDS ==================*/

/*================== ADBOX ==================*/
.adbox {
	margin: 10px;
}
/*================== ADBOX ==================*/

/*================== MAIN ==================*/
main {
	max-width: 100%;
	overflow: hidden;
	margin: 20px auto;
	padding: 20px;
	background-color: #fff;
	box-shadow: 0 9px 18px 0 rgb(164 217 255);
}

.main-container {
	max-width: 100%;
}

.toolname {
	font-size: 30px;
	font-weight: 700;
	margin: 20px;
	text-align: center;
	color: rgb(255 102 0);/*#701818*/
	text-shadow: 2px 3px 2px #fecfaf;
}

label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

input {
	padding: 10px;
	border: none;
	border-radius: 5px;
	background-color: #e9e9e9;
	margin-bottom: 20px;
	width: 100%;
}

.container-button {
	color: #000000;
    background-color: #701818;
    padding: 10px;
    width: 100%;
}

button {
	padding: 20px;
    border: none;
    border-radius: 10px;
    background-color: #5494f4;
    color: #fff;
    cursor: pointer;
    width: 100%;
    font-size: 20px;
}

button:hover {
cursor: pointer;
background-color: #5494f4;
color: #fff;
}


textarea {
    padding: 10px;
    font-size: 18px;
    min-height: 300px;
    max-height: 999px;
    width: 100%;
    background: #fff;
    cursor: pointer;
    color: #000;
    border: 1px solid #abababa1;
    border-radius: 1px;
    outline: 0;
    font-family: Cardo, Arial;
    resize: none;
    border-style: solid;
}		
/*================== MAIN ==================*/

/*================ MAIN CONTAINER ================*/
.input-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.output-container {
  
}
/*================ MAIN CONTAINER ================*/

/*================== TABLE ==================*/ 
  table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd; /* Add border around the table */
  }

  th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; /* Add border to the right of cells */
  }

  th {
    background-color: #f2f2f2;
    font-weight: bold;
    border-bottom: 2px solid #555; /* Different color for header bottom border */
  }

  tr:nth-child(even) {
    background-color: #f2f2f2;
  }
/*================== TABLE ==================*/ 

/*======= RELATED ROW  =======*/
.relatedtoolstitle {
	font-family: arial, sans-serif;
	color: #701818;
  text-shadow: 2px 3px 2px #feafaf;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	margin-block-start: 0;
	margin-block-end: 0;	
	text-align: center
}
.related-row {
	padding: 20px;
	width: 55%;
}
.related-column {
  float: left;
  width: 25%;
  padding: 10px;
}

.related-row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .related-row {
    width: 100%;
  }
  .related-column {
  width: 50%;
  padding: 10px;
}
}
a { 
	text-decoration: none;
}
/*======= RELATED ROW  =======*/

/* =================== OTHER LINKS ==================== */ 
/*===== HOT LINKS =====*/
.hotlinks {
    clear: both;
    padding: 5px;
    color: #777;
    text-align: center;
}
.hotlinks a {
    text-decoration: none;
    padding: 9px;
	font-weight: 700;
    display: inline-block;
    color: #000;
    background: #00ffcf;
    border-radius: 4px;
    margin: 5px;
	box-shadow: 0 8px 16px 0 rgb(221 255 241);
}
.hotlinks a:hover {
  background-color: #fc0303;
  box-shadow: 0 8px 16px 0 rgba(252, 114, 114);
  color: #fff;
}
/*===== HOT LINKS =====*/
/*===== My LINKS =====*/
.mytools {
	margin: 10px;
	padding: 10px;
	width: 60%;
}
.mytoolstitle {
    font-family: arial, sans-serif;
    color: #2e72e7;
	text-shadow: 2px 3px 2px #b6affe;
    font-size: 20px;
    font-weight: 700;
    padding: 10px;
    margin-block-start: 0;
    margin-block-end: 0;
    text-align: center;
}
.mylinks {
    clear: both;
    padding: 15px;
    color: #777;
    text-align: center;
}
.mylinks a {
    text-decoration: none;
    padding: 9px;
	font-weight: 600;
    display: inline-block;
    color: #fff;
    background: #034e80;
    border-radius: 4px;
    margin: 5px;
	box-shadow: 0 8px 16px 0 rgb(122 146 163);
}
.mylinks a:hover {
  background-color: #f5d905;
  box-shadow: 0 8px 16px 0 rgba(252, 183, 114);
  color: black;
}
/*===== SM LINKS =====*/
/* =================== OTHER LINKS ==================== */ 

/* =================== SHARER =================== */
    .sharer {
	  display: inline-flex;
	  flex-wrap: wrap;
      margin: 5px;
	}
/*============= SHARER - SVG =============*/ 
	.share-buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 5px;
      margin: 5px;
    }
    
    .fa.fa-share-alt {
		margin-right: 5px;
		color: #00c57b;
	}
	
	.share-text {
		padding: 9px;
	}
    
    .share-button {
      display: flex;
      align-items: center;
      text-decoration: none;
      color: #fff;
      border-radius: 2px;
      transition: background-color 0.3s;
    }
    
    .share-button:hover {
      opacity: 0.8;
    }
    
    .share-button i {
      font-size: 14px;
    }
    
    /* Facebook */
    .share-button.facebook {
      background-color: #3b5998;
      padding: 10px;
    }
    
    /* Twitter */
    .share-button.twitter {
      background-color: #1da1f2;
	  padding: 10px;
    }
    
    /* LinkedIn */
    .share-button.linkedin {
      background-color: #0077b5;
	  padding: 10px;
    }
    
    /* Pinterest */
    .share-button.pinterest {
      background-color: #bd081c;
	  padding: 10px;
    }
    
    /* Instagram */
    .share-button.instagram {
      background-color: #e1306c;
	  padding: 10px;
    }
    
    /* Reddit */
    .share-button.reddit {
      background-color: #ff4500;
	  padding: 10px;
    }
    
    /* WhatsApp */
    .share-button.whatsapp {
      background-color: #25d366;
	  padding: 10px;
    }
    
    /* Telegram */
    .share-button.telegram {
      background-color: #0088cc;
	  padding: 10px;
    }
/*============= SHARER - SVG =============*/

/* ======== SHARER - FontAwesome ======== */
.share-button,
.svg-icon {
    display: inline-block; border-radius: 2px;
}

.share-icon {
    color: #fff;
    padding: 12px 0px;
    font-size: larger;
}

.share-text {
    padding: 12px 3px;
    padding-right: 10px;
}

.share-button {
    margin: 3px 3px;
    border-radius: 2px;
	cursor: pointer;
}

@media only screen and (max-width:500px) {}

.svg-icon svg {
    width: 1em;
    height: 1em;
    margin: 0
}

.svg-icon {
    fill: #fff;
    stroke: none;
    transition: 25ms ease-out;
}

.share-svg {
    fill: #00c57b;
}

.facebook-svg {
    padding: 9px;
    background-color: #3b5998
}

.facebook-svg:hover {
    background-color: #2d4373
}

.twitter-svg {
    padding: 9px;
    background-color: #55acee
}

.twitter-svg:hover {
    background-color: #2795e9
}

.reddit-svg {
    padding: 9px;
    background-color: #ff4500
}

.reddit-svg:hover {
    background-color: #d45324
}

.whatsapp-svg {
    padding: 9px;
    background-color: #25d366
}

.whatsapp-svg:hover {
    background-color: #1da851
}

.telegram-svg {
    padding: 9px;
    background-color: #1394d4
}

.telegram-svg:hover {
    background-color: #016293
}
/* COPY URL */
.link-svg {
    fill: blue;
    padding: 9px;
    border: 1px solid blue;
}

.link-svg:hover {
    fill: #701818;
    border: 1px solid #701818;
}

.tooltip {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    padding: 10px;
    background-color: #3d0980;
    color: white;
    border-radius: 5px;
    font-size: 12px;
}
/* COPY URL */
/* ======== SHARER - FontAwesome ======== */
/* =================== SHARER =================== */

/*======= FOOTER  =======*/
.info {
    font-family: sans-serif;
	text-align: justify;
    margin: 10px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    width: 88%;
    box-shadow: 0 1px 9px 2px rgb(1 1 1 / 9%);
}

.footer {
  padding: 20px;
  text-align: center;
  background: #701818;
  margin-top: 20px;
  color: #fff
}
.footer a {
	color: #45d6ff;
	text-decoration: none;
}
.footer a:hover {
	color: #ff9f9f;
}
/*======= FOOTER  =======*/

.fs-div {
	margin-bottom: 50px
}

.font-types {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    color: #701818;
    padding: 20px;
}

input:focus {
	border-color: #701818
}

input {
    font-family: Arial Unicode MS, lucida grande, tahoma, verdana, arial, sans-serif;
    padding: 15px;
    font-size: 20px;
    white-space: nowrap;
    width: 90%;
    text-align: center;
    background: #ffcbcb;
    cursor: pointer;
    color: #000;
    border: 1px solid #abababa1;
    border-radius: 50px;
    outline: 0;
    box-shadow: 0 0 5px 2px rgb(110 255 193);
}
input:hover {
	color: #701818;
	border-color: #701818;
	text-shadow: 1px 1px 1px #00000045;
	box-shadow: 0 0 5px 2px rgb(110 255 193);
}

#scrolltop {
	display: none;
	position: fixed;
	bottom: 17%;
	right: 15px;
	font-size: 18px;
	background-color: #d88484;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px
}

#scrolltop:hover {
	background-color: #701818;
	border: 2px solid #fff
}

/* ================== COPY MESSAGE ================== */
#copymsg {
  visibility: hidden;
  min-width: 250px;
  margin-top: -50px;
  background: linear-gradient(45deg,#701818,#ff0063);
  box-shadow: 0 2px 4px -1px #5494f4, 0 4px 5px 0 rgb(111 111 111 / 14%), 0 1px 10px 0 rgb(133 133 133 / 12%);
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  top: 50%;
  left: 30px;
  font-size: 17px;
}

#copymsg.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {left: 0; opacity: 0;} 
  to {left: 30px; opacity: 1;}
}

@keyframes fadein {
  from {left: 0; opacity: 0;}
  to {left: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {left: 30px; opacity: 1;} 
  to {left: 0; opacity: 0;}
}

@keyframes fadeout {
  from {left: 30px; opacity: 1;}
  to {left: 0; opacity: 0;}
}
/* ================== COPY MESSAGE ================== */

@media only screen and (max-width:800px) {
	.navigation {
    /*padding-bottom: 25px;*/
	}
	
	.logo {
	margin-left: 20px;
	background-size: 180px;
	}
	
	.leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
    }

	.column-2, .column-3, .column-4 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
	}
	
	.mytools {
    width: 100%;
	}
}
	
@media only screen and (min-width:800px) {
	.site-title a {
		margin-left: 50px;
	}

	.menu span {
		display: none
	}

	.menu-links a {
		display: inline-block;
		color: #555555
	}

	.menu-links a:hover {
		color: #701818
	}

	.menu-links1 a {
		display: inline-block;
		color: #ffe5c5
	}

	.menu-links1 a:hover {
		color: #fff
	}

	.menu-links {
		display: block
	}
	
	main {
	max-width: 80%;
	}
	
	.main-container {
	max-width: 70%;
	}

	.info {
    width: 70%;
	}

	.fancytext {
	width: 90%
	}

	input {
	font-size: 20px
	}

}