/*font face*/
body {
    /* font-family: "Poppins"; */
    font-family: 'Poppins', sans-serif;
    /* font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important; */
    color: #212529;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently*/
}

.container {
    padding: 0 !important;
    max-width: 1220px;
}

/*jarak*/
.my {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-2 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-4 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.my-5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
}

.my-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-7 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
}

.my-8 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mx {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.mx-1 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
}

.mx-2 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
}

.mx-3 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
}

.mx-4 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}

.mx-5 {
    margin-left: 2.5rem !important;
    margin-right: 2.5rem !important;
}

.mx-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
}

.mx-7 {
    margin-left: 3.5rem !important;
    margin-right: 3.5rem !important;
}

.mx-8 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.ma {
    margin: 0 !important;
}

.mt {
    margin-top: 0 !important;
}

.mt-dot2 {
    margin-top: 0.2rem !important;
}

.mt-dot3 {
    margin-top: 0.3rem !important;
}

.mt-1 {
    margin-top: 0.5rem !important;
}

.mt-2 {
    margin-top: 1rem !important;
}

.mt-3 {
    margin-top: 1.5rem !important;
}

.mt-4 {
    margin-top: 2rem !important;
}

.mt-5 {
    margin-top: 2.5rem !important;
}

.mt-6 {
    margin-top: 3rem !important;
}

.mt-7 {
    margin-top: 3.5rem !important;
}

.mt-8 {
    margin-top: 4rem !important;
}

.mb {
    margin-bottom: 0 !important;
}

.mb-dot15 {
    margin-bottom: 0.15rem !important;
}

.mb-dot25 {
    margin-bottom: 0.25rem !important;
}

.mb-1 {
    margin-bottom: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 1rem !important;
}

.mb-3 {
    margin-bottom: 1.5rem !important;
}

.mb-4 {
    margin-bottom: 2rem !important;
}

.mb-5 {
    margin-bottom: 2.5rem !important;
}

.mb-6 {
    margin-bottom: 3rem !important;
}

.mb-7 {
    margin-bottom: 3.5rem !important;
}

.mb-8 {
    margin-bottom: 4rem !important;
}

.ml {
    margin-left: 0 !important;
}

.ml-1 {
    margin-left: 0.5rem !important;
}

.ml-2 {
    margin-left: 1rem !important;
}

.ml-3 {
    margin-left: 1.5rem !important;
}

.ml-4 {
    margin-left: 2rem !important;
}

.mr {
    margin-right: 0 !important;
}

.mr-1 {
    margin-right: 0.5rem !important;
}

.mr-2 {
    margin-right: 1rem !important;
}

.mr-3 {
    margin-right: 1.5rem !important;
}

.mr-4 {
    margin-right: 2rem !important;
}

/*padding*/
.pa {
    padding: 0 !important;
}

.pa-1 {
    padding: 0.5rem !important;
}

.pa-2 {
    padding: 1rem !important;
}

.pa-3 {
    padding: 1.5rem !important;
}

.pa-4 {
    padding: 2rem !important;
}

.px-dot15 {
    padding-right: 0.15rem !important;
    padding-left: 0.15rem !important;
}

.px-dot2 {
    padding-right: 0.2rem !important;
    padding-left: 0.2rem !important;
}

.px-dot25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-dot75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
}

.px {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-2 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-4 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
}

.px-5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
}

.px-6 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.px-7 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
}

.px-8 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
}

.py {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-dot2 {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
}

.py-1 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-4 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.pt {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.5rem !important;
}

.pt-2 {
    padding-top: 1rem !important;
}

.pt-3 {
    padding-top: 1.5rem !important;
}

.pt-4 {
    padding-top: 2rem !important;
}

.pb {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.5rem !important;
}

.pb-2 {
    padding-bottom: 1rem !important;
}

.pb-3 {
    padding-bottom: 1.5rem !important;
}

.pb-4 {
    padding-bottom: 2rem !important;
}

.pl {
    padding-left: 0 !important;
}

.pl-1 {
    padding-left: 0.5rem !important;
}

.pl-2 {
    padding-left: 1rem !important;
}

.pl-3 {
    padding-left: 1.5rem !important;
}

.pl-4 {
    padding-left: 2rem !important;
}

.pr {
    padding-right: 0 !important;
}

.pr-1 {
    padding-right: 0.5rem !important;
}

.p-2 {
    padding-right: 1rem !important;
}

.p-3 {
    padding-right: 1.5rem !important;
}

.pr-4 {
    padding-right: 2rem !important;
}

/*card*/
/* { */
.card-detail-checkout {
    margin-top: 2rem;
}

.choose {
    text-align: center;
}

.card-welcome {
    padding: 18% 0% 20% 25%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: Beauty Mountains Personal Use;
}

.card-coming-soon {
    padding: 10% 0% 10% 20%;
    height: 100%;
    color: #fff;
    text-align: center;
    font-family: Beauty Mountains Personal Use;
}

.card-coming-soon h3 {
    font-size: 100px;
    margin-bottom: 6rem;
}

.card-coming-soon p {
    font-family: "Poppins SemiBold";
    font-weight: bold;
    font-size: 50px;
}

.card-welcome h3 {
    line-height: 2;
    font-size: 70px;
}

.card-login {
    /*height: 100%;*/
    margin-top: 3rem;
}

.card-kin {
    padding: 3rem 15px 15px 15px;
    background: #fff;
    font-size: 13px;
    margin-top: -85px;
    z-index: 2;
    position: relative;
    display: block;
    min-height: 100px;
    margin-bottom: 4rem;
    font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif !important;
    text-align: justify;
}

.choose {
    font-size: 13px;
}

.card-paket-promo-large {
    height: 43vh;
}

.card-paket-promo-small {
    height: 16vh;
}

.card-title-banner {
    height: 250px;
}

.card-paket-promo-large,
.card-paket-promo-small,
.card-title-banner,
.img-detail-carousel,
.img-detail-carousel-large,
.img-detail-carousel-middle,
.img-detail-carousel-small,
.img-detail-carousel-middle2,
.card-shadow {
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.card-paket-promo-large,
.card-paket-promo-small,
.card-title-banner {
    position: relative;
    display: block;
    background: #f4f4f4;
    overflow: hidden;
}

.card-pannel,
.card-shadow {
    position: relative;
}

.card-pannel-body,
.card-method {
    position: relative;
    display: block
}

.card-method {
    padding: 15px 0;
}

.card-shadow {
    padding: 15px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.card-pannel-body,
.card-pannel-header {
    padding: 15px 0;
}

.card-pannel-header {
    border-bottom: 1px solid #eee;
}

.card-pannel-header h4 {
    font-weight: bold;
    margin-bottom: 0;
}

.title-paket-content {
    font-size: 14px;
    padding: 0 15px;
    text-transform: capitalize;
    color: #484848;
}

.title-paket-content h3 {
    font-size: 32px !important;
}

.title-paket,
.title-paket:hover {
    color: #484848;
}

.title-about h1:before,
.title-about h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: "";
    vertical-align: middle;
    background: rgba(0, 0, 0, 0.5);
}

.card-title-banner {
    display: block;
    width: 100%;
}

.banner-search {
    height: 150px;
}

.card-title-banner>.tittle-banner,
.card-paket-promo-large>.tittle-banner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 100%;
}

.card-title-banner>.tittle-banner a,
.card-paket-promo-large>.tittle-banner a {
    padding: 5% 15%;
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}

.tittle-banner h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #fff;
}

.label-banner {
    font-size: 12px;
    color: #fff;
}

.form-banner {
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
}

.tittle-banner h1:before,
.tittle-banner h1:after {
    display: inline-block;
    width: 50px;
    height: 1px;
    content: "";
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
}

.title-vendorbypaket {
    font-size: 12px;
    font-weight: bold;
}

.tittle-banner h1 {
    font-family: Poppins SemiBold;
    font-size: 40px;
}

.title-paket-content h3,
.custom-packages h3,
.title-desc-paket-promo,
.title-paket,
h2.tittle-detail-paket,
h3.tittle-paket,
.card-title-news,
.card-title-news-detail,
.tittle-detail-promo,
.card-title-banner-detail,
.duration-paket,
.duration-detail,
h2.tittle-detail2 {
    /* font-family: Poppins SemiBold; */
    font-size: 18px;
    /* font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif; */
}

.desc-trip-info {
    margin-bottom: 1rem;
    color: #929292;
}

