.modal-content{
    height: 100vh;
}
.modal-dialog{
    margin: 0;
}
.text-white{
    color: #ffffff;
}
.back-button{
    font-size: 24px;
}
.back-button a{
    color: #ffffff;
}
.tb-icon-wp{
    right: auto;
    /* left: 45px; */
    background-color: transparent;
    border: none;
    color: #bebebe;
    height: 35px;
    line-height: 124px;
    position: absolute;
    padding: 0;
    width: 14px;
    top: 0;
    margin-left: 16px;
}
.tb-icon{
    right: auto;
    left: 71px;
    background-color: transparent;
    border: none;
    color: #bebebe;
    height: 35px;
    line-height: 76px;
    position: absolute;
    padding: 0;
    width: 14px;
    top: 0;
}
.ratakanan{
    float: right;
}
.bb-1{
    border-bottom: 1px solid #dee2e6;
}
.table thead th{
    border-bottom: none !important;
}
.table td, .table th{
    border-top: none !important;
}
.table td h6, .table th h6{
    font-size: 0.8rem;
    font-weight: 100;
}

.text-red{
    color: red;
}
.pd-10{
    padding: 10px;
}
.bg-white{
    background: #ffffff;
}
.modal-lg-plus{
    max-width: 100%;
}
.input-group-text{
    background: #ffffff;
}
.modal-dialog{
    left: 0;
    right: 0;
    margin: auto;
}
.myform-control{
    width: 89%;
    max-width: 90%;
    margin-right: 8px;
    border-radius: 0px 10px 10px 0px;
}

.myform-control-index{
    width: 89%;
    max-width: 90%;
    margin-right: 8px;
    border-radius: 0px 10px 10px 0px;
}

.form-inline{
    position: relative;
}

.selectpicker:after {
    content: "\f107";
    font-family: FontAwesome;
  }

.box-maps-pointer {
    position: absolute !important;
    top: 5px;
    left: 13px;
    width: 40px;
    /* height: 100%; */
    z-index: 2;
    color: #989FA7;
}

.icon-search, .icon-shopping{
    margin-left: 20px;
}

.icon-search-2, .icon-shopping-2{
    margin-left: 10px;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 12px;
    color: #434343;
}

.bootstrap-select>.dropdown-toggle{
    border-radius: 10px;
}

.bootstrap-select .dropdown-menu li a span.text {
    font-size: 12px;
    color: #434343;
    font-weight: bold;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding-left: 20px;
}

.bootstrap-select .dropdown-menu {
    top: -40px !important;
    width: 100% !important;
}

.keranjang {
    min-width: 20px;
    min-height: 20px;
    color: #F1000F;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    background-color: #F3F321;
    position: absolute !important;
    /* top: 0px;
    right: 0px; */   
    -webkit-transform: translate(-40%, -48%);
    -moz-transform: translate(-40%, -48%);
    border-width: 2px;
    border-style: solid;
    border-color: #F1000F;
    border-image: initial;
    border-radius: 18px;
    padding: 0px 4px;
}

.keranjang-2 {
    min-width: 20px;
    min-height: 20px;
    color: #F1000F;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    background-color: #F3F321;
    position: absolute !important;
    /* top: 0px;
    right: 0px; */   
    -webkit-transform: translate(100%, -178%);
    -moz-transform: translate(100%, -178%);
    border-width: 2px;
    border-style: solid;
    border-color: #F1000F;
    border-image: initial;
    border-radius: 18px;
    padding: 0px 4px;
}

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

.btn-light.focus, .btn-light:focus {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
    /* box-shadow: 0 0 0 0.2rem rgba(216,217,219,.5); */
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff;
}






