body {
    font-family: "Manrope";
    max-width: 100vw !important;
    /* max-width: 1440px !important; */
    /* border: 1px solid #000; */
}
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

div.column-first {
    width: 43.333333% !important;
}
div.column-second {
    width: 51.666667% !important;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.offcanvas {
    padding-left: 12px !important;
    padding-right: 12px !important;
}

.offcanvas .offcanvas-header img {
    width: 174px !important;
    height: 29px !important ;
}
.offcanvas .offcanvas-body {
    padding-left: 0px !important;
}
/* ---------------------------------------------------
    OFFCANVAS ESSENTIALS
----------------------------------------------------- */

.offcanvas.offcanvas-start {
    width: 248px !important;
}

.offcanvas .help-box {
    position: absolute;
    width: 188px !important;
    height: 159px;
    bottom: 20px;
    margin-left: 0.5rem;
    text-align: center;
}

.offcanvas .help-box a.btn {
    width: 109px !important;
    height: 35px !important;
    border-radius: 4px;
    margin: auto !important;
    padding: 7px !important;
}

nav.navbar {
    padding-top: 0px !important;
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
}

section.container-fluid {
    padding-left: 1.4rem !important;
    padding-right: 1.4rem !important;
    margin-top: 1.153rem !important;
}
/* Desktop view */
@media (min-width: 576px) {
    .container {
        padding-left: 250px;
        margin-left: inherit;
    }

    #sidebarCollapse {
        display: none;
    }

    .offcanvas-backdrop {
        display: none;
    }

    nav.navbar {
        position: relative;
        display: flex;
        flex-wrap: inherit;
        align-items: center;
        padding-bottom: 0px !important;
        /* justify-content: space-between; */
        /* padding-top: .5rem;
    padding-bottom: .5rem; */
        max-height: 65px !important;
    }
}

.offcanvas ul.list-group {
    width: 204px;
    height: 52px;
}

.offcanvas ul li.list-group-item {
    border: none;
    /* margin-top: 5px; */
    /* border: 1px solid #000; */
    /* gap:10px */
    /* vertical-align: middle !important; */
    padding: 16px !important;
}
.offcanvas ul li.list-group-item span:last-child,
.offcanvas ul li.dropdown-item.active ul li span:last-child {
    padding-left: 10px;
    font-size: 15px;
    font-weight: 600;
    line-height: 20.49px;
    text-align: left;
    color: #000 !important;
}
.offcanvas ul li.list-group-item span:last-child:hover {
    color: #018369;
}

.offcanvas ul li.list-group-item.active {
    background: none !important;
}
.offcanvas ul li.list-group-item.active a span:last-child,
.offcanvas ul li.dropdown-item.active ul li.active span:last-child {
    background: none !important;
    color: #018369 !important;
}
.offcanvas ul li.list-group-item.active svg path {
    fill: #018369 !important;
}

.offcanvas ul li.dropdown-item i {
    float: right !important;
}

.offcanvas ul li.dropdown-item ul {
    display: none;
}

.offcanvas ul li.dropdown-item.active ul {
    display: block;
    padding-top: 10px !important;
}
.offcanvas ul li.dropdown-item.active ul li {
    border: none;
    list-style: none;
    padding: 16px !important;
}

/* ---------------------------------------------------
    MENU TOGGLE BUTTON ANIMATIONS
----------------------------------------------------- */

#sidebarCollapse {
    width: 50px;
    height: 30px;
    position: relative;
    margin: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    background: none;
    box-shadow: none;
    outline: none !important;
    border: 1px solid #66615b;
    border-radius: 10px;
}

#sidebarCollapse span {
    display: block;
    position: relative;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 5px;
    background: #66615b;
}

#sidebarCollapse span:nth-child(1),
#sidebarCollapse span:nth-child(3) {
    width: 22px;
    height: 1px;
}

#sidebarCollapse span:nth-child(2) {
    width: 15px;
    height: 1px;
}

/* ---------------------------------------------------
    SIDEBAR STYLES
----------------------------------------------------- */
.navbarrightarea form input {
    height: 30px !important;
}

.navbarrightarea div.userarea button {
    width: 184px !important;
    height: 65px !important;
    /* margin-right: 25px !important; */
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-radius: 8px !important;
    border: 1px solid #eaeaea;
    background-color: #eaeaea !important;
    color: #2d2d2d;
}