.card-paket {
    position: relative;
    width: 100%;
    height: 290px;
    display: block;
    overflow: hidden;
}

.card-paket-diskon,
.card-paket-village {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    /* border: 1px solid #ccc; */
}

.card-paket-village {
    height: 150px;
    border-radius: 3px;
}

.card-event-body {
    position: relative;
    width: 100%;
    display: block;
    overflow: hidden;
    height: 350px;
    border-radius: 3px;
    color: #000;

    /* box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06); */
}

.card-icon-category {
    height: 40px;
    position: relative;
    width: 100%;
    margin-bottom: .5rem;
    padding: 3px;
    transition: 0.5s;
}

.card-icon-category:hover {
    /* background: rgb(242, 180, 0) !important; */
    color: rgb(242, 180, 0) !important;
    transition: 0.5s;
}

.card-name-icon-category-dropdown {
    position: relative;
    display: table-cell;
    height: 30px;
    vertical-align: middle;
    font-size: 12px;
    padding: 2px 5px;
}

.icon-category-dropdown {
    position: relative;
    display: inline-block;
    overflow: hidden;
    height: 30px;
    width: 30px;
}

.name-icon-category-dropdown {
    display: inline-block;
}

.title-paket {
    font-size: 18px;
    /* font-weight: bold; */
    font-weight: 600 !important;
    line-height: 1.3;
    margin-bottom: 0.25rem;
    /* text-transform: capitalize; */
}

.tittle-detail-paket {
    font-weight: bold;
    margin: 2rem 0;
    color: #484848;
    text-transform: capitalize;
}

.tittle-detail2 {
    font-weight: bold;
    margin: 1.5rem 0;
    color: #484848;
}

.price-paket {
    font-size: 14px;
    color: #70707a;
}

.price-paket-cal {
    position: absolute;
    left: 50px;
    top: 7px;
    font-size: 12px;
    z-index: 9;
}

.price-paket-sticky span {
    background: rgba(25, 181, 254, 1);
    padding: 2px 5px;
    text-decoration: line-through;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
}

.rate-ulasan {
    margin-top: -4px;
}

.rate-ulasan .empty-stars:before,
.rate-ulasan .full-stars:before,
.rate-filter .empty-stars:before,
.rate-filter .full-stars:before {
    font-size: 20px;
}

.rate-filter .empty-stars:before,
.rate-filter .full-stars:before {
    line-height: 1;
}

.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #ffc107;
    font-weight: bold;
}

.empty-stars:before,
.full-stars:before {
    font-family: "Font Awesome 5 Free";
    content: "\f005\f005\f005\f005\f005";
    font-size: 12px;
}

.empty-stars:before {
    -webkit-text-stroke: 0px;
}

.full-stars:before {
    -webkit-text-stroke: 0px #ffc107;
}

@-moz-document url-prefix() {
    .full-stars {
        color: #ffc107;
    }
}

/* .rate-paket {
        margin-top: -10px;
    } */

.number-rating {
    font-size: 8px;
    color: #70707a;
}

.slider-fixed {
    position: relative;
}

.content-detail {
    height: 3000px;
    width: 100%;
    position: relative;
}

