
.photo {
    height: 35px;
    border-radius: 100px;
}

.photoBig {
    max-height: 15rem;
    border: 1px solid var(--theme-color);
    max-width: 25rem;
}

.img-circle {
    box-shadow: 0 3px 6px rgba(0,0,0,.16),0 3px 6px rgba(0,0,0,.23) !important;
    border-radius: 50%;
    width: 80px;
}

.onhover-div {
    top: 70px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 8;
    background-color: #fff;
    -webkit-transition: all linear .3s;
    transition: all linear .3s;
    min-width: 280px;
    -webkit-box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
    box-shadow: 3.346px 3.716px 22.5px rgb(0 0 0 / 7%);
}

.profile-dropdown .btn-logout {
    -webkit-transition: .5s ease;
    transition: .5s ease;
    text-decoration: none;
    border: none;
    background-color: #fff;
    color: #212529;
    padding: 0;
}

.pagination {
    justify-content: center;
    display: flex;
    padding-left: 0;
    list-style: none;
}

    .pagination .active {
        border: 1px solid #145d8e;
        background-color: #145d8e;
        color: #fff;
    }

    .pagination li {
        padding: 0.3em 0.7em;
        border: 1px solid #145d8e;
    }

.select2-selection {
    padding: 15px;
}

.select2-selection, .selection {
    width: 100%;
}

.collection-banner .contain-banner .banner-content.with-big{
    background-color: unset;
    backdrop-filter:none;
}

.list-style{
    padding-left: 2rem;
}

.list-style li{
    display: list-item;
}

