.form-control-display {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 7px;
    text-wrap: nowrap;
    overflow: none
}

.form-control-sm-display {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    text-wrap: nowrap;
    overflow: hidden;
}

.search-list {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 5;
    color: #212529;
    background-color: #F5F5F5;
    border-color: #E0E0E0;
    outline: 0;
    border: 1px solid #E0E0E0;
    overflow: auto;
    max-height: 200px
}

.search-list-item {
    padding-left: 0.5em;
    cursor: pointer;
}

    .search-list-item:hover {
        background-color: #99c9ff;
        color: black;
    }

.screen-backdrop {
    width: 100%;
    height: 97vh;
    z-index: 1;
    position: absolute;
}

.wizard {
    padding: 15px;
}

.wizard-indicator {
}

.wizard-slides {
    margin-top: 1rem;
}

    .wizard-slides .slide {
        display: none;
    }

.th-filter {
    display: inline-block;
    width: 95%;
}

    .th-filter input {
        border: 0;
        height: 15px !important;
        line-height: 15px !important;
        border-color: #86b7fe;
        box-shadow: none;
    }

    .th-filter label {
        padding: 0
    }

.th-sort {
    cursor: pointer;
    pointer-events: auto !important;
    display: inline-block;
    vertical-align: text-bottom !important;
    text-align: right;
}

label, h1, h2, h3, h4, h5, h6 {
    user-select: none;
}

.breadcrumb-item {
    user-select: none;
}

.drop-close {
    position: absolute;
    top: 1.25rem !important;
    right: 1.25rem !important;
}

.carousel-nav {
    pointer-events: none;
}

    .carousel-nav.active .carousel-dot {
        background-color: var(--red) !important;
    }

.carousel-dot {
    display: block;
    box-sizing: content-box;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 50%;
    background-color: var(--gray-dark);
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.input-radio-list .input-group input, .input-radio-list .input-group .form-control {
    border-radius: 0;
    border-bottom: 0px;
}


.input-radio-list .input-group .input-group-prepend label {
    border-radius: 0;
    border-bottom: 0px;
}


.input-radio-list .input-group:nth-of-type(1) input, .input-radio-list .input-group:nth-of-type(1) .form-control {
    border-radius: 0 7px 0;
}

.input-radio-list .input-group:nth-of-type(1) .input-group-prepend label {
    border-radius: 7px 0 0;
}

.input-radio-list .input-group:nth-last-of-type(1) input, .input-radio-list .input-group:nth-last-of-type(1) .form-control {
    border-radius: 7px 0;
    border-bottom: 1px solid #ced4da;
}

.input-radio-list .input-group:nth-last-of-type(1) .input-group-prepend label {
    border-radius: 0 0 0 7px;
    border-bottom: 1px solid #ced4da;
}

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

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

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

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

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

@media (min-width: 576px) {
    .w-sm-15 {
        width: 15% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-33 {
        width: 33% !important;
    }

    .w-sm-40 {
        width: 40% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-66 {
        width: 66% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-auto {
        width: auto !important;
    }
}

@media (min-width: 768px) {
    .w-md-15 {
        width: 15% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-33 {
        width: 33% !important;
    }

    .w-md-40 {
        width: 40% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-66 {
        width: 66% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-100 {
        width: 100% !important;
    }

    .w-md-auto {
        width: auto !important;
    }
}

@media (min-width: 992px) {
    .w-lg-15 {
        width: 15% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-lg-33 {
        width: 33% !important;
    }

    .w-lg-40 {
        width: 40% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-66 {
        width: 66% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-auto {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xl-15 {
        width: 15% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-33 {
        width: 33% !important;
    }

    .w-xl-40 {
        width: 40% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-66 {
        width: 66% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-auto {
        width: auto !important;
    }
}

@media (min-width: 1200px) {
    .w-xll-15 {
        width: 15% !important;
    }

    .w-xll-25 {
        width: 25% !important;
    }

    .w-xll-33 {
        width: 33% !important;
    }

    .w-xll-40 {
        width: 40% !important;
    }

    .w-xll-50 {
        width: 50% !important;
    }

    .w-xll-66 {
        width: 66% !important;
    }

    .w-xll-75 {
        width: 75% !important;
    }

    .w-xll-100 {
        width: 100% !important;
    }

    .w-xll-auto {
        width: auto !important;
    }
}

.pointer-event-none {
    pointer-events: none;
}

.opacity-25 {
    opacity: 25%;
}

.opacity-50 {
    opacity: 50%;
}

.opacity-75 {
    opacity: 75%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


.z-99 {
    z-index: 9998 !important;
    user-select: none !important;
    background-color: #fff;
    position: relative;
}

    .z-99 label {
        position: relative;
    }

[v-cloak] {
    display: none;
}

.card:hover .card-list-item {
    background-color: var(--primary);
    color: white;
}

.card-header {
    transition: font-size 0.2s;
}

.card:hover .card-header {
    font-size: 1.275rem;
}

.card-list-item {
    font-family: var(--font-family-regular);
    display: block;
    align-items: start;
    text-align: start !important;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--dark);
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 25px;
    margin-bottom: 10px;
    font-size: .875rem;
}

.card-list-item-sm {
    font-family: var(--font-family-light);
    font-size: .675rem;
}

*:required {
    border: 1px solid var(--primary);
}

.page-title {
    border-left: solid var(--primary) 5px;
    color: var(--primary);
    margin-bottom: 1rem;
}

    .page-title h1 {
        font-size: xx-large;
        margin: 0;
        line-height: 1;
        font-weight: 700;
    }

    .page-title sub {
        font-size: small;
        font-weight: 600;
    }

* {
    scrollbar-color: var(--primary) white;
}
