@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 300;
	font-stretch: normal;
	src: url('woff/YekanBakh-Light.woff') format('woff'),   
	url('woff2/YekanBakh-Light.woff2') format('woff2');	
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: normal;
	font-stretch: normal;
	src: url('woff/YekanBakh-Regular.woff') format('woff'),   
	url('woff2/YekanBakh-Regular.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: 600;
	font-stretch: normal;
	src: url('woff/YekanBakh-SemiBold.woff') format('woff'),   
	url('woff2/YekanBakh-SemiBold.woff2') format('woff2');		 
}

@font-face {
	font-family: Yekan Bakh;
	font-style: normal;
	font-weight: bold;
	font-stretch: normal;
	src: url('woff/YekanBakh-Bold.woff') format('woff'),   
	url('woff2/YekanBakh-Bold.woff2') format('woff2'); 
}
.digits-form_heading .digits-form_heading_text, .digits-form_tabs .digits-form_tab-bar .digits-form_tab-item, .digits-form_button, .digits-form_button .digits-form_button-text, .digits2_box .digits-form_input input, .digits-form_footer .digits-form_link, .digits-form_footer .digits-form_link span, .digits_otp_info .digits_otp_info_desc_text, .digits_otp_info .digits_otp_info_desc_text span{
    font-family: 'Yekan Bakh', sans-serif;
}
.dig_bdy_container {
    height: 100%;
    width: 100%;
}

* {
    margin: 0;
}

body {
    overflow-x: hidden;
    font-family: 'Yekan Bakh', Arial, sans-serif;
}

html, body {
    min-height: 100% !important;
    height: 100%;
}

.dig_ul_divd .header {
    display: none;
}

a {
    outline: none;
}

.header span {
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

.header {
    z-index: 99;
}

.header img {
    width: 30px;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.header a {
    text-decoration: none;
    color: inherit;
    box-shadow: none !important;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: default;
    vertical-align: baseline;
    padding-top: 28px;
    padding-left: 40px;
    padding-right: 40px;
}

.dig_ma-box::-webkit-scrollbar {
    background: #ffffff;
}

.dig_ma-box::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
}

.dig_ma-box::-webkit-scrollbar {
    width: 8px;
}

.dig_ma-box::-webkit-scrollbar-track {
    border-left: 1px rgba(0, 0, 0, 0.1) solid
}
.digits_login_form{
    height: 100%;
}