@import url("_open-sans-5iFiv7a.css");
@import url("../fonts/iconify-icons-DsJ0T-a.css");
@import url("../template/css/core-u37vQHb.css");
@import url("../libs/choices-js/style--_Nczjl.css");

.auth-cover-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.app-brand {
    height: 64px;
}

.app-brand-logo {
    width: 150px;
}

.user-avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    color: #fff;
}

.btn-close span[aria-hidden=true] {
    display: none;
}

.card-background-img {
    background-color: #1ab7ea;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.card-video {
    width: 100%;
    aspect-ratio: 16/9;
}

.card-img-background {
    width: 100%;
    aspect-ratio: 1;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.card-buttons-absolute {
    top: 10px;
    right: 10px;
    position: absolute;
}

.select-media-wrapper .card-img,
.select-service-point-wrapper .card-img {
    width: 100px;
    aspect-ratio: 1.6;
}

.select-archive-material-wrapper .card-img,
.select-info-material-wrapper .card-img {
    width: 100px;
    aspect-ratio: 1;
}

.select-media-wrapper [type="checkbox"]:is(:checked) + label .card,
.select-attachment-wrapper [type="checkbox"]:is(:checked) + label .card,
.select-archive-wrapper [type="checkbox"]:is(:checked) + label .card,
.select-service-point-wrapper [type="checkbox"]:is(:checked) + label .card,
.select-info-material-wrapper [type="checkbox"]:is(:checked) + label .card {
    box-shadow: 0 .1875rem .75rem 0 rgb(69 72 95)
}

.file-icon {
    font-size: 60px;
}

table th .form-check-input {
    block-size: 1.125rem;
    inline-size: 1.125rem;
}

label.required::after,
label.required::after {
    content: "*";
    color: #ff3e1d;
    margin-left: 2px;
}

.card-body .nav-align-top {
    overflow: auto;
}

.fluid-img .card-img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.card-img-boxed {
    max-height: 200px;
    max-width: 100%;
    width: auto;
    height: auto;
}

.nav-tabs.widget-nav-tabs .nav-link.widget-nav-link-auto {
    block-size: 110px !important;
    inline-size: 200px !important;
}
