body,h1,h2,h3,h4,h5,h6,p,.w3-wide,.w3-btn,.w3-button a {font-family: "Roboto Flex", sans-serif; line-height: 1.2 !important;} 
.w3-sidebar a {font-family: "Roboto Flex", sans-serif;}
/* loader */
@keyframes loader-rotate {
 0% {
 transform: rotate(0);
}
 100% {
 transform: rotate(360deg);
}
}
#preloader {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	/*background: #fff;*/
	display: table;
	text-align: center;
}
#preloader_bg {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: visible;
	background: #000;
	display: table;
	text-align: center;
}
.loader {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	width: 200px;
	height: 200px;
}
.loader-icon {
	width: 50px;
	height: 50px;
	border: 5px solid var(--theme);
	border-right-color: #eee;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}
.loader-txt {
	/*background-color: white;*/
	margin: 0 auto;
	width: 320px;
	height: 100px;
	border-radius: 4px;
}
.loader-icon-sm {
	width: 36px;
	height: 36px;
	border: 5px solid var(--theme);
	border-right-color: #eee;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}
.loader-icon-xs {
	width: 30px;
	height: 30px;
	border: 4px solid var(--theme);
	border-right-color: #eee;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}
.loader-icon-xs-black {
	width: 30px;
	height: 30px;
	border: 4px solid #000;
	border-right-color: #eee;
	border-radius: 50%;
	position: relative;
	animation: loader-rotate 1s linear infinite;
	margin: 0 auto;
}

.eyespan {
	float: right;
	margin-right: 10px;
	margin-top: -45px;
	position: relative;
	z-index: ;
	color: #666;
}
.eyespan:hover {
	float: right;
	margin-right: 10px;
	margin-top: -45px;
	position: relative;
	z-index: ;
	color: #666;
	/*background-color:#d21404;
		border-radius: 50%;*/
		cursor: pointer;
}

.teal-input {
    accent-color: #4caf50;
    height: 26px; /* not needed */
    width: 26px; /* not needed */
	border-radius: 8px;
}

.badge-circle-s {
  height: 24px;
  width: 24px;
  display: table-cell;
  text-align: center;
  border-radius: 50%;
  background: #4caf50;
  color: white;
}

.badge-circle-m {
  height: 36px;
  width: 36px;
  display: table-cell;
  text-align: center;
  border-radius: 50%;
  background: var(--theme);
  color: white;
}

.badge-circle {
  height: 40px;
  width: 40px;
  display: table-cell;
  text-align: center;
  border-radius: 50%;
  background-color: #f1fbf6;
  color: white;
}

.badge-circle-l {
  height: 50px;
  width: 50px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: var(--theme-light);
  color: black;
}

.circle {
  position: relative;
  background: var(--theme);
  border-radius: 100%;
  height: 36px;
  width: 36px;
}

.checkMark {
  position: absolute;
  transform: rotate(50deg) translate(-50%, -50%);
  left: 27%;
  top: 46%;
  height: 16px;
  width: 10px;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
}

.w3-hover-custom:hover {
    color: #00 !important;
    background-color: #f3f7f2; !important;
}

.w3-seafoam {color:#000 !important; background-color:#9FE2BF !important}

a.ulink:link, a.ulink:visited {
text-decoration: none;
border-bottom:1px solid var(--theme);
}
a.ulink:hover, a.ulink:active {
}

a.ulinkb:link, a.ulinkb:visited {
text-decoration: none;
border-bottom:1px solid #000;
}
a.ulinkb:hover, a.ulinkb:active {
}

.dvnfo {
position: fixed;
bottom: 0;
padding: 35px;
left: 0;
width: 92%;
height: 360px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background: #fff;
color: #000;
margin-left: 4%;
margin-right: 4%;
z-index: 3;
}

.blue-input {
background-color: red;
}

.dvnfoL {
position: fixed;
bottom: 0;
padding: 50px;
left: 0;
width: 90%;
height: 360px;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
background: #fff;
margin-left: 5%;
margin-right: 5%;
z-index: 3;
}

#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 3; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.w3-greyish,
.w3-hover-greyish:hover {
    color: #000 !important;
    background-color: #f3f7f2 !important;
}

.w3-card-border{
    border: 1px solid #f3f7f2;
}
.w3-card-border-red{
    border: 1px solid #ff0000;
}
.w3-card-border-green{
    border: 2px solid #4caf50;
}

.rotate{
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.rotate.down{
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.rotate-right{
  animation:rotr 0.3s linear, fade-out 0.15s linear, fade-in 0.15s linear;
}

.rotate-left{
  animation:rotl 0.3s linear, fade-out 0.15s linear, fade-in 0.15s linear;
}

@keyframes rotr {
    from {transform:rotate(0deg);}
    to {transform:rotate(180deg);}
}

@keyframes rotl {
    from {transform:rotate(0deg);}
    to {transform:rotate(-180deg);}
}

@keyframes fade-out {
  0%    { opacity: 1; }
  25%	{ opacity: 0.75; }
  50%   { opacity: 0.5; }
  75%	{ opacity: 0.25; }
  100%  { opacity: 0; }
}

@keyframes fade-in {
  0%    { opacity: 0; }
  25%   { opacity: 0.25; }
  50%   { opacity: 0.5; }
  75%   { opacity: 0.75; }
  100%  { opacity: 1; }
}

.rotate-up{
  animation:rotu 0.5s linear, fade-out 0.25s linear, fade-in 0.25s linear;
}

.rotate-down{
  animation:rotd 0.5s linear, fade-out 0.25s linear, fade-in 0.25s linear;
}

@keyframes rotu {
    from {transform:rotateX(0deg);}
    to {transform:rotateX(180deg);}
}

@keyframes rotd {
    from {transform:rotateX(0deg);}
    to {transform:rotateX(-180deg);}
}

.w3-animate-bottom-back {
    position: fixed;
    animation: animatebottomback 0.2s;
}
@keyframes animatebottomback {
    from {
        bottom: 0;
        opacity: 1;
    }
    to {
        bottom: -300px;
        opacity: 0;
    }
}



textarea:focus, input:focus{
    outline: none;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  height: 1em;
  width: 1em;
  border-radius: 50em;
  background: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg) no-repeat 50% 50%;
  background-size: contain;
  opacity: 0;
  pointer-events: none;
  margin-right: 50px;
}

input[type="search"]:focus::-webkit-search-cancel-button {
  opacity: .3;
  pointer-events: all;
}

input[type="search"].dark::-webkit-search-cancel-button {
  filter: invert(1);
}

  .body-no-scroll {
    height: 100vh;
    width: 100vw;
    touch-action: none;
    -webkit-overflow-scrolling: none;
    overflow: hidden;
    overscroll-behavior: none;
  }
  
 .floatFilter-top{
     position:fixed;
     right:16px;
     top: 25px;
     z-index: 1;
}
 .floatFilter-bottom{
     position:fixed;
     right:16px;
     bottom: 25px;
     z-index: 1;
}

.blink_me {
  animation: blinker 2s linear infinite;
}
.blink_me_slow {
  animation: blinker 5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hamRotate.active {
  transform: rotate(-45deg);
}
.hamRotate180.active {
  transform: rotate(-180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:#000;
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham1 .top {
  stroke-dasharray: 40 139;
}
.ham1 .bottom {
  stroke-dasharray: 40 180;
}
.ham1.active .top {
  stroke-dashoffset: -98px;
}
.ham1.active .bottom {
  stroke-dashoffset: -138px;
}
.ham2 .top {
  stroke-dasharray: 40 121;
}
.ham2 .bottom {
  stroke-dasharray: 40 121;
}
.ham2.active .top {
  stroke-dashoffset: -102px;
}
.ham2.active .bottom {
  stroke-dashoffset: -102px;
}
.ham3 .top {
  stroke-dasharray: 40 130;
}
.ham3 .middle {
  stroke-dasharray: 40 140;
}
.ham3 .bottom {
  stroke-dasharray: 40 205;
}
.ham3.active .top {
  stroke-dasharray: 75 130;
  stroke-dashoffset: -63px;
}
.ham3.active .middle {
  stroke-dashoffset: -102px;
}
.ham3.active .bottom {
  stroke-dasharray: 110 205;
  stroke-dashoffset: -86px;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}
.ham5 .top {
  stroke-dasharray: 40 82;
}
.ham5 .bottom {
  stroke-dasharray: 40 82;
}
.ham5.active .top {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham5.active .bottom {
  stroke-dasharray: 14 82;
  stroke-dashoffset: -72px;
}
.ham6 .top {
  stroke-dasharray: 40 172;
}
.ham6 .middle {
  stroke-dasharray: 40 111;
}
.ham6 .bottom {
  stroke-dasharray: 40 172;
}
.ham6.active .top {
  stroke-dashoffset: -132px;
}
.ham6.active .middle {
  stroke-dashoffset: -71px;
}
.ham6.active .bottom {
  stroke-dashoffset: -132px;
}
.ham7 .top {
  stroke-dasharray: 40 82;
}
.ham7 .middle {
  stroke-dasharray: 40 111;
}
.ham7 .bottom {
  stroke-dasharray: 40 161;
}
.ham7.active .top {
  stroke-dasharray: 17 82;
  stroke-dashoffset: -62px;
}
.ham7.active .middle {
  stroke-dashoffset: 23px;
}
.ham7.active .bottom {
  stroke-dashoffset: -83px;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  //stroke-dashoffset: -20px;
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}

.navTrigger {
  cursor: pointer;
  width: 30px;
  height: 25px;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.navTrigger i {
  background-color: #000;
  border-radius: 2px;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
}
.navTrigger i:nth-child(1) {
  -webkit-animation: outT 0.8s backwards;
  animation: outT 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(2) {
  margin: 5px 0;
  -webkit-animation: outM 0.8s backwards;
  animation: outM 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger i:nth-child(3) {
  -webkit-animation: outBtm 0.8s backwards;
  animation: outBtm 0.8s backwards;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
.navTrigger.active i:nth-child(1) {
  -webkit-animation: inT 0.8s forwards;
  animation: inT 0.8s forwards;
}
.navTrigger.active i:nth-child(2) {
  -webkit-animation: inM 0.8s forwards;
  animation: inM 0.8s forwards;
}
.navTrigger.active i:nth-child(3) {
  -webkit-animation: inBtm 0.8s forwards;
  animation: inBtm 0.8s forwards;
}

@-webkit-keyframes inM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes inM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes outM {
  50% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(45deg);
  }
}
@keyframes outM {
  50% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
@-webkit-keyframes inT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes inT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes outT {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(9px) rotate(135deg);
  }
}
@keyframes outT {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(9px) rotate(0deg);
  }
  100% {
    transform: translateY(9px) rotate(135deg);
  }
}
@-webkit-keyframes inBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes inBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}
@-webkit-keyframes outBtm {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-9px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(-9px) rotate(135deg);
  }
}
@keyframes outBtm {
  0% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-9px) rotate(0deg);
  }
  100% {
    transform: translateY(-9px) rotate(135deg);
  }
}

.theme-input {
    accent-color: #2ca064;
    height: 26px; /* not needed */
    width: 26px; /* not needed */
	border-radius: 8px;
}

/* STYLE D */

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox.style-d input:checked ~ .checkbox__checkmark {
  background-color: var(--theme);
}
.checkbox.style-d input:checked ~ .checkbox__checkmark:after {
  opacity: 1;
}
.checkbox.style-d:hover input ~ .checkbox__checkmark {
  background-color: #fff;
}
.checkbox.style-d:hover input:checked ~ .checkbox__checkmark {
  background-color: var(--theme);
}
.checkbox.style-d:hover input ~ .checkbox__body {
  color: #000;
}
.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: #fff;
  transition: background-color 0.25s ease;
  border-radius: 50%;
}
.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 8px;
  height: 13px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}

.floating_btn {
  position: fixed;
  bottom: 50px;
  right: 20px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: var(--green);
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 2.5s infinite;
  box-shadow: 0 0 0 0 var(--green);
  -webkit-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}

.blink_me {
  animation: blinker 1s linear infinite;
}
.nlink {
  color: #2ca064;
  text-decoration: none;
  font-weight: 600;
}

.nlink:hover {
  color: #6fd8a1; /* Change this to any color you like */
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.text_icon {
  margin-top: 8px;
  color: #707070;
  font-size: 13px;
}

.w3-text-gas,
.w3-hover-text-gas:hover {
    color: var(--bnb) !important;
}
.w3-text-peg,
.w3-hover-text-peg:hover {
    color: var(--usdt) !important;
}

.blurred-section {
filter: blur(3px);
user-select: none; /* prevent copying */
pointer-events: none; /* prevent interaction */
}

.allow-copy {
  user-select: text !important;
  -webkit-user-select: text !important; /* For Safari */
  -moz-user-select: text !important;
}

* {
  user-select: auto;
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  -webkit-tap-highlight-color: transparent;
}

*:focus {
    outline: none;
}