.img-full-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    z-index: 0;
}

.img-full-contain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: 0;
}

.top-auth {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
}

.form-wrapper-auth {
    position: relative;
    height: 50px;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    margin-bottom: 20px;
}

.input-main::placeholder {
    color: #AEAEAE;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}

.input-form::placeholder {
    color: #AEAEAE;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
}

.input-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #333;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    padding-left: 10px;
}

.input-form {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
    background: transparent;
    color: #333;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    font-size: 14px;
    padding-left: 10px;
}

.text-err {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    color: red;
    position: absolute;
    left: 4px;
    bottom: -15px;
}

.bottom-auth {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: 100%;
    /*background: lime;*/
}

.btn-orange {
    border-radius: 10px;
    background: linear-gradient(90deg, #FDC510 0%, #97760A 100%);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 100%;
    color: #FFF;
    text-align: center;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.btn-wrapper-full {
    width: 100%;
    position: relative;
    height: 50px;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.btn-mediasign {
    width: 100%;
    margin-top: 15px;
}

.btn-mediasign .btn-wrapper-full {
    margin-top: 8px;
}

.btn-sign {
    color: #FFF;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.btn-sign.btn-fb {
    border-radius: 10px;
    background: #005C9F;
}

.btn-sign.btn-x {
    border-radius: 10px;
    background: #002339;
}

.btn-sign.btn-google {
    border-radius: 10px;
    background: #eee;
    color: #333;
}

.orline {
    position: relative;
    /*background: lime;*/
    height: 10px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}

.orline span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #AEAEAE;
    text-align: center;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orline:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5px;
    background: #AEAEAE;
    height: 3px;
    width: 45%;
}

.orline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #AEAEAE;
    height: 3px;
    width: 45%;
}

.orline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: #AEAEAE;
    height: 3px;
    width: 45%;
}

.form-wrapper-auth .pwd {
    position: absolute;
    top: 0px;
    right: 0px;
    /*background: lime;*/
    height: 50px;
    width: 35px;
    text-align: center;
    padding-top: 15px;
    padding-right: 10px;
    font-size: 18px;
    border-radius: 0px 10px 10px 0px;
    color: #333;
    z-index: 10;
}

.link-black14-lato {
    color: #333 !important;
    text-align: right;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
}

