#category , #secondCategory , #currency  {
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 1px solid lightgrey;
    padding: 0 10px;
    font-size: 17px;
}
#price{
    width: 100%;
    height: 100%;
    border-radius: 7px;
    border: 1px solid lightgrey;
    padding: 0 10px;
}

label{
    font-size: 20px;
}

select:disabled{
    cursor: not-allowed;
    background-color: lightgray;
}
input:disabled{
    cursor: not-allowed;
    background-color: lightgray;
}

.title-tax{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 50px;
}
.title-tax h1{
font-size: 50px;
}
.title-tax p{
    text-align: right;
}
.title-tax #hr{
    width: 70%;
    margin:auto;
   border-color: lightgray;
   opacity: 0.7;
}

.tax-calculator{
    display: flex;
    font-family: 'Open Sans Hebrew',sans-serif!important;
    font-style: normal;
    text-align: right;
}
.form{
    width:50%;
    margin: 0 auto;
}

.container{
    width: 100%;
    margin-bottom: 50px;
}
.container::after{
    content: "";
    display: block;
    clear: both;
}

.label{
float:right;
width: 33.333%;
height: 100%;
margin-top: 10px;
font-weight: 700;
}

.field{
   width: 66.666%;
   float: right;
   height: 50px !important;
}

.price-div{
    float: right;
    width: 60%;
    height: 100%;
}

.currency-div{
    width: 30%;
    float: right;
    margin-right: 10%;
    height: 52px;
}

.tables{
    width: 40%;
    margin: 0 auto;
    background-color: white;
}

.data{
    width: 100%;
}

.subject{
    padding:  10px 15px;
}

.subject{
    width: 60%;
}

 #tax-table ,tr{
    border: 1px solid #DCDCDC !important;
    border-collapse: collapse;
}

#tax-table{
   border-radius: 20px;
   width: 100%;
}

.bold{
    background-color: #DCDCDC	;
}

@media screen and (max-width: 600px){
    .tax-calculator{
        display: block;
        margin-top: 20px;
    }

    .form{
        width: 100%;
    }

    .label{
        width: 100%;
        margin-top: 0;
    }
    .label label{
        font-size: 18px;
    }
    
    .field{
        width: 100%;
    }
    .price-div{
        float: right;
        width: 50%;
    }
    
    .currency-div{
        width: 40%;
        float: right;
        margin-right: 10%;
    }
    #currency{
        width: 100%;
    }

    .tables{
        width: 100%;
    }
    .data{
        margin:auto;
    }
    .title-tax p{
        text-align: center;
    }

}
