.demo-alignment {
    flex-wrap: initial !important;
}

.layout--full-page .full-page-bg-color {
    background-color: #344390 !important;
}

button.vs-component.vs-button.float-right.vs-button-primary.vs-button-filled {
    background: #18489d !important;
    margin-bottom: 20px;
}

.vx-logo .vx-logo-text {
    font-size: 18px !important;
}

.vs-con-table .demo-alignment>* {
    margin-left: 0;
    margin-right: 1px !important;
    margin-top: 3px !important;
}

input[type="date"] {
    font-family: "Raleway", sans-serif !important;
    font-size: 12px !important;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: .59rem !important;
    border-radius: 5px;
    color: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.vs-inputx:disabled,
.vs-inputx[readonly] {
    background-color: #F5F5F1;
    opacity: 1;
    cursor: not-allowed;
}

.link {
    cursor: pointer;
}

input.form-control.pac-target-input {
    color: inherit;
    position: relative;
    padding: .4rem;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 1px;
    width: 100%;
}

.choose-status {
    margin-top: -10px !important;
}

.con-vs-avatar {
    cursor: initial;
}

.field-file {
    cursor: pointer;
}

input[type=file] {
    cursor: pointer;
}

#profile-tabs .vs-tabs--content {
    padding: 0;
}

.btn-table {
    float: left!important;
    padding: 10px!important;
    width: 40px;
    margin-left: 10px;
    margin-top: 10px;
}

.choose-currency i.vs-icon.notranslate.icon-scale.icon-select.vs-select--icon.material-icons.null {
    display: none;
}

.vs-con-table .vs-con-tbody .vs-table--tbody-table {
    font-size: 12px;
}

.v-nav-menu .vs-sidebar--item a span {
    font-size: 13px !important;
}

.vs-sidebar-group .group-header {
    transition: all 0.5s ease;
    font-size: 13px !important;
}

.prompt-expedition {
    margin-bottom: 125px;
}

.view-attachment {
    margin: -20px 0 0 10px;
}

.vx-card__collapsible-content.vs-con-loading__container .title-bank {
    margin: -43px 0 0 23.5%;
    position: relative;
}

.vx-card__collapsible-content.vs-con-loading__container .title-bank-pemasukan {
    margin: -43px 0 0 22.5%;
    position: relative;
}

.row-list-right {
    float: right;
    right: 0;
}

.export-list h4 {
    font-size: 16px;
}

.row-btn-export-fp {
    margin: 4% 7%;
}

.row-btn-export-ps {
    margin: 4% 10%;
}

.row-btn-export-sdh {
    margin: 4% 15%;
}

.row-btn-export-label {
    margin: 4% 14%;
}

.row-btn-export-sth {
    margin: 4% -1%;
}

.label-login {
    font-size: .9rem;
}

.input-password-login .VuePassword__Input {
    border: unset;
    border-radius: unset;
    display: unset;
    padding: unset;
    width: 100%;
}
.field.has-addons {
    display: flex;
    justify-content: flex-start;
}
.field:not(:last-child) {
    margin-bottom: 0.75rem;
}
.field.has-addons .control.is-expanded {
    flex-grow: 1;
    flex-shrink: 1;
}
.field.has-addons .control {
    box-sizing: border-box;
    clear: both;
    font-size: 1rem;
    position: relative;
    text-align: inherit;
}
.field.has-addons .control:not(:last-child) {
    margin-right: -1px;
}
.field.has-addons .control .input-eye {
    margin: 20px 0 0 -35px;
    border: unset;
}

.vs-input--input:focus {
    outline: 2px solid #7367F0 !important;
  }

  .vs-select--input:focus {
    outline: 2px solid #7367F0 !important;
  }

  .v-select.vs--open {
    outline: 2px solid #7367F0 !important;
  }

  .mx-input:focus {
    outline: 2px solid #7367F0 !important;
  }

  .vs-button:focus {
    outline: 3px solid #7367F0 !important;
  }