html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.formRightButton {
    margin-top: 30px;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container .select2-selection--single {
    height: calc(2.25rem + 2px) !important;
}

.select2-selection__arrow {
    height: calc(2.25rem + 2px) !important;
}

.form-group.required .control-label:after {
    content: "*";
    color: red;
}

.btnBack {
    color: #6c757d;
    border-color: #6c757d;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.clsImageProductCategory {
    width: 388px;
    height: 288px;
    object-fit: contain;
}

.Approved, .OrderPlaced, .Delivered, .Success {
    background: green;
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.Canceled, .Fail {
    background: rgb(187, 13, 13);
    color: white;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}

.paginate_button:hover {
    background-color: blue;
    color: white;
}

.success-msg {
    color: #270;
    background-color: #DFF2BF;
}

.warning-msg {
    color: #9F6000;
    background-color: #FEEFB3;
}

.error-msg {
    color: #D8000C;
    background-color: #FFBABA;
}
