@font-face {
    font-family: Gotham-Book;
    src: url(/static/main/font/Gotham-Book.otf);
    font-display: swap;
}

@font-face {
    font-family: Gotham-Book;
    src: url(/static/main/font/GOTHAM-BOLD.TTF);
    font-weight: bold;
    font-display: swap;
}

#__wws ._flat{
    background: #D72128!important;
    box-shadow: none!important;
    border: 1px solid #fff;
    bottom: 9%!important;
    right: 6%!important;
}

.hanabot{
    position: fixed;
    right: 0;
    bottom: 0;
    cursor: pointer;
}

body{
    font-family: Gotham-Book;
    font-size: 0.9rem;
}

form {
    width: 100%;
}

hr {
    border-top: 1px solid #D72128;
}

a:hover {
    color: inherit;
}

section {
    width: 100%;
    padding: 50px 50px !important;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
	margin-top: 20px;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
.btn-otp{
    height: 34px;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.otp-box{
    height: 400px!important;
}

.form-error{
    color: red;
    font-size: 80%;
}

.form-success{
    color: green;
    font-size: 80%;
}

.inputphone{
    padding-left: 0;
}

.white{
    background: #fff;
}

.red{
    background: #D72128;
}

.grey{
    background: rgba(109,109,123,0.2);
}

.red-font{
    color: #D72128 !important;
}

.grey-font{
    color: #727272 !important;
}

.blue-font{
    color: #A7AEB5 !important;
}

.seo-font{
    color: #6D6D7B !important;
}

.white-font{
    color: #fff !important;
}

.green-font{
    color: #28a745 !important;
}

#myCarousel{
    overflow: hidden;
}

.nav-item a{
    color: #fff;
    text-decoration: none
}

.nav-link:hover{
    border-bottom: 1px solid #fff;
}

.nav-switch:hover{
    border-bottom: 0;
}

.redlink:hover{
    border-bottom: 1px solid #D72128;
    transition: 0s;
}

.navbar{
    min-height: 70px;
    box-shadow: 0px 1px 10px #888888;
    color: #fff;
}

.navbar-nav .nav-link, .nav-button{
    padding-right: 15px !important;
    padding-left: 15px !important;
}

.navbar-active{
    background: #fff;
    color: #D72128;
    transition: 0.5s;
}

.navbar-active a{
    color: #D72128;
    transition: 0.5s;
}

.switchbutton{
    border: 1px solid #fff;
    background: #fff;
    border-radius: 5px;
    color: #D72128;
    padding: 5px 10px;
}

.switchmenu{
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
}

.redbutton{
    border: 1px solid #D72128;
    background: #D72128;
    color: #fff;
    transition: 0.5s
}

.howitworks{
    color: #fff
}

.howitworks h3{
    font-size: 25px;
    margin-bottom: 25px;
}

.lmar-b{
    margin-bottom: 60px;
}

.lmar-t{
    margin-top: 60px;
}

.mmar-b{
    margin-bottom: 30px;
}

.mmar-t{
    margin-top: 30px;
}

.smar-b{
    margin-bottom: 15px;
}

.smar-t{
    margin-top: 15px;
}

.smar-r{
    margin-right: 15px;
}

.popular-redbox{
    background: #D72128;
    padding: 25px;
    color: #fff;
    border-radius: 0 0 6px 6px;
    height: 300px;
}

.popular-img img{
    border-radius: 6px 6px 0 0;
}

.popbutton{
    background: #fff;
    padding: 7px 20px;
    border-radius: 3px;
}

.logo{
    transition: 0.5s;
}

.popbutton, popbutton:hover{
    text-decoration: none!important;
    color: #D72128!important;
}

.partner-logo{
    margin: 30px 0;
}

.faq{
    padding:0;
    border: 0;
    margin-bottom: 1px;
}

.faq h5, .faq a{
    color: #636363;
    text-align: left;
    text-decoration: none;
    font-weight: normal;
}

.card-header{
    background: #fff;
    border: 1px solid #8c8c8c;
}

.card-body{
    background: rgba(99,99,99,0.1);
    padding: 2rem;
}

 .banner{
    margin-top: 70px;
 }

.right{
    float: right;
}

footer{
    background: #D72128;
    color: #fff;
    padding: 20px 0 20px 0;
    font-size: 12.8px;
}

.footer-menu a{
    color: #fff;
}

.footer-menu ul{
    list-style-type: none;
    padding: 0;
}

.footer-menu ul li{
    margin-bottom: 10px;
}

.copyright{
    float: right;
}

.tagline{
    padding-left: 20px;
}

.icon-navigation img{
    max-width: 150px;
    margin: 0 15px;
}

.carousel-control-prev-icon{
    position: absolute;
    left: 15%;
}

.carousel-control-next-icon{
    position: absolute;
    right: 15%;
}

.login-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: 700px;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.login-area-new{
    margin-top: 150px;
    margin-bottom: 80px;
    min-height: 400px;
}

@media (max-width: 576px) { 
    .login-area-new {
        margin-top: 130px;
        margin-bottom: 50px;
    }
}

.register-area-new{
    margin-top: 130px;
    margin-bottom: 100px;
    min-height: 700px;
}

.login-logo img{
    max-width: 100px;
}

.login-logo{
    margin-bottom: 50px;
}

.control-label{
    color: #605F5F;
    font-weight: bold;
}

.btn-red{
    width: 100%;
    background: #D72128;
    color: #fff;
}

.btn-verification{
    border: 1px solid #DBDBDB;
    padding: 5px 20px;
    border-radius: 25px;
    font-weight: bolder;
    width: 120px;
    text-align: center;
}

.btn-verification:hover{
    background: #DBDBDB;
}

.filter-area{
    background: #fff;
    border-radius: 6px;
    padding: 0;
}

.filter-header{
    background: #D72128;
    padding: 15px 25px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.filter-body{
    padding: 25px;
    border: 1px solid #d8d8d8;
}

.btn-sml{
    width: 120px;
}

.btn-med{
    width: 60%;
}

.fifi-grey{
    background: #F1F1F1;
}

.nomargin{
    margin: 0;
}

.nopadding{
    padding: 0;
}

.item-list{
    background: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #d8d8d8;
}

.item-overview{
    padding: 30px;
    border-right: 1px solid #d8d8d8;
}

.compare-selection{
    width: 5%;
    display: inline;
    vertical-align: middle;
    height: 80%;
}

.item-img{
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
    text-align: center;
}

.item-img img{
    max-height: 100px;
}

.item-detail{
    margin: 25px 0;
}

.item-info{
    padding: 30px;
    border-left: 1px solid #f1f1f1;
}

.item-benefit{
    background: #F8F8F8;
    border: 1px solid #d8d8d8;
    padding: 15px;
}

.benefit{
    border-right: 1px solid #d8d8d8;
}

.item-cta{
     margin-top: 25px;
}

.btn-grey{
    background: #F8F8F8;
    border: 1px solid #a6a6a6;
}

.category-menu{
    position: absolute;
    background: #fff;
    display: none;
    transition: 0.5s;
    top: 100%;
    width: 160px;
}

.category-menu ul{
    list-style: none;
    padding: 15px;
    text-align: left;
}

.category-menu li{
    margin-bottom: 10px;
}

.category-menu li a{
    color: #D72128;
}

.category-menu li a:hover{
    text-decoration: underline;
}

.category-arrow{
    position: absolute;
    color: inherit;
    text-align: center;
    top: -17px;
    width: 100%;
}

#category:hover .category-menu{
    display: block;
}

#login:hover .category-menu{
    display: block;
}

