html, body {
    font-family: 'Roboto', sans-serif;
}

header {
    z-index: 9;
}

body.rtl {
    direction: rtl;
    text-align: right;
}

body.rtl .ar_text {
    display: inline-block !important;
    /* text-align: right; */
}

body.rtl .navigation-menu .ar_text.guest-link {
    display: inline !important;
}

body.rtl .ar_text.d-block-important {
    display: block !important;
}

body.rtl .en_text {
    display: none !important;
}

body.ltr .ar_text {
    display: none !important;
}

body.ltr .en_text {
    display: inline-block !important;
    /* text-align: left; */
}

body.ltr .navigation-menu .en_text.guest-link {
    display: inline !important;
}

body.ltr .en_text.d-block-important {
    display: block !important;
}

html[lang=ar] .guest-2019 .lang-chooser .lang-list li {
    text-align: right;
}

html[lang=en] .guest-2019 .lang-chooser .lang-list li {
    text-align: left;
}

html body a {
    text-decoration: none !important;
}

html ul {
    margin: 0;
    padding: 0 !important;
}

html .x-mb-xlg, html .x-my-xlg {
    margin-bottom: 32px !important;
}

html .x-mb-md, html .x-my-md {
    margin-bottom: 8px !important;
}

html .x-mt-md, html .x-my-md {
    margin-top: 8px !important;
}

html .x-mb-lg, html .x-my-lg {
    margin-bottom: 16px !important;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px !important;
    margin-bottom: 10px;
}

p {
    margin: 0 0 10px !important;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: 10px 20px 40px 0 rgb(98 53 229 / 15%) !important;
}

section.bg-primary {
    background: #573e92 !important;
}

/* container */

.guest-2019-container {
    width: auto;
    max-width: calc(100% - 80px);
    margin: auto;
    width: calc(100vw - 150px);
}

@media (max-width: 990px) {
    .guest-2019-container {
        width: 750px;
    }
}

@media (max-width: 1198px) {
    .guest-2019-container {
        width: 970px;
    }
}

html[dir='rtl'] .guest-2019 .main-header .fixed-header {
    right: 0;
    left: auto;
}

html[dir='rtl'] .guest-2019 .main-header .fixed-header .mobile-bars {
    left: 40px;
    right: auto;
}

@media (min-width: 992px) {
    html[dir='rtl'] .guest-2019 .main-header .fixed-header .fixed-header-bg:before {
        left: 0;
        right: auto;
        border-bottom-right-radius: 100% 100%;
        border-bottom-left-radius: 0;
    }
}

html[dir='rtl'] .guest-2019 .main-header .navigation-image {
    left: -1px;
    right: auto;
    transform: rotateY(180deg);
}

@media (max-width: 990px) {
    html[dir='rtl'] .guest-2019 .main-header .navigation-menu li {
        margin-right: 0 !important;
    }
}

html[dir='rtl'] .guest-2019 .main-header .navigation-menu li {
    margin-right: 20px;
    margin-left: 0;
}

html[dir='rtl'] .guest-2019 .main-header .navigation-menu li a.guest-link {
    margin-left: 20px;
    margin-right: 0;
}

html[dir='rtl'] .guest-2019 .guest-footer .socials a.social {
    margin-right: 10px;
    margin-left: 0;
}

@media (min-width: 992px) {
    .hide-gt-medium {
        display: none !important;
    }
}

@media (max-width: 990px) {
    .hide-lte-medium {
        display: none !important;
    }
}

.guest-2019 {
    overflow-x: hidden;
    font-family: 'Roboto', edubook_font_Regular, sans-serif;
    background: #fafafe;
}

.guest-2019 h1, .guest-2019 h2, .guest-2019 h3, .guest-2019 h4, .guest-2019 h5, .guest-2019 h6, .guest-2019 {
    line-height: 1.3;
}

.guest-2019 img {
    max-width: 100%;
}

.guest-2019 a.guest-link {
    display: inline;
    color: #677294 !important;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    cursor: pointer;
    margin: 0 4px;
}

.guest-2019 a.guest-link.active, .guest-2019 .navigation-menu a.guest-link:hover, .guest-2019 .navigation-menu a.guest-link.active {
    color: #f7a71c !important;
    border-bottom-color: #f7a71c;
}

