html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.profile-image {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--pink-50);
}

    .profile-image img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
        filter: drop-shadow(0px 0px 1px black);
    }
.ellipse {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 20px;
}
    .ellipse .p-img {
        object-fit: cover;
        width: inherit;
        height: inherit;
        border-radius: inherit;
    }
.nav-tabs {
    border-top: 1px solid rgb(237, 241, 245);
    border-bottom: 1px solid rgb(237, 241, 245);
    /*    padding-top: 15px;*/
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.nav-tabs::-webkit-scrollbar {
    display: none;
}

.nav-tabs .nav-link {
    color: #000000;
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-bottom: 3px solid transparent;
}

.nav-tabs .nav-link.requested::after {
    content: "12";
    font-size: 10px;
    color: #FFF;
    background-color: #FF3B30;
    border-radius: 50%;
    padding: 2px 5px;
    margin: 0 2px;
    position: relative;
    top: -2px;
    left: 3px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--pink-700);
    font-weight: 600;
    border-color: var(--pink-700);
}

.nav-tabs .nav-link:hover {
    color: var(--black-400);
    border-color: var(--pink-50);
    isolation: isolate;
}

.nav-tabs .nav-link.active:hover {
    color: var(--pink-700);
    border-color: var(--pink-700);
    isolation: isolate;
}

.nav-tabs.card-style {
    display: flex;
    gap: 15px;
    border: none;
}

.nav-tabs.card-style .nav-item {
    min-width: 150px;
    background-color: #FFF;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    border: 1px transparent solid;
    text-align: center;
    cursor: pointer;
    transition: 0.35s all;
}