#corporate:hover .category-menu{
    display: block;
}

.redcategory{
    background: #D72128
}

.redcategory li a{
    color: #fff
}

.startbody{
    margin-top: 150px;
    margin-bottom: 50px;
}

.compare-link{
    color: #D72128!important;
    text-decoration: underline!important;
    vertical-align: bottom;
    cursor: pointer;
}

.comparison{
    display: none;
    position: fixed;
    bottom: 10%;
    background: #fff;
    border: 1px solid #f1f1f1;
    border-radius: 10px;
    z-index: 1100;
    width: 300px;
}

.comparison table{
    width: 100%;
}

.comparison tr td{
    padding: 15px;
}

.compare-button{
    padding: 10px;
    text-align: center;
    color: #fff;
    border: 0;
    width: 100%;
    background: #D72128;
    cursor: pointer;
}

.compare-button a{
    color: #fff;
}

.fullheight{
    height: 100%;
}

.prod-detail-body{
    background: #fff;
    border-radius: 8px;
}

.img-border{
    border-right: 1px solid #f1f1f1;
    padding: 0;
}

.prod-detail-info{
    padding: 50px 75px;
}

.prod-detail-img{
    border-bottom: 1px solid #f1f1f1;
}

.prod-detail-vendor{
    padding: 15px 30px;
}

