.ui-widget-header {
    background-color: var(--color-second) !important;
  }
.ui-state-default, .ui-widget-content .ui-state-default,.ui-widget-header{
  background-color: #f8f9fa !important;
}
.ui-widget-header{
  background-color: var(--color-second) !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--color-first) !important;
    background: var(--color-first) !important;
    color: #fff !important;
}
textarea{
  resize: none;
}
::placeholder{
  font: 1.3rem;
}
.trip-form-section{
  background: url(../img/aboutBg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.multi-select-container {
  position:relative;
}
.multi-select-menu {
  position:absolute;
  left:0;
  top:0.8em;
  float:left;
  width:50%;
  height:auto;
  background:#fff;
  margin:1em 0;
  padding:0.4em;
  padding-left: 1em;
  border:1px solid #aaa;
  box-shadow:0 1px 3px rgba(0,0,0,0.2);
  display:none;
  z-index: 999;
  overflow-y: scroll;
}
.multi-select-menuitem--titled:before {
    display: block;
    font-weight: bold;
    content: attr(data-group-title);
    margin: 0 0 0.25em 0px;
    color: #272660;
}
.multi-select-menu input {
  margin-right:0.3em;
  vertical-align:0.1em;
}
.multi-select-button {
  display:block;
  font-size:0.875em;
  padding:0.4em 0.6em;
  max-width:100%;
  height: calc(2.25rem + 2px);
  white-space:nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
  vertical-align:-0.5em;
  background-color:#fff;
  border:1px solid #aaa;
  border-radius:0px;
  color: #666;
  cursor:default;
}
.multi-select-button:after {
  content:"\f107";
  font-family: FontAwesome;
  display: inline-block;
  position: absolute;
  right: 5px;
  top:20%;
  font-weight: bold;
}
.multi-select-container--open .multi-select-menu,.multi-select-menuitems label {display:block; }
.multi-select-container--open .multi-select-button:after {
  border-width:0 0.4em 0.4em 0.4em;
  border-color:transparent transparent #999 transparent;
}

@media only screen and (max-width: 600px){
  .multi-select-menu{
    padding:0.3em;
    padding-left: 0.5em;
  }
}
.form-check-input{
  margin-top: .4rem;
}
.notdisplay{
  display: none;
}
.formsection label,.account-form label,.membershipSection label,.buy-gift-card-Section label{
  font-size: 1.1rem;
  color: #000;
}
.flightClassCheckboxButtons label{
  color: #5d646d;;
}
/*============================= RADIO BUTTON DESIGN ==========================*/
.flightTypeRadioButtons {
     list-style-type:none;
     padding:0;
}
.flightTypeRadioButtons .form-check {
     float:left;
     margin:0 5px 0 0;
     padding:10px 200px;
    height:45px;
    position:relative;
}
.flightTypeRadioButtons label, .flightTypeRadioButtons input[type="radio"] {
    display:block;
    position:absolute;
    top:8px;
    left:0;
    right:0;
    bottom:0;
}

.flightTypeRadioButtons input[type="radio"] {
    opacity:0.011;
    z-index:100;
}

.flightTypeRadioButtons input[type="radio"]:checked + label {
    background:var(--color-second);;
     border:1px solid var(--color-second);; 
    color: #fff;
}

.flightTypeRadioButtons label {
  background: #fff;
     padding:5px 20px 5px 10px;
     border:1px solid #272660; 
     cursor:pointer;
    z-index:90;
    color: #272660;
}
/*=============================  CUSTOM CHECKBOX BUTTON DESIGN ==========================*/
.customcheckbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.customcheckbox label {
  position: relative;
  cursor: pointer;
}

.customcheckbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #272660;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -5px;
}

.customcheckbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid var(--color-second);;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.dateCustomCheckbox.customcheckbox label:before,.plan-personalize-block .customcheckbox label:before{
  padding: 7px;
}
.dateCustomCheckbox.customcheckbox label,.plan-personalize-block .customcheckbox label{
  font-size: 0.9rem;
}
.dateCustomCheckbox.customcheckbox input:checked + label:after,.plan-personalize-block .customcheckbox input:checked + label:after{
  top: 5px;
    left: 6px;
    width: 6px;
    height: 10px;
}
.personalDetailCard .btn-yellow,.flight-multicity-block .btn-yellow{
  padding: 5px 24px !important;
}
.flight-multicity-block .btn-transparent{
  padding: 10px 20px !important;
}
.btn-blue {
    color: #fff;
    border-color: #1b2c58 ;
    background-color: #1b2c58 !important;
    cursor: pointer;
    outline: none;
    padding: 10px 24px !important;
    background: none;
    transition: all 0.2s ease 0s;
    text-shadow: none;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
}
.btn-blue:hover{
  color: #fff;
}
@media only screen and (max-width: 992px){
  .flightTypeRadioButtons .form-check{
    padding: 10px 120px;
  }
}
@media only screen and (max-width: 768px){
  .flightClassCheckboxButtons .form-check{
   margin-bottom: 20px;
  }
}
/*=============================  CUSTOM RADIO BUTTON DESIGN ==========================*/
.plan-option-radio-buttons [type="radio"]:checked,
.plan-option-radio-buttons [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.plan-option-radio-buttons [type="radio"]:checked + label,
.plan-option-radio-buttons [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    margin-bottom: 0;
    padding-top: 3px;
}
.plan-option-radio-buttons [type="radio"]:checked + label:before,
.plan-option-radio-buttons [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border: 1px solid var(--color-second);;
    border-radius: 100%;
    background: #fff;
}
.plan-option-radio-buttons [type="radio"]:checked + label:after,
.plan-option-radio-buttons [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-second);;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.plan-option-radio-buttons [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.plan-option-radio-buttons [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.plan-option-radio-buttons .form-group:nth-child(1){
  margin-right: 50px;
}
.account-form .plan-option-radio-buttons .form-group{
  margin-right: 20px;
}
.plan-personalize-block .customcheckbox .allcheckboxClicked ~ label{
  color: #000;
  margin-bottom: 0;
}

button:focus{
  outline: none !important;
  box-shadow: none !important;

}
.multi-select-menu{
  width: 100% !important;
  height: 250px;
  overflow-y: scroll;
}