select.form-control {
  color: #333;
  background: #fff;
  border-radius: 0.2rem;
}

input,
input::placeholder {
    font-size: 12px;
}

.side-nav {
    height: calc(100vh - 95px);
    /* overflow-y: hidden !important; */
    margin-bottom: 0 !important;
}
.side-nav:hover {
    overflow-y: scroll !important;
}

.sidebar-footer {
    height: 154px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.sidebar-footer a {
    font-size: 10px;
    color: #333;
    text-decoration: none;
}

iframe#loanIframe {
    border-radius: 10px;
    height: 84vh;
}
.sidebar .nav:not(.sub-menu) > .nav-item.active:hover > .nav-link {
	    background: transparent !important;
}

.middle-top {
    width: 100%;
    height: 75vh;
    display: table;
}
.middle-content {
    display: table-cell;
    vertical-align: middle;
}

#applyloancard {
    padding-top: 4em;
    padding-bottom: 8em;
}
.static-step ul {
    list-style: none;
    text-align: center;
}
.static-step ul li {
    display: inline-block;
    padding: 15px 4em;
    position: relative
}
.static-step ul li span {
    position: absolute;
    top: -10px;
    left: 40%;
    background: #00afb9;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 1px;
    color: #fff;
    z-index: 9;
}
.static-step ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    background: #e4e4e4;
    width: 100%;
    height: 2px;
}
.static-step ul li:nth-child(3)::after {
    display: none;
}

 @media screen and (max-width: 1200px) {
  .sidebar-offcanvas {
      top: 0 !important;
  }
  
}

/* dashboard nav profile dropdown css */
.profile-initial {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    font-weight: bold;
}
.errorMessage{
  font-size: 0.7rem !important;
  font-weight: bold !important;
}




      .main-card {
        width: 400px;
        height: 200px;
        display: flex;
        margin: 0px 8px;
        
      }
      .card-profile-pic {
        background-color: #efefef;
        width: 40%;
        border-radius: 10px;
      }
      .profile {
		    background-color: #fff;
		    width: 60%;
		    padding: 5px;
		    border-radius: 10px;
		    border: 1px solid rgba(255, 255, 255, 0.18);
		}
      .card-profile-img {
        width: 50% !important;
        height: auto !important;
        overflow: hidden;
      }
      .card-profile-pic {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        padding: 10px;
        text-align: center;
      }
      .close-button {
        float: right;
      }
      .profile-details p {
        margin: 10px 2px;
          font-size: 12px !important;
          font-weight: 500;
          color: #333;
      }
      p.user-name {
		 font-size: 13px;
		 color: #292929;
	  }
      .profile-button {
       font-size: 12px;
       font-weight: 500;
        border: none;
        cursor: pointer;
        padding: 5px 0px;
        width: 100%;
        padding-bottom: 2px;
        font-family: inherit;
        text-align: left;
        background: transparent;
      }
      
      .profile-button:hover {
        background-color: #fff;
        color:#333;
      }
      button.profile-button {
		    border: 1px solid #2e92ef;
		    margin-right: 5px;
		    padding: 5px;
		    border-radius: 5px;
		    text-align: center;
		    background: #2e92ef;
		    line-height: 1.3;
		    color: #fff;
		}
		.profile-details i {
		    color: #2e92ef !important;
		    font-size: 13px;
		}
		.profile-button:hover>i{
			color:#333 !important;
		}
		button.profile-button i {
		    color: #fff !important;
		}
      .button-container button :active {
        font-size: 10px;
      }
      .cp-button {
		    width: 70% !important;
		}
		.logout-btn {
		    width: 30%;
		}
      p.kuwy-id {
	    background: #2e92ef;
	    padding: 2px 10px;
	    color: #fff;
	    border-radius: 5px;
	    font-weight: 500;
		}
      .profile-span {
        width: 100%;
        height: 75%;
        background-color: orange;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 50px;
        color: #fff;
        font-weight: bold;
      }
      .logout-btn i {
		    font-size: 14px;
		}
      .nav-item.nav-profile.dropdown .navbar-dropdown {
      	border-radius: 10px;
      	background: #F4F6FF !important;
      }
      
      th {
		    font-size: 0.765rem;
		}


/* Data table css */
.dataTable p {
    font-size: 0.725rem;
    font-weight: 500;
    margin-bottom: 0px;
}

span.dt-column-title {
    font-size: 0.765rem;
}

.kc-label {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 10px;
    font-weight: 600 !important;
    margin-bottom: 5px !important;
}

