.logo {
    width: 200px;
    height: 80px;
    /* background: red; */
    mix-blend-mode: multiply;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo img {
    max-width: 100%;
    max-height: 100%;
}

.avatar-lg {
    height: 5.5rem;
    width: 5.5rem;
}

.rounded-circle {
    border-radius: 50% !important;
}

.social-links li a {
    margin-bottom: 6px;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
}

#togglePassword {
    cursor: pointer;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #007bff;
}

.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sorting-ad {
    font-size: 13.5px;
    padding: 5px;
}

.content-image-container {
    max-height: 400px;
    width: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: start;
}

.content-image-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.isLoading {
    opacity: 0.4;
    pointer-events: none;
    user-select: none;
}