﻿.sign_up_modal:before {
    background-color: rgba(13,38,59,.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.sign_up_modal.modal .close:focus {
    outline: none
}

.sign_up_modal .tab-content .tab-pane.active {
    display: block
}

.sign_up_modal .modal-header {
    border: none;
    border-radius: 50%;
    background-color: #E6E9EC;
    height: 30px;
    line-height: 30px;
    padding: 3px 9px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 13px;
    width: 30px;
    z-index: 9
}

    .sign_up_modal .modal-header .btn-close {
        margin: 0;
        padding: 0
    }

.p60 {
    padding: 60px;
}

.mt30 {
    margin-top: 30px;
}

.mb5 {
    margin-bottom: 5px;
}

.mt5 {
    margin-top: 5px;
}

.p0 {
    padding: 0 !important;
}
.pl0
{
    padding-left:0 !important;
}
.pr0 {
    padding-right: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
/*.w150 {
    width: 200px
}*/
.login_form {
    padding: 0
}

    .login_form .title, .sign_up_form .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 41px;
        letter-spacing: 0;
        margin-bottom: 38px
    }

    .login_form .input-group-text, .sign_up_form .input-group-text {
        background-color: transparent;
        border: none;
        color: #006c70;
        height: 40px;
        position: absolute;
        right: 2px;
        top: 6px
    }

    .login_form .form-group .custom-control-label, .sign_up_form .form-group .custom-control-label {
        font-size: 14px;
        padding-top: 2px
    }

    .login_form p, .sign_up_form p {
        color: #5F6973;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0;
        margin-bottom: 22px
    }

        .login_form p a, .sign_up_form p a {
            font-size: 13px;
            font-style: normal;
            font-weight: 600;
            line-height: 16px;
            letter-spacing: 0
        }

    .login_form .btn-fpswd, .sign_up_form .btn-fpswd {
        color: #1947E2;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0
    }

    .sign_up_form .divide, .login_form .divide {
        position: relative
    }

        .sign_up_form .divide .lf_divider, .login_form .divide .lf_divider {
            background-color: #f9fafc;
            height: 20px;
            left: 0;
            line-height: 20px;
            margin: 0 auto;
            position: absolute;
            right: 0;
            text-align: center;
            top: -10px;
            width: 62px
        }

    .sign_up_form.inner_page, .login_form.inner_page {
        border: 1px solid #E6E9EC;
        border-radius: 3px;
        padding: 30px;
        -webkit-box-shadow: 0 10px 30px rgba(13,38,59,0.05);
        -moz-box-shadow: 0 10px 30px rgba(13,38,59,0.05);
        -o-box-shadow: 0 10px 30px rgba(13,38,59,0.05);
        box-shadow: 0 10px 30px rgba(13,38,59,0.05)
    }

        .sign_up_form.inner_page .title, .login_form.inner_page .title {
            font-weight: 600;
            margin-bottom: 35px
        }

        .sign_up_form.inner_page.style2, .login_form.inner_page.style2 {
            padding: 30px 0
        }

        .login_form.inner_page .heading h4 {
            font-size: 25px;
            font-weight: 700;
            margin-bottom: 5px
        }

    .login_form .heading, .sign_up_form .heading {
        margin-bottom: 25px
    }

    .login_form .form-control:focus, .sign_up_form .form-control:focus, .sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
        box-shadow: none;
        color: #1A3760;
        outline: none
    }

        .login_form .form-control:focus::-webkit-input-placeholder, .sign_up_form .form-control:focus::-webkit-input-placeholder, .sign_up_form button.btn.dropdown-toggle:focus::-webkit-input-placeholder {
            color: #1A3760
        }

    .login_form.inner_page .heading p {
        margin-bottom: 0
    }

    .login_form.inner_page .form-control {
        background-color: #fff;
        border: 1px solid #EAEAEA;
        padding-left: 15px;
        font-size: 14px
    }

    .login_form .form-control {
        margin-bottom: 10px
    }

    .login_form .form-label, .sign_up_form .form-label {
        color: #1A3760;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        margin-bottom: 12px
    }

    .login_form .form-control, .sign_up_form .form-control, .sign_up_form button.btn.dropdown-toggle {
        background-color: #fff;
        border: 1px solid #EAEAEA;
        border-radius: 8px;
        color: #5F6973;
        font-size: 13px;
        height: 50px;
        margin-bottom: 20px;
        padding: 0 15px
    }

    .login_form .custom-control.custom-checkbox [type="checkbox"], [type="radio"] {
        border: 1px solid #EAEAEA;
        border-radius: 8px;
        outline: none;
        width: 18px
    }

    .login_form .custom-control.custom-checkbox label.custom-control-label {
        color: #1A3760;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 41px;
        letter-spacing: 0;
        padding-left: 5px;
        text-align: left
    }

    .login_form .form-check-input {
        height: 17px;
        width: 17px
    }

    .login_form .form-check-label {
        color: #1A3760;
        font-size: 14px;
        padding-left: 0
    }

    .login_form .btn-log {
        border-radius: 8px;
        color: #1A3760;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: 0;
        height: 50px;
        width: 187px
    }

.sign_up_form {
    padding: 0
}

    .sign_up_form .form-check-input {
        border-radius: 2px;
        height: 15px;
        width: 15px
    }

.login_with {
    border-left: 1px solid #EAEAEA;
    margin-top: 100px;
    padding-left: 100px;
    position: relative
}

    .login_with.signup_page {
        margin-top: 150px
    }

    .login_with .title {
        font-size: 34px;
        font-style: normal;
        font-weight: 600;
        line-height: 41px;
        letter-spacing: 0;
        margin-bottom: 50px
    }

    .login_with .social_btn .btn_fb {
        border: 1px solid #134369;
        color: #134369;
        margin-bottom: 20px
    }

        .login_with .social_btn .btn_fb:hover, .login_with .social_btn .btn_fb:active, .login_with .social_btn .btn_fb:focus {
            background-color: #134369;
            color: #fff
        }

    .login_with .social_btn .btn_google {
        border: 1px solid #D93025;
        color: #D93025
    }

        .login_with .social_btn .btn_google:hover, .login_with .social_btn .btn_google:active, .login_with .social_btn .btn_google:focus {
            background-color: #D93025;
            color: #fff
        }

    .login_with .social_btn .btn_fb, .login_with .social_btn .btn_google {
        border-radius: 8px;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        height: 50px;
        line-height: 35px;
        letter-spacing: 0;
        text-align: center;
        width: 260px;
        -webkit-transition: all .3s ease;
        -moz-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease
    }

        .login_with .social_btn .btn_fb span, .login_with .social_btn .btn_google span {
            font-size: 14px;
            font-style: normal;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0;
            margin-right: 10px;
            vertical-align: middle
        }

.sign_up_form .checkmark {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.09);
    -moz-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.09);
    -o-box-shadow: 0 1px 4px 0 rgba(0,0,0,0.09);
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.09)
}

