body,
html {
    background-color: #F7F7F7;
    overflow-x: hidden;
    padding-right: 0 !important;
}

body {
    font-family: "Roboto", sans-serif;
}

.body {
    color: #00565B !important;
}

.navbar {
    background: transparent;
}

.navbar>.container {
    max-width: none;
}

.navbar-light .navbar-brand,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #00565B;
}

.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #00C292;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.5rem;
}

.dropdown-menu {
    min-width: 14rem;
    font-size: 1.05rem;
    color: #00565B;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.dropdown-item {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #00373D;
    padding: 0.75rem 1.5rem;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #79A550;
    background-color: transparent;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #00C292;
    color: #ffffff;
}

.navbar-expand-md .navbar-nav {
    flex-direction: row;
}

.navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    font-size: 0.9rem;
    margin-top: 0;
    right: 0;
    left: auto;
    top: 100%;
    border: 3px solid #00565B;
    border-radius: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.dropdown-menu .user-info {
    font-size: 15px;
    letter-spacing: 1.5px;
    padding: 0.6rem 1.5rem;
    background: #00565B;
    color: #ffffff;
}

i.navbar-icon {
    padding: 0;
    width: auto;
    height: auto;
    background-image: linear-gradient(180deg, #fff 0, #dddddd6e);
    padding: 13px;
    border-radius: 15px;
    font-size: 15px;
    color: #00373D;
    border: 1px solid #e2e1dd;
}

.dropdown-toggle::after {
    display: none;
}

.sidebar {
    margin-top: -75px;
    border-radius: 0 30px 30px 0;
    background: #00373D;
    height: 100vh;
    position: fixed;
    overflow-y: scroll;
}

@media (min-width: 992px) {
    .sidebar {
        width: 250px;
    }

    .navbar {
        width: calc(100% - 250px);
        left: 250px;
        padding-left: 2.25rem;
        height: 75px;
    }
}

@media (max-width: 991px) {
    .sidebar {
        width: 25%;
    }

    .navbar {
        width: 75%;
        left: 25%
    }
}

@media (max-width: 767px) {
    .sidebar {
        width: 90px;
    }
}

@media (max-width: 767px) {
    .d-sm-inline {
        display: none !important;
    }
}

@media (max-width: 575px) {
    .sidebar {
        width: 70px
    }
}

.navigation {
    min-height: 99vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sidebar .nav {
    overflow: hidden;
    flex-wrap: nowrap;
    flex-direction: column;
    margin-top: 20px;
}

.sidebar img.logo {
    max-width: 165px;
    width: 90%;
    margin: 0 auto 0 15px;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .sidebar img.logo {
        display: block !important;
    }
}

.sidebar .nav-item {
    margin: 0 0.5rem 0.25rem 0.5rem;
    border-radius: 15px;
}

@media (max-width: 575px) {
    .sidebar .nav-item {
        margin: 0;
    }
}

.sidebar .nav-link {
    display: flex;
    padding: 0.9rem 0.5rem;
    color: #ffffff !important;
    font-size: 1rem;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: 500;
}

.sidebar .nav-item i {
    width: 20px;
}

.sidebar li.nav-item:first-child {
    margin-top: 10px;
}

li.nav-item.active {
    background: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(to bottom right, #00373D, rgba(255, 255, 255, 0.2));
    box-shadow: -3px -2px 3px 0px #fbff4a;
}

.sidebar li.nav-item:hover {
    background: rgba(255, 255, 255, 0.2);
    background-image: linear-gradient(to bottom right, #00373D, rgba(255, 255, 255, 0.2));
    color: #d0cfcf !important;
}

li.nav-item.nav-label {
    font-weight: 600;
    font-size: 1.15rem;
    color: #2F3D4B;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.5em;
}

li.nav-item.nav-label:hover {
    background: none !important;
}

.nav-title {
    margin-top: 0.15rem;
}

.list-group-item-success label {
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.05rem;
}

.content-wrapper {
    padding: 30px 2.25rem;
    padding-top: 0px;
}

@media (min-width: 992px) {
    .content-wrapper {
        margin-left: 250px;
    }
}

@media (max-width: 991px) {
    .content-wrapper {
        width: 75%;
        left: 25%;
        position: relative;
    }
}

@media (max-width: 767px) {
    .content-wrapper {
        margin-left: 90px;
        left: 0;
        width: calc(100% - 90px);
    }
}

@media (max-width: 575px) {
    .content-wrapper {
        margin-left: 70px;
        padding: 30px 1.5rem;
    }
}

.row>* {
    padding-right: 15px;
    padding-left: 15px;
}

.tablerow {
    margin-left: -15px;
    margin-right: -15px;
}

.tablerow .table-responsive {
    padding: 15px;
}

.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}

.pl-0 {
    padding-left: 0 !important;
}

h1 {
    letter-spacing: 1px;
    font-size: 32px;
    color: #00373D;
    margin-bottom: 1.25rem;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #00565B;
    letter-spacing: 1px;
    font-weight: 600;
}

a {
    color: #00C292;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: underline;
}

a:hover {
    color: #00C292;
}

p.input-note {
    font-size: 0.875rem;
    letter-spacing: 1px;
    color: #00565B;
    margin-bottom: 0;
}

p.stat-description {
    font-size: 1rem;
    letter-spacing: 0.5px;
    color: #00565B;
    margin-bottom: 0;
    line-height: 1.2rem;
}

p.body-text {
    color: #00565B;
    font-size: 1.0rem !important;
    letter-spacing: 0.5px;
}

.uppercase-text {
    text-transform: uppercase;
}

.bottom-border {
    border-bottom: 1px solid #ddd;
    margin-bottom: 1rem;
}

.bottom-border-2 {
    border-bottom: 7px double #79a550;
    margin-bottom: 30px;
}

.top-border {
    border-top: 7px double #79a550;
    margin-top: 1rem;
}

.stat-number {
    color: #00565B;
    font-size: 2.25rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 0.25rem !important;
    line-height: 3rem;
}

.stat-number-small {
    color: #00565B;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    margin-left: 0.25rem !important;
    line-height: 3rem;
}

.nacha-tile {
    line-height: 1rem;
}

a.nacha-link {
    word-break: break-word;
    font-size: 1.35rem;
    line-height: 1.0em;
}

.page-title {
    margin-bottom: 1.5rem;
}

.tab-content .page-title {
    display: none !important;
}

.page-title h2 {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    font-size: 32px;
}

h1.homepage-message {
    font-size: 54px;
    margin-bottom: 10px;
    font-weight: 800;
}

h1.homepage-message.green-text {
    color: #00c292;
    margin-bottom: 5px;
}

h2.homepage-message {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1px;
}

img.homepage-favicon {
    max-width: 90px;
    margin-bottom: 15px;
}

i.fa.fa-lock.homepage-icon {
    color: #00565B;
    font-size: 3.5rem;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.float-right {
    float: right;
}

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

.text-success {
    --bs-text-opacity: 1;
    color: #79A550 !important;
    font-weight: 600;
}

.text-danger {
    --bs-text-opacity: 1;
    color: #D67C3A !important;
    font-weight: 600;
}

.text-info {
    color: #00565B !important;
}

span.error {
    letter-spacing: 0.5px;
    color: #00373D;
    font-weight: 600;
}

.white-box {
    background: #fff;
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 8px;
    box-shadow: 0px 2px 21px 0px rgb(0 55 61 / 6%);
    min-width: 100%;
    border: 1px solid #dddddd6e;
}

.white-box.stat-tile {
    padding: 25px 10px 25px 20px;
}

.white-box.invoice-tile {
    padding: 5px 15px 10px 15px;
    margin-bottom: 20px;
}

.stat-tile-body {
    padding: 25px 10px 25px 20px;
    position: relative;
    z-index: 99;
    background: #fff;
    border-radius: 8px;
}

.stat-boxes {
    border: 2px solid #dddddd99 !important;
    border-radius: 8px;
}

.white-box h5 {
    font-weight: 600;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.white-box .white-box {
    border: 2px solid #dddddd99 !important;
    box-shadow: none;
}

.white-box.stat-card {
    padding: 0;
    border: 3px solid #dddddd6e;
}

.white-box.snapshot-box {
    padding: 15px;
}

.batch-detail-boxes {
    border-bottom: 7px double #79a550;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.batch-detail-boxes:first-child {
    margin-top: 10px;
}

.batch-detail-boxes:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.white-box .box-title,
.app-status.box-title,
.subtitle {
    margin: 0 0 12px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1.45rem;
    letter-spacing: 2px;
    color: #00565B;
}

.subtitle {
    font-size: 1.15rem;
}

.white-box.table-details {
    font-size: 1rem;
}

.white-box.table-details .row {
    margin-bottom: 1.5rem;
}

.table-details .line-item-title {
    line-height: 1.5rem;
}

.table-details .row {
    border-left: 3px solid #79A550;
    min-height: 50px;
    margin-left: 0.25rem;
}

.white-box.app-details {
    padding: 0 25px 25px 25px;
    border-radius: 25px 25px 0 0;
}

.app-header {
    color: #00565B;
    font-size: 1.45rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
}

.app-header i {
    color: #79A550;
    font-size: 1.25rem;
    margin-bottom: 4px;
    width: auto;
    height: auto;
}

.invoice-row {
    margin: 0;
    padding: 0.75rem;
    border-bottom: 2px solid #dddddd99 !important;
}

.invoice-row:last-child {
    border-bottom: none !important;
}

.card-header {
    background-color: #FAF9F7;
}

.tiles .card {
    margin-left: 5px;
    margin-right: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.125) !important;
    padding-top: 15px;
}

.card.deposit-breakdown {
    border: 1px solid #ced4da;
    background: #FAF9F7;
    padding: 20px;
}

.status-badge {
    font-size: 0.9rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    border-radius: 10rem;
}

.badge-main {
    background-color: transparent;
    color: #79A550;
    border: 2px solid #dddddd99 !important;
    border-radius: 8px;
    letter-spacing: 1px;
    text-transform: capitalize;
    /*box-shadow: 0px 0px 11px -3px rgb(0 55 61 / 20%);*/
}

.badge-warning {
    background-color: transparent;
    color: #D67C3A;
    border: 2px solid #dddddd99 !important;
    border-radius: 8px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.badge-info {
    background-color: transparent;
    color: #79A550;
    border: 2px solid #dddddd99 !important;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.add-button {
    width: auto;
    height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
    color: #00C292;
    background-color: #F4F4F4;
    border: 5px solid #ffffff;
    border-radius: 45px;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 15%);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
    text-align: center;
    padding: 8px 15px 15px 15px;
    text-decoration: none;
    margin-left: 10px;
}

.add-button:hover {
    color: #00565B;
    transform: scaleX(1.05) scaleY(1.05) !important;
    box-shadow: 0px 5px 25px rgb(0 55 61 / 9%);
}

.add-button.readonly {
    width: auto;
    padding: 8px 15px 15px 15px;
    color: #00c292;
    cursor: default;
}

.add-button.readonly:hover {
    transform: none !important;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 15%);
}

.add-button.float-left {
    margin-left: 0;
    margin-top: -6px;
}

.add-button.float-end {
    margin-left: 0;
    margin-top: 6px;
}

.add-button i {
    color: #00C292;
    width: auto;
    height: auto;
    font-size: 14px;
}

div#notes .add-button i {
    margin-top: 3px;
}

.app-buttons {
    margin-bottom: 25px;
}

.app-buttons .btn {
    transition: all 0.5s ease 0s;
}

.app-buttons .btn:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 20px rgb(0 55 61 / 15%);
    background: #ffffff;
}

.app-buttons i {
    padding: 0.6rem;
    display: inline-block;
    margin-left: 1.5rem;
    font-size: 1rem;
    height: auto;
    width: auto;
    border-radius: 50px;
}

.app-buttons-2 i {
    padding: 0.7rem;
    display: inline-block;
    margin-right: 1rem;
    font-size: 1rem;
    height: auto;
    width: auto;
    border-radius: 0.25rem;
}

.app-action-buttons .add-button i {
    color: #ffffff;
    margin-bottom: 4px;
}

.btn-primary {
    color: #f7f7f7;
}

.btn-primary:hover {
    border-color: #00565B;
}

.btn-success i {
    color: #BCD2A8;
    background: #ffffff;
}

.btn-danger i {
    background: #ffffff;
    color: #f5d961;
    padding-right: 0.65rem;
    padding-left: 0.8rem;
}

.btn-warning,
button.cancelBtn.btn.btn-sm.btn-default {
    color: #00565B !important;
    background-color: transparent;
    border: 2px solid #dddddd70 !important;
    background-image: none !important;
    margin-left: 0.25rem;
}

.btn-warning:hover,
button.cancelBtn.btn.btn-sm.btn-default:hover {
    color: #00373D !important;
    background-color: #ffffff !important;
}

.add-button.btn-approve {
    background: #79A550;
    color: #ffffff;
    margin-left: 5px;
}

.add-button.btn-decline {
    background: #FFAD32;
    color: #ffffff;
    margin-left: 5px;
}

.add-button.btn-ignore {
    background: #D8D5C8;
    color: #ffffff;
    margin-left: 5px;
}

.add-button.btn-draft {
    background: #00373D;
    color: #ffffff;
    margin-left: 5px;
}

.add-button.btn-login {
    background: #00565B;
    padding: 10px 15px;
    height: auto;
    box-shadow: 0px 0px 10px 0px rgb(0 86 91 / 30%);
    color: #ffffff;
}

.daterangepicker .drp-buttons .btn {
    font-size: 13px;
    font-weight: 600;
    padding: 0.3rem 0.75rem;
}

.daterangepicker .drp-selected {
    font-size: 14px !important;
    font-weight: 600;
    color: #00373D;
    letter-spacing: .5px;
}

.daterangepicker {
    font-family: "Roboto", sans-serif !important;
}

.daterangepicker th.month {
    font-size: 14px !important;
    padding-top: 0.5rem;
}

.daterangepicker td.in-range {
    color: #00373D !important;
    background-color: #d4e2c6 !important;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #79A550 !important;
    color: #ffffff !important;
}

.btn.btn-warning.btnFreezePayments {
    width: 100%;
    padding: 0.5rem;
}

.btn-info i {
    background: #ffffff;
    color: #00565B;
}

.btn-secondary i {
    background: #ffffff;
    color: #EEECE2;
    padding-left: 0.7rem;
    padding-right: 0.5rem;
}

.btn {
    background-image: linear-gradient(to bottom right, #00373D, #00565B);
    border: 0.125rem solid #00565B;
    color: #f7f7f7;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px;
    font-weight: 600;
}

.btn:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom right, #00373D, #00373D);
}

button.dt-button {
    background: #ffffff;
    border: none;
    border-radius: 1.5rem;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.5rem;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 15%);
}

