.ap-otp-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}
.ap-otp-box{
    width: 100%;
    padding: 10px;

    background: inherit;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ap-otp-box::after{
    content: '';
    position: absolute;
    background: inherit;
    top: -10px;
    bottom: -10px;
    left: -10px;
    right: -10px;
    box-shadow: inset 0 0 2000px rgba(255,255, 255, .5);
    filter: blur(10px);
    z-index: -1;
}
.ap-otp-channel{
    width: 100%;

    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.ap-otp-heading{
    margin-bottom: 15px;
}
.ap-otp-inputs{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.ap-otp-inputs input{
    padding: 0;
    text-align: center;
    width: 35px;
    height: 35px;
}
.ap-otp-actions{
    width: 100%;
    text-align: center;
    color: #00a0d2;
    margin-top: 15px;
    margin-bottom: 15px;
}
.ap-otp-actions p{
    margin: 0;
}
.ap-otp-actions a{
    text-decoration: none;
    outline: none;
    box-shadow: none;
    color: #0073aa;
}
.ap-otp-update-channel{
    display: none;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}
#login_error br{
    display: none;
}
.ap-country-code{
    width: 20%;
    padding: 0;
}
.ap-otp-update-channel input{
    margin-right: 2%;
    margin-left: 2%;
}
.dashicons.spin {
    animation: dashicons-spin 1s infinite;
    animation-timing-function: linear;
}
@keyframes dashicons-spin {
    0% {
        transform: rotate( 0deg );
    }
    100% {
        transform: rotate( 360deg );
    }
}
.ap-active{
    display: flex;
}
.ap-inactive{
    display:  none;
}
.ap-error{
    color: #dc3232;
}
.ap-absolute .ap-otp-container{
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ap-fixed .ap-otp-container{
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.apImageUpload {
    display: none;
}
.apProfileImage {
    cursor: pointer;
}
.apProfileContainer {
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.apProfileContainer img {
    width: 150px;
    height: 150px;
}