
body,
html {
    height: 100%;

}

*, *::before, *::after {
    box-sizing: border-box;
}
p {
	font-size: 18px;
}
body {
    color: #000;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'arial-regular', sans-serif;
    background-color: #f3f4f9;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
a {
    color: #003DA6;

}
/**** Dashboard Page Start****/
.wrapper {
  display: flex;
     /* background-color: #e6e9f0;*/
}
.left-section {
      width: 20%;
    position: fixed;
    height: 100%;
}
.right-section {
  width: 80%;
      margin-left: 21%;
}
.menuitems {
    background-color: #0053a1;
    border-radius: 20px;
    padding-left: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: 100vh;
    background-image: url(../images/menu-bg.png);
    background-position: 0px 214px;
    background-repeat: no-repeat;
    background-size: contain;
}
.menuitems ul {
  margin: 0px;
      padding: 0;
}
.menuitems ul li {
  list-style: none;
}
.menuitems ul li a {
      color: #ffffff;
    padding: 5px 0px;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    padding-left: 10px;

}
.menuitems ul li a i {
      color: #bcdfff;
    background: #014687;
    padding: 8px;
    border-radius: 30px;
    width: 40px;
    height: 40px;
    text-align: center;
    /* display: flex; */
    font-size: 20px;
    margin-right: 8px;
}
.menuitems ul li .active {
      background: #e6e9f0;
    color: #0053a1;
    border-radius: 30px 0px 0px 30px;
}
.menuitems ul li .active i {
      background: #00aeef;
}
.top-header {
position: fixed;
    width: calc(100% - 22%);
    left: 21%;
    z-index: 1;
    background-color: #0053a1;
    border-radius: 20px;
    padding: 6px;
    height: 60px;
}
.toggle-icon img {
      width: 24px;
      cursor: pointer;
}
.right-section {
    margin-top: 53px;
}
.wrapper {
    padding: 10px;
  /*  height: 100vh;*/
}
.logo {
    padding: 10px;
    text-align: center;
}
/*.main-content {
      padding: 15px;
    margin-top: 22px;
}*/
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #1a7ad1;
}
.header-search input {
    background-color: #0053a1;
    border: 0px;
    border-bottom: 1px solid #1a7ad1;
    border-radius: 0px;
    color: #ffffff;
}
.header-search .form-control:focus {
    color: #ffffff;
    background-color: #0053a1;
    border-color: none;
    outline: 0;
    box-shadow:none;

}
.search-section {
  display: flex;
}
.search-section .dropdown .dropdown-toggle {
      color: #ffffff;
}
.header-search {
      margin-right: 58px;
}
.search-section .dropdown {
      padding: 13px;
}
.bell-icon {
    padding: 8px;
    font-size: 22px;
    margin-right: 15px;
    color: #cbdceb;
}
.search-section .dropdown-item.active, .dropdown-item:active {
      background-color: #0053a1;
}
.toggle-icon {
      padding: 11px;
}
.dashboard_view {
  display: flex;
  background-color: white;
    border-radius: 15px;
    padding: 15px;
    box-shadow: 1px 5px 8px #0000000d;
        justify-content: space-between;
}
.dash_data h2 {
        font-size: 30px;
    margin-bottom: 2px;
}
.dash_data p {
  margin: 0;
    color: #5e5e5e;
    font-weight: 300;
    margin-bottom: 14px;
    font-size: 16px;
}
.dash_data span i {
  color: #0080cb;
}
.dash_data span {
  color:#5e5e5e;
      font-size: 14px;
}
.data_content img {
      background-color: #e6e9f0;
    border-radius: 50px;
    padding: 8px;
}
.data_content {
        line-height: 100px; 
}
.fullwidthPanel .left-section{
    width: 5%;
}
.fullwidthPanel .left-section .menuitems span{
  display: none; 
}
.fullwidthPanel .top-header {
  width: calc(100% - 8%);
    left: 7%;
}
.fullwidthPanel .right-section {
      width: 94%;
    margin-left: 6%;
}
.fullwidthPanel .menuitems {
      padding-left: 0px;
}
.fullwidthPanel  .menuitems ul li .active {
  border-radius: 0px;
}
.card-title {
   
    padding: 15px 10px;

    border-bottom: 1px solid #e6e6e6;
}
.card-title h3 {
      margin-bottom: 0;
    font-size: 24px;
}
.formpages .card {
  border-radius: 10px;
    border: 0px;
    box-shadow: 0px 4px 13px #00000017;
}
/****Dashboard Page end****/


/*.login-bg {    
    background: url('../../img/straightflight_cover_photo.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}*/
.login-form-section {
    /*width:849px;
  margin: 4rem auto;
  border: solid 4px #59b7fe;
  border-radius: 14px;
  background: #0b3b61;
  display: flex;
  justify-content: space-between;*/
}
.login-left {
  padding: 30px 30px 0px 50px;
  width: 65%;
}
.login-form-section .login-left h1 {
  font-size: 40px;
  color: #fff;
  font-style: 300;
  margin:0 0 3rem 0;
}

