:root{
	--default_bg:rgb(238, 248, 255);
	--default_btn:rgb(0, 196, 0);
	--default_btn_color:rgb(251, 254, 255);
	--default_menu_color:rgb(56, 56, 56);
	--default_hover_bg:rgba(56, 56, 56, 0.121);
	--default_hover_btn_bg:rgba(242, 242, 242, 0.934);
	--default_hover_color:rgba(59, 75, 252, 0.934);
	--primary_bg:rgb(7, 147, 255);
}

.btn{
  color: var(--default_btn_color);
  background: var(--default_btn);
  outline: none;
}
.btn:hover{
	color: var(--default_btn_color);
	background: var(--default_btn);
}
.card{
  border-radius: 10px;
  padding: 20px 30px;
  box-shadow: 1px 1px 1px 1px rgba(117, 0, 219, 0.091);
  background: var(--);
}

html, body{
  height: 100%;
  background-size:cover;
}

p{
	margin: 0;
}
h6{
	font-weight: normal;
	margin: 0;
	font-size: 12px;
}
i{
	font-size: 19px;
}
p{
	font-weight: bold;
}
.btn{
	font-weight: bold;
	color: #f8f8f8;
	transition: .4s all ease;
}
.btn:hover{
	transform: scale(1.1, 1.1);
}
.btn:active{
	border: 1px solid rgb(255, 255, 255);
}
a:hover{
	text-decoration: none;
}

.space-between{
	display: flex;
	justify-content: space-between;
}
.box-border{
	border-radius: 5px;
	background: #f7f7f7;
	border: 1px solid rgb(208, 208, 208);
	padding: 10px;
}


.btn.primary{
	background: rgb(18, 38, 255);
	border-radius: 20px;
	box-shadow: 2px 2px 3px 2px rgba(29, 232, 255, 0.258);
	transition: all .5s ease;
	padding: 5px 20px;
}
.btn.primary:active{
	transform: scale(1.1);
}

input.form-control{
	transition: all .5s ease;
	z-index: 1;
}

input.form-control:focus{
	transform: scale(1.03);
	margin: 0;
}

.wrapper{
  overflow: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100%;
  background-size:cover;
}
.wrapper.auth{
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  height: 100%;
  display: ;
  background: rgba(1, 22, 67, 0.365);
}

input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-group{
	position: relative;
}
.form-group .form-control{
	box-shadow: 3px 3px 3px 1px rgba(249, 254, 254, 0.989);
	background: #f8f8f8;
}
.form-group label{
	height: 15px;
	position: absolute;
	left: 10px;
	top: -10px;
	line-height: 13px;
	padding: 0px 5px;
	font-size: 13px;
	background: #fff;
	z-index: 2;
}

.container.auth{
	overflow: hidden;
    width: 100%;
    max-width:380px;
    min-height:90%;
	height: auto;
    margin: 0px auto;
	box-shadow: none;
	padding: 30px auto;
}
.container.auth.register{
    max-width: 550px;
}
.container.auth .card{
	box-shadow: none;
	margin: 10px 0;
}
.container.auth .row{
	padding: 10px 0;
	grid-row-gap: 20px;
}

.headline{
	margin: 20px auto;
	text-align: center;
}

.drop_container{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.119);
	z-index: 100;
	left: 100000px;
}
.drop_container.active{
	left: 0;
}

.preloader{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	background: rgba(0, 0, 0, 0.205);
	z-index: 100;
	left: 100000px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.preloader img{
	width: 50px;
	height: 50px;
	user-select: none;
	-webkit-user-drag: none;
}
.preloader.active{
	left: 0;
}

.container{
	overflow: hidden;
	width: 90%;
	max-width: 960px;
	border-radius: 20px;
	margin: 20px auto;
	padding: 10px 10px;
	box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.178);
}

