/* Begin:: Variabel Color*/
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
.color-black {
    color: #000000 !important;
    caret-color: #000000 !important; }

.bg-black {
    background-color: #000000 !important; }

.color-black svg path {
    stroke: #000000 !important; }

.color-white {
    color: #ffffff !important;
    caret-color: #ffffff !important; }

.bg-white {
    background-color: #ffffff !important; }

.color-white svg path {
    stroke: #ffffff !important; }

.color-blue {
    color: #496FB5 !important;
    caret-color: #496FB5 !important; }

.bg-blue {
    background-color: #496FB5 !important; }

.color-blue svg path {
    stroke: #496FB5 !important; }

.color-light__blue {
    color: #F2F8FF !important;
    caret-color: #F2F8FF !important; }

.bg-light__blue {
    background-color: #F2F8FF !important; }

.color-light__blue svg path {
    stroke: #F2F8FF !important; }

.color-grey {
    color: #70819B !important;
    caret-color: #70819B !important; }

.bg-grey {
    background-color: #70819B !important; }

.color-grey svg path {
    stroke: #70819B !important; }

.color-dark__blue {
    color: #3A5A96 !important;
    caret-color: #3A5A96 !important; }

.bg-dark__blue {
    background-color: #3A5A96 !important; }

.color-dark__blue svg path {
    stroke: #3A5A96 !important; }

.color-tosca {
    color: #2EBDA4 !important;
    caret-color: #2EBDA4 !important; }

.bg-tosca {
    background-color: #2EBDA4 !important; }

.color-tosca svg path {
    stroke: #2EBDA4 !important; }

.color-red {
    color: #E43C25 !important;
    caret-color: #E43C25 !important; }

.bg-red {
    background-color: #E43C25 !important; }

.color-red svg path {
    stroke: #E43C25 !important; }

.color-grey__blue {
    color: #C4D9FF !important;
    caret-color: #C4D9FF !important; }

.bg-grey__blue {
    background-color: #C4D9FF !important; }

.color-grey__blue svg path {
    stroke: #C4D9FF !important; }

.color-orange {
    color: #f47522 !important;
    caret-color: #f47522 !important; }

.bg-orange {
    background-color: #f47522 !important; }

.color-orange svg path {
    stroke: #f47522 !important; }

.color-primary {
    color: #3A5A96 !important;
    caret-color: #3A5A96 !important; }

.bg-primary {
    background-color: #3A5A96 !important; }

.color-primary svg path {
    stroke: #3A5A96 !important; }

.color-secondary {
    color: #2EBDA4 !important;
    caret-color: #2EBDA4 !important; }

.bg-secondary {
    background-color: #2EBDA4 !important; }

.color-secondary svg path {
    stroke: #2EBDA4 !important; }

.text-primary {
    color: #3A5A96 !important;
    caret-color: #3A5A96 !important; }

.text-secondary {
    color: #2EBDA4 !important;
    caret-color: #2EBDA4 !important; }

.bg-transparent {
    background: transparent !important; }

/* End:: Variabel Color*/
.font-weight-medium {
    font-weight: 500 !important; }

/* Begin:: Button Global*/
.bd-btn__center {
    display: table;
    margin: 0 auto; }

.btn {
    padding: 8px 24px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out, border-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out; }
.btn > img {
    margin-right: 8px; }
.btn:active, .btn:focus {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16); }
.btn--pill {
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px; }
.btn-primary {
    background-color: #496FB5 !important;
    border-color: #496FB5 !important;
    color: #F2F8FF !important;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16); }
.btn-primary:hover {
    background-color: #5677AD !important;
    border-color: #5677AD !important;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.44);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.44);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.44); }
.btn-secondary {
    background-color: #2EBDA4 !important;
    border-color: #2EBDA4 !important;
    color: #ffffff !important;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16); }
.btn-secondary:hover {
    background-color: #42D8BE !important;
    border-color: #42D8BE !important;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(66, 216, 190, 0.44);
    -moz-box-shadow: 0px 3px 8px 0px rgba(66, 216, 190, 0.44);
    box-shadow: 0px 3px 8px 0px rgba(66, 216, 190, 0.44); }
.btn-outline-primary {
    border: 1px solid #3A5A96;
    color: #3A5A96; }
.btn-outline-primary:hover {
    background-color: #3A5A96;
    border-color: #3A5A96;
    color: #ffffff; }
.btn-default {
    border: 1px solid #BCCBDE !important;
    background-color: #F2F8FF !important;
    color: #3A5A96 !important; }
.btn-outline-default {
    border: 1px solid #BCCBDE;
    color: #70819B; }
.btn-outline-default:active, .btn-outline-default:focus, .btn-outline-default:hover {
    color: #70819B;
    box-shadow: none; }
.btn-small {
    font-size: 14px;
    padding: 5px 15px; }
.btn--icon-right {
    padding-right: 50px;
    position: relative; }
.btn--icon-right:after {
    content: '';
    height: 8px;
    width: 15px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
    display: block;
    position: absolute;
    background-image: url(../../../images/ic-arrow-down.svg);
    background-repeat: no-repeat;
    transition: all 0.5s ease-in-out; }
.btn--icon-right.is_active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* End:: Button Global*/
/* Begin:: Badge Label*/
.badge {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    padding: 6px 12px; }
.badge.badge--success {
    background-color: rgba(46, 191, 164, 0.12);
    color: #2EBFA5; }
.badge.badge--danger {
    background-color: rgba(228, 59, 37, 0.12);
    color: #E43C25; }

/* End:: Badge Label*/
/* Begin:: Form Global*/
.form-group {
    margin-bottom: 32px;
    font-family: 'Roboto', sans-serif; }
.form-group > label {
    font-weight: 500;
    font-size: 16px;
    color: #3A5A96;
    margin-bottom: 8px;
    display: block; }
.form-group .form-control {
    border: 1px solid #BCCBDE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 14px;
    color: #70819B;
    padding: 8px 12px;
    height: 35px;
    font-family: 'Roboto', sans-serif;
    background-color: transparent; }
.form-group .form-control:active, .form-group .form-control:focus {
    outline: none;
    box-shadow: none; }
.form-group .form-control:disabled {
    background-color: #EDF1F5;
    cursor: not-allowed; }

.form-control[type=number]::-webkit-inner-spin-button,
.form-control[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

/* Checkbox Custom */
.bd-checkbox--custom,
.bd-radio-custom {
    display: block;
    position: relative;
    padding-left: 22px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400 !important;
    color: #70819B !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.bd-checkbox--custom > input,
.bd-radio-custom > input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
.bd-checkbox--custom > .checkmark,
.bd-radio-custom > .checkmark {
    position: absolute;
    top: 0;
    left: 0; }
.bd-checkbox--custom > .checkmark:after,
.bd-radio-custom > .checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.bd-checkbox--custom input {
    height: 0;
    width: 0; }
.bd-checkbox--custom input:checked ~ .checkmark {
    background-color: #C4D9FF; }
.bd-checkbox--custom input:checked ~ .checkmark:after {
    display: block; }

.bd-checkbox--custom .checkmark {
    bottom: 0;
    margin: auto 0;
    height: 16px;
    width: 16px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #C4D9FF;
    background-color: transparent; }
.bd-checkbox--custom .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 8px;
    border: solid #496FB5;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/* Radio Custom */
.form-group > .bd-radio-custom {
    display: inline-block;
    padding-left: 30px;
    margin: 0;
    margin-right: 24px;
    /* Create a custom radio button */
    /* On mouse-over, add a grey background color */
    /* When the radio button is checked, add a blue background */
    /* Show the indicator (dot/circle) when checked */
    /* Style the indicator (dot/circle) */ }
.form-group > .bd-radio-custom .checkmark {
    height: 22px;
    width: 22px;
    background-color: #DFE2E5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
.form-group > .bd-radio-custom:hover input ~ .checkmark {
    background-color: #eeeeee; }
.form-group > .bd-radio-custom input:checked ~ .checkmark {
    background-color: rgba(46, 191, 164, 0.3); }
.form-group > .bd-radio-custom input:checked ~ .checkmark:after {
    display: block; }
.form-group > .bd-radio-custom .checkmark:after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background-color: #2ebfa4; }
.form-group > .bd-radio-custom.bd-radio-custom--red input:checked ~ .checkmark {
    background-color: rgba(228, 59, 37, 0.3); }
.form-group > .bd-radio-custom.bd-radio-custom--red .checkmark:after {
    background-color: #E43C25; }

/* Password Group */
.form-group #show_hide_password .form-control {
    border-right: 0; }

.form-group .input-group-prepend {
    margin: 0; }
.form-group .input-group-prepend .input-group-text {
    border-bottom-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
    border-color: #C4D9FF;
    border-left: 0;
    background-color: transparent; }

/*Begin:: Select 2*/
.select2 {
    background-image: none; }

.select2-container {
    width: 100%; }
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
    font-size: 14px;
    color: #70819B;
    font-family: 'Roboto', sans-serif; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    background-image: url(../../../images/ic-arrow-down.svg);
    background-size: 16px;
    width: 16px;
    height: 8px;
    background-repeat: no-repeat;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 12px; }
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow:after,
.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: none; }
.select2-container.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container.select2-container--default.select2-container--open .select2-selection--single, .select2-container.select2-container--default .select2-selection--multiple,
.select2-container.select2-container--default .select2-selection--single {
    border-color: #BCCBDE;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    height: 35px; }

.select2-container--open .select2-dropdown--below {
    border: none;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    padding: 12px; }
.select2-container--open .select2-dropdown--below .select2-search--dropdown {
    padding: 0;
    margin-bottom: 24px; }
.select2-container--open .select2-dropdown--below .select2-search--dropdown .select2-search__field {
    border-color: #BCCBDE !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 12px;
    height: 35px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #70819B; }
.select2-container--open .select2-dropdown--below .select2-results .select2-results__option {
    padding: 8px 12px;
    color: #70819B;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

.select2-container--default .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #E2EAF4;
    color: #70819B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px; }

/*End:: Select 2*/
.custom-file {
    margin-bottom: 24px; }
.custom-file-label {
    max-width: 164px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    padding: 6px;
    height: auto;
    margin: 0 auto;
    cursor: pointer;
    background-color: #3A5A96;
    border-color: #3A5A96;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16); }
.custom-file-label:after {
    display: none; }
.custom-file-label:focus {
    outline: none; }

/* End:: Form Global*/
/* Begin:: Modal Global*/
.bd-modal .modal-content {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
.bd-modal .modal-content .modal-body {
    padding: 32px; }
.bd-modal .modal-content .modal-body .img-modal {
    margin-bottom: 1.5rem; }
.bd-modal .modal-content .modal-body h3 {
    font-size: 20px;
    font-weight: 500;
    color: #70819B;
    line-height: 26px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 8px; }
.bd-modal .modal-content .modal-body p {
    font-size: 18px;
    color: #70819B;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0; }
.bd-modal .modal-content .modal-body .btn {
    margin-top: 25px;
    padding: 5px 24px; }
.bd-modal .modal-content .modal-footer {
    padding: 32px;
    padding-top: 0;
    border: none;
    text-align: center;
    justify-content: center; }
.bd-modal .modal-content .modal-footer .btn {
    padding: 8px 32px;
    min-width: 120px;
    margin: 0 20px; }

@media (max-width: 767px) {
    .bd-modal .modal-content .modal-footer {
        display: block; }
    .bd-modal .modal-content .modal-footer .btn {
        margin: 10px 0;
        display: block; } }

/* End:: Modal Global*/
/* Begin:: Card Global*/
.bd-card {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: none;
    box-shadow: 0 3px 20px 0 rgba(60, 93, 147, 0.08); }
.bd-card .canvas-radius-bottom {
    -webkit-border-radius: 0 0 12px 12px;
    -moz-border-radius: 0 0 12px 12px;
    -ms-border-radius: 0 0 12px 12px;
    border-radius: 0 0 12px 12px; }
.bd-card .canvas-radius-top {
    -webkit-border-radius: 12px 12px 0 0;
    -moz-border-radius: 12px 12px 0 0;
    -ms-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0; }
.bd-card .canvas-radius-all {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
.bd-card .card-header {
    padding: 32px; }
.bd-card .card-header > h5 {
    font-size: 20px;
    color: #70819B;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 0; }
.bd-card .card-header h1 {
    color: #3A5A96;
    font-size: 30px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    margin-bottom: 0; }
.bd-card .card-header .bd-card--subheader > h1 {
    font-size: 36px;
    font-weight: 700;
    margin: 0; }
.bd-card .card-body {
    padding: 32px; }

/* End:: Card Global*/
/* Begin:: App Style*/
html,
body {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }

body {
    background-color: #496FB5;
    display: flex;
    flex-direction: column; }

.bd-page {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%; }

a,
a:hover,
a:focus {
    color: #496FB5; }

img {
    margin-top: -2px;
    vertical-align: middle; }

.bd-content-wrapper {
    -webkit-border-radius: 30px 0 0 0;
    -moz-border-radius: 30px 0 0 0;
    -ms-border-radius: 30px 0 0 0;
    border-radius: 30px 0 0 0;
    background-color: #F2F8FF;
    padding: 32px 24px;
    overflow-y: scroll; }

.font-roboto {
    font-family: 'Roboto', sans-serif; }

.font-300 {
    font-weight: 300; }

.font-400 {
    font-weight: 400; }

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

.font-700 {
    font-weight: 700; }

#toast-container > div {
    opacity: 1;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    font-family: 'Roboto', sans-serif;
    width: 335px;
    padding: 15px 15px 23px 50px; }
#toast-container > div:hover {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    -moz-box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16);
    box-shadow: 0px 3px 8px 0px rgba(60, 93, 147, 0.16); }

#toast-container .toast-close-button {
    color: #3A5A96; }

#toast-container .toast-success {
    background-color: #ffffff;
    color: #70819B;
    background-image: url(../../../images/toast_check.svg) !important;
    background-repeat: no-repeat; }
#toast-container .toast-success:after {
    height: 8px;
    background-color: #2ebfa5;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: ""; }
#toast-container .toast-success .toast-title {
    color: #3A5A96;
    font-size: 20px;
    font-weight: 500; }
#toast-container .toast-success .toast-message {
    color: #70819B;
    font-size: 18px; }

.m-loader {
    position: relative; }
.m-loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    right: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: m-loader-rotate 0.6s linear infinite;
    -moz-animation: m-loader-rotate 0.6s linear infinite;
    -ms-animation: m-loader-rotate 0.6s linear infinite;
    -o-animation: m-loader-rotate 0.6s linear infinite;
    animation: m-loader-rotate 0.6s linear infinite;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.7rem;
    margin-left: -0.7rem;
    border-top-width: 2px;
    border-right-width: 2px; }

/*animation loader*/
@-webkit-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg); } }

@-moz-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg); } }

@-o-keyframes m-loader-rotate {
    to {
        transform: rotate(360deg); } }

@keyframes m-loader-rotate {
    to {
        transform: rotate(360deg); } }

/*end animation loader*/
/* End:: App Style*/
/* Begin:: Header Style*/
.bd-main-header {
    max-height: 140px;
    display: flex;
    align-items: center; }

.bd-header--content {
    position: relative;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    width: 100%; }
.bd-header--content .bd-header--brand {
    height: 100%;
    justify-content: flex-start;
    padding-right: 24px;
    margin-right: 24px; }
.bd-header--content .bd-header--brand .logo {
    padding: 0;
    width: 181px;
    height: 75px;
    float: none;
    display: table; }
.bd-header--content .bd-header--brand .logo i {
    background-image: url(../../../images/logo-header2.svg);
    background-repeat: no-repeat;
    height: 75px;
    width: 181px;
    display: block; }
.bd-header--content .bd-header--brand .logo i#img_logo_minimize {
    display: none;
    width: 87px;
    background-position: -197px 0; }
.bd-header--content .bd-header--head {
    width: 100%;
    height: 100%;
    justify-content: flex-end; }
.bd-header--content .bd-head--title ul {
    display: flex;
    align-items: center;
    margin: 0 -4px; }
.bd-header--content .bd-head--title ul li {
    font-size: 16px;
    color: #F2F8FF;
    padding: 0 4px; }
.bd-header--content .bd-head--title ul li > img {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg); }
.bd-header--content .bd-head--title ul li.active {
    font-weight: 700; }
.bd-header--content .bd-head--title ul li a {
    color: #F2F8FF;
    display: block; }
.bd-header--content .bd-head--topbar {
    float: right;
    margin-left: auto; }
.bd-header--content .bd-head--topbar .navbar {
    margin: 0;
    padding: 0;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
.bd-header--content .bd-head--topbar .navbar .bd-navbar--content {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
.bd-header--content .bd-topbar--list {
    display: flex;
    align-items: center;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 -13px; }
.bd-header--content .bd-topbar--list li {
    padding: 0 13px; }
.bd-header--content .bd-topbar--list li a.nav-link {
    color: #ffffff;
    padding: 0; }
.bd-header--content .bd-topbar--list li a.nav-link.dropdown-toggle:after {
    display: none; }
.bd-header--content .bd-topbar--list .user-menu > a {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    border: 5px solid #ffffff;
    border-radius: 50%;
    width: 43px;
    height: 43px;
    display: table; }
.bd-header--content .bd-topbar--list .user-menu > a > img {
    width: 100%;
    margin: 0; }
.bd-header--content .bd-topbar--list .dropdown-menu {
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    position: absolute;
    left: auto;
    right: 5px;
    top: 50px;
    padding: 0;
    width: 210px; }
.bd-header--content .bd-topbar--list .dropdown-menu li {
    border-bottom: 1px solid #E2EAF4;
    font-family: 'Roboto', sans-serif;
    padding: 0; }
.bd-header--content .bd-topbar--list .dropdown-menu li:last-child {
    border-bottom: none; }
.bd-header--content .bd-topbar--list .dropdown-menu li:last-child a {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px; }
.bd-header--content .bd-topbar--list .dropdown-menu li > h5 {
    color: #3A5A96;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 21px;
    padding: 16px 24px; }
.bd-header--content .bd-topbar--list .dropdown-menu li > h5 span,
.bd-header--content .bd-topbar--list .dropdown-menu li > a {
    color: #70819B;
    font-size: 12px;
    display: block; }
.bd-header--content .bd-topbar--list .dropdown-menu li a {
    padding: 16px 24px; }
.bd-header--content .bd-topbar--list .dropdown-menu li a:hover {
    background-color: #E2EAF4; }
.bd-header--content .bd-topbar--list .dropdown-menu li a img {
    width: 24px;
    margin-right: 8px; }

@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .bd-header--content .bd-header--brand {
        padding-right: 0; }
    .sidebar-mini.sidebar-collapse .bd-header--content .bd-header--brand .logo {
        width: 87px; }
    .sidebar-mini.sidebar-collapse .bd-header--content .bd-header--brand .logo i#img_logo {
        display: none; }
    .sidebar-mini.sidebar-collapse .bd-header--content .bd-header--brand .logo i#img_logo_minimize {
        display: block; } }

/* End:: Header Style*/
/* Begin:: Subheader Content Style*/
.bd-content-wrapper .bd-subheader {
    display: table;
    width: 100%; }
.bd-content-wrapper .bd-subheader .bd-subheader__caption, .bd-content-wrapper .bd-subheader .bd-subheader__tools {
    display: table-cell;
    vertical-align: middle; }
.bd-content-wrapper .bd-subheader .bd-subheader__tools {
    text-align: right; }
.bd-content-wrapper .bd-subheader .bd-subheader__title {
    color: #3A5A96;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    line-height: 34px;
    font-family: 'Lato', sans-serif; }

/* End:: Subheader Content Style*/
/* Begin:: Sidebar Style*/
.main-sidebar.bd-main-sidebar {
    background-color: #496FB5;
    font-family: 'Lato', sans-serif;
    padding-top: 107px; }
.main-sidebar.bd-main-sidebar .bd-sidebar-minimize {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 13px 24px;
    margin: 0 24px;
    display: table; }
.main-sidebar.bd-main-sidebar .bd-sidebar-minimize span {
    font-size: 12px;
    color: #F2F4F8;
    margin-left: 8px; }
.main-sidebar.bd-main-sidebar .bd-sidebar-minimize:hover {
    background-color: #3A5A96; }

.bd-sidebar-menu li a {
    padding: 13px 24px;
    font-size: 16px;
    display: flex; }
.bd-sidebar-menu li a .sidebar-icon {
    margin-right: 18px;
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    display: block; }

.bd-sidebar-menu > li {
    margin-top: 16px;
    margin-left: 24px; }
.bd-sidebar-menu > li.separator {
    margin: 40px 24px;
    border-bottom: 2px solid #597FC9; }
.bd-sidebar-menu > li.separator:first-child {
    margin-top: 0; }
.bd-sidebar-menu > li > a {
    color: #F2F4F8;
    -webkit-border-radius: 12px 0 0 12px;
    -moz-border-radius: 12px 0 0 12px;
    -ms-border-radius: 12px 0 0 12px;
    border-radius: 12px 0 0 12px; }
.bd-sidebar-menu > li > a span.arrow {
    margin-left: auto;
    display: flex;
    align-items: center; }
.bd-sidebar-menu > li > a span.arrow i {
    background-image: url(../../../images/ic-arrow-submenu.svg);
    background-repeat: no-repeat;
    width: 16px;
    height: 9px; }
.bd-sidebar-menu > li > a span.arrow i.up {
    background-position: -20px 0; }
.bd-sidebar-menu > li > a .sidebar-icon {
    background-image: url(../../../images/ic-menu.svg); }
.bd-sidebar-menu > li > a .sidebar-icon.ic-transaction {
    background-position: -36px 0; }
.bd-sidebar-menu > li > a .sidebar-icon.ic-onboarding {
    background-position: -73px 0; }
.bd-sidebar-menu > li > a .sidebar-icon.ic-account {
    background-position: -110px 0; }
.bd-sidebar-menu > li > a:hover,
.bd-sidebar-menu > li.menu-open > a {
    background-color: #3A5A96; }
.bd-sidebar-menu > li.menu-open > a span.arrow i.down,
.bd-sidebar-menu > li.treeview.active span.arrow i.up {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.bd-sidebar-menu > li.treeview.active.menu-open span.arrow i.up {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
.bd-sidebar-menu > li.active > a {
    background-color: #F2F8FF;
    color: #496FB5;
    font-weight: 700; }
.bd-sidebar-menu > li.active > a .sidebar-icon {
    background-image: url(../../../images/ic-menu-hover.svg); }

.main-sidebar.bd-main-sidebar .bd-sidebar-minimize img.burger,
.bd-sidebar-menu li > a span.arrow .up,
.bd-sidebar-menu > li.active > a span.arrow i.down {
    display: none; }

.bd-sidebar-menu > li.active > a span.arrow i.up {
    display: flex; }

/*sidebar - submenu list*/
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    background-color: #3A5A96;
    margin-right: 24px;
    margin-top: 20px; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li {
    margin-top: 10px; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li:first-child {
    margin-top: 0; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a {
    color: #A1B9E5; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a .sidebar-icon {
    background-image: url(../../../images/ic-submenu.svg); }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a .sidebar-icon.ic-sm-pbb {
    background-position: -32px 0; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a .sidebar-icon.ic-sm-samsat {
    background-position: -68px 0; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a .sidebar-icon.ic-sm-edupay {
    background-position: -107px 0; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a .sidebar-icon.ic-sm-user {
    background-position: -143px 0; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a:hover {
    color: #D9E7FF; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li a:hover .sidebar-icon {
    background-image: url(../../../images/ic-submenu-hover.svg); }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li.active a {
    color: #F2F8FF; }
.bd-sidebar-menu .treeview .bd-submenu-list.treeview-menu li.active a .sidebar-icon {
    background-image: url(../../../images/ic-submenu-active.svg); }

/* responsive minimize sidebar*/
@media (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar {
        width: 120px !important; }
    .sidebar-mini.sidebar-collapse .content-wrapper.bd-content-wrapper {
        margin-left: 120px !important; }
    .sidebar-mini.sidebar-collapse
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu.bd-sidebar-menu > li:hover > a > span:not(.pull-right) {
        display: none !important; }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
        top: 0;
        margin: 0;
        left: 130px; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-minimize span,
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-minimize img.arrow {
        display: none; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-minimize img.burger {
        display: inline; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-menu > li {
        margin-right: 24px; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-menu > li > a {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        -ms-border-radius: 12px;
        border-radius: 12px; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-menu > li > a .sidebar-icon {
        margin-right: 0; }
    .sidebar-mini.sidebar-collapse .sidebar-menu {
        overflow: unset; }
    .sidebar-mini.sidebar-collapse .treeview:hover > a {
        background-color: #3A5A96; }
    .sidebar-mini.sidebar-collapse .treeview:hover > a::after {
        content: "";
        position: absolute;
        right: -40px;
        top: 10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 15px solid #3A5A96;
        transform: rotate(180deg); }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-menu > li {
        margin-left: 0 !important;
        margin-right: 0 !important; }
    .sidebar-mini.sidebar-collapse .main-sidebar.bd-main-sidebar .bd-sidebar-menu > li > a {
        margin-left: 24px;
        margin-right: 24px; }
    .sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right) {
        display: none !important; } }

/* End:: Sidebar Style*/
/* Begin:: Datatable Global*/
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    right: 10px; }

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:before {
    right: 15px; }

.bd-datatable {
    margin: 32px 0; }
.bd-datatable .dataTables_wrapper {
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
.bd-datatable .dataTables_wrapper .header-datatable,
.bd-datatable .dataTables_wrapper .footer-datatable {
    padding: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    color: #70819B;
    font-family: 'Roboto', sans-serif; }
.bd-datatable .dataTables_wrapper .header-datatable label,
.bd-datatable .dataTables_wrapper .footer-datatable label {
    margin: 0; }
.bd-datatable .dataTables_wrapper .header-datatable > div,
.bd-datatable .dataTables_wrapper .footer-datatable > div {
    width: 50%; }
.bd-datatable .dataTables_wrapper .header-datatable > div.dataTables_info,
.bd-datatable .dataTables_wrapper .footer-datatable > div.dataTables_info {
    padding: 0; }
.bd-datatable .dataTables_wrapper .header-datatable .dataTables_length select {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-color: #BCCBDE;
    margin: 0 5px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    height: 35px;
    padding-left: 12px;
    background-color: #ffffff;
    background-image: url(../../../images/ic-arrow-down.svg);
    background-position: right;
    background-position: 80%;
    background-size: 14px; }
.bd-datatable .dataTables_wrapper .header-datatable .dataTables_filter input {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-color: #BCCBDE;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    height: 35px;
    margin: 0;
    padding: 8px 12px;
    background-image: url(../../../images/ic-search.svg);
    background-repeat: no-repeat;
    background-position: 94%; }
.bd-datatable .dataTables_wrapper .header-datatable .dataTables_filter input:focus-within {
    background-image: none; }
.bd-datatable .dataTables_wrapper .footer-datatable .dataTables_info {
    font-size: 14px; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li {
    padding: 0 4px; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li > a {
    color: #70819B;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    position: relative; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li > a:focus, .bd-datatable .dataTables_wrapper .footer-datatable .pagination li > a:active {
    box-shadow: none; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.active > a,
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.active:hover > a {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(73, 111, 181, 0.3);
    -moz-box-shadow: 0px 3px 8px 0px rgba(73, 111, 181, 0.3);
    box-shadow: 0px 3px 8px 0px rgba(73, 111, 181, 0.3);
    color: #ffffff;
    background-color: #3A5A96; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li:hover > a {
    background-color: #F7F7F7; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.previous > a, .bd-datatable .dataTables_wrapper .footer-datatable .pagination li.next > a {
    text-indent: -999px;
    font-size: 0; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.previous > a:after, .bd-datatable .dataTables_wrapper .footer-datatable .pagination li.next > a:after {
    content: "";
    background-image: url(../../../images/ic-pagination.svg);
    width: 9px;
    height: 16px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-position: -17px 0; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.previous.disabled > a:after {
    background-position: 0 0; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.next > a:after {
    background-position: -50px 0; }
.bd-datatable .dataTables_wrapper .footer-datatable .pagination li.next.disabled > a:after {
    background-position: -33px 0; }
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting:before,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting:after,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_asc:before,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_asc:after,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_desc:before,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_desc:after,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:before,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_asc_disabled:after,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:before,
.bd-datatable .dataTables_wrapper table.dataTable thead .sorting_desc_disabled:after {
    bottom: 21px; }
.bd-datatable .dataTables_wrapper .table > thead > tr > th,
.bd-datatable .dataTables_wrapper .table > tbody > tr > th,
.bd-datatable .dataTables_wrapper .table > tfoot > tr > th,
.bd-datatable .dataTables_wrapper .table > thead > tr > td,
.bd-datatable .dataTables_wrapper .table > tbody > tr > td,
.bd-datatable .dataTables_wrapper .table > tfoot > tr > td {
    border-top: 2px solid #E2EAF4;
    padding: 20px 16px;
    color: #70819B;
    vertical-align: middle; }
.bd-datatable .dataTables_wrapper .table > thead > tr > th:focus,
.bd-datatable .dataTables_wrapper .table > tbody > tr > th:focus,
.bd-datatable .dataTables_wrapper .table > tfoot > tr > th:focus,
.bd-datatable .dataTables_wrapper .table > thead > tr > td:focus,
.bd-datatable .dataTables_wrapper .table > tbody > tr > td:focus,
.bd-datatable .dataTables_wrapper .table > tfoot > tr > td:focus {
    outline: none;
    box-shadow: none; }
.bd-datatable .dataTables_wrapper .table {
    margin: 0 !important;
    font-family: 'Roboto', sans-serif;
    border-bottom: 2px solid #E2EAF4; }
.bd-datatable .dataTables_wrapper .table thead th {
    color: #3A5A96 !important;
    font-weight: 500;
    line-height: 19px;
    border-bottom: none; }
.bd-datatable .dataTables_wrapper .table .table-action .btn {
    margin-right: 15px; }

/* End:: Datatable Global*/
/* Begin:: Filter Global*/
.bd-trans__filter {
    margin: 32px 0;
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    display: none; }
.bd-trans__filter.is_active {
    display: block; }
.bd-trans__filter-body {
    padding: 24px; }
.bd-trans__filter-header {
    padding: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    color: #70819B;
    font-family: 'Roboto',sans-serif;
    border-bottom: 2px solid #E2EAF4; }
.bd-trans__filter-header > div {
    width: 50%; }
.bd-trans__filter-header h5 {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin: 0;
    color: #70819B; }
.bd-trans__filter-header .btn-small {
    padding-left: 25px;
    padding-right: 25px; }
.bd-trans__filter .form-group select {
    border: 1px solid #BCCBDE !important;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-color: #BCCBDE;
    margin: 0 5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    height: 35px;
    padding-left: 12px;
    background-color: #ffffff;
    background-image: url(../../../images/ic-arrow-down.svg);
    background-position: right;
    background-position: 90%;
    background-size: 14px; }
.bd-trans__filter-conf {
    width: 100%;
    min-width: 450px;
    position: absolute;
    left: 0;
    top: 56px;
    box-shadow: 0 3px 20px 0 rgba(60, 93, 147, 0.08);
    background-color: #fff;
    z-index: 99;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 24px 32px;
    display: none; }
.bd-trans__filter-conf.is_active {
    display: block; }
.bd-trans__filter-conf .form-check {
    padding: 8px 0;
    padding-left: 0; }
.bd-trans__filter-conf .form-check .bd-checkbox--custom {
    font-size: 16px;
    padding-left: 24px; }
.bd-trans__filter .js-conf_filter {
    display: none; }
.bd-trans__filter .js-conf_filter.is_active {
    display: block; }

/*begin:: daterangepicker*/
.daterangepicker {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    -moz-box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    box-shadow: 0px 3px 20px 0px rgba(60, 93, 147, 0.08);
    border: none;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
    padding: 8px; }
.daterangepicker:before {
    border-bottom: 7px solid #fff; }
.daterangepicker .drp-calendar.single {
    padding: 0;
    padding-bottom: 16px;
    width: 100%;
    margin-left: 11px; }
.daterangepicker .calendar-table .month {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #3A5A96;
    font-weight: 500; }
.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
    border: solid #3A5A96;
    border-width: 0 2px 2px 0;
    border-radius: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    padding: 3px;
    margin-top: -2px; }
.daterangepicker .calendar-table .next span {
    margin-left: -2px; }
.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
    width: 37px;
    height: 37px; }
.daterangepicker .calendar-table th {
    font-size: 16px;
    font-weight: 500;
    color: #70819B; }
.daterangepicker .calendar-table td {
    font-size: 14px;
    color: #70819B; }
.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: rgba(58, 90, 150, 0.14); }
.daterangepicker td.in-range {
    background-color: rgba(58, 90, 150, 0.14);
    color: #70819B; }
.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #f47522;
    color: #ffffff; }
.daterangepicker td.start-date.end-date {
    border-radius: 50% !important; }
.daterangepicker .calendar-time select {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #70819B;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border-color: #bccbde;
    background-color: transparent;
    width: auto;
    padding: 2px 8px; }

.daterangepicker.show-calendar.single td.available:hover,
.daterangepicker.show-calendar.single th.available:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }

.daterangepicker.show-calendar .drp-buttons {
    text-align: center;
    margin: 0 -8px;
    border-top: 3px solid #F2F8FF; }
.daterangepicker.show-calendar .drp-buttons .btn {
    font-size: 16px;
    padding: 5px 24px;
    text-align: center;
    margin: 0 5px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px; }
.daterangepicker.show-calendar .drp-buttons .drp-selected {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #70819B;
    font-family: 'Roboto', sans-serif;
    margin: 8px 0 16px 0;
    padding: 0;
    text-align: center; }

.daterangepicker.show-ranges {
    padding: 16px 8px; }
.daterangepicker.show-ranges .ranges li {
    color: #70819B;
    font-size: 14px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 8px;
    margin: 4px 0; }
.daterangepicker.show-ranges .ranges li.active {
    color: #ffffff;
    background-color: #f47522; }
.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 2px solid #F2F8FF; }
.daterangepicker.show-ranges td.start-date {
    -webkit-border-radius: 50% 0 0 50%;
    -moz-border-radius: 50% 0 0 50%;
    -ms-border-radius: 50% 0 0 50%;
    border-radius: 50% 0 0 50%; }
.daterangepicker.show-ranges td.end-date {
    -webkit-border-radius: 0 50% 50% 0;
    -moz-border-radius: 0 50% 50% 0;
    -ms-border-radius: 0 50% 50% 0;
    border-radius: 0 50% 50% 0; }

/*end:: daterangepicker*/
/* End:: Filter Global*/
/* Begin:: Page Login*/
.bd-login {
    flex: 1 0 auto;
    background-color: #F2F8FF; }
.bd-login__aside {
    position: relative;
    padding: 2rem;
    display: flex;
    align-items: center; }
.bd-login__aside .bd-login__logo {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem; }
.bd-login__aside .bd-login__signin {
    display: table;
    margin: 0 auto; }
.bd-login__aside .bd-login__head {
    margin-bottom: 30px; }
.bd-login__aside .bd-login__head .bd-login__title {
    font-size: 32px;
    font-weight: 700;
    color: #496FB5;
    line-height: 42px; }
.bd-login__aside .bd-login__head .bd-login__desc {
    color: #70819B;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 16px; }
.bd-login__aside .bd-login__form .form-group {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px; }
.bd-login__aside .bd-login__form .form-group label {
    font-size: 18px;
    color: #70819B;
    font-weight: 500;
    line-height: 22px; }
.bd-login__aside .bd-login__form .form-group .form-control {
    height: 45px;
    font-size: 16px;
    border-color: #C4D9FF; }
.bd-login__aside .bd-login__form .form-group .show_hide_password .ic-eye span {
    width: 24px;
    height: 25px;
    display: none;
    background-image: url(../../../images/ic-eye.svg);
    background-repeat: no-repeat; }
.bd-login__aside .bd-login__form .form-group .show_hide_password .ic-eye span.ic-show {
    display: block; }
.bd-login__aside .bd-login__form .form-group .show_hide_password .ic-eye.show .ic-show {
    display: none; }
.bd-login__aside .bd-login__form .form-group .show_hide_password .ic-eye.show .ic-hide {
    display: block;
    background-position: -34px 0; }
.bd-login__aside .bd-login__form .form-text {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    bottom: 0;
    margin: 0;
    display: none; }
.bd-login__aside .bd-login__form .form-text img {
    margin-right: 5px;
    width: 10px; }
.bd-login__aside .bd-login__form .bd-login__form_link {
    margin-top: 20px; }
.bd-login__aside .bd-login__form .bd-login__form_link .link-forgot {
    font-size: 14px;
    display: table;
    font-weight: 400;
    color: #70819B;
    margin-left: auto; }
.bd-login__bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    background-color: #496FB5;
    -webkit-border-radius: 50px 0 0 0;
    -moz-border-radius: 50px 0 0 0;
    -ms-border-radius: 50px 0 0 0;
    border-radius: 50px 0 0 0; }
.bd-login__bg .bd-login__bg-middle {
    align-self: center;
    align-items: center; }
.bd-login__bg .bd-login__bg-middle img {
    max-width: 100%;
    width: 600px; }

/* PAGE FORGOT PASSWORD */
@media (min-width: 993px) {
    .bd-login {
        display: flex;
        flex-direction: row; }
    .bd-login__aside {
        width: 45%; }
    .bd-login__aside .bd-login__signin {
        width: 60%; }
    .bd-login__bg {
        flex: 1 auto; } }

@media (max-width: 992px) {
    .bd-login {
        flex-direction: column; }
    .bd-login__aside {
        flex: none;
        order: 2; } }

@media (max-width: 767px) {
    .bd-login__bg {
        display: none; }
    .bd-login__aside {
        padding: 15px; }
    .bd-login__aside .bd-login__logo {
        top: 15px;
        left: 15px; }
    .bd-login__aside .bd-login__signin {
        margin-top: 85px; } }

/* End:: Page Login*/
/* Start:: Page Transaction*/
.bd-icon {
    background-color: #3A5A96;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px 0 rgba(60, 93, 147, 0.16);
    cursor: pointer; }
.bd-icon__arrow:after {
    content: '';
    display: block;
    background-image: url(../../../images/ic-arrow-submenu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 7px;
    width: 12px;
    transition: all 0.5s ease-in-out; }
.bd-icon.active::after {
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* End:: Page Transaction*/
/*MY ACCOUNT*/
.bd-card--profile_pic {
    width: 164px;
    height: 164px;
    margin: 0 auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 24px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.bd-card--profile_desc {
    text-align: center;
    color: #70819B; }
.bd-card--profile_desc h5 {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif; }
.bd-card--profile_desc h6 {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    margin: 0; }

.bd-card--profile_email {
    border-top: 2px solid #E2EAF4;
    margin-top: 24px;
    padding-top: 24px; }

.bd-account--header {
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    margin-bottom: 32px; }

.bd-account--form > .row {
    margin-bottom: 32px; }

/* Begin:: Content*/
.bd-content-section {
    padding: 32px;
    margin: 32px 0;
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px; }
.bd-content-section .bd-form--footer {
    text-align: right; }
.bd-content-section .bd-form--footer > .btn {
    min-width: 145px;
    margin-left: 24px; }

.bd-page-404 {
    background-color: #F2F8FF;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: scroll; }
.bd-page-404 h1 {
    color: #496FB5;
    font-size: 32px;
    margin-bottom: 8px;
    font-family: 'Lato', sans-serif;
    font-weight: 900;
    margin-top: 48px; }
.bd-page-404 p {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    margin-bottom: 32px; }

/* End:: Content*/
/* Begin:: Table Original*/
.bd-table {
    background-color: #ffffff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    font-family: 'Roboto', sans-serif;
    margin: 32px 0; }
.bd-table > table {
    border-bottom: 2px solid #E2EAF4;
    margin: 0; }
.bd-table > table > thead > tr > th,
.bd-table > table > thead > tr > td,
.bd-table > table > tbody > tr > th,
.bd-table > table > tfoot > tr > th,
.bd-table > table > tbody > tr > td,
.bd-table > table > tfoot > tr > td {
    border-bottom: none;
    padding: 20px 16px;
    vertical-align: middle;
    color: #70819B; }
.bd-table > table > thead > tr > th {
    color: #3A5A96;
    font-weight: 500; }
.bd-table > table > tbody > tr > th,
.bd-table > table > tfoot > tr > th,
.bd-table > table > tbody > tr > td,
.bd-table > table > tfoot > tr > td {
    border-top: 2px solid #E2EAF4; }
.bd-table .bd-table--footer {
    padding: 24px; }
.bd-table .bd-table--footer .bd-table--paging {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
.bd-table .bd-table--footer .bd-table--paging li {
    font-family: 'Roboto', sans-serif;
    color: #70819B;
    font-size: 16px;
    display: flex;
    height: 34px;
    width: 34px;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    border-radius: 32px; }
.bd-table .bd-table--footer .bd-table--paging li:hover {
    background-color: #F7F7F7; }
.bd-table .bd-table--footer .bd-table--paging li a {
    background-image: url(../../../images/ic-pagination-full.svg);
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    display: table; }
.bd-table .bd-table--footer .bd-table--paging li a#page_first {
    background-position: -111px 0;
    width: 18px; }
.bd-table .bd-table--footer .bd-table--paging li a#previous {
    background-position: -17px 0;
    width: 11px; }
.bd-table .bd-table--footer .bd-table--paging li a#next {
    background-position: -48px 0;
    width: 11px; }
.bd-table .bd-table--footer .bd-table--paging li a#page_last {
    background-position: -126px 0;
    width: 20px; }
.bd-table .row-details {
    background-color: #F7F7F7; }
.bd-table .row-details > td {
    padding: 16px 32px; }
.bd-table .row-details:hover,
.bd-table .row-details .bd-table--detail tr:hover {
    background-color: #F7F7F7; }
.bd-table .row-details .bd-table--detail tr > th,
.bd-table .row-details .bd-table--detail tr > td {
    border-top: none; }
.bd-table .row-details .bd-table--detail tr > th {
    color: #3A5A96; }
.bd-table .row-details .bd-table--detail tr > td {
    color: #70819B; }

/* End:: Table Original*/
