:root {
    --mainColor: #f36333; /*var(--mainColor);*/
    --textColor: #44475b;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

body {
  font-family: Arial;
  padding: 0px;
  background: #f1f1f1;
  margin: 0
}

.leftcolumn {   
  float: left;
  width: 70%;
  padding: 20px;
  padding-left: 40px;
}

.rightcolumn {
  float: left;
  width: 30%;
  padding: 20px;
}

.card {
   background-color: white;
   padding: 20px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

.navigation {
	background: #ff4800;
	padding: 10px;
	padding-bottom: 30px;
	color: #fff
}

.site-title img {
    width: 70px;
    height: 70px;
}

.site-title a {
    text-align: left;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
	font-family: pacifico, cursive;
	float: left;
	margin-left: 20px
}
.site-title a hover{
    text-decoration:none
}

.menu {
	text-align: right;
	font-family: sans-serif
}

.menu-btn {
	display: none
}

.menu-btn:checked~.menu-links {
	display: block
}

.menu-links a {
	text-align: left;
	display: block;
	margin: 20px;
	cursor: pointer;
	text-decoration: none;
	font-weight: bold;
	color: #fff
}

.menu-links {
	padding-inline-start: 5px;
	display: none
}

.menu span {
	padding: 5px 20px;
	font-size: 30px;
	cursor: pointer
}

.fs-text {
	padding: 5px 0;
	margin-bottom: 10px;
	background: #ff4800;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / .2);
	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 {
	font-family: arial;
	padding-top: 20px;
	display: block;
	text-align: center;
	font-size: 18px;
	width: 90%;
	margin-top: 5px;
	background-color: #ebeff5;
	color: #333;
	border-radius: 5px;
	outline: 0;
	resize: none
}
.fancytext:focus {
	border-color: #3b3aff;
	border-width: 2px
}

.card {
   background-color: white;
   padding: 20px;
}

.info {
    font-family: sans-serif;
    margin: 10px auto;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    width: 88%;
    box-shadow: 0 1px 8px 2px rgb(0 1 1 / 20%);
}

.footer {
  padding: 20px;
  text-align: center;
  background: #fff;
  margin-top: 20px;
}
.footer a {
	color: blue;
	text-decoration: none;
}
.footer a:hover {
	color: #dc3545;
}

.fs-div {
	margin-bottom: 50px
}

.font-types {
	font-family: arial, sans-serif;
	color: #ff4800;
	font-size: 20px;
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 10px;
	text-align: center
}

input:focus {
	border-color: #6564ff
}

input {
	font-family: Arial Unicode MS, lucida grande, tahoma, verdana, arial, sans-serif;
	padding: 10px;
	font-size: 20px;
	white-space: nowrap;
	width: 100%;
	text-align: center;
	background: #fff;
	cursor: pointer;
	color: #000;
	border: 1px solid #abababa1;
	border-radius: 5px;
	outline: 0;
	box-shadow: 0 0 5px 1px rgb(0 1 1 / .2)
}
input:hover {
	color: #ff4800;
	border-color: #ff4800;
	text-shadow: 1px 1px 1px #00000045
}


.loadmore {
	font-family: sans-serif;
	font-size: 20px;
	padding: 12px 20px;
	border: 2px solid #113a83;
	color: #fff;
	margin: 10px 0 5px 0;
	cursor: pointer;
	background: #113a83;
	text-align: center;
	outline: 0;
	border-radius: 10px;
	box-shadow: 0 1px 2px 2px rgb(0 1 1 / .2)
}
.loadmore:hover {
	background: #fff;
	color: #de3131
}

#scrolltop {
	display: none;
	position: fixed;
	bottom: 17%;
	right: 15px;
	font-size: 18px;
	background-color: #ffa380;
	color: #fff;
	cursor: pointer;
	padding: 10px;
	border-radius: 5px
}

#scrolltop:hover {
	background-color: #ff4800
}

/*============= 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: #000;
  padding: 9px;
  border: 1px solid #000;
}

.link-svg:hover {
  fill: #ff6600;
  border: 1px solid #ff6600;
}

.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 =================== */

/* ================== COPY MESSAGE ================== */
#copymsg {
  visibility: hidden;
  min-width: 250px;
  margin-top: -50px;
  background:linear-gradient(45deg,#ff4800,#ff0000);
  box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.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 ================== */

/*======= RELATED TOOLS  =======*/
.related {    
    color: var(--textColor);
    text-align: left;
    width: 100%;
    border: 1px solid #e9e9eb;
    border-radius: 5px;
}

.relatedtitle {
    padding: 10px 15px;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9eb;
}

.relatedlinks {
    display: flex;
    flex-wrap: wrap;
}

.relatedlinks a {
    display: block;
    width: 50%; /* Adjust this value to change the number of columns */
    padding: 10px 15px;
    color: var(--textColor);
    border-bottom: 1px solid #e9e9eb;
    text-decoration: none;
}

.relatedlinks a:nth-child(odd) {
    border-right: 1px solid #e9e9eb; /* Add a border between columns */
}

.relatedlinks a:hover {
    color: var(--mainColor);
}
/*======= RELATED TOOLS  =======*/

/* =================== SIDEBAR LINKS ==================== */ 
/* Sidebar Links */
.sideXd {
    text-align: center;
}
.sidetitle {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #dc3545;
    clear: left;
    padding: 4px;
    margin: 9px 0px;
}
.sidesubtitle {
	font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background: #6a35dc;
    clear: left;
    padding: 4px;
    margin: 9px 0px;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}
/* Sidebar Links */
/*===== HOT LINKS =====*/
.hotlinks {
    clear: both;
    padding: 5px;
    color: #777;
    text-align: center;
}
.hotlinks a {
    text-decoration: none;
    padding: 9px;
	width: 90%;
	font-weight: 700;
    display: inline-block;
    color: #000;
    background: #ffc000;
    border-radius: 4px;
    margin: 5px;
	box-shadow: 0 8px 16px 0 rgb(255 217 150);
}
.hotlinks a:hover {
  background-color: #fc0303;
  box-shadow: 0 8px 16px 0 rgba(252, 114, 114);
  color: #fff;
}
/*===== HOT LINKS =====*/
/*===== SM LINKS =====*/
.smlinks {
    clear: both;
    padding: 5px;
    color: #777;
    text-align: center;
}
.smlinks a {
    text-decoration: none;
    padding: 9px;
	width: 90%;
	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);
}
.smlinks a:hover {
  background-color: #f5d905;
  box-shadow: 0 8px 16px 0 rgba(252, 183, 114);
  color: black;
}
/*===== SM LINKS =====*/
/* =================== SIDEBAR LINKS ==================== */ 

@media only screen and (min-width:800px) {
	.site-title a {
		margin-left: 50px;
	}

	.menu span {
		display: none
	}

	.menu-links a {
		display: inline-block;
		margin: 10px 15px;
		color: #aad8ff
	}

	.menu-links a:hover {
		color: #fff
	}

	.menu-links {
		display: block;
	}

	.fancytext {
		width: 90%
	}

	input {
		font-size: 20px
	}

}