﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

body {
    direction: rtl !important;
    background-color: #fff;
}

    body * {
        direction: rtl !important;
    }

.body-first {
    padding: 20px;
    position: absolute;
    top: 25%;
    /*left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;*/
}
/*
    .body-first * {
        font-size: 14px !important;
    }*/
/*#region LoginPage*/
.register-Container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 0;
}

    .register-Container.register-service-page {
        padding: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: rgba(0,0,0,.1);
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .register-Container .register-content {
        max-width: 500px;
        width: 500px;
        -ms-flex: 0 0 500px;
        -webkit-box-flex: 0;
        flex: 0 0 500px;
        padding: 20px 30px;
        background-color: #fff;
        border-radius: 8px;
        text-align: right;
    }

    .register-Container.register-service-page .register-content {
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        -webkit-animation-name: top-to-center;
        animation-name: top-to-center;
    }

.register-content .register-header {
    color: #000;
    font-size: 1.2rem;
    padding: 10px 0;
    text-align: right;
}

.txt-count-down {
    background-color: #fff;
    color: #0C4727;
    border: none;
    opacity: 1 !important;
}

.register-content {
    position: relative;
}

.container-layout .logo {
    position: absolute;
    right: 20px;
    top: 20px;
    justify-content: center;
    display: flex;
    padding: 10px;
}

    .container-layout .logo img {
        width: 100px
    }

.register-content .register-body {
    padding: 10px 0;
    color: #585858;
    font-size: 18px;
    font-weight: bold;
}

.register-body .register-input {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*#region fullName Design */
.row-full-name-ctn {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .row-full-name-ctn > div {
        width: 50%;
        padding: 10px;
    }

        .row-full-name-ctn > div > input[type=text] {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #e1e1e1;
            background-color: #f5f5f5;
            border-radius: 5px;
            color: #888;
            display: block;
            font-size: 14px;
        }

            .row-full-name-ctn > div > input[type=text]::-webkit-input-placeholder {
                color: #d8d8d8;
                font-size: 12px;
            }

            .row-full-name-ctn > div > input[type=text]::-moz-placeholder {
                color: #d8d8d8;
                font-size: 12px;
            }

            .row-full-name-ctn > div > input[type=text]:-ms-input-placeholder {
                color: #d8d8d8;
                font-size: 12px;
            }

            .row-full-name-ctn > div > input[type=text]::-ms-input-placeholder {
                color: #d8d8d8;
                font-size: 12px;
            }

            .row-full-name-ctn > div > input[type=text]::placeholder {
                color: #d8d8d8;
                font-size: 12px;
            }

            .row-full-name-ctn > div > input[type=text]:focus {
                background-color: #fff;
                border-color: #48b749;
            }

.input-law-ctn {
    margin: 0 10px;
    margin-top: 10px;
    padding: 10px 15px;
    border: 1px solid #e1e1e1;
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 20px);
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    position: relative;
    border-radius: 5px;
}

    .input-law-ctn > input[type=checkbox] {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 1;
    }

        .input-law-ctn > input[type=checkbox] + i {
            font-style: normal;
            margin-left: 15px;
            font-size: 16px;
            position: relative;
            width: 20px;
            height: 20px;
            border-radius: 5px;
            border: 1px solid #e1e1e1;
        }

        .input-law-ctn > input[type=checkbox]:checked + i {
            border-color: #48b749;
            background-color: #48b749;
            color: #fff;
        }

            .input-law-ctn > input[type=checkbox]:checked + i:after {
                content: "\f00c";
                font-family: FontAwesome;
                position: absolute;
                top: 50%;
                left: 50%;
                -ms-transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
            }

    .input-law-ctn > span {
        color: #585858;
        font-size: 13px;
    }

    .input-law-ctn a {
        color: #48b749;
        opacity: .8;
        z-index: 2;
        margin: 0 5px;
        font-size: 14px;
        position: relative;
    }

    .input-law-ctn a {
        opacity: 1;
    }




/*#endregion */
.register-input.register-input-custom {
    direction: ltr !important;
}

.register-body .register-input label {
    display: inline-block;
    width: 100%;
    font-size: 1.2rem;
}

.register-body .register-input .phoneNumber {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 80%;
    width: 80%;
    border-radius: 0px;
    padding: 8px 5px;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.2rem;
    text-align: left;
    border: none;
    font-weight: 600;
    color: #144A2E;
    font-size: 25px;
}

    .register-body .register-input .phoneNumber::placeholder {
        color: #144A2E;
        text-align: right;
        font-weight: 600;
    }

input:: -webkit-outer-spin-button, input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield; /* Firefox */
}

/*#region Gender Style */
.gender-ctn {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
}

    .gender-ctn > span {
        font-size: 14px;
        color: #888;
        font-weight: bold;
        margin-left: 20px;
    }

.register-body .register-input .gender-ctn > label {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: auto;
    margin: 0;
    margin-left: 15px;
    font-size: 16px;
}

.gender-ctn > label i {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #48b749;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: relative;
    margin-left: 10px;
}

.gender-ctn > label input[type=radio] {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
}

    .gender-ctn > label input[type=radio]:checked + i::after {
        position: absolute;
        content: "";
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        display: inline-block;
        background-color: #48b749;
        width: 90%;
        height: 90%;
        border-radius: 50%;
    }
/*#endregion */

.register-body .register-input input[type=text]:not(.not-number)::-webkit-input-placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
}

