@font-face { font-family: copperplate_gothic_boldRg; src: url("../fonts/Copperplate\ Gothic\ Bold\ Regular.ttf");  }
@font-face { font-family: Tahoma; src: url("../fonts/Tahoma\ Regular\ font.ttf");  }

.btns {
    text-align: right;
}

.btns button{
    margin-top: 3px;
}

a.nohover:hover { background: none !important; color: white !important; }
.btn-purple {
    background:var(--purple) !important; border-color: var(--purple) !important;
}

.sidebar-item div{
    white-space: nowrap !important; 
    width: 180px !important; 
    overflow: hidden !important;
    display: inline-block;
    text-overflow: ellipsis !important; 
    vertical-align: bottom;
}

.tabview-item a{
    white-space: nowrap !important; 
    max-width: 400px !important; 
    overflow: hidden !important;
    display: inline-block !important;
    text-overflow: ellipsis !important; 
    vertical-align: bottom;
}

@media (max-width:1079px) {
    .form-group label{
    white-space: nowrap !important; 
    max-width: 150px !important; 
    overflow: hidden !important;
    display: inline-block;
    text-overflow: ellipsis !important; 
    vertical-align: bottom;
    }
}
.bgc-green {
    background: #567c33 !important;
    color: white !important;
}

.bgc-yellow {
    background: #c29a3c !important;
    color: white !important;
}

.bgc-blue {
    background: #315c9e !important;
    color: white !important;
}

.bgc-red {
    background: #ad541a !important;
    color: white !important;
}

.pipe-col {
    background: lightblue !important;
    margin: 2px !important;
    border-radius: 7px;
}


/* new - design */

.top-nav-link {
    color: var(--gray) !important;
}

.top-nav-link:hover {
    color: var(--blue) !important;
}

.top-nav-link-active {
    font-weight: bold !important;
    color: var(--blue) !important;
}

.noscroll {
    overflow:hidden !important;
  }

body {
    font-family: Tahoma !important;
}

.loan-sidebar {
    max-width: 250px !important;
}

.hv-100 {
    height: 100vh !important;
}

.loan-nav-item a {
    color: #c2c7d0 !important;
}

.loan-nav-item .active {
    color: white !important;
}

.loan-pannel {

}

.loan-pannel-border {
    border-bottom: 1px solid #dee2e6;
}
.loan-form {
    max-height: 78vh !important;
    width: 100%;
    /* margin-bottom: 100px !important; */
    overflow-x: hidden;
    padding-bottom: 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

/* custom scroll bar BEGIN */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: var(--secondary);
    border-radius: 20px;
    border: 7px solid transparent;
    background-clip: content-box;
}
/* custom scroll bar END */
.loan-pannel {
    background-color: #d4d9e1;
}

.loan-sidebar::-webkit-scrollbar {
    display: none;
  }

body {
    font-family: Tahoma, "Trebuchet MS", sans-serif !important;
}

label {
    margin-bottom: 0px !important;
    font-weight: 400 !important;
    font-size: 15px;
}

hr {
    margin-top: 0px;
}

.border-right {
    border-right: 2px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 2px solid #dee2e6 !important;
}

.form-section-header {
    font-weight: 800 !important;
    color: #0565c5;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #ffffff;
    background-color: rgb(77 77 77 / 85%);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 83%);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 75%);
    border-radius: 0.25rem;
    margin:10px;
}
td{
    font-size: 13px;
}
tr:hover{
    cursor: pointer !important;
}
td{
    text-align: center !important;
}
.sorting{
    background-color: #f7f7f7 !important;
    font-size: 14px !important;
}
.loan-sidebar {
    max-width: 260px !important;
}
.sidebar-header{
    color:#99baeb;
}

.loan-data-loader{
    position: absolute;
    color: #000000;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
    left: auto;
    text-align: center;
    height: 100%;
    width: 100%;
    background-color: #f4f6f9b5;
    padding-top: 10%;
    z-index: 10;
}


body {
    font-family: "Lato", sans-serif;
}

.sidebar {
    height: 100% !important;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-left: 0;
    padding-right: 0;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #cccccc;
    display: block;
    transition: 0.3s;
}
.closeBtn:hover{
    cursor: pointer;
}
.sidebar a:hover {
    color: #f1f1f1;
}

#attachment_header {
    position: absolute;
    right: 25px;
    top: 0;
}

.sidebar .closebtn {
    font-size: 36px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    background-color: #444;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }
}
