/*
Custom css
*/
.has-errors input {
    border-color: #ea2e49 !important
}

.history-status-time {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    box-sizing: border-box;
}

.list-search {
    display: flex;
}

.list-search .sidenav {
    display: flex;
    width: 100%;
    padding: 0px 15px;
}

.list-search .sidenav .list-search-nav {
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
}

.list-search .sidenav .list-search-form {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.list-search .sidenav .list-search-form .form-group {
    width: calc(100% / 5);
    box-sizing: border-box;
    padding: 5px;
}

.list-search .sidenav .list-search-form .form-group label {
    width: 100%;
}

.information-bill-line {
    min-height: 20px;
}

#information-bill-id {
    word-break: break-all;
}

#activate_bill_id {
    width: 100%;
    border: solid 1px #720D5D;
    color: #222222
}

#activate_bill_id::placeholder {
    color: #000000;
}

#input-password-login {
    position: relative;
}

#input-password-login input {
    padding-right: 33px;
}

#input-password-login #input-icon-show-password {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    height: 33px;
    width: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#table-list-activate-success td {
    vertical-align: middle !important;
}

.modal-active-card .modal-content {
    padding: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}

.modal-active-card .modal-body-icon {
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.modal-active-card .modal-body-title {
    text-align: center;
    padding: 20px 0;
}

.modal-active-card .modal-body-title h3 {
    font-size: 26px;
    color: #632466;
    margin-bottom: 0;
}

.modal-active-card .modal-body-title span {
    font-size: 16px;
    color: #232323;
}

.modal-active-card .modal-body-button {
    padding-top: 20px;
}

.margin-top-am-50 {
    margin-top: -50px;
}

.light-purple {
    border: solid 2px #632466;
    outline: none;
    color: #632466;
    background: #FFFFFF;
}

.font-size-35 {
    font-size: 35px;
}

.border-radius-15 {
    border-radius: 15px;
}

.btn-urbox-confirm {
    height: 60px;
    font-size: 23px;
}

.urbox-fieldset {
    min-width: auto;
    padding: revert;
    margin: revert;
    border: revert;
    border-radius: 15px;
    border-width: 1px;
    padding-left: 20px;
}

.urbox-fieldset legend {
    display: block;
    width: auto;
    padding-inline-start: 2px;
    padding-inline-end: 2px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    font-size: 16px;
    margin-bottom: 0;
}

.urbox-fieldset input {
    border: none;
    outline: none;
    width: 100%;
    font-size: 25px;
}

.modal-form-input {
    padding-bottom: 15px;
}

.modal-form-input-title {
    text-align: center;
    margin-bottom: 15px;
}

.modal-form-input-title h3, .modal-form-input-title h4 {
    color: #632466;
}

.urbox-invalid-feedback {
    color: #FF0101;
    font-size: 14px;
    width: 100%;
    display: none;
}

#form-otp-input {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

#form-otp-input li {
    width: calc(100% / 6);
    padding: 0 5px;
}

#form-otp-input li .item-input-wrap {
    margin-bottom: 0;
    text-align: center;
}

#form-otp-input li .item-input-wrap input {
    width: 100%;
    color: rgba(0, 0, 0, 0.42);
    background: #FFFFFF;
    border: 1px solid #DADBDD;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 50px;
    text-align: center;
}

#otp-feedback-re-send {
    display: flex;
    margin-top: 20px;
    justify-content: flex-end;
}

#exist-send-otp {
    font-size: 15px;
}

#re-send-otp {
    background: #FFFFFF;
    border: none;
    outline: none;
    color: #2400FE;
    font-size: 15px;
    cursor: pointer;
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    vertical-align: text-bottom;
    border: 1px solid #0c0f14;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 30px;
    height: 30px;
    border-width: 3px;
}

.spinner-border-color-white {
    border-color: #FFFFFF;
    border-right-color: transparent;
}

#active-card-price {
    width: 100%;
    color: #632466;
    font-size: 16px;
}

.form-group-date-time {
    width: calc(100% / 4)
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
    }
}


@media print {
    @page {
        size: auto;
        margin: 0;
    }

    body {
        margin: 1.6cm;
    }

    .footer, #non-printable {
        display: none !important;
    }

    #printable {
        display: block;
    }
}


@media screen and (min-width: 1681px) {
    .history-status-time {
        padding-left: 24px;
    }
}

@media screen and (min-width: 1368px) and (max-width: 1680px) {
    .history-status-time {
        padding-left: 24px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1367px) {

}

@media screen and (min-width: 992px) and (max-width: 1199px) {

}

@media screen and (min-width: 768px) and (max-width: 991px) {

}

@media screen and (min-width: 440px) and (max-width: 767px) {

}

@media screen and (max-width: 439px) {

}
