﻿.form-label {
    margin-right: auto;
    margin-left: auto;
}

#singupnow i {
    margin-left: 4px;
    margin-right: 4px;
}

#sale i {
    color: #ffb300;
}

#refer-popup {
    display: none;
}

#settingsPopup .settingItem {
    padding: 12px 15px;
}

#settingsPopup .headerPopupArrow {
    width: 45px;
}

.feed-popup-close {
    text-align: right;
    font-size: 25px;
    font-weight: bold;
    color: #555;
}

.feed-popup-overly {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: opacity 500ms;
    z-index: 25;
}

.feed-popup {
    background-color: white;
    width: 600px;
    height: auto;
    position: absolute;
    z-index: 90;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    top: 70px;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
    text-align: center
}

.feed-popup-close {
    cursor: pointer;
}

.feed-popup-title {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #006ea4;
}

.feed-popup-text {
    padding: 10px;
    font-size: 17px;
    text-align: right;
}

#sendRefer {
    padding: 7px 15px;
    border: 0;
    background: #eaeaea;
    font-size: 17px;
    width: 270px;
    margin-bottom: 10px;
    text-align: center;
    border-radius: 50px;
    margin-top: 10px;
    direction: rtl !important;
    max-width: calc(100% - 50px);
}

#sendReferLoginText {
    text-align: center;
}

.sendReferButton {
    margin-top: 15px;
    font-size: 20px;
    padding: 6px 15px;
    display: inline-block;
    color: white;
    background: #2973a5;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
}

    .sendReferButton i {
        margin-left: 8px;
    }

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

    fieldset input {
        width: 100%;
        height: 70px;
        padding: 25px 10px 10px 10px;
        border: 0;
        border-radius: 0;
        font-size: 25px;
        font-weight: 400;
        line-height: 1;
        background: rgba(255, 255, 255, 0.97);
        color: #212121;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        -webkit-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        box-sizing: border-box;
    }

.onlyOne {
    border-radius: 10px !important;
}

.form-label fieldset {
    position: relative;
    margin-top: 5px;
}

    .form-label fieldset:first-child input {
        border-radius: 5px !important;
    }

    .form-label fieldset:only-child input {
        border-radius: 5px !important;
    }

    .form-label fieldset:last-child input {
        border-radius: 5px !important;
    }

    .form-label fieldset + fieldset {
        border-top: 2px solid #ddd;
    }

.form-label input {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}

.form-label label {
    position: absolute;
    top: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    font-size: 25px;
    color: #909090;
    user-select: none;
    pointer-events: none;
}

.form-css-label input:focus {
    outline: 0;
    background-color: white;
}

.lable-focus {
    color: #215fef !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    -webkit-transform: translate3d(0, -10px, 0) !important;
    transform: translate3d(0, -10px, 0) !important;
}

.lable-focusout {
    position: absolute;
    top: 15px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    right: 10px;
    font-size: 25px;
    color: #909090;
    user-select: none;
    pointer-events: none;
}

.form-css-label input[data-empty="false"] + label, .form-css-label input:valid + label, .form-css-label input:focus + label {
    color: #215fef;
    font-size: 15px;
    font-weight: 700;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
}

.form-js-label input[data-empty="false"], .form-js-label input:focus {
    padding: 22px 8px 10px;
}

.form-js-label input:focus {
    outline: 0;
    background: white;
}

    .form-js-label input[data-empty="false"] + label, .form-js-label input:focus + label {
        color: #5856D6;
        font-weight: 700;
        font-size: 12px;
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

a {
    color: inherit;
    text-decoration: inherit;
}

#mainHeader {
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5px;
    position: fixed;
    z-index: 10;
    top: 0px;
    box-shadow: 0 5px 20px rgba(0,0,0,.1)
}


#login-dialog-part-7-1 select {
    font-size: 20px;
    margin-top: 10px;
    direction: ltr;
}

.settingItem i {
    width: 25px;
    color: #4f4f4f
}

#searchButton {
    display: none;
}

#joinUs {
    display: none;
}

#userCalendarPopup .userCalendarEventsContainer {
    max-height: 192px;
    overflow: auto;
}

