.notification_badge {
    position: absolute;
    top: 0;
    right: 0;
    /* padding: 5px 10px; */
    border-radius: 50%;
    background-color: red;
    color: white;
    /* font-size: 14px;
    font-weight: bold; */
    line-height: 1.7;
    text-align: center;
    width: 22px;
    height: 22px;
}

.notification_badge.r {
    position: relative;
}

.container-fix {
    padding: 0px 100px;
}

@media only screen and (max-width: 600px) {
    .btn-top-right {
        top: -274px;
        position: absolute;
        left: 0px;
        background-color: transparent !important;
        font-size: 20px;
    }

    .container-fix {
        padding: 0px 100px;
    }
}

@media only screen and (max-width: 1024px) {
    .container-fix {
        padding: 0px 20px;
    }
}

.profile-dropdown .name-area {
    text-align: end;
    max-width: 150px;
    overflow: hidden;
    text-overflow: clip;
    align-content: center;
}

.profile-dropdown img {
    width: 100px;
    object-fit: cover;
}

.profile-dropdown::after {
    content: "" !important;
}

#profile-dropdown-menu {
    width: 200px !important;
}

.small-text {
    font-size: x-small !important;
}

.flatpickr-input[readonly] {
    background: white !important;
    color: grey;
}

.select2-selection {
    padding: 0.5rem 0 !important;
}