.prod-detail-tbheader{
    padding: 15px 65px;
    background: #D8D8D8;
}

.prod-detail-premium .info, .prod-detail-benefits .info{
    padding: 10px 80px;
}

.odd{
    background: #f8f8f8;
}

.comparison-body{
    background: #fff;
}

.comparison-desc div{
    padding: 15px 30px;
}

.comparison-benefits{
    border-top: 1px solid #f1f1f1;
    padding: 30px 30px 0 30px;
}

.comparison-benefits .info{
    padding-top: 15px;
    padding-bottom: 15px;
}

.med-bold{
    font-weight: 500;
}

.spad{
    padding: 15px;
}

.mpad{
    padding: 30px;
}

.payment-nav{
    border: 1px solid #DBDBDB;
    color: #DBDBDB;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

.active-nav{
    background: #D72128;
    color: #fff;
}

.number{
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 50%;
    padding: 0px 4px;
    color: inherit;
    margin-right: 5px;
}

.active-nav .number{
    color: #D72128;
}

.payment-form{
    background: #fff;
    border-radius: 6px;
    padding: 0;
}

.payment-form-header{
    background: #D72128;
    padding: 15px 30px;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

.payment-form-body{
    padding: 30px;
    border: 1px solid #DBDBDB;
    border-radius: 0 0 6px 6px;
}

.payment-form-body .data-field{
    margin-bottom: 15px;
}

.payment-form-pricing{
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    background: #fff;
}

.payment-form-pricing-image{
    border-bottom: 1px solid #DBDBDB;
    text-align: center;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.payment-form-pricing-detail{
    padding: 25px;
}

.payment-form-pricing-detail td{
    padding: 5px;
    color: #727272;
}

.payment-form-pricing-detail hr{
    border-top: 1px solid #DBDBDB;
}

.payment-method{
    list-style-type: none;
    border: none;
    width: auto;
    padding: 0;
}

.payment-method li{
    margin-bottom: 5px;
}

.payment-method li input[type=radio]{
    display: inline;
    margin-bottom: 5px;
}

.payment-konfirmasi-data td{
    padding: 5px;
}

.ask-data-insured{
    display: inline;
    width: auto;
}

.payment-info{
    display: none;
}

.payment-info img{
    max-height: 40px;
    margin-right: 5px;
}

.warning{
    padding: 8px 15px;
    font-size: 80%;
    margin-top: 5px;
    background: #d7212161;
}

.dashboard{
    border: 1px solid #DBDBDB;
}

.dashboard-nav{
    border-right: 1px solid #DBDBDB;
}

.dashboard-nav ul{
    list-style-type: none;
    padding: 15px;
}

.dashboard-nav li{
    margin: 40px 0;
    text-transform: uppercase;
}

.dashboard-nav li a{
    color: #727272;
}

.dashboard-nav .active{
    font-weight: bold;
    background: none;
}

.dashboard-content{
    padding-top: 40px;
}

.dashboard-content hr{
    border-top: 1px solid #DBDBDB;
}

.dashboard-table{
    width: 100%;
    background: #fff;
    border-radius: 6px;
}

.dashboard-table th{
    color: #727272;
    padding: 15px;
    border-bottom: 2px solid #DBDBDB;
}

.dashboard-table td{
    color: #727272;
    padding: 15px;
    border-bottom: 1px solid #DBDBDB;
}

.transaction-table{
    width: 100%;
}

.transaction-table td{
    color: #727272;
    padding: 15px;
    vertical-align: top;
}

.transaction-table th{
    color: #727272;
    padding: 15px;
    border-bottom: 2px solid #DBDBDB;
}

.transaction-table .total{
    border-top: 2px solid #DBDBDB;
}

.dashboard-filter{
    margin: 30px 0;
}

.seo-area{
    padding: 30px;
}

.seo-content{
    padding: 15px;
}

.confirmation-detail{
    padding: 30px;
    background: #fff;
}

.confirmation-countdown{
    padding: 30px;
    border: 1px solid #DBDBDB
}

.confirmation-payment img{
    max-width: 100px;
}

.confirmation-payment h4{
    display: inline;
}

.thirdPayment{
    width: 100%;
    height: 600px;
    border: 0;
}

.field-margin-b{
    margin-bottom: 8px;
}

.contact-details{
    padding: 0 30px;
}

#paymentOverlay{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(33,33,33,0.7);
}

#paymentLoader, #paymentResponse, #popup{
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 100000;
    background: #fff;
    border-radius: 6px;
    padding: 15px;
}

#paymentDisclaimer{
    display: none;
    position: fixed;
    top: 25%;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
    border-radius: 6px;
    padding: 50px;
}

