@media (max-width: 992px) {
    .mobile-nav {
        width: 100%;
        display: flex;
        justify-content: end;
        margin-top: 20px;
        column-gap: 20px;
    }

    .search-container {
        width: 80% !important;
    }

    .write-review {
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }
    .list-review {
        border-top-right-radius: 0px !important;
    }
    .edit-profile-workimg-title {
        padding-bottom: 5px !important;
    }

    .nav-profile-options {
        top: 100%;
        right: 80%;
        width: 180px;
    }
}

.nav-profile-options {
    right: 5%;
}

@media (min-width: 1200px) {
    .contact-image {
        margin-left: -50px;
    }
}

@media (max-width: 1200px) {
    #account-settings div {
        min-width: 60% !important;
    }
}

@media (min-width: 992px) {
    .btn-nav-search {
        margin-left: 100px;
    }
}

@media (max-width: 1199px) {
    .contact-section {
        flex-direction: column-reverse;
    }
    .contact-image {
        margin-bottom: -100px;
    }
    #workphotos {
        width: 200px !important;
    }
}

@media (max-width: 576px) {
    .contact-image {
        margin-bottom: -40px;
    }
    .wave-bg {
        height: 50% !important;
    }
    .wave-bg-footer {
        height: 100% !important;
    }
    #account-settings div {
        min-width: 100% !important;
    }
}

.table > :not(caption) > * > * {
    text-align: center !important;
    vertical-align: middle !important;
}

.card-below-search-container {
    margin-top: -10rem;
}

.navbar {
    position: fixed !important;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, .1);
    backdrop-filter: blur(10px);
}

.video-bg-container {
    position: relative;
    width: 100%;
    height: 600px;
    /*overflow: hidden;*/
}

.video-bg-container video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 100%;
    -webkit-mask-image: linear-gradient(to bottom, black 100%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 70%, transparent 100%);
}

.center-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    letter-spacing: 2px;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

#main-search {
    font-size: 1.5rem;
    text-align: center;
    border-radius: 30px;
    border: none;
}

.search-container {
    width: 50%;
    transition: width 0.2s linear;
}
.search-container:hover {
    width: 52%;
}

.main-search-submit {
    border-radius: 30px !important;
    transition: padding 0.1s linear !important;
}
.main-search-submit:hover {
    padding: 0.375rem 30px !important;
}

.card-below-search {
    border-radius: 30px !important;
    border: none !important;
    transition: box-shadow 0.2s linear;
}

.card-below-search:hover {
    box-shadow: 1px 1px 20px #0dcaf0 !important;
}

.card img {
    width: 100px;
    height: 100px;
    margin: auto;
}

.activity, .section-card, .section-img, .faq-title, .contacts-modal-subtitle {
    border-radius: 30px !important;
}

.gem, .section-card-title {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.section-header {
    border-radius: 30px;
}
.section-header-2 {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.list-advantages, .subscription-contains {
    list-style-type: none;
}

.section-card {
    border: none !important;
    letter-spacing: 0.8px;
    transition: box-shadow 0.2s linear;
}

.section-img {
    transition: box-shadow 0.2s linear;
}

.section-card:hover, .section-img:hover {
    box-shadow: 1px 1px 20px #ADB5BD !important;
}

.section-card .card-text {
    font-size: 1.3rem;
}

.faq a {
    letter-spacing: 0.8px;
}

.subscription, .subscription-pro {
    transition: box-shadow 0.2s linear;
}

.subscription:hover {
    box-shadow: 1px 1px 10px #ADB5BD !important;
}

.subscription-pro:hover {
    box-shadow: 1px 1px 10px #198754 !important;
}

.icon-wrapper {
    width: 40px;
    height: 40px;
    background: #0d6efd;
    color: white;
    border-radius: 0.05rem;
    font-size: 1.2rem;
}

.contact-form-wrapper {
    font-size: 1.1rem;
    border-radius: 30px;
    backdrop-filter: blur(80px);
}
.contact-form-title {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    letter-spacing: 1.5px;
}

#lastname, #firstname, #email, #phone {
    border: 1px solid #ADB5BD;
}

#lastname:hover, #firstname:hover, #email:hover, #phone:hover, #lastname:focus, #firstname:focus, #email:focus, #phone:focus {
    box-shadow: 0px 0px 10px #ADB5BD;
    border: 1px solid #ADB5BD;
}