button.dt-button:hover {
    color: #00c292;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus,
.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle,
.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle,
.btn-check:focus+.btn-warning,
.btn-warning:focus,
.btn-check:focus+.btn-primary,
.btn-primary:focus {
    background-color: inherit;
    border: 0.125rem solid #00565B;
}

.btn-check:focus+.btn,
.btn:focus {
    box-shadow: none;
}

.btn-success {
    font-size: .95rem;
    background: #79A550;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    margin-right: 0.25rem;
}

.btn-success:hover {
    color: #79A550;
}

.btn-check:focus+.btn-success,
.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle .btn-check:focus+.btn-success,
.btn-success:focus,
.btn-success:hover {
    border-color: #BCD2A8;
    background-color: #BCD2A8;
}

.btn-warning:disabled,
.btn-warning.disabled,
.btn-primary:disabled,
.btn-primary.disabled {
    background-color: inherit;
    border-color: inherit;
}

.btn-danger {
    font-size: .95rem;
    background: #FFAD32;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    margin-right: 0.25rem;
}

.btn-danger:hover {
    color: #FFAD32;
}

.btn-info {
    font-size: .95rem;
    background: #00373D;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    margin-right: 0.25rem;
}

.btn-info:hover {
    color: #00373D;
}

.btn-info:focus,
.btn-info:active:focus {
    box-shadow: none;
    color: #ffffff;
    border-color: #00565B;
}

.btn-secondary {
    font-size: .95rem;
    background: #D8D5C8;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    padding: 0.35rem 0.35rem 0.35rem 1rem;
    margin-right: 0.25rem;
}

.btn-secondary:hover {
    color: #E2DECD;
}

.btn-secondary:focus,
.btn-secondary:active:focus {
    box-shadow: none;
    color: #ffffff;
    border-color: rgb(0, 0, 0, 0.9);
}

.custom-btn {
    border: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .06);
    color: #79A550;
    font-weight: 600;
    padding: 0.75rem 1rem;
    transition: all 1s ease;
    width: 100%;
}