section.main-body {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.bi {
    vertical-align: -0.125em;
    pointer-events: none;
    fill: currentColor;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: #e5e5e5;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    margin-top: 0.125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #e5e5e5;
}
.btn-toggle-nav a.active {
    font-weight: bold;
}

/* ---------------------------------------------------
    OPTIONAL NAVBAR HEADER THEME
----------------------------------------------------- */

/* .offcanvas-header {
  background-color: #0d6efd!important;
  color: white!important;
} */

.offcanvas-header img.img-thumbnail {
    /* padding: 0px !important; */
    border: none !important;
    border-radius: none !important;
}
main.container {
    max-width: 100% !important;
}

nav.navbar .navbarrightarea {
    display: flex;
    flex: inline-flex;
}
.navbar a.navbar-brand {
    color: #2d2d2d !important;
    font-weight: 700;
    font-size: 18px;
    line-height: 24.59px;
}

nav.navbar .search input {
    /* background-color: #eaeaea;
    border: none;
    border-radius: none; */
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.12px;
    border-right: none;
}
 

nav.navbar .search .input-group-text {
    border-left: none;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    /* background-color: #eaeaea; */
    color: #b3b3b3;
    border-radius: none;
}

.userarea span.text-capitalize {
    font-size: 14px !important   ;
    font-weight: 600 !important;
    line-height: 19.12px !important;
    color: #2d2d2d !important;
    padding-left: 4px !important;
}

.form-group {
    margin-bottom: 20px !important;
}
.text-justify {
    text-align: justify !important;
}

.card.data-card {
    box-shadow: 2px 2px 14px 0px #00000040;
    background-color: #ebebeb;
    border: 1px solid #ebebeb;
}

.card.data-card table tr td,
.card.data-card table tr th {
    background-color: transparent !important;
}

.card.data-card ul.list-group li {
    background-color: transparent !important;
    /* border: none !important; */
    border-bottom: 1px normal #000;
}

.card.faq-card {
    /* width: 573px !important; */
    border: none !important;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 10px 10px 0px 0px;
    background-color: white !important;
}

.card.faq-card img {
    /* width: 573px !important; */
    height: 302px !important;
    border-radius: 10px 10px 0px 0px;
}
.card.faq-card .card-img-overlay svg {
    display: flex !important;
    position: absolute;
    top: 40% !important;
    left: 45% !important;
}

.card.faq-card-detail {
    border: 1px solid #fff;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 0px 0px 10px 10px;
    background-color: white !important;
    /* margin-bottom: 20px; */
}
.card.faq-card-detail h5.card-title {
    color: #018369;
    font-size: 18px;
    font-weight: 600 !important;
    line-height: 24.59px;
}
.card.faq-card-detail .accordion-item {
    border: none !important;
}
.card.faq-card-detail .accordion-item .accordion-button::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAANklEQVR4nGNgGGngPxSPWoAT/B8NIkLg/8gOov9UxvS3YOjHATHg/6gFhMD/0SAa8CBiGHQAAOITS7WQXzPpAAAAAElFTkSuQmCC") !important;
    width: 18px !important;
    height: 18px !important;
}
.card.faq-card-detail .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIUlEQVR4nGNgGAWjYBSMApLBfyrhgbNgFIyCUTAKGDABAOkcI91xODUvAAAAAElFTkSuQmCC") !important;
}

.card.faq-card-detail .accordion-item button {
    font-size: 15px;
    font-weight: 500;
    line-height: 21.23px;
    text-align: left;
    color: #2d2d2d;
}

.card.faq-card-detail button.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    border: none !important;
}

.card ul.list-group li {
    border: none !important;
    border-bottom: 1px solid #e5e5e5 !important;
}

.card.faq-card-detail .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.125);
}

div.lets-talk-button {
    right: 30px;
    bottom: 30px;
    /* border: 1px solid #000; */
    width: 155px !important;
    /* z-index:0 !important; */
    position: fixed;
    /* left: 0; */
    z-index: 1030;
}

/***********************Custom popup***********************/
#myPopup.hide {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -o-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8) !important;
}

#myPopup .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

#myPopup .close:before,
.close:after {
    content: "";
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

#myPopup .close:after {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#myPopup.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fafdff;
    
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
   
    box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.09),
        0px 11px 12px 7px rgba(0, 0, 0, 0.02);
    -moz-transition: all 120ms;
    -webkit-transition: all 120ms;
    -o-transition: all 120ms;
    transition: all 120ms;
    z-index: 99999;
    padding: 15px;
    color: #5e5e5e;
}

#myPopup.popup.expand-alert{
    width:406px;
    /*height: 235px;*/
    padding: 25px;
}



#myPopup.popup .message {
    font-family: Inter;
    font-size: 15PX;
    font-weight: 400;
    line-height: 34.98px;
}
#myPopup.popup .message p{
    font-size: 12px;
}
#myPopup.popup .message h3 {
    font-family: Manrope; 
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    color:#2D2D2D;
}

#myPopup.popup .popup-footer.px-5{
    padding-left: 5.2rem !important;
}
#myPopup.popup .popup-footer button{
    cursor: pointer !important;
}
 
