﻿.new-side-a {
    /*    display: flex !important;
    vertical-align: middle;
    gap: 5px;
    font-size: 12px !important;       */
    color: #4D4D4D !important;
    font-family: Roboto,sans-serif !important;
}
.new-side-a i {
    margin-right: 7px !important;
    font-size: 16px !important;
}
    .new-side-a2 i {
        margin-right: 7px !important;
        font-size: 16px !important;
    }
.new-side-a2 {
    color: #4D4D4D !important;
    font-family: Roboto,sans-serif !important;
    /*    font-size: 12px !important;*/
}
.new-custom-card-g {
    border-radius: 20px;
    background: linear-gradient(to right, rgb(187 244 249), rgb(86, 192, 224)) !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
    .new-custom-card-g label, select, option, .dd-select, .ui-select-toggle {
        color: black;
    }
    .new-custom-card-g select, .dd-select, .ui-select-toggle {
        border-radius: 10px;
        border-color: black;
    }
.ui-select-choices{
    max-height: 400px !important;
}
.ui-select-placeholder, .ui-select-search {
    color: black !important; /* Set placeholder text color to black */
    font-style: italic; /* Optional: Customize font style if needed */
}

.ui-select-choices::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

.ui-select-choices::-webkit-scrollbar-track {
    background: #f1f1f1; /* Track background */
    border-radius: 10px;
}

.ui-select-choices::-webkit-scrollbar-thumb {
    background: rgb(0, 100, 150); /* Thumb color */
    border-radius: 10px;
}

    .ui-select-choices::-webkit-scrollbar-thumb:hover {
        background: rgb(86, 192, 224); /* Thumb color on hover */
    }

    .new-custom-card-g .btn-primary {
        background-color: #3b6a93 !important;
    }

    .new-custom-card-r {
        border-radius: 20px;
        background-color: #9cffd3;
    }
.new-custom-card-tb {
    border-radius: 20px;
    background-color: #fffafa;
    margin-top: 5px;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
}
.new-custom-card-tb .table-responsive{
    border-radius: 15px;
}
    .new-custom-card-tb .panel-heading{
        padding: 0px 20px !important;
        margin-bottom: 0px;
    }
    .new-custom-card-tb .CAPanel-Heading {
        background-color: rgb(86,192,224) !important;
        font-weight: 600;
        font-size: 15px;
        vertical-align: middle;
        font-family: Roboto,sans-serif !important;
        text-align: center;
        color: white;
        border-radius: 10px;
        padding: 3px 20px !important;
        margin-bottom: 10px;
    }
.new-custom-card-tb .table-responsive .table-striped {
    margin-top: 0px !important;
}
    .new-custom-card-tb .table-responsive .custom-table-striped {
        margin-top: 0px !important;
    }
    .new-custom-card-tb .table-responsive .custom-table-striped .table-active{
    background-color: rgba(0, 0, 0, 0.075) !important;
    }
        .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content {
            background-color: #f8f9fa; /* Light gray background */
            border: 1px solid #ddd; /* Light border */
            padding: 5px 15px;
            border-radius: 8px; /* Rounded corners */
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* Subtle shadow */
            transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
        }
            .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content.show {
                max-height: 500px; /* Adjust as needed */
                opacity: 1;
            }

            .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content .row {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
            }

            .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content .col-md-2 {
                font-weight: bold;
                text-align: left;
            }
            .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content .col-md-10 p {
                border-bottom: 1px dashed gray;
                margin-right: 5%;
            }

            .new-custom-card-tb .table-responsive .custom-table-striped .collapse-content .col-md-10 {
                text-align: left;
                
            }

                .detaildash p {
                    border-bottom: 1px dashed gray;
                    margin-right: 5%;
                }

/* Optional: Style <p> elements for spacing */
            .new-custom-card-tb .table-responsive .custom-table-striped  .collapse-content p {
                margin: 5px 0;
                font-size: 14px;
                color: #333;
            }
    .new-custom-card-tb .new-btn-search{
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        height: 30px;
    }
    .new-custom-card-tb .new-search-input {
        height: 30px;
    }
    .new-custom-card-tb .tbl-Image {
        width: 50px;
        height: 50px;
        border-radius: 10px;
    }
.new-custom-card-tb label, select, option, input {
    color: black;
}

.new-custom-card-tb select {
    border-radius: 10px;
    border-color: black;
}

.new-custom-card-tb table{

}

    .new-custom-card-tb input {
        border-top-left-radius: 10px !important;
        border-bottom-left-radius: 10px !important;
        color: black;
        border-color: black;
    }
    .new-custom-card-tb .table th {
        background-color: rgb(86,192,224) !important;
        font-weight: 600;
        font-size: 15px;
        vertical-align: middle;
        font-family: Roboto,sans-serif !important;
    }
    .new-custom-card-tb .table td {
        vertical-align: middle;
        color: black !important;
        color: #4D4D4D !important;
        font-family: Roboto,sans-serif !important;
    }
    .new-custom-card-tb .icon-container {
        margin: 0px 18px;
    }
    .new-custom-card-tb .ti-eye {
        color: #2fd34b;
        font-size: 20px;
        font-weight: 700;
    }
    .new-custom-card-tb .ti-trash {
        color: #ef1b44;
        font-size: 20px;
        font-weight: 700;
    }
    .new-custom-card-tb .ti-comment-alt {
        color: #6B7AEF;
        font-size: 20px;
        font-weight: 800;
        position: relative;
    }
    .new-custom-card-tb .icon-color-p {
        color: rgb(103,119,239);
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-g {
        color: rgb(75,183,217);
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-gr {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 17px; /* Set fixed width */
        height: 17px; /* Set fixed height */
        border-radius: 50%; /* Make it circular */
        border: 2px solid rgb(86,192,224); /* Green border */
        color: rgb(86,192,224); /* Icon color */
        font-size: 13px;
        cursor: pointer;
        transition: all 0.3s ease-in-out;
    }
    .new-custom-card-tb .icon-color-r {
        color: rgb(53 182 49);
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-w{
        color: white;
    }
    .new-custom-card-tb .icon-class {
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-e {
        color: #06a361;
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-c {
        color: #e1400e;
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .icon-color-o {
        color: rgb(255,82,0);
        font-size: 18px;
        margin: 0px 5px;
    }
    .new-custom-card-tb .custom-badge {
        position: absolute;
        top: -7px; /* Adjust this value */
        right: -7px; /* Adjust this value */
        background-color: red;
        color: white;
        font-size: 10px;
        padding: 2px 5px;
        border-radius: 50%;
        min-width: 16px;
        text-align: center;
    }
    .new-custom-card-tb .custom-heading {
        font-weight: 600;
        font-size: 1.416em !important;
        font-family: Roboto,sans-serif !important;
    }
    .new-custom-card-tb .grid-ribbon-3 {
        font-size: 13px !important;
        font-family: Roboto,sans-serif !important;
        margin-top: 12px;
    }
    .new-custom-card-tb .grid-ribbon-3 .text-center {
        margin-left: 0px !important;
    }
    .new-custom-card-tb .grid-ribbon-2 {
        margin-top: 12px;
    }
    .new-custom-card-tb .grid-ribbon-3 span {
        font-size: 13px !important;
        font-family: Roboto,sans-serif !important;
        margin: 0px 5px;
    }
    .new-custom-card-tb .grid-ribbon-1 button {
        float: left;
    }
    .new-custom-card-tb .grid-ribbon-1 {
        float: left;
    }
    .new-custom-card-tb .grid-ribbon-2 {
        float: right;
    }
    .new-custom-card-tb .grid-ribbon-2 span{
        float: right;
    }
    .new-custom-card-tb .grid-ribbon-0 {
        background-color: #e4dfdf;
        border-radius: 10px;
        float: left;
        border: 2px solid gray;
        display: inline;
        padding: 1px 10px;
        vertical-align: middle;
        margin: 1px 5px;
    }
        .new-custom-card-tb .grid-ribbon-0 .f-heading {
            margin-right: 10px;
            color: black;
            font-size: 15px !important;
            font-family: Roboto,sans-serif !important;
        }
        .new-custom-card-tb .grid-ribbon-0 i {
            cursor: pointer;
            font-size: 14px;
            margin: 0px 2px;
        }
    .new-custom-card-tb .grid-ribbon-2 .icon-button-plus {
        color: #3F51B5;
        font-size: 30px !important;
        margin: 0px 5px;
        cursor: pointer;
    }
    .new-custom-card-tb .grid-ribbon-2 .icon-button-qr {
        color: #6a6a6a;
        font-size: 30px !important;
        margin: 0px 5px;
        cursor: pointer;
    }
    .new-custom-card-tb .grid-ribbon-2 .icon-button-e {
        color: #55A93F;
        font-size: 30px !important;
        margin: 0px 5px;
        cursor: pointer;
    }

    .new-custom-card-tb .Header-title{
        margin-left: 5px !important;
    }
    .new-custom-card-tb .new-custom-pagination{
        margin-top: 10px;
    }
    .new-custom-card-tb .custom-back-button {
        background: #b7b5b5;
        padding: 7px 8px;
        border-radius: 50%;
        cursor: pointer;
    }
        .new-custom-card-tb .custom-back-button:hover {
            background: #605d5d;
            color: white;
        }
    .new-custom-card-tb .new-custom-pagination .pagination-section {
        float: right;
    }
        .new-custom-card-tb .new-custom-pagination .pagination-section .page-navigate-icon {
            padding: 0px 7px;
            font-size: 13px;
            color: black;
            border: none;
            background: transparent;
            cursor: pointer;
        }
        .new-custom-card-tb .new-custom-pagination .pagination-section .page-number {
            padding: 0px 10px;
            font-size: 14px;
            color: black;
            border: none;
            background: transparent;
        }
        .new-custom-card-tb .new-custom-pagination .pagination-section .page-disabled {
            cursor: default;
            color: #969393 !important;
        }
        .new-custom-card-tb .new-custom-pagination .pagination-section .page-item-data {
            font-size: 13px;
            color: black;
            padding-left: 20px;
            font-family: Roboto,sans-serif !important;
        }
        .new-custom-card-tb .new-custom-pagination .pagination-section .page-input {
            border-radius: 5px !important;
            border-top-left-radius: 5px !important;
            border-bottom-left-radius: 5px !important;
            width: 35px;
            height: 25px;
        }
        .new-custom-card-o {
            border-radius: 20px;
            background-color: #F6A601;
        }
.cbtn-outline-rp {
    color: #fd1108 !important;
    border: 2px solid #fd1108;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 1px 5px;
}
.cbtn-outline-rp i{
      font-size: 17px !important;
}

    .cbtn-outline-rp:hover,
    .cbtn-outline-rp:focus {
        background-color: #fd1108;
        color: white !important; /* Black text on hover */
    }


.cbtn-outline-rpg {
    color: #fd9008 !important;
    border: 2px solid #fd9008;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 1px 5px;
}

    .cbtn-outline-rpg i {
        font-size: 17px !important;
    }

    .cbtn-outline-rpg:hover,
    .cbtn-outline-rpg:focus {
        background-color: #fd9008;
        color: white !important; /* Black text on hover */
    }
.cbtn-outline-rpq {
    color: #6a6a6a !important;
    border: 2px solid #6a6a6a;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 1px 5px;
}

    .cbtn-outline-rpq i {
        font-size: 17px !important;
    }

    .cbtn-outline-rpq:hover,
    .cbtn-outline-rpq:focus {
        background-color: #6a6a6a;
        color: white !important; /* Black text on hover */
    }
.cbtn-outline-rpe {
    color: #55A93F !important;
    border: 2px solid #55A93F;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    margin: 1px 5px;
}

    .cbtn-outline-rpe i {
        font-size: 17px !important;
    }

    .cbtn-outline-rpe:hover,
    .cbtn-outline-rpe:focus {
        background-color: #55A93F;
        color: white !important; /* Black text on hover */
    }



.new-custom-chart-b {
    /*background-color: #b5e8ff;*/
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.new-custom-chart-o {
    /*background-color: #ffd17a;*/
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.new-custom-chart-r {
    /*background-color: #ffd17a;*/
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
.new-login-container {
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.5);
    padding: 20px;
    background-color: white;
    border-radius: 10px;
    font-family: Roboto,sans-serif !important;
    width: 400px !important;
}
    .new-login-container .heading1 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: start !important;
        font-weight: 600;
        font-family: Roboto,sans-serif !important;
        color: #372e2e !important;
    }
    .new-login-container input{
        border-radius: 10px !important;
    }
    .new-login-container .form-control {
        height: 40px !important;
        font-size: 14px !important;
    }
    .new-login-container button {
        margin-top: 18%;
        height: 40px !important;
        border-radius: 20px !important;
        font-weight: 600;
        font-family: Roboto,sans-serif !important;
    }
    .new-login-container .remember-chk span {
        float: left;
        color: #372e2e;
    }
    .new-login-container .remember-chk span input {
        margin-top: 0px;
    }
    .new-login-container .remember-chk a {
        float: right;
    }
    .new-login-container .sign-up {
        font-size: 15px;
        color: #372e2e;
        text-align: start !important;
    }
    .new-login-container .footer {
        position: relative;
        margin-top:10px;
        bottom: 0;
        width: 100%;
    }
.new-login-account{
    padding-top: 120px !important;
    top: 0px !important;
}
.new-login-container .language-selector{
    margin-top: 0px !important;
    float: right;
}
.badge-custom {
    background-color: #00B0E4;
}
.badge-custom:hover{
    color: aliceblue !important;
}
.badge-custom2 {
    background-color: #00B0E4;
    float:right;
}
.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #555; /* Thumb color on hover */
}

.table-responsive::-webkit-scrollbar {
    height: 8px;
    widows: 8px;/* Width of the scrollbar */
}

.table-responsive::-webkit-scrollbar-track {

    background: #f1f1f1; /* Track background */
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: rgb(0, 100, 150); /* Thumb color */
    border-radius: 10px;
}

    .table-responsive::-webkit-scrollbar-thumb:hover {
        background: rgb(86, 192, 224); /* Thumb color on hover */
    }

    .badge-custom2:hover {
        color: aliceblue !important;
    }
.rig-category-box1 {
    background: linear-gradient(to right, #1d976c, #2fd38a) !important;
    color: white !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
    .rig-category-box1 h4, h2 {
        color: white !important;
        font-family: Roboto,sans-serif !important;
    }
    .rig-category-box1 .custom-h4 {
        margin-bottom: 5px !important;
        font-size: 15px;
    }
.rig-category-box2 {
    background: linear-gradient(to right, #fa5420, #f6a800) !important;
    color: white !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .rig-category-box2 h4, h2 {
        color: white !important;
        font-family: Roboto,sans-serif !important;
    }
    .rig-category-box2 .custom-h4 {
        margin-bottom: 5px !important;
        font-size: 15px;
    }
.rig-category-box3 {
    background: linear-gradient(to right, #5b73e8, #44c4fa) !important;
    color: white !important;
    border-radius: 20px !important;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

    .rig-category-box3 h4, h2 {
        color: white !important;
        font-family: Roboto,sans-serif !important;
    }
.rig-category-box3 .custom-h4 {
    margin-bottom: 5px !important;
    font-size: 15px;
}
.rig-new-heading {
    text-align: center;
    border-radius: 20px !important;
    background-color: rgb(86, 192, 224) !important;
    margin-left: -5%;
    margin-right: -5%;
}
    .rig-new-heading h1 {
        color: white !important;
        font-family :Roboto,sans-serif !important;
        font-weight: 700 !important;
        font-size: 27px !important;
    }
.rig-card-icon {
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -25px;
    top: 20px;
    opacity: .1;
    font-size: 65px;
    width: 110px;
    height: 50px;
    text-shadow: 3px 7px rgba(0, 0, 0, .3);
}
.rig-card-icon i{
    color: #000 !important;
}
.new-header {
    background: linear-gradient(to bottom, rgb(0, 120, 170), rgb(86, 192, 224));
    box-shadow: 3px 2px 20px #464646;
}
    .new-header .org-heading {
        font-weight: 700;
        font-family: Roboto,sans-serif !important;
    }
        .new-header .org-heading:hover {
            background: linear-gradient(to bottom, rgb(0, 100, 150), rgb(50, 170, 210));
        }
    .new-header .new-userguide{
        display: flex;
    }
    .new-header .new-userguide-search {
        display: flex;
    }
    .new-header .new-userguide i {
        color: #0b2fdb;
        font-size: 19px !important;
        background: white;
        border-radius: 80%;
        border: 1px solid white;
        margin-left: 5px;
    }
    .new-header .new-userguide-search i {
        font-size: 19px !important;
        margin-left: 5px;
    }
.new-user-dd {

    font-family: Roboto,sans-serif !important;
}
.new-user-dd i{
    font-size: 18px !important;
}
    .new-user-dd:hover {
        box-shadow: 3px 2px 20px #464646;
    }
.new-search-icon {
/*    padding: 15px 0px 15px !important;
    line-height: 18px;
    cursor: pointer;
    font-size: 18px !important;
    color: #0f182a !important;*/
}
/*.new-left-navigate {
    position: fixed !important;
    overflow-y: auto;*/
    /*scrollbar-width: thin;*/ /* For Firefox */
    /*scrollbar-color: #d3d3d3 #f1f1f1;*/ /* For Firefox */
    /*border-radius: 10px;*/
/*}*/
/*    .new-left-navigate .nav-second-level .nav-second-level{
        top: 100% !important;
        left: 0% !important;
    }*/

    /*.new-left-navigate::-webkit-scrollbar {
        width: 0px;*/ /* Width of the scrollbar */
    /*}
    .new-left-navigate:hover::-webkit-scrollbar {
        width: 4px;*/ /* Width of the scrollbar */
    /*}

    .new-left-navigate:hover::-webkit-scrollbar-track {
        background: #FFFFFF;*/ /* Track background */
        /*border-radius: 10px;
    }*/

    .new-left-navigate:hover::-webkit-scrollbar-thumb {
        background: #CCCCCC; /* Thumb color */
        border-radius: 10px;
    }

        html::-webkit-scrollbar-thumb:hover {
            background: #555; /* Thumb color on hover */
        }
html::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
}

html::-webkit-scrollbar-track {
    margin-top: 5px;
    background: #f1f1f1; /* Track background */
    border-radius: 10px;
}

html::-webkit-scrollbar-thumb {
    background: rgb(0, 100, 150); /* Thumb color */
    border-radius: 10px;
}

    html::-webkit-scrollbar-thumb:hover {
        background: rgb(86, 192, 224); /* Thumb color on hover */
    }
body #wrapper {
    background: #ECF0F4 !important;
}
    body #wrapper .content-wrapper {
        padding-top: 10px !important;
    }


/*.new-left-navigate .nav-second-level .nav-second-level {
    left: 0% !important;
    margin-left: 5% !important;
    margin-right: 5% !important;
    margin-top: 45px !important;
}
    .new-left-navigate .nav-second-level .nav-second-level li {*/
       /* background-color: #abe0f5 !important;*/
       /*color: black !important;
    }
    .new-left-navigate .nav-second-level li {*/
        /* background-color: #abe0f5 !important;*/
        /*color: black !important;
    }*/

.btn_darkblue {
    color: #ffffff;
    border-radius: 10px;
    background-color: #059bc9;
}
.watermark-bg {
    position: absolute;
    inset: 0;
    background-image: url(/LiftGearImages/orgSettingImages/6/6.jpg);
    background-repeat: space;
    background-position: center center;
    background-size: 60% auto;
    opacity: 0.09;
    pointer-events: none;
    z-index: 0;
}

/* ============================================
   MODERN MODAL/DIALOG STYLES - FLAT DESIGN
   ============================================ */

/* Modal Container */
.modal-modern .modal-content {
    border: none;
    border-radius: 0px; /* No border radius */
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    overflow: hidden;
    animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-30px) scale(0.95);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* Modal Header with Gradient - No Radius */
.modal-modern .modal-header {
    background: linear-gradient(135deg, rgb(86, 192, 224) 0%, rgb(0, 120, 170) 100%);
    padding: 20px 24px;
    border: none;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .modal-modern .modal-header h4 {
        font-size: 20px;
        font-weight: 600;
        color: white;
        margin: 0;
        display: flex;
        flex: 1;
        align-items: center;
        gap: 10px;
        font-family: 'Roboto', sans-serif;
    }

    .modal-modern .modal-header h1 i {
        font-size: 22px;
    }

    .modal-modern .modal-header h1 small {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.85);
        font-weight: 400;
        margin-left: 10px;
        background: rgba(255, 255, 255, 0.2);
        padding: 3px 10px;
        border-radius: 0px; /* No border radius on badge either */
    }

    .modal-modern .modal-header .close {
        color: white;
        margin-left: auto;
        opacity: 0.9;
        font-size: 28px;
        font-weight: 300;
        transition: all 0.2s ease;
        background: rgba(255, 255, 255, 0.1);
        width: 32px;
        height: 32px;
        border-radius: 0px; /* Square close button */
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        border: none;
        line-height: 1;
    }

        .modal-modern .modal-header .close:hover {
            opacity: 1;
            background: rgba(255, 255, 255, 0.25);
            transform: rotate(90deg);
        }

/* Modal Body - No Radius */
.modal-modern .modal-body {
    padding: 24px;
    background: #ffffff;
    max-height: 60vh;
    overflow-y: auto;
}

    .modal-modern .modal-body::-webkit-scrollbar {
        width: 6px;
    }

    .modal-modern .modal-body::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 0px; /* Flat scrollbar track */
    }

    .modal-modern .modal-body::-webkit-scrollbar-thumb {
        background: rgb(86, 192, 224);
        border-radius: 0px; /* Flat scrollbar thumb */
    }

/* Modal Footer - No Radius */
.modal-modern .modal-footer {
    padding: 8px 0px;
    background: #ffffff;
    border-top: 1px solid #e9ecef;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

/* ============================================
   MODERN FORM STYLES - FLAT DESIGN
   ============================================ */

.modern-form-group {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 15px;
}

    .modern-form-group .form-label {
        flex: 0 0 100px;
        font-weight: 600;
        color: #2c3e50;
        font-size: 14px;
        padding-top: 10px;
        font-family: 'Roboto', sans-serif;
    }

        .modern-form-group .form-label i {
            margin-right: 5px;
            font-size: 14px;
            color: rgb(86, 192, 224);
        }

    .modern-form-group .form-field {
        flex: 1;
        min-width: 200px;
    }

/* Modern Input - Flat */
.modern-input {
    width: 100%;
    padding: 10px 14px;
    font-size: 14px;
    color: #2c3e50;
    background-color: #f8f9fa;
    border: 1.5px solid #e9ecef;
    border-radius: 0px; /* No border radius */
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
}

    .modern-input:focus {
        outline: none;
        border-color: rgb(86, 192, 224);
        background-color: white;
        box-shadow: 0 0 0 3px rgba(86, 192, 224, 0.1);
    }

    .modern-input::placeholder {
        color: #adb5bd;
        font-size: 13px;
    }

/* Modern Multi-Select - Flat */
.modern-multiselect {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    color: #2c3e50;
    background-color: #f8f9fa;
    border: 1.5px solid #e9ecef;
    border-radius: 0px; /* No border radius */
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    min-height: 110px;
}

    .modern-multiselect:focus {
        outline: none;
        border-color: rgb(86, 192, 224);
        background-color: white;
        box-shadow: 0 0 0 3px rgba(86, 192, 224, 0.1);
    }

    .modern-multiselect option {
        padding: 8px 10px;
        margin: 2px 0;
        cursor: pointer;
    }

        .modern-multiselect option:hover {
            background-color: rgba(86, 192, 224, 0.1);
        }

        .modern-multiselect option:checked {
            background: linear-gradient(135deg, rgb(86, 192, 224), rgb(0, 120, 170));
            color: white;
        }

/* Helper Text */
.text-muted {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #6c757d;
    font-family: 'Roboto', sans-serif;
}

    .text-muted i {
        margin-right: 3px;
        font-size: 11px;
    }

.text-danger {
    display: block;
    margin-top: 6px;
    font-size: 11px;
    color: #dc3545;
    font-family: 'Roboto', sans-serif;
}

    .text-danger i {
        margin-right: 3px;
        font-size: 11px;
    }

/* ============================================
   MODERN BUTTONS - FLAT
   ============================================ */

.modern-btn {
    padding: 8px 20px;
    font-size: 13px;
    font-weight: 500;
    border: none;
    border-radius: 0px; /* No border radius */
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Roboto', sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

    .modern-btn i {
        font-size: 14px;
    }

.modern-btn-primary {
    background: linear-gradient(135deg, rgb(86, 192, 224) 0%, rgb(0, 120, 170) 100%);
    color: white;
    box-shadow: 0 2px 4px rgba(86, 192, 224, 0.3);
}

    .modern-btn-primary:hover:not(:disabled) {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px rgba(86, 192, 224, 0.4);
    }

    .modern-btn-primary:active:not(:disabled) {
        transform: translateY(0);
    }

/*.modern-btn-secondary {
    background: #ffffff;
    color: #6c757d;
    border: 1.5px solid #dee2e6;
}

    .modern-btn-secondary:hover {
        background: #f8f9fa;
        border-color: #adb5bd;
        color: #495057;
    }*/

.modern-btn-secondary {
    background: #ffffff;
    border: 1px solid #ced4da;
    color: #495057;
    transition: all 0.25s ease;
}

    .modern-btn-secondary:hover {
        background: #e9ecef; /* softer professional grey */
        border-color: #6c757d; /* slightly darker border */
        color: #212529; /* stronger text contrast */
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* subtle depth */
        transform: translateY(-1px); /* slight lift effect */
    }

.modern-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* ============================================
   VALIDATION STATES
   ============================================ */

.modern-input.ng-invalid.ng-touched {
    border-color: #dc3545;
    background-color: #fff8f8;
}

    .modern-input.ng-invalid.ng-touched:focus {
        box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1);
    }

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .modal-modern .modal-header {
        padding: 15px 18px;
    }

        .modal-modern .modal-header h1 {
            font-size: 16px;
        }

            .modal-modern .modal-header h1 i {
                font-size: 18px;
            }

            .modal-modern .modal-header h1 small {
                font-size: 10px;
                padding: 2px 8px;
            }

    .modal-modern .modal-body {
        padding: 18px;
        max-height: 55vh;
    }

    .modal-modern .modal-footer {
        padding: 12px 18px;
        flex-direction: column-reverse;
    }

    .modern-form-group {
        flex-direction: column;
        gap: 8px;
        margin-bottom: 18px;
    }

        .modern-form-group .form-label {
            flex: auto;
            padding-top: 0;
        }

        .modern-form-group .form-field {
            width: 100%;
        }

    .modern-btn {
        width: 100%;
        justify-content: center;
    }


















    /* --------------------------------------------------------------------------------------------------------Icons Library------------------------------------------------------------------------------------------ */
    /* ============================================
   CUSTOM ICON LIBRARY — Full FA-style
   ============================================ */

    .ci {
        display: inline-block;
        width: 1em;
        height: 1em;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: middle;
        font-style: normal;
        line-height: 1;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        box-sizing: content-box;
    }

    /* ── Sizing ── */
    .ci-xs {
        font-size: 0.75em;
    }

    .ci-sm {
        font-size: 0.875em;
    }

    .ci-lg {
        font-size: 1.25em;
    }

    .ci-xl {
        font-size: 1.5em;
    }

    .ci-2x {
        font-size: 2em;
    }

    .ci-3x {
        font-size: 3em;
    }

    .ci-4x {
        font-size: 4em;
    }

    .ci-5x {
        font-size: 5em;
    }

    /* ── Fixed Width — like fa-fw ── */
    .ci-fw {
        width: 1.25em;
        text-align: center;
    }

    /* ── Spin — like fa-spin ── */
    .ci-spin {
        animation: ci-spin 1.5s linear infinite;
    }

    .ci-pulse {
        animation: ci-spin 1.5s steps(8) infinite;
    }

    @keyframes ci-spin {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /* ── Flip — like fa-flip-horizontal etc ── */
    .ci-flip-horizontal {
        transform: scaleX(-1);
    }

    .ci-flip-vertical {
        transform: scaleY(-1);
    }

    .ci-flip-both {
        transform: scale(-1);
    }

    /* ── Rotate — like fa-rotate-90 etc ── */
    .ci-rotate-90 {
        transform: rotate(90deg);
    }

    .ci-rotate-180 {
        transform: rotate(180deg);
    }

    .ci-rotate-270 {
        transform: rotate(270deg);
    }

    /* ── Pull left/right — like fa-pull-left ── */
    .ci-pull-left {
        float: left;
        margin-right: 0.3em;
    }

    .ci-pull-right {
        float: right;
        margin-left: 0.3em;
    }

    /* ── Border — like fa-border ── */
    .ci-border {
        border: 0.08em solid #eee;
        border-radius: 0.1em;
        padding: 0.2em 0.25em;
    }

    /* ── Stack — like fa-stack ── */
    .ci-stack {
        display: inline-block;
        position: relative;
        width: 2em;
        height: 2em;
        line-height: 2em;
        vertical-align: middle;
    }

        .ci-stack .ci {
            position: absolute;
            left: 0;
            right: 0;
            text-align: center;
        }

    .ci-stack-1x {
        font-size: 1em;
    }

    .ci-stack-2x {
        font-size: 2em;
    }

    /* ── Opacity helpers — like fa-inverse ── */
    .ci-inverse {
        filter: invert(1);
    }

    .ci-muted {
        opacity: 0.4;
    }

    /* ── Beat animation ── */
    .ci-beat {
        animation: ci-beat 1s ease infinite;
    }

    @keyframes ci-beat {
        0%, 90% {
            transform: scale(1);
        }

        45% {
            transform: scale(1.25);
        }
    }

    /* ── Fade animation ── */
    .ci-fade {
        animation: ci-fade 1s ease infinite;
    }

    @keyframes ci-fade {
        0%, 100% {
            opacity: 1;
        }

        50% {
            opacity: 0.2;
        }
    }

    /* ── Icon Definitions ── */
    .ci-drilling {
        background-image: url('/assets/icons/drilling.png');
    }

    .ci-utm {
        background-image: url('/assets/icons/utm.png');
    }

    .ci-hse {
        background-image: url('/assets/icons/hse.png');
    }

    .ci-mechanical {
        background-image: url('/assets/icons/mechanical.png');
    }

    .ci-electrical {
        background-image: url('/assets/icons/electrical.png');
    }

    .ci-mud-logging {
        background-image: url('/assets/icons/mud-logging.png');
    }

    .ci-inspection {
        background-image: url('/assets/icons/inspection.png');
    }

    .ci-rig {
        background-image: url('/assets/icons/rig.png');
    }

    .ci-default {
        background-image: url('/Content/images/cicons/ci-inspection.svg');
    }

    .ci-shadow-sm {
        filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.3));
    }

    .ci-shadow {
        filter: drop-shadow(2px 3px 4px rgba(0,0,0,0.4));
    }

    .ci-shadow-lg {
        filter: drop-shadow(3px 4px 8px rgba(0,0,0,0.5));
    }

    .ci-glow {
        filter: drop-shadow(0px 0px 6px #E8611A);
    }

    .ci-shadow-glow {
        filter: drop-shadow(2px 3px 4px rgba(0,0,0,0.4)) drop-shadow(0px 0px 8px #E8611A);
        );
    }

