.tour-date-toggle
{
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px;
	margin: 2px 2px;
	background-color: orange;
	color: white;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
}
.tour-date-toggle-date
{
	display: inline-block;
	font-size: 12px;
	padding: 4px 10px;
	margin: 2px 2px;
	background-color: #ff8c42;
	color: white;
	cursor: pointer;
	font-weight: bold;
	border-radius: 5px;
}

.tour-toggle-dates {
	display: none;
	margin-top: 5px;
}
.error
{
	color:red;
}
.mb-0
{
	margin-bottom: 0;
}
 
.line-height-10px 
{
	line-height:10px;
}
.mt-150px
{
	margin-top: 150px;
}
.max-height-100px
{
	max-height: 100px;
}
.fs-12
{
	font-size: 14px;
}
.opacity-100 
{
	opacity: 100;
}
 
@media (min-width: 767px) 
{		
	.d-md-block
	{
		display: block!important;
	}
}
.text-underline
{
	text-decoration: underline; 
} 
 
.white-space-wrap
{
	white-space: nowrap;
}
 
.list-orange > .nav.active > a , .list-orange > .active > a
{
	text-decoration: none;
	outline: none;
	outline-offset: 0;
	color: #ff7500;
	font-weight:700;
}

	
.region_flag
{
	background: black; 
	color: white;
	position: absolute;
	top: 20px;
	left: 0;
	padding: 5px 15px;
	border-bottom-right-radius: 10px;
	border-top-right-radius: 10px;
	width:150px;
	text-align:center;
} 
.scroll-more {
    overflow-x: auto;
    overflow-y: hidden; 
    scroll-behavior: smooth;
    white-space: nowrap; 
    width: 100%; 
	 min-width: 300px; 
	height: 40px;  
    scrollbar-width: thin; 
} 
.scroll-more::-webkit-scrollbar {
    display: block;
    height: 10px; /* Ensures scrollbar height */
} 

.scroll-more::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 10px;
} 
.bg-orange{
	background:#ff7500;
}
.text-orange{
	color:#ff7500;
}
.bg-blue{
	background:#083475;
}
.text-blue{
	color:#083475;
}

.row-border-all {
    border-bottom: 1px solid #ededed;
}
.row-border .row:not(:last-child) {
    border-bottom: 1px solid #ededed;
}
.tour_code
{ 
	font-size:9pt;  
}
.tour_code strong
{
	color:#006699;
}
.itinerary {
    border-top: solid 1px #eee;
    font-size: 8pt;
    margin-top: 10px;
    padding-top: 10px;
}

.itinerary-title
{
	font-weight:bold;
	font-size:10pt;
}
.itinerary-meals
{ 
	float:right; 
	color:crimson;
	font-weight:bold; 
} 
.itinerary-highlight
{
	text-align:justify;
}
.itinerary-destination
{
	font-weight:bold;
	color:#ff7500;
} 

@media (max-width: 543px) 
{
	 .scroll-top-arrow {
        display: block !important;
    }
}
@media (min-width: 544px) and (max-width: 767px) 
{
	 .scroll-top-arrow {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) 
{
	 .scroll-top-arrow {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) 
{
	 .scroll-top-arrow {
        display: block !important;
    }
}
@media (min-width: 1200px) {
	 .scroll-top-arrow {
        display: block !important;
    }
}  
.table {
    --bs-table-striped-bg: rgb(228 192 135 / 12%);
}
.word-break-auto{
	word-break: auto-phrase;
}    
header .navbar .navbar-brand img, header.side-menu .logo img, header .sidebar-nav-menu .navbar-brand img {
    max-height: 56px;
}

@media (max-width: 576px) { /* For screens smaller than 576px (e.g., mobile devices) */
   .nmt-20
   {
	   margin-top: -20px;
   }
}
.fs-10
{
	 font-size: 10px;
}
.border-radius-15px
{
	border-radius:15px;
} 

select:not(:checked) {
  color: #6b6a6a;
}
.text-dark-gray, .btn-link.text-dark-gray, a.text-dark-gray-hover:hover {
    color: #626262!important;
}
.text-gray
{
	color: #828282!important;
}