.sidebar .nav-links li,
li,
ul {
    list-style: none;
}

    .sidebar .nav-links li a:hover,
    .table tbody tr:hover {
        background-image: linear-gradient(#fef9e3, #fef6d0, #fef8de);
    }

    .T-C,
    .card-BAClientMpgtableEQ .collapse table tr td:first-child,
    .card-BAClientMpgtableEQ .collapse table tr th:first-child,
    .loader-bg,
    .sidebar .logo-details i,
    .sidebar .nav-links li i,
    .slider-items,
    .star-links.open h4,
    .text-box_img,
    footer {
        text-align: center;
    }

*,
:after,
:before {
    box-sizing: border-box;
}

body {
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none;
}

form,
h1,
h2,
h3,
h4,
h5,
h6,
label,
p {
    margin-bottom: 0;
}

.ml10 {
    margin-left: 10px;
}

li,
ul {
    margin: 0;
    padding: 0;
}

input {
    cursor: pointer;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked),
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-size: 14px;
        color: #4e6381;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #4e6381;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label::before {
            border: 1px solid #eb6400;
        }

    #tab_Attachments .fa.fa-eye,
    .breadcrumb-item.active,
    .credential-box .fa-eye,
    .credential-box .fa-user-o,
    .fa-pencil-square-o,
    .fa-trash-o,
    .fa-info-circle,
    .slider-items:hover span,
    [type="checkbox"]:checked + label,
    [type="radio"]:checked + label {
        color: #eb6400;
    }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: "";
            width: 10px;
            height: 10px;
            background: #eb6400;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: 0.2s;
            transition: 0.2s;
        }

    [type="checkbox"]:not(:checked) + label:after,
    [type="radio"]:not(:checked) + label:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    [type="checkbox"]:checked + label:after,
    [type="radio"]:checked + label:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    [type="checkbox"]:checked + label,
    [type="checkbox"]:not(:checked) + label {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inherit;
        font-size: 14px;
        color: #4e6381;
    }

        [type="checkbox"]:checked + label:before,
        [type="checkbox"]:not(:checked) + label:before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 16px;
            height: 16px;
            border: 1px solid #4e6381;
            background-color: #fff;
            border-radius: 2px;
        }

        [type="checkbox"]:checked + label::before {
            background-color: #eb6400;
            font-weight: 400 !important;
            border: 1px solid #eb6400;
        }

        [type="checkbox"]:checked + label:after,
        [type="checkbox"]:not(:checked) + label:after {
            content: "\f00c";
            width: 12px;
            height: 12px;
            position: absolute;
            top: -1px;
            left: 3px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            font-family: FontAwesome;
            color: #fff;
            font-weight: lighter;
            font-size: 10px;
        }

.group_checkbox {
    display: flex;
}

    .group_checkbox [type="checkbox"]:checked + label,
    .group_checkbox [type="checkbox"]:not(:checked) + label {
        padding-left: 35px;
    }

        .group_checkbox [type="checkbox"]:checked + label:before,
        .group_checkbox [type="checkbox"]:not(:checked) + label:before {
            left: 10px;
        }

        .group_checkbox [type="checkbox"]:checked + label:after,
        .group_checkbox [type="checkbox"]:not(:checked) + label:after {
            left: 13px;
        }

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-button {
    background: #c9c9c9;
}

::-webkit-scrollbar-track-piece {
    background: #c9c9c9;
}

::-webkit-scrollbar-thumb {
    background: #ff8603;
    border-radius: 2px;
}

.table-responsive::-webkit-scrollbar-track {
    margin-top: 10px;
}

.table-responsive::-webkit-scrollbar-thumb {
    border-radius: 10px;
}

.table-responsive::-webkit-scrollbar-button {
    background: 0 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgb(138 138 138 / 8%);
}

.table tbody tr:hover {
    color: #c77405;
}

.table-hover_tbody_tr_focus {
    background-color: #fffa90 !important;
    border: 1px solid #fdf5ce !important;
}

header {
    background-color: #fcaf17;
    box-shadow: 0 6px 10px rgb(0 0 0 / 3%);
    position: relative;
    padding: 2px 0;
}

.credential-box {
    width: 672px;
    height: 380px;
    display: flex;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: drop-shadow(2.735px 6.444px 10.5px rgba(0, 0, 0, 0.14));
    border-radius: 10px;
    background-color: #fff;
}

.bottom-menu-list,
.fileUpload,
.form-group,
.img-magnifier-container,
.row,
.sidebar .nav-links li,
div.input-block {
    position: relative;
}

.logo-box {
    display: flex;
    align-items: center;
}

    .logo-box .login_text {
        font-size: 18px;
        font-weight: 600;
        font-style: italic;
        text-transform: uppercase;
        padding-left: 10px;
    }

.credential-box .img-box {
    background-image: linear-gradient(63deg, #ffc94f 0, #fded69 100%);
    border-radius: 10px 0 0 10px;
    padding: 65px;
}

.credential-box .text-box {
    margin: auto;
    padding: 25px 0;
    width: 40%;
}

.credential-box .login_text {
    font-size: 30px;
    font-weight: 600;
    color: #eb6400;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
}

.credential-box div.input-block {
    position: relative;
    margin-top: 30px;
}

.form-group {
    margin: 8px 0;
    margin-bottom: 0;
}

div.input-block {
    margin-top: 8px;
}

    div.input-block input {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, 0.32);
        border-radius: 4px;
        height: 48px;
        font-size: 14px;
        line-height: 20px;
        padding-left: 16px;
        color: #000;
        outline: 0;
    }

    div.input-block span.placeholder {
        position: absolute;
        color: #495057;
        display: flex;
        align-items: center;
        font-size: 13px;
        line-height: 20px;
        top: 50%;
        transform: translateY(-50%);
        left: 12px;
        transition: 0.2s;
        transform-origin: 0% 0%;
        background: 0 0;
        pointer-events: none;
    }

    div.input-block input:focus + span.placeholder,
    div.input-block input:valid + span.placeholder {
        transform: scale(1) translateY(-28px);
        background: #fff;
        padding: 0 4px;
        font-size: 11px;
    }

    div.input-block textarea:focus + span.placeholder,
    div.input-block textarea:valid + span.placeholder {
        transform: scale(1) translateY(-28px);
        background: #fff;
        padding: 0 4px;
        font-size: 11px;
    }

