.imei-inputs {
    width: 99%;
    background: #fff;
    margin: 35px 0;
    border-radius: 20px;
    box-shadow: 0 0 16px 0px #c7c7c7;
    padding: 50px;
    display: grid;
}

.imei-inputs input {
    background-color: #fff;
    border: 1px solid #313131;
    border-radius: 20px;
    margin-bottom: 20px
}

.btn-box {
    display: contents;
    justify-content: center
}

.fbimei-btn {
    box-shadow: none;
    background: #13aaff;
    border-radius: 12px;
    color: #fff;
    margin-top: 24px;
    margin-right: auto;
    margin-left: auto;
    outline: 0;
    border: none;
    font-family: 'IRANSans'!important;
    font-weight: 500;
    font-size: 16px;
    height: max-content;
    width: 100%;
    padding: 15px 30px;
    text-align: center;
    transition: all linear .5s
}

.fbimei-btn:hover {
    color: #fff;
    background-color: orange;
    box-shadow: 0 0 8px 7px rgb(0 0 0 / 23%);
    box-shadow: inset 0 -100px 0 transparent;
    transition: all linear .2s
}

.imei {
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 4px 1px #c7c7c7ee
}

.imei div {
    padding: 10px;
    text-align: center;
    color: #ff0800
}

.sms_sent {
    color: #00d600!important
}

.loader {
    padding: 0!important;
    border: 0 solid #f3f3f3;
    border-top: 1px solid #db345b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin .5s linear infinite;
    margin-top: -37px;
    margin-right: 66%
}

.text {
    direction: rtl;
    text-align: center;
    margin: 10px;
    padding: 0!important
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.err-message {
    color: red!important
}

.imei .sms_result_box_error {
    color: red!important;
}
.sms_box {
    display: grid;
}
input#mobile_number {
    text-align: center;
}
.sms_box label {
    color: forestgreen!important;
}