.booking-tab-btn {
    padding: 8px 12px;
    margin-bottom: 6px;
    line-height: 26px;
}

.booking-tab-btn.active-tab {
    background: #37C0C9;
    color: #fff;
    border-radius: 8px;
}

/* .booking-tabbing-right-section {
    padding-left: 48px;
} */

.booking-tabbing-right-section .tab-content {
    margin-top: 24px;
}

.tab-container-nav {
    border: none;
    position: relative;
    top: 1px;
    border-radius: 0;
    padding: 0 64px 16px;
    border-bottom: 1px solid transparent;
    width: auto;
}

.tab-container-nav.active {
    color: #37C0C9;
    border-bottom: 1px solid #37C0C9;
    border-radius: 0;
    position: relative;
    top: 1px;
}

.booking-marina-img-box > img{
    width: 144px;
    max-height: 92px;
    object-fit: cover;
}

.my-booking-berth-info .card-content  > span {
    margin-bottom: 4px;
    display: inline-block;
}
.my-booking-berth-info .card-content  > h3 {
    margin-bottom: 4px;
}

.my-booking-berth-info .card-content  > span > i{
    padding-right: 4px;
}

.my-booking-info {
    border-bottom: 1px solid #D9DADC;
    padding-bottom: 24px;
    margin-bottom: 24px;
}

.my-booking-details  ul {
    gap: 40px;
}

.my-booking-buttons {
    margin-top: 24px;
}

.booking-tabs-button-box {
    margin-bottom: 24px;
}

.booking-tabs-button-box:last-child {
    margin-bottom: 0;
}


/* Rebooking Section */
.rebooking-right-section {
    margin-left: -9px;
}

.rebooking-left-ul {
    gap: 40px;
}

.rebooking-left-ul li {
    min-width: 108px;
}

/* Notification */

/* .notification-section {
    max-width: 714px;
} */

.notification-box {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D9DADC;
    gap: 48px;
}

.notification-box:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.online-label,
.offline-label {
    background-color: #46A44A;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    display: inline-block;
}

.offline-label {
    background-color: transparent;
}

.notification-message {
    max-width: 500px;
}

/* Logout pop up */
.logout-btn-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

/* My Profile */
.profile-width {
    max-width: 548px;
}
/* .my-account-width {
    max-width: 100%;
} */
.my-account-width {
    max-width: 700px;
}
.profile_action_wrapper {
    display: flex;
    gap: 14px;
    align-items: center;
}
.profile_action_wrapper a {
    position: relative;
}
.profile_action_wrapper a::before {
    content: '';
    position: absolute;
    top: 2px;
    right: -7px;
    background-color: #D4EEF0;
    width: 1px;
    height: 16px;
}
.profile_action_wrapper a:last-child:before { 
    display: none;
}
.my-profile-details ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Edit My Profile */
.edit-my-profile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.edit-my-profile-form .step-button-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}



/* My Vessel */

.my-vessel-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 16px;
}