.credential-box div.input-block input:focus + span.placeholder,
.credential-boxdiv.input-block input:valid + span.placeholder {
    transform: scale(0.8) translateY(-40px);
    background: #fff;
    padding: 0 4px;
    font-size: inherit;
}

div.input-block input:focus {
    color: #000;
    border: 1px solid #333;
}

    div.input-block input:focus + span.placeholder {
        color: #000;
    }

.input-block .fa-lock,
.input-block .fa-user-o,
.input-block .fa.fa-eye {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}

.credential-box .text-box .input-block .fa.fa-eye {
    right: 14px;
}

.fileUpload input {
    line-height: normal;
}

input[type="file"]::file-selector-button {
    background-color: transparent;
    border: 1px solid #eb6400;
    transition: 1s;
    color: #eb6400;
    padding: 8px 12px 8px 27px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
}

.fileUpload .fa-upload {
    color: #eb6400;
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.Forgot-Password,
.Forgot-Password:active,
.Forgot-Password:focus,
.Forgot-Password:hover {
    color: #627ca0;
    text-decoration: underline;
}

.T-C,
.sidebar {
    position: fixed;
}

.Remember-password {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
}

.checkbox label {
    font-size: 13px;
    color: #212529;
    padding-top: 4px;
}

.Dashboard-header_top #Udetails,
.credential-box input[type="checkbox"]:checked + label {
    font-weight: 600;
}

.Forgot-Password {
    font-size: 13px;
    font-weight: 600;
}

.btn-box {
    display: flex;
    justify-content: right;
}

.sidebar .nav-links li:hover,
.sidebar .nav-links li:focus,
button.dt-button {
    background: inherit;
}

    .sidebar,
    button.dt-button:hover:not(.disabled) {
        background: #fff;
    }

.T-C,
.T-C a {
    font-size: 13px;
}

.dt-button .fa-file-excel-o {
    font-size: 14px;
    padding: 3px 4px;
}

.btn-primary,
button.dt-button {
    background: #ffffff;
    color: #eb6400;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid #eb6400;
    transition: 0.5s;
    font-weight: 400;
    text-align: center;
    cursor: pointer;
}

.btn-box .btn-primary {
    margin: 0 4px;
}

    .accordion .form-group,
    .btn-box .btn-primary:last-child {
        margin: 0;
    }

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:visited,
button.dt-button:active,
button.dt-button:focus,
button.dt-button:hover,
button.dt-button:visited {
    background: linear-gradient(120deg, #eb6400 15px, #eb6400 37%, #fcae16 99%) !important;
    color: #ffffff !important;
    border: 1px solid #eb6400 !important;
    transition: 0.5s;
    outline: 0;
    box-shadow: none !important;
}

.btn-primary.btn-secondary {
    background: #ffffff;
    border: 1px solid #6c757d;
    color: #6c757d !important;
}

    .btn-primary.btn-secondary:active,
    .btn-primary.btn-secondary:focus,
    .btn-primary.btn-secondary:hover,
    .btn-primary.btn-secondary:visited {
        background: #6c757d !important;
        border: 1px solid #6c757d !important;
        color: #ffffff !important;
    }

.btn.btn-primary .fa,
.topbtns .btn.btn-primary .fa {
    padding-right: 5px;
}

.btn-disabled {
    opacity: 0.7;
    cursor: not-allowed;
    pointer-events: none;
}

    .btn-disabled:focus,
    .btn-disabled:hover {
        background: linear-gradient(120deg, #eb6400 15px, #eb6400 37%, #fcae16 99%) !important;
        color: #fff !important;
        opacity: 0.7;
        cursor: not-allowed;
    }

.btn-primary.login-btn {
    width: 164px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    margin-top: 30px !important;
}

.T-C {
    margin-top: 32px;
    color: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom: 20px;
}

    .T-C span {
        vertical-align: middle;
        display: inline-block;
        padding-right: 3px;
    }

    .T-C a {
        opacity: 50%;
        color: #fff;
        text-decoration: underline;
    }

.sidebar {
    top: 0;
    left: 0;
    height: 100%;
    width: 235px;
    z-index: 101;
    box-shadow: 0 0 10px 4px rgb(0 0 0 / 7%);
}

    .sidebar.close {
        width: 50px;
        opacity: 1;
        box-shadow: rgb(0 0 0 / 20%) 0 3px 8px;
    }

    .sidebar .logo-details {
        height: 40px;
        width: 100%;
        display: flex;
        align-items: center;
        padding: 0 7px;
        border-bottom: 1px solid #dedede;
    }

.logo-details a {
    display: contents;
}

.sidebar .logo-details i {
    font-size: 30px;
    color: #fff;
    height: 50px;
    min-width: 75px;
    line-height: 50px;
}

.sidebar .logo-details .logo_name {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    transition: 0.3s 0.1s;
    padding-left: 5px;
}

.sidebar.close .logo-details .logo_name {
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links {
    height: 100%;
    padding: 0 0 150px;
    overflow: auto;
}

.sidebar.close .nav-links {
    overflow: visible;
}

.sidebar .nav-links::-webkit-scrollbar {
    display: none;
}

.sidebar .nav-links li .iocn-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#Modal_DISAuthorizeDetail .modal-footer,
.search-warp-top.open .input-close,
.sidebar.close .nav-links .subA i.arrow,
.sidebar.close .nav-links li .iocn-link {
    display: block;
}

.sidebar .nav-links li i {
    color: #4e6381;
    padding: 6px 16px;
    font-size: 16px;
    cursor: pointer;
    transition: 0.3s;
}

.sidebar .nav-links li .fa-id-badge {
    padding: 6px 19px;
}

.sidebar .nav-links li i.bxs-chevron-down {
    position: absolute;
    right: 10px;
    top: 0;
    padding: 6px 0;
}

.sidebar .nav-links li .showMenu i.arrow {
    transform: rotate(-180deg);
}

#Tbl_traderreport_wrapper .dataTables_length,
#Tbl_traderreport_wrapper .pagination-dt-show-enter,
#toltip-box,
.Dashboard-header-left marquee,
.Nodisplay,
.bottom-menu input[type="checkbox"],
.bottom-menu input[type="checkbox"]:checked ~ .remove-check,
.input-close,
.sidebar .nav-links li .sub-menu .link_name,
.sidebar.close .nav-links i.arrow,
.sidebar.close .profile-details .job,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details i {
    display: none;
}

.sidebar .nav-links li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    width: 100%;
}

.libreadcumfirst,
.sidebar .profile-details,
.sidebar .profile-details .profile-content {
    align-items: center;
    display: flex;
}

.sidebar .nav-links li a .link_name {
    font-size: 14px;
    font-weight: 400;
    color: #414141;
}

.sidebar.close .nav-links li a .link_name {
    opacity: 0;
    pointer-events: none;
}

.sidebar .nav-links li .sub-menu {
    padding: 6px 0 0;
    margin-top: -10px;
    color: #414141;
    font-weight: 400;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
    display: none;
}

.sidebar .nav-links li .showMenu ~ .sub-menu {
    display: block;
    background-color: #fff;
}

.sidebar.close .nav-links li .sub-menu {
    box-shadow: rgb(0 0 0 / 20%) 0 3px 8px;
    border: 1px solid #ededed;
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 0;
    border-radius: 0 10px 10px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: none;
    background-color: #fff;
}

.sidebar .nav-links li .sub-menu a {
    color: #414141;
    font-size: 13px;
    padding: 5px 0 5px 45px;
    white-space: nowrap;
    width: 100%;
}

.sidebar .nav-links li a:hover {
    font-size: 15px;
}

.fa-caret-right {
    position: absolute;
    top: 2px;
    left: 20px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover,
.sidebar .nav-links li .sub-menu a:hover {
    opacity: 1;
}

.sidebar.close .nav-links li:hover .sub-menu,
.sidebar.close .nav-links li:focus .sub-menu {
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.4s ease;
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 200px;
    overflow-y: auto;
}
 .sub-menu ::-webkit-scrollbar {
    width: 10px;
}

.sidebar.close .nav-links li .sub-menu .link_name {
    font-size: 13px;
    opacity: 1;
    display: block;
    padding: 4px 20px;
    font-weight: 600;
}

.sidebar .nav-links li .sub-menu.blank {
    opacity: 1;
    pointer-events: auto;
    padding: 3px 0;
    opacity: 0;
    pointer-events: none;
    background-color: #fff;
}

.All_modal,
.sidebar .nav-links li:hover .sub-menu.blank {
    top: 50%;
    transform: translateY(-50%);
}

.sidebar .profile-details {
    position: fixed;
    bottom: 0;
    width: 235px;
    justify-content: space-between;
    background: #1d1b31;
    padding: 12px 0;
}

.sidebar.close .profile-details {
    background: 0 0;
    width: 75px;
}

.sidebar .profile-details img {
    height: 52px;
    width: 52px;
    object-fit: cover;
    border-radius: 16px;
    margin: 0 14px 0 12px;
    background: #1d1b31;
}

.sidebar.close .profile-details img {
    padding: 10px;
}

.sidebar .profile-details .job,
.sidebar .profile-details .profile_name {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar .profile-details .job {
    font-size: 12px;
}

.home-section {
    position: relative;
    background: #fff;
    left: 235px;
    width: calc(100% - 235px);
    transition: 0.5s;
}

.sidebar.close ~ .home-section {
    left: 50px;
    width: calc(100% - 50px);
}

.home-section .home-content {
    height: 60px;
    display: flex;
    align-items: center;
}

    .home-section .home-content .bx-menu,
    .home-section .home-content .text {
        color: #11101d;
        font-size: 35px;
    }

    .home-section .home-content .bx-menu {
        margin: 0 15px;
        cursor: pointer;
    }

    .home-section .home-content .text {
        font-size: 26px;
        font-weight: 600;
    }

.switch-box {
    padding: 10px 12px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 52px;
    height: 24px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #b9b9b9;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background: #fff;
        box-shadow: 2px 0 4px rgba(0, 0, 0, 0.48);
        -webkit-transition: 0.4s;
        transition: 0.4s;
    }

.sidebar .nav-links .fa-angle-down.arrow,
.sidebar.close .nav-links .subA .fa-angle-down.arrow {
    position: absolute;
    right: 0;
    font-weight: 600;
}

input:checked + .slider {
    background-color: #fcaf17;
}

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.Dashboard-header {
    background-color: #fff;
    position: fixed;
    top: 0;
    width: inherit;
    z-index: 100;
    box-shadow: 0 2px 3px rgb(220 220 220 / 81%);
}

.Dashboard-header_top {
    display: flex;
    justify-content: space-between;
    padding: 5px 8px;
    align-items: center !important;
    background: linear-gradient(120deg, #eb6400 15px, #eb6400 37%, #fcae16 99%) !important;
    color: #fff;
}

.Dashboard-header-left {
    display: flex;
    flex-direction: column;
}

    .Dashboard-header-left marquee,
    .Dashboard-header-left p {
        font-size: 13px;
    }

.Dashboard-header-right ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .Dashboard-header-right ul li {
        padding: 0 5px;
        position: relative;
    }

        .Dashboard-header-right ul li a:last-child,
        .Dashboard-header-right ul li:last-child {
            padding-right: 0;
        }

        .Dashboard-header-right ul li a {
            padding: 0 8px;
            color: #fff;
            transition: 0.5s;
        }

            .Dashboard-header-right ul li a:hover {
                color: #000;
                transition: 0.5s;
            }

.search-btn {
    color: #fff !important;
    background-color: #be2d2d;
    border-color: #be2d2d;
    -webkit-box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    padding: 8px 10px !important;
    border-radius: 5px;
}

.inputText.Search-box {
    height: 32px;
    border: 1px solid #627ca0;
    border-radius: 5px 0 0 5px;
    padding-left: 15px;
    font-size: 14px;
    border-right: none;
}

.bottom-menu label,
.bottom-menu-list .fa {
    color: #fff !important;
    width: 40px;
    height: 40px;
    padding: 5px;
}

.inputText.Search-box:focus,
.inputText.Search-box:focus-visible {
    color: #495057;
    background-color: #fff;
    border: 1px solid #627ca0;
    border-right: none;
    outline: -webkit-focus-ring-color auto 0;
}

.search-warp-top {
    position: absolute;
    right: 38px;
    top: -5px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 2%), 0 1px 2px rgb(0 0 0 / 10%);
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

    .search-warp-top.open,
    .star-links.open {
        visibility: visible;
        opacity: 1;
        transition: 0.5s;
    }

.bottom-menu {
    position: fixed;
    bottom: 50px;
    right: 50px;
    cursor: pointer;
    z-index: 999999;
}

    .bottom-menu label {
        display: inline-block;
        background: #627ca0;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        cursor: pointer;
    }

.fa-th {
    line-height: normal;
    color: #fff;
}

.accoridain-custom .form-group,
.bottom-menu div.input-block div.input-block input,
.cutom-filter-accordian .col-form-label {
    margin-top: 0;
}

.bottom-menu div.input-block input {
    height: 40px;
}

.bottom-menu input[type="checkbox"]:checked ~ #toltip-box {
    display: block;
    position: absolute;
    left: 0;
    top: -140px;
    border: none;
}

.bottom-menu-list .fa {
    background: #b4b4b4;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 0;
}

.main-section {
    padding: 0 15px;
    margin-top: 90px;
    height: calc(100% - 90px);
    overflow: hidden;
    overflow-y: auto;
}

.top-section {
    display: flex;
    justify-content: right;
    align-items: center;
    padding: 40px 0;
}

.svg-wrap {
    display: flex;
    align-items: center;
    padding: 0 20px;
    border-right: 1px solid #dedede;
}

    .svg-wrap:first-child {
        padding-left: 0;
    }

    .svg-wrap:last-child {
        border-right: none;
        padding-right: 0;
    }

.svg-box {
    padding-right: 8px;
}

.svg-info p {
    font-size: 12px;
    color: #666;
}

.svg-info span {
    font-size: 17px;
    font-weight: 700;
}

.color-bule,
.color-danger {
    color: #2196f3;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.color-danger {
    color: #be2d2d;
}

.sidebar .nav-links li .iocn-link:hover {
    color: #ff000000;
}

.inner-submenu {
    display: none;
    padding-left: 15px;
    background-color: #fff;
}

.accordion .card,
.breadcrumb {
    background-color: transparent;
}

.sidebar.close .nav-links li .sub-menu a {
    padding-left: 20px;
    padding-right: 20px;
}

.switch-page .sidebar .nav-links li .showMenu li .subA .bxs-chevron-down {
    transform: rotate(-180deg);
    font-size: 40px;
}

.sidebar .nav-links .inner-submenu i.fa-caret-right {
    font-size: 12px !important;
    top: 8px;
    left: 45px;
    padding: 0;
}

.sidebar .nav-links li .inner-submenu a {
    padding-left: 60px;
}

.sidebar .nav-links li i.fa-caret-right .sidebar .nav-links li .inner-submenu a .fa-caret-right {
    left: 60px;
}

.sidebar.close .nav-links li i.fa-caret-right {
    font-size: 12px !important;
    top: 5px;
    left: 7px;
    padding: 0;
}

.sidebar.close .nav-links li .inner-submenu a {
    padding-left: 30px;
    padding-right: 20px;
}

    .sidebar.close .nav-links li .inner-submenu a > .switch-page {
        padding-left: 40px;
    }

.sidebar.close .nav-links li .inner-submenu i.fa-caret-right {
    left: 20px;
}

.breadcrumb {
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-item a {
    font-size: 12px;
    color: #495057;
}

.breadcrumb-list .breadcrumb-item {
    font-size: 11px;
}

.libreadcumfirst i.fa.fa-star-o {
    color: #eb6400;
    font-size: 20px;
    padding-right: 8px;
}

.accordion h5 {
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 12px 20px;
}

    .accordion h5.collapsed .fa-angle-down {
        transform: rotate(0);
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 20px;
    }

    .accordion h5 .fa-angle-down {
        transform: rotate(180deg);
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 20px;
    }

.accordion .card {
    border: none;
    margin-top: 10px;
}

.accordion .card-header {
    border: none;
    background-color: #fff;
    border-radius: 8px;
    padding: 0;
    font-size: 16px;
}

.accordion .checkbox label,
.accordion .form-control,
.accordion .radio label {
    font-size: 14px;
    color: #4e6381;
}

.accordion .card-body {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 10px;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 8px;
}

.accordion .form-control {
    height: 36px;
}

    .accordion .form-control:focus {
        box-shadow: none;
        border-color: #2196f3;
    }

.accordion input[type="checkbox"]:checked + label {
    font-weight: 400;
}

.accordion .input-label,
.accordion .select-label {
    position: absolute;
    background-color: #fff;
    padding: 0 2px;
    left: 9px;
    top: -8px;
    font-size: 12px;
}

.accordion .select-label {
    z-index: 1;
    left: 20px;
}

.table {
    margin-top: 16px;
}

.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-dropdown,
.table-bordered thead td,
.table-bordered thead th {
    border: 1px solid #dedede;
}

.table td,
.table th {
    padding: 3px 7px;
    font-size: 13px;
    border-color: #ababab;
    vertical-align: middle;
}

.select2 {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    height: 30px;
    border: 1px solid #dedede;
}

    .select2-container--default .select2-selection--single:active,
    .select2-container--default .select2-selection--single:focus,
    .select2-container--default .select2-selection--single:focus-visible {
        border-color: #fcae16;
        outline: none;
    }

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px 12px;
    font-size: 12px;
    color: #4e6381;
    line-height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 8px;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible {
    border: 1px solid #dedede;
    outline: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field::after {
    position: absolute;
    content: "1";
    display: block;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fef6d0;
    color: #c77405;
}

.select2-container--default .select2-results__option--selected {
    background-color: #fef6d0;
}

.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_length,
.select2-results__option--selectable {
    font-size: 12px;
}

.search-warp-top .select2-container--default .select2-selection--single {
    width: 200px;
    height: 30px;
    border-radius: 4px 0 0 4px;
}

    .search-warp-top .select2-container--default .select2-selection--single:active,
    .search-warp-top .select2-container--default .select2-selection--single:focus,
    .search-warp-top .select2-container--default .select2-selection--single:focus-visible {
        border-color: #dedede;
    }

.search-warp-top .select2-container {
    width: inherit !important;
}

@media screen and (max-width: 992px) {
    .Dashboard-header {
        justify-content: flex-end;
    }

    .Dashboard-header-left {
        display: none;
    }

    .select2-container {
        width: inherit !important;
    }
}

@media screen and (max-width: 767px) {
    .credential-box {
        flex-flow: column;
        width: 90%;
        margin-top: 120px;
    }

    .img-box {
        text-align: center;
        padding: 20px 0;
        border-radius: 10px;
        display: none;
    }

    .credential-box .text-box {
        width: 80%;
        padding: 0;
    }

    div.input-block:first-child {
        margin-top: 0;
    }

    .btn-primary {
        width: 100%;
    }

    .accordion .card-body {
        padding: 0;
    }

    .my-3 {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .accordion .form-group .input-label {
        top: -8px !important;
    }
}

@media screen and (max-width: 375px) {
    .Dashboard-header-right ul li {
        padding: 0 3px;
    }

    .search-btn {
        background-color: transparent;
        color: #eb6400 !important;
    }
}

.loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

@keyframes ldio-zgjv7s2evi {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.ldio-zgjv7s2evi div {
    box-sizing: border-box !important;
    box-sizing: content-box;
}

.ldio-zgjv7s2evi > div {
    position: absolute;
    width: 56.56px;
    height: 56.56px;
    top: 22.22px;
    left: 22.22px;
    border-radius: 50%;
    border: 6.0600000000000005px solid #000;
    border-color: #e15b64 transparent;
    animation: 1.3s linear infinite ldio-zgjv7s2evi;
}

    .ldio-zgjv7s2evi > div:nth-child(2),
    .ldio-zgjv7s2evi > div:nth-child(4) {
        width: 42.42px;
        height: 42.42px;
        top: 29.29px;
        left: 29.29px;
        animation: 1.3s linear infinite reverse ldio-zgjv7s2evi;
    }

    .ldio-zgjv7s2evi > div:nth-child(2) {
        border-color: transparent #f8b26a;
    }

    .ldio-zgjv7s2evi > div:nth-child(3),
    .ldio-zgjv7s2evi > div:nth-child(4) {
        border-color: transparent;
    }

        .ldio-zgjv7s2evi > div:nth-child(3) div,
        .ldio-zgjv7s2evi > div:nth-child(4) div {
            position: absolute;
            width: 100%;
            height: 100%;
            transform: rotate(45deg);
        }

            .ldio-zgjv7s2evi > div:nth-child(3) div:after,
            .ldio-zgjv7s2evi > div:nth-child(3) div:before {
                content: "";
                display: block;
                position: absolute;
                width: 6.0600000000000005px;
                height: 6.0600000000000005px;
                top: -6.0600000000000005px;
                left: 19.19px;
                background: #e15b64;
                border-radius: 50%;
                box-shadow: 0 50.5px 0 0 #e15b64;
            }

            .ldio-zgjv7s2evi > div:nth-child(3) div:after {
                left: -6.0600000000000005px;
                top: 19.19px;
                box-shadow: 50.5px 0 0 0 #e15b64;
            }

            .ldio-zgjv7s2evi > div:nth-child(4) div:after,
            .ldio-zgjv7s2evi > div:nth-child(4) div:before {
                content: "";
                display: block;
                position: absolute;
                width: 6.0600000000000005px;
                height: 6.0600000000000005px;
                top: -6.0600000000000005px;
                left: 12.120000000000001px;
                background: #f8b26a;
                border-radius: 50%;
                box-shadow: 0 36.36px 0 0 #f8b26a;
            }

            .ldio-zgjv7s2evi > div:nth-child(4) div:after {
                left: -6.0600000000000005px;
                top: 12.120000000000001px;
                box-shadow: 36.36px 0 0 0 #f8b26a;
            }

.loadingio-spinner-double-ring-4g49lkdufb6 {
    width: 101px;
    height: 101px;
    display: inline-block;
    overflow: hidden;
    background: 0 0;
}

.ldio-zgjv7s2evi {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
}

.loading-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 34px);
    color: #fff;
    z-index: 999999;
}

.input-label {
    position: absolute;
    top: -7px;
    left: 10px;
    font-size: 11px;
    background-color: #fff;
    padding: 0 2px;
    color: #4e6381;
    z-index: 1;
}

.input-label-disabled {
}

.form-control:disabled,
.form-control:disabled {
    background-color: #f0f0f0 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #f0f0f0 !important;
}

.parsley-custom-error-message,
.parsley-equalto,
.parsley-mincheck,
.parsley-pattern,
.parsley-required,
.parsley-length {
    color: red !important;
    font-size: 12px !important;
    margin-top: 0;
}

.sidebar.close .nav-links li .sub-menu .link_name:hover {
    background-color: inherit;
    cursor: default;
}

.req {
    color: red;
    background: #ffff;
}

.pagination .active a {
    background: linear-gradient(120deg, #eb6400 15px, #eb6400 37%, #fcae16 99%) !important;
    color: #fff;
}

#MainDiv .form-control {
    font-size: 12px;
    color: #000;
    height: 30px;
}

    #MainDiv .form-control:focus {
        border-color: #fcae16;
        box-shadow: none;
    }

#MainDiv select.form-control {
    padding: 0 8px;
}

.page-link {
    padding: 5px 10px;
}

.pagination-toalrow {
    display: flex;
    align-self: center;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.All_modal .img_box,
.btn-action:before,
.modal-header,
.slick-slide img {
    display: inline-block;
}

.filter-btn {
    padding: 10px 20px;
}

.accoridain-custom {
    background-color: #e6e6e6;
    margin: 8px 0;
}

.col-form-label {
    padding: 0;
    margin: 8px 15px 0;
    font-size: 15px;
}

#Tbl_BA_Client_MpgEQ_wrapper.dataTables_wrapper,
.dataTables_wrapper {
    height: auto;
}

.dataTables_wrapper_fixed_height {
    height: 450px;
}

table.dataTable tbody td,
table.dataTable tbody th {
    white-space: nowrap;
    padding: 4px 7px !important;
    font-size: 12px;
    border: 1px solid #ababab;
    border-bottom: none;
    border-right: none;
}

table.dataTable thead th {
    white-space: nowrap;
    padding: 8px 7px !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 1;
    border: 1px solid #ababab;
    border-bottom: none;
    border-right: none;
    background-color: #ffebd8 !important;
    font-size: 14px;
}

.custom-accordian.card,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link,
.table-bordered {
    border: none;
}

table.dataTable.no-footer {
    border-right: 1px solid #ababab;
}

.pagination-dt-show-enter {
    margin-bottom: 5px;
}

.All_modal .modal-body,
.All_modal .modal-header,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    padding-top: 0;
}

.accordian-card-header {
    height: 40px !important;
    cursor: pointer;
    background-color: rgb(255 134 3 / 78%);
}

.individual-nav-click.used {
    opacity: 1 !important;
    background: #e2e2e269;
    border: 1px solid #e2e2e269 !important;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #ffa03a;
    border-color: #ffa03a;
    box-shadow: 3px 0 7px 0;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 30%);
}

    .nav-tabs .nav-item.show .nav-link,
    .nav-tabs .nav-link.active:hover {
        color: #fff;
    }

.custom-accordian .accordian-card-header {
    background-color: rgb(250 163 19 / 20%);
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    padding: 9px 20px;
    position: relative;
    border: 1px solid #dedede;
}

.custom-accordian .card-body {
    padding: 10px;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    border: 1px solid #dedede;
    border-top: none;
}

.fa-chevron-circle-up {
    position: absolute;
    right: 20px;
    top: 13px;
}

.accordian-card-header.collapsed .fa-chevron-circle-up {
    transform: rotate(180deg);
}

legend {
    font-size: 14px;
    padding: 0 4px;
    font-weight: 600;
    margin-left: 8px;
}

fieldset {
    border-radius: 4px;
    padding: 0 10px 10px;
}

.fatcafieldset legend {
    margin-bottom: 0;
}

.fatcafieldset .fatcalbl {
    width: 417px;
    font-size: 15px;
}

.fatcafieldset .form-group {
    margin: 4px 0;
}

.slider-head {
    font-size: 22px;
    font-weight: 500;
    margin-left: 15px;
}

.btn-add-nomiee,
.btn-delete-icon {
    z-index: 999;
    font-size: 14px;
    position: absolute;
}

.slider-items {
    margin: 10px 10px 20px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 20%) 0 3px 8px;
    border-radius: 8px;
    padding: 10px;
    cursor: pointer;
    border: 1px solid #dedede;
    transition: 0.6s;
}

.slick-slide {
    height: inherit;
}

.slider-items:hover {
    box-shadow: 0 0 20px rgba(0 0 0 / 20%);
    transition: 0.6s;
    transform: translateY(-4px);
}

.slider-items i {
    color: #eb6400;
    font-size: 45px;
}

.slider-items p {
    font-size: 18px;
    color: #222023;
    font-weight: 400;
    position: relative;
    text-transform: capitalize;
    padding-top: 5px;
    margin-bottom: 3px;
}

    .slider-items p:after {
        content: "";
        display: block;
        margin: 0 auto;
        width: 20%;
        border-bottom: 2px solid #f0870b;
    }

.slider-items span {
    font-size: 24px;
}

.slick-prev {
    left: inherit;
    right: 18px !important;
}

.slick-next,
.slick-prev {
    top: inherit;
    bottom: -10px;
    right: 0;
}

.btn-add-nomiee {
    right: 45px;
    top: 15px;
    color: #000;
}

.card-body {
    padding: 5px 15px 10px;
}

.OTP-BTN {
    position: absolute;
    right: 0;
    top: 0;
    padding: 4px 8px;
    border-radius: 0 4px 4px 0;
    background: #fff;
    color: #eb6400;
}

    .OTP-BTN:hover,
    .topbtns .btn-primary:hover {
        background: linear-gradient(120deg, #eb6400 15px, #eb6400 37%, #fcae16 99%) !important;
        color: #fff !important;
    }

.btn-Verify,
.btn-Verify:focus,
.btn-Verify:hover,
.btn-Verify:visited {
    background-color: green;
    color: #fff;
    border-color: green;
}

.OTP-BTN.btn-search i {
    padding: 3px 5px;
}

.btn-delete-icon {
    right: 45px;
    top: 14px;
    color: #000;
}

.title-modal {
    font-size: 20px;
}

.subtitle-modal {
    font-size: 18px;
    padding-left: 15px;
    padding-top: 6px;
}

.modal {
    padding-right: 0 !important;
}

.modal-bg {
    background-color: rgb(0 0 0 / 50%);
}

#Modal_SignDetails,
#Modal_btnRejectionDetail {
    background-color: rgb(0 0 0 / 50%);
}

.btn-add {
    padding: 4px 8px;
}

.filter-btn {
    font-size: 20px;
    color: #eb6400;
}

.modal-content {
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 6%) 2px 8px 18px;
}

.modal-header {
    padding: 0;
    border-radius: 0;
    border: none;
}

    .modal-header .close {
        padding: 10px 10px 0 0;
        margin: 0;
        font-weight: 500;
        font-size: 28px;
        line-height: 14px;
        outline: 0;
    }

#BA_Broker_Mpg_modal_schemesel .modal-body,
#BA_Client_Mpg_modal_schemesel .modal-body {
    padding: 6px 16px;
}

#BA_Broker_Mpg_modal_schemesel #Tbl_BA_Broker_paginationsegment_wrapper input,
#BA_Client_Mpg_modal_schemesel #Tbl_BAClient_schemesel input {
    width: 100%;
}

