body {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    background-color: #f0f1f7;
    font-size: 16px;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content {
    flex: 1;
    padding: 20px 3px;
}

.btn-primary {
    font-size: 1rem;
    background-color: #0f626a;
    border-color: #0f626a;
}
    .btn-primary:hover {
        background: #fff !important;
        color: #0f626a;
        border-color: #0f626a !important;
    }
.form-group .text-danger {
    font-weight: 500;
    font-size: 0.938rem;
}
.card {
    border-radius: 10px;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05) !important;
    padding: 0px;
    margin-bottom: 20px;
    border: 0;
}

.card-header {
    padding: 15px 20px;
    display: flex;
    gap: 15px;
    border-bottom: 0;
    background: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 0;
}

.card-right-box {
    display: flex;
    gap: 15px;
    align-items: center;
    flex-wrap: wrap;
}

.form-control, .form-control::placeholder {
    font-size: 0.938rem;
}

label {
    margin-bottom: 5px;
    font-size: 1rem;
    font-weight: 500;
}

.theme-table tr th {
    font-weight: 600;
    font-size: 1rem; /*background-color: #b7e2cb;*/
    /* background: #cfe0e1;*/
    background: #cfe0e1;
    color: #000;
    border-color: #c6c6c6;
    padding: 8px 15px;
    border-top: 1px solid #c6c6c6;
    border-bottom: 1px dashed #0f626a;
    word-wrap: break-word;
    vertical-align: top;
    text-align: center !important;
}

    .theme-table tr th + th {
        border-left: 1px solid #c6c6c6 !important;
    }

.theme-table tr td + td {
    border-left: 1px solid #c6c6c6 !important;
}

.theme-table tr th:first-child {
    border-left-color: #dde9ea;
}

.theme-table tr th:last-child {
    border-right-color: #dde9ea;
}

.theme-table tr td:first-child {
    border-left-color: transparent;
}

.theme-table tr td:last-child {
    border-right-color: transparent;
}

.theme-table tbody tr td {
    font-size: 0.938rem;
    border-color: #c6c6c6;
    padding: 8px 15px;
    border-bottom-style: dashed;
    text-align: center !important;
}

.theme-table tr {
    border-color: #c6c6c6;
}

.table.theme-table tr:nth-child(2n) td {
    background: #f4f1f6;
}

.pagination-layout {
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.938rem;
}

    .pagination-layout .dataTables_wrapper .dataTables_paginate {
        padding: 0;
    }

    .pagination-layout .dataTables_length label {
        margin: 0;
    }

    .pagination-layout .pagination {
        margin: 0;
    }

    .pagination-layout .page-link {
        color: #424242;
    }

        .pagination-layout .page-link.active {
            background: #009c4a;
            border-color: #009c4a;
            color: #fff;
        }


body .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #0f626a;
    color: #fff !important;
    border-radius: 5px;
    border-color: #0f626a;
}

body .dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 5px !important;
}
body .dataTables_wrapper .right-pagination .dataTables_paginate .paginate_button:hover {
    background: #0e6269 !important;
    color: #fff !important;
    border-color: #0e6269 !important
}


/*=============================Header Css Start=============================*/
.header-layout {
    position: sticky;
    top: 0; /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: 0 .1rem 0.5rem 0 rgba(40,35,45,.10);
    left: 0;
    width: 100%;
    z-index: 1;
}

    .header-layout .navbar {
        background-color: #0f626a;
        padding: 5px 20px 0px 0;
    }

        .header-layout .navbar a.navbar-brand {
            max-width: 150px;
            padding: 0;
        }

            .header-layout .navbar a.navbar-brand img {
                max-width: 100%;
            }

    .header-layout .navbar-nav {
        padding: 0px;
        gap: 10px;
    }

        .header-layout .navbar-nav .nav-item .nav-link {
            font-size: 1.18rem;
            padding: 10px 15px;
            border-radius: 0;
            color: #000;
            border-bottom: 4px solid transparent;
            line-height: 38px;
        }

            .header-layout .navbar-nav .nav-item .nav-link.active {
                border-bottom-color: #0f626a;
                color: #0f626a;
                font-weight: 600;
            }

                .header-layout .navbar-nav .nav-item .nav-link.active i {
                    font-weight: 500;
                }

    .header-layout .navbar-content {
        background-color: #fff;
        padding: 0;
    }
    /* .header-layout .navbar-nav .nav-item .nav-link.active{background-color: red;} */
    .header-layout .header-right {
        order: 3;
        display: flex;
        gap: 15px;
        align-items: center;
        justify-content: flex-end;
        flex: 1;
    }

    .header-layout .user-profile .nav-link {
        color: #fff;
    }

    .header-layout .user-profile .dropdown-menu {
        right: 0px !important;
        left: inherit !important;
    }

    .header-layout .navbar-toggler {
        border-color: #fff;
    }

    .header-layout .navbar-toggler-icon {
        filter: brightness(0.1) invert(1);
    }

/*=============================Header Css End=============================*/

.dataTables_wrapper .dataTables_info {
    font-size: 1rem;
    padding-top: 0 !Important;
}

table.theme-table.dataTable.no-footer {
    border-bottom: 0px;
}






/*=============================MainContent Css Start=============================*/


/*=============================MainContent Css End=============================*/

/*=============================Footer Css Start=============================*/

.footer-layout {
    border-top: 1px solid #ddd;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    background-color: #272727;
}

    .footer-layout p {
        margin: 0;
        padding: 0px;
    }

/*=============================Footer Css End=============================*/

@media only screen and (min-width:991px) {
    .header-layout .header-right {
        order: 3;
        flex: 1;
        justify-content: flex-end;
    }
}

@media only screen and (max-width:991px) {
    .pagination-layout {
        flex-direction: column;
        gap: 15px;
    }
}

@media only screen and (max-width:575px) {
    .year-control {
        width: 100%;
    }

    .number-control {
        width: 100%;
    }

    .header-right .hidden-xs {
        display: none;
    }
}