.custom-btn i {
    margin-top: 6px;
}

.btn-animation {
    background: linear-gradient(to bottom right, #ffffff, #eaeaea);
    border-top: 1px solid #e9e8ef;
    z-index: 1;
    font-size: .9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: left;
    position: relative;
}

.btn-animation:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #79A550;
    border-radius: 0 0 8px 8px;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, .5),
        7px 7px 20px 0px rgba(0, 0, 0, .05),
        4px 4px 5px 0px rgba(0, 0, 0, .05);
    transition: all 0.5s ease;
}

.btn-animation:hover {
    color: #fff;
}

.btn-animation:hover:after {
    left: 0;
    width: 100%;
}

.btn-animation:active {
    top: 2px;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle .btn-check:focus+.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    border-color: #f5d961;
    background-color: #f5d961;
}

.group-conditions .btn-primary.active {
    background-image: linear-gradient(to bottom right, #00373D, #00565B);
    opacity: 1;
}

.group-conditions .btn-primary {
    opacity: 0.5;
    margin-right: 0.25rem;
    padding: 0.4rem 0.9rem;
}

.group-conditions .btn-primary.disabled {
    opacity: 0.25;
    border-color: #00565B;
}

.query-builder .rules-group-container {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #00373D;
    border: 2px solid #dddddd99 !important;
    padding: 20px !important;
}

.query-builder .rules-group-container .rules-group-container {
    border: 2px solid #dddddd99 !important;
}

.query-builder .rules-group-container .btn-success,
.query-builder .rules-group-container .btn-danger {
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px;
    font-weight: 600;
}

.query-builder .rules-group-container .btn-success:hover,
.query-builder .rules-group-container .btn-danger:hover {
    color: #ffffff;
}

.query-builder .rule-value-container select,
.query-builder .rule-value-container input[type='text'],
.query-builder .rule-value-container input[type='number'] {
    padding: 0.5rem 1.375rem !important;
}

.query-builder .rule-value-container {
    border-left: none !important;
}

.query-builder .rule-container {
    padding: 20px !important;
    border: 2px solid #f7f7f7 !important;
    background: #f7f7f7 !important;
}

.query-builder .rules-list>*::before,
.query-builder .rules-list>*::after {
    border-color: #00565B !important;
    height: calc(50% + 15px) !important;
}

.riskRule ul {
    padding-left: 0;
    margin-bottom: 0;
}

.riskRule ul li {
    margin-bottom: 0.15rem;
    font-weight: 600;
}

.riskRule ul li:last-child {
    margin-bottom: 0;
}

#payfac-risk-rule #payfac_risk_rules-dt td.details-control:before {
    color: #00C292;
}

