@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
    direction: rtl;
    text-align: right;
    font-family: 'Tajawal', sans-serif;
}

.layout-fixed .main-sidebar {
    right: 0;
    left: unset;
}

body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
    transition: margin-right .3s ease-in-out;
    margin-right: 250px;
    margin-left: 0px;
}

.small-box .icon > i {
    right: unset;
    left: 15px;
}

.nav {
    padding-right: 0;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    right: unset;
    left: 1rem;
}

    .nav-sidebar .nav-link > .right:nth-child(2), .nav-sidebar .nav-link > p > .right:nth-child(2) {
        left: 2.2rem;
        right: unset;
    }

.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label, .input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after, .input-group:not(.has-validation) > .custom-select:not(:last-child), .input-group:not(.has-validation) > .form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
}

@media (min-width: 576px) {
    .float-sm-right {
        float: left !important;
    }
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.navbar-nav {
    padding-left: 40px;
    padding-right: 0px;
}

@media (min-width: 992px) {
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem !important;
        margin-left: unset !important;
    }
}

.ml-auto, .mx-auto {
    margin-right: auto !important;
    margin-left: unset !important;
}

ul.navbar-nav.ml-auto {
    padding-left: 0;
}

.mr-3, .mx-3 {
    margin-left: 1rem !important;
    margin-right: 0rem !important;
}

.float-right {
    float: left !important;
}

.float-left {
    float: right !important;
}

.dropdown-item {
    text-align: right;
}

a.dropdown-item.dropdown-footer {
    text-align: center;
}

[class*=icheck-] > input:first-child:checked + input[type=hidden] + label::after, [class*=icheck-] > input:first-child:checked + label::after {
    right: 15px;
    left: unset
}

[class*=icheck-] > input:first-child + input[type=hidden] + label::before, [class*=icheck-] > input:first-child + label::before {
    margin-right: -29px;
    margin-left: 0px;
}

.list-unstyled {
    padding-right: 0;
}

span.fa.fa-chevron-right {
    transform: scale(-1);
}

span.fa.fa-chevron-left {
    transform: scale(-1);
}

[class*=icheck-] > label {
    padding-left: 0px !important;
    padding-right: 29px !important;
}

.fc-toolbar-chunk .btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    order: 2;
}

.fc-toolbar-chunk .btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    order: 1;
}

[class*=sidebar-dark-] {
    background-color: #75ADB9;
}

    [class*=sidebar-dark-] .sidebar a {
        color: #fff;
    }

    [class*=sidebar-dark-] .nav-header {
        background-color: inherit;
        color: #fff;
    }

    [class*=sidebar-dark-] .nav-treeview > .nav-item > .nav-link {
        color: #fff;
    }

[class*=sidebar-dark] .btn-sidebar, [class*=sidebar-dark] .form-control-sidebar {
    background-color: #75adb9;
    border: 1px solid #ffffff;
    color: #fff;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #fff;
}

[class*=sidebar-dark] .user-panel {
    border-bottom: 1px solid #fff;
}

.user-panel .image {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
}

[class*=sidebar-dark] .btn-sidebar:focus, [class*=sidebar-dark] .form-control-sidebar:focus {
    border: 1px solid #fff;
}

input.knob {
    margin-left: 0 !important;
    margin-right: -47px !important;
}

.card-header > .card-tools {
    float: left;
    margin-right: -0.625rem;
}

.card-title {
    float: right;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #5c8c96;
    color: #fff;
}

.list-inline {
    padding-right: 0;
    list-style: none;
}

.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn, .input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn, .input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.form-check {
    position: relative;
    display: block;
    padding-left: 0rem;
    padding-right: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-right: -1.25rem;
    margin-left: 0rem;
}

.modal-header .close, .modal-header .mailbox-attachment-close {
    padding: 1rem;
    margin: -1rem auto -1rem -1rem;
}

.user-block {
    float: right;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: 1px solid #fff;
    background: #fff;
    padding: 7px;
}

.sidebar-mini .brand-link .brand-image {
    display: none;
}

.sidebar-mini.sidebar-collapse .brand-link .brand-image {
    display: block;
    margin: auto;
    width: 100%;
}

span.brand-text {
    background: #fff;
}



.small-box span {
    font-size: 12px;
}

.small-box sup {
    top: -5px;
    margin-right: 16px;
    padding: 3px 10px;
    border: 1px solid #ffff;
    margin-left: 5px;
}

