.icn_sett{
  width: 24px;
}

@media screen and (max-width: 992px) {
  .icn_sett{
    width: 16px;
  }
}

.error_login {
	margin-top: -4px;
	margin-right: 17px;
}
a.change-number-after-send{
    font-size: 12px !important;
    margin-left: 5px;
    cursor: pointer;
}
@media(max-width:576px){
    .change-number-after-send{
        display: block;
        margin: 14px 0 5px;
        text-align: left;
        padding: 0;
        height: 20px;
    }
}
#resend{
    cursor: pointer;
    padding: 0;
}
#time{
    color: #676767;
    font-size: 13px;
}
p#wrap-time{
    color: #676767;
    font-size: 13px;
    display: none;
    font-style: italic;
    margin-top: 15px;
}
#bv1{
    position: relative;
    background: #33cc99;
    border: 1px solid #33cc99;
    font-size: 16px;
}
#bv1:hover{
    background: #fff !important;
    border: 1px solid #33cc99;
    color: #33cc99 !important;
}
.change_number{
    margin-bottom: 5px;
    float: left;
}
#change_cell_box{
    color: #000;
}
.label-settings{
    color: #666666;
}

#box-number-verify p{
    font-size: 14px;
    line-height: 7px;   
    color: #666666;
}
.step-0{
    display: none;
}
.step-1{
    display: none;
}
.step-2{
    display: none;
}
.box-label .label-settings{
    line-height: 22px !important;
}
.font-weight{
    font-weight: bold;
}
.error_cell{
    display: none;
    width: 100%;
    clear: both;
    color: red;
    margin-bottom: 20px;
}
.attempts{
    display: none;
    width: 100%;
    clear: both;
}
#tel_number, #code_number{
    float: left;
    height: 35px;
    width: auto;
}
#cellSend, #cellCode{
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #33cc99;
    width: 100px;
    height: 35px;
}
@media(max-width:576px){
    #cellSend, #cellCode{
        margin-left: 5px;
        margin-right: 1px;
    }
    
}
.attempts{
    font-weight: bold;
}
.code-not-received{
    width: 100%;
    clear: both;
    display: block;
    margin-top: 30px;
    float: left;
}
.code-not-received .fa{
    margin-top: 4px;
    font-size: 11px !important;
    margin-left: 5px;

}
.code-not-received p{
    font-size: 12px;
}
.code-not-received a{
    font-size: 12px !important;
}
.verified-number{
    margin-bottom: 20px;
}
#credit-add{
    max-width: 400px;
    display: flex;
    justify-content: initial;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25); 
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
    position: absolute;
    background: #fff;
    top: -70px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
    display: none;
}
#credit-add .box-sx{
    display: flex;  
    align-items: center;
    background: -moz-linear-gradient(left, rgba(1,171,171,1) 0%, rgba(33,204,170,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(1,171,171,1)), color-stop(100%, rgba(33,204,170,1)));
    background: -webkit-linear-gradient(left, rgba(1,171,171,1) 0%, rgba(33,204,170,1) 100%);
    background: -o-linear-gradient(left, rgba(1,171,171,1) 0%, rgba(33,204,170,1) 100%);
    background: -ms-linear-gradient(left, rgba(1,171,171,1) 0%, rgba(33,204,170,1) 100%);
    background: linear-gradient(to top, rgba(1,171,171,1) 0%, rgba(33,204,170,1) 100%);
    padding: 30px 20px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
#credit-add .box-sx .text{
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
#credit-add .box-dx{
    margin: 12px 20px;
}
#credit-add .gratisBids{
    font-weight: bold;
    color: #14c997;
}
.error-cell-change-number{
    margin-top: 20px;
    margin-bottom: 0;
    height: 0px;
}
.confirmed-cell{
    color: #cecbcc !important;
    margin-left: 40px;
}
.dismiss-change{
    display: inline-block;
    margin-top: 15px;
    margin-left: 20px;
    color: #ff2f4e;
}
#change-cell-success{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 4px 10px;
    display: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    position: absolute;
    left: 0;
    right: 0;
    width: 90%;
    text-align: center;
    bottom: 3px;
    margin: 5px auto;

}
#error-change-number{
    display: none;
}