html,
body {
    background: #F7F7F9;
    color: #424242;
    width: 100%;
    font-size: 95%;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

.hide-in-sm {
    display: flex !important;
}

.show-in-sm {
    display: none !important;
}

.btn-Active,
.btn-Inactive {
    transition: 0.5s;
}

.btn-Active:after {
    content: "Active";
    transition: 0.5s;
}

.btn-Inactive:after {
    content: "Inactive";
    transition: 0.5s;
}

.btn-Active:hover:after {
    content: "Inactive" !important;
}

.btn-Inactive:hover:after {
    content: "Active" !important;
}

.btn-Active:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-Inactive:hover {
    content: "Active" !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

/* Paid / Unpaid */

.btn-Paid,
.btn-Unpaid {
    transition: 0.5s;
}

.btn-Paid:after {
    content: "Paid";
    transition: 0.5s;
}

.btn-Unpaid:after {
    content: "Unpaid";
    transition: 0.5s;
}

.btn-Paid:hover:after {
    content: "Unpaid" !important;
}

.btn-Unpaid:hover:after {
    content: "Paid" !important;
}

.btn-Paid:hover {
    background-color: #6c757d;
    border-color: #6c757d;
}

.btn-Unpaid:hover {
    content: "Paid" !important;
    background-color: #1e7e34;
    border-color: #1c7430;
}

.swal-modal * {
    text-align: center;
}


.btn:focus,
a:focus,
input:focus,
select:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

.btn {
    cursor: pointer;
}

.main-bg {
    background: #288162 !important;
}

.bg-main {
    background: #00C26B !important;
}

.text-main {
    color: #00C26B !important;
}

.bg-main-alt {
    background-color: #00171F !important;
}

.text-main-alt {
    color: #00171F !important;
}

.bg-main-light {
    background: #878787 !important;
}

.text-main-light {
    color: #878787 !important;
}

.alert-main {
    background: #FFF;
    color: #00C26B;
    border-radius: 8px;
    font-weight: 500;
}

.bg-black {
    background: black !important;
}

.text-black {
    color: black !important;
}

.text-gray {
    color: lightgray !important;
}

.bg-white {
    background: white !important;
}

.text-white {
    color: white !important;
}

.btn-cancel {
    border-radius: 8px;
    color: #dc3545;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-cancel:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #dc3545;
    color: #fff;
    border: 1px solid #dc3545;
}

.btn-submit {
    border-radius: 8px;
    background-color: #00C26B;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #00C26B;
    padding: 0.600rem 1.1rem;
}

.btn-submit:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #00A35C;
    color: #fff;
}

.btn-main {
    border-radius: 8px;
    background-color: #00C26B;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #00C26B;
    padding: 0.8rem 1.1rem;
}

.btn-main:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #00A35C;
    color: #fff;
}

.btn-new {
    border-radius: 5px;
    background-color: #FFF;
    color: #00C26B;
    transition: 350ms ease;
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.03em;
    border: 1px solid #00C26B;
    padding: 0.35rem 1rem;
}

.btn-new:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #00C26B;
    color: #fff;
}

.btn-main-inverse {
    border-radius: 8px;
    background-color: #FFF;
    color: #00C26B;
    transition: 350ms ease;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #00C26B;
    padding: 0.8rem 1.1rem;
}

.btn-main-inverse:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #00C26B;
    color: #fff;
}

.btn-main-alt {
    border-radius: 8px;
    background-color: #00171F;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #00171F;
    padding: 0.8rem 1.1rem;
}

.btn-main-alt:hover {
    box-shadow: rgb(76 78 100 / 56%) 0px 6px 18px -8px;
    background-color: #00A35C;
    color: #fff;
}

.btn-main-delete {
    border-radius: 5px;
    background-color: #dc3545;
    color: white;
    transition: 350ms ease;
    font-size: 14px;
    line-height: 1em;
    font-weight: 500;
    text-align: center;
    letter-spacing: 0.06em;
    border: 1px solid #dc3545;
    padding: 0.600rem 1.1rem;
}

.btn-main-delete:hover {
    background-color: #c82333;
    color: white;
    border: 1px solid #c82333;
}