#star {
    top: 12px;
    left: inherit;
}

    #star .modal-content {
        border-radius: 0 0 10px 10px;
    }

@media screen and (min-width: 576px) {
    .All_modal .modal-dialog {
        max-width: 350px;
    }
}

.All_modal .btn-primary {
    min-width: 90px;
}

.All_modal .topbtns .btn-primary {
    padding: 6px;
}

.All_modal .info_box {
    padding: 12px 0;
    height: 75px;
    overflow: hidden;
    overflow-y: auto;
}

.All_modal .img_box i {
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    text-shadow: 3px 3px #000;
}

.All_modal .img_box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 37%) 2px 3px 5px;
}

#success .img_box {
    background-color: #148114;
}

#Error .img_box {
    background-color: #f44336;
}

#Info .img_box {
    background-color: #2196f3;
}

#Confirmation .img_box {
    background-color: #eb6400;
}

#div-document-upload fieldset {
    margin-bottom: 8px;
}

.nav-home {
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 8px;
}

.btn-action:before {
    width: 1.5px;
    height: 25px;
    content: "";
    background-color: #ababab;
    position: absolute;
}

.topbtns .btn-primary {
    font-size: 14px;
    padding: 1px 6px;
    border-radius: 4px;
    background: 0 0;
    color: #eb6400;
    text-transform: capitalize;
    margin: 0 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 3px 10px;
    display: inline-block;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #ababab;
    border-right: none;
    border-radius: 0;
    margin-left: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.current,
    .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
        background: #fcaf17;
        border: 1px solid #ababab;
        border-right: none;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
        background: #e9ecef;
        color: inherit !important;
        border: 1px solid #ababab;
        border-right: none;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
        border: 1px solid #ababab;
        border-right: none;
    }

