@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('loader.css');


:root {
    --colorWhite: #FFFFFF;
    --colorGray: #848294;

}

#navbar {
    position: fixed;
    left: 0;
    right: 0;
    border-bottom: 1px solid;
    background: linear-gradient(90deg, #2f36402b 0%, #3c404736 50%, #2526290d 100%) !important;
    backdrop-filter: blur(11px);
}

body #divDaysName {
    color: var(--colorWhite);

    
    @media (max-width: 800px) {        
        font-size: 14px;
        line-height: 30px;
    }
}


.hrcolor {
    padding: 1px;
    margin: 20px 10px;
    background: linear-gradient(90deg, #0F3163 0%, #8DB4EC 50%, #0F3163 100%);
    border-radius: 15px; /* This will apply a rounded effect */
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-clip: border-box, padding-box;
    overflow: hidden;
}

.panel_block_outter {
    background: linear-gradient(to right,#4b097a, #5f7fff, #4b097a);
    padding: 2px; /* This controls the thickness of the border */
    border-radius: 15px; /* This will apply a rounded effect */
    background-clip: padding-box, border-box;
    background-origin: border-box;
    background-clip: border-box, padding-box;
    overflow: hidden;
  }
  

h1, h2, h3, h4, h5, h6, a, p, div {
    font-family: "Inter", sans-serif;
}

.booking-tabs .xdsoft_datetimepicker {
    width: 100%;
    height: auto;
}

.booking-tabs .xdsoft_datepicker {
    width: 100%;
    margin: 0;
}

.booking-tabs .datepinker_block tr {
    display: flex;
    justify-content: space-around;
}

.booking-tabs .datepinker_block table td div {
    margin-left: 4px;
    line-height: 40px;
}

.booking-tabs .datepinker_block table td {
    text-align: center !important;
    border-radius: 100px;
    width: 40px !important;
    height: 40px !important;
    font-size: 16px !important;
}

.booking-tabs .datepinker_block table th {
    font-size: 15px !important;
}

.booking-tabs .calendar_steps {
    width: 100% !important;
}

.booking-tabs .xdsoft_monthpicker {
    display: flex;
    justify-content: space-between;
}

.booking-tabs .divTimeSlot {
    min-width: 65px;
    width: 17.2%;
    margin: 6px 6px;
    border-radius: 5px;
    border: 1px solid #EEEEEE;
    box-shadow: none;
    transition: .3s;
    background: transparent;
    /* min-width: auto; */
    font-size: 10px;
    color: #F0F2FF;
}
.visibility {
    visibility: hidden;
    position: fixed;
    z-index: -1;
}

.booking-tabs .divTimeSlot.disabled {
    background-color: #fff;
    color: #000;
    pointer-events: none;
    cursor: not-allowed;
}

.booking-tabs .divTimeSlotActive,
.booking-tabs .divTimeSlot:hover {
    background: #F0F2FF;
    color: #000;
    transition: .3s;
}

.booking-tabs .divTimeSlot.disabled-service {
    color: var(--colorWhite);
    background: #848294;
    border-color: #848294;
    pointer-events: none !important ;
}

.booking-tabs .wizard .steps ul li a {height: 40px;line-height: 39px;border-radius: 8px;font-size: 16px;text-transform: uppercase;}

.booking-tabs select {
    height: 50px;
    margin-bottom: 22px;
    border: 1px solid #bebebf;
}

.customDates {
    display: none;
}

.blockContent {
    margin-bottom: 15px;
    /* border-bottom: 1px solid #C6EAE1; */
    /* padding-bottom: 14px; */
}

.wizard > .steps {
    display: none;
}

.panel_block {
    color: var(--colorWhite);
    background: #051327;
    padding: 25px;
    border-radius: 15px;
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */

    
    @media (max-width: 800px) {
        padding: 15px;
    }
}

.group-nested {
    opacity: 0.2;
    position: fixed;
    z-index: -11;
}

#divPaymentMethod {
    visibility: hidden;
    position: fixed;
    z-index: -2;
}

.categoryPanel {
    max-height: 740px;
    overflow: auto;
}

.datePicker_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.bookingH3,
.datePicker_row h3 {
    color: var(--colorWhite);
    font-size: 16px;
    margin-bottom: 0;
}

.datePicker_row a {
    font-size: 16px;
    color: #848294;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.datePicker_row a svg {
    position: relative;
    left: -10px;
    filter: grayscale(1) brightness(5);
}

.calenderBlock {
    position: absolute;
    right: -32px;
    top: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin: 18px;
    z-index: 100;
}

.dateChangeArrows {
    width: 100% !important;
    margin-top: 14px;
    display: flex;
    justify-content: space-around;
}
.divServiceAvaiableTime {
    border: none !important;
    /* border-bottom: 1px solid #C6EAE1 !important; */
    padding-bottom: 18px;
    margin-bottom: 10px;
}

.divServiceAvaiableTime:last-child {
    border-bottom: none !important;
}
.courtDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px 0 10px;
    height: 40px;
    border-radius: 6px;
}

