@media (min-width: 769px) {
    body {
            max-width: 450px;
            margin: 0 auto;
            box-shadow: 0 0 10px rgba(0,0,0,0.1);
    }
}

.spinner-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.body {
    /* background: linear-gradient(to bottom, #005ba1,#0079d5, #00589b); */
    background-size: cover;
    background-image: url('/assets/images/bg-body.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 100px;
}
.content{
    margin-bottom: 100px;
}

.font-menu-home{
    font-size: 12px;
    line-height: 2;
    font-weight: 400;
    font-stretch: condensed;
    letter-spacing: 0.1px;

}
.text-muted-2{
    color: #b5b5b5 !important;
}

.text-zona{
    color: #00a2e3 !important;
}

.bg-zona{
    background-color: #00a2e3;
    color: #ffffff !important;
}

.bg-header{
    background-color: #074799 !important;
}

.bg-zona1{
    background: linear-gradient(to right, #074799, #00879E, #074799);
}

.bg-zona-muted{
    background-color: #000000 !important;
}

.text-saldo{
    font-size: 20px;
    font-weight: bold;
}

.text-keuntungan{
    font-size: 20px;
    font-weight: bold;
    color: #444444 !important;
}
.custom-card {
    border-radius: 20px 20px 0 0;
}

.custom-card-body{
    border-radius: 20px 20px 0 0;
    background-color: #ffffff;
}

.custom-card-header-bg{
    background-size: cover;
    background-image: url('/assets/images/bg-header.avif');
    /* background-color: #000000 !important; */
    background-position: center;
    background-repeat: no-repeat;
}

.custom-card-header{
    border-radius: 20px 20px 0 0;
    margin-bottom: 0;
    padding: 10px;
}
.bd-callout{
    padding: 10px;
    border: 1px solid #e9ecef;
    border-left-width: .25rem;
}

.bd-callout-info{
    border-left-color: #ca0000 !important;
}

.bd-callout-kirikanan{
    padding: 10px;
    border: 1px solid #e9ecef;
    border-left-width: .30rem;
    border-right-width: .30rem;
}

.bd-callout-kirikanan-info{
    border-left-color: #ca0000 !important;
    border-right-color: #ca0000 !important;
}

.bd-callout-kirikanan-success{
    border-left-color: #11a700 !important;
    border-right-color: #11a700 !important;
}

.blink{
    animation: blinker 1s linear infinite;
    color: #ffffff;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 10px;
    font-weight: 900;
}

.blink_icon{
    animation: blinker 2s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.text-periksa{
    color: #ca0000 !important;
}

.text-normal{
    color: #4c4c4c !important;
}

.icon_clear{
    padding-right: 10px;
    cursor: pointer;
}