.why-icon {
    height: 1.75rem;
}

.icon-lg-2line {
    height: 3rem;
    line-height: 3rem;
    width: 4rem;
}
.footer-background {
    background: #24A29F url(https://www.bankbsi.co.id/img/background_footer.png) !important;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    color: #fff !important;
    border-top: 24px solid #F6AD3C;
}

.footer-title {
    color: var(--bs-heading-color);
    /* border-bottom: 3px solid #F6AD3C; */
}

.breadcrumb-white li a {
    color: white !important;
    font-size: 15px;
    font-weight: 500;
}

.breadcrumb-item-white+.breadcrumb-item-white:before {
    color: #fff !important;
    font-size: 15px;
}

.breadcrumb-item-white.active {
    color: #e8e7eb;
    font-size: 15px;
    font-weight: 400;
  }

.breadcrumb-border-bottom {
    border-bottom: 0.5px solid #cccccc !important;
    border-bottom-color: rgb(236, 235, 241);
}

.shadow-sm-no-line-top {
    box-shadow: 0 3px 3px rgba(3, 0, 71, .09) !important;
}

.badge-custom {
    border-radius: 6px 0 6px 0;
    font-size: 12px;
    font-weight: 600;
    padding: 3px 6px;
}

/* 1.25 Sweet Alert */
.swal-button {
    border-radius: 3px !important;
    font-size: 16px !important;
}

.swal-button:focus {
    box-shadow: none !important;
}

.swal-button.swal-button--confirm {
    box-shadow: 0 2px 6px #b9aceb !important;
    background-color: #754ffe !important;
}

.swal-button.swal-button--confirm:focus {
    opacity: 0.8 !important;
}

.swal-button.swal-button--confirm:hover {
    opacity: 1 !important;
}

.swal-footer {
    text-align: center !important;
}

.swal-text {
    text-align: center !important;
    line-height: 24px !important;
    font-weight: 500 !important;
}

.btn-progress {
    position: relative;
    background-image: url("../images/spinner/spinner-white.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    color: transparent !important;
    pointer-events: none;
}

.as-modal-sign__persuasive {
    color: #546071;
    display: block;
    height: 24px;
    margin: 32px auto 18px;
    position: relative;
    text-align: center;
    width: 220px;
}

.as-modal-sign__persuasive {
    color: #546071;
    text-align: center;
}

.as-modal-sign__persuasive::before {
    left: -73px;
}


.as-modal-sign__persuasive::after {
    right: -73px;
}

.as-modal-sign__persuasive::after,
.as-modal-sign__persuasive::before {
    background-color: rgba(58, 65, 102, .4);
    bottom: 0;
    content: "";
    height: 1px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 95px;
}

.section-title {
    font-size: 1.5rem;
}
.left-section{
    min-width: 300px;
}
.separator{
    border-width: var(--bs-border-width) !important;
}
.separator-left{
    position: absolute;
    width:2px;
    height: 50%;
    background-color: var(--bs-border-color);
    left:0;
    border-radius:6px;
}

/* search-section */
#search-section{
    min-height: 280px;
    width: 100%;
    background-color: var(--bs-primary);
    display: flex;
    padding-bottom: 2em;
}
#search-section .searchbox{
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}

#search-section .searchbox .input-group{
    max-width: 600px;
    background-color: var(--bs-light);
    border-radius: 12px !important;
    border: 0 !important;
}

#search-section .searchbox .input-group span{
    border-radius: 0px 12px 12px 0px !important;
    background-color: #fff !important;
    border: 0 !important;
    cursor: pointer;
}
#search-section .searchbox .input-group input{
    border-radius: 12px 0px 0px 12px !important;
    border: 0 !important;
}
.carousel-control-prev{
    left:-20px;
}
.carousel-control-next, .carousel-control-prev{
    background-color: #fff;
    box-shadow: var(--bs-box-shadow);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.carousel-control-next{
    right:-20px;
}

#bannerCarrousel{
    max-height: 330px;
    min-height: 220px;
    background-color: #1C665B;
    border-radius:20px;
    /* max-width: 1150px; */
    margin: auto;
}
#bannerCarrousel .carousel-inner{
    border-radius:20px;
}
#join-slider{
    background-color: #264653;
    min-height: 200px;
}
.card-footer img{
    border-radius: 100%;
}
.text-orange{
    color: #E76F51;
}
.ticket-order .section-ticket{
    position: relative;
    font-size: 1.3rem;
    border-radius: 20px;
    padding: 0 !important;
    /* border: 1px solid #DBDFE7; */
    width: 100%;
    background-color: rgba(var(--bs-body-bg-rgb));
    display: flex;
    flex-direction: column;
}
.ticket-order .section-ticket::before{
    content: "";
    width: 30px;
    height: 15px;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(var(--bs-secondary-bg-rgb));
    border-top-left-radius: 75px;
    border-top-right-radius: 75px;
    /* border: 1px solid #DBDFE7; */
    border-bottom: 0;
    border: 0;
}
.ticket-order .section-ticket .top::before{
    left: -2px;
    bottom: -17px;
    border-bottom-right-radius: 75px;
    border-top-right-radius: 75px;
    /* border: 1px solid #DBDFE7; */
    border-left: 0;
    background-color: rgba(var(--bs-secondary-bg-rgb));
    content: "";
    width: 15px;
    height: 30px;
    position: absolute;
}
.ticket-order .section-ticket .top::after{
    right: -2px;
    bottom: -17px;
    border-bottom-left-radius: 75px;
    border-top-left-radius: 75px;
    /* border: 1px solid #DBDFE7; */
    border-left: 0;
    background-color: rgba(var(--bs-secondary-bg-rgb));
    content: "";
    width: 15px;
    height: 30px;
    position: absolute;
}
.ticket-order .section-ticket .top{
    border-bottom: 3px dashed var(--bs-border-color);
    position: relative;
}

