/* Login Section */
.login-area {
    .text-login {
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;

        .header-login {
            color: #0c1421;
            font-weight: 700;
            font-size: 36px;
            margin-bottom: 16px;
        }

        .sub-login {
            color: #313957;
            font-weight: 400;
            font-size: 16px;
            width: 80%;
        }
    }

    .field-area {
        display: flex;
        flex-direction: column;
        width: 80%;
        gap: 24px;

        .field-item {
            .custom-label {
                font-size: 14px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }
        }
    }

    .custom-button {
        margin-top: 24px;
        background-color: #1c2434;
        color: white;
        font-size: 14px;
        font-weight: 700;
        padding-top: 15px;
        padding-bottom: 15px;
        border-radius: 12px;
        width: 80%;
    }

    .img-banner {
        position: relative;
        width: 100%;
        height: 600px;
        overflow: hidden;
        border-radius: 15px;
    }

    .img-banner img {
        width: 100%;
        height: auto;
        display: block;
    }

    .overlay {
        position: absolute;
        bottom: 0;
        left: 50px;
        right: 50px;
        bottom: 20px;
        padding: 20px;
        background: rgba(0, 0, 0, 0.145);
        backdrop-filter: blur(5px);
        color: #333;
        text-align: left;
        border-radius: 15px;
    }

    .text-container {
        display: flex;
        align-items: center;
    }

    .overlay .logo {
        width: 150px;
        margin-bottom: 10px;
    }

    .overlay h2 {
        font-size: 26px;
        margin: 0;
        color: #fff;
        font-weight: bold;
    }

    .overlay p {
        margin: 5px 0 0;
        font-size: 14px;
        color: #fff;
    }
}

/* Login Section End */

/* Navbar Section */
.navbar-area {
    .app-title {
        color: #1c2434;
        font-size: 20px;
        font-weight: 700;
        margin-left: 60px;
    }

    .title-name {
        color: #0c1421;
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
    }
    .title-role {
        color: #959cb6;
        font-size: 12px;
        font-weight: 500;
        line-height: 14px;
    }
}
/* Navbar Section End */