.kc-bg-green {
    background: #c7f9cc;
    color: #004b23;
}
.kc-bg-blue {
    background: #ade8f4;
    color: #03045e;
}
.kc-bg-yellow {
    background: #fdd85d;
    color: #333;
}
.kc-bg-red {
    background: #fbc3bc;
    color: #e01e37;
}
.kc-bg-info {
    background: #a8d5e2;
    color: #0a2463;
}
.kc-bg-bark {
    background: #dee2e6;
    color: #495057;
}
.kc-blue {
    color:#023e8a;
}
 .err-msg{
  background: #d62828;
  color: #fff;
  padding: 2px 6px;
  font-weight: 400;
  border-radius: 10px;
  margin-top: 5px;
}
.table .btn {
    font-size: 0.785rem;
}

ul.kc-time-line {
    list-style: none;
}
ul.kc-time-line li{
    position: relative;
}
ul.kc-time-line li::before {
    content: '';
    position: absolute;
    top: 8px;
    left: -15px;
    width: 8px;
    height: 8px;
    background: #e1e1e1;
    border-radius: 20px;
    z-index: 9;
}
ul.kc-time-line li.completed::before {
    background: #13a219;
}
ul.kc-time-line li::after {
    content: '';
    position: absolute;
    top: 14px;
    left: -12px;
    width: auto;
    height: 40px;
    border: 1px dashed #b5b5b5;
}
ul.kc-time-line li:nth-child(3)::after {
    display: none;
}
ul.kc-time-line li span {
    font-size: 0.654rem;
}
.kc-dt-collapes h6 {
    color: #3F51B5;
    font-weight: 600;
}

.modal-body tbody td, .modal-body thead th {
    padding: 10px !important;
}
.modal-body thead th {
    padding: 10px !important;
    text-align: center;
    font-weight: 600 !important;
    font-size: 12px !important;
}
.modal-body thead tr {
    background: #153e6d !important;
    color: #fff;
}
.modal-body .table input, .modal-body .table select {
    background: #f6f6f6 !important;
    padding: 10px !important;
    border-radius: 5px;
}
.modal-body input.ratio {
    text-align: right;
}
.modal-body .table tbody {
	/* From https://css.glass */
background: #f9f9f9;
border-radius: 0px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(255, 255, 255, 0.3);
}


/* dashboard page css */
.kc-dashboard-card .card .card-title {
    font-size: 12px;
    color: #fff;
    margin: 10px 0;
}
.kc-dashboard-card .card h3 {
    font-weight: 600;
}
.card-title {
    color: #043d72;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: 600;
}
.custom-card {
    background: #1b61a21f;
    padding: 10px;
    border-radius: 20px;
    position: relative;
}
.kc-dashboard-card .card {
    position: relative;
    z-index: 9;
    box-shadow: 6px 6px 0px rgb(0 0 0 / 16%);
    text-align: center;
    transition: box-shadow 0.3s ease-in-out;
}
.kc-dashboard-card .card:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
/* .kc-dashboard-card .card::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/card-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    opacity: 0.3;
} */
.kc-bg-yellow {
    background: #ffeb3b !important;
    border-color: #ffeb3b !important;
}
.kc-bg-light-yellow {
    background: #fff176 !important;
    border-color: #fff176 !important;
}
/* .kc-bg-orange {
    background: #ff9800 !important;
    border-color: #feab30 !important;
    background-color: hsl(35.76deg 100% 50%);
    background-image: radial-gradient(at 88% 40%, hsl(35.76deg 100% 50% / 63%) 0px, transparent 85%), radial-gradient(at 49% 30%, hsl(35.76deg 100% 50% / 15%) 0px, transparent 85%), radial-gradient(at 14% 26%, hsl(35.76deg 100% 50%) 0px, transparent 85%), radial-gradient(at 0% 64%, hsl(35.76deg 100% 50% / 46%) 0px, transparent 85%), radial-gradient(at 41% 94%, hsl(35.76deg 100% 50% / 94%) 0px, transparent 85%), radial-gradient(at 100% 99%, hsl(35.76deg 100% 50% / 46%) 0px, transparent 85%);
} */
.kc-bg-light-orange {
    background: #ffb74d !important;
    border-color: #ffb74d !important;
}
.kc-bg-blue {
    background: #03a9f4 !important;
    border-color: #03a9f4 !important;
}
.kc-bg-light-blue {
    background: #64b5f6 !important;
    border-color: #64b5f6 !important;
}
.kc-bg-purple {
    background: #9c27b0 !important;
    border-color: #9c27b0 !important;
}
.kc-bg-light-purple {
    background: #ba68c8 !important;
    border-color: #ba68c8 !important;
}
.kc-bg-teal {
    background: #009688 !important;
    border-color: #009688 !important;
}
.kc-bg-light-teal {
    background: #4db6ac !important;
    border-color: #4db6ac !important;
}
.kc-bg-white {
    background: #fff !important;
    border-color: #fff !important;
}
.kc-card-bg-red {
    background: #f44336 !important;
    border-color: #f44336 !important;
}
.kc-bg-light-red {
    background: #e57373 !important;
    border-color: #e57373 !important;
}
.kc-icon {
    padding: 10px;
    background: #ffffff;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    border-radius: 50%;
}
.search-filter {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 15px;
    padding: 10px;
    box-shadow: 0 0 20px #e2e2e2;
}
.search-filter .form-group {
    margin-bottom: 0;
}
.search-filter .dateSearchIcon {
    padding: 10px;
    background: #03a9f4;
    color: #fff;
    border-radius: 6px;
    border-color: #03a9f4;
    width: 35px;
    height: 35px;
}
.kc-secondary-card .kc-icon {
    margin: initial;
    margin-right: 10px;
    width: 45px;
    height: 45px;
    margin-bottom: 0 !important;
}
.kc-secondary-card .card .card-title {
    font-size: 0.721rem;
    line-height: 14px;
}
.kc-secondary-card .card .card-title span {
	font-size: 9px;
}
.p-r-6 {
  padding-right: 6px !important;
}
.p-l-6 {
  padding-left: 6px !important;
}
.p-rl-6 {
  padding: 0 6px !important;
}

