body{
    font-family: 'Poppins', sans-serif !important;
    font-size: 0.9rem !important;
    margin: 0;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: auto!important;
}
p{
    font-size: 0.9rem !important;
}
.btn{
    font-size: .9rem;
}
.form-control{
    font-size: .9rem;
    padding: .47rem .75rem;
}
h1, h2.h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif !important;
}
.sign-form {
    margin: 0px !important;
    padding: 35px !important;
    box-shadow: none;
    border-radius: 8px;
    z-index: 1;
}
.bg-gray{
    background: #f4f7f9 !important;
}
.sign-form-head {
    color: #516378 !important;
    font-size: 1.2rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500 !important;
}
.pattern-1 {
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.pattern-2 {
    position: fixed;
    bottom: 0px;
    left: 34%;
}
.pattern-3 {
    position: fixed;
    bottom: 0px;
    right: 0px;
}
@media (max-width: 720px){
    .pattern-1 {
        width: 100%;
    }
    .pattern-2 {
        display: none;
    }
    .pattern-3 {
        display: none;
    }
    .w-100-mobile{
        width: 100% !important;
    }
    
}
.card {
    border-radius: 8px !important;
    box-shadow: none;
    border: none;
}
.card-body {
    padding: 1.25rem 1.25rem;
}
.font-weight-600{
    font-weight: 600 !important;
}
.pt-100{
    padding-top: 100px;
}
.pb-100{
    padding-bottom: 100px;
}
.link-app{
    color: inherit;
}
.link-app .card:hover{
    box-shadow: 1px 2px 14px 7px rgb(169 169 169 / 29%);
    color: inherit;
}
.btn-success.custom{
    background-color: #32b268  !important;
    border-color: #32b268  !important;
    border-radius: 6px;
    padding: 8px 20px;
    color: #ffffff;
}
.btn-success.custom:hover{
    box-shadow: 1px 2px 14px 7px rgb(169 169 169 / 29%);
}
.btn-warning.custom{
    background-color: #f7b86d !important;
    border-color: #f7b86d !important;
    border-radius: 6px;
    padding: 8px 20px;
    color: #ffffff;
}
.btn-warning.custom:hover{
    box-shadow: 1px 2px 14px 7px rgb(169 169 169 / 29%);
}

.btn-sm{
    font-size: 12px;
    padding: 7px 14px !important;
}
.dropdown-menu{
    right: 0 !important;
    left: auto !important;
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 18%);
    border-radius: 6px;
}
.text-success{
    color: #32b268 !important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #32b268;
    border-color: #32b268;
    border-radius: 8px;
}
.page-item:not(:first-child) .page-link {
    margin-left: 5px;
}
.page-link {
    padding: 0.375rem 0.75rem;
    border-radius: 8px;
    font-size: 12px;
}
.select2-container--default .select2-selection--single{
    border: 1px solid #e2e2e2 !important;
    border-radius: 8px !important;
    height: 38px !important;
    padding-top: 5px !important; 
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 7px !important;
}
.input-group-text{
    font-size: 12px !important;
}
.input-group-prepend{
    height: 38px !important;
}
.input-group .input.form-control{
    height: 38px !important;
}
.input-group>.input-group-prepend>.input-group-text{
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}
.input-group>.input-group-append>.input-group-text{
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.panduan-list a.item {
    display: block;
    background: #ebebeb;
    color: #000000 !important;
    padding: 10px !important;
    border-radius: 6px;
    font-weight: 500 !important;
    font-size: 15px;
    margin-bottom: 6px;
}
.panduan-list a.item.active {
    background: #32b26829 !important;
    color: #32b268 !important;
}
.list-panduan{
    border-bottom: 1px solid #cccccc;
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.detail-panduan img{
    width: 100% !important;
}
.detail-panduan .ui-wrapper{
    width: 100% !important;
}
.btn-floating{
    background-color: #f7b86d;
    color: #fff;
    position: fixed;
    bottom: 20px;
    border-radius: 50%;
    right: 25px;
    font-size: 40px;
    padding: 0px 13px;
    height: 60px;
    font-weight: 900;
    box-shadow: 1px 2px 3px 2px rgb(247 184 109 / 35%);
    z-index: 99;
}
.title-floating-footer{
    position: fixed;
    bottom: 28px;
    right: 98px;
    background: #ffffff;
    padding: 12px 15px;
    border-radius: 6px;
    box-shadow: 1px 1px 10px -1px #aaa;
    z-index: 99;
}
.title-floating-footer:after{
    display: inline-block;
    content: '';
    position: absolute;
    background-color: #fff;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    top: 0;
    bottom: 0;
    margin: auto;
    right: -5px;
    border-radius: 0 3px 0 0;
    box-shadow: 1px -1px 4px 0 #eee;
}
@media only screen and (min-width: 768px){
    .cd-top {
        right: 38px;
        bottom: 90px;
    }
}
.side-panduan h5{
    font-weight: 600;
}
.side-panduan ul{
    padding-left: 0px;
    list-style: none;
}
.side-panduan li.item{
    margin-bottom: .5rem!important;
}
.side-panduan li.item.active a{
    color: #343a40!important;
    font-weight: 600;
}
.side-panduan li.item a{
    color: #6c757d;
    font-size: 13px;
}
.side-panduan li.item a:hover{
    text-decoration: revert;
}
#accordion .card .card-header {
    padding: 20px;
    border-radius: 6px;
    background-color: transparent;
    border: 2px solid #ededed;
    cursor: pointer;
    border-bottom: none;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
#accordion .card .card-header.collapsed {
    padding: 20px;
    border-radius: 6px;
    background-color: transparent;
    border: 2px solid #ededed;
    cursor: pointer;
}
#accordion .card .card-header h5 {
    font-size: 17px;
}
.collapse .card-body{
    padding-top: 0px;
    font-size: 14px;
    line-height: 26px;
    border-right: 2px solid rgb(237, 237, 237);
    border-bottom: 2px solid rgb(237, 237, 237);
    border-left: 2px solid rgb(237, 237, 237);
    border-image: initial;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.collapse .card-body p{
    font-size: 14px !important;
}
#accordion .card .card-header {
    color: #2d9bff;
}
#accordion .card .card-header.collapsed {
    color: #000000;
}
#accordion .card .card-header button{
    padding: 0px;
}
#accordion .card .card-header .btn-link{
    color: #32b268;
}
.shepherd-footer{
    background: transparent;
    padding: 10px !important;
}
.shepherd-text{
    padding: 20px;
}
.shepherd-content{
    border: 3px solid #f7b86d;
    border-radius: 8px !important;
    box-shadow: 1px 1px 10px -1px #aaa !important;
}
.shepherd-element{
    max-width: 300px !important;
    border-radius: 8px !important;
}
.shepherd-button{
    padding: 6px 12px !important;
    font-size: 12px !important;
} 
.shepherd-text {
    padding: 15px !important;
}
.shepherd-text p{
    font-size: 13px !important;
}
.shepherd-button{
    background: #32b268 !important;
}
.shepherd-button.shepherd-button-secondary{
    background: #f1f2f3 !important;
}
.shepherd-text {
    color: #000000 !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    padding-top: 0px !important;
}
.shepherd-element[data-popper-placement^=bottom]>.shepherd-arrow{
    top: -4px !important;
}
.shepherd-element.shepherd-has-title[data-popper-placement^=bottom]>.shepherd-arrow:before{
    background-color: #f7b86d !important;
}
.shepherd-element[data-popper-placement^=top]>.shepherd-arrow{
    bottom: -4px !important;
}
.shepherd-arrow:before{
    background: #f7b86d !important;
}
.shepherd-arrow, .shepherd-arrow:before{
    width: 10px !important;
    height: 10px !important;
}
.shepherd-header{
    background: #ffffff !important;
    padding: 15px !important;
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
.shepherd-header .shepherd-title{
    display: none !important;
}
.top-bar-active .fixed-top{
    top: 49px !important;
}
.top-bar-active section.pt-100{
    padding-top: 149px !important;
}
.top-bar-alert{
    text-align: center;
    padding: 13px 35px;
    background: #398AB9;
    position: fixed;
    width: 100%;
    z-index: 99;
}
.top-bar-alert .text-alert{
    color: #ffffff;
    font-size: 15px;
}
.top-bar-alert .btn-close-alert{
    float: right;
    font-size: 16px;
    line-height: 25px;
    color: #ffffff;
}
.card.disable{
    opacity: 0.4;
}
.card.disable:hover{
    box-shadow: none;
    cursor: default;
}
.spek-list{
    padding: 15px 20px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
}
.bd-clipboard{
    position: relative;
    display: block;
    float: right;
}
.btn-clipboard{
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 10;
    display: block;
    padding: 0.25rem 0.5rem;
    font-size: 75%;
    color: #818a91;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: 0.25rem;
    line-height: 15px;
}
.btn-clipboard:hover{
    color: #fff;
    background-color: #027de7;
}
.alert-copy{
    background: #404040;
    padding: 3px 4px;
    border-radius: 3px;
    color: #ffffff;
    font-size: 11px;
    position: absolute;
    right: -18px;
    top: -37px;
}
.card-payment{
    border: 1px solid #d7d7d7;
}
.card-payment .card-body{
    padding: 12px 13px;
}
.card-payment .card-body{
    font-size: 20px;
    color: #999999;
}
.card-payment .card-body p{
    font-weight: 600;
}
.card-payment.active{
    border-color: #000000 !important;
    box-shadow: 0px 2px 3px rgb(66 66 66 / 55%);
}
.card-payment.active .card-body{
    color: #000000 !important;
}
.card-payment:hover{
    cursor: pointer;
    box-shadow: 0px 2px 3px rgb(66 66 66 / 55%);
}
.modal-backdrop {
    background-color: #818181;
}
.bg-grey {
    background: #f2f2f2 !important;
}
.list-pembayaran ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-pembayaran .content-pembayaran img {
    width: 80px;
}
.content-pembayaran img {
    height: fit-content;
}
.list-pembayaran {
    padding: 10px 20px !important;
}
.radius-5px {
    border-radius: 5px;
}
.metode-bayar {
    padding: 12px 15px;
}
.font-size-10 {
    font-size: 10px!important
}
.font-size-11 {
    font-size: 11px!important
}
.font-size-12 {
    font-size: 12px!important
}
.font-size-13 {
    font-size: 13px!important
}
.font-size-14 {
    font-size: 14px!important
}
.font-size-15 {
    font-size: 15px!important
}
.font-size-16 {
    font-size: 16px!important
}
.font-size-17 {
    font-size: 17px!important
}
.font-size-18 {
    font-size: 18px!important
}
.font-size-20 {
    font-size: 20px!important
}
.font-size-22 {
    font-size: 22px!important
}
.font-size-24 {
    font-size: 24px!important
}
.panduan-pembayaran ol li {
    counter-increment: counter_list;
    list-style-type: none;
    margin: 7.5px 0px;
    padding-left: 20px;
}
.panduan-pembayaran ol li::before {
    content: counter(counter_list) ")";
    position: absolute;
    margin-left: -25px;
    margin-right: 10px;
}
.panduan-pembayaran .list-collapse.collapsed span::after {
    font-family: "FontAwesome";
    content: "\f078";
    position: fixed;
    right: 0;
    margin-right: 20px;
    transform: translate(-50%,-25%);
}
.panduan-pembayaran .list-collapse span{
    padding-right: 25px;
}
.panduan-pembayaran .list-collapse:not(.collapsed) span::after {
    font-family: "FontAwesome";
    content: "\f077";
    position: fixed;
    right: 0;
    margin-right: 20px;
    transform: translate(-50%,-25%);
}
.copyright-bar{
    margin-top: auto !important;
}
.conteiner-image {
    border-radius: 8px;
    border: 1px solid #dadce0;
    background: #ffffff;
}
.conteiner-image .image img {
    height: 200px;
    object-fit: cover;
    object-position: top;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    filter: blur(0.5px);
}
.conteiner-image .text {
    padding: 17px 20px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top: 1px solid #dadce0;
}
.conteiner-image p {
    font-size: 13px !important;
    color: #000000;
    font-weight: 500;
}
.conteiner-image:hover{
    background: #eeeeee !important;
}
.modal-custom{
	background: #1f1f1ff2 !important
}
.bar-custom{
	position: fixed;
    background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,transparent 100%);
    width: 100%;
	z-index: 1;
}
.bar-custom a{
	cursor: pointer;
}
.bar-custom{
	color: white !important;
}
.menu-right{
	color: #ffffff;
}
.menu-right i{
	padding: 5px 8px;
}
.menu-right i:hover{
    background: #8b8787ba;
    border-radius: 3px;
	color: #ffffff;
}
.modal-content.custom{
	margin-top: 55px;
	border-radius: 0px;
	background-color: transparent !important;
	border:none !important;
}
.modal-dialog.custom{
	max-width: 100%;
    padding-left: 15px;
	height: 500px;
}
.height-500{
    height: 600px;
    overflow: auto;
}
.modal-dialog.custom img{
    width: 60%;
}
.modal-custom .btn-prev-image{
    position: absolute;
    top: 45%;
    background: rgba(0,0,0,.75);
    padding: 14px 16px;
    line-height: 1px;
    border-radius: 100%;
    color: #ffffff;
    text-align: center;
    padding-right: 18px;
}
.modal-custom .btn-prev-image:hover{
    background: #007bff!important;
}
.modal-custom .btn-next-image{
    position: absolute;
    top: 45%;
    background: rgba(0,0,0,.75);
    padding: 14px 16px;
    line-height: 1px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    right: 25px;
    padding-left: 18px;
}
.modal-custom .btn-next-image:hover{
    background: #007bff!important;
}