.ticket-order .section-ticket .top, .ticket-order .section-ticket .bottom{
    padding:1em 1.5em;
    display: flex;
    flex-direction: column;
}
.ticket-order .btn{
    padding: 0.3em 0.7em;
}

.ticket-categories, .ticket-order {
    padding: 0 !important;
}
    /* @media (min-width: 860px) {
    .ticket-categories {
        grid-template-columns: repeat(3, 1fr);
    }
    } */
    .ticket-categories span.uk-text-capitalize {
      font-size: 18px;
    }
    .ticket-categories span.icon-loket-tickets {
      font-size: 2rem;
    }
    .ticket-categories .uk-button.on-hover:enabled {
      color: #FFFFFF;
      border-color: #007AFF;
      background-color: #007AFF;
    }
    .ticket-categories .uk-button .add-ticket-button {
      z-index: 2;
    }
    .ticket-categories .uk-button .ai-plus {
      border: 2px solid #ADB6C9;
      border-radius: 50%;
      padding: 9px;
      color: #ADB6C9;
      position: relative;
    }
    .ticket-categories .uk-button:enabled.on-hover .ai-plus {
      border-color: rgba(255, 255, 255, 0.4);
      background-color: #FFFFFF;
      color: #0049CC;
    }
    .ticket-categories .uk-button:enabled.on-hover .ai-plus::after {
      content: "";
      width: 53px;
      height: 53px;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      background-color: rgba(255, 255, 255, 0.4);
      border-radius: 50%;
      right: 0;
      bottom: 0;
      margin: -7px;
    }
    .ticket-categories .uk-button-default {
      /* border: 1px solid #DBDFE7; */
    }
    .ticket-categories .uk-button {
      position: relative;
      font-size: 1.3rem;
      border-radius: 20px;
      padding: 0 !important;
      /* border: 1px solid #DBDFE7; */
      min-height: 300px;
      background-color: #E76F51;
    }
    .ticket-categories .uk-button::before {
      content: "";
      width: 20px;
      height: 40px;
      position: absolute;
      left: -2px;
      top: 50%;
      transform: translateY(-50%);
      border-bottom-right-radius: 75px;
      border-top-right-radius: 75px;
      /* border: 1px solid #DBDFE7; */
      border-left: 0;
      background-color: var(--bs-app-bg-color);
    }
    .ticket-categories .uk-button:hover:enabled {
      border-color: #FFFFFF;
      overflow: hidden;
    }
    .ticket-categories .uk-button:hover:enabled::after {
      content: "";
      width: 165px;
      height: 100%;
      position: absolute;
      top: -43px;
      right: -58px;
      display: block;
      background-color: rgba(0, 73, 204, 0.4);
      transform: rotate(45deg);
    }
    .ticket-categories .barcode {
        margin: 0;
        max-width: 250px;
        display: flex;
        align-items: start;
        justify-content: center;
        flex-direction: column;
        /* height: 300px; */
        padding: 1.5em !important;
        box-sizing: border-box;
        overflow: hidden;
        border-right: 2px dashed #DBDFE7;
    }
    .ticket-categories .uk-button:enabled.on-hover .barcode {
      border: none;
      background-color: rgba(0, 73, 204, 0.1);
    }
    .ticket-categories .uk-button:enabled.on-hover .label-ticket {
      background-color: #007AFF;
    }
    .ticket-categories .uk-button:enabled.on-hover .barcode svg path {
      fill: #003899 !important;
    }
    .label-ticket {
      position: relative;
      box-sizing: border-box;
      padding: 1.7em;
      text-align: left;
      line-height: 1;
      width: 100%;
    }
    .label-ticket p {
      font-weight: 400;
    }
    .label-ticket::before {
        content: "";
        width: 30px;
        height: 15px;
        position: absolute;
        top: -2px;
        left: -15px;
        background-color: var(--bs-app-bg-color);
        border-bottom-left-radius: 75px;
        border-bottom-right-radius: 75px;
        /* border: 1px solid #DBDFE7; */
        border-top: 0;
        border: 0;
    }
    .label-ticket:after {
        content: "";
        width: 30px;
        height: 15px;
        position: absolute;
        bottom: -2px;
        left: -15px;
        background-color: var(--bs-app-bg-color);
        border-top-left-radius: 75px;
        border-top-right-radius: 75px;
        /* border: 1px solid #DBDFE7; */
        border: 0;
        border-bottom: 0;
    }