.small-box h3 sup:last-child {
    margin-right: 0px;
}

.content .col-lg-6 {
    margin-bottom: 20px;
}

.content .card-header {
    background: #f5f6f6;
    color: #707070;
    font-weight: bold;
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 7px;
    border: none;
}

/*.content .card-header a {
        background-color: #75ADB9;
        padding: 2px 10px;
        border-radius: 2px;
        color: #75adb9;
        font-size: 14px;
        border: 1px solid #75adb9;
        transition-duration: 0.5s;
        color: #fff;
        margin-left: 0px;
    }*/

.content table a {
    color: #75adb9;
}

.ewds {
    padding-left: 6vw;
}

.redsw {
    color: #75ADB9;
    font-weight: bold;
}

/*.content .card-header a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #75adb9;
}*/

.sidebar a.nav-link {
    display: flex;
    align-items: center;
}

.sidebar lord-icon {
    filter: brightness(0) invert(1);
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgb(92 140 150 / 50%);
}

.products-list .product-info {
    margin-left: 0px;
}

.fdfcd {
    width: 100%;
    color: #75ADB9;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.trbvc {
    padding: 10px 20px;
    margin: 15px auto;
    width: 150px;
}

.content .card-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #75adb9;
    width: 100%;
    height: 46px;
    clip-path: polygon(0 0, 100% 0%, 100% 0, 100% 25%, 2% 25%, 0 100%);
}

.content .card-header.pink::after {
    background: #b8adc6;
}

.content table th {
    background: #9abfc7;
    color: #fff;
}

.filterbox {
    display: flex;
    align-items: center;
    width: 100%;
    /*justify-content: space-between;*/
    padding: 0px 15px;
    padding-top: 10px;
    background: #f0f5f6;
    position: relative;
    margin-bottom: 15px;
    border-radius: 4px;
    border-radius: 10px;
    flex-flow: row wrap;
}

.filter-head {
    width: 25%;
    display: flex;
    align-items: center;
    flex-direction: column;
    /*margin: 0 5px;*/
    padding: 0 5px;
    margin-bottom: 12px;
}

@media (max-width: 1100px) {
    .filter-head {
        width: 50%;
    }
}

    .filter-head label {
        width: 100%;
        margin: 0;
        margin-bottom: 5px;
    }

    .filter-head input {
        width: 100%;
        margin: 0;
    }

    .filter-head select {
        width: 100%;
        margin: 0;
    }

.filterbox h3 {
    font-size: 18px;
    font-weight: bold;
    color: #707070;
    margin: 0 5px;
}

@media (max-width: 768px) {
    .filter-head {
        width: 100%;
    }
}

.card-footer .btn-primary {
    color: #fff;
    background-color: #75adb9;
    border-color: #75adb9;
    box-shadow: none;
    padding: 8px 50px;
    margin-right: auto;
    display: block;
    transition-duration: 0.5s;
}

    .card-footer .btn-primary:hover {
        color: #75adb9;
        background-color: #fff;
        border-color: #75adb9;
        box-shadow: none;
        padding: 8px 50px;
        margin-right: auto;
        display: block;
    }

.dec.btn-primary {
    color: #fff;
    background-color: #75adb9;
    border-color: #75adb9;
    box-shadow: none;
    padding: 8px 50px;
    margin-left: auto;
    display: block;
    transition-duration: 0.5s;
}

    .dec.btn-primary:hover {
        color: #75adb9;
        background-color: #fff;
        border-color: #75adb9;
        box-shadow: none;
        padding: 8px 50px;
        margin-left: auto;
        display: block;
    }

.content label {
    font-size: 16px;
}

.card-body textarea {
    margin-bottom: 15px;
    width: 100%;
}

.greencol {
    color: #01b982;
}

.redcol {
    color: #e42d36;
}

.freds {
    display: none;
}

    .freds.redso {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }

.redso label {
    width: 40%;
}

.redso input {
    width: 200px;
}

.product-info a {
    color: #75ADB9;
}

.sidebar lord-icon {
    margin-left: 15px;
}

.nav-sidebar .nav-link > .right, .nav-sidebar .nav-link > p > .right {
    right: unset;
    left: 1rem;
    top: 24px;
}

.btn.btn-primary.dec.dert {
    margin-left: 15px;
    margin-right: auto;
    padding: 5px 10px;
}

.tablejabof th {
    width: 25%;
}

