@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Roboto:wght@100;300;400;500;700&family=Tektur:wght@400..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin-top: 65px;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    label {
        margin-top: 13px !important;
        margin-bottom: 1px;
    }
}

.top-heading {
    padding-top: 10px;
    font-size: 15px;
    color: #ef4551;
    font-weight: bold;
}

.dual-underline {
    position: relative;
    display: inline-block;
    color: gray;
}

.dual-underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, red 30%, blue 30%);
}

.badge-danger {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #f75757 !important;
    border-radius: 10px;
}

/*  Button CSS  */
/* .btn-success {
    color: #28a745;
    border-color: #28a745;
    background-color: transparent;
    border: 1px solid;
    border-radius: .25rem;
    border-radius: 20px;
}

.btn-info {
    color: #17a2b8;
    border-color: #17a2b8;
    background-color: transparent;
    border: 1px solid;
    border-radius: 20px;
} */

.btn-pencil {
    color: #009E60;
}

.btn-trash {
    color: #e44e4e;
}

.btn-form {
    color: #17a2b8;
}

.btn-eye {
    color: #d0a945;
}

#msg {
    color: #009E60;
}

.warpper {
    margin-top: 50px;
}

h5 {
    margin-left: 25px;
}

.card {
    background: white;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 10px;
    border: 1px solid lightgrey;
    border-radius: 6px;
    margin-bottom: 15px;
}

.card:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.16), 0 4px 10px rgba(0, 0, 0, 0.23);
    cursor: pointer;
}

.card img {
    height: 48px;
    margin-top: 8px;
    margin-bottom: 6px;
    margin-left: 3px;
}

h4 {
    margin-top: 15px;
    margin-left: 10px;
}

.table span {
    font-size: 11px;
}

span {
    font-size: 12px;
}

.arrow-right {
    display: block;
    margin: 4px auto;
    width: 12px;
    height: 12px;
    border-top: 2px solid #ddd;
    border-left: 2px solid #ddd;
    margin-top: 25px;
    margin-right: 25px;
}

.arrow-right {
    transform: rotate(135deg);
}

.card:hover .arrow-right {
    border-top: 2px solid #000;
    border-left: 2px solid #000;
}


@media (max-width: 1800px) {

    .card img {
        height: 40px;
    }

    h4 {
        margin-top: 13px;
    }

    .heading {
        font-size: 1.423rem !important;
    }

    .card-text {
        font-size: 1.11rem !important;
    }

}

@media (max-width: 1600px) {

    .card img {
        margin-top: 15px;
        margin-left: -1px !important;
    }

    h4 {
        margin-top: 13px;
    }



}

@media (max-width: 1300px) {

    .card img {
        height: 33px;
        margin-top: 15px;
        margin-left: -2px !important;
    }

    .card {
        width: auto;
    }


}

.w-100 {
    width: 100% !important;
}


.product-panel {
    margin-top: 10px;
    background-color: #f5f9fa;
    border: 1px solid #36454f;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

.masjid-panel {
    margin-top: 10px;
    background-color: #f9f5ff;
    border: 1px solid #c7a5fd;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

.makatib-panel {
    margin-top: 10px;
    background-color: #fff5f6;
    border: 1px solid #eda6b3;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

.msw-panel {
    margin-top: 10px;
    background-color: #fafff5;
    border-color: #c1e899;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

.eect-panel {
    margin-top: 10px;
    background-color: #f0fbfb;
    border-color: #6bedeb;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}

.noorani-panel {
    margin-top: 10px;
    background-color: #e4fef6;
    border-color: #20c997;
    /* margin: 0px 0px 10px 0px; */
    padding: 0px 4px 4px 4px;
    border-radius: 10px;
}


label {
    margin-top: 5px;
}

.lab {
    font-size: 11px;
    margin-bottom: 0px !important;
}

.vr-line {
    border-left: 1px dashed #cccbcb;
    height: 100%;
    margin: 0 auto;
    padding: 5px;
}

.datatable-heading {
    font-size: 17px;
    color: #ef4551;
    font-weight: bold;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 3px;
    line-height: 1.4;
    vertical-align: top;
    border-top: 0px solid #ddd;
    font-size: 12px;
}


.btn-group-sm>.btn,
.btn-small {
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.0;
    border-radius: 2px;
}

.input-small {
    height: 25px;
    padding: 2px 5px;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-sm {
    height: 25px !important;
    padding: 2px 5px !important;
}

.disabled {
    opacity: 0.5;
    background-color: #f9f9f9;
}

.expired {
    color: red;
}


.btn-bordered-primary-old {
    color: #2e6da4;
    background-color: #d6e5f7;
    border-color: #2e6da4;
    font-weight: bold;
}

.btn-bordered-primary {
    background-color: #f5f9fa;
    border-color: #36454f;
    font-weight: bold;
}

.btn-bordered-masjid {
    background-color: #f9f5ff;
    border-color: #c7a5fd;
    font-weight: bold;
}

.btn-bordered-makatib {
    background-color: #fff5f6;
    border-color: #eda6b3;
    font-weight: bold;
}


.btn-bordered-msw {
    background-color: #fafff5;
    border-color: #c1e899;
    font-weight: bold;
}

.btn-bordered-eect {
    background-color: #eafdfd;
    border-color: #6bedeb;
    font-weight: bold;
}

.btn-bordered-noorani {
    background-color: #e4fef6;
    border-color: #20c997;
    font-weight: bold;
}

.btn-bordered-rgh {
    /* color: #86d1ac; */
    background-color: #fdf5f9;
    border-color: #ff5495;
    font-weight: bold;
}

.btn-bordered-warning {
    color: #eea236;
    background-color: #fff;
    border-color: #eea236;
    font-weight: bold;
}

.btn-bordered-danger {
    color: #d43f3a;
    background-color: #fff;
    border-color: #d43f3a;
    font-weight: bold;
    text-decoration: none;
}

.btn-bordered-success {
    color: #4cae4c;
    background-color: #fff;
    border-color: #4cae4c;
    font-weight: bold;
}

.btn-bordered-info {
    color: #46b8da;
    background-color: #fff;
    border-color: #46b8da;
    font-weight: bold;
}

.password-container {
    position: relative;
}

.password-container input {
    width: 100%;
    padding-right: 30px;
}

.password-container .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #aaa;
}

.password-container .toggle-password:hover {
    color: #000;
}