.nav-tabs.card-style .nav-link {
    width: 100%;
    margin: 0;
    background-color: var(--white);
    border: none;
    padding: 8px 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs.card-style .nav-item.show .nav-link,
.nav-tabs.card-style .nav-link.active {
    border: none;
    background-color: var(--pink-700);
    color: var(--white);
    border-radius: 8px;
}

.nav-tabs.card-style .nav-link .custom-card__text .text--sm {
    font-size: 16px;
    margin-bottom: 0;
}

.nav-tabs.card-style .nav-link.active .custom-card__text .text--sm,
.nav-tabs.card-style .nav-link.active .custom-card__icon .font-awesome--icon {
    color: var(--white);
}

.badge_permit_success {
    color: #23c58f;
    background-color: rgba(35, 197, 143, .18);
}

.badge_permit_warning {
    background: #FEFAED;
    color: #DCB745;
}

.badge_permit_danger {
    color: #f14e4e;
    background-color: rgba(241, 78, 78, .18);
}

.badge_permit_secondary {
    color: #74788d;
    background-color: rgba(116, 120, 141, .18);
}

.text--normal {
    font-size: 20px;
    line-height: normal;
}

.text--sm {
    font-size: 18px;
    line-height: normal;
}

.text--xs {
    font-size: 16px !important;
}

.font-awesome--icon {
    font-size: 32px !important;
}

.btn.btn-outline-primary {
    border-color: var(--pink-700);
    color: var(--pink-700);
    font-weight: 700;
}

.btn.btn-outline-primary:hover {
    border-color: var(--pink-700) !important;
    color: #FFFFFF !important;
}

.primary--color {
    color: var(--pink-700);
    transition: 0.35s all;
}

.primary--color:hover {
    color: var(--pink-600)
}

.btn-menu-icon {
    width: 25px;
    height: 25px;
    /*border: #11111150 solid 1px;
    border-radius: 50%;*/
    padding: 5px;
    cursor: pointer;
}

.profile_selector_list {
    max-height: 200px;
    overflow-y: scroll;
}

.text_overflow {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.w-300px {
    /*width: 300px;*/
}

.dropdown-menu-custom {
    position: absolute;
    top: 30px;
    right: 0;
    width: 400px;
    min-width: 400px;
    max-height: 80vh;
    height: auto;
    overflow: auto;
    box-sizing: border-box;
}

.profile_menu_selector_link {
    padding: 12px 24px;
    margin: 0;
    border-bottom: 1px solid rgb(237, 241, 245);
}


.profile_menu_selector_link:hover,
.profile_menu_selector_link:focus {
    color: #16181b;
    text-decoration: none;
    background-color: var(--bs-btn-hover-bg);
}

.profile_menu_selector_link.active,
.profile_menu_selector_link:active {
    color: #fff;
    text-decoration: none;
    /*background-color: var(--pink-700);*/
}

.custom_dropdown_space {
    position: absolute;
    /* height: 100vh;*/
    right: 0px;
    width: 100%;
    z-index: 100;
}

@media (max-width: 992px) {
    .w-300px {
        /*width: 100%;*/
    }

    .dropdown-menu-custom {
        position: absolute;
        top: 50px;
        right: 0;
        width: 100%;
        height: auto;
        max-height: 80vh;
        overflow: auto;
        box-sizing: border-box;
    }
}

.profile_menu_main_name {
    font-size: 16px !important;
    color: #000000;
    font-weight: 400;
}

.profile_menu_sub_name {
    font-size: 12px !important;
    color: #000000;
    font-weight: 400;
}

.dropdown-item {
    border-bottom: 1px solid rgb(237, 241, 245);
}

.text-primay,
.text-primay:active,
.text-primay:visited {
    color: var(--pink-700) !important;
    transition: 0.35s all;
}

.text-primay:hover,
.text-primay:focus {
    color: var(--pink-600) !important
}

.icon_edit {
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    background-image: url('/assets/images/Edit.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.check_edit {
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    background-image: url('../assets/images/circle-check-solid.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.mr-10 {
    margin-right: 10px;
}













.custom-block-progess>.custom-progressbar li {
    list-style-type: none;
    font-size: 15px;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
}

.custom-block-progess[data-item="1"]>.custom-progressbar li {
    width: calc(100% / 1);
}

.custom-block-progess[data-item="2"]>.custom-progressbar li {
    width: calc(100% / 2);
}

.custom-block-progess[data-item="3"]>.custom-progressbar li {
    width: calc(100% / 3);
}

.custom-block-progess[data-item="4"]>.custom-progressbar li {
    width: calc(100% / 4);
}

.custom-block-progess[data-item="5"]>.custom-progressbar li {
    width: calc(100% / 5);
}

.custom-block-progess[data-item="6"]>.custom-progressbar li {
    width: calc(100% / 6);
}

.custom-block-progess[data-item="7"]>.custom-progressbar li {
    width: calc(100% / 7);
}

.custom-block-progess[data-item="8"]>.custom-progressbar li {
    width: calc(100% / 8);
}

.custom-block-progess[data-item="9"]>.custom-progressbar li {
    width: calc(100% / 9);
}

.custom-block-progess[data-item="10"]>.custom-progressbar li {
    width: calc(100% / 10);
}

.custom-block-progess>.custom-progressbar li:nth-child(1):before {
    content: "1";
}

.custom-block-progess>.custom-progressbar li:nth-child(2):before {
    content: "2";
}

.custom-block-progess>.custom-progressbar li:nth-child(3):before {
    content: "3";
}

.custom-block-progess>.custom-progressbar li:nth-child(4):before {
    content: "4";
}

.custom-block-progess>.custom-progressbar li:nth-child(5):before {
    content: "5";
}

.custom-block-progess>.custom-progressbar li:nth-child(6):before {
    content: "6";
}

.custom-block-progess>.custom-progressbar li:nth-child(7):before {
    content: "7";
}

.custom-block-progess>.custom-progressbar li:nth-child(8):before {
    content: "8";
}

.custom-block-progess>.custom-progressbar li:nth-child(9):before {
    content: "9";
}

.custom-block-progess>.custom-progressbar li:nth-child(10):before {
    content: "10";
}

.custom-block-progess>.custom-progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey;
    line-height: 1.4;
    height: auto;
}

.custom-block-progess>.custom-progressbar .active {
    color: #E24C86;
    font-weight: bold;
}

.custom-block-progess>.custom-progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 37px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: #e4e8ed;
    border-radius: 50%;
    margin: 0 auto;
    padding: 2px;
    text-align: center;
    padding: 2px;
    margin-bottom: 10px;
}

.custom-block-progess>.custom-progressbar li:after {
    content: '';
    width: 50%;
    height: 1px;
    background: #e4e8ed;
    position: absolute;
    top: 36px;
    z-index: -1;
    left: 75%;
}

.custom-block-progess>.custom-progressbar li:last-child:after {
    display: none;
}

.custom-block-progess>.custom-progressbar li:first-child:after {}

.custom-block-progess>.custom-progressbar li.active:before {
    border-radius: 50px;
    border: 1px solid var(--border-brand-border-brand, #E24C86);
    background: var(--background-body-background-secondary, #FCF8FF);
    color: #E24C86;
    font-weight: bold;
}

.custom-block-progess>.custom-progressbar li.active:after {
    border: 1px solid var(--border-brand-border-brand, #E24C86);
}

.progress {
    height: 10px
}

.progress-bar {
    background-color: #005aa8;
}

#frmMain {
    width: 100%;
    height: 400%;
}
#frmMain1 {
    width: 100vw;
    height: 50vh;
    border: none;
    position: fixed;
    left: 0%;
}

    @media (max-width: 425px) {
        .custom-block-progess > .custom-progressbar li:before {
            width: 30px;
            height: 30px;
            font-size: 13px;
            line-height: 27px;
            position: absolute;
            margin-top: -4px;
        }

        .custom-block-progess > .custom-progressbar {
            margin-bottom: 0px;
            width: 900px;
            height: 45px;
            display: flex;
            color: lightgrey;
            line-height: 1.4;
            align-items: center;
            scrollbar-width: 2px;
        }

            .custom-block-progess > .custom-progressbar li {
                list-style-type: none;
                font-size: 15px;
                width: 100%;
                /* float: left; */
                /* position: relative; */
                font-weight: 400;
                text-align: center;
                /* position: absolute; */
            }

        .custom-block-progess {
            scrollbar-color: transparent;
        }

            .custom-block-progess::-webkit-scrollbar {
                width: 2px;
                background-color: #fff;
            }

            .custom-block-progess::-webkit-scrollbar-track:hover {
                background-color: #fff;
            }
    }

    @media (max-width: 575px) {
        .custom-block-progess > .custom-progressbar li:after {
            display: none;
        }
    }


    .centered-text {
        position: absolute;
        color: red;
        z-index: 9999;
        font-size: 4.5vw; /* Adjusts size relative to viewport width */
        transform: rotate(30deg);
        text-align: center;
    }


    /* Media Queries for Smaller Screens */
    @media (max-width: 1400px) {
        .centered-text {
            font-size: 7vw;
        }
    }

    .dot-alert.dot-alert--red::before {
        content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiNGRkMyQkYiLz4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjMiIGZpbGw9IiNGRjNCMzAiLz4KPC9zdmc+Cg==');
        width: 10px;
        height: 10px;
        margin-right: 7px;
    }

    .dot-alert.dot-alert--yellow::before {
        content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiNGQkVFQzgiLz4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjMiIGZpbGw9IiNGMkM5NEMiLz4KPC9zdmc+Cg==');
        width: 10px;
        height: 10px;
        margin-right: 7px;
    }

    .dot-alert.dot-alert--green::before {
        content: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjUiIGZpbGw9IiNDMEVFQ0MiLz4KPGNpcmNsZSBjeD0iNSIgY3k9IjUiIHI9IjMiIGZpbGw9IiMzNEM3NTkiLz4KPC9zdmc+Cg==');
        width: 10px;
        height: 10px;
        margin-right: 7px;
    }

    .dropdown-menu-list-custom {
        width: 300px;
        box-sizing: border-box;
        list-style-type: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .custom-flex {
        display: flex;
        margin-bottom: 20px;
    }

    @media (max-width: 575px) {
        .custom-flex {
            display: block;
        }
    }

    .tag-dropdown-body {
        max-height: 200px;
        overflow: auto;
    }

    .tag-dropdown-body-new {
        max-height: 200px;
        overflow: auto;
    }

    #outsideTagContainer .tag {
        align-items: center;
        background-color: var(--pink-700);
        border-radius: 5px;
        color: white;
        display: flex;
        font-size: 13px;
        height: fit-content;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 0 15px;
    }

    #outsideTagContainerNew .tag {
        align-items: center;
        background-color: var(--pink-700);
        border-radius: 5px;
        color: white;
        display: flex;
        font-size: 13px;
        height: fit-content;
        margin-bottom: 5px;
        margin-right: 5px;
        padding: 0 15px;
    }

    .delete-tag {
        cursor: pointer;
        font-size: 19px;
        padding-left: 10px;
        position: relative;
    }

    .tag-head {
        font-size: 16px;
        margin-right: 10px;
        min-width: 70px;
    }

    #outsideTagContainer {
        display: flex;
        flex-wrap: wrap;
    }

    #outsideTagContainerNew {
        display: flex;
        flex-wrap: wrap;
    }

    .accordion-new {
        --bs-accordion-color: var(--bs-body-color);
        --bs-accordion-bg: var(--bs-body-bg);
        --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
        --bs-accordion-border-color: var(--bs-border-color);
        --bs-accordion-border-width: var(--bs-border-width);
        --bs-accordion-border-radius: var(--bs-border-radius);
        --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
        --bs-accordion-btn-padding-x: 1.25rem;
        --bs-accordion-btn-padding-y: 1rem;
        --bs-accordion-btn-color: var(--bs-body-color);
        --bs-accordion-btn-bg: var(--bs-accordion-bg);
        --bs-accordion-btn-icon-width: 1.25rem;
        --bs-accordion-btn-icon-transform: rotate(-180deg);
        --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
        --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(226, 76, 134, 0.25);
        --bs-accordion-body-padding-x: 1.25rem;
        --bs-accordion-body-padding-y: 1rem;
        --bs-accordion-active-color: var(--bs-primary-text-emphasis);
        --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
    }

    .accordion-button-new {
        position: relative;
        display: flex;
        align-items: center;
        font-size: 1rem;
        border: 0;
        border-radius: 0;
        overflow-anchor: none;
        transition: var(--bs-accordion-transition);
    }

        .accordion-button-new::before {
            flex-shrink: 0;
            width: var(--bs-accordion-btn-icon-width);
            height: var(--bs-accordion-btn-icon-width);
            content: "";
            background-image: url('../assets/images/accordion-btn.svg');
            background-repeat: no-repeat;
            background-size: var(--bs-accordion-btn-icon-width);
            transition: var(--bs-accordion-btn-icon-transition);
            background-position: center;
        }


        .accordion-button-new:not(.collapsed)::before {
            transform: var(--bs-accordion-btn-icon-transform);
        }

    .btn-search-clear {
        color: var(--pink-700);
        background-color: #fff;
        border-color: var(--pink-700);
        box-shadow: unset;
        padding: 10px 50px 10px 50px;
        transition-duration: 500ms;
        font-weight: bold;
        height: 50px;
    }

        .btn-search-clear:hover {
            color: var(--pink-700);
            background-color: #fff;
        }

    .btn-search {
        color: #fff;
        background-color: var(--pink-700);
        border-color: var(--pink-700);
        box-shadow: unset;
        padding: 10px 50px 10px 50px;
        transition-duration: 500ms;
        font-weight: bold;
        height: 50px;
    }

        .btn-search:hover {
            color: #fff;
            background-color: var(--pink-700);
        }

    .slider-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.user-login-info span {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
    height: auto;
}
.name_n_sub {
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 280px;
}

    .name_n_sub span {
        display: inline !important; /* ËÃ×Í inline */
        max-width: 280px;
    }
    .user-login-info span.name {
        font-size: 12px;
    }
    .user-login-info span.sub_name {
        font-size: 12px;
    }