.btn-main-nav {
    border-radius: 0.30rem;
    background-color: #00C26B;
    border: 1px solid #00C26B;
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.275rem 1rem;
    margin: 0.25rem 0rem;
    text-transform: capitalize;
}

.btn-main-signout {
    border-radius: 0.30rem;
    background: #bb2d3b;
    border: 1px solid #bb2d3b;
    color: white;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.06em;
    padding: 0.275rem 1rem;
    margin: 0.25rem 0rem;
}

.btn-main-signout:hover {
    background: #b02a37 !important;
    color: white;
}

.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.35rem 0.5rem;
    font-size: .875rem;
    line-height: 1.5;
    font-weight: 500;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.8em + 0.5rem + 2px);
}

.border-main {
    border-color: #0047AB !important;
}

.table {
    margin-bottom: 0 !important;
}

table td p {
    text-align: left;
}

label {
    font-weight: 600;
    margin-bottom: 2px;
    font-size: 95%;
}

a {
    text-decoration: none !important;
}

.greetings h4 {
    font-size: 22px;
    color: #333;
    margin-bottom: 0px;
}

nav .page-head h4 {
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 0.25px;
    margin-bottom: 0px;
}

.page-head h4 {
    /*    text-transform: uppercase;*/
    font-size: 25px;
    color: #333;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}

.text-delete,
.text-edit {
    cursor: pointer;
    opacity: 0.7;
    font-weight: 500;
    font-size: 14px;
    padding: 0px 2px 0px 2px;
}

.text-edit {
    color: #0062cc !important;
}

.text-delete {
    color: #c82333 !important;
}


.text-delete:hover,
.text-edit:hover {
    opacity: 1;
}

.btn-delete {
    cursor: pointer;
    opacity: 0.5;
}

.btn-delete:hover {
    opacity: 1;
}

.rounded-top-10 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.rounded-bottom-10 {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.rounded-10 {
    border-radius: 10px;
}

.rounded-20 {
    border-radius: 20px;
}

.rounded-30 {
    border-radius: 30px;
}

.rounded-40 {
    border-radius: 40px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.font-105 {
    font-size: 105%;
}

.font-110 {
    font-size: 110%;
}

.font-95 {
    font-size: 95%;
}

.font-90 {
    font-size: 90%;
}

.font-85 {
    font-size: 85%;
}

.font-80 {
    font-size: 80%;
}

.form-group.row .col-md-3,
.form-group.row .col-md-4 {
    padding-top: 6px;
}

.pointer {
    cursor: pointer;
}

.tooltip-inner {
    text-align: left;
    font-size: 90%;
}

.tooltip-inner hr {
    background: white;
    margin-top: 3px;
    margin-bottom: 3px;
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-auto[x-placement^=top] * {
    text-align: left !important;
}

div.shadow {
    box-shadow: rgb(76 78 100 / 22%) 0px 2px 10px 0px !important;
}

.input-group-sm > .input-group-append > .input-group-text {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-top-right-radius: 7.5px !important;
    border-bottom-right-radius: 7.5px !important;
}

.input-group-sm > .input-group-prepend > .input-group-text {
    background: #f5f5f5;
    border: 1px solid #ced4da;
    border-top-left-radius: 7.5px !important;
    border-bottom-left-radius: 7.5px !important;
}

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-right-radius: 7.5px !important;
    border-bottom-right-radius: 7.5px !important;
}

@media only screen and (max-width:786px) {
    .hide-in-sm {
        display: none !important;
    }

    .show-in-sm {
        display: flex !important;
    }

    #sidebar-wrapper {
        margin-left: -15rem !important;
    }

    div.p-4 {
        /*        padding: 0.8rem !important;*/
    }

    div.px-4 {
        padding-left: 0.8rem !important;
        padding-right: 0.8rem !important;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: 0 !important;
    }

    #wrapper div.nav-icon {
        display: none !important;
    }

    .sub-menu .list-group {
        display: block !important;
    }

    #wrapper.toggled .nav-hide {
        display: block !important;
    }

    div.pl-5.pr-5 {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    div.p-5 {
        padding: 10px !important;
    }

    label {
        font-size: 80% !important;
    }

}
