html {
    font-size: 14px;
}

.newcss005 {
    padding-left: 3px;
    padding-right: 3px;
}

.newcss12 {
    padding: 0.75rem 1.25rem;
    background-color: white;
    border-radius: 0.75rem;
}

.btnlang {
    font-size: 16px;
    text-decoration: none;
}

.step1,
.step2,
.step3,
.step4,
.css010 {
    text-decoration: none;
}

.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.75rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 0.75rem 1.25rem;
    color: inherit;
}

.alert-primary {
    color: #003058;
    background-color: #ccdeee;
    border-color: #b8d1e7;
}

.alert-primary hr {
    border-top-color: #a5c5e1;
}

.alert-primary .alert-link {
    color: #001425;
}

.alert-secondary {
    color: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2;
}

.alert-secondary hr {
    border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
    color: #2e3133;
}

.alert-success {
    color: #156011;
    background-color: #d4f1d3;
    border-color: #c3ebc1;
}

.alert-success hr {
    border-top-color: #b0e5ae;
}

.alert-success .alert-link {
    color: #0c3509;
}

.alert-info {
    color: #15615f;
    background-color: #d4f1f1;
    border-color: #c3eceb;
}

.alert-info hr {
    border-top-color: #b0e6e5;
}

.alert-info .alert-link {
    color: #0c3736;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-warning hr {
    border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
    color: #533f03;
}

.alert-danger {
    color: #762d2d;
    background-color: #f9dddd;
    border-color: #f7d0d0;
}

.alert-danger hr {
    border-top-color: #f3baba;
}

.alert-danger .alert-link {
    color: #511f1f;
}

.alert-light {
    color: #7f8182;
    background-color: #fdfefe;
    border-color: #fcfdfe;
}

.alert-light hr {
    border-top-color: #e9f0f8;
}

.alert-light .alert-link {
    color: #666768;
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

.alert-dark hr {
    border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
    color: #040505;
}

.alert-primary {
    background: #fff;
    border-color: "primary";
    color: "primary";
}

.alert-secondary {
    background: #fff;
    border-color: "secondary";
    color: "secondary";
}

.alert-success {
    background: #fff;
    border-color: "success";
    color: "success";
}

.alert-info {
    background: #fff;
    border-color: "info";
    color: "info";
}

.alert-warning {
    background: #fff;
    border-color: "warning";
    color: "warning";
}

.alert-danger {
    background: #fff;
    border-color: "danger";
    color: "danger";
}

.alert-light {
    background: #fff;
    border-color: "light";
    color: "light";
}

.alert-dark {
    background: #fff;
    border-color: "dark";
    color: "dark";
}

.alert-v2.alert-primary {
    color: #005caa;
    border-color: #e6f3ff;
    background-color: #e6f3ff;
}

.alert-v2.alert-success {
    color: #009649;
    border-color: #c2ffc5;
    background-color: #c2ffc5;
}

.alert-v2.alert-info {
    color: #23a19e;
    border-color: #bdf1f0;
    background-color: #bdf1f0;
}

.alert-v2.alert-warning {
    color: #885403;
    border-color: #ffe592;
    background-color: #ffe592;
}

.alert-v2.alert-danger {
    color: #cd192e;
    border-color: #ffd9d3;
    background-color: #ffd9d3;
}

.alert-v2.alert-dark {
    color: #262b2f;
    border-color: #96a0aa;
    background-color: #96a0aa;
}

.alert-v2.alert-secondary {
    color: #000;
    border-color: #cecece;
    background-color: #cecece;
}

.costumtext0 {
    font-size: 14px;
}

.costumtext {
    font-size: 14px;
}

a {
    color: #005caa;
    text-decoration: none;
    background-color: transparent;
}

.card {
    box-shadow: 0 0.5rem 1rem #00000026;
}

.card .card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-width: 1px;
    padding: 1rem 1.5rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.75rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.75rem + -0px);
    border-top-right-radius: calc(0.75rem + -0px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.75rem + -0px);
    border-bottom-left-radius: calc(0.75rem + -0px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.5rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1.5rem;
}