.guest-2019 a.guest-link.active {
    cursor: default;
}

.guest-2019 .main-header .fake-header {
    height: 66px;
}

.guest-2019 .main-header .fixed-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    transition: background 0.3s;
    box-shadow: 0 1px 4px 0 #0000000d;
}

.guest-2019 .main-header .fixed-header .fixed-header-content {
    position: relative;
}

.guest-2019 .main-header .fixed-header .mobile-bars {
    position: absolute;
    font-size: 25px;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    padding: 0;
    border-bottom: 0;
}

@media (min-width: 992px) {
    .guest-2019 .main-header .fixed-header .fixed-header-bg {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 0;
        pointer-events: none;
    }

    .guest-2019 .main-header .fixed-header .fixed-header-bg:before {
        position: absolute;
        width: 847px;
        height: 450%;
        content: '';
        display: block;
        top: 0;
        right: 0;
        border-bottom-left-radius: 100% 100%;
        background: transparent;
        transition: background 0.3s;
    }
}

.guest-2019 .main-header .fixed-header.fixed {
    background: white;
    box-shadow: 0 0 1px 0 #573e92;
}

.guest-2019 .main-header .fixed-header.fixed .fixed-header-bg:before {
    background: #573e92;
}

.guest-2019 .main-header .navigation-image {
    position: absolute;
    width: 847px;
    right: -1px;
    top: -20.4px;
}

.guest-2019 .main-header .navigation-menu {
    list-style: none;
    font-size: 14px;
}

@media (max-width: 990px) {
    .guest-2019 .main-header .navigation-menu {
        justify-content: space-evenly;
        align-items: stretch;
        text-align: center;
        opacity: 0;
        z-index: -1;
        flex-direction: column;
        background: #573e92;
        position: fixed;
        transform: translate(200%);
        top: 62px;
        bottom: 0;
        left: 0;
        right: 0;
        font-size: 14px;
        transition: opacity 0.3s;
    }

    .guest-2019 .main-header .navigation-menu li {
        margin-left: 0 !important;
    }

    .guest-2019 .main-header .navigation-menu li a.btn {
        width: calc(100% - 20px);
    }

    .guest-2019 .main-header .navigation-menu.active {
        transform: translate(0);
        z-index: 1;
        opacity: 1;
    }
}

.guest-2019 .main-header .navigation-menu li {
    margin-left: 20px;
}

.guest-2019 .main-header .navigation-menu li a {
    color: white !important;
    font-weight: 500;
    font-size: inherit;
}

.guest-2019 .main-header .navigation-menu li a.login-btn, .guest-2019 .main-header .navigation-menu li a.signup-btn, .guest-2019 .main-header .navigation-menu li a.signup-sub-button {
    padding: 7px 35px;
    border: solid 2px #fff;
    transition: all 0.3s;
}

.guest-2019 .main-header .navigation-menu li a.login-btn:hover, .guest-2019 .main-header .navigation-menu li a.signup-btn:hover, .guest-2019 .main-header .navigation-menu li a.signup-sub-button:hover {
    background: #f7a71c;
    border-color: #f7a71c;
    color: white !important;
}

.guest-2019 .main-header .navigation-menu li a.login-btn:focus, .guest-2019 .main-header .navigation-menu li a.signup-btn:focus, .guest-2019 .main-header .navigation-menu li a.signup-sub-button:focus {
    background-color: #f7a71c;
    box-shadow: none !important;
}

.guest-2019 .main-header .navigation-menu li a.login-btn {
    background: white;
    color: #573e92 !important;
}

.guest-2019 .main-header .navigation-menu li a.signup-btn {
    color: white;
    background: #573e92;
    padding: 7px 28px;
}

.guest-2019 .main-header .navigation-menu li a.guest-link {
    margin-right: 20px;
    padding-bottom: 9px;
}

.guest-2019 .main-header .navigation-menu li.sign-up .dropdown-menu {
    background-color: #573e92;
    width: 110px;
    min-width: 110px;
    margin-top: 5px;
    left: 50%;
    transform: translateX(-50%);
    right: 12px;
}

.guest-2019 .main-header .navigation-menu li.sign-up .dropdown-menu li {
    margin: 0 !important;
}