#payfac-risk-rule #payfac_risk_rules-dt div.riskRule {
    padding: 20px !important;
    background: #f7f7f7 !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bg-success {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(to bottom right, #f5d961, #f5d961);
}

.bg-primary {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(to bottom right, #80E1C9, #00c292);
}

.bg-secondary {
    --bs-bg-opacity: 1;
    background-image: linear-gradient(to bottom right, #b8cfa2, #79a550);
}

.bg-lineitem {
    background-image: linear-gradient(to bottom right, #ffffff, #E4E4E4) !important;
    font-weight: bold;
}

.r-icon-stats.success i {
    color: #f5d961 !important;
    padding: 0;
    margin-top: 12px;
}

.r-icon-stats.primary i {
    color: #00c292 !important;
    padding: 0;
    margin-top: 12px;
}

.r-icon-stats.secondary i {
    color: #79a550 !important;
    padding: 0;
    margin-top: 12px;
}

.r-icon-stats.info i {
    color: #00373D !important;
    padding: 0;
    margin-top: 12px;
}

.r-icon-stats.stat-quantity.info {
    color: #00373D;
}

.r-icon-stats.danger i {
    color: #f8bb86 !important;
    padding: 0;
    margin-top: 12px;
}

a.report-list {
    font-size: 1.15rem;
    text-decoration: none;
}

a.report-list:hover {
    text-decoration: underline;
}

.report-list i {
    font-size: 22px;
    margin-right: 0.5rem;
}

.alert-warning {
    /*color: #00565B;*/
    font-size: 15px;
    letter-spacing: 0.5px;
    /*background-color: #ffffff;*/
    /*border-color: #ffffff;*/
    border-top: 3px solid #FBFF4A;
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;
}

.alert-2fa {
    border: 7px double #79a550;
    border-radius: 50px;
    margin-bottom: 0;
    padding: 7px;
    padding-left: 0.75rem;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #00565B;
}

.alert-2fa.warning {
    border-color: #FFAD32;
}

.alert-2fa.alert-dismissible {
    padding-right: 2.5rem;
}

button.close-button {
    position: absolute;
    right: 0;
    background: transparent;
    top: 4px;
    border: 0;
}

button.close-button i {
    font-size: 1.25rem;
    background-color: #00565B;
    color: #f7f7f7;
    border-radius: 50px;
    padding: 4px 7px 4px 8px;
    transition: all 0.2s ease 0s;
    width: auto;
    height: auto;
}

.swal2-styled.swal2-confirm {
    background-color: #00C292;
}

.swal2-styled.swal2-deny {
    border-radius: 1.5rem !important;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px !important;
    font-weight: 600;
    border: 0.125rem solid #FFAD32 !important;
    background-color: #FFAD32 !important;
    color: #fff;
}

.swal2-styled.swal2-deny:hover {
    background-image: none;
}

.swal2-styled.swal2-deny:focus {
    box-shadow: none;
}

.swal2-file,
.swal2-input,
.swal2-textarea {
    border: 3px solid #dddddd99 !important;
    box-shadow: none;
}

.swal2-input:focus {
    box-shadow: none;
}

.swal2-popup {
    background: #f7f7f7 !important;
    color: #00373D !important;
    padding: 1rem 0 3.25em !important;
}

.swal2-icon {
    width: 60px !important;
    height: 60px !important;
    border: 5px solid #ffffff !important;
    box-shadow: 0px 0px 25px -3px #2f3d4b61;
    background: #f7f7f7;
}

.swal2-icon.swal2-success.swal2-icon-show {
    width: 5em !important;
    height: 5em !important;
    box-shadow: none !important;
}

.swal2-icon.swal2-question {
    color: #00c292 !important;
}

.swal2-icon .swal2-icon-content {
    font-size: 2.75em !important;
}

.swal2-title {
    padding: 0.5em 1em 0 !important;
    font-size: 1.75em !important;
}

.swal2-icon.swal2-success .swal2-success-ring {
    width: 60px;
    height: 60px;
    border: 5px solid #ffffff !important;
    box-shadow: 0px 0px 25px -3px #2f3d4b61;
    border-radius: 50%;
}

/*.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
        top: 1.85em!important;
        right: 0.3em!important;
        width: 2em!important;
        transform: rotate(-45deg)!important;
    }

    .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
        top: 2.25em!important;
        left: 0.75em!important;
        width: 1.25em!important;
        transform: rotate(45deg)!important;
    }*/

.swal2-styled.swal2-confirm {
    background-image: linear-gradient(to bottom right, #00373D, #00565B) !important;
    border: 0.125rem solid #00565B !important;
    color: #f7f7f7 !important;
    border-radius: 1.5rem !important;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px !important;
    font-weight: 600;
}

.swal2-styled.swal2-cancel {
    border-radius: 1.5rem !important;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-size: 13px !important;
    font-weight: 600;
    color: #00373D !important;
    background-color: transparent !important;
    border: 2px solid #e2e1dd !important;
    background-image: none !important;
}

.swal2-actions {
    width: 100% !important;
}

.swal2-styled.swal2-confirm,
.swal2-styled.swal2-cancel {
    min-width: 25% !important;
}

.swal2-styled.swal2-confirm:focus,
.swal2-styled.swal2-cancel:focus {
    box-shadow: none !important;
}

hr.divider {
    color: #00565B;
    height: 2px;
    opacity: 1;
}

.r-icon-stats i {
    width: 33px;
    height: 33px;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    display: inline-block;
    border-radius: 100%;
}

.r-icon-stats svg

/*i*/
    {
    width: 66px;
    height: 66px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    display: inline-block;
    border-radius: 100%;
    vertical-align: top;
}

td i {
    font-size: 24px;
    cursor: pointer;
}

i.table-icons {
    font-size: 18px;
    margin-right: 5px;
}

i.app-icon {
    color: #00565B;
}

.checklist-label i.app-icon {
    color: #00C292;
}

i.app-icon.check-list,
i.check-list {
    width: auto;
    height: auto;
    font-size: 1.4rem;
    margin-right: 10px;
}

.white-box .white-box i.app-icon {
    color: #ffffff;
}

.app-checklist .white-box .white-box i.app-icon {
    color: #00C292;
}

.white-box .white-box .r-icon-stats svg,
.white-box .white-box i {
    color: #00373D;
}

.white-box .white-box .btn i {
    color: #ffffff;
}

.text-center {
    text-align: center;
}

.float-left {
    float: left;
}

#masquerade i {
    width: 50px;
    height: 45px;
    padding: 10px;
}

#masquerade i::before {
    color: #00565B;
}

.test {
    color: #79a550;
    border-radius: 50px;
    margin-right: 0.25rem;
    padding: 4px 20px 2px 6px;
    border: 7px double #79a550;
    display: flex;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.9em;
}

.masquerade-wrapper {
    display: flex;
    align-items: center;
}

.masquerade-wrapper i.fa.fa-caret-right {
    display: none;
}

.masquerade-wrapper:nth-child(2) i.fa.fa-caret-right {
    display: block !important;
    color: #79a550;
    font-size: 2rem;
    margin-right: 0.4rem;
}

.add-button.masquerade-close {
    background: #FFAD32;
    color: #ffffff;
    margin-left: 5px;
    padding: 5px 5px 5px 8px;
    height: auto;
    width: auto;
    line-height: 0;
    margin-right: 0.5rem;
}

a.masquerade-close.me-2 {
    line-height: 1.9;
}

.masquerade-close i {
    font-size: 1.25rem;
    background-color: #00565B;
    color: #f7f7f7;
    border-radius: 50px;
    padding: 4px 7px 4px 8px;
    transition: all 0.2s ease 0s;
    width: auto;
    height: auto;
}

.masquerade-close i:hover {
    background-color: #00c292;
}

.small-text {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-left: 0.25rem;
}

.r-icon-stats .bodystate {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle
}

.r-icon-stats .bodystate h4,
.card-title {
    margin-bottom: 0;
    font-weight: 600;
    color: #00565B;
    font-size: 1.15rem;
    letter-spacing: 1px;
}

.stat-label {
    background: #F7F7F7;
    border-radius: 8px 8px 0 0;
    border-bottom: 3px solid #dddddd6e;
    padding: 0.75rem 1rem;
}

.stat-body {
    padding: 25px;
    border-bottom: 2px solid #dddddd6e;
}

.stat-body:last-child {
    border-bottom: none;
}

.stat-label h3 {
    font-size: 1.25rem !important;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0;
}

.snapshot-label {
    color: #00565B;
    font-size: 1.1rem !important;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.3rem;
}

.snapshot-title {
    font-size: 1.75rem !important;
    letter-spacing: 0px !important;
    margin-bottom: 0.5rem;
    color: #79A550 !important;
}

.stat-text {
    color: #00565B;
    font-size: 1.1rem !important;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
}

.stat-body .stat-text {
    font-size: 1.35rem !important;
    margin-left: 0.5rem;
}

.stat-quantity {
    display: flex !important;
    align-items: center !important;
}

.applink-text {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.05rem;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.2em;
}

.applink-text-alt a {
    line-height: 1.2em;
    font-size: 1rem;
    text-decoration: none;
}

.applink-text-alt a:hover {
    text-decoration: underline;
}

.hover-scale {
    transition: all 0.3s ease 0s;
}

.hover-scale:hover {
    transform: scaleX(1.02) scaleY(1.05) !important;
}

.bodystate {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.bg-lighter {
    /*background-color: #FEFDFB;*/
    background-color: #F7F7F7;
}

.nav-pills {
    border-bottom: 1px solid rgba(101, 103, 119, 0.21);
    padding-bottom: 1rem;
}

.nav-pills.nav-pills-vertical {
    border-bottom: 0;
}

.flex-column,
.nav-tabs.nav-tabs-vertical,
.nav-tabs.nav-tabs-vertical-custom,
.nav-pills.nav-pills-vertical,
.email-wrapper .mail-sidebar .menu-bar .profile-list-item a .user {
    flex-direction: column;
}

.nav-pills.nav-pills-vertical .nav-item {
    margin-right: 0;
    margin-bottom: 1rem;
}

.nav-pills.nav-pills-vertical .nav-item {
    margin-right: 0;
    margin-bottom: 1rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #eaeaea70;
    border: 5px solid #ffffff !important;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 15%);
    color: #00C292;
}

.nav-pills .nav-link.active:hover {
    transform: none !important;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 15%);
    cursor: default;
}

.nav-pills .nav-link {
    background: none;
    border: 2px solid #dddddd99 !important;
    border-radius: 5rem;
    color: #00565bc9;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s ease 0s;
    font-size: .8rem;
    font-weight: 600;
}

.nav-pills .nav-link:hover {
    transform: scaleX(1.05) scaleY(1.05) !important;
    box-shadow: 0px 5px 25px rgb(0 55 61 / 9%);
}

.ajax-nav-tabs>div {
    border: solid #ddd thin;
    justify-content: center;
    color: #fff;
}

.ajax-nav-tabs>div a {
    color: #000;
}

.ajax-nav-tabs>div a.active {
    background-color: #000;
    color: #fff;
}

.nav-tabs {
    padding: 0 1.5rem;
    border-bottom: none;
}

.nav-tabs .nav-item {
    margin: 0 .33%;
}

.tab-pane .card {
    border-top: none;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

ul.nav.customtab.nav-tabs li.nav-item {
    padding: 0.25rem;
    font-size: 1.05rem;
}

ul.nav.customtab.nav-tabs li.nav-item.active {
    background-image: none;
    box-shadow: none;
    background: #00565B;
}

ul.nav.customtab.nav-tabs li.nav-item a {
    color: #00C292;
}

ul#myTab .nav-link {
    padding: 0.65rem 1rem;
    font-weight: 600;
    color: #00373D;
    font-size: .9rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    border: 2px solid #00C292;
    border-bottom: 0;
}

ul#myTab .nav-link:hover {
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #00565B;
    border-color: #00565B;
    color: #ffffff !important;
    border: 2px solid #00565B !important;
}

.tab-content {
    box-shadow: 0px 0px 22px 0px rgb(0 55 61 / 8%) !important;
    border-radius: 0.75rem;
    padding: 0 !important;
}

.tab-content h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.tab-content.tab-content-vertical {
    box-shadow: none !important;
}

.white-box.tab-body {
    padding: 40px 25px;
}

div#deposits .white-box .white-box,
div#transactions .white-box .white-box {
    padding: 25px !important;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 9%);
    margin-bottom: 30px;
}