.register-body .register-input input[type=text]:not(.not-number)::-moz-placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
}

.register-body .register-input input[type=text]:not(.not-number):-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
}

.register-body .register-input input[type=text]:not(.not-number)::-ms-input-placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
}

.register-body .register-input input[type=text]:not(.not-number)::placeholder {
    color: #8d8d8d;
    font-size: 16px;
    font-weight: bold;
}

.txt-number {
    background-color: #fff;
    border-radius: 1.3rem;
    border: 3px solid #094829
}

.register-body .register-input input[type=number].txt-number::-webkit-input-placeholder {
    color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.register-body .register-input input[type=number].txt-number::-moz-placeholder {
    color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.register-body .register-input input[type=number].txt-number:-ms-input-placeholder {
    color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.register-body .register-input input[type=number].txt-number::-ms-input-placeholder {
    color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.register-body .register-input input[type=number].txt-number::placeholder {
    color: #ddd;
    font-size: 20px;
    font-weight: bold;
}

.register-body .register-input input[type=number].txt-number {
    width: 15%;
    height: 46px;
    padding: 14px 5px;
    margin-right: 3px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.register-body .register-input input[type=number]:focus, .txt-number:focus {
    outline: none;
    border-color: #48b749;
}

.register-body .register-input input[type=number].txt-number:before {
    content: "\f005";
    font-family: FontAwesome;
    font-size: 25px;
    position: absolute;
    top: 10px;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #8d8d8d;
}

input.validation-text:focus {
    border-color: #bc0014 !important;
    color: #ED1F24 !important;
}

#lblValidationMsg {
    font-size: 13px;
    width: 100%;
    color: #ED1F24;
    display: block;
    text-align: right;
}

.register-button {
    text-align: left;
    padding-top: 10px;
    text-align: center
}


    .register-button > button:not(.btn-count-down), .register-button > a {
        /*padding: 4px 24px;*/
        border: 1px solid #F05223;
        background-color: #F05223;
        border-radius: 0.8rem 0.8rem 0 0;
        color: #fff;
        display: inline-block;
        font-weight: bold;
        font-size: 1.2rem;
        position: relative;
    }

    .register-button > a {
        border: 1px solid #9da39d !important;
        background-color: #9da39d !important;
        text-decoration: none;
        text-align: center;
    }

    .register-button .laws {
        border: none !important;
        background-color: transparent !important;
        font-size: 15px
        /*color: #0000EE;*/
    }

    .register-button button.focus {
        text-align: right;
        padding-right: 55px;
        padding-left: 0;
    }

        .register-button button.focus::after {
            content: "";
            position: absolute;
            left: 25px;
            top: 50%;
            -ms-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            display: inline-block;
            background-image: url(/images/Test/loadingBanner.gif);
            background-size: 100% 100%;
            width: 20px;
            height: 20px;
        }

    .register-button button:focus {
        outline: none;
    }

button.btn-count-down {
    border: 1px solid #48b749;
    color: #48b749;
    padding: 12px 24px;
    border-radius: 8px;
    background-color: #fff;
}

.btn-login-container {
    display: -webkit-box;
    display: flex;
    display: -ms-flexbox;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 0;
    margin-top: 8px;
}

    .btn-login-container > div.btn-login-split {
        width: 50%;
        max-width: 50%;
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        flex: 0 0 50%;
        text-align: right;
    }

.btn-login-split > button {
    min-width: 180px;
    max-width: 100%;
    border: 1px solid #48b749;
    color: #48b749;
    padding: 12px 24px;
    background-color: #fff;
    font-weight: bold;
    border-radius: 8px;
}


.btn-login-container > .btn-login-split:last-child {
    text-align: left;
}

.btn-login-split:last-child > button {
    color: #fff;
    background-color: #48b749;
    position: relative;
}

.register-button button:disabled {
    opacity: .6;
    cursor: default;
}
/*#endregion LoginPage*/
/*#region animation*/
@keyframes top-to-center {
    from {
        top: -100%;
    }

    to {
        top: 50%;
    }
}

@-webkit-keyframes top-to-center {
    from {
        top: -100%;
    }

    to {
        top: 50%;
    }
}
/*#endregion animation*/

/*#region Small Display*/
@media only screen and (max-width: 991px) {
}

@media only screen and (max-width: 500px) {
    .container-layout {
        margin-top: 5%;
    }

    .body-first {
        margin-top: 0px;
    }

    .register-Container {
        padding: 0px;
    }

        .register-Container .register-content {
            max-width: 100%;
            width: 100%;
            -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            border: none;
            border-radius: 1.5rem;
        }

    .register-content .register-header {
        font-size: 1.3rem;
    }

    .btn-login-container {
        -ms-flex-flow: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-flow: column-reverse;
        padding: 5px 0;
        margin-top: 0;
    }

        .btn-login-container > div.btn-login-split {
            max-width: 100%;
            width: 100%;
            -ms-flex: 0 0 100%;
            -webkit-box-flex: 0;
            flex: 0 0 100%;
            padding-bottom: 5px;
        }

    .register-button {
        bottom: 0px;
        width: 100%;
        right: 0;
    }

        .register-button > button:not(.btn-count-down), .register-button > a {
            width: 100%;
        }

    .register-body .register-input input[type="text"].txt-number {
        width: 45px;
        height: 40px;
    }

    .row-full-name-ctn {
        display: block;
    }

        .row-full-name-ctn > div {
            width: 100%;
        }

    .input-law-ctn {
        padding: 10px;
    }

        .input-law-ctn > span {
            font-size: 14px;
        }

        .input-law-ctn a {
            font-size: 13px;
        }
}

@media only screen and (max-width: 400px) {
    .register-body .register-input input[type="text"].txt-number {
        width: 40px;
        height: 35px;
    }

    .register-content .register-header {
        font-size: 1.2rem;
    }

    .input-law-ctn > input[type=checkbox] + i {
        margin-left: 5px;
    }

    .input-law-ctn > span {
        font-size: 11px;
    }

    .input-law-ctn a {
        font-size: 12px;
        margin: 0 1px;
    }
}
/*#endregion Small Display*/
/*#region animate*/
@keyframes rotate-spinner {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotate-spinner {
}
/*#endregion animate*/

.select2-search {
    display: none;
}

.input-section {
    background-color: #fff;
    border-radius: 1.3rem;
    position: relative;
    overflow: hidden;
    padding: 2px;
    padding-left: 15px;
    padding-right: 15px;
    border: 3px solid #094829
}

    .input-section img {
        width: 30px;
    }

    .input-section input {
        background-color: #fff
    }

    .input-section input {
        border-color: inherit !important;
        -webkit-box-shadow: none !important;
        box-shadow: none;
        background-color: #fff !important
    }

.txt_inviter {
    border: none;
    text-align: left
}

.confirmCode {
    background-color: #48b749;
    color: #fff;
    border-radius: 0.8rem;
}

    .confirmCode:hover {
        background-color: #48b749;
        color: #fff;
        border-radius: 0.8rem;
    }

.btn {
    font-size: 1.2rem
}


.userType {
    background-color: #4F4D4D;
    border-radius: 0.8rem !important;
    padding: 3px;
    color: white;
}

    .userType input.form-check-input {
        display: none;
    }

    .userType .active {
        background-color: #F9C70C;
        color: black;
        padding: 8px;
        border-radius: 0.8rem !important;
    }

    .userType .form-check {
        padding: 8px;
    }

    .userType label {
        width: 100%;
        text-align: center
    }

    .userType .form-check-label {
        cursor: pointer
    }

.mapHelp {
    background-color: #F8F6F6;
    padding: 8px;
    margin-top: 20px;
    border-radius: 0.8rem !important;
}

    .mapHelp .helpItem {
    }

        .mapHelp .helpItem img {
            width: 50px;
        }

@media only screen and (max-width: 480px) {
    .userType {
        margin-left: 10px;
    }

        .userType .form-check {
            padding: 4px;
        }

            .userType .form-check label {
                font-size: 0.8rem;
            }

    .mapHelp .helpItem span {
        font-size: 1rem;
    }

    .mapHelp .helpItem img {
        width: 40px;
    }
}
