body {
    font-family: "Poppins", sans-serif !important;
}
.poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
}

.poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
}

.poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
}

.poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
}

.poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
}

.poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
}

.poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
}

.poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
}

.poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
}

.poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
}

.poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
}

.poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
}

.poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
}
.bg-gradient-x-grey-blue {
    /* background-color: #3a5892 !important; */
    background-color: #eef3fb !important;
    background-image: inherit;
}
.header-navbar.navbar-brand-center .navbar-header {
    width: fit-content;
    position: absolute;
    left: 50%;
    /* padding-top: 10px; */
}
.bg-blue-dark {
    background-color: #f4f1ff;
}
/* .dropdown-user .dropdown-toggle::after {
   color: #fff;
} */
.header-navbar.navbar-dark.navbar-border {
    border-bottom: 1px solid #cecece;
}
.card-login {
    border-top: 8px solid #3a5892;
    border-radius: 20px;
    overflow: hidden;
}
.card-login .form-control {
    border: 1px solid #7e6eae;
    height: calc(2.75rem + 2px);
}
.card-login .form-control::placeholder {
    color: #454545;
}
.card-login .card-header {
    background-color: inherit;
}
.card-login h2 {
    color: #000 !important;
    font-size: 34px;
    font-weight: 600;
}

.notificationList > a {
    text-decoration: none;
}
.notificationList .media-body h6 {
    font-size: 16px;
    color: #3a5892;
    font-weight: 500;
}
.notificationList .media-body p {
    font-size: 15px;
}
.notificationList a:hover .media {
    background-color: #3a589208;
}
.btn-login {
    background-color: #3a5892 !important;
    color: #fff;
    width: 100%;
    border: 1px solid #3a5892;
    padding: 8px 6px;
    font-size: 17px;
    margin-top: 15px;
}
.btn-login:hover {
    color: #fff;
    background-color: #000;
}
.login-img img {
    height: 100%;
    object-fit: cover;
}

.font-20 {
    font-size: 20px !important;
}
.font-22 {
    font-size: 22px;
}
.fw-500 {
    font-weight: 500;
}
.text-black {
    color: #000;
}
.font-13 {
    font-size: 13px;
}
.font-14 {
    font-size: 14px;
}
.bg-grey {
    background-color: #ebeff63d;
}
.w-70vw {
    width: 70vw;
    min-width: 70vw;
}
.btn-danger-new {
    background-color: #eb344c !important;
    border: 1px solid #eb344c !important;
}
.btn1 {
    border: 1px solid #9c1510 !important;
    color: #9c1510;
}
.btn2 {
    border: 1px solid #3c61af !important;
    color: #3c61af;
}
.btn3 {
    border: 1px solid #6d3b8f !important;
    color: #1e9c79;
}
.btn4 {
    border: 1px solid #0b77d0 !important;
    color: #0b77d0;
}
.btn5 {
    border: 1px solid #b8751c !important;
    color: #b8751c;
}
.btn6 {
    border: 1px solid #3a5892 !important;
    color: #3a5892;
}
.btn7 {
    border: 1px solid #6d3b8f !important;
    color: #6d3b8f;
}
.btn8 {
    border: 1px solid #19868c !important;
    color: #19868c;
}
.btn9 {
    border: 1px solid #9f843f !important;
    color: #9f843f;
}
.btn10 {
    border: 1px solid #270212 !important;
    color: #270212;
}
.btn11 {
    border: 1px solid #6d3b8f !important;
    color: #6d3b8f;
}
.w-900 {
    width: 900px;
    max-width: 900px;
}
.wv-90 {
    width: 90vw;
    min-width: 90vw;
}
.w-105 {
    width: 105px;
    max-width: 105px;
}
.w-110 {
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}
.w-120 {
    width: 120px;
    max-width: 120px;
    min-width: 120px;
}
.w-140 {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
}
.w-170 {
    width: 170px;
    max-width: 170px;
}
.w-180 {
    width: 180px;
    max-width: 180px;
}
.bg-theme-dark {
    background-color: #4d6a9e;
}

.bg-theme-one {
    background-color: #223c6e !important;
    border: 1px solid #223c6e !important;
}
.bg-theme-one:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.bg-blue {
    background-color: #319afa !important;
    border: 1px solid #319afa !important;
}
.bg-blue:hover {
    background-color: #319afa !important;
    border: 1px solid #319afa !important;
}

