.ui-select-bootstrap .ui-select-match-text span {
    text-overflow: ellipsis;
}

.input-group {
    table-layout: fixed; /* Tetapkan tata letak tabel tetap */
    max-width: 100%; /* Batasi lebar maksimal */
    width: 100%; /* Ambil lebar penuh dari induknya */
}

.input-group-addon, .input-group-btn{
    width: 37px;
    /* width: unset; */
}

.ui-select-bootstrap .ui-select-choices-row>span{
    white-space: normal!important;
}

span.hyperlink {
    color: #337ab7;
    text-decoration: none;
    cursor: pointer;
}

span.hyperlink:hover {
    color: #23527c;
    text-decoration: underline;
}

.navbar-brand {
    padding: 0;
}

.navbar-light {
    padding: 1rem;
    background-color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    border-color: transparent;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
    color: #ea6b17;
    background-color: transparent;
}

@media (min-width: 992px) {
    .page-header {
        background-color: #1474c9 !important;
        margin: -25px 0px;
        border: none;
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333;
        font-size: 14px;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ea6b17;
        transition: color .4s;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }

    .navbar-expand-lg .navbar-nav .lia-navbar .dropdown-menu-right {
        right: auto;
    }

    .lia-navbar .dropdown-menu {
        padding: 0;
        top: 60px;
        border-radius: 0;
        background-color: #333;
        left: 0;
        right: auto;
    }

    .navbar-nav .lia-navbar .dropdown-menu-right {
        right: auto;
    }

    .lia-navbar .dropdown-menu .dropdown-item {
        color: #ffffff;
        padding: 10px;
    }

    .lia-navbar .dropdown-menu .dropdown-item:focus,
    .lia-navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ea6b17;
        transition: color .4s;
    }

    .bigHeading,
    h1 {
        font-size: 30px;
        font-weight: 800;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    }

    .list-bank li a {
        color: #333;
        padding-left: 90px;
    }

    .icon-bank {
        width: 50px;
        display: inline-block;
        position: absolute;
        left: 42px;
    }

    .img-responsive {
        width: 30%;
        position: absolute;
        right: 0;
        top: -25px;
    }

    .margin-left {
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    .page-header {
        background-color: #1474c9 !important;
        border: none;
        margin: -10px 0px;
        padding-bottom: 10px
    }

    .navbar-light .navbar-nav .nav-link {
        color: #333;
        font-size: 14px;
        padding: 1rem;
    }

    .navbar-light .navbar-nav .nav-link:focus,
    .navbar-light .navbar-nav .nav-link:hover {
        color: #ffffff;
        background-color: #ea6b17;
        transition: color .4s;
    }

    .navbar-collapse {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-height: 330px;
        overflow-y: auto !important;
        margin-top: 10px;
    }

    .lia-navbar .dropdown-menu {
        padding: 0;
        border: transparent;
        border-radius: 0;
        background-color: #ffffff;
    }

    .dropdown-item {
        padding: 20px;
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ea6b17;
        transition: color .4s;
    }

    .bigHeading,
    h1 {
        font-size: 20px;
        font-weight: 800;
        font-style: normal;
        color: #ffffff;
        text-align: center;
        text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
    }

    .list-bank li a {
        color: #333;
        margin-left: 5rem;
    }

    .icon-bank {
        width: 50px;
        display: inline-block;
        position: absolute;
        left: 25px;
    }

    .img-responsive {
        width: 30%;
        position: absolute;
        right: 40px;
        top: -6px;
    }

    .mt-5 {
        margin-top: 5px;
    }

    .margin-left {
        margin-left: 0px;
    }
}

.radio.radio-primary.custom-radio input:hover {
    cursor: pointer;
}

.timer {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    margin-top: 54px;
}

