
.light-mode {
    --primaryBg: #1890ff;
    --primaryHover: #1878d2;
    --whiteColor: #fff;
    --whiteBgColor: #fff;
    --secondaryColor: #1e0e62;
    --lightBlue: #e3effb;
    --greenColor: #14ac10;
    --greenHover: #0b9f08;
    --borderColor: #ebeaed;
    --overlyBg: #1890ffcc;
    --bodyColor: #f4f4f4;
    --titleColor: #46a6ff;
    --bgColor: #fff;
    --textColor: #1e0e62;
    --placeHolderColor: #7c7c83;
    --logoPrimaryColor: #1890ffcc;
    --ashColor: #999999;
    --dangerColor: #ff0000;
    --dangerHoverColor: #dfb7b7;
    --grayColor: #4d5057;
    --darkGrayColor: #6b7280;
    --sidebarItemColor: #6b7280;
    --tableHeadColor: #e8f4ff;
    --tableRow: #f3f8ff;
    --disabledColor: #ebeaed;
    --modalOverlay: rgb(0 0 0 / 0.6);
    --checkboxColor: "";
    --textLight: "";
    --clientNameColor: #023e8a;
    --tableTextColor: #4d5057;
    --primaryBtnColor: #1890ff;
    --orangeColor: #fb923c;
    --lightGray: #e6e6e6;
    --mainBgColor: #f4f4f4;
    --activeMode: #1890ff;
    --modalTitleColor: #012970;
    --modalColor: #fff;
    --black: #000000;
    --circle: #012970;
    --inactiveColor: #e0e0e0;
    --cancelButtonColor: #212529;
    --btnOutlineColor: #1890ff;
    --badgeSuccessStart: #28a745;
    --badgeSuccessEnd: #20c997;
    --badgeDangerStart: #dc3545;
    --badgeDangerEnd: #ff7b9c;
    --paginationBgColor: #fff;
    --paginationColor: #6c757d;
    --textMutedColor: #6c757d;
    --formCheckInputColor: #0d6efd;
    --formCheckInputBorder: #0d6efd;
    --errorTextColor: #ff0000;
    --formControlBorder: #ced4da;
}

.dark-mode {
    --primaryBg: #1890ff;
    --primaryHover: #1878d2;
    --whiteColor: #fff;
    --whiteBgColor: #000;
    --secondaryColor: #fff;
    --lightBlue: #181a20;
    --greenColor: #14ac10;
    --greenHover: #0b9f08;
    --borderColor: #6b7280;
    --overlyBg: #000;
    --bodyColor: #0b0e11;
    --titleColor: #46a6ff;
    --bgColor: #181a20;
    --textColor: #fff;
    --placeHolderColor: #7c7c83;
    --logoPrimaryColor: #1890ffcc;
    --ashColor: #999999;
    --dangerColor: #ff0000;
    --dangerHoverColor: #dfb7b7;
    --grayColor: #999999;
    --darkGrayColor: #6b7280;
    --sidebarItemColor: #6b7280;
    --tableHeadColor: #e8f4ff;
    --disabledColor: #2b2b2b;
    --tableRow: #0b0e11;
    --modalOverlay: rgb(0 0 0 / 0.7);
    --checkboxColor: "";
    --textLight: #9ca3af;
    --tableTextColor: #dbd9d9;
    --clientNameColor: #e8f4ff;
    --primaryBtnColor: #1890ff;
    --orangeColor: #fb923c;
    --lightGray: #181a20;
    --lightRed: #ff000009;
    --mainBgColor: #0b0e11;
    --activeMode: #1890ff;
    --modalTitleColor: #fff;
    --modalColor: #202020;
    --black: #000000;
    --circle: #5d5e60;
    --inactiveColor: #e0e0e0;
    --cancelButtonColor: #ffffff;
    --btnOutlineColor: #1890ff;
    --badgeSuccessStart: #28a745;
    --badgeSuccessEnd: #20c997;
    --badgeDangerStart: #dc3545;
    --badgeDangerEnd: #ff7b9c;
    --paginationBgColor: #181a20;
    --paginationColor: #fff;
    --textMutedColor: #c5cbd1;
    --formCheckInputColor: #0d6efd;
    --formCheckInputBorder: #0d6efd;
    --errorTextColor: #ff0000;
    --formControlBorder: #6b7280;
}

