@media (orientation: landscape) {
    .user-page-section-background {
        background: url("/front-assets/menu/imgs/bg.webp");
    }
}

@media (orientation: portrait) {
    .user-page-section-background {
        background: url("/front-assets/menu/imgs/bg.webp");
    }
}
a.share-link {
    display: block;
    width: fit-content;
    margin: 15px auto;
    text-decoration: none;
}

.share-kode-link-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.title-link {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #2975cf;
}
.st1 {
    fill: rgba(82, 122, 153, 1);
}
.page-wrapper {
    width: 100% !important;
    height: 100% !important;
}
.custom-choce-section-a {
    position: absolute;
    z-index: 6 !important;
    right: -81px !important;
    top: -5px !important;
}
.custom-crud-container {
    z-index: 5 !important;
    right: -36px !important;
    top: -23px !important;
}
.main-container  {
    width: 100% !important;
    height: 100% !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: .25;
}

/* new css  */
.slide-item {
  height: auto !important;
}
.slick-dots {
    display: none !important;
}

.menus-wrapper .item-wrapper {
    text-align: end !important;
}