@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/woff/YekanBakhFaNum-Regular.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Regular.woff2') format('woff2');
    font-display: swap;

}

@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/woff/YekanBakhFaNum-Bold.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-Bold.woff2') format('woff2');
    font-display: swap;

}

@font-face {
    font-family: "Bakh";
    font-style: normal;
    font-weight: 950;
    src: url('../fonts/woff/YekanBakhFaNum-ExtraBlack.woff') format('woff'),
    url('../fonts/woff2/YekanBakhFaNum-ExtraBlack.woff2') format('woff2');
    font-display: swap;

}

@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/sf_Medium.woff');
    src: url('../fonts/eot/sf_Medium.woff?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/sf_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/sf_Medium.woff') format('truetype');
    font-display: swap;

}


@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/sf_Medium.woff');
    src: url('../fonts/eot/sf_Medium.woff?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/sf_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/sf_Medium.woff') format('truetype');
    font-display: swap;

}


@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/sf_Bold.woff');
    src: url('../fonts/eot/sf_Bold.woff?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/sf_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/sf_Bold.woff') format('truetype');
    font-display: swap;

}

@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/sf_Bold.woff');
    src: url('../fonts/eot/sf_Bold.woff?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/sf_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/sf_Bold.woff') format('truetype');
    font-display: swap;

}

@font-face {
    font-family: "SF";
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/sf_Bold.woff');
    src: url('../fonts/eot/sf_Bold.woff?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff/sf_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/sf_Bold.woff') format('truetype');
    font-display: swap;

}

*{
    font-family: "Bakh", "SF";
}
::-webkit-input-placeholder {
    /* WebKit browsers */
    color: var(--color-dark) !important;
    text-align: right !important;
    font-family: "Bakh","SF"!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: var(--color-dark) !important;
    opacity: 1;
    text-align: right !important;
    font-family: "Bakh","SF"!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: var(--color-dark) !important;
    text-align: right !important;
    font-family: "Bakh","SF"!important;
    opacity: 1;
    font-weight: normal!important;
    font-size: 15px!important;
}

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: var(--color-dark) !important;
    text-align: right !important;
    font-family: "Bakh","SF"!important;
    font-weight: normal!important;
    font-size: 15px!important;
}

.digits ::-webkit-input-placeholder {
    text-align: center !important;
}

.digits :-moz-placeholder {
    text-align: center !important;
}

.digits ::-moz-placeholder {
    text-align: center !important;
}

.digits :-ms-input-placeholder {
    text-align: center !important;
}


html,
body {
    font-family: "Bakh", "SF";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-weight: normal;
    text-transform: none;
    font-size: 16px;
    background: var(--color-white);
}

*:focus {
    outline: none !important;
}

:focus {
    outline: none !important;
}

html,
* {
    -webkit-font-smoothing: antialiased;
    direction: rtl;
    text-align: right;
    box-sizing: border-box;
}

a,
a:hover,
    /*a:visited,*/
a:active,
a:focus {
    color: #fff;
    text-decoration: none;
}

a,
a:hover,
    /*a:visited,*/
a:active,
a:focus {
    text-decoration: none;
}

h3 {
    font-size: 20px;
    line-height: 37px;
}

* {
    text-shadow: none !important;
}

img,
svg {
    max-width: 100%;
    height: auto;
    width: auto\9;
}


input[type="text"], input[type="file"], input[type="date"], input[type="url"], input[type="number"], input[type="email"], input[type="tel"], input[type="password"], textarea, textarea.form-control {
    background: var(--color-light);
    border: medium none;
    border-radius: 30px !important;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    margin: 6px 0 !important;
    padding: 11px 20px;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid var(--color-light);
    color: var(--color-black);
    min-height: 53px;
    text-align: right;
}

input[type=date]:required:invalid::-webkit-datetime-edit {
    color: transparent;
}

input[type=date]:focus::-webkit-datetime-edit {
    color: black !important;
}

.ltrinput,
input[type="file"],
input[type="url"],
input[type="email"] {
    direction: ltr;
    font-family: "SF", "Bakh";
    text-align: left !important;
}

