.container {
    max-width: 1040px !important;
}

body {
    background-color: #f7faff;
    font-family: "Artegra Sans", sans-serif;
}

.search-overlay {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.search-container {
    min-height: calc(100vh - 72px - 483px);
}

.search-list-group .list-group-item {
    font-weight: 700;
    color: #fff;
    background-color: #8696bf !important;
}

.search-list-group .list-group-item.active {
    color: #fff !important;
    background-color: #2F4E9E !important;
}

.search-list-group .list-group-item:hover {
    color: #fff !important;
    background-color: #2F4E9E !important;
}

.btn-primary {
    background-color: #2F4E9E !important;
}

.btn-filter {
    display: flex;
    align-items: center;
    gap: 6px;
}

ol.breadcrumb .breadcrumb-item {
    color: #2F4E9E;
    font-size: 12px;
}

ol.breadcrumb .breadcrumb-item.active a,
ol.breadcrumb .breadcrumb-item.active {
    color: #9e9e9e;
}

nav {
    transition: 0.3 ease;
}

.toggle-button-language {
  display: table-cell;
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
}

.toggle-button-language .button-cover {
  background-color: #fff;
  box-shadow: 0 10px 20px -8px #c5d6d6;
  border-radius: 4px;
}

.toggle-button-language .button-cover:before {
  counter-increment: button-counter;
  content: counter(button-counter);
  position: absolute;
  right: 0;
  bottom: 0;
  color: #d7e3e3;
  font-size: 12px;
  line-height: 1;
  padding: 5px;
}

.toggle-button-language .button-cover,
.toggle-button-language .knobs,
.toggle-button-language .layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toggle-button-language .button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  margin: -20px auto 0 auto;
  overflow: hidden;
}

.toggle-button-language .checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.toggle-button-language .knobs {
  z-index: 2;
}

.toggle-button-language .layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

.toggle-button-language .button.r,
.toggle-button-language .button.r .layer {
  border-radius: 100px;
}

.toggle-button-language #button-3 .knobs:before {
  content: "EN";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #2F4E9E;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

.toggle-button-language #button-3 .checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

.toggle-button-language #button-3 .checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

.toggle-button-language #button-3 .checkbox:checked + .knobs:before {
  content: "ID";
  left: 42px;
  background-color: #2F4E9E;
}

.toggle-button-language #button-3 .checkbox:checked ~ .layer {
  background-color: #ebf7fc;
}


.add-shadow {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.list-menu {
    position: relative;
    display: flex;
    gap: 30px;
    list-style: none;
    padding: 0;
}

.list-menu li a {
    text-decoration: none;
    font-size: 18px;
    color: #2F4E9E;
}

.section-search {
    width: 103px;
}

.toggle-menu {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 20px;
    height: 1px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
    background-color: #2F4E9E;
}

.show .bar1 {
    transform: translate(0, 7px) rotate(-45deg);
}

.show .bar2 {
    opacity: 0;
}

.show .bar3 {
    transform: translate(0, -7px) rotate(45deg);
}

.banners {
    position: relative;
    top: 72px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%232F4E9E%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-left%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M15%206l-6%206l6%206%22/%3E%3C/svg%3E") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 4px 7px 5px rgba(0, 0, 0, 0.1);
}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22%232F4E9E%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M9%206l6%206l-6%206%22/%3E%3C/svg%3E") !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0px 4px 7px 5px rgba(0, 0, 0, 0.1);
}

.carousel-control-prev,
.carousel-control-next {
    opacity: 0 !important;
    transform: translateX(0) !important;
    transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out !important;
    pointer-events: none !important; /* Supaya tidak bisa diklik saat tersembunyi */
}

.banners:hover .carousel-control-prev {
    opacity: 1 !important;
    transform: translateX(10px) !important; /* Fade in dari kiri */
    pointer-events: auto !important;
}

.banners:hover .carousel-control-next {
    opacity: 1 !important;
    transform: translateX(-10px) !important; /* Fade in dari kanan */
    pointer-events: auto !important;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    opacity: 1 !important;
    transform: translateX(0) !important;
}


.title-box {
    position: relative;
    width: 100%;
    color: #fff;
    background-color: #00306b;
    background-image: linear-gradient(#00306b, #164da8);
    padding: 42px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.title-box h1 {
    position: relative;
    z-index: 2;
    font-size: 2rem;
    margin: 0;
}

.title-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    object-fit: cover;
}

.title-box.overlay-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Warna overlay hitam dengan transparansi 50% */
    z-index: 1;
}

.title-box .search-box {
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    padding: 0 24px;
    width: 100%;
    max-width: 500px;
    display: flex;
    align-items: center;
}