#cancelDisclaimer{
    display:block;
}

.home-nav{
    margin-top:5px;
}

.home-nav:hover{
    border-bottom: 0;
}

.home-nav .active{
    background: #fff;
    color: #D72128;
}

.red-active{
    background: #D72128!important;
    color: #fff!important;
}

.personal-nav{
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 6px 0 0 6px;
}

.business-nav{
    padding: 7px 10px;
    border: 1px solid #fff;
    border-radius: 0 6px 6px 0;
    margin-left: -5px;
}

.red-nav-border{
    border: 1px solid #D72128;
}

#_mn-s, ._flImg{
    display:none;
}

.kamus-table th, .kamus-table td{
    padding: 10px;
    border: 1px solid #ddd;
}

.checkbox input[type='checkbox']{
    width: auto;
    display: inline;
}

.navbar-toggler i{
    color: #fff;
}

.hidden{
    display: none;
}

.salesconfirm-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: auto;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.renewalconfirm-area{
    background: #F6F6F6;
    margin-top: 150px;
    margin-bottom: 150px;
    padding: 50px 25px;
    height: 900px;
    box-shadow: 8px 8px 15px #a7aeb566;
}

.transparent{
    background: transparent;
}

.discount-banner{
    margin-left: -15px;
    background: #D72128;
    padding: 6px 15px;
    font-size: 85%;
    color: white;
    position: absolute;
    z-index: 1000;
    top: 3%;
    border-radius: 0 25px 25px 0;
}

.downloadlogo{
    max-width: 150px;
}

.form-control::-webkit-input-placeholder { color: #a1a2a2; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #a1a2a2; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #a1a2a2; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #a1a2a2; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #a1a2a2; }

.tab {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background: inherit;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
}

/* Create an active/current tablink class */
.tab button.active {
    border-bottom: 2px solid #D72128;
}

/* Style the tab content */
.tabcontent {
  display: none;
   transition: 0.3s;
}

#download-banner{
    background: #ffca05;
    display: block;
    z-index: 1;
    position: fixed;
    bottom: 25px;
    width: 28%;
    border-radius: 0 10px 10px 0;
}

.download-logo{
    max-height: 60px;
}

.download-header,.download-body,.download-button{
    padding-left:0;
}

