/* .alert.alert-danger.alert-dismissible {
    padding-right: 0;
} */

.commonSuccess,
.commonFailure,
.sessCommonSuccess,
.sessCommonFailure {
    position: fixed;
    top: 18px;
    right: 18px;
    width: auto;
    z-index: 1888;
    font-weight: bold;
    box-shadow: rgba(0, 0, 0, 0.56) 0px 18px 148px 88px;
}

.alert .btn-close {
    /* font-size: 10px;
    padding: 1.4rem 1rem; */
    padding: .4rem 1rem;
}

label.error {
    color: #ca0505 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}