/* ////////global///////*/
    /* use ek mukta font family */
    @font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Ek Mukta';
    src: url('/font/ek-mukta/EkMukta-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/*/////////////////// start ////////////////////////*/
    
    body {
        margin: 0;
        padding: 0;
        font-family: 'Ek Mukta', sans-serif;
        font-size: 20px;
        font-weight: 600;
    }

    .section-title {
      font-size: 27px;
    }
    

/* Navabr active link color change */

/* .nav-link.active {
    color: rgb(196, 255, 70) !important; ;
} */

.search-container {
    position: relative;
}
.search-container input {
    padding-left: 35px;
}
.search-container .bi-search {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
}

/* ////////////////sidebar ////////*/

    /*////////////////////// Sidebar Styling ////////////////*/
    .sidebar-wrapper {
        background-color: #171717;
        min-height: 100vh;
        font-weight: 400;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        padding: 0;
    }

    .sidebar-wrapper .nav-link {
        position: relative;
        padding: 12px 30px;
        color: #FFFFFF;
        font-size: 1.1rem;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
        border-radius: 0;
    }

    .sidebar-wrapper .nav-link.active {
        background-color: #2249F3 !important;
        color: #ffffff !important;
    }
    /* Sidebar icon fix */
.sidebar-wrapper .nav-link {
  display: flex;
  align-items: center;
  gap: 18px; /* space between image & text */
}

/* Image icons */
.sidebar-wrapper .sidebar-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Text alignment */
.sidebar-wrapper .nav-link span {
  white-space: nowrap;
}
/* Sidebar Logo */
.sidebar-logo {
  max-width: 230px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}


    /*///////////////// Active Indicator Cap ///////////////*/
    .sidebar-wrapper .nav-link.active::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0px;
        bottom: 0px;
        width: 15px;
        background-color: #8BA1FF;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .sidebar-wrapper .nav-link i {
        margin-right: 20px;
        font-size: 1.4rem;
    }

    /* Buttons */
    .btn-logout {
        background-color: #2249F3;
        border: none;
        font-weight: 500;
    }

    .btn-outline-custom {
        border: 1px solid #2249F3!important;
        color: #2249F3;
        border-radius: 100px;
        font-size: 20px;
        font-weight: 600;
        padding: 5px 26px !important;
    }

 .btn-primary-custom {
    background-color: #2249F3;
    color: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 26px !important;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.btn-primary-logout{
    background-color: #2249F3;
    color: #ffffff;
    border-radius: 100px;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 40px !important;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.btn-primary-custom:hover {
    background-color: #2249F3;
    box-shadow: 0 7px 20px rgba(44, 71, 194, 0.35);
    transform: translateY(-3px);
    color: #FFFFFF;
}
.btn-primary-logout:hover{
    background-color: #2249F3;
    box-shadow: 0 7px 20px rgba(128, 127, 127, 0.35);
    transform: translateY(-3px);
    color: #FFFFFF;
}


/* ////////////header////////// */
.header-topbar-bg{
    background-color:#EDF0F7;
;
}

/* Responsive Sidebar and Content */
@media (max-width: 767.98px) {
    .content-area {
        margin-left: 0 !important;
    }
    .sidebar-wrapper {
        width: 250px;
    }
    .offcanvas {
        width: 250px !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-wrapper {
        width: 200px;
    }
}
/* ================= FULL LOGIN PAGE ================= */

    /* ===== Center Wrapper ===== */
    .bb-login-wrapper {
        width: 100%;
        max-width: 420px;
        text-align: center;
        color: #fff;
    }

    /* ===== Logo ===== */
    .bb-login-logo img {
        height: 8vh;
        margin-bottom: 2vh;
    }

    /* ===== Heading ===== */
    .bb-login-title {
        font-size: 4vh;
        font-weight: 700;
    }

    .bb-login-subtitle {
        font-size: 2.5vh;
        font-weight: 500;
    }

    /* ===== Card ===== */
    .bb-login-card {
        background: #ffffff;
        border-radius: 14px;
        padding: 25px;
        border: 1px solid blue;
        text-align: left;
    }

    /* ===== Inputs ===== */
    .bb-input {
        border-radius: 8px !important;
        padding: 9px;
        font-size: 17px;
        margin-top: 2px;
        /* border: #000 solid 1px; */
    }

    .bb-forgot {
        font-size: 1.5vh;
    }

    .bb-forgot a {
        color: #000;
        text-decoration: none;
    }

    .bb-forgot a:hover {
        text-decoration: underline;
    }
    .bb-input-name{
        font-size: 2vh;
        font-weight: 400;
        color: #000000;
    }

    .bb-input-img{
        height: 1.7vh;
    }
    /* ===== Button ===== */
    .bb-login-btn {
        background: #2249F3;
        border: none;
        border-radius: 8px;
        font-weight: 600;
        font-size: 2vh;
    }

    .bb-login-btn:hover {
        background: #163dcc;
    }

    /* ===== Signup Link ===== */
    .bb-signup-text {
        font-size: 2vh;
        color: #ffffff;
    }

    .bb-signup-text a {
        color: #edf0f7;
        font-weight: 600;
        text-decoration: none;
    }

    .bb-signup-text a:hover {
        text-decoration: underline;
        
    }    
.bb-stepper-wrapper {
  display: flex;
  justify-content: space-between;
  width: 400px;
  position: relative;
  margin: 2vh auto;
}

/* The Line with dynamic fill */
.bb-progress-line {
  position: absolute;
  top: 20px;
  width: 80%;
  height: 2px;
  background: linear-gradient(to right, #2563eb var(--progress), #ffffff var(--progress));
  transition: 0.7s ease;
  z-index: 0;
}

.bb-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: white;
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto ;
  border: 2px solid #000000; /* Masking the line */
  transition: 0.3s;
}

/* Dynamic Active State */
.step.active .bb-circle {
  background-color: #2563eb;
  color: white;
  border:2px solid #fff;
  outline: 2px solid white; /* The outer ring */
}
.password-toggle {
    position: absolute;
    right: 15px;
    top: 44px;
    cursor: pointer;
    color: #888;
    font-size: 18px;
}

.password-toggle:hover {
    color: #000;
}

.password-input {
    padding-right: 45px; /* space for eye icon */
}
