
.fbpn-mainform{max-width:760px;margin:20px auto;padding:18px;border:1px solid #eee;background: #104282 url('../assets/images/bgSearchForm.jpg') repeat-x top; border-radius: 8px 8px 8px 8px;}
.fbpn-title{font-size:20px;margin-bottom:12px;display:flex;align-items:center;gap:10px}
.fbpn-airplane{width:36px;height:auto}
.fb-row{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:12px}
.fb-col{flex:1 1 48%}
.fb-col-inline{flex:1 1 30%}
.fb-radio{margin-right:12px}
.fb-form input[type="text"],.fb-form input[type="email"],.fb-form input[type="tel"],.fb-form input[type="date"],.fb-form select{width:100%;padding:8px;border:1px solid #ddd;border-radius:4px}
.fb-btn{background:#e84e0f !important;color:#fff;padding:10px 18px;border:none;border-radius:6px;cursor:pointer;background: url('../assets/images/SearcFlyBtn.png') no-repeat center left !important;}


 .fbpn-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    }

    .fbpn-modal-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    }

    .fbpn-modal-content {
    position: relative;
    background: #fff;
    max-width: 800px;
    margin: 80px auto;
    padding: 20px;
    border-radius: 8px;
    z-index: 10;
    }

    .fbpn-modal-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    }
#fbpn-edit-booking-form{
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.fbpn-order-lookup{
    max-width: 700px;
    margin: auto;
}
.fb-row-submit{
    justify-content: center;
        border-radius: 8px;
    margin: auto;
    background-color: #e84e0f !important;
    margin-top: 5px;
}
.fb-email{
    margin-top: -12px;
}
.fb-btn{
    font-family: Arial, Helvetica, sans-serif !important;
    text-shadow: 1px 1px #b87929 !important;
    padding-right: 12px !important;
    margin-right: 6px;
    text-transform: uppercase;
    background-position-x: 10px !important;
    border-radius: 8px;
    margin-top: 0px !important;
    margin-bottom: 0px;
    line-height: 28px;
        border: none !important;
    font-size: 19px !important;
    height: 52px !important;
    width: 200px !important;
    color: #fff !important;
    font-weight: normal !important;
    text-align: right !important;
        float: right !important;
}
.fbpn-title{
    padding-top: 9px !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
    text-shadow: #011123 1px 1px !important;
}
.line7 {
    border-bottom: dotted 1px #cdcdcd;
    height: 1px;
    margin-bottom: 15px;
}
.label_demdi{
    background: url('../assets/images/up.png') no-repeat center right!important;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
/* .label_demdi::after{
    background: url('../assets/images/up.png') no-repeat center right;
} */
.label_demden {
    background: url('../assets/images/down.png') no-repeat center right!important;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
}
/* .label_demden::after {
    background: url('../assets/images/down.png') no-repeat center right;
} */
#fbpn-flight-form input[type="text"], #fbpn-flight-form input[type="email"] {
        border: solid 1px #909090 !important;
    padding: 0 6px !important;
    border-radius: 3px !important;
    float: none !important;
}
#fbpn-flight-form label {
    color: #fff;
    font-weight: normal;
}
#fbpn-flight-form input[type=radio] {
    margin-bottom: 0px;
}
#fbpn-flight-form .sub-title{
    font-size: 11px;
}
 #fbpn-flight-form .fb-row{
        margin-bottom: 0px;
    }
.fb-col.hidden {
    display: block!important;
        visibility: hidden !important;
    width: 48%; 
}
.fbpn-title span{
    margin-top: -15px;
}
.fbpn-mainform .sub-title-form{
        margin-bottom: 10px;
    margin-left: 45px;
    font-weight: 500;
    color: #fff;
    margin-top: -9px;
    font-size: 15px;
    line-height: 1.2;
    text-shadow: #011123 1px 1px !important;

}
.fb-col-ngaydi #ngaydi_display, .fb-col-ngayve #ngayve_display{
        width: calc(100% - 40px);
}
.fb-col-ngaydi img, .fb-col-ngayve img{
    height: 38px;
    margin-bottom: 12px;
}
#fbpn-refund-form{
    max-width: 700px;
    margin: auto;
}
#fbpn-order-lookup-form button[type=submit], #fbpn-refund-form button[type=submit]{
    width: 100%;
    background: #10a4de;
    color: #fff;
    border-radius: 3px;
}

#fbpn-log-modal {
  display: none;                   
  position: fixed;
  inset: 0;                         
  background: rgba(0,0,0,0.5);     
  z-index: 9999;
  align-items: center;              
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
}


#fbpn-log-modal .fbpn-log-wrap {
  background: #fff;
  width: 100%;
  max-width: 900px;                
  max-height: 80vh;                
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}


#fbpn-log-modal .fbpn-log-header {
  padding: 12px 16px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fafafa;
}


#fbpn-log-modal .fbpn-log-title {
  font-weight: 600;
  margin: 0;
  font-size: 16px;
}


#fbpn-log-modal .fbpn-log-close {
  background: transparent;
  border: 0;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 4px 8px;
}


#fbpn-log-modal .fbpn-log-body {
  padding: 12px 16px;
  overflow: auto;
  flex: 1 1 auto;                 
}


#fbpn-log-modal .fbpn-log-body table {
  width: 100%;
  border-collapse: collapse;
}
#fbpn-log-modal .fbpn-log-body th,
#fbpn-log-modal .fbpn-log-body td {
  border: 1px solid #e5e5e5;
  padding: 8px 10px;
  text-align: left;
  vertical-align: top;
  font-size: 13px;
}

.fbpn-log-content{
    background-color: #fff;
}