.bg-theme-red {
    background-color: #cd2121 !important;
    border: 1px solid #cd2121 !important;
}
.bg-theme-red:hover {
    background-color: #000 !important;
    border: 1px solid #000 !important;
}
.pt-23 {
    padding-top: 23px;
}
.pt-25 {
    padding-top: 25px;
}

.bg-white {
    background-color: #fff !important;
}

/* dashboard css start */
.dashboard-card .card-body .flex-fill span {
    color: #000;
    font-size: 16px;
    height: 40px;
    display: inline-block;
    text-transform: capitalize;
}
.dashboard-card .card {
    border-radius: 8px;
}
.card-height-120 {
    height: 120px;
}
.avatar.avatar-md {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.5rem;
    font-size: 0.8rem;
    border-radius: 4px;
    background-color: #f4f4f4;
}
.card-bg-one {
    border-left: 3px solid #75c784;
}
.card-bg-two {
    border-left: 3px solid #75b8c7;
}
.card-bg-three {
    border-left: 3px solid #8175c7;
}
.card-bg-four {
    border-left: 3px solid #c7c475;
}
.card-bg-five {
    border-left: 3px solid #c775be;
}
.card-icon {
    text-align: center;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
}
.card-icon img {
    width: 38px;
    max-width: 38px;
    padding: 4px;
}
.card-icon1 {
    background: #75c78417;
}
.card-icon1 i {
    color: #75c784 !important;
}
.card-icon2 {
    background: #75b8c733;
}
.card-icon2 i {
    color: #08353fd4 !important;
}
.card-icon3 {
    background: #8175c717;
}
.card-icon3 i {
    color: #8175c7 !important;
}
.card-icon4 {
    background: #c7c4751f;
}
.card-icon4 i {
    color: #c7c475 !important;
}
.card-icon5 {
    background-color: #c775be17;
}
.card-icon5 i {
    color: #c775be !important;
}
.dashboard-card .flex-fill h2 {
    color: #000 !important;
    position: absolute;
    bottom: 2px;
}
.rounded-15 {
    border-radius: 15px;
}
.rounded-8 {
    border-radius: 8px;
}
.card-graph .card-header {
    border-radius: 15px 15px 0px 0px;
}

/* dashboard css end */

.tabls-referral-dashboard tbody tr td {
    padding: 4px 4px;
    vertical-align: middle;
    font-weight: 400;
    font-size: 13px;
    height: 48px;
}

.tabls-referral-dashboard tbody tr:nth-child(odd) td {
    background-color: #f8f8f8a8;
}

.tabls-referral-dashboard thead tr th {
    background: #34495c1a;
    padding: 4px 4px;
    font-weight: 500;
}

.brand-logo {
    margin-top: 5px;
    width: 70px;
}
#main-menu-navigation > li:hover > a {
    border-bottom: 3px solid #3a5892 !important;
}
.navbar-light.navbar-horizontal {
    width: 100% !important;
}
.header-navbar ul#main-menu-navigation > li.active > a {
    border-bottom: 3px solid #3a5892;
    background-color: inherit !important;
}
.listing-icon a {
    font-size: 12px;
    margin: 1px 1px;
    width: 20px;
    padding: 0px 4px;
    margin-bottom: 2px;
    display: inline-block;
    border-radius: 4px;
    text-align: center;
}
.listing-icon a i {
    font-size: 10px;
    vertical-align: middle;
}
.widthTextarea-250 {
    width: 250px;
    background-color: inherit;
}
.widthTextarea-300 {
    width: 300px;
}
.h-20 {
    height: 45px;
}

/* .table-client1 thead tr th {
    background: #34495c1a;
    padding: 6px 6px;
    font-weight: 500;
}
.table-client1 tbody tr td:not(:last-child) {
    white-space: nowrap;
}
.table-client1 tbody tr td {
    padding: 3px 3px;
    vertical-align: middle;
    font-weight: 400;
    background-color: inherit!important;
} */
.card-graph .card-title {
    text-transform: capitalize;
    font-weight: 600;
    color: #3a5892;
}
.card-graph .card-header {
    background-color: #3a58920d;
}

.list-group-notes li:nth-child(odd) {
    background-color: #f4f7ff;
}
.card-lissting {
    border: 1px solid #bfbfbf !important;
}

.btnAssignList > button {
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 4px;
}
.btnAssignList > button.active {
    background: #49598f;
    color: #fff;
}
.paginationList li.active a {
    background-color: #000;
    border: 1px solid #000;
}
.paginationList li a:hover {
    background-color: #dddddd;
    color: #000;
}
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
    transition: all 0.5s;
}