/* Index Section */
.index-area {
    .print-area-spk {
        display: flex;
        flex-direction: column;
        gap: 15px;

        .button-print {
            background-color: #313957;
            border-radius: 10px;
            padding: 8px 14px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            font-size: 12px;
            display: inline;
            flex-direction: row;
            align-items: center;
            gap: 10px;

            img {
                margin-right: 5px;
                width: 18px;
            }
        }

        .print-page {
            padding: 8px;

            .content-print {
                padding: 38px 50px;
                border: 1px solid #000000;
                border-radius: 5px;
                display: flex;
                flex-direction: column;
                gap: 80px;
                min-height: 100vh;

                .top {
                    display: flex;
                    flex-direction: column;

                    .title {
                        display: flex;
                        justify-content: center;
                        font-weight: 700;
                        font-size: 24px;
                    }

                    .header {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;

                        .header-title {
                            display: flex;
                            flex-direction: row;

                            .header-content-list {
                                display: flex;
                                flex-direction: column;
                                gap: 0px;

                                .header-content {
                                    display: grid;
                                    grid-template-columns: 1fr 1fr;
                                    gap: 10px;
                                    align-items: center;
                                    justify-items: start;

                                    .title {
                                        font-size: 15px;
                                        font-weight: 700;
                                        padding: 8px 12px;
                                    }

                                    .content {
                                        font-size: 15px;
                                        font-weight: 400;
                                        padding: 8px 12px;
                                    }
                                }
                            }
                        }

                        .qr {
                            img {
                                width: 168px;
                                height: auto;
                            }
                        }
                    }
                }

                .mid {
                    display: flex;
                    justify-content: center;

                    .table-print {
                        /* width: auto; */
                        border-collapse: collapse;
                        font-size: 15px;

                        th {
                            border: 1px solid black;
                            padding: 11px;
                            text-align: left;
                            /* width: auto; */
                        }

                        td {
                            border: 1px solid black;
                            padding: 11px;
                            text-align: left;
                        }

                        th {
                            background-color: #f2f2f2;
                        }
                    }
                }
            }
        }
    }

    .print-area-ordbahan {
        display: flex;
        flex-direction: column;
        gap: 15px;

        .button-print {
            background-color: #313957;
            border-radius: 10px;
            padding: 8px 14px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            font-size: 12px;
            display: inline;
            flex-direction: row;
            align-items: center;
            gap: 10px;

            img {
                margin-right: 5px;
                width: 18px;
            }
        }

        .print-page {
            padding: 8px;

            .content-print {
                padding: 38px 50px;
                border: 1px solid #000000;
                border-radius: 5px;
                display: flex;
                flex-direction: column;
                gap: 80px;
                min-height: 100vh;

                .top {
                    display: flex;
                    flex-direction: column;

                    .header {
                        display: flex;
                        justify-content: space-between;
                        align-items: start;

                        .header-content {
                            display: flex;
                            flex-direction: column;
                            gap: 11px;

                            .header-desc {
                                display: flex;
                                flex-direction: column;

                                .to {
                                    font-size: 14px;
                                    font-weight: 700;
                                }

                                .comp-title {
                                    font-size: 14px;
                                    font-weight: 700;
                                }

                                .addr {
                                    font-size: 12px;
                                    font-weight: 400;
                                }

                                .email {
                                    font-size: 12px;
                                    font-weight: 400;
                                }

                                .phone {
                                    font-size: 12px;
                                    font-weight: 400;
                                }
                            }

                            .cp {
                                font-size: 12px;
                                font-weight: 400;
                            }
                        }

                        .qr {
                            display: flex;
                            flex-direction: row;
                            align-items: start;
                            gap: 8px;

                            .qr-img {
                                img {
                                    width: 168px;
                                    height: auto;
                                }
                            }

                            .desc {
                                display: flex;
                                flex-direction: column;
                                gap: 15px;

                                .title {
                                    font-size: 14px;
                                    font-weight: 700;
                                }

                                .ordrid {
                                    font-size: 20px;
                                    font-weight: 700;
                                }

                                .dateord {
                                    font-size: 14px;
                                    font-weight: 400;
                                }

                                .datesend {
                                    font-size: 14px;
                                    font-weight: 400;
                                }
                            }
                        }
                    }
                }

                .mid {
                    display: flex;
                    justify-content: center;

                    .table-print {
                        /* width: 80%; */
                        border-collapse: collapse;
                        font-size: 15px;

                        th {
                            border: 1px solid black;
                            padding: 11px;
                            text-align: left;
                            /* width: auto; */
                        }

                        td {
                            border: 1px solid black;
                            padding: 11px;
                            text-align: left;
                        }

                        th {
                            background-color: #f2f2f2;
                        }
                    }
                }

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

                    .toc {
                        display: flex;
                        flex-direction: column;
                        gap: 5px;

                        .toc-title {
                            font-size: 14px;
                            font-weight: 700;
                        }

                        .toc-content {
                            font-size: 12px;
                            font-weight: 400;
                            display: flex;
                            flex-direction: column;
                            gap: 5px;
                        }
                    }

                    .signature {
                        display: flex;
                        flex-direction: row;
                        padding-top: 100px;
                        gap: 100px;

                        .signature-person {
                            font-size: 14px;
                            font-weight: 700;
                            border-top: 1px solid #000000;
                            padding-top: 18px;
                            min-width: 322px;
                        }
                    }

                    .note {
                        font-size: 12px;
                        font-weight: 700;
                        margin-top: 30px;
                    }
                }
            }
        }
    }

    .action-table-container {
        display: flex;
        flex-direction: column;
        gap: 10px;

        .bc-action {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            .custom-breadcrumb {
                .top-title {
                    color: #0c1421;
                    font-size: 26px;
                    font-weight: 700;
                }
                .breadcrumb {
                    display: flex;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    border: none;

                    .breadcrumb-item {
                        font-size: 14px;
                        color: #959cb6;
                        position: relative;
                        margin-right: -6px;
                        font-weight: 500;

                        a {
                            text-decoration: none;
                            color: #959cb6;
                            transition: color 0.3s ease;

                            &:hover {
                                color: #0056b3;
                            }
                        }

                        & + .breadcrumb-item::before {
                            content: "/";
                            color: #6c757d;
                            padding: 0 8px;
                        }

                        &.active {
                            color: #1e4ae9;
                            cursor: default;
                            font-weight: 600;

                            &::before {
                                content: "/";
                                color: #6c757d;
                            }
                        }
                    }
                }
            }

            .button-action {
                display: flex;
                flex-direction: row;
                gap: 10px;

                .button-add {
                    background-color: #1e4ae9;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-excel {
                    background-color: #313957;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-filter {
                    background-color: #313957;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }
                .button-print {
                    background-color: #86a0ff;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: #313957;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-delete {
                    background-color: #ff0000;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-back {
                    background-color: #959cb6;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }
            }
        }

        .exp-search {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            .export-button-group {
                box-shadow: 0px 0px 10px 0px #0000001f;
                border-radius: 5px;
                display: flex;
                flex-direction: row;

                .icon-export {
                    cursor: pointer;
                    padding: 8px 36px;

                    img {
                        width: 20px;
                    }
                }
            }

            .show-search {
                display: flex;
                flex-direction: row;
                gap: 15px;

                .page-selector {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;
                    font-size: 12px;

                    label {
                        color: #313957;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 17.07px;
                    }

                    select {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border: 1px solid #cecece;
                        border-radius: 5px;
                        padding-left: 12px;
                        padding-right: 25px;
                        padding-top: 2px;
                        padding-bottom: 2px;
                        height: 30px;
                        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="%23313957" d="M7 10l5 5 5-5z"/></svg>')
                            no-repeat;
                        background-position: right 8px center;
                        background-size: 15px;

                        option {
                            padding-left: 20px;
                            padding-right: 20px;
                        }
                    }
                }

                .input-search {
                    width: 100%;
                    padding-left: 8px;
                    padding-right: 8px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    border: 1px solid #cecece;
                    border-radius: 5px;
                    transition: box-shadow 0.3s ease-in-out;
                    font-size: 14px;

                    &::placeholder {
                        color: #959cb6;
                    }

                    &:focus {
                        outline: none;
                        box-shadow: 0 0 4px 2px rgba(30, 74, 233, 0.2);
                    }
                }
            }
        }
    }

    /* Main container */
    .table-container {
        margin-top: 16px;
        border-radius: 8px;
        max-width: 100%;

        .dataTables_wrapper {
            border-radius: 8px;
            min-width: 100%;
            margin-bottom: 15px;

            /* Table styling */
            .dataTable {
                border-radius: 8px;
                width: 100%;

                thead {
                    th:first-child {
                        border-top-left-radius: 8px;
                    }

                    th {
                        background-color: #f5f5f5;
                        font-weight: bold;
                        padding: 10px 8px;
                        text-align: left;
                        font-size: 12px;
                        color: #0c1421;
                    }

                    th:last-child {
                        border-top-right-radius: 8px;
                    }
                }

                tbody {
                    tr:nth-child(odd) {
                        td {
                            padding: 7px 7px;
                            color: #333;
                            background-color: white;
                        }
                    }
                    tr:nth-child(even) {
                        td {
                            padding: 7px 7px;
                            color: #333;
                            background-color: #f5f5f5;
                        }
                    }
                }
            }

            .page-link {
                font-size: 12px !important;
            }

            .dataTables_info {
                font-size: 12px;
            }
        }
    }
}
/* Index Section End */

/* Create Page Section */
.create-area {
    font-size: 12px;

    .modal-create {
        .field-area-modal {
            .field-item {
                display: flex;
                align-items: center;

                .custom-label {
                    font-size: 12px;
                    font-weight: 400;
                    color: #313957;
                }

                .custom-input {
                    border:#75b5ff solid 1px;
                    font-size: 12px;
                    padding: 10px;
                    border-radius: 5px;
                    background-color: #eff1f999;
                    color: black;
                    width: 100%;
                    transition: box-shadow 0.3s ease-in-out;
                }

                .select2-custom {
                    border:#75b5ff solid 1px;
                    width: 100%;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                }

                .select2-container {
                    width: 100% !important;
                }

                .select2-selection--single {
                    border:#75b5ff solid 1px;
                    background-color: #f5f6fb;
                    border: none;
                    border-radius: 5px;
                    color: rgb(0, 0, 0);
                    padding-left: 4px;
                    font-size: 12px;
                    height: 35px;

                    .select2-container--open {
                        z-index: 9999999;
                    }

                    .select2-selection__rendered {
                        border:#75b5ff solid 1px;
                        color: rgb(0, 0, 0);
                        line-height: 35px;
                        margin-top: -14px;
                    }

                    .select2-selection__arrow {
                        margin-top: -6px;
                        margin-right: 5px;
                    }
                }

                .select2-selection--multiple {
                    background-color: #f5f6fb !important;
                    border: none;
                    border-radius: 5px;
                    color: rgb(0, 0, 0);
                    padding-left: 4px;

                    .select2-selection__choice {
                        background-color: #b3b3b3;
                        -webkit-border-radius: 3px;
                        -moz-border-radius: 3px;
                        border-radius: 3px;
                        margin: 4px 4px 0 0;
                        padding: 0 6px 0 22px;
                        height: 24px;
                        line-height: 24px;
                        font-size: 12px;
                        position: relative;

                        .select2-selection__choice__remove {
                            position: absolute;
                            top: 0;
                            left: 0;
                            height: 22px;
                            width: 22px;
                            margin: 0;
                            text-align: center;
                            color: #e74c3c;
                            font-weight: bold;
                            font-size: 16px;
                        }

                        .select2-selection__choice__remove:hover {
                            color: #e74c3c;
                            background-color: #b3b3b3;
                        }
                    }

                    .select2-selection__placeholder {
                        color: gray;
                    }

                    .select2-selection__rendered {
                        color: rgb(0, 0, 0);
                        line-height: 35px;
                    }
                }

                .select2-results {
                    background-color: #0c1421;
                    color: white;

                    .select2-results__option {
                        color: white;

                        &--highlighted {
                            background-color: #1a1e24;
                            color: white;
                        }
                    }
                }
            }
        }

        .button-add {
            background-color: #1e4ae9;
            border-radius: 10px;
            padding: 8px 14px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;

            img {
                width: 18px;
            }
        }
        .button-back {
            background-color: #959cb6;
            border-radius: 10px;
            padding: 8px 14px;
            color: white;
            font-weight: 600;
            cursor: pointer;
            font-size: 12px;
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 10px;

            img {
                width: 18px;
            }
        }
    }

    .bc-action {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;

        .custom-breadcrumb {
            .top-title {
                color: #0c1421;
                font-size: 26px;
                font-weight: 700;
            }

            .breadcrumb {
                display: flex;
                list-style: none;
                padding: 0;
                margin: 0;
                border: none;

                .breadcrumb-item {
                    font-size: 14px;
                    color: #959cb6;
                    position: relative;
                    margin-right: -6px;
                    font-weight: 500;

                    a {
                        text-decoration: none;
                        color: #959cb6;
                        transition: color 0.3s ease;

                        &:hover {
                            color: #0056b3;
                        }
                    }

                    & + .breadcrumb-item::before {
                        content: "/";
                        color: #6c757d;
                        padding: 0 8px;
                    }

                    &.active {
                        color: #1e4ae9;
                        cursor: default;

                        &::before {
                            content: "/";
                            color: #6c757d;
                        }
                    }
                }
            }
        }

        .button-action {
            display: flex;
            flex-direction: row;
            gap: 10px;

            .button-save {
                background-color: #1e4ae9;
                border-radius: 10px;
                padding: 8px 14px;
                color: white;
                font-weight: 600;
                cursor: pointer;
                font-size: 12px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                img {
                    width: 18px;
                }
            }

            .button-back {
                background-color: #959cb6;
                border-radius: 10px;
                padding: 8px 14px;
                color: white;
                font-weight: 600;
                cursor: pointer;
                font-size: 12px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                img {
                    width: 18px;
                }
            }

            .button-filter {
                background-color: #313957;
                border-radius: 10px;
                padding: 8px 14px;
                color: white;
                font-weight: 600;
                cursor: pointer;
                font-size: 12px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                img {
                    width: 18px;
                }
            }

            .button-history {
                background-color: #001049ff;
                border-radius: 10px;
                padding: 8px 14px;
                color: white;
                font-weight: 600;
                cursor: pointer;
                font-size: 12px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 10px;

                img {
                    width: 18px;
                }
            }
        }
    }

    .field-area {
        margin-top: 10px;
        padding: 12px;
        box-shadow: 0px 0px 10px 0px #00000026;
        border-radius: 16px;

        .field-item {
            display: flex;
            align-items: center;

            .textarea-custom {
                                border:#75b5ff solid 1px;
                padding: 12px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
                resize: vertical;
            }

            .custom-label {
                font-size: 12px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                font-size: 12px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }

            .select2-custom {
                border:#75b5ff solid 1px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .select2-container {
                border:#75b5ff solid 1px;
                border-radius: 5px;
                width: 100% !important;
            }

            .select2-selection--single {
                background-color: #f5f6fb;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;
                font-size: 12px;
                height: 35px;

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                    margin-top: -14px;
                }

                .select2-selection__arrow {
                    margin-top: -6px;
                    margin-right: 5px;
                }
            }
            .select2-selection--single[aria-disabled="true"] {
                border: none !important;
                background-color: #E9ECEF !important;
            }

            .select2-selection--multiple {
                background-color: #f5f6fb !important;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;

                .select2-selection__choice {
                    background-color: #b3b3b3;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 4px 4px 0 0;
                    padding: 0 6px 0 22px;
                    height: 24px;
                    line-height: 24px;
                    font-size: 12px;
                    position: relative;

                    .select2-selection__choice__remove {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 22px;
                        width: 22px;
                        margin: 0;
                        text-align: center;
                        color: #e74c3c;
                        font-weight: bold;
                        font-size: 16px;
                    }

                    .select2-selection__choice__remove:hover {
                        color: #e74c3c;
                        background-color: #b3b3b3;
                    }
                }

                .select2-selection__placeholder {
                    color: gray;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                }
            }

            .select2-results {
                background-color: #0c1421;
                color: white;

                .select2-results__option {
                    color: white;

                    &--highlighted {
                        background-color: #1a1e24;
                        color: white;
                    }
                }
            }
        }

        .field-item-disabled {
            display: flex;
            align-items: center;

            .textarea-custom {
                                border:#75b5ff solid 1px;
                padding: 12px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
                resize: vertical;
            }

            .custom-label {
                font-size: 12px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                font-size: 12px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }

            .select2-custom {
                border:#75b5ff solid 1px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            .select2-custom[aria-disabled="true"] {
                border: none !important;
                background-color: #E9ECEF !important;
            }

            .select2-container {
                width: 100% !important;
            }

            .select2-selection--single {
                background-color: #e9ecef;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;
                font-size: 12px;
                height: 35px;

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                    margin-top: -14px;
                }

                .select2-selection__arrow {
                    margin-top: -6px;
                    margin-right: 5px;
                }
            }

            .select2-selection--multiple {
                background-color: #f5f6fb !important;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;

                .select2-selection__choice {
                    background-color: #b3b3b3;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 4px 4px 0 0;
                    padding: 0 6px 0 22px;
                    height: 24px;
                    line-height: 24px;
                    font-size: 12px;
                    position: relative;

                    .select2-selection__choice__remove {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 22px;
                        width: 22px;
                        margin: 0;
                        text-align: center;
                        color: #e74c3c;
                        font-weight: bold;
                        font-size: 16px;
                    }

                    .select2-selection__choice__remove:hover {
                        color: #e74c3c;
                        background-color: #b3b3b3;
                    }
                }

                .select2-selection__placeholder {
                    color: gray;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                }
            }

            .select2-results {
                background-color: #0c1421;
                color: white;

                .select2-results__option {
                    color: white;

                    &--highlighted {
                        background-color: #1a1e24;
                        color: white;
                    }
                }
            }
        }
    }
}
/* Create Page Section End */