.gray-mode {
    --primaryBg: #92929294;
    --primaryHover: #999999;
    --whiteColor: #fff;
    --whiteBgColor: #333333;
    --secondaryColor: #fff;
    --lightBlue: #5f5f60;
    --greenColor: #adadad;
    --greenHover: #6b7280;
    --borderColor: #5f5f60;
    --overlyBg: #333333;
    --bodyColor: #2b2b2b;
    --titleColor: #a1a1b0;
    --bgColor: #333333;
    --textColor: #ffffff95;
    --placeHolderColor: #929294;
    --logoPrimaryColor: #cccccc;
    --ashColor: #999999;
    /*--dangerColor: #ffffff95;*/
    --dangerColor: #ebebeb;
    --dangerHoverColor: #808083;
    --grayColor: #999999;
    --darkGrayColor: #6b7280;
    --sidebarItemColor: #6b7280;
    --tableHeadColor: #e8f4ff;
    --tableRow: #6a6a6a;
    --disabledColor: #92929294;
    --modalOverlay: rgb(0 0 0 / 0.7);
    --checkboxColor: "";
    --textLight: #9ca3af;
    --clientNameColor: #e8f4ff;
    --tableTextColor: #dbd9d9;
    --primaryBtnColor: #ffffff;
    --orangeColor: #9ca3af;
    --lightGray: #5f5f60;
    --lightRed: #92929294;
    --mainBgColor: #2b2b2b;
    --activeMode: rgb(31 41 55);
    --modalTitleColor: #fff;
    --modalColor: #333333;
    --black: #000000;
    --circle: #636568;
    --inactiveColor: #e0e0e0;
    --cancelButtonColor: #ffffff;
    --btnOutlineColor: #cdcdcd;
    --badgeSuccessStart: #adadad;
    --badgeSuccessEnd: #9f9a9a;
    --badgeDangerStart: #4c4949;
    --badgeDangerEnd: #100f0f;
    --paginationBgColor: #333333;
    --paginationColor: #fff;
    --textMutedColor: #c5cbd1;
    --formCheckInputColor: #57595e;
    --formCheckInputBorder: #fff;
    --errorTextColor: #c5cbd1;
    --formControlBorder: #5f5f60;
}

html {
    background-color: var(--mainBgColor);
}

body {
    font-family: "Poppins", sans-serif !important;
    color: var(--textColor) !important;
    background-color: var(--bodyColor) !important;
}

.activeMode {
    background-color: var(--activeMode) !important;
    color: var(--whiteColor) !important;
}
/*mangae scroll bar*/
*::-webkit-scrollbar {
    width: 5px !important;
    height: 4px !important;
}

*::-webkit-scrollbar-track {
    background-color: var(--whiteBg) !important;
}

*::-webkit-scrollbar-thumb {
    background-color: var(--grayColor) !important;
    background-clip: content-box !important;
}

body .heading {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondaryColor) !important;
}

/*span.select2-selection.select2-selection--single {
    border-radius: 0.5rem !important;
    border: 1px solid #d9d7da !important;
    border-width: 1px;
}*/

span.select2-selection.select2-selection--single {
    border-radius: 0.5rem !important;
    border: 1px solid var(--formControlBorder) !important;
    border-width: 1px;
}

.select2-container--default .select2-selection--single {
    height: 40px !important;
    padding: 7px !important;
    border-radius: 11px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 7px !important;
    right: 6px !important;
}

a,
.btn-link {
    color: #006bb7;
}

.card {
    background-color: var(--bgColor) !important;
    border: 1px solid var(--borderColor) !important;
}

/*.form-control {
    background-color: var(--whiteBgColor) !important;
    color: var(--textColor) !important;
}*/

.form-control {
    background-color: var(--modalColor) !important;
    color: var(--textColor) !important;
    border: 1px solid var(--formControlBorder);
}

/*input .form-control {
    background: var(--whiteBgColor) !important;
}
*/

input .form-control {
    background: var(--modalColor) !important;
}


/*.select2-container--default .select2-selection--single {
    background-color: var(--whiteBgColor) !important;
    color: var(--textColor) !important;
}*/

.select2-container--default .select2-selection--single {
    background-color: var(--modalColor) !important;
    color: var(--textColor) !important;
}

.select2-dropdown {
    background-color: var(--modalColor) !important;
    color: var(--textColor) !important;
}

.btn-primary {
    color: var(--whiteColor);
    background-color: var(--primaryBg);
    border-color: var(--borderColor);
}