@media screen and (max-width: 1000px) {
    #myPopup.popup {
        width: 80%;
    }
}

#myPopup .popup-header {
    text-transform: uppercase;
    font-size: 18px;
}
 
#myPopup .button {
    padding: 10px 15px;
    border: 1px solid #CE5347;
    text-transform: uppercase;
     
    color: #fff;
    cursor: pointer; 
    outline: none;
    border-radius: 4px;
    background-color: #CE5347 !important;
}

#myPopup .button:hover {
    box-shadow: 1px 3px 5px #e9e9e9;
    transform: translateY(-1px);
}



#myPopup .button:active,
.button:visited {
    transform: translateY(1px);
    outline: none;
    box-shadow: 1px 2px 3px #f5f5f5;
}
#myPopup.alert-error {
    border: 1px solid red;
}
#myPopup.alert-error button {
    border: 1px solid #ce5347;
    background-color: #ce5347;
    color: #fff;
}
#myPopup.alert-success button {
    border: 1px solid #018369 !important;
    background-color: #018369 !important;
    color: #fff;
}

#myPopup .btn.btn-primary {
    width: 106px !important;
    height: 41px !important;
    background-color: #CE5347 !important;
    text-transform: capitalize;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.59px;
    text-align: center;
    color: #fff;
    padding: 0px !important;
    border-radius: 4px;
}
#myPopup .btn.btn-outline-success {
    width: 106px !important;
    height: 41px !important;
    border: 1px solid #CE5347 !important;
    background-color: #fff !important;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.59px;
    text-align: center;
    color: #CE5347 !important;
    padding: 0px !important;
    box-shadow: none !important;
    text-transform: capitalize;
    border-radius: 4px;
}
 #myPopup {
     width:33.33% !important ;
 }

/************Loader*****************/
.preloader{	
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height:100%;
    /* display: none; */
    background: rgba(0,0,0,0.6);
  }
  .preloader  .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;  
  }
  .preloader  .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
    100% { 
      transform: rotate(360deg); 
    }
  }
  
  #bankDetails h1.fs-5{
      font-weight: 600 !important;
    }
    
    #bankDetails .btn-close{
        font-size: 10px !important;
    }
  #bankDetails label{
    font-size: 14px !important;
    margin-bottom: 8px !important;
  }

  #bankDetails input::placeholder {
      font-size: 10px;
  } 

  #bankDetails .modal-footer{
    border: none !important;
  }


  /* notifications css */
  .notification-area ul {
      max-width: 300px;
      max-height: 300px;
      overflow-y: auto;
      /* overflow-wrap: break-word;
      word-wrap: break-word;*/
      overflow-x: hidden; 
    }
    
    .notification-area ul li{
        min-width: 300px;
    }
    .notification-area ul li h6{
    font-weight: 600;
    font-size: 12px; 
    word-break: break-all;
    white-space: pre-wrap; 
}

.notification-area ul li small{
    font-weight: normal;
    font-size: 10px;
    color: #2D2D2D;
    text-align: right;
    justify-content: end;
    display: flex;
}





.notification-area a.dropdown-toggle::after{
    display: none !important;
}



div.input-group:focus-within {
  border: 1px solid #198754; /* Bootstrap success green */
  border-radius: 0.375rem;   /* Optional: match Bootstrap rounding */
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

/* Remove default input and span borders */
div.input-group .form-control,
div.input-group .input-group-text {
  /* border: none; */
  outline: none;
}

/* Ensure they stretch inside the custom border */
div.input-group .form-control,
div.input-group .input-group-text {
  background-color: white;
}

div.input-group .form-control:focus{
    border: transparent !important;
    box-shadow: none !important;
}



 .step-container,
.step-labels {
  display: grid;
  grid-template-columns: auto 1.2fr auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}

.step {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #dee2e6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #495057;
  position: relative;
}

.step.active {
  background-color: #28a745;
  color: white;
}

.step.active::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 48px;
  height: 48px;
  background-color: rgba(40, 167, 69, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.connector {
  height: 4px;
  background-color: #ced4da;
  width: 100%;
  border-radius: 5px;
}

.step-labels .label {
  text-align: center;
}
.step-labels .label:first-child {
  text-align: start;
}
.step-labels .label:last-child {
  text-align: end;
}

a.btn.complete-kyc-button{
    background-color: #34a853 !important;
}
a.btn.complete-kyc-button:hover{
    background-color: #34a853 !important;
}

.custom-badge {
  display: inline-block;
  background-color: #eafaf1; /* much lighter green */
  color: #198754; /* Bootstrap success green */
  border: 1px solid #eafaf1;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 800;
}


 textarea {
  resize: none;
}