/* Modal Add Section */
.modal-create {
    .field-area {
        .field-item {
            display: flex;
            align-items: center;

            .custom-label {
                font-size: 12px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                font-size: 12px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }

            .select2-custom {
                border:#75b5ff solid 1px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .select2-container {
                width: 100% !important;
            }

            .select2-selection--single {
                background-color: #f5f6fb;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;
                font-size: 12px;
                height: 35px;

                .select2-container--open {
                    z-index: 9999999;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                    margin-top: -14px;
                }

                .select2-selection__arrow {
                    margin-top: -6px;
                    margin-right: 5px;
                }
            }

            .select2-selection--multiple {
                background-color: #f5f6fb !important;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;

                .select2-selection__choice {
                    background-color: #b3b3b3;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 4px 4px 0 0;
                    padding: 0 6px 0 22px;
                    height: 24px;
                    line-height: 24px;
                    font-size: 12px;
                    position: relative;

                    .select2-selection__choice__remove {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 22px;
                        width: 22px;
                        margin: 0;
                        text-align: center;
                        color: #e74c3c;
                        font-weight: bold;
                        font-size: 16px;
                    }

                    .select2-selection__choice__remove:hover {
                        color: #e74c3c;
                        background-color: #b3b3b3;
                    }
                }

                .select2-selection__placeholder {
                    color: gray;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                }
            }

            .select2-results {
                background-color: #0c1421;
                color: white;

                .select2-results__option {
                    color: white;

                    &--highlighted {
                        background-color: #1a1e24;
                        color: white;
                    }
                }
            }
        }
    }
}
/* Modal Add End Section */