.tab-content .white-box {
    border-top: none;
    box-shadow: none;
    color: #00373D;
}

.submerchant-settings-nav>div {
    border: solid #ddd thin;
    justify-content: center;
    color: #fff;
}

.submerchant-settings-nav>div a {
    color: #000;
}

.payfac-nav>div {
    border: solid #ddd thin;
    justify-content: center;
    color: #fff;
}

.payfac-nav>div a {
    color: #000;
}

.table {
    color: #00565B;
}

table {
    box-shadow: 0px 0px 22px 0px rgb(0 55 61 / 8%) !important;
    border-radius: 0.75rem;
    border-top: 3px solid #dddddd6e;
    padding: 0 !important;
}

.dataTables_wrapper {
    color: #00373D;
    position: inherit;
    clear: none;
}

table.dataTable.display tbody td {
    border-top: 2px solid #dddddd6e;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: linear-gradient(180deg, #fff 0, #dddddd6e);
    border: 1px solid #e2e1dd;
    border-radius: 10px;
    color: #181818 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #181818 !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 14%);
    background: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    box-shadow: inherit;
    border-radius: 10px;
    background: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
    color: #666 !important;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 1.5em;
    color: #00373D;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 1em;
}

.dataTables_wrapper .dataTables_filter label {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 600;
}