.guest-2019 .main-header .navigation-menu li.sign-up .dropdown-menu li:first-child a {
    border-radius: 5px 5px 0 0;
}

.guest-2019 .main-header .navigation-menu li.sign-up .dropdown-menu li a {
    padding: 7px 14px;
    border-bottom: none;
    display: flex;
    font-size: 14px;
    white-space: nowrap;
    cursor: pointer;
}

.guest-2019 .main-header .navigation-menu li.sign-up .dropdown-menu li:last-child a {
    border-bottom: solid 2px #fff;
}

.guest-2019 hr.guest-separator {
    border-color: #bfc3d4;
    margin: 0;
}

.guest-2019 .text-center-title {
    max-width: 540px;
    width: calc(100% - 20px);
    margin: auto;
    text-align: center;
}

.guest-2019 section:not(.no-mb) {
    margin: 120px 0;
}

@media (max-width: 768px) {
    .guest-2019 section:not(.no-mb) {
        margin: 60px 0;
    }
}

@media (max-width: 768px) {
    .guest-2019 section.top-section {
        margin: 20px 0 60px 0;
    }

    .guest-2019 section.top-section h1 {
        font-size: 38px;
    }
}

.guest-2019 section.image-text .three-images-section {
    margin-top: 60px;
}

.guest-2019 section.image-text .three-images-section .image-and-title {
    margin-bottom: 25px;
}

.guest-2019 section.image-text .three-images-section .image-and-title img {
    margin-bottom: 5px;
}

.guest-2019 section.image-text .image-text-title {
    color: #573e92;
}

.guest-2019 .edu-records {
    padding: 110px 0;
}

@media (max-width: 480px) {
    .edu-records .records-wrapper div {
        width: 100%;
    }
}

.guest-2019 .store-download {
    display: inline-block;
    width: 156px;
}

@media (max-width: 766px) {
    .guest-2019 .three-images-section {
        justify-content: center !important;
    }
}

.guest-2019 .guest-footer .footer-logo {
    max-width: 100px;
}

.guest-2019 .guest-footer .socials a.social {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    text-align: center;
    color: #573e92;
    border: 1px solid #573e92;
    border-radius: 5px;
    margin-left: 10px;
    transition: all 0.3s;
}

.guest-2019 .guest-footer .socials a.social:hover {
    color: white;
    background: #f7a71c;
    border-color: #f7a71c;
}

.guest-2019 .lang-chooser {
    position: relative;
}

.guest-2019 .lang-chooser .lang-list {
    position: absolute;
    background: white;
    border-radius: 5px;
    top: -7px !important;
    left: -15px !important;
    border: 1px solid #bfc3d4;
    z-index: 1;
    min-width: unset;
    margin-top: 5px;
}

.guest-2019 .lang-chooser .lang-list li {
    padding: 5px 20px;
    display: block;
    margin: 0 !important;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}

.guest-2019 .lang-chooser .lang-list li:hover {
    background: #fafafe;
}

.user-auth-page {
    font-family: Roboto, sans-serif;
    min-height: 400px;
}

.user-auth-page [ui-view="signup"], .user-auth-page .ui-view-signup {
    margin-top: auto;
    margin-bottom: auto;
}

.user-auth-page .auth-content {
    min-height: 78vh;
}

.user-auth-page .wrap-content {
    max-width: 500px;
}

.user-auth-page .steps.step1>.step {
    transform: translateX(0%);
}

.user-auth-page .steps.step2>.step {
    transform: translateX(-100%);
}

.user-auth-page .steps.step3>.step {
    transform: translateX(-200%);
}

.user-auth-page .steps.step4>.step {
    transform: translateX(-300%);
}

.user-auth-page .steps>.step {
    min-width: 100%;
    transition: transform 0.3s;
}

.user-auth-page .steps>.step .create-teacher-free-account-button {
    background-color: #573f94;
    width: 330px;
    padding: 15px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 12px;
}

.user-auth-page .steps>.step .create-teacher-free-account-button .title {
    margin-bottom: 8px;
}

.user-auth-page .steps>.step .create-teacher-free-account-button .title h2 {
    margin: 0 !important;
    font-size: 18px;
}

