


@font-face  { font-family: Satoshi-Variable;	src: url(../fonts/Satoshi-Variable.d9396795.woff2) format("woff2"), url(../fonts/Satoshi-Variable.5fada1b1.woff) format("woff"), url(../fonts/Satoshi-Variable.867bce6e.ttf) format("truetype");}

html {overflow-x: hidden;}
body {overflow-x: hidden;
  color: #fff; background: #010018;
  font-family: Satoshi-Variable;

	font-weight: 300 900;
  font-size: 16px;
}


.cursor-pointer{
  cursor: pointer;
}

.input_box .form-control option {
  color: #000;
}

.rd3t-link{
  stroke: #fff;
}
.position_f{position: fixed;
  left: 0;
  right: 0;
  bottom: 0;}
.framer-1hhkxcy {
  background: radial-gradient(62% 67.9245283018868% at 39% 41.5%,rgba(0,81,255,0) 0%,rgba(0,153,255,0) 36%,rgba(0,153,255,0) 63%,rgba(210, 140, 28, 0.3) 83%,rgba(242, 159, 27, 0.76) 100%);
  bottom: 0;
  flex: none;
  height: 600px;
  left: 0;
  mask: linear-gradient(180deg,rgba(0,0,0,0) 55.13020833333333%,rgba(0,0,0,1) 100%) add;
  overflow: hidden;
  pointer-events: none;
 
  right: 0;
  z-index: 2;
}
.login-content{max-width: 450px; margin: auto;}

.banner_video {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  object-fit: cover;
}

.eye_show_box {
  position: absolute;
  top: 10px; 
  right: 20px;
  cursor: pointer;
}

.login .container {
  z-index: 11;
  position: relative; 
}


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

.form-control.otp {width: 4rem !important; margin: 0px 10px;}






