body#login {
    background: url('../img/background_login.png') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    display: block;
}

/* body {
    background-color: transparent;
} */

.field-value li {
    list-style: unset;
    margin-left: 50px;
}

a.default-link {
    color: inherit;
}

.row-promotion>*,
.row-container>* {
    padding-left: 0px;
    padding-right: 0px;
}

/* .row>* {
    padding-right: calc(var(--bs-gutter-x) * .1);
    padding-left: calc(var(--bs-gutter-x) * .1);
} */

@keyframes ldio-animate {
    0% {
        top: 96px;
        left: 96px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: 18px;
        left: 18px;
        width: 156px;
        height: 156px;
        opacity: 0;
    }
}

.ldio-animate div {
    position: absolute;
    border-width: 4px;
    border-style: solid;
    opacity: 1;
    border-radius: 50%;
    animation: ldio-animate 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.ldio-animate div:nth-child(1) {
    border-color: #feb018;
    animation-delay: 0s;
}

.ldio-animate div:nth-child(2) {
    border-color: #ffc122;
    animation-delay: -0.5s;
}

.loadingio-spinner-ripple {
    width: 200px;
    height: 200px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-animate {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0;
    /* see note above */
}

.ldio-animate div {
    box-sizing: content-box;
}

div.overlay {
    display: table;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

div.overlay>div {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    text-align: center;
    vertical-align: middle;
}

.sticky-navigation {
    position: fixed;
    top: 0px;
    z-index: 99;
}

.sticky-menu {
    z-index: 99;
}

.nav-link-top,
.nav-link-top:hover {
    color: #ffffff;
}

.nav-link-top.active {
    color: #ffc122;
    border-bottom: 1px solid #ffc122;
}

.nav-center {
    align-items: center;
    justify-content: center;
}

.nav-link-default,
.nav-link-default:hover {
    color: #a9a9a9;
}

.nav-pills .nav-link-default {
    border-radius: 0px;
}

.nav-pills .nav-link-default.active, 
.nav-pills .show>.nav-link-default {
    background-color: transparent;
    border-bottom: 1px solid #000000;
}

.nav-pills .nav-link-default.active, 
.nav-pills .show>.nav-link-default {
    color: #000000;
}

.nav-link-promotion {
    padding: 5px 0px;
    margin-right: 15px;
}

.login-box {
    padding: 40px 20px;
    margin-top: 150px;
    margin-bottom: 150px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 0 5px #a9a9a9;
}

.login-box-logo {
    text-align: center;
}

.login-box-img {
    width: 250px
}

.bg-report-white {
    background-color: #ffffff;
}

.bg-report-gray {
    background-color: #e6e6e6;
    padding: 10px;
}

.bg-report-header {
    background-color: #e6e6e6; 
    padding: 5px 10px; 
    margin-top: 0px; 
    border-radius: 10px;
}

.btn-warning,
.btn-warning:hover {
    color: #ffffff;
}

.btn-purple {
    background-color: #a855f7;
    border-color: #a855f7;
    color: #ffffff;
}

.btn-purple:hover {
    color: #ffffff;
}

.btn-default {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.btn-default:hover {
    color: #ffffff;
}

.btn-forget {
    background-color: #DCDCDC;
    border-color: #DCDCDC;
    color: #000000;
}

.btn-forget:hover {
    color: #ffffff;
}

.btn-gray {
    background-color: #e6e6e6;
    border-color: #a9a9a9;
    color: #000000;
}

.btn-success {
    background-color: #00e296!important;
    border-color: #00e296!important;
}

.btn-login {
    border-radius: 30px;
    padding: 15px;
}

.btn-login:hover {
    background-color: #ffc122;
    border-color: #ffc122;
    color: #000000;
}

.btn-grid-action {
    padding: 0px 5px;
    font-size: 20px;
    border-radius: 10px;
}

.btn-grid-action:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-grid-action-dropdown {
    border-radius: 10px!important;
    box-shadow: 0 0 5px #a9a9a9;
}

.bg-success {
    background-color: #00e296!important;
}

.bg-gray {
    background-color: #ededed!important;
    border-color: #e6e6e6;
    color: #a9a9a9;
}

.site_logo {
    margin-left: 45px;
}

.user-avatar {
    width: 35px;
    margin-right: 5px;
}

.user-avatar2 {
    width: 70px;
    margin-right: 5px;
}

.dropdown-toggle-grid::after {
    display: none;
}

.dropdown-toggle-top::after {
    display: none;
}

.dropdown-menu-top {
    border-radius: 10px!important;
    border: none;
    background-color: #ffffff;
    box-shadow: 0 0 5px #a9a9a9;
    padding: 20px;
}

.dropdown-menu-top[data-bs-popper] {
    margin-top: 10px;
}

.promotion-title {
    font-size: 20px;
}

.promotion-date {
    font-size: 12px;
    color: #a9a9a9;
}

.promotion-detail-date {
    font-size: 14px;
    color: #a9a9a9;
}

.promotion-desc {
    font-size: 14px;
    color: #a9a9a9;
}

.sub-title {
    padding: 5px;
    border-bottom: 1px solid #000000;
    display: inline;
}

a.tab-link {
    color: #a9a9a9;
    padding: 5px 10px;
    display: inline;
    cursor: pointer;
}

a.tab-link.active {
    color: #000000;
    border-bottom: 1px solid #000000;  
}

.field-label {
    color: #a9a9a9;
    margin-bottom: 5px;
}

.field-value {
    margin-bottom: 5px;
}

.field-value-list {
    display: inline-block;
}

a.page-breadcrumb {
    color: #a9a9a9;
    cursor: pointer;
}

a.page-breadcrumb:hover {
    color: #000000;
    text-decoration: underline;
}

.dropdown-item-custom1 {
    border: 1px solid #ccc;
    margin: 5px 0px;
    padding: 5px 10px;
    border-radius: 10px
}

.border-b-gray {
    border-bottom: 1px solid #cccccc;
}

.border-danger {
    border-color: rgb(239 68 68);
}

.border-success {
    border-color: rgb(50, 168, 82);
}

.table-report>:not(:first-child) {
    border-top: none;
}

.table-report>:not(caption)>*>*{
    border: none;
}

.table-report thead tr {
    background-color: #ededed;
}

.table-report thead tr th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table-report thead tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.ms-options-wrap > button:focus, 
.ms-options-wrap > button {
    padding: 8px 20px 8px 8px!important;
    border-radius: 10px!important;
    font-size: initial!important;
    color: #000000!important;
}

.ms-options {
    max-height: 200px!important;
}

.min-height-300 {
    min-height: 300px;
}

.v-align-middle {
    vertical-align: middle;
}

.datepicker-dropdown {
    z-index: 9999;
}

.inline-block {
    display: inline-block;
}

.hidden {
    display: none;
}

.mb-10 {
    margin-bottom: 10px;
}

.mt-100 {
    margin-top: 100px;
}

.date_row {
    background-color: #ffffff!important;
    color: #000000!important;
}

.file-icon {
    width: 30px;
}

.report-export-link,
.report-export-link:hover {
    color: #000000;
}

@media (min-width: 768px) {
    .login-box {
        width: 450px
    }
}

@media (min-width: 992px) {
    .login-box {
        width: 500px
    }
}

@media (min-width: 1200px) {
    .login-box {
        width: 550px
    }
}

input[type=file] {
    width: 1100px;
    max-width: 100%;
    color: #444;
    padding: 0px;
    background: #fff;
    border: none;
}  

.box-status {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px;
}

.nav-tabs .nav-link.active {
    background-color: transparent;
    border-color: transparent;
    color: #000000;
    border-bottom: 1px solid #000000;
}

.nav-link {
    color: #a9a9a9;
    padding: 5px 15px;
    display: inline;
    cursor: pointer;
    border: none;
}

ul.countdown {
    list-style: none;
    margin: 5px 0;
    padding: 0;
    display: block;
    text-align: center;
}

ul.countdown li {
    display: inline-block;
}

ul.countdown li span {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
}

ul.countdown li.seperator {
    font-size: 13px;
    line-height: 30px;
    vertical-align: top;
}

ul.countdown li p {
    color: #a7abb1;
    font-size: 25px;
}

.swal2-styled.swal2-confirm {
    background-color: #000000!important;
    color: #ffffff;
}

.swal2-styled.swal2-confirm:focus {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, .5)!important;
}

/* .pin-digit, .otp-digit {
    -webkit-text-security: disc;
} */

