<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xdebug-error {
    font-size: 20px;
    word-break: break-all;
}

/* bootstrap fix */

.custom-control-label {
    left: 24px;
}

/* bootstrap4 extended rule */

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

.h-50px {
    height: 50px;
}

.h-100px {
    height: 100px;
}

.h-200px {
    height: 200px;
}

.h-300px {
    height: 300px;
}

.h-400px {
    height: 400px;
}

.mh-100px {
    max-height: 100px;
}

.mh-200px {
    max-height: 200px;
}

.mh-300px {
    max-height: 300px;
}

.mh-400px {
    max-height: 400px;
}

.outline-0 {
    outline: none !important;
}

.btn-separate {
    margin-left: 4px !important;
}

.pointer {
    cursor: pointer;
}

/* border-bottom responsive */

@media (max-width: 575.98px) {
    .border-sm-bottom,
    .border-md-bottom,
    .border-lg-bottom,
    .border-xl-bottom {
        border-bottom: 1px solid #ccc;
    }
    .border-sm-bottom-none,
    .border-md-bottom-none,
    .border-lg-bottom-none,
    .border-xl-bottom-none {
        border-bottom: none !important;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .border-md-bottom,
    .border-lg-bottom,
    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-md-bottom-none,
    .border-lg-bottom-none,
    .border-xl-bottom-none {
        border-bottom: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .border-lg-bottom,
    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-lg-bottom-none,
    .border-xl-bottom-none {
        border-bottom: noen !important;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .border-xl-bottom {
        border-bottom: 1px solid #dee2e6 !important;
    }
    .border-xl-bottom-none {
        border-bottom: none !important;
    }
}

@media (min-width: 1200px) {
}

/* tooltip */

.tooltip-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    padding-left: 3px;
    margin-left: 6px;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.tooltip-inner {
    max-width: 256px;
    color: #fff;
    background-color: #333;
    text-align: left;
    padding: 6px 8px;
    border-radius: 0.25rem;
}

/* order-radius */
.rounded-0 {
    border-radius: 0;
}

.rounded-1 {
    border-radius: 0.2rem;
}

.rounded-2 {
    border-radius: 0.25rem;
}

.rounded-3 {
    border-radius: 0.3rem;
}

/* list-style */
.list-style-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* modal size */
.modal-100 {
    max-width: inherit !important;
    width: 100% !important;
    margin-left: 7px !important;
}

/* flex reverse */
@media (min-width: 576px) {
    .flex-reverse-sm {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-reverse-md {
        display: block;
    }
    .flex-reverse-lg {
        display: block;
    }
    .flex-reverse-xl {
        display: block;
    }
}

@media (min-width: 768px) {
    .flex-reverse-sm {
        display: block;
    }
    .flex-reverse-md {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-reverse-lg {
        display: block;
    }
    .flex-reverse-xl {
        display: block;
    }
}

@media (min-width: 992px) {
    .flex-reverse-sm {
        display: block;
    }
    .flex-reverse-md {
        display: block;
    }
    .flex-reverse-lg {
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-reverse-xl {
        display: block;
    }
}

@media (min-width: 1200px) {
    .flex-reverse-sm {
        display: block;
    }
    .flex-reverse-md {
        display: block;
    }
    .flex-reverse-lg {
        display: block;
    }
    .flex-reverse-xl {
        display: flex;
        flex-direction: column-reverse;
    }
}

/* tab */
.nav-item a {
    color: #768192;
}
.nav-item a:hover {
    color: #333;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000 !important;
}

/* close */
.close {
    color: #000 !important;
}

.close:focus {
    outline: none;
}

/* for sm */
.custom-switch.custom-switch-sm .custom-control-label {
    padding-left: 1rem;
    padding-bottom: 1rem;
}

.custom-switch.custom-switch-sm .custom-control-label::before {
    height: 1rem;
    width: calc(1rem + 0.75rem);
    border-radius: 2rem;
}

.custom-switch.custom-switch-sm .custom-control-label::after {
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    border-radius: calc(1rem - (1rem / 2));
}

.custom-switch.custom-switch-sm .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1rem - 0.25rem));
}

/* for md */

.custom-switch.custom-switch-md .custom-control-label {
    padding-left: 2rem;
    padding-bottom: 1.5rem;
}

.custom-switch.custom-switch-md .custom-control-label::before {
    height: 1.5rem;
    width: calc(2rem + 0.75rem);
    border-radius: 3rem;
}

.custom-switch.custom-switch-md .custom-control-label::after {
    width: calc(1.5rem - 4px);
    height: calc(1.5rem - 4px);
    border-radius: calc(2rem - (1.5rem / 2));
}

.custom-switch.custom-switch-md .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(1.5rem - 0.25rem));
}

/* for lg */

.custom-switch.custom-switch-lg .custom-control-label {
    padding-left: 3rem;
    padding-bottom: 2rem;
}

.custom-switch.custom-switch-lg .custom-control-label::before {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}

.custom-switch.custom-switch-lg .custom-control-label::after {
    width: calc(2rem - 4px);
    height: calc(2rem - 4px);
    border-radius: calc(3rem - (2rem / 2));
}

.custom-switch.custom-switch-lg .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2rem - 0.25rem));
}

/* for xl */

.custom-switch.custom-switch-xl .custom-control-label {
    padding-left: 4rem;
    padding-bottom: 2.5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::before {
    height: 2.5rem;
    width: calc(4rem + 0.75rem);
    border-radius: 5rem;
}

.custom-switch.custom-switch-xl .custom-control-label::after {
    width: calc(2.5rem - 4px);
    height: calc(2.5rem - 4px);
    border-radius: calc(4rem - (2.5rem / 2));
}

.custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
    transform: translateX(calc(2.5rem - 0.25rem));
}

/* negative margin  */
.mx--15px {
    margin-left: -15px;
    margin-right: -15px;
}

.mb--36px {
    margin-bottom: -36px;
}

/* table-hover */
.table-hover tbody tr:hover {
    background-color: #fff3cd !important;
}

/* d-h{}-none */
@media (max-height: 768px) {
    .d-hmd-none {
        display: none !important;
    }
}

@media (min-height: 769px) {
    .d-hmd-none {
        display: block !important;
    }
}
</pre></body></html>