

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
      url('../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
      url('../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
      url('../fonts/Gilroy-SemiBold.woff') format('woff');
  font-weight: 600;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.woff2') format('woff2'),
      url('../fonts/Gilroy-Regular.woff') format('woff');
  font-weight: normal;
}





html{overflow-x: hidden;}
body{overflow-x: hidden;  font-family: 'Gilroy'; font-size: 15px;  color:#000; background-color: #fff ; font-weight: 500;}

.login{ font-family: "Inter", serif;}
.login_left{position: fixed; left: 0; top:0; bottom: 0; width: 50%; background:#fafafa url('../img/banner_shadow.png') bottom no-repeat; background-size: 100% 100%;}
.login_right{margin-left: 50%; min-height: 100vh;}
.login_form_padding{padding: 50px 50px;}
.form-content {padding-left: 50px; margin: 0 auto; padding-top: 30px; height: 100%;}
.login_left_text{padding-left: 100px; padding-right: 80px; overflow: auto; height: 100%;}
.login_icon_list{list-style: none; padding: 0; margin-bottom: 0;}
.login_icon_list li{display: flex; align-items: center;font-weight: 500; font-size: 20px; line-height: normal; padding: .8rem 0rem;}
.login_icon_list li .login_icon{margin-right: 1.5rem;}
.login_icon_list li .login_icon img{min-width: 3.21rem; width: 3.21rem;}
.login_left_graph{width: 100%;position: absolute;left: 0; right: 0;z-index: -1; bottom: 0;}
.login_m_shadow{display: none; z-index: -1; width: 100%; position: absolute;left: 0; right: 0; bottom: 0;}
.login_logo{max-width: 180px; display: inline-block;}
.login_logo img{width: 100%;}
.app_store-icons a{display: block;}
.app_store-icons img{width: 160px; transition: transform .25s, visibility .25s ease-in;}
.app_store-icons a:hover img {transform: scale(1.1);}
.login-form {border-radius: 10px; max-width: 500px; margin: 0 auto;}
.login-form.register-form{max-width: 600px;}
.login-form .header_top{color: #333; border-bottom: 1px solid #DFDFDF;}
.form-label {color: #000; font-size: 14px; font-weight: 700;}
.theme_color{color: #765ca8;}
.theme_color:hover{color: #765ca8;}
.login_right .form-control{border-radius: 5px; border: 1px solid #C7C7C7; background: #FFF; height: 50px; font-size: 14px; font-weight: 500; color: #000; padding: 0 16px; outline: none;}
.login_right .form-control::placeholder {color: #BABABA;}
.login_right .form-control:hover{ border-color: #000;}
.login_right .form-control:focus{ border-color: #000; box-shadow: none;}
.eye_show_box{position: absolute; right: 20px; color: #B3B3B3; font-size: 14px; top: 14px; cursor: pointer;}
.forgot-link {color: #F00000; text-decoration: underline; font-size: 14px;}
.theme_button {color: #fff; border: none; background-color: #765ca8; border-radius: 10px; padding: 14px; font-weight: 400;font-size: 15px;}
.theme_button:hover{background: #5d4786;}
.account-link:after{content: "";height: 2px; width: 100%; position: absolute;left: 0; background: linear-gradient(90deg, rgba(102, 102, 102, 0.00) 0%, rgba(0, 0, 0, 0.25) 65%, rgba(102, 102, 102, 0.00) 100%);}
.account-link span {background-color: #fff;color: #111; padding: 4px 14px; z-index: 2;}
.outline-button {border-radius: 15px; border: 1px solid #E4E4E4; height: 50px; display: flex; align-items: center; justify-content: center; color: #1A1A1A; }
.outline-button:hover, .outline-button:focus {background-color: #E4E4E4;}
h1.page-header{font-size: 24px; font-weight: 800;}
.login_logo_mobile{max-width: 150px; margin: auto; display: none;}
.login_logo_mobile img{width: 100%;}
.sidebar-wrapper{border-right: 1px solid #eff0f1;}
.sidebar-menu > li > a.active{color: #765ca8 !important;}
.sidebar-menu > li > a {color: #393a3c !important; padding: 10px 15px !important; z-index: 11; font-weight: 600; border-radius: 8px;}

.treeview-menu li .active{color: #765ca8 !important; font-weight: 600;}
.sidebar-menu > li > a:hover{color: #765ca8 !important;}
.page_breadcrumb h1{font-size: 1.55rem; font-weight: 700;}

.card-bg.border_style:hover{border: 1px solid #765ca8;}
.card-bg.border_style .d_icon_box{position: absolute;
  right: 17px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: #765ca824;
  border-radius: 50%;
  padding: 9px;}
.card-bg.border_style .d_icon_box img{width: 100%;}

.card{background-color: #fff; overflow: hidden; border-radius: 14px; border: 1px solid #d2d2d2;}
.welcome-note {border-radius: 15px; padding: 25px 30px; border: 2px solid #F2F5F3; background: #0C2746; box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.10); }
.breadcrumb-item a{color: #7F828F;}
.breadcrumb-item{color: #765ca8;}
.breadcrumb {font-size: 14px;}
.breadcrumb .home-ico {height: 14px; width: 14px; margin-right: .25rem; margin-top: -5px;}
.breadcrumb a:hover img {filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(3654%) hue-rotate(79deg) brightness(71%) contrast(112%);}
.breadcrumb a:hover {color: #765ca8;}
.page_breadcrumb{position: absolute; top: 19px;}
.mobile_menu{display: none;}
.mobile_menu .toggle-sidebar {z-index: 9; padding: 0; font-size: 20px;background: #765ca8;color: #ffffff; width: 35px; height: 35px; border: solid #fff; border-width: 2px; box-shadow: 0px 2px 4px #00000026; border-radius: 8px;}
.notify-btn { width: 50px; height: 50px; border-radius: 8px; background-color: #D8EFE4; display: flex; justify-content: center; align-items: center;}
.notify-btn:hover, .notify-btn:focus {background: #765ca8;}
.notify-btn:hover img, .notify-btn:focus img {filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(151deg) brightness(90%) contrast(119%);}
.notification-card{max-height: 300px; overflow-y: auto;}
.logout-btn {width: 100%; display: flex; align-items: center; justify-content: center; border: 1px solid #17B066; background: rgba(102, 191, 111, 0.15); padding: 12px 20px; border-radius: 50px;color: #765ca8;}
.logout-btn:hover, .logout-btn:focus {background: linear-gradient(130deg, #765ca8 0%, #765ca8 100%); color: #fff;}
.page-title {line-height: 24px; font-weight: 600; position: relative;}
.hover_card{background-color: #fff; overflow: hidden; border-radius: 14px; border: solid 2px #fff;}
.hover_card:hover{box-shadow: 6px 6px 10px 0px rgba(77, 188, 134, 0.10); border-color: rgba(77, 188, 134, 0.35);}
.hover_card.active{box-shadow: 6px 6px 10px 0px rgba(77, 188, 134, 0.10); border-color: rgba(77, 188, 134, 0.35);}
.card-ico {width: 75px; height: 75px; padding: 16px; border-radius: 12px; border: 1px solid #DEDEDE; color: #fff; display: inline-flex; align-items: center; justify-content: center; font-size: 24px;}
.card-ico img{width: 100%;}
.cursor-pointer{cursor: pointer;}
.viewlink {color: #0C2746; font-weight: 500; }
.viewlink:hover, .viewlink:focus {color: #765ca8;}
.act-tag {position: relative;border-radius: 50px;background: #765ca8; padding: 4px 10px 4px 8px; color: #fff; font-size: 12px;font-weight: 400; min-width: 70px; display: inline-flex; align-items: center;justify-content: center;}
.act-tag::before {content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; margin-right: 4px;}
.table th {background-color: #E7F5EA; color: #000; font-weight: 500 !important; white-space: nowrap; line-height: 26px; border: none !important;}
.table th:first-child {border-radius: 10px 0 0 10px;}
.table th:last-child {border-radius: 0 10px 10px 0;}
.table th strong{font-weight: 500 !important;}

.custom-btn:hover {background-color: transparent; color: #765ca8 !important;}
.custom-btn {cursor: pointer; font-weight: 500; padding: 10px 14px; border-radius: 8px; font-size: 16px; line-height: 22px; color: #fff; background-color: #765ca8; border: 1px solid #765ca8; display: inline-flex; align-items: center; justify-content: center;}
.btn-primary:hover {background-color: transparent; color: #765ca8 !important;}
.btn-primary {cursor: pointer; font-weight: 500; padding: 10px 14px; border-radius: 8px; font-size: 16px; line-height: 22px; color: #fff; background-color: #765ca8; border: 1px solid #765ca8; display: inline-flex; align-items: center; justify-content: center;}
.KYC-Verification-img{max-width: 230px;}
.page-wrapper.toggled::before{content: ""; z-index: 11; background: #00000073; position: fixed; left: 0; right: 0; top:0; bottom: 0;}


label {color: #737373; font-weight: 400; }

.form-control {border-radius: 5px;border: 1px solid #d2d2d2;color: #000 !important;background: #FFF; min-height: 45px; box-shadow: none !important;}
.form-control::placeholder {color: #BABABA;}
.form-control:hover, .form-control:focus {border-color: #765ca8;}
select.form-control{
    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;
  }
.form-control::file-selector-button {min-height: 50px;}
.rd3t-leaf-node {fill: unset !important; font-weight: 600; stroke: unset !important;}
.rd3t-node {fill: unset !important; font-weight: 600; stroke: unset !important;}
.tab_bg{padding: 10px 10px; background: #E7F5EA;}
.modal-content{border: none; border-radius: 20px; box-shadow: 0px 0px 22px 0px rgba(26, 26, 26, 0.16);}
.modal-content .card{box-shadow: 0px 0px 22px 0px rgba(26, 26, 26, 0.16);}
.table-outer{border: none;}

.btn-outline-theme{border: 1px solid #3659cd;}
.btn-outline-theme:hover{border: 1px solid #3659cd; background: #3659cd; color: #fff;}

.pl-container{background: #fafafa url('../img/box-bg.png') top no-repeat; background-size: 100% 100%; z-index: 1; overflow: hidden; position: relative; border: 1px solid #765ca8; padding:30px 20px; border-radius: 15px;}
.pl-container_text1{position: relative; padding-left: 25px; }
.pl-container_text1::before{content: "\f26e"; position: absolute; left: 0; top: -4px; font-family: bootstrap-icons !important; font-size: 25px;}
.pl-main_number {font-size: 50px;font-weight: 700;}
.toggle-sidebar{background: #765ca8; color: #fff; border: none; padding: 3px 10px; border-radius: 5px;}


.modal-footer .btn-primary { font-weight: 400; padding: 6px 11px; border-radius: 3px; font-size: 15px;}
label {color: #000;font-size: 14px; font-weight: 700;}

.bank_card_box{padding: 20px 20px; border-radius: 15px;  background: url(../img/bank_card.png) no-repeat; background-size: 100% 100%;}
.app-container {background: #fafbfc;}
.css-1uqqhca {
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: justify;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap; margin: auto;
  gap: 8px; max-width: 1000px;
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid rgb(114, 151, 246);
  border-radius: 8px;
}
.text_btn {border: none; background: transparent;}
.btn-sm{font-size: 13px !important; padding: 3px 8px; border-radius: 5px !important;}
.qrimage{width: 80px; border-radius: 10px;}
.bg-danger.text-dark{color: #fff !important;}
.notification-card{background: #fff;}
.app-body{z-index: 1; position: relative;}
.Pagination_input{min-height: unset;}
.css-yvxeuf img{width: 120px;}


.css-yvxeuf {z-index: -1;
  display: flex; white-space: nowrap;
  width: 300px; min-height: 270px;
  margin: 15px auto 0px;
  -moz-box-align: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.css-1w06cos {
  animation: 8s linear infinite MoveDown-30;
  position: absolute;
  width: 2px;
  height: 52px;
  background: linear-gradient(rgba(20, 82, 240, 0) 0%, rgb(20, 82, 240) 100%);
  bottom: 45%;
  left: -95%;
  z-index: 1;
}
.css-inz3q1 {
  animation: 8s linear infinite MoveDown-30;
  position: absolute;
  width: 2px;
  height: 52px;
  background: linear-gradient(rgba(20, 82, 240, 0) 0%, rgb(20, 82, 240) 100%);
  bottom: 20%;
  left: -68%;
  z-index: 1;
}

.css-1clzpj9 {
  position: absolute;
  width: 100%;
  left: -130%;
  z-index: 0;
  opacity: 0.2;
  top: calc(-150% - 85px);
}
.css-1s35d0z {
  position: absolute;
  width: 100%;
  top: calc(-150% - 85px);
  right: -90%;
  z-index: 0;
  opacity: 0.2;
}
.css-pmrgc8 {
  animation: 8s linear infinite MoveDown-30;
  position: absolute;
  width: 2px;
  height: 52px;
  background: linear-gradient(rgba(20, 82, 240, 0) 0%, rgb(20, 82, 240) 100%);
  right: -97%;
  bottom: 45%;
  z-index: 1;
}
.css-8vfg8e {
  animation: 8s linear infinite MoveDown-30;
  position: absolute;
  width: 2px;
  height: 52px;
  background: linear-gradient(rgba(20, 82, 240, 0) 0%, rgb(20, 82, 240) 100%);
  right: -70%;
  bottom: 20%;
  z-index: 1;
}
@keyframes MoveDown-30 {
  100% {
    bottom: -30%;
  }
  100% {
    bottom: -30%;
  }
  100% {
    bottom: -30%;
  }
}

.login_bg{background: #fafafa url('../img/banner_shadow.png') bottom no-repeat; background-size: auto; background-size: 100% 100%; min-height: 100vh;}
.login-content{max-width: 500px; margin: 20px auto; background: #fcfcfd; padding: 20px; border-radius: 20px;}
.max-width-100{max-width: 100%;}
.card.card-bg:hover{border: 1px solid #765ca8;}









.color_737373{color: #737373;}
.color_001449{color: #001449;}
.letter_spacing_15{letter-spacing: 15px;}
.letter_spacing_10{letter-spacing: 10px;}
.letter_spacing_5{letter-spacing: 5px;}

.fw-300{font-weight: 300 !important;}
.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;}

.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-40{font-size: 40px !important;}
.font-45{font-size: 45px !important;}
.font-50{font-size: 50px !important;}
.font-60{font-size: 60px !important;}
.font-65{font-size: 65px !important;}



.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: #e9e9e9;
    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;
  }
}

.btn-left-side-reg {
  display: none;
}

@media only screen and (max-width: 550px) {
  .btn-header-reg {
    display: none;
  }

  .btn-left-side-reg {
    display: block;
  }
}

.main-income-gain-pie {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.income-gain-pie {
  width: 100%;
}

.package .form-check-input {
  width: 3rem !important;
  height: 1.5rem !important;
}

.package .form-check-label {
  padding-left: 10px;
}

.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;
  border-radius: 15px;
  box-shadow:0px 1px 7px 2px #35353521 !important;
  margin: auto;
  background: #253f86 url(../img/box-bg.png) no-repeat;
  background-size: cover;
}
.text-white {color: #000 !important;}
.bg-primary.text-white{color: #fff !important;}
.paymentGatewayLogo{width: 100px;}




.error-icon {
  width: 120px;
  height: 120px;
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.error-icon svg {
  width: 60px;
  height: 60px;
  color: #666;
}

.error-message {
  font-size: 18px;
  line-height: 1.5;
  color: #d6cccc;
  margin-bottom: 16px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.error-try-again-button {
  background: linear-gradient(to right, #6674e9, #ad53f3);
  color: white;
  border: none;
  padding: 16px 32px;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

.try-again-button:hover {
  opacity: 0.9;
}

.clear-fillter {
  width: 25px;
  margin-left: 10px;
  cursor: pointer;
  filter: invert(1);
}


.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  text-align: center
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 40px;
  text-align: center
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: '';
  z-index: 1
}

.steps .step .step-icon-wrap::before {
  left: 0
}

.steps .step .step-icon-wrap::after {
  right: 0
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #e1e7ec;
  border-radius: 50%;
  background-color: #f5f5f5;
  color: #374250;
  font-size: 38px;
  line-height: 32px;
  z-index: 5
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 500
}

.steps .step:first-child .step-icon-wrap::before {
  display: none
}

.steps .step:last-child .step-icon-wrap::after {
  display: none
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #0da9ef
}

.steps .step.completed .step-icon {
  border-color: #0da9ef;
  background-color: #0da9ef;
  color: #fff
}

@media (max-width: 576px) {
  .flex-sm-nowrap .step .step-icon-wrap::before,
  .flex-sm-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 768px) {
  .flex-md-nowrap .step .step-icon-wrap::before,
  .flex-md-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 991px) {
  .flex-lg-nowrap .step .step-icon-wrap::before,
  .flex-lg-nowrap .step .step-icon-wrap::after {
      display: none
  }
}

@media (max-width: 1200px) {
  .flex-xl-nowrap .step .step-icon-wrap::before,
  .flex-xl-nowrap .step .step-icon-wrap::after {
      display: none
  }
}












/*for mobile*/
@media only screen and (max-width:760px) {
body{font-size: 15px;}
.mb-5 {margin-bottom: 1.5rem !important;}
.mt-5 {margin-top: 1.5rem !important;}
.mb-4 {margin-bottom: 1rem !important;}
.p-4 {padding: 1rem !important;}
.mt-4 {margin-top: 1rem !important;}
.pb-5 {padding-bottom: 1.5rem !important;}
.pt-5 {padding-top: 1.5rem !important;}
.pb-4 {padding-bottom: 1rem !important;}
.pt-4 {padding-top: 1rem !important;}
.p-5 {padding: 1.5rem !important;}
.login_left{display: none;}
.login_right{margin-left: 0%;}
.login_form_padding {padding: 40px 20px;}
.login_logo_mobile{display: block;}
.welcome-note {padding: 20px 20px;}
.page_breadcrumb {position: static;margin-bottom: 13px;}
.page_breadcrumb h1 {font-size: 1.3rem;}
.app-header {padding: 0 1rem;}
.mobile_menu{display: inline-block;}
.pb-3 {padding-bottom: .6rem !important;}
.pt-3 {padding-top: .6rem !important;}
.login_m_shadow{display: block;}
.app-body {padding: 1.50rem 1rem;}
.css-yvxeuf img {width: 80px;}
.font-40 {font-size: 30px !important;}
.css-yvxeuf {min-height: 200px;}
.css-1s35d0z{display: none;}
.css-pmrgc8{display: none;}
.css-8vfg8e{display: none;}
.css-1clzpj9 {left:-18%;}
.css-1w06cos {left:11%;}
.css-inz3q1 {left: 32%;}
.css-1uqqhca {padding: 15px;}
.css-1clzpj9 svg{width: 350px !important;}
.img-3x {width: 2rem; height: 2rem;}
.notify-btn {width: 35px;height: 35px;}
.header-actions .dropdown-toggle .count-label {top: -1px; right: -3px;}
.app-brand-sm .logo {max-height: 25px;}

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

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

}

.expendHash{white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width:12rem; cursor: pointer;}
.expendHash:hover{ 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; 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: #f1f1f1;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;}
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.app-brand {border-bottom: 1px solid #cccccc61;}




























