﻿.disabled {
    color: #c2ced6;
    cursor: not-allowed;
    pointer-events: none;
    border-color: #dfddf2;
    background: #dfddf2;
    width: auto;
    color: #8d9091;
}

.spinner {
    border: 16px solid silver;
    border-top: 16px solid #337AB7;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 48%;
    position: absolute;
}
.spinner {
    display: none;
    flex-direction: column;
    position: fixed;
    z-index: 9999;
    top: 50%;
    left: 50%;
    background-color: transparent;
}
#cover-spin {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9998;
}
.searchinput {
    padding-left: 6px !important;
    font-size: 14px;
}
.cardstyle {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.pstyle {
    padding: 0rem 2rem;
}

.form-control {
    display: block;
    width: 100%;
    height: 2.1875rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.collstyle {
    margin-top: 46px;
    width: 95%;
    margin-left: 13px;
    margin-right: -75px;
}

.filter-col {
    padding-left: 10px;
    padding-right: 10px;
}
.textsearch {
    margin-left: -2%;
    margin-top: 1.5% !important;
    color: #fff;
}
body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: #d5d5d5;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: border-box;
    border-radius: 8px;
}
body:not(.rz-default-scrollbars)::-webkit-scrollbar, body:not(.rz-default-scrollbars) ::-webkit-scrollbar {
    width:5px;
    height:6px;
}
    .lib-panel {
    margin-bottom: 20Px;
}

    .lib-panel img {
        width: 100%;
        background-color: transparent;
        margin-top: 18px;
    }

    .lib-panel .row,
    .lib-panel .col-md-6 {
        padding: 0;
        background-color: #fff;
        border: 1px solid #dfdfdf;
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px;
        min-height: 115px;
        cursor: pointer;
    }


    .lib-panel .lib-row {
        padding: 0 20px 20px 20px;
    }

        .lib-panel .lib-row.lib-header {
            background-color: #fff;
            font-size: 16px;
            padding: 10px 20px 0 20px;
            color:#000;
        }

            .lib-panel .lib-row.lib-header .lib-header-seperator {
                height: 2px;
                width: 26px;
                background-color: #d9d9d9;
                margin: 7px 0 7px 0;
            }

        .lib-panel .lib-row.lib-desc {
            position: relative;
            height: 100%;
            display: block;
            font-size: 13px;
        }

            .lib-panel .lib-row.lib-desc a {
                position: absolute;
                width: 100%;
                bottom: 10px;
                left: 20px;
                color:white;
            }
.iconstyle {
    font-size: 48px;
    color: #003AD3;
    border: 1px solid #D4E0FF;
    background-color: #ECF0FC;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
}          
.row-margin-bottom {
    margin-bottom: 20px;
}
.left {
    margin-left: 0%;
    margin-right: -9%;
}
.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

.bgclass {
    background-color: #ffffff;
    display: flex;
    align-items: center;
}
.submitbtn {
    background: #003AD3 !important;
    background-color: #0076D4;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    width: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 12px 20px !important;
    transition: 0.2s;
}
.btn-primary {
    color: #fff !important;
}

.scrollable {
    max-height: calc(100vh - 260px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-height: 200px !important;
}
.gridstyle{
    margin:2%;
}
.document{
    margin-top:20px;
}

.componentlists-items-draggable {
    display: inline-block;
    padding: 6px 16px;
    background: unset;
    background-size: 20px;
    background-position: 10px center;
    /*padding-left: 40px;*/
    background-repeat: no-repeat;
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid #1DA4FF;
    color: #1DA4FF;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    margin: 4px;
    transition: 0.2s;
}
.inactive {
    color: #cfc5c5;
}
.validate {
    color: red;
    cursor: pointer;
}
.morebtnmenu .morebtn {
    width: 27px !important;
    height: 27px !important;
    display: inline-block;
    padding: 0px !important;
    text-align: center;
    border-radius: 50%;
    background: transparent;
    min-width: auto;
}
.stageclass {
    padding-right: 21% !important;
    margin-top: -47px !important;
    font-size: 15px !important;
}
.paragh {
    margin-right: 1%;
    height: 1px;
}
.prod-btn:hover {
    background: #3c9de708;
    border: 1px solid #003AD3;
}

.link {
    cursor: pointer;
    text-decoration:none !important;
}
.dashbordscroll {
    padding: 1rem;
    margin: auto;
    max-height: 521px;
    overflow-y: auto;
    min-height: 200px;
}

.rz-data-grid-data {
    overflow: auto !important;
}

.rz-grid-table {
    min-height: 100px;
}

.sidebar.close li.has-submenu .dropdown-menu {
    width: 431px;
    padding-left: 202px;
    background-color: #0178d68c;
    
}
.sidebar.close .navmenuscroll {
    overflow-y: visible !important;
    overflow-x: visible !important;
}
.sidebar.close .user-details {
    height: 70px;
}
.required {
    border: 1px solid #f02020 !important;
}
.login-wrap h6 {
    margin-bottom: 0px !important;
}
.clientlogo {
    height: 100px;
    margin-bottom: 10px;
    width: 42%;
    margin-top: -5%;
    margin-left: 22%;
}
.clienttop-logo {
    height: 36px;
    width: 261%;
}
.checkbox {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0px;
    text-transform: capitalize;
    margin-bottom: -3%;
    color: #717987;
}
.rz-grid-table tbody tr:only-child .morebtnmenu .dropdown-menu {
    position: fixed !important;
}
.bold{
    font-weight:bold;
}
.txtdecoration{
    text-decoration:none !important;
    color:black !important;
    font-weight:bold;
    cursor:default !important;
}
.user-details img {
    border: 2px solid #41a5ee;
}
.date {
    font-size: small;
    font-weight: bold;
    margin-top: 0%;
}
@media(max-width:767px){
    .date{
        display:none !important;
    }
    .clienttop-logo{
        width:70px !important
    }
}
.rz-grid-table {
    position: unset !important;
}
.pointer {
    cursor: pointer;
}
.theadcolor {
    background-color: #ffffff;
}
.date{
    align-items:center;
}
.headerbutton{
    border:1px solid rgba(58, 58, 58, 0.4);
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:6px;
}
.datetime {
    border-right: 1px solid rgba(58, 58, 58, 0.08);
    padding-right: 4px;
}
.version {
    /*    display: block;*/
    background-color: #ebf1f5;
    text-align: center;
    font-size: small;
    border-radius: 20px;
    padding: 1px 6px;
    margin-left: 8px;
    font-weight: 400;
    /*    min-width: 268px;*/
}

.section-delete {
    color: red;
    text-align: right;
    clear: both;
    float: left;
    margin-top: -13%;
    margin-left: 18%;
    font-size: xx-large;
}

.form-control > span.rz-calendar {
    margin-top: -10%;
    margin-left: -11px;
    width:110% !important;
}

.form-control > span.rz-calendar > input.rz-inputtext {
    background-color: transparent;
    border: 0px;
    width: 100%;
    margin-left: -1%;
}
.sidebar li.has-submenu::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(132deg);
    position: absolute;
    right:20px !important;
    top: 18px;
}
.sidebar.close li.has-submenu::after {
    display: none;
}
.sidebar li.has-submenu::before {
    content: "";
    display: none;
    width: 7px;
    height: 7px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(135deg);
    position: absolute;
    right: 6px;
    top: 15px;
}
textarea.resizable {
    max-height: 208px;
    resize: both;
    max-width: 433px;
    width: 425px;
    height: 38px;
}
.isactivecheckbox {
    padding-left: 11%;
    margin-top: -8%;
}
.dark .user-details img {
    border: black;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}
.rz-paginator-first, .rz-paginator-prev {
    background-color: #479cc8;
    color: #ffffff;
}
.rz-chkbox-box {
    border: #aba6a6 solid 1px !important;
}

.loanstatus {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    border-radius: 6px;
    color: #fff;
}

.yellowbg {
    background: #f3f5f9 0% 0% no-repeat padding-box;
    color: #003AD3;
    border: 1px solid #003AD3;
}

.pinkbg {
    background: #00c6f7 0% 0% no-repeat padding-box;
}
.verifybg {
    background: #26c91e 0% 0% no-repeat padding-box;
}
.greenbg {
    background: #003AD3 0% 0% no-repeat padding-box;
}
}
.rz-multiselect-item .rz-state-highlight {
    width: fit-content !important;
}