.btn-primary:hover {
    background-color: var(--primaryHover) !important;
    border-color: var(--primaryBg);
}

.btn-outline-primary {
    color: var(--btnOutlineColor);
    /*background-color: var(--whiteColor);*/
    border-color: var(--primaryBg);
}

.btn-outline-primary:hover {
    background-color: var(--primaryHover) !important;
    border-color: var(--primaryBg);
}


/*input.select2-search__field {
    background-color: var(--whiteBgColor) !important;
    color: var(--textColor) !important;
}*/

input.select2-search__field {
    background-color: var(--modalColor) !important;
    color: var(--textColor) !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    color: var(--textColor) !important;
}

.dropdown-item.btn-secondary:hover {
    background-color: var(--primaryHover);
    color: var(--whiteColor) !important;
}

button.btn.btn-primary.w-100.rounded-pill.font13 {
    background: var(--primaryBg) !important;
    border: none !important;
    padding-top: 7px;
    padding-bottom: 7px;
}

button.btn.btn-primary.w-100.rounded-pill.font13 :hover {
    background: var(--primaryHover) !important;
}



.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type="checkbox"]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: var(--whiteColor);
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.form-control:disabled,
.form-control[readonly] {
    /*background-color: #fff !important;*/
    opacity: 1;
}

/*--------------------------------------------------------------
# CUSTOM CSS
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

a {
    color: #4154f1;
    text-decoration: none;
}

a {
    text-decoration: none;
    display: inline-block;
}

#sidebar a {
    color: var(--textColor);
    text-decoration: none;
}

#sidebar a:hover {
    color: var(--whiteColor);
    background-color: var(--primaryBg);
}

/* Some additional styling */
#sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    padding: 48px 0 0;
    /* Adjust as needed */
    width: 0;
    /* Initially collapsed */
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    transition: width 0.3s;
    background-color: var(--bgColor) !important;
    padding-top: 84px !important;
}

#sidebar.activeSide {
    width: 250px;
    /* Adjust as needed */
}

.font20 {
    font-size: 20px;
}

.navbar {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.navbar .logoRound {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 4px solid var(--lightGray) !important;
    margin: auto;
}

.navbar .logo {
    height: 28px;
    width: 28px;
    margin: auto;
    margin-top: 6px;
}

.navbar .btn:focus {
    box-shadow: none;
}

.menuItem {
    display: flex !important;
    gap: 5px !important;
    align-items: center;
}

#sidebar ul li a {
    padding: 7px 0px 7px 15px !important;
}

/* Overlay effect when sidebar is collapsed */
/* #overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99;
} */

#overlay.activeSide {
    display: block;
}

#content {
    transition: margin-left 0.3s;
    padding: 20px;
    position: relative;
    z-index: 98;
    /* Lower z-index than sidebar */
}

#content.activeSide {
    margin-left: 250px;
    /* Same as sidebar width */
}

/* Header styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
    /* Higher z-index than sidebar */
    background-color: var(--bgColor) !important;
    border-bottom: 1px solid var(--borderColor) !important;
}

/* Light Backgrounds */
.bg-primary-light {
    background-color: #cfe2ff;
    border-color: #cfe2ff;
}

.card-body {
    padding: 0 20px 20px 20px;
}

.font15 {
    font-size: 11px;
}

.txc .cardTop {
    position: relative;
    margin-top: 100px !important;
}

.facility #facility-heightvh .cardTop {
    position: relative;
    margin-top: 42px !important;
}

.card-title {
    padding: 15px 0 10px 0;
    font-size: 18px;
    font-weight: 500;
    /*color: #012970;*/
    color: var(--modalTitleColor) !important;
    font-family: "Poppins", sans-serif;
}

.card-title span {
    color: #899bbd;
    font-size: 13px;
    font-weight: 400;
}

.icon-link {
    height: 120px;
    width: 120px;
}

.icon-link svg {
    fill: #032a6f;
    transition: fill 0.3s;
}

.icon-link:hover svg {
    fill: #ffffff;
}
/*
.icon-link i {
   transition: transform 0.3s ease-in-out;
}

.icon-link:hover i {
   transform: scale(1.2);
}
*/

.font-p {
    font-size: 13px;
}

.facilityFont {
    font-size: 20px;
}

.font-icon {
    font-size: 40px;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: rgb(1, 41, 112);
    white-space: nowrap;
}

.errorText {
    color: var(--errorTextColor) !important;
}