.login-form-section fieldset {
  margin-bottom: 2.5rem;
} 
.login-form-section .form-control {
  padding-left:0;
  padding-right: 0;
  border: 0;
  border-bottom: solid 2px #d0d0d6;
  background: transparent;
  border-radius: 0;
  color: #d0d0d6;
}
.login-form-section .form-control:focus {
  color: #ffffff;
  background-color:transparent;
  outline: none;
  box-shadow: none;
}
.login-form-section .form-group label {
  font-size: 16px;
  color: #d0d0d6;
  margin: 0 0 .5rem 0;
}
.login-form-section .form-group {
  position: relative;
}
.login-form-section .form-group i {
  font-size: 24px;
  color: #00aff1;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.forgot-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.forgot-section .form-group, .forgot-section .form-group label {
  margin-bottom: 0px;
}

.custom-check {
  display: none;
}

.custom-check+label {
  color: #645f5f;
  font-size: 13px;
  position: relative;
  margin: 0;
  padding-left: 30px;
  font-weight: normal;
}

.custom-check+label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  border: 2px solid #ddd;
  left: 0;
  top: 0px;
  transition: all 0.3s;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}

.custom-check:checked+label:before {
  background: #fff;
  border-color: #045fa9;
}

.custom-check+label:after {
  width: 12px;
  height: 7px;
  position: absolute;
  content: "";
  transition: all 0.3s;
  left: 4px;
  border: 2px solid transparent;
  transform: rotate(0deg);
  top: 4px;
}

.custom-check:checked+label:after {
  border-left-color: #045fa9;
  border-bottom-color: #045fa9;
  transform: rotate(-45deg);
}
.forgot {
  font-size: 15px;
  color: #d0d0d6;
  text-decoration: underline;
}
.forgot:hover {
  color: #fff;
}
.login-right {
  width: 35%;
  background: #052c4b;
  border-radius: 0 14px 14px 0;
}
.login-logo img {
  width: 100%;
  border-radius: 0 10px 0 0;
}
.login-btn {
  background: #fff;
  border-radius: 50px;
  padding: .5rem 4rem;
  font-size:24px;
  color: #052c4b;
  font-weight:600;
  text-transform: uppercase;
  border: 0;
  margin: 4rem 0 2rem 0;
  float: right;
}
.register {
  font-size:22px;
  color: #bbc6cd;
  text-transform: uppercase;
  padding:0 3rem 0 3.5rem;
  text-decoration: underline;

}
.register:hover {
  color: #fff;
}
.login-right h1 {
  font-size: 26px;
  color: #fff;
  line-height: 42px;
  font-weight: normal;
  padding: 5rem 3.5rem 2rem 3.5rem;
}


@media screen and (max-width: 768px) {
  .login-form-section {
    width:100%;
  }
  .login-right h1 {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .login-bg {
      background-size: auto;
      overflow: inherit;
  }
  .login-form-section {
    flex-flow: column;
    width: 90%;
    margin: 1rem 1rem;
  }
  .login-left {
    width: 100%;
    padding:22px;
  }
  .login-right {
    width: 100%;
    padding:0 0 20px 0;
  }
  .login-form-section .form-group label, .forgot {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .login-form-section .form-group label, .forgot {
    font-size: 13px;
  }
  .login-left {
    padding: 12px;
  }
}

.swal2-icon .swal2-icon-content {
    display: flex !important;
    align-items: center !important;
    font-size: 50px !important;
}
.upload-text {
    font-size: .8rem;
    text-align: center;
    color: #045487;
    font-weight: 600;
}
.slider.slider-nav.slider-thumbimages.slick-initialized.slick-slider {
    margin-top: 2rem;
}
.booking-custom .row .col-md-4{

    padding:10px 20px;
}
.booking-custom{
    margin-bottom:1rem;
}
table.customtt1 tbody tr td {
    vertical-align: top;
    padding: 0px 5px;
}
@media only screen and (max-width: 1300px){
    .container-custom{
        width:100%;
        max-width:95%;
    }
    .search-hotel-fitter {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .confirmationtext1 {
        padding: 20px 10px;
        width: 33%;
    }
        .confirmationtext1 h2 {
            font-size: 28px;
            font-family: 'Bebas Neue';
            color: #04203a;
            margin: 0px;
        }

        .confirmationtext1 p {
            color: #0724fc;
            margin: 0;
            font-size: 17px;
        }
}

@media only screen and (max-width: 768px) {
    .container-custom {
        width: 100%;
        max-width: 95%;
    }

    .search-hotel-fitter {
        align-items: center;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .confirmationtext1 {
        padding: 20px 10px;
        width:50%;
    }
        .confirmationtext1 h2 {
            font-size: 24px;
            font-family: 'Bebas Neue';
            color: #04203a;
            margin: 0px;
        }
        .confirmationtext1 p {
            color: #0724fc;
            margin: 0;
            font-size: 14px;
        }
}