.courtDiv h3 {
    margin: 0;
    font-size: 16px;
    color: #F0F2FF;
    text-transform: capitalize;
}

.courtTypesHeading,
.courtTypes h2 {
    font-size: 16px;
    margin-bottom: 0;
    text-align: left;
    color: var(--colorWhite);
}


.courtTypes .courtCategoryBtn.d-none {
    display: none !important;
}

.courtTypes .courtCategoryBtn_inner,
.courtTypes .courtCategoryBtn {
    border-radius: 7px;
    border: 1px solid #E1E3FE;
    width: 100%;
    height: 38px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    color: #E1E3FE;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: .3s;
    position: relative;

    input {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    
}

.courtTypes input:checked + .courtCategoryBtn_inner {
    background-color: #FFF;
    color: #000;
}

.courtTypes .courtCategoryBtn ~ .courtCategoryBtn {
    margin-left: 8px;
 }

.courtTypes .courtCategoryBtn .courtCategoryBtn_inner:hover {
    color: #000;
}

.courtTypes #divCourtCategoryNavbar {
    display: flex;
    margin-top: 14px;
    margin-bottom: 14px;
}

.courtTypes .courtCategoryBtn:first-child {
    margin-left: 0;
}

.courtTypes .courtCategoryBtn:hover {
    background-color: var(--colorWhite);
    color: #000;
    transition: .3s;
}

.courtTypes {
    margin-bottom: 35px;
}

.courtTypes .courtCategoryBtn.active {
    background: var(--theamColor);
    color: var(--colorWhite);
    transition: .3s;
}
.ServiceNotAvailable {
    background: transparent;
    border-radius: 8px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.single-booking-area ul li a {
    min-width: 130px;
    text-align: center;
    border-radius: 4px !important;
}

.addSlot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F3F4FF;
    border: none;
    border-radius: 6px;
    padding: 22px 24px;
    margin-top: 50px;
    /* position: fixed; */
    bottom: 0;
    left: 15%;
    right: 15%;
}

#tbl-service-cart {
    color: var(--colorWhite);
    border: 0 !important;

    tbody, td, tfoot, th, thead, tr {
        border: 0;
    }
}

.stickySection {
    /* position: fixed; */
    bottom: 110px;
    background: transparent;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 0 4px 2px -2px; */
}

.addSlot h3 {
    font-size: 20px;
    margin: 0;
    color: #15161C;
}

.addSlot .addSlotBtn {
    background: var(--theamColor);
    border: none;
    padding: 8px 15px !important;
    border-radius: 6px !important;
    color: var(--colorWhite);
    font-size: 15px !important;
    transition: .3s;
}

.addSlot .addSlotBtn i {
    margin-right: 6px;
}

.addSlot .addSlotBtn:hover {
    transition: .3s;
    padding: 8px 18px !important;
}


.form-style {
    width: 100%;
    border-radius: 6px;
    padding: 0 4px;
    font-size: 14px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.court_details .court_img {
    width: 100%;
    border-radius: 6px;
    height: 205px;
    object-fit: cover;
}

.court_details .priceBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    border-radius: 6px;
    margin-bottom: 8px;
    margin-top: 12px;
}
.court_details .content .desc {
    /* display: flex; */
    align-items: center;
    margin-bottom: 18px;
}

.court_details .content .desc p {
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 40px;
}

.court_details .content .desc p svg {
    width: 19px;
    height: 18px;
}
.court_details .priceBar h3 {
    margin: 0;
    font-size: 23px;
    color: var(--colorWhite);
}
.court_details .priceBar h4 {
    color: #828395;
}

.court_details .priceBar h4 span {
    color: var(--theamColor);
}

.court_details .content {
    text-align: left;
}

.court_details .content h4 {
    margin: 0;
    color: #000;
    font-size: 16px;
}

.court_details .content p {
    margin: 0;
    font-size: 14px;
    line-height: 22px;
}

.court_details .content {
    margin-bottom: 30px;
}