/* Modal Edit Section */
.modal-edit {
    .field-area {
        .field-item {
            display: flex;
            align-items: center;

            .custom-label {
                font-size: 12px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                font-size: 12px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }

            .select2-custom {
                border:#75b5ff solid 1px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .select2-container {
                width: 100% !important;
            }

            .select2-selection--single {
                background-color: #f5f6fb;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;
                font-size: 12px;
                height: 35px;

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                    margin-top: -14px;
                }

                .select2-selection__arrow {
                    margin-top: -6px;
                    margin-right: 5px;
                }
            }

            .select2-selection--multiple {
                background-color: #f5f6fb !important;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;

                .select2-selection__choice {
                    background-color: #b3b3b3;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 4px 4px 0 0;
                    padding: 0 6px 0 22px;
                    height: 24px;
                    line-height: 24px;
                    font-size: 12px;
                    position: relative;

                    .select2-selection__choice__remove {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 22px;
                        width: 22px;
                        margin: 0;
                        text-align: center;
                        color: #e74c3c;
                        font-weight: bold;
                        font-size: 16px;
                    }

                    .select2-selection__choice__remove:hover {
                        color: #e74c3c;
                        background-color: #b3b3b3;
                    }
                }

                .select2-selection__placeholder {
                    color: gray;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                }
            }

            .select2-results {
                background-color: #0c1421;
                color: white;

                .select2-results__option {
                    color: white;

                    &--highlighted {
                        background-color: #1a1e24;
                        color: white;
                    }
                }
            }
        }
    }
}
/* Modal Edit End Section */

