﻿body {
    font-family:"Shabnam";
}

#mycontainer {
    font-size: 14px;
    margin-top: 50px;
}

.myrow{
    justify-content:center;
}

.mytitle {
    margin: 20px 0;
    display: inline-block;
}

.mycol {
    border: 1px solid #f48123;
    box-shadow: #e8e8e8 1px 1px 10px 10px;
    border-radius: 30px;
    padding: 20px;  
    background-color: white;
    margin-top: 40px;
}

.meform {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: 100%;
}

.myform {
    margin: 15px 5%;
    width: 100%;
    display: flex;
}

#usericon {
    font-size: 1.1rem;
    color: #f48123;
    position:absolute;
    bottom:0;
    right:85%;
    left:85%;
    top:20px;
}

.btn-orange {
    background-color: #f48123;
    border-radius: 5px;
    justify-self: end;
    color: white;
    padding: 8px 10%;
}

    .btn-orange:hover {
        background-color: #cb5e06;
        color: white;
        text-decoration: none;
    }

    .btn-orange:focus, .btn-orange:focus-visible, .btn-orange:active:focus {
        box-shadow: none;
        outline: none;
    }

.btn-gray {
    background-color: #595554;
    border-radius: 5px;
    justify-self: end;
    color: white;
    padding: 8px 5%;
}

    .btn-gray:hover {
        background-color: #444140;
        color: white;
        text-decoration: none;
    }

    .btn-gray:focus, .btn-gray:focus-visible, .btn-gray:active:focus {
        box-shadow: none;
        outline: none;
    }

.btn-close:hover {
    color: #f48123;
}

.btn-close:focus, .btn-close:focus-visible {
    box-shadow: none;
    outline: none;
}

.mylinks {
    text-align: start;
    margin-top: 15px;
}

    .mylinks a {
        text-decoration: none;
    }


.loginbycode a {
    text-decoration: none;
    color: black;
}

    .loginbycode a:hover {
        text-decoration: none;
        color: #f48123;
    }

.mylabel {
    width: 14%;
}

.myCountryCode {
    display: inline;
    font-size: .8rem;
    width: 30%;
    border: none;
    border-inline-end: 1px solid #f48123;
    border-radius:0;
    padding: 0 3px;
    margin: 0;
    background-color: transparent;
}

    .myCountryCode:focus {
        background-color: transparent;
        border-inline-end: 1px solid #f48123;
    }

.phonelabel {
    color: #f48123;
    font-size: 1rem;
}

.myphone {
    display: inline;
    height: 40px;
    width: 49%;
    border: 1px solid #f48123;
    padding: 0 5px;
    vertical-align: bottom;
}

    .myCountryCode:focus, .myCountryCode:focus-visible, .myphone:focus, .myphone:focus-visible {
        text-decoration: none;
        box-shadow: none;
        outline: 0;
    }

.form-floating label {
    left: auto;
    padding-right: 0;
    padding-left: 0;
}

.myformitem {
    margin: 15px 5%;
    width: 40%;
    display: flex;
    border-bottom: 1px solid #f48123;
}

@media (max-width: 800px) {
    .meform {
        flex-direction: column;
        align-items: stretch;
    }

    .myformitem {
        width: 80%;
        margin: 15px 10%;
    }
}

.myfloatinput {
    background-color: inherit;
    text-align: start;
    width:100%;
    border: none;
    padding-top: 20px;
}

    .myfloatinput:focus ~ .myfloatlabel {
        font-size: .9rem;
        padding-top: 0;
        transition: .3s;
    }

    .myfloatinput:not(:placeholder-shown) ~ .myfloatlabel {
        font-size: .9rem;
        padding-top: 0;
        transition: .3s;
    }

    .myfloatinput:placeholder-shown ~ .myfloatlabel {
        transition: .3s;
    }

    .myfloatinput:focus, .myfloatinput:focus-visible {
        text-decoration: none;
        box-shadow: none;
        outline: 0;
    }

.myfloatlabel {
    float: inline-start;
    text-align: start;
    opacity: .8;
    color: #f48123;
}