/*login page ----------------------------------- */

/* Dark Mode Toggle Button*/

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    top: 40px;
    right: 40px;
    background-color: var(--black);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 25px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    margin: auto;
}

.float:hover {
    background-color: black !important;
}

.my-float {
    margin-top: 10px;
}

.floatItem {
    position: fixed;
    width: 160px;
    top: 86px;
    right: 40px;
    background-color: var(--whiteColor);
    color: #fff;
    text-align: center;
    font-size: 20px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    margin: auto;
    padding: 0 !important;
    border-radius: 10px;
}

/* Dark Mode Toggle Button  End */

.top-row.px-4 {
    padding: 25px 0 !important;
}

.card-body p {
    font-size: 11px;
}

.card .smart {
    color: var(--greenColor);
}

.card .head {
    color: var(--primaryBg);
}

img {
    max-width: 100%;
}

ul li {
    list-style: none;
}

.cardRound {
    border-radius: 2.3rem !important;
}

#facility-heightvh .cardRound {
    border-radius: 2.3rem !important;
}

.txc .cardRound {
    border-radius: 1.3rem !important;
}

.no-scrollbar {
    overflow: hidden; /* Hide the scrollbar for the entire page */
}

.backGround {
    position: relative;
    overflow: hidden; /* Hide the scrollbar for the backGround element */
}

.backGround::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--overlyBg); /* Light blue color */
    opacity: 0.5; /* Adjust the opacity as needed */
}

.backGround {
    background: url("/img/Carepro_Background.jpg") center/cover no-repeat;
    background-color: transparent; /* Make sure the background is transparent */
    width: 100vw;
}

.mt-2.fs-2.fw-normal.small.head.text-center.text-nowrap {
    margin-top: 35px !important;
}

.focusNone {
    focus: none;
}

.inputuser {
    border-radius: 20px;
}

input #username:focus {
    box-shadow: none !important;
}

.subBtn {
    background-color: var(--primaryBg);
}

#loginPage .form-control {
    /*border: 2px solid var(--borderColor) !important;*/
    padding-top: 7px !important;
    padding-bottom: 4px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

#loginPage .txc .card .form-control {
    /*border: 2px solid var(--borderColor) !important;*/
    padding-top: 7px !important;
    padding-bottom: 4px !important;
    padding-left: 13px !important;
    padding-right: 13px !important;
}

input#endDatePicker {
    padding: 7px 10px;
}

.selectize-input.items.has-options.full.has-items {
    font-size: 11px;
}

input#startDatePicker {
    padding: 7px 10px !important;
}

.helpDesk {
    font-size: 11px !important;
    color: var(--grayColor);
}

.selectize-input.items.full.has-options.has-items {
    height: 31px;
}

.selectize-input.items.not-full.has-options {
    border-radius: 20px;
}

.selectize-input.items.full.has-options.has-items {
    border-radius: 20px;
}
/*
    .colWidth {
    max-width: 730px !important;
    min-width: 730px !important;
}
@media only screen and (max-width: 1200px) {
    .colWidth {
        max-width: 565px !important;
    }
}
*/

.modal-dialog {
    max-width: 323px !important;   
}

.txc .martop {
    margin-top: 13px;
}

.facility .martop {
    margin-top: 45px;
}

.txc .heightvh {
    height: 89vh;
}

select.form-control.rounded-pill.\!px-5 {
    font-size: 11px;
}

.small {
    font-size: 20px !important;
}

/*facality input tag mangage*/
select.form-control.rounded-pill {
    font-size: 11px;
}

.font13 {
    font-size: 11px;
}


span#select2-facilityDropdown-container {
    font-size: 11px;
}

input.form-control.rounded-pill.w-100.flatpickr-input.flatpickr-mobile {
    font-size: 13px;
}

input.form-control.p-2.rounded-pill.flatpickr-input.flatpickr-mobile {
    font-size: 13px;
}

.select2-container--default .select2-selection--single {
    height: 37px !important;
    /*border-radius: 50px !important;*/
    border: 1px solid var(--borderColor) !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__rendered {
    line-height: 16px !important;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

input#startDatePicker {
    font-size: 11px;
    background-color: var(--whiteBgColor) !important;
}

input#endDatePicker {
    font-size: 11px;
    background-color: var(--whiteBgColor) !important;
}

td {
    color: var(--textColor) !important;
}

th {
    color: var(--secondaryColor) !important;
}

