:root {
    --Dark-blue: #1C5477;
    --Dark-blue-300: #C2D2E3;
    --Dark-blue-500: #6D92BD;
    --Light-blue: #87DBFF;
    --Blue: #A7E4FE;
    --Blue-100: #F2FBFF;
    --White: #FFFFFF;
    --Black: #000000;
    --Error: #c54646;
    --bs-gutter-x: 2rem;
    --bs-gutter-y: 2rem;
    
  
}

.loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffffb0;
    display: none;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(4px);
    z-index: 9999999999;
}

body {
    font-family: Barlow, sans-serif;
    background: var(--Blue-100);
}

.color-red {
    color: var(--Error);
}

.has-error>input,
.has-error>select {
    box-shadow: 0 0 0 1px var(--Error) !important;
}

.has-error>.error {
    display: block;
}

.error {
    font-family: Barlow, sans-serif;
    color: var(--Error);
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    display: none;
}

.oknmak-navbar {
    border-bottom: 1px solid var(--Blue);
    background: var(--Dark-blue);
    padding: 1.425rem 0;
    position: sticky;
    top: 0;
    z-index: 1030;
}

.card {
    background-color: #1C5477;
    border-radius: 1.875rem;
    padding: 1.875rem 3.125rem 3.125rem 3.125rem;
}

.panel {
    background: var(--White);
    padding: 2rem 3rem;
    border-radius: 4px;
    border: 1px solid var(--Blue);
    position: relative;
}

.cart-panel {
    background: var(--White);
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    border-radius: 4px;
    border: 1px solid var(--Blue);
    display: flex;
    flex-direction: column;
    position: sticky;
    top: 133px;
}