.underline:after {
    width: 0%;
    display: block;
    height: 3px;
    margin: auto;
    content: '';
    background-color: transparent;
    transition: 0.5s ease;
}
.underline:hover:after {
    width: 100%;
    background-color: rgb(108, 117, 125);
}

.wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.grey-wave-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    font-size: 1.1rem;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-top: -20px;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #ffc107;
}

#register-type-modal button {
    font-size: 1.2rem;
}

.register-btn {
    width: 150px;
    height: 150px;
}

.wave-bg-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#register-type-modal .modal-content-blur-bg, #register-user-modal .modal-content-blur-bg, #register-professional-modal .modal-content-blur-bg, #login-user-modal .modal-content-blur-bg, #contact-modal .modal-content-blur-bg, #edit-profile .modal-content-blur-bg, #contacts-modal .modal-content-blur-bg, #account-settings .modal-content-blur-bg, #subscriptions .modal-content-blur-bg, #modify-subscription .modal-content-blur-bg, #reviews .modal-content-blur-bg, #reports .modal-content-blur-bg, #register-admin-modal .modal-content-blur-bg, #edit-user-modal .modal-content-blur-bg, #subscriptions-again .modal-content-blur-bg, #contact_form .modal-content-blur-bg {
    background-color: rgba(255, 255, 255, .1) !important;
    backdrop-filter: blur(10px) !important;
}

#register-type-modal .modal-body-blur-bg, #register-user-modal .modal-body-blur-bg, #register-professional-modal .modal-body-blur-bg, #login-user-modal .modal-body-blur-bg, #contact-modal .modal-body-blur-bg, #edit-profile .modal-body-blur-bg, #contacts-modal .modal-body-blur-bg, #account-settings .modal-body-blur-bg, #subscriptions .modal-body-blur-bg, #modify-subscription .modal-body-blur-bg, #reviews .modal-body-blur-bg, #reports .modal-body-blur-bg, #register-admin-modal .modal-body-blur-bg, #edit-user-modal .modal-body-blur-bg, #subscriptions-again .modal-body-blur-bg, #contact_form .modal-body-blur-bg {
    /*background-color: rgba(255, 255, 255, .1) !important;
    backdrop-filter: blur(10px) !important;*/
}

.modal-form-label {
    border-radius: 30px;
}

#register-professional-modal small {
    color: #e9ecef !important;
}

/*Results page*/
.results-page-search {
    font-size: 1.15rem !important;
    text-align: center !important;
    border-radius: 30px !important;
    border: none !important;
}

.small-title {
    border-radius: 30px;
    letter-spacing: 1px;
}

.card-search {
    border-radius: 30px !important;
    border: none !important;
    transition: box-shadow 0.2s linear;
}

.card-search:hover {
    box-shadow: 1px 1px 20px #ADB5BD !important;
}

.professional-img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    height: 10rem !important;
}

/*Profile page*/
.profile-img {
    width: 200px;
    height: 200px;
}

.edit-profile-img {
    width: 150px;
    height: 150px;
}

.profile-card {
    backdrop-filter: blur(50px);
    border-radius: 15px;
}

.write-review {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.list-review {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.contact-card {
    background-color: rgba(25, 135, 84, 0.5) !important;
}

.edit-profile, .contacts, .contacts-lfm-stats, .pref-contact-type {
    border-radius: 30px !important;
}

.ql-editor {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    line-height: var(--bs-body-line-height);
    white-space: wrap !important;
}

.prof-price-from-input {
    width: 100px !important;
}

.alert-message {
    font-size: 15px;
    margin-bottom: 50px !important;
    letter-spacing: 0.5px;
    text-shadow: 0px 0px 0px !important;
}

.nav-profile-img {
    width: 50px;
    height: 50px;
    border-radius: 30px;
}

.bio-text *, .prof-intro-text *, .prof-price-info * {
    margin: 0px;
    padding: 0px;
}

.free-trial-text {
    font-size: 0.9rem;
}

.payment-status {
    border-radius: 15px;
}

.padding-100 {
    padding-top: 100px;
}

.border-30 {
    border-radius: 30px;
}

.warning-tooltip {
    --bs-tooltip-bg: #ffc107 !important;
    --bs-tooltip-color: black !important;
}

.danger-tooltip {
    --bs-tooltip-bg: #dc3545 !important;
    --bs-tooltip-color: white !important;
}

.search-wrapper {
    min-height: 500px;
}

.profile-wrapper {
    min-height: 600px;
}