@media (max-width: 600px) {
  #fbpn-log-modal .fbpn-log-wrap {
    max-width: 100%;
    height: 90vh;
    border-radius: 6px;
  }
  #fbpn-log-modal .fbpn-log-header { padding: 10px; }
  #fbpn-log-modal .fbpn-log-body { padding: 10px; }
}
#destination-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    padding-top: 0px;
    max-height: 100vh;
    overflow-y: scroll;
}

.destination-box {
  background: #fff9d6;
  width: 95%;
  max-width: 1000px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 4px 25px rgba(0,0,0,0.3);
  animation: fadeIn 0.3s ease;
}

.destination-header {
  background: #f7931e;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.destination-header .destination-close {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #fff;
min-height: 100% !important;
    margin-bottom: 0px;
    line-height: 1;
    margin-right: 0px;
    padding-right: 8px;
}

.destination-search {
  padding: 10px 15px 0px 15px;
  background: #fff9d6;
  display: flex;
  align-items: center;
  gap: 0px;
  flex-wrap: wrap;
}

.destination-search input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-left: 10px;
}

.btn-choose {
  background: #f7931e;
  color: #fff;
  border: none;
  padding: 8px 15px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 1;
}

.destination-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  padding: 10px 15px 20px;
  font-size: 14px;
}

.continent h3 {
  color: #e67300;
  font-size: 15px;
  margin-bottom: 5px;
}

.continent ul {
  list-style: none;
  padding: 0;
  margin: 0 0 10px;
}

.continent li {
  margin-bottom: 4px;
  cursor: pointer;
}

.continent li:hover {
  color: #f7931e;
  text-decoration: underline;
}

.warning-orders {
      background: #fff;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 0 10px rgba(0,0,0,0.05);
      margin-top: 20px;
      overflow-x: scroll;
    }
    .warning-orders h2 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 15px;
      color: #333;
    }
    .warning-table {
      width: 100%;
      border-collapse: collapse;
      font-size: 14px;
      text-align: left;
    }
    .warning-table th {
      background: #f8f8f8;
      padding: 10px 12px;
      font-weight: 600;
      border-bottom: 2px solid #ddd;
      line-height: 1.4;
      
    }
    .warning-table td {
      padding: 10px 12px;
      border-bottom: 1px solid #eee;
      vertical-align: top;
        vertical-align: middle;
    }
    .warning-table tr:hover {
      background: #fafafa;
    }
    .status {
      display: inline-block;
      padding: 4px 10px;
      border-radius: 6px;
      font-weight: 500;
      color: #fff;
    }
    .status-reject { background: #ff9800; }
    .status-danger{
      background: #f44336;
    }
    .status-success{
      background: #4caf50;
    }
    .status-primary{
      background: #2196f3;
    }
    .status-warning{
      background: #ff9800;
    }

    .status-approve { background: #27ae60; }
    .action-btn {
      border: none;
      border-radius: 6px;
      padding: 4px 8px;
      cursor: pointer;
      font-size: 16px;
      /* transform: rotate(90deg); */
        margin-bottom: 0px;
        margin-left: 10px;
        margin-right: auto;
    }
    /* .action-btn:hover { background: #e5e5e5; } */
    .action-btn span{
        width: 8px;
    }
    .action-menu {
    position: relative;
    display: inline-block;
    }

    .action-btn {
    width: 36px;
    height: 36px;
    border: none;
    background: #f0f0f0;
    border-radius: 6px;
    font-size: 18px;
    cursor: pointer;
    }

    .menu-content {
    display: none;
    position: absolute;
    top: 40px;
    right: 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    padding: 0px;
    z-index: 100;
    }

    .menu-content .show-btn {
    background: transparent;
    color: #666666;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin:0px;
    }

    .modal {
      display: none; 
      position: fixed;
      z-index: 99999;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: auto;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .modal-content {
      background-color: #fff;
      margin: 40px auto;
      padding: 20px 30px;
      border-radius: 10px;
      width: 800px;
      max-width: 100%;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      animation: slideDown 0.3s ease;
      position: relative;
    }

    @keyframes slideDown {
      from { transform: translateY(-20px); opacity: 0; }
      to { transform: translateY(0); opacity: 1; }
    }

    .form-group {
      margin-bottom: 0px;
    }

    .form-group label {
      display: block;
      font-weight: bold;
      margin-bottom: 5px;
      color: #333;
    }

    .form-group input {
      width: 100%;
      padding: 8px;
      border: 1px solid #ccc;
      border-radius: 5px;
      background-color: #f9f9f9;
          font-weight: normal;
    }

    .status-modal {
      color: #007bff;
      font-weight: bold;
    }

    .btn {
      padding: 8px 14px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
    }

    .btn-primary {
      background-color: #007bff;
      color: white;
    }

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

    .close-modal {
        position: absolute;
        top: 10px;
        right: 15px;
        color: #fff;
        background: #e74c3c;
        border-radius: 50%;
        font-size: 20px;
        font-weight: bold;
        width: 28px;
        height: 28px;
        line-height: 26px;
        text-align: center;
        cursor: pointer;
        transition: #e74c3c 0.2s;
    }
    .close-modal:hover {
        background: #c0392b;
    }
    .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
    }

    .modal-header h2 {
      margin: 0;
      font-size: 18px;
    }

@keyframes fadeIn {
  from {opacity:0; transform:scale(0.95);}
  to {opacity:1; transform:scale(1);}
}

@media screen and (max-width: 767px) {
    #fbpn-flight-form .fb-col,#fbpn-flight-form  .fb-col-inline {
        flex: 1 1 98%!important;
    }
   
}