html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.nav-link.text-light:hover {
    color: #e3dba6 !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 80px;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
    background: url(../images/vantive-footer-overlay.webp) no-repeat left bottom;
    background-color: #72256b;
}

.clickable {
    cursor: pointer;
}

.not-clickable {
    cursor: default !important;
}

.hidden {
    display: none;
}

.bg-plum {
    background-color: #72256b !important;
}

.bg-pine {
    background-color: #105742 !important;
}

.bg-cream {
    background-color: #fffaeb !important;
}

.bg-sage {
    background-color: #cddfd7 !important;
}

.border-alt-1 {
    border-color: #222 !important;
}

.btn-group-lg > .btn, .btn-lg {
    --bs-btn-border-radius: 0.25rem;
}

.btn-plum {
    color: #fff;
    background-color: #72256b;
}

.btn-plum:hover {
    color: #72256b;
    background-color: #fff;
    border-color: #72256b;
}

.btn-pine {
    color: #fff;
    background-color: #105742;
}

.btn-pine:hover {
    color: #105742;
    background-color: #fff;
    border-color: #105742;
}

.btn-cream {
    color: #fff;
    background-color: #fffaeb;
}

.btn-cream:hover {
    color: #fffaeb;
    background-color: #fff;
    border-color: #fffaeb;
}

.btn-sage {
    color: #105742;
    background-color: #cddfd7;
    border-color: #105742;
}

.btn-sage:hover {
    color: #105742;
    background-color: #fffaeb;
    border-color: #105742;
}

.btn-w-auto{
    width: auto;
}

.text-plum {
    color: #72256b;
}

.text-pine {
    color: #105742 !important;
}

.text-cream {
    color: #fffaeb;
}

.text-sage {
    color: #cddfd7;
}

.text-primary-hover:hover {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.a-light {
    color: #fff !important;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

.a-light:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

.a-sage {
    text-decoration: none;
    color: var(--bs-table-hover-color) !important;
    position: relative;
    display: inline-flex;
}

.a-sage::before {
    content: '';
    background-color: #cddfd7 !important;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    z-index: -1;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.a-sage:hover::before {
    bottom: 0;
    height: 100%;
}

.a-sage:hover {
    color: #000 !important;
    text-decoration: none;
}

.a-pine {
    color: #105742;
}

.a-pine:hover {
    color: #356962;
}

.alert-pine {
    background-color: #105742;
    color: #000;
}

.visited {
    color: #72256b !important;
    font-weight: bolder;
}

.z-index-lg {
    z-index: 99;
}

.dropdown-item-light {
    color: #ffffff !important;
}

.dropdown-menu-dark {
    --bs-dropdown-link-active-bg: #fffaeb;
}

.nav-logo-dark {
    position: relative;
    min-width: 220px;
    max-width: 220px;
    height: 35px;
    background-position: 0 0;
    background-size: 100% 100%;
    background-image: url(../images/vantive-logo-dark.svg);
    background-repeat: no-repeat;
}

sortOfSmall,
.sortOfSmall {
    font-size: 90%;
}

.font-size-xs {
    font-size: x-small;
}

.mh-100px {
    max-height: 100px;
}

.minheight-100px {
    min-height: 100px !important;
}

.fa-toolbar-size {
    font-size: 1.5em !important;
}

.fa-2xl {
    font-size: 2em !important;
    line-height: 0.03125em;
    vertical-align: -0.1875em;
}

.cust-tab-left-border {
    border-color: rgb(223, 215, 202);
    border-left-width: 1px;
    border-left-style: solid;
}

.table-bordered-left-responsive-fix {
    border-style: solid;
    border-width: 0;
    border-left-width: 1px;
    border-color: #dfd7ca;
}

.table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 0;
}

table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable th:first-child, table.table-bordered.dataTable td:first-child, table.table-bordered.dataTable td:first-child {
    border-left-width: 0 !important;
}

@media(max-width: 575px) {
    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        -o-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.pagination {
    --bs-pagination-bg: #cddfd7;
    --bs-pagination-active-bg: #cddfd7;
    --bs-pagination-disabled-bg: transparent;
    --bs-pagination-active-color: #000;
    --bs-pagination-color: #fff;
    --bs-pagination-active-border-color: #a6bdb0;
}

textarea:read-only {
    background-color: #EEEFF0;
}

.input-group-text {
    background-color: #EEEFF0;
}

.notification {
    border-radius: 50%;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.notification-overlap {
    margin-left: -15px;
}

.spinner-center {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
}

@media (min-width: 500px) {
    .minwidth-200px {
        min-width: 200px !important;
    }
}

@media (min-width: 768px) and (max-width: 849px) {
    .modal-dialog-wide {
        width: 90%;
        max-width: 90%;
    }

    .modal-dialog-wide-lg {
        width: 90%;
        max-width: 90%;
    }

    .modal-dialog-wide-xl {
        width: 90%;
        max-width: 90%;
    }

    .modal-dialog-wide-ultra {
        width: 90%;
        max-width: 90%;
    }
}

@media (min-width:850px) {
    .modal-dialog-wide {
        width: 600px;
        max-width: 600px;
    }

    .modal-dialog-wide-lg {
        width: 700px;
        max-width: 700px;
    }

    .modal-dialog-wide-xl {
        width: 70%;
        max-width: 70%;
    }

    .modal-dialog-wide-ultra {
        width: 90%;
        max-width: 90%;
    }
}

.disableBtn {
    pointer-events: none;
    cursor: default;
}

input[readonly], input[readonly]:focus {
    background: #eee;
    box-shadow: none;
}

.floating-text-area {
    height: 200px !important;
}

.form-check-input:checked {
    background-color: #105742;
    border-color: #105742;
}

.nav-link {
    color: #105742;
}

.nav-pills .nav-link.active, .nav-pills .nav-link:focus, .nav-pills .nav-link:hover {
    background-color: #cddfd7;
    border-color: #cddfd7;
    color: #000;
}

.nav-pills .nav-link:hover {
    color: #fff;
    border: 1px solid transparent;
    background-color: #72256b;
}

.nav-tabs .nav-link {
    background-color: #cddfd7;
    border-color: #dfd7ca;
    color: #000 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000 !important;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    isolation: isolate;
    border-color: var(--bs-nav-tabs-link-hover-border-color);
}

div::-webkit-scrollbar {
    width: 12px; /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

div::-webkit-scrollbar-track {
    background: rgba(73, 94, 102, 0.5);
}

div::-webkit-scrollbar-thumb {
    background: rgba(73, 94, 102, 1);
}

.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: transparent;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .95;
}

.form-floating > label {
    padding-left: 1rem;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    color: rgba(var(--bs-black-rgb), .65);
    transform: scale(.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-control:disabled {
    background-color: #EEEFF0;
    color: #000;
    opacity: 1;
}

.toggle-label-special-position {
    top: -5px !important;
    position: relative;
}

.recaptcha-center {
    margin: 0 auto;
    display: table;
}

.datepicker-dropdown {
    z-index: 99 !important;
}

.datepicker {
    z-index: 99999 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 60px #f0f7f3 inset !important;
    transition: background-color 0s 600000s, color 0s 600000s !important;
}
