.flight-card-requesttt {
    border: 2px solid #85B7CC;
    border-radius: 15px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-left: 50px;
    margin-right: 20px;
    margin-bottom: 15px;
}

.top-section-requesttt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.profile-requesttt {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-img-requesttt {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.name-requesttt {
    font-weight: bold;
}

.buttons-container-requesttt {
    flex-grow: 1; /* Allow the container to take available space */
    display: flex;
    justify-content: center; /* Center the buttons within this container */
}

.buttons-requesttt {
    display: flex;
    gap: 10px;
}

.pay-btn-requestapro{
    background-color: #34A853;
    color: #fff;
    padding: 10px 12px;
    border-radius: 100px;
    border: none;

}

.pay-btn-requestrej{
    background: #FF2C1A;
    color: #fff;
    padding: 10px 12px;
    border-radius: 100px;
    border: none;

}
.pay-btn-requesttt {
    background-color: #85B7CC;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
}

.visa-btn-requesttt {
    background-color: #34A853;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
}

.unvisa-btn-requesttt {
    background-color: #FF2C1A;
    color: #fff;
    padding: 8px 12px;
    border-radius: 10px;
    border: none;
}

.details-section-requesttt {
    display: flex;
    justify-content: space-between;
}

.left-requesttt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.icon1-requesttt {
    width: 19px;
    height: 14px;
}

.icon2-requesttt {
    width: 18px;
    height: 21px;
    margin-right: 5px;
}


.icon4-requesttt {
    width: 32px;
    height: 21px;
}
.icon5-requesttt {
    width: 32.7px;
    height: 21px;
    margin: 0 5px;
}


.right-requesttt {
    display: flex;
    align-items: flex-start; /* Align content to the top */
    gap: 20px;
}

.actions-requesttt {
    display: flex;
    align-items: flex-start; /* Align content to the top */
    gap: 10px;
}


.icon-btn-requesttt {
    width: 42px;
    height: 42px;
    cursor: pointer;
}

.divider-requesttt {
    width: 1px;
    height: 50px;
    background-color: #ccc;
}


.line-requesttt {
    display: flex;
    align-items: center; /* Vertically aligns the items */
    justify-content: space-between; /* Adds space between the two divs */
    width: 100%; /* Make sure the container takes up full width */
    margin-bottom: 5px;
}

.details-requesttt {
    display: flex;
    align-items: center;
}

.payment-requesttt {
    display: flex;
    align-items: center;
    margin-left: 40px; /* Adds space between the two divs */
}

.icon3-requesttt {
    width: 5px; /* Define the width of the circle */
    height: 5px; /* Define the height of the circle */
    font-size: 20px; /* Adjust the font size for the dot inside the circle */
    font-weight: 700; /* Bold dot */
    line-height: 40px; /* Center the dot vertically inside the circle */
    display: inline-block;
    text-align: center; /* Center the dot horizontally */
    color: black;
    background-color:black; /* Background color for the circle */
    border-radius: 50%; /* Make the point a perfect circle */
    margin: 0 15px; /* Space between the dot and the surrounding text */
}









.tabsitemnavdd {
    padding: 0px 0px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif; /* Font family */
    font-weight: 700; /* Font weight */
    font-size: 30px; /* Font size */
    line-height: 35.16px; /* Line height */
    letter-spacing: 0px; /* Letter spacing */
    border-bottom: 3px solid transparent;
    text-decoration: none; /* Remove underline */
    margin-left: 30px;
    color: gray; /* Inactive tab color is gray */
  
}



.active-tabdd {

    color: black; /* Active tab color is black */
}

.inactive-tabdd {
    color: gray; /* Inactive tab color is gray */
}







.tabsitemnavde {
    padding: 0px 0px;
    cursor: pointer;
    font-family: 'Roboto', sans-serif; /* Font family */
    font-weight: 700; /* Font weight */
    font-size: 30px; /* Font size */
 margin-top: 12px;
 margin-bottom: 0px;
    letter-spacing: 0px; /* Letter spacing */
    border-bottom: 3px solid transparent;
    text-decoration: none; /* Remove underline */
    margin-left: 20px;
    color: gray; /* Inactive tab color is gray */
  
}



.active-tabde {

    color: black; /* Active tab color is black */
}

.inactive-tabde {
    color: gray; /* Inactive tab color is gray */
}




/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */

.flight-carddd {
    display: flex;
    flex-direction: column;
    padding: 10px;
    margin-left: 25px;
    border-top: 1px solid #85B7CC;
    margin-top: 20px;
    position: relative; /* Added this line */
}

/* flight active */
.flightcontent{
    margin-top: 20px;
}
.flight-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin-left: 25px;
    border: 1px solid #85B7CC;
    margin-top: 20px;
    position: relative; /* Added this line */
}


.flight-info {
    display: flex;
    align-items: center;
}

.airline-logo {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    margin-right: 15px;
}

.flight-details {
    flex-grow: 1;
    
}

.airline-name {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 17.94px;

    letter-spacing: 0;
    color: #000000;
    margin: 0;
    margin-bottom: 0px; /* Reduces the space between title and route */
}

.duration {
    font-family: Roboto;
    font-weight: 600;
    font-size: 19.57px;
    line-height: 22.94px;
    letter-spacing: 0%;
    color: #000000;
    margin-left: 10px;
}

/* Route section */
.route {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0px;
    gap: 20px;
    width: 100%;
}

.departure, .arrival {
    text-align: left;
}

.departure h4, .arrival h4 {
    font-family: Roboto;
    font-weight: 600;
    font-size: 19.57px;
    line-height: 22.94px;
    letter-spacing: 0%;
    color: #000000;
    margin: 0;
}

.departure p, .arrival p {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16.31px;
    line-height: 19.12px;
    letter-spacing: 0%;
    color: #747474;
    margin: 5px 0;
}

.departure span, .arrival span {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14.68px;
    line-height: 17.2px;
    letter-spacing: 0%;
    color: black;
}

.dotted-line {
    flex-grow: 1;
    height: 2px;
    border-top: 4px dashed #85B7CC;

}

/* Footer stacked below each other */
.flight-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
    margin-left: auto; /* Push footer to the right */
    text-align: right;
}