.card-header {
    padding: 0.75rem 1.5rem;
    margin-bottom: 0;
    background-color: #00000008;
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.75rem + -0px) calc(0.75rem + -0px) 0 0;
}

.card-footer {
    padding: 0.75rem 1.5rem;
    background-color: #00000008;
    border-top: 0px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.75rem + -0px) calc(0.75rem + -0px);
}

.card-header-tabs {
    margin-right: -0.75rem;
    margin-bottom: -0.75rem;
    margin-left: -0.75rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.75rem + -0px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    flex-shrink: 0;
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.75rem + -0px);
    border-top-right-radius: calc(0.75rem + -0px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.75rem + -0px);
    border-bottom-left-radius: calc(0.75rem + -0px);
}

.card-deck .card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }

    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }

    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }

    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }

    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }

    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.card-columns .card {
    margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.65rem 1.5rem;
    line-height: 1.5;
    border-radius: 2rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: 0 0 #005caa40;
}

.btn.disabled,
.btn:disabled {
    opacity: 0.35;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa;
}

.btn-primary:hover {
    color: #fff;
    background-color: #004784;
    border-color: #004077;
}

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #004784;
    border-color: #004077;
    box-shadow: 0 0 #2674b780;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 #2674b780;
}

.btn-secondary {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
}

.btn-secondary:focus,
.btn-secondary.focus {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d;
    box-shadow: 0 0 #989fa680;
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 #989fa680;
}

.btn-success {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821;
}

.btn-success:hover {
    color: #fff;
    background-color: #22981b;
    border-color: #1f8d19;
}

.btn-success:focus,
.btn-success.focus {
    color: #fff;
    background-color: #22981b;
    border-color: #1f8d19;
    box-shadow: 0 0 #49c34280;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1f8d19;
    border-color: #1d8217;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 #49c34280;
}

.btn-info {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7;
}

.btn-info:hover {
    color: #fff;
    background-color: #219b98;
    border-color: #1f908e;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #219b98;
    border-color: #1f908e;
    box-shadow: 0 0 #48c4c280;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #1f908e;
    border-color: #1d8683;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 #48c4c280;
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:hover {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 #ffca2c80;
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 #ffca2c80;
}

.btn-danger {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757;
}

.btn-danger:hover {
    color: #fff;
    background-color: #dc3636;
    border-color: #da2c2c;
}

.btn-danger:focus,
.btn-danger.focus {
    color: #fff;
    background-color: #dc3636;
    border-color: #da2c2c;
    box-shadow: 0 0 #e6707080;
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #da2c2c;
    border-color: #d52525;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 #e6707080;
}

.btn-light {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa;
}

.btn-light:hover {
    color: #212529;
    background-color: #dceaed;
    border-color: #d3e5e9;
}

.btn-light:focus,
.btn-light.focus {
    color: #212529;
    background-color: #dceaed;
    border-color: #d3e5e9;
    box-shadow: 0 0 #d5d9db80;
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d3e5e9;
    border-color: #cbe0e5;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 #d5d9db80;
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 #52585d80;
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 #52585d80;
}

.btn-outline-primary {
    color: #005caa;
    border-color: #005caa;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 #005caa80;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #005caa;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #005caa;
    border-color: #005caa;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 #005caa80;
}

.btn-outline-secondary {
    color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    box-shadow: 0 0 #868e9680;
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 #868e9680;
}

.btn-outline-success {
    color: #29b821;
    border-color: #29b821;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821;
}

.btn-outline-success:focus,
.btn-outline-success.focus {
    box-shadow: 0 0 #29b82180;
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #29b821;
    background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #29b821;
    border-color: #29b821;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 #29b82180;
}

.btn-outline-info {
    color: #28bab7;
    border-color: #28bab7;
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 #28bab780;
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #28bab7;
    background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #28bab7;
    border-color: #28bab7;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 #28bab780;
}

.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
    box-shadow: 0 0 #ffc10780;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 #ffc10780;
}

