@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');

.p5_loading {
    visibility: hidden;
}

html {
    background: #fff;
    height: 100%;
    font-family: 'Cairo', sans-serif;
}
*:focus, *:active{
    outline: none;
}

* {
    padding: 0;
    margin: 0;
}

button:active, button:focus {
    outline: none;
}

.onClickLogo {
    cursor: pointer;
}

.loginbody {
    height: 100%;
}

::-moz-selection {
    background-color: #f60c04;
    color: #fff;
}

::selection {
    background-color: #f60c04;
    color: #fff;
}

.imageside {
    width: 50%;
}

.background {
    position: fixed;
    height: 100%;
    right: 0;
}

html[layout='rtl'] .background {
    transform: rotateY(180deg);
    left: 0;
}

.signsvg {
    height: 100%;
    background-image: url(/login/img/sign.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

html[layout='rtl'] .signsvg {
    transform: rotateY(180deg);
}

.signLogo {
    position: fixed;
    max-width: 15%;
    top: 5%;
    z-index: 2;
}

.signLogo {
    right: 5%;
}

html[layout='rtl'] .signLogo {
    left: 5%;
}

.cardLogo {
    background: #002040;
    border-radius: 10px;
    margin-bottom: 25px;
    display: none;
    margin: 20px auto;
}

.registerCard .cardLogo {
    width: 50%;
}

.loginCard .cardLogo {
    width: 70%;
}

.contactImg {
    position: fixed;
    width: 30%;
    bottom: 10%;
}

.contactImg, .signinImg {
    right: 10%;
}

html[layout='rtl'] .contactImg, html[layout='rtl'] .signinImg {
    left: 10%;
}

.signinImg {
    position: fixed;
    width: 30%;
    bottom: 10%;
    z-index: 2;
}

.loginback {
    width: 400px;
    height: 580px;
    position: fixed;
    background-color: #9c2121;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 7px;
    box-shadow: 0 0 20px 5px rgba(0,0,0,.5);
    z-index: 2;
    left: 15%;
}

html[layout='rtl'] .loginback {
    left: auto;
    right: 15%;
}

.langNav {
    padding: 50px;
    text-align: center;
    position: fixed;
    z-index: 2;
    left: 50%;
}

html[layout='rtl'] .langNav {
    left: auto;
    right: 50%;
}

html[layout='rtl'] .langNav.reg {
    left: auto;
    right: 50%;
}

.langUl {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    background: #9c2121;
    border-radius: 5px;
}

.langUl > li {
    float: left;
    width: 150px;
    height: 45px;
    line-height: 45px;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.langUl > li:hover {
    background: #9c2121;
    border-radius: 5px 5px 0 0;
}

.langSubUl {
    position: absolute;
    top: 100%;
    left: 0%;
    width: 100%;
    padding: 0;
}

.langSubUl > li {
    background: #9c2121;
    color: #fff;
}

.langSubUl > li:hover {
    background: #ad1e1e;
}

.langSubUl > li:last-child {
    border-radius: 0px 0px 5px 5px;
}

.langSubUl > li {
    display: none;
}

.langUl > li:hover .langSubUl > li {
    display: block;
}

.langUl > li:hover {
    -webkit-perspective: 1000px;
            perspective: 1000px;
}

.langUl > li:hover .langSubUl > li {
    opacity: 0;
}

.langUl > li:hover .langSubUl > li:nth-child(1) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: -150ms;
            animation-delay: -150ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.langUl > li:hover .langSubUl > li:nth-child(2) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 0ms;
            animation-delay: 0ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.langUl > li:hover .langSubUl > li:nth-child(3) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 150ms;
            animation-delay: 150ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.langUl > li:hover .langSubUl > li:nth-child(4) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 300ms;
            animation-delay: 300ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.langUl > li:hover .langSubUl > li:nth-child(5) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 450ms;
            animation-delay: 450ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.langUl > li:hover .langSubUl > li:nth-child(6) {
    -webkit-animation-name: menu1;
            animation-name: menu1;
    -webkit-animation-duration: 300ms;
            animation-duration: 300ms;
    -webkit-animation-delay: 600ms;
            animation-delay: 600ms;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

@-webkit-keyframes menu1 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg) translateY(30px);
                transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translate(0px);
                transform: rotateY(0deg) translate(0px);
    }
}
@keyframes menu1 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg) translateY(30px);
                transform: rotateY(-90deg) translateY(30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg) translate(0px);
                transform: rotateY(0deg) translate(0px);
    }
}

