
@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
body, p, span, li,a  {
    font-family: "Baloo 2", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Baloo 2", sans-serif;
    font-weight: 500 !important;
}

.login-widget {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    border-radius: 15px;
    padding: 30px 40px 45px;
}

.login-btn {
    background: #0061AF;
    font-family: "Baloo 2", sans-serif;
    border: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
}

        .login-btn:hover {
            background: #ED1C24;
        }
        .login-heading {
    font-size: 32px;
    font-family: "Baloo 2", sans-serif;
    margin-bottom: 5px;
}

.login-content {
    text-align: center;
    margin-bottom: 30px;
}

.login-pera {
    font-family: "Baloo 2", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 120%;
}
.grihm-logo {
    text-align: center;
    margin-bottom: 20px;
}
.login-card-body .form-group input {
    padding: 20px 15px;
}
/* dashboard  */
.sidebar {
    background-color: #EDF5FA;
    box-shadow: 0 0 10px #ccc;
}
.sidebar-nav .nav-link.collapsed {
    color: #000000;
    background: none;
    font-weight: 400;
}
.sidebar-nav .nav-link.collapsed i {
    color: #000;
}
.sidebar-nav .nav-link:hover {
    color: #fff;
    background: #ed1c24 !important;
}
.sidebar-nav .nav-link:hover i {
    color: #fff !important;
}
.sidebar-nav .nav-content a {
    font-weight: 400;
    color: #000;
}
.sidebar-nav .nav-content a:hover {
    color: #ed1c24;
}
.sidebar {
    top: 70px;
}
#main {
    margin-top: 70px;
}
.common-page-title {
    font-size: 24px !important;
    font-family: "Baloo 2", sans-serif;
    font-weight: 500 !important;
    position: relative;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 15px;
    margin-bottom: 30px !important;
    color: #000000;
}
.common-page-title:after {
    position: absolute;
    content: "";
    background: #0061AF;
    width: 30px;
    height: 4px;
    left: 0;
    bottom: -1px;
    border-radius: 20px;
}
.sidebar-nav .nav-content a.active {
    color: #ed1c24;
    font-weight: 600;
}
/* 22 dec  */
.sidebar-nav .nav-link {
    font-size: 16px;
}
.sidebar-nav .nav-content a {
    font-size: 16px;
}
.dashboard .sales-card .card-icon img {
    filter: brightness(0) saturate(100%) invert(33%) sepia(73%) saturate(7427%) hue-rotate(346deg) brightness(91%) contrast(106%);
}
.card-title {
    font-size: 20px;
    font-family: "Baloo 2", sans-serif;
}
.common-button {
    background: #0061AF;
    border-radius: 4px;
    color: #fff;
    padding: 8px 16px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border: none;
}
.common-button:hover {
    background: #ED1C24;
    color: #fff;
}
table.custm-table {
    font-size: 16px;
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
}

table.custm-table thead th {
    background: #0061af;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.action-btn {
    background: #ccc;
    padding: 10px;
    border-radius: 4px;
    border: none;
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.action-show {
    background: transparent;
    color: #009F5E;
    border: 1px solid #009F5E;
}
.action-show:hover {
    background: #009F5E;
    color: #fff;
}
.action-delete {
    border: 1px solid #ed1c24;
    color: #ed1c24;
    background: transparent;
}
.action-delete:hover {
    color: #fff;
    background: #ed1c24;
}
.action-edit {
    border: 1px solid #6C757D;
    background: transparent;
    color: #6C757D;
}
.action-edit:hover {
    background: #6C757D;
    color: #fff;
}
.custm-table tbody tr:nth-child(odd) td {
    background: #f5f5f5;
}

.custm-table tbody tr:nth-child(even) td {
    background: #efefef;
}
.form-control:focus {
    box-shadow: none;
    border-color: #0061af;
}
a:focus-visible {
    outline: none;
}
.card-body {
    padding: 1rem;
}
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 5px;
}
.btn-with-heading {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.main-heading .common-page-title {
    margin: 0 !important;
    padding: 0;
    border: none;
}
.main-heading .common-page-title:after {
   display: none;
}

.heading-btn .common-button {
    font-size: 15px;
    padding: 6px 15px;
}
.btn-with-heading:after {
    position: absolute;
    content: "";
    background: #0061AF;
    width: 30px;
    height: 4px;
    left: 0;
    bottom: -1px;
    border-radius: 20px;
}
.custom-card {
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    padding: 20px;
    border-radius: 10px;
}
.custom-view-btn {
    background: #0061af !important;
    border-color: #0061af !important;
}
.custom-view-btn:hover {
    background: #ED1C24 !important;
    border-color: #ED1C24 !important;
}
.back-to-top {
    background: #ed1c24;
}
.back-to-top:hover {
    background: #0061af;
}

.form-control[readonly] {
    background: #f2f2f2;
}