:root{
	--primaryColor: #1246AB;
	--secondaryColor: #1a2e86 ;
	--darkColor: #10192a;
	--secondaryDark: #32332b;
	--greenColor: #28a745;
	--tertiary: #54a9ff;	
	--purpleColor: #f974f9;	
	--lightBlue: #A1C5FF;	
	--primaryFont: 'helveticaregular';
	--primaryfontbold: 'helveticabold';
}
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
} 

@font-face {
    font-family: 'helveticaregular';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'helveticabold';
    src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html{
	font-size: 14px;
}
body{
	font-size: 1rem;
	font-family: var(--primaryFont);
}
.bg_light {
	background-color: #f5f5f5;
}
.light_blue__bg {
		background-color: var(--lightBlue);
}
.bg_primary {
	background-color: var(--primaryColor);

}
.bg_secondary {
	background-color: var(--secondaryColor);
}
.side_padding {
	padding-left: 15px;
	padding-right: 15px;
}
.mt_30{
	margin-top: 30px;
}
.mb_30{
	margin-bottom: 30px;
}
.container_1080 {
	margin: 0 auto;
	max-width: 1080px;
	width: 100%;
}
.container_cus__1080 .container {
	max-width: 1080px;
}
.container_cus__895 .container {
	max-width: 895px;
}
.btn.btn-primary:hover {
	color: #fff!important;
}
.btn.btn-danger:hover {
	color: #fff!important;
}
/* .departing1-now{
	background: #556687!important;
}
.departing2-now{
	background: #556687!important;
}
.departing3-now{
	background: #556687!important;
}
.departing4-now{
	background: #556687!important;
}
.departing1-now:hover {
	color: #fff!important;
}
.departing2-now:hover {
	color: #fff!important;
}
.departing3-now:hover {
	color: #fff!important;
}
.departing4-now:hover {
	color: #fff!important;
} */
.btn.btn-primary {
	padding: 8px 20px;
	background-color: var(--primaryColor);
	border-radius: 12px;
	color: #fff;
	transition: .3s;
	font-size: 1.3rem;
	border: 0;
}



.custom-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.custom-modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0;
    width: 600px;
	max-width: 94%;
    border-radius: 0.5rem;
}
.custom-modal__header {
	display: flex;
	padding: 15px 50px 15px 15px;
	align-items: center;
	position: relative;
	border-bottom: 1px solid #ccc;
}
.custom-modal__title{
	font-size: 20px;
	margin: 0 ;
	}
.modal-close {
	float: right;
	text-align: center;
	cursor: pointer;
	background-color: transparent;
	font-size: 42px;
	font-weight: 200;
	position: absolute;
	right: 10px;
	top: 0;
	opacity: .8;
}
.modal-close:hover {
    opacity: 1;
}
.show-custom__modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
	z-index: 950;
}
.custom-modal__body {
	padding: 30px 20px;
}

.popover-header .close {
	display: none;
}
 
 
.timepicker-popover .btn.btn-primary {
	padding: 0.375rem .75rem;
	font-size: 1rem;
	border-radius: .375rem;
	border: 1px solid var(--primaryColor);
}
 
.popover .arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: .5rem;
	margin: 0 0 0 -.5rem;
	left: 50%;
}
.bs-popover-auto[data-popper-placement^="bottom"] > .arrow, .bs-popover-bottom > .arrow {
	top: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .arrow, .bs-popover-top > .arrow {
	bottom: calc(-.5rem - 1px);
}
.bs-popover-auto[data-popper-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0,0,0,.25);
}
.bs-popover-auto[data-popper-placement^="top"] > .arrow::before, .bs-popover-top > .arrow::before {
	bottom: 0;
	border-width: .5rem .5rem 0;
	border-top-color: rgba(0,0,0,.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .arrow::before, .bs-popover-bottom > .arrow::before {
	top: 0;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: rgba(0,0,0,.25);
}
.bs-popover-auto[data-popper-placement^="bottom"] > .arrow::after, .bs-popover-bottom > .arrow::after {
	top: 1px;
	border-width: 0 .5rem .5rem .5rem;
	border-bottom-color: #fff;
}
 
.popover .arrow::after, .popover .arrow::before {
	position: absolute;
	display: block;
	content: "";
	border-color: transparent;
	border-style: solid;
}