.title-box .search-box .search-input,
.title-box .search-box .search-input:focus {
    border: 0;
    outline: none;
    height: 3rem;
    width: 100%;
}

.search-box .search-input::placeholder {
    font-size: 14px;
}

.title-box .search-box .search-icon {
    color: #2F4E9E;
}

.title-box .breadcrumb-box {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    height: 3rem;
    position: absolute;
    bottom: -20px;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 38px;
    border-radius: 8px;
    z-index: 2;
}

.title-box .breadcrumb-box .breadcrumb {
    padding: 0;
    margin: 0;
}

.breadcrumb .breadcrumb-item a {
    color: #2F4E9E;
    text-decoration: none;
}

.product {
    width: 380px;
}

.product a {
    text-decoration: none;
}

.product-image {
    width: 100%;
    height: 230px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-detail,
.project-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.product-info {
    font-size: 14px;
    font-weight: 500;
    color: #808080;
}

.swiper-featured-product,
.swiper-latest-product,
.swiper-partners,
.swiper-branchs {
    max-width: 900px;
}

.swiper-button-prev::after,
.swiper-button-next::after {
    content: none !important;
}

.swiper-button-prev,
.swiper-button-next {
    font-size: 32px;
    background-color: #2F4E9E;
    border-radius: 200px;
    padding: 20px;
    width: 24px;
    height: 24px;
    color: #fff;
    box-shadow: 0px 4px 7px 5px rgba(0, 0, 0, 0.1);
}

.container-swiper {
    position: relative;
}

.card-basic {
    background-color: #fff;
    padding: 8px;
    border: 0.2px solid #d7d7d7;
    border-radius: 8px;
    transition: 0.2s;
    margin: 4px;
    max-width: 200px; /* Sesuaikan lebar maksimal card */
}

.card-basic:hover {
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.card-basic a {
    text-decoration: none;
    color: #000;
}

.card-basic-img {
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
    aspect-ratio: 1 / 1;
}

.card-basic-detail {
    padding: 8px 0;
}

.card-basic-name {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.card-basic-category {
    font-size: 10px;
    padding: 3px 0px;
    margin: 0;
}

.card-basic-detail .badge {
    font-size: 10px;
}

.card-basic-tag {
    width: 100%;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

.card-partner {
    width: 150px;
    height: 90px;
    padding: 8px;
}

.card-partner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ellipsis-1 {
 -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-2 {
 -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-3 {
 -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.ellipsis-7 {
 -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

.icon-link {
    background-color: #fff;
    box-shadow: 0px 4px 7px 5px rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    padding: 8px;
    position: relative;
    top: -20px;
    font-size: 32px;
    color: #2F4E9E;
    margin-right: 10px;
    /* Animasi Fade Up */
    opacity: 0;
    transform: translateY(10px);
    rotate: -50deg;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.product:hover .icon-link,
.project:hover .icon-link {
    opacity: 1;
    transform: translateY(0);
}

.project a {
    text-decoration: none;
    width: 100%;
    padding: 12px 0;
}

.project-image {
    position: relative;
    max-height: 220px;
    width: 100%;
    height: 220px; /* Atur tinggi tetap untuk gambar */
}

.project-image img {
    width: 100%;
    max-height: 220px;
    object-fit: cover;
    border-radius: 8px;
    height: 220px; /* Atur tinggi tetap untuk gambar */
}


.project-image::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 8px;
}

.project-image .project-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    color: #fff;
    transition: transform 0.3s ease;
}

.project-title span {
    font-size: 16px;
}

.project-title span.branch-name .badge {
    font-size: 12px !important;
    font-weight: 500 !important;
}

.project-detail .project-tag {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    background-color: #2F4E9E;
    padding: 8px;
    border-radius: 4px;
    position: relative;
    top: -20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 12px;
}

.project-menu .project-title {
    font-size: 20px;
    font-weight: 500;
}

.project-menu .project-tag {
    margin: 0px;
    font-size: 14px;
    font-weight: 300;
}

.project:hover .project-title {
    transform: translateY(-10px);
}


.story-detail {
    width: 70%;
}

.story-detail p {
    text-align: justify;
    font-size: 20px;
    font-weight: 200;
}

.story-image img {
    border-radius: 8px;
    max-width: 500px;
}

.documents {
    max-width: 1200px;
    min-height: 500px;
}

.about-menu.container {
    max-width: 800px !important;
    padding: 24px;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.contact-menu.container {
    max-width: 1100px !important;
    padding: 32px;
    background-color: #fff;
    box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.category-menu.container,
.detail-container.container {
    max-width: 1200px !important;
    border-radius: 8px;
}

.paper-container.container {
    max-width: 1000px !important;
}

.nav-tabs {
    border: 0px;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding-bottom: 2px;
}

.nav-item .nav-link {
    color: #808080;
    background-color: transparent !important;
    border: 0px !important;
    font-size: 16px;
}

.nav-item .nav-link:hover {
    border-bottom: solid 0.5px #bcbcbc !important;
}

.nav-item .nav-link.active {
    border-bottom: solid 0.5px #2F4E9E !important;
    color: #2F4E9E !important;
}

.tab-content p {
    font-size: 16px;
}

.detail-tabs .tab-content .tab-pane img {
    max-width: 100%;
    height: auto;
}

.branch-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.partner-logo,
#branches-tab-pane .branch-logo {
    width: 100px; /* Sesuaikan ukuran sesuai kebutuhan */
    height: 100px; /* Sesuaikan agar sama dengan lebar */
    object-fit: contain; /* Memastikan gambar tidak terdistorsi */
    display: block;
}

.partner-name
#branches-tab-pane .branch-name{
    font-size: 16px;
}

#branches-tab-pane a {
    text-decoration: none;
    color: #000;
    text-align: center;
}


footer {
    color: #fff;
    width: 100%;
    background-color: #00306b;
    background-image: url("/media/2w3hveox/bg-footer-2.png");
    background-position: left;
    background-size: cover;
}

.social-icon {
    fill: white !important; /* Ubah warna icon SVG menjadi putih */
    width: 100%;
    max-width: 26px; /* Batasi ukuran maksimal */
    height: auto;
}

.social-icon-branch {
    fill: white !important; /* Ubah warna icon SVG menjadi putih */
    max-width: 50px; /* Batasi ukuran maksimal */
    height: auto;
    width: 100px;
}

.company-detail {
    display: flex;
    flex-direction: column;
    font-size: 12px;
    gap: 8px;
}

.company-detail h2 {
    font-size: 18px !important;
}

.company-detail .item-detail {
    text-decoration: none;
    color: #fff;
    width: fit-content;
}

.company-social-media {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

.company-social-media img {
    width: 24px;
}

footer .footer-menu .link-footer {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

footer .footer-menu .link-footer li {
    list-style-type: none;
    font-weight: 500;
}

.footer-menu.menus .link-footer li {
    font-size: 14px;
}

.footer-menu.about .link-footer li {
    font-size: 12px;
}

.footer-menu h3 {
    font-size: 14px !important;
}

.footer-menu p {
    font-size: 12px;
}

footer .footer-menu a {
    text-decoration: none;
    color: #fff;
}

footer .footer-menu p a {
    text-decoration: underline;
}

.contact-menu .company-detail .item-detail {
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px
}

.contact-menu .company-address .maps {
    width: 100%;
    height: 400px;
}

/* for category pages */
.accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
    border: none !important;
}

.list-group-item.accordion-button i.ti {
    transition: transform 0.3s ease;
}

.list-group-item.accordion-button.collapsed i.ti {
    transform: rotate(180deg);
}

.list-group-item.main-category.accordion-button {
    transition: all 0.2s;
    background-color: #2F4E9E;
    color: #fff;
}

.list-group-item.main-category.accordion-button:hover {
    background-color: #263E7E;
    color: #fff;
}

.list-group-item.active {
    background-color: #fff !important;
    color: #2F4E9E !important;
    font-weight: 500;
    border-color: 1px solid rgba(0,0,0,0.125) !important;
}

.card-category {
    display: flex;
    align-items: center;
    padding: 10px;
    gap: 8px;
    background-color: #fff;
    border: solid 0.5px #d7d7d7;
    border-radius: 4px;
    transition: 0.1s ease-in;
    text-decoration: none;
    color: #000;
}

.card-category:hover {
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
}

.card-category .card-img {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.card-category img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-category .card-desc {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: fit-content;
    font-size: 14px;
}

.card-category .card-desc .badge {
    width: fit-content;
}

.detail-page,
.paper {
    background-color: #fff;
    box-shadow: 0px 10px 12px 0px rgba(0, 0, 0, 0.1);
    padding: 24px;
    border-radius: 8px;
}

.detail-page .action-items {
    display: flex;
    align-items: center;
}

.detail-page .action-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    text-decoration: none;
    color: #2F4E9E;
}

.detail-page img.desc-img {
    width: 100%;
}

.detail-tabs {
    margin-top: 24px;
}

.breadcrumb-detail {
    font-size: 12px;
    max-width: 1200px;
}

.badge.text-bg-primary {
    background-color: #2F4E9E !important;
}

.paper-container img {
    width: 100%;
}

.paper-container .swiper img {
    height: 400px;
    object-fit: contain;
}

.paper-container .swiper.thumbsSlider img {
    height: 200px;
    object-fit: contain;
}

.pagination .page-item.active .page-link {
    background-color: #2F4E9E !important;
    border-color: #2F4E9E !important;
}

.pagination .page-item .page-link {
    font-size: 14px;
}

@media only screen and (max-width: 430px) {
    .card-basic {
        max-width: 100%;
        height: auto !important;
    }
    
    .card-basic-img {
        max-height: 150px;
    }
    
    .project-image,
    .project-image img{
        height: auto;
        min-height: 160px;
    }
    
    footer {
        background-color: #00306b;
        background-image: url("/media/kimoe5v3/bg-footer-mobile-2.png");
        background-position: right;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .brand-logo img {
        max-width: 55px;
    }

    .list-menu {
        position: fixed;
        height: 0%;
        width: 100%;
        z-index: 1;
        top: 60px;
        left: 0;
        background-color: #fff;
        overflow-y: hidden;
        transition: 0.5s;
        flex-direction: column;
        padding: 0;
        margin: 0;
        gap: 0;
    }

    .list-menu.show {
        height: 100%;
    }

    .list-menu li {
        width: 100%;
        padding: 10px 20px;
        border-bottom: 1px solid #2F4E9E;
    }

    .list-menu li a {
        font-size: 24px;
        text-decoration: none;
    }

    .section-search {
        width: auto;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 24px;
        height: 24px;
    }

    .icon-link {
        opacity: 1;
        transform: translateY(0);
    }

    .story-detail {
        width: 100%;
    }

    .story-detail p {
        font-size: 16px;
    }

    .story-image img {
        width: 100%;
    }

    .project-image .project-title {
        font-size: 18px;
    }

    .project-title-mobile {
        display: flex;
        flex-direction: column;
        position: relative;
        top: -12px;
        padding: 2px;
        font-size: 12px;
    }

    .paper-container .swiper.thumbsSlider img {
        height: 100%;
        object-fit: contain;
    }

    .breadcrumb-category .breadcrumb-item,
    .breadcrumb-category .breadcrumb-item.main-breadcrumb::before {
        display: none;
    }

    .breadcrumb-category .breadcrumb-item.main-breadcrumb,
    .breadcrumb-category .breadcrumb-item.active {
        display: block;
    }
    
    .highlight .card-basic {
        max-width: 100% !important;
        width: 100% !important;
    }
}

/*Responsive width*/
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }

    .w-sm-75 {
        width: 75% !important;
    }

    .w-sm-50 {
        width: 50% !important;
    }

    .w-sm-25 {
        width: 25% !important;
    }

    .w-sm-fit {
        width: fit-content !important;
    }

    .h-sm-100 {
        height: 100% !important;
    }

    .h-sm-75 {
        height: 75% !important;
    }

    .h-sm-50 {
        height: 50% !important;
    }

    .h-sm-25 {
        height: 25% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .w-md-100 {
        width: 100% !important;
    }

    .w-md-75 {
        width: 75% !important;
    }

    .w-md-50 {
        width: 50% !important;
    }

    .w-md-25 {
        width: 25% !important;
    }

    .w-md-fit {
        width: fit-content !important;
    }

    .h-md-100 {
        height: 100% !important;
    }

    .h-md-75 {
        height: 75% !important;
    }

    .h-md-50 {
        height: 50% !important;
    }

    .h-md-25 {
        height: 25% !important;
    }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    .w-lg-100 {
        width: 100% !important;
    }

    .w-lg-75 {
        width: 75% !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }

    .w-lg-25 {
        width: 25% !important;
    }

    .w-sm-fit {
        width: fit-content !important;
    }

    .h-lg-100 {
        height: 100% !important;
    }

    .h-lg-75 {
        height: 75% !important;
    }

    .h-lg-50 {
        height: 50% !important;
    }

    .h-lg-25 {
        height: 25% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
    .w-xl-100 {
        width: 100% !important;
    }

    .w-xl-75 {
        width: 75% !important;
    }

    .w-xl-50 {
        width: 50% !important;
    }

    .w-xl-25 {
        width: 25% !important;
    }

    .w-xl-fit {
        width: fit-content !important;
    }

    .h-xl-100 {
        height: 100% !important;
    }

    .h-xl-75 {
        height: 75% !important;
    }

    .h-xl-50 {
        height: 50% !important;
    }

    .h-xl-25 {
        height: 25% !important;
    }
}