.home-header {
    background-color: #212529;
}

.bg-home {
    background-color: rgb(37, 150, 190);
    background-size: cover;
    width: 100%;
    padding-top: 60px;
}

@media screen and(min-width: 768px) {
    /* Make the header semi-transparent at 'md' and make the hero under below it */
    header {
        background-color: rgba(0, 0, 0, 0.6);
        position: relative;
        z-index: 9999;
    }

    .hero {
        position: relative;
        z-index: 100;
        margin-top: -80px;
    }

    /* Extended Spacing Utility Classes */
    .pt-md-10 {
        padding-top: 6rem !important;
    }
}

.featured .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}


.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    background: #23364B;
}
.exo-menu > li {
    display: inline-block;
    float: left;
}
.exo-menu > li > a {
    color: #ccc;
    text-decoration: none;
    text-transform: uppercase;
    border-right: 1px #365670 dotted;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
    background: #009FE1;
    color: #fff;
}
.exo-menu i {
    float: left;
    font-size: 18px;
    margin-right: 6px;
    line-height: 20px !important;
}
li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
}
li.drop-down:before {
    content: "\f103";
    color: #fff;
    font-family: FontAwesome;
    font-style: normal;
    display: inline;
    position: absolute;
    right: 6px;
    top: 20px;
    font-size: 14px;
}
li.drop-down > ul {
    left: 0;
    min-width: 230px;

}
.drop-down-ul {
    display: none;
}
.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul>li>a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;

}
h4.row.mega-title {
    color: #eee;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}
.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}
.flyout-mega ul > li > a:hover,
.flyout-mega ul > li > a:active,
.flyout-mega ul > li > a:focus {
    text-decoration: none;
    background-color: transparent !important;
    color: #ccc !important
}
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 0 15px 15px;
    display: none;
    min-height: 100%;

}
h4.row.mega-title {
    color: #eee;
    margin-top: 0;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}
.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}
ul.stander li a {
    padding: 3px 0;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

ul.description li span {
    color: #ccc;
    font-size: 85%;
}
a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}
a.view-more:hover {
    color: #fff;
    background: #0DADEF;
}
ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}
.Blog .blog-title {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;

}
.Blog .blog-des {
    color: #ccc;
    font-size: 90%;
    margin-top: 15px;
}
.Blog a.view-more {
    margin-top: 0;
}
/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}
.Images h4 {
    font-size: 15px;
    margin-top: 0;
    text-transform: uppercase;
}
/*common*/
.flyout-right ul>li>a,
.flyout-left ul>li>a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #547787;
}

/*hover*/
.Blog:hover,
.Images:hover,
.mega-menu:hover,
.drop-down-ul:hover,
li.flyout-left>ul:hover,
li.flyout-right>ul:hover,
.flyout-mega-wrap:hover,
li.flyout-left a:hover +ul,
li.flyout-right a:hover +ul,
.blog-drop-down >a:hover+.Blog,
li.drop-down>a:hover +.drop-down-ul,
.images-drop-down>a:hover +.Images,
.mega-drop-down a:hover+.mega-menu,
li.flyout-mega>a:hover +.flyout-mega-wrap {
    display: block;
}
/*responsive*/
@media(min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }
    .mega-menu,
    .flyout-mega-wrap,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down > ul {
        position: absolute;
    }
    .flyout-right > ul {
        left: 100%;
    }
    .flyout-left > ul {
        right: 100%;
    }
}
@media(max-width:767px) {

    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }

    .exo-menu > li > a {
        width: 100%;
        display: none;

    }
    .exo-menu > li {
        width: 100%;
    }
    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu,
    .Images,
    .Blog,
    .flyout-right>ul,
    .flyout-left>ul,
    li.drop-down > ul {
        position: relative;
    }

}
a.toggle-menu {
    position: absolute;
    right: 0;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0;
}
.logosip {
    padding: 0 !important;
    margin-top: -7px !important;
    margin-top: -7px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 200px !important;
    height: 25px !important;
    max-width: 210px !important;
    max-height: 30px !important;
    border: 1.5px transparent !important;
    border-radius: 1.2em;
    background-color: transparent !important;
}
.megamenusip,
.mega-menu,
.Images,
.Blog,
.flyout-right>ul,
.flyout-left>ul,
li.drop-down > ul {
    z-index: 2000;
}
.exo-menu > li > a.active,
.exo-menu > li > a:hover,
li.drop-down ul > li > a:hover {
    background-color: #004E6E !important;
    color: #fff;
}
/* opacidad */