.login {
  padding-top: 50px;
  padding-bottom: 20px; 
 
}
.welcome_bg {background: #79B131; color: #000;}

.light_gradient_btn {color: #fff; font-size: 14px; background: #79B131; border: 1px solid #79B131; border-radius: 10px; font-weight: 600; text-align: center; display: inline-block;  padding: 12px 30px; }
.light_gradient_btn:hover {color: #79B131; border: 1px solid #79B131;}
select option{color: #000;}

.border_hover{border: 1px solid transparent;}
.border_hover:hover{border: 1px solid #474747;}
.cursor-pointer{cursor: pointer;}

.margin-auto{margin: auto;}
.max-600{max-width: 600px;}
.max-700{max-width: 700px;}
.max-800{max-width: 800px;}
.max-900{max-width: 900px;}
.max-1000{max-width: 1000px;}
.form-check-input {--bs-form-check-bg: #3e3e42;}

.dots-dropdown{width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #242526;
  color: #fff;
  border: none;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;}
  .dots-dropdown:hover{background: #292a2b;}
table tr td{vertical-align: middle;}
.login-logo{width: 200px; margin: auto;}
.login-logo img{width: 100%;}
.login{background: url(../img/BannerBg.png) no-repeat; background-attachment: fixed;
  min-height: 100vh;
  background-size: 100% 100%;}
.login_right_header{z-index: 1; position: relative;}
.login_right{padding-left: 350px;}
.login_icon{position: absolute; z-index: 1; left: 13px; top: 16px; opacity: .5;; font-size: 18px;}
.login_icon::before{content: ""; background: #666666c4; height: 20px; width: 1px; display: inline-table; position: absolute; right: -9px; top: -1px;}
.login-grid{right: 0; position: absolute; top: 0; width: 600px;}
.login_box_margin{margin-top: -100px;}
.home_box{border: 1px solid #242526; position: relative; background-image: radial-gradient(circle at 100% 100%, rgb(36, 37, 38), rgba(255, 255, 255, 0) 55%); padding: 15px 20px; border-radius: 10px; box-shadow: 0px 6px 9px 4px #0c0c0cc4;} 
.login_box{max-width: 450px; margin: auto; padding: 20px 20px;}
.login_box.register_width{max-width: 650px; margin: auto;}
.login_box .form-control {padding: 12px 15px; border-radius: 10px;}
.box_border{border: 1px solid #95959587;}
.tradingview-widget-copyright{display:  none !important;}
.border_right{border-right: 1px solid #95959587;}
.border_left{border-left: 1px solid #95959587;}
.border_top{border-top: 1px solid #95959587;}
.border_bottom{border-bottom: 1px solid #95959587;}
.lien_shdow::before{ content: ""; position: absolute;width: 3px; top: -9px; height: 100px; left: -2px;}
.lien_bg0::before{background: radial-gradient(circle, #8a7506 0, transparent 70%);}
.lien_bg1::before{background: radial-gradient(circle, #7047eb 0, transparent 70%);}
.lien_bg2::before{background: radial-gradient(circle, #8990c3 0, transparent 70%);}
.lien_bg3::before{background: radial-gradient(circle, #c7851b 0, transparent 70%);}
.lien_bg4::before{background: radial-gradient(circle, #1ab8e9 0, transparent 70%);}
.lien_bg5::before{background: radial-gradient(circle, #0acd62 0, transparent 70%);}
.lien_bg6::before{background: radial-gradient(circle, #ed25bb 0, transparent 70%);}
.lien_bg7::before{background: radial-gradient(circle, #d6193d 0, transparent 70%);}
.lien_bg8::before{background: radial-gradient(circle, #8a7506 0, transparent 70%);}
.color_087dcd{color: #087dcd}
.out_lien_btn{background: transparent;
  border: none;}
.out_lien_btn:hover{color: #087dcd;}

.text_btn:hover{color: #087dcd;}
.text_btn img{filter: brightness(0) invert(1); width: 10px; height: 10px;}
.text_btn:hover img{filter: unset;}

.lien_bg0 .home_img_box{background: #8a7506;}
.lien_bg1 .home_img_box{background: #7047eb;}
.lien_bg2 .home_img_box{background: #8990c3;}
.lien_bg3 .home_img_box{background: #c7851b;}
.lien_bg4 .home_img_box{background: #1ab8e9;}
.lien_bg5 .home_img_box{background: #0acd62;}
.lien_bg6 .home_img_box{background: #ed25bb;}
.lien_bg7 .home_img_box{background: #d6193d;}
.lien_bg8 .home_img_box{background: #8a7506;}

.home_img_box{width: 40px; height: 40px; border-radius: 10px; padding: 8px; position: absolute; right: 12px; top: 0px; bottom: 0; margin: auto;}
.home_img_box img{filter: brightness(0) invert(1); width: 100%;}

.home_box:hover:after {content: ""; background: url(../img/logo-lien.png) no-repeat; height: 45px; width: 60px; background-size: cover; position: absolute; top: 5px; left: 50px; opacity: .5;}

.yellow_blur_gradient{width: 300px; height: 300px; border-radius: 50%; position: absolute; right: 0; top: -50px; background-image: linear-gradient(to right top, rgba(72, 227, 198, 0.59) 0%, transparent 50%, transparent 100%); filter: blur(125px); left: 0; margin: auto;}
.bg-warning {background-color: #F4A21B  !important;}
.progress {display: flex; height: .7rem; overflow: hidden; line-height: 0;font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.42rem; box-shadow: none;}

.bg_hover1{background-image: linear-gradient(360deg, rgb(24, 25, 26), rgba(24, 25, 26, 0.23) 74.34%), url("../img/hover1.png")}

.FundedNext_box_list{list-style: none; display: flex; padding: 0px; padding-left: 10px; margin: 0px;}
.FundedNext_box_list li{display: inline-block; position: relative; margin-right: 60px; margin-left: 10px;}

.FundedNext_box_list li::before{content: ""; width: 4px; display: block; position: absolute; left: -18px; top: 4px; bottom: 4px; border-radius: 47px;}
.FundedNext_box_list li:nth-child(1)::before{background: linear-gradient(180deg, #8B55FF 0%, #4D19E0 100%);}
.FundedNext_box_list li:nth-child(2)::before{background: linear-gradient(180deg, #56E8FF 0%, #0167E0 100%);}
.FundedNext_box_list li:nth-child(3)::before{background: linear-gradient(180deg, #FF69BA 0%, #D40140 100%)}

.login_right_grid{position: absolute; z-index: -1; top: 0; left: 0; width: 500px; height: 500px}
.zindex{z-index: 1; position: relative;}
.text_gradient {
  color: #087dcd;
}
.login-content h1{font-size: 35px; font-weight: 700;}

.text-theme{color: #087dcd ;}
.form-label {color: #919090;}
.login .form-control {color: #fff; border-radius: 10px; border: 1px solid #ffffff17;padding: 12px 15px; background: hsla(0,0%,100%,.08); }
.login .form-control:hover{border: 1px solid #95959587;}
.login .form-control:focus{outline: none; border: 1px solid #95959587; box-shadow: none;}
.card { border-radius: 10px; color: #fff; background: hsla(0,0%,100%,.08);}
.app-footer{display: none;}
.app-header {background: transparent;
  margin-bottom: 20px;
  border-bottom: 1px solid #9595951f;}
.login_logo img {
  width: 180px;
}
.login_header{ border-bottom: 1px solid #ffffff17;}
.color_A0AEBF {
  color: #E5E5E5;
}

.color_A6B3C4 {
  color: #fff;
}

.register_box {
  max-width: 700px;
}


.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;
}
.rd3t-node {fill: #fff !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%);
}
.rd3t-link {stroke: #fff !important;}
.pl-container a {
  color: #3C385C !important; opacity: 1 !important;}
.list_ul{opacity: .7; padding-left: 10px;}
h1.page-header {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}
.page-header{font-size: 20px;  font-weight: 700;}
.add_bank_icon{font-size: 100px;}

.sidebar-menu li>a.active {
color: #000 !important;
  background: #79b131;
  background-size: 200% 100%;
  
}
.paymentGatewayLogo{width: 150px;}
.qrimage{width: 100px;}
.sidebar-menu .treeview-menu li>a.active {
  background: transparent; color: #8ec63f !important; box-shadow: none !important;
}
.text_btn {border: none; background: transparent;}
.nav-pills .nav-link {
  color: #fff;
}
.c_card_box.c_card_box_active{border: 1px solid #ad6e09;}
.c_card_box{z-index: 1; cursor: pointer; overflow: hidden; padding: 20px 20px; position: relative; max-width: 500px; border-radius: 15px;
   margin: auto; background:#ffffff08 ;}

.border_dashed{border-bottom: 1px dashed #ccc;}
  .c_card_box::before{ z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 12%;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    filter: blur(180px);
    background-color: #79b131;
  }



.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;
}
.height-45 {
  height: 45px;
}
.height-50 {
  height: 50px;
}
.alert-light {
  background: #fff;
  color: #000;
}

.alert-light .btn-close {
  color: #000;
  filter: unset;
  opacity: 1;
}
.login_desktop{position: absolute; left: 0; right: 0; bottom: 0;}

.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: hsla(0,0%,100%,.08);
  background-size: 200% 100%;
}

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



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

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

.eye-btn{position: absolute; cursor: pointer; right: 16px; top: 12px;}

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

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

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

.toggle-sidebar {
  background: #79b131;
  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;}











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

.check_list{padding: 0px; margin: 0px; list-style: none;}
.check_list li{position: relative; font-size: 16px; padding-left: 30px; margin-bottom: 12px; font-weight: 500;}
.check_list li::before{content: "\f26b"; font-family: bootstrap-icons !important; position: absolute; left: 0; top: 0px; }
.check_list li:last-child{margin-bottom: 0px;}

.tab_bg{background: hsla(0,0%,100%,.08);}

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

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



.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;}
.login_right_header img {display: none;}
.login_btn{color: #fff; background: #087dcd; border: 1px solid #087dcd; padding: 8px 15px; border-radius: 8px;}
.login_btn:hover{background: transparent; border: 1px solid #fff;}
.border_btn{border: 1px solid #fff; background: transparent;}
.border_btn:hover{background: #087dcd; border: 1px solid #087dcd !important;}
.modal-body > .modal-body{padding: 0;}
.notification-card{height: 400px; overflow-x: auto;}

/*for mobile*/
@media only screen and (max-width:760px) {
.SellScroll {height:auto;}
.add_bank_icon{font-size: 60px;}
.p-4 {padding: 1rem !important;}
.login_left{position: static; width: 100%; display: none;}
.login_right{padding-left: 0px;} 
.login_right_header img {display: block;}
.login_right_header{background: #242526;}
.FundedNext_box_list li { margin-right: 30px;}
.login_right_grid{width: 300px; height: 300px}
.login_right_header a{color: #fff !important;}
.telegram_group_bg{height: 36px; width: 36px; padding: 0;}
.telegram_group_bg span{display: none;}
.marquee_box_bg { position: absolute; left: 0; right: 0; bottom: 2px;}
.app-body {padding: 0px 15px;}
.sidebar-wrapper {background: #1d1d2f;}
.mobile_none {display: none;}
.light .login_btn:hover {border: 1px solid #c5c1c1 !important;color: #fff !important;}
.trading_bg_img {padding: 20px 10px;}

.light .border_btn {border: 1px solid #9d9d9d !important;color: #fff !important;}



}

/*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;
}

.mr-1{
  margin-right: 1em;
}

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

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

.chatBox .text-center {
  color: #000;
}

.chatBox .hr {
  color: #000;
}

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

@media only screen and (max-width: 990px) {
  .chatListM {
    z-index: 1;
    position: absolute !important;
    display: block;
    background: #1d1c3c;
    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;
}
.modal-content{background: #1d1d2f;}
.card.card-bg:hover .color_A6B3C4 {color: #fff;}

.card.card-bg{position: relative;
  overflow: hidden;}
.card.card-bg::before{content: "";
  width: 100px;
  height: 100px;

  border-radius: 50%;
  background: #7ab131c7;
  top: -20px;
  left: 0;
  right: 0;

  filter: blur(50px);
  position: absolute;}


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



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

select.form-control {
  background-size: 12px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iOSIgdmlld0JveD0iMCAwIDE1IDkiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0wLjY5NTU2NSAwLjgyNjY2OEMwLjkzNjE2NCAwLjU4NjA2OSAxLjMxMjY2IDAuNTY0MTk2IDEuNTc3OTcgMC43NjEwNUwxLjY1Mzk4IDAuODI2NjY4TDcuNSA2LjY3MjM4TDEzLjM0NiAwLjgyNjY2OEMxMy41ODY2IDAuNTg2MDY5IDEzLjk2MzEgMC41NjQxOTYgMTQuMjI4NCAwLjc2MTA1TDE0LjMwNDQgMC44MjY2NjhDMTQuNTQ1IDEuMDY3MjcgMTQuNTY2OSAxLjQ0Mzc3IDE0LjM3MDEgMS43MDkwOEwxNC4zMDQ0IDEuNzg1MDhMNy45NzkyMSA4LjExMDMxQzcuNzM4NjEgOC4zNTA5MSA3LjM2MjExIDguMzcyNzggNy4wOTY4IDguMTc1OTNMNy4wMjA3OSA4LjExMDMxTDAuNjk1NTY1IDEuNzg1MDhDMC40MzA5MDUgMS41MjA0MyAwLjQzMDkwNSAxLjA5MTMzIDAuNjk1NTY1IDAuODI2NjY4WiIgZmlsbD0iI0JBQkFCQSIvPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-position-x: calc(100% - 15px) !important;
  background-position-y: center !important;
  padding-right: 36px !important;
}