@font-face {
    font-family: IRANsans;
    src: url("font/IRANSansWeb(FaNum).woff");
}
@font-face {
    font-family: Caveat;
    src: url("font/Caveat-font/Caveat-Regular.ttf");
}

html {
    position: relative;
    min-height: 100%;
    background: #fff!important;
}

body {
    font-family: IRANsans;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    /* font-size: 14px; */
    color: #fff;
    overflow-x: hidden;
    direction: rtl;
    text-align: right;
    behavior: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    color: #707070;
    margin-top: 0;
    font-weight: 600;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
label{
  font-family: IRANsans;
}
a{
    text-decoration: unset;
}
div.register-box{
    width: 35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
}
div.info-box{
    width: 90%;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 7px;
}
input.input-number{
    width: 17rem;
    text-align: center;
    border: 1px solid #c8c8c8;
    border-radius: 20px;
    padding: 7px;
    font-size: 13px;
    outline: unset;
    color: #8e8e8e;
}
input.input-text-general{
    width: 20rem;
    text-align: right;
    border: 1px solid #c8c8c8;
    border-radius: 7px;
    padding: 7px;
    font-size: 13px;
    outline: unset;
    color: #8e8e8e;
    margin-top: 20px;
    padding: 10px 20px;
}
input:focus{
    outline: 1px solid #8e8e8e;
}
h4.login-label{
    font-weight: 300;
    color: #8e8e8e;
}
h5.info-label{
    font-weight: 300;
    color: #8e8e8e;
}
button.login-continue{
    width: 10rem;
    padding: 10px 3px;
}

div.support-detail-box{
    border: 2px solid #ffdb71;
    width: 85%;
    border-radius: 7px;
    color: #ffdb71;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px;
}

div.support-detail-box p{
    margin: 0;
}
p.send-verify-code-label{
    color: #c8c8c8;
    margin-bottom: 10px;
}

.select2-container--default .select2-selection--single {
    height: 45px;
    width: 20rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 10px;
    right: 1px;
    width: 20px;
}
.select2-results__option--selectable {
    color: #3c3838
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #8e8e8e;
    line-height: 40px;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 4px;
}
button.control-btn{
    width: 9rem;
    padding: 8px 0px;
}