.cart-items {
    width: 75%;
    margin: 1.5rem 0 2.5rem 0;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.cart-item:last-child {
    margin-bottom: 0;
}

.cart-item .item {
    display: flex;
    flex-grow: 1;
    font-weight: 400;
    line-height: 1.25rem;
}

.cart-item .price {
    font-weight: 600;
    line-height: 1.25rem;
    text-align: right;
}

.cart-summary {
    border-radius: 4px;
    background: var(--Dark-blue);
    color: var(--White);
    padding: 0.75rem 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.cart-summary.payment {
    background: none;
    color: var(--Dark-blue);
    padding: 0;
}
.cart-summary.payment .summary {
    color: var(--Dark-blue);
}


.cart-summary.payment .price {
    color: var(--Dark-blue);
}
.cart-summary.payment .netto {
    color: var(--Dark-blue);
}

.cart-summary .summary {
    color: var(--White);
    text-align: center;
    /* Body 1 bold */
    font-family: Barlow;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem; /* 125% */
}

.cart-summary .price {
    color: var(--White);
    text-align: right;
    /* H2 Bold */
    font-family: Barlow;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5rem; /* 125% */
}

.cart-summary .netto {
    color: var(--White);
    text-align: center;
    font-feature-settings: 'clig' off, 'liga' off;
    /* Helper text */
    font-family: Barlow;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 116.7%; /* 14.004px */
}

.payment-options {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.payment-options .form-check-inline {
    margin-left: 0;
    margin-right: 0;
}

.payment-options .form-check-inline label {    
    cursor: pointer;
}

.payment-options .form-check-inline .btn {
    padding: 1rem !important;
    box-shadow: 0 0 0 0.5px var(--Dark-blue);
    pointer-events: none;
}
.payment-options .form-check-inline input[type="radio"]:checked + label > .btn {
    box-shadow: 0 0 0 1.5px var(--Dark-blue);
}

.expand {
    font-weight: 600;
    cursor: pointer;
}

.expand:hover {
    text-decoration: underline;
}

label .text,
.expand,
.label-description {
    color: var(--Dark-blue);
}

.label-description {
    font-size: 0.875rem;
}

.summary-well .desc {
    font-size: 0.875rem;
    color: var(--Dark-blue);
}

.steps {
    display: flex;
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--Blue-100);
    margin: 1.5rem 0;
}

.steps ul {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.steps ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0.5rem;
}

.steps li .number {
    display: flex;
    width: 2rem;
    height: 2rem;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: var(--Dark-blue);
    font-weight: 600;
    line-height: 1.25rem;
    margin-right: 1rem;
    box-shadow: 0 0 0 0.5px var(--Dark-blue);
}

.steps li .item {
    font-weight: 600;
    font-size: 1rem;
    font-family: Barlow, sans-serif;
    color: var(--Dark-blue);
}

.steps li.completed .number {
    background: var(--Blue);
    color: var(--White);
    box-shadow: 0 0 0 0.5px var(--Blue);
}

.steps li.active .number {
    background: var(--Dark-blue);
    color: var(--White);
}

main > .container {
    position: relative;
}

.back {
    display: block;
    position: absolute;
    top: 45px;
    left: -5vw;
    text-decoration: none;
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
}

.logout {
    border: none;
    background: none;
    color: var(--Dark-blue);
}

h1 {
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 3rem;
}

h2 {
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
    font-size: 2rem;
    font-style: normal;
    font-weight: 500;
    line-height: 2.5rem;
}

main {
    padding: 2rem 0;
    min-height: calc(100vh - 18.1rem);
}

footer {
    padding: 2.5rem 10rem;
    background: var(--Dark-blue);
    border-top: 1px solid var(--Blue);
    display: flex;;
    justify-content: space-between;
    align-items: flex-start;
}

footer .logo {
    /* flex: 1; */
}

footer .company {
    font-family: Barlow;
    text-align: left;
    color: var(--White);
    font-size: 0.75rem;
    font-weight: 500;
}

footer .buttons {
    font-family: Barlow;
    text-align: right;
    color: var(--White);
    font-size: 0.75rem;
    font-weight: 500;
}

footer .buttons a,
footer .buttons a:hover {
    color: var(--White);
}

form {

}

form legend {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    float: none;
    margin-bottom: .5rem;
}

form legend svg {
    margin-right: 0.5rem;
}

.form-control {
    transition: none;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.625rem 1rem;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 0.5px  var(--Dark-blue);
}
.form-control:focus,
.form-control:active,
.form-control:hover {
    box-shadow: 0 0 0 1px  var(--Dark-blue);
}
.form-control:hover::placeholder,
.form-control:focus::placeholder {
    visibility: visible;
}
.form-control::placeholder {
    visibility: hidden;
    color: var(--Dark-blue);
}

.form-group label {
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.167rem;
    margin: 0.5rem 0;
    font-feature-settings: 'clig' off, 'liga' off;
}


.row.form-row {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
}

.radio-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0.75rem 0;
}

.custom-radio {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
}

.custom-radio .text {
    font-size: 1rem;
    user-select: none;
}

.custom-radio input[type="radio"] {
    display: none;
}

.custom-radio-button {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .5rem;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z" fill="%231C5477"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.custom-radio input[type="radio"]:checked + .custom-radio-button {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 17C14.7614 17 17 14.7614 17 12C17 9.23858 14.7614 7 12 7C9.23858 7 7 9.23858 7 12C7 14.7614 9.23858 17 12 17Z" fill="%231C5477"/><path d="M12 2C6.48 2 2 6.48 2 12C2 17.52 6.48 22 12 22C17.52 22 22 17.52 22 12C22 6.48 17.52 2 12 2ZM12 20C7.58 20 4 16.42 4 12C4 7.58 7.58 4 12 4C16.42 4 20 7.58 20 12C20 16.42 16.42 20 12 20Z" fill="%231C5477"/></svg>');
}











.checkbox-group {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin: 0.75rem 0;
}

.custom-checkbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    cursor: pointer;
}

.custom-checkbox .text {
    font-size: 1rem;
    user-select: none;
}

.custom-checkbox input[type="checkbox"] {
    display: none;
}

