/*# sourceMappingURL=custom.min.css.map */
.profile-wid-bg::before {
    background: linear-gradient(to top, var(--vz-dark-text-emphasis), var(--vz-dark));
}

.img-avatar {
    height: 3rem;
    width: 3rem;
    border-radius: 4px;
    object-fit: cover;
}

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

.ml-1 {
    margin-left: 10px;
}

.mr-1 {
    margin-right: 10px;
}

.pos-relative {
    position: relative;
}

.badge-absolute {
    position: absolute;
    top: 15px;
    right: 15px;
}

.align-middle {
    align-content: center;
}

.btn-vs {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    margin: 0px;
    padding: 0px;
    font-size: 24px;
}

.btn-sm-vs {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 40px;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    top: 50%;
    margin-top: -25px;
}

.text-primary {
    color: #263C30 !important;
}

.w-100.mt-25 {
    height: 40px;
    margin-top: 26px !important;
}

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

.ml-1 {
    margin-left: 10px !important;
}

.bg-light-success {
    background: #eff9ef;
}

.bg-light-danger {
    background: #fde8e8;
}

td {
    font-size: 12px !important;
}

.w-20 {
    width: 20% !important;
}

.filters-card .form-control,
.filters-card button,
.filters-card .choices__inner {
    border-radius: 0px !important;
}

.bg-light-warning {
    background: #fffedf;
}

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

input.form-control,
select.form-control {
    height: 34px;
}

.auth-page-content .form-control,
.modal .form-control {
    height: auto !important;
}

.filters-card input.form-control,
.filters-card select.form-control {
    height: auto !important;
}

div.dataTables_wrapper div.dataTables_filter {
    display: block !important;
}

#navbar-nav .nav-item:last-child {
    display: block;
}

select:focus {
    border-color: #ccc !important;
    box-shadow: none !important;
}

.nav-last-item {
    display: block !important;
}

.ribbon-box .ribbon-two span {
    font-size: 10px !important;
}

.charged-badge {
    position: relative;
    padding: 10px !important;
    overflow: hidden;
    /* Prevents it from breaking out */
}

.charged-badge::before {
    content: "Exp. Approved";
    position: absolute;
    right: -22px;
    /* Move it to the right */
    background: var(--vz-danger);
    color: white;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 35px;
    transform: rotate(45deg);
    /* Adjust rotation for right-side placement */
    transform-origin: top right;
    text-align: center;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}

td {
    position: relative;
}

.ribbon-three span {
    position: relative;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    padding: 10px;
    border-top-right-radius: 8px;
    width: auto;
    right: 0;
    font-weight: 600;
}

.ribbon-three::after {
    display: none;
}

.ribbon-box.right .ribbon.round-shape {
    margin-top: 5px;
    font-size: 10px;
}

.top-35 {
    top: 35px !important;
}

.top-65 {
    top: 65px !important;
}

.card-static {
    background: #fff;
    padding: 0px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

/* Desktop and larger (>= 992px) */
@media (min-width: 992px) {
    .card-static {
        position: sticky;
        top: 70px;
        z-index: 1;
    }
}

/* Mobile (< 992px) */
@media (max-width: 991.98px) {
    .card-static {
        position: static;
        /* remove sticky effect */
        top: auto;
    }
}


tbody td hr {
    margin: 10px 0px !important;
    border-color: #b9b9b9;
}

.selectize {
    width: 200px !important;
}

.selectize-dropdown {
    padding: 0px;
    width: 200px !important;
}

.selectize-input {
    background: white !important;
    border-radius: 0px !important;
    border: 1px solid #cbcbcb !important;
}

.selectize-inp {
    width: 100% !important;
}

.selectize-inp-dropdown {
    padding: 0px;
    width: 100% !important;
}

.selectize-inp-input {
    background: white !important;
    border-radius: 2px !important;
    border: 1px solid #cbcbcb !important;
}

.flatpickr-prev-month,
.flatpickr-next-month {
    fill: #ffffff !important;
}

.flatpickr-current-month {
    color: #ffffff !important;
}