.tablejabof td {
    width: 25%;
}

.colgrn {
    color: #5c8c96;
    font-weight: bold;
}

.icheck-primary > input:first-child:checked + input[type=hidden] + label::before, .icheck-primary > input:first-child:checked + label::before {
    background-color: #75ADB9;
    border-color: #75ADB9;
}

span.engfilt {
    float: left;
}

.pt-10 {
    padding-top: 10px;
}

.filter-head select {
    width: 100%;
    margin: 0;
    height: calc(1.5rem + 2px);
    padding: 0 5px;
    /*font-size: 14px;*/
}

.filter-head input {
    width: 100%;
    margin: 0;
    height: calc(1.5rem + 2px);
    padding: 0 5px;
    /*font-size: 14px;*/
}    

.filterbox i.fas.fa-filter {
    font-size: 12px;
}

td .img-circle {
    width: 40px;
    margin-left: 15px;
}

input.form-control.wedszx {
    width: 50px;
    margin: auto;
    text-align: center;
}

.btn-warning {
    color: #1f2d3d !important;
}

.btn-success {
    color: #fff !important;
}

.btn-danger {
    color: #fff !important;
}

.wxcdn {
    width: 150px;
}

.hideropk {
    display: none;
}

    .hideropk.active {
        display: table-row;
    }

.btn.btn-info.sdsde {
    position: absolute;
    left: 150px;
    padding: 5px 15px;
    z-index: 2;
}

#chartranps text {
    font-family: Tajawal;
}

.content .card-header.catvd {
    padding: 15px;
    background: #f1f7f8;
    color: #707070;
}

    .content .card-header.catvd::after {
        content: '';
        display: none;
    }

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    vertical-align: middle;
}

.trokd1 {
    height: 0 !important;
    overflow: hidden;
    display: grid;
}

    .trokd1.active {
        height: 100% !important;
        overflow: hidden;
        display: table-row;
    }

.trokd2 {
    height: 0 !important;
    overflow: hidden;
    display: grid;
}

    .trokd2.active {
        height: 100% !important;
        overflow: hidden;
        display: table-row;
    }

.gj-datepicker.gj-datepicker-bootstrap.gj-unselectable.input-group.mb-3 {
    margin: 0 !important;
}

.gj-datepicker-bootstrap button[role=right-icon] {
    width: 2.5rem;
    border: none;
    margin-right: -40px;
}




















































@media (max-width:767px) {
    body: not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-right .3s ease-in-out;
        margin-right: 0px;
        margin-left: 0px;
    }

    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        margin-right: 0px;
    }

    .layout-fixed .main-sidebar {
        right: unset;
        left: 0;
    }

    .redsw {
        font-size: 18px;
    }

    .ewds {
        padding: 0;
    }

    .sidebar-collapse .main-sidebar, .sidebar-collapse .main-sidebar::before {
        margin-right: -250px;
        margin-left: 0;
    }

    .col-sm-12.justLang {
        display: block;
    }

    .content-header .justLang h1 {
        font-size: 1.2rem;
        margin-bottom: 10px !important;
    }
}

.justifyLanguages {
    display: flex;
    justify-content: space-between;
}

.justLang {
    display: flex;
    justify-content: space-between;
}

a.nav-link p {
    font-size: 14px;
}

i.fas.fa-arrow-circle-right {
    transform: scalex(-1);
}

.row.refdx {
    padding: 1rem;
}

.English {
    text-align: left !important;
    direction: ltr !important;
}

.btn.btn-primary.redbx {
    background: #75ADB9;
    padding: 5px 20px;
    border: none;
}

span.hdreng {
    display: block;
    font-weight: normal;
}

.users-list {
    padding-right: 0;
    list-style: none;
}

.sidebar input.form-control-sidebar::placeholder {
    color: #fff;
}

.dt-buttons.btn-group.flex-wrap button {
    margin-right: 5px;
    /*background: #75ADB9;
    border: none;*/
}

    .dt-buttons.btn-group.flex-wrap button:last-child {
        margin-left: 15px;
    }

.dataTables_info {
    padding-right: 15px;
    padding-top: 10px !important;
    font-size: 14px;
}

.dataTables_paginate {
    padding-left: 15px;
}

.table-striped tbody tr {
    background-color: #fff;
}

    .table-striped tbody tr:nth-of-type(2n+1) {
        background-color: #f2f2f2;
    }