.btn-outline-danger {
    color: #e25757;
    border-color: #e25757;
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757;
}

.btn-outline-danger:focus,
.btn-outline-danger.focus {
    box-shadow: 0 0 #e2575780;
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e25757;
    background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e25757;
    border-color: #e25757;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 #e2575780;
}

.btn-outline-light {
    color: #f5f9fa;
    border-color: #f5f9fa;
}

.btn-outline-light:hover {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa;
}

.btn-outline-light:focus,
.btn-outline-light.focus {
    box-shadow: 0 0 #f5f9fa80;
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f5f9fa;
    background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f5f9fa;
    border-color: #f5f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 #f5f9fa80;
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:focus,
.btn-outline-dark.focus {
    box-shadow: 0 0 #343a4080;
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 #343a4080;
}

.btn-link {
    font-weight: 400;
    color: #005caa;
    text-decoration: none;
}

.btn-link:hover {
    color: #00335e;
    text-decoration: none;
}

.btn-link:focus,
.btn-link.focus {
    text-decoration: none;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #868e96;
    pointer-events: none;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 1.5rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 1.5rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block+.btn-block {
    margin-top: 0.5rem;
}

.datepicker {
    background-color: #fff;
}

.modal-content {
    background-color: #fff;
}

#cPaketId1,
#cTipeTujuan1,
#btncFamily1,
#btncInsurancePackage1 {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

#cPaketId2,
#cTipeTujuan2,
#btncFamily2,
#btncInsurancePackage3 {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.hide {
    display: none !important;
}

.form-group .col-form-label {
    color: #005caa;
    font-weight: 600;
    cursor: default;
    padding-bottom: 0;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.input-group:not(.has-validation)>.form-control:not(:last-child),
.input-group:not(.has-validation)>.custom-select:not(:last-child),
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.form-group input:read-only,
.form-group select:read-only {
    background: transparent;
}

.form-group select.form-control {
    position: relative;
    border-width: 0 0 1px 0;
}

.input-group>.form-control,
.input-group>.form-control-plaintext,
.input-group>.custom-select,
.input-group>.custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0;
    font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c0c0c0;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.input-group-custom {
    padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

svg-icon {
    height: auto !important;
    height: initial !important;
    width: auto !important;
    width: initial !important;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.text-muted {
    color: #777;
}

.text-muted {
    color: #868e96 !important;
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    font-size: 1.5rem;
}

.text-muted {
    color: #868e96 !important;
}

.pointer-events-none {
    pointer-events: none;
}

.input-group-addon {
    border: none !important;
    background-color: #ffffff00 !important;
    border-radius: 0px !important;
    border-bottom: 1px solid #c0c0c0 !important;
    font-weight: bolder !important;
    color: #000000;
}

.input-group-addon {
    display: flex !important;
    padding: 0px !important;
    width: 20px !important;
    justify-content: center;
    align-items: center;
}

#btnadultmin,
#btnadultplus,
#btnchildmin,
#btnchildplus {
    border-radius: 3px;
    width: 33px !important;
    /* outline: none; */
}

.inputMaterial:focus {
    outline: none;
    border-bottom: 1px solid #69b3ff;
}

.form-control[readonly],
.form-control[readonly]:focus {
    background-color: transparent;
}

.css034 {
    margin-bottom: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none !important;
    outline-offset: 0px !important;
}

#lbl38,
#lbl7 {
    font-size: inherit !important;
    color: #005caa !important;
}

.css017,
#lbl3,
#lbl4,
.css028,
.css029,
.css030 {
    font-size: inherit !important;
}

.input-group-addon {
    border-bottom: 1px solid #b7b9fd !important;
}

.form-control:focus+.input-group-addon {
    border-color: #69b3ff !important;
}

.group {
    margin-top: 0px;
    margin-bottom: 15px;
}

#alertdesc,
#alertCountry,
#radioBtnFamily {
    margin-bottom: 15px !important;
}

#btninfonegara {
    margin-top: 0px;
}