.modal-filter {
    .field-area {
        .field-item {
            display: flex;
            align-items: center;

            .custom-label {
                font-size: 12px;
                font-weight: 400;
                color: #313957;
            }

            .custom-input {
                border:#75b5ff solid 1px;
                font-size: 12px;
                padding: 10px;
                border-radius: 5px;
                background-color: #eff1f999;
                color: black;
                width: 100%;
                transition: box-shadow 0.3s ease-in-out;
            }

            .select2-custom {
                border:#75b5ff solid 1px;
                width: 100%;
                display: flex;
                flex-direction: row;
                align-items: center;
            }

            .select2-container {
                width: 100% !important;
            }

            .select2-selection--single {
                background-color: #f5f6fb;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;
                font-size: 12px;
                height: 35px;

                .select2-container--open {
                    z-index: 9999999;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                    margin-top: -14px;
                }

                .select2-selection__arrow {
                    margin-top: -6px;
                    margin-right: 5px;
                }
            }

            .select2-selection--multiple {
                background-color: #f5f6fb !important;
                border: none;
                border-radius: 5px;
                color: rgb(0, 0, 0);
                padding-left: 4px;

                .select2-selection__choice {
                    background-color: #b3b3b3;
                    -webkit-border-radius: 3px;
                    -moz-border-radius: 3px;
                    border-radius: 3px;
                    margin: 4px 4px 0 0;
                    padding: 0 6px 0 22px;
                    height: 24px;
                    line-height: 24px;
                    font-size: 12px;
                    position: relative;

                    .select2-selection__choice__remove {
                        position: absolute;
                        top: 0;
                        left: 0;
                        height: 22px;
                        width: 22px;
                        margin: 0;
                        text-align: center;
                        color: #e74c3c;
                        font-weight: bold;
                        font-size: 16px;
                    }

                    .select2-selection__choice__remove:hover {
                        color: #e74c3c;
                        background-color: #b3b3b3;
                    }
                }

                .select2-selection__placeholder {
                    color: gray;
                }

                .select2-selection__rendered {
                    color: rgb(0, 0, 0);
                    line-height: 35px;
                }
            }

            .select2-results {
                background-color: #0c1421;
                color: white;

                .select2-results__option {
                    color: white;

                    &--highlighted {
                        background-color: #1a1e24;
                        color: white;
                    }
                }
            }
        }
    }
}

