/* @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css); */
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url(../../webfonts/Pretendard-Black.woff2) format('woff2'), url(../../webfonts/Pretendard-Black.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url(../../webfonts/Pretendard-ExtraBold.woff2) format('woff2'), url(../../webfonts/Pretendard-ExtraBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url(../../webfonts/Pretendard-Bold.woff2) format('woff2'), url(../../webfonts/Pretendard-Bold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url(../../webfonts/Pretendard-SemiBold.woff2) format('woff2'), url(../../webfonts/Pretendard-SemiBold.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url(../../webfonts/Pretendard-Medium.woff2) format('woff2'), url(../../webfonts/Pretendard-Medium.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url(../../webfonts/Pretendard-Regular.woff2) format('woff2'), url(../../webfonts/Pretendard-Regular.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url(../../webfonts/Pretendard-Light.woff2) format('woff2'), url(../../webfonts/Pretendard-Light.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url(../../webfonts/Pretendard-ExtraLight.woff2) format('woff2'), url(../../webfonts/Pretendard-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url(../../webfonts/Pretendard-Thin.woff2) format('woff2'), url(../../webfonts/Pretendard-Thin.woff) format('woff');
}

* {
    font-family: 'Pretendard', 'Roboto', 'SansSerif';
    padding: 0px;
    margin: 0px;
    /* font-size: 12px; */
    letter-spacing: 2%;
}

h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.019em;
    text-align: left;
}

span,
.dropdown-selected {
    white-space: nowrap;
}


html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Pretendard', 'Roboto', 'SansSerif';
    font-size: 14pt;
}

.button-summary {
    width: 152.97px;
    height: 46.78px;
    top: 26px;
    gap: 0px;
    border-radius: 5px;
    opacity: 0px;
}

.form-group {
    display: flex;
    gap: 10px;
    position: relative;
    display: inline-block;

    label {
        font-size: 12px;
        font-weight: 700;
        line-height: 40px;
        letter-spacing: -0.019em;
        text-align: left;
        position: relative;
        display: inline-block;
    }

    select {
        width: 162px;
        height: 40px;
        padding: 5px 5px 5px 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border-radius: 0;
        /* Removes the border-radius */
        padding-right: 25px;
        /* Space for the arrow */
        position: relative;

        option {
            font-size: 12px;
            font-weight: 700;
            line-height: 18px;
            background-color: #E4E4E4;
            border-radius: 0;
        }
    }

    select::after {
        content: '▼';
        /* Unicode for down arrow */
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
}

.custom-dropdown.disable {
    pointer-events: none;
}

.custom-dropdown .dropdown {
    position: relative;
    min-width: 125px;
    height: 25px;
    padding: 3px 5px 7px 10px;
    cursor: pointer;
    background-color: #fff;
    border: 1px #D3D6DA solid;
    border-radius: 2px;
    /* Remove border-radius */
    color: #6C7789;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    border: 1px #D3D6DA solid
}

.custom-dropdown .dropdown:hover {
    color: #6C7789;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    border: 1px #4D5562 solid;
}

.custom-dropdown.open .dropdown:hover {
    border-color: #00BECA;
}

.custom-dropdown .dropdown-selected {
    line-height: 30px;
    font-size: 14px;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.custom-dropdown .dropdown-options {
    position: absolute;
    width: 99%;
    max-height: 200px;
    overflow-y: auto;
    background: #fff;
    border: 1px #989FAC solid;
    border-radius: 0;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    left: 0;
    top: 104%;
    border-top: none;
    color: #4D5562;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.custom-dropdown .dropdown-option {
    padding: 10px;
    cursor: pointer;
}

.custom-dropdown .dropdown-option:hover {
    color: #4D5562;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word;
    background: #E6F8FA;
}

.custom-dropdown .dropdown-option.selected {
    color: #00BECA;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word
}

.custom-dropdown .dropdown:after {
    content: url(../images/icons/dropdown_icon.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #000000;
    pointer-events: none;
    height: 18px;
    width: 18px;
}

.custom-dropdown .dropdown.no-arrow:after {
    content: none;
}

.custom-dropdown .dropdown.sl_click {
    border: 1px #00BECA solid
}

.custom-dropdown .dropdown.sl_click.alert_rq {
    border: #FC3B22 1px solid !important
}

.custom-dropdown .dropdown.sl_click:after {
    content: url(../images/icons/dropup_icon.svg);
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    color: #000000;
    pointer-events: none;
}

.filter-group-title {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.019em;
    text-align: left;
}

.filter-group {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: start;

    .group-filter-right {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .filter-group-input {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .filter-row {
        display: flex;
        flex-direction: row;
        gap: 6px;
        flex-wrap: wrap;
        align-items: center;
        justify-content: start;
    }
}

.filter-group-multi-row {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.filter-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.019em;
    text-align: left;
    border-radius: 2px;
    padding: 8px 12px;
    background-color: #fff;
    border: #D3D6DA 1px solid;
    outline: none;
    width: -webkit-fill-available;
}

.filter-text:disabled {
    background-color: #F9F9F9;
    color: #989FAC;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.filter-text.alert_rq {
    border: #FC3B22 1px solid !important;
}

.disable-text {
    border: none;
    color: #989FAC;
    font-size: 12px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 16px;
    word-wrap: break-word
}

.disable-text-bold {
    border: none;
    color: #2A2E35;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.filter-text-group {
    width: 100%;
    position: relative;
    display: block;

    input[type="text"] {
        /* position: relative; */
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.019em;
        text-align: left;
        border-radius: 2px;
        padding: 9px 40px 8px 10px;
        background-color: #fff;
        border: #D3D6DA 1px solid;
        outline: none;
        width: 350px;

        &::placeholder {
            color: #989FAC;
        }
    }

    .icon-search {
        position: absolute;
        background-image: url(../images/icons/search_icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #ADAFB1;
        width: 30px;
        height: 30px;

    }

    .icon-search.clear_text {
        background-image: url(../images/icons/icon_cancel.svg);
    }

    .icon-date {
        position: absolute;
        background-image: url(../images/icons/icon_date.svg);
        background-position: center;
        background-repeat: no-repeat;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #ADAFB1;
        width: 30px;
        height: 30px;
    }

    &.flex-col {
        justify-content: center !important
    }
}

.filter-text-group-ct {
    width: 100%;
    position: relative;
    display: block;

    input[type="text"] {
        /* position: relative; */
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: -0.019em;
        text-align: left;
        border-radius: 2px;
        padding: 9px 40px 8px 10px;
        background-color: #fff;
        border: #D3D6DA 1px solid;
        outline: none;
        width: 350px;

        &::placeholder {
            color: #989FAC;
        }
    }

    .icon-search {
        position: absolute;
        background-image: url(../images/icons/search_icon.svg);
        background-position: center;
        background-repeat: no-repeat;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #ADAFB1;
        width: 30px;
        height: 30px;

    }

    .icon-search.clear_text {
        background-image: url(../images/icons/icon_cancel.svg);
    }

    .icon-date {
        position: absolute;
        background-image: url(../images/icons/icon_date.svg);
        background-position: center;
        background-repeat: no-repeat;
        right: 2px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 16px;
        color: #ADAFB1;
        width: 30px;
        height: 30px;
    }

    &.flex-col {
        justify-content: center !important
    }
}

.ip-client .icon-search {
    position: absolute;
    background-image: url(../images/icons/search_icon_bold.svg);
    background-position: center;
    background-repeat: no-repeat;
    right: 18px;
    width: 30px;
    height: 35px;
    display: block;
    float: left;
}

.group_user .custom-dropdown .dropdown,
.level_user_f .custom-dropdown .dropdown,
.level_user .custom-dropdown .dropdown,
.status_user .custom-dropdown .dropdown {
    width: 163px;
}

.group_search_client {
    display: block;

    .custom-dropdown {
        width: 100%;

        .dropdown {
            width: 100%;
        }
    }
}

.cus_name {
    width: 459px;
    display: block;
    float: left;
}

.filter-text::placeholder {
    color: #989FAC;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    line-height: 20px;
    word-wrap: break-word
}

.data-content,
.use-data-content {
    width: 100%;
    background-color: #ffffff;
    border: 1px #fff solid;
    border-radius: 2px;
    padding-right: 3px;
}

.data-content-wk,
.data-content-useh,
.data-content-fullh {

    tr,
    td,
    th {
        background-color: #ffffff;
    }
}

/* button */
.btn {
    display: flex;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
    gap: 0px;
    opacity: 0px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: -0.019em;
    text-align: center;
    min-width: 120px;
    background: #25343F;
    color: #FFFFFF;
    box-shadow: 0px 1px 2px 0px #0000004D;
    align-items: center;
    justify-content: center;
}

.data-area {
    display: flex;
    flex-direction: column;
    padding: 0px;
    gap: 10px;

    .data-title {
        letter-spacing: -0.019em;

        .title {
            font-size: 16px;
            font-weight: 700;
            line-height: 24px;
            color: #4D5562;
            display: block;
            float: left;
        }

        .btn-add {
            background-color: #00BECA;
            padding: 5px 16px;
            border: none;
            float: right;
            border-radius: 2px;
            display: flex;

            .filter-button {
                color: #fff;
                font-size: 12px;
                font-weight: 500;
                display: flex;
                line-height: 20px;

                .plus_icon {
                    font-size: 16px;
                    margin-right: 10px;
                }
            }
        }

        .btn-add:hover {
            background: #00A0AC;
        }

        .count-data {
            font-size: 12px;
            font-weight: 400;
            line-height: 18px;
            letter-spacing: -0.019em;
            text-align: left;
            color: #225F8C;
        }
    }
}

.btn-add-work-area {
    height: 35px !important;
    width: auto !important;
    padding: 8px 12px !important;
}

/* CSS */
.table-scroll-container {
    overflow-y: auto;
    /* Enables vertical scrolling */
    overflow-x: hidden;
    /* Disables horizontal scrolling */
    box-sizing: content-box;
    /* Prevent padding from affecting width */
}

.table {
    width: 100%;
    margin: 0px;

    td,
    th {
        padding: 11px 15px;
        border-left: none;
        border-right: none;
        font-size: 12px;
        line-height: 18px;
        letter-spacing: -0.019em;
        text-align: center;
        vertical-align: middle;
    }

    th {
        border-bottom: 2px #2A2E35 solid;
        border-top: 1px #eee solid;
    }

    tr:not(:first-child) {
        td {
            border-bottom: 0.5px solid #eee;
            border-top: 0.5px solid #eee;
        }
    }
}

.table-fixed {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

table.header-table {
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.019em;
    text-align: left;
    color: #273B4A;
    padding: 10px 18px 10px 10px;
    overflow: auto;
    scrollbar-gutter: stable;
}

table.body-table {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: -0.019em;
    text-align: left;
    color: #273B4A;
    padding: 10px;
}


/* Custom scrollbar styling */
::-webkit-scrollbar {
    width: 4px;
    /* Width of the scrollbar */
    height: 4px;
    /* Height of the horizontal scrollbar */
}

::-webkit-scrollbar-track {
    background: #fff;
    /* Background of the scrollbar track */
}

::-webkit-scrollbar-thumb {
    background: #888;
    /* Color of the scrollbar thumb */
    border-radius: 2px;
    /* Rounded corners for the thumb */
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
    /* Darker color when hovering over the scrollbar thumb */
}

/* Remove the buttons (arrows) at both ends of the scrollbar */
::-webkit-scrollbar-button {
    display: none;
    /* Hides the arrows */
}

/* Custom scrollbar styling for Firefox */
/* .table-scroll-container {
    scrollbar-width: 1px;
    scrollbar-color: #888 #f1f1f1;
} */

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-60 {
    width: 60% !important;
}

.w-40 {
    width: 40% !important;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-80px {
    width: 80px !important;
}

.w-55px {
    max-width: 50px !important;
    min-width: 50px !important;
}

.w-90px {
    max-width: 90px !important;
    min-width: 90px !important;
}

.w-120px {
    width: 120px !important;
}

.w-220px {
    width: 250px !important;
}

.w-320px {
    width: 320px !important;
}

.w-600px {
    width: 600px !important;
}

.w-620px {
    width: 620px;
}

.w-680px {
    width: 680px;
}

.w-762px {
    width: 762px !important;
}

.w-400px {
    width: 400px !important;
}

.w-200px {
    width: 200px !important;
}

.gap-10 {
    gap: 10px !important;
}

.gap-80 {
    gap: 80px !important;
}

.gap-50 {
    gap: 50px !important;
}

.d-flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.justify-content-between {
    justify-content: space-between;
}

/*common old*/


.cd-frame .cd-contents .cd-datalayer-box .cdb-sort {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-frame .cd-contents .cd-datalayer-box .btn_iconbutton {
    width: 40px;
    height: 40px;
    font-size: 15px;
}

.cd-btn-frame {
    display: flex;
    padding: 15px 40px;
    border-top: 1px #eee solid;
    justify-content: center;

    &.edit-mode {
        display: flex;
        justify-content: space-between;
        padding: 24px 40px !important;
    }
}

.cd-btn-frame button {
    width: 140px;
    margin: 0 10px;
}

.cd-btn-frame.tiny {
    padding: 24px 40px;
    border-top: 1px #eee solid;
}

.cd-form-row {
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px 10px 8px 10px;
}

.cd-form-row .col {
    width: 50%;
    display: flex;
}

.cd-form-row .cd-form-title {
    padding: 9px 6px;
    color: #4D5562;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
    min-width: 120px;
}

.cd-form-row .cd-form-elm {
    width: calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: -webkit-calc(100% - 140px);
    font-size: 14px;
}

.cd-form-row .cd-form-elm .elm-comment {
    padding: 2px 12px;
    font-size: 13px;
    color: #aaa;
}

.cd-form-row .cd-form-elm .btn_common_t2,
.cd-form-row .cd-form-elm .btn_common_t3 {
    height: 38px;
    width: auto;
    padding: 0 20px;
}

.cd-form-row .cd-form-elm .pass-form {
    padding-top: 10px;
}

.cd-form-row .cd-form-elm .pass-form button {
    margin-left: 10px;
}

.cd-form-row .cd-form-elm .in-row,
.cd-form-row .cd-form-elm .in-row-right {
    position: relative;
    min-height: 44px;
    padding: 0 0 6px 0;
}

.cd-form-row .cd-form-elm .in-row-right {
    text-align: right;
}

.cd-form-row .selectric {
    background: #2f3646;
    border: 1px solid #47546a;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16);
    z-index: 1;
}

.cd-form-row .selectric-open .selectric {
    background: #0e1013;
    border: 1px solid transparent;
}

.cd-form-row .selectric .label {
    height: 36px;
    line-height: 36px;
}

.cd-form-row .selectric .button {
    height: 36px;
}

.cd-form-row .selectric-items {
    z-index: 2;
}

.cd-form-row .selectric-items ul,
.cd-form-row .selectric-items li {
    min-height: 38px;
    line-height: 38px;
}

.cd-form-rows {
    position: relative;
    padding: 0 10px 6px 10px;
}

.cd-form-row .cd-form-content,
.cd-form-rows .cd-form-content {
    padding-left: 12px;
    font-size: 14px;
    color: #fff;
}

.cd-form-rows .cd-work-header,
.cd-form-rows .cd-work-list .wl-row {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 12px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-size: 13px;
    text-align: center;
    color: #777;
    background: rgba(255, 255, 255, 0.04);
    cursor: default;
}

.cd-form-rows .cd-work-list {
    height: 130px;
    overflow-y: scroll;
}

.cd-form-rows .cd-work-list .wl-row {
    margin: 0 0 0 10px;
    padding: 12px 0;
    border-top: 0;
    border-bottom: 1px solid #666;
    color: #ddd;
    background: transparent;
}

.cd-form-rows .cd-work-list .wl-row-nolist {
    display: flex;
    margin: 0 0 0 10px;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 13px;
    color: #777;
    border-bottom: 1px solid #666;
    cursor: default;
}

.cd-form-rows .cd-work-header .w-num,
.cd-form-rows .cd-work-list .w-num {
    width: 80px;
}

.cd-form-rows .cd-work-header .w-title,
.cd-form-rows .cd-work-list .w-title {
    width: calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: -webkit-calc(100% - 180px);
}

.cd-form-rows .cd-work-header .w-status,
.cd-form-rows .cd-work-list .w-status {
    width: 100px;
}

.cd-form-row .cd-form-info,
.cd-form-rows .cd-form-info {
    font-size: 13px;
    color: #777;
    text-align: right;
}

.ui-autocomplete {
    background: #0e1013 !important;
    border: 1px solid #47546a !important;
    border-top: 0;
    padding: 3px 0;
}

.ui-autocomplete .auto-item {
    font-size: 13px;
    color: #ddd;
    padding: 5px 15px;
}

.ui-autocomplete .auto-item:hover {
    color: #fff;
}

.cover-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.4);
}


.cd-frame {
    position: relative;
}

.cd-frame .cd-titlebar,
.cd-frame .cd-titlebar-drag {
    color: #2A2E35;
    font-size: 16px;
    font-family: Pretendard;
    font-weight: 700;
    line-height: 20px;
    word-wrap: break-word;
    display: flex;
    align-items: center;
    padding: 20px 35px;
    border-bottom: 1px solid #eee;
    cursor: default;
}

.cd-frame .cd-titlebar-drag {
    padding: 0 40px 0 45px;
}

.cd-frame.tiny .cd-titlebar,
.cd-frame.tiny .cd-titlebar-drag {
    /* height: 50px; */
}

.cd-tContents .cd-contents .cd-title,
.cd-tContents .cd-contents .cd-title-drag,
.cd-rContents .cd-contents .cd-title,
.cd-rContents .cd-contents .cd-title-drag {
    display: flex;
    align-items: center;
    margin: 0 16px;
    padding: 0 40px 0 10px;
    height: 70px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    /*border-bottom: 1px solid #414e62;*/
    cursor: default;

}

.cd-tContents .cd-contents .cd-title-drag,
.cd-rContents .cd-contents .cd-title-drag {
    padding: 0 40px 0 45px;
}

.cd-tContents .cd-contents .cd-title,
.cd-tContents .cd-contents .cd-title-drag,
.cd-rContents .cd-contents .cd-title,
.cd-rContents .cd-contents .cd-title-drag {
    height: 50px;
}

.cd-frame .dialogCloseButton {
    top: 22px;
    right: 22px;
}

.cd-frame.tiny .dialogCloseButton {
    top: 13px;
}

.cd-frame .cd-contents {
    position: relative;
    padding: 30px 16px 10px 16px;
}

.cd-frame.tiny .cd-contents {
    padding: 10px 16px;
}

.cd-frame .cd-contents .cd-btn-box {
    padding: 3px 0;
}

.cd-frame .cd-contents .cd-btn-box .btn_common_t1 {
    padding: 0 15px;
    border: 1px solid #47546a;
    text-align: left;
}

.cd-frame .cd-contents .cd-btn-box .btn_common_t1:hover {
    color: #fff;
}

.cd-frame .cd-contents .cd-btn-box .btn_common_t1.on {
    color: #fff;
    border: 1px solid #fff;
}

.cd-frame .cd-contents .cd-divide-4 {
    display: inline-block;
    width: calc(40% - 5px);
    width: -moz-calc(40% - 5px);
    width: -webkit-calc(40% - 5px);
    padding-right: 5px;
    vertical-align: top;
}

.cd-frame .cd-contents .cd-divide-6 {
    display: inline-block;
    width: calc(60% - 5px);
    width: -moz-calc(60% - 5px);
    width: -webkit-calc(60% - 5px);
    padding-left: 5px;
    vertical-align: top;
}

.cd-frame .cd-contents .cd-legend {
    height: 30px;
    text-align: right;
    padding-bottom: 10px;
    color: #ccc;
    font-size: 13px;
}

.cd-frame .cd-contents .cd-legend-line {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 6px 0 10px;
}

.cd-frame .cd-contents .cd-history-mapview {
    width: 100%;
    height: 500px;
    border: 1px solid #47546a;
    margin-bottom: 10px;
}

.cd-frame .cd-contents .cd-history-summary {
    padding: 30px 0 10px 0;
    color: #ccc;
    font-size: 14px;
    line-height: 1.5em;
}

.cd-frame .cd-contents .cd-history-summary .summary-title {
    display: inline-flex;
    align-items: center;
    width: 145px;
    height: 30px;
}

.cd-frame .cd-contents .cd-history-summary .summary-content {
    display: inline-flex;
    align-items: center;
    color: #fff;
    width: calc(100% - 145px);
    width: -moz-calc(100% - 145px);
    width: -webkit-calc(100% - 145px);
}

.cd-frame .cd-contents .cd-history-summary.multiline {
    padding-top: 0;
}

.cd-frame .cd-contents .cd-history-btn {
    padding-top: 15px;
    text-align: center;
}

.cd-frame .cd-contents .cd-history-btn button {
    width: 120px;
    height: 32px;
    margin: 0 5px;
    padding-top: 2px !important;
}


.cd-history-header,
.cd-history-body .hb-row {
    display: flex;
    align-items: center;
    margin: 0 10px;
    padding: 4px 0;
    min-height: 40px;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-size: 12px;
    /* text-align: center; */
    color: #777;
    background: rgba(255, 255, 255, 0.04);
    cursor: default;
}

.cd-history-body .hb-row {
    margin: 0 0 0 10px;
    border-top: 0;
    border-bottom: 1px solid #666;
    color: #ddd;
    text-align: left;
    background: transparent;
}

.cd-history-body .hb-row:hover {
    background: rgba(0, 0, 0, 0.1);
}

.cd-history-body {
    overflow-y: scroll;
    margin-right: 0;
    height: 305px;
}

.cd-history-header .h-linked,
.cd-history-body .h-linked {
    width: 14%;
    padding: 0 5px;
}

.cd-history-header .h-field,
.cd-history-body .h-field {
    width: 18%;
    padding: 0 5px;
}

.cd-history-header .h-before,
.cd-history-body .h-before,
.cd-history-header .h-after,
.cd-history-body .h-after {
    width: 34%;
    padding: 0 5px;
}

.cd-frame .btn_dragmove {
    position: absolute;
    top: 5px;
    left: 16px;
    width: 40px;
    height: 40px;
    background: transparent url(/images/icon_popup_move.svg) center no-repeat;
    background-size: 18px;
}

.cd-frame .btn_dragmove:hover {
    background-image: url(/images/icon_popup_move_hover.svg);
}

.cd-frame .cd-contents .cd-datalayer-box {
    position: relative;
    border: 1px solid #47546a;
    padding: 5px 0;
    margin: 5px 0;
    background: #2f3646;
}

.cd-frame .cd-contents .cd-datalayer-box.work {
    border: 1px solid #8297ba;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-visible {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info {
    padding: 0 50px;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .title {
    display: flex;
    align-items: center;
    height: 28px;
    font-size: 12px;
    color: #fff;
    margin-bottom: 4px;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color,
.cd-frame .cd-contents .cd-datalayer-box .cdb-info .opacity {
    display: flex;
    align-items: center;
    height: 34px;
    font-size: 11px;
    color: #ccc;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .stitle,
.cd-frame .cd-contents .cd-datalayer-box .cdb-info .opacity .stitle {
    display: inline-flex;
    width: 50px;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .sarea,
.cd-frame .cd-contents .cd-datalayer-box .cdb-info .opacity .sarea {
    display: inline-flex;
    width: calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: -webkit-calc(100% - 50px);
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .sarea .def-fit-input,
.cd-frame .cd-contents .cd-datalayer-box .cdb-info .opacity .sarea .def-fit-input {
    width: 85px;
    height: 30px;
    padding: 6px 0;
    text-align: center;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .sarea .sp-replacer {
    padding: 0;
    border: 0;
    background: transparent;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .sarea .sp-replacer .sp-preview {
    width: 30px;
    height: 30px;
}

.cd-frame .cd-contents .cd-datalayer-box .cdb-info .color .sarea .sp-replacer .sp-dd {
    display: none;
}


.btn_common_t1 {
    margin: 0;
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px !important;
    font-weight: 500;
    text-align: center;
    color: #2A2E35;
    cursor: pointer;
    width: 100%;
    height: 52px;
    border: 1px #2A2E35 solid;
}

.btn_common_t2.black {
    background-color: #2A2E35;
}

.btn_common_t2.black:hover {
    background-color: #4D5562;
}

.btn_common_t2.black:disabled {
    background-color: #4D5562;
    opacity: 0.6
}

.btn_common_t2.black:disabled:hover {
    background-color: #4D5562;
}

.btn_common_t1:hover,
.btn_common_t1.on {
    font-weight: 700;
}

.btn_common_t1.mg_right {
    position: absolute;
    right: 172px;
}

.btn_common_t1:disabled,
.btn_common_t1.off {
    border: 1px solid rgba(211, 214, 218, 1);
    color: rgba(182, 186, 195, 1);
    pointer-events: none;
    font-size: 14px !important;
    font-weight: 500;
}

.btn_common_t1:active {
    border: 1px solid rgba(42, 46, 53, 1);
    background: rgba(211, 214, 218, 1)
}

.btn_common_t2 {
    background: #00BECA;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 52px;
    border: none;
}

.btn_common_t2.mg_right {
    position: absolute;
    right: 20px;
}

.btn_common_t2:hover,
.btn_common_t2.on {
    background: rgba(77, 210, 218, 1);
}

.btn_common_t2:active {
    background: #00A0AC;
}


.btn_common_t2:disabled,
.btn_common_t2.off {
    border: none;
    background: #D3D6DA;
    cursor: default;
    color: #B6BAC3;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word
}

.btn_common_t3 {
    background: #fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    font-size: 14px !important;
    font-weight: 700;
    text-align: center;
    color: #FC3B22;
    cursor: pointer;
    width: 100%;
    height: 52px;
    border: 1px #FC3B22 solid;
}

.btn_common_t3:hover,
.btn_common_t3.on {
    background: #eee;
}

.btn_common_t3:disabled,
.btn_common_t3.off {
    border: none;
    background: #D3D6DA;
    cursor: default;
    color: #B6BAC3;
}

.btn_common_r1 {
    width: 100%;
    height: 52px;
    padding: 0;
    margin: 0;
    border: 0;
    background: #465469;
    font-size: 15px;
    font-family: 'Roboto';
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.btn_common_r1:hover,
.btn_common_r1.on {
    /* background: #232a35;*/
    border: 1px #fff solid;
}

.btn_common_r1:disabled,
.btn_common_r1.off {
    color: #283041;
    background: #3d4758;
    cursor: default;
}

.ui-dialog {
    box-shadow: none;
    background-color: #fff;
}

.confirm-box .icon {
    display: none;
}

.confirm-box .content {
    color: black;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 18px;
    word-wrap: break-word;
    background-color: #fff;
    text-align: center;
    padding: 50px;
    width: 100%
}

.confirm-box .btn-area {
    display: flex;
    gap: 20px;
    background-color: #fff;
    padding: 0px 20px 20px;
}

.checkbox-label,
.radio-label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #2A2E35;
    line-height: 36px;
}

.radio-label {
    margin-left: 8px;
}

.item-radio {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    appearance: none;
    /* removes default style */
    -webkit-appearance: none;
    /* for Safari */
}

.checkbox-label input[type="checkbox"] {
    margin-right: 0;
}

.checkbox-label--disabled {
    /* color: #B6BAC3; */
    cursor: unset;

    input[type="checkbox"]:checked {
        background-image: url('../images/icons/bg_checked.svg');
        background-size: cover;
        background-position: center;
        border: none;
        background-color: #D3D6DA;
    }
}

.checkbox-disabled {
    background-color: #B6BAC3 !important;
}

input[type="checkbox"] {
    border: 1px solid #D3D6DA;
}

/* Ẩn radio mặc định */
input[type="radio"] {
    display: none;
}

/* Tạo button tùy chỉnh */
input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    padding: 3px 3px;
    width: 6px;
    height: 6px;
    border: 1px solid #4DD2DA;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}


input[type="radio"]:checked+label {
    background: radial-gradient(circle, #4DD2DA 50%, transparent 50%);
    color: white;
    font-weight: bold;
}

input[type="radio"]:disabled:not(:checked)+label {
    background: #D3D6DA;
    border: 1px solid #B6BAC3;
    cursor: not-allowed;
}

input[type="radio"]:disabled:checked+label {
    background: radial-gradient(circle, #B6BAC3 50%, transparent 50%) !important;
    color: #D3D6DA !important;
    border: 1px solid #B6BAC3 !important;
    font-weight: bold;
}


input[type="checkbox"]:checked {
    background-image: url('../images/icons/bg_checked.svg');
    background-size: cover;
    background-position: center;
    border: none;
    background-color: #4DD2DA;
}


.w-25-percent {
    width: 25%;
}

.btn_common_t4 {
    display: flex;
    align-items: center;
    top: 20px;
    left: 300px;
    padding: 0px 16px;
    gap: 8px;
    border-radius: 2px 0px 0px 0px;
    border-radius: 1px;
    opacity: 0px;
    border: 1px solid var(--color-black-MM-Black10, #2A2E35);
    width: 120px;
    height: 35px;
    justify-content: center;

    span {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        letter-spacing: -0.02em;
        text-align: center;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
    }

    &:hover {
        span {
            font-weight: 700;
            font-family: Pretendard;
            cursor: pointer;
        }
    }

    &:active {
        background-color: #B6BAC3;

        span {
            /* font-weight: 700; */
        }
    }

    &--disabled {
        background-color: #F9F9F9;
        border: 1px solid #D3D6DA;

        span {
            color: #B6BAC3;
        }
    }
}

.btn_common_t4--disabled {
    background-color: #F9F9F9;
    border: 1px solid #D3D6DA;
    pointer-events: none;

    span {
        color: #B6BAC3;
    }

    &:hover {
        span {
            cursor: unset;
        }
    }

    &:active {
        background-color: #F9F9F9;

        span {
            /* font-weight: 700; */
        }
    }
}

.btn_common_t5 {
    width: Fixed (120px)px;
    height: Fixed (52px)px;
    padding: 0px 80px 0px 80px;
    gap: 8px;
    border-radius: 2px;
    opacity: 0px;
    background: #4D5562;
    color: #FFFFFF;

    &:disabled {
        color: rgba(182, 186, 195, 1) !important;
        background: rgba(211, 214, 218, 1) !important;
        cursor: auto;
    }

    ;

    &:hover {
        outline: none;
        background: var(--color-black-PM-Black8, #4D5562);
    }

    ;

    &:active {
        cursor: pointer;
        background-color: #1B1D20;
    }

    ;

}

/*********************language dropdow************/
#gnb_lang {
    /* display: block;
    position: absolute;
    top: 0;
    right: 97px;
    bottom: 0;
    height: 52px; */
}

.nav-wrapper {
    text-align: center;
}

.sl-nav {
    display: inline;
}

.sl-nav ul {
    margin: 0;
    list-style: none;
    position: relative;
    display: inline-block;
}

.sl-nav li {
    cursor: pointer;
    padding: 16px 12px;
}

.sl-nav li ul {
    display: none;
}

.sl-nav li:hover ul {
    position: absolute;
    top: 50px;
    right: -1px;
    display: block;
    background: #2A2E35;
    padding-top: 0px;
    z-index: 1;
    border-radius: 0px;
}

.sl-nav li:hover .triangle {
    position: absolute;
    top: 55px;
    right: 23px;
    z-index: 10;
    height: 14px;
    overflow: hidden;
    width: 30px;
    background: transparent;
    display: none;
}

.sl-nav li:hover .triangle:after {
    content: '';
    display: block;
    z-index: 20;
    width: 15px;
    transform: rotate(45deg) translateY(0px) translatex(10px);
    height: 15px;
    background: #fff;
    border-radius: 2px 0px 0px 0px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
    position: relative;
    text-align: left;
    background: transparent;
    padding-bottom: 0;
    z-index: 2;
}

.sl-nav li ul li {
    padding-bottom: 15px;
    border-top: 1px #2A2E35 solid;
}

.sl-nav li ul li span {
    padding: 5px 10px 5px 27px;
    color: white;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 500;
    line-height: 10px;
    word-wrap: break-word;
    margin: 0 10px;
    width: 60px !important;
    text-align: left;
    display: block;

}

.sl-nav li ul li:hover {
    background-color: #4D5562;
    border-top: 1px #2A2E35 solid;
    color: #fff;
}

.sl-nav li ul li.deactive {
    display: none;
}

.dropd_lang {
    height: 16px;
    margin: 6px 6px;
    color: #0D3A4F;
}

.language_select {
    display: flex;
    justify-content: center;
    vertical-align: middle;

    span {
        padding: 5px 0px;
        color: white;
        font-size: 14px;
        font-family: Pretendard;
        font-weight: 500;
        line-height: 8px;
        word-wrap: break-word;
        margin: 0 10px;
        min-width: 71px;
        text-align: left;
        padding-left: 6px;
    }

    .rtg {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

.language_select:hover {
    background-color: #4D5562;

    .rtg {
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*----End button language----*/

.btn_common_t5 {
    width: fit-content;
    padding: 6px 16px;
    color: #EEEEEE;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    border: 1px #EEEEEE solid;
    border-radius: 2px;
    background-color: #2A2E35;
    margin-right: 20px;

    &:disabled {
        background-color: #D3D6DA;
        color: #B6BAC3;
        cursor: default;
    }
}

/*----Common color  ----*/
.state-success {
    color: #2DC8A8;
    background-color: #EBFCF8;
}

.state-success-2 {
    color: #4D73FF;
    background-color: #EDF1FF;
}

.state-fail {
    color: #FFC258;
    background-color: #FFEAEA;
}

.state-fail-2 {
    color: #FE8083;
    background-color: #FFE8E8;
}

.state-disable {
    color: #BFBFBF;
    background-color: #F5F5F5;
}

.cl-black10 {
    color: #2A2E35;
}

.cl-black9 {
    color: #3D424C;
}

.cl-black8 {
    color: #4D5562;
}

.cl-black4 {
    color: #989FAC;
}

.cl-black2 {
    color: #D3D6DA;
}

/** width **/
.mw-160px {
    min-width: 160px;
}

/** btn-icon **/
.btn-white {
    border: 1px solid #EEEEEE;
    padding: 6px;
    height: fit-content;
    width: fit-content;
    border-radius: 2px;

    .icon {
        width: 18px;
        height: 18px;
        display: block;

        &.disabled {
            opacity: 0.5;
        }
    }
}

.btn-drag {
    border: none !important;
}

.btn-white--default {
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;

    &:hover {
        cursor: pointer;
    }
}

.btn-white--disable {
    border: 1px solid #D3D6DA;
    background-color: #EEEEEE;
}

/** icon **/

.icon-goTo {
    background-image: url(../images/icons/icon_go_to.svg);
}

.icon-plus {
    background-image: url(../images/icons/icon_plus.svg);
}

.icon-plus-disabled {
    background-image: url(../images/icons/icon_plus_disabled.svg);
}

.icon-minus {
    background-image: url(../images/icons/icon_minus.svg);
}

.icon-drag {
    background-image: url(../images/icons/icon_drag.svg);
}

.icon-cancel {
    background-image: url(../../images/icon_cancel_upload.svg);
}


/** maplibre **/
.maplibregl-control-container .maplibregl-ctrl-attrib.maplibregl-compact {
    display: none;
}


/** font-size **/
.fz_16 {
    font-size: 16px;
}

/** Text Input **/
input[type="text"],
input[type="password"] {
    border: 1px solid #D3D6DA !important;
    ;
    color: #2A2E35;

    &:hover {
        border: 1px solid #4D5562 !important;
        ;
    }

    &:focus {
        border: 1px solid #00BECA !important;
        caret-color: #00BECA
    }

    &::placeholder {
        color: #989FAC !important;
    }

    &:active {
        border: 1px solid #4D5562 !important;
    }

    &:disabled {
        border: 1px solid #BFBFBF !important;
        color: #989FAC;
        background: #F9F9F9;
    }

    &.error {
        border: 1px solid #FC3B22 !important;
    }
}

.error {
    border: 1px solid #FC3B22 !important;
}

input[type="text"].disable-edit:disabled,
.dropdown.disable-edit {
    border: none !important;
    background: #fff;
    color: #2A2E35;
    pointer-events: none;
    padding: 8px 0px
}

.disable-select {
    pointer-events: none;
    opacity: 0.6;
}

input[type="text"].content-text,
input[type="password"].content-text {
    border: 1px solid #4D5562;
    caret-color: #4D5562
}


.hidden {
    display: none !important;
}

.progress-bar {
    width: 0;
    height: 10px;
    background-color: #4caf50;
    transition: width 0.5s;
}

.bg-progress-bar {
    width: 100%;
    height: 10px;
    background-color: #e0e0e0;
    position: relative;
    margin: 4px auto;
}

.align-items-normal {
    align-items: normal;
}

input[type="text"]~.icon {
    width: 18px;
    height: 18px;
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.pd-r-20px {
    padding-right: 20px !important;
}

.pd-r-30px {
    padding-right: 30px !important;
}

.icon_reque {
    color: #00BECA;
    margin-left: 5px;
}

.btn_close_top {
    background-image: url(../images/icons/icon_close.svg);
    width: 16px;
    height: 16px;
    border: none;
    background-color: #fff;
    right: 35px;
    position: absolute;
    background-position: center;
}

.icon-close {
    background-image: url(../images/icons/icon-close-tag.svg);
    width: 10px;
    height: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    border: none;
    background-position: center;
}

.bt_black {
    background-color: #25343F;
}

.bt_black:hover {
    background-color: #4D5562;
}

.pass-symbols {
    width: 30px;
    height: 30px;
    background: transparent url(../../images/eye_close.svg) center no-repeat;
    display: flex;
    position: absolute;
    margin-top: -30px;
    margin-left: 365px;
    z-index: 999;
}

.pass-symbols.off {
    background: transparent url(../../images/eye_open.svg) center no-repeat;
}

.alert-box {
    background: #fff;
    padding: 20px 0;

    .icon {
        background: none;
        height: 0;
    }

    ;

    .content {
        margin: 0 auto;
        text-align: center;
        padding: 40px 0;
        background: #fff;
        color: black;
        font-size: 14px;
        font-family: Pretendard;
        font-weight: 500;
        line-height: 18px;
        word-wrap: break-word;
    }

    ;

    .btn-area {
        text-align: center;

        .btn_common_t2 {
            width: 200px;
            background-color: #2A2E35;
        }

        .btn_common_t2:hover {
            color: #2A2E35;
            background-color: #fff;
            border: 1px #2A2E35 solid;
        }
    }
}

.ui-bToast {
    padding: 0px 20px;
    /* background-color: #2A2E35; */

}

.toast_succes {
    /* background: #2A2E35 url(../../images/icon_toast_succes.svg) left no-repeat !important; */
}

.ui-bToast-box {
    display: flex;
    align-items: center;
}

.confirm-popup {
    .content_map {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 20px;
        border-top: none;
    }
}

.only {
    padding: 16px 24px;
    align-items: flex-start;
    border-radius: 50px;
    border-bottom: 1px solid var(--color-black-PM-Black2, #D3D6DA);
    background: #FFF;
    gap: 20px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    top: 55px !important;
}

.only-switch {
    padding: 6px 8px;
    align-items: flex-start;
    border-radius: 50px;
    border-bottom: 1px solid var(--color-black-PM-Black2, #D3D6DA);
    background: #FFF;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.20);
    top: 55px !important;
}

.toogle-collection,
.toogle-issue-road {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 15px;

    .switch {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 12px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #4DD2DA;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #4DD2DA;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 10px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .text-toogle {
        margin-left: 10px;
        color: #4D5562;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
}

.toogle-issue-road {
    margin: 0px;
}

.toogle-collection.disabled,
.toogle-issue-road.disabled {
    .slider {
        background-color: #ccc;
    }

    .slider:before {
        background-color: white;
    }

    input:checked+.slider {
        background-color: #ccc;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #ccc;
    }

    .text-toogle {
        margin-left: 10px;
        color: #4D5562;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
}

.toogle-middle-server {
    display: flex;
    align-items: center;
    width: fit-content;

    .switch {
        position: relative;
        display: inline-block;
        width: 60px;
        height: 30px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #4DD2DA;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #4DD2DA;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(29px);
        -ms-transform: translateX(29px);
        transform: translateX(29px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 15px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .text-toogle {
        margin-left: 10px;
        color: #4D5562;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }

    .slider-text {
        user-select: none;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 12px;
        text-align: center;
        line-height: 33px;
        color: white;
        /* z-index: 1; */
        pointer-events: none;
        font-size: 12px;
        transition: .4s;
    }

    input:checked+.slider .slider-text {
        left: -12px;
        transition: .4s;
    }
}

.toogle {
    position: absolute;
    display: flex;
    align-items: center;
    width: fit-content;
    right: 36px;
    top: 70px;

    .switch {
        position: relative;
        display: inline-block;
        width: 24px;
        height: 12px;
    }

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

    .slider:before {
        position: absolute;
        content: "";
        height: 10px;
        width: 10px;
        left: 2px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

    input:checked+.slider {
        background-color: #4DD2DA;
    }

    input:focus+.slider {
        box-shadow: 0 0 1px #4DD2DA;
    }

    input:checked+.slider:before {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 10px;
    }

    .slider.round:before {
        border-radius: 50%;
    }

    .text-toogle {
        margin-left: 10px;
        color: #4D5562;
        font-size: 12px;
        line-height: 16px;
        font-weight: 500;
    }
}

/*Loading logo*/
.animate-logo {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
    /* background: transparent url(/images/logo/logo_fixed.svg) center no-repeat; */
    background-size: 100%;
}

.animate-logo .fixed {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(/images/logo/logo_fixed.svg) center no-repeat;
    background-size: 35%;
}

.animate-logo .circle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent url(/images/logo/logo_gradient.png) center no-repeat;
    background-size: 100%;
    -webkit-animation: spin-logo 9s linear infinite;
    animation: spin-logo 9s linear infinite;
    z-index: 2;
}

@-webkit-keyframes spin-logo {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(250deg);
        -ms-transform: rotate(250deg);
        transform: rotate(250deg);
    }

    90% {
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(320deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-logo {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    80% {
        -webkit-transform: rotate(250deg);
        -ms-transform: rotate(250deg);
        transform: rotate(250deg);
    }

    90% {
        -webkit-transform: rotate(320deg);
        -ms-transform: rotate(320deg);
        transform: rotate(320deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

#gLoading .animate-logo {
    width: 130px !important;
    height: 130px !important;
}

#gLoading .animate-logo .circle {
    -webkit-animation: spin-logo 3s linear infinite;
    animation: spin-logo 3s linear infinite;
}

.toggle-icon {
    cursor: pointer;
    margin-left: 8px;
    transform: rotate(0);
    transition: transform 0.2s ease;
}

.toggle-icon.open {
    background-image: url(/css/images/icons/menu_close.svg) !important;
}

.toggle-icon-child.open {
    background-image: url(/css/images/icons/up_arrow.svg) !important;
}


.his-view-detail {
    display: flex;
    flex-direction: column;
    border: 1px solid #D3D6DA;

    .view-detail-header {
        padding-top: 30px;
        padding-right: 40px;
        padding-bottom: 30px;
        padding-left: 40px;
        font-weight: 700;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -2%;
        vertical-align: middle;
        color: #2A2E35;
    }

    .view-detail-body {
        display: flex;
        flex-direction: column;

        .marker-title {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 12px 40px;
            font-weight: 700;
            font-size: 14px;
            line-height: 36px;
            letter-spacing: -2%;
            vertical-align: middle;
            background: #F9F9F9;

            .location {
                font-weight: 400;
            }
        }

        .marker-content {
            display: flex;
            height: 598px;
            overflow: scroll;

            .break-line-vertical {
                width: 1px;
                height: 100%;
                background: #D3D6DA;
            }

            .marker-data {
                width: 50%;
                gap: 20px;
                padding: 24px 30px;
                border-right-width: 1px;

                .marker-data-title {
                    text-align: center;
                    font-weight: 500;
                    font-size: 14px;
                    line-height: 18px;
                    letter-spacing: -2%;
                    vertical-align: middle;
                    height: 36px;
                    margin-bottom: 10px;
                }

                .marker-data-image {
                    display: flex;
                    justify-content: space-between;
                    align-items: center;

                    .image-view {
                        width: 360px;
                        height: 360px;
                        border: 1px solid #BFBFBF;
                        position: relative;
                        overflow: auto;
                        user-select: none;
                        cursor: default;

                        /* Hide scrollbar but keep functionality */
                        scrollbar-width: none;
                        /* Firefox */
                        -ms-overflow-style: none;
                        /* IE and Edge */

                        &::-webkit-scrollbar {
                            display: none;
                            /* Chrome, Safari, Opera */
                        }

                        .container-slide {
                            width: 360px;
                            height: 360px;
                            position: relative;

                            .image-wrapper {
                                width: 360px;
                                height: 360px;
                                display: none;
                                /* Hide all image wrappers by default */
                                align-items: center;
                                justify-content: center;
                                position: absolute;
                                top: 0;
                                left: 0;

                                &:first-child {
                                    display: flex;
                                    /* Show first image wrapper */
                                }

                                img.slide {
                                    width: 100%;
                                    height: 100%;
                                    object-fit: contain;
                                    transition: none;
                                    pointer-events: none;
                                    /* Prevent image drag */
                                }
                            }
                        }
                    }

                    .btn-icon {
                        display: flex;
                        justify-content: center;
                        align-items: center;
                        cursor: pointer;

                        .icon {
                            width: 36px;
                            height: 36px;
                        }

                        .icon-prev {
                            display: block;
                            background: url(../images/icons/icon-prev.svg) center no-repeat;
                        }

                        .icon-next {
                            display: block;
                            background: url(../images/icons/icon-next.svg) center no-repeat;
                        }
                    }
                }

                .marker-data-attribute {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                    margin-top: 20px;

                    .attr-item {
                        display: flex;
                        align-items: center;
                        gap: 10px;

                        .attr-title {
                            width: 120px;
                            padding: 10px;
                            color: #4D5562;
                            text-transform: capitalize;
                        }

                        .attr-value {
                            padding: 10px;
                            color: #2A2E35;
                        }
                    }
                }

                &.deleted {
                    .image-view {
                        opacity: 0.75;
                    }

                    .marker-data-attribute {
                        color: #989FAC;
                        opacity: 0.75;
                    }
                }
            }
        }
    }

    .view-detail-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 40px;

        button {
            width: 120px;
            height: 52px;
        }

        .bottom-left {
            display: flex;
            justify-content: flex-start;
        }

        .bottom-right {
            display: flex;
            align-self: flex-end;
            gap: 10px;
        }
    }
}

.stack_column_chart {
    padding: 40px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
}

.table-container {
    padding: 40px;
    border: 1px solid #EEEEEE;
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;

    /* gap: 24px; */
    .title-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        color: #989FAC;

        .left {
            display: flex;
            gap: 20px;
            font-size: 14px;
            font-weight: 500;
            line-height: 18px;
            letter-spacing: -2%;
        }

    }

    table {
        width: 100%;
        height: auto;

        thead {
            background-color: #F9F9F9;

            th {
                padding: 12px 0;
                font-weight: 500;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: -2%;
                color: #989FAC;
                border: 1px solid #EEEEEE;
                padding: 16px 12px;
                text-align: center;
            }
        }

        tbody {
            tr {
                td {
                    padding: 16px 12px;
                    border: 1px solid #EEEEEE;
                    text-align: center;
                    color: #4D5562;
                }
            }
        }
    }
}

.tg-autoconfirm {
    height: 36px;
    margin-top: auto !important;
    border: 1px #d3d6da solid;
    padding: 0px 10px;
    border-radius: 2px;
}

.switch.confirm {
    margin-left: 10px;
}

.bt-remove-st {
    padding: 9px;
}

.pk-color-box {
    height: 35px;
    margin-top: auto !important;
    padding: 0 0px 0 0;
    border-radius: 2px;
    margin-bottom: 1px;

    span.title {
        display: flex;
        min-width: 160px;
        height: 37px;
        padding-right: 10px;
    }
}

.bt-add-sub-issue {
    display: flex;
    align-items: center;
    padding: 7px
}

.other-type {
    gap: 10px;
}

.item-sub-issue-type {
    margin-bottom: 3px;
}

#box-full .summary-item .summary-title {
    min-height: 35px;
}

#company-add .cd-form-row {
    padding: 12px 10px 12px 10px;
}

.m-0 {
    margin: 0 !important;
}

.working_time_setting {
    display: flex;
    flex-direction: column;
    gap: 10px;

    .form-info-group-content-item-input {
        gap: 36px
    }
}