.mynonfloatlabel {
    float: inline-start;
    text-align: start;
    opacity: .8;
    color: #f48123;
    font-size: .9rem;
    padding-top: 0 !important;
}

.insidecol {
    margin: 15px;
}

.mycontainer {
    margin-top: 50px;
}

.checkUsenamebtn {
    background-color: transparent;
    display: inline;
    height: min-content;
    position: absolute;
    width: 30%;
    right: 70%;
    left: 70%;
    top: 0;
    padding-top: 22px;
    text-align: end;
}

    .checkUsenamebtn i {
        color: #f48123;
        font-size: .8rem;
    }

    .checkUsenamebtn:focus, .checkUsenamebtn:focus-visible, .checkUsenamebtn:active:focus {
        box-shadow: none;
        outline: none;
    }

.mobilebtn {
    color: #f48123;
    background-color: transparent;
    padding: 0;
    display: inline;
    height: min-content;
    padding: 22px 8px 0 8px;
}

    .mobilebtn:focus, .mobilebtn:focus-visible, .mobilebtn:active:focus {
        box-shadow: none;
        outline: none;
    }

.comfirmicon {
    font-size: .8rem;
    display: block;
    position: absolute;
    width: 30%;
    right: 70%;
    left: 70%;
    top: 0;
    text-decoration: none;
    color: #50b032;
    padding-top: 22px;
    text-align: end;
}

.editicon {
    font-size: .8rem;
    display: block;
    position: absolute;
    width: 40%;
    right: 60%;
    left: 60%;
    top: 0;
    text-decoration: none;
    color: #f48123;
    padding-top: 22px;
    text-align: end;
}

.editicon:hover {
    text-decoration: none;
    color: #cb5e06;
}

.uncomfirmbtn {
    background-color: transparent;
    display: inline;
    height: min-content;
    position: absolute;
    width: 30%;
    right: 70%;
    left: 70%;
    top: 0;
    padding-top: 22px;
    text-align: end;
}

    .uncomfirmbtn i {
        color: red;
        font-size: .8rem;
    }

    .uncomfirmbtn:focus, .uncomfirmbtn:focus-visible, .uncomfirmbtn:active:focus {
        box-shadow: none;
        outline: none;
    }

.myCodeinput {
    font-size: .9rem;
    height: 25px;
    margin-top: 4px;
    border: 1px solid #f48123;
    width: 100px;
}

    .myCodeinput:focus, .myCodeinput:focus-visible {
        border: 1px solid #f48123;
        box-shadow: none;
        outline: none;
    }

.width-100 {
    width: 100%;
}

.width-90 {
    width: 90%;
}

.width-80 {
    width: 80%;
}

.width-70 {
    width: 70%;
}

.width-60 {
    width: 60%;
}

.width-50 {
    width: 50%;
}

.width-40 {
    width: 40%;
}

.width-30 {
    width: 30%;
}

.width-20 {
    width: 20%;
}

.width-10 {
    width: 10%;
}

.modal-header .btn-close {
    margin: 0;
}

#btnSendCodeMobile, #btnSendCodeEmail {
    position: relative;
    left: 40%;
    right: 40%;
    color: #f48123;
}

    #btnSendCodeMobile:hover, #btnSendCodeEmail:hover {
        color:black;
    }

    #btnSendCodeMobile:focus, #btnSendCodeMobile:focus-visible, #btnSendCodeEmail:focus, #btnSendCodeEmail:focus-visible {
        box-shadow: none;
        outline: 0;
    }

.mycode {
    display: inline;
    height: 40px;
    width: 71%;
    border: 1px solid #f48123;
    padding: 0 5px;
    vertical-align: bottom;
}

    .mycode:focus, .mycode:focus-visible {
        text-decoration: none;
        box-shadow: none;
        outline: 0;
    }

.myerror{
    position:absolute;
    top:50px;
    font-size:.8rem;
    text-align:start;
}

.btnsendcode {
    color: #f48123;
}

.btnsendcode:hover {
    color:black;
}

    .btnsendcode:focus, .btnsendcode:focus-visible{
        box-shadow:none;
        outline:none;
    }