.custom-checkbox-button {
    width: 1.5rem;
    height: 1.5rem;
    min-width: 1.5rem;
    min-height: 1.5rem;
    display: flex;
    margin-right: .5rem;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 5V19H5V5H19ZM19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3Z" fill="%231C5477"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.has-error .custom-checkbox-button {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none"%20xmlns="http://www.w3.org/2000/svg"><path%20d="M19%205V19H5V5H19ZM19%203H5C3.9%203%203%203.9%203%205V19C3%2020.1%203.9%2021%205%2021H19C20.1%2021%2021%2020.1%2021%2019V5C21%203.9%2020.1%203%2019%203Z"%20fill="%23c54646"/></svg>');
}

.custom-checkbox input[type="checkbox"]:checked + .custom-checkbox-button {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 3H5C3.9 3 3 3.9 3 5V19C3 20.1 3.9 21 5 21H19C20.1 21 21 20.1 21 19V5C21 3.9 20.1 3 19 3ZM19 19H5V5H19V19ZM17.99 9L16.58 7.58L9.99 14.17L7.41 11.6L5.99 13.01L9.99 17L17.99 9Z" fill="%231C5477"/></svg>');
}


.select2 {
    width: 100% !important;
    min-width: 100%;
    max-width: 100%;
}

.select2-container .select2-selection--single,
.select2-container {
    /* width: 100%; */
    height: 40px;
    border: 0;
}

.select2-selection {
    height: 40px;
    padding: 0;
    border: 0;
    box-shadow: 0 0 0 0.5px  var(--Dark-blue);
}
.select2-selection:focus,
.select2-selection:hover {
    box-shadow: 0 0 0 1px  var(--Dark-blue);
}

.select2-selection__rendered {
    padding: 0.625rem 1rem;
    padding-left: 1rem !important;
    line-height: 1.25rem !important;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position-x: 97%;
    background-position-y: 50%;
    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.86312 8.58984L12.4531 13.1698L17.0431 8.58984L18.4531 9.99984L12.4531 15.9998L6.45312 9.99984L7.86312 8.58984Z" fill="%231C5477"/></svg>');
}

.select2-dropdown {
    border: 0 !important;
    /* box-shadow: 0 0 0 1px  var(--Dark-blue); */
    top: -40px;
    padding: 0 !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: var(--Dark-blue);
    color: var(--White);
}

.select2-search__field {
    transition: none;
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.625rem 1rem !important;
    border: 0 !important;
    border-radius: 4px;
    box-shadow: 0 0 0 0.5px var(--Dark-blue);
}

.select2-search__field:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.select2-results {
    box-shadow: 0 0 0 0.5px var(--Dark-blue);
    border-radius: 4px;
}

.select2-results__option {
    transition: none;
    font-family: Barlow, sans-serif;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.25rem !important;
    padding: 0.625rem 1rem !important;
    padding-left: 1rem !important;
}

.select2-search--dropdown {
    padding: 0 !important;
}

.select2-selection__arrow {
    display: none !important;
}

.form-select {
    font-family: Barlow, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25rem;
    padding: 0.625rem 1rem !important;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 0 0 0.5px  var(--Dark-blue);
    transition: none;
    appearance: none;
    background-repeat: no-repeat;
    background-size: 1.5rem 1.5rem;
    background-position-x: 97%;

    background-image: url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.86312 8.58984L12.4531 13.1698L17.0431 8.58984L18.4531 9.99984L12.4531 15.9998L6.45312 9.99984L7.86312 8.58984Z" fill="%231C5477"/></svg>');
}
.form-select:focus,
.form-select:hover {
    box-shadow: 0 0 0 1px  var(--Dark-blue);
}

.form-select {
    color: var(--Dark-blue);
    padding: .5rem;
}

.divider {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1.5rem;
}

.divider.visible {
    margin: 1.5rem 0;
    width: 100%;
    height: 1px;
    background: var(--Dark-blue-300);
}

