@font-face {
    font-family: 'Cairo';
    font-style: normal;
    src: url(../font/Cairo-Regular.ttf) format("truetype");
}

body {
    font-family: 'Cairo', sans-serif;
    min-height: 100vh;
}

.card-bubble {
    width: 1.625rem
}

.heading {
    width: 200px;
}

.button-custom {
    border: 1px solid #dee2e6 !important;
}

.button-custom:hover {
    background-color: rgb(231, 232, 233) !important;
    border: 1px solid #dee2e6 !important;
}

.dropdown-menu {
    max-height: 150px;
    overflow-y: scroll;
}

.age-rating-badge {
    min-width: 3rem;
}

body>footer {
    position: sticky;
    top: 100vh;
}

@media (min-width: 576px) {
    .poster_cropped {
        max-height: 210px;
    }
}

.cookie-model {
    max-width: 22rem;
}

@media (max-width: 576px) {
    .cookie-model {
        max-width: 100%;
    }
}

.badge-fs {
    font-size: 0.6rem;
}