.dialog-sms {
    margin: 0px auto;
    padding: 0px 30px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.input-sms {
    margin: 0 2px;
    text-align: center;
    line-height: 80px;
    font-size: 25px;
    border: none;
    box-shadow: 0 1px 4px 0 rgb(153 153 153 / 54%), 0 3px 1px -2px rgb(153 153 153 / 20%), 0 1px 5px 0 rgb(153 153 153 / 12%);
    outline: none;
    width: 45px;
    transition: all .5s ease-in-out;
    border-radius: 3px;
    background: rgba(255,255,255,.75);
    -webkit-appearance: none;
}

.input-sms:focus {
    box-shadow: 0 0px 10px 8px rgb(161 236 1 / 24%), 0 3px 1px -2px rgb(161 236 1 / 20%), 0 1px 5px 0 rgb(161 236 1 / 12%);
}

.input-sms::selection {
    background: transparent;
    color:black;
}
.header-filter {
    position: relative;
}

.header-filter:before, .header-filter:after {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    top: 0;
    content: "";
}

.header-filter::after {
    background-color: rgba(0, 0, 0, 0.45);
}

.header-filter .container {
    z-index: 2;
    position: relative;
}
.social-login i{
    margin-left: 6px;
    font-size: 12px;
    position: relative;
    top: 2px;
}
.tab-pane#about input, .tab-pane#address #email,.tab-pane#address #email{
    direction :ltr!important;
    text-align: left;
}

#phoneNumDiv .control-label{
    right:14px;top: -32px;font-size: 13px;
}

#about #first-bt{
    padding: 10px 40px;
    letter-spacing: 0;
    margin-left: 35px;
    font-size: 14px;
    position: relative;
}

/*.loadingOnline{*/
/*    position: absolute;*/
/*    left: 26px;*/
/*    margin-top: -8px;*/
/*}*/

.loadingOnline .loaderRefOnline{
    z-index: 100;
    perspective: 800px;
    width: 20px;
    height: 20px;
}

.inner {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.inner.one {
    left: 0%;
    top: 0%;
    animation: rotate-one 1s linear infinite;
    border-bottom: 3px solid #EFEFFA;
}

.inner.two {
    right: 0%;
    top: 0%;
    animation: rotate-two 1s linear infinite;
    border-right: 3px solid #EFEFFA;
}

.inner.three {
    right: 0%;
    bottom: 0%;
    animation: rotate-three 1s linear infinite;
    border-top: 3px solid #EFEFFA;
}

@keyframes rotate-one {
    0% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}

@keyframes rotate-two {
    0% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}

@keyframes rotate-three {
    0% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
    }
    100% {
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}

section,
.wizard-container::before {
    background: url(/img/login/login-5.jpeg) 0 / cover ;
    background-repeat: no-repeat;background-position: center;

}
.wizard-container{
    background: rgba(255,255,255,0.8);
    border-radius: 4px;
}
.wizard-container .wizard-card{
    background:transparent!important;
    margin:0;
}
.wizard-container::before{
    content: '';
    margin: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: blur(20px);
    z-index: -1;
}
/*#about #first-bt::before{*/
/*    content: '';*/
/*    margin: -35px;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    filter: blur(20px);*/
/*    z-index: -1;*/
/*}*/
.or-seperator{
    width: 100%;
    height: 12px;
    /*border-bottom: 1px solid #FEFEFE;*/
    border-bottom: 1px solid #EEE;

    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
}
.or-seperator span{
    font-size: 13px;padding: 0 10px;color:#555;
}
.wizard-card .top-header{
    font-size: 16px;
    font-weight: 400;
    direction: rtl;
    border: 0;
    background-color:transparent!important;;
}
/*.checkbox label, .radio label, label{*/
/*    color:#333;*/
/*}*/

/*.input-parent input{*/
/*    border-radius:25px;*/
/*    background:rgba(255,255,255, .4);*/
/*    border:none;*/
/*    padding:15px 20px;*/
/*    height:45px!important;*/

/*}*/

.wizard-navigation li{
    text-align: center;
    background-color: rgba(200, 200, 200, 0.2);
}
.wizard-navigation li.active{
    background-color: #a1ec01;
    box-shadow: 0 16px 26px -10px rgb(0 206 209 / 56%), 0 4px 25px 0px rgb(0 0 0 / 12%), 0 8px 10px -5px rgb(0 206 209 / 20%);
    border-radius: 4px;
    margin-top: -4px;
    height: 45px;
}
.wizard-navigation li a{
    font-size: 12px;
    line-height: 18px;
    color: #555555;
    padding: 10px 0;
    display: block;
    font-weight: 500;

}
.wizard-navigation li.active a{
    padding-top: 12px;
    color: white;
    -webkit-font-smoothing: subpixel-antialiased;
}
.wizard-navigation  {
    height: 38px;
}
.wizard-card .tab-content{
    width: 100%;
}

#temp-loader-online{
    margin-top: -3px;
    position: relative;
    margin-bottom: -3px;
}

/*///Material Input*/

.mat-label {
    position: absolute;
    top: 40px;
    left: -20px;
    transform: translate(0, 0) scale(1);
    transform-origin: left;
    transition: all .5s;
    will-change: transform, color;
    color: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    font-size: 14px!important;
    color: #444!important;
}
.mat-label.no-floating{
    transform: translate(25px, -1.5em) scale(0.75);
}

.mat-input {
    display: block;
    width: 100%;
    border: none;
    border-bottom: 0.1em solid rgba(0, 0, 0, 0.25) !important;
    background: transparent;
    color: inherit;
    font-size: inherit;
    resize: vertical;
    padding: 1em 0 .5em;
    min-height: 2.5em;
    transition: all .5s;
}
.mat-input:focus , .mat-input:not(:placeholder-shown){
    border-bottom-color: #a1ec01;
    outline: none;
}
.mat-input:focus + .mat-label, .mat-input:not(:placeholder-shown) + .mat-label{
    transform: translate(0, -1.5em);
    /*color: #a1ec01;*/
}

.mat-div {
    padding: 35px 0 0 0;
    position: relative;
    direction: rtl;
    padding-right: 15px;
    margin-bottom: 10px;
    margin-left: 35px;
    z-index: 1;
}

.mat-div.has-error .mat-label{
    color:red!important;
}
/*///Material Input*/

.last-div-kk .mat-label{
    left: 0;
}
.last-div-kk .mat-div{
    margin-left: 18px;
}
.last-div-kk .mat-input{
    text-align: left;
}

/*//term o  use modalv*/

.temOfUseModalParent {
    height: 100vh;
    width: 100vw;
    z-index: 100;
    background-color: rgba(255,255,255,.95);
    position: fixed;
    transition: opacity .25s;
    opacity: 0;
    transform: translateX(-100%);
}
#temOfUseModal {
    margin-top: 96px;
    position: relative;
    max-height: 80vh;
    overflow-y: scroll;
}
#temOfUseModalParent.full-pwa #temOfUseModal{
    margin-top: 15px;
}
.temOfUseModalParent .modal-content{
    border:none!important;
    border-radius: 15px!important;
}
.temOfUseModalParent button.close {
    top: 12px;
    position: absolute;
    left: 12px;
}
.temOfUseModalParent .modal-footer{
    padding: 0 15px 15px!important;
    text-align: center!important;
    border:none!important;
}


.card label.rules{
    color: #000;
}