﻿.authe_sec {
    padding-top: 50px;
    padding-bottom: 50px;
}
.authentication_screen {
    float: left;
    width: 100%;
}
.authe_sec > .row {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.loginPaper {
    padding: 3rem 4rem 2rem 4rem;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 3px 12px 0 rgba(0,0,0,.15);
    font-size: 16px;
    min-height: 300px;
}

.RightSectionBar {
    padding: 0 50px 0 50px !important;
    font-size: 16px;
}
h3.Loginpagehead {
    font-weight: normal;
    padding: 0 0 22px 0;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
   font-family: 'Arial Bold';
    text-transform: uppercase;
    color: #333 !important;
}
    .contn_wrpper {
        padding-top: 20px;
        float: left;
        width: 100%;
    }
    .contn_wrpper p {
        float: left;
        width: 100%;
        margin-bottom: 22px;
        margin-top: 0px;
       font-family: 'Arial Regular';
        font-size:15px;
    }
    .contn_wrpper strong {
        padding-left: 4px;
    }
.txtcode_inpt {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.txtcode_inpt input {
    background-color: #F0F2F4;
    border: 1px solid #F0F2F4;
    padding: 0px;
    width: 11%;
    margin-right: 4%;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    border-radius: 4px;
    text-transform: uppercase;
    color: #222221;
    height: 60px;
}
  html[lang="AR"] .txtcode_inpt input{
      margin-right:0px;
      margin-left:4%;
    }

    .txtcode_inpt input:last-child {
        margin-right: 0px !important;
    }
.veri_txt {
    float: left;
    width: 100%;
    margin-top: 30px;
    font-size:15px;
}

    .veri_txt span {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .veri_txt a {
        color: #29bbae;
        text-decoration: underline;
    }
    .veri_txt > b {
        float: right;
    }
.button_sec {
    margin-top: 40px;
    display: block;
    align-items: center;
    float: right;
    width: 100%;
}
input#BtnCancelOtp {
    margin-left: 0px;
}
    .button_sec .submit-button, .button_sec .cancel-button {
        width: 130px !important;
        min-width: 100px !important;
        padding: 0px;
        text-transform: capitalize;
        margin-left: 15px;
    }
.emailid_opt {
    float: left;
    width: 100%;
    display: inline-flex;
    align-items: baseline;
    flex-wrap: wrap;
}

.radio_mat_style {
    display: inline-block;
    cursor: pointer;
    margin-left: 0px !important;
    margin-bottom: 15px;
    width: 100%;
    font-weight:normal;
}

    .radio_mat_style:hover .inner_mat_style, .radio_mat_style:focus .inner_mat_style {
        -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
        transform: scale(0.5);
        opacity: .5;
    }

    .radio_mat_style input {
        width: 1px;
        height: 1px;
        opacity: 0;
    }

        .radio_mat_style input:checked + .outer_radio .inner_mat_style {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
        }

        .radio_mat_style input:checked + .outer_radio {
            border: 2px solid #43a7d8;
        }

        .radio_mat_style input:focus + .outer_radio .inner_mat_style {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            background-color: #43a7d8;
        }

    .radio_mat_style .outer_radio {
        display: block;
        float: left;
        margin: 1px 3px 0 0;
        border: 2px solid #7e7e7e;
        border-radius: 50%;
        background-color: #fff;
    }

.type_of_wash .radio_mat_style span.outer_radio,
.type_of_wash .radio_mat_style span.inner_mat_style {
    padding: 0px;
}

.radio_mat_style .inner_mat_style {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    width: 8px;
    height: 8px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    background-color: #43a7d8;
    opacity: 0;
}
.emailid_opt label.radio_mat_style {
    font-size: 14px;
}

.mtrl_chkbx_new {
    z-index: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    
    margin: 15px 0 10px;
}

   
    .mtrl_chkbx_new > input {
        appearance: none;
        -moz-appearance: none;
        -webkit-appearance: none;
        z-index: -1;
        position: absolute;
        left: -10px;
        top: -8px;
        display: block;
        margin: 0;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
        box-shadow: none;
        outline: none;
        opacity: 0;
        transform: scale(1);
        pointer-events: none;
        transition: opacity 0.3s, transform 0.2s;
    }

    .mtrl_chkbx_new > span {
        display: inline-block;
        width: 100%;
        cursor: pointer;
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
    }

        .mtrl_chkbx_new > span::before {
            content: "";
            display: inline-block;
            box-sizing: border-box;
            margin: 3px 11px 3px 1px;
            border: solid 2px; 
            border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
            border-radius: 2px;
            width: 18px;
            height: 18px;
            vertical-align: top;
            transition: border-color 0.2s, background-color 0.2s;
        }

        .mtrl_chkbx_new > span::after {
            content: "";
            display: block;
            position: absolute;
            top: 4px;
            left: 2px;
            width: 10px;
            height: 5px;
            border: solid 2px transparent;
            border-right: none;
            border-top: none;
            transform: translate(3px, 4px) rotate(-45deg);
        }

    .mtrl_chkbx_new > input:checked,
    .mtrl_chkbx_new > input:indeterminate {
        background-color: rgb(var(--pure-material-primary-rgb, 25, 130, 197));
    }

        .mtrl_chkbx_new > input:checked + span::before,
        .mtrl_chkbx_new > input:indeterminate + span::before {
            border-color: #0baa4d;
            background-color: #0baa4d;
        }

        .mtrl_chkbx_new > input:checked + span::after,
        .mtrl_chkbx_new > input:indeterminate + span::after {
            border-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
        }

        .mtrl_chkbx_new > input:indeterminate + span::after {
            border-left: none;
            transform: translate(4px, 3px);
        }

    
    .mtrl_chkbx_new:hover > input {
        opacity: 0.04;
    }

    .mtrl_chkbx_new > input:focus {
        opacity: 0.12;
    }

    .mtrl_chkbx_new:hover > input:focus {
        opacity: 0.16;
    }

   
    .mtrl_chkbx_new > input:active {
        opacity: 1;
        transform: scale(0);
        transition: transform 0s, opacity 0s;
    }

        .mtrl_chkbx_new > input:active + span::before {
            border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
        }

    .mtrl_chkbx_new > input:checked:active + span::before {
        border-color: transparent;
        background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
    }

   
    .mtrl_chkbx_new > input:disabled {
        opacity: 0;
    }

        .mtrl_chkbx_new > input:disabled + span {
            color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
            cursor: initial;
        }

            .mtrl_chkbx_new > input:disabled + span::before {
                border-color: currentColor;
            }

    .mtrl_chkbx_new > input:checked:disabled + span::before,
    .mtrl_chkbx_new > input:indeterminate:disabled + span::before {
        border-color: transparent;
        background-color: currentColor;
    }

.trmcondibox {
    margin-top: 15px;
}
body a.isDisabled {
    color: #ccc !important;
    cursor: not-allowed;
    text-decoration: none;
    pointer-events: none;
}
.trmcondibox a {
    text-decoration: underline;
}
.thirdstep > p {
    line-height: 26px;
    font-size: 14px;
}
.veri_txt > strong {
    float: right;
}
html[lang="AR"] .veri_txt > strong {
    float: left!important;
}
html[lang="AR"] .txtcode_inpt input:last-child {
    margin-left: 0px !important;
}
@media (max-width:767px) {
    .authe_sec > .row {
        width: auto;
    }
    .loginPaper {
        padding: 25px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0 3px 12px 0 rgb(0 0 0 / 15%);
        font-size: 16px;
    }
    .txtcode_inpt input {
        width: 11% !important;
        max-width: 11%;
        font-size: 30px;
    }
    .button_sec .submit-button, .button_sec .cancel-button {
        width: 100% !important;
        min-width: 100% !important;
        margin-left: 0px;
        margin-bottom: 20px;
        padding:0px!important;
    }
    body .button_sec{
        flex-wrap:wrap!important;
    }
    .button_sec {
        float: right;
        width: 100%;
    }
    input#cancelstpbtn, #BtnCancelOtp {
        margin-right: 0px !important;
    }
}
#page_loader {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .3;
    display: none;
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
}
.spinner {
    margin: auto;
    width: 70px;
    text-align: center;
    position: absolute;
    z-index: 999999999 !important;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 24px;
}

    .spinner > .bounceloader {
        width: 18px;
        height: 18px;
        background-color: #333;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

.alert_popup_common .modal-dialog {
    width: 100%;
}
.parainfotxt {
    font-size: 15px;
    text-align: left;
    margin-top: 20px;
}
.alert_popup_common .modal-header{
    margin-bottom:0;
}
.conditionPremise .mtrl_chkbx_new > span {
    display: inline-flex;
}
.conditionPremise .mtrl_chkbx_new > span::before {
        min-width: 18px;
    }
html[lang="AR"] h3.Loginpagehead, html[lang="AR"] .contn_wrpper p, html[lang="AR"] .contn_wrpper h2 {
    font-family: 'Tahoma' !important;
}