@import "../fonts/stylesheet.css";
html {
    overflow-x: hidden;
}

body {
    background-color: #404040;
    overflow-x: hidden;
    font-family: IRANSansFaNum, serif;
}

.welcome-text {
    padding-top: 50px;
    text-align: center;
}

.semi-circle {
    transform: translate(0, 0);
    height: 200px;
    width: 400px;
    border-radius: 0 0 200px 200px;
    background-color: #1d1d1d;
    margin: 0 auto;
}

#logo-wrapper {
    width: 170px;
    height: 170px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    top: 91px;
}

.category-title {
    margin-top: 80px;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    color: #fff;
}
#tab-bar .nav{
    overflow-x: scroll;
    height: 160px;
    border-bottom: 1px solid black;
    padding: 0 0 30px 0;
}
#tab-bar button{
    padding: 0;
    width: 94px;
    min-width: 94px;
    height: 104px;
    margin-right: 8px;
    border-bottom-color: transparent !important;

}
#tab-bar button:focus{
    box-shadow:none;
}
#tab-bar button img{
    opacity: 0.7;
    max-width: 100%;
}
#tab-bar button.active img{
    opacity: 1;
}
.tab-content .card{
    padding: 5px;
    border-radius: 15px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin-top: 25px;
}

.tab-content .card-text{
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: normal;
    color: #000;
}
.tab-content .card-body{
    padding: 10px;
}
.tab-content .card-title{
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
}
.tab-content img{
    margin: 2px 0 0 8px;
    border-radius: 15px;
    height: 135px !important;
    width: 135px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
}
.tab-content .price small{
    font-size: 12px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.58;
    letter-spacing: normal;
    text-align: right;
    color: #000 !important;
}
.tab-content input{
    height: 28px;
    width: 70px;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 16%);
    border: solid 0.3px #707070;
    text-align: center;
}
.tab-content .minus{
    height: 25px;
    width: 25px;
    border-radius: 5px;
    padding: 2px 7px 2px 2px;
    margin-left: 5px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 16%);
    background-color: #9b9b9b;
    color: #fff;
    cursor: pointer;
    text-align: center;

}
.tab-content .plus{
    width: 25px;
    height: 25px;
    padding: 3px 8px;
    border-radius: 5px;
    box-shadow: 0 5px 5px 0 rgb(0 0 0 / 16%);
    background-color: #464646;
    color: #fff;
    cursor: pointer;
}
.btn-white{
    color: #000;
    background-color: #fff;
    border-color: #fff;
    border-radius: 9px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.16);
    width: 100%;
    padding: 10px;
}

.table{
    margin-top: 0 !important;
}

table {
    border-radius: 29px;
    background-color: #e5e5e5;
}

table th, table td {
    color: rgba(0, 0, 0, 0.87) !important;
    font-size: 11px;
}

table tr {
    border: none !important;
}

table th {
    border-right: 1px dashed rgba(0, 0, 0, 0.87);
}
table td:first-child,table th:first-child {
    border-right: none !important;
}
table td {
    border-right: 1px dashed #000;
    border-bottom: none;
}
#result-note{
    font-size: 21px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.76;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
#overal-wrapper{
    margin-top: 10px;
}
#overal{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    border-top: 1px dashed #000 !important;
}
#overal span{
    display: inline-block;
    margin-top: 20px;
}
#overal p{
    margin-top: 20px;
    padding: 5px 40px 6px;
    border-radius: 18px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 0.3px #707070;
    background-color: #fff;
}
#white-box-level1{
    margin-top: 100px;
    background: #888585;
    position: relative;
    padding-top: 11px;
    border-radius: 89px;
}
#white-box-level2{
    background: #b8b8b8;
    position: relative;
    padding-top: 15px;
    border-radius: 54px;
}