.metric {
    font-size: 28px;
    font-weight: 700;
}
.btn.active {
    background-color: #31b5df;
    color: white;
    border-color: #31b5df;
}

.period-btn {
    border: 1px solid #adadad;
    background: #fff;
    padding: 4px 18px;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
}
.period-btn.active {
    background: #49598f;
    color: #fff;
    border-color: #49598f;
}
.filter-block .accordion-button:not(.collapsed) {
    box-shadow: inherit !important;
    background-color: #f7f7f7;
}
.filter-block .accordion-button:focus {
    box-shadow: inherit !important;
}
.filter-block .accordion-item {
    border: 1px solid #bfbfbf !important;
}
.fw500 {
    font-weight: 500;
}
.logo-login img {
    width: 200px;
}
.header-navbar .navbar-header .navbar-brand {
    padding: 3px 0px;
    display: block;
    align-items: center;
    display: flex;
    height: 100%;
}

.header-navbar .navbar-container ul.nav li > a.nav-link {
    padding: 1.4rem 0.6rem;
    font-family: "Poppins", sans-serif !important;
    font-weight: 400;
    color: #000;
}

.recent-activity {
    position: relative;
}
.recent-activity .list-item-bx {
    flex: 1;
}
.list-grid-area .list-item-bx {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom-style: solid;
}
.avatar-xs {
    height: 2rem;
    width: 2rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.header-navbar .navbar-container {
    padding: 0rem 18px;
    transition: 300ms ease all;
    background: inherit;
}
.bg-theme2 {
    background-color: #2792af;
    border: 1px solid #2792af;
}
.bg-theme2:hover {
    background-color: #125c70;
    border: 1px solid #125c70;
}
.w-90 {
    width: 90%;
    max-width: 90%;
}
.upload-btn i {
    font-size: 16px;
}

.btn-batch {
    background-color: #00b5b8 !important;
    border: 1px solid #00b5b8 !important;
    font-family: inherit !important;
}
.btn-batch:hover {
    background-color: #0b898b !important;
    border: 1px solid #0b898b !important;
}

.filter-padding {
    padding: 11px 16px;
}
.header-navbar .nav-item + .nav-item {
    margin-left: 4px;
}

.intake-progress span {
    background-color: #ffffff;
    padding: 2px 7px;
    display: inline-block;
    margin: 2px;
    font-size: 13px;
    border-radius: 4px;
    border: 1px solid #b4b4b4;
}

.table-referral thead tr th {
    background: #34495c1a;
    padding: 6px 6px;
    font-weight: 500;
    border: 1px solid #d3d3d3;
}
.table-referral tbody tr td {
    padding: 4px 6px;
    vertical-align: middle;
    font-weight: 400;
}
.table-referral tbody tr td:not(:last-child) {
    white-space: nowrap;
}
.table-referral tbody tr:nth-child(odd) td {
    background-color: #f8f8f8a8;
}
.totalSession {
    font-size: 20px;
}

/* file upload css  */

.fileUploadBlock {
    border: 1px dashed #9f9393;
    padding: 4px;
}

.upload-box {
    /* border: 2px dashed #ccc; */
    border-radius: 15px;
    padding: 40px 40px;
    text-align: center;
    /* background: linear-gradient(135deg, #7b61ff 0%, #a580ff 100%); */
    color: #fff;
    /* width: 400px; */
    position: relative;
    transition: background 0.3s ease;
}

.upload-icon {
    font-size: 36px;
    color: #2792af;
}

.upload-box h2 {
    font-size: 20px;
    margin: 10px 0;
}

.upload-box p {
    font-size: 14px;
    color: #eee;
    margin-bottom: 20px;
}

.upload-btn {
    padding: 2px 18px;
    /* background: linear-gradient(90deg, #ff6ec4 0%, #7873f5 100%); */
    /* background: #2792af; */
    color: #000000;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: normal;
    cursor: pointer;
    transition: background 0.3s ease;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 85px;
}

input[type="file"] {
    display: none;
}
.logoTitle {
    font-family: "auto";
    font-weight: bold;
    color: #485187 !important;
}
.pt-20 {
    padding-top: 20px;
}

/* file upload css end */

.dropdown .dropdown-menu .dropdown-item {
    padding: 10px 40px 10px 20px;
    width: auto;
    cursor: pointer;
    color: #000 !important;
    font-size: 14px;
    font-family: "Poppins", sans-serif !important;
}

.modal-confirm {
    color: #636363;
    width: 400px;
}
.modal-confirm .modal-content {
    padding: 20px;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 14px;
}
.modal-confirm .modal-header {
    border-bottom: none;
    position: relative;
    flex-direction: column;
}
.modal-confirm h4 {
    text-align: center;
    font-size: 26px;
    margin: 0px 0;
}
.modal-confirm .close {
    position: absolute;
    top: -5px;
    right: -2px;
    border: 1px solid #999999;
    border-radius: 4px;
}
.modal-confirm .modal-body {
    color: #999;
}
.modal-confirm .modal-footer {
    border: none;
    text-align: center;
    border-radius: 5px;
    font-size: 13px;
    padding: 10px 15px 25px;
}
.modal-confirm .modal-footer a {
    color: #999;
}
.modal-confirm .icon-box {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 9;
    text-align: center;
}
.modal-confirm .icon-box i {
    color: #f15e5e;
    font-size: 46px;
    display: inline-block;
    margin-top: 13px;
}
.modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    background: #60c7c1;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    min-width: 120px;
    border: none;
    min-height: 40px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none !important;
}
.modal-confirm .btn-info {
    background: #c1c1c1;
}
.modal-confirm .btn-info:hover,
.modal-confirm .btn-info:focus {
    background: #a8a8a8;
}
.modal-confirm .btn-danger {
    background: #f15e5e;
}
.modal-confirm .btn-danger:hover,
.modal-confirm .btn-danger:focus {
    background: #ee3535;
}
.trigger-btn {
    display: inline-block;
    margin: 100px auto;
}