.kc-diff {
    position: relative;
    padding: 0 10px;
}
.kc-diff::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    background: #03a9f4;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

/* .kc-bg-orange::before {
    content: '';
    position: absolute;
    top: 70px;
    left: 55px;
    width: 68px;
    height: 80px;
    background: #03a9f494;
    border-radius: 69px 62px 87px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.kc-bg-teal::before {
	content: '';
    position: absolute;
    top: 70px;
    left: 55px;
    width: 68px;
    height: 80px;
    background: #03a9f494;
    border-radius: 69px 62px 87px;
    z-index: -1;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
} */

/* new loader */
.loader {
    position: relative;
    width: 20px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    vertical-align: middle;
}
  .loader-star {
        position: absolute;
        top: calc(50% - 12px);
    }
  /*LOADER-7*/
    
    .kc-loader .line {
    width: 5px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ee95d), to(#5714ce));
    background: -webkit-linear-gradient(top, #1ee95d, #5714ce);
    background: -o-linear-gradient(top, #1ee95d, #5714ce);
    background: linear-gradient(to bottom, #ffffff, #ffffff00);
}
    
    .kc-loader .line1 {
        left: 0;
        -webkit-animation: line-grow 0.5s ease alternate infinite;
        animation: line-grow 0.5s ease alternate infinite;
    }
    
    .kc-loader .line2 {
        left: 10px;
        -webkit-animation: line-grow 0.5s 0.2s ease alternate infinite;
        animation: line-grow 0.5s 0.2s ease alternate infinite;
    }
    
    .kc-loader .line3 {
        left: 20px;
        -webkit-animation: line-grow 0.5s 0.4s ease alternate infinite;
        animation: line-grow 0.5s 0.4s ease alternate infinite;
    }
    
    .kc-loader .line-black {
    width: 5px;
    position: absolute;
    border-radius: 5px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1ee95d), to(#5714ce));
    background: -webkit-linear-gradient(top, #1ee95d, #5714ce);
    background: -o-linear-gradient(top, #1ee95d, #5714ce);
    background: linear-gradient(to bottom, #696969, #ffffff00);
}
    
@-webkit-keyframes line-grow {
        0% {
            height: 0;
        }
        100% {
            height: 75%;
        }
    }
    
    @keyframes line-grow {
        0% {
            height: 0;
        }
        100% {
            height: 75%;
        }
 }
    
 .overlay.inner-card {
    position: absolute;
}


/* .executive-list-tab {
  border-bottom: initial !important;
  box-shadow: none !important;
} */
.executive-list-tab .navbar-nav .nav-link.active {
  background: #1b61a2;
  border-top: 2px solid #1b61a2;
  border-right: 2px solid #1b61a2;
  border-left: 2px solid #1b61a2;
  padding-bottom: 10px;
  position: relative;
  bottom: -2px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff !important;
}
.form-control[type="file"] {
    color: #fff;
}

.cursor-pointer{
	cursor: pointer;
}

.form-control[type="file"] {
	background-color: initial;
}

.modal-loader .overlay {
    z-index: 9999;
}
.disabled-button {
    background-color: #0d0c0c;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.6;
}