body{
    font-family: Poppins;
}
.title-app{
    /* text-align: center; */
    font-size: 25px;
    font-weight: bold;
    color: #337ab7;
    position:absolute;
    top:35px;
    left:50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /* right:0; */
    /* width: 100%; */
    margin:0;
}


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: #007EA7;
    background-color: transparent;
}
.page-header {
    background-color: #00A8E8 !important;
    margin: -25px 0px;
    border: none;
}
.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);
}
@media (min-width: 992px) {
  
    .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: #007EA7;
        transition: color .4s;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .7rem;
        padding-left: .7rem;
    }
    .navbar-expand-lg .navbar-nav .eduever-navbar .dropdown-menu-right {
        right: auto;
    }
    .eduever-navbar .dropdown-menu {
        padding: 0;
        top: 60px;
        border-radius: 0;
        background-color: #333;
        left: 0;
        right: auto;
    }
    .navbar-nav .eduever-navbar .dropdown-menu-right {
        right: auto;
    }
    .eduever-navbar .dropdown-menu .dropdown-item {
        color: #ffffff;
        padding: 10px;
    }
    .eduever-navbar .dropdown-menu .dropdown-item:focus,
    .eduever-navbar .dropdown-menu .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #007EA7;
        transition: color .4s;
    }
  
    .img-responsive {
        width: 30%;
        position: absolute;
        right: 0;
        top: -25px;
    }
    .margin-left {
        margin-left: 5px;
    }
}

@media (max-width: 768px) {
    #registerBox{
        width:90%!important;
    }
    .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: #007EA7;
        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;
    }
    .eduever-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: #007EA7;
        transition: color .4s;
    }
    .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/loading.gif);
    background-size: 8%;
    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;
    border-color: transparent;
    background-color: #00A8E8;
}

.btn-primary:hover {
    color: #ffffff;
    border-color: transparent;
    background: #007EA7;
    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: #00A8E8;
    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: #00A8E8;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    background-color: #00A8E8 !important;
}

.refresh-button {
    color: #00A8E8;
}

.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: 95%;
        margin: 0 auto;
    }
    .containerStep2 {
        width: 95%;
        margin: 0 auto;
    }
    .containerStep3 {
        width: 95%;
        margin: 0 auto;
    }
    .containerStep4 {
        width: 95%;
        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;
    line-height: 1.7;
}

#registerName {
    position: relative;
    padding: 5px;
    float: right;
    background-color: #00A8E8;
    color: #fff;
}

.steps-indicator li.done a:before{
    background-color: #00A8E8!important;
}

#registerBox {
    padding: 20px;
    margin-top: 50px;
    border-radius: 16px;
    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); */
    box-shadow: 5px 8px 20px 1px rgb(90 110 141 / 10%);
    width: 500px;
    margin-left:auto;
    margin-right:auto;
}

.newAccount {
    padding-top: 10px;
}

/* End */

.tagSlash::after {
    content: '/';
    font-size: 20px;
    position: absolute;
    left: 98%;
    top: 4px;
}

/* Customs Eduever */
.btn, .form-control, .form-control:hover, .form-control:active,.form-control:focus{
    border-radius: 8px;
}
.panel-default, .modal-content {
    border-radius: 16px;
    border: none;
    /* box-shadow: 2px 2px 20px 1px rgb(90 110 141 / 10%); */
    box-shadow: 5px 8px 20px 1px rgb(90 110 141 / 10%);
}

.ui-select-bootstrap>.ui-select-match>.btn, .ui-select-bootstrap>.ui-select-match>.btn:focus, .ui-select-bootstrap>.ui-select-match>.btn:active, .input-group>.ui-select-bootstrap>input.ui-select-search.form-control:focus, .has-error .form-control{
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
}

.steps-indicator.steps-3:before {
    left: calc(100% / 3 / 1.6)!important;
    right: calc(100% / 3 / 1.65)!important;
}

.w-100{
    width: 100%;
}

.mt-5{
    margin-top:5rem;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label{
    color:#F30E0E;  
}
.has-error .form-control{
    border-color:#F30E0E;  
}
h2,h3{
    color: #2E2E2E;
}
.mb-0{
    margin-bottom: 0;
}
.mt-0{
    margin-top: 0;
}
.mt-1{
    margin-top: 10px;
}
.mt-2{
    margin-top: 1.8rem;
}
.myForm1{
    margin-top: 60px;
}