/* Languages modal */
#languagesModal .list-group-item {
    padding: 1px 9px;
    text-align: left;
}

#languagesModal .btn-lan {
    align-items: center;
}

/* Hero images */
.user-img {
    border-radius: 50px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

/* Buttons */
.red-btn {
    background: #e63946;
    border: none;
}

.red-btn:hover {
    background: #d62828;
}

/* Circle animation */
.circle-effect .circle,
.circle-effect .circle2,
.circle-effect .circle3,
.circle-effect .circle4 {
    position: absolute;
    border-radius: 50%;
    opacity: 0.3;
}

.country-select {
    padding: 8px;
}



.image-preview {
    max-width: 200px;
    margin-top: 10px;
}

.modal-xl-custom {
    max-width: 1400px;
}