.slBtn {
    color: #fff;
    line-height: 35px;
    margin-top: 20px;
}

.loginBtn.Btn1 {
    font-size: 20px;
}

.title {
    text-transform: uppercase;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.description {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.description > span {
    color: #f60c04;
    font-size: 20px;
}

#langNavmenu {
    width: 100%;
}
.fullform {
    width: 70%;
    margin: 0 auto;
}

#signup {
    width: 70%;
    margin: 0 auto;
}

form {
text-align: left;
}

html[layout='rtl'] form {
    text-align: right;
}

form input {
    padding: 10px 30px 10px 20px;
    border: none;
    border-bottom: 2px solid #999;
    display: block;
    width: 100%;
    margin-bottom: 35px;
    margin-top: 10px;
    box-sizing: border-box;
    outline: none;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

html[layout='rtl'] form input {
    border-right: 2px solid #999;
    border-radius: 0 0 4px 0;
    text-align: right;
    direction: rtl;
}

form input {
    border-left: 2px solid #999;
    border-radius: 0 0 0 4px;
    text-align: left;
}

form input:focus {
    border-color: #f60c04;
    box-shadow: 0px 0px 5px 0px rgba(246, 12, 4, 0.5);
    transition: all .3s;
    transform: scale(1.03);
}

select:required:invalid {
    color: gray;
}

.suBtn {
    border: none;
    border-radius: 5px;
    background-color: #9c2121;
    border: 2px solid #9c2121;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 3px 20px;
    font-size: 12pt;
    margin: 10px 0;
    width: 100%;
    font-family: 'Cairo', sans-serif;
}

.suBtn:active, .suBtn:focus {
    outline: none;
    transform: scale(.9);
}

.suBtn:hover {
    color: #9c2121;
    background-color: #fff;
    transition: all .2s;
}

.text-center {
    text-align: center;
}

.verifyed {
    margin-right: 10px;
}

.registerCard {
    background: #fff;
    position: relative;
    box-sizing: border-box;
    width: 50%;
    text-align: center;
    padding: 5% 0;
}

html[layout='rtl'] .registerCard {
    margin-left: 50%;
}

.loginCard {
    background: #fff;
    padding: 30px 50px;
    box-shadow: 0px 0 20px rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    width: 400px;
    text-align: center;
    border-radius: 7px;
    z-index: 3;
}

.loginCard {
    left: 8%;
}

html[layout='rtl'] .loginCard {
    left: auto;
    right: 8%;
}

.card.is-showing {
    display: block;
}

#city.hidden, .alert.hidden {
    display: none;
}

#city.visiblem .alert.visible {
    display: block;
}

.alert.ringing {
    animation: ringing .5s ease-in-out;
}

label sup {
    color: red;
    font-weight: bold;
}

@keyframes ringing {
    20% {
        transform: translateX(10px);
    }
    40% {
        transform: translateX(-10px);
    }
    60% {
        transform: translateX(10px);
    }
    80% {
        transform: translateX(-10px);
    }
    100% {
    }
}

.alert {
    position: relative;
    margin-bottom: 1rem;
    border-radius: 3px;
    text-align: center;
}

.alert-warning {
    color: #9c2121;
    background-color: #eee;

}

#email.wrong {
    background: url('../img/wrong.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95%;
}

#email.available {
    background: url('../img/donebefore.svg');
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 95%;
}

.warning.visible {
    color: #9c2121;
    display: block;
}

.warning.hidden {
    display: none;
}

.warning.ringing {
    animation: ringing .5s ease-in-out;
}

/*============VERIFY=============*/

.toCard {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    border-radius: 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.3);
    background-color: #fff;
}

.inToCard {
    width: 80%;
    margin: 60px auto;
}

.verifyImg {
    display: block;
    position: relative;
    width: 100px;
    margin: 0 auto;
}

.toContent {
    text-align: center;
    margin: 40px 0;
    font-size: 16pt;
}

.toBtn {
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    border: 3px solid #9c2121;
    color: #9c2121;
    border-radius: 25px;
    font-size: 14pt;
    text-transform: uppercase;
    background-color: rgba(0,0,0,0);
    font-family: 'Cairo', sans-serif;
}

.verifyA {
    text-decoration: none;
}

.toBtn:hover {
    color: #fff;
    background-color: #9c2121;
    transition: all .2s;
}

.toBtn:hover .verifyA {
    color: #fff;
}

