@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Grape+Nuts&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Volkhov:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {
    background: url(../images/blob.png);
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
}

.profile_comp {
    padding: 10px;
    height: max-content;
    width: 100%;
    border: none;
    border-radius: 5px;
    margin: 0px auto;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.inputFeildLable {
    font-size: 20px;
    font-weight: 600;
}

.inputFeild {
    background-color: #F3F9F6;
    border: none;
    width: 100%;
    padding: 7px;
    outline: none;
    font-size: 14px;
}

.inputFeildDate {
    background-color: #F3F9F6;
    border: none;
    width: 100%;
    padding: 7px;
    outline: none;
    font-size: 14px;

}

.inputFeild::placeholder {
    font-size: 14px;
}

.btnSave {
    height: 40px;
    width: 100%;
    background-color: #3CB371;
    color: white;
    font-size: 15px;
    border: none;
}

.profile_data {
    font-size: 13px;
}

.profile_tab_active {
    background-color: #3CB371;
    color: white;
    padding: 10px;
    font-size: 16px;
    margin-left: -10px;
    cursor: pointer;
    font-family: 'Montserrat';
}

.profile_tab_inactive {
    padding: 10px;
    font-size: 16px;
    margin-left: -10px;
    cursor: pointer;
    font-family: 'Montserrat';
}

.side-nav-title {
    font-size: 22px;
    font-weight: bold;
    font-family: "Volkhov";
}

/* booking history */

.booking_history {
    display: block;
}

.tabs_heading {
    font-size: 15px;
    color: #3CB371;
}

.tabs_heading_border {
    width: 70px !important;
    padding: 5px;
    margin: 10px;
}

.tabs_heading_1 {
    border-bottom: 1px solid #3CB371;
}

.table_text {
    font-size: 14px;
}

.pending_span {
    background-color: #FFF0F0 !important;
    color: #F83333;
    text-align: center;
    cursor: pointer;
    height: 40px !important;
    padding: 6px;
    border: none;
}

.details_span {
    background-color: #ebf7f1 !important;
    color: #3CB371;
    text-align: center;
    cursor: pointer;
    padding: 8px;
    border: none;
}



.inActiveLink {
    color: #3CB371 !important;
}

.btn_save_modal {
    background-color: #3CB371 !important;
    color: white !important;
}

.border_bottom_dashed {
    border-bottom: 1px dashed #E0E0E0;
}

.modal_form_data {
    font-size: 13px;
}

.traveller_tab {
    background-color: #E3E5E6;
    color: black;
}

.table_content thead tr th {
    font-size: 10px;
}


/*  endbooking history */

/* wishlist */

.tab_wishList {
    background-color: #E3E5E6;
    text-align: center;
    width: 170px;
    border-radius: 25px;
    font-weight: 700;
    font-size: 13px;
    padding: 4px;
}

.wishlistCard {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 20px;
    border-radius: 10px;
}


.table_content thead tr th {
    font-size: 16px;
}

.table_content tbody tr td {
    font-size: 14px;
}

.tour-name {
    font-family: 'Montserrat';
}

.price-person {
    font-family: "Volkhov", serif;
    font-weight: bolder;
}

/* media query */

@media screen and (max-width:1380px) {
     .demo-image{
        height: 50px;
     }
}
@media screen and (max-width:1024px) {
    .tab_wishList {
        background-color: #E3E5E6;
        text-align: center;
        width: 130px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 13px;
        padding: 4px;
        margin: 20px;
        gap: 10px;
    }

    .review {
        text-align: center;
        width: 100%;
    }
}

@media screen and (max-width:768px) {
    .tab_wishList {
        background-color: #E3E5E6;
        text-align: center;
        width: 90px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 13px;
        padding: 4px;
        margin: 15px;
        border: none !important;
        align-items: center;
    }

    .review {
        text-align: center;
        width: 100%;
    }

    .side-nav {
        font-size: 12px !important;
    }
}

@media screen and (max-width : 425px) {
    .tab_wishList {
        background-color: #E3E5E6;
        text-align: center;
        width: 290px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 13px;
        padding: 4px;
        margin: 10px;
        border: none !important;
    }

    .review {
        text-align: center;
        width: 100%;
    }

    .table_content thead tr th {
        font-size: 13px;
    }

    .table_content tbody tr td {
        font-size: 14px;
    }

    .price-tab {
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .wishlistcard_item {
        justify-content: space-between;
        width: 100%;
    }
    .tour-name{
        text-align: center;
    }
}

@media screen and (max-width : 375px) {
    .tab_wishList {
        background-color: #E3E5E6;
        text-align: center;
        width: 250px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 13px;
        padding: 4px;
        margin: 10px;
        border: none !important;
    }

    .review {
        text-align: center;
        width: 100%;
    }

    .table_content thead tr th {
        font-size: 13px;
    }

    .table_content tbody tr td {
        font-size: 14px;
    }

    .tabs_heading_border {
        width: 50px !important;
        padding: 5px;
        margin: 10px;
    }
}

@media screen and (max-width : 320px) {
    .tab_wishList {
        background-color: #E3E5E6;
        text-align: center;
        width: 200px;
        border-radius: 25px;
        font-weight: 700;
        font-size: 13px;
        padding: 4px;
        margin: 10px;
        border: none !important;
    }

    .review {
        text-align: center;
        width: 100%;
    }

    .table_content thead tr th {
        font-size: 13px;
    }

    .table_content tbody tr td {
        font-size: 14px;
    }

    .tabs_heading_border {
        width: 50px !important;
        padding: 5px;
        margin: 10px;
    }

    .wishlistcard_sub_item {
        text-align: center !important;
        width: 100%;
    }
}