
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

.tableTypeCol2 tr td {
    padding: 10px 15px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.modal-header:after,
.modal-footer:after {
    clear: both;
}

.modal-header {
    border-bottom: none;
}

.form-group {
    margin-bottom: 2rem;
}

.form-control {
    padding: 0.5em 1em;
    border-radius: 0;
    font-size: clamp(1.25rem, 1vw, 1.2rem);
    color: #666;
    border: 1px solid #e4dcd3 !important;
    line-height: 1;
}

.form-control::placeholder {
    font-size: clamp(1.25rem, 1vw, 1.2rem);
}

.form-control {
    font-size: clamp(1.25rem, 1vw, 1.2rem);
    color: #666;
}

.med-14 {
    font-size: clamp(1.25rem, 1vw, 1.2rem);
    font-weight: 800;
}

.form-group .error {
    margin-top: 0.5rem;
    display: none;
    color: #da291c !important;
    font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}

.form-group.show-error .error {
    display: block;
}

.heading-2 {
    line-height: 1em;
    font-weight: 800;
    font-size: clamp(1.35rem, 1.9vw, 2.7rem);
}

.color--list {
    display: flex;
    flex-direction: row;
    gap: 1em;
    align-items: center;
    margin-top: 1em;
    flex-wrap: wrap;
}

.color--wrapper {
    position: relative;
    width: 5rem;
    aspect-ratio: 1;
}

.color--wrapper input[type="radio"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.color--wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.qr--wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.med-20 {
    font-weight: 800;
    font-size: clamp(1.5rem, 1.75vw, 2rem);

}

.med-16 {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
    font-weight: 800;
}

.semi-16 {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
    font-weight: 500;
}

.muted {
    color: #666;
}

/*#phoneGenerate {*/
/*    display: none;*/
/*}*/


.md-high {
    display: none;
}

.form-control {
    box-shadow: none !important;
}

.btn {
    border-radius: 0 !important;
}

.btn-global--sm {
    padding: 0.75em 2em;
}

.btn--alternate {
    background-color: #5a7697 !important;
    color: white !important;
}

.btn--alternate:hover {
    background-color: #475d77 !important;
    color: white !important;
}

.model--list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 1em;
    padding-block: 2rem;
}

.model--wrapper {
    max-width: 47%;
    position: relative;
}

.model--wrapper input[type="radio"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.model--visuals {
    width: 100%;
    aspect-ratio: 4/3;
    padding: 1em;
    border-radius: 10px;
    /*outline: 1px solid rgba(0,0,0,0.05);*/
    box-shadow: 0 0 2rem 2rem rgba(0, 0, 0, 0.025);
}

.model--visuals img {
    width: 100%;
    object-fit: contain;
}

.model--name {
    padding-block: 1rem;
}

.model--wrapper input[type="radio"]:checked ~ .model--visuals {
    outline-width: 3px;
    outline: 1px solid #66afe9;
}

@media screen and (min-width: 767px) {
    .py-sm {
        padding-block: 2rem;
    }

    .model--wrapper {
        max-width: 28%;
    }

    .model--list {
        justify-content: space-between;
    }

}

@media screen and (min-width: 992px) {
    .py-sm {
        padding-block: 2.5rem;
    }

    .model--thumbnail img {
        width: 95%;
        margin-inline: auto;
    }

    .model--list {
        justify-content: flex-start;
    }

    .model--wrapper {
        max-width: 22%;
    }

    .model--list {
        gap: 2em;
    }
}

@media screen and (min-width: 1200px) {
    .py-sm {
        padding-block: 2.5rem;
    }

}

@media screen and (min-width: 1400px) {
    .py-sm {
        padding-block: 3rem;
    }

    .py-md {
        padding-block: 5rem;
    }
}


@media screen and (max-width: 767px) {

    .generate-button, .offline-button {
        margin-bottom: 1rem;
    }

    /*#pcGenerate {*/
    /*    display: none;*/
    /*}*/

    #phoneGenerate {
        display: block;
    }
}

.nada-nav--list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nada-nav--link {
    display: block;
    padding: 0.5em 1em;
    font-size: larger;
    font-weight: 600;
}

.nada-nav--link.active {
    pointer-events: none;
    border-bottom: 1px solid #66afe9;
    color: #66afe9;
}

.loader-container{
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255,255,255,0.75);
}


@media screen and (max-width: 768px){
    .col-12{
        padding-inline: 1em;
        padding-block: 1em;
    }
}

#add-enquiry-form, #add-booking-form{
    padding-block-end: 2em;
}

@media screen and (min-width: 1024px){
    .contentWrap{
        padding-top: 100px !important;
    }
}