#mainheader {
    margin: auto;
    width: fit-content;
    border-bottom: 2px solid #ddd;
}
#subtabs {
    margin: auto;
    width: fit-content;
    /* border-bottom: 2px solid #ddd; */
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #555;
    cursor: pointer;
    background-color: #fff;
    font: icon;
    color: #337ab7;
    line-height: 1.5;
    border: none;
    border-bottom: 3px solid #337ab7
}
.nav-tabs {
    border-bottom: none !important;
}
.nav-tabs>li {
  text-align: center !important;
}

#mainheader>.nav-tabs>li>a {
  font-size: 18px !important;
  min-width: 10em;
}
#subtabs>.nav-tabs>li>a {
  min-width: 6em;
}
#mainheader>.nav-tabs>li>.active {
  font-weight: 600;
} 
.switch {
    position: relative;
    display: inline-block;
    width: 39px;
    height: 23px;
  }
  
  .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fe0000;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #3c763d;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #3c763d;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }
  .b2b {
    width: 40px;
    border-top-right-radius: 10px;
    padding: 3px !important;
  }
  .b2c {
    width: 40px;
    border-top-right-radius: 10px;
    padding: 3px !important;
    margin-right: 100px;
  }
  td {
    /* text-align: center !important; */
    vertical-align: middle !important;
  }
  .rateplan-list-container {
    margin-right: -15px !important;
    margin-left: -15px !important;
    padding-right: 0px !important;
  }
  #footer {
  padding-top: 20px !important;
}
.disableStyle{
  height:15px;
  width:15px;
}

.tooltip-inner {
  background-color: white !important;
  color: black !important;
  border: 1px solid #ccc !important;
  padding: 10px !important;
  border-radius: 5px !important;
  min-width: 400px !important; 
  /* word-wrap: break-word;  */
  text-align:left;
}
.tooltip-arrow {
  border-bottom-color: white !important; /* Adjust the tooltip arrow color */
}
  @media (min-width: 1200px){
	  ui-view>.container{
		  width:90%;
		  max-width: 1570px;
	  }
  }


  @media (min-width: 768px) {
    .my-text-box-width {
      min-width: 400px !important; /* Increase width to 400px on screens with min width of 769px (desktop view) */
    }
  }
  
  /* Hotel Search navbar visible on mobile device */
  @media (max-width: 767px) {
      .navbar-inverse #myNavbar {
          display: block !important;
          height: auto !important;
      }
      
      .navbar-inverse .navbar-form .form-control,
      .navbar-inverse .navbar-form .btn-group {
          width: 100%;
          margin-bottom: 10px;
      }
  }

  /* Mobile modal improvements */
  @media (max-width: 767px) {
    /* Force override Bootstrap modal-sm fixed width */
    .modal-dialog,
    .modal-sm {
        width: auto !important;
        max-width: 100vw !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
    }
    
    /* Prevent horizontal scroll */
    .modal-content {
        overflow-x: hidden;
    }
    
    /* Adjust modal header */
    .modal-header {
        padding: 15px;
    }
    
    .modal-header .modal-title {
        font-size: 16px !important;
        word-wrap: break-word;
    }
    
    /* Adjust modal body */
    .modal-body {
        padding: 15px;
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
    
    /* Adjust modal footer */
    .modal-footer {
    padding: 15px;
    text-align: left !important;
    }

    /* Stack buttons vertically on mobile */
    .modal-footer .btn {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0 !important;
        margin-right: 0 !important;
        display: block;
    }

    .modal-footer .btn:last-child {
        margin-bottom: 0;
    }
  } 
  
  