.imgLogo {
    width: 64px;
    height: 64px;
}

.menuRight {
    width: 80px;
    min-height: 100vh;
    text-align: center;
    font-size: 10px;
    z-index: 100;
    border-left: 1px solid #585858 !important;
}

.pr-95px {
    margin-right: 80px !important;
}

.overflow-scroll {
    overflow-y: auto;
}

.textarea-comment-height {
    height: 60px !important;
}

.menuRight-movable {
    width: 250px;
    z-index: 99;
    overflow-y: auto;
}

.menu-header {
    font-size: 13px;
    font-weight: 300;
}

.hover-check:hover {
    text-decoration: none !important;
    color: white !important;
}

.swal-text {
    text-align: center !important;
}

.swal-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    border-top: 1px solid #f1f1f1;
    margin-top: 30px;
}

@media (max-width: 576px) {
    .pr-95px {
        margin-right: 1rem !important;
    }
}

@media (min-width: 576px) {
    .pr-95px {
        margin-right: 1rem !important;
    }
}

@media (min-width: 768px) {
    .pr-95px {
        margin-right: 95px !important;
    }
}