.dataTables_wrapper .dataTables_filter input[type="search"] {
    margin-bottom: 8px;
    background: #ffffff;
    border: 2px solid #dddddd70;
    border-radius: 40px;
    margin-left: 5px;
    padding: 7px 15px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #00373D;
}

.dataTables_wrapper .dataTables_filter input[type="search"]:focus-visible {
    outline: none;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, .05);
}

.table>:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .125);
}

label {
    color: #00373D;
}

@media (max-width: 1547px) {

    .chart-legend-row {
        display: block !important;
    }

}

@media (max-width: 767px) {

    .chart-legend-row {
        display: flex !important;
    }

}

@media (max-width: 415px) {

    .chart-legend-row {
        display: block !important;
    }

}

@media (max-width: 1225px) {

    .bodystate.align-items-center {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin-bottom: 15px;
    }

}

.chart-legend {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}

.chart-amount {
    font-weight: 600;
    text-align: center;
}

.control-label {
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
    font-size: 1.05rem;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    font-weight: 600;
    letter-spacing: 2px;
    color: #00373D;
    text-transform: uppercase;
    margin-bottom: 0.25rem;
    margin-top: 1rem;
    font-size: 1.05rem;
}

.form-control,
.deposit-date-picker {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #00373D;
    border: 2px solid #dddddd99;
    padding: 0.5rem 1.375rem;
}

.form-control:focus {
    color: #00565B;
    background-color: #fff;
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

.input-group-text {
    background-image: linear-gradient(to bottom right, #ffffff, #eaeaea);
    border: 2px solid #dddddd99 !important;
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    color: #00565B;
    text-align: center;
    white-space: nowrap;
    border-radius: 0.25rem;
}

.form-select {
    font-size: 1rem;
    letter-spacing: 1px;
    color: #00373D;
    border: 2px solid #dddddd99;
    padding: 0.5rem 1.375rem;
}

.form-select:focus {
    color: #00565B;
    background-color: #fff;
    border-color: #dddddd;
    outline: 0;
    box-shadow: none;
}

.login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: calc(100vh - 75px);
    width: 100%;
}

.no-login-body {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 100vh;
    width: 100%;
}

.container.login-container {
    position: relative;
    width: 500px;
    margin-top: -75px;
}

.login-form {
    width: 100%;
    padding: 35px 50px;
    border-radius: 12px;
    box-shadow: 0px 2px 21px 0px rgb(0 55 61 / 6%);
    background: #ffffff;
    border-radius: 8px;
}

.login__row {
    display: grid;
    grid-gap: 0px;
    margin-top: 15px;
}

.login-link {
    text-align: center;
    text-decoration: none;
    font-size: .85rem;
}

.img-brand-name {
    max-width: 125px;
}

img.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -18px;
    top: -38px;
    width: 85px;
    transform-origin: top right;
    transition: 250ms cubic-bezier(0.17, 0.67, 0.68, 1.39) 100ms;
}

.form-title {
    font-weight: 700;
    letter-spacing: -0.025rem;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 22px;
    color: #00373D;
}

.form-check {
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.form-check-input {
    border: 2px solid #00C292;
}

.form-check-input:focus {
    border-color: #80E1C9;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(128, 225, 205, 0.25);
}

.form-check-input:checked {
    background-color: #00C292;
    border-color: #00C292;
}

.form-check-input {
    width: 1.25em;
    height: 1.25em;
}

.form-check label {
    margin-top: 0.15rem;
    margin-left: 0.2rem;
}

#activate-form .form-group {
    margin-top: 15px;
}

.filtering-row {
    margin-bottom: 1.5rem;
}

.filtering-row .form-group {
    margin-bottom: 0.5rem;
}

.filtering-row .form-control,
.deposit-date-picker {
    box-shadow: 0px 0px 15px -3px rgb(0 55 61 / 10%);
    border: 3px solid #ffffff;
    padding: 0.35rem 1rem;
    background-color: #F4F4F4;
}

.daterangerow {
    float: right;
    margin-top: 10px;
}

.filtering-row .form-control.mydatepicker {
    min-width: 245px !important;
}

.deposit-date-picker {
    min-width: 200px !important;
}


label.col-form-label {
    font-weight: 600;
    letter-spacing: 2px;
    color: #00373D;
    text-transform: uppercase;
    font-size: 1.05rem;
}

.invoice-box {
    background: #fff;
    padding: 15px 25px;
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0px 2px 21px 0px rgb(0 55 61 / 6%);
    min-width: 100%;
    border: 1px solid #dddddd6e;
}

#payfac_risk_rules-dt .line-item-title {
    color: #00C292;
}

.line-item-title {
    font-weight: 600;
    letter-spacing: 2px;
    color: #00373D;
    text-transform: uppercase;
    font-size: 0.95rem;
    line-height: 1.3em;
    padding: 0;
}

.line-item-amount {
    text-align: right;
    letter-spacing: 1px;
    font-size: 1.0rem;
    color: #00565B;
    font-weight: 600;
}

.line-item-amount.total,
.control-label.total,
.line-item-title.title {
    color: #79A550;
    font-size: 1.15rem;
}