.toBtn:active {
    transform: scale(.9);
}

/*==========CHECKBOX==========*/

.policy {
    display: inline-block;
}

.policy {
    text-align: left;
}

html[layout='rtl'] .policy {
    text-align: right;
}

.check {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: relative;
    display: inline-block;
    top: 3px;
    height: 15px;
    width: 15px;
    background-color: #d4d4d4;
    border-radius: 3px;
}

.checkmark {
    margin-left: 10px;
}

html[layout='rtl'] .checkmark {
    margin-right: 10px;
}

.check:hover input ~ .checkmark {
    background-color: #9c2121;
}

.check input:checked ~ .checkmark {
    background-color: #9c2121;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check input:checked ~ .checkmark:after {
    display: block;
}

.check .checkmark:after {
    left: 5px;
    top: 3px;
    width: 3px;
    height: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*=========INDEX TABLE==========*/

.homeHeader {
    position: fixed;
    background: #9c2121;
    width: 90%;
    top: 0;
    padding: 5px 5%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}

.homeHeader .langNav {
    padding: 0;
    position: relative;
    line-height: 40px;
}

.homeHeader .langUl > li {
    height: 40px;
    line-height: 50px;
}

.langUl > li:hover {
    background: #fff;
    color: #9c2121;
    line-height: 40px;
    box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    transform: translateY(10px);
    transition: all .2s;
}

.homeHeader form {
    float: right;
}

html[layout='rtl'] .homeHeader form {
    float: left;
}

.homeHeader .langNav {
    float: left;
    left: 0;
}

html[layout='rtl'] .homeHeader .langNav {
    float: right;
    left: auto;
    right: 0;
}

#wrapper {
    width: 100%;
    text-align: center;
}

#wrapper h1 {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 20pt;
    padding: 0 20px;
}

#wrapper h1 span {
    color: #9c2121;
}

#wrapper table {
    border-collapse: collapse;
    border-radius: 0.4em;
    overflow: hidden;
    width: 60%;
    position: relative;
    display: table;
    margin: 0 auto;
    font-size: 16px;
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    background-color: #fff;
    margin-bottom: 50px;
}

table .titletr{
    background-color: #9c2121;
    color: #fff;
}

table .titletr td{
    padding: 15px 10px;
}

table .content-tr{
    position: relative;
    height: 60px;
}

table .content-tr td{
    position: absolute;
    width: calc(50% - 20px);
    padding: 15px 10px;
}

table .content-tr.full td {
    width: calc(100% - 20px);
}

table .content-tr .td1{
    background-color: #eee;
    left: 0;
}

html[layout='rtl'] table .content-tr .td1{
    left: auto;
    right: 0;
}
table .content-tr .td2{
    right: 0;
}

html[layout='rtl'] table .content-tr .td2{
    right: auto;
    left: 0;
}

table .tutorial td{
    padding: 15px 10px;
}

#wrapper tr td a {
    color: #f60c04;
}

table td.note{
    padding: 15px 10px;
    border-top: 1px solid #cacaca;
}

#activation-key{
    display: inline-block;
    font-size: 14px;
    border: none;
    background: none;
    margin: 10px;
    width: 123px;
    pointer-events: none;
}

#activation-key.pop{
    animation: key-pop .3s ease;
}

@keyframes key-pop{
    0%{
        transform: scale(1);
    }
    30%{
        transform: scale(.9);
    }
    65%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

#copy-key{
    background: no-repeat;
    border: 2px solid #9c2121;
    border-radius: 25px;
    padding: 0 10px;
    color: #9c2121;
    font-size: 16px;
    transition: all .2s ease-in-out;
    font-family: 'Cairo', sans-serif;
}

#copy-key:hover{
    background-color: #9c2121;
    color: #fff;
}

#copy-key:active{
    transform: scale(.9);
}

.logout, .changePwd {
    border: none;
    border-radius: 4px;
    background: #9c2121;
    color: #fff;
    padding: 10px 25px;
    z-index: 3;
    font-size: 18px;
    cursor: pointer;
    font-family: 'Cairo', sans-serif;
}

.logout:hover, .changePwd:hover {
    background: #fff;
    color: #9c2121;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    transform: translateY(10px);
    transition: all .2s;
}

.logout:active, .changePwd:active {
    transform: scale(.9);
    transition: all .1s;
}

.langSection {
    cursor: pointer;
    text-decoration: underline;
    color: #551aa4;
}