/* overiding */
.card{
    /* border: 0 !important; */
    transition: all ease-out 0.2s;
}
/* ====== */
a.card-link{
    color: inherit !important;
}
.card.pointer:hover{
    transition: all ease-out 0.2s;
    transform: translateY(-1%);
    box-shadow: var(--bs-box-shadow-lg) !important;
}
.card-16{
    border-radius: 16px !important;
}
.card-16 .card-img-top{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.footer-fe{
    background-color: #17323A;

}
.card-header-img{
    position: relative;
}
.card-header-img .promo{
    border-radius: 12px 0px 0px 0px;
    background-color: #FF5858;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0.4em 0.7em;
}
#topbanner-section{
    padding-bottom: 1em;
    box-shadow: var(--bs-box-shadow-sm);
}
#topbanner-section .banner{
    max-height:300px;
    overflow: hidden;
    border-radius: 16px;
}
#topbanner-section .banner img{
    height: 100% !important;
    border-radius: 16px;
}
.report-section{
    margin-top: 3em;
    border-top: 1px solid var(--bs-border-color);
}
.stepper-line{
    display: block;
    flex-grow: 1;
    margin-left: calc(var(--bs-stepper-pills-size) / 2);
    border-top: var(--bs-stepper-line-border);
    margin-top: 2px;
    margin-bottom: 2px;
}
@media screen and (max-width: 600px) {
    .section-title {
        font-size: 1.25rem;
    }

    .as-modal-sign__persuasive::before {
        left: -32px;
    }
    
    
    .as-modal-sign__persuasive::after {
        right: -32px;
    }
    
    .as-modal-sign__persuasive::after,
    .as-modal-sign__persuasive::before {
        background-color: rgba(58, 65, 102, .4);
        bottom: 0;
        content: "";
        height: 1px;
        margin: auto 0;
        position: absolute;
        top: 0;
        width: 65px;
    }
}

.form-group.required .form-label:after {
    content:" *";
    font-size: 16px;
    color: #e5403d;
}

.text-white{
    color: var(--bs-text-white);
}

.ticket-comp{
    padding: 0;
}
.ticket-comp .ticket-body{
    position: relative;
    font-size: 1.3rem;
    border-radius: 20px;
    padding: 0 !important;
    border: 1px solid #DBDFE7;
    min-height: 200px;
    background-color: #fff;
}
.ticket-comp .ticket-body::before{
    /* content: "";
    width: 20px;
    height: 40px;
    position: absolute;
    left: -1.5px;
    top: 50%;
    transform: translateY(-50%);
    border-bottom-right-radius: 75px;
    border-top-right-radius: 75px;
    /* border: 1px solid #DBDFE7; 
    border-left: 0;
    background-color: #fff;

    border-right: 1px solid #dbdfe7;
    border-inline: 1px solid #DBDFE7; */
}
.ticket-comp .ticket-barcode {
    margin: 0;
    max-width: 300px;
    min-width: 150px;
    display: flex;
    align-items: start;
    justify-content: center;
    flex-direction: column;
    padding: 1.5em !important;
    box-sizing: border-box;
    overflow: hidden;
    border-right: 2px dashed #DBDFE7;
}