@media screen and (max-width: 1550px) {
    .div-lang {
        width: 100px;
    }

    .user-login-info span {
        margin: 0;
        line-height: 20px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 200px;
        height: auto;
    }
        .name_n_sub {
            align-items: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            max-width: 200px;
        }
        .user-login-info span.name {
            font-size: 12px;
            margin-top: -2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: auto;
        }
        .user-login-info span.sub_name {
            font-size: 12px;
            margin-top: -2px;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            height: auto;
        }
}

@media screen and (max-width: 1199px) {
    .user-login-info span,
    .user-login-info span.name {
        max-width: 100%;
    }
    .name_n_sub {
        max-width: 100%;
    }
}
.custom-checkbox:hover .checkmark {
    background-color: var(--pink-700);
    transition-duration: 500ms;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 5px;
}

.custom-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    cursor: pointer;
}

    .custom-checkbox input:checked ~ .checkmark {
        background-color: var(--pink-700);
    }

    .custom-checkbox:hover .checkmark {
        background-color: var(--pink-700);
        transition-duration: 500ms;
    }

    .custom-checkbox input:checked ~ .checkmark:after {
        display: block;
        left: 7px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .custom-checkbox input[type="checkbox"]:disabled ~ .checkmark {
        background-color: #eee;
        cursor: not-allowed;
    }

    .custom-checkbox .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
.font-normal {
    font-size: 16px;
    font-weight: normal;
}
:is(dir, menu, ol, ul) ul {
    list-style-type: disc;
}
.badge-soft-blue {
    color: #007AFF;
    background-color: #E6F2FF;
}
.badge-soft-orange {
    color: #F2994A;
    background-color: #FEF5ED;
}
.badge-soft-grey {
    color: #6F6F85;
    background-color: #EAEAED;
}
/* Tooltip Container */
.tooltip-container {
    position: relative;
    display: inline-block; /* Essential for proper positioning with inline elements */
    cursor: pointer; /* Indicates it's interactive */
}

.tooltip-text {
    visibility: hidden;
    opacity: 0;
    width: 250px;
    background-color: #F74C7A;
    color: #fff;
    text-align: left;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 999999;
    top: 150%;
    left: -360%;
    transform: translateX(-50%);
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    font-size: 14px;
    line-height: 1.4;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
    .tooltip-text::after {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 89%;
        transform: translateX(-50%);
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent #F74C7A transparent;
    }
/* Show the tooltip on hover */
.tooltip-container:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.3s ease; /* Fade in immediately */
}