.txc p .text-center.ministry {
    margin-bottom: -9px !important;
    padding-bottom: 0px !important;
    color: var(--grayColor) !important;
    margin-bottom: -10px;
}

/*border section */
.selectize-input.items.full.has-options.has-items {
    border: 2px solid var(--borderColor) !important;
}

.borderColor {
    border-color: var(--borderColor) !important;
}

select.form-control.rounded-pill.\!px-5 {
    border: 2px solid var(--borderColor) !important;
}

select.form-control.rounded-pill {
    border: 2px solid var(--borderColor) !important;
}

input#startDatePicker {
    border: 2px solid var(--borderColor) !important;
}

input#endDatePicker {
    border: 2px solid var(--borderColor) !important;
}

.errorMsg {
    background-color: #fef2f2 !important;
    border-radius: 20px;
    padding: 0 7px;
    margin: 0 !important;
    justify-content: space-between !important;
}

button.btn.subBtn.w-100.text-white.rounded-pill {
    box-shadow: none !important;
}

#loginPage p.text-center.mt-3 {
    color: var(--dangerColor);
}

#loginPage .errorMsg svg {
    color: var(--dangerColor) !important;
    font-size: 20px;
}

input.form-control.rounded-pill.flatpickr-input.flatpickr-mobile {
    font-size: 11px;
}

input.form-control.rounded-pill.w-100.flatpickr-input.flatpickr-mobile {
    font-size: 11px;
}

.txc .mb-2.mt-xxl-2 {
    width: 100%;
}

.modal-footer.text-center {
    justify-content: center;
}

.showPass {
    position: absolute;
    top: 28px;
    right: 12px;
}

div#facility-heightvh {
    height: 100vh !important;
}

li.select2-results__option.select2-results__message {
    font-size: 11px;
}

input.select2-search__field {
    font-size: 11px;
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
    font-size: 11px;
}

.select2-results__option[aria-selected] {
    font-size: 11px;
}

.cardTop {
    position: relative;
    margin-top: 28px !important;
}

input#endDate {
    font-size: 11px;
}

input#startDate {
    font-size: 11px !important;
}

.width75 {
    width: 85% !important;
}

.width85 {
    width: 82%;
}

.displayHideSm {
    display: block;
}

ul.dropdown-menu.dropdown-menu-end.dropdown-menu-arrow.profile.show {
    background-color: var(--whiteBgColor);
}

.count-column {
    width: 100px;
}

.loader {
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 0 auto;
}

.form-control {
    padding: 8px 13px !important;
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    /*width: 100%;*/
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    border-width: 1px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: 13px;
}

.form-select {
    border-radius: 8px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.5rem;
    border-width: 1px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    font-size: 13px;
}

.form-label{
    color: var(--textColor);
}

.modal-title {
    font-size: 16px;
    font-weight: 500;
    color: var(--modalTitleColor);
    font-family: "Poppins", sans-serif;
}

.form-check-input:checked {
    background-color: var(--formCheckInputColor) !important;
    border-color: var(--formCheckInputBorder) !important;
}

.smallFont {
    font-size: 12px;
}

.fontWeight500 {
    font-weight: 500;
}

.fontWeight600 {
    font-weight: 600;
}