.rz-multiselect-item {
    width: fit-content !important;
}

.rz-multiselect-items-wrapper {
    overflow: auto !important;
}
.rz-grid-table thead th .rz-column-title {
    font-weight:normal;
}
.rz-dialog-title {
    font-weight: 500;
    font-size:18px;
}
.rz-dropdown {
    padding: 5px;
}
.rz-tabview-nav li a {
    font-size: inherit;
    font-weight: 600;
}
.rz-state-disabled.rz-dropdown .rz-inputtext {
    background-color: transparent !important;
    color: rgba(58, 58, 58, 0.4) !important;
    font-size: 14px;
    text-transform: capitalize;
}
.rz-state-disabled.rz-dropdown {
    color: rgba(58, 58, 58, 0.4) !important;
    box-shadow: none !important;
    background-color: #edededb3 !important;
    opacity: 1 !important;
    border: 1px solid rgb(206, 212, 218);
}
.rz-textbox:disabled {
    color: rgba(58, 58, 58, 0.4) !important;
    box-shadow: none !important;
    background-color: #edededb3 !important;
    opacity: 1 !important;
    border: 1px solid rgb(206, 212, 218);
}
.rz-form .row .rz-label {
    min-height: 0px;
    line-height: 0px;
    padding: 10px;
    padding-left: 0;
    border-top: 0px;
    border-bottom: 0px;
    border-color: transparent;
}
.rz-spinner.rz-state-disabled .rz-inputtext {
    background-color: rgba(255, 255, 255, 0.7) !important;
    color: rgba(58, 58, 58, 0.4) !important;
}

/*Numeric field placeholder colour in firefox*/
input::placeholder {
    color: var(--rz-text-tertiary-color);
    opacity: 1;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
   /* background-color: #0d6efd !important;*/
    border-color: #0a58ca;
    box-shadow: 0 0 0 .25rem rgba(255, 255, 255, 0.5)  !important;
}
.btn-check:focus + .btn-light, .btn-light:focus {
    border: 1px solid #0076D4;
    color: #0076D4;
    background-color: #FFFFFF;
}
.morebtnmenu .dropdown-item {
    padding: 8px 10px;
    border-radius: 6px;
    transition: 60s !important;
}
.info-icon {
    color: #1435da;
    font-size: 15px;
    cursor: pointer;
    font-weight: bolder;
    margin-left: 4px; /* Space between label and icon */
}

.label-container {
    position: relative;
    display: flex;
    align-items: center;
    max-width: 100%; /* Ensure container does not exceed parent width */
}
.addbutton.btn.btn-primary {
    background-color: #fff !important;
    border: 1px solid #003AD3 !important;
    border-radius: 6px !important;
    color:#003AD3 !important;
}
.btn-search {
    width: 42px;
    background-color: #003ad3;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border-radius: 6px;
}