body {
    font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.app-header {
    background-color: var(--bs-success);
}

.app-header {
    border-bottom: 1px solid var(--bs-success);
}

.app-toolbar {
    background: var(--bs-success);
    padding-bottom: 25px !important;
}

.app-content {
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    [data-kt-app-header-sticky=on] .app-header {
        background-color: var(--bs-success);
    }

    [data-kt-app-header-sticky=on] {
        --bs-app-header-height: 90px;
        --bs-app-header-height-actual: 85px;
    }

    :root {
        --bs-app-header-height: 120px;
        --bs-app-header-height-actual: 120px;
    }

    .app-header-menu .menu>.menu-item.here>.menu-link:after,
    .app-header-menu .menu>.menu-item>.menu-link.active:after {
        position: absolute;
        bottom: 40px;
        left: 0;
        width: 100%;
        height: 2px;
        content: " ";
        background-color: #fff;
        border-radius: 20px;
    }

    [data-kt-app-header-sticky=on] .app-header-menu .menu>.menu-item.here>.menu-link:after,
    .app-header-menu .menu>.menu-item>.menu-link.active:after {
        bottom: 25px;
    }

    .h-lg-525px {
        height: 525px !important
    }

    .text-lg-white{
        color:var(--bs-text-white)!important
    }
}

@media (max-width: 991.98px) {
    [data-kt-app-header-sticky=on] .app-header {
        background-color: var(--bs-success);
    }

    .app-header {
        height: 70px;
    }

    [data-kt-app-header-fixed-mobile=true] .running-text {
        top: 29px;
    }
}

.menu-state-primary .menu-item.here>.menu-link .menu-title {
    color: var(--bs-success);
}

.menu-state-primary .menu-item.show>.menu-link .menu-title {
    color: var(--bs-success);
}

.app-default,
body {
    background-color: var(--bs-body-bg) !important;
}

@media (min-width: 1400px) {
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

.bg-linear-card {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%) !important;
}

.w-58px {
    width: 58px !important;
}

.p-2a {
    padding: .40rem !important;
}

.fs-1a {
    font-size: 1.65rem !important;
}

.text-jss {
    color: #08A78B;
}

.text-orange {
    color: #F4762D;
}

.h-525px {
    height: 525px !important
}

.fst-qrisna {
    -webkit-background-clip: text !important;
    -background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #0C8902 0%, #94E918 99.63%);
}

.menu-state-primary .menu-item.hover:not(.here)>.menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: var(--bs-success);
}

.active>.page-link, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .previous, .page-item:hover:not(.active):not(.offset):not(.disabled) .page-link .next{
    background-color: var(--bs-success) !important;
}

.page-item:hover:not(.active):not(.offset):not(.disabled) .page-link {
    color: var(--bs-success) !important;
}

@media (max-width: 767px  ){
  .hide-img-custom {
  background-image: none !important;
  }    
}

.pagination {
    --bs-pagination-active-bg: #035A53 !important;
}

.bg-custom-404 {
    background: #FFFFFF !important;
}

.bottom-toggle-custom {
    bottom: 25px !important;
    right: 60px !important;
}
@media (max-width:576px) {
    .custom-hide-mobile {
        visibility: hidden;
        display: none !important;
    }

    .bottom-toggle-custom {
        right: 30px !important;
    }
}

.bg-wa-custom{
background-color: #50CD89 !important;
}


.marquee {
  overflow: hidden;
  font-family: "Pridi", sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  background-color: #FFDC00;
  color :#2d2d2d;
}

.marquee__inner {
  display: flex;
}

.marquee__line {
  flex-shrink: 0;
  margin: 0;
  padding: 4px 15px;
  min-width: 100%;
  white-space: nowrap;
  animation-name: marqueeLine;
  animation-duration: 15s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

@keyframes marqueeLine {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(-100%);
  }
}

.fade-right img {
  /* width: 250px; */
  -webkit-mask-image: linear-gradient(to right, #DBDBDBDB 50%, transparent 100%);
  mask-image: linear-gradient(to right, #DBDBDBDB 50%, transparent 100%);
}