.dataTables_wrapper .row:first-child {
    direction: ltr;
}

div.dataTables_wrapper div.dataTables_filter label {
    direction: rtl;
}

.dataTables_wrapper .row:first-child .col-sm-12.col-md-6 {
    text-align: left;
}

h3.card-title-style.English {
    margin-left: 1.2rem;
}

h3.card-title-style {
    font-size: 1.2rem;
}

textarea {
    border: 1px solid #ced4da;
}

.detailseng {
    float: left;
    font-weight: normal;
}

label.userinfo1 {
    width: 100%;
    color: #75adb9;
}

h5.userinfo2 {
    padding: 15px;
    background: rgba(117,173,185,0.1);
    border-radius: 4px;
    color: #6d6d6d;
}

.boxes {
    background: #fff;
    padding: 30px 20px;
    border-radius: 8px;
    border: 1px solid rgb(117 173 185 / 20%);
    box-shadow: 1px 1px 10px rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}

    .boxes.view {
        text-align: center;
    }

    .boxes label {
        font-weight: 500 !important;
        color: #75ADB9;
        margin: 0;
    }

table textarea.form-control {
    height: calc(2.25rem + 2px);
}

.drfed {
    width: 100%;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
}

.ewdmk .row {
    align-items: center;
}

.btn-primary {
    background: #75adb9;
    border-color: #75adb9;
}

.thnbv.active {
    display: none !important;
}

.phsgd {
    background: #f1f7f8;
    margin: 0 20px;
    border-radius: 4px;
}

table .btn {
    width: 100%
}

.card-body.ewdmk {
    background: rgba(117,173,185,0.1);
    border-radius: 5px;
}

.reexz .sp {
    height: 30px;
}

.reexz .ssc {
    background: #d4e9ed !important;
    font-size: 16px;
    font-weight: bold;
    color: #5c8c96;
    text-align: center;
}

.reexz table th.fullwid {
    background: #5c8c96;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
}

.reexz table th {
    background: #9abfc7;
    color: #fff;
    font-weight: 500;
}

.reexz .tablejabof .cstr th {
    width: 16.6% !important;
}

.reexz .tablejabof .cstr td {
    width: 16.6% !important;
}

.last-btn .btn i {
    color: #fff !important;
    font-size: 12px;
}

.drfvc td .d-flex {
    flex-direction: column;
}

    .drfvc td .d-flex .right-fesd {
        margin-bottom: 10px;
        width: 93%;
    }

.last-btn {
    margin-bottom: 10px;
    text-align: left
}

    .last-btn .btn:hover {
        background: #5c8c96;
        border-color: #5c8c96;
    }

.drews h6 {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
}

.d-flex.drews {
    background: #fff;
    padding: 6px;
    margin: 0 !important;
    border-radius: 8px;
    margin-bottom: 8px !important;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
    flex-grow: 1;
}

.left-fesd {
    display: none
}

    .left-fesd a {
        padding: 0px;
    }

        .left-fesd a:first-child i {
            color: #75adb9 !important;
        }

.last-btn .hgfhfds {
    width: 40px;
    padding: 0;
    margin-left: 5px;
}

.left-fesd {
    width: 7%;
}

.last-btn {
    margin-bottom: 10px;
    text-align: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 10px;
}

.weekvfd td {
    position: relative;
}

.fa-trash.text-danger {
    margin-right: 4px;
}

/*.weekvfd .text-danger {
    color: #c67288 !important;
}*/

.left-fesd a:first-child i {
    color: #8dae94 !important;
}

.weekvfd .text-info {
    color: #be9928 !important;
}

.right-fesd .text-primary {
    color: #86b83b !important;
}

.weekvfd h6 i {
    width: 20px;
    text-align: center;
}

.weekvfd .btn i {
    font-size: 14px;
}

span.timwek {
    padding: 5px 20px;
    background: rgb(154 191 199 / 30%);
    color: #1d1d1d;
    border-radius: 4px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
}

.table-striped tbody tr:nth-of-type(even) .d-flex.drews {
    background: #f3f3f3
}

.content .card-header.catvd.frdsz {
    padding: 15px;
    background: #689ca7;
    color: #fff;
}

.refdcv {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: #689ca7;
    color: #fff;
    margin-bottom: 10px;
    border-radius: 4px;
}

    .refdcv h6 {
        margin: 0;
    }

.text-white {
    color: #fff !important;
}

