﻿body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
  background-color: #F4F5FA;
  font-family: 'Source Sans Pro', sans-serif; }

.top-bar {
  background: #fff;
  padding: 10px 0; }

.top-bar h2 {
  font-size: 24px;
  margin-bottom: 0;
  padding-left: 16px; }

.bottom-bar {
  background-color: #fff;
  height: 55px;
  border-radius: 6px;
  padding: 0 15px;
  margin: 20px 26px 0; }

.d-box-wrap {
  width: 19%;
  height: 100px;
  background-color: #fff;
  border-radius: 6px; }

.big-box-wrap {
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 14px; }

.table-wrap-box {
  width: 100%;
  /*height: 300px;*/
  background-color: #fff;
  border-radius: 6px;
  margin-top: 30px; }

.wrap-box {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 23px;
  margin-bottom: 20px; }

.wrap-box p {
  color: #8898aa;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  padding-top: 10px;
  text-align: justify; }

.wrap-body {
  margin-top: 30px;
  padding: 0 15px; }
  .wrap-body .dynamic-box {
    display: flex;
    justify-content: space-between; }

.d-box-wrap {
  padding: 20px; }

.dash-list {
  list-style: none;
  padding: 0px;
  margin: 0 !important; }

.dash-list li:nth-child(1) {
  color: #8898aa;
  text-transform: uppercase;
  font-size: 14px; }

.dash-list li:nth-child(2) {
  font-size: 30px;
  color: #32325d;
  margin-top: 10px;
  font-weight: 600; }

.d-box-wrap-content {
  display: flex;
  justify-content: space-between; }

.icon-shape {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 3rem;
  width: 3rem;
  background-color: #f5365c;
  border-radius: 50%;
  margin-top: 5px; }

.shpe-clr-two {
  background-color: #11cdef; }

.shpe-clr-three {
  background-color: #fb6340; }

.shpe-cl-four {
  background-color: #85cd26; }

.shpe-cl-five {
  background-color: #7367f0; }

.icon-shape i {
  color: #fff;
  font-size: 1.25rem; }

.table-wrap-box h5 {
  color: #32325d;
  padding: 15px 14px;
  margin-bottom: 0; }

.big-box-wrap h5 {
  color: #32325d;
  margin-bottom: 0;
  padding-bottom: 10px; }

.choose-list {
  display: flex;
  list-style: none;
  padding-left: 0; }
  .choose-list li:nth-child(1) {
    margin-right: 10px; }

.itenary-form label {
  margin-bottom: 5px;
  font-size: 14px;
  color: #8898aa;
  font-family: 'Source Sans Pro', sans-serif;
  text-transform: capitalize; }

.itenary-form .custom-text-area {
  height: 150px; }

.main-table-design table {
  width: 100%;
  text-align: center; }

.main-table-design table th:nth-child(2), .main-table-design table td:nth-child(2) {
  text-align: left; }

.main-table-design table th {
  color: #8898aa;
  padding: 12px 17px;
  font-size: 15px;
  background-color: #f6f9fc;
  font-weight: 400;
  border-bottom: 1px solid #e9ecef;
  border-top: 1px solid #e9ecef; }

.main-table-design table td {
  color: #8898aa;
  padding: 12px 17px;
  font-size: 14px;
  background-color: #fff;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
  border-bottom: 1px solid #e9ecef; }

.main-table-design table th:nth-child(1) {
  width: 80px; }

.ite-wrap a {
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
  transition: all .3s ease-in-out;
  display: flex; }

.ite-wrap a ul {
  list-style: none;
  padding: 0;
  margin: auto;
  font-family: 'Lato', sans-serif; }

.ite-wrap {
  display: flex;
  text-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 30px;
  text-decoration: none;
  color: #333;
  transition: all .3s ease-in-out; }

.ite-wrap a:hover {
  background-color: #f5365c;
  color: #fff; }

.manage-ite-wrap label {
  color: #32325d;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 1.25rem; }

.manage-ite-wrap ul {
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex; }
  .manage-ite-wrap ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-right: 5px;
    font-family: "Lato", sans-serif; }

.manage-ite-wrap .ite-header {
  border-bottom: 2px solid #e9ecef; }
  .manage-ite-wrap .ite-header .ite-header-box {
    padding: 10px;
    background-color: #416ea7; }

.ite-tabs {
  border-bottom: none !important; }
  .ite-tabs .nav-link {
    border: 1px solid #416ea7;
    border-radius: 0 !important;
    color: #416ea7; }
  .ite-tabs .nav-link.active {
    border-color: #416ea7;
    color: #fff;
    background-color: #416ea7; }
  .ite-tabs .nav-link:hover {
    border-color: #416ea7 !important; }

.ite-tabs-box label {
  display: block;
  padding: 15px 0; }

.hotel-list {
  padding-left: 14px;
  margin-top: 20px; }
  .hotel-list li {
    color: #8898aa;
    font-size: 16px;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    line-height: 30px; }

.manage-ite-wrap-box {
  padding: 15px; }
  .manage-ite-wrap-box .nav-link {
    padding: 2px 15px !important;
    font-weight: 400;
    font-family: 'Lato', sans-serif; }

.ite-body {
  padding: 15px 0;
  margin: 0 15px;
  border-bottom: 1px solid #ddd; }
  .ite-body label {
    font-size: 16px !important;
    padding-bottom: 0 !important; }
  .ite-body .ite-body-flex-container {
    display: flex;
    height: auto;
    align-items: center; }
    .ite-body .ite-body-flex-container .ite-body-flex-items {
      margin-right: 5px; }
    .ite-body .ite-body-flex-container .preview-img img {
      width: 32px; }

.manage-ite-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 30px; }

.config-ite-img img {
  width: 100%; }

.manage-box-wrap {
  width: 100%;
  border: 1px solid #DDD; }
  .manage-box-wrap .hotel-img-container img {
    width: 100%; }
  .manage-box-wrap .manage-box-right-wrap label {
    padding: 10px 0; }
  .manage-box-wrap .manage-box-right-wrap h6 {
    font-size: 14px;
    font-family: "Lato", sans-serif;
    color: #8898aa; }
  .manage-box-wrap .manage-box-right-wrap p {
    font-size: 14px;
    font-family: "Lato", sans-serif; }

select, .custom-form-control {
  width: 100%;
  padding: .375rem .75rem;
  border: 1px solid #ced4da;
  /*border-radius: .25rem;*/ }

.login-form-wrap {
  padding: 60px 65px;
  background-color: #fff;
  height: 100vh; }
  .login-form-wrap p {
    font-size: 16px;
    font-family: "Lato", sans-serif;
    color: #8898aa; }
  .login-form-wrap a {
    background-color: #416ea7;
    width: 100%;
    color: #fff;
    padding: 10px;
    margin-top: 10px;
    border: none;
    display: inline-block;
    text-align: center;
    text-decoration: none; }

/*.check-flex-wrap {
    display: flex;
    height: auto;
    align-items: center;
}*/
.form-label label, .form-label {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #8898aa;
  margin-bottom: 5px; }