.flex-between {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

.text-black14-lato {
    color: #333;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex-between.remember-wrap {
    margin-top: -10px;
}

.orline.white:before,
.orline.white:after {
    background: #fff;
}

.orline.white span {
    color: #fff;
}

.text-white14-lato {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.form-auth {
    width: 100%;
}

.forgot-link {
    margin: 10px 0px 30px 0px;
}

.forgot-wrapper {
    border: 1px dashed #aeaeae;
    border-radius: 10px;
    padding: 15px 15px 9px 15px;
    margin-bottom: 50px;
}

.text-grey14-lato {
    color: #8e8b8b;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error-logo {
    border-radius: 30px;
    background: rgba(217, 217, 217, 0.80);
    display: flex;
    padding: 58px 47px 59px 46px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.title-black70-lato {
    color: #333;
    font-family: Lato;
    font-size: 120px;
    font-style: normal;
    font-weight: bolder;
    line-height: normal;
}

.title-black18-lato {
    color: #333;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.text-black14-lato {
    color: #333;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex-center {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.flex-center-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.error-logo.error-line {
    border: 5px solid red;
}

.error-logo.success-line {
    border: 5px solid forestgreen;
}

.title-white24-lato {
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.text-grey18-lato {
    color: #AEAEAE;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.flex-start {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: start;
}

.form-wrapper-sub {
    position: relative;
    background: transparent;
    height: 50px;
    width: 60%;
    border-bottom: 2px solid #fff;
}

.button-sub {
    position: relative;
    height: 50px;
    width: 40%;
    /*background: lime;*/
    padding-top: 13px;
    text-align: right;
}

.btn-sub {
    color: #FFF;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #C4C4C4;
    background: #333;
    padding: 0px 25px 0px 25px;
}

.title-black24-lato {
    color: #333;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.link-black18-lato {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    text-decoration: none;
}

.text-grey12-lato {
    color: #505050;
    font-family: Lato;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-disclaim {
    margin-top: 5px;
    height: 35px;
    text-align: center;
}

.list-footer {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    justify-content: space-between;
}

.list-footer li a {
    /*background: lime;*/
    display: block;
    width: 140px;
    margin-bottom: 8px;
}

.sitemap {
    /*background: red;*/
    /*padding: 20px;*/
}

.sitemap-wrap {
    padding: 0px 20px;
    /*background: lime;*/
    margin: 0px 0px 20px 0px;
}

.text-black18-lato {
    color: #000;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.email-footer {
    /*background: lime;*/
    padding: 0px 20px;
    margin-bottom: 20px;
    /*text-align: center;*/
}

.email-footer p {
    padding: 0;
    /*text-align: center;*/
    margin: 0;
}

.footer-media {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: space-evenly;
}

.footer-media li a:first-child {}

.footer-media li a {
    /*background: lime;*/
    display: block;
    padding: 0px 0px;
    margin-top: 15px;
    margin-right: 5px;
}

.footer-media-wrapper {
    padding: 0px 20px;
    /*background: blue;*/
    margin-bottom: 20px;
}

.footer-media-wrapper p {
    padding: 0;
    margin: 0;
}

.title-grey15-lato {
    color: #3C3C3C;
    font-family: Lato;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.img-footer-company {
    position: relative;
    height: 60px;
    width: 100px;
    margin-left: 20px;
}

.img-footer-logo {
    position: relative;
    height: 133px;
    z-index: 0;
    width: 133px;
}

.footer-logo-wrapper {}

.footer-logo-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
}

div {}

.navbar-profile i {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%,-50%);*/
    font-size: 30px;
    /*background: red;*/
    color: #373737;
}

.navbar-profile p {
    padding: 0;
    margin: 0;
    color: #373737;
    font-size: 12px;
    margin-right: 5px;
    font-weight: 400;
}

.profile-nav {
    position: relative;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: 1px solid #bbb;
    padding: 20px;
    z-index: 1;
    background: #bbb;
    overflow: hidden;
}

.nav-avatar {
    text-decoration: none;
    position: relative;
    /*background: red;*/
}

#profile-dropdown {
    height: 0px;
}

.list-profile {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.list-profile li a.nav-item-prf {
    display: block;
    /*background: red;*/
    margin-bottom: 5px;
    color: #373737;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    padding: 4px 10px;
    transition: .3s ease-in;
}

.list-profile li a.nav-item-prf.active {
    background: #f2f2f2;
}

.list-profile li a.nav-item-prf:hover {
    transition: .3s eas-out;
    background: #f2f2f2;
}

.logo-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
}

.btn-serch {
    position: absolute;
    top: 2px;
    right: 0px;
    /*background: lime;*/
}

.left-sidebar {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: calc(100vh - 64px);
    min-height: 100vh;
    width: 15px;
    /*width: 290px;*/
    /*margin-top: 64px;*/
    padding-top: 5px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
}

.left-sidebar::before {
    /*content: '\25BA';*/
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /*background: lime;*/
    width: 15px;
    height: 24px;
    font-size: 24px;
}

.dashboard-main {
    position: relative;
}

.side-logo {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    background: lime;
}

.bar-trigger i {
    font-size: 25px;
    color: #fdc510;
}

.close-sidemenu i {
    font-size: 25px;
    color: #333;
}

.section-main {
    background: var(--blue-grad, linear-gradient(180deg, #BFE7F1 0%, #F8FDFF 27.51%));
    /*display: flex;*/
    /*flex-direction: column;*/
    /*flex-wrap: wrap;*/
    /*align-items: center;*/
    /*align-content: center;*/
    /*justify-content: space-between;*/
    min-height: 100vh;
    position: relative;
    padding-bottom: 50px;
}

.side-menulist-web {
    list-style-type: none;
    padding: 0;
    margin: 60px 0px 0px 0px;
}

.list-item-collapse {}

.side-menulist-web {}

.list-sidemenuitem:hover i {
    color: #fff;
}

.list-sidemenuitem-accordion {}

.list-item-accordion {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.side-item {
    /*background: lime;*/
    min-height: 0px;
    overflow: hidden;
    height: 0px;
}

.link-accordion-item:hover {
    background: #bbb;
    color: #fff;
    transition: .3s ease-in;
}

.link-accordion-item:hover i,
.link-accordion-item.active i {
    color: #fff;
}

.link-accordion-item.active {
    color: #fff;
    background: #bacbe4;
    border-left: 5px solid #86B6FF;
}

.list-sidemenuitem-accordion[data-expanded=true]::after {
    transform: rotate(90deg);
    transition: .3s ease-in;
}

.list-sidemenuitem-accordion[data-expanded=true] {
    background: #86B6FF;
    color: #fff;
}

.list-sidemenuitem-accordion[data-expanded=true]:after {
    border: 2px solid #fff;
    color: #fff;
}

.side-item.appear {
    height: unset;
}

.list-sidemenuitem-accordion.active i,
.list-sidemenuitem-accordion[data-expanded=true] i,
.list-sidemenuitem-accordion:hover i {
    color: #fff;
}

.hidden-after::after {
    opacity: 0 !important;
}

.form-wrapper-container label {
    color: #AEAEAE;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 5px;
    top: 0px;
    height: 20px;
    /*background: red;*/
}

.form-wrapper-main {
    height: 44px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    border-radius: 10px;
    background: #F5F5F5;
}

.right-pane-wrapper {
    width: 100%;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: right;
}

.center-pane-wrapper {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.form-wrapper-container.textarea {
    min-height: 200px;
}

.form-wrapper-main.textarea {
    height: 175px;
}

textarea.input-main {
    resize: none;
}

.btn-back:hover {
    background: #eee;
    transition: .3s eas-in;
    color: #333;
    transform: translateY(2px);
}

.btn-back:active {
    background: #eee !important;
    transition: .3s eas-in;
    color: #333 !important;
    transform: translateY(-2px);
}

.btn-back {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    background: #f2f2f2;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 100%;
    height: 35px;
    transition: .3s ease-out;
}

.btn-submit {
    color: #333;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    background: var(--button-grad, linear-gradient(92deg, #47C0DE 0%, #BFE7F1 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-width: 100%;
    height: 35px;
    transition: .3s ease-out;
}

.btn-submit:hover {
    color: #333;
    transition: .3s ease-in;
    transform: translateY(2px);
}

.btn-submit:active {
    color: #333 !important;
    transition: .3s ease-in;
    transform: translateY(-2px);
}

.btn-form-wrapper button.btn-back {
    margin-right: 10px;
}

.section-popup {
    background: rgba(51, 51, 51, 0.51);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    display: none;
}

.close-model i {
    font-size: 25px;
    color: #333;
    cursor: pointer;
}

.close-model {
    position: absolute;
    top: 5px;
    right: 7px;
}

.title-model {
    font-size: 16px;
    color: #333;
    line-height: normal;
}

.body-model {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-top: 20px;
    margin-bottom: 35px;
}

.btn-model-wrapper button {
    min-width: 40%;
}

.btn-model-wrapper button.btn-back {
    margin-right: 13px;
}

.btn-model-wrapper {
    text-align: right;
    margin-bottom: 20px;
}

.overlay-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 2rem;
    z-index: 1000;
    display: none;
}

.loading-text {
    font-size: 18px;
    color: #f2f2f2;
}

.upload-btn {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 10px;
    padding: 8px 10px;
}

.upload-img-container a.upload-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.upload-img-container .img-full-cover {
    border-radius: 10px;
}

.icon-default-actor {
    position: relative;
    height: 50%;
    width: 50%;
}

.input-file {
    background: #bbb;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 11;
    opacity: 0;
}

.upload-file-section {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(51, 51, 51, 0.5);
    width: 100%;
    height: 100%;
    z-index: 100;
}

.body-upload {
    background: #fff;
    height: 20em;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#imgPreviewactor,
#imgPreviewactor2,
#imgPreviewactor3 {
    display: none;
}

#remove-btn-trigger,
#remove-btn-trigger2,
#remove-btn-trigger3 {
    display: none;
    z-index: 12;
}

.create_btn {
    color: #fff;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 12px;
    background: var(--button-grad, linear-gradient(92deg, #064251 0%, #149cbe 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    /*min-width: 100%;*/
    height: 35px;
    transition: .3s ease-out;
    text-decoration: none;
    padding: 8px 25px 10px 25px;
}

.select-input {
    position: absolute;
    width: 100%;
    height: 100%;
    background: none;
    top: 0;
    left: 0;
}

.select-container {
    border: 1px dashed #bbb;
    min-height: 5em;
    border-radius: 6px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: start;
    align-content: start;
    justify-content: start;
    padding: 10px;
}

.select-tag {
    margin-bottom: 15px;
}

.tag-wrapper {
    background: #bbb;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 10px;
    margin: 5px;
    position: relative;
}

.tag-wrapper p {
    font-weight: 400;
    font-size: 14px;
    color: #333;
}

.tag-wrapper i {
    color: #fff;
    margin-left: 10px;
}

.defautl-film {
    width: 50%;
    position: relative;
    height: 50%;
}

.label-dashbox {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    position: absolute;
    top: 10px;
    left: 10px;
}

.title-dashbox {
    font-size: 45px;
    color: #333;
}

.graph-container {
    border-radius: 10px;
    border: 1px solid #bbb;
    min-height: 30em;
}

.card-main:last-child {
    margin-right: 10px;
}

.card-main img {
    border-radius: 8px;
}

.card-banner-wrap {
    width: 100%;
    /*background: red;*/
    /*margin-right: 10px;*/
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    text-align: center;
}

.card-banner-wrap a {
    width: 100%;
    display: block;
    text-decoration: none;
}

.card-banner-wrap:last-child {
    margin-right: 0px;
}

.title-banner-wrapper {}

.card-banner-wrap:hover h1 {
    opacity: 0;
}

.card-banner-wrap a .card-main .overlay-card {
    display: none;
}

.card-banner-wrap:hover a .card-main .overlay-card {
    position: absolute;
    top: 0;
    left: 0;
    /*transform: translate(-50%,-50%);*/
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(51, 51, 51, 0.58);
    display: block;
    border-radius: 8px;
}

.card-banner-wrap:hover a .card-main .overlay-card p {
    color: #fff;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.card-main.movie {
    height: 500px;
}

.icon-nav-user {
    position: relative;
    width: 50px;
    height: 50px;
    display: block;
    margin-right: 20px;
}

.bar-icon-user {}

.bar-icon-user {
    text-decoration: none;
    position: absolute;
    top: 16px;
    left: 10px;
}

.bar-icon-user i {
    color: #97760a;
    font-size: 22px;
}

.nav-userleft {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: start;
}

.input-search::placeholder {
    color: rgba(55, 55, 55, 0.90);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.input-search {
    color: #333;
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    background: transparent;
    border-radius: 20px 20px 20px 20px;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.search-btn:focus {
    border: none;
}

.search-btn:hover {
    border: none;
}

.search-btn:active {
    border: none !important;
}

.search-btn {
    position: absolute;
    height: 100%;
    width: 45px;
    z-index: 10;
    border-radius: 20px;
    /*background: lime;*/
    top: 0px;
    right: 0px;
}

.btn-loginnav {
    border: 1px solid #c7c7c7;
    border-radius: 7px;
    color: #333;
    text-align: center;
    min-width: unset;
    padding: 5px 16px;
    font-weight: 700;
    position: relative;
    font-size: 15px;
    background-color: #fff;
    transition: all .5s ease-out;
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
}

.btn-loginnav:hover {
    text-decoration: none;
    background-color: #333;
    color: #fff;
    border: 1px solid #333;
}

.list-menu-nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: inline-flex;
}

.list-menu-nav li {}

.nav-userright {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    justify-content: start;
}

.list-menu-nav li a {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: block;
    /*background: lime;*/
    margin-right: 10px;
    padding: 14px;
    text-decoration: none;
    border-bottom: 1px solid #bbb;
}

a {}

#hidenav {}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 35em;
    z-index: 2;
}


/* ============ YOUR EXISTING KEYFRAMES ============ */

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%,
    100% {
        filter: drop-shadow(0 0 6px rgba(81, 142, 248, 0.4)) drop-shadow(0 0 12px rgba(81, 142, 248, 0.3)) drop-shadow(0 0 20px rgba(81, 142, 248, 0.2));
    }
    50% {
        filter: drop-shadow(0 0 14px rgba(81, 142, 248, 0.9)) drop-shadow(0 0 28px rgba(81, 142, 248, 0.7)) drop-shadow(0 0 40px rgba(81, 142, 248, 0.4));
    }
}

@keyframes fadeSlideUp {
    0% {
        opacity: 0;
        transform: translateY(40px) scaleX(1.15);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scaleX(1.15);
    }
}


/* ============ YOUR EXISTING STYLES ============ */

.banner-content h1 {
    background: linear-gradient(270deg, #2b6ff6, #ffffff, #518ef8, #a8c5ff);
    background-size: 300% 300%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    /* Fallback */
    font-family: 'Poppins', sans-serif;
    font-size: 80px;
    font-weight: 900;
    line-height: 110px;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    animation: gradientFlow 8s ease-in-out infinite, glowPulse 3s ease-in-out infinite, fadeSlideUp 1.5s ease forwards;
}

.banner-content h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 50px;
    font-weight: 800;
    letter-spacing: 1px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    animation: fadeSlideUp 2s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}

.banner-content h1:hover {
    transform: scale(1.05) rotate(-1deg);
    transition: all 0.4s ease;
    cursor: pointer;
}


/* ============ NEW: CURSOR CONTAINED IN BANNER ============ */

.banner-container {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: none;
    /* Hide default cursor in banner */
}

.custom-cursor {
    position: fixed;
    /* Changed to fixed but contained by JS */
    width: 20px;
    height: 20px;
    background: radial-gradient(circle, rgba(81, 142, 248, 0.8), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    transform: translate(-50%, -50%);
    transition: transform 0.1s ease;
    mix-blend-mode: screen;
    display: none;
    /* Hidden by default */
}

.cursor-trail {
    position: fixed;
    width: 40px;
    height: 40px;
    background: radial-gradient(circle, rgba(81, 142, 248, 0.4), transparent 70%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease;
    mix-blend-mode: screen;
    display: none;
    /* Hidden by default */
}


/* ============ LETTER INTERACTION ============ */

.letter {
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
}

.space {
    width: 20px;
    display: inline-block;
}

.letter:hover {
    animation: letterBounce 0.6s ease;
    transform: translateY(-15px) rotate(3deg) scale(1.15);
}

@keyframes letterBounce {
    0% {
        transform: translateY(0) rotate(0) scale(1);
    }
    50% {
        transform: translateY(-20px) rotate(5deg) scale(1.2);
    }
    100% {
        transform: translateY(-15px) rotate(3deg) scale(1.15);
    }
}

.letter:hover::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(81, 142, 248, 0.3) 0%, transparent 70%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 10px;
}

.main-banner::before {
    content: "";
    background: #0000003b;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.genre-card {
    border: 1px solid #bbb;
    position: relative;
    display: block;
    height: 125px;
    width: 10em;
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.00) 20.46%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, #000 -16.34%, rgba(0, 0, 0, 0.00) 33.99%);
    margin-right: 10px;
}

.banner-genre::before {
    content: "";
    position: absolute;
    background: linear-gradient(30deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 15px;
}

.pr-top {
    position: relative;
    z-index: 2;
    text-align: start;
    padding: 0;
    margin: 0;
}

.genre-card img {
    border-radius: 20px;
}

.list-genre {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
    margin-top: 10px;
}

.genre-card h1 {
    color: #FFF;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    position: absolute;
    bottom: 16px;
    left: 18px;
    z-index: 1;
    padding: 0;
    margin: 0;
    transition: .3s ease-out;
}

.list-genre li:last-child a {
    margin-right: 0px;
}

.genre-card::before {
    content: "";
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.00) 20.46%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, #000 -16.34%, rgba(0, 0, 0, 0.00) 33.99%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.genre-card:hover h1 {
    bottom: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease-in;
}

.carausel-custom {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.carousel-custom-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.carousel-custom-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.dot.active {
    background-color: #fff;
}

.dot {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.carousel-custom-button.prev.hidden {
    display: none;
}

.carousel-custom-button.next.hidden {
    display: none;
}

.carousel-custom2 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.dot2 {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot2.active {
    background-color: black;
}

.carousel-custom2-button {}

.carousel-custom2-dots {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.carousel-custom2-dots.hidden {
    display: none;
}

.carousel-custom2-button.prev.hidden {
    display: none;
}

.margin-t20 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.margin-t40 {}

.carousel-custom3 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-custom3-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.carousel-custom3-button.prev.hidden {
    display: none;
}

.carousel-custom3-button.next.hidden {
    display: none;
}

.dot3 {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot3.active {
    background-color: black;
}

.carousel-custom3-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.carousel-custom3-dots.hidden {
    display: none;
}

.carousel-custom2-button.next,
.carousel-custom3-button.next {
    right: -10px;
}

.carousel-custom2-button.prev,
.carousel-custom3-button.prev {
    left: -10px;
}

.carousel-custom-button.next {
    right: 10px;
}

.carousel-custom-button.prev {
    left: 10px;
}

.carousel-custom4-track-container {
    overflow: hidden;
}

.carousel-custom4-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    list-style: none;
    padding: 0;
    margin: 0;
}

.carousel-custom4-track li a {
    border-radius: 10px;
    border-bottom: 1px solid #005C9F;
    background: #EDF9FC;
    box-shadow: 0px 6px 12px -24px #005DFF;
    display: block;
    padding: 5px 5px;
    min-width: 80px;
    text-decoration: none;
    color: #333;
    font-weight: 400;
    border: 1px solid #bbb;
    margin-right: 5px;
    font-size: 14px;
    text-align: center;
}

.carousel-custom4-button.next {
    right: 10px;
}

.carousel-custom4-button.prev {
    left: 10px;
}

.carousel-custom10 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-custom10-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.carousel-custom10-button.prev.hidden {
    display: none;
}

.carousel-custom10-button.next.hidden {
    display: none;
}

.dot10 {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot10.active {
    background-color: black;
}

.carousel-custom10-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.carousel-custom10-dots.hidden {
    display: none;
}

.carousel-custom10-button.next {
    right: -5px;
}

.carousel-custom10-button.prev {
    left: -5px;
}

.carousel-custom11 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-custom11-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.carousel-custom11-button.prev.hidden {
    display: none;
}

.carousel-custom11-button.next.hidden {
    display: none;
}

.dot11 {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot11.active {
    background-color: black;
}

.carousel-custom11-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.carousel-custom11-dots.hidden {
    display: none;
}

.carousel-custom11-button.next {
    right: -5px;
}

.carousel-custom11-button.prev {
    left: -5px;
}

.carousel-custom12 {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-custom12-track {
    display: flex;
    gap: 10px;
    transition: transform 0.5s ease-in-out;
}

.carousel-custom12-button.prev.hidden {
    display: none;
}

.carousel-custom12-button.next.hidden {
    display: none;
}

.dot12 {
    height: 10px;
    width: 10px;
    background-color: gray;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.dot12.active {
    background-color: black;
}

.carousel-custom12-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.carousel-custom12-dots.hidden {
    display: none;
}

.carousel-custom12-button.next {
    right: -5px;
}

.carousel-custom12-button.prev {
    left: -5px;
}

.menutype {
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
}

a {}

.list-option li a:hover h1 {
    top: 50% !important;
    left: 50% !important;
    bottom: 0px;
    transform: translate(-50%, -50%);
    transition: .3s ease-in;
    padding: 0;
    margin: 0;
}

.list-option li a img {
    border-radius: 20px;
}

.heading-profession {
    margin-bottom: 30px;
}

li {}

a {}

.list-option li a.active h1 {
    top: 50% !important;
    left: 50% !important;
    bottom: 0px;
    transform: translate(-50%, -50%);
    transition: .3s ease-in;
    padding: 0;
    margin: 0;
    z-index: 1;
}

.list-option li a.active::after {
    content: "";
    background: rgba(51, 51, 51, 0.39);
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    border-radius: 20px;
    z-index: 0;
}

.list-option li a.active::before {
    content: "";
    background: rgba(51, 51, 51, 0.39);
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    width: 100%;
    border-radius: 20px;
    z-index: 0;
}

.check-prof {
    background: #00ff00;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
    border-radius: 50%;
    padding: 2px 5px;
    border: 3px solid #fff;
    display: none;
}

.check-prof i {
    color: #fff;
    font-size: 18px;
}

a {}

.list-option li a.active {
    border-radius: 20px;
    border: 4px solid var(--blue-accent, #0CF);
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.88) 0%, rgba(26, 26, 26, 0.00) 20.46%), linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), linear-gradient(0deg, #000 -16.34%, rgba(0, 0, 0, 0.00) 33.99%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.btn-blue {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    border-radius: 12px;
    background: var(--button-grad, linear-gradient(92deg, #47C0DE 0%, #BFE7F1 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 35px;
}

.flex-around {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.section-profession {
    /*background: url("../../assets/img/assets/gallery/bg-profession.png");*/
    /*background-position: top -20em center;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    background: var(--blue-grad, linear-gradient(180deg, #BFE7F1 0%, #F8FDFF 27.51%));
}

.list-option li a.active span {
    display: block;
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.section-main {
    padding-bottom: 0px;
}

.bg-homepage {
    background: #fff;
    position: relative;
    padding-bottom: 100px;
}

.main-foooter {
    position: relative;
}

.upper-layer {
    position: relative;
}

.upper-layer::after {
    content: "Coming Soon";
    position: absolute;
    background: #33333336;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    font-weight: 600;
    backdrop-filter: blur(3px);
}

a.wallet-acivate {
    display: block;
    background: #eee;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    color: #333;
    text-decoration: none;
    margin: 10px 0px 50px 0px;
    border: 1px solid #bbb;
}

#popup_activate,
#popup_unlink {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #0000006e;
    z-index: 100;
    display: none;
}

.activate-body {
    background: #fff;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
}

a.close-activate {
    background: #333;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    border-radius: 50%;
    padding: 0px 12px 2px 12px;
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.wallet-form {
    width: 50%;
    margin-top: 40px;
    margin-bottom: 50px;
}

.activate-body .btn-form-wrapper {
    position: fixed;
    right: 20px;
    bottom: 40px;
}

.ticker-container {
    /* margin: auto; */
    /* border: 2px solid #333; */
    overflow: hidden;
    position: absolute;
    /* background: #fff; */
    /* min-height: 100vh; */
    width: 25%;
    bottom: 10px;
    right: 10px;
    z-index: 2;
}

.controls {
    /* padding: 10px; */
    color: white;
    height: 5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
}

.controls button {
    margin: 2px;
    padding: 5px 10px;
    cursor: pointer;
}

.ticker-list {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 15em;
    overflow: hidden;
    position: relative;
    /* height: calc(100vh - 8em); */
}

.ticker-list li {
    display: flex;
    align-items: flex-start;
    padding: 10px 10px;
    /* border-bottom: 1px solid #ddd; */
    /* height: 60px; */
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    background: rgba(0, 0, 0, 0.20);
    /* filter: blur(1px); */
    border-radius: 10px;
    height: 15em;
    padding: 20px;
    position: relative;
}

.ticker-list li .article-top h4 {
    color: #fff;
    font-size: 30px;
}

.ticker-list li .article-top span {
    color: #fff;
    font-size: 20px;
}

.ticker-list li a {
    color: #fff;
    display: block;
    font-size: 20px;
    position: absolute;
    right: 15px;
    bottom: 15px;
}

.ticker-list li p {
    color: #fff;
    display: block;
    font-size: 16px;
    position: absolute;
    left: 15px;
    bottom: 15px;
    padding: 0;
    margin: 0;
}

.ticker-list img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
}

.controls .btn-player {}

.controls .btn-player a {
    margin-right: 5px;
    text-decoration: none;
}

.controls .btn-player a:last-child {
    margin-right: 0px;
}

.controls .btn-player a i {
    color: #fff;
    font-size: 20px;
    border: 1px solid #bbb;
    padding: 5px 10px;
    border-radius: 5px;
    backdrop-filter: blur(1px);
}

.controls .btn-player a.active i {
    border: 1px solid #fff;
}

.Seacrch-box {
    border-radius: 12px;
    padding: 40px 20px;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.20);
}

.form-seacrh {
    border-radius: 20px;
    background: #EEE;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25) inset, 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    position: relative;
    width: 100%;
    height: 50px;
}

.input-search {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    color: #333;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding-left: 20px;
}

.input-search:focus-within {}

.input-search:focus {
    outline: none;
}

.input-search::placeholder {
    color: #646464;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.search-lable {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
}

.search-lable label {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 30%;
}

.search-tag a {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    padding-left: 10px;
}

.search-tag a:first-child {
    padding-left: 0px;
}

.search-tag {
    width: calc(70% - 0px);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    text-wrap: auto;
    text-align: left;
}

.search-lable-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

.search-btn-wrapper {
    width: 30%;
    text-align: right;
}

.btn-search {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 20px !important;
    background: var(--button-grad, linear-gradient(92deg, #47C0DE 0%, #BFE7F1 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border: none !important;
    transition: .3s ease-out;
    width: 80px !important;
    padding: 0px 10px !important;
}

.btn-search:hover {
    background: var(--button-grad, linear-gradient(92deg, #BFE7F1 0%, #47C0DE 100%));
    transition: .3s ease-in;
    transform: translateY(2px);
}

.btn-search:active {
    transform: translateY(-2px);
}

.btn-search:focus {
    outline: none;
}

.about-banner {
    background: url(../img/assets/gallery/aboutbg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    /* background: #141414;*/
    position: relative;
    width: 100%;
    height: 10em;
}

.about-banner h4 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-content {
    /* background: url(../img/assets/gallery/aboutbg.jpg);

    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;*/
    position: relative;
    padding: 20px;
    background: #fff;
}

.about-content::before {
    /*content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #33333387;
    filter: blur(1px);
    backdrop-filter: blur(1px);
    z-index: 0;*/
}

.about-info {
    position: relative;
    z-index: 1;
}

.about-info h4 {
    color: #333;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.about-info p {
    color: #333;
    text-align: justify;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-info ul li p {}

.banner-video {
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    padding: 50px;
    overflow: hidden;
}

.banner-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nexus-strike {
    position: relative;
    text-decoration: line-through;
}

.nexus-strike::before {
    content: "NEXUS";
    position: absolute;
    top: -13px;
    left: 0px;
    color: orange;
    font-size: 14px;
}

.nexus-strike {
    position: relative;
    text-decoration: line-through;
}


/* Only pulse the pseudo-element "NEXUS" */

.nexus-strike::before {
    content: "NEXUS";
    position: absolute;
    top: -13px;
    left: 0px;
    color: orange;
    font-size: 18px;
    display: inline-block;
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.6;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.about-info ul li::marker {
    color: #bbb;
}

.faq-banner {
    position: relative;
    background: url('../img/assets/gallery/bgfaq.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 10em;
}

.faq-banner h4 {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 55px;
    font-style: normal;
    font-weight: 800;
    line-height: 100px;
    position: absolute;
    left: 20px;
    bottom: 10px;
    padding: 0;
    margin: 0;
}

.faqcontent {
    border-radius: 20px 20px 0px 0px;
    background: var(--vertical-grad, linear-gradient(180deg, #BFE7F1 0%, #F8FDFF 50%));
    min-height: 10em;
    position: relative;
    top: -20px;
    padding: 40px 20px;
}

.faqcontent h4.title {
    color: #000;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.faqcontent h5.subtitle {
    color: #000;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.faqcontent h6.subhead {
    color: #000;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.faqcontent p.text {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.faqcontent ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.accordion-body ul li {
    font-size: 14px !important;
}

.contact-info {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: relative;
    min-height: 516px;
}

.contact-info::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14em;
    border-radius: 0 0 20px 20px;
    /* ✨ Image with soft fade at top */
    background: url(../img/assets/icon/contact_img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-info::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 14em;
    background-image: linear-gradient(180deg, #fff, #33333300);
    border-radius: 0 0 20px 20px;
}

.contact-quest {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px 20px;
}

.flex-end {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.contact-content h4 {
    color: #000;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25), 0px 2px 2px rgba(0, 0, 0, 0.25);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.contact-item {
    border-bottom: 1px solid #bbb;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.contact-item h5 {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.contact-item .flex-between a {}

.contact-item .flex-between a i {
    border-radius: 50%;
    background-color: #fff;
    fill: #FFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
    font-size: 23px;
    padding: 10px;
}

.contact-item .flex-between a.fb i {
    padding: 10px 12px;
}

.contact-item .flex-between p {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.media-contact {}

.media-contact ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.media-contact ul li {}

.media-contact ul li a {
    margin-right: 5px;
}

.media-contact ul li a i {}

.contact-item.lst-br {
    border-bottom: none !important;
}

.form-contact {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    position: relative;
    min-height: 40px;
    margin-bottom: 30px;
}

.form-contact.textarea {
    min-height: 150px !important;
}

.form-contact.textarea textarea {
    padding-top: 20px;
    resize: none;
}

.form-contact small {
    position: absolute;
    left: 20px;
    bottom: -20px;
    color: red;
    font-size: 14px;
    font-style: italic;
}

.input-contact {
    color: #333;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 0;
    border: none;
    background: none;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding-left: 20px;
}

.input-contact:focus {
    outline: none;
}

.input-contact::placeholder {
    color: #646464;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.contact-map {
    border-radius: 20px;
    background: url(<path-to-image>) lightgray -13.55px 0px / 100.886% 100% no-repeat;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    height: 40em;
    margin-top: 40px;
    overflow: hidden;
}

.note-modal-backdrop {
    z-index: -1 !important;
}

.donate-top {
    margin-right: 15px;
}

#donation_section,
#donation_login {
    display: none;
}

.bodycontent-login {
    margin-top: 50px;
    margin-bottom: 60px;
}

.body-modallog {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px 120px;
}

.body-donate .bodycontent-login {
    margin-top: 20px;
    margin-bottom: 10px;
}

.body-donate h4 {
    font-size: 16px;
}

.bodycontent-login p {
    font-size: 14px;
}

.wp-100 {
    width: 100%;
}

.donate-btn a {
    min-width: unset;
    padding-left: 30px;
    padding-right: 30px;
}

.faqcontent.csr_wrap {}

.faqcontent.csr_wrap .csr-public {
    margin-top: -1em;
}

.csr_detail_wrapper {
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    min-height: 10em;
    width: 100%;
    padding: 20px;
}

.donate-ads {
    background: #D9D9D9;
    min-height: 10em;
    text-align: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.donate-ads p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.donate-ads a {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.title-black20 {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.box-type-fund {
    border-radius: 10px;
    background: #F5F5F5;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
    margin-right: 0px;
    padding: 20px 15px;
}

.box-type-fund label {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-right: 5px;
}

.box-type-fund h6 {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.choose-donate {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ordonate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.ordonate span {
    color: #AEAEAE;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.amount-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.amount-wrapper a {
    text-decoration: none;
}

.donate-help {}

.donate-help h4 {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.donate-help p {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.price-donate {
    border-radius: 10px;
    background: #D9D9D9;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.donate-form {
    width: 50%;
    position: relative;
    height: 70px;
}

.donate-rm span {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.donate-rm {
    display: flex;
    width: 50%;
    border-right: 1px solid #bbb;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #bbb;
    height: 70px;
}

.input-donate:focus {
    outline: none;
}

.input-donate,
.input-donate::placeholder {
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.input-donate::placeholder {
    color: #bbb;
}

.toggle-container {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 28px;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked+.slider-toggle {
    background-color: #4CAF50;
}

input:checked+.slider-toggle:before {
    transform: translateX(22px);
}

.label-anonymous {
    font-size: 16px;
    transition: opacity 0.3s;
    opacity: 0.4;
}

.label-anonymous.active {
    opacity: 1;
    font-weight: bold;
}


/* Info icon and tooltip */

.info-icon {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    border: 1px solid #aaa;
    border-radius: 50%;
    /* width: 16px; */
    /* height: 16px; */
    text-align: center;
    line-height: 15px;
    font-weight: bold;
    top: -10px;
    left: 5px;
    padding: 0px 5px;
}

.info-icon:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.tooltip {
    visibility: hidden;
    width: 220px;
    background-color: #333;
    color: #fff;
    text-align: left;
    padding: 8px;
    border-radius: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 1;
    font-size: 12px;
}

.tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.active_donate {
    background-color: #bbb;
}

.wallet-wrap {
    border-radius: 20px;
    background: var(--wallet-grad, linear-gradient(180deg, #FFCCAD 0%, #8E4D24 100%));
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25), 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    padding: 20px;
    position: relative;
}

.wallet-wrap::after {
    content: "";
    background: url(../img/assets/logo/buaivector.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 45%;
    left: 65%;
    z-index: 0;
    transform: translate(-50%, -50%);
    width: 60%;
    height: 60%;
}

.wallet-title {
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.round-wallet {
    background: #fff;
    position: relative;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 20px;
}

.round-wallet img {
    width: 90%;
    height: 75%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wallet-coin {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-end;
    justify-content: flex-start;
}

.wallet-coin h6 {
    color: #FFF;
    font-family: Lato;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.wallet-coin img {
    margin-right: 4px;
    margin-left: 5px;
    height: 16px
}

.wallet-coin span {
    color: #FFF;
    font-family: Lato;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}

.reload-btn {
    border-radius: 57px;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-decoration: none;
    padding: 7px 20px;
}

.wallet-point {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.wallet-coin-wrap .reload-btn {
    margin-bottom: 14px;
    margin-top: 10px;
    display: inline-flex;
    position: relative;
    z-index: 1;
}

.wallet-coin-wrap.single {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
}

.wallet-point-voucher {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    border-right: 1px solid #bbb;
    margin-right: 10px;
    padding-right: 10px;
}

.wallet-point-voucher.brnone {
    border-right: none;
    margin-right: 0px;
    padding-right: 0px;
}

.points-title {
    color: #FFF;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.points-pts {
    color: #FFF !important;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lato;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    padding: 0;
    margin: 0;
}

.btn-ellips {
    position: absolute;
    left: 0;
    bottom: 0;
}

.btn-ellips.show {
    border: none;
}

.btn-ellips:focus {
    outline: none;
}

.btn-ellips i {
    color: #fff;
}

.success-container {
    background: #fff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.success-container .icon {
    font-size: 64px;
    color: #28a745;
    margin-bottom: 20px;
}

.success-container h1 {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
}

.success-container p {
    color: #666;
    font-size: 16px;
    line-height: 1.6;
}

.success-container .btn {
    display: inline-block;
    margin-top: 30px;
    padding: 12px 24px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.success-container .btn:hover {
    background-color: #0056b3;
}

.event-title {
    font-size: 20px;
    font-weight: 600;
    color: #007bff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.label-left,
.label-right {
    font-weight: 500;
    transition: color 0.3s;
}

.switch-toggle {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 28px;
}

.switch-toggle input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider-toggle {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.slider-toggle:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch-toggle input:checked+.slider-toggle {
    background-color: #4caf50;
}

.switch-toggle input:checked+.slider-toggle:before {
    transform: translateX(32px);
}

.label-left.active,
.label-right.active {
    color: #4caf50;
}

.back-btn-walletpay {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    gap: 8px;
    text-decoration: none;
}

.back-btn-walletpay:before {
    content: "←";
    /* Unicode left arrow */
    font-size: 18px;
    color: inherit;
}

.activate-body.clain {
    width: 90%;
}

.btn-form-wrapper.approve {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

.overlay-watermark {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    /* buat lebih panjang dari container */
    transform: translate(-50%, -50%) rotate(-30deg);
    font-size: 2.5rem;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.35);
    /* lebih terang */
    text-align: center;
    pointer-events: none;
    user-select: none;
    z-index: 5;
    padding: 0.5rem 0;
    border-top: 2px solid rgba(0, 0, 0, 0.35);
    border-bottom: 2px solid rgba(0, 0, 0, 0.35);
}

#ic-back,
#ic-fr {
    display: none;
}