.mntfrd {
    font-weight: bold;
    color: #75ADB9;
    margin: 30px 0;
}

.botpart .formpar {
    margin-bottom: 8px;
    padding: 8px;
    border-radius: 4px;
    background: rgb(116 172 184 / 20%);
}

.formpar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.botpart .formpar label {
    width: 70%;
    font-size: 16px;
    color: #75adb9;
    font-weight: 600;
}

.botpart .col-md-3 {
    padding: 0 3px;
}

.formpar input.form-control {
    border: none;
}

.nav-tabs .nav-link {
    background: #e4f0f2;
    margin: 0 2px;
}

    .nav-tabs .nav-link.active {
        background: #75adb9;
        color: #fff;
    }

@media (max-width:991px) {
    .drfed {
        width: 150px;
        border-radius: 16px;
        border: 4px solid #fff;
        box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
    }
}

.ewdssxc {
    display: none;
}

    .ewdssxc.active {
        display: block;
    }

.ewdssxc2 {
    display: none;
}

    .ewdssxc2.active {
        display: block;
    }

.bg-redexp {
    background: #ffabab;
}

.dsfsfsfcx {
    background: #75ADB9;
    color: #fff;
    font-weight: bold;
}

a.boxr {
    background: #9abfc7;
    color: #fff;
    padding: 20px;
    display: block;
    text-align: center;
    border-radius: 4px;
    margin-bottom: 15px;
    cursor: pointer;
}

ul.nav.nav-treeview {
    background: rgb(104 156 167 / 49%) !important;
}

li.nav-item.menu-open a.nav-link {
    margin: 0;
}

/*.fres {
    cursor: pointer;
    transition-duration: 0.5s;
}*/

.d-flex.drews {
    transition-duration: 0.5s;
}

/*.fres:hover .d-flex.drews {
    background: rgba(117,173,185,0.19) !important;
}*/

.weekvfd.sfsfvcx td {
    padding-bottom: 5px;
}

.login-page {
    background: rgb(117 173 185 / 21%);
}

    .login-page .card-primary.card-outline {
        border-top: 3px solid #75ADB9;
    }

    .login-page button.btn.btn-primary {
        border-color: #75ADB9;
        background: #75ADB9;
    }

    .login-page .input-group {
        direction: ltr;
    }

    .login-page .input-group-text {
        border-radius: 0 !important;
    }

    .login-page input.form-control {
        border-radius: 0 !important;
        text-align: right;
    }

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #75adb9;
    border-color: #75adb9;
}

.colored-table .nav-link.grey {
    background: rgb(217 217 217 / 20%);
}

.colored-table .nav-link.yellow {
    background: rgb(255 229 153 / 50%);
}

.colored-table .nav-link.green {
    background: rgb(168 208 141 / 50%);
}

.colored-table .nav-link.orange {
    background: rgb(247 202 172 / 50%)
}

.colored-table .nav-link.blue {
    background: rgb(189 214 238 / 50%)
}

.colored-table .nav-tabs .nav-link.active {
    background: #75adb9;
}


.content .colored-table table .grey {
    background: rgb(217 217 217 / 20%);
    color: #000;
    font-weight: bold;
}

.content .colored-table table .yellow {
    background: rgb(255 229 153 / 50%);
    color: #000;
    font-weight: bold;
}

.content .colored-table table .green {
    background: rgb(168 208 141 / 50%);
    color: #000;
    font-weight: bold;
}

.content .colored-table table .orange {
    background: rgb(247 202 172 / 50%);
    color: #000;
    font-weight: bold;
}

.content .colored-table table .blue {
    background: rgb(189 214 238 / 50%);
    color: #000;
    font-weight: bold;
}

.content .colored-table table .no-bold td {
    font-weight: normal !important;
}

.content .colored-table .table td, .content .colored-table .table th {
    padding: 0.15rem 0.7rem;
}

.content .colored-table table .form-control {
    height: 28px;
}

table.total-table {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #75adb9;
}

    table.total-table label {
        font-size: 24px;
        font-weight: bold;
        color: #75adb9;
    }

    table.total-table td {
        padding: 1rem 5rem;
    }

.text-decoration-underline {
    text-decoration: underline;
    margin: 0
}

.percentage-calc h4 {
    font-size: 1rem;
    font-weight: bold;
}

.content .colored-table span.red {
    color: red;
    font-weight: bold;
}

.total-table .percentage-calc h4 {
    font-size: 24px;
}