.btn.btn-secondary,
.btn.btn-secondary:focus,
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    box-shadow: none;
}

.btn.btn-secondary,
.btn.btn-secondary:focus {
    border: 0;
    box-shadow: 0 0 0 1px var(--Dark-blue);
    background-color: var(--White);
    color: var(--Dark-blue);
    padding: 0.625rem 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    font-family: Barlow, sans-serif;
    transition: none;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:active {
    box-shadow: 0 0 0 1px var(--Dark-blue);
    background-color: var(--Blue-100);
    color: var(--Dark-blue);
}



.btn.btn-transparent,
.btn.btn-transparent:focus,
.btn.btn-transparent:active,
.btn.btn-transparent:hover {
    box-shadow: none;
}

.btn.btn-transparent,
.btn.btn-transparent:focus {
    border: 0;
    box-shadow: 0 0 0 1px var(--White);
    color: var(--White);
    padding: 0.625rem 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    font-family: Barlow, sans-serif;
    transition: none;
}

.btn.btn-transparent:hover,
.btn.btn-transparent:active {
    box-shadow: 0 0 0 1px var(--White);
    color: var(--White);
}




.btn.btn-primary,
.btn.btn-primary:focus,
.btn.btn-primary:active,
.btn.btn-primary:hover {
    box-shadow: none;
}

.btn.btn-primary,
.btn.btn-primary:focus {
    border: 0;
    box-shadow: 0 0 0 1px var(--Dark-blue);
    background-color: var(--Dark-blue);
    color: var(--White);
    padding: 0.625rem 1.125rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25rem;
    font-family: Barlow, sans-serif;
    transition: none;
}

.btn.btn-primary:hover,
.btn.btn-primary:active {
    box-shadow: 0 0 0 1px var(--Dark-blue);
    background-color: var(--Blue-100);
    color: var(--Dark-blue);
}

.data-table {
    width: auto;

}

.data-table label {
    color: var(--Dark-blue-500);
    font-family: Barlow, sans-serif;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.167rem;
    font-feature-settings: 'clig' off, 'liga' off;
}

.data-table .value {
    color: var(--Dark-blue);
    font-family: Barlow;
    font-size: 1rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem; /* 125% */
}

.data-table-cell {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.data-table tr:not(:last-child) td {
    padding-bottom: 1rem;
}
/* .data-table td {
    min-width: 10rem;
} */

.summary-well {
    background: var(--Blue-100);
    padding: 1.5rem;
    box-sizing: border-box;
}

.accommodation-details {
    background: var(--Blue-100);
    color: var(--Dark-blue);
    padding: 0.625rem 0.75rem;
}


/* If tr has exactly three tds, each will be 33.3% width (default case) */
/* Default td styling */
.container:not(.admin) tr td {
    min-width: 10.5rem;
    display: inline-block;
    box-sizing: border-box;
}

/* If tr has only one td, make it 100% width */
.container:not(.admin) tr td:only-child {
    min-width: 100%;
}

/* If tr has exactly two tds, make each 50% width */
.container:not(.admin) tr td:nth-child(2):nth-last-child(1),
.container:not(.admin) tr td:nth-child(1):nth-last-child(2) {
    min-width: 10.5rem;
}

.container:not(.admin) tr td {
    margin-right: 1rem;
}








main > #choose-your-package > .container {
    max-width: 1694px;
}

#choose-your-package h3 {
    color: var(--White);
    font-family: Barlow, sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 3rem;
    text-transform: uppercase;
}

#choose-your-package h4 {
    color: var(--White);
    font-family: Barlow, sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: uppercase;
    margin: 0 0 0 1rem;
}

#choose-your-package h4 span {
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: none;
}

#choose-your-package h2 {
    color: var(--Dark-blue);
    font-family: Barlow, sans-serif;
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 4rem;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2.875rem;
    margin-bottom: 4.875rem;
}

#choose-your-package .ul-list {
    color: var(--White);
    font-family: Barlow, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
    list-style-type: none;
    padding: 0;
    margin-right: 100px;
}