.marina-form-input-box {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.marina-album-name {
    display: none;
}

.upload__box {
    display: flex;
    align-items: center;
}

.upload__btn-box {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin-right: 10px;
}

.upload__btn {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 28px;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #EFF6F6;
    border-radius: 10px;
    margin-bottom: 0;
}

.upload__inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.upload__img-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.upload__img-box {
    width: 80px;
}

.upload__img-close {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: url('../images/marina-image-close.svg') no-repeat center;
    background-size: cover;
    position: absolute;
    top: -5px;
    right: -5px;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.img-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    padding-bottom: 54%;
    border-radius: 10px;
    width: 80px;
}

.add-new-artist-portfolio .upload__btn {
    padding: 29px 49px;
    border: 1px dashed #83A7B2;
}

.add-new-artist-portfolio .upload__btn img {
    width: 20px;
    height: 20px;
}

.add-new-artist-portfolio .upload__img-box {
    width: 120px;
}

.add-new-artist-portfolio .img-bg {
    width: 120px;
    height: 80px;
}

.update-profile-picture .upload__btn img {
    width: 30px;
    height: 30px;
}

.update-profile-picture .upload__btn {
    padding: 43px;
    border-radius: 14px;
}

.my-vessel-details>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.marina-uploaded-image>ul>li {
    background-image: url(../images/about-us-one.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 120px;
    height: 80px;
    border-radius: 10px;
}

.marina-uploaded-image {
    margin-top: 24px;
}

.marina-uploaded-image>ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.my-slip-dock-details>ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.my-account-info {
    display: none;
}

/* Rating & Review */
.mb-24 { margin-bottom: 24px;}
.text-black { color: #161717 !important;}
.text-yellow { color: #F9BF55 !important;}
.rating-value h2 { margin-bottom: 0; display: inline-block;}
.rating-block-value { gap: 12px;}
.rating-block {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F7F7F7;
}
.rating-value { width: 100%;}
.rating-widget .star-input,
.rating-widget .review-star-input {
    width: 0;
    height: 0;
    position: absolute;
    left: -5000px;
}
.rating-widget .star-input:checked + .star-input-label .orange,
.rating-widget .review-star-input:checked + .review-star-input-label .orange {
    animation: enlarge 0.5s ease-in-out forwards;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(2) .orange,
.rating-widget .review-star-input:checked + .review-star-input-label:nth-of-type(2) .orange {
    animation-delay: 0.1s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(3) .orange,
.rating-widget .review-star-input:checked + .review-star-input-label:nth-of-type(3) .orange {
    animation-delay: 0.2s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(4) .orange,
.rating-widget .review-star-input:checked + .review-star-input-label:nth-of-type(4) .orange {
    animation-delay: 0.3s;
}
.rating-widget .star-input:checked + .star-input-label:nth-of-type(5) .orange,
.rating-widget .review-star-input:checked + .review-star-input-label:nth-of-type(5) .orange {
    animation-delay: 0.4s;
}
.rating-widget .star-input-label,
.rating-widget .review-star-input-label {
    display: inline-block;
    padding: 0 1px;
    margin: 0;
    text-indent: -5000px;
    line-height: 0;
    color: #dcdcdc;
    position: relative;
    cursor: pointer;
}
.rating-widget .star-input-label:hover, 
.rating-widget .star-input-label.hovered,
.rating-widget .review-star-input-label:hover, 
.rating-widget .review-star-input-label.hovered {
    color: #a7a7a7;
}
.rating-widget .star-input-label i,
.rating-widget .review-star-input-label i {
    display: block;
    font-size: 16px;
    line-height: 16px;
    text-indent: 0;
}
.rating-widget .star-input-label i.orange,
.rating-widget .review-star-input-label i.orange {
    position: absolute;
    display: block;
    padding: 0 1px;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    color: orange;
    transform: scale(0);
}
  
@keyframes enlarge {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
.grey-star-rating {
    display: flex;
    align-items: center;
}
.grey-star-rating { gap: 3px;}
.add-review-modal .modal-body,
.show-review-modal .modal-body {
    padding: 24px;
}
.add-review-modal .close-btn,
.show-review-modal .close-btn {
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #000;
    background: transparent url(../images/icon-close-grey.svg) center/24px auto no-repeat;
    border: 0;
    border-radius: 0;
    opacity: 1;
    position: absolute;
    top: 24px;
    right: 24px;
}
.show-review-modal .modal-dialog {
    max-width: 607px;
}
.add-review-modal .modal-content,
.show-review-modal .modal-content {
    border-radius: 8px;
}
.review-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F7F7F7;
}
.review-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.review-block-inner {
    display: flex;
    align-content: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.reviewer-img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #37C0C9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
}
.reviewer-img img { 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.review-block-left {
    display: flex;
    align-content: flex-start;
    gap: 10px;
}
.reviewer-name h6 { font-size: 16px; margin-bottom: 1px;}
.after-review-rating-star {
    display: flex;
    align-content: center;
    gap: 2px;
}
.rating-star-wrapper {
    display: flex;
    align-content: center;
    gap: 5px;
}
.rating-star-wrapper span {
    display: block;
    line-height: 18px;
    font-size: 12px;
    color: #626F70;
    font-weight: 400;
}
.review-block p {
    font-size: 14px;
    line-height: 24px;
    color: #575E6B;
    font-weight: 400;
}
.aqua-link-text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #37C0C9;
    margin-top: 20px;
}
.rating-widget {
    line-height: 0;
}
.add-review-wrapper .reviewer-name p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0;
}
.add-review-wrapper .rating-widget textarea { margin-top: 16px;}
.add-review-wrapper textarea {
    font-size: 16px;
    line-height: 26px;
    color: #626F70;
    font-weight: 400;
    padding: 12px 16px;
}
.add-review-wrapper textarea::placeholder {
    color: #626F70;
}
.review-submit-btn-wrapper {
    margin-top: 30px;
    gap: 16px;
}
.review-submit-btn-wrapper a,
.review-submit-btn-wrapper .green-border-btn,
.review-submit-btn-wrapper .common-btn-aqua { width: 50%;}
.green-border-btn,
.common-btn-aqua {
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.10em;
    border-radius: 10px;
    text-transform: uppercase;
    padding: 12px 30px;
    text-align: center;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
}
.green-border-btn {
    color: #37C0C9;
    border: 1px solid #37C0C9;
}
.common-btn-aqua {
    background-color: #37C0C9;
    color: #fff;
    border: 1px solid transparent;
}
.green-border-btn:hover {
    background-color: #37C0C9;
    color: #fff;
    border: 1px solid #37C0C9;
}
.common-btn-aqua:hover {
    background-color: #249DA5;
    color: #fff;
}
#rating-error,
#review-error {
    display: block;
    line-height: normal;
    margin-top: 5px;
}
/* Rating & Review End */


/* Responsive */
@media only screen and (max-width: 1024px) {
    .booking-tabbing-right-section {
        padding-left: 12px;
    }

    .rebooking-right-section {
        margin-left: 0;
    }

    .notification-box-left .icon_true_sign::before,
    .notification-box-left .icon_red_cross::before {
        width: 20px;
        height: 20px;
        margin-top: 4px;
    }
    .notification-message {
        gap: 12px;
    }
}

@media only screen and (max-width: 991px) {
    .rebooking-left-ul {
        gap: 20px;
    }

    .rebooking-left-ul li {
        min-width: auto;
    }

    /* Notification */
    /* .notification-section {
        max-width: 100%;
        margin-top: 20px;
    } */

    .profile-width {
        max-width: 100%;
    }

    /* My Vessel */
    .my-vessel-box {
        grid-template-columns: repeat(2, 1fr);
    }

    /* My Account toggle */

    #navMenu {
        display: none;
    }

    .my-account-info {
        position: relative;
        background-color: #EFF6F6;
        width: 100%;
        margin-bottom: 10px;
        padding: 8px 12px;
        line-height: 26px;
        text-align: left;
    }

    .my-account-info:hover,
    .my-account-info:active {
        background-color: #EFF6F6 !important;
        border-color: transparent !important;
        color: #626F70;
    }

    .my-account-info::after {
        content: "";
        background-image: url(../images/select_down_arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        right: 12px;
        transition: 0.3s ease-in-out;
        transform: translateY(-50%);
        z-index: 0;
    }

    .my-account-info.active::after {
        transform: rotate(180deg);
        top: 8px;
    }

    #navMenu {
        display: none;
        /* Initially hide the menu */
        max-height: 0;
        /* Start with the menu collapsed */
        overflow: hidden;
        /* Hide the content that is outside the max-height */
        transition: max-height 0.5s ease-in-out;
        /* Smooth transition for expanding/collapsing */
    }

    #navMenu.show {
        display: flex;
        max-height: 1000px;
        /* Set a max height large enough to fit the content (adjust as needed) */
    }

    .my-account-info {
        display: block;
    }
    .notification-box-left .icon_true_sign::before,
    .notification-box-left .icon_red_cross::before {
        width: 16px;
        height: 16px;
    }
    .notification-message {
        gap: 8px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-container-nav {
        padding: 8px;
    }

    .my-booking-details  ul {
        gap: 20px;
    }

    /* Notification */
    .notification-box {
        gap: 5px;
        flex-direction: column;
    }

    .notification-message {
        max-width: 100%;
    }

    .notification-box-right {
        gap: 8px;
        align-items: center;
        padding-left: 26px;
    }

    .host-file-div>.floating_label {
        font-size: 14px;
    }

    /* My Vessel */
    .upload__box {
        flex-wrap: wrap;
    }

}
@media only screen and (max-width: 640px) { 
    .my-account-width-inner {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }
}
@media only screen and (max-width: 575px) {
    /* My Profile */
    .my-profile-details ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    /* Edit My Profile */
    .edit-my-profile-form .step-button-box {
        grid-template-columns: repeat(1, 1fr);
    }
    .edit-my-profile {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }

    .booking-marina-img-box > img {
        width: 120px;
    }

    .my-profile-details ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }

    /* My Vessel */
    .my-vessel-box {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 0;
    }

    .my-vessel-details>ul {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 12px;
    }

    .my-slip-dock-details>ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .profile_action_wrapper { 
        flex-direction: column; 
        width: 100%;
        gap: 10px;
    }
    .profile_action_wrapper a {
        width: 100%;
        padding: 8px 12px;
        border: 0;
        border-radius: 6px;
        background: #37C0C9;
        color: #fff;
    }
    .profile_action_wrapper a::before { display: none;}
}

@media only screen and (max-width: 480px) {    
    .notification-box {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    /* Logout pop up */
    .logout-btn-box {
        grid-template-columns: repeat(1, 1fr);
    }

    .my-account-width .p-30 {
        padding: 16px;
    }
}

.loader {
    position: fixed;
    visibility: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0.8;
    background: url("../../../assets/dashboard/images/Loader.gif") 50% 50% no-repeat rgb(249,249,249);
    background-size: 100px;
}

/* Payment Methods */
.icon-visa::before {
    background: url(../images/Payment-Method/Visa.svg) no-repeat;
    width: 52px;
    height: 36px;
}
.icon-master-card::before {
    background: url(../images/Payment-Method/Mastercard.svg) no-repeat;
    width: 52px;
    height: 36px;
}
.icon-visa-large::before {
    background: url(../images/Payment-Method/Visa.svg) no-repeat;
    width: 67px;
    height: 46px;
}
.icon-master-card-large::before {
    background: url(../images/Payment-Method/Mastercard.svg) no-repeat;
    width: 67px;
    height: 46px;
}
.icon-delete::before {
    background: url(../images/Payment-Method/icon_delete.svg) no-repeat;
    width: 24px;
    height: 24px;
}
.icon-american-express::before {
    background: url(../images/Payment-Method/American_Express.svg) no-repeat;
    width: 52px;
    height: 50px;
}
.icon-american-express-large::before {
    background: url(../images/Payment-Method/American_Express.svg) no-repeat;
    width: 67px;
    height: 46px;
}
.payment-box {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border: 1px solid #E4E4E4;
    margin-bottom: 16px;
    border-radius: 8px;
    gap: 16px;
}
.payment-box .form-check-input[type=radio] {
    flex-shrink: 0;
}
.payment-box label,
.my-cards-inner {
    display: flex;
    align-items: center;
    margin: 0;
    gap: 16px;
    width: 100%;
    cursor: pointer;
}
.payment-box label p,
.my-cards-wrapper .card-number-inner p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #121111;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.payment-box label p span { 
    width: 2px;
    height: 14px;
    background-color: #83A7B2;
    display: block;
}
.payment-button-wrapper {
    display: flex;
    align-items: center;
    gap: 16px;
}
.payment-button-wrapper a {
    width: 50%;
}
.card-number-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
}
.expiry-date {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #626F70;
    display: block;
}
.mycards-wrapper .payment-box:last-child {
    margin-bottom: 0;
}

.my-cards-wrapper {
    background-color: #EFF6F6;
    padding: 20px;
    border: 1px solid #37C0C9;
    border-radius: 20px;
    max-width: 322px;
}
.my-cards-inner {
    gap: 10px;
    margin-bottom: 12px;
    align-items: flex-start;
}
.cart-action-btn {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 0.08rem;
}
.my-cards-btn {
    margin-top: 30px;
}
.text-black { color: #161717;}
.text-red-link {
    color: #C93737;
}
.text-green-link {
    color: #46A44A;
}
.my-cards-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}
.seperate-line {
    display: block;
    width: 1px;
    height: 16px;
    background-color: #83A7B2;
}
/* Payment Methods */


/* ============= max-width:1199px ==========*/
@media only screen and (max-width: 1199px) { 
    .green-border-btn,
    .common-btn-aqua {
        padding: 10px 25px;
    }
}
/* ============= max-width:991px ==========*/
@media only screen and (max-width: 991px) { 
    .green-border-btn,
    .common-btn-aqua {
        padding: 8px 20px;
        border-radius: 8px;
    }
}
/* ============= max-width:575px ==========*/
@media only screen and (max-width: 575px) {
    .green-border-btn,
    .common-btn-aqua {
        padding: 6px 15px;
    }

    /* Payment Screen */
    .border-line-seperator::before, 
    .border-line-seperator::after {
        width: 120px;
    }
    .payment-box {
        padding: 10px 12px;
        gap: 10px;
    }
    .payment-box label, 
    .my-cards-inner {
        gap: 10px;
    }
    .payment-box label p, .my-cards-wrapper .card-number-inner p {
        font-size: 12px;
        line-height: 18px;
        gap: 12px;
    }
    /* Payment Screen End */
}