﻿.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;
                
            }

/* 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-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-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;
    }*/