.circle_image02 {
    opacity: 1.0 !important;
    filter: alpha(opacity=50)!important; /* For IE8 and earlier */
}

.circle_image02:hover {
    opacity: 0.5 !important;
    filter: alpha(opacity=100)!important; /* For IE8 and earlier */
}
/* Fin */

.h-px-40 {
    height: 40px;
}

.h-px-50 {
    height: 50px;
}

.h-px-60 {
    height: 60px;
}

.h-px-70 {
    height: 70px;
}

.check-box-list-home {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
}

.bg-green {
    background-color: rgb(37, 150, 190);
    color: white;
}

.bg-green:hover {
    background-color: rgb(37, 150, 190);
    color: white;
}

.bg-green:focus {
    background-color: rgb(37, 150, 190);
    color: white;
}

.border-muted {
    border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.text-green {
    color: rgb(11, 178, 193);
}

.badge-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
    z-index: 2;
    display: block;
}

.list-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 55px;
    z-index: 2;
}

.rincian-mobile {
    display: none;
}

@media(max-width:405px) {
    .app-header-home {
        height: 100px !important;
        text-align: center;
    }
    .app-utilities-home {
        width: 100% !important;
    }
    .bg-home {
        padding-top: 120px;
    }
    .list-sticky {
        position: -webkit-sticky;
        position: sticky;
        top: 100px;
        z-index: 2;
    }

    .rincian-mobile {
        position: fixed;
        bottom: 5px;
        padding: 10px;
        width: 100%;
        z-index: 100;
        display: block;
    }
    .badge-sticky {
        display: none;
    }

    .pb-mobile {
        padding-bottom: 40px;
    }
}

/* list tagihan */