.col-13 {
    flex: 0 0 auto;
    width: 13%;
}
.row-client td input {
    width: 126px;
}
.btn-warning-new {
    color: #c6980d;
}
.card-referral {
    height: 60px;
    min-width: 300px;
    max-width: 300px;
}
.font-18 {
    font-size: 18px;
}
.w-90 {
    min-width: 90px;
    width: 90px;
    max-width: 90px;
}
.w-250 {
    min-width: 250px;
    width: 250px;
    max-width: 250px;
}
.w-35px {
    width: 35px;
}
.w-200 {
    width: 200px;
    max-width: 200px;
}
.w-150 {
    width: 140px;
    max-width: 140px;
    min-width: 140px;
}
.w-220 {
    width: 220px;
    max-width: 220px;
}
.w-280 {
    width: 280px;
    max-width: 280px;
}
.card-height-100 {
    height: 100px;
}

.reportsTabs {
    border-bottom: none;
    border-radius: 0px;
    overflow: hidden;
    padding: 6px 8px;
    background: #eaeaea;
    display: flex;
    overflow: hidden;
}
.reportsTabs > .nav-item {
    margin: 0px 2px;
}
.reportsTabs > .nav-item > a.nav-link {
    padding: 10px 20px !important;
    background: #eaeaea !important;
    color: #000 !important;
    line-height: 1 !important;
    -webkit-transition: color 0.2s !important;
    transition: color 0.2s !important;
    font-size: 16px !important;
    border: inherit !important;
    text-align: center !important;
    border-radius: 50px !important;
    display: inline-block !important;
}
.reportsTabs > .nav-item > a.nav-link:hover {
    background-color: #31b5df !important;
}

.clientReport > .d-flex {
    padding: 5px 10px;
    background: #f7f7f7;
}
.clientReport > .d-flex:nth-child(even) {
    background-color: #f0f0f9;
}
.reportsTabs > .nav-item > a.nav-link.active {
    background: #31b5df !important;
    color: #000 !important;
    box-shadow: none !important;
    -webkit-transition: color 0.2s !important;
}
.btninfo:hover {
    background-color: #63dabf;
    color: #ffff;
}
.btninfo {
    padding: 4px 18px;
}

.btn_active {
    background-color: #49598f;
    color: #ffff;
}
.btn_month {
    border: 1px solid #adadad;
    padding: 4px 18px;
}

.btnMarketer > buttton.btn_active {
    background-color: blue;
}
.btnMarketer > .btninfo {
    border: 1px solid #adadad;
}
.btnMarketer > .btninfo:hover {
    border: 1px solid #63dabf;
    background-color: #63dabf;
}

.tabls-referral-dashboard {
    width: 100%;
    border-collapse: collapse;
}