#choose-your-package .ul-list li {
    position: relative;
    padding-left: 20px;
}

#choose-your-package .ul-list li::before {
    content: "-";
    position: absolute;
    left: 0;
}

#choose-your-package .btn-buy {
    background-color: var(--Light-blue);
    border: 1px solid var(--Light-blue);
    color: var(--Dark-blue);
    border-radius: 0.125rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.5rem;
}

#choose-your-package .btn-buy:hover {
    background-color: var(--Dark-blue);
    border: 1px solid var(--White);
    color: var(--White);
}

@media (max-width: 767px) {
    :root {
        --bs-gutter-x: 1.5rem;
        --bs-gutter-y: 1.5rem;
    }

    .back {
        display: block;
        position: static;
        margin-bottom: 0.5rem;
    }
    
    h1 {
        font-size: 1.625rem;
        line-height: 2rem;
    }

    .oknmak-navbar {
        padding: 0.75rem 0;
    }

    .panel {
        /* padding: 1.5rem 2rem; */
        padding: 2rem 1rem;
    }

    footer {
        padding: 1rem;
    }

    main {
        padding-top: 1rem;
        min-height: calc(100vh - 6.6rem);
    }

    .steps li:not(.active) .item {
        display: none;
    }

    .steps li .number {
        margin-right: 0.5rem;
        display: flex;
        width: 1.5rem;
        height: 1.5rem;
    }

    .data-table {
        width: 100%;
    }

    .data-table td {
        width: 100%;
        /* min-width: 8rem; */
        max-width: 100%;
    }

    .payment-options-wrapper {
        display: flex;
        flex-direction: column !important;
    }

    .payment-options {
        flex-direction: column;
        margin-top: 1rem;
    }

    .payment-options .form-check-inline {
        padding: 0;
        width: 100%;
    }

    .payment-options .form-check-inline:not(:last-child) {
        margin-bottom: 1rem;
    }

    .payment-options .btn,
    .payment-options label {
        width: 100% !important;
    }


    /* Default td styling */
    .container:not(.admin) tr td {
        width: 33.3%;
        display: inline-block;
        box-sizing: border-box;
    }

    /* If tr has only one td, make it 100% width */
    .container:not(.admin) tr td:only-child {
        width: 100%;
    }

    /* If tr has exactly two tds, make each 50% width */
    .container:not(.admin) tr td:nth-child(2):nth-last-child(1),
    .container:not(.admin) tr td:nth-child(1):nth-last-child(2) {
        width: 50%;
    }

    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 2rem 1.5rem;
    }

    footer .logo {
        margin-bottom: 1.5rem;
    }

    footer .company {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    footer .buttons {
        margin-bottom: 1.5rem;
        text-align: center;
    }

    footer .button-container {
        margin-top: 1.5rem;
        display: flex;
        flex-direction: column;
    }

    #choose-your-package h2 {
        font-size: 2.5rem;
        margin: 1.875rem;
    }

    #choose-your-package h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    #choose-your-package .select-package {
        flex-direction: column;
        text-align: center;
    }

    #choose-your-package h4 {
        margin: 1rem 0 0 0;
    }

    #choose-your-package h4 span {
        display: block;
        text-align: center;
    }

    #choose-your-package .btn {
        width: 100%;
    }

    .card {
        padding: 1.875rem;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1174px;
        /* 1174px is the default value */
    }
}

@media (max-width: 1400px) {
    #choose-your-package .ul-list {
        margin-right: 0;
    }
}

.hide {
    display: none;
}

.optional {
    display: none;
}

/* If input checkbox is disabled parent custom-checkbox opacity change */

.custom-checkbox input[type="checkbox"]:disabled + .custom-checkbox-button {
    opacity: 0.5;
}

.custom-checkbox input[type="checkbox"]:disabled + .custom-checkbox-button + .text {
    opacity: 0.5;
    text-decoration: line-through;
}