#slotDurationModalTimeslot {
    display: flex;
    flex-wrap: wrap;
    /* height: 205px; */
    border-radius: 2px;
    overflow-y: auto;
    margin-inline: -10px;

    .availableSlot {
        min-width: auto;
        margin: 6px 6px;
        border-radius: 5px;
        border: 1px solid #EEEEEE;
        box-shadow: none;
        box-shadow: none;
        transition: .3s;
        padding: 7px 7px;
        background: #fefefe;
        font-weight: 600;
        color: var(--colorWhite);
        cursor: pointer;
        background: transparent;
        font-size: 12px;
        width: 78px;
     }

   
     .availableSlot:hover,
     .availableSlot.active {
        background: #fefefe !important;
        color: #000;
    }
}

/* .availableSlot:hover {
    background-color: var(--theamColor) !important;
    transition: .3s;
    color: var(--colorWhite) !important;
} */


#slotDurationModalHeader {
    display: inline-flex;
    width: 100%;
    align-items: center;
    /* padding-inline: 10px; */

    h4 {
        font-size: 16px;
        margin: 0;
        margin-right: 10px;
        color: #F0F2FF;

        @media (max-width: 800px) {
            font-size: 14px;
        }
    }

    #slotDurationModalTime {
        display: block;
        margin-left: auto;
        font-size: 14px;

        @media (max-width: 800px) {
            font-size: 10px;
            white-space: nowrap;
        }
    }
}



.btn-text {
    background-color: transparent;
    border: 0;
    color: var(--colorWhite);
    text-decoration: underline;
}

.sub-text {
    color: var(--colorGray);
    font-size: 14px;}


.modal-content {
    background-color: #051327;
    color: var(--colorWhite);
    box-shadow: 0px 0px 0px 1px #aaa;
    
    .modal-header {
        border: 0;
        padding: 8px;
    }

    .logo {
        filter: brightness(4);
        max-width: 100px;
    }
    h4 {
        color: var(--colorWhite);
        text-align: center;
    }

    label {
        color: var(--colorGray);
        text-transform: uppercase;
        font-size: 12px;
    }

}

.court_details .content .desc h1 {
    font-size: 16px;
}

.court_details .content .paragraph {
    color: #828395;
    font-size: 12px;
    line-height: 18px;
}

.court_details .content .desc ul {
    display: inline-block;
}

.court_details .content .desc ul li {
    display: inline;
    font-size: 12px;
}

.court_details .content .desc ul li img {
    margin-right: 4px;
    margin-left: 4px;
    height: 18px;
    border-radius: 6px;
}

.court_details .content .desc ul li+li img {
    margin-left: 10px;
}




#divPaymentType .form-group {
    clear: both;
    text-align: left;
}

#divPaymentType .form-group label {
    color: var(--colorWhite);
    text-transform: uppercase;
    font-size: 12px;
}

#divPaymentMethod .payment-chose-div {
    width: 25%;
    box-sizing: content-box;
    margin: 0;
    border: 0;
    padding: 0;
    filter: grayscale(1);
}

#divPaymentMethod .payment-chose-div.payment-chose {
    filter: grayscale(0);
}

#divPaymentMethod {
    max-width: 100% !important;
    margin-bottom: 20px;
}


.text-right {
    text-align: right;
}

.btn-outline-default,
.btn-outline-default:hover {
    border: 1px solid var(--colorWhite);
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: var(--colorWhite);
}

.icon-add {
    border: 1px solid #ddd;
    padding: 4px;
    border-radius: 40px;
    margin-right: 6px;
    font-size: 8px;
    width: 18px;
    position: relative;
    top: -1px;
}

body .wizard > .actions a, 
body .wizard > .actions a:hover,
body .wizard > .actions a:active {
    background: var(--colorWhite);
    color: #000;
}

.btn-default {
    background-color: var(--colorWhite);
    font-weight: 600;
    /* line-height: 34px; */
}


.btn-outline-default {
    font-weight: 600;
    /* line-height: 34px; */
}

.text-left {
    text-align: left;
    float: left;
    width: 100%;
}

[href="#next"],
[href="#previous"] {
    visibility: hidden;
    opacity: 0;
    z-index: -11;
}


#pills-tab {
    clear: both;
    list-style: none !important;
}


#pills-tab.nav-pills .nav-link.active,
#pills-tab.nav-pills .show>.nav-link {
    background-color: var(--colorWhite);
    color: #000;
}

#pills-tab.nav-pills .nav-link {
    color: var(--colorWhite);
}



.ibft {
    text-align: left;

    h6 {
        color: var(--colorWhite);
    }
    
    .groupValue .label {
        font-size: 14px;
        color: #798085;
    }
    
    .groupValue {
        margin-bottom: 10px;
    }
    
    .groupValue .value {
        font-weight: 600;
    }

}

