
.show-bg-image {
    background-color: white;
    border-radius: 4px;
    padding: 20px;
    /* margin: 40px !important; */
}

.set-bg-white {
    background-color: white !important;
}

.border-radius-1 {
    border-radius: 2px;
}

.border-radius-25px {
    border-radius: 25px;
}

.border-radius-10px {
    border-radius: 10px;
}

.border-radius-5px {
    border-radius: 5px !important;
}


.font-color-white {
    color: white;
}

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

.tab-content {
    padding: 0 !important;
    padding-top: 1rem !important;
}

.custom-select {
    font-size: 12px;
    border: 0px solid white;
    border-bottom: 1px solid rgb(227, 227, 227);
    border-radius: 0px;
}

.custom-select:focus {
    box-shadow: none !important;
}

.table td {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

.table-bordered td, .table-bordered th {
    border: 0 solid #dee2e6;
}

.table-bordered {
    border: 0 solid #dee2e6 !important;
}

.header-item a.active {
    color: var(--orange) !important;
    /* background-color: #282f3cfa;
    border-radius: 8px; */
}

#cover-spin {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    backdrop-filter: blur(1px);
    z-index:9999;
    display:block;
}

@-webkit-keyframes spin {
	from {-webkit-transform:rotate(0deg);}
	to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

#cover-spin::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;
    height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 8px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.gray-bg-wrapper {
    background-color: #f9f9f9;
    margin: 12px;
    border-radius: 6px;
}

.border-radius-gray-bg {
    background-color: #e3e3e3;
    border-radius: 5px;
}

.border-radius-success-bg {
    background-color: #c4ffbd;
    border-radius: 5px;
}

textarea {
    border: 1px solid #ced4da;
}

.input-plain {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    background-color: #ffffff00;
}

.input-plain:focus {
    outline: none;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

textarea:focus {
    outline: none !important;
    border: black 1px solid !important;
    box-shadow: 0 0 10px #719ECE;
}

.breakdown-total {
    background-color: #E9ECF2;
}

.border-top {
    border-top: 1px solid black;
}

.page-link {
    position: static !important;
}

.w-size-6 {
    width: 60%;
}

.w-size-4 {
    width: 40% !important;
}

.w-size-3 {
    width: 30% !important;
}

.w-size-4p5 {
    width: 45%;
}

.w-size-2 {
    width: 20%;
}

.w-size-7p5 {
    width: 75% !important;
}

.preview-bt {
    background-color: #ffffff7d;
    width: 100%;
    height: 10%;
}

.full-size {
    width: 100%;
    height: 100%;
}

.choosen-border {
    border: 2px solid #4285f4;
}

.width-75 {
    width: 75% !important;
}

.form-label-b {
    font-weight: bold !important;
    font-size: 12px !important;
    color: #787878;
}

.form-label-b-black {
    font-size: 12px !important;
}

.btn-ei-circle > i {
    color: white !important;
}

.custom-bt-normal {
    background-color: #e9e9e9;
    color: #666666 !important;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
}

.text-color-black {
    color: black !important;
}

.invisible-input-field {
    width: 80%;
    margin-left: 10px;
    border: none;
    background-color: transparent;
    resize: none;
    outline: none;
    margin-right: auto !important;
}

.input-like-div {
    background-color: #ededed;
    color: #565656;
    font-size: 14px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
}

.custom-chip-not-selected {
    font-size: 14px;
    color: #727272;
    background-color: #ededed;
    border-radius: 25px;
    margin-right: 5px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.custom-chip-selected {
    font-size: 14px;
    color: white;
    background-color: #36c136;
    border-radius: 25px;
    margin-right: 5px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
}

.svg-gray {
    fill: #afafaf
}


.pnr-airport-code {
    font-size: 0.8em;
    font-weight: bold;
}

.pnr-airport-flight-time {
    font-size: 0.7em;
    color: gray;
}

.pnr-flight-number {
    font-size: 0.7em;
    font-weight: bold;
}

.pnr-airline {
    font-size: 0.7em;
    color: blue;
    text-transform: capitalize;
}

.pnr-time-travel {
    font-size: 0.7em;
    color: gray;
}

.pnr-dot {
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #bf2f2f;
    padding: 1px;
    border-collapse: separate;
    border-spacing: 15px;
}

.pnr-flight-container {
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #ffffff;
    box-shadow: 2px 1px 16px rgb(0 0 0 / 2%);
}

.pnr-details-container {
    /* box-shadow: 2px 1px 16px rgb(0 0 0 / 10%); */
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ebe5e545;
    background-color: #f9f9f9;
    border-radius: 15px;
}

.pnr-label {
    font-size: 16px;
    font-weight: bold;
    color: orange;
}

.pnr-more-info-item {
    font-size: 12px;
    color: #919191;
}

.fs-06-rem {
    font-size: 0.6rem !important;
}

.fs-08-rem {
    font-size: 0.8rem !important;
}
.fs-09-rem {
    font-size: 0.9rem !important;
}

.fs-02-rem {
    font-size: 0.2rem !important;
}


.custom-div-button-like-success {
    background-color: #00c851 !important;
    padding: 0.4em !important;
    font-size: 0.8rem !important;
    color: white !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.success-color {
    background-color: #00c851 !important;
}

.danger-color {
    background-color: #dc3545 !important;
}

.danger-color-field {
    background-color: #dc35462b !important;
}

.custom-div-button-like-danger {
    background-color: #dc3545 !important;
    padding: 0.4em !important;
    font-size: 0.8rem !important;
    color: white !important;
    padding-left: 0.8rem !important;
    padding-right: 0.8rem !important;
}

.bg-main-blue {
    background-color: var(--ei) !important;
    color: white;
}

.custom-div-button-pill {
    border-radius: 15px !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.color-success {
    color: #00c851;
}

.color-danger {
    color: #dc3545;
}

.color-gray {
    color: gray;
}

.color-dark-gray {
    color: rgb(50, 50, 50);
}

.color-white {
    color: white;
}

.bg-color-light-gray {
    background-color: #dfdfdf;
}

.bg-color-success {
    background-color:  #00c851;
}

/* snackbar */
    #snackbar {
        visibility: hidden;
        min-width: 250px;
        margin-left: -125px;
        background-color: #333;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding: 16px;
        position: fixed;
        z-index: 1;
        left: 50%;
        bottom: 30px;
        font-size: 17px;
    }

    #snackbar.show {
        visibility: visible;
        -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
        animation: fadein 0.5s, fadeout 0.5s 2.5s;
    }

    @-webkit-keyframes fadein {
        from {bottom: 0; opacity: 0;} 
        to {bottom: 30px; opacity: 1;}
    }

    @keyframes fadein {
        from {bottom: 0; opacity: 0;}
        to {bottom: 30px; opacity: 1;}
    }

    @-webkit-keyframes fadeout {
        from {bottom: 30px; opacity: 1;} 
        to {bottom: 0; opacity: 0;}
    }

    @keyframes fadeout {
        from {bottom: 30px; opacity: 1;}
        to {bottom: 0; opacity: 0;}
    }

.remove-user-select {
    user-select: none;
}

.custom-card-style {
    border-radius: 5px !important;
    padding: 1rem !important;
    border: 1px solid #e9e9e9;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%);
}


.hr-line-text {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #e9e9e9; 
    line-height: 0.1em;
    margin: 10px 0 20px; 
} 
 
.hr-line-text span { 
    background:#fff; 
    padding:0 10px; 
}

.disable-content {
    pointer-events: none;
    opacity: 0.6;
}

.rounded-element {
    border-radius: 2rem;
}

.small-table-cell {
    width: 30px;
}

.btn {
    box-shadow: none !important;
}

.font-md {
    font-size: 14px !important;
}

.swal2-styled.swal2-confirm {
    background-color: #4285f4 !important;
    font-size: 14px !important;
}

.swal2-styled.swal2-deny {
    font-size: 14px !important;
}

.form-label-lg-b {
    font-size: 16px;
    font-weight: bold;
}

.passenger-input-container {
    min-height: 60px;
}
    
.passenger-input-form {
    z-index: 1;
    background-color: #fff;
}

.search-result {
    top: 32px;
    background-color: #fff;
    z-index: 1;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 96%;
}
.search-result li {
    padding: 10px;
    border-bottom: 1px solid #e9e9e9;
    cursor: pointer;
}
.search-result li:hover {
    background-color: #f9f9f9;
}

.cropper-canvas {
    height: 290px;
    width: 650px;
    /* background-color: #ffffff; */
    cursor: default;
}

img {
    max-width: 100%;
}

#currentFlightForm input,#currentFlightForm select {
    display: block;
    width: 100%;
    height: calc(2rem);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: var(--dark-blue);
    opacity: 0.7;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.circle-button-danger {
    background-color: red;
    color: white !important;
    width: 30px !important;
    height: 30px !important;
    border: none;
    outline: none;
    margin: 0.4rem;
    padding: 0.4rem;
    border-radius: 25px;
    color: #686868;
    font-size: 0.8rem;
}

.icon-only-bt {
    /* width: 30px !important;
    height: 30px !important; */
    background-color: #00c85000 !important;
    border: none;
    outline: none;
    margin: 0.4rem;
    padding: 0.4rem;
    border-radius: 25px;
    color: #686868;
    font-size: 0.8rem;
}

input[type="radio"]{
    -webkit-appearance: radio;
}

.disabled-radio-bt {
    background-color: red !important;
    border-color: rgb(255 0 0 / 46%) !important;
}

.add-leg-bt {
    background-color: var(--ei) !important;
    border-radius: 10px 10px 0 0;
    padding: 6px;
    color: white !important;
    font-size: 12px;
    margin-top: 30px;
}

.template-form {
    border: #ccc 1px solid !important;
    /* height: 35px !important; */
    line-height: 35px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    font-weight: normal !important;
}

.template-form:focus {
    outline: none;
    border: black 1px solid !important;
}

.new-passenger-details-form {
    border: #ccc 0 solid !important;
    /* height: 35px !important; */
    line-height: 35px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    font-weight: normal !important;
    background-color: #e5e5e5;
    border-radius: 6px;
}

.new-passenger-details-form:focus {
    outline: none;
}

.vdp-datepicker.new-passenger-details-form input[type=text] {
    border: #ccc 0 solid !important;
    background-color: transparent;
}

.vdp-datepicker.new-passenger-details-form input[type=text]:focus {
    outline: none;
    border: #ccc 0 solid !important;
}


[type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
    /* opacity: 0; */
  }
   /* [type="date"]::-webkit-inner-spin-button {
    display: none;
  } */
  [type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
  } 

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    background-color: #fafafa;
    height: 45px;
    width: 100%;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
    background-position: 100%;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 0;
}

#sabre-code-bt {
    background-color: #80808029;
    font-size: 13px;
    padding: 0.4rem;
    border-radius: 0.5rem;
    cursor: pointer;
    max-height: 30px;
}

.template-button-success {
    background-color: #4CAF50 !important;
    border: none !important;
    color: white !important;
    padding: 0.5rem !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 13px !important;
    cursor: pointer;
    min-width: 100px;
    display:inline-block;
}

.template-button-cancel {
    background-color: #ca5959 !important;
    border: none !important;
    color: white !important;
    padding: 0.5rem !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 13px !important;
    cursor: pointer;
    min-width: 100px;
    display:inline-block;
}

.template-button-success:first-letter {
    text-transform: uppercase;
}

.template-button-danger {
    background-color: red !important;
    border: none !important;
    color: white !important;
    padding: 0.5rem !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 13px !important;
    cursor: pointer;
    border-radius: .125rem;
    text-transform: capitalize;
    min-width: 100px;
}

/* settings */
.settings-modal {
    position: fixed !important;
    margin: auto !important;
    width: 40% !important;
    height: 100% !important;
    right: 0px !important;
}

.settings-modal {
    height: 100% !important;
}

.settings-modal .modal-body {
    background-color: #1c2331 !important;
    color: white !important;
}

.settings-item {
    padding: 1rem;
    color: white !important;
}

.settings-item:hover {
    background-color: #12161f !important;
}

.settings-modal-header {
    padding: 1rem;
}

.underscore-on-hover {
    color: blue;
    text-decoration: none;
}

.underscore-on-hover:hover {
    text-decoration: underline;
}

select {
    height: 35px !important;
}

.dirty {
    border-color: #5A5;
    background: #EFE;
}

.not-valid-form {
    border-color: red !important;
    background-color: #ff00001f !important;
}

.valid-form {
    border-color: #77e477 !important;
}

.__email-to-item {
    padding: 0.6rem;
    font-size: 13px !important;
    font-weight: normal !important;
    border-left: #ccc 1px solid !important;
    border-right: #ccc 1px solid !important;
    border-top: #ccc 1px solid !important;
    border: 0.2rem;
}

#__emails-to-container-no-child{
    padding: 0.6rem;
    font-size: 13px !important;
    font-weight: normal !important;
    border: #ccc 1px solid !important;
    border-radius: 0.2rem;
}