.tabls-referral-dashboard th,
.tabls-referral-dashboard td {
    padding: 8px;
    text-align: left;
    /* border: 1px solid #ddd; */
    background: #fff;
    white-space: nowrap; /* Prevent text wrap */
}

/* Sticky left columns */

/* .tabls-referral-dashboard th:first-child,
.tabls-referral-dashboard td:first-child {
  position: sticky;
  left: 0;
  z-index: 3;border: 1px solid #ddd;
  min-width: 161px;
  background-color: #eaecee!important;
}

.tabls-referral-dashboard th:nth-child(2),
.tabls-referral-dashboard td:nth-child(2) {
  position: sticky;
   min-width: 120px;border: 1px solid #ddd;
  left: 161px;
  background-color: #eaecee!important; 
  z-index: 3;
} */

/* For header above sticky columns */
.tabls-referral-dashboard thead th {
    z-index: 4;
}

/* Table wrapper scroll */
.table-wrapper {
    overflow-x: auto;
    max-width: 100%;
}
/* Horizontal checkboxes */
.sundayCheckbox.horizontal {
    display: flex;
    gap: 15px;
    align-items: center;
}

.sundayCheckbox.horizontal label {
    margin: 0;
}
.sundayCheckbox.horizontal label:not(:last-child) {
    /* border-right: 2px solid #cbcbcb; */
    padding-right: 10px;
}
.card-content-assigned {
    background-color: #fff !important;
}
.assign-name {
    font-size: 16px !important;
}
.assign-number {
    font-size: 18px !important;
}
.loginPageWidth {
    width: 450px;
}
/* .icon-eye:before {
    content: "\e087" !important;
} */

/* .dropdown-menu {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
}

.dropdown-menu.show {
  display: block;
  opacity: 1;
  visibility: visible;
} */

/* Make sure dropdown is positioned correctly */
.nav-item.dropdown {
    position: relative;
}

.fixedTable {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 482px;
}
.fixedTable tbody tr td:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    z-index: 3 !important;
    border: 1px solid #eaecee;
    width: 40px;
    background-color: #eaecee !important;
    padding: 6px !important;
    height: 48px !important;
    /* padding: 17.5px !important;   */
}
.fixedTable tbody tr td:nth-child(2) {
    position: absolute !important;
    left: 40px !important;
    z-index: 3 !important;
    border: 1px solid #eaecee;
    width: 161px;
    background-color: #eaecee !important;
    height: 48px;
}
.fixedTable tbody tr td:nth-child(4) {
    position: absolute !important;
    left: 339px !important;
    z-index: 3 !important;
    border: 1px solid #eaecee;
    width: 151px;
    background-color: #eaecee !important;
    height: 48px;
}
.fixedTable tbody tr td:nth-child(3) {
    position: absolute !important;
    left: 201px !important;
    z-index: 3 !important;
    border: 1px solid #eaecee;
    width: 138px;
    background-color: #eaecee !important;
    height: 48px;
}
/* .fixedTable tbody tr td:nth-child(4){
    position: absolute!important;
    left: 483px!important;
    z-index: 3!important;
    border: 3px solid #eaecee;
    width: 161px;
    background-color: #eaecee !important;
} */
.hide-alert-icon {
    padding: 17px !important;
}
.fixedTable thead tr th:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    z-index: 3 !important;
    /* border: 1px solid #ddd; */
    width: 40px;
    /* padding: 14px;    */
    background-color: #eaecee !important;
    top: 7px;
}
.fixedTable thead tr th:nth-child(2) {
    position: absolute !important;
    left: 39px !important;
    z-index: 3 !important;
    /* border: 1px solid #ddd; */
    width: 161px;
    background-color: #eaecee !important;
    top: 7px;
}
.fixedTable thead tr th:nth-child(4) {
    position: absolute !important;
    left: 338px !important;
    z-index: 3 !important;
    /* border: 1px solid #ddd; */
    border-right: none;
    width: 152px;
    background-color: #eaecee !important;
    top: 7px;
}
.fixedTable thead tr th:nth-child(3) {
    position: absolute !important;
    left: 199px !important;
    z-index: 3 !important;
    /* border: 1px solid #ddd; */
    width: 140px;
    background-color: #eaecee !important;
    top: 7px;
}
/* .fixedTable thead tr th:nth-child(4){
    position: absolute!important;
    left: 483px!important;
    z-index: 3!important;
    border: 1px solid #ddd;
    width: 161px;
    background-color: #eaecee !important;
} */