.custom-loading.dw-loading,
.custom-loading.dw-loading-text {
    text-align: center;
    background-image: url(../images/LameDifferentBalloonfish.gif);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.custom-loading.dw-loading-text {
    padding-top: 10px;
}

.custom-loading.dw-loading-active {
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    /* background-color: rgb(0,0,0); Fallback color */
    background-color: rgba(255, 255, 255, 0.68) !important;
    cursor: progress;
}

/* height: 100%; */

.dw-loading-body {
    margin: auto;
    height: 50%;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.loader {
    z-index: 99999;
    position: relative;
    float: left;
    width: 100%;
    top: 283px;
}

@media(max-width: 500px) {

    .custom-loading.dw-loading,
    .custom-loading.dw-loading-text {
        background-size: 40% !important;
    }
}

/* CSS Untuk FORM */

@media(min-width: 990px) {
    .input-custom>.ui-select-bootstrap.dropdown {
        width: 200px !important;
    }

    .form-horizontal .label-custom {
        padding-left: 16px !important;
    }
}

.important-data {
    color: red;
}

.mx-top {
    margin-top: 2.5rem;
}

.control-label {
    font-weight: 500;
    padding-top: 7px;
    text-align: left !important;
}

i,
.pointer {
    cursor: pointer;
}

.btn {
    border-radius: 0px;
}

.btn-primary {
    font-weight: 700;
    color: #fff;
    background-color: #1474c9;
    border-color: #007bff;
}

.btn-primary:hover {
    color: #ffffff;
    background: #333;
    border-color: rgba(0, 0, 0, 0.25);
    transition: color .4s;
}

/* Footer CSS */

.py-1 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
}

.mx-auto {
    margin: 0 auto;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}

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

.text-white {
    color: #ffffff;
}

/* Cost */

.mt-0 {
    margin-top: 0 !important
}

.mt-10 {
    margin-top: 10px;
}

.mt-30 {
    margin-top: 30px;
}

.cost {
    text-align: right;
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}

.cost-title {
    font-weight: 500;
    text-align: left;
    float: left;
    clear: left;
}

.cost-desc {
    margin-bottom: 12px;
}

.cost-total {
    font-weight: bold;
}

.payment-method {
    line-height: 1.5 !important;
    margin-right: 18px !important;
    float: left;
    font-size: 14px !important;
}

.paymentMethod {
    margin: 20px 25px 20px 25px;
}

.payment-bank img {
    margin-right: 10px;
    border: 1px solid #ddd;
    padding: 5px;
}

.payment-bank {
    float: right;
}

/* List Bank CSS */

.listBank {
    list-style: none;
    position: relative;
    left: -20px;
}

.listBank li a {
    text-decoration: none;
    color: #333;
}

.well {
    margin-bottom: 10px;
}

/* creditForm */

.creditForm {
    position: relative;
    right: -20px;
    top: 10px;
}

/* Panel */

@media(min-width: 992px) {
    .panel {
        margin-top: 5rem;
        margin-bottom: 3.5rem;
        border: 1px solid #eee;
        border-radius: 2px;
    }
}

@media(max-width: 768px) {
    .panel {
        margin-top: 3rem;
        border: 1px solid #eee;
        border-radius: 2px;
    }

    .timer {
        font-size: 14px;
    }
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #eee;
}

.panel-group {
    margin-bottom: 0;
}

.panel-heading {
    background-color: #fff !important;
    border-bottom: 1px solid #eee;
}

.panel-title {
    cursor: pointer;
    display: block;
    height: auto;
    padding: 0;
    line-height: 2;
    font-weight: bold;
    font-size: 16px;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #fff;
}

footer {
    background-color: #333;
    font-size: 12px;
}

.gly-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.dw-loading {
    position: fixed;
}

/*////////////// LOADINGGGGGG ////////////*/

.showbox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #fff;
}

.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100px;
    margin: 0 auto;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%;
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {

    100%,
    0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%,
    90% {
        stroke: #ffa700;
    }
}

@keyframes color {

    100%,
    0% {
        stroke: #d62d20;
    }

    40% {
        stroke: #0057e7;
    }

    66% {
        stroke: #008744;
    }

    80%,
    90% {
        stroke: #ffa700;
    }
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

progress::-webkit-progress-bar-value {
    -webkit-appearance: none;
    background: orangered;
}

/* IE10 */

progress {
    color: black;
}

/* Firefox */

progress::-moz-progress-bar {
    background: black;
}

/* Chrome */

progress::-webkit-progress-value {
    background: black;
}

/* Polyfill */

progress[aria-valuenow]:before {
    background: black;
}

@-webkit-keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}

@keyframes animate-stripes {
    100% {
        background-position: -100px 0px;
    }
}

/* Fix Custom Form -> Don't Editing Anymore*/

.form-group {
    margin-bottom: 7px;
}

.form-center {
    margin-bottom: 6rem;
}

.form-control {
    color: #444;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.form-control .text-muted {
    color: #444;
}

.form-control:hover {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
}

.form-control:active {
    border: 1px solid #ddd !important;
    background-color: #fff !important;
    border-radius: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: #1474c9;
    transition: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    outline: 0;
}

.form-control[disabled] {
    background-color: rgba(0, 0, 0, 0.06) !important;
    color: #444444 !important;
    border-color: rgba(0, 0, 0, 0.06) !important;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: auto;
    opacity: 1 !important;
}

.input-group>.ui-select-bootstrap>input.ui-select-search.form-control {
    border-radius: 0px !important;
}

.input-group-addon:last-child {
    border-left: 1px solid #ccc;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #1474c9;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #1474c9 !important;
}

.refresh-button {
    color: #1474c9;
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.has-error .form-control:hover {
    border-color: #a94442;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Custom Container */

@media(min-width: 990px) {
    .containerStep1 {
        width: 70%;
        margin: 0 auto;
    }

    .containerStep2 {
        width: 70%;
        margin: 0 auto;
    }

    .containerStep3 {
        width: 70%;
        margin: 0 auto;
    }

    .containerStep4 {
        width: 90%;
        margin: 0 auto;
    }
}

#left {
    text-align: left;
}

#right {
    float: right;
}

.infoPayment {
    margin: 10px 0px 0px 0px;
}

/* Modal */

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-content {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    border-radius: 2px;
}

/* CSS Register */

#registerTitle {
    margin-bottom: 20px;
}

#registerName {
    position: relative;
    padding: 5px;
    float: right;
    background-color: #1474c9;
    color: #fff;
}

#registerBox {
    padding: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.newAccount {
    padding-top: 10px;
}

/* End */

.tagSlash::after {
    content: '/';
    font-size: 20px;
    position: absolute;
    left: 98%;
    top: 4px;
}