.logo-lg img {
    height: 25px !important;
}

.db_card_heading {
    font-family: Poppins, sans-serif;
    font-size: 18px;
}

.db_card_subheading {
    font-family: Poppins, sans-serif;
    font-size: 22px;
}

.text-bg-pink {
    background: #c82224 !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: #c82224;
    color: #fff !important;
    font-size: 16px;
}

.table_head th {
    color: #fff !important;
    font-size: 16px;
}

.active > .page-link,
.page-link.active {
    background-color: #c82224;
    border-color: #c82224;
}

.internal-btn {
    width: 100%;
    background: #de2b2b;
    font-size: 14px;
    color: white;
    border: none;
}

.internal-btn:hover {
    width: 100%;
    background: #de2b2b;
    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: 450px;
}

.layer-red {
    position: absolute;
    width: 100%;
    /* height: 409px; */
    height: 360px;
    background: #c82224;
    border-radius: 28px;
    transform: rotate(-8deg);
    top: 10px;
    left: 10px;
    z-index: 1;
}

.layer-grey {
    position: absolute;
    width: 100%;
    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: #c82224;
    text-decoration: none;
}

.login-btn {
    width: 100%;
    padding: 14px;
    background: #de2b2b;
    font-size: 14px;
    color: white;
    border: none;
}
.login-btn:hover {
    width: 100%;
    padding: 14px;
    background: #de2b2b;
    font-size: 14px;
    color: white;
    border: none;
}

.input-box input::placeholder {
    color: #1a2942;
    font-weight: 500;
}

.error {
    color: red !important;
}

.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;
}

.row {
    justify-content: center;
    align-items: center;
}
/* ----------login-close----- */

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: wrap;
}

table.dataTable.nowrap_css th,
table.dataTable.nowrap_css td {
    white-space: nowrap;
}

table.dataTable.nowrap_css th:first-child {
    width: 15px !important;
    min-width: 150px !important;
}

table.dataTable.nowrap_css td:first-child {
    white-space: wrap;
}

table.dataTable tbody.nowrap_css1 td:first-child {
    white-space: nowrap;
}
.add_btn_div {
    text-align: end;
      /* margin-top: 22px; */
}
#ui-datepicker-div .ui-datepicker-close {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .main-wrapper {
        width: 293px;
        min-width: 293px;
    }
    .login-card {
        padding-top: 20px;
    }

    .layer-red {
        height: 300px;
        top: 0;
        left: 0;
        transform: rotate(355deg);
    }

    .layer-grey {
        height: 300px;
    }
    .login-btn {
        padding: 10px;
    }
    .add_btn_div {
        text-align: start;
        margin-bottom: 20px;
          margin-top: 0;
    }
    .internal-btn {
        width: auto !important;
        
    }
}