/* assign clinician management css start */
/* .assignedClinician_card .card-body{
    height: 65px;
} */

.fixedTableAssign {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    overflow-y: visible;
    margin-left: 503px;
}
.fixedTableAssign tbody tr td:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    z-index: 3 !important;
    border: 3px solid #eaecee;
    width: 70px;
    background-color: #eaecee !important;
    padding: 15px 4px;
}
.fixedTableAssign tbody tr td:nth-child(2) {
    position: absolute !important;
    left: 70px !important;
    z-index: 3 !important;
    border: 3px solid #eaecee;
    width: 161px;
    padding: 15px 4px;
    background-color: #eaecee !important;
}
.fixedTableAssign tbody tr td:nth-child(3) {
    position: absolute !important;
    left: 225px !important;
    z-index: 3 !important;
    border: 3px solid #eaecee;
    width: 140px;
    padding: 15px 4px;
    background-color: #eaecee !important;
}
.fixedTableAssign tbody tr td:nth-child(4){
    position: absolute!important;
    left: 358px !important;
    z-index: 3!important;
    border: 3px solid #eaecee;
    width: 152px;
    padding:15px 4px;
    background-color: #eaecee !important;
}
.fixedTableAssign thead tr th:nth-child(1) {
    position: absolute !important;
    left: 0 !important;
    z-index: 3 !important;
    border: 1px solid #ddd;
    width: 77px;
    background-color: #eaecee !important;
}
.fixedTableAssign thead tr th:nth-child(2) {
    position: absolute !important;
    left: 76px !important;
    z-index: 3 !important;
    border: 1px solid #ddd;
    width: 161px;
    background-color: #eaecee !important;
}
.fixedTableAssign thead tr th:nth-child(3) {
    position: absolute !important;
    left: 226px !important;
    z-index: 3 !important;
    border: 1px solid #ddd;
    width: 140px;
    background-color: #eaecee !important;
}
.fixedTableAssign thead tr th:nth-child(4){
    position: absolute!important;
    left: 359px !important;
    z-index: 3!important;
    border: 1px solid #ddd;
    width: 152px;
    background-color: #eaecee !important;
}

.fontNumberCase {
    font-size: 15px;
}
.resetButton {
    background: #6a1cdd;
    padding: 5px 0px 0px 8px !important;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 11px;
    line-height: 29px;
}
.resetButton i {
    font-size: 20px !important;
}

.undoButton {
    background: #6a1cdd;
    padding: 5px 0px 0px 8px !important;
    border-radius: 50px;
    color: #fff !important;
    text-align: center;
    width: 35px;
    height: 35px;
    margin-right: 11px;
    line-height: 29px;
}
.undoButton i {
    font-size: 20px !important;
}

.undoButton.disabled {
    pointer-events: none !important;
    opacity: 0.4 !important;
}

/* assign clinician management css end */

.paginationList {
    margin: 0;
}
.tabls-referral-dashboard thead tr th{
    border-top:1px solid #fff;
}
.paginationList .page-link {
    color: #000;
    border: 1px solid #ddd;
    background-color: #fff;
    /* font-weight: 500; */
    /* padding: 5px 10px; */
    transition: all 0.2s ease-in-out;
}

.paginationList .page-link:hover {
    background-color: #f1f1f1;
    color: #000;
}

.paginationList .page-item.active .page-link {
    background-color: #000;
    border-color: #000;
    color: #fff !important;
}

.paginationList .page-item.disabled .page-link {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
}

/* --- Toastr Visual Fix (Bootstrap Compatible) --- */
#toast-container > .toast {
    border-radius: 6px;
    padding: 10px 14px 10px 40px !important; /* space for icon */
    font-size: 14px;
    line-height: 1.4;
    color: #fff !important;
    opacity: 0.95;
    background-position: 14px center !important;
    background-repeat: no-repeat !important;
    background-size: 18px 18px !important; /* icon fix */
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
}

/* --- Titles & Body --- */
#toast-container > .toast .toast-title {
    color: #fff !important;
    font-weight: 600;
}
#toast-container > .toast .toast-message {
    color: #fff !important;
    font-weight: 400;
    margin: 0;
}

/* --- Close Button Fix --- */
#toast-container .toast-close-button {
    font-size: 14px !important;
    line-height: 1 !important;
    opacity: 0.9;
    top: 6px;
    right: 8px;
}
#toast-container .toast-close-button:hover {
    opacity: 1;
}

