@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.ttf');
}

@font-face {
    font-family: 'Helvetica-Bold';
    src: url('../fonts/Helvetica-Bold.ttf');
}

body {
    font-family: 'Helvetica';
}

body.not-scroll {
    overflow: hidden;
}

#dynamicrsvp {
    display: none;
    max-width: 600px;
    width: 100%;
    margin: auto;
}

.cover {
    float: left;
    width: 100%;
    position: relative;
}

.header-bg {
    background-image: url('../img/bg-swab-d.png');
    background-size: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 30px;
}

.poster-undangan {
    min-height: 50px;
    position: relative;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.bg-overlay {
    background: linear-gradient(0deg, rgb(0 0 0) 0%, rgb(10 10 12 / 50%) 35%, rgb(12 13 14 / 30%) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.event_details {
    position: absolute;
    width: 100%;
    bottom: 18%;
}

.event_details h1 {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0;
}

.event_details p {
    text-align: center;
    font-size: 11px;
    color: #FFFFFF;
    margin: 0;
}

.title-swab {
    margin-top: 63px;
    margin-bottom: 15px;
}

.title-booked {
    margin: 30px 0 16px 0;
    font-family: 'Helvetica-Bold';
    font-size: 21px;
    color: #1A4D5D;
}

.title-rsvpclosed {
    margin-top: 99px;
    margin-bottom: 30px;
}

.title-rsvpclosed span {
    display: inline-block;
    width: 123px;
    height: 123px;
    background-color: rgba(34, 150, 115, 0.5);
    padding: 11px;
    border-radius: 50%;
}

.wording-noregister {
    margin: 30px 0 100px 0;
    font-family: 'Helvetica-Bold';
    font-size: 21px;
    color: #1A4D5D;
}

.title-success {
    margin-top: 50px;
}

.wording-success {
    margin-top: 20px;
    margin-bottom: 130px;
}

.wording-success h4 {
    margin-bottom: 20px;
    font-family: 'Helvetica-Bold';
    font-size: 14pt;
    color: #004E5F;
}

.wording-success p {
    font-family: 'Helvetica';
    font-size: 10pt;
    color: #000000;
}

.notif-wishes {
    font-family: 'Helvetica';
    font-style: italic;
    font-size: 8pt;
    color: #000000;
}


.regards {
    font-family: 'Helvetica-Bold';
    font-size: 10px;
    color: #000000;
    margin-bottom: 30px;
}

.desc-swab {
    font-family: 'Helvetica';
    font-size: 10pt;
    color: #1A3D4A;
}

.title-page {
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    font-size: 15pt;
    color: #1A3D4A;
    text-align: center;
    margin-bottom: 34px;
}

.guest-name {
    font-family: 'Helvetica-Bold';
    font-size: 18pt;
    color: #1A3D4A;
}

.guest-name-menu {
    padding: 5px 0 5px 0;
    font-family: 'Helvetica-Bold';
    font-size: 10pt;
    color: #1A3D4A;
}

.amount-test {
    display: inline-block;
    background: #1A3D4A;
    width: 200px;
    border-radius: 13px;
    font-family: 'Helvetica';
    color: #FFFFFF;
    font-size: 10pt;
    padding: 9px 6px 6px 6px;
    line-height: 1;
    text-align: center;
    margin: 4px 0 17px 0;
}

.group-pax {
    display: inline-block;
    min-width: 200px;
    padding-left: 0;
    margin: 20px 0;
}

.group-pax div p {
    text-align: left;
    font-family: 'Helvetica-Bold';
    font-size: 14px;
    color: #1A3D4A;
    margin: 3px;

}

.wrap-location {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px;
}

.wrap-location h2 {
    font-family: 'Helvetica';
    color: #1A3D4A;
    font-size: 10pt;
}

.wrap-location .current-location {
    font-size: 12pt;
    color: #1A3D4A;
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}

.change-location {
    font-size: 10pt;
    color: #1A3D4A;
}

.DateSwab {
    margin-top: 18px;
    font-family: 'Helvetica';
    font-size: 10px;
    color: #000000;
}

.TimeSwab {
    font-family: 'Helvetica';
    font-size: 10px;
    color: #000000;
}

.address-swab {
    font-family: 'Helvetica';
    font-size: 10px;
    color: #000000;
    margin-top: 12px;
}

.makeSure {
    margin: 44px 0 17px 0;
    font-family: 'Helvetica';
    font-size: 10px;
    color: #000000;
}

.btn-change {
    background: #1A3D4A;
    font-family: 'Helvetica';
    color: #FFFFFF;
    padding: 8px 10px 5px 10px;
    line-height: 1;
    text-align: center;
    border: none;
    margin-left: 4px;
}

.loading-button {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.please-choose {
    font-family: 'Helvetica-Bold';
    font-size: 13pt;
    font-weight: bold;
    color: #1A4D5D;
    margin: 13px 0 24px 0;
}

.swaptest-wrap {
    text-align: left;
}

.swaptest-wrap h4 {
    font-family: 'Helvetica-Bold';
    font-family: 'Helvetica';
    font-size: 8pt;
    font-weight: bold;
}

.swaptest-wrap h4 img {
    vertical-align: top;
    margin-right: 10px;
}

.swaptest-wrap h4 span {
    display: inline-block;
}

/* Table Swab */
.tswab thead tr th {
    background: #0D4A70;
    font-size: 8pt;
    color: #FFFFFF;
    vertical-align: middle;
}

.tswab tbody tr th.colCenter {
    text-align: center;
}

.tswab tbody tr td {
    font-size: 8pt;

}

.tswab tbody tr td.colCenter {
    text-align: center;
}

.tswab tbody tr td .book-btn {
    width: 43px;
    padding: 8px 5px 5px 5px;
    line-height: 1;
    background-color: #22B573;
    color: #FFFFFF;
    font-size: 7pt;
    border: none;
    border-radius: 15px;
}

.tswab tbody tr td .red-btn {
    width: 43px;
    padding: 8px 5px 5px 5px;
    line-height: 1;
    background-color: #FF0000;
    color: #FFFFFF;
    font-size: 7pt;
    border: none;
    border-radius: 15px;
}

/* Pagination Table */
.paginationData {
    width: 100%;
    text-align: right;
    margin-bottom: 40px;
}

.paginationData .prev-btn,
.paginationData .next-btn {
    width: 50px;
    padding: 8px 5px 5px 5px;
    line-height: 1;
    border: none;
    border-radius: 10px;
    background: #0D4A70;
    font-family: 'Helvetica';
    color: #FFFFFF;
    text-align: center;
    font-size: 8px;
}

.paginationData .pages {
    display: inline-block;
    padding: 5px 10px;
    font-family: 'Helvetica';
    font-size: 10px;

}

/* Footer */
.footer {
    margin-top: 100px;
    float: left;
    width: 100%;
    padding: 6px 22px;
    background: #17283F;
    position: relative;
}

.copyright {
    position: absolute;
    top: 6px;
    right: 22px;
    font-family: 'Helvetica';
    font-size: 6pt;
    color: #FFFFFF;
}

/* Modal Custom */
.modalcustom {
    /* display: none; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    z-index: 99;
}

.modalcustomwhite {
    /* display: none; */
    position: fixed;
    z-index: 99;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #FFF;
}

.modalcontent {
    margin: 10% auto;
    background: #F8F8F8;
    width: 90%;
    max-width: 600px;
    padding: 20px;
    box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
    border-radius: 17px;
}

.animation-wrap {
    padding: 200px 0;
    text-align: center;
}

.animation-wrap img {
    width: 100%;
    max-width: 200px;
}

/* Modal Loading */
.modalcustom-loading {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .15);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.animation-wrap {
    background: #FFFFFF;
    margin: 250px auto;
    max-width: 300px;
    text-align: center;
    border-radius: 8px;
    padding: 20px;
}

.animation-wrap h4 {
    font-size: 14px;
    margin-top: 0;
    text-align: left;
    color: #315568;
}

.animation-wrap img {
    width: 100%;
    max-width: 200px;
}

@-webkit-keyframes slideScaleColour {
    0% {
        width: 0;
    }

    25% {
        left: 0;
    }

    100% {
        left: 100%;
        width: 100%;
        background-color: white;
    }
}

@keyframes slideScaleColour {
    0% {
        width: 0;
    }

    25% {
        left: 0;
    }

    100% {
        left: 100%;
        width: 100%;
        background-color: white;
    }
}

.c-progress {
    height: 0.5em;
    background-color: #053646;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.c-progress::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: white;
    -webkit-animation: slideScaleColour 3s infinite;
    animation: slideScaleColour 3s infinite;
}

.modal-scroll {
    max-height: 520px;
    overflow-y: scroll;
}

.titlemodal {
    text-align: center;
}

.titlemodal h4 {
    margin: 18px 0 14px 0;
    font-family: 'Helvetica-Bold';
    font-weight: bold;
    font-size: 14pt;
    color: #1A4D5D;
}

.titlemodal p {
    font-family: 'Helvetica';
    font-size: 9pt;
    color: #1A4D5D;
}

.titlemodal p.text-modal {
    font-family: 'Helvetica';
    font-size: 9pt;
    color: #1A4D5D;
}

.wrapGuest {
    position: relative;
    text-align: center;
}

.wrapGuest .guest-name {
    font-family: 'Helvetica';
    font-size: 18px;
    color: #1A3D4A;
}

.wrapGuest .title-current {
    font-family: 'Helvetica';
    font-size: 10px;
    color: #1A3D4A;
}

.wrapGuest .current-location {
    margin: 7px 0 11px 0;
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    font-size: 11px;
    color: #1A3D4A;
}

.wrapGuest .notif-remember {
    font-family: 'Helvetica';
    font-size: 10px;
    color: #FF0000;
}

.typeswab {
    margin: 15px 0 73px 0;
    font-family: 'Helvetica-Bold';
    font-size: 14px;
    color: #1A4D5D;
    line-height: 1.2;
}

.typeswab img {
    margin-bottom: 12px;
}

.wrapGuest .typeswab-drivetru {
    margin: 10px 0;
    font-family: 'Helvetica-Bold';
    font-size: 10px;
    color: #1A4D5D;
}

.wrapGuest .typeswab-drivetru img {
    vertical-align: top;
    margin-right: 10px;
}

.wrapGuest .typeswab-drivetru span {
    display: inline-block;
}

.form-group {
    margin-bottom: 25px;
}

.mailing_address {
    width: 100%;
}

/* Form Add Group */
.modal-dialog-custom {
    max-width: 672px;
}

.modal-header-custom {
    display: block;
    background: url('../img/guest-mgt/bg-header-modal.svg');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    margin-right: -1px;
}

.modal-header-custom .modal-title {
    font-size: 20px;
    color: #FFFFFF;
}

.icon-modal {
    display: inline-block;
    width: 56px;
    height: 56px;
    padding: 16px 8px;
    margin: 10px 0;
    border-radius: 50%;
    border: 1px solid #E1E8F2;
    font-size: 27px;
    color: #E1E8F2;
}

.close-bg-blue {
    position: absolute;
    top: -1px;
    right: -1px;
    width: 61px;
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 25px;
    color: #FFFFFF;
    background: url('../img/guest-mgt/bg-close-blue.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
}

.close-bg-white {
    position: absolute;
    top: -1px;
    right: -1px;
    height: 61px;
    width: 61px;
    text-align: right;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 25px;
    color: #315568;
    background: url('../img/guest-mgt/bg-close-white.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    border: none;
    font-size: 24px;
}

.modal-radius-10 {
    border-radius: 10px;
}

.content-modal-group {
    padding: 40px;
}

.formRSVP {
    margin: auto;
    width: 100%;
    max-width: 600px;
    padding: 30px 40px;
}

.filter-country {
    position: relative;
}

.formRSVP label {
    padding-top: 5px;
    font-size: 8pt;
    color: #0D4A70;
}

.static-label{
    display: block;
    font-size: 12px;
    font-family: 'Helvetica-Bold';
}

.formRSVP select,
.formRSVP input {
    width: 100%;
    padding: 8px 11px 5px 11px;
    border-radius: 4px;
    font-size: 9pt;
    color: #000000;
    background: #EDF1F5;
    border: 1px solid #BFCFDD;
}

.formRSVP textarea {
    width: 100%;
    padding: 5px 11px;
    font-size: 9pt;
    color: #000000;
    background: #EDF1F5;
    border: 1px solid #BFCFDD;
}

.formRSVP input.readonly {
    font-family: 'Helvetica-Bold';
    font-size: 9pt;
    color: #132841;
    padding: 5px 0;
    background: none;
    border: none
}

.formRSVP input.readonly:focus {
    outline: none !important;
    border: none;
    box-shadow: none;
}

.formRSVP input:focus,
.formRSVP select:focus,
.formRSVP textarea:focus {
    outline: #004E5F;
    border: 1px solid #004E5F;
    box-shadow: 0 0 1px #004E5F;
}

.formRSVP input.padding-100 {
    padding-left: 100px;
}

.filter-country .select2-container--default .select2-selection--single {
    position: absolute;
    left: 0;
    right: 0;
    padding: 3px;
    width: 80px;
    height: auto;
    font-size: 9pt;
    border-radius: 14pt;
    border: none;
    background: none;
}

.filter-country .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
    right: -15px;
}

.filter-country .select2-container .select2-selection--single .select2-selection__rendered {
    text-overflow: initial;
    white-space: nowrap;
}

.form-select-search .select2-container--default .select2-selection--single {
    width: 100%;
    padding: 2px;
    border-radius: 4px;
    font-size: 9pt;
    height: 26pt;
    color: #000000;
    background: #EDF1F5;
    border: 1px solid #BFCFDD;
}

.form-select-search .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 3px;
    right: 10px
}

.form-select-search .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 10px;
    padding-right: 10px;
}

.formerror .select2-container--default .select2-selection--single {
    border: 1px solid red !important
}

/* swal css */

.swal-text {
    font-family: 'Helvetica';
    font-size: 14px;
}

.swal-footer {
    text-align: center;
}

.swal-button {
    border-radius: 26px;
    min-width: 100px;
}

.swal-button--cancel {
    background: none;
}

.swal-button--confirm {
    background: #3c6a81;
}

.swal-button--confirm:not([disabled]):hover {
    background: #284858;
}

.swal-button--danger {
    background: #ff5a5f;
}

.swal-button--danger:not([disabled]):hover {
    background: #ce484d;
}

.info-orange {
    display: block;
    font-family: 'Helvetica';
    font-style: italic;
    font-size: 8px;
    color: #EB9C3F;
}

.btnaction {
    text-align: center;
}

.btnaction .cancel-btn {
    display: inline-block;
    margin: 5px;
    font-family: 'Helvetica';
    padding: 10px 13px 8px 13px;
    line-height: 1;
    border-radius: 26px;
    font-size: 11pt;
    color: #1A3D4A;
    border: 1px solid #1A3D4A;
    width: 110px;
}

.btnaction .save-btn {
    margin: 5px;
    width: 100px;
    font-family: 'Helvetica';
    padding: 10px 13px 8px 13px;
    line-height: 1;
    border-radius: 26px;
    font-size: 11pt;
    background: #1A3D4A;
    color: #FFFFFF;
    border: 1px solid #1A3D4A;
}

.btnaction .add-btn {
    margin: 5px;
    width: 100px;
    font-family: 'Helvetica';
    padding: 10px 13px 8px 13px;
    line-height: 1;
    border-radius: 26px;
    font-size: 8pt;
    background: #1A3D4A;
    color: #FFFFFF;
    border: 1px solid #1A3D4A;
}

.btnaction .backto-btn {
    margin: 5px;
    width: auto;
}

.btn-wrap {
    padding-top: 15px;
}

.action-icon {
    display: inline-block;
    font-size: 18px;
    padding: 0 10px;
}

.btn-custom {
    width: 100%;
    max-width: 100px;
    padding: 8px;
    margin: 0 5px;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 20px;
    background: #315568;
}

.btn-custom:hover {
    color: #FFFFFF;
    background: #35627a;
}

.btn-custom-cancel {
    width: 100%;
    max-width: 100px;
    padding: 8px;
    margin: 0 5px;
    font-size: 12px;
    color: #FF0000;
    border-radius: 20px;
    background: #FFFFFF;
    border: 1px solid #315568;
    cursor: pointer;
}

.btn-custom-cancel:hover {
    color: #315568;
    text-decoration: none;
    background: #FFFFFF;
    border: 1px solid #315568;
}


/* Radio Button Drive Thru */
.pickedIcon {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    border-radius: 50%;
}

.pickedIcon:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background-color: #22B573;
    border-radius: 50%;
    z-index: 2;
}

.radioDT {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
}

.radioDT__input {
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px !important;
    height: 16px;
    opacity: 0;
    z-index: 0;
}

.radioDT__label {
    display: block;
    padding: 0 0 0 15px;
    cursor: pointer;
}

.radioDT__label:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 14px;
    z-index: 1;
    transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radioDT__label:after {
    content: "";
    position: absolute;
    top: 8px;
    left: 4px;
    width: 8px;
    height: 8px;
    background-color: #22B573;
    border-radius: 50%;
    z-index: 2;
    transform: scale(0, 0);
    transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.radioDT__input:checked+.radioDT__label:before {
    border-color: #000000;
}

.radioDT__input:checked+.radioDT__label:after {
    transform: scale(1, 1);
}

.required-notif {
    display: none;
    position: absolute;
    width: 100%;
    bottom: 10%;
    font-family: 'Helvetica';
    font-weight: bold;
    font-size: 10px;
    color: #FF0000;
    text-align: center;
    animation: blink 1s step-start 0s infinite;
    -webkit-animation: blink 1s step-start 0s infinite;
}

@keyframes blink {
    50% {
        opacity: 0.0;
    }
}

@-webkit-keyframes blink {
    50% {
        opacity: 0.0;
    }
}

.table-notif {
    background-color: white;
    box-shadow: 2px 2px 2px rgb(187 11 11 / 41%);
}


/* RSVP */
.content-limit {
    position: relative;
    width: 100%;
}

.wrap-content {
    position: absolute;
    top: -20px;
    width: 100%;
    background: #FFFFFF;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.undangin-logo {
    margin: 18px;
    text-align: center;
}

.qualification-wrap {
    float: left;
    width: 100%;
    margin-bottom: 41px;
}

.qualification-wrap h2 {
    font-family: 'Helvetica-Bold';
    font-size: 12pt;
    color: #132841;
}

.qualification-wrap .question-content {
    float: left;
    width: 100%;
    padding: 10px 0;
}

.qualification-wrap .question-content .qustion {
    font-family: 'Helvetica';
    font-size: 8pt;
    color: #132841;
}

.qualification-wrap .question-content .answer {
    padding: 5px 15px 20px 15px;
    position: relative;
}

.qualification-wrap .question-content .answer .prelative {
    position: relative;
}

.download-roundown-btn {
    position: absolute;
    top: -20px;
    right: 40px;
    background: none;
    border: none;
}

.download-roundown-btn .icon-download {
    display: inline-block;
    width: 43px;
    height: 43px;
    padding: 10px;
    border-radius: 50%;
    background: #1B354F;
    border: none;
    box-shadow: 3px 3pt 2pt rgba(0, 0, 0, 0.35);
}

.download-roundown-btn .download-text {
    display: block;
    margin-top: 5px;
    font-family: 'Helvetica';
    font-size: 6pt;
    color: #1B354F;
    border: none;
}

.pax-wrap {
    padding: 30px 40px;
    text-align: center;
}

.pax-wrap .maxpax {
    display: inline-block;
    margin: 4pt 0 24pt 0;
    padding: 4px 18px 3px 18px;
    background: #5EA7E5;
    font-family: 'Helvetica';
    font-size: 8pt;
    color: #FFFFFF;
    border-radius: 16px;
}

.list-pax {
    display: inline-block;
    margin: auto;
    width: 90%;
    max-width: 350px;
}

.pax-data {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #0C3D4C;
}

.table-pax {
    width: 100%;
    margin: 10px 0;
}

.table-pax tr td {
    font-family: 'Helvetica';
    font-size: 8pt;
    color: #0C3D4C;
    padding: 10px;
}

.table-pax tr td:first-child {
    width: 40%;
}

.table-pax tr td:last-child {
    width: 50%;
    font-family: 'Helvetica-Bold';
}

.btn-pax-action {
    text-align: right;
}

.btn-pax-action .btn-pax {
    background: none;
    border: none;
    padding: 5px;
}

.paxbtn {
    margin: 15px 0;
}

.formaddpax {
    padding: 0;
    text-align: left;
}

.notif-error {
    display: none;
    padding-top: 5px;
    font-family: 'Helvetica-Bold';
    font-size: 7pt;
    color: red;
    text-align: left;
}

.notif-verror {
    padding-top: 5px;
    font-family: 'Helvetica-Bold';
    font-size: 7pt;
    color: red;
    text-align: left;
}

.errorfield {
    border: 1px solid red !important;
}

.remaining {
    padding: 5px 0;
    font-family: 'Helvetica';
    font-size: 6pt;
    text-align: left;
    color: #808080;
}


/* Progress Bar */
.progress-wrap {
    float: left;
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

.progressbar {
    counter-reset: step;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.progressbar li {
    list-style-type: none;
    display: inline-block;
    width: 17.33%;
    position: relative;
    text-align: center;
    font-size: 12px;
    vertical-align: top;
}

/* .progressbar2 li {
    float: left;
    width: 33.33%;
} */

.progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ddd;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 50%;
    background-color: white;
}

.progressbar li:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    top: 15px;
    left: -50%;
    z-index: -1;
}

.progressbar li:first-child:after {
    content: none;
}

.progressbar li.active {
    color: #1A3D4A;
}

.progressbar li.active:before {
    border-color: #1A3D4A;
    background: #1A3D4A;
    color: #ffffff;
}

.progressbar li.active+li:after {
    background-color: #1A3D4A;
}

/* RB/CB */
.form-box {
    margin: 20px 0;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 29%);
}

.form-check {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 50px;
}

.form-check-block {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
}

.form-check label {
    font-weight: normal;
}

.form-check .form-check-input {
    vertical-align: top;
    margin-right: 10px;
    margin-top: 1px;
    width: auto;
}

.bullet-numering {
    padding-left: 15px;
}

.bullet-numering li {
    padding: 5px 0;
    font-size: 12pt;
}

.title-sub {
    font-family: 'Helvetica-Bold';
    font-size: 12pt;
    color: #1A3D4A;
    margin-top: 0;
    margin-bottom: 20px;
}
.form-menuothers{
    padding-top: 10px;
}