button,
input,
button:focus,
input:focus,
button:active,
input:active {
    outline: none;
    box-shadow: none;
    border: none;
}

* {
    font-family: iran-yekan, sans-serif;
}

html,
body {
    width: 100%;
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    min-height: 100vh;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-header {
    position: relative;
    top: 0px;
    padding: 5px;
    min-height: 60vh;
    width: 100%;
    z-index: 1000;
    box-sizing: border-box;
    background: rgb(236, 245, 250) !important; 
}

main {
    position: relative;
    height: auto;
    width: 100%;
}

footer {
    position: relative;
    height: auto;
    width: 100%;
}



.description-box {
    margin-top: 30px;
}

.hide {
    display: none;
}




.searchbox {
    position: relative;
    width: auto;
    line-height: 50px;
    height: 50px;
    border: 1px solid #d8d8d8ee;
    border-radius: 10px;
    padding: 2.5px;
    box-sizing: border-box;
}

.searchbox input {
    position: relative;
    width: 100%;
    padding: 0 10px 0 10px;
    line-height: 40px;
    height: 40px; 
    background: none;
    box-shadow: none;
    outline: none;
    border: none;

}

.searchbox button {
    width: 40px;
    height: 40px;
    display: none;
}



.h-80{
    height: 80px;
}
.h-100{
    height: 100px;
}
.h-200 {
    height: 200px;
}
.h-300{
    height: 300px;
}





.p-5 {
    padding: 5px;
}

.p-10 {
    padding: 10px;
}

.p-15 {
    padding: 15px;
}


.p-t-5 {
    padding-top: 5px;
}

.p-t-10 {
    padding-top: 10px;
}

.p-t-15 {
    padding-top: 15px;
}

.p-t-20 {
    padding-top: 20px;
}

.p-t-25 {
    padding-top: 25px;
}

.p-t-30 {
    padding-top: 30px;
}

.p-b-5 {
    padding-bottom: 5px;
}

.p-b-10 {
    padding-bottom: 10px;
}

.p-b-15 {
    padding-bottom: 15px;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-b-25 {
    padding-bottom: 25px;
}

.p-b-30 {
    padding-bottom: 30px;
}

.p-tb-5 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.p-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.p-tb-15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.p-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.p-tb-25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.p-tb-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}


.p-l-5 {
    padding-left: 5px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}


.p-r-5 {
    padding-right: 5px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-r-15 {
    padding-right: 15px;
}

.p-lr-5 {
    padding-right: 5px;
    padding-left: 5px;
}

.p-lr-10 {
    padding-right: 10px;
    padding-left: 10px;
}

.p-lr-15 {
    padding-right: 15px;
    padding-left: 15px;
}














.m-5 {
    margin: 5px;
}

.m-10 {
    margin: 10px;
}

.m-15 {
    margin: 15px;
}

.m-t-5 {
    margin-top: 5px;
}

.m-t-10 {
    margin-top: 10px;
}

.m-t-15 {
    margin-top: 15px;
}

.m-t-20 {
    margin-top: 20px;
}

.m-t-25 {
    margin-top: 25px;
}

.m-t-30 {
    margin-top: 30px;
}

.m-b-5 {
    margin-bottom: 5px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-15 {
    margin-bottom: 15px;
}

.m-b-20 {
    margin-bottom: 20px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-tb-5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.m-tb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.m-tb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.m-tb-25 {
    margin-top: 25px;
    margin-bottom: 25px;
}

.m-tb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}

.m-l-5 {
    margin-left: 5px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-l-15 {
    margin-left: 15px;
}


.m-r-5 {
    margin-right: 5px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-15 {
    margin-right: 15px;
}

.m-lr-5 {
    margin-right: 5px;
    margin-left: 5px;
}

.m-lr-10 {
    margin-right: 10px;
    margin-left: 10px;
}

.m-lr-15 {
    margin-right: 15px;
    margin-left: 15px;
}



.center-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;

}