.langSection {
    margin-left: 20px;
}

html[layout='rtl'] .langSection {
    margin-right: 20px;
}

/*==========FORGET PASSWORD=============*/

.container {
    position: absolute;
    width: 500px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 7px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    padding: 50px 0;
}

.container .cardLogo {
    width: 70%;
}

.container h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.container form {
    padding: 0 50px;
}

.container button {
    border: 2px solid #9c2121;
    border-radius: 5px;
    background-color: #9c2121;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    cursor: pointer;
    padding: 5px 20px;
    font-size: 12pt;
    margin: 10px 0;
    width: 100%;
    font-family: 'Cairo', sans-serif;
}

.container button:hover {
    color: #9c2121;
    background-color: #fff;
    transition: all .2s;
}

.container button:active, .container button:focus {
    outline: none;
    transform: scale(.9);
}

/*==========CAPTCHA============*/

.captcha {
    height: 54px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-bottom: 20px;
}

.captcha .captcha-image {
    height: 50px;
    width: 180px;
    margin-left: 20px;
    border: 2px solid #999;
    border-radius: 4px;
    overflow: hidden;
}

.captcha > a {
    width: 30px;
    height: 30px;
    color: #444;
}


/*==========RESPONSIVE============*/

@media (max-width: 1000px) {
    #signup {
        width: 90%;
    }
    .container {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .loginCard {
        width: 80%;
    }
    html[layout='rtl'] .loginCard {
        left: auto;
        right: 10%;
    }
    .loginCard {
        left: 10%;
    }
    #wrapper table {
        width: 80%;
    }
    .loginback {
        width: 90%;
        right: 5%;
    }
    html[layout='rtl'] .loginback {
        left: auto;
        right: 5%;
    }
}

@media (max-width: 800px) {
    .registerCard {
        width: 100%;
    }
    .signLogo, #imageside .langNav, .registerCard .langNav, .contactImg, .signinImg {
        display: none;
    }
    .registerCard {
        margin: 0;
    }
    .registerCard .cardLogo {
        display: block;
    }
    .container {
        width: 60%;
    }
}

@media (max-width: 700px) {
    .suBtn {
        font-size: 15px;
    }
    .loginCard .cardLogo, .container .cardLogo {
        display: block;
    }
    datalist {
        display: none;
    }
    /* specifically hide the arrow on focus */
    input::-webkit-calendar-picker-indicator {
        display: none;
    }
    ::-webkit-input-placeholder {
        font-size: 15px;
    }
    ::-moz-placeholder {
        font-size: 15px;
    }
    :-ms-input-placeholder {
        font-size: 15px;
    }
    :-moz-placeholder {
        font-size: 15px;
    }
    .policy {
        font-size: 16px;
    }
    #wrapper table {
        width: 100%;
    }
    .loginCard {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        transform: translateY(0);
        border-radius: 0;
    }
    .loginback {
        display: none;
    }
    .toCard {
        width: 70%;
    }
}

@media (max-width: 600px) {
    .container {
        width: 80%;
    }
}

@media (max-width: 550px) {
    .loginCard {
        box-shadow: none;
        width: 100%;
        margin: 0;
    }
    .fullform {
        width: 80%;
    }
    html {
        background: #fff;
    }
    .policy {
        font-size: 17px;
    }
    .homeHeader form {
        width: 100%;
        float: none;
    }
    .homeHeader form button {
        width: 50%;
        padding: 10px 0;
    }
    .homeHeader .langNav {
        width: 100%;
    }
    #wrapper h1 {
        margin-top: 150px;
    }
}

@media (max-width: 500px) {
    form.signed input, form.signed select {
        font-size: 17px;
    }
    .registerCard .cardLogo {
        width: 70%;
    }
    #signup {
        width: 100%;
    }
    ::-webkit-input-placeholder {
        font-size: 18px;
    }
    ::-moz-placeholder {
        font-size: 18px;
    }
    :-ms-input-placeholder {
        font-size: 18px;
    }
    :-moz-placeholder {
        font-size: 18px;
    }
    .toCard {
        width: 90%;
    }
}

@media (max-width: 450px) {
    .registerCard #fullform {
        font-size: 17px;
    }
}

@media (max-width: 400px) {
    .toCard {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: translate(0);
        border-radius: 0;
    }
    .container {
        width: 100%;
        left: 0;
        top: 0;
        transform: translate(0);
        border-radius: 0;
        height: 100%;
    }
}