.paginate_button.next {
    border-right: 1px solid #ababab !important;
}

.dt-custom-btn {
    justify-content: flex-end;
    margin-right: -3px;
}

.help-tool {
    position: absolute;
    top: 0;
    z-index: 1;
    right: 8px;
    background: #fff;
    height: 17px;
}

.Segment_Details ul li ul {
    display: flex;
    width: 100%;
}

    .Segment_Details ul li ul li {
        padding: 4px 10px;
        width: 20%;
    }

.cutom-filter-accordian {
    background: #ffebd8;
    padding: 5px 5px 10px;
    margin: auto auto 14px;
    border: 1px solid #ababab;
}

.toggle_info > div {
    border: 1px solid #ababab;
    border-radius: 8px;
    padding: 10px;
    height: 150px;
    display: flex;
}

#toggle_show.left_active .toggle_info_left,
#toggle_show.right_active .toggle_info_right {
    flex: 0 0 100%;
    max-width: 100%;
    transition: 0.2s;
}

#toggle_show.left_active .toggle_info_right,
#toggle_show.right_active .toggle_info_left {
    display: none;
    transition: 0.2s;
}

small.text-info {
    color: #b5b5b5 !important;
    font-size: 11px;
    padding-left: 5px;
}

.Rejection_note {
    background-color: #ffebd8;
    padding: 8px;
    display: block;
}