/* --- Specific Variants --- */
#toast-container > .toast-success {
    background-color: #28a745 !important; /* Bootstrap success green */
}
#toast-container > .toast-error {
    background-color: #dc3545 !important; /* Bootstrap danger red */
}
#toast-container > .toast-info {
    background-color: #17a2b8 !important; /* Bootstrap info cyan */
}
#toast-container > .toast-warning {
    background-color: #ffc107 !important; /* Bootstrap warning yellow */
    color: #212529 !important; /* dark text for contrast */
}
#toast-container > .toast-warning .toast-title,
#toast-container > .toast-warning .toast-message {
    color: #212529 !important;
}

/* --- Optional: if your theme injects huge icons, remove them --- */
/* Uncomment if needed
#toast-container > .toast-success,
#toast-container > .toast-error,
#toast-container > .toast-info,
#toast-container > .toast-warning {
    background-image: none !important;
    padding-left: 14px !important;
}
*/

/* --- Position Fix --- */
#toast-container {
    z-index: 999999 !important;
}

.has-icon-right .form-control-position.right {
    right: 0;
    left: auto;
    z-index: 10;
}

.form-control-position {
    pointer-events: auto;
}

/* Password field container must be relative */
.form-group.position-relative {
    position: relative;
}

/* Move ONLY the eye icon (second icon) to the right */
.form-group.position-relative .form-control-position:nth-of-type(2) {
    right: 0;
    left: auto;
    z-index: 10;
    cursor: pointer;
}

/* Add space so text doesn't overlap eye icon */
.form-group.position-relative input[type="password"] {
    padding-right: 3rem;
}
/* 
.csv-instructions {
    background: #f9fafc;
} */

.csv-instructions ul {
    padding-left: 18px;
}

.csv-instructions li {
    margin-bottom: 4px;
}

