.dynamicform_wrapper_parent .container-items-parent .item-parent:first-child .pull-right.page-footer-button,
.dynamicform_wrapper_child .container-items-child .item-child:first-child .pull-right.page-footer-button,
.dynamicform_wrapper .container-items .item:first-child .pull-right.page-footer-button {
    visibility: hidden;
}

.travel-multiple-check {
    border: none !important;
}

.select2-container {
    width: 100% !important;
}

.pretty input:checked~.state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
    border-color: var(--bs-primary) !important;
}

.pretty input:checked~.state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
    background-color: var(--bs-primary) !important;
}

.calculator-card {
    position: sticky !important;
    top: 100px;
    width: 100%;
    display: block;
    justify-content: center;
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0 9px 22px var(--bs-light);
}

.primary-accent-color {
    accent-color: var(--bs-primary);
}

.btn.clear {
    background-color: var(--bs-danger) !important;
}

.no-border {
    border: none;
}