.login-box-msg,
.request-card:hover span,
.request-text {
    font-weight: 700;
}
label.error {
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.btn:hover {
    transform: translateY(-1px) !important;
}
.login-box-msg {
    font-size: 1.5rem;
    font-style: italic;
}
.brand-link {
    padding: 0.5rem;
}
.brand-link .brand-image {
    margin-top: 0;
}
.bs-canvas-overlay {
    opacity: 0;
    z-index: -1;
}
.bs-canvas-overlay.show {
    opacity: 0.85;
    z-index: 20;
    pointer-events: none;
}
.info-box .info-box-icon,
.small-box .request-icon {
    color: rgba(0, 0, 0, 0.15);
    z-index: 0;
}
.bs-canvas {
    top: 0;
    width: 0;
    z-index: 21;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
}
.bs-canvas-left {
    left: 0;
}
.bs-canvas-right {
    right: 0;
}
.bs-canvas-content,
.bs-canvas-header,
.ekko-lightbox .modal-title {
    display: none;
}
.bs-canvas-anim {
    transition: 0.4s ease-out !important;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -ms-transition: 0.4s ease-out;
}
.layout-footer-fixed .wrapper .main-footer,
.main-header,
.main-sidebar {
    z-index: 10;
}
.nav-icon-child {
    font-size: 0.5rem !important;
}
@media (max-width: 480px) {
    .bs-canvas-right {
        right: 0;
    }
    .layout-footer-fixed .wrapper .main-footer,
    .main-sidebar {
        z-index: 1038;
    }
}
.info-box .info-box-icon {
    font-size: 2.5rem;
}
.info-box .info-box-text,
.info-box .progress-description {
    white-space: unset;
}
#tableadmin_wrapper,
.dataTables_wrapper .col-sm-12 {
    width: 100%;
    overflow: auto;
    display: block;
}
.request-text {
    font-size: 1.5rem;
}
.small-box .request-icon > i {
    font-size: 3.5rem;
    position: absolute;
    right: 15px;
    top: 15px;
    transition: transform 0.3s linear;
    transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.small-box:hover .request-icon > i {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@media (max-width: 767.98px) {
    .request-box {
        text-align: left;
    }
}
table.dataTable > tbody > tr {
    cursor: pointer;
}
.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 100%;
    border-radius: 10px;
}
.upload__img-close {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    color: #dc3545;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    text-align: center;
    line-height: 24px;
    z-index: 1;
    cursor: pointer;
    top: 0;
    right: 0;
}
.upload__img-wrap {
    display: flex;
}
.upload__img-box {
    width: 75px;
    padding: 0.25rem;
}
.ekko-lightbox .modal-header {
    position: absolute;
    z-index: 10;
    right: 0;
    border: none;
    padding: 0 1rem;
    display: block !important;
}
.ekko-lightbox .img-fluid,
.ekko-lightbox .modal-content {
    border-radius: 1rem;
}
.ekko-lightbox .modal-body {
    padding: 0;
    border-radius: 1rem;
}
.ekko-lightbox .modal-header .close {
    color: #dc3545;
    font-size: 3rem;
}
.img-fluid {
    border-radius: 0.5rem;
}
.small-box > .small-box-footer {
    z-index: 0;
}

.nav-white {
    background-color: white;
}

.nav-action {
    background-color: aliceblue;
}
