﻿
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}
/*start-css*/
.ix_main_blog {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9999999;
    justify-content: center;
    visibility: hidden;
    transition: all 0.5s;
}

.sidebar_login_logo {
    text-align: center;
}


    .sidebar_login_logo img {
        margin-top: -15px;
    }

.sidebar_login, .review_block {
    max-width: 450px;
    width: 100%;
    margin: auto;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 12px;
    position: fixed;
    right: -450px;
    top: 0;
    bottom: 0;
    z-index: 999999999;
    transition: all 0.3s;
}

.review_block {
    max-width: 520px !important;
    min-width: 520px !important;
    right: -520px;
}

.sidebar_login .sidebar_login_head, .review_block_head {
    font-weight: 600;
    font-size: 24px;
    color: #125fa1;
    border-bottom: 1px solid #ddd;
    align-items: center;
    display: flex;
    padding: 0 20px;
    gap: 5px;
    justify-content: space-between;
    line-height: 50px;
}


.side_close {
    cursor: pointer;
}

.sidebar_login_body, .review_block_body {
    display: flex;
    align-items: center;
    padding: 0 15px;
    flex-direction: column;
    overflow: auto;
    height: calc(100vh - 51px);
    justify-content: center;
}

.sidebar_login_first, .sidebar_login_secound {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    /* padding: 25px 0; */
}

    .sidebar_login_first .sidebar_login_body_title {
        font-weight: 600;
        font-size: 21px;
        text-align: center;
        color: #000;
    }

.sidebar_login_body_des {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    color: #646464;
    max-width: 300px;
    margin: 0 auto 20px auto;
}


.sidebar_login_radiobtn {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

    .sidebar_login_radiobtn label {
        ter;
        margin: 0;
        cursor: pointer;
        display: inline-block;
        font-weight: 400;
        font-size: 15px;
        line-height: 25px;
    }

    .sidebar_login_radiobtn input {
        opacity: 1;
        position: relative !important;
        margin: 0;
        accent-color: #125fa1;
        width: 18px;
        height: 18px;
    }

.sidebar_loginform_float_two {
    display: flex;
    column-gap: 10px;
}

.sidebar_floating-label {
    flex: 1;
}

    .sidebar_floating-label.Country_code {
        max-width: 110px;
    }

.sidebar_loginform_float_two input, .sidebar_loginform_float_two select {
    color: #000000;
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #f7f9fc;
    line-height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.loginbtn_new {
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    background: #115A9C;
    border-radius: 3px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-style: normal;
    border: none;
    transition: all 0.3s;
    white-space: nowrap;
    margin: 15px 0;
    height: 50px;
}

.sidebar_loginform {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.sidebar_or {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #393939;
}

.sidebar_loginform_social li a, .sidebar_loginform_social li button {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    padding: 5px 20px;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    background: #fafafa;
    border: 1px solid #ededed;
    max-width: fit-content;
    border-radius: 5px;
    color: #000;
}

.sidebar_loginform_social li {
    font-size: 16px;
    line-height: 21px;
    border-radius: 2px;
    color: #393939;
    cursor: pointer;
    background: #fff;
    box-shadow: rgb(0 0 0 / 2%) 0px 0px 12px;
}

.sidebar_loginform_social {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.sidebar_loginform_info .custom-control-label a {
    color: #115A9C;
    font-weight: 500;
}

.sidebar_login_verifymobile {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.sidebar_login_verifymobile_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

.sidebar_login_verifymobile p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    text-align: center;
}

.sidebar_login_verifymobile .otp_field {
    flex-direction: row;
    column-gap: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar_login_verifymobile .otp_field .otp-input {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }

    .sidebar_login_verifymobile .otp_field .otp-input_emailMobileOTP {
        height: 45px;
        width: 42px;
        border-radius: 6px;
        outline: none;
        font-size: 1.125rem;
        text-align: center;
        border: 1px solid #ddd;
    }


.sidebar_login_verified a {
    font-size: 14px;
    line-height: 21px;
    background: #0d479b;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.f_social {
    width: 35px;
    height: 35px;
    display: block;
    transform: scale(0.9);
}

.google_icon {
    background-position: -371px -460px;
}

.facebook_icon {
    background-position: -421px -460px;
}


@media (max-width: 767px) and (min-width: 20px) {
    .sidebar_login_logo img {
        max-width: unset;
    }


    .sidebar_login_logo {
        display: none;
    }

    .sidebar_login {
        bottom: auto;
        max-width: calc(100% - 80px);
    }

    .sidebar_login_body {
        height: auto;
        padding: 10px 15px;
    }

    .sidebar_login_body_des {
        font-size: 12px !important;
        margin: 0 auto 0px auto;
    }

    .sidebar_login_first, .sidebar_login_secound {
        row-gap: 5px;
    }

    .sidebar_login .sidebar_login_head {
        font-size: 20px;
        line-height: 40px;
        padding: 0 10px;
    }

    .side_close {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: right;
    }

    .sidebar_or, .footer_img {
        display: none;
    }

    .sidebar_login_first .sidebar_login_body_title {
        font-size: 18px;
    }

    .loginbtn_new {
        font-size: 15px;
        margin: 0 auto;
        max-width: fit-content;
        padding: 0 30px;
        line-height: 35px;
        height: 35px;
    }

    .sidebar_login_verifymobile .otp_field .otp-input {
        height: 35px;
        width: 32px;
    }
}
