body {
  color: rgb(173, 178, 182); font-family: "Inter", 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: #0d0d0dd9; backdrop-filter: blur(5px);
  padding: 20px;
  position: relative;
  margin: auto;
  color: #fff;
  border-radius: 10px;
}
.login-content.register-content{ max-width: 700px;}
.pointer{cursor: pointer;}
.card-border-left .card{position: relative; overflow: hidden;}
.card-border-left .card::before{content: ""; background: #f1c65c;
 width: 5px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;}

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

.card-bg .card{background: #323232; position: relative; overflow: hidden;}
.card-bg .card h3{color: #fff;}
.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;
}

.login::before {
  content: "";
  background-image: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%), url(../img/login-bg.jpg);
  background-position: center; background-repeat: no-repeat; background-size: cover;
  z-index: 1; 
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.pl-container-height{height: 150px; overflow-x: auto;}

.login_box-bg{background: linear-gradient(246deg,#0000 9.57%,#f1c65c47 99.18%),#000; height: 100vh; overflow-x: hidden; display: grid;}
.login_grid_box{display: grid; grid-template-columns: .53fr .47fr;}
.login_grid_left{gap: 1rem; display: grid;}
.login_grid_right{display: grid; padding: 2rem;}
.login_grid_right_bg{ background: #0d0d0dd9; backdrop-filter: blur(5px); display: flex; gap: 1rem; border-radius: 1rem; }
.login_grid_right_bg_width{width: 400px; margin: auto;}

.login_img{display: flex; align-items: flex-end;}
.login_img img{height: min(400px, 46.1456vh);}


.check_list{padding: 0px; margin: 0px; list-style: none;}
.check_list li{position: relative; font-size: 15px; padding-left: 35px; color: #fff; margin-bottom: 15px;}
.check_list li::before{content: "\f26b"; font-size: 21px; font-family: bootstrap-icons !important; color: #fff; position: absolute; left: 0; top: -4px;}
.check_list li:last-child{margin-bottom: 0px;}


.page-wrapper.toggled::before{content: ""; z-index: 11; background: #24242429; backdrop-filter: blur(5px); position: fixed; left: 0; right: 0; top:0; bottom: 0;}


.gradient_bg_box{color: #000; background: #f1c65c;}

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: #f1c65c;

	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: #f1c65c

}

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

.card-bg{background: linear-gradient(to bottom, #B16E2E, #F8D163, #D4892A); padding: 2px; position: relative;}
.card-bg .card-body{border-radius: inherit; background: #242526;}

.btn-primary{
 background-size: 200% 100%;
  transition: all .5s; color: #000; 
  border: none;
  background-image: linear-gradient(to right, #B16E2E 0%, #F8D163 51%, #B16E2E 100%);
}

.btn-primary:hover{background-position: 100% 0; color: #000;}
.card-bg-icon{position: absolute; right: 20px; top: 28px;width: 35px;}


.steps .step { display: block; position: relative; text-align: center; width: 100%; margin-bottom: 20px;}
.step-title{font-size: 15px; margin-top: 5px}
.steps .step .step-icon { display: inline-block; text-align: center; position: relative; width: 40px; height: 40px; border-radius: 50%; background-color: #f5f5f5; color: #000; font-size: 25px; line-height: 40px; z-index: 5}
.steps .step::before, .steps .step::after {content: ""; position: absolute; left: -50%; top: 22px; width: 100%; height: 3px; background: #fff; transform: translateY(-50%);}
.steps .step.completed .step-icon{background: #F8D163;}
.steps .step:first-child::before, .steps .step:first-child::after {display: none;}
.steps .step.completed::after {background: #F8D163; width: 100%;}
.step.completed .step-title{color: #F8D163;}
@media only screen and (max-width:760px) {
.step-title{display: none;}
}
.freebot_img{width: 100px; margin: auto; display: block;}

.cursor-pointer{
  cursor: pointer;
}
.login_middle{display: flex;
  align-items: center; justify-content: center;
  min-height: 100vh;}

.login-content h1{font-weight: 800;
  font-size: 1.875rem;}
.text-theme{color: #fcf996 ;}

.card { border-radius: 15px;}

.app-header {background: #242526; margin-bottom: 20px; border-bottom: 1px solid rgb(50, 55, 57);}
.login_logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.login_logo img {
  width: 130px;
}

.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-size: 200% 100%;
  transition: all .5s; color: #000;
  background-image: linear-gradient(to right, #B16E2E 0%, #F8D163 51%, #B16E2E 100%);
}
.sidebar-menu li>a.active i{color: #000;}
.sidebar-menu li>a.active:hover{background-position: 100% 0;}
.sidebar-menu .treeview-menu li>a.active {
background: #1b1c1d; 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: 800; font-size: 1.875rem;
}
.form-control {padding: 10px 15px;}
.d_icon_box {display: none;
 
  position: absolute;
  right: 15px;
  top: 22px;
  padding: 10px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  height: 45px;
  width: 45px;
  background: #f1c65c;

}

.d_icon_box img {
  width: 100%;  filter: brightness(0) invert(0);
}



.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: #f1c65c;
  border: none;


  color: #000;

  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: #f1c65c;
 border-radius: 10px;
}

.box_bg1 {
  background: #f1c65c;
 border-radius: 10px;
}

.box_bg2 {
  background: #f1c65c;
 border-radius: 10px;
}

.box_bg3 {
  background: #f1c65c;
 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: #f1c65c;
 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;
}

.theme_color{color: #e7dd8e;}


/*for mobile*/
@media only screen and (max-width:760px) {
  .login_grid_left{display: none;}
  .login_grid_right_bg_width {width: unset; max-width: 400px;}
  .login_grid_box{display: block;}
  .login_grid_right {padding: 1rem;}
.login_grid_right_bg {display: block; padding: 25px;}

  .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: 120px;
  }


}

/*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: #323232; border-radius: 10px;}
@media only screen and (max-width: 990px) {
  .chatListM {
    z-index: 1;
    position: absolute !important;
    display: block;
    background: #323232;
    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;
}


.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;
}