.text-link,
.text-link:hover {
    color: var(--colorWhite);
    cursor: pointer;
    border-bottom: 1px solid var(--colorWhite);
}

.bookingTitle {
    display: inline-block;
    line-height: 40px;
    font-weight: 700;
    font-size: 18px;

    @media (max-width: 800px) {
        font-size: 14px;
        line-height: 42px;    
    }
}


body #tbl-service-cart thead tr {
    background-color: transparent;
}

body #tbl-service-cart thead tr th {
    text-transform: uppercase;
    color: var(--colorGray);
    font-weight: 400;
}


body #divOrderSummary h5 {
    padding-inline: 0px;
    background-color: transparent;

    @media (max-width: 800px) {
        padding: 0px;
        margin: 0px;
    }
}

body .serviceItemRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;

    .serviceNameGroup {
        display: flex;
        flex-direction: column;
        text-align: left;
    }
    
    .serviceDate {
        font-size: 12px;
        color: var(--colorGray);
    }
    
    .serviceTime {
        font-weight: 600;
        font-size: 14px;
        color: var(--colorGray);
    }
    
    .serviceFees {
        font-weight: 700;
    }
}


.btnEdit {
    font-size: 14px;
    color: var(--colorGray);
}

#orderSummaryHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

[id*="divServiceAvaiableTime_"],
.court_details {
    display: none;
}

[data-category-filter="category_1"] [data-category="1"] {
    display: block;
}

[data-category-filter="category_2"] [data-category="2"] {
    display: block;
}


[data-category-filter="category_3"] [data-category="3"] {
    display: block;
}


[data-category-filter="category_4"] [data-category="4"] {
    display: block;
}



[data-loading] {
    position: relative;
}

[data-loading="true"]:before {
    content: " ";
    position: fixed;
    left: 0%;
    top: 0%;
    background: #fff2;
    right: 0;
    bottom: 0;
}

[data-loading="true"]:after {
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100px;
    width: 100px;
    border-radius: 130px;
    margin-top: -50px;
    margin-left: -50px;
    background-image: url("/img/loading.gif");
    background-size: 100%;
    z-index: 1;
}

.form-control.error {
    box-shadow: 0 0 0 2px #d00;
}

.otp-input {
    margin: 0px 10px;
    text-align: center;
}


.otp-input:first-child {
    margin-left: 0;
}

.otp-input:last-child {
    margin-right: 0;
}

#add-service-btn {
    font-weight: 600;
}

#add-service-btn .icon-add {
    border: 1px solid #000;
}

body .iti__flag-container {
    display: none;
}

body input#phone_no {
    padding-left: 15px !important;
}

.no-spinner::-webkit-outer-spin-button,
.no-spinner::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.modal-header .btn-close {
    filter: invert(1);
}

.single-booking-area section+h3 {
    opacity: 0;
    position: fixed;
}

#isPaymentTypeBank a {
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

#btnAddAnotherSlot {
    line-height: 34px;
    padding-inline: 15px;

    @media (max-width: 800px) {
        font-size: 12px;
        padding-inline: 6px;
    }
}

.navbar-nav .btn {
    line-height: 28px;
}

#serviceStep section:not([role="tabpanel"]) {
    opacity: 0;
    position: fixed;
}

.theme-card.clearboth {
    clear: both;
    float: left;
}

.bgStar {
    background-image: url("/img/bg-stars.jpg") !important;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
}

.close_svg {
    display: none;
    fill: #fff;
    width: 23px;
    height: 23px;
}
.hideForDesktop {
    display: none;
}

