/* .thumbnail-acara {
    height: 175px !important;
    object-fit: cover !important;
}

.narasumber-image {
    width: 100%;
    height: 270px;
    object-fit: cover !important;
}

.br-10 {
    border-radius: 10px;
}

.content-promo {
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 0;
    left: 55px;
    width: 40%;
}

.data-pertemuan {
    max-height: 375px;
}

.btn-float {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 999;
    font-size: 15px;
}

.diskon-before {
    color: var(--gray, #777777);
    text-align: left;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: semibold;
}

.nama-langganan {
    color: var(--gray, #777777);
    border-bottom: 1px solid #c0c0c0;
}

.ico-large {
    width: 50px;
    height: 50px;
}

.btn-langganan {
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--main-yellow, #FFC107);

    color: var(--main-yellow, #FFC107);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
}

.btn-langganan:hover {
    color: #fff;
    background: var(--main-yellow, #FFC107);
}

.sub-title {
    color: var(--main-black, #0E0E0E);
    line-height: 140%;
    opacity: 0.6000000238418579;
    margin-top: 10px;
}

.badge-durasi {
    border-radius: 12px;
    background: var(--main-yellow, #FFC107);
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    display: inline-flex;
    padding: 6px 5px;
    justify-content: center;
    align-items: center;
}

.titleLangganan {
    font-size: 40px !important;
}

.langgananRecommended {
    background: #C39300;
    color: #fff;
}

.inner-recommend {
    background: var(--main-yellow, #FFC107);
}

.inner-recommend .badge-durasi {
    background: var(--main-red, #8E1B20);
}

.inner-recommend .diskon-before {
    color: #fff;
    text-align: left;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: semibold;
}

.inner-recommend .btn-langganan:hover {
    background: var(--main-red, #8E1B20);
    color: #fff;
}

.img-dna {
    width: 54px;
    height: 54px;
    flex-shrink: 0;
}

.img-departemen {
    width: 60%;
    height: auto;
    flex-shrink: 0;
}

.image-radius img {
    border-radius: 12px;
}

.nav-dark {
    color: #1E1E1E;
    text-decoration: none;
}

.label-user {
    color: #0e0e0e;
    font-family: "Schibsted Grotesk", sans-serif;
    font-weight: 700;
    font-size: 14px;
    transition: color 0.15s ease-in-out;
}

.label-user:hover {
    color: #FFC107;
}

.icon-user {
    border-radius: 60px;
    background: #BEC5D1;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    object-fit: cover;
}

.forgot-password-label {
    float: right;
    color: var(--body-black, #1E1E1E);
    font-size: 15px;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.ql-align-right {
	text-align: right;
}
.ql-align-justify {
	text-align: justify;
}
.ql-align-center {
	text-align: center;
}
.ql-align-left {
	text-align: left;
}

.object-cover {
    object-fit: cover;
}

.card-profile {
    border-radius: 12px;
    background: linear-gradient(180deg, #FFF5D4 18.75%, #FFFBEE 100%);
    --bs-card-border-width: 0;
}

.card-profile .icon-user {
    width: 48px;
    height: 48px;
    background: #ffffff;
    object-fit: cover;
}

.edit-profile-form .icon-user {
    width: 120px;
    height: 120px;
    background: #BEC5D1;
    object-fit: cover;
}

.card-profile .card-header {
    background: #FFECAB;
}

.text-gray {
    color: gray;
}

.card-profile .list-group-item-action {
    background: none;
    border: none;
}

.card-profile .list-group-item-action.active {
    border-radius: 7px;
    background: #FFEFB9;
    color: var(--main-yellow, #FFC107);
    border: none;
}

.card-profile .list-group-item-action:hover {
    border-radius: 7px;
    background: #f6edcd;
    border: none;
}

.card-profile .list-group-item-action.active path {
    stroke: var(--main-yellow, #FFC107);
}

.card-profile .list-group-item-action.active.icon-dashboard path {
    stroke: none;
    fill: var(--main-yellow, #FFC107);
}

.sub-title-profile {
    color: var(--main-black, #0E0E0E);
    opacity: 0.6000000238418579;
    font-size: 16px;
    font-weight: 800;
    line-height: 130%;
}

.box-dashboard {
    border-radius: 12px;
    background: var(--linear, linear-gradient(90deg, #FFEFF0 0%, #FFD9DA 100%));
    width: 100%;
}

.box-dashboard .text-gray {
    color: var(--gray, #777);
}

.cat-grey {
    background: #DFDFDF;
    color: #777777;
    font-size: 11px;
    display: inline-block;
    border-radius: 10px;
    padding: 2px 8px;
    font-weight: 800;
}

.cat-grey.cat-lg {
    font-size: 14px;
}

.meta-vl-list > div::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-btn-disabled {
    background: #F0F0F0 !important;
    color: #b7b7b7 !important;
    border: none;
}

.custom-card-img {
    height: 100%;
    width: auto;
}

.custom-card-img-vertical {
    height: 150px;
    width: 100%;
}

.diskon-before {
    color: var(--gray, #777777);
    text-align: left;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: semibold;
}

.nama-langganan {
    color: var(--gray, #777777);
    border-bottom: 1px solid #c0c0c0;
}

.narsum-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9; }

.narsum-prev {
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    z-index: 11; }

.ico-large {
    width: 50px;
    height: 50px;
}

.btn-langganan {
    border-radius: 12px;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--main-yellow, #FFC107);

    color: var(--main-yellow, #FFC107);
    font-size: 14px !important;
    font-weight: 700;
    line-height: 20px;
}

.btn-langganan:hover {
    color: #fff;
    background: var(--main-yellow, #FFC107);
}

.sub-title {
    color: var(--main-black, #0E0E0E);
    line-height: 140%;
    opacity: 0.6000000238418579;
    margin-top: 10px;
}

.badge-durasi {
    border-radius: 12px;
    background: var(--main-yellow, #FFC107);
    color: #fff;
    font-weight: 500;
    line-height: 100%;
    display: inline-flex;
    padding: 6px 5px;
    justify-content: center;
    align-items: center;
}

@media (max-width: 767.98px) {
    .content-promo {
        top: 0;
        bottom: 0;
        left: -30px;
        width: 70%;
        scale: 0.63;
    }

    .vertical-list .meta-vl-list {
        display: block;
    }

    .vertical-list .meta-vl-list > div::before {
        background: none;
    }

    .btn-float {
        bottom: 45px;
        right: 25px;
    }

    .langganan-item {
        margin-top: 20px !important;
    }

    .custom-card-img {
        width: 100%;
        height: 200px;
    }
}

.font-jakarta {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
}

.font-default {
    font-family: "Schibsted Grotesk", sans-serif !important;
} */