.close-download{
    position: absolute;
    top: 0;
    left: 1px;
    padding: 5px;
    z-index: 10;
    opacity: 0.5;
    cursor: pointer;
}

.microsite{
   margin-top: 100px;
   margin-bottom: 100px;
}

.list-product{
    width: 100%;
    border: 1px solid #d8d8d8;
}

/*Pagination Custom*/
.pagination {
    padding-left: 1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #f4f4f4;
  border-color: #DDDDDD;
  color: inherit;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
}
/*Pagination Custom*/

#popupPromo .modal-body{
    padding: 0
}

#popupPromo .close{
    position: absolute;
    top: -15px;
    right: -15px;
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
}

.img-h25 {
    height: 25%;
}

.btn-seo-transparent {
    color: #212529;
    background-color: transparent;
}

.btn-seo-transparent:focus {
    box-shadow: none;
}

.card-no-border {
    border: none;
}

.image-thumbnail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-wrap {
    text-align: center;
    text-decoration: none;
    margin-top: -45px;
    font-size: 12px;
    color: #ffffff;
}

.decoration-none, .decoration-none:visited,.decoration-none:hover,.decoration-none:active {
    text-decoration:none;
}

.image-not-found {
    padding-left: 90px;
}

.font-color-not-found {
    color: #707070;
}

.btn-error-page {
    width: 200px;
    align-items: center;
}

.error-page-body{
    margin-top: 120px;
    margin-bottom: 50px;
}

.btn-img-back-home{
    max-width: 15%
}

a, a:hover, a:focus, a:active {
    text-decoration: none;
    color: inherit;
}

.whatsapp-btn {
    position: fixed;
    bottom: 0;
    right: 0;
    float: right;
    z-index: 1000;
}

.mt-50 {
    margin-top: 50px !important;
}

textarea:focus, input:focus{
    outline: none;
}

.shadow {
    box-shadow: 0 .05rem .5rem rgba(0,0,0,.15)!important;
}

.text-shadow {
    text-shadow: 2px 2px;
}

.rounded-2 {
    border-radius: 0.5rem!important;
}

.rounded-3 {
    border-radius: 1.25rem!important;
}

.home-hr {
    border-top: 20px solid #f4f4f4;
    width: 100%;
}

.orange-bg {
    background: #f05b24;
}

.wrapper-home {
    top: -3rem;
    margin-bottom: -3rem;
}

.font-11 {
    font-size: 11px;
}

.font-16 {
    font-size: 16px;
}

.small-product-custom {
    font-size: 70%;
    font-weight: 400;
}

.small-custom {
    font-size: 94%;
    font-weight: 400;
}

.responsive-font {
    font-size: 24px;
}

.card-mini-logo {
    position: absolute;
    z-index: 1000;
    top: 5px;
    left: 15px;
    width: 65px;
}

.card-padding-custom {
    padding: 3rem;
    height: 100%;
}

.mb-2-rs {
    margin-bottom: 10px;
}

.img-ojk-top{
    max-width: 250px;
}

.img-ojk{
    max-width: 350px;
}

.justify-content-rs {
    justify-content: left;
}

.justify-content-rs-logo {
    justify-content: left;
}

.text-align-rs {
    text-align: left;
}

.col-md-2-custom {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10.666667%;
    flex: 0 0 10.666667%;
    max-width: 10.666667%;
}

.blog-section-header {
    background-color: #D72128;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog-hr {
    border-bottom: 1px solid #D72128;
    width: 100%;
}

