.logo-lg img { 
    height: 25px !important;
}
.db_card_heading {
    font-family: Poppins, sans-serif;
    font-size: 14px;
  }
.db_card_subheading {
    font-family: Poppins, sans-serif;
    font-size: 22px;
  }
.text-bg-pink { 
    background: #1a2942 !important;
}
.widget-flat { 
    border-radius: 8px;
}
.side-nav .menuitem-active>a  {
    color: #fff;
}
.side-nav .side-nav-link:active, .side-nav .side-nav-link:focus, .side-nav .side-nav-link:hover {
    color: #fff !important;
}
 .side-nav-second-level li a:focus, .side-nav-second-level li a:hover {
    color: #fff !important;
}
.table_head{
    background: #1a2942;
    color: #fff !important;
    font-size: 16px;
}
.table_head th{
    color: #fff !important;
    font-size: 16px;
}
.active>.page-link, .page-link.active { 
    background-color: #1a2942;
    border-color: #1a2942;
}
.internal-btn {
    width: auto;
    background: #1a2942;
    font-size: 14px;
    color: white;
    border: none;
}
.internal-btn:hover {
    width: auto;
    background: #1a2942;
    font-size: 14px;
    color: white;
    border: none;
}
/* ----------login------ */
  .main_div {
    background: #0f2240;
    font-family: "Poppins", sans-serif !important;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.main-wrapper {
    position: relative;
    /* width: 538px; */
    width: 450px;
}
.layer-red {
    position: absolute;
    width: 100%;
    /* height: 409px; */
    height: 360px;
    background: none;
    border-radius: 28px;
    transform: rotate(-8deg);
    top: 10px;
    left: 10px;
    z-index: 1;
}
.layer-grey {
    position: absolute;
    width: 100%;
    /* height: 409px; */
       height: 360px;
    background: #B4B6BDCC;
    backdrop-filter: blur(6px);
    border-radius: 28px;
    z-index: 2;
}
.login-card {
    position: relative;
    /* padding: 50px 30px; */
    padding: 50px 25px;
    z-index: 3;
    text-align: center;
}
.main_heading {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 15px;
}
.input-box {
    margin-top: 22px;
    text-align: left;
    position: relative;
}
.input-box input {
    width: 100%;
    /* height: 50px; */
    height: 40px;
    padding: 10px 45px; 
    border-radius: 5px;
    border: none;
    font-size: 14px;
    outline: none;
}
/* LEFT SIDE ICON */
.input-box i.left-icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    color: #1A2942;
    font-size: 16px;
}
/* EYE BUTTON */
.eye-toggle {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #1A2942;
    cursor: pointer;
}
.forgot-remember {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 22px;
    color: #fff;
}
.forgot-remember a {
    color: #1a2942;
    text-decoration: none;
}
.login-btn {
    width: 100%;
    padding: 14px;
    background: #1a2942;
    font-size: 14px;
    color: white;
    border: none;
}
.login-btn:hover {
    width: 100%;
    padding: 14px;
    background: #1a2942;
    font-size: 14px;
    color: white;
    border: none;
}
.input-box input::placeholder {
    color: #1A2942;
    font-weight: 500;
}
/* ----------login-close----- */
/* ----------yogesh----- */
.form-check-input:checked {
    background-color: #1a2942;
    border-color: #1a2942;
}
.vendor-popup .modal-content{ 
    border-radius: 30px!important;
    border:1px solid #1a2942;
}
.vendor-popup .modal-title{
    font-size: 20px;
    color: #1A2942;
}
.vendor-popup .modal-title{
    font-size: 20px;
    color: #1A2942;
}
.vendor-popup .modal-body p{
    font-size: 12px;
    color:#606060
}
.vendor-popup .modal-body h6{
    font-size: 16px;
    color: #1A2942;
}
.btn:focus-visible {
    color: var(--tz-btn-hover-color);
    background: #1a2942;
    border-color: var(--tz-btn-hover-border-color);
    outline: 0;
    -webkit-box-shadow: var(--tz-btn-focus-box-shadow);
    box-shadow: var(--tz-btn-focus-box-shadow);
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
    background: #1a2942;
}
.text-success{
   color:#00A300!important;
}
.daterangepicker td.active, .daterangepicker td.active:hover, .daterangepicker td.available:hover, .daterangepicker th.available:hover {
    background-color:#1a2942!important;
    color: #fff;
}
.current-status .modal-title{
    font-size: 20px;
    color: #1A2942;
}
.current-status .modal-body p{
    font-size: 12px;
    color:#606060
}
.current-status .modal-body h6{
    font-size: 16px;
    color: #1A2942;
}
.current-status .modal-content{ 
    border-radius: 30px!important;
    border:1px solid #1a2942;
}
.current-status  .modal-content{ 
    border-radius: 30px!important;
    border:1px solid #1a2942;
}
.error {
    color: red !important;
    align-items: start;
    text-align: start;
    display: flex;
}

.overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 9999;
        display: none;
}

.overlay .message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 1.5em;
}

.ql-container {
    height: 180px !important;
}