.help {
    position: fixed;
    top: 50%;
    right: 30px;
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    z-index: 999;
}
.help li strong {
    text-wrap: nowrap;
}
.help .help-line {
    text-align: center;
    position: absolute;
    bottom: -19px;
    text-wrap: nowrap;
    font-weight: bold;
    margin: 0;
    font-size: 12px;
    left: 50%;
    transform: translateX(-50%);
}
.help-sign {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    cursor: pointer;
}
.help .help-box {
    display: none;
    position: absolute;
    bottom: 40px;
    right: 0%;
    min-width: 330px;
    min-height: 100px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 222;
    padding: 25px 10px;
    padding-top: 42px;
    box-shadow: 0px 2px 26px -11px black;
}
.help:hover .help-box {
    display: block;
}
.help .help-box::before {
    position: absolute;
    bottom: -40px;
    content: "";
    display: block;
    min-width: 330px;
    min-height: 40px;
    z-index: 1;
}
.help .help-box .help-sign {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 50%;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 2px 26px -11px black;
}

.swal2-actions button {
    min-width: 100px;
}
.swal2-actions button:first-child {
    margin-right: 10px;
}
div:where(.swal2-container) .swal2-html-container {
    padding-top: 0!important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #737171!important;
}
.select2-container .select2-selection--single {
    height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 37px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px;
}
.select2-container--default .select2-selection--single {
    border: 1px solid #d5d5d5;
}

.navbar .navbar-right .dropdown > a img, 
.navbar .navbar-right .notification svg {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #efefef;
    color: #7a7878;
}
.navbar .navbar-right .notification svg {
    padding: 4px;
}
.navbar a.help-desk {
    background: #ddd;
    padding-left: 20px!important;
    clear: both;
    width: fit-content;
    border-radius: 5px 13px 13px 5px;
    line-height: 0px;
    position: relative;
}
.navbar a.help-desk:before {
    content: '';
    position: absolute;
    top: -4px;
    left: 7px;
    width: 8px;
    height: 8px;
    border: 1px solid #ddd;
    background: #ddd;
    transform: rotate(45deg);
}
.dropdown-menu-end[data-bs-popper] {
    top: 2.5rem;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}