@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Thin.ttf");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-ThinItalic.ttf");
	font-weight: 100;
	font-style: italic;
}

/* @font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-ExtraLight.ttf");
	font-weight: 200;
	font-style: normal;
  }
  @font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-ExtraLightItalic.ttf");
	font-weight: 200;
	font-style: italic;
  } */
@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Light.ttf");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-LightItalic.ttf");
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Regular.ttf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-RegularItalic.ttf");
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Medium.ttf");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-MediumItalic.ttf");
	font-weight: 500;
	font-style: italic;
}

/* @font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-SemiBold.ttf");
	font-weight: 600;
	font-style: normal;
  }
  @font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-SemiBoldItalic.ttf");
	font-weight: 600;
	font-style: italic;
  } */
@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Bold.ttf");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-BoldItalic.ttf");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-ExtraBold.ttf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-ExtraBoldItalic.ttf");
	font-weight: 800;
	font-style: italic;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-Black.ttf");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: Roboto;
	src: url("../assets/fonts/Roboto/Roboto-BlackItalic.ttf");
	font-weight: 800;
	font-style: italic;
}

a {
	color: #2D91EB;
}

a:hover,
a:focus {
	color: #182D55;
}

.topnav.navbar.aviasalon-theme {
	background: linear-gradient(to bottom, #182D55 35%, #264875)
}

.sidenav.aviasalon-theme {
	background: #2D91EB;
}

.sidenav-dark.aviasalon-theme .sidenav-menu .nav-link {
	color: rgba(255, 255, 255, .75);
}

.sidenav-dark.aviasalon-theme .sidenav-menu .sidenav-menu-heading,
.sidenav-dark.aviasalon-theme .sidenav-menu .nav-link:hover {
	color: rgba(255, 255, 255, 1);
}

.sidenav-dark.aviasalon-theme .sidenav-menu .nav-link .nav-link-icon,
.sidenav-dark.aviasalon-theme .sidenav-menu .nav-link .sidenav-collapse-arrow {
	color: rgba(255, 255, 255, .5);
}

/* === Nav Bar === */
.dropdown-user .dropdown-menu .dropdown-header .dropdown-user-details .dropdown-user-details-name {
	max-width: 20rem;
}

/* === Nav Toogle === */
.nav-toggle {}

.nav-toggle .nav-item .nav-link {
	color: #6c757d;
	box-sizing: border-box;
	padding: 15px 0 10px;
	border-bottom: 5px solid #f0f0f0;
}

.nav-toggle .nav-item .nav-link.active {
	color: #2d91eb;
	box-sizing: border-box;
	padding: 15px 0 10px;
	border-bottom: 5px solid #2d91eb;
}

/* === Card === */
.card:not([class*=bg-]) .card-header {
	color: #182D55;
}

/* === Form === */
.btn-primary {
	color: #fff;
	background-color: #2D91EB;
	border-color: #2D91EB;
}

.btn-primary:hover,
.btn-primary:focus {
	color: #fff;
	background-color: #377ab7;
	border-color: #377ab7;
}

.btn-outline-primary {
	color: #2D91EB;
	border-color: #2D91EB;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #fff;
	background-color: #2D91EB;
	border-color: #2D91EB;
}

.btn-transparent-light {
	background: transparent;
	border: none;
	color: #fff;
}

/* === Title === */
.page-header.page-header-light .page-header-title {
	color: #182D55;
}

.logo-attach {
	margin-left: 15px;
	font-size: 1.25rem;
	font-weight: bold;
}

.logo-attach .first {
	color: #FFF
}

.logo-attach .last {
	color: #00a9e6
}

/* === Table === */
/* diferent class name T and t */
/* for old and new simpleDateTable */
.datatable-table>thead>tr>th,
.dataTable-table>thead>tr>th {
	background-color: #236db0;
	border-color: rgba(255, 255, 255, 0.25);
	border-top: 1px solid #236db0;
	color: rgba(255, 255, 255, 0.75);
}

.datatable-table>thead>tr>th:first-child,
.dataTable-table>thead>tr>th:first-child {
	border-left-color: #236db0;

}

.dataTable-table>thead>tr>th:last-child,
.datatable-table>thead>tr>th:last-child {
	border-right-color: #236db0;

}

h2.price_title.blue.lgray {
	color: gray;
}
h2.price_title.blue.lgray::before {
	content: "[+] ";
}

img.shadow-box {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	padding: 0.3em;
}

.nav-toggle {}

.nav-toggle .nav-item .nav-link {
	color: #6c757d;
	box-sizing: border-box;
	padding: 15px 0 10px;
	border-bottom: 5px solid #f0f0f0;
}

.nav-toggle .nav-item .nav-link.active {
	color: #2d91eb;
	box-sizing: border-box;
	padding: 15px 0 10px;
	border-bottom: 5px solid #2d91eb;
}

.subnav-inpage {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	gap: 5px;
}
.subnav-inpage-inner-cell {
	flex: 0 1 auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

@media (min-width: 768px) {
	.subnav-inpage-inner-cell {
		flex-direction: row;
	}
}
@media (min-width: 1200px) {
	.subnav-inpage {
		display: flex;
		flex-direction: column;
		height: 100%;
	}
	.subnav-inpage-inner-cell:first-child {
		max-height: 191px;
	}
	.subnav-inpage-inner-cell {
		flex: 1 1 auto;
		flex-direction: column;
	}
	.subnav-inpage-inner-cell > * {
		width: 100%;
	}
}

/* === list-result-log === */
.list-result-log {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list-result-log li + li {
	margin-top: .25em;
}
/* =/= list-result-log =/= */


/* multiswitch */
.multiswitch {
	width: 62px;
	margin: 0 auto;
}
.multiswitch .slide-container {
	position: relative;
	display: flex;
	flex-direction: row;
	padding: 3px;
	gap: 4px;
	background-color: #00CFD5;
	border-radius: 3px;
	box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,.25);
	overflow: hidden;
	transition-property: background;
	transition-duration: .25s;
}
.multiswitch input {
	display: none;
}
.multiswitch .slide-container label {
	display: block;
	flex: 1 1 16px;
	height: 16px;
	cursor: pointer;
}
.multiswitch .slide-container label:hover {
	background: rgba(255, 255, 255, .5);
}
.multiswitch .slide-container span {
	display: block;
	position: absolute;
	left: 3px;
	top: 3px;
	z-index: 1;
	height: 16px;
	width: 16px;
	background: #FFFFFF;
	border-radius: 2px;
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,.25);
	transition: left 0.1s ease-out;
}
.multiswitch label:nth-last-child(3),
.multiswitch label:nth-last-child(3) ~ label {
  width: calc((100% - 8px) / 3);
}

.multiswitch label:nth-last-child(4),
.multiswitch label:nth-last-child(4) ~ label {
  width: 25%;
}

.multiswitch label:nth-last-child(5),
.multiswitch label:nth-last-child(5) ~ label {
  width: 20%;
}

.multiswitch label:nth-last-child(6),
.multiswitch label:nth-last-child(6) ~ label {
  width: 16.6667%;
}



/* all options, first selected */
.multiswitch .slide-container span {
	left: 3px;
  }
  /* 2 options, 2nd selected */
  .multiswitch label:nth-last-child(4) ~ input:nth-child(3):checked ~ span {
	left: 50%;
  }
  /* 3 options, 2nd selected */
  .multiswitch input:nth-child(2):checked ~ .slide-container {
	background: #d2d6dc;
  }
  .multiswitch input:nth-child(2):checked ~ .slide-container.lighting {
	background: #00CFD5;
  }
  .multiswitch input:nth-child(2):checked ~ .slide-container > label:nth-last-child(3) ~ span {
	left: calc(33.3334% + 3px);
  }
  /* 3 options, 3rd selected */
  .multiswitch input:nth-child(3):checked ~ .slide-container > label:nth-last-child(3) ~ span {
	left: calc(66.6667% + 3px);
  }
  /* 4 options, 2nd selected */
  .multiswitch label:nth-last-child(8) ~ input:nth-child(3):checked ~ span {
	left: 25%;
  }
  /* 4 options, 3rd selected */
  .multiswitch label:nth-last-child(8) ~ input:nth-child(5):checked ~ span {
	left: 50%;
  }
  /* 4 options, 4th selected */
  .multiswitch label:nth-last-child(8) ~ input:nth-child(7):checked ~ span {
	left: 75%;
  }
  /* 5 options, 2nd selected */
  .multiswitch label:nth-last-child(10) ~ input:nth-child(3):checked ~ span {
	left: 20%;
  }
  /* 5 options, 3rd selected */
  .multiswitch label:nth-last-child(10) ~ input:nth-child(5):checked ~ span {
	left: 40%;
  }
  /* 5 options, 4th selected */
  .multiswitch label:nth-last-child(10) ~ input:nth-child(7):checked ~ span {
	left: 60%;
  }
  /* 5 options, 5th selected */
  .multiswitch label:nth-last-child(10) ~ input:nth-child(9):checked ~ span {
	left: 80%;
  }
  /* 6 options, 2nd selected */
  .multiswitch label:nth-last-child(12) ~ input:nth-child(3):checked ~ span {
	left: 16.6667%;
  }
  /* 6 options, 3rd selected */
  .multiswitch label:nth-last-child(12) ~ input:nth-child(5):checked ~ span {
	left: 33.3334%;
  }
  /* 6 options, 4th selected */
  .multiswitch label:nth-last-child(12) ~ input:nth-child(7):checked ~ span {
	left: 50%;
  }
  /* 6 options, 5th selected */
  .multiswitch label:nth-last-child(12) ~ input:nth-child(9):checked ~ span {
	left: 66.6667%;
  }
  /* 6 options, 6th selected */
  .multiswitch label:nth-last-child(12) ~ input:nth-child(11):checked ~ span {
	left: 83.3334%;
  }

  .pass-row {
	flex-wrap: nowrap;
	overflow-x: auto;
	margin-left: -1.5rem;
	margin-right: -1.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
  }

  .pass-row::before {
	content: '';
	display: block;
	width: 10px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(242, 246, 252, 1), transparent);
	background: rgb(242, 246, 252);
  }

  .card-pass {
	height: 100%;
	min-width: 210px;
  }
  .card-pass h4 {
	margin: 0 -1.35rem 10px;
	padding: .35rem 1.35rem;
	color: #FFF;
	font-size: 16px;
	text-align: center;
  }
  .card-pass.vip-pass h4 {
	background: #E81500;
  }
  .card-pass ul {
	  margin: 0;
	  padding: 0;
	  list-style: none;
	  font-size: 16px;
	  color: #69707A;
	}
.card-pass li {
	display: flex;
	justify-content: space-between;
}