@media only screen and (min-width: 1500px) {
    .modal-title {
        font-size: 18px;
        font-weight: 500;
        /*color: #012970 !important;*/
        color: var(--modalTitleColor);
        font-family: "Poppins", sans-serif;
    }

    span#select2-facilityDropdown-container {
        font-size: 13px !important;
    }

    .smallFont {
        font-size: 14px;
    }

    input#startDate {
        font-size: 13px !important;
    }

    /*  .txc form {
    width: 82%;
    margin: auto;
  }
*/
    .select2-results__option[aria-selected] {
        font-size: 13px !important;
    }

    li.select2-results__option.select2-results__message {
        font-size: 13px !important;
    }

    input.select2-search__field {
        font-size: 13px !important;
    }

    .select2-container--default
    .select2-results__option--highlighted[aria-selected] {
        font-size: 13px !important;
    }

    .facilityFont {
        font-size: 28px;
    }

    .font15 {
        font-size: 15px !important;
    }

    .txc .cardTop {
        position: relative;
        margin-top: 190px !important;
    }

    .facility .martop {
        margin-top: 93px;
    }

    .showPass {
        top: 32px !important;
    }

    button .btn.btn-primary.w-100.rounded-pill.font13 {
        padding-top: 8px;
        padding-bottom: 8px;
    }

    #loginPage .form-control {
        padding: 8px 13px !important;
        /*border: 2px solid var(--borderColor) !important;*/
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
        line-height: 23px !important;
    }

    .modal-dialog {
        max-width: 500px !important;
    }

    input.form-control.rounded-pill.flatpickr-input.flatpickr-mobile {
        font-size: 13px !important;
    }

    .heading {
        font-size: 22px !important;
    }

    .font13 {
        font-size: 13px;
    }

    input#startDatePicker {
        padding: 8px 10px !important;
    }

    input#endDatePicker {
        padding: 8px 10px !important;
    }

    .selectize-input.items.has-options.full.has-items {
        font-size: 13px;
    }

    .selectize-input.items.full.has-options.has-items {
        height: 38px;
    }

    /*facality input tag mangage*/
    select.form-control.rounded-pill {
        font-size: 13px;
    }

    select.form-control.rounded-pill.\!px-5 {
        font-size: 13px;
    }

    .top-row.px-4 {
        padding: 30px 0 !important;
    }

    input #startDatePicker {
        font-size: 13px !important;
    }

    input #endDatePicker {
        font-size: 13px !important;
    }

    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
        top: 7px !important;
    }

    .select2-container--default .select2-selection--single {
        height: 40px !important;
        padding: 7px !important;
    }

    .small {
        font-size: 28px !important;
    }

    .mt-2.fs-2.fw-normal.small.head.text-center.text-nowrap {
        margin-top: 55px !important;
    }

    .ministry {
        font-size: 13px !important;
    }

    .txc .heightvh {
        height: 93vh !important;
    }

    div#facility-heightvh {
        height: 100vh !important;
    }

    .cardLogo {
        width: 115px !important;
        height: 115px !important;
        border: 4px solid var(--lightGray) !important;
        top: 147px !important;
    }

    .txc .cardLogo {
        width: 115px !important;
        height: 115px !important;
        border: 4px solid var(--lightGray) !important;
        top: 50px !important;
    }

    .txc .cardTop {
        margin-top: 190px !important;
    }

    .facility #facility-heightvh .cardTop {
        margin-top: 184px !important;
    }

    .facility .cardLogo {
        width: 115px !important;
        height: 115px !important;
        border: 4px solid var(--lightGray) !important;
        top: 137px !important;
    }

    .logoImage {
        width: 68px !important;
        height: 68px !important;
        margin-top: 13px !important;
        margin: auto;
    }

    .cardTop {
        margin-top: 161px !important;
    }

    .txc .cardTop {
        margin-top: 190px !important;
    }

    .font13 {
        font-size: 13px;
    }

    .mb-2.mt-xxl-2 {
        width: 100%;
    }

    .mar2 {
        margin: 20px 0 !important;
    }

    .mb2 {
        margin-bottom: 5px !important;
    }

    .mrb13 {
        margin-bottom: 35px !important;
    }

    .mb20 {
        margin-bottom: 15px !important;
        margin-top: 10px;
    }

    /*.form-control {
        padding: 8px 13px !important;
        border: 2px solid #ced4da !important;     
    }*/

    .form-control {
        padding: 9px 13px !important;
        border-radius: 8px;
        position: relative;
        box-sizing: border-box;
        display: flex;
        /*width: 100%;*/
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0.5rem;
        border-width: 1px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        font-size: 13px;
    }

    /*.txc .form-control {
        padding: 8px 15px !important;
        border: 2px solid #ced4da !important;
        font-size: 13px;
    }*/

    .txc .form-control {
        padding: 9px 13px !important;
        border-radius: 8px;
        position: relative;
        box-sizing: border-box;
        display: flex;
        /*width: 100%;*/
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0.5rem;
        border-width: 1px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        font-size: 13px;
    }

    .form-select {
        border-radius: 9px;
        position: relative;
        box-sizing: border-box;
        display: flex;
        /*width: 100%;*/
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        border-radius: 0.5rem;
        border-width: 1px;
        outline: 2px solid transparent;
        outline-offset: 2px;
        font-size: 13px;
    }    
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .width85 {
        width: 94% !important;
    }
}

/*@media only screen and (min-width: 1200px) {
    .width250 {
        width: 250px !important;
    }
}
*/
.cardLogo {
    position: absolute;
    top: 31px;
    width: 80px;
    height: 80px;
    background-color: var(--bgColor);
    border-radius: 50%;
    border: 2px solid var(--borderColor);
}

