@font-face {
    font-family: 'FontUtama';
    src: url('./SF-Pro-Display.otf') format('woff');
    font-weight: normal;
    font-style: normal;
}

* :not(.fa, .fas, .far, .fal, .fad, .fab, .bi) {
    font-family: 'FontUtama', sans-serif !important;
}

.image-container {
    position: relative;
    display: inline-block;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.play-button-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.play-button {
    background-color: red;
    color: white;
    border: none;
    font-size: 2rem;
    padding: 20px;
    cursor: pointer;
    width: 60px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.play-button i {
    font-size: 1.5rem;
}

.play-button:hover {
    background-color: darkred;
}

.sizeLogo {
    height: 55px;
}

@media (max-width: 768px) {
    .sizeLogo {
        height: 40px;
    }
}

@media (max-width: 480px) {
    .sizeLogo {
        height: 30px;
    }
}

.img-berita {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.img-berita-rasio {
    aspect-ratio: 3 / 1;
    object-fit: cover;
}

.text-primary:hover {
    color:#434ca0 !important;
}

.equal-header {
    min-height: 80px;
}

.sikscc_float {
    position: fixed;
    width: 75px;
    height: 75px;
    bottom: 30px;
    right: 15px;
    background-color: #434ca0;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 44px;
    z-index: 100;
    padding: 10px;
    border: 5px solid rgba(255,255,255,.6);
    line-height: 40px;
}

.sikscc_float img {
    width: 100%;
    height: auto;
    display: block;
}

.overlay-box-cb {
    position: absolute;
    top: 50%;
    right: 10%;
    text-align: right;
    padding: 20px;
    color: white;
    border-radius: 10px;
}

.overlay-box-sr {
    position: absolute;
    top: 60%;
    right: 10%;
    transform: translateY(-70%);
    text-align: right;
    padding: 20px;
    color: white;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .overlay-box-sr {
        position: absolute;
        top: 80%;
        right: 2%;
        transform: translateY(-70%);
        text-align: right;
        padding: 20px;
        color: white;
        border-radius: 10px;
    }
}

.btn-responsive {
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
}

@media (min-width: 768px) {
    .btn-responsive {
        font-size: 1.3rem !important;
    }
}
  
.overlay-box-cc {
    position: absolute;
    top: 70%;
    right: 10%;
    transform: translateY(-70%);
    text-align: right;
    padding: 20px;
    color: white;
    border-radius: 10px;
}

.icon-171 {
    width: 50px;
}

.shadow1 {
    text-shadow: 5px 3px 10px #000;
}

.rasio {
    aspect-ratio: 3 / 1;
}

.text-justify {
    text-align: justify;
}

.rasio-banner {
    aspect-ratio: 8 / 3;
}

.ratio-container {
    aspect-ratio: 9 / 16;
    max-height: 500px;
    overflow: hidden;
}

.ratio-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 576px) {
    .ratio-container {
        aspect-ratio: 3 / 4;
    }

    .rasio {
        aspect-ratio: 1 / 1;
    }
}

.mobile {
    width: 100%;
    height: auto;
    object-fit: cover;
}
  
@media (max-width: 768px) {
    .mobile {
        aspect-ratio: 9 / 16;
        width: 100%;
        height: auto;
        object-fit: cover;
        max-height: unset;
    }
}
  
.overlay-text-upt {
    position: absolute;
    top: 5%;
    left: 30%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    z-index: 2;
}

@media (max-width: 768px) {  
    .overlay-text-upt {
        position: absolute;
        top: 5%;
        left: 40%;
        transform: translateX(-50%);
        color: white;
        font-size: 1.1rem;
        font-weight: bold;
        text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
        z-index: 2;
    }
} 

.fc-toolbar-title {
    color:#fff !important;
}

.fc-event.danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.fc-daygrid-dot-event.danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #fff !important;
}

.fc-event.danger:hover {
    filter: brightness(1.2);
}

.fc-event.green {
    background-color: #128700 !important;
    border-color: #128700 !important;
    color: #fff !important;
}

.fc-daygrid-dot-event.green {
    background-color: #128700 !important;
    border-color: #128700 !important;
    color: #fff !important;
}

.fc-event.green:hover {
    filter: brightness(1.2);
}

.fc-event.white {
    background-color: #005963 !important;
    border-color: #005963 !important;
    color: #fff !important;
}

.fc-daygrid-dot-event.white {
    background-color: #005963 !important;
    border-color: #005963 !important;
    color: #fff !important;
}

.fc-event.white:hover {
    filter: brightness(1.2);
}

.fc-more-link{
    background-color: #9f8700 !important;
}

.bg-custom {
    background-color: #D1D1D1 !important;
}

.bg-custom * {
    color: #5C5C5C !important;
}