.star-links,
footer {
    padding: 6px;
    font-size: 14px;
}

#Modal_DISAuthorizeDetail .modal-lg {
    width: 90%;
    max-width: 90%;
}

.DetailsIA ul {
    padding: 8px;
}

    .DetailsIA ul li {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

        .DetailsIA ul li span {
            font-size: 12px;
            width: 100px;
        }

#Modal_DISAuthorizeDetail .modal-lg .modal-footer .row {
    align-items: center;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    width: 100px;
    height: 100px;
}

footer {
    background-color: #787878;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    color: #dcdcdc;
}

    footer a {
        color: inherit;
    }

        footer a:hover {
            color: rgb(219 219 219 / 70%);
        }

.input-checkbox [type="checkbox"]:checked + label:before,
.input-checkbox [type="checkbox"]:not(:checked) + label:before {
    left: 4px;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translateY(4px);
}

.input-checkbox [type="checkbox"]:checked + label:after,
.input-checkbox [type="checkbox"]:not(:checked) + label:after {
    top: 6px;
    left: 10px;
    font-size: 14px;
}

.input-checkbox [type="checkbox"]:not(:checked) + label:before {
    border: 1px solid #ababab;
}

div.input-block.input-checkbox span.placeholder {
    left: 35px;
}

#MainDiv .input-checkbox .form-control {
    padding-left: 38px;
}