#singupnow {
    font-size: 14px;
    color: #215fef;
    border: 2px solid;
    padding: 5px 5px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
    border-radius: 20px;
}

.userCalendarStatus {
    color: white;
    padding: 3px 6px;
    margin: 0 0 0 3px;
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
}

#headerContainer {
    margin-right: auto;
    margin-left: auto;
    font-size: 30px;
    display: flex;
    height: 40px;
    width: 1000px;
}

.headerButton {
    display: inline-block;
    position: relative;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.userCalendarEventDate {
    display: inline-block;
    padding: 10px;
    background-color: rgba(1, 150, 224, 0.20);
    margin-left: 5px;
    width: 100px;
    text-align: center;
}

.userCalendar {
    position: relative;
    margin-right: auto;
    height: auto;
    width: auto;
    background-color:white;
    padding: 10px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
}

#adminPanle {
    display: none;
}

#search {
    direction: rtl;
    width: 100%;
    margin: 0 10px;
    padding: 5px 10px;
    height: 33px;
    font-size: 20px;
    border-radius: 20px;
    border: 0px;
}

.searchTitle {
    font-weight: bold;
    margin-left: 5px;
    font-size: 17px;
}

.searchLogo {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    border: solid white 2px;
    background-color: #e2e2e2;
    background-size: cover;
    background-position: bottom;
    margin-left: 10px;
}

.searchItem {
    display: flex;
    display: -ms-flexbox;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: hidden;
    -ms-flex-align: center;
    align-items: center;
}

.change-language-popup-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.2);
    transition: opacity 500ms;
    z-index: 55;
}

#change-language-popup {
    margin-right: auto;
    margin-left: auto;
    right: 0;
    left: 0;
    width: 400px;
    max-width: 90%;
    background-color: white;
    position: fixed;
    z-index: 60;
    border-radius: 5px;
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    margin-top: 40px;
    display: none;
}

.change-language-select:last-child {
    border-bottom: none;
}

#change-language-title {
    padding: 15px 10px;
    width: calc(100% - 20px);
    font-size: 20px;
    cursor: pointer;
    border-bottom: solid 1px #c7c7c7;
    font-weight: bold;
    text-align: center;
    background: #f8f8f8;
    border-radius: 5px 5px 0 0;
}

.searchSubtitle {
    font-weight: normal;
}

.change-language-select {
    padding: 15px 10px;
    width: calc(100% - 20px);
    font-size: 20px;
    cursor: pointer;
    border-bottom: solid 1px #c7c7c7;
    text-align: center;
}

    .change-language-select:hover {
        background-color: #f6f6f6;
    }


.settingItem {
    padding: 8px;
    font-size: 18px;
    border-bottom: solid 1px #0000001a;
    cursor: pointer;
}

    .settingItem:hover {
        background-color: whitesmoke;
    }

.PopupItems {
    overflow: auto;
    max-height: inherit;
    max-width: inherit;
    width: inherit;
    height: inherit;
    position: relative;
    top: -35px;
}

.userCalendarEvent {
    border-bottom: solid 1px #0000001a;
    height: auto;
    background-color: #f1f5f8;
    width: 100%;
    font-size: 15px;
    padding: 10px 0;
}

    .userCalendarEvent:hover {
        filter: brightness(0.98);
    }

.userCalendarEventText {
    margin: 0 10px;
}

#main-logo {
    padding: 0 10px;
    border-radius: 20px;
}

    #main-logo img {
        width: 155px;
        margin-top: 6px;
    }

#headerButtons {
    display: flex;
    margin-left: 10px;
}

.notificationButton:hover {
    filter: brightness(1.2);
}

.notificationButton i {
    color: inherit !important;
    padding: initial !important;
    border-radius: initial !important;
    width: initial !important;
    height: initial !important;
    margin-left: 5px;
}

.admin-icon {
    cursor: pointer;
    color: #4f4f4f;
    border-radius: 50%;
    padding: 5px;
    width: 30px;
    text-align: center;
}

    .admin-icon:hover {
    }

main {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 80px;
}

.headerButtonText {
    width: auto;
    border-radius: 5px;
    position: absolute;
    top: -1px;
    right: -1px;
    background-color: #2b65f0;
    font-size: 15px;
    text-align: center;
    padding: 1px 3px 0px 2px;
    color: white;
    display: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    left: 0px;
    font-size: 20px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1
        }

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

