.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
}
#locationPopupRight{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 248, 248, 0);
    z-index: 9999;
}
#locationPopupLeft{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(250, 248, 248, 0);
    z-index: 9999;
}


/* Popup content */
.popup-content {
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 500px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
}
.popup-content-location {
    margin: 20% auto;
    width: 32%;
    left: 50%;
    left: 15px;
    border-radius: 6px;
    margin-left: 51%;
    height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    overflow-x: hidden;
    z-index: 99999;
}
.popup-content-location-left {
    margin: 20% auto;
    width: 32%;
    left: 20%;
    left: 15px;
    border-radius: 6px;
    margin-left: 17%;
    height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    overflow-x: hidden;
    z-index: 99999;
}

.popup-content-log {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    /* border: 1px solid #888; */
    width: 40%;
    border-radius: 6px;
    min-height: 445px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
}

.popup-content-visa {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-car-rent {
    /* background-color: #f8f9fa; */
    margin: 5% auto;
    width: 70%;
    border-radius: 6px;
    min-height: 455px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-setTime {
    /* background-color: #f8f9fa; */
    margin: 4% auto;
    width: 30%;
    border-radius: 6px;
    min-height: 300px;
    background: #ffffff00;
    border: 1px solid #ffffff5e;
    backdrop-filter: blur(25.5px);
    top: -100%;
    /* Start above the screen */
    opacity: 0;
    position: relative;
}

.popup-content-visa-add {
    animation: slideDown 0.4s forwards;
}

.popup-content-visa-setTime {
    animation: slideDown 0.4s forwards;
}

/* Close button */
.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
    margin: -23px -19px 0px 0px;
    border-radius: 25px;
    padding: 5px 14px;
    color: #ce1567;
    background-color: #eceaea;
    border: 1px solid #ce156730;
    z-index: 9999999999999999999999;
}

.popup h2 {
    font-size: 20px;
    background-color: white;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2),
        0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    padding: 12px;
}

.popup-content-visa h2 {
    background-color: #fbb03b;
}

.popup-content-car-rent h2 {
    background-color: #fbb03b;
}

.popup img {
    margin: 13px 20px 0px;
    height: 200px;
    border-radius: 8px;
    width: 75%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#Popuparea a {
    font-size: 28px;
}

.des {
    background-color: white;
    border-radius: 5px;
    width: 46%;
    margin: 10px 19px;
    border: 1px solid #cbd1d6;
    text-align: left;
}

.scroll {
    max-height: 400px;
    overflow: auto;
    width: 100%;
    overflow-x: hidden;
}

.popup .search {
    margin: 10px;
}

.popup input {
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    margin-top: -5px;
    padding-left: 25px;
}

.popup label {
    padding: 5px 10px;
    font-weight: 600;
}

.popup .popup-content-car-rent label {
    color: white;
    background-color: #ce1567;
    width: 100%;
    padding: 5px 0px;
    font-weight: 600;
}

.popup input:focus {
    border: none;
}

.popup .popup-content-log input {
    padding: 10px;
    width: 80%;
    border-radius: 8px;
    margin-top: -5px;
}

.log-input {
    margin-top: 10px;
}

.log-input button {
    color: var(--white-color);
    font-family: var(--font-rubik);
    font-size: 25px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.54px;
    white-space: nowrap;
    background-color: var(--primary-color1);
    padding: 10px 0px;
    border-radius: 10px 10px 10px 10px;
    width: 80%;
    margin-top: 15px;
}

.text-hover:hover {
    text-decoration: underline;
}

.reg-des {
    background-color: #ffc107;
}

.mb-h {
    margin-top: 55px;
    position: fixed;
    z-index: 999;
    text-align: center;
    display: none;
    background: #fff;
    padding: 3px 0px;
}

.visa-select {
    margin-top: 3rem !important;
}

@keyframes slideDown {
    from {
        opacity: 0;
        top: -100%;
    }

    to {
        opacity: 1;
        top: 5%;
    }
}

/* Set Time css */
.setTime {
    color: white;
    text-align: center;
    padding: 10% 6%;
    font-size: 30px;
}

.time-hour {
    background-color: black;
    padding: 11px 9px 9px 5px;
    border-radius: 5px;
    width: 54px;
    box-shadow: 0px 0px 1px rgba(255, 255, 255, 0.356);
}

.timeDot {
    position: absolute;
    color: white;
    font-size: 30px;
    margin-top: 10%;
    margin-top: 26%;
    margin-left: 29%;
}

.setTime i {
    cursor: pointer;
}

.c-t-s button {
    width: 30%;
    font-weight: 600;
    background-color: black;
    padding: 10px 15px;
}

.c-t-s button:hover {
    width: 32%;
}

.c-t input {
    text-align: center;
    font-weight: 600;
}

.retutn-p {
    position: absolute;
    margin-top: 2%;
    margin-left: 48.5%;
    background-color: #fbb03b;
    padding: 4px 11px;
    border-radius: 94%;
    /* color: white; */
}

.icon-p {
    position: absolute;
    margin-top: 5%;
    left: 3%;
}

.icon-p-r {
    position: absolute;
    margin-top: 5%;
    left: 52%;
}

.icon-p-e {
    position: absolute;
    margin-top: 2%;
    left: 45%;
}

.icon-p-plus {
    position: absolute;
    margin-top: -3.5%;
    margin-left: 19%;
    cursor: pointer;
    font-size: 20px;
}

.icon-p-minus {
    position: absolute;
    margin-top: -3.5%;
    margin-left: 16%;
    cursor: pointer;
    font-size: 20px;
}

.cus-padding {
    padding: 15px 30px;
}

.car-mar-top {
    margin-top: 15px
}

.time-w {
    width: 72%;
}

.h-nv-new {
    padding: 2px 3px;
    border: 1px solid #0000008a;
    width: 121px;
    cursor: pointer;
    background: #746e6e00;
    border: 1px solid #000000c9;
    backdrop-filter: blur(25.5px);
}

.cus-mt{
    margin-top: 50px
}

.sm-disable{
    margin: 25px 0px 0px -43px;
}
.ct-display{
    display: none;
}
.breadcrumb-section-custom {
    padding: 120px 0 25px;
}
.custom-a-w{
    width: 190px;
}

.tour-customer-w{
    width:50%
}
.display-media-small td{
    display: none;
}


/************************************          popup css         *******************************************/

.alert-box {
    display: none; /* Hidden by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* High z-index to overlay other content */
    justify-content: center;
    align-items: center;
  }

  .alert-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 450px;
  }

  .alert-content a {
    margin: 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #e4e4e4;
    transition: background-color 0.3s;
  }

  .alert-content a:first-child {
    background-color: #28a745; /* Green button */
    color: white;
  }

  .alert-content a:first-child:hover {
    background-color: #218838;
  }

  .alert-content a:last-child {
    background-color: #dc3545; /* Red button */
    color: white;
  }

  .alert-content a:last-child:hover {
    background-color: #c82333;
  }