.user-auth-page .steps>.step .create-teacher-free-account-button .title img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.user-auth-page .steps>.step .teacher-join-school-button {
    background-color: #009cae;
    width: 330px;
    padding: 15px;
    color: white;
    border-radius: 5px;
    cursor: pointer;
}

.user-auth-page .steps>.step .teacher-join-school-button .title {
    margin-bottom: 8px;
}

.user-auth-page .steps>.step .teacher-join-school-button .title h2 {
    margin: 0 !important;
    font-size: 18px;
}

.user-auth-page .steps>.step .teacher-join-school-button .title img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.user-auth-page .steps>.step .x-square {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 15px;
    top: 15px;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper {
    position: relative;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper .schools-autocomplete {
    width: 100%;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper .schools-autocomplete .k-dropdown-wrap {
    border: none;
    background-color: #f5f5f5;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper .schools-autocomplete .k-select {
    display: flex;
    justify-content: center;
    align-items: center;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper .schools-autocomplete input {
    width: 100%;
    border-radius: 0.35714rem;
    border: none;
    padding: 13px;
    color: #677294;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
}

.user-auth-page .steps>.step .schools-autocomplete-wrapper .no-data-msg {
    color: black;
}

.user-auth-page .info-wrapper {
    height: 100%;
    justify-content: flex-start !important;
    padding-top: 100px;
}

.user-auth-page .lang-chooser {
    position: relative;
}

.user-auth-page .lang-chooser .lang-list {
    position: absolute;
    background: white;
    border-radius: 5px;
    top: 100%;
    border: 1px solid #fafafe;
    z-index: 1;
    min-width: unset;
    margin-top: 5px;
}

.user-auth-page .lang-chooser .lang-list li {
    padding: 5px 20px;
    display: block;
    margin: 0 !important;
    cursor: pointer;
    border-radius: 5px;
}

.user-auth-page .lang-chooser .lang-list li:hover {
    background: #fafafe;
}

.user-auth-page .back i {
    border-radius: 3px;
}

.user-auth-page .step-sub-title {
    color: #677294;
    font-size: 26px;
    line-height: 35px;
    margin-top: 10px;
    margin-bottom: 35px;
    font-weight: normal;
}

.user-auth-page .back-button {
    display: flex;
    align-items: center;
    color: #573e92;
    cursor: pointer;
    margin-top: 45px;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
}

.user-auth-page .back-button img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.user-auth-page .skip-button {
    display: flex;
    align-items: center;
    color: #0cbb78;
    cursor: pointer;
    margin-top: 45px;
    display: inline-flex;
    font-size: 14px;
    font-weight: bold;
}

.user-auth-page .mobile-input-wrapper {
    font-size: 16px;
    color: color('text');
    width: 100%;
    position: relative;
}

.user-auth-page .mobile-input-wrapper .iti {
    width: 100%;
}

.user-auth-page .mobile-input-wrapper .iti .mobile-input {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 20px 15px 10px 52px;
    color: #677294;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f5f5f5;
    direction: ltr !important;
}

.user-auth-page .mobile-input-wrapper .iti .mobile-input:focus~label, .user-auth-page .mobile-input-wrapper .iti .mobile-input:not(:placeholder-shown)~label {
    transform: translateY(-10px);
    font-size: 12px;
}

.user-auth-page .mobile-input-wrapper .iti .mobile-input[validation*='required']~label:after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.user-auth-page .mobile-input-wrapper .iti .iti__country {
    display: flex;
}

.user-auth-page .mobile-input-wrapper label {
    opacity: 0.7;
    font-size: 12px;
    position: absolute;
    left: 52px;
    top: 0;
    pointer-events: none;
    font-weight: normal;
    transition: transform 0.3s, font-size 0.3s;
    cursor: text;
}

.user-auth-page .mobile-input-wrapper .validation {
    font-size: 12px;
    margin-top: 5px;
}

.user-auth-page .nav-tabs>li {
    float: left;
}

.user-auth-page .nav-tabs>li .nav-link {
    color: #573e92;
}

.user-auth-page .google-sign {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-left: 50px;
    background-color: color(red);
}

.user-auth-page .google-sign::after {
    content: "";
    background-image: url(./assets/images/google-icon.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
}

.user-auth-page .outlook-sign {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding-left: 50px;
    background-color: color(blue);
}

.user-auth-page .outlook-sign::after {
    content: "";
    background-image: url(./assets/images/windows-logo.png);
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
}

.edu-input-wrapper {
    font-size: 16px;
    color: #677294;
    width: 100%;
    position: relative;
}

.edu-input-wrapper label {
    opacity: 0.7;
    position: absolute;
    left: 15px;
    top: 15px;
    pointer-events: none;
    font-weight: normal;
    transition: transform 0.3s, font-size 0.3s;
    cursor: text;
}

.edu-input-wrapper .edu-input {
    width: 100%;
    border-radius: 5;
    border: none;
    background-color: #f5f5f5 !important;
    padding: 20px 15px 10px !important;
    color: black;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.edu-input-wrapper .edu-input:focus~label, .edu-input-wrapper .edu-input:not(:placeholder-shown)~label {
    transform: translateY(-10px);
    font-size: 12px;
}

.edu-input-wrapper .edu-input[validation*='required']~label:after {
    content: '*';
    color: red;
    margin-left: 5px;
}

.edu-input-wrapper .edu-input::placeholder {
    opacity: 0;
}

.edu-input-wrapper .validation {
    font-size: 12px;
    margin-top: 5px;
}

.full-width {
    width: 100%;
}

html[dir='rtl'] .edu-input-wrapper label {
    right: 15px;
    left: auto;
}

html[dir='rtl'] .nav-tabs>li {
    float: right !important;
}

html[dir='rtl'] .tooltip-popup {
    position: absolute;
    padding: 5px !important;
    border-radius: 5px;
    box-shadow: 0 1px 6px 0 #000 33;
    border: solid 1px #e6f0ee 99 !important;
    background-color: white;
    list-style: none;
}

html[dir='rtl'] .tooltip-popup.dropdown-menu {
    right: auto !important;
    left: 0;
}

html[dir='rtl'] .tooltip-popup li {
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 10px 8px 15px !important;
    white-space: nowrap;
    cursor: pointer;
    color: black;
}

html[dir='rtl'] .tooltip-popup li:hover {
    background-color: #e6f0ee;
}

html[dir='rtl'] .post-images .image img {
    margin-left: 0 !important;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
}

html[dir='rtl'] .post-videos video {
    margin-left: 0 !important;
    margin-right: -20px !important;
}

html[dir='rtl'] body.open-sidebar .sidebar {
    right: auto;
    left: 0;
}

html[dir='rtl'] .custom-select select {
    padding: 4px 32px 7px 32px;
}

html[dir='rtl'] .custom-select .arrow-icon svg {
    right: auto;
    left: 12px;
}

html[dir='rtl'] .custom-select .filter-icon svg {
    left: auto;
    right: 10px;
}

html[dir='rtl'] .post-images {
    margin-left: 0;
    margin-right: -20px !important;
}

html[dir='rtl'] .filter-post-container .separator {
    height: 1px;
    margin: 10px 0 10px 20px;
    border-radius: 1px;
    background-color: #e6f0ee;
    width: 100%;
}

html[dir='rtl'] .filter-post-container.small .separator {
    margin: 10px 20px 10px 10px !important;
}

html[dir='rtl'] .back-button img {
    margin-left: 0.71429rem;
    margin-right: 0;
    transform: rotate(180deg);
}

html[dir='rtl'] .x-me-sm, html[dir='rtl'] .x-mx-sm {
    margin-left: 4px !important;
}

html[dir='rtl'] .x-ms-sm, html[dir='rtl'] .x-mx-sm {
    margin-right: 4px !important;
}

html[dir='ltr'] .x-me-sm, html[dir='ltr'] .x-mx-sm {
    margin-right: 4px !important;
}

html[dir='ltr'] .x-ms-sm, html[dir='ltr'] .x-mx-sm {
    margin-left: 4px !important;
}

html[dir='rtl'] .user-auth-page .steps>.step2 .x-square {
    position: absolute;
    width: 1.42857rem;
    height: 1.42857rem;
    right: unset;
    left: 1.07143rem;
    top: 1.07143rem;
}

.pointer {
    cursor: pointer !important;
}