@media only screen and (max-width: 550px) {
    .mobileFullWidth {
        width: 100%;
        margin: 6px 0;
        padding: 10px 0;
    }
    .hideForDesktop {
        display: flex;
    }
    .mobileHideMenu {
        display: none !important;
    }
    /* li.nav-item.dropdown.userDropDown {
        display: none;
    } */
    .navbar-toggler[aria-expanded="true"] .bars_svg {
        display: none;
    }
    
    .navbar-toggler[aria-expanded="true"] .close_svg {
        display: block;
    }
    .navbar-collapse {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    a.btn.btn-outline-default.me-3 {
        width: 100%;
        background: var(--colorWhite);
        color: #051327;
    }
    .topNavBtns {
        display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
    #navbar {
        /* background: linear-gradient(90deg, #2f36402b 0%, #3c404736 50%, #2526290d 100%) !important; */
        background: #051327 !important;
        backdrop-filter: blur(15px);
        min-height: auto !important;
        -webkit-backdrop-filter: blur(10px);
    }
    .modal-content {
        box-shadow: none;
        border-radius: none;
    }
    .loginModal h4 {
        font-size: 18px;
        margin: 16px 0;
    }
    
    .loginModal input {
        height: 50px;
        border-radius: 2px;
        margin-bottom: 14px;
    }
    
    .loginModal label {
        margin-bottom: 6px !important;
    }
    
    .loginDiv button {
        background: #F0F2FF !important;
        border-radius: 2px;
        height: 45px;
    }
    
    .loginModal .forgotPassowrd {
        font-size: 15px;
        text-decoration: underline;
        margin: 25px 0;
        display: block;
        color: #AAB1C5 !important;
    }
    
    .loginModal .accountP {
        margin-top: 13px;
        font-size: 14px;
        margin-bottom: 8px;
        color: #AAB1C5;
    }
    
    .loginModal .accountP a {
        color: #F0F2FF;
        font-weight: 600;
    }
    
    .loginModal .modal-header {
        padding-top: 15px;
        padding-right: 13px;
    }
   
    .otpModal:before {
        content: "";
        background: #00000094;
        position: fixed;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(5px);
        top: 0;
    }
    
    .otpModal .modal-dialog {
        min-height: auto;
        margin: 0;
    }
    
    .otpModal .svg_logo {
        margin-bottom: 15px;
    }
    
    .otpModal h4 {
        font-size: 19px;
    }
    
    .otpModal #btnConfirmOtp {
        height: 48px;
        margin-top: 7px;
        border-radius: 2px;
        background: #F0F2FF;
        font-size: 15px;
        font-weight: 700;
    }
    
    .otpModal button.btn-wide.btn-shadow.btn.btn-primary.btn-text.w-100.mt-3 {
        background: none;
        font-size: 14px;
        font-weight: 500;
        color: #AAB1C5;
    }
    
    .otpModal .modal-header {
        /* padding: 17px 18px 10px; */
        padding: 13px;
    }
    
    /* Position the modal at the bottom */
.modal.modal-bottom .modal-dialog {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    transition: transform 0.3s ease-out;
}

.modal-body {
    padding: 0 20px;
}

/* Slide up effect */
.modal.modal-bottom .modal-dialog-bottom {
    transform: translateY(100%);
}

.modal.show .modal-dialog-bottom {
    transform: translateY(0);
}


  }













body #serviceDate {
    color: #fff;
    background: #051327;
}

.booking-tabs .xdsoft_datetimepicker {
    background: #051327;
}

.xdsoft_datetimepicker .xdsoft_year {
    background-color: transparent;
    color: #fff;
}

.xdsoft_datetimepicker .xdsoft_month {
    background-color: transparent;
    color: #fff;
}

.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
    filter: invert(1);
}

.booking-tabs .datepinker_block table th {
    color: #fff;
}


body .xdsoft_datetimepicker .xdsoft_calendar td:hover, 
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div:hover,
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, 
body .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, 
body .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current {
    background: #fff !important;
    color: #000 !important;
}

.for-mobile-only {
    display: none;
}


@media (min-width: 800px) {
    #collapseBookingSummary {
        display: block;
    }
}

@media (max-width: 800px) {
    .for-desktop-only {
        display: none;
    }
    
    .for-mobile-only {
        display: block;
    }
}

.w80px {
    width: 80px;
}

.w50px {
   width: 50px;
}



#selectedSlotCount { 
    display: none;
    text-align: left;
}

@media (max-width: 800px) {

    body #coupon_code {
        margin-bottom: 15px !important;
    }

    #btnContinueToPayment {
        width: 100%;
    }

    .caret[aria-expanded="false"]:after,
    .caret[aria-expanded="true"]:after {
        content: "❯";
        position: absolute;
        color: #fff;
        top: 0px;
        right: -15px;
    }

    .caret[aria-expanded] {
        position: relative;
    }

    .caret[aria-expanded="true"]:after {
        transform: rotate(90deg);
    }


    #selectedSlotCount { 
        display: block;
    }
    #collapseBookingSummary.show + #selectedSlotCount {
        display: none;
    }
}

#iSelectedServiceList tr.booked {
    color: #d00;
}

#loadingBtn .spinner-border {
    height: 14px;
    width: 14px;
    border-width: 2px;
    margin-inline: 5px;
} 


.nav_logo img {
    min-width: 200px;
}

#confirm_payment {
    width: 100%;
    clear: both;
}