.sign_up_form .form-check-label {
    color: #1A3760;
    font-size: 14px;
    padding-left: 7px
}

.sign_up_form button {
    margin-bottom: 30px
}

.sign_up_form .btn-log {
    border-radius: 3px;
    background-color: #1947E2;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 16px;
    height: 50px
}

.sign_up_form .btn-signup {
    border-radius: 8px;
    color: #1A3760;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0;
    height: 50px;
    width: 187px
}

.btn-thm {
    background-color: #ff8100;
    border: 1px solid #ff8100;
    border-radius: 8px;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

    .btn-thm.rounded {
        background-color: #ff8100;
        border-radius: 5px;
        color: #1A3760
    }

    .btn-thm:hover, .btn-thm:active, .btn-thm:focus {
        background-color: #134369;
        border-color: #134369;
        color: #fff
    }

    .btn-thm.white:hover, .btn-thm.white:active, .btn-thm.white:focus {
        background-color: #ff8100;
        border-color: #ff8100;
        color: #1A3760
    }

.log_reg_form .sign_up_tab li:first-child, .sign_up_tab li:first-child {
    margin-right: 30px
}

.sign_up_tab li.nav-item {
    text-align: center
}

    .sign_up_tab li.nav-item .nav-link {
        background-color: transparent;
        border: none;
        color: rgba(18,18,18,0.3);
        font-family: 'Inter',sans-serif;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0;
        line-height: 24px;
        margin: 0;
        padding: 0;
        position: relative;
        text-transform: uppercase
    }

        .sign_up_tab li.nav-item .nav-link.active {
            background-color: transparent;
            border: none;
            color: #1A3760
        }

            .sign_up_tab li.nav-item .nav-link.active:before {
                background-color: #1A3760;
                bottom: 0;
                content: "";
                height: 1px;
                left: 0;
                position: absolute;
                width: 100%
            }

.log_reg_form {
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    padding: 60px
}

.sign_up_form .nav.nav-pills .nav-item .nav-link {
    color: #5F6973;
    border-radius: 60px;
    font-size: 15px;
    padding: 15px 35px
}

.modal-backdrop {
    display: none
}
.ui_kit_message_box .alert {
    font-size: 11px;
    height: auto;
    line-height: 20px;
}

    .ui_kit_message_box .alert .btn-close {
        right: 10px;
        top: 10px
    }

.alert.alart_style_one {
    background-color: #CDE9F6;
    color: #4780AA
}

.alert.alart_style_two {
    background-color: #F7F3D7;
    color: #927238
}

.alert.alart_style_three {
    background-color: #ECC8C5;
    color: #AB3331
}

.alert.alart_style_four {
    background-color: #DEF2D7;
    color: #5B7052
}
.my_lisging_table {
    position: relative
}

    .my_lisging_table tr.thead_row {
        background-color: #EEF2F6
    }

        .my_lisging_table tr.thead_row th.thead_title:first-child {
            padding-left: 20px
        }

    .my_lisging_table th.thead_title {
        border-bottom-width: inherit;
        font-size: 13px;
        font-style: normal;
        font-weight: 600;
        height: 40px;
        letter-spacing: 0;
        line-height: 45px
    }

    .my_lisging_table .car-listing:hover {
        box-shadow: none
    }

        .my_lisging_table .car-listing:hover .thumb:before {
            display: none
        }
.select2-selection__rendered {
    line-height: 45px !important;
}

.select2-container .select2-selection--single {
    height: 49px !important;
}

.select2-selection__arrow {
    height: 48px !important;
}

.title2 {
    font-weight: 600 !important;
}

.main-title {
    margin-bottom: 30px;
    margin-top: 10px;
}
.bdr_none {
    border: none !important
}