body {
  color: #fff; font-family: "Carlito", sans-serif; font-size: 15px;
}


.input_box .form-control option {
  color: #fff;
}
.app-footer{display: none;}
.rd3t-link{
  stroke: #fff !important;
}
.paymentGatewayLogo{width: 150px;}
.login-content {
  max-width: 500px;
  background: #1A1A1A;
  padding: 20px;
  position: relative;
  margin: auto;
  color: #fff;
  border-radius: 10px;
}

.card-border-left .card{position: relative; overflow: hidden;}
.card-border-left .card::before{content: ""; background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;}

.card-border-left .card .card-body{padding: 15px 20px !;}

.card-bg .card{background: #28282a; position: relative; overflow: hidden;}
.card-bg .card h3{color: #fff;}

.card-bg.card{position: relative; overflow: hidden; background: url(../img/feature-bg.png) no-repeat bottom; background-size: 100% 100%;}
.card-bg.card h3{color: #fff;}

.pl-inner_container{position: relative; padding: 20px 20px;
  border-radius: 20px; overflow: hidden; background: url(../img/feature-bg.png) no-repeat bottom; background-size: 100% 100%;}
.pl-main_number{font-size: 25px; font-weight: 600; margin-bottom: 20px;}
.pl-container_text1{opacity: .6;}

.pl-container1.pl-active::before{content: ""; filter: brightness(0) invert(1); z-index: 1; background: url(../img/check.png) no-repeat; background-size: cover; height: 40px; width: 40px; position: absolute; right: 20px; top:20px}
.pl-container1{position: relative; cursor: pointer;}

.table-outer{border: none;}
.eye_show_box {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.login .container {
  z-index: 11;
  position: relative;
}
.border_section {
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(to right, rgb(46, 46, 46), rgb(225, 205, 108), rgb(46, 46, 46))1;
}
.login::before {
  content: "";
  background: url(../img/Graph.png) no-repeat; background-size: 100% 100%;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.shadow_one {width: 500px; height: 500px; border-radius: 50%; background: #D4892A99; opacity: 0.5; filter: blur(250px); position: fixed; right: -150px; top: -100px; z-index: -1;}
.shadow_two {width: 600px; height: 600px; border-radius: 50%; background: #054A40; opacity: 0.5; filter: blur(250px); position: fixed; left: -250px; bottom: -200px; z-index: -1;}
 


.gradient_bg_box{color: #000; background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%;}

a, a:active, a:focus, a:hover {outline: none !important; box-shadow: none !important;}
button, button:active, button:focus, button:hover {outline: none !important; box-shadow: none !important; transition: all 0.5s ease; text-decoration: none;}

.dark_box1{
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	position: relative;
 
}
.color_b1b3b9{color: #b1b3b9;}

.digital_colck_box{
	max-width: 500px;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: auto;
	padding: 20px 0;
	position: relative;
 
}

.digital_colck_box:before{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; left: -10px;
}

.digital_colck_box:after{
	content:"";
	width: 8px;
	height: 65px;
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	border: 1px solid #111;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	display: block;
	position: absolute;
	top: 48px; right: -10px;
}

.digital_colck_box .tiles{
text-align: center;

}

.digital_colck_box .clock_box p{margin-bottom: 0; margin-top: 5px;}
.digital_colck_box .clock_box{margin: 0 8px;
	width: 90px;
}
.digital_colck_box .clock_box span{
	color: #111; font-size: 45px; font-weight: 700;
	background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);

	padding: 0px 0;
	display: block;
	position: relative;
}







.light_gradient_btn {
  color: #000 !important;
  transition: all 0.5s ease;
  font-weight: 600;
  border: none; padding: 13px 10px;
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%;
}

.light_gradient_btn:hover {
  background-position: 100% 0;
  color: #000;
}
.btn-primary {
  color: #000 !important;
  transition: all 0.5s ease;

  border: none;
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%) !important;
  background-size: 200% 100%;
}

.btn-primary:hover {
  background-position: 100% 0;
  color: #000;
}

.cursor-pointer{
  cursor: pointer;
}



.text-theme{color: #fcf996 ;}
.login .form-control {
  padding: 10px 15px;
}
.card { border-radius: 10px;}

.app-header {background: #181819; margin-bottom: 20px;}
.login_logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login_logo img {
  width: 220px;
}

.color_A0AEBF {
  color: #E5E5E5;
}

.color_A6B3C4 {
  color: #fff;
}

.register_box {
  max-width: 700px;
}

.login {
  padding-bottom: 20px;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.css-o2c9dn {
  display: flex;
  height: 1px;
  width: 100%;
  background: linear-gradient(90deg, rgba(224, 225, 226, 0) 0%, rgb(224, 225, 226) 49.52%, rgba(224, 225, 226, 0) 100%);
}

.page-header {
  color: #fff;
}



.sidebar-menu li>a.active {
  background: #333336;
}

.sidebar-menu .treeview-menu li>a.active {
  background: transparent; color: #e7dd8e;
}

.nav-pills .nav-link {
  color: #fff;
}



.font-10 {
  font-size: 10px !important;
}

.font-11 {
  font-size: 11px !important;
}

.font-12 {
  font-size: 12px !important;
}

.font-13 {
  font-size: 13px !important;
}

.font-14 {
  font-size: 14px !important;
}

.font-15 {
  font-size: 15px !important;
}

.font-16 {
  font-size: 16px !important;
}

.font-17 {
  font-size: 17px !important;
}

.font-18 {
  font-size: 18px !important;
}

.font-19 {
  font-size: 19px !important;
}

.font-20 {
  font-size: 20px !important;
}

.font-21 {
  font-size: 21px !important;
}

.font-22 {
  font-size: 22px !important;
}

.font-23 {
  font-size: 23px !important;
}

.font-24 {
  font-size: 24px !important;
}

.font-25 {
  font-size: 25px !important;
}

.font-26 {
  font-size: 26px !important;
}

.font-27 {
  font-size: 27px !important;
}

.font-28 {
  font-size: 28px !important;
}

.font-29 {
  font-size: 29px !important;
}

.font-30 {
  font-size: 30px !important;
}

.font-31 {
  font-size: 31px !important;
}

.font-32 {
  font-size: 32px !important;
}

.font-33 {
  font-size: 33px !important;
}

.font-34 {
  font-size: 34px !important;
}

.font-35 {
  font-size: 35px !important;
}

.font-50 {
  font-size: 50px !important;
}

.font-60 {
  font-size: 60px !important;
}


.width-15 {
  width: 15px;
}

.width-20 {
  width: 20px;
}

.width-25 {
  width: 25px;
}

.width-30 {
  width: 30px;
}

.width-35 {
  width: 35px;
}

.width-40 {
  width: 40px;
}

.height-15 {
  height: 15px;
}

.height-20 {
  height: 20px;
}

.height-25 {
  height: 25px;
}

.height-30 {
  height: 30px;
}

.height-35 {
  height: 35px;
}

.height-40 {
  height: 40px;
}

.alert-light {
  background: #fff;
  color: #000;
}

.alert-light .btn-close {
  color: #000;
  filter: unset;
  opacity: 1;
}

.page-header {
  font-weight:500; font-size: 20px;
}
.form-control {padding: 10px 15px;}
.d_icon_box {
  display: flex;
  position: absolute;
  right: 15px;
  top: 22px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 45px;
  width: 45px;
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%;
}

.d_icon_box img {
  width: 100%;
}



.gradient3 {
  background-color: rgb(39, 18, 108);
  min-height: 590px;
}

.Guaranteed_box {
  padding: 50px 40px;
  overflow: hidden;
  padding-right: 150px;
  border-radius: 20px;
}

.Guaranteed_box .trading-platform {
  position: absolute;
  z-index: 1;
  width: 350px;
  right: 0;
  bottom: 0;
}

.Guaranteed_box .green_shadow {
  width: 550px;
  position: absolute;
  bottom: -5%;
  right: -2%;
  height: 550px;
  border-radius: 50%;
  background: #db40b4;
  opacity: 0.2;
  filter: blur(125px);
}

.Guaranteed_box .box_img_p {
  position: absolute;
  top: 10%;
  left: 0;
  width: 400px;
  height: 500px;
}

.zindex {
  z-index: 11;
  position: relative;
}

.trading_bg_img {
  background: url(../img/trading-bg.png) no-repeat;
  border-radius: 10px;
  background-size: 100% 100%;
  padding: 30px 20px;
}

.rd3t-leaf-node {
  stroke: unset !important;
}

.text_btn {
  background: transparent;
  border: none;
}

.img-white {
  filter: brightness(0) invert(1);
}

.form-control option {
  color: #fff;
}

.form-select option {
  color: #000;
}

table thead th {
  color: #fff !important;
  font-weight: 600;
}

table thead th strong {
  font-weight: 600;
}

.toggle-sidebar {
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  border: none;

  background-size: 200% 100%;
  color: #fff;

  z-index: 1;
}
.marquee_box_bg{background: #181819;
  padding: 2px 10px; width: 100%;
  border-radius: 10px;}
.marquee_box_bg .marquee_box_content{display: inline-block; font-size: 14px; margin: 0px 5px; background: #33333691; padding: 5px 15px; border-radius: 9px;}
.country_flag{width: 18px;}
.country_name{font-size: 13px;}



.box_bg0 .text-white{color: #000 !important;}
.box_bg1 .text-white{color: #000 !important;}
.box_bg2 .text-white{color: #000 !important;}
.box_bg3 .text-white{color: #000 !important;}

.box_bg0 {
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; border-radius: 10px;
}

.box_bg1 {
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; border-radius: 10px;
}

.box_bg2 {
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; border-radius: 10px;
}

.box_bg3 {
  background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; border-radius: 10px;
}






input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.sidebar-wrapper {
  overflow-y: auto;
}



.modal-header {
  border-bottom: 1px solid #ffffff21;
}

.modal-footer {
  border-top: 1px solid #ffffff21;
}

.modal-dialog .btn-close {
  filter: brightness(0) invert(1);
}

.modal-dialog .btn-close:focus {
  box-shadow: none;
}

.telegram_group_bg{background-image: linear-gradient(to right, #ffffaa 0%, #814e1a 51%, #ffffaa 100%);
  background-size: 200% 100%; color: #000; display: block;
  padding: 5px 15px; transition: all 0.5s ease; display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;}
.telegram_group_bg:hover{color: #000; background-position: 100% 0;}


.c_card_box {
  z-index: 1;

  overflow: hidden;
  padding: 15px 15px;
  position: relative;
  border-radius: 15px;
  margin: auto; 
background: linear-gradient(rgba(139, 139, 139, 0.32) 0%, rgba(9, 18, 37, 0) 100%);
  border: 1px solid #ffffff57;

}
.border_dashed{border-bottom: 1px dashed #ffffff57;}
.modal-body .modal-body {
  padding: 0;
}




/*for mobile*/
@media only screen and (max-width:760px) {
  .telegram_group_bg{height: 36px; width: 36px; padding: 0;}
  .telegram_group_bg span{display: none;}
  .app-header{padding: 0 .5rem;}
  .marquee_box_bg { position: absolute; left: 0; right: 0; bottom: 2px;}
  .app-body {
    padding: 0px 15px;}

  .mobile_none {
    display: none;
  }

  .trading_bg_img {
    padding: 20px 10px;
  }

  .login_logo {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .login_logo img {
    width: 200px;
  }


}

/*for medium mobile*/
@media only screen and (min-width:480px) and (max-width:760px) {


  .mobile_none {
    display: none;
  }

}

/*for tablet*/
@media only screen and (min-width:760px) and (max-width:1000px) {}

/*for sm destop*/
@media only screen and (min-width:1000px) and (max-width:1200px) {}

.rd3t-node {
  stroke: none !important;
}

.expendHash {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 18rem;
  cursor: pointer;
  text-align: center;
}

.expendHash:hover {
  /* width: unset; */
  white-space: wrap;
}


.chat-messages {
  display: flex;
  flex-direction: column;
  padding: 5px;
  overflow-y: auto;
  gap: 2px;
  height: 100%;
}

.user-message {
  display: flex;
  justify-content: end;
}

.user-message-text {
  width: fit-content;
  border-radius: 5px;
  padding: 0.5rem;
  /* font-family: serif; */
  background: #333336;
  max-width: 16rem;

}

.wallet-address {
  word-wrap: anywhere;
}

.bot-message {
  display: flex;
  justify-content: start;
  flex-direction: column;
  gap: 2px;
}

.bot-message-text {
  width: fit-content;
  border-radius: 5px;
  padding: 0.5rem;
  /* font-family: serif; */
  background: #333336;
  max-width: 16rem;
}

.chat-input {
  display: flex;
  padding: 3px;
  gap: 3px;
}

.chat-input-input {
  flex-grow: 1;
  flex-shrink: 1;
  border: 2px black;
  border-radius: 5px;
  padding: 5px;
}

.chat-input-button {
  background: #333336;
  color: white;
  padding: 8px 20px;
  cursor: pointer;
  border: 0;
}

.chat-input-button:hover {
  background: #333336;
}

.chatBox {
  height: 70vh;
  display: flex;
}

.chatRaise {
  justify-content: flex-end;
  display: flex;
  margin: 5px;
}

.chatRaiseM {
  display: none;
  justify-content: flex-end;
  display: flex;
  margin: 5px;
}

.chatHead {
  display: none;
}

.chatListM {
  display: block;
  opacity: 1;
}
.chatListM{ background: #28282a; border-radius: 10px;}
@media only screen and (max-width: 990px) {
  .chatListM {
    z-index: 1;
    position: absolute !important;
    display: block;
    background: #28282a;
    height: inherit;
    min-width: 40% !important;

  }

  .card-task .emoji-task {
    display: block;
    gap: 5px;
    font-size: 15px;
    align-items: baseline;
  }

  .banner_graph {
    height: 100%;
  }

  .chatMsgM {
    width: 100% !important;
  }

  .chatRaise {
    display: none !important;
  }

  .chatRaiseM {
    display: block !important;
  }

  .chatHead {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
}

.notification-card>.item:hover {
  background: #333336;
}

.notification-card>hr {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.form-check .form-check-input:checked {
  background-color: #333336;
  border-color: #333336;
}

.login-capta {
  font-size: 20px;
  /* padding: 10px 16px; */
  background: white;
  color: black;
  margin-left: 14px;
  height: 44px;
}

.graph-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 1em;
}

.form-check .form-check-label {
  margin-left: 5px !important;
}


.dashboard-card-shadow {
  box-shadow: 0px 0px 6px 1px #ede796;
  border-radius: 10px;
}
.spinner-grow.text-primary{ color: #393838 !important;}
.btn-block{width: 100%; display: block}
.Notifications_all_btn{background: #545151;color: #fff;}
.Notifications_all_btn:hover{background: #393838;color: #fff;}

.circle_box{position: relative; padding: 40px 40px;  background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(27.5px); border-radius: 20px; z-index: 1; overflow: hidden;}
.circle_box::before {background-image: url(../img/boxed-shape.png); background-position: 0 0; background-repeat: no-repeat; background-size: contain; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1;}

.newReg-info {
  color: rgb(255, 227, 116);
}

.email .icon-container {
  display: inline-block;
  position: relative;
  width: 100px;
  height: 100px;
}
.email .icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #28a745;
  animation: circle-animation 1s ease-out;
}
.email .icon-check, .email .icon-user {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #28a745;
  animation: icon-animation 0.5s ease-out 0.5s both;
}
@keyframes circle-animation {
  0% {
      transform: scale(0);
      opacity: 0;
  }
  100% {
      transform: scale(1);
      opacity: 1;
  }
}
@keyframes icon-animation {
  0% {
      transform: translate(-50%, -50%) scale(0);
      opacity: 0;
  }
  100% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 1;
  }
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}