#loading {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    background-color: #000;
    z-index: 99;
}

#loading-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    z-index: 100;
    max-width: 50px;
}

.disabled {
    pointer-events: none;
    opacity: 0.4;
}

.gift-box {
    cursor: pointer;
}

#dialogNotAllow {
    z-index: 99999;
}

input.item_number {
    text-align: center;
    padding: 0;
    margin: 0;
    border-width: 0;
}

a, a:link, a:visited, a:focus, a:hover, a:active {
    color: #fff2bb;
    text-decoration: none;
    cursor: pointer;
}

    a.disabled img {
        display: none;
    }

.pagination span {
    padding: 3px;
}

.bg_overlay-login-error .text_box { 
    text-align:center;
}

.box-content_phone .title_otp {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #330908;
    padding: 0px 16px;
}

.btn-style-small {
    width: 124px !important;
    height: 42px !important;
}