.border-req {
    border-color: red !important;
}

.text-box_img {
    padding-bottom: 6px;
}

    .text-box_img img {
        width: 70%;
    }

.display-card {
    display: flex;
    justify-content: space-around;
}

    .display-card .card {
        width: calc(25% - 10px);
        padding: 5px;
    }

    .display-card .lblLeft {
        width: 120px;
        font-size: 12px;
        font-weight: 700;
    }

    .display-card .lblRight {
        font-size: 12px;
        color: #eb6400;
        font-weight: 700;
    }

.star-links {
    position: absolute;
    right: -27px;
    top: 32px;
    font-weight: 400;
    border-radius: 0 0 6px 6px;
    box-shadow: rgb(0 0 0 / 20%) 0 3px 8px;
    background-color: #fff;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}

.Dashboard-header-right ul li .star-links p a {
    color: #4e6381;
    display: block;
    white-space: nowrap;
    transition: 0.5s;
}

    .Dashboard-header-right ul li .star-links p a:hover {
        color: #eb6400;
        transition: 0.5s;
    }

.star-links.open h4 {
    color: #424242;
    font-size: 14px;
    border-bottom: 1px solid #ababab;
    padding: 4px 0;
    margin-bottom: 6px;
    white-space: nowrap;
    font-weight: 600;
}

#tab_Attachments .fa {
    font-size: 18px;
    padding: 0 2px;
}

