.main-header-right .nav .nav-item .dropdown-menu {
    margin-top: -40px !important;
}
.side-menu__icon {
    width: 24px;
    height: 24px;
}
.text-center {
    text-align: center !important;
}
.text-white {
    color: #fff !important;
}

.side-menu__icon {
    width: 24px;
    height: 24px
}

.checkbox:checked+img {
    border: 3px solid #21da11;
    position: relative;
    top: -3px;
    transform: scale(1.2)
}

.dark-theme .form-check-input {
    background-color: #fff;
    border-radius: 50px;
    content: ""
}

.form-check-input:checked[type=radio] {
    background-color: var(--primary-bg-color);
    border-color: transparent
}

#detailServer {
    display: none
}

.form-control.note {
    min-width: 180px
}

.home-notification {
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: scroll
}

.home-notification::-webkit-scrollbar {
    width: 4px
}
@media(max-width:768px) {
    .main-header-right .nav .nav-item .dropdown-menu {
        margin-top: -40px !important
    }

    .main-profile-menu .dropdown-menu:before {
        right: 45px
    }

    .home-notification {
        max-height: 480px
    }
}

@media(min-width:768px) {
    .main-header-right .nav .nav-item .dropdown-menu {
        margin-top: 20px !important
    }
}