.controls {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    padding: 6px 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.controls button {
    border: 0;
    color: #e13300;
    margin: 4px;
    padding: 4px 12px;
    cursor: pointer;
    background: transparent;
}

.controls button.active,
.controls button.active:hover {
    background: #e13300;
    color: #fff;
}

.controls button:hover {
    background: #efefef;
}

.tree input[type=checkbox] {
    vertical-align: middle !important;
}

.tree {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tree ul {
    display: none;
    margin: 4px auto 4px 15px;
    border-left: 1px dashed #dfdfdf;
    list-style-type: none;
}


.tree li {
    cursor: pointer;
    vertical-align: middle;
    background: #fff;
    list-style-type: none;
}

.tree li:first-child {
    border-radius: 3px 3px 0 0;
}

.tree li:last-child {
    border-radius: 0 0 3px 3px;
}

.tree .active,
.active li {
    background: #efefef;
}

.tree label {
    cursor: pointer;
}

.tree input[type=checkbox] {
    margin: -2px 6px 0 0;
}

.has {
    padding: 0;
}

.has > label {
    color: #000;
}

.tree .total {
    color: #1f18ba;
}

.img-list {
    height: 100%;
    max-height: 100px;
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}

.img-list-logo {
    width: 100%;
    max-width: 100px;
    height: 32px;
}

.ic-list {
    animation: rotation-back-90 0.3s;
    animation-fill-mode: linear;
    -webkit-animation: rotation-back-90 0.3s;
    -webkit-animation-fill-mode: linear;
}


.rotate-bottom-90 {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
    animation: rotation-90 0.3s linear;
}

@keyframes rotation-90 {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(90deg);
    }
}

@keyframes rotation-back-90 {
    from {
        transform: rotate(90deg);
    }
    to {
        transform: rotate(0deg);
    }
}

.br-25 {
    border-radius: 25px;
}

.h25px {
    height: 25px;
}

/* promo */
.promo-header {
    font-family: 'Nunito Sans';
    list-style: none;
    overflow: auto;
    margin: auto;
    width: 100%;
    padding: 0;
}
.promo-header .pormo-list {
    padding: 10px 20px;
    margin: 5px;
    border: 1px solid #dee2e6;
    border-radius: 15px;
}
.promo-header .pormo-list label {
    display: flex;
    align-items: center;
    position: relative;
}
.promo-header .pormo-list label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    border: 1px solid #dee2e6;
    border-radius: 50%;
}
.promo-header .pormo-list label .img-wrap {
    width: 70px;
    height: 40px;
    overflow: hidden;
    margin-right: 8px;
}
.promo-header .pormo-list label .details .title {
    font-size: 14px;
    font-weight: 700;
}
.promo-header .pormo-list label .details .caption {
    font-size: 12px;
    color: rgba(37, 40, 46, 0.5);
}
.promo-header .pormo-list .checkbox {
    display: none;
}
.promo-header .pormo-list .checkbox:checked + label::after {
    content: "";
    background: linear-gradient(90deg, rgb(37, 150, 190) 0%, #49f7a9 100%);
    border: 1px solid rgb(37, 150, 190);
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    border-radius: 25px !important;
    font-size: 0.7rem !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
    height: 0.55rem;
    width: 0.55rem;
}

.select2-container--bootstrap-5 .select2-dropdown {
    border-radius: 15px !important;
}


.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
    background-color: rgb(37, 150, 190) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--selected,
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted) {
    background-color: rgb(37, 150, 190) !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:hover {
    background-color: #13e687 !important;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[aria-selected=true]:not(.select2-results__option--highlighted):hover {
    background-color: #13e687 !important;
}

.wh-20px {
    height: 20px;
    width: 20px;
}

.br-bottom {
    border-bottom: 1px solid #e9ecef;
}

.accordion.ir-25 {
    --bs-accordion-border-radius: 25px;
}

.accordion-item.ir-25:first-of-type .accordion-button {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.accordion-item.ir-25:last-of-type {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
}

.menu-web-item a {
    color: rgb(37, 150, 190) !important;
}

.form-check-input:checked {
    background-color: rgb(11, 178, 193);
    border-color: rgb(11, 178, 193);
}

.z10 {
    z-index: 10;
    font-size: 10px;
}

/* form wizard */
.main-content .wizard-form .progressbar-list::before {
    content: " ";
    background-color: rgb(155, 155, 155);
    border: 10px solid #fff;
    border-radius: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin: 9px auto;
    box-shadow: 1px 1px 3px #606060;
    transition: all;
}
.main-content .wizard-form .progressbar-list::after {
    content: "";
    background-color: rgb(155, 155, 155);
    padding: 0;
    position: absolute;
    top: 14px;
    left: -50%;
    width: 100%;
    height: 2px;
    margin: 9px auto;
    z-index: -1;
    transition: all 0.8s;
}
.main-content .wizard-form .progressbar-list.active::after {
    background-color: #763cb0;
}
.main-content .wizard-form .progressbar-list:first-child::after {
    content: none;
}
.main-content .wizard-form .progressbar-list.active::before {
    font-family: "Font Awesome 5 free";
    content: "\f00c";
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px;
    background-color: #763cb0;
    border: 1px solid #763cb0;
    box-shadow: 0 0 0 7.5px rgb(118 60 176 / 11%);
}
.progressbar-list {
    color: #6f787d;
}
/* card */
.bg-color-info {
    background-color: #00d69f;
}
.border-color {
    border-color: #ececec;
}
.back-to-wizard {
    transform: translate(-50%, -139%) !important;
}
.bg-success-color {
    background-color: #87D185;
}
.bg-success-color:focus {
    box-shadow: 0 0 0 0.25rem rgb(55 197 20 / 25%);
}

.progressbar hr {
    position: absolute;
    width: 65%;
    height: 2px;
    margin-top: 23px;
    z-index: 0;
    left: 20%;
}

.wizard-progress {
    display: table;
    width: 100%;
    table-layout: fixed;
    position: relative;
}
.wizard-progress .step {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    overflow: visible;
    position: relative;
    font-size: 14px;
    color: #838383;
    font-weight: bold;
}
.wizard-progress .step:not(:last-child):before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 35px;
    background-color: #fff;
    height: 10px;
    width: 100%;
}
.wizard-progress .step .node {
    display: inline-block;
    border: 6px solid #b7b7b7;
    background-color: #fdfdfd;
    border-radius: 18px;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 25px;
    left: 50%;
    margin-left: -18px;
}
.wizard-progress .step.active:before {
    background-color: rgb(13, 122, 161);
}
.wizard-progress .step.active .node {
    border-color: rgb(13, 122, 161);
    background-color: #fdfdfd;
}
.wizard-progress .step.active .node:before {
    font-family: 'Font Awesome 6 Free';
    content: "\f058";
    position: absolute;
    top: -1px;
    left: 13.5%;
}
.wizard-progress .step.in-progress:before {
    background: rgb(13, 122, 161);
    background: -moz-linear-gradient(left, rgb(13, 122, 161) 0%, #fff 100%);
    background: -webkit-linear-gradient(left, rgb(13, 122, 161) 0%, #fff 100%);
    background: linear-gradient(to right, rgb(13, 122, 161) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgb(13, 122, 161)", endColorstr="#fff",GradientType=1);
}
.wizard-progress .step.in-progress .node {
    border-color: rgb(13, 122, 161);
}