.price {
    font-family: Roboto;
    font-weight: 700;
    font-size: 32.62px;
    line-height: 38.23px;
    letter-spacing: 0%;
    color: black;
}

.icons {
    display: flex;
    gap: 10px;
}

.icon-btn {
  background-color: transparent;
    border-radius: 50%;
}

.icon-btn img {
    width: 28px;
    height: 28px;
}

.details-btn {
    background: #85B7CC;
    color: #000000;
    border: none;
    padding: 10px 20px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-family: Arial;
    font-weight: 400;
    font-size: 17.94px;
    line-height: 20.63px;
    letter-spacing: 0%;
}

.details-btn:hover {
    background: #0056b3;
}

.hidden {
    display: none;
}

.flight-extra-detailsda {
    margin-top: 0px;
}

.flight-extra-detailsconttnda {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0px;
 
    width: 100%;
}

/* Left Section */
.left-sectionda {
    width: 75%;
    padding: 0px;
    margin: 0px;
}

/* Flight Details & Class Selection on the Same Line */
.flight-headerda {
    display: flex;
    align-items: center;
    gap: 15px; /* Space between title and buttons */
    margin: 0px;
}

.flight-headerdad {
    display: flex;
    align-items: center;
    gap: 0px; /* Space between title and buttons */
    margin: 0px;
    padding: 0px;
}


.class-selection {
    display: flex;
    gap: 10px;
}

.class-selection button {
    padding: 8px 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background: #e0e0e0;
}

.class-selection .selected {
    background: #85B7CC;
    color: white;
}

/* Departure & Return Info + Additional Info Side by Side */
.flight-info-containerda {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0px;
    gap: 0px; /* Space between main and extra info */
}

/* Additional Flight Info Styling */
.extra-flightda {
width: 100%;
   margin-top: 0px;
   padding-top: 0px;
    text-align: left;
}

/* Right Section */
.right-section {
    margin-left: 20px;
    width: 20%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-end;
}

.right-section div {
    width: 100%;
}

.right-section h4 {
    margin-bottom: 5px;
    font-weight: bold;
}






.departure-details {
    margin: 0px;
    
    width: 100%;
}

.departure-info {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: flex-start; /* Aligns location and time-container from the top */
    gap: 20px; /* Space between location and time-container */
}

.departure-infoextra{
    display: flex;
    margin-bottom: 10px;
    align-items: flex-start; /* Aligns location and time-container from the top */
    justify-content: flex-end; /* Pushes all content to the right */
    gap: 20px; /* Space between location and time-container */
}



.right-requesttt-centerlayover {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
    flex-direction: column;
}

/* "Layover" title centered at the top */


/* Dotted line container */
.dotted-container-centerlayover {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;
    padding: 20px 0;
   
}

/* Center vertical dotted line */
.center-line-centerlayover {
    position: absolute;
    top: 0;
    bottom: 40px; /* Adjusted to make it smaller */
    left: 50%;
    width: 2px;
    border-left: 2px dotted #000;
    transform: translateX(-50%);
}

/* Centered text */
.center-text-centerlayover {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px; /* Reduced space between texts */
    text-align: center;
    font-family: 'Inter', sans-serif;
    color: #747474;
    margin-top: 20px; /* Reduced spacing */
    padding-left:15px ;
    padding-right: 15px;
}


/* Dotted line on the left */
.dotted-container-centerlayover::before {
    content: "";
    position: absolute;
    left: 0;
    top: 30px;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted #000;
}

/* Dotted line on the right */
.dotted-container-centerlayover::after {
    content: "";
    position: absolute;
    right: 0;
    top: 30px;
    bottom: 0;
    width: 2px;
    border-left: 2px dotted #000;
}



.location {
    display: flex;
    flex-direction: column;
}




.time-container {
    display: flex;
    flex-direction: column; /* Stack time and image vertically */
    align-items: center;
    gap: 5px;
    padding-top: 10px;
}


.flight-icondetail {
    width: 24px;
    height: 24px;
}




.airlinedetail{
    margin-bottom: 10px;
}



.acceptimage{
    width: 15px;
    height: 15px;
}