.txc .cardLogo {
    position: absolute;
    top: 8px;
    width: 65px;
    height: 65px;
    background-color: var(--bgColor);
    border-radius: 50%;
    border: 2px solid var(--borderColor);
}

.facility .cardLogo {
    position: absolute;
    top: 27px;
    width: 65px;
    height: 65px;
    background-color: var(--whiteBgColor) !important;
    border-radius: 50%;
    border: 2px solid var(--borderColor);
}

.logoImage {
    width: 40px;
    height: 40px;
    margin: auto;
    margin-top: 13px;
}

.txc .logoImage {
    width: 36px;
    height: 36px;
    margin: auto;
    margin-top: 9px;
}
/*.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('//upload.wikimedia.org/wikipedia/commons/thumb/e/e5/Phi_fenomeni.gif/50px-Phi_fenomeni.gif') 50% 50% no-repeat rgb(249,249,249);
}*/

.centered {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: darkred;
}

.centered-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    color: black;
}

@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .collgmd {
        width: 600px !important;
    }
}

.facilityDropdown {
    padding: 20px 0;
}

a #navbarDropdown {
    text-decoration: none !important;
}

    a #navbarDropdown :hover {
        text-decoration: none !important;
    }

.form-control:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

@media only screen and (max-width: 768px) {
    /*        article {
            background: white !important;
            height: 93vh !important;
        }*/
    .displayHideSm {
        display: none;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .card-body {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .txc .card-body {
        width: 90% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .backGround {
        background: none !important;
        background-color: var(--whiteColor) !important; /* Make sure the background is transparent */
        width: 100vw;
        height: 100vh;
    }

        .backGround::before {
            height: 100%;
            background: var(--bgColor) !important; /* Light blue color */
            opacity: 1; /* Adjust the opacity as needed */
        }

    .card {
        border: none !important;
        box-shadow: none !important;
    }

    .txc .cardTop {
        position: relative;
        margin-top: 54px !important;
    }
}

@media only screen and (max-width: 500px) {
    article {
        height: 91vh !important;
    }
}

@media only screen and (max-width: 350px) {
    .font20 {
        font-size: 15px !important;
    }
}


/* ============ BUTTON ===========*/
.btn-rounded {
    border-radius: 50px;
}

.fa-solid {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.btn .btn-fw {
    min-width: 150px;
}

.btn i {
    font-size: 1rem;
}

.btn-search {
    background-color: var(--greenColor) !important;
    color: var(--whiteColor) !important;
    /*line-height: 1 !important;*/
    font-size: 13px !important;
}

.btn-search:hover {
    /*background-color: #0b9f08 !important;*/
    background-color: var(--greenHover) !important;
    color: var(--whiteColor) !important;
}

.btn-add {
    background-color: #1890ff !important;
    background-color: var(--primaryBg) !important;
    color: var(--whiteColor) !important;
    line-height: 1 !important;
    font-size: 14px !important;
}

.btn-add:hover {
    background-color: #0d6efd !important;
    background-color: var(--primaryHover) !important;
    color: var(--whiteColor) !important;
}


/*/*.btn-add {
    background-color: var(--primaryBg) !important;
    color: var(--whiteColor) !important;
    font-size: 11px !important;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 9999px;
    gap: .25rem;
    align-items: center;
    display: flex;
}

.btn-add:hover {
    background-color: var(--primaryHover) !important;
    color: var(--whiteColor) !important;
}*/


.btn-clear {
    background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
    border: 0;
    transition: opacity 0.3s ease;
}

.btn-clear:hover {
    opacity: 2.8;
}

.btn-save {
    /*background-color: #1890ff !important;*/
    background-color: var(--primaryBg) !important;
    color: var(--whiteColor) !important;
    /*line-height: 1 !important;*/
    font-size: 14px !important;
    width: 76px;
}

.btn-save:hover {
    /*background-color: #0d6efd !important;*/
    background-color: var(--primaryHover) !important;
    color: var(--whiteColor) !important;
    width: 76px;
}

.btn-cancel {
    /* color: #212529 !important; */
    color: var(--cancelButtonColor) !important;
    /*line-height: 1 !important;*/
    font-size: 14px !important;
    border-color: var(--cancelButtonColor);
    width: 76px;
}

.btn-cancel:hover {
    color: var(--whiteColor) !important;
    background-color: var(--primaryHover) !important;
    border-color: var(--btnOutlineColor);
    width: 76px;
}

.btn-outline-dark {
    color: var(--cancelButtonColor) !important;
    border-color: var(--cancelButtonColor);
}

.btn-outline-dark:hover {
    color: var(--whiteColor) !important;
    background-color: var(--primaryHover) !important;
    border-color: var(--btnOutlineColor);
}

.rounded-full {
    border-radius: 9999px !important;
}

.btn-pagination {
    color: var(--whiteColor) !important;
    background-color: #0b9f08 !important;
    border: none !important;
}

.fontSize {
    font-size: 13px !important;
}

placeholder {
    font-size: 13px !important;
}

.font12 {
    font-size: 12px !important;
}

.font14 {
    font-size: 14px !important;
}

.font13 {
    font-size: 13px !important;
}

.font10 {
    font-size: 10px !important;
}

/*input.form-control {
    font-size: 14px !important;    
}*/

.col-design {
    flex: 0 0 auto !important;
    width: 2.333333% !important;
}

.btn-gradient-light {
    background: linear-gradient(to bottom, #f4f4f4, #e4e4e9);
    border: 0;
    transition: opacity 0.3s ease;
}

.btn-gradient-light:hover {
    opacity: 2.8;
}

.btn-gradient-dark {
    background: linear-gradient(89deg, #5e7188, #3e4b5b);
    border: 0; 
    color:white;
    transition: opacity 0.3s ease;
}

.btn-gradient-dark:hover {
    opacity: 0.8;
    color: var(--whiteColor)
}

/* Gradient for Success */
.badge-gradient-success {
    /*background: linear-gradient(45deg, #28a745, #20c997);*/
    background: linear-gradient(45deg, var(--badgeSuccessStart), var(--badgeSuccessEnd));
    color: var(--whiteColor)
}

/* Gradient for Danger */
.badge-gradient-danger {
    /*background: linear-gradient(45deg, #dc3545, #ff7b9c);*/
    background: linear-gradient(45deg, var(--badgeDangerStart), var(--badgeDangerEnd));
    color: var(--whiteColor)
}

.custom-checkbox {
    width: 10px;
    height: 10px;
    transform: scale(1.5);
    margin-right: 10px;
}

.form-check-label {
    vertical-align: middle;
}

.custom-modal {
    border-radius: 20px;
}

.custom-modal .modal-content {
    border-radius: 20px;
}

.modal-dialog {
    max-width: 700px !important;
}

/*.modal-content {
    background-color: var(--whiteBgColor);
    border-width: 1px;
    border-color: var(--borderColor);
}*/

.modal-content {
    background-color: var(--modalColor);
    border-width: 2px;
    border-color: var(--borderColor);
}


.close {
    border-radius: .25rem;
    color: none;
    justify-content: center;
    border: none;
    background-color: var(--whiteColor);
    font-weight: bolder;
    color: var(--black) !important;
    font-size: 16px;
}

.close:hover {
    border-radius: .25rem;
    color: none;
    justify-content: center;
    border: none;
    background-color: var(--whiteColor);
    font-weight: bolder;
    color: var(--black) !important;
    font-size: 16px;
    background-color: #999999;
}

.centerModel {
    position: fixed;
    left: 10%;
    top: -3%;
    height:auto;
/*    transform: translate(-50%, -50%);*/
}
.centerModelSiderBarClosed {
    position: fixed;
    left: 0%;
    top: -3%;
    height: auto;
    /*    transform: translate(-50%, -50%);*/
}

.modal-backdrop-sidebar {
    pointer-events: none; /* Disable interactions */
    opacity: 0.5; /* Dim the sidebar */
    transition: opacity 0.3s ease; /* Optional: Smooth transition */
}


.modal-body {
    max-height: calc(80vh - 150px); /* Adjust based on header/footer size */
    overflow-y: auto; /* Enable vertical scroll */
    outline: none; /* Prevent outline when focused */
    padding-right: 15px; /* Adjust padding if necessary */
}
.input_error {
    color: red !important;
    font-size: 12px !important;
}
div#components-reconnect-modal {
    display: none !important;
}
/*border-radius: 0.5rem;
border-width: 1px;
outline: 2px solid transparent;
outline-offset: 2px;
font-size: 13px;*/

/*background-color: var(--whiteBgColor) !important;
color: var(--textColor) !important;*/