.productTypeCheckBox {
    padding-left: 0;
    display: flex;
    align-items: center;
}

.chkbox-acordian-head {
    position: absolute;
    top: 10px;
    z-index: 1;
}

/*.btn-body-primary {
    background: #fff;
    color: #eb6400;
    cursor: pointer
}

.btn-body-secondary {
    background: #fff;
    color: #6c757d;
    cursor: pointer;
    padding: 6px 10px;
    border: 1px solid #6c757d;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    border-radius: 6px
}*/
#tbl_CommonApprovalData td:first-child,
#tbl_CommonApprovalData th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    background-color: white;
}

#tbl_CommonApprovalData td:nth-child(2),
#tbl_CommonApprovalData thead th:nth-child(2) {
    position: sticky;
    left: 59px;
    z-index: 3;
    background-color: white;
}

#tbl_CommonApprovalData td:nth-child(3),
#tbl_CommonApprovalData thead th:nth-child(3) {
    position: sticky;
    left: 88px;
    z-index: 3;
    background-color: white;
}

input[type="checkbox"]:disabled + label:before {
    border-color: grey;
    color: grey;
    background: linear-gradient(to top, grey 0px, #fff 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.modal-overflow {
    overflow: hidden;
    overflow-x: auto;
}

/*atul*/
div.input-block input:disabled + span.placeholder {
    transform: scale(1) translateY(-28px);
    background: #fff;
    padding: 0 4px;
    font-size: 11px;
}

/*atul*/

.align-items {
    align-items: center;
}

.bluecolor {
    color: #007bff;
}

.orangecolor {
    color: #eb6400;
}

.photo_data {
    box-shadow: 0 4px 15px #dddddd;
    height: 500px;
    overflow-y: auto;
}

#client_photo {
    border: 1px solid #ababab;
    border-radius: 4px;
}

    #client_photo img {
        border-radius: 4px;
        width: 100%;
    }

#Div_Client_Info div {
    border: 1px solid #ababab;
    border-radius: 4px;
}

.client-info-head {
    border-bottom: 1px solid #ababab;
    padding: 4px;
    background-color: #ffebd8;
    font-size: 13px;
    border-radius: 4px 4px 0 0;
}

.client-info-body {
    font-size: 12px;
    font-weight: 600;
    padding: 4px;
}

#Div_Client_Info {
    margin-bottom: 10px;
}

.clien_info_table ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
}