.container.page{
	background: rgba(238, 249, 255, 0.909);
	padding: 10px;
}
.container.no-hidden{
	overflow: visible;
}
.container .heading{
	padding: 15px 20px;
	border-bottom: 1px solid rgb(186, 186, 186);
	background: #fff;
}
.container .heading h4{
	cursor: pointer;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.container .heading h4 i{
	font-size: 30px;
	line-height: 90%;
}
.container .heading h4 a{
	display: flex;
	justify-content: center;
	align-items: left;
	color: var(--content_color);
}
.container>.card{
	margin: 20px;
}
.container>.section{
	margin: 20px;
}

.container .table-responsive{
	width: 90%;
	margin: 20px;
	padding: 10px 5px;
	background: #fff;
}
.container .table{
	margin: 0px;
}


.min-card{
	max-width: 500px;
	width: ;
	height: auto;
	margin: 10px 20px;
	padding: 10px;
	border-radius: 10px;
	border: 1px solid green;
	background: rgba(1, 117, 7, 0.089);
	color: rgb(1, 160, 1);
}

.sidebar_menu{
	overflow: hidden;
	width: 90%;
	max-width: 300px;
	height: 100%;
	position: fixed;
	background: rgba(14, 14, 14, 0.212);
	transition: 1s all ease;
	top: 0;
	right: 0;
	right: -150%;
	z-index: 150;
	box-shadow: -20px 0 30px 5px rgba(0, 0, 0, 0.267);
	width: 1px;
	height: 1px;
}
.sidebar_menu.active{
	transition: .4s all ease;
	right: 0;
	width: 90%;
	max-width: 300px;
	height: 100%;
}
.sidebar_menu .menu{
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	max-width: 300px;
	min-height: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	background: white;
}
.sidebar_menu .menu::-webkit-scrollbar{
	display: none;
}
.sidebar_menu .min-card{
	min-height: 60px;
}


.menu .profile{
	min-height: 70px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 10px;
	border-bottom: 2px solid rgb(196, 213, 255);
}
.menu .profile .pic{
	border: 1px solid rgb(221, 221, 221);
	min-width: 50px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	user-select: none;
	-webkit-user-drag: none;
}
.menu .profile .info{
	min-width: 50px;
	width: 100%;
	height: 100%;
	padding: 10px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	gap: 2px;
}
.menu .profile .info .id{
	font-size: 13px;
}



.menu .navbar{
	padding: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	display: block;
}
.navbar-nav{
	width: 100%;
}
.menu .navbar .nav-item{
	width: 100%;
}
.menu .nav-link{
	display: flex;
	align-items: center;
	gap: 10px;
	width: 100%;
	height: 45px;
	padding: 0 20px;
	font-size: 15px;
	color: var(--default_menu_color);
}
.menu .nav-link .bx{
	font-size: 18px;
}
.menu .nav-link:hover{
	background: var(--default_hover_bg);
	color: var(--default_hover_color);
}



.header_content{
	background: rgb(46, 1, 181);
}



.header{
	width: 100%;
	height: 70px;
	background: rgba(0, 0, 0, 0.096);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header .logo{
	display: block;
	padding: 10px 30px;
}
.header .logo img{
	max-height: 40px;
}

.header .navbar-nav{
	display: flex;
	flex-direction: row;
	justify-content: right;
	gap: 20px;
}
.header .navbar-nav .nav-item{
	overflow: hidden;
	padding: 0 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .navbar-nav .nav-link{
	color: rgb(252, 252, 252);
	padding: 0;
	border-radius: 5px;
	padding: 5px 10px;
}
.header .navbar-nav .nav-link:hover{
	color: var(--default_hover_color);
	background: var(--default_hover_btn_bg);
}
.header .navbar-nav .btn{
	margin: 0;
}
.menuOn{
	line-height: 20px;
	font-size: 30px;
	margin-right: 20px;
}




.page_content{
	width: 100%;
	min-height: 300px;
	background: ;
}





.sector_section{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 50px 10px;
	display: none;
}

.sector_section.show{
	display: block;
}
.sector_section .sectors{
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}
.sector_section .sectors .short-card{
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	max-width: 340px;
	height: 60px;
	border-radius: 8px;
	box-shadow: 2px 2px 3px 1px rgba(7, 7, 7, 0.201);
	color: #000;
}
@media (min-width:300px) and (max-width:650){
	.sector_section .sectors{
		grid-gap: 10px;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}
.sector_section .sectors .short-card:hover{
	box-shadow: 0px 2px 2px 1px rgba(7, 7, 7, 0.098);
	text-decoration:dashed;
}
.sector_section .sectors .short-card img{
	min-width: 60px;
	height: 100%;
}
.sector_section .sectors .short-card .name{
	width: 100%;
	height: 100%;
	padding: 0 5px;
	display: flex;
	justify-content: left;
	align-items: center;
}
.sector_section a:hover{
	text-decoration: none;
}



.container.info{
	margin: 50px auto;
	box-shadow: none;
	border: 1px solid rgba(149, 83, 255, 0.388);
	background: #3f0bcd;
	padding: 10px 20px;
}

.container.info .main{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: space-between;
	color: #fff;
}
.container.info .main .left{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: left;
}
.container.info .main h4{
	margin: 0;
}
.container.info .main p{
	margin: 0;
}
.container.info .main .right {
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	align-items: center;
}
.container.info .main .right .btn{
	cursor: pointer;
	padding: 8px 30px;
	border-radius: 30px;
	border: 1px solid rgb(21, 21, 255);
	background: #5a1eff;
	box-shadow: 2px 2px 2px 1px rgba(19, 19, 19, 0.347);
}




/* ====================
all sector search home page
====================*/
.flight_date::-webkit-calendar-picker-indicator{
    display: none;
}

.flight_date::-webkit-input-placeholder{ 
    visibility: hidden !important;
}

.clander_box{
	overflow: hidden;
	width: 350px;
	height: auto;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -170px; /* Negative half of height. */
	margin-left: -175px;
	z-index: 55667;
	display: none;
	box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.402);
}
.clander_box.active{
	display: block;
}




.container.home{
	overflow: visible;
	height: auto;
	position: relative;
	padding: 20px;
}
.container.home>form>.row{
	margin: 20px 0;
}
.container.home .dropdown_box{
	margin: 10px auto;
	max-width: 400px;
}
.container.home .filter_btn{
	width: 90%;
	display: flex;
	justify-content: center;
	position: absolute;
	top: 100%;
}
.container.home .filter_btn .btn{
	cursor: pointer;
	border-radius: 30px;
	background: #0326d6;
	padding: 12px 40px;
	font-size: 18px;
	position: absolute;
	top: -25px;
}.container.home .filter_btn .btn:disabled{
	background: #0326d6;
	opacity: 1;
}



.dynamic_model{
	overflow: hidden;
	width: 60%;
	min-width: 500px;
	height: 80%;
	border-radius: 10px;
	left: 20%;
	top: 10%;
	position: fixed;
	background: #fff;
	display: none;
	z-index: 99999;
	padding: 5px;
	flex-direction: column;
}
.dynamic_model.active{
	display: flex;
}
.dynamic_model a{
	color: #000;
}.dynamic_model a:hover{
	text-decoration: none;
}
.dynamic_model .heading{
	display: flex;
	justify-content: space-between;
	height: 40px;
	min-width: 40px;
	padding: 5px 10px;
	width: 100%;
	border-bottom: 1px solid rgb(211, 211, 211);
}
.dynamic_model .heading h3{
	padding: 0 10px;
}
.dynamic_model .heading .btn{
	display: flex;
	border: none;
	background: none;
	cursor: pointer;
	color: #000;
	padding: 0 20px;
}
.dynamic_model  .section{
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	padding: 10px 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	gap: 10px;
}
.dynamic_model  .box{
	cursor: pointer;
	width: 100%;
	max-width: 150px;
	height: 130px;
	border-radius: 5px;
	margin: 0 auto;
	padding: 5px;
	box-shadow: 0 0 1px 1px rgb(218, 218, 218);
}
.dynamic_model  .box img{
	width: 100%;
	height: 100px;
}
.dynamic_model  .box h5{
	font-size: 14px;
	text-align: center;
}
@media (min-width:0) and (max-width:500px){
	.dynamic_model{
		width: 100%;
		min-width: auto;
		height: 100%;
		left: 0%;
		top: 0%;
	}
}


.dynamic_model.booking_review{
	overflow: hidden;
	width: 90%;
	max-width: 960px;
	margin-left: -480px;
	left: 50%;
}
.dynamic_model.booking_review .heading{
	background: rgb(215, 218, 250);
	color: #fff;
	padding: 10px 0;
}
@media (min-width:0) and (max-width:960px){
	.dynamic_model.booking_review{
		width: 100%;
		max-width: 90%;
		min-width: auto;
		height: 100%;
		left: 5%;
		top: 0%;
		margin-left: 0px;
	}
}
@media (min-width:0) and (max-width:700px){
	.dynamic_model.booking_review{
		width: 100%;
		min-width: auto;
		max-width: 100%;
		height: 100%;
		left: 0%;
		top: 0%;
		margin-left: 0px;
	}
}


.vertical_box .head{
    width: 100%;
    height: auto;
	
}
.vertical_box .head ul{
	overflow: hidden;
    list-style-type: none;
    width: 100%;
    height: auto;
    display: ;
    gap: 10px;
	padding: 0;
}
.vertical_box .head ul li{
    overflow: hidden;
    cursor: pointer;
    min-width: 80px;
    height: 30px;
	padding: 2px 10px;
    border-radius: 10px;
	font-size: 13px;
    border: 1px solid rgba(47, 37, 227, 0.863);
	display: inline-flex;
	justify-content: center;
	margin: 3px;
}
.vertical_box .head ul li a{
    width: auto;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    color: var(--content_color);
}.vertical_box .head ul li a:hover{
    text-decoration: none;
}
.vertical_box .head ul li.active{
	background: blue;
	color: #fff;
   	border: 1px solid rgba(0, 0, 0, 0.474);
}
.vertical_box .head ul li:hover{
    border: 1px solid rgba(0, 0, 0, 0.474);
}


.vertical_box .section{
    overflow: hidden;
    width: 100%;
    height: auto;
    background: var(--body_color);
    color: var(--content_color);
}

.vertical_box .section>div{
    display: none;
}
.vertical_box .section>div.active{
    display: block;
}


.booking_section .head span{
	display: inline-block;
	padding: 3px 8px;
}

.booking_section table{
	padding: 10px 10px;
	width: 100%;
	font-size: 13px;
}
.booking_section table tr td.footer{
	display: flex;
	justify-content: end;
}

.booking_section .card .card-head{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px solid rgb(228, 228, 228);
}
.booking_section .card .card-head .head{
	width: 100%;
	display:flex;
	flex-direction: column;
	justify-content:space-between;
	border-bottom: none;
}
.booking_section .card .card-head .head h3{
	margin: 0;
}
.booking_section .card .card-head .head p{
	font-size: 13px;
}
.booking_section .card .card-head .btn{
	background: #3f0bcd;
	border-radius: 20px;
	min-width: 120px;
}

@media (min-width:0) and (max-width:550px){
	.booking_section .card .card-head{
		display:inline-block;
		flex-direction: column;
		justify-content: ;
		align-items:center;
		height: auto;
	}
	.booking_section .card .card-head .head{
		height: auto;
		display:block; 
		flex-direction: column;
		justify-content:space-between;
	}
}



.table-responsive {
    margin: 30px 0;
}
.table-wrapper {
    min-width: 1000px;
    background: var(--body_color);
    padding: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.table-title {
    padding-bottom: 10px;
    margin: 0 0 10px;
    min-width: 100%;
}
.table-title h2 {
    margin: 8px 0 0;
    font-size: 22px;
}
.search-box {
    position: relative;        
    float: right;
}
.search-box input {
    height: 34px;
    border-radius: 20px;
    padding-left: 35px;
    border-color: #ddd;
    box-shadow: none;
}
.search-box input:focus {
    border-color: #3FBAE4;
}
.search-box i {
    color: #a0a5b1;
    position: absolute;
    font-size: 19px;
    top: 8px;
    left: 10px;
}
table.table tr th, table.table tr td {
    border-color: #e9e9e9;
}
table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}
table.table-striped.table-hover tbody tr:hover {
    background: #f5f5f5;
}
table.table th i {
    font-size: 13px;
    margin: 0 5px;
    cursor: pointer;
}
table.table td:last-child {
    width: 130px;
}
table.table td a {
    color: #a0a5b1;
    display: inline-block;
    margin: 0 5px;
}
table.table td a.view {
    color: #03A9F4;
}
table.table td a.edit {
    color: #FFC107;
}
table.table td a.delete {
    color: #E34724;
}
table.table td i {
    font-size: 19px;
}
table.table td img {
	max-width: 60px;
	height: 60px;
}



.ticket_section{
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
	padding: 20px 10px;
	display: none;
}
.ticket_section.show{
	display: block;
}

.ticket_section .alert{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
	font-size: 13px;
}
.ticket_section .alert .btn{
	padding: 3px;
	background: none;
	color: #666;
	font-size: 13px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 10px;
}.ticket_section .alert .btn i{
	font-size: 20px;
	line-height: 20px;
}
.ticket_section .alert .show_sector{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	font-size: 13px;
}
.ticket_section .alert .show_sector .middle{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
}


.ticket_section table.table tbody tr{
	width: 100%;
	padding: 10px;
	display: flex;
	flex-direction: row;
}
.ticket_section table.table td img{
	width: 40px;
	height: 40px;
	padding: 5px;
	display: block;
	margin: 0 10px;
}
.ticket_section table.table tbody{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	gap: 20px;
}
.ticket_section table.table tbody tr{
	display: grid;
	grid-template-columns: repeat(6, minmax(140px, 1fr));
	box-shadow: 3px  3px 10px 3px #13096911;
	grid-gap: 10px;
}
.ticket_section table.table tbody tr td.footer{
	grid-column: span 6;
	width: 100%;
	height: 30px;
	border-top: 1px solid rgb(201, 201, 201);
}
@media (min-width:400px) and (max-width:1020px) {
	.ticket_section table.table tbody tr{
		grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	}
	.ticket_section table.table tbody tr td.footer{
		grid-column: span 3;
	}
}
@media (min-width:200px) and (max-width:700px) {
	.ticket_section .alert .show_sector .middle{
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.ticket_section table.table tbody tr{
		grid-gap: 5px;
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
	.ticket_section table.table tbody tr td.footer{
		grid-column: span 2;
	}
}

.ticket_section table.table .box{
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	gap: 5px;
}
.ticket_section table.table .col{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-width: 120px;
}
.ticket_section table.table td{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 5px 0;
	gap: 5px;
	border: none;
}
.ticket_section table.table td span{
	overflow: hidden;
	white-space: nowrap;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	font-size: 18px;
}
.ticket_section table.table td span.text-primary{
	font-weight: bold;
}
.ticket_section table.table td span:nth-child(1){
	font-size: 15px;
	font-weight: bolder;
	font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.ticket_section table.table td span:nth-child(2){
	font-size: 13px;
}
.ticket_section table.table td  .cit{
	padding: 4px 5px;
	width: auto;
	background: rgba(3, 190, 0, 0.354);
	border-radius: 3px;
	font-size: 13px;
}
.ticket_section table.table td  .cit i{
	font-size: 13px;
}
.ticket_section table.table td  .btn{
	margin: 0 auto;
	width: 100px;
}

.ticket-card .head{
	border-bottom: 1px solid rgb(227, 227, 227);
}

.airline_img{
	padding: 5px;
	margin: 5px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid rgb(230, 230, 230);
}

.passanger_menus{
	overflow: hidden;
	list-style-type: none;
	width: 100%;
	height: 25px;
	margin: 0;
	padding: 0;
	overflow-x: auto;
}.passanger_menus::-webkit-scrollbar{
	display: none;
}
.passanger_menus li{
	display: inline-block;
	margin-left: 10px;
}
.passanger_menus li span{
	font-weight: bold;
}
.passanger_menus li i{
	font-size: 17px;
	font-weight: bold;
}



.container.topup{
	
}
.container.topup .amount{
	max-width: 380px;
	margin: 10px auto;
	height: 40px;
}
.container.topup .amount label{
	font-size: 13px;
}
.container.topup .amount .form-control{
	width: 100%;
	height: 100%;
	padding: 5px 20px;
	font-size: 16px;
	background: #ffffff;
	color: #252525;
	font-weight: bold;
}
.container.topup .getway_box .form-group{
	border: 1px solid rgb(46, 46, 46);
	border-radius: 5px;
}
.container.topup .getway_box .form-control{
	box-shadow: none;
}
.container.topup .card-head{
	padding: 20px;
}


.getway_container {
	width: 100%;
	max-width: 400px;
	height: auto;
	padding: 10px;
	display: grid;
	grid-template-columns: repeat(auto-fit, 100%);
	grid-gap: 20px;
	margin: 0 auto;
}

.getway_container .getway {
	cursor: pointer;
	overflow: hidden;
	width: 100%;
	/* max-width: 100px; */
	height: auto;
	padding: 10px;
	border-radius: 5px;
	color: #000;
	margin: 0 auto;
	display: flex;
	justify-content: left;
	align-items: left;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgb(231, 231, 231);
}

.getway_container .getway input {
	width: 20px;
	height: 20px;
}
.getway_container .getway img {
	height: 30px;
}

.getway_container .getway:has(input:checked){
	border: 2px solid rgb(0, 172, 240);
	background: #053fff18;
}
.getway_container .getway p {
	font-size: 13px;
	color: rgb(94, 94, 94);
}




.view_tickeet_section{
	overflow: hidden;
	width: 100%;
	height: auto;
	padding: 5px;
}
.view_tickeet_section .heading{
	overflow: hidden;
	width: 100%;
	height: 30px;
	padding: 15px 10px;
	font-size: 14px;
	font-weight: bold;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	margin: 5px 0;
	border: none;
}.view_tickeet_section .heading.primary{
	background: #0077a3;
	color: #fff;
}.view_tickeet_section .heading.danger{
	background: #f80d0d1b;
	color: #ff1a1a;
}
.view_tickeet_section .header{
	overflow: hidden;
	width: 100%;
	padding: 0;
	height: 140px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: none;
	margin: 20px 0;
	border: none;

}
.view_tickeet_section .header .left p{
	display: flex;
	align-items: center;
	gap: 5px;
}
.view_tickeet_section .header .right{
	display: flex;
	flex-direction: column;
	align-items: end;
}
.view_tickeet_section .header .right .scan{
	width: 100px;
	height: 100px;
}
.view_tickeet_section .header .right .scan img{
	width: 100%;
	max-width: 100px;
	max-height: 100px;
}
.view_tickeet_section .content .ticket_info{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.view_tickeet_section .content .ticket_info .airline{
	width: 40%;
	width: 180px;
	height: 120px;
	padding: 10px;
	border-radius: 5px;
	background: #f0f0f0;
	display: flex;
	flex-direction: column;
}
.view_tickeet_section .content .ticket_info .airline>div{
	display: flex;
	align-items: center;
	gap: 8px;
}
.view_tickeet_section .content .ticket_info .airline .icon{
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 80px;
	height: 80px;
	margin: 0 5px;
	border-radius: 5px;
	border: 1px solid rgb(229, 229, 229);
}
.view_tickeet_section .content .ticket_info .airline img{
	width: 100%;
	max-height: 80px;
}
.view_tickeet_section .content .ticket_info .flight{
	width: 35%;
	gap: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;

}
.view_tickeet_section .content .ticket_info .flight h5{
	margin: 0;
}
.view_tickeet_section .content .ticket_info .flight .route{
	font-size: 14px;
	white-space: nowrap;
}
.view_tickeet_section .content .ticket_info .pnr{
	width: 30%;
	width: 160px;
	height: 100px;
	padding: 10px;
	border-radius: 5px;
	background: #f0f0f0;
	display: flex;
	align-items: center;
	flex-direction: column;
	font-size: 60%;
}.view_tickeet_section .content .ticket_info .pnr b{
	font-size: 13px;
}.view_tickeet_section .content .ticket_info .pnr h5{
	font-size: 19px;
	color: rgb(0, 145, 255);
}.view_tickeet_section .content .ticket_info .pnr .heading{
	font-size: 13px;
	padding: 10px;
}
.view_tickeet_section .content .fare_box{
	margin: 20px 0;
}
.view_tickeet_section .content .fare_box.hide{
	display: none;
}

.fare_model{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 40%;
	height: 240px;
	padding: 20px 0;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 200px;
	left: 30%;
	z-index: 999999;
	box-shadow: 0 0 50px 5px rgba(68, 68, 68, 0.306);
	display: none;
}.fare_model.active{
	display: flex;
}
.fare_model .head{
	width: 100%;
	height: 40px;
	padding: 0 20px;
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fare_model .btn.close{
	font-size: 19px;
	background: none;
	margin: 0;
	padding: 5px 15px;
	color: #000;
}
.fare_model .btn.close i{
	font-size: 30px;
}
.fare_model .btn.update{
	display: block;
	margin: 20px auto;
}

.ticket_view{
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	height: 90%;
	padding: 5px 0;
	background: #fff;
	border-radius: 5px;
	position: fixed;
	top: 5%;
	left: 10%;
	z-index: 999999;
	box-shadow: 0 0 50px 5px rgba(68, 68, 68, 0.306);
	display: none;
}.ticket_view.active{
	display: flex;
}
.ticket_view .head{
	width: 100%;
	min-height: 40px;
	padding: 0 10px;
	margin: 0;
	margin-bottom: 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ticket_view .btn.close{
	font-size: 19px;
	background: none;
	margin: 0;
	padding: 5px 15px;
	color: #000;
}
.ticket_view .btn.close i{
	font-size: 30px;
}
.ticket_view .btn.update{
	display: block;
	margin: 20px auto;
}
.ticket_view iframe{
	width: 100%;
	height: 100%;
}





.view_tickeet_section ol{
	margin-left: 20px;
}
.view_tickeet_section ol li{
	margin: 5px 0;
}






.md-calendar-booking .mbsc-calendar-text {
	text-align: center;
}

.md-calendar-booking .booking-datetime .mbsc-datepicker-tab-calendar {
	flex: 1 1 0;
	min-width: 300px;
}

.md-calendar-booking .mbsc-timegrid-item {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.md-calendar-booking .mbsc-timegrid-container {
	top: 30px;
}









.pagination {
	width: 100%;
    margin: 0 5px;
}
.pagination li.page-item{
	padding: 0;
}
.pagination li a {
    border: none;
    font-size: 95%;
    width: 30px;
    height: 30px;
    color: #999;
    margin: 0 2px;
    line-height: 30px;
    border-radius: 30px !important;
    text-align: center;
    padding: 0;
}
.pagination li a:hover {
    color: #666;
}	
.pagination li.active a {
    background: #03A9F4;
}
.pagination li.active a:hover {        
    background: #0397d6;
}
.pagination li.disabled i {
    color: #ccc;
}
.pagination li i {
    font-size: 16px;
    padding-top: 6px
}
.hint-text {
    float: left;
    margin-top: 6px;
    font-size: 95%;
}    
.pagination_box{
	height: 120px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pagination_box ul{
	display: flex;
	height: 40px;
	width: auto;
	
}
.pagination_box ul li{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	min-width: 40px;
	padding: 5px 5px;
	border: 1px solid black;
}
.pagination_box ul li:first-child{
	min-width: 70px;
}
.pagination_box ul li:last-child{
	min-width: 70px;
}

.footer_main{
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: rgb(0, 0, 0);
	color: #fff;
}
footer{
	margin: 0 auto;
	max-width: 960px;
}
footer img{ 
	height: 30px;
}
footer .footer-col{ 
	padding: 10px 10px;
}
footer .navbar{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: left;
}
footer .navbar .nav-item a{
	color: #bea7ff;
}














@media (min-width:0) and (max-width:550px){
	.header .navbar-nav .nav-item{
		display: none;
	}
	.header .navbar-nav .nav-item:last-child{
		display: flex;
	}
}

@media (min-width:0) and (max-width:450px){
	.container.auth{
	  padding: 0;
	  width: 100%;
	  max-width:auto;
	  height:100%;
	  padding: 0;
	  margin:0 auto;
	  justify-content: center;
	  align-items: center;
	  display: block;
	  margin: 30px auto;
	  overflow-y: auto;
	}
	.container.auth .card{
	  overflow-y: auto;
	}
	.container{
		width: 100%;
		height: auto;
		margin: 20px auto;
		margin: 0;
		border-radius: 0;
	}
	.card{
		border-radius: 10px;
		padding: 20px 30px;
		margin: 0;
		padding: 5px;
	}
	
	.container.home{
		width: 90%;
		height: auto;
		margin: 20px auto;
	  }

	.container.info .main{
		height: auto;
		display: flex;
		flex-direction: column;
		gap: 25px;
		justify-content: space-between;
	}
	

	.pagination_box{
		overflow-x: auto;
		height: 80px;
		width: 100%;
		display: block;
	}
	.pagination {
		width: 100%;
		margin: 20px 5px;
	}
}