﻿.nav-menu > li > a {
    padding: 22px 12px;
}

.logo.logocustom {
    max-width: 300px;
}

.nav-menu.nav-menu-social > li.login_click {
    top: 13px;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-thumb {
    background-color: #264596;
    border-radius: 100px;
}

.dropdown-menu {
    height: unset !important;
    padding: 20px 10px;
    text-align: center;
}

    .dropdown-menu > a {
        margin-bottom: 5px;
    }

.list_facts_wrap {
    max-width: 100%;
}

.footer-widget iframe {
    border-radius: 10px;
}

.footer-widget .footer-add p i {
    min-width: 13px;
}

.max-height {
    min-height: calc(100vh - 50px);
}

#modalDiemDanh {
    height: 100vh;
    overflow-y: scroll;
}

    #modalDiemDanh::-webkit-scrollbar {
        display: none;
    }

.text-noti {
    font-weight: 500;
    font-size: 16px;
    color: #198754;
    text-transform: capitalize;
}

.h1-title-custom {
    font-weight: 500;
    font-size: 22px;
    color: #198754;
}

@media (max-width: 1024px) {
    .change-logo .nav-brand.fixed-logo {
        display: block;
    }

    .change-logo .nav-brand.static-logo {
        display: none;
    }
}

@media only screen and (max-width: 600px) {
    .image-cover {
        margin-top: 0;
    }
}

@keyframes bounce {
    0%,20%,50%,80%,100% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-10px)
    }
}

/* custom css select 2 */

.select2-container--default .select2-selection--single {
    border: 1px solid #d9d9d9;
}

    .select2-container--default .select2-selection--single:hover {
        border-color: #6366F1;
    }

.select2-container .select2-selection--single {
    height: auto;
}

    .select2-container .select2-selection--single .select2-selection__rendered {
        color: #6c757d;
    }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    right: 3px;
    transform: translateY(-50%);
}

.select2-search__field,
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
    border: 1px solid #d9d9d9;
    border-radius: 6px;
}

.select2-dropdown {
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e9ecef;
    color: #495057;
}


/* end custom css select 2 */