html {
    font-size: 14px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@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;
}*/


body {
    font-family: Mulish;
}

.modalLienHeLeTan-box {
    background-color: #f6e7d5;
    border-radius: 12px;
    padding: 10px 10px;
    border: 2px solid #a17e5c;
}

.btnActionInLienHeLeTan {
    /*background-color: #d49b5c;*/
    /*color: white;*/
    /*font-weight: 500;*/
    border: 1px solid #73450E;
    border-radius: 5px;
    white-space: nowrap;
    background-color: white;
    color: #5a4b3b;
    text-align: left;
    font-weight: 500;
    border-color: #ddd;
    padding: 10px 15px !important;
}

    .btnActionInLienHeLeTan:hover {
        background-color: #c88d4d;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.voucher-modal .modal-content {
    border-radius: 12px;
    border: 2px solid #d6b16d;
    text-align: center;
    padding: 20px;
}

.voucher-modal .modal-header {
    border-bottom: none;
    justify-content: center;
}

.voucher-modal .modal-body {
    font-size: 16px;
    color: #555;
}

.voucher-modal .highlight-text {
    color: #b26a00;
    font-weight: bold;
    font-size: 18px;
}

.voucher-modal .voucher-code {
    font-weight: bold;
}

.voucher-modal .btn-ok {
    background-color: #b26a00;
    color: #fff;
    border-radius: 6px;
    padding: 8px 30px;
    font-weight: bold;
    border: none;
}

    .voucher-modal .btn-ok:hover {
        background-color: #8d5300;
    }

.voucher-modal img {
    max-width: 250px;
    /*margin-bottom: 15px;*/
}
