a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

a very-small {
    font-size: 12px;
    font-weight: 500;
}

a small {
    font-weight: 500;
}

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

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-50 {
    margin-top: 50px;
}

.m-t-100 {
    margin-top: 100px;
}

.p-l-25 {
    padding-left: 25px;
}

.p-r-25 {
    padding-right: 25px;
}

.p-l-50 {
    padding-left: 50px;
}

.p-r-50 {
    padding-right: 50px;
}

.border-left {
    border-left: 1px solid #e6e5e3;
}

.border-right {
    border-right: 1px solid #e6e5e3;
}

.border-top {
    border-top: 1px solid #e6e5e3;
}

.border-bottom {
    border-bottom: 1px solid #e6e5e3;
}

.fs-12px {
    font-size: 12px;
}

.fs-13px {
    font-size: 13px;
}

.fs-14px {
    font-size: 14px;
}

.fs-15px {
    font-size: 15px;
}

.fs-16px {
    font-size: 16px;
}

.fs-18px {
    font-size: 18px;
}

.fs-20px {
    font-size: 20px;
}

.fs-24px {
    font-size: 24px;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-semibold {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 600 !important;
}

.text-red {
    color: #de0a0f;
}

.text-green {
    color: #4aa64d;
}

.text-gray {
    color: #9d9d9d;
}

.btn {
    --bs-btn-border-radius: 0;
}

.btn.btn-block {
    display: block;
    width: 100%;
}

.btn.btn-black {
    background: #000;
    color: #fff;
    border-color: #000;
}

.btn.btn-black:hover {
    background: #5e5e5e;
    color: #fff;
    border-color: #5e5e5e;
}

.btn.btn-gray {
    background: #e4e4e4;
    color: #6c6c6c;
    border-color: #e4e4e4;
}

.btn.btn-gray:hover {
    background: #efefef;
    color: #6c6c6c;
    border-color: #efefef;
}

.btn.btn-outline {
    border: 1px solid #000;
    border-radius: 0;
}

.btn.btn-lg-small {
    font-size: 12px;
    padding: 8.5px;
}

.btn.btn-lg {
    font-size: 16px;
    padding: 12.5px;
}

.badge {
    --bs-badge-padding-x: 0.75em;
    --bs-badge-padding-y: 0.5em;
    --bs-badge-border-radius: 0;
}

.badge.badge-red {
    background: #de0a0f;
    color: #fff;
}

.badge.badge-gray {
    background: #f2f1ef;
    color: #272727;
}

.badge.badge-green {
    background: #488c48;
    color: #fff;
}

.badge.badge-purple {
    background: #470190;
    color: #fff;
}

.alert {
    --bs-alert-border-radius: 0;
}

.alert.alert-primary {
    --bs-alert-bg: #f2f1ef;
    --bs-alert-border-color: #f2f1ef;
    --bs-alert-color: #686766;
}

.alert.alert-secondary {
    --bs-alert-bg: #fafafa;
    --bs-alert-border-color: #fafafa;
    --bs-alert-color: #686766;
}

.table.table-borderless td {
    padding: 5px 0;
}

.form-control {
    max-width: 100%;
    border-radius: 0;
    border-color: #e6e6e6;
}

.form-control:focus {
    outline: none;
    border-color: #e6e6e6;
    box-shadow: none;
}

.form-control::placeholder {
    color: #c8c8c8 !important;
    opacity: 1;
}

.form-control.form-control-lg {
    font-size: 1rem;
    padding: 1rem;
}

.form-control.error {
    border: 1px solid #d8a3a3;
}

.form-checkbox {
    width: 80%;
    padding: 10px;
    border: 2px solid black;
}

.form-checkbox-checkbox {
    cursor: pointer;
}

.form-checkbox-checkbox-container {
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
    height: 38px;
    line-height: 38px;
    user-select: none;
}

.form-checkbox-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.form-checkbox-checkbox {
    position: absolute;
    background: #fff;
    top: 7px;
    left: 0;
    height: 25px;
    width: 25px;
    border: 1px solid #e6e6e6;
}

.form-checkbox-checkbox:after {
    content: "";
    position: absolute;
    display: none;
}

.form-checkbox-checkbox-container input:checked ~ .form-checkbox-checkbox:after {
    display: block;
}

.form-checkbox-checkbox-container .form-checkbox-checkbox:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.card {
    --bs-card-border-radius: 0;
    --bs-card-inner-border-radius: 0;
    --bs-card-border-width: 0;
    --bs-card-border-radius: 0;
    --bs-card-box-shadow: none;
    --bs-card-cap-bg: transparent;
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    --bs-card-cap-padding-y: 1.5rem;
    --bs-card-cap-padding-x: 1.5rem;
}

.card .card-header {
    padding-bottom: 0;
}

.card .card-header h1 {
    font-size: 20px;
    margin-bottom: 0;
}

.modal {
    --bs-modal-border-width: 0;
    --bs-modal-border-radius: 0;
}

.select2-container .select2-dropdown {
    border: none !important;
    box-shadow: 0 0 0 1px #aaa !important;
    border-radius: 0 !important;
}

.select2-container .select2-dropdown .select2-results__option--selectable {
    padding-left: 100px;
}

.select2-container .select2-dropdown .select2-results__option--selectable span {
    position: relative;
    display: block;
    width: 100%;
}

.select2-container .select2-dropdown .select2-results__option--selectable span i,
.select2-container .select2-selection .select2-selection__rendered span i {
    position: absolute;
    top: 50%;
    right: 0;
    color: initial;
    opacity: 0.35;
    font-size: 12px;
    transform: translate(-15px, -50%);
}

.select2-container .select2-selection .select2-selection__rendered span i {
    right: 30px !important;
}

.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
    background: #ddd !important;
}

#jquery-lightbox {
    background: #fff;
}

@media (max-width: 991px) {
    .col-md-none {
        display: none;
    }
}

@media (max-width: 767px) {
    .col-sm-none {
        display: none;
    }

    table {
        max-width: unset !important;
    }
}

.pagination {
    --bs-pagination-border-color: #e6e5e3;
    --bs-pagination-border-radius: 0;
    --bs-pagination-color: inherit;
}

@media (min-width: 1600px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1520px;
    }
}

.fancy-check {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancy-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.fancy-check-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
}

.fancy-check:hover input ~ .fancy-check-mark {
    background-color: #ccc;
    border-color: #ccc;
}

.fancy-check input:checked ~ .fancy-check-mark {
    background-color: #000;
    border-color: #000;
}

.fancy-check input:disabled ~ .fancy-check-mark {
    opacity: 0.25;
}

.fancy-check-mark:after {
    content: "";
    position: absolute;
    display: none;
}

.fancy-check input:checked ~ .fancy-check-mark:after {
    display: block;
}

.fancy-check .fancy-check-mark:after {
    left: 5.5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* #toast-container {
    top: 15px!important;
    margin-bottom: 15px;
}

#toast-container .toast {
    opacity: 1 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    margin-bottom: 15px;
}

#toast-container .toast {
    background-color: #383a38;
    border: 1px solid #000000 !important;
} */

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    opacity: 0.8;
    display: none;
}
.lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: none;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-loader,
.lb-nav {
    position: absolute;
    left: 0;
}
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/images/lightbox/loading.gif) no-repeat;
}
.lb-nav {
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/images/lightbox/prev.png) left 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/images/lightbox/next.png) right 48% no-repeat;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
    opacity: 1;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/images/lightbox/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
    opacity: 1;
}