input[type="text"]:focus,
input[type="file"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
textarea.form-control:focus {
    background: var(--color-light);
    box-shadow: none;
    color: var(--color-black);
    border: 1px solid var(--color-primary);
}

textarea,
textarea.form-control {
    min-height: 150px;
    resize: none;
    width: 100%;
    border-radius: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding:20px;
}

.btn-link,
.btn,
.nbs>label,
.btn-primary,
.btn-secondary,
.btn-gray,
.btn-link,
.bt-sample-link,
input[type="submit"],
button.submit,
input[type="button"],
button {
    background: var(--color-primary);
    border: 2px solid var(--color-primary);
    border-radius: 30px;
    box-shadow: none;
    color: #fff;
    display: block;
    line-height: 27px;
    font-size: 20px !important;
    font-weight: normal;
    margin: 15px auto;
    overflow: visible;
    padding: 8px 25px;
    position: relative;
    cursor: pointer;
    text-align: center;
    min-height: 42px;
    width: 100%;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-link:hover,
.btn-link:focus,
.nbs>label:hover,
.nbs>label:focus,
.btn-primary:hover,
.bt-sample-link:hover,
input[type="submit"]:hover,
button.submit:hover,
input[type="button"]:hover,
button:hover,
.btn-primary:focus,
.bt-sample-link:focus,
input[type="submit"]:focus,
button.submit:focus,
input[type="button"]:focus,
button:focus {
    background-color: var(--color-primary2) !important;
    color: var(--color-white) !important;
    text-decoration: none !important;
    border-color: var(--color-primary2) !important;
    box-shadow: none !important;
}

.btn:active {
    transform: scale(.95) !important;
}

.btn-primary:hover, .btn-primary:focus {
    background: var(--color-primary2) !important;
    color: var(--color-white) !important;
    border-color: var(--color-primary2) !important;
}



.btn-secondary {
    background: var(--color-white) !important;
    border: 1px solid var(--color-primary);
    color: var(--color-primary) !important;
}

.btn-secondary svg path {
    fill: var(--color-primary);
}


.btn-secondary:hover,
.btn-secondary:focus {
    background-color: var(--color-light) !important;
    color: var(--color-primary) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-color: var(--color-primary) !important;
}

.btn-link,
.btn-link:visited {
    background: var(--color-white);
    border: 1px solid var(--color-white);
    color: var(--color-primary);
}

.btn-link:hover,
.btn-link:focus {
    background-color: var(--color-white) !important;
    color: var(--color-primary) !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-color: var(--color-white) !important;
}

.btn-gray {
    background: var(--color-gray);
    border: 1px solid var(--color-gray);
    color: #fff;
}

.btn-gray:hover,
.btn-gray:focus {
    background-color: var(--color-black) !important;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: none !important;
    border-color: var(--color-black) !important;
}

.btn-small {
    padding: 5px;
    font-size: 17px;
    font-weight: normal;
}

.btn-tiny {
    padding: 0px 6px;
    font-size: 15px;
    margin: 0;
    position: relative;
    top: -2px;
    height: 27px;
}

.btn-block {
    max-width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: none;
    background-color: var(--color-bg);
    opacity: 1;
    color: var(--color-gray2);
}

.inmob {
    display: none !important;
}




/*checkbox*/

.form-group>label.cktype {
    cursor: pointer;
    margin: 0;
    padding: 8px 30px 8px 8px;
    flex-wrap: nowrap;
    width: 100%;
    position: relative;
}

.form-group>label.cktype>b {
    font-weight: bold;
    color: var(--color-black);
    display: block;
    padding: 2px 0;
}


.form-group>label.cktype>b>a, .form-group>label.cktype>b>a:hover {
    font-weight: bold;
    color: var(--color-primary);
}

.form-group>label.inline-check>b {
    display: inline-block;
    margin-left: 10px;
}

.form-group>label.cktype>input {
    visibility: hidden;
    position: absolute;
}

.form-group>label.cktype>i {
    border: 2px solid var(--color-dark);
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    width: 18px;
    height: 18px;
    margin: 11px 4px;
}

.form-group>label.cktype>input:checked+i {
    border: 2px solid var(--color-primary);
    background-color: var(--color-primary);
    background-image: url('../svg/checked.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 11px;
}


.form-group>label.cktype>input:disabled+i+b {
    text-decoration: line-through;
    color: var(--color-dark);
}

.form-group>label.cktype>input:checked+b {
    color: var(--color-white) !important;
}

.ss{
    width:300px !important;
    height:600px !important;
}