#__emails-to-container div:first-child{
    border-top: #ccc 1px solid !important;
    border-left: #ccc 1px solid !important;
    border-right: #ccc 1px solid !important;
    border-bottom: #ccc 0 solid !important;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
}

#__emails-to-container div:last-child{
    border-left: #ccc 1px solid !important;
    border-right: #ccc 1px solid !important;
    border-bottom: #ccc 1px solid !important;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.__email-to-item:hover {
    background-color: gainsboro;
}

.hover-bg-gainsboro:hover {
    background-color: gainsboro;
}

.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #2196F3;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

.remove-border-r {
    border-radius: 0 !important;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.vdp-datepicker input[type=text] {
    border: #ccc 1px solid !important;
    /* height: 35px !important; */
    line-height: 35px !important;
    font-size: 13px !important;
    padding: 0 16px !important;
    font-weight: normal !important;
    width: 100% !important;
}

.vdp-datepicker input[type=text]:focus {
    outline: none;
    border: black 1px solid !important;
}

.toast {
    min-height: 60px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
}

.agency-logo-size {
    height: 100%;
    max-height: 44px;
    max-width: 44px;
}

select.template-form {
    padding: 0px 25px 0px 10px !important;
}

strong {
    font-weight: bold !important;
}

/* pagination */

.pagination-item {
    min-width: 30px;
    min-height: 30px;
    text-align: center;
    border-right: 1px solid black;
}

.pagination-item:hover {
    background-color: #00000029;
}

.pagination-item.active {
    background-color: #00000029;
}

.custom-pagination {
    display: flex;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    font-weight: 300 !important;
    font-size: 14px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.per-page-container {
    font-size: 13px;
    min-width: 300px !important;
}

.border-error-input {
    border-color: red !important;
}

.title-error-input {
    color: #ff0000b5 !important;
}

.background-color-error-input {
    background-color: #ff000017 !important;
}

.amount-color-blue {
    color: #0b1f66 !important;
}

.tabs-advance-filter {
    display: flex;
    flex-wrap: wrap;
    background: #e5e5e5;
  }
  .input {
    position: absolute;
    opacity: 0;
  }
  .tab-title {
    width: 100%;
    padding: 10px;
    background: #e5e5e5;
    cursor: pointer;
    font-size: 12px;
    color: #7f7f7f;
    transition: background 0.1s, color 0.1s;
    font-weight: bold;
  }
  .tab-title:hover {
    background: #d8d8d8;
  }
  .tab-title:active {
    background: #ccc;
  }
  .input:focus + .tab-title {
    z-index: 1;
  }
  .input:checked + .tab-title {
    background: #fff;
    color: #000;
  }
  @media (min-width: 600px) {
    .tab-title {
      width: auto;
    }
  }
  .panel {
    display: none;
    padding: 20px 30px 30px;
    background: #fff;
  }
  @media (min-width: 600px) {
    .panel {
      order: 99;
    }
  }
  .input:checked + .tab-title + .panel {
    display: block;
  }
  

.modal-body {
    /* padding: 0 !important; */
}

.gray-text-color {
    color: #898A85 !important;
}

.unselectable {
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.t-and-c-toggler {
    padding: 7px;
    background-color: #f3f3f3;
    border-radius: 6px;
}

.text-button {
    background:none;
    border:none;
    margin:0;
    padding:0;
    cursor: pointer;
    color: var(--ei);
}

.filter-tab-item {
    height: 40px;
    background-color: #ddd;
    padding: 8px;
    border-radius: 10px 10px 0 0;
}

.font-small {
    font-size: 14px;
}


.ticket-protection-icons-button {
    color: #99e592;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease; /* Smooth transition */
}

.ticket-protection-icons-button:hover {
    font-size: 30px;
}

.bg-dark-gray {
    background-color: #d4d4d4;
}


.scrollable-terms {
    width: 100%;  /* Full width of the viewport */ 
    height: 300px; /* Full height of the viewport */ 
    overflow-y: scroll; /* Vertical scroll */ 
    overflow-x: hidden; /* No horizontal scroll */ 
}

.content-wrap {
    width: 200px;
    word-wrap: break-word; /* Ensures words break */
    overflow-wrap: break-word; /* Alternative for modern browsers */
}