textarea {
    border: 1px solid #bb2d3b !important;
}
textarea:focus {
    box-shadow: none !important;
    border: 1px solid #bb2d3b !important;
}
#counter-mail-seconds-container {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin: 0;
    margin-top: 2px;
}
#mobile-search-icon {
    display: none;
    margin-right: 1rem;
    font-size: 23px;
    color: var(--primary-dark);
    /* padding-right: 80px; */
}
@media (max-width: 991px) {
    #mobile-search-icon {
        display: inline-block;
    }
}
.section-heading {
    color: var(--primary-dark);
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0;
}

.not-found-text {
    background: #fff;
    color: #4e0900;
    padding: 24px;
    text-align: center;
}

.cursor-pointer {
    cursor: pointer !important;
}

/***********************************
            SWEET ALERT
*************************************/
.swal-overlay {
    background-color: rgba(0, 0, 0, 0.6) !important;
}

.swal-title {
    font-size: 18px !important;
}

.swal-title:first-child {
    margin-top: 10px !important;
}

.swal-text {
    text-align: center !important;
}

.swal-text:first-child {
    margin-top: 19px !important;
}

.swal-button {
    background-color: var(--primary-dark) !important;
    color: #fff !important;
}

.swal-button:hover {
    background-color: var(--primary-light) !important;
}

.swal-button:focus {
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

.swal-footer {
    text-align: center !important;
    padding: 0 0 10px 0 !important;
}

.swal-modal {
    width: 340px !important;
    max-width: 85% !important;
}

/***********************************
    PUZZLE SLIDE RECAPTCHA
*************************************/
.sliderContainer.sliderContainer_active,
.sliderContainer.sliderContainer_fail,
.sliderContainer.sliderContainer_success {
    margin-bottom: 56px !important;
}

.slidercaptcha #captcha {
    max-width: 100%;
}

/***********************************
    RECAPTCHA
*************************************/

.g-recaptcha {
    display: flex;
    justify-content: center;
}

/***********************************
    DROPZONE
*************************************/
.dropzone {
    border: 0 !important;
}

.dz-preview .dz-image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.dropzone .dz-preview .dz-remove {
    color: red !important;
    text-decoration: underline !important;
}

.profile-sidebar .sidebar .inner-wrapper.image-choose {
    width: 90% !important;
    margin: auto !important;
    margin-top: 20px !important;
    box-shadow: 0 0 3px #dedede;
    border-radius: 0;
}

/*--------------------------------------------------------------
    # PAGINATION
  --------------------------------------------------------------*/

.pagination {
    justify-content: center;
    margin-top: 30px;
}

.page-item .page-link:hover {
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
    color: #fff;
}

.page-item .page-link:focus {
    box-shadow: none;
}

.page-item .page-link {
    color: #000;
}

.page-item.active .page-link {
    background-color: var(--primary-dark);
    border: 1px solid var(--primary-dark);
}

/* select arrows */
#joinUsModalSecondStep select,
#profile-edit select {
    margin: 0 !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-image: linear-gradient(
            45deg,
            transparent 50%,
            var(--primary-dark) 50%
        ),
        linear-gradient(135deg, var(--primary-dark) 50%, transparent 50%),
        radial-gradient(#fff 70%, transparent 72%) !important;
    background-position: calc(100% - 20px) calc(1em + 0.47em),
        calc(100% - 15px) calc(1.35em + 2px), calc(100% - 0.5em) 14px !important;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em !important;
    background-repeat: no-repeat !important;
}

/* Image upload style  for registration step 2 */

#joinUsModalSecondStep .profile-img,
.registration .profile-img {
    width: 70px;
    height: 70px;
    margin: auto;
    position: relative;
}

#joinUsModalSecondStep .profile-img label,
.registration .profile-img label {
    cursor: pointer;
    position: relative;
    display: block;
}

#joinUsModalSecondStep .profile-img label .main-profile-overlay,
.registration .profile-img label .main-profile-overlay {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(26 26 26 / 15%);
    border-radius: 50%;
    height: 80px;
    width: 80px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-weight: bold;
    opacity: 1;
    transition: 0.2s opacity;
}

#joinUsModalSecondStep .profile-img label:hover .main-profile-overlay,
.registration .profile-img label:hover .main-profile-overlay {
    opacity: 1;
}

#joinUsModalSecondStep .profile-img img,
.registration .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

/* Image upload style  for registration step 3 */
#uploadProfilePictureModal h5.heading {
    text-align: center;
    margin-bottom: 23px;
    margin-top: 16px;
    font-weight: 600;
    font-size: 1rem;
}

#uploadProfilePictureModal p.text {
    text-align: center;
    color: var(--primary-dark);
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 0;
}

#uploadProfilePictureModal .profile-picture,
.registration .profile-picture {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
}

#uploadProfilePictureModal .profile-picture label,
.registration .profile-picture label {
    cursor: pointer;
    position: relative;
    display: block;
}

#uploadProfilePictureModal .profile-picture label .main-profile-overlay,
.registration .profile-picture label .main-profile-overlay {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgb(26 26 26 / 15%);
    border-radius: 50%;
    height: 120px;
    width: 120px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    opacity: 1;
    transition: 0.2s opacity;
}

#uploadProfilePictureModal .profile-picture label:hover .main-profile-overlay,
.registration .profile-picture label:hover .main-profile-overlay {
    opacity: 1;
}

#uploadProfilePictureModal .profile-picture img,
.registration .profile-picture img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
}
