/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
#tax_approval_check_container{
    font-family: "Open Sans Hebrew", Sans-serif;
    margin-top: -100px;
    margin-bottom: 50px;
    min-height: 80vh;
}

.steps_ul{
    list-style-type: none;
    display: flex;
    padding-right: 0;
}

.steps_ul li{
    background-color: #b3b4b4;
    color: #fff;
    margin: 0 4vw;
    border-radius: 3px;
    font-family: "Open Sans Hebrew", Sans-serif;
    font-size: 17px;
    font-weight: 300;
    width: 22px;
    text-align: center;
}

@media only screen and (min-width: 500px){

    .steps_ul li{
        font-size: 30px;
        width: 35px;
        line-height: 35px;
    }

}

.steps_ul li.active{
    background-color: #0872ba;
}

.steps_ul li:not(:first-child).active:before{
    background: #0872ba;
}

.steps_ul li:not(:first-child):before{
    content: "";
    width: 8vw;
    height: 2px;
    background: #ececec;
    position: absolute;
    right: -8vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

#tax_approval_check_container .relative{
    position: relative;
}

#tax_approval_check_container .title_heading{
    font-size: 1rem;
    font-weight: bold;
}

@media only screen and (min-width: 500px){
    #tax_approval_check_container .title_heading{
        font-size: 1.3rem;
    }
}

#tax_approval_check_container h2{
    padding: 0;
    margin: 0;
    color: #0872ba;
    font-weight: 900;
    font-family: 'Open Sans Hebrew Condensed';
}

#tax_approval_check_container p{
    font-size: 1rem;
    color: #000;
    line-height: 1.8;
}

@media only screen and (min-width: 500px){
    #tax_approval_check_container p{
        font-size: 1.2rem;
    }
}

#tax_approval_check_container .no_line_height{
    line-height: 1;
}

#tax_approval_check_container .left_border{
    border-left: none;
}

@media only screen and (min-width: 768px){
    #tax_approval_check_container .left_border{
        border-left: 1px solid #b3b4b4;
    }
}

#tax_approval_check_container .know_img{
    width: 4rem;
}

#tax_approval_check_container .small_input_img{
    background-color: transparent;
    border-right: none;
    border-color: #666;
    max-width: 55px;
}

#tax_approval_check_container input[type='text']{
    border-left: none;
    font-size:1rem;
}

#tax_approval_check_container input[type='text']::placeholder{
    font-size:1rem;
}

#tax_approval_check_container select{
    font-size:1rem;
}

@media only screen and (min-width: 500px){
    #tax_approval_check_container input[type='text']::placeholder,
    #tax_approval_check_container input[type='text'],
    #tax_approval_check_container select{
        font-size: 1.2rem;
    }
}

.status_button{
    border: 1px solid #ddd;
    width: 20%;
    height: 170px;
}

.status_button.self_business{
    width: 32%;
}

@media only screen and (min-width: 500px){
    .status_button.self_business{
        width: 25%;
    }
}

.status_button.buttons_steps_5{
    width: 30%;
    height: 140px;
}

@media only screen and (min-width: 768px){
    .status_button.buttons_steps_5{
        width: 190px;
        height: 170px;
    }
}

.status_button.income_btn{
    width: 50%;
}

@media only screen and (min-width: 500px){
    .status_button.income_btn{
        width: 30%;
    }
}

#tax_approval_check_container .status_button p{
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
    font-family: "Open Sans Hebrew Condensed", Sans-serif;
}

#tax_approval_check_container .status_button p.reg{
    font-weight: normal;
    font-family: "Open Sans Hebrew", Sans-serif;
}

.status_button img{
    width: 75%;
    max-height: 27%;
}

.status_button.income_btn img{
    width: 50%;
    max-height: 60%;
}

.status_button.buttons_steps_5 img{
    width: 41%;
    max-height: 65%;
}

.status_button.self_business img {
    width: 57%;
    max-height: 60%;
}

#tax_approval_check_container .status_button.blue{
    background-color: #08c;
}

#tax_approval_check_container .status_button.back_shadow{
    box-shadow: 0 0 6px 0 #9f9e9e;
}

#tax_approval_check_container .status_button.blue p{
    color: #fff;
}

hr.vertical_sep{
    background-color: #000;
    opacity: 1;
    width: 30%;
}

#tax_approval_check_container .pointer{
    cursor: pointer;
}

#tax_approval_check_container .err_msg{
    font-size: 15px;
    color: #fb1212;
}

#tax_approval_check_container .input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#tax_approval_check_container .block_con {
    box-shadow: 0px 0px 50px 0px #f7f7f7;
}

#tax_approval_check_container .block_con:hover{
    box-shadow: 0px 0px 50px 0px #f7f7f7;
}

#tax_approval_check_container .block_img {
    width: 3.4rem;
    max-height: 90px;
}

#tax_approval_check_container .block_link{
    text-decoration: underline;
    color: #0d6efd;
}

#tax_approval_check_container .block_link:hover{
    color: gray;
}

#tax_approval_check_container .btn-secondary{
    background-color: #0872ba;
    border: none;
    color: #fff;
    height: 55px;
    outline: none;
}

#tax_approval_check_container .btn-gray{
    background-color: #b3b4b4;
    border: none;
    color: #fff;
    height: 55px;
    outline: none;
}

#tax_approval_check_container .btn-gray:hover{
    background-color: #0872ba;
}

.fade-leave-active {
    transition: opacity .1s;
}

.fade-enter-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.custom_max_w{
    max-width: 800px;
}

.btn-success{
    width: 75px;
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

#tax_approval_check_container .btn-gray, #tax_approval_check_container .btn-secondary{
    width: 187px;
}

#step_6 button.btn-success{
    width: 187px;
    height: 55px;
}

#tax_approval_check_container iframe{
    height: 0px;
    opacity: 0;
}

[v-cloak] { display:none }


