@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&display=swap');
/* Login & register page */

.page-template-page-login header,.page-template-page-login footer {
    display: none;
}
.page-template-page-login{
    background: #000 !important;
}
.form_block{
    position: relative;
    padding: 120px 0;
    display: flex;
    justify-content: space-between;
}
.img_block {
    position: absolute;
    right: 0;
    top: 100px;
}

.form_block .form{
    padding: 0 10px;
    width: 100%;
    max-width: 580px;
}
.form_block .link_block{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 36px;
    margin-top: 30px;
}
.form_block .link_block span{
    color: #767676;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
}
.form_block .link_block span a{
    color: #FFF;
    font-family: "Akshar", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%; /* 24px */
    text-decoration: underline;
}

.form_block  h1{
    font-family: "Akshar", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    color: white;
    margin-bottom: 30px;
}

.form_block .form .custom_label{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #FFF;
    display: block;
}

.form_block .form input{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: normal;
    color:white !important;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 12px !important;
    background: #1C1C1C !important;
    padding: 17px 20px;
    border: none;
    outline: none;
}
.form input::placeholder {
    color: #767676 !important;
}
.form input:focus{
    border: none;
    outline: none;
}

.form input:focus-visible{
    color: #000000;
    border-radius: 12px !important;
    background: #EEE !important;
    padding: 17px 20px;
    border: none;
    outline: none;
}

.mail_icon, .user_icon, .pwd_icon, .country_icon, .phone_icon, .email_icon{
    position: relative;
}

.user_icon::before, .pwd_icon::before, .mail_icon::before, .country_icon::before, .phone_icon::before, .email_icon::before{
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 19px;
    left: 20px;
    display: block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.form a.forgot_pwd{
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    text-align: right;
    text-decoration-line: underline;
    color: #767676;
}

.two_col{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 5px;
}

.two_col span.custom_label, .two_col a{
    display: grid;
    align-self: center;
    margin-bottom: 0;
}

.button_block .accent_btn{
    vertical-align: middle;
    font-family: 'Akshar', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    padding: 12px 36px;
    border-radius: 12px;
    background: #E6FF2A;
    cursor: pointer;
    width: 100%;
    display: block;
    text-align: center;
}

.forgot_pwd .accent_btn{
    display: block;
    text-align: center;
}

.forgot_pwd .simple_btn{
    margin-top: 30px;
    display: block;
    text-align: center;
}

#login_response a{
    display: none;
}
@media (max-width: 1024px) {
    .form_block {
        position: relative;
        padding: 60px 0 210px;
        flex-direction: column-reverse;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap:30px;
    }
    .form_block .form{
        padding: 0;
    }
    .img_block {
        width: 120px;
        position: relative;
        top: 0;
        right:unset;
    }
    .form_block h1{
        text-align: center;
    }
}
/* Login & register page -end */
/* Profile */
.form_block_account {
    width: 600px;
    margin-left: calc(50vw - 300px);
    margin-top: 60px;
    margin-bottom: 160px;
}

.form_block_order {
    width: 400px;
    margin-left: calc(50vw - 200px);
    margin-top: 190px;
    margin-bottom: 300px;
}

.form_block_order_history {
    width: 375px;
    margin-left: calc(50vw - 300px);
    margin-top: 150px;
    margin-bottom: 190px;
}

.account_subsection-top-filter {
    margin: 0 auto;
    max-width: 1400px;
    height: 60px;
    padding: 15px 0;
    display: flex;
    grid-column-gap: 40px;
}

.account_subsection-top-filter .filter__item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #767676;
    width: max-content;
}

.account_subsection-top-filter .filter__item:hover {
    color: #000;
    padding-bottom: 18px;
    border-bottom: 2px solid #000;
}

.logo_account {
    text-align: center;
    margin-bottom: 45px;
}

.button_padding {
    padding-top: 15px;
}

.button_padding_order_history {
    padding-top: 25px;
}

.text_order_history {
    font-size: 20px;
    font-weight: 700;
}

.subtext_order_history {
    font-size: 14px;
    font-weight: 400;
}

.image_order_history {
    float: left;
    margin-right: 33px;
    margin-bottom: 35px;
}

.image_find_talents {
    margin-right: 15px;
}

.padding_find_talents {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.billing_info input, .billing_info select {
    font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: normal !important;
    color: #000000 !important;
    display: block !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    border-radius: 12px !important;
    background: #FFF !important;
    padding: 17px 20px !important;
    border: none !important;
    outline: none !important;
}
/*.billing_info select{
    padding: 17px 20px 17px 42px;
}*/
#my_form > label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 5px;
}

.billing_info input:focus {
    background: #FFF;
}

.custom_label {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 5px;
}

/* Profile -end */

@media (min-width: 1024px) and (max-width: 1365px) {
    .edit_account {
        margin-bottom: 392px;
    }

    .change_password {
        margin-bottom: 382px;
    }

    .order_hisory {
        margin-top: 310px;
        margin-bottom: 443px;
    }
}

@media (max-width: 1023px) {


    .form_block_order {
        width: 400px;
        margin-left: calc(50vw - 200px);
        margin-top: 92px;
        margin-bottom: 260px;
    }
}

@media (max-width: 767px) {

    .form_block{
        width: 100%;
        margin: 60px auto;

    }

    .form_block_order {
        width: 370px;
        margin-left: 0;
        margin-top: 60px;
        margin-bottom: 160px;
    }

}