.header .nav-link {
    font-size: 14px !important;
}
@media (max-width: 767.98px) {
    .title {
        font-size: 20px !important;
    }
    .footer {
        font-size: 14px !important;
    }
}
#overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 1060;
  cursor: default;
}

#text{
  position: absolute;
  top: 50%;
  left: 50%;
}

@media (max-width: 767.98px) {
    .tab-nav .nav .nav-item {
        margin-right: 17px !important;
    }

    .mobile-nav-link {
        font-size: 14px !important;
    }

    .accordion-button {
        font-size: 14px !important;
    }

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

    .subtitle {
        font-size: 16px !important;
    }

    .testimoni .testimoni-item .testi-dsc .dsc {
        font-size: 16px !important;
    }

    .colaboration-size {
        width: 120px !important;
        margin-right: 10px !important;
    }

    .list li {
        font-size: 16px !important;
    }
}

.btn-register {
    padding: 6px 17px;
    border-radius: 12px;
    border: 1px solid var(--gray, #777);
    background: #FFF;
    color: var(--gray, #777);
}

.color-grey {
    color: grey;
}

.section-form {
    margin-left: 180px;
    margin-right: 180px;
    margin-top: 80px;
}

.m-login__btn {
    width: 100%;
    margin-top: 20px;
}

.footer-login {
    text-align: center;
    position: absolute;
    bottom: 0px;
    right: 0;
    left: 0;
    color: #777777;
}

.box-register {
    float: right;
}

.section-image {
    position: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    width: 26.5% !important;
}

/* Style Select2 */
.select2-container {
    width: 100% !important;
}

/* select.form-control {
    display: none;
} */
.select2-container .select2-selection--single {
    height: 57px !important;
    padding: 10px;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
    right: 4px;
    top: 16px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    border-radius: 0.375rem;
}

.select2-results__option {
    padding: 8px;
}

/* Mark input boxes that gets an error on validation: */
input.invalid,
textarea.invalid,
select.invalid {
    background-color: #ffdddd;
}

.invalid-alert {
    color: #f4516c;
    margin-top: 0.2rem;
    font-size: .75rem;
    margin-left: 0.4rem;
}

@media only screen and (max-width: 900px) {
    .section-form {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
    }

    .section-image {
        display: none;
    }

    .box-register {
        float: left;
        margin-top: 20px;
    }

    .footer-login {
        display: none;
    }

}

.form-step {
    padding-bottom: 2rem;
}

.font-normal {
    font-weight: normal;
}

ul.form-stepper {
    counter-reset: section;
    padding: 0px 16px;
}

ul.form-stepper .form-stepper-circle {
    position: relative;
}

ul.form-stepper .form-stepper-circle span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

.form-stepper-horizontal {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

ul.form-stepper>li:not(:last-of-type) {
    margin-bottom: 0.625rem;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

.form-stepper-horizontal>li:not(:last-of-type) {
    margin-bottom: 0 !important;
}

.form-stepper-horizontal li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form-stepper-horizontal li:not(:last-child):after {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 1px;
    content: "";
    top: 32%;
}

.form-stepper-horizontal li:after {
    background-color: #dee2e6;
}

.form-stepper-horizontal li.form-stepper-completed:after {
    background-color: #4da3ff;
}

.form-stepper-horizontal li:last-child {
    flex: unset;
}

ul.form-stepper li a .form-stepper-circle {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 0;
    line-height: 1.7rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    border-radius: 50%;
}

.form-stepper .form-stepper-active .form-stepper-circle {
    background-color: #ffdc02 !important;
    color: black;
}

.form-stepper .form-stepper-active .label {
    color: black;
}

.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #ffdc02 !important;
    color: black !important;
}

.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}

.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #334e9e !important;
    color: #fff;
}

.form-stepper .form-stepper-completed .label {
    color: black !important;
}

.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #334e9e !important;
    color: #fff !important;
}

