@font-face {
    font-family: main-font;
    font-style: normal;
    font-weight: 400;
    src: url("fonts/IRANSansXFaNum-Regular.woff") format("woff"), url("fonts/IRANSansXFaNum-Regular.woff2") format("woff2");
}
html,
body {
    direction: rtl;
    margin: 0;
    font-family: main-font, sans-serif;
}
input,
a,
button,
select,
label,
option {
    font-family: main-font, sans-serif;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    border-bottom: solid 1px #2a208d;
}
.instagram-src {
    content: url("./images/instagram.png");
}
.instagram-src:hover {
    content: url("./images/instagram-white.png");
}
.aparat-src {
    content: url("./images/aparat-logo.png");
}
.aparat-src:hover {
    content: url("./images/aparat-logo-white.png");
}
.soroush-src {
    content: url("./images/soroush-logo.png");
}
.soroush-src:hover {
    content: url("./images/soroush-logo-white.png");
}
.whatsapp-src {
    content: url("./images/whatsapp-logo.png");
}
.whatsapp-src:hover {
    content: url("./images/whatsapp-logo-white.png");
}
.logo-src {
    content: url("./images/logo.png");
}
.login-button:hover {
    background-color: #24a6df;
}
.otp-button:hover {
    background-color: #5d53f7;
}
.start-timer-button:hover {
    background-color: #ff1623;
}
input:focus,
select:focus,
button:focus,
a:focus {
    outline: 1px solid #2a208d;
}
.container1 {
    width: 100vw;
    height: 100vh;
    display: flex;
}
.logo {
    /*position: absolute;*/
    right: 28px;
    top: 28px;
}
.right-panel {
    width: 50vw;
    height: 100vh;
    /*background-image: url("images/payamak.jpg");*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    /*background-position: center center;*/
    background: #eaeeee;
}
.left-panel {
    width: 50vw;
    height: 100vh;
    /*background-color: #0101c305;*/
    background: #eaeeee;
    position: relative;
}
.partially-span {
    font-weight: bold;
}
.center-panel {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: auto;
    margin: 0 21px 17px 0;
    padding: 36px 32px 37px 31px;
    border-radius: 4px;
    -webkit-backdrop-filter: blur(17px);
    backdrop-filter: blur(17px);
    box-shadow: 0 35px 50px 0 rgba(0, 0, 0, 0.16);
    background-color: #fff;
    border-radius: 10px;
}
.center-panel > .title {
    font-family: main-font, sans-serif;
    text-align: center;
    color: #2a208d;
}
.center-panel > form > .login-method {
    width: 100%;
    color: #767373;
    padding: 13px 16px 13px 72px;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin-bottom: 20px;
    background: url("data:image/svg+xml,<svgheight='10px'width='10px'viewBox='001616'fill='%23000000'xmlns='http://www.w3.org/2000/svg'><pathd='M7.24711.142.4515.658C1.8855.0132.34543.2044h9.592a11001.7531.659l-4.7965.48a11001-1.5060z'/></svg>")
    no-repeat;
    background-position: 0.75rem center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
}
option {
    font-size: 16px;
    color: #767373;
}
.center-panel > form > .username {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 16px 10px 72px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    margin-bottom: 20px;
}
.center-panel > form > .password {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 16px 10px 72px;
    border-radius: 10px;
    border: solid 1px rgba(0, 0, 0, 0.35);
    background-color: #fff;
    margin-bottom: 20px;
}
.digit-group {
    direction: ltr;
    text-align: center;
}
.digit-group > input {
    width: 37px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    border-bottom: solid 1px #ccc;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    margin: 0 4px;
}
.digit-group > input:focus {
    outline: 0;
    border-color: #6c63ff;
}
.digit-group > .splitter {
    padding: 0 5px;
    color: white;
    font-size: 24px;
}
::-ms-reveal {
    display: none;
}
.captchaImageContainer {
    float: right;
    margin-right: 5px;
}
.captchaValueContainer {
    float: right;
    width: 160px;
}
.captchaValue {
    box-sizing: border-box;
    width: 100%;
    padding: 9px 16px 10px 16px;
    border-radius: 3px;
    border: solid 1px rgba(0, 0, 0, 0.16);
    background-color: #fff;
    margin-bottom: 20px;
}
.g-recaptcha {
    margin-bottom: 20px;
}
.clear {
    clear: both;
}
.forgotten-password {
    font-size: smaller;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: normal;
    text-align: right;
    color: #767373 !important;
    border-radius: 4px;
    padding: 5px;
    margin: 0.4rem 0;
}
.forgotten-password > a {
    color: #767373 !important;
}
.login-button {
    /*margin: 20px 2px 0 1px;*/
    /*padding: 6px 39.8px 9px 35.2px;*/
    border-radius: 4px;
    border: 0;
    background-color: #24a6df;
    color: white;
    font-size: medium;
}
.otp-button {
    margin: 40px 0 30px 0;
    padding: 6px 39.8px 9px 35.2px;
    border-radius: 4px;
    border: 0;
    background-color: #6c63ff;
    color: white;
    font-size: medium;
    width: 100%;
}
.otp-time-div {
    font-size: 13px;
    font-weight: bold;
}
.otp-remained-text-div {
    width: 50%;
    float: right;
}
.otp-remained-time-div {
    width: 50%;
    float: left;
    direction: ltr;
    color: #3acc6c;
}
.panel-header {
    position: absolute;
    right: 0;
    top: 0;
}
.right-panel-content {
    /*width: 100%;*/
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /*direction: ltr;*/
    right: 240px;
}
.right-panel-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #767373;
    width: 100%;
}
.media {
	    margin-top: 50px;
	    margin-right: 50px;
    width: 270px;
    height: 65px;
    right: 0;
    display: flex;
    border-top-left-radius: 45px;
    border-bottom-left-radius: 45px;
    background-color: #0101cd;
    margin-bottom: 50px;
	border-top-right-radius: 45px;
    border-bottom-right-radius: 45px;
}
.media > a {
    align-self: center;
    margin-right: 30px;
}
.suggestion {
    margin-bottom: 50px;
    padding-right: 20px;
    font-size: 0.75em;
    text-wrap: normal;
}
.copyright-text {
    text-align: left;
    padding-left: 30px;
    font-size: small;
}
div.list {
    counter-reset: list-number;
}
div.list div {
    max-width: calc(100% - 210px) !important;
    white-space: nowrap;
    /*overflow: hidden;*/
    text-overflow: ellipsis;
}
div.list div:before {
    counter-increment: list-number;
    content: counter(list-number);
    margin-right: 8px;
    margin-left: 8px;
    margin-bottom: 8px;
    width: 33px;
    height: 33px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: #47c7ca;
    border-radius: 50%;
    color: #fff;
}
.login-line {
    border-top: 1px solid #cacaca;
    margin-left: -23px;
    margin-right: -24px;
}
.registration-text {
    color: #767373 !important;
    font-size: smaller;
}
@media only screen and (max-width: 768px) {
    .right-panel {
        width: 100%;
        background-color: #eee;
    }
    .panel-header {
        width: 100%;
    }
    .logo {
        text-align: center;
        right: 0;
        width: 100%;
    }
    .logo-src {
        content: url("./images/logo-mobile-tablet.png");
    }
    .left-panel {
        display: none;
    }
    .right-panel-content {
        display: none;
    }
    .media {
        width: 100%;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        background-color: #0101cd;
        justify-content: space-evenly;
    }
    .center-panel {
       /* top: 130px;
        transform: translate(-50%); */
		width : 90vw;
    }
    .copyright-text {
        text-align: center;
        padding-left: 0;
    }
    .media > a {
        margin-right: 0;
    }
}
.warningMessages {
    font-size: small;
}
.errorMessages {
    font-size: small;
}
.my-notify-warning,
.my-notify-error {
    padding: 10px;
    margin: 10px 0;
}
.my-notify-warning:before,
.my-notify-error:before {
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.my-notify-warning:before {
    content: "\26A0";
}
.my-notify-error:before {
    content: "\2716";
}
.my-notify-warning {
    color: #9f6000;
    background-color: #feefb3;
}
.my-notify-error {
    color: #d8000c;
    background-color: #ffd2d2;
}
.radio-container {
    display: inline;
    position: relative;
    padding-right: 30px;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: smaller;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
    background-color: #6c63ff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.radio-container input:checked ~ .checkmark:after {
    display: block;
}
.radio-container .checkmark:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