.ticket-comp .ticket-info {
    position: relative;
    box-sizing: border-box;
    padding: 1.2em;
    text-align: left;
    line-height: 1;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .ticket-comp .ticket-info p {
    font-weight: 400;
  }
  .ticket-comp .ticket-info::before {
        content: "";
        width: 30px;
        height: 15px;
        position: absolute;
        top: -1.5px;
        left: -15px;
        /* background-color: var(--bs-accordion-active-bg); */
        background-color: #fff;
        border-bottom-left-radius: 75px;
        border-bottom-right-radius: 75px;
        /* border: 1px solid #DBDFE7; */
        border-bottom: 1px solid #dbdfe7;
        border-inline: 1px solid #DBDFE7;
        border-top: 0;
  }
  .ticket-comp .ticket-info:after {
      content: "";
      width: 30px;
      height: 15px;
      position: absolute;
      bottom: -2px;
      left: -15px;
      /* background-color: var(--bs-accordion-active-bg); */
      background-color: #fff;
      border-top-left-radius: 75px;
      border-top-right-radius: 75px;
      /* border: 1px solid #DBDFE7; */
      border: 0;
      border-bottom: 0;
      border-top: 1px solid #dbdfe7;
      border-inline: 1px solid #DBDFE7;
  }
  .accordion-ticket{
    /* background-color: var(--bs-accordion-active-bg); */
  }
.no-cursor{
    cursor: default !important;
}
.indicator-right{
    position: absolute;
    right: 0;
    top:0;
    z-index: 999;
}
.title-page{
    min-height: 180px;
    position: relative;
}
.title-section img{
    /* position: absolute; */
    bottom: 0;
    right: 20px;
    max-width: 300px;
}
/* ===== E-ticket */
.e-ticket-wrapper{
    max-width: 746px;
    margin: 1em auto;
    margin-top: 0;
    background: #fff;
    border: solid 0px #e5e5e5;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    width: 100%;
}
.header-e-ticket{
    /* max-width: calc(746px - 24px - 24px); */
    max-width: 746px;
    height: 62.34px;
    padding: 0 24px;
    /* background-image: url('https://loket-asset-production.s3.amazonaws.com/evoucher/header.png'); */
    background-color: #299d8f;
    background-size: cover;
    width: 100%;
}
.body-e-ticket{
    padding:20px 24px;
}
.body-e-ticket .event-detail{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.body-e-ticket .event-detail  img.event-banner{
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    /* max-width: 266px; */
    max-height: 120px;
}

.body-e-ticket .event-detail ul{
    list-style: none;
}
.body-e-ticket .event-detail ul li{
    list-style: none;
    display: flex;
    align-items: center;
    /* font-size: 1.2em; */
    font-weight: normal;
    margin-bottom:0.5em;
}
.inline-stretch{
    height: 100%;
}
.footer-e-ticket{
    display: flex;
    align-items: center;
    padding: 2em;
    background-color: #17323A;
}

/* ===== End Ticket */
.event-detail-cart{
    display: none;
}
.form-switch.form-check-solid .form-check-input:not(:checked){
    background-color: var(--bs-gray-400);
}
.stepper-for-sm{
    background-color: unset;
    border-radius: 12px;
}

/* Responsive */

@media screen and (max-width: 600px) {
    .icon-lg-2line {
        height: 3rem;
        line-height: 3rem;
        width: 3.5rem;
    }
    .carousel-control-next{
        right: 10px;
    }
    .carousel-control-prev{
        left: 10px;
    }
    .app-header{
        max-height: 70px;
    }
}

@media screen and (max-width: 480px), (max-width: 480px) and (-webkit-device-pixel-ratio: 3), (max-width: 480px) and (-webkit-device-pixel-ratio: 2){
    .app-container{
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
    .ticket-categories .barcode{
        max-width: 100%;
        padding-top: 1.7em !important;
        padding-bottom: 2em !important;
        border-bottom: 2px dashed #DBDFE7;
        border-right: unset;
        text-align: center;
        display: block;
        width: 100%;

    }
    .ticket-categories .uk-button::before{
        border-bottom-left-radius: 75px;
        border-bottom-right-radius: 75px;
        left:50%;
        transform: translateX(-50%);
        top: -2px;
        width: 40px;
        height: 20px;
        border-top-right-radius: 0;
    }

    .label-ticket::before{
        content: "";
        width: 20px;
        height: 40px;
        position: absolute;
        left: -2px;
        top: -20px;
        transform: translateY(0%);
        border-bottom-right-radius: 75px;
        border-top-right-radius: 75px;
        border-bottom-left-radius:0px;
        /* border: 1px solid #DBDFE7; */
        border-left: 0;
        background-color: var(--bs-app-bg-color);
    }

    .label-ticket::after{
        content: "";
        width: 20px;
        height: 40px;
        position: absolute;
        right: -2px;
        left: unset;
        top: -20px;
        transform: translateY(0%);
        border-bottom-left-radius: 75px;
        border-top-left-radius: 75px;
        border-top-right-radius:0px;
        /* border: 1px solid #DBDFE7; */
        border-left: 0;
        background-color: var(--bs-app-bg-color);
    }
    .event-detail-cart{
        display: block;
        position: fixed;
        bottom:-100px;
        height:98px;
        padding:0.7em;
        width: 100%;
        left: 0;
        border-top: 4px solid #319b8d;
        background-color: #fff;
        z-index: 999;
        transition: ease-in 0.2s;
    }
    .event-detail-cart.active{
        bottom:0;
        transition: ease-in 0.2s;
    }
    .stepper-for-sm{
        background-color: #f1faff;
        border-radius: 12px;
    }
}