#times {
    display: none;
}

#login-dialog {
    width: 500px;
    max-width: 90%;
    height: auto;
    background: #ffffff;
    color: #676767;
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 10vh;
    z-index: 20;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgba(0,0,0,.2);
    margin-top: 20px;
    text-align: center;
    padding: 15px;
    font-size: 18px;
    word-wrap: break-word;
    display: none;
    z-index: 30;
}

.login-dialog-part-button {
    background-color: #215fef;
    margin-top: 20px;
    color: white;
    font-weight: bold;
    cursor: pointer;
    font-size: 25px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    user-select: none;
}

    .login-dialog-part-button:hover {
        filter: brightness(1.1);
    }

.login-dialog-part {
    display: none;
}

#sendAgain {
    margin-top: 10px;
    color: #afafaf;
    cursor: pointer;
    text-decoration: underline;
}

#forgot-password {
    margin-top: 10px;
    cursor: pointer;
    text-decoration: underline;
}

#passwordForgot {
    margin-top: 10px;
    color: #afafaf;
    cursor: pointer;
    text-decoration: underline;
}

#changeLanguageButton{
    cursor:pointer;
}

    #changeLanguageButton img {
        height: auto;
        width: 33px;
        padding: 5px 6px;
    }

.login-dialog-back-button {
    font-size: 19px;
    text-align: right;
    cursor: pointer;
    color: #215fef;
    margin-bottom: 10px;
    border-radius: 30px;
}

    .login-dialog-back-button i {
        margin-left: 5px;
    }

#login-dialog-close-button {
    display: inline-block;
    float: left;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

#settingsPopup {
    left: -9px;
}

#login-dialog-part-title-6 {
    font-size: 22px;
    color: #215fef;
    font-weight: bold;
}

    #login-dialog-part-title-6 i {
        font-size: 30px;
    }

/*Tablet*/
@media (max-width:1100px) and (min-width:600px) {
    #main-logo:hover {
        background-color: #0000000d;
    }

    #headerContainer {
        width: auto;
    }

    main {
        width: 100%;
        height: 100%;
        margin: 55px 0 0 0;
    }
}

/*Smart Phone*/
@media only screen and (max-width: 600px) {
    .headerPopupContent{
        border-radius:0;
    }

    .headerPopup {
        border-radius: 0;
    }

    .headerPopupArrow {
        display: none;
    }

    #settingsPopup .headerPopupArrow {
        width: 42px;
    }

    #notificationsPopup .headerPopupArrow {
        width: 78px;
    }

    #userCalendarPopup .headerPopupArrow {
        width: 113px;
    }

    .feed-popup {
        width: calc(100% - 50px);
    }

    .search-autocomplete {
        border-radius: 0px;
        border: 0px;
    }

    #main-logo:hover {
        background-color: #0000000d;
    }

    main {
        width: 100%;
        height: 100%;
        margin: 55px 0 0 0;
        overflow: hidden;
    }

    #userCalendarPopup .userCalendarEventsContainer {
        max-height: 150px;
    }

    #mainHeader {
        background-color: rgba(255, 255, 255, 0.9);
    }

    #headerButtons {
        margin-right: auto;
    }

    #headerButton {
    }

    .admin-icon {
        padding: 2.5px;
        font-size: 25px;
        background-color: inherit;
        box-shadow: inherit;
        border-bottom: inherit;
    }

    .notificationButton i {
        width: inherit;
        font-size: inherit;
        background-color: inherit;
        box-shadow: inherit;
        border-bottom: none;
    }

    #search {
        display: none;
        margin: 0;
        position: fixed;
        width: 100vh;
        top: 56px;
        border-radius: 0;
        border: 0px solid rgb(202, 202, 202);
        border-bottom: solid 1px #cacaca;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.26);
    }

    #headerContainer {
        width: auto;
    }

    fieldset input {
        height: 65px;
        font-size: 20px;
    }

    .form-label label {
        font-size: 20px;
    }
}

@media only screen and (max-width: 330px) {
    #main-logo img {
        width: 120px !important;
        margin-top: 10px !important;
    }
}