/* Static Table Section */
 .action-table-container {
        display: flex;
        flex-direction: column;
        gap: 10px;

        .bc-action {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            .custom-breadcrumb {
                .top-title {
                    color: #0c1421;
                    font-size: 26px;
                    font-weight: 700;
                }
                .breadcrumb {
                    display: flex;
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    border: none;

                    .breadcrumb-item {
                        font-size: 14px;
                        color: #959cb6;
                        position: relative;
                        margin-right: -6px;
                        font-weight: 500;

                        a {
                            text-decoration: none;
                            color: #959cb6;
                            transition: color 0.3s ease;

                            &:hover {
                                color: #0056b3;
                            }
                        }

                        & + .breadcrumb-item::before {
                            content: "/";
                            color: #6c757d;
                            padding: 0 8px;
                        }

                        &.active {
                            color: #1e4ae9;
                            cursor: default;
                            font-weight: 600;

                            &::before {
                                content: "/";
                                color: #6c757d;
                            }
                        }
                    }
                }
            }

            .button-action {
                display: flex;
                flex-direction: row;
                gap: 10px;

                .button-add {
                    background-color: #1e4ae9;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-excel {
                    background-color: #313957;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-filter {
                    background-color: #313957;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-delete {
                    background-color: #ff0000;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }

                .button-back {
                    background-color: #959cb6;
                    border-radius: 10px;
                    padding: 8px 14px;
                    color: white;
                    font-weight: 600;
                    cursor: pointer;
                    font-size: 12px;
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;

                    img {
                        width: 18px;
                    }
                }
            }
        }

        .exp-search {
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-between;

            .export-button-group {
                box-shadow: 0px 0px 10px 0px #0000001f;
                border-radius: 5px;
                display: flex;
                flex-direction: row;

                .icon-export {
                    cursor: pointer;
                    padding: 8px 36px;

                    img {
                        width: 20px;
                    }
                }
            }

            .show-search {
                display: flex;
                flex-direction: row;
                gap: 15px;

                .page-selector {
                    display: flex;
                    flex-direction: row;
                    align-items: center;
                    gap: 10px;
                    font-size: 12px;

                    label {
                        color: #313957;
                        font-size: 12px;
                        font-weight: 400;
                        line-height: 17.07px;
                    }

                    select {
                        -webkit-appearance: none;
                        -moz-appearance: none;
                        appearance: none;
                        border: 1px solid #cecece;
                        border-radius: 5px;
                        padding-left: 12px;
                        padding-right: 25px;
                        padding-top: 2px;
                        padding-bottom: 2px;
                        height: 30px;
                        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24"><path fill="%23313957" d="M7 10l5 5 5-5z"/></svg>')
                            no-repeat;
                        background-position: right 8px center;
                        background-size: 15px;

                        option {
                            padding-left: 20px;
                            padding-right: 20px;
                        }
                    }
                }

                .input-search {
                    width: 100%;
                    padding-left: 8px;
                    padding-right: 8px;
                    padding-top: 4px;
                    padding-bottom: 4px;
                    border: 1px solid #cecece;
                    border-radius: 5px;
                    transition: box-shadow 0.3s ease-in-out;
                    font-size: 14px;

                    &::placeholder {
                        color: #959cb6;
                    }

                    &:focus {
                        outline: none;
                        box-shadow: 0 0 4px 2px rgba(30, 74, 233, 0.2);
                    }
                }
            }
        }
    }

.table-container {
    margin-top: 16px;
    border-radius: 8px;
    max-width: 100%;

    .button-add {
        background-color: #313957;
        border-radius: 10px;
        padding: 8px 14px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

        img {
            width: 18px;
        }
    }

    .button-excel {
        background-color: #313957;
        border-radius: 10px;
        padding: 8px 14px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

        img {
            width: 18px;
        }
    }

    .button-delete {
        background-color: #ff0000;
        border-radius: 10px;
        padding: 8px 14px;
        color: white;
        font-weight: 600;
        cursor: pointer;
        font-size: 12px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;

        img {
            width: 18px;
        }
    }

    .select2-container--default .select2-selection--single {
        background-color: #fff;
        border:#75b5ff solid 1px;
        border-radius: 4px;
    }
    .select2-container--default .select2-selection--single[aria-disabled="true"] {
        border: none !important;
        background-color: #E9ECEF !important;
    }
    .custom-label {
        font-size: 12px;
        font-weight: 400;
        color: #313957;
    }

    .custom-input {
        border:#75b5ff solid 1px;
        font-size: 12px;
        padding: 10px;
        border-radius: 5px;
        background-color: #eff1f999;
        color: black;
        width: 100%;
        transition: box-shadow 0.3s ease-in-out;
    }

    .select2-custom {
        border:#75b5ff solid 1px;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
    }

    .select2-container {
        width: 100% !important;
    }

    .select2-selection--single {
        background-color: #f5f6fb;
        border: none;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        padding-left: 4px;
        font-size: 12px;
        height: 35px;

        .select2-container--open {
            z-index: 9999999;
        }

        .select2-selection__rendered {
            color: rgb(0, 0, 0);
            line-height: 35px;
            margin-top: -14px;
        }

        .select2-selection__arrow {
            margin-top: -6px;
            margin-right: 5px;
        }
    }

    .select2-selection--multiple {
        background-color: #f5f6fb !important;
        border: none;
        border-radius: 5px;
        color: rgb(0, 0, 0);
        padding-left: 4px;

        .select2-selection__choice {
            background-color: #b3b3b3;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            margin: 4px 4px 0 0;
            padding: 0 6px 0 22px;
            height: 24px;
            line-height: 24px;
            font-size: 12px;
            position: relative;

            .select2-selection__choice__remove {
                position: absolute;
                top: 0;
                left: 0;
                height: 22px;
                width: 22px;
                margin: 0;
                text-align: center;
                color: #e74c3c;
                font-weight: bold;
                font-size: 16px;
            }

            .select2-selection__choice__remove:hover {
                color: #e74c3c;
                background-color: #b3b3b3;
            }
        }

        .select2-selection__placeholder {
            color: gray;
        }

        .select2-selection__rendered {
            color: rgb(0, 0, 0);
            line-height: 35px;
        }
    }

    .select2-results {
        background-color: #0c1421;
        color: white;

        .select2-results__option {
            color: white;

            &--highlighted {
                background-color: #1a1e24;
                color: white;
            }
        }
    }

    .span-custom-table {
        font-weight: 600;
        font-size: 12px;
        color: #313957;
        margin-bottom: 3px;
    }

    .dataTables_wrapper {
        border-radius: 8px;
        min-width: 100%;
        margin-bottom: 15px;

        /* Table styling */
        .dataTable {
            border-radius: 8px;
            width: 100%;

            thead {
                th:first-child {
                    border-top-left-radius: 8px;
                }

                th {
                    background-color: #f5f5f5;
                    font-weight: bold;
                    padding: 10px 8px;
                    text-align: left;
                    font-size: 12px;
                    color: #0c1421;
                }

                th:last-child {
                    border-top-right-radius: 8px;
                }
            }

            tbody {
                /*  tr:nth-child(odd) {
                    td {
                        padding: 7px 7px;
                        color: #333;
                        background-color: white;
                        font-size: 12px;
                    }
                }
                tr:nth-child(even) {
                    td {
                        padding: 7px 7px;
                        color: #333;
                        background-color: #f5f5f5;
                        font-size: 12px;
                    }
                } */

                tr {
                    td {
                        padding: 7px 7px;
                        color: #333;
                        background-color: white;
                        font-size: 12px;
                    }
                }
            }
        }

        .page-link {
            font-size: 12px !important;
        }

        .dataTables_info {
            font-size: 12px;
        }
    }
}
/* Static Table Section End */

/* Utilities End */
.disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.6;
}

/* Utilities End */
