.desktop-only {
    display: unset;
}
.desktop-only-block {
    display: block;
}
.desktop-only-flex {
    display: flex;
}
.desktop-only-table {
    display: table-cell;
}
.mobile-only,
.mobile-only-block,
.mobile-only-flex {
    display: none;
}
.text-readmore {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-readmore.one {
    -webkit-line-clamp: 1;
}
.text-readmore.two {
    -webkit-line-clamp: 2;
}
.text-readmore.three {
    -webkit-line-clamp: 3;
}
.text-readmore.five {
    -webkit-line-clamp: 5;
}
.card-search {
    background: #FFFFFF;
    padding: 15px 0;
    border-radius: 7px;
    box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.fs-12 {font-size: 12px;}
.fs-14 {font-size: 14px;}
.fs-30 {font-size: 30px;}
.lh-21 {
    line-height: 21px;
}
.rounded-30-px {
    border-radius: 30px !important;
}

@media screen and (max-width: 768px) {
    .desktop-only,
    .desktop-only-block,
    .desktop-only-flex,
    .desktop-only-table {
        display: none;
    }
    .mobile-only {
        display: unset;
    }
    .mobile-only-block {
        display: block;
    }
    .mobile-only-flex {
        display: flex;
    }
}

.rounded-12 {
    border-radius: 12px !important;
}

.page-item {
    z-index: 1;
}

.page-link {
    font-size: calc(14px + 4px);
}

.modal-lamar-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.filter-stiky {
    position: sticky;
    top: 60px;
    z-index: 2;
}

.loker-detail {
    position: sticky;
    top: 168px;
    border: 1px solid #C6C6C6;
    border-radius: 1px;
    height: 500px;
    overflow: auto;
}

.hide-show-search,
.close-detail-loker {
    display: none;
}

.card-loker .item_detail_hapus {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 322px;
}

.card-loker .img-poster-loker {
    max-height: 260px;
    object-fit: contain;
}

#lightSlider .card {
    min-height: 102px;
    box-shadow: 1px 0px 4px #e8edf7;
    border: 1px solid #00233312;
}

.slideControls {
    position: relative;
    top: 48px;
    left: 0;
    z-index: 1;
}

.slideControls a i {
    font-size: 30px;
    background: white;
    border-radius: 50%;
}

.slideNext {
    right: 10px;
    position: absolute;
    cursor: pointer;
}

.slidePrev {
    left: 10px;
    position: absolute;
    cursor: pointer;
}

.posting-loker h1 {
    font-size: 2.5rem !important;
    line-height: 44px !important;
}

.posting-loker .bonus li h2 {
    margin-bottom: 5px;
    font-size: 1.1rem !important;
}

.posting-loker .bonus-img {
    width: 100%;
    height: 250px;
}

.posting-loker .card {
    border: 1px solid var(--primary);
    border-radius: 5px;
}

.posting-loker .card .card-title {
    line-height: 28px;
    margin: 0;
    text-align: center;
}

@media (max-width: 900px) {
    .posting-loker h1 {
        font-size: 2rem !important;
    }

    .posting-loker .bonus {
        padding-left: 20px;
    }

    .posting-loker .bonus li h2 {
        padding-top: 5px;
        font-size: 1.2rem !important;
    }
}

@media (max-width: 450px) {
    .btn .mobile-only {
        display: contents !important;
    }

    .loker-detail {
        display: none;
    }
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 1;
    }
}

@media (min-width: 768px) {
    .card-columns {
        column-count: 3;
        column-gap: 16px;
    }
}

@media (max-width: 600px) {
    .filter-stiky {
        top: 0;
    }

    .filter-search-top {
        display: none;
    }

    .hide-show-search {
        display: block;
        border-radius: 20px;
    }

    .loker-search-top {
        display: none;
    }

    .loker-search-text1 {
        display: unset;
    }

    .card-loker .item_detail_hapus {
        min-height: unset;
    }

    .card-loker .img-poster-loker {
        max-height: unset;
        object-fit: unset;
    }

    #lightSlider .card {
        min-height: 142px;
    }

    .slideControls {
        top: 60px;
    }

    .slideControls a i {
        font-size: 30px;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {

    .loker-search-text1,
    .loker-search-text2 {
        display: none;
    }
}

@media (min-width: 1202px) {
    .loker-search-text1 {
        display: unset;
    }

    .loker-search-text2 {
        display: none;
    }
}

.dataTables_paginate .pagination li.active {
    background: #f9ff00;
}

.dataTables_paginate .pagination li {
    padding: 0 4px;
    margin: 0 4px 0 0;
    border: 1px groove #4154f1;
    border-radius: 12px;
}


#loading-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1100;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
  transition: all 0.25s ease;
}

#loading-wrapper.show {
  opacity: 1;
  display: block;
}

#loading-wrapper .loading-panel {
  width: 280px;
  height: 140px;
  position: relative;
  top: 50%;
  left: 50%;
  margin-top: -70px;
  margin-left: -140px;
  transition: all 0.4s ease-out;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#loading-wrapper .loading-panel .mj-spiner-global::before {
  animation: 0.85s linear infinite mj-spin;
  animation-play-state: inherit;
  border: solid 5px #fff;
  border-bottom-color: #00b7b5;
  border-radius: 50%;
  content: '';
  position: absolute;
  height: 60px;
  width: 60px;
  top: 60px;
  left: 140px;
  transform: translate3d(-50%, -50%, 0);
  will-change: transform;
}

#loading-wrapper .loading-panel label {
  width: 100%;
  margin: 0;
  text-align: center;
  background: #00b7b5cc;
  border-radius: 4px;
  padding: 5px 0;
}

@keyframes mj-spin {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg);
  }
}