@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.onboard_layout {
    background-color: #4038FF;
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #fff;
}

.default_layout {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #000000;
    background-color: #F9FAFC;
}

.onboard_layout h1 {
    font-size: 60px;
    margin-bottom: 0;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
}

.onboard_subtitle {
    font-size: 20px;
    margin-bottom: 40px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}

.swiper-slide {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.slide_content {
    max-width: 500px;
}

.slide_image {
    width: auto;
    max-height: 253px;
    margin: 0 auto 20px;
    display: block;
}

.slide_text {
    font-size: 18px;
    text-align: center;
    margin: 0 20px 40px;
    line-height: 1.5;
}

.slide_buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
}

.white_button {
    background-color: #fff;
    border: 1px solid #fff;
    color: #4038FF;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
    max-width: 370px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.white_button:hover {
    opacity: 0.9;
}

.line_button {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
    max-width: 370px;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.line_button:hover {
    opacity: 0.9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.default_header {
    padding: 20px 0;
}

.header_logo {}

.header_logo a {
    font-size: 32px;
    font-weight: 700;
    color: #4038FF;
    text-decoration: none;
}

.reg_type_block {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
}

.reg_type_block h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.choose_block {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.choose_block button {
    width: 237px;
    height: 237px;
    border: 1px solid #4038FF;
    border-radius: 100%;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.choose_block button:hover {
    opacity: 0.9;
}

.choose_block button span {
    margin-top: 30px;
    color: #4038FF;
    font-size: 18px;
    font-weight: 500;
}

.choose_block button.active {
    background-color: #4038FF;
}

.choose_block button.active span {
    color: #fff;
}

.default_button {
    background-color: #4038FF;
    border: none;
    color: #fff;
    padding: 15px 0px;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
}

.default_button.disabled {
    background-color: #a9a0ff;
    cursor: not-allowed;
}

.sign_up_block {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.have_account_text {
    font-size: 16px;
    color: #000000;
    text-align: center;
    margin-top: 20px;
}

.auth_container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.auth_container h1 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
}

.row {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

.form_group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.form_group label {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #4F4F4F;
}

.default_input {
    background-color: #F9FAFC;
    border-radius: 14px;
    padding: 12px 15px;
    border: none;
    font-size: 16px;
    display: block;
    font-family: "Inter", sans-serif;
}

.auth_img {
    text-align: center;
    margin-bottom: 20px;
}

.auth_img img {
    max-width: 256px;
    height: auto;
}

.error_message {
    color: #ff0000;
    font-size: 12px;
    margin-top: 5px;
}

.breadcrumbs {
    font-size: 14px;
    margin-bottom: 20px;
    display: inline-flex;
    gap: 15px;
    background-color: #fff;
    border-radius: 16px;
    padding: 10px 15px;
    align-items: center;
    color: #4F4F4F;
}

.breadcrumbs a {
    background-color: #4038FF;
    text-decoration: none;
    color: #fff;
    padding: 5px 10px;
    border-radius: 7px;
}

.white_page {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    height: 100%;
}

.white_page h1 {
    font-size: 32px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
}

.form_block {
    max-width: 500px;
    margin: 0 auto;
    width: 100%;
}

.silver_card {
    padding: 15px;
    border-radius: 16px;
    background-color: #F9FAFC;
    margin-bottom: 20px;
}

.silver_card.table {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.silver_card.table_line>div {
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.silver_text {
    font-size: 16px;
    color: #3c3c433c;
}

.black_text {
    font-size: 18px;
    color: #000000;
}

.create_order_hidden {
    display: none;
}

.page_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.page_title h1 {
    font-size: 32px;
    font-weight: 500;
    margin: 0;
}

.ms-auto {
    margin-left: auto;
}

.inline_button {
    display: inline-block;
    width: auto;
    padding: 15px 20px;
}

.tabs {
    display: inline-flex;
    margin-bottom: 30px;
    background-color: #F9FAFC;
    border-radius: 7px;
}


.tab_item {
    color: #4F4F4F;
    cursor: pointer;
    padding: 10px 30px;
    border-radius: 7px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.tab_item.active {
    color: #fff;
    background-color: #4038FF;
}

.orders_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.order_item {
    background-color: #F9FAFC;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
    flex: 0 0 calc((100% - (15px * 3)) / 4);
    box-sizing: border-box;
}

.order_title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.order_applics {
    font-size: 12px;
    font-weight: 300;
    color: #4F4F4F;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
}

.order_applics span {
    color: #4038FF;
    font-size: 14px;
}

.round_button {
    background-color: #4038FF;
    border: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.round_button:hover {
    opacity: 0.9;
}

.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination li {
    list-style: none;
}

.pagination a {
    background-color: #F9FAFC;
    border-radius: 14px;
    padding: 10px 15px;
    text-decoration: none;
    color: #000000;
    font-size: 16px;
}

.empty_orders {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 80px 0;
}

.tabs.full_width {
    width: 100%;
}

.tabs.full_width .tab_item {
    flex: 1;
    text-align: center;
}

.gray_text {
    font-size: 16px;
    color: #3c3c4399;
}

.mini_title {
    margin-top: 0;
    margin-bottom: 10px;
}

.description {
    font-size: 18px;
    font-weight: 300;
    font-family: "Inter", sans-serif;
    margin: 0;
}

.contact_performer_info {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #000;
}

.black_text {
    font-size: 18px;
    color: #000000;
}

.mb-15 {
    margin-bottom: 15px;
}

.alert_success {
    background-color: #D4EDDA;
    color: #155724;
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #C3E6CB;
}

.alert_error {
    background-color: #F8D7DA;
    color: #721C24;
    padding: 15px;
    border-radius: 14px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #F5C6CB;
}

.apply_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.choose_button {
    border: 1px solid #4038FF;
    color: #4038FF;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 50px;
    cursor: pointer;
    display: block;
    text-decoration: none;
    text-align: center;
}

.choosen {
    color: #4038FF;
}

#applyOrderForm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header_content {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.header_profile {
    display: flex;
    align-items: center;
    gap: 30px;
    cursor: pointer;
}

.header_profile a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #999999;
}

.header_profile a.active {
    color: #4038FF;
}

.profile_menu {
    background-color: #fff;
    border-radius: 16px;
    padding: 30px;
    width: 100%;
    max-width: 395px;
}

.profile_menu h1 {
    margin: 0;
    font-size: 32px;
    font-weight: 500;
}

.profile_menu ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;

}

.profile_menu ul li {
    margin-bottom: 10px;
}

.profile_menu ul li a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    background-color: #F9FAFC;
    padding: 15px 20px;
    border-radius: 14px;
}

.profile_menu ul li a.active {
    background-color: #4038FF;
    color: #fff;
}

.chevron {
    margin-left: auto;
}

.logout_block {
    margin-top: 80px;
    text-align: center;
}

.profile_content {
    background-color: #fff;
    flex: 1;
    border-radius: 16px;
    padding: 30px;
}

.profile_content h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 30px;
}

.profile_container {
    display: flex;
    gap: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
}

.default_button.inline_button {
    display: inline-block;
    width: auto;
    padding: 15px 30px;
}

.profile_content h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 40px;
    margin-bottom: 20px;
}

.partner_card {
    font-size: 18px;
    font-weight: 300;
}

.partner_card span {
    color: #4038FF;
}

.partner_card h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}

.line_button.blue_button {
    border: 1px solid #4038FF;
    color: #4038FF;
}

.line_button.width_100 {
    width: 100%;
    max-width: 100%;
}

.ref_link_input {
    background-color: #fff;
    border-radius: 16px;
    padding: 15px 15px;
    margin-bottom: 10px;
    border: none;
}

.ref_link_container {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.ref_stats {
    margin-top: 30px;
}

.ref_stats h5 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.ref_stat_item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: 1px solid #E0E0E0;
    padding: 10px;
}

.faqs_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.faq_item {
    background-color: #F9FAFC;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 10px;
}

.faq_question {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.faq_answer {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 300;
    display: none;
}

.faq_item.active .faq_answer {
    display: block;
}

.password_forgot_text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}


.rating-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.star-rating input {
    display: none;
}

.star-rating label {
    font-size: 24px;
    color: #ccc;
    cursor: pointer;
    padding: 0 2px;
    transition: color 0.2s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover~label,
.star-rating input:checked~label {
    color: #ffca08;
}

.star-rating label:hover~input:checked~label {
    color: #ffca08;
}

.star-rating label.checked_star {
    color: #ffca08;
    cursor: default;
}

.rating-container.readonly .star-rating label {
    cursor: default;

}

.change_account_type {
    margin-top: 20px;
    text-align: center;
}

.link_button {
    background-color: transparent;
    border: 1px solid #4038FF;
    color: #4038FF;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 16px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.order_status {
    display: inline-block;
    padding: 5px 10px;
    border-radius: 14px;
    font-size: 12px;
    font-weight: 500;
    margin-left: auto;
}

.verification_section {
    margin-top: 30px;
}

.verification_section h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

.verification_form {
    margin-top: 20px;
}

.verified_status {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 900px) {
    .onboard_layout h1 {
        font-size: 45px;
    }

    .header_logo {
        display: none;
    }

    .reg_type_block h1 {
        font-size: 32px;
    }

    .choose_block {
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-direction: column;
        align-items: center;
    }

    .row {
        display: flex;
        flex-direction: column;
    }

    .white_page {
        background-color: transparent;
        padding: 0;
    }

    .tab_item {
        padding: 10px;
        font-size: 14px;
    }

    .orders_list {
        flex-direction: column;
    }

    .default_layout {
        background-color: #fff;
    }

    .breadcrumbs {
        display: none;
    }

    .slide_buttons {
        padding: 0 15px;
    }

    .hide_in_mobile {
        display: none;
    }

    .profile_menu {
        max-width: 100%;
        padding: 0;
    }

    .profile_content {
        padding: 0;
    }

    .empty_orders img {
        width: 100%;
    }

    .black_text {
        font-size: 14px;
    }

    .silver_text {
        font-size: 14px;
    }
}