.csv-instructions code {
    background: #eef1f6;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

/* CSV Instructions Scroll Styling */
.csv-instructions {
    max-height: 260px;
    overflow-y: auto;
    background: #f9fafc;
}

/* Custom Scrollbar */
.csv-instructions::-webkit-scrollbar {
    width: 6px;
}

.csv-instructions::-webkit-scrollbar-track {
    background: #e9ecef;
    border-radius: 10px;
}

.csv-instructions::-webkit-scrollbar-thumb {
    background: #adb5bd;
    border-radius: 10px;
}

.csv-instructions::-webkit-scrollbar-thumb:hover {
    background: #6c757d;
}

/* .inline-edit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-direction: column;
}

.inline-edit .edit-input {
    flex: 1;
}

.inline-edit .edit-actions {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

.inline-edit .edit-actions i {
    font-size: 14px;
}

.inline-edit input[type="date"] {
    padding-right: 10px;
} */

.is-loading {
    background-color: #fff3cd;
    border-color: #ffc107;
}

.download-loader {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 1056;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
}

/* responsive start */

@media (min-width: 768px) {
    .navbar-expand-md .navbar-collapse {
        justify-content: right;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
        right: 1px;
    }
}

@media only screen and (min-width: 1550px) {
    .totalSession {
        font-size: 22px;
    }
    .pt-mn-23 {
        padding-top: 23px;
    }
    .header-navbar .navbar-container ul.nav li > a.nav-link {
        font-size: 16px;
    }
    .tabls-referral-dashboard tbody tr td {
        font-size: 15px;
    }
    .tabls-referral-dashboard thead tr th {
        font-size: 17px;
    }
    .font-13 {
        font-size: 14px;
    }
    .btn-batch {
        padding: 6px 9px 4px;
    }
    .listing-icon a i {
        font-size: 12px;
    }
    .w-210 {
        width: 210px;
        max-width: 210px;
        min-width: 210px;
    }

    .listing-icon a {
        width: 26px;
        padding: 3px 3px;
    }
    .w-220 {
        width: 280px;
        min-width: 280px;
        max-width: 280px;
    }
    .table-referral thead tr th {
        font-size: 16px;
    }
    .table-referral tbody tr td {
        font-size: 15px;
    }
    .dashboard-card .card-body .flex-fill span {
        font-size: 16px;
    }
}

@media only screen and (min-width: 1710px) {
    .resetButton {
        padding: 5px 0px 0px 8px !important;
        border-radius: 50px;
        color: #fff !important;
        text-align: center;
        width: 42px;
        height: 42px;
        margin-right: 11px;
        line-height: 36px;
    }
    .resetButton i {
        font-size: 22px !important;
    }
    .header-navbar .navbar-container ul.nav li i.ficon {
        font-size: 1.7rem;
    }
    .totalSession {
        font-size: 24px;
    }
    .fontNumberCase {
        font-size: 18px;
    }
    .header-navbar .navbar-container ul.nav li > a.nav-link {
        font-size: 18px !important;
    }
    .font-13 {
        font-size: 15px !important;
    }
    .tabls-referral-dashboard tbody tr td {
        font-size: 16px;
    }
    .dashboard-card .card-body .flex-fill span {
        font-size: 21px;
    }
    .assign-name {
        font-size: 21px !important;
    }
    .assign-number {
        font-size: 21px !important;
    }
    .card-referral {
        min-width: 350px;
        max-width: 350px;
    }
    .accordion-button {
        font-size: 18px;
    }
}

@media only screen and (min-width: 1920px) {
    .pt-mn-25 {
        padding-top: 25px;
    }
}

.password-eye {
    position: absolute;
    right: 10px;
    top: 73%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
}

.password-eye i {
    font-size: 16px;
}

.alert-border {
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Border color variants */
.alert-border-danger {
    border-color: #dc3545;
}
.alert-border-warning {
    border-color: #ffc107;
}
.alert-border-success {
    border-color: #198754;
}
.alert-border-info {
    border-color: #0dcaf0;
}
.alert-border-muted {
    border-color: #adb5bd;
}

/* ===== Select2 = form-control-sm height ===== */
.select2-container--default .select2-selection--single {
    /* min-height: calc(1.5em + 0.5rem + 2px); */
    padding: 0.25rem 0.5rem;
    border: 1px solid #ccd6e6;
    border-radius: var(--bs-border-radius-sm);
    font-size: 0.875rem;
    color: #3f587e;
    background-color: #fff;

    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* =========================================================
   Select2 EXACT MATCH with .form-control-sm
   ========================================================= */

/* =========================================================
   Select2 EXACT MATCH with .form-control (NOT sm)
   ========================================================= */

.select2-container--default .select2-selection--single {
    height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: var(--bs-border-radius);
    border: var(--bs-border-width) solid #ccd6e6;
    background-color: #fff;
    color: #3f587e;

    display: flex;
    align-items: center;
    box-sizing: border-box;
}

/* Text baseline = input */
.select2-container--default .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    line-height: 16px !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    height: 100%;
    color: inherit;
}

/* Arrow */
.select2-container--default .select2-selection__arrow {
    height: 100%;
    top: 0;
}

/* Focus */
.select2-container--default.select2-container--focus
    .select2-selection--single {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

/* Disabled */
.select2-container--default.select2-container--disabled
    .select2-selection--single {
    background-color: var(--bs-secondary-bg);
    opacity: 1;
}

/* ===============================
   Select2 INVALID STATE (Bootstrap compatible)
   =============================== */

.select2-container--default .select2-selection--single.is-invalid {
    border-color: #dc3545 !important;
    padding-right: calc(1.5em + 0.75rem);
    background-image: none;
}

/* Red focus glow (same as Bootstrap) */
.select2-container--default.select2-container--focus
    .select2-selection--single.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Disabled + invalid */
.select2-container--default.select2-container--disabled
    .select2-selection--single.is-invalid {
    background-color: #e9ecef;
    border-color: #dc3545;
}

.select2-container--default .select2-selection--single.is-invalid {
    border-color: #dc3545 !important;

    /* icon */
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linecap='round' d='M6 3.75v2.5'/%3e%3cpath stroke-linecap='round' d='M6 8.25h.01'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1rem;

    padding-right: 2.25rem; /* space for icon */
}

/* focus + invalid */
.select2-container--default.select2-container--focus
    .select2-selection--single.is-invalid {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}


/* default hidden */
#ecrFooter p,
#referralFooter p {
    display: none;
}

/* file hone par show */
#ecrFooter.has-file p,
#referralFooter.has-file p {
    display: block;
    margin-top: 8px;
}
.fileUploadText{
    background: #ccded6;
    width: fit-content;
    padding: 4px 9px;
    color: #02391f !important;
    border-radius: 4px;
}
.date-display {
    font-size:12px;
}

.assigned-list-notes{
    height: 38px;
}
.h50{
    height: 32px;
}
.width220{
    width:220px;
    min-width:220px;
    max-width:220px;
}