.separator-line {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator-line::before,
.separator-line::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator-line:not(:empty)::before {
    margin-right: .25em;
}

.separator-line:not(:empty)::after {
    margin-left: .25em;
}

.text-navy {
    color: #0B416B;
}

.logo-size {
    max-width: 45px;
    max-height: 45px;
    width: auto;
    height: auto;
}

@media (max-width: 576px) {
    .logo-size {
        max-width: 30px; /* Ukuran gambar lebih kecil pada layar kecil */
        max-height: 30px;
    }
}

.otp-input {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline:none;
    box-shadow:none;
    height: 60px;
    font-size: 35px;
    font-family: sans-serif;
}

.dashboard-list {
    min-height: 100svh;
    width: 100%;
}

.dashboard-content-wrapper {
    margin-left: 250px;
}

.sidebar {
    position: absolute;
    left: 0;
    height: 100svh;
    background-color: white;
    color: black;
    padding-top: 20px;
    min-width: 250px !important;
    max-width: 250px !important;
    overflow-y: auto;
    transition: left 0.3s ease;
}

.sidebar.active {
    margin-left: -250px;
}

.sidebar .nav a {
    color: black;
    text-decoration: none;
    display: block;
    padding: 10px;
}

.sidebar .nav .active {
    color: #0B416B;
    font-weight: bold;
}


.sidebar a:hover {
    color: #0B416B;
}

.sidebar-toggle {
    display: flex;
    justify-content: flex-start; /* Align items to the start (left) */
    padding: 10px; /* Add some padding if needed */
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        z-index: 1;
    }
    .sidebar.active {
        left: -250px;
    }

    .sidebar-toggle {
        justify-content: flex-end;
    }

    .dashboard-content-wrapper {
        margin-left: 0px;
    }
}

.navbar-content {
    max-width: 85% !important;
}

@media (max-width: 1440px) {
    .navbar-content {
        max-width: 90% !important;
    }
}

@media (max-width: 1200px) {
    .navbar-content {
        max-width: 100% !important;
    }
}

@media (max-width: 1024px) {
    .navbar-content {
        max-width: 95% !important;
    }
}

@media (max-width: 768px) {
    .navbar-content {
        max-width: 95% !important;
    }
}

.content-start {
    margin-top: 70px;
}


/* CUSTOM CSS FOR CORPORATE PAGE */

.bg-main {
    background: rgba(217, 34, 40, 1);
}

#mainBanner .carousel-inner {
    max-height: 500px;
}

.min-height-400 {
    min-height: 375px;
}

.banner-caption {
    position: absolute;
    top: 15%;
    color: #fff;
    text-align: left;
    width: 100%;
}

.banner-caption h1 {
    font-size: 3.5rem !important;
    max-width: 600px;
}

.bg-orange {
    background: rgba(242, 138, 35, 1);
}

/* for corporate menu */
@media (min-width: 992px) {
    #corporate:hover .category-menu ul {
        display: block;
    }
    #corporate .category-menu ul {
        display: none;
    }

    #corporate:hover .category-arrow {
        display: block;
    }

    #corporate .category-arrow {
        display: none;
    }
}

.dashboard-card {
    min-height: 100px;
    height: 100%;
}

.wina-icon-btn {
    cursor: pointer;
    position: fixed;
    bottom: 80px;
    right: 0;
    float: right;
    z-index: 1000;
}

#winaChatPopup {
    z-index: 99999999;
    height: calc(100% - 200px);
    max-height: 600px;
    width: 380px;
    position: fixed;
    bottom: 90px;
    color: #fff;
    text-align: right;
    right: 20px;
    display: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.wina-chat-header {
    background: #d72128;
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
}

.chatbot-iframe {
    height: 100%;
    width: 100%;
    border: none;
    margin-top: -65px;
    border-radius: 15px;
}

@media (max-width: 768px) {
    .wina-chat-header {
        background: #d72128;
        border-radius: 0px;
        padding: 20px;
    }

    #winaChatPopup {
        position: fixed;
        box-sizing: border-box;
        z-index: 99999999;
        padding: 0px;
        transform: translateZ(100000px);
        background-color: rgba(0, 0, 0, 0.5);
        height: 100%;
        width: 100%;
        inset: 0px;
        border-radius: 0px;
        max-height: 100%;
        max-width: 100%;
    }

    .chatbot-iframe {
        margin-top: -65px;
        border-radius: 0px;
        border: 0px none;
        height: 100%;
        width: 100%;
    }
}