.slider-price-right {
    background: #fff;
    position: relative;
    display: block;
    font-size: 12px;
    border-radius: 3px;
    padding: 15px;
    /* border: 1px solid #ced4da; */
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.point-of-rate {
    font-family: Poppins SemiBold;
    font-size: 35px;
    color: #ffc107;
}

.people-point {
    color: #929292;
}

.width-rating-empty,
.width-rating-full {
    height: 10px;
    background: #dedede;
    display: block;
    position: absolute;
    border-radius: 5px;
}

.width-rating-full {
    background: #ffc107;
}

.width-rating-empty {
    width: 100%;
    background: #dedede;
}

.point-of-rating-detail {
    position: relative;
    overflow: hidden;
    display: inline-block;
    height: 10px;
    width: 100%;
    padding: 0px 0;
    border-radius: 10px;
    margin-bottom: 5px;
    border-radius: 5px;
}

.rating-detail {
    font-size: 12px;
}

.rating-ulasan-detail {
    margin-top: -5px;
}

.category-detail-paket {
    margin-top: 560px;
}

.card-checkout {
    margin-top: 2rem;
}

.radio-checkout label.custom-control-label {
    padding: 15px;
}

.radio-checkout .custom-control-label::before,
.radio-checkout .custom-control-label::after {
    top: 0;
    bottom: 0;
    left: -15px;
    margin: auto;
}

.desc-paket-promo {
    position: absolute;
    z-index: 1;
    bottom: 1rem;
    color: #fff;
    width: 100%;
    height: 75px;
    padding: 5px 10px;
}

.title-desc-paket-promo,
.price-paket-promo {
    font-weight: bold;
    text-transform: capitalize;
}

.price-paket-promo {
    color: #fff;
    font-size: 12px;
    margin-bottom: 2px;
}

.title-desc-paket-promo {
    font-size: 18px;
}

/* .price-paket-promo span{ */
/*font-weight: bold;
        background: rgba(25, 181, 254, 1);
        color: #fff;
        width: auto;
        position: relative;
        padding: 1px 5px;
        border-radius: 2px;*/
/* } */
.price-diskon-promo,
.price-promo {
    margin-top: -5px;
}

.price-diskon-promo span,
.price-promo span {
    font-size: 10px;
    font-weight: bold;
    /* background: rgba(25, 181, 254, 1); */
    text-decoration: line-through;
    width: auto;
    position: relative;
    padding: 1px 5px;
    border-radius: 2px;
}

.price-paket span,
.price-paket-promo span {
    font-weight: bold;
    background: rgba(25, 181, 254, 1);
    padding: 1px 5px;
    border-radius: 2px;
    color: #fff;
    margin-bottom: 2px;
}

.price-diskon-promo span {
    color: #929292;
}

.price-promo span {
    color: #fff;
}

.card-directory {
    height: 190px;
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    /* border: 1px solid #ccc; */
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.card-img-directory {
    height: 100px;
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: -50px;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.card-img-directory img {
    background: #fff;
    padding: 10px;
}

.card-img-promo,
.card-img-news {
    height: 180px;
    position: relative;
    display: block;
    overflow: hidden;
}

.card-title-directory,
.card-news {
    position: relative;
    width: 100%;
    padding: 5px 10px;
    font-weight: bold;
    color: rgba(25, 181, 254, 1);
}

.card-title-directory {
    height: 55px;
}

.card-desc-promo {
    padding: 5px 10px;
    height: 140px;
    /*border-bottom: 1px solid #ccc;*/
}

.card-news {
    height: 210px;
    font-size: 12px;
    color: #000;
    display: block;
    overflow: hidden;
    position: relative;
    text-align: justify;
}

.card-promo {
    position: relative;
    overflow: hidden;
    display: block;
}

.card-title-news,
.card-title-news-detail,
.tittle-detail-promo,
.card-title-banner-detail {
    color: rgba(25, 181, 254, 1);
    text-align: left;
    font-size: 1.25rem;
}

.card-title-promo {
    color: #000;
    text-align: left;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
    text-transform: capitalize;
}

.icon-promo {
    font-size: 16px;
}

.count-voucher {
    font-size: 16px;
    font-weight: bold;
    color: #f2b400;
}

.card-voucher-promo {
    color: rgba(0, 0, 0, 0.54);
    font-size: 12px;
}

.card-title-news-detail {
    font-weight: bold;
    padding-bottom: 1rem;
}

.card-title-agent-directory {
    font-size: 18px;
    font-weight: bold;
}

.card-news-directory {
    border: 1px solid #ccc;
}

.card-address-directory {
    font-size: 12px;
}

.card-title-filter {
    padding: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
    /* border-bottom: 2px solid #f2b400; */
}

.filter-navbar {
    /* min-height: 950px; */
    display: block;
    position: relative;
}

.input-group-filter {
    color: #fff;
    width: 60px;
    text-align: center;
    position: relative;
    display: block;
    background: #19b5fe;
}

.price-filter-slider {
    font-size: 10px;
    margin: 5px -15px;
}

.card-sorting {
    padding: 2px 0px;
    /* border-bottom: 2px solid #f2b400; */
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 10px;
    border-radius: 3px;
}

.card-filter {
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.card-body-filter {
    padding: 15px 0;
}

.card-line-register {
    position: relative;
    display: block;
    overflow: hidden;
}

.share-news {
    padding-top: 1rem;
}

.card-decs-news {
    font-size: 14px;
}

.footer-card-news-detail {
    display: block;
    color: #00000075;
    font-size: 12px;
    padding: 10px 0;
}

.footer-card-absolute {
    position: absolute;
    bottom: 0;
    width: 100%;
}

pre {
    margin: 0;
    margin-top: 1rem;
    font-family: "Poppins";
    white-space: pre-line;
    text-align: justify;
    line-height: 2;
}

.card-diskon {
    position: absolute;
    top: 0;
    width: 42px;
    height: 50px;
    background: #f1b300;
    z-index: 2;
    left: 10px;
    color: #fff;
    font-weight: bold;
    padding: 20px 10px 10px 10px;
    font-size: 12px;
    font-family: Poppins SemiBold;
    line-height: 1;
    text-align: center;
}

.card-diskon::before {
    content: "";
    background: #fff;
    z-index: 1;
    position: absolute;
    top: 0px;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    height: 8px;
    width: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.body-paket {
    height: 90px;
    position: relative;
    display: block;
    margin-top: 1rem;
}

.card-invoice h6 {
    margin-top: 0.25rem;
    font-weight: bold;
}

.no-invoice {
    font-size: 12px;
}

.no-invoice h5 {
    font-weight: bold;
    color: #19b5fe;
}

.list-unstyled h5 {
    font-size: 18px;
    font-weight: bold;
    font-family: Poppins SemiBold;
    text-transform: capitalize;
}

.no-invoice h5 span {
    border-bottom: 1px solid #000;
}

.body-invoice label,
.body-payment label {
    margin-bottom: 0;
    font-size: 12px;
    color: #929292;
}

label.date-expired {
    font-size: 10px;
    /* font-weight: bold; */
    color: #fff;
    background: #dd4b39;
    border-radius: 100px;
    padding: 2px 10px;
    white-space: nowrap;
}

.body-invoice {
    font-size: 12px;
    border: 1px solid #dee2e6;
    border-radius: 3px;
    padding: 5px 15px;
    margin-bottom: 1rem;
}

.body-invoice-border-bot {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 5px;
}

.table td.no-border-invoice {
    border: none;
}

.table td.no-border-invoice span,
.table td span {
    float: right;
}

.table thead th {
    border-bottom: 3px solid #dee2e6 !important;
}

.theiaStickySidebar {
    color: #484848;
    font-size: 14px;
}

.date-detail-paket {
    font-size: 12px;
    color: #929292;
}

.card-calculation,
.card-calculation .col-form-label-sm,
.card-calculation .form-control-sm,
.card-calculation .input-group-sm>.form-control,
.card-calculation .input-group-sm>.input-group-prepend>.input-group-text,
.card-calculation .input-group-sm>.input-group-append>.input-group-text,
.card-calculation .input-group-sm>.input-group-prepend>.btn,
.card-calculation .input-group-sm>.input-group-append>.btn,
.card-calculation .form-input-date {
    font-size: 12px;
}

.card-calculation .form-control:disabled,
.card-calculation .form-control[readonly] {
    background-color: #fff;
    background: #fff;
    border: none;
}

.card-calculation .form-control:focus {
    box-shadow: none;
}

#totalnominalkupon input {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.tota-paket .form-control:disabled,
.total-paket .form-control[readonly] {
    font-size: 20px;
    color: #19b5fe;
    font-weight: bold;
}

.head-promo {
    font-size: 12px;
}

.ket-invoice {
    position: relative;
    background: #19b5fe;
    color: #fff;
    /* color: #19b5fe; */
    /* border-top: 2px solid #19b5fe; */
    /* border-bottom: 2px solid #19b5fe; */
    border-radius: 3px;
    font-size: 12px;
    padding: 5px 15px;
}

.kode-unik-invoice {
    position: relative;
    display: block;
    margin-bottom: 1rem;
}

.kode-unik-invoice .arrow-bottom-invoice:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #19b5fe;
    position: absolute;
    right: 5px;
    bottom: -10px;
}

.kode-unik-invoice .arrow-bottom-invoice:after {
    content: "Mohon transfer sampai 3 digit terakhir";
    font-size: 12px;
    /* background: #19b5fe; */
    /* color: #fff; */
    color: #19b5fe;
    border-top: 2px solid #19b5fe;
    /* border-bottom: 2px solid #19b5fe; */
    /* border-radius: 3px; */
    font-size: 12px;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    white-space: nowrap;
    bottom: -35px;
}

.tridigit-unik {
    position: absolute !important;
    right: 0;
    color: #19b5fe;
    z-index: 2;
}

.kode-unik-invoice span {
    position: relative;
}

.obj-center {
    margin-bottom: 0;
}

.desc-ck {
    line-height: 2;
    text-align: justify;
}

.card-comment {
    display: block;
    background: #f4f4f4;
    padding: 20px;
    position: relative;
    border-radius: 5px;
}

.card-comment::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 10px;
    border-top: 20px solid transparent;
    border-right: 40px solid #f4f4f4;
    border-bottom: 20px solid transparent;
}

.modal-backdrop.show {
    display: none;
}

.fade.show {
    background: rgba(255, 255, 255, .9);
}

.card-modal-content {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    display: block;

}

.no-border {
    border: none;
}

.tittle-modal {
    text-align: right;
    text-align: right;
    padding-top: 40px;
}

.tittle-modal span {
    background: #19b5fe;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 40px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.ft-12 {
    font-size: 12px;
}

textarea {
    height: 100px;
}

.card-info {
    background: #d9ebff;
    padding: 15px;
    border-left: 5px solid #19b5fe;
    margin: 1rem 0;
    font-size: 12px;
}

/* end card */

/*tittle*/
h4.tittle-paket {
    font-size: 1.2rem;
    font-weight: bold;
}

.card-body-title-filter {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 0.5rem;
    /* border-left: 4px solid #19b5fe; */
    /* padding-left: 20px; */
    /* background: #eee; */
    /* padding: 10px; */
}

.label-duration {
    font-size: 12px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    height: 35px;
}

.custom-control-label-sm {
    font-size: 13px;
    margin-bottom: 0.25rem;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Old versions of Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently*/
}

.news-terpopuler {
    text-transform: uppercase;
    background: rgba(25, 181, 254, 1);
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 10px;
    width: auto;
    display: inline-flex;
}

.news-date {
    text-align: right;
    font-size: 10px;
    color: #00000075;
}

.news-detail-at {
    padding: 1rem 0;
    font-size: 14px;
}

.news-detail-date,
.news-detail-show,
.banner-detail-date {
    padding: 0 1rem;
    color: #00000075;
    text-align: center;
}

.notif-message {
    border-bottom: 1px solid #f2b400;
    width: 100%;
}

.notif-message-date {
    color: #00000075;
    font-size: 10px;
    text-overflow: ellipsis;
}

.notif-message-in {
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 0;
}

.gj-datepicker [role="right-icon"] {
    z-index: 1;
}


/*icon*/
.icon-kategory {
    height: 11vh;
    width: 11vh;
    margin: 0 auto;
    /* border: 1px solid #ccc; */
    /* border-radius: 10px; */
    /* padding: 5px; */
}

.icon-kategory img {
    object-fit: contain;
}

.content-kategori,
.address-checkout,
.register-checkout {
    font-size: 12px;
}

.card-custom-packages {
    height: 250px;
    width: 100%;
    background: url("../images/assets/custombg.jpg");
    background-size: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.custom-packages {
    color: #fff;
    padding: 40px 20px;
}

.title-custom-packages {
    margin-bottom: 90px;
}

.icon-partner {
    position: relative;
    height: auto;
    width: 100px;
    margin: 0 auto;
    background: #ffffff;
}

.title-company-detail {
    font-size: 24px;
    font-weight: bold;
    text-transform: capitalize;
}

.card-title-company-detail {
    height: auto;
    /*border: 1px solid #ccc;*/
}

.card-banner-photos-directory {
    border: none !important;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}

.address-detail-company {
    font-size: 12px;
    color: #8c8c8c;
}

.card-title-address-company {
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}

.icon-reply {
    transform: rotate(180deg);
    position: absolute;
    right: 0;
    font-size: 20px;
    color: #888;
}

.icon-footer {
    font-size: 20px;
    padding: 5px;
}

.icon-footer-about {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 1rem;
    width: 1rem;
    color: #929292;
    font-size: 14px;
}

.card-header-populer {
    border-bottom: 1px solid rgb(242, 180, 0);
    font-weight: bold;
    background: #fff;
}

.icon-profile-detail {
    flex: 0 0 5%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    width: 5%;
}

.icon-profile-detail span {
    padding-right: 15px;
}

.label-icon-profile {
    flex: 0 0 95%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    min-height: 1px;
    width: 95%;
}

.label-icon-profile,
.icon-profile-detail {
    font-size: 14px;
    padding: 0.25rem 0px;
    color: rgba(0, 0, 0, 0.7);
}

/*button*/
a:hover {
    text-decoration: none;
}

a label.title-kategory {
    cursor: pointer;
    color: #484848;
    text-transform: capitalize;
}

.breadcrumb-paket-detail {
    font-size: 12px;
    border-bottom: 2px solid #f2b400;
    border-radius: 0;
}

.breadcrumb-paket-detail2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.breadcrumb-paket-detail2 li.arrow {
    display: inline-block;
    margin-right: 50px;
    position: relative;
    color: #929292;
}

.breadcrumb-paket-detail2 li a {
    color: #19b5fe;
}

.breadcrumb-paket-detail2 li.arrow+li.arrow:after,
.breadcrumb-paket-detail2 li.arrow+li.arrow:before {
    content: "";
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    z-index: 1;
    top: 6px;
}

.breadcrumb-paket-detail2 li.arrow+li.arrow:before {
    border-left: 5px solid #19b5fe;
    left: -30px;
}

.breadcrumb-paket-detail2 li.arrow+li.arrow:after {
    border-left: 5px solid #fff;
    left: -32px;
}

.btn-upper {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-white {
    background: #fff;
    color: #484848;
}

.btn-uppercase {
    text-transform: uppercase;
    font-weight: bold;
}

.btn-save {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    background: rgba(25, 181, 254, 1);
    color: #fff !important;
    transition: 0.5s;
}

.btn-save:hover {
    background: rgb(242, 180, 0);
    transition: 0.5s;
}

.btn-facebook-login,
.btn-facebook,
.btn-google,
.btn-twitter {
    font-size: 12px;
    padding: 5px;
}

.btn-facebook-login,
.btn-facebook,
.btn-small-facebook {
    background: #4267b2;
    border: 1px solid #4267b2;
    color: #fff;
    transition: 0.5s;
}

.btn-small-whatsapp {
    background: #00e676;
    border: 1px solid #00e676;
    color: #fff;
    transition: 0.5s;
}

.btn-small-facebook,
.btn-small-whatsapp,
.btn-small-twitter,
.btn-small-google-plus {
    padding: 0px;
    font-size: 28px;
}

.btn-facebook-login {
    padding: 10px;
}

.btn-facebook,
.btn-small-facebook,
.btn-small-whatsapp,
.btn-twitter,
.btn-small-twitter {
    background: #ffffff;
    border: none !important;
    color: rgb(46, 46, 46);
    transition: 0.5s;
    padding: 0 10px;
}

.btn-small-line {
    font-size: 40px;
    left: 0;
    position: absolute;
}

.btn-line {
    display: inline-block;
    width: 35px;
    height: 35px;
}

.btn-back {
    position: absolute;
}

.btn-detail {
    padding: 10px 15px;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    text-align: right;
}

.btn-link {
    color: rgba(25, 181, 254, 1) !important;
    transition: 1s;
    text-decoration: none;
    font-size: 12px;
}

.btn-small-facebook:hover {
    transition: 0.5s;
    color: #4267b2;
}

.btn-small-whatsapp:hover {
    transition: 0.5s;
    color: #00e676;
}

.btn-small-twitter:hover {
    transition: 0.5s;
    color: #19b5fe;
}

.btn-link:hover {
    transition: 1s;
    color: #f2b400;
    text-decoration: none;
}

.btn-facebook-login:hover,
.btn-facebook:hover,
.btn-twitter:hover

/* .btn-small-facebook:hover,
.btn-small-google-plus:hover,
.btn-small-whatsapp:hover,
.btn-small-twitter:hover  */
    {
    transition: 0.5s;
    color: #fff;
}

.btn-google {
    transition: 0.5s;
}

.btn-google,
.btn-outline-save {
    background: #fff;
    border: 1px solid rgba(25, 181, 254, 1);
    color: #000;
    transition: 0.5s;
}

.btn-small-google-plus {
    background: #dd4b39;
    border: 1px solid #dd4b39;
    color: #fff;
    transition: 0.5s;
}

.btn-small-line,
.btn-small-line:hover {
    color: #00b833;
    transition: 0.5s;
}

.btn-twitter,
.btn-small-twitter {
    background: #fff;
    color: #373737;
    transition: 0.5s;
}

.title-village-promotion {
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    height: 150px;
    width: 400px;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    display: table-cell;
    vertical-align: middle;
    font-family: Poppins ExtraBold;
}

.absolute-village-promotion {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}

.link-register {
    color: #19b5fe;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.5s;
}

.link-register:hover {
    color: rgb(242, 180, 0);
    transition: 0.5s;
}

.btn-heart-diskon .btn-heart {
    top: 15px;
    background: none;
}

.btn-heart {
    position: absolute;
    right: 18px;
    top: -1.5rem;
    z-index: 1;
    width: 45px;
    height: 45px;
    background: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    padding: 10px 7px;
}

.btn-heart input[type="checkbox"].heart-checkbox+label.heart-label {
    font-size: 30px;
}

.heart {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: red;
}

.heart:before {
    content: "\f08a";
}

input[type="checkbox"].heart-checkbox {
    position: absolute;
    opacity: 0;
    left: 0;
    width: 30px;
    height: 30px;
    cursor: pointer !important;
}

input[type="checkbox"].heart-checkbox+label.heart-label {
    cursor: pointer;
    font-size: 16px;
    color: #ff005c;
}

input[type="checkbox"].heart-checkbox:checked+label.heart-label:before {
    color: #ff005c;
    content: "\f004";
}

.radio-date-check input[type="radio"],
.radio-date-check input[type="checkbox"] {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
}

.radio-date-check input.custom-control-input {
    z-index: 2;
}

.radio-date-check .custom-control-label::before,
.radio-date-check .custom-control-label::after {
    top: .1rem;
}

.radio-date-check .custom-radio .custom-control-input:checked~.custom-control-label::before {
    background: #19b5fe;
    background-color: #19b5fe;
    border-width: 2px;
    border-color: #fff;
}

.radio-date-check .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

label.heart-label:before {
    content: "\f08a";
}

label.heart-label {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: red;
}

.VueCarousel-pagination[data-v-438fd353] {
    position: absolute;
    z-index: 1;
    left: 15px;
    bottom: 0.25rem;
}

.top-sticky {
    top: 70px !important;
}

.VueCarousel-dot[data-v-438fd353],
.VueCarousel-dot-container[data-v-438fd353] {
    margin-top: 0 !important;
}

.VueCarousel-pagination[data-v-438fd353] {
    text-align: left;
}

.VueCarousel-navigation-prev[data-v-453ad8cd] {
    transform: translateY(-135%) translateX(-20%) !important;
}

.VueCarousel-navigation-next[data-v-453ad8cd] {
    transform: translateY(-135%) translateX(20%) !important;
}

.VueCarousel-navigation-prev[data-v-453ad8cd],
.VueCarousel-navigation-next[data-v-453ad8cd] {
    font-family: "Poppins" !important;
    border: none !important;
    border-radius: 50%;
    width: 30px;
    color: #969393 !important;
    background: #fff !important;
    background-color: #fff !important;
    height: 30px;
    padding: 0 !important;
    font-weight: bold;
    transition: all 1s ease-in-out;
    height: 50px;
    width: 50px;
    font-size: 20px;
    box-shadow: rgba(0, 0, 0, 0.14) 0px 1px 1px 1px;
}

.VueCarousel-navigation-prev[data-v-453ad8cd]:hover,
.VueCarousel-navigation-next[data-v-453ad8cd]:hover {
    transition: all 1s ease-in-out;
    border: none !important;
    /*transform: scale(1.5) !important;*/
}

.VueCarousel-navigation-button[data-v-453ad8cd]:focus {
    border-radius: 50%;
    outline: none !important;
}

.VueCarousel-dot[data-v-438fd353]:focus {
    outline: none !important;
}

.vue-slider-rail {
    background-color: #e1e1e1 !important;
}

.number-input--controls>input[data-v-016ae424] {
    text-align: center;
    padding-left: 2.375rem;
    padding-right: 1.375rem;
}

.vue-slider-process,
.vue-slider:hover .vue-slider-process,
.vue-slider-dot-tooltip-inner,
.number-input__button[data-v-016ae424]:hover::after,
.number-input__button[data-v-016ae424]:hover::before {
    background-color: rgba(25, 181, 254, 1) !important;
}

.number-input__button--plus[data-v-016ae424] {
    cursor: pointer;
}

.number-input__button--minus[data-v-016ae424] {
    cursor: pointer;
}

.number-input--inline[data-v-016ae424]:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.vue-slider-dot-tooltip-inner-bottom::after {
    border-bottom-color: rgba(25, 181, 254, 1) !important;
}

.vue-slider-dot-handle {
    border: none !important;
    -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}

.vue-slider-dot {
    width: 17px !important;
    height: 17px !important;
    z-index: 1 !important;
}

.number-input__button[data-v-016ae424]::after,
.number-input__button[data-v-016ae424]::before {
    border-radius: 3px !important;
}

.number-input__button[data-v-016ae424]::after {
    height: 40% !important;
    width: 3px !important;
}

.number-input__button[data-v-016ae424]::before {
    height: 3px !important;
    width: 40% !important;
}

.number-input__button[data-v-016ae424]::after,
.number-input__button[data-v-016ae424]::before {
    background-color: #19b5fe !important;
}

.number-input__input[data-v-016ae424]:focus {
    border-color: #19b5fe !important;
}

.number-input__button[data-v-016ae424]:disabled {
    opacity: 0.35 !important;
}

.number-input__input[data-v-016ae424] {
    font-size: 13px !important;
}

.owl-theme .owl-nav {
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
    width: 100%;
    margin-top: 0;
}

.owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.vfc-styles-conditional-class .vfc-main-container .vfc-calendars-container .vfc-calendars .vfc-calendar div.vfc-content {
    z-index: 1 !important;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
    background: #fff !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    font-size: 30px !important;
    color: #969393 !important;
    opacity: 0.5;
    transition: 1s;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    transition: 1s;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0;
}

.owl-theme .owl-dots .owl-dot span {
    background: #00000042 !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #19b5fe !important;
}

#foto_identitas,
#foto_buyer {
    font-size: 12px;
}

.notif-buyer {
    font-size: 20px;
    padding: 8px 0 0 0;
    position: relative;
    color: #919191;
}

.count-notif-buyer {
    position: absolute;
    background: red;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    padding: 2px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    top: -5px;
    right: -10px;
    font-size: 10px;
}

.custom-control-label::before {
    width: 1.25rem;
    height: 1.25rem;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #ccc;
    width: 1.25rem;
    height: 1.25rem;
}

.custom-control-label::after {
    width: 1.25rem;
    height: 1.25rem;
}

.card-pannel-body .custom-control-label::before {
    background: #fff;
    border: 1px solid #ccc;
}

.card-pannel-body .custom-control {
    padding-left: 1.5rem;
}

.card-pannel-body .custom-control-label {
    font-size: 12px;
}

.ket-method {
    font-size: 12px;
    color: #929292;
}

.btn-arrow-bottom,
.btn-arrow-bottom-2 {
    padding: 0;
    position: relative;
    display: block;
    height: 7px;
    width: 100%;
}

.btn-arrow-bottom-2 {
    z-index: 1;
    -webkit-animation: arrowbot2 1s;
    animation: arrowbot2 1s;
}

.btn-arrow-bottom {
    z-index: 2;
    -webkit-animation: arrowbot 1s;
    animation: arrowbot 1s;
}

.btn-arrow-bottom,
.btn-arrow-bottom-2 {
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.link-arrow-bottom::before,
.link-arrow-bottom::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.link-arrow-bottom::before {
    border-top: 10px solid #19b5fe;
}

.link-arrow-bottom::after {
    border-top: 10px solid #ffffff;
    top: -3px;
}

.quantity input {
    pointer-events: none;
    border: none;
}

.quantity {
    position: relative;
    display: block;
    font-weight: bold;
}

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.quantity input[type=number] {
    width: 80%;
    margin: 0 auto;
    font-family: "Poppins SemiBold";
    font-size: 18px;
    -moz-appearance: textfield;
}

.quantity-up,
.quantity-down {
    position: absolute;
    top: 0;
    border: 2px solid #19b5fe;
    color: #19b5fe;
    cursor: pointer;
    padding: 0px;
    font-size: 20px;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 35px;
    height: 35px;
    text-align: center;
    -o-user-select: none;
}

.quantity-up {
    right: 0;
}

.quantity-down {
    left: 0;
}

.btn-icon-modal {
    background: #19b5fe;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;
    padding: 15px;
}

.btn-tab {
    width: 100%;
    text-align: center;
    background: #f4f4f4;
    margin-bottom: 1rem;
    font-size: 12px;
    font-weight: bold;
    padding: 20px;
}

.dropdown-search .active {
    background: #fff;
}

.goog-text-highlight {
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    box-sizing: none !important;
    -webkit-box-sizing: none !important;
}

/* end button */

/*images*/
.bg-login {
    background: url(../images/assets/bg-login.jpg) center center no-repeat;
    background-size: cover;
}

.icon-welcome {
    height: 100px;
    width: 100px;
    background: #fff;
    padding: 10px;
    border-radius: 50%;
    margin-bottom: 2rem;
}

.img-login {
    position: absolute;
    bottom: 0;
    z-index: 1;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.img-choose {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.img-responsive {
    background-size: cover;
    object-fit: cover;
    object-position: top;
    height: 100%;
    width: 100%;
}

.img-not-found-zero {
    background-size: contain;
    object-fit: contain;
    padding: 5px;
    object-position: center;
}

.img-detail-carousel,
.img-detail-carousel-large,
.img-detail-carousel-middle,
.img-detail-carousel-small,
.img-detail-carousel-middle2 {
    overflow: hidden;
    display: block;
    margin-bottom: .5rem;
    width: 100% !important;
    position: relative !important;
    float: none !important;
    top: 0 !important;
}

.img-detail-carousel-large {
    height: 60vh !important;
}

.img-email {
    width: 150px;
    margin: 1rem auto;
}

.check-email {
    position: absolute;
    z-index: 2;
    width: 80px;
    top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ftg-items {
    height: auto;
}

.final-tiles-gallery.caption-top .tile {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
}

.final-tiles-gallery.effect-dezoom .tile img.img-responsive {
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.final-tiles-gallery.effect-dezoom .tile img.img-pass {
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: auto !important;
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
    object-position: center !important;
}

.final-tiles-gallery.effect-dezoom .tile img {
    background: #f4f4f4;
}

.final-tiles-gallery.effect-dezoom .tile:hover img {
    transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
}

.lb-outerContainer {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    position: fixed;
    margin: auto;
    border-radius: 0 !important;
}

.lightbox .lb-image {
    border-radius: 0 !important;
}

.lb-container {
    padding: 20px !important;
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    margin: auto;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 1;
    width: 50px;
    height: 80px;
}

.lb-nav a.lb-next {
    right: 3%;
}

.lb-nav a.lb-prev {
    left: 3%;
}

.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:before {
    content: "";
    position: absolute;
    top: -32px;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 50px;
    background: #fff;
    height: 5px;
}

.lb-nav a.lb-next:after,
.lb-nav a.lb-prev:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: -32px;
    left: 0;
    margin: auto;
    width: 50px;
    background: #fff;
    height: 5px;
}

.lb-nav a.lb-next:before,
.lb-nav a.lb-prev:after {
    transform: rotate(45deg);
}

.lb-nav a.lb-prev:before,
.lb-nav a.lb-next:after {
    transform: rotate(-45deg);
}



.lb-dataContainer {
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
}

.lb-data .lb-caption {
    font-size: 15px;
    color: #19b5fe;
}

.lb-data .lb-number {
    color: #ccc;
}

.img-detail-carousel-middle {
    height: 36.35vh !important;
}

.img-detail-carousel-middle2 {
    height: 29.35vh !important;
}

.img-detail-carousel {
    height: 55vh !important;
}

.img-detail-carousel-small {
    height: 22.45vh !important;
}

.img-detail-carousel-vue {
    height: 60vh;
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    margin-bottom: 1rem;
}

.item-carousel-detail {
    height: 400px;
    width: auto;
    position: relative;
    overflow: hidden;
    display: block;
    margin-top: 2rem;
}

.photos-paket,
.img-pesan-buyer {
    width: 100%;
    height: 200px;
    border-radius: 3px;
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.img-ulasan-belum-buyer {
    width: 100%;
    height: 85px;
    border-radius: 5px;
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
}

.photos-detail-directory-in {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    position: relative;
    margin-top: -70px;
    background: #fff;
    overflow: hidden;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.25);
}

.info-agent {
    font-size: 13px;
    color: teal;
}

.bg-rgba-light-blue {
    position: absolute;
    bottom: 0;
    content: "";
    width: 100%;
    height: 40%;
    background: linear-gradient(rgba(1, 171, 213, 0), rgba(1, 171, 213, 1));
    transition: 1s;
}

.photos-paket:hover .bg-rgba-light-blue {
    transition: 1s;
    height: 60%;
}

.img-logo {
    width: 120px;
    height: auto;
}

.icon-logo {
    width: 80px;
    height: auto;
    margin-top: -5px;
}

.img-language {
    width: 35px;
}

.img-not-found {
    height: 180px;
    margin: 0 auto;
}

.img-not-found img,
.img-not-found-0 {
    object-fit: contain !important;
    object-position: center;
}


.text-not-fount {
    color: #b3b3b3;
}

.img-register {
    margin: 0 auto;
    width: 250px;
    margin-bottom: 3rem;
}

.text-or {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    padding: 10px;
    top: -5px;
    background: #fff;
    width: 45px;
    border-radius: 50%;
    font-weight: bold;
    color: #19b5fe;
}

.img-icon-sosmed {
    width: 20px;
    position: absolute;
    display: inline-block;
    left: 20px;
}

.img-comment {
    height: 60px;
    width: 60px;
    position: relative;
    overflow: hidden;
    display: block;
    /*background: rgba(0,0,0,.5);*/
    border-radius: 50%;
    margin: 0 auto;
}

.img-comment img {
    border-radius: 50%;
}

.comment,
.comment-apply {
    /* border: 1px solid #f4f4f4; */
    padding: 20px 10px;
    border-radius: 5px;
}

.desc-comment,
.modaltiket {
    font-size: 12px;
}

.date-comment {
    color: #00000075;
    font-size: 12px;
    position: absolute;
    top: 5px;
    right: 10px;
    text-align: right;
}

.img-country-category {
    height: 100%;
}

.img-first {
    height: 260px;
    /* background: url(../../images/home/logo_grey_cube.png) center center no-repeat #f4f4f4; */
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    background-size: cover;
    border-radius: 3px;
    background: #f4f4f4;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.img-first img {
    object-position: center;
    object-fit: contain;
    padding: 5px;
    /* border-radius: 50%; */
}

.photos-detail-promo .photos-detail-news-in {
    height: 355px;
}

.img-footer {
    width: 170px;
    height: auto;
    margin-bottom: 4rem;
}

.img-logo-vendorbypaket {
    width: 100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.notif-message-img {
    width: 30px;
    height: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    border: 1px solid #f4f4f4;
    margin: 0 auto;
}

.notif-message-img img {
    border-radius: 50%;
}

.img-news-popular {
    height: 120px;
}

.img-card-directory-travel {
    height: 105px;
    width: 100%;
    background: #f4f4f4;
}

.card-img-event {
    height: 150px;
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 3px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
}

.card-event-head {
    padding: 10px 0;
    line-height: 1;

    /* border-bottom: 1px solid #888; */
    /* border-left: 5px solid #19b5fe; */
}

.event-date {
    width: 100%;
    position: relative;
    display: block;
    border: 1px solid #19b5fe;
    color: #19b5fe;
    padding: 10px;
    border-right: 1px solid;
    border-radius: 3px;
}

.event-day {
    font-weight: bold;
    font-family: "Poppins SemiBold";
    font-size: 30px;
}

.event-month,
.event-address {
    font-size: 12px;
}

.event-clock {
    font-size: 10px;
    color: #888;
    margin-bottom: 0.25rem;
}

.event-body {
    font-size: 12px;
    height: 80px;
    position: relative;
    display: block;
    overflow: hidden;
    background: #fff;
    margin-bottom: 4px;
}

.card-event-tittle {
    position: relative;
    display: block;
    overflow: hidden;
}

/* .event-clock{
            padding: 5px 10px 0px 10px;
        } */
.event-title {
    margin-bottom: 0.25rem;
}

/* .event-title,
        .card-event-desc{
            padding: 0 10px 10px 10px;
        } */
.card-event-desc {
    font-size: 12px;
}

.photos-detail-news-in {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    display: block;
}

.img-inovice {
    width: 200px;
    height: auto;
}

.icon-invoice {
    width: 40px;
}

.img-profile {
    position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.img-bank {
    height: auto;
    width: 70px;
}

.img-bank-invoice {
    height: auto;
    width: 100px;
    margin: auto;
    padding: 10px 0;
}

.uploadbannerclick[data-v-7b45c11e] {
    height: 240px;
}

.top-bar {
    margin-top: -430px;
}

.img-vendor-detail {
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 15px;
    border: 1px solid #eee;
    margin: 0 auto;
    /* box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06); */
}

.icon-modal-login {
    height: auto;
    width: 300px;
    padding: 5px;
    overflow: hidden;
    position: relative;
    margin-left: 15px;
    margin-top: 15px;
    /* border-radius: 50%; */
    background: #fff;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .1;
    position: absolute;
    left: -150px;
    top: -50px;
}

.img-flag-language {
    width: 25px;
    float: left;
    margin-right: 10px;
}


/* end images */
/*background*/
.bg-white {
    background: #fff;
}

.bg-blue,
.bg-light-blue,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.line-blue {
    background: rgba(25, 181, 254, 1);
}

.bg-rgba-black,
.bg-rgba-black-1 {
    position: absolute;
    height: 100%;
    width: 100%;
}

.bg-rgba-black-1 {
    background: rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}

.bg-rgba-black {
    background: rgba(0, 0, 0, 0.05);
}

.bg-grey {
    background: #eee;
}

.color-blue {
    color: #19b5fe;
}

.card-paket-diskon:hover .bg-rgba-black-1,
.card-banner-travel-directory:hover .bg-rgba-black-1 {
    transition: 1s;
    opacity: 0;
}

.statistic-detail-company {
    position: relative;
    color: #000;
    display: inline-block;
    margin-top: 0.5rem;
}

.statistic-paket-detail-company {
    width: 120px;
    position: relative;
    padding: 5px 10px;
    display: block;
    font-size: 12px;
    line-height: 20px;
    border-radius: 10px;
}

.count-price-detail-company {
    font-weight: bold;
    font-size: 20px;
}

.radio-date-check {
    padding: 5px 10px;
    margin-bottom: 0.2rem;
    border-radius: 0.2rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: rgba(25, 181, 254, 1);
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important;
}

.custom-radio .custom-control-input:checked~.radio-date-check {
    background: rgba(25, 181, 254, 1);
}

.photos-news {
    /*border: 1px solid #ccc;*/
    margin-bottom: 1rem;
}

.img-profile-detail {
    height: 100px;
    width: 100px;
    margin: 1rem auto;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 50%;
    position: relative;
    overflow: hidden;
}

.img-profile-detail img {
    padding: 5px;
    border-radius: 50%;
}

.bg-open-dropdown {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
}

/* end background */
/*navbar*/
.show-mobile {
    display: none !important;
    width: 100% !important;
}

.nav-head {
    padding-right: 3rem;
    padding-left: 3rem;
}

.navbar-second {
    width: 100%;
    margin-top: 60px;
}

.navbar-second,
.nav-second {
    color: #fff !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    font-size: 12px;
    /* transition: 1s; */
}

.nav-second:hover {
    text-shadow: -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff,
        -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff,
        -1px 0px 0px #fff, 1px 0px 0px #fff;
}

.nav-left {
    padding-left: 0 !important;
}

.navbar-second:hover,
.nav-second:hover {
    color: rgb(242, 180, 0) !important;
    /* transition: 1s; */
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: rgb(242, 180, 0) !important;
    font-weight: 600;
    text-shadow: -1px 1px 0px #fff, 0px 1px 0px #fff, 1px 1px 0px #fff,
        -1px -1px 0px #fff, 0px -1px 0px #fff, 1px -1px 0px #fff,
        -1px 0px 0px #fff, 1px 0px 0px #fff;
}

.navbar-mobile-first-1 {
    margin-top: -5px;
}

.dropdown-menu {
    border-color: #f1f1f1;
    border-radius: 3px;
}

.dropdown-category,
.dropdown-slide,
.dropdown-notif,
.dropdown-language,
.dropdown-profile {
    font-size: 12px;
}

.dropdown-category,
.dropdown-notif,
.dropdown-language,
.dropdown-profile {
    top: 45px;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    z-index: 2;
    padding: 5px;
}

.dropdown-category {
    left: -60px;
    width: 300px;
    padding: 10px 15px;
}

.dropdown-notif {
    width: 250px;
}

.dropdown-language {
    width: 200px;
}

.dropdown-notif {
    left: -96px;
    top: 48px;
}

.dropdown-bahasa {
    padding-top: 12px;
}

.dropdown-language {
    left: -41px;
    top: 44px;
}

.dropdown-profile {
    top: 58px;
}

.dropdown-category::before,
.dropdown-category::after,
.dropdown-notif::before,
.dropdown-notif::after,
.dropdown-language::before,
.dropdown-language::after,
.dropdown-profile::before,
.dropdown-profile::after {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    background: transparent;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.dropdown-category::after,
.dropdown-notif::after,
.dropdown-language::after,
.dropdown-profile::after {
    border-bottom: solid 20px rgb(255, 255, 255);
}

.dropdown-category::before,
.dropdown-notif::before,
.dropdown-language::before,
.dropdown-profile::before {
    border-bottom: solid 20px #c7c7c7;
}

.dropdown-language ul,
.dropdown-profile ul {
    padding-left: 0;
}

.dropdown-language ul li,
.dropdown-profile ul li {
    display: block;
    padding: 5px 10px;
}

.dropdown-language ul li a,
.dropdown-profile ul li a {
    color: #19b5fe;
    transition: 1s;
}

.dropdown-language ul li a:hover,
.dropdown-language ul a:hover,
.dropdown-profile ul li a:hover,
.dropdown-profile ul a:hover {
    color: #f1b300;
    transition: 1s;
}

.dropdown-slide {
    cursor: pointer;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-slide>.dropdown-menu {
    opacity: 0.3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.show.dropdown-slide>.dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.dropdown-search {
    padding: 1.5rem 0px;
}

.dropdown-search h4 {
    font-size: 18px;
    margin-bottom: 1rem;
    text-align: center;
}

.owl-theme .owl-nav.disabled+.owl-dots {
    bottom: 10px;
    position: absolute;
    left: 0;
    right: 0;
}

.tabs-paket-detail {
    background: #fff;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #f2b400;
}

.tabs-paket-detail .router-link-active,
.tabs-paket-detail .nav-link .router-link-active,
.tabs-paket-detail .nav-link .active,
.tabs-paket-detail .nav-link:focus,
.tabs-paket-detail .nav-link:hover .active {
    color: #fff !important;
    background-color: rgba(25, 181, 254, 1);
    border-radius: 0;
}

.tabs-paket-detail .active .nav-link {
    color: #fff;
}

.tabs-paket-detail .nav-link {
    color: #000;
}

.tabs-paket-detail .nav-link.active,
.tabs-paket-detail .nav-item.show .nav-link {
    color: #fff;
    background-color: rgba(25, 181, 254, 1);
    border-radius: 0;
}

.tabs-paket-detail .nav-link:hover {
    color: #fff;
    background-color: rgba(25, 181, 254, 0.5);
    border-radius: 0;
}

.tab-body-detail-paket {
    padding: 5px 0;
}

.card-banner-travel-directory {
    background-color: rgba(0, 0, 0, 0.5);
    position: relative;
    display: block;
    width: 100%;
    height: 300px;
}

.list-menu-profile {
    margin-top: 2rem;
    font-size: 12px;
}

.form-buyer,
.form-buyer-area {
    font-size: 12px !important;
}

.list-sub-menu-profile {
    font-size: 14px !important;
}

.tab-body,
.tab-body-whistlist {
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 2rem;
    border-radius: 5px;
}

.tab-body {
    font-size: 12px;
}

/*input form*/
.input-search {
    position: absolute;
    z-index: 4;
}

.input-search span {
    background: transparent;
    border: none;
    padding: 5px;
    font-size: 12px;
    margin: 6px 10px;
}

.input-group-search {
    width: 100% !important;
}

.input-group-search>.form-control:not(:first-child) {
    border-radius: 0.25rem;
    padding-left: 40px;
    font-size: 12px;
}

.input-group-search-dropdown-left,
.input-group-search-dropdown-right,
.input-group-search-dropdown-text {
    background: #fff;
    color: #19b5fe;
}

.border-radius-left-25 {

    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.border-radius-right-25 {

    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.input-group-search-dropdown-left {
    padding: 5.5px 10px !important;
    border-right: none;
}

.input-group-search-dropdown-right {
    padding: 4px !important;
    border-left: none;
}

.input-group-search-dropdown-text {
    padding: 4px 10px !important;
}

.icon-dropdown-form {
    font-size: 18px !important;
}

.form-serach-dropdown-left {
    border-left: none;
}

.form-serach-dropdown-right {
    border-right: none;
}

.form-full {
    width: 100%;
}

.form-control-full {
    width: 100% !important;
}


.input-group-idr {
    background: rgba(25, 181, 254, 1);
    color: #fff;
    border-radius: 0.2rem !important;
}

.input-group-register {
    position: absolute;
    z-index: 4;
    height: 31px;
}

.input-form-register {
    padding-left: 40px !important;
    border-radius: 0.2rem !important;
}

.input-group-register-text {
    width: 35px;
    text-align: center;
    position: relative;
    display: block;
    border-radius: 0.2rem;
}

.form-sorting {
    display: inline-block;
    width: 100%;
}

.form-sort-full {
    width: 100%;
}

.form-sort-full:focus {
    box-shadow: none;
}

/*footer*/
footer {
    border-top: 1px solid #ccc;
}

.footer {
    padding-top: 50px;
    padding-bottom: 10px;
}

.footer-copyright {
    padding: 20px 0;
    font-size: 12px;
    color: #929292;
}

.list-unstyled {
    font-size: 12px;
}

.list-unstyled li.foot-about {
    padding-left: 1.5rem;
    position: relative;
    min-height: 1rem;
}

.list-unstyled li {
    margin-bottom: 0.25rem;
    display: block !important;
}

.list-unstyled li a {
    color: #929292;
    text-decoration: none;
}

.input-group>.input-price:focus {
    color: transparent !important;
}


.input-price {
    color: transparent;
}

/* end input */

/*calender*/
.gj-datepicker-md [role="right-icon"] {
    top: 4px;
    right: 4px;
    background: #fff;
    color: #19b5fe;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    top: 5px;
    background: #fff;
    color: #19b5fe;
}

.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
    background: #19b5fe;
    background-color: #19b5fe;
    border-color: #19b5fe;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.gj-picker-bootstrap.datepicker [role="header"] {
    background: #19b5fe;
    background-color: #19b5fe;
    color: #fff;
}

.gj-picker-bootstrap .selected {
    color: #fff;
}

.gj-picker-bootstrap table tr td.today div {
    background: #eee;
    border-radius: 4px;
    color: #000;
}


.gj-datepicker-bootstrap [role=right-icon] button {
    border: none;
}

.gj-datepicker .input-group-prepend,
.gj-datepicker .input-group-append {
    position: absolute;
    left: 0;
    height: 100%;
}

.gj-datepicker .btn-outline-secondary:focus,
.gj-datepicker .btn-outline-secondary.focus,
.gj-datepicker .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.gj-datepicker .form-control:disabled,
.gj-datepicker .form-control[readonly],
.gj-datepicker .form-input-date {
    box-shadow: none;
    background: #19b5fe;
    background-color: #19b5fe;
    cursor: pointer;
    padding: 6px 0;
    border-radius: 3px;
    text-align: center;
    padding-left: 20px;
    border: none;
    color: #fff;
}

.gj-datepicker input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1;
    /* Firefox */
}

.gj-datepicker input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.gj-datepicker input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}

.gj-datepicker .form-control-sm {
    padding-left: 40px;
    font-size: 12px;
    text-align: center;
}

.gj-datepicker-bootstrap [role="right-icon"] button .gj-icon,
.gj-datepicker-bootstrap [role="right-icon"] button .material-icons {
    background-color: #19b5fe;
    background: #19b5fe;
    color: #fff;

}

.gj-picker-bootstrap table tr td div,
.gj-picker-bootstrap table tr th div {
    line-height: 3;
    width: 50px;
    height: 50px;
}

.gj-picker-bootstrap table tr td.today div {
    background: #f4f4f4;
    border-radius: 4px;
    color: #19b5fe;
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.gj-modal .gj-picker-bootstrap {
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.gj-modal {
    background-color: rgba(255, 255, 255, 0.9) !important;
}

.gj-picker-bootstrap table tr td.focused div,
.gj-picker-bootstrap table tr td.gj-cursor-pointer div:hover {
    border-radius: 50%;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06);
}

.gj-picker-bootstrap {
    border: none;
    border-radius: 0;
}

/*table*/
.table-company-detail,
.table-pemesanan {
    width: 100%;
    font-size: 12px;
}

.table-pemesanan td {
    vertical-align: top;
}

table.table-price {
    font-size: 14px;
}

.table-price thead {
    color: #fff;
}

.table-price td,
.table-price th {
    border-top: 1px solid #ffc107;
}

.table-price th {
    text-align: center;
    vertical-align: middle;
}

.table-price thead th {
    border-bottom: 2px solid #ffc107;
    border-top: none;
    text-align: center;
}

.table-price-desc {
    background: rgba(25, 181, 254, 1);
    padding: 2px 5px;
    text-decoration: line-through;
    font-weight: bold;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 12px;
    width: auto;
}

span.table-price-desc-2 {
    margin-left: 10px;
    text-decoration: line-through;
    float: none !important;
    color: #929292;
    font-size: 12px;
}

span.price-table-diskon {
    float: none !important;
    color: #19b5fe;
    font-size: 20px;
    font-weight: bold;
}

.table-detail-vendor {
    font-size: 12px;
}

.table-checkout,
.table-checkout-border {
    width: 100%;
}

.desc-tittle-table-checkout {
    color: #888;
    margin-bottom: 1rem;
}

.tittle-paket-vendor {
    display: table-cell;
    height: 55px;
    vertical-align: middle;
}

.table-checkout-border th {
    font-family: "Poppins SemiBold";
    text-align: center;
    border-bottom: 1px solid #ced4da;
}

.border-bottom-checkout {
    border-bottom: 1px solid #ced4da;
}

.table-checkout-border td,
.table-checkout-border th {
    padding: 0.25rem 0;
}

.table-checkout-border tfoot,
.pay-button {
    font-family: "Poppins SemiBold";
}

.table-checkout-border tfoot td {
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
    font-size: 20px;
}

.table-checkout tbody {
    font-size: 12px;
    color: #929292;
}

.text-checkout {
    color: #000;
}

.text-checkout-total {
    color: #19b5fe;
    font-weight: bold;
    font-size: 20px;
}

table.table-card-info {
    width: 100%;

}

table.table-card-info td {
    padding: 2px 5px;
    vertical-align: top;
}

/* end table */

/*position*/
.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.list-group-item.active {
    color: #19b5fe !important;
    z-index: 0 !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}

.list-group {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item {
    border: none !important;
}

.obj-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.input-search span {
    padding: 7px;
    margin: auto;
}

.card-name-icon-category-dropdown {
    text-transform: capitalize;
}

.userlogo {
    margin-right: 5px;
    margin-left: 5px;
    padding-top: 5px;
    white-space: nowrap;
}

.namauser {
    text-transform: capitalize;
    font-size: 12px;
    padding-left: 45px;
    height: 40px;
    display: table-cell;
    vertical-align: middle;
}

.img-comment {
    margin: 0;
    border-radius: 50%;
    box-shadow: none !important;
}

.btn-dashboard {
    border: none;
}

.btn-outline-secondary:hover {
    background: #e7e7e7;
}

.navbar-fixed,
.navbar-fixed-check {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 12;
    box-shadow: rgba(0, 0, 0, 0.04) 0 2px 6px;
}

.navbar-fixed-check {
    bottom: 0;
    height: 80px;
    padding: 15px;
}

.navbar-fixed {
    top: 0;
    height: 60px;
}

.duration-paket {
    position: absolute;
    top: 65px;
    font-size: 18px;
    z-index: 1;
    width: 80px;
    right: 0;
    text-align: center;
    font-weight: bold;
    color: #484848;
}

.duration-detail {
    font-size: 20px;
}

.subscribe-area {
    background: rgba(25, 181, 254, 1);
}

.pb-50 {
    padding-bottom: 30px;
}

.pt-70 {
    padding-top: 50px;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe-text span {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    line-height: 1.5;
    display: block;
}

.subscribe-text h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 6px;
}

.subscribe-wrapper {
    overflow: hidden;
}

.wrapper {
    width: 100%;
}

.mb-15 {
    margin-bottom: 15px;
}

.subscribe2-wrapper .subscribe-form input {
    background: none;
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    height: 57px;
    margin-right: 17px;
    padding-left: 25px;
    width: 100%;
    cursor: text;
}

.subscribe2-wrapper .subscribe-form input.btn-subscribe {
    background: #ffff;
    border: none;
    border-radius: 30px;
    color: #4b5d73;
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    padding: 18px 46px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.subscribe2-wrapper .subscribe-form input.btn-subscribe:hover {
    background: #ffc107;
    color: #fff;
    transition: all 0.3s ease 0s;
}

.subscribe2-wrapper .subscribe-form button i {
    font-size: 18px;
    padding-left: 5px;
}

.subscribe2-wrapper .subscribe-form input:focus {
    outline: none;
}

.subscribe2-wrapper .subscribe-form input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff;
    opacity: 0.5;
}

.subscribe2-wrapper .subscribe-form input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
    opacity: 0.5;
}

.subscribe2-wrapper .subscribe-form input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff;
    opacity: 0.5;
}

.border-radius-none {
    border-radius: 0;
}

/* scroll */

/* ::-webkit-scrollbar{
            width: .4em;
        }
        ::-webkit-scrollbar ,
        ::-webkit-scrollbar-thumb {
            border-radius: 4px;
            overflow : visible;
            opacity: 0;
        }
        
        ::-webkit-scrollbar-thumb {
            background: rgba(25, 181, 254, 1); 
        }
        
        ::-webkit-scrollbar-track {
            background: #f1f1f1; 
        }
        
        ::-webkit-scrollbar-thumb:hover {
            background: rgba(25, 181, 254, 1); 
        } */

/* calender */
.vdpInnerWrap {
    /* -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important; */
    /* -moz-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important; */
    /* box-shadow: 0 8px 8px rgba(0, 0, 0, 0.06) !important; */
    box-shadow: none !important;
    border: none !important;
    border-radius: 3px !important;
}

.vdpHeader {
    background: #fff !important;
}

.vdpCell.selected .vdpCellContent,
.vdpCell.selectable:hover .vdpCellContent {
    background: #19b5fe !important;
}

.vdpArrowPrev:after {
    border-right-color: #19b5fe !important;
}

.vdpArrowNext:after {
    border-left-color: #19b5fe !important;
}

.vdpCell.today {
    color: #19b5fe !important;
}

.vdpCellContent {
    height: 2em !important;
    width: 2em !important;
    line-height: 2em !important;
}

/* animation keyframe */
@-webkit-keyframes arrowbot {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes arrowbot {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes arrowbot {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes arrowbot {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes arrowbot2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes arrowbot2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes arrowbot2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes arrowbot2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-prepend>.input-group-text,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-append>.btn {
    padding: 0.25rem 0.25rem;
}

/* accordion */
.card-body-filter .badger-accordion-toggle,
.card-body-filter .js-badger-accordion-panel-inner {
    padding: 0 !important;
}

.card-body-filter .badger-toggle-indicator {
    padding: 0 10px !important;
}

.card-body-filter dl,
.card-body-filter dd {
    margin-bottom: 0 !important;
}

.card-body-filter .badger-toggle-indicator,
.card-body-filter .badger-accordion-toggle {
    background: #fff !important;
    color: #000 !important;
}

.card-body-filter .js-badger-accordion-panel-inner {
    border: none !important;
}