.line-item-amount.breakdown {
    font-size: 1.15rem;
    font-weight: 600;
}

.panel-body {
    padding: 1.25rem;
    border-top: 3px solid #79A550;
}

.panel-body label.col-form-label {
    margin-bottom: 0px;
}

.read-only-input {
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 500;
    border: 3px solid #dddddd99 !important;
    border-radius: 8px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 47px;
    background: #f7f7f7;
}

.read-only-input a {
    word-break: break-word;
}

.table-details label {
    font-size: 1.05rem;
    letter-spacing: 1px;
    color: #00565B;
    font-weight: 600;
}

.col-form-label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

.col-form-input {
    font-size: 1rem;
    color: #79A550;
}

.list-group-item label {
    font-weight: 600;
    margin-right: 10px;
}

thead .bg-primary {
    background-color: #00565B !important;
}

tbody {
    font-size: 1rem;
    letter-spacing: 1px;
    font-weight: 500;
}

.dataTables_wrapper .dataTables_length {
    float: left;
    padding-top: 15px;
    padding-bottom: 0.5rem;
}

.dataTables_wrapper .dataTables_length select {
    background: linear-gradient(180deg, #fff 0, #dddddd6e);
    border: 1px solid #e2e1dd;
    border-radius: 10px;
    color: #181818 !important;
    width: 62px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: 8px 5px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 1rem;
}

table.tab-table,
.tab-content table {
    box-shadow: none !important;
    border: 2px solid #dddddd99 !important;
    border-top: 0px solid #dddddd99 !important;
    border-radius: 8px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-accent-bg: #FAF9F7;
    color: #00565B;
}

table.dataTable tfoot th,
table.dataTable thead th,
th {
    font-weight: 600;
    font-size: 1rem;
    letter-spacing: 2px;
    color: #00373D;
    text-transform: uppercase;
    line-height: 1.2rem;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 14px 18px;
}

.tab-content table.tab-table th,
.tab-content table#dt-deposits thead th,
.profile-app table th {
    background-image: linear-gradient(to bottom right, #ffffff, #eaeaea);
    border-top: 2px solid #dddddd99 !important;
    border-bottom: 2px solid #dddddd99 !important;
}

/*table.tab-table th {
        background-image: linear-gradient(to bottom right, #ffffff, #eaeaea);
        border-top: 2px solid #dddddd99!important;
        border-bottom: 2px solid #dddddd99!important;
    }*/

table.tab-table th:first-child,
.tab-content table#dt-transactions thead th:first-child,
.tab-content table#dt-deposits thead th:first-child,
.profile-app table th:first-child {
    border-top-left-radius: 8px;
}

table.tab-table th:last-child,
.tab-content table#dt-transactions thead th:last-child,
/*.tab-content table#dt-deposits thead th:last-child,*/
.profile-app table th:last-child {
    border-top-right-radius: 8px;
}


table.tab-table th.sorting,
.tab-content table.dataTable thead .sorting {
    background-image: linear-gradient(to bottom right, transparent, #e4e4e480);
}

table.tab-table thead .sorting_asc,
.tab-content table.dataTable thead .sorting_asc {
    background-image: linear-gradient(to bottom right, transparent, #e4e4e480) !important;
}

table.tab-table thead .sorting_desc,
.tab-content table.dataTable thead .sorting_desc {
    background-image: linear-gradient(to bottom right, transparent, #e4e4e480) !important;
}

table.dataTable thead>tr>th.sorting:before {
    margin-bottom: 3px;
}

table#dt-transactions thead th {
    padding: 10px 14px;
    letter-spacing: 1px;
    font-size: .95rem;
}

.tab-content table#dt-transactions thead th,
.tab-content table#dt-deposits thead th {
    border-top: 2px solid #dddddd99 !important;
}

table.tab-table td {
    padding: 0.65rem 18px !important;
}

table#dt-payfac tbody td,
table#dt-user tbody td {
    line-height: 1.75rem;
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: left;
}

table.dataTable thead th {
    border-bottom: 3px solid #dddddd6e;
    border-right: 3px solid #dddddd6e;
}

table.dataTable thead th:last-child {
    border-right: none;
}

table.dataTable.stripe tbody tr.odd {
    background-color: #FAF9F7;
}

table.dataTable.display tbody tr.odd,
table.dataTable.display tbody tr.even {
    background-color: #ffffff;
}

table.dataTable.display tbody tr:hover {
    background-color: #F7F7F7;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.display tbody tr.even>.sorting_1 {
    background-color: transparent;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
    box-shadow: none;
}

table.dataTable.display>tbody>tr.odd>*,
table.dataTable.stripe>tbody>tr.odd>*,
table.dataTable.display>tbody>tr.odd>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1,
table.dataTable.display>tbody>tr.even>.sorting_1,
table.dataTable.order-column.stripe>tbody>tr.even>.sorting_1,
table.dataTable.display>tbody tr>.sorting_1,
table.dataTable.display>tbody tr>.sorting_2,
table.dataTable.display>tbody tr>.sorting_3,
table.dataTable.order-column>tbody tr>.sorting_1,
table.dataTable.order-column>tbody tr>.sorting_2,
table.dataTable.order-column>tbody tr>.sorting_3 {
    box-shadow: none !important;
}

table.dataTable tbody td,
table.dataTable tbody th {
    padding: 15px 18px;
    line-height: 1.3rem;
}

table.dataTable tbody tr {
    background-color: #ffffff;
}

td.text-right {
    padding: 12px 18px !important;
}

table.dataTable tbody td.logo-column {
    padding: 10px 18px;
}

table.dataTable thead .action-icon.sorting {
    background-image: none;
}

td i {
    color: #00565B;
}

td a,
td a i {
    color: #00c292;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
}

td a:hover {
    text-decoration: underline;
}

tr:last-child td {
    border-bottom: none;
}

table.dataTable.no-footer {
    border-bottom: none;
}

.img-thumbnail {
    max-height: 60px;
    border: none;
}

.list-group-item-success {
    background-image: linear-gradient(to bottom right, #00373D, #3F7F82);
    color: #ffffff;
    padding: 10px 18px;
    border-bottom: 3px solid #FBFF4A;
    border-radius: 8px 8px 0 0;
}

.list-group-item {
    padding: 1.25rem;
    padding-bottom: 0;
    color: #00373D;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 1rem;
    letter-spacing: 1.5px;
}

.list-group-item.checked {
    padding-bottom: 0px;
    padding-top: 0px;
    line-height: 1.2em;
    font-weight: 600;
}

.list-group-item.underwriting {
    padding: 0.75rem;
    padding-bottom: 0.75rem;
    border-bottom: 2px solid #dddddd99;
    background-color: transparent;
}

.list-group-item.checked .card {
    border: none;
}

.list-group-item.checked .card-body {
    padding: 15px;
}

.list-group-item.review-checked {
    border-bottom: none;
    padding-bottom: 0px;
}

a.list-group-item.unchecked {
    font-weight: 500;
    line-height: 1.2em;
}

.list-group-item:last-child {
    border-bottom: none;
}

.list-group .card {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.text-muted {
    --bs-text-opacity: 1;
    color: #00565B !important;
}

address {
    margin-bottom: 0;
}

.dx-filemanager {
    border: 3px solid #dddddd6e !important;
    border-radius: 8px;
    background-color: #ffffff;
    box-shadow: 0px 0px 22px 0px rgb(0 55 61 / 8%) !important;
    margin-bottom: 1rem;
}

.tab-content .dx-filemanager {
    box-shadow: none !important;
}

.tab-content .dx-filemanager table {
    border: none !important;
}

.dx-button-text {
    letter-spacing: 2px !important;
    font-weight: 600 !important;
}

.dx-widget.dx-button.dx-button-mode-text.dx-button-normal.dx-button-has-text.dx-button-has-icon {
    border-radius: 1.5rem;
    border-width: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row .dx-command-edit .dx-link,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row>td:not(.dx-focused),
.dx-datagrid-rowsview .dx-row-focused.dx-data-row>tr>td:not(.dx-focused) {
    background-color: #79A550 !important;
    color: #fff;
}

.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>td,
.dx-datagrid-rowsview .dx-row-focused.dx-data-row:not(.dx-row-lines)>tr:first-child>td {
    border-top: 1px solid #79A550 !important;
    border-bottom: 1px solid #79A550 !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    background-color: #00565B !important;
}

.dx-filemanager i {
    color: #00373D;
}

.dx-checkbox-icon {
    border: 2px solid #00565B !important;
}

.dx-checkbox-indeterminate .dx-checkbox-icon {
    background-color: #00565B !important;
}

span.dx-filemanager-details-item-name {
    letter-spacing: 1px !important;
    font-size: 15px !important;
}

.dx-menu .dx-menu-item {
    font-size: 14px !important;
    color: #00373D !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
}

.dx-datagrid-headers .dx-datagrid-table .dx-row>td {
    font-size: 14px !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #00373D !important;
}

.dx-filemanager .dx-filemanager-container .dx-filemanager-dirs-panel {
    padding: 15px !important;
}

.dx-treeview-node {
    padding-right: 16px !important;
}

.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form) .dx-master-detail-cell,
.dx-datagrid-rowsview .dx-master-detail-row:not(.dx-datagrid-edit-form)>.dx-datagrid-group-space {
    background-color: #f7f7f7;
}

.dx-field-item-label-content {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.dx-field-item-label-text {
    color: #00373D !important;
}

.dx-datagrid-rowsview .dx-adaptive-detail-row .dx-field-item-content {
    font-size: 14px;
    color: #00565B;
}


.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item * {
    color: #00373D !important;
}

span.dx-filemanager-dirs-tree-item-text {
    color: #00373D;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
}

.dx-filemanager-dirs-tree.dx-treeview .dx-treeview-item-without-checkbox>.dx-treeview-item.dx-filemanager-focused-item {
    background: #f7f7f7 !important;
}

.dx-checkbox {
    display: inline-block !important;
}

.dx-context-menu .dx-menu-items-container i {
    color: #00373D;
}

.dx-filemanager-dirs-tree .dx-treeview-item-content i {
    color: #00565B;
}

.dx-context-menu .dx-menu-item .dx-menu-item-content {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.dx-popup-wrapper .dx-item.dx-toolbar-item.dx-toolbar-label {
    max-width: none !important;
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    color: #00373D;
}

.dx-texteditor.dx-editor-filled {
    background-color: #ffffff !important;
}

.dx-filemanager-dialog-name-editor-popup>.dx-overlay-content,
.dx-popup-wrapper>.dx-overlay-content {
    background: #f7f7f7 !important;
    border-radius: 8px !important;
}

.dx-texteditor.dx-editor-filled::after {
    border-bottom: none !important;
}

.dx-popup-title.dx-toolbar {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.dx-popup-title {
    border-bottom: none !important;
}

.dx-popup-content {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.dx-popup-flex-height .dx-popup-content {
    padding-bottom: 32px !important;
    font-size: 14px;
    font-weight: 600;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-after {
    padding-bottom: 32px !important;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    position: inherit;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-button {
    background: #00565B;
    border: 2px solid #00565B;
    margin-right: 5px;
    margin-left: 5px;
    padding: 3px;
    border-radius: 50px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-button .dx-button-mode-text.dx-button-default {
    color: #ffffff;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-button:last-child {
    background: #f7f7f7;
    border: 2px solid #e2e1dd !important;
    padding: 3px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-button:last-child .dx-button-mode-text.dx-button-default:hover {
    background-color: #f7f7f7;
    border-radius: 50px;
}

.dx-popup-bottom.dx-toolbar .dx-toolbar-item.dx-toolbar-button:last-child .dx-button-mode-text.dx-button-default {
    color: #00373D !important;
}

.dx-button-mode-text.dx-button-default.dx-state-disabled .dx-button-text {
    color: rgb(255 255 255 / 75%) !important;
}

.dx-overlay-wrapper input,
.dx-overlay-wrapper textarea {
    font-size: 15px;
    letter-spacing: 1px;
    color: #00373D;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item .dx-filemanager-item-custom-thumbnail {
    color: #79A550 !important;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content .dx-filemanager-thumbnails-item-name {
    font-size: 15px;
    color: #00373D;
    font-weight: 600;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item {
    width: 175px !important;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-state-focused {
    border: none !important;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-view-port .dx-filemanager-thumbnails-item .dx-filemanager-thumbnails-item-content {
    padding: 13px 15px !important;
    border-radius: 8px;
}

.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected,
.dx-filemanager .dx-filemanager-thumbnails .dx-filemanager-thumbnails-item.dx-item-selected.dx-state-focused {
    color: #ffffff !important;
    background: #f7f7f7 !important;
}