.css031 {
    margin-top: 16px;
    border: none;
    /* margin-bottom: 2px !important; */
}

.css032 {
    width: 14px;
}

#maininsured,
#otheradult,
#otherchild1,
#otherchild2,
#otherchild3,
#otherbeneficiary {
    padding: 15px !important;
    background-color: #fff !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem #00000026;
    border-radius: 0.75rem;
    margin-bottom: 15px;
    margin-top: 0px;
}

.p-15 {
    padding: 15px !important;
}

#headlblriplaypersonal {
    color: inherit !important;
}

#hereriplaypersonal,
#hereriplaypersonalcovid {
    color: #005caa !important;
    text-decoration: underline !important;
}

#chkdisclaimer {
    margin-right: 12px;
}

#chkriplay {
    margin-top: 0px !important;
}

#captcha_code {
    box-shadow: 0 0.5rem 1rem #00000026;
}

.css021 {
    width: 14px;
}

.wrapword {
    white-space: -moz-pre-wrap !important;
    /* Mozilla, since 1999 */
    white-space: -webkit-pre-wrap;
    /* Chrome & Safari */
    white-space: -pre-wrap;
    /* Opera 4-6 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    white-space: pre-wrap;
    /* CSS3 */
    word-wrap: break-word;
    /* Internet Explorer 5.5+ */
    word-break: break-all;
    white-space: normal;
}

#infokurs {
    z-index: 1;
    position: relative;
}

.shadow-2 {
    box-shadow: 0 4px 18px 0px rgb(20 78 131 / 10%) !important;
}

.border-none {
    border: none;
}

.border-rad {
    border-radius: 0.75rem;
}

.mb-1rem {
    margin-bottom: 1rem;
}

.marginbot15px {
    margin-bottom: 15px;
}

.bold {
    font-weight: bold;
}

#landinghtml {
    height: 100%;
    min-height: 100%;
    width: 100%;
}

#landingbody {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    background-color: #ffffff;
    padding: 0;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#landingiframe {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

#landingcontent {
    background-color: #edf4fe;
    box-shadow: 0 0.5rem 1rem #00000026;
    border-radius: 0.75rem 0 0.75rem 0.75rem;
}

#nav-landing {
    --bs-navbar-padding-x: 0;
    --bs-navbar-padding-y: 0.5rem;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5rem;
    border: none;
    margin-bottom: 0px;
}

#logo-bcai {
    width: 13rem;
}

.btnlang {
    display: contents;
    width: 35px;
    height: 28px;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    color: #004a88;
}

.btnlang:hover {
    color: #004a88;
    background-color: #fff;
}

.btnlang.active-lang {
    color: #004a88;
    background-color: #fff;
}

.btnlang:focus-visible {
    outline: none;
    color: #004a88;
    background-color: #fff;
}

.white {
    color: #fff;
}

.p-1 {
    /* padding: .25rem !important; */
}

.align-items-center {
    align-items: center !important;
}

.d-flex {
    display: flex !important;
}

#zf-54 {
    padding-top: 5rem;
}

.px-3 {
    /* padding-right: 16px !important;
    padding-left: 16px !important; */
}

.me-1 {
    /* margin-right: 4px !important; */
}

.ms-1 {
    /* margin-left: 4px !important; */
}

.css004 {
    margin-top: 0px;
}

.notActive {
    background-color: #fff !important;
    color: #005caa !important;
    border-color: #005caa !important;
}

.css035 {
    margin-bottom: 0px;
}

.mb20 {
    margin-bottom: 20px;
}

.opsi {
    background-color: white;
    color: #005caa;
    font-weight: bold;
    border-width: 1px;
    border-color: #005caa;
}

.mt5 {
    margin-top: 5px;
}

.datepicker {
    font-size: 14px !important;
}

#calc-premi {
    background-color: #fff !important;
    border: none !important;
    box-shadow: 0 0.5rem 1rem #00000026;
    border-radius: 0.75rem;
}