.form-stepper .form-stepper-active span.text-muted {
    color: #fff !important;
}

.form-stepper .form-stepper-completed span.text-muted {
    color: #fff !important;
}

.form-stepper .label {
    font-size: 1rem;
    margin-top: 0.5rem;
    color: #6c757d;
}

.form-stepper a {
    cursor: default;
}

.step-prev {
    margin-right: 4px;
    /*            background-color: #ad2629;*/
}

.form-control-prefix {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0e0e0e;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .375rem 0px 0px 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding-right: 2px;
    border-right: 0;
    text-align: right;
}

.select2-search__field {
    height: 22px !important;
    font-family: "Schibsted Grotesk", sans-serif !important;
}

.select2-selection {
    padding: 20 0 20px 5px !important;
}
/* .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 12px !important;
} */
.banner-desktop {
    width: 120px;
    height: 120px;
    object-fit: contain;
}
.card-image {
    width: 200px;
    height: 200px;
}

.disclaimer-image {
    width:60px;
    height: 60px;
}

.product-card-img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.label-user {
    font-weight: 700;
    font-size: 14px;
}

.text-profile  {
    color: #0e0e0e;
}
.text-profile:hover {
    color:rgb(255, 193, 7) !important ;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 15px !important;
}


.card .card-image {
    display: unset !important;
}

.bg-info {
    background: rgb(13,110,253);
}