html,
body{
    margin: 0;
    padding: 0; 
    width: 100%;
    height: 100%;
    background: #28446b /*rgb(247 247 247)*/;
}
body{
    transition: all 0.3s linear;
}
body *{
    user-select: none; /* Standard syntax */
    -webkit-user-select: none; /* Chrome, Safari, and Opera */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
}
button, input, optgroup, select, textarea, body{
	font-family: 'CabinetGrotesk-Regular';
	font-size: 12px;
}
.rtl button, .rtl input, .rtl optgroup, .rtl select, .rtl textarea,  body.rtl {
	font-family: 'Cairo' !important;
}
/*login page*/
#loginPage{background:url("../images/login-page.jpg") no-repeat center center;}
.table_display{display:table;width:100%;height:100%;}
.cell_display{display: table-cell;width:100%;height:100%;vertical-align:middle;}
#loginHolder{width:100%;max-width: 720px;margin: 0 auto;height:585px;background: url("../images/login_background.png") no-repeat center; padding:35px 236px;}
#mainLogo{background:url("../images/login-icon.png") no-repeat center center;width:130px;height: 130px;margin: 0 auto;opacity:1;}
h6.loginTitle{text-align: center;color:#FFFFFF;font-style:bold;font-size: 17px;font-weight: normal;margin:15px 0px;}
#loginPage .form-control{margin-bottom:10px;}
#loginPage .form-group{position: relative;}

.form-input{border-radius: 32px;background-color:#3c678b !important;padding-left: 60px;border:0px;height:63px;width:245px; color: #fff !important;}
.rtl .form-input{padding-left: unset;padding-right: 60px;}

.form-input-guest{border-radius: 30px;background-color:#3c678b !important;border:0px;height:50px; color: #fff !important;padding-left: 60px;}
.form-username-icon{position:absolute; content:""; width:50px;height:45px;background: url("../images/username-icon.png") no-repeat 32px center; margin-top: 9px; color:#fff !important}
.form-password-icon{position:absolute; content:""; width:50px;height:45px;background: url("../images/password-icon.png") no-repeat 32px center; margin-top: 9px; color:#fff !important}
.rtl .form-username-icon{background: url("../images/username-icon.png") no-repeat 22px center;}
.rtl .form-password-icon{background: url("../images/password-icon.png") no-repeat 22px center}
.form-btn,
.form-btn:hover{background-color: #00264c;
border-radius:32px;	color:#FFFFFF; text-transform: uppercase; font-size: 16px;height: 63px;width: 245px;}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 15px;
  color: #fff;
  margin-top: -10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.alert-danger {
	font-size: 12px;
	padding: 2px 10px;
	color: #fff !important;
	background-color: unset !important;
	border-color: unset !important;
	border: 0px;
}

input.form-control:-webkit-autofill,
input.form-control:-webkit-autofill:hover, 
input.form-control:-webkit-autofill:focus, 
input.form-control:-webkit-autofill:active{
	height: 63px;
	-webkit-text-fill-color: #fff;
    -webkit-background-clip: text;
    -webkit-box-shadow: 0 0 0 34px  #3c678b inset !important;
}
input.form-username-icon:-webkit-autofill,
input.form-username-icon:-webkit-autofill:hover, 
input.form-username-icon:-webkit-autofill:focus, 
input.form-username-icon:-webkit-autofill:active{
	margin-top: 5px;
}
input.form-control::placeholder {
  color: #fff;
  opacity: 1;
}
input.form-control::fill {
  color: #fff;
}
input.form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}

.loginGuestForm{
    display: none;
}
.guest_btn{
    color: #ffffff;
	border-radius:32px;
	background-color: #3c678b;
    font-weight: normal;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    text-decoration: underline;
	margin-top: 30px;
	padding-top:17px;
    width: 245px;
	height: 63px;
    text-align: center;
}
/*login page*/
.rtl .mapboxgl-map{
	font: 12px/20px 'Cairo' !important;
}
.mapboxgl-map{
	font: 12px/20px 'CabinetGrotesk-Regular' !important;
}
.mapboxgl-ctrl-top-right .mapboxgl-ctrl,
.mapboxgl-ctrl-top-left .mapboxgl-ctrl{
    margin: 0 !important;
}
.mapboxgl-ctrl-group{
    background-color: #00264c !important;
    color: #FFFFFF !important;
    border-radius: 0px !important;
}
.mapboxgl-ctrl-group button{
    -webkit-appearance: none !important;
    appearance: none !important;
    border: 0px !important;
    width: 34px;
    height: 34px;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{
    background-image: url("../images/fullscreen.svg") !important;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{
    background-image: url("../images/zoom_in.svg") !important;
}
.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{
    background-image: url("../images/zoom_out.svg") !important;
}
.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{
    display: none !important;
}
.mapboxgl-ctrl-top-left{
    top: 65px !important;
    left: 25px !important;
    z-index: 15;
}
.mapboxgl-ctrl-top-right{
    top: 65px !important;
    right: 25px !important;
    z-index: 15;
}
.mapboxgl-ctrl-group:not(:empty) {
    box-shadow: none !important;
}
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right{display: none;}
#styleToggle { position: absolute; top: 10px; left: 10px; background-color: white; padding: 10px; cursor: pointer; z-index: 3; }
.rtl #fullscreen{
    left: 25px;
    right: unset;
}
#fullscreen {
    position: fixed;
    top: 25px;
    right: 25px;
    width: 34px;
    height: 34px;
    z-index: 10;
    cursor: pointer;
    background-image: url(../images/fullscreen.svg);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    background-color: #00264c;
}
#fullscreen.fullscreen-on {
    background-image: url(../images/fs-on.svg);
}
.magnifier-cursor {
    cursor: zoom-in;
    /*
    cursor: url('../images/magnifying-glass.png'), auto;
    */
}
#preloader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1); /* Semi-transparent white background */
    z-index: 9999; /* Ensure it appears above all content */
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader img{
    animation-name: rotate;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate{
    from{ transform: rotate(-360deg); }
    to{ transform: rotate(360deg); }
}
#map{position: absolute; top: 0; bottom: 0; right: 0; left: 0;}
#globe_graphics{
    background-image: url('../images/globe_graphics.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;/*90%;*/
    margin-top: 30px;
    margin-left: -10px;
}
#light_graphics{
    background-image: url('../images/light.svg');
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: color-dodge;
}
#light_main_graphics{
    background-image: url('../images/light.svg');
    background-repeat: no-repeat;
    background-position: center center;
    mix-blend-mode: color-dodge;
}
#overlay_graphics{
    background-color: rgba(11, 15, 21, 0.3);
}
.custom_marker{background: url("../images/marker_white.png") center no-repeat; width:32px; height: 41px; top: -20px;}
.custom_marker1{background: url("../images/project-pin.png") center no-repeat; width:32px; height: 41px; top: -20px; background-size:100%;}
.popup_ksa{left: 30px; top: 1px; position: absolute; width: 100px;text-align: center;}
.popup_abraj_omar{left: -35px; top: 34px; position: absolute; width: 100px;text-align: center;}
.mapboxgl-popup-content{background: none; color: white; padding: 0;line-height: 12px;}
.mapboxgl-popup-content p{margin: 0;}
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip, .mapboxgl-popup-close-button{display: none;}
.top_bar{
	position: absolute;
	padding-top: 24px;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	right: 0px;
    overflow: hidden;
}

.language ul{
	display: block !important;
	margin-left:30px;
}
.top_menu{
	color: white;
	padding-top:20px;
}
.top_menu ul{
	margin-bottom: 0px;
    position: relative;
    clear: both;
	display: none;
}
.top_menu ul.lang_switcher{
    display: block;
    padding-bottom:20px;
}
ul.lang_switcher{
    margin-bottom: 0px;
    position: relative;
    clear: both;
    padding: 0; 
	margin-right: 30px;
}
ul.lang_switcher li{
    border-radius: 25px;
    background-color: rgba(60, 102, 137, 0.3);
    cursor: pointer;
    display: inline-block;
    font-size: 10px;
    line-height: 25px;
    padding: 0 10px;
    position: relative;
    margin: 10px 3px 0;
    color: #ffffff;
}
ul.lang_switcher li.active{
    background-color: rgba(255,255,255,0.3);
}
.top_menu ul.ul_with_arrow{
	display: inline-block;
}
.top_menu ul.ul_filter{
    padding-top: 20px;
}
.rtl .top_menu ul.ul_with_arrow li{
	margin-right: 14px;
	margin-left: 10px;
}
.top_menu ul li{
    position: relative;
	display: inline-block;
	margin-bottom: 10px;
    font-size: 11px;
    line-height: 25px;
    padding: 0 10px;
    position: relative;
	margin-right: 10px;
}
.top_menu ul.ul_filter li:first-child{
    margin-right: 0;
}
.top_menu ul.ul_with_arrow li{
	display: none;
}
.top_menu ul.ul_with_arrow li.active{
	display: inline-block;
}
.top_menu ul.ul_with_arrow li.menu_selected{
	margin-left: 14px;
}
.rtl .top_menu ul.ul_with_arrow li.menu_selected:first-child{
    margin-left: 14px;
}
.top_menu ul.ul_with_arrow li.menu_selected:first-child{
	margin-left: 0px;
}
.top_menu ul.ul_with_arrow li:before {
    position: absolute;  
    top: 8px;
    display: block;
    width: 4px;
    height: 8px;
    background: url('../images/arrow.png') no-repeat;
    content: "";
    left: -14px;
}
.rtl .top_menu ul.ul_with_arrow li:before {
    right: -14px;
    left: unset;
    rotate: 180deg;
}
.rtl .top_menu .arrow img{
    rotate: 180deg;
}
.top_menu ul.ul_with_arrow li:first-child:before {
    background: none;
}
.top_menu ul li.menu_selected{
	border-radius: 25px;
	background-color: rgba(60, 102, 137, 0.3);
    cursor: pointer;
}
.top_menu ul li.menu_selected.active{
	background-color: rgba(60, 102, 137, 0.3);
}
.top_menu ul li.menu_selected.selected{
	background-color: rgba(60, 102, 137, 1);
}
.abrag_omar_logo{
    /*
    width: 125px;
    height: 98px;
    */
    width: 130px;
    height: 100px;
    margin: 0 auto;
    background-image: url(../images/abrag_omar_logo_white.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size:contain;
}
.rtl .abrag_omar_logo{
    background-image: url(../images/abrag_omar_logo_white_ar.png);
}
.rtl .arrow{
	margin-right: 0;
}
.arrow{
	padding: 0; 
	margin-left: 0;
}
.paddingTop{
	padding-top: 20px;
}
#bottom_viewer,
#bottom_roads{
    position: absolute;
    left:0;right:0;bottom:0;
    padding:10px 0px;
    /*background-color: rgba(0, 38, 76, .5);*/
    background-color: rgba(11, 15, 21, .6);
    display: none;
}
#bottom_roads{
    padding:20px;
}
#bottom_roads.active,
#bottom_viewer.active,
.bottom_left_corner.active{
    display: block;
}
	
.bottom_title span{
    font-size: 12px;
	text-transform:none;
}
.road_line{
    display:block;
    width:50%;
    height:3px;
}
.bottom_description,
.road_description,
.img_description{
	color: rgba(255, 255, 255, 0.6);
	font-size: 13px;
	line-height: 16px;
}

.bottom_description h2{
	font-size: 12px;
	text-transform: uppercase;
}
.rtl .bottom_description h2{
    font-size: 13px;
}
.road_description,
.img_description{
    margin-top: 20px;
}
.bottom_image img{
    width:100%;
    max-width: 100%;
}
.rtl .bottom_close{
    right: unset;
    left: 25px;
}
.bottom_close{
    position: absolute;
	right: 25px;
	top: 10px;
	width: 15px;
	height: 15px;
    background-image: url(../images/bottom_close.svg);
    background-repeat: no-repeat;
    background-size: contain;
    cursor:pointer;
}
.bottom_left_corner{
	position: absolute;
    left:0;right:0;bottom:0;
    padding:10px 0px;
    background-color: rgba(11, 15, 21, .6);
    display: none;
	z-index: 3;
}
.img_description{
	color: rgba(255,255,255,0.3);
	margin-top: 15px;
	font-size:13px;
	line-height:15px;
}
/* weather */
.rtl .widget-container {
    right: 25px;
    left: unset;
}

.widget-container {
    position: absolute;
    top: 195px;
    left: 25px;
    width: 160px;
    background-color: rgba(255,255,255,0.15);
    margin: 0 auto;
    z-index: 20;
    color: #ffffff;
    padding: 15px;
    visibility: hidden;
}
h1,h2,h3,p {
    margin: 0;
    padding: 0;
}
.widget-container h1,
.widget-container h2,
.widget-container h3,
.widget-container h4{
    text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
    margin: 0;
    padding: 0;
}
#day {
    font-weight: bold;
    font-size: 14px;
    line-height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 10px;
    margin-top: 10px;
}
#day span{
    font-size: 13px;
    font-weight: normal;
    line-height: auto;
}
#time {
    font-weight: bold;
    font-size: 14px;
    line-height: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    margin-bottom: 10px;
}
#time span{
    font-weight: normal;
    line-height: auto;
    font-size: 13px;
}
.widget-container img {
    width: 45px;
    display: inline-block;
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.rtl .widget-container img {
    right: unset;
    left: 15px;
}
#city {
    font-weight: bold;
    font-size: 18px;
    line-height: auto;
    display: inline-block;
    width: 100%;
    margin: 0;
}
#temperature {
    font-weight: bold;
    font-size: 18px;
    line-height: auto;
}
#temperature span{
    font-weight: normal;
    font-size: 13px;
    line-height: auto;
    text-transform: capitalize;
}
.project_title{
	background-color: #0b0f15;
	color: #FFFFFF;
	text-align: center;  
	padding: 10px;
	font-size: 12px;
    text-transform: uppercase;
}
.trip-popup,
.popup_roads{background-color: rgba(255,255,255,0.6); padding:5px;}
.carousel-control-next,
.carousel-control-prev{width:10%;}