::-webkit-scrollbar {
    width: 3px!important;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(95,148,234,0.3)!important;
}

::-webkit-scrollbar-thumb {
    background-color: #982427!important;
    outline: 1px solid #9b2c2c!important;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #E0E0E0!important;
    border-radius: 8px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #f2f2f2 !important;
    border: 1px solid #e0e0e0 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    border-right: 1px solid #e0e0e0!important;
    padding: 0 6px!important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    padding-left: 3px!important;
    padding-right: 6px!important;
    color: #8f8f8f!important;
    font-size: 14px!important;
}

.select2-container--default .select2-selection--multiple {
    padding-left: 10px;
}


    /* The ribbons */
.corner-ribbon{
    width: 150px;
    opacity: 0.7;
    position: absolute;
    text-align: center;
    font-size: 11px;
    line-height: 35px;
    letter-spacing: 1px;
    color: #f0f0f0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    z-index: 99999999999999999999;
}

/* Custom styles */

.corner-ribbon.sticky{
    position: fixed;
}

.corner-ribbon.shadow{
    box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
    top: 20px;
    left: -40px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
    top: 20px;
    right: -40px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
    top: auto;
    bottom: 20px;
    left: -40px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
    top: auto;
    right: -40px;
    bottom: 20px;
    left: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #dc3545;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}


/** change sweetalert font size */

.swal2-styled, .swal2-content {
    font-size: 14px!important;
}

.swal2-title {
    font-size: 24px!important;
}

.swal2-popup {
    width: 28em!important;
}

dialog[open] {
    animation: appear .15s cubic-bezier(0, 1.8, 1, 1.8);
}

dialog::backdrop {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(54, 54, 54, 0.5));
    backdrop-filter: blur(3px);
}

.swal2-title{
    font-size: 18px!important;
    font-weight: 500!important;
    color: #4F4F4F!important;
}

.swal2-content{
    color: #4F4F4F!important;
}


@keyframes appear {
    from {
        opacity: 0;
        transform: translateX(-3rem);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}


.google_btn div {
    width: unset!important;
}



.star-rating {
    font-family: "Font Awesome 5 Free";
    margin: auto;
}
.star-rating > fieldset {
    border: none;
    display: inline-block;
}
.star-rating > fieldset:not(:checked) > input {
    position: absolute;
    top: -9999px;
    clip: rect(0, 0, 0, 0);
}
.star-rating > fieldset:not(:checked) > label {
    float: right;
    width: 40px;
    padding: 0 0.05em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 200%;
    color: #FDBE1B;
}
.star-rating > fieldset:not(:checked) > label:before {
    content: "\f005  ";
    font-weight: 200;
}
.star-rating > fieldset:not(:checked) > label:hover,
.star-rating > fieldset:not(:checked) > label:hover ~ label {
    color: #FDBE1B;
    text-shadow: 0 0 3px #FDBE1B;
}
.star-rating > fieldset:not(:checked) > label:hover:before,
.star-rating > fieldset:not(:checked) > label:hover ~ label:before {
    content: "\f005 ";
    font-weight: 900;
}
.star-rating > fieldset > input:checked ~ label:before {
    content: "\f005 ";
    font-weight: 900;
}
.star-rating > fieldset > label:active {
    position: relative;
    top: 2px;
}

.one-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
}

.two-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}

.three-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
}

.four-line {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;
}

.top-80 {
    top: 80px;
}

.flickity-prev-next-button .flickity-button-icon {
    left: 30% !important;
    top: 30% !important;
    width: 1rem !important;
    height: 1rem !important;
}

/* additional edmuku style */

.bg-gradient-primary {
    /*background: linear-gradient(180deg, #1B59C0 27.7%, #3A7FF3 98.93%);*/
    background: linear-gradient(271.91deg, #205CBD 41.76%, #4178D1 101.63%);
}

.bg-gradient-home {
    background: linear-gradient(180deg, #166FD9 0%, #43A9E5 100%);
}

.bg-gradient-blue-red-e{
    background: linear-gradient(105.3deg, #1B59C0 1.46%, #FF8181 91.98%);
}

.bg-gradient-blue-blue-e{
    background: linear-gradient(165.48deg, #51B2F9 31.92%, #2158B6 104.31%);
}

.bg-gray-e {
    background-color: #EFF4F8;
}

.bg-orange-e {
    background-color: #F2994A;
}

.border-yellow-e {
    border-color: #FFF500;
}

.border-blue-e {
    border-color: #3B9CD6;
}

.border-gray-e {
    border-color: #A3BBCB;
}

.text-white {
    color: white;
}

.text-gray-e {
    color: #A3BBCB;
}

.card-edmuku {
    background: #FFFFFF;
    box-shadow: 0px 9px 20px rgba(4, 49, 77, 0.15);
    border-radius: 6px;
}

.min-h-54{
    min-height: 54px;
}

.min-h-66 {
    min-height: 66px;
}

.rounded-3 {
    border-radius: 3px;
}

.text-dark-primary {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 136%;
    /* or 27px */
    letter-spacing: 0.008em;
    color: #04314D;
}

.text-light-primary {
    font-family: Open Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 136%;
    /* identical to box height, or 22px */
    letter-spacing: 0.012em;
    color: #04314D;
}

/*.text-14 {*/
/*    font-size: 14px;*/
/*}*/

/*.text-12 {*/
/*    font-size: 12px;*/
/*}*/

/*.text-18 {*/
/*    font-size: 18px;*/
/*}*/

.text-recommended {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 138%;
    /* or 33px */
    color: #04314D;
}

.text-testimonial-label{
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 132%;
    /* or 48px */
    display: flex;
    align-items: center;

    color: #04314D;
}

.text-gray-edmuku{
    color: #A3BBCB;
}

.text-dark-gray-e{
    color: #04314D;
}

.text-blue-e {
    color: #1B59C0;
}

.flickity-prev-next-button.previous {
    left: -40px!important;
}

.flickity-prev-next-button.next {
    right: -40px!important;
}

.flickity-button {
    background: rgba(255, 255, 255, 0.2) !important;
    mix-blend-mode: normal;
    color: white!important;
}

.center-pagination>nav{
    margin: auto;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style-type: none;
    flex-wrap: wrap;
}

.pagination>li .page-link {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    border-radius: 8px;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    --bg-opacity: 1;
    background-color: #E0E0E0;
    background-color: rgba(224, 224, 224, var(--bg-opacity));
}

.pagination>li:first-child .page-link {
    --text-opacity: 1;
    color: #4F4F4F;
    color: rgba(79, 79, 79, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #E0E0E0;
    background-color: rgba(224, 224, 224, var(--bg-opacity));
}

.pagination>li:last-child .page-link {
    --text-opacity: 1;
    color: #339ed7;
    color: rgba(51, 158, 215, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #84D1FF;
    background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.pagination>li.active .page-link {
    --bg-opacity: 1;
    background-color: #339ed7;
    background-color: rgba(51, 158, 215, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.pagination>li.active .page-link:hover {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
    --bg-opacity: 1;
    background-color: #2b6cb0;
    background-color: rgba(43, 108, 176, var(--bg-opacity));
}

.pagination>li.disabled .page-link:hover {
    --bg-opacity: 1;
    background-color: #828282;
    background-color: rgba(130, 130, 130, var(--bg-opacity));
    cursor: not-allowed;
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.pagination>li .page-link:hover {
    --bg-opacity: 1;
    background-color: #339ed7;
    background-color: rgba(51, 158, 215, var(--bg-opacity));
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity));
}

.disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
}

.fa-spin {
    -webkit-animation: fa-spin 1s infinite linear;
    animation: fa-spin 1s infinite linear;
}

.select2-container--default .select2-search--inline .select2-search__field{
    padding-left: 0px!important;
    padding-right: 0px!important;
    padding-top: 4px!important;
}

.min-h-250 {
    min-height: 250px!important;
}

.h-banner {
    height: 301px!important;
}

.h-adv {
    height: 150px!important;
}

#carousel-utama .slick-dots{
    position: unset!important;
}

.slick-dots li button:before
{
    font-size: 10px!important;
    color: #B0CEFF!important;
    opacity: unset!important;
}
.slick-dots li.slick-active button:before
{
    color: #205CBD!important;
    opacity: unset!important;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px!important;
    padding-bottom: 30px!important;
}

.slick-list {
    padding-bottom: 6px !important;
    padding-top: 6px !important;
}

#carousel-populer .slick-next{
    right: -15px!important;
}

#carousel-populer .slick-prev {
    left: -15px!important;
    display: none!important;
}

#carousel-populer .slick-arrow {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)!important;
    width: 48px !important;
    height: 48px !important;
    opacity: 1 !important;
    background: white !important;
    z-index: 9;
    border-radius: 50%;
}

#carousel-populer .slick-prev:before {
    content: '\f0d9'!important; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"!important;
    font-size: 40px!important;
    margin-right: 6px!important;
}

#carousel-populer .slick-next:before {
    content: '\f0da'!important; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"!important;
    font-size: 40px!important;
    margin-left: 6px!important;
}

#carousel-populer .slick-prev:before, .slick-next:before {
    font-weight: 700!important; /* Fix version 5.0.9 */
    line-height: 1;
    opacity: 1;
    color: #205CBD!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/** all slick */

.slick-next{
    right: -50px!important;
}

.slick-prev {
    left: -50px!important;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    .slick-next{
        display: none!important;
    }

    .slick-prev {
        display: none!important;
    }

    #carousel-populer .slick-next{
        display: none!important;
    }
    .h-banner {
        height: 120px!important;
    }

    .slick-dotted.slick-slider {
        margin-bottom: 0px!important;
        padding-bottom: 15px!important;
    }

    .h-adv {
        height: 75px!important;
    }
}

.slick-arrow {
    /*box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06)!important;*/
    width: 48px !important;
    height: 48px !important;
    opacity: 1 !important;
    background: white !important;
    z-index: 9;
    border-radius: 50%;
}

.slick-prev:before {
    content: '\f0d9'!important; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"!important;
    font-size: 40px!important;
    margin-right: 6px!important;
}

.slick-next:before {
    content: '\f0da'!important; /* You should use \ and not /*/
    font-family: "Font Awesome 5 Free"!important;
    font-size: 40px!important;
    margin-left: 6px!important;
}

.slick-prev:before, .slick-next:before {
    font-weight: 700!important; /* Fix version 5.0.9 */
    line-height: 1;
    opacity: 1;
    color: #205CBD!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.img-testimonial{
    left: -48px;
}

/*Change text in autofill textbox*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid #B0CEFF!important;
    -webkit-text-fill-color: #000000!important;
    -webkit-box-shadow: 0 0 0 0 #fff0ff inset!important;
    transition: background-color 5000s ease-in-out 0s!important;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
    content: "\f101";
    color: #ffffff!important;
}