.clien_info_table li {
    border-right: 1px solid #525252;
    width: 20%;
}

    .clien_info_table li:nth-child(5n + 1) {
        border-left: 1px solid #525252;
    }

    .clien_info_table li:first-child {
        border-left: 1px solid #525252;
    }

    .clien_info_table li .clien_table_head {
        background-color: #cfd8e2;
        display: block;
        padding: 4px 7px;
        font-size: 13px;
        font-weight: 600;
        border-bottom: 1px solid #525252;
        border-top: 1px solid #525252;
    }

    .clien_info_table li .clien_table_body {
        display: block;
        padding: 8px 7px;
        font-size: 12px;
        background-color: rgb(138 138 138 / 7%);
        border-top: 1px solid #dedede;
        height: 35px;
        border-bottom: 1px solid #525252;
    }

.orange-border .form-control {
    color: #fcae16 !important;
    border-color: #fcae16 !important;
}

.green-border .form-control {
    color: green !important;
    border-color: green !important;
}

.red-border .form-control {
    color: red !important;
    border-color: red !important;
}

.col-controls .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
}

.col-controls .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 2px;
}

.span-docLabel {
    font-size: 9px;
}

.select2-results__option--selectable {
    font-size: 12px;
}

.disabled_check {
    cursor: no-drop;
}

.scrollit {
    overflow-y: scroll;
    height: 350px;
    width: 10px;
}

.slider-group {
    justify-content: center;
}

    .slider-group .slider-items {
        padding: 20px;
    }

        .slider-group .slider-items p {
            padding: 10px 0;
        }

/* added by Atul*/
.Dashboard-header-center {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-left: 25px;
}

    .Dashboard-header-center marquee {
        display: inline;
        width: 75%;
    }

.modal-animation-bottom .modal-dialog {
    transform: translateY(100%) !important;
    transition: transform 0.3s ease-out !important;
}

.modal-animation-bottom.show .modal-dialog {
    transform: translateY(0) !important;
}

.modal-animation-top .modal-dialog {
    transform: translateY(-100%) !important;
    transition: transform 0.3s ease-out !important;
}

.modal-animation-top.show .modal-dialog {
    transform: translateY(0) !important;
}

.modal-animation-left .modal-dialog {
    transform: translateX(-100%) !important;
    transition: transform 0.3s ease-out !important;
}

.modal-animation-left.show .modal-dialog {
    transform: translateX(0) !important;
}

.modal-animation-right .modal-dialog {
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-out !important;
}

.modal-animation-right.show .modal-dialog {
    transform: translateX(0) !important;
}

#Notification {
    overflow-y: hidden !important;
}

    #Notification .img_box {
        background-color: #f44336;
    }

        #Notification .img_box p {
            overflow-y: auto;
            max-height: 100px;
            padding-right: 10px;
        }

#ForgotPass .img_box {
    background-color: #eb6400;
}

.form-control,
select,
.select2,
.select2 li {
    text-transform: uppercase;
}

.thanth {
    display: flex;
}

    .thanth input.form-control {
        border-left: none;
        border-radius: 0 4px 4px 0;
    }

    .thanth .input-label {
        z-index: 99;
    }

.bg-cutom-name-per {
    padding: 9px;
}

.form-control.buttons {
    background-color: #ffffff;
    color: #454545;
    border-radius: 4px;
    font-weight: 400;
    text-transform: capitalize;
    width: 150px;
    border: 1px solid #ced4da;
    height: 30px !important;
    font-size: 12px;
    padding: 6px;
    padding-top: 8px;
}

.Dashboard-header-center input::placeholder {
    color: #454545;
    font-size: 14px;
}

.search-buttons {
    display: flex;
    align-items: center;
}

.form-control.buttons:focus {
    box-shadow: none;
}

.Dashboard-header-center {
    justify-content: center;
    display: flex;
    align-items: center;
}

    .Dashboard-header-center .btn-primary {
        margin-left: 10px;
        background: #ffffff !important;
        color: #eb6400 !important;
        cursor: pointer;
        font-size: 12px;
        padding: 4px 10px;
        border: 1px solid #eb6400;
        font-weight: 600;
    }

        .dashboard-header-center .btn-primary:hover,
        .dashboard-header-center .btn-primary:focus,
        .dashboard-header-center .btn-primary:active {
            color: #000000 !important;
        }

.row {
    margin-right: -7px;
    margin-left: -7px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 7px;
    padding-left: 7px;
}

/* multiselect */

.multiselect-dropdown-arrow {
    margin: 0 !important;
    top: 13px;
    right: 10px
}

.multiselect-wrapper label {
    font-size: 11px !important;
    font-weight: 400 !important;
}

.multiselect-count {
    position: absolute !important;
    padding: 2px 5px !important;
    left: inherit !important;
    top: 4px !important;
    right: 25px !important;
}

.multiselect-checkbox {
    display: none;
}

.multiselect-list [type="checkbox"]:checked,
.multiselect-list [type="checkbox"]:not(:checked),
.multiselect-list [type="radio"]:checked,
.multiselect-list [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .multiselect-list [type="checkbox"]:not(:checked) + span:after,
    .multiselect-list [type="radio"]:not(:checked) + span:after {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .multiselect-list [type="checkbox"]:checked + span:after,
    .multiselect-list [type="radio"]:checked + span:after {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .multiselect-list [type="checkbox"]:checked + span,
    .multiselect-list [type="checkbox"]:not(:checked) + span {
        position: relative;
        padding-left: 25px;
        cursor: pointer;
        line-height: 20px;
        display: inherit;
        font-size: 14px;
        color: #4e6381;
    }

        .multiselect-list [type="checkbox"]:checked + span:before,
        .multiselect-list [type="checkbox"]:not(:checked) + span:before {
            content: "";
            position: absolute;
            left: 0;
            top: 2px;
            width: 16px;
            height: 16px;
            border: 1px solid #4e6381;
            background-color: #fff;
            border-radius: 2px;
        }

        .multiselect-list [type="checkbox"]:checked + span::before {
            background-color: #eb6400;
            font-weight: 400 !important;
            border: 1px solid #eb6400;
        }

        .multiselect-list [type="checkbox"]:checked + span:after,
        .multiselect-list [type="checkbox"]:not(:checked) + span:after {
            content: "\f00c";
            width: 12px;
            height: 12px;
            position: absolute;
            top: -1px;
            left: 3px;
            -webkit-transition: 0.2s;
            transition: 0.2s;
            font-family: FontAwesome;
            color: #fff;
            font-weight: lighter;
            font-size: 10px;
        }

.multiselect-wrapper ul li:hover {
    padding: 0 !important;
    background: #fef6d0 !important;
    color: #c77405 !important;
}

.multiselect-list hr {
    margin: 5px 0;
}
