#content-area{
padding: 0 5px;
box-sizing:border-box
}
form{
   box-shadow: 0px 0px 7px 1px #e7e7e7;
    border-radius: 10px;
    border: 1px solid #d9d9d9;
    padding: 10px 20px;
}
.user-login-form{
box-shadow: none;
border: none;
position: relative;
}
#search-block-form {
    box-shadow: none;
    border-radius: 10px;
    border: 1px solid black;
    padding: 0;
}
 .form-block, .client-extension{
border-radius: 5px;
border: 1px solid #d9d9d9;
padding-bottom: 10px;
}
*,
*::before,
*::after {
}
html,
body {
  height: 100%;
}

body {
  margin: 0;
background: black;
position: fixed;
}

.container {
  margin: auto;
  width: 100%;
  background: #00132c;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}

#content-wrapper {display: block;}

.no-sidebar #content {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px;
}

#header{
  background: rgb(0 0 0);
  width: 88%;
  height: 40px;
  float: right
}
#header a{
color: white
}
#header {
color: #eeeeee
}
#block-ms-theme-languageswitcher {
    width: 100px;
    position: absolute;
    left: 35%;
}
.block-ms-theme-languageswitcher .is-active {
color: #00132c !important;
font-size: 11px;
background: #ffffff !important;
border-radius: 5px;
}
#block-ms-theme-languageswitcher ul.links{
display: inline-flex;
height: 40px;
align-items: center;
}
#block-ms-theme-languageswitcher li{
padding: 4px 6px;
}
#block-ms-theme-languageswitcher li:hover{
color: #ff0000 !important;
}
.user-info{
height: 40px;
  display: inline-flex;
float: right;
  margin-right: 50px;
  align-content: center;
  align-items: center;
     position: relative;
}
.user-info img{
width: 20px;
margin-right:5px;
border-radius: 20px;
}
.user-info svg{
margin: -2px 2px 0 10px;
}

#sidebar-first {
  position: fixed;
  height: 100vh;
  width: calc(12% - 2px);
 background: linear-gradient(180deg, #00142d, #00081b);
  color: #e5e5e5;
  font-family: Inter, system-ui, sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 12px rgba(0,0,0,0.25);
  z-index: 100;
}
#sidebar-first .site-logo {
  display: flex;
  justify-content: center;
  padding: 2px 0;
}

#sidebar-first img {
 width: 110px;
}
#sidebar-first nav {
  flex: 1;
  overflow-y: auto;
  padding: 4px 0;
}
#sidebar-first .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-weight: 300;
font-size: 11px;
font-family: raleway;
}
#sidebar-first .menu-item > span {
  display: block;
  padding: 2px 20px;
  font-size: 11px;
  font-weight: 600;
  color: #ff9b00;
  letter-spacing: 0.05em;
  opacity: 0.85;
}
#sidebar-first .menu-item a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 2px 5px;
  margin: 0 5px;
  border-radius: 8px;
  color: #eaeaea;
  text-decoration: none;
  transition: all 0.25s ease;
}
#sidebar-first svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  opacity: 0.85;
}
#sidebar-first .menu-item a:hover {
  background: rgba(255,255,255,0.08);
  color: #ffffff;
}
#sidebar-first .menu-item a.is-active {
  background: linear-gradient(90deg, #ff9b00, #ffb84d);
  color: #1a1a1a !important;
  font-weight: 500;
    width: 100%;
    margin: 0;
    border-radius: 100px;
padding: 2px 20px;
box-sizing: border-box;
}

#sidebar-first .menu-item a.is-active svg {
  color: #1a1a1a;
}
#sidebar-first .menu-item--active-trail > a {
  background: rgba(255,155,0,0.15);
  color: #ffb84d;
}
#sidebar-first .block-views h2 {
  font-size: 12px;
  margin-bottom: 1px;
  color: #ff9b00;
}
#sidebar-first .user-online {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 1px 0;
}

#sidebar-first .user-online img {
  border-radius: 50%;
}
/*
#sidebar-first{
  background: rgb(49 49 49);
  height: 100vh;
  position: fixed;
color: #ff9b00;
font-size: 11px;
width: calc(12% - 2px);
}
#sidebar-first .menu{
width: calc(100% - 5px);
margin-left: 0;
display: inline-block;
}
#sidebar-first .menu-item{
width: 100%;
height: 23px;
padding-top: 0;
}
#sidebar-first img{
width: 100px;
display:inline-flex;
justify-content: center;
}
#sidebar-first a{
color: #ffffff;
font-size: 11px;
font-style: normal;

}
#sidebar-first svg{
padding-right: 5px
}

#sidebar-first a:hover{
color: #ababab;
font-style: italic
}
#sidebar-first .is-active{
color: #00113a !important;
width: 100%;
display: block;
background: #ffffff !important;
padding: 2px 2px 2px 5px;
} */
#block-ms-theme-sitebranding-2{
  margin:auto;
  width: 100%;
  height: 40px;
  text-align:left;
}
#block-ms-theme-sitebranding-2 img{
    height: 40px;
    object-fit: fill;
    margin-top: 10px;
}

#block-ms-theme-main-menu{
margin-left: 10px;
margin-top: 10px;
}

.page-user-login #block-ms-theme-content{
  width: 100%;
margin: auto;
box-shadow: none;
}
.page-user-login {
    display: flex;
    align-content: center;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    background: white;
}
.page-user-login #block-ms-theme-sitebranding a {
color: black;
font-family: arial;
font-weight: 500
}
.page-user-login .form-item,
.page-user-login .form-actions{
margin-top: 0;
margin-bottom: 1em;
}
.page-user-login .form-actions{
margin-top:0;
margin-bottom: 0;
}
.page-user-login .container{
 width: 30%;
 text-align:center;
 background: white;
 display: flex;
 align-content: center;
 align-items: center;
}
.page-user-login 
.block-ms-theme-pagetitle{
background: white;
color: grey
}
.page-user-login label{
text-align: left;
padding-left: 10px;
}
.page-user-login input{
height: 35px;
width: 92%;
border-radius: 5px;
font-size: 11px;
}
.page-user-login img{
width: 100px;
border-radius: 5px;
}
.page-user-login #edit-submit{
padding: 10px 20px;
margin: 20px auto;
position: absolute;
width: 120px;
font-weight: 500;
font-size: 11px;
right: 20px;
}
.page-user-login .site-name{font-size: 20px;}

.page-user-login #content{
    background: white;
     margin-top: 0;
     display: flex;
     align-items: center;
     flex-direction: column; 
     width: 100%;
 }
.page-user-login .tabs,
.page-user-password .tabs{
  display: inline-flex;
  justify-content: center;
  margin: 10px 0;
}
.page-user-login .tabs__tab a,
.page-user-password .tabs__tab a{
font-size: 12px;
border: none;
background: white;
color: #00113a;
padding: 0 5px
}
.page-user-login .tabs__tab a.is-active{
border-bottom: 1px solid red;
border-radius: 0
}
#user-pass{
border: none;
box-shadow: none;
margin:  20px 30% 
}
#content{
width: 88%;
float: right;
background: #ffffff; 
border-radius: 5px 0 0 0;
height: calc(100vh - 40px);
scroll-behavior: smooth;
overflow: auto;
  overflow: auto; /* or scroll */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE/Edge */
}

#content::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.page-user-login .primary{
top: 75%;
left: 45%;
right: 0;
font-size: 20px;
font-weight:500; 
}
.layout-container{
margin: 0 !important;
}
.header-add-content-wrapper{
position: absolute;
top:10px;
right: 10px
}
.add-content-wrapper{
display: block;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 10;
}
.add-content-wrapper a{
padding-right: 20px
}
/*
.add-content{
padding: 8px 20px;
font-size: 9px;
background: #00113a;
border-radius: 4px;
color: #ffffff;
box-shadow: 0px 1px 4px #c5c7d1, 0px 2px 3px #0000006e;
cursor: pointer;
transition: 0.2s;
}*/
.add-content a:hover{
background: #ffffff;
color: #00113a
}
.header-container {
display: inline-flex;
flex-direction: row;
align-items: center;
width: 100%;
justify-content: space-between;
}
.views-field-nid{
width: 20px
}
.views-field-field-domestic-flight,
.views-field-field-number-of-clients,
.views-field-field-deposit-paid{
width: 80px
}
.user-dropdown{
display: none;
position: absolute;
background: #313131;
top: 40px;
height: 30px;
width: 100px;
text-align: center;
right: 10px;
z-index: 100;
box-shadow: 0px 2px 4px 1px #bbbbbb8a;
border-radius: 0 0 5px 5px;
}
.section-user .page-title/*,
.section-user .tabs.primary */{
display: none
}
.region-header{
position: relative;
}
.search-block-form{
position: absolute;
left: 20px;
top: 5px
}

.js-form-type-search.form-type-search {
margin: 0 0 0 0;
margin-right: 0 !important;
position: relative;
}
.search-block-form  [type = search]{
height: 30px;
width: 300px;
border-radius: 5px;
margin: 0;
}
.search-block-form .form-actions{
height: 40px;
position: absolute;
left: 246px;
top: -10px;
}
.search-block-form .button{
  height: 30.7px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 0  5px 5px 0;
  display: flex;
  padding: 0 10px;
  background:#00113a;
}
.main-section{
background: white;
padding: 100px
}
.main-section .site-logo {
 margin: auto;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
align-content: space-between;
}
.main-section .site-logo img{
  width: 150px;
}
.trip-title{
text-align: center;
font-size: 25px;
font-weight: 600;
margin-bottom: 40px
}
.trip-header{
font-size: 20px;
font-weight: 600;
}
form.node-form {
background: white;
padding: 20px;
margin-bottom: 100px;
}
.block-ms-theme-views-block-who-s-online-who-s-online-block{
     position: absolute;
     bottom: 0;
     width: 100%;
     background: linear-gradient(to bottom, #000c20, #001c4b);
     height: 140px;
}
#block-ms-theme-views-block-who-s-online-who-s-online-block h2{
margin-bottom: 5px;
    font-size: 12px;
    padding: 0 10px;
}
.view-who-s-online{
overflow:auto;
height: 200px;
}
#block-ms-theme-views-block-who-s-online-who-s-online-block .item-list{
overflow:auto;
height: 100px
}
.user-online a{
    padding: 0 0 0 20px !important;
    font-size: 11px !important;
    font-weight: 500;
}
.user-online {
font-size: 10px !important;
margin: 0 0 0.15em 0.5em !important
}
.view-who-s-online .view-header{
padding: 0 0 5px 10px;
color: grey;
font-size: 9px;
}
.user-online-username {
  padding-left: 10px;
  color: white;
  font-weight: 200;
     font-weight: 300;
    text-transform: capitalize;
}
.user-online-username img{
width: 10px !important;
border-radius: 20px;
position: relative;
top: 2px;
padding-right: 2px
}
.views-exposed-form .form-item{
    margin-bottom: 0;
}
.views-exposed-form input{
margin-bottom:0;
border: 1px solid #dcdbdb;
border-radius: 4px
}
.settings-wrapper .view-content{
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 equal columns */
  grid-template-rows: auto;              /* Rows adjust to content */
  gap: 20px;  
}
.item-list h3 {
margin: 0;
font-size: 16px;
font-weight: 500;
}

.settings-wrapper .view-grouping{
border-radius: 10px;
box-shadow: 0px -1px 5px 1px #e7e7e7;
position: relative;
  padding: 20px 40px;
  box-sizing: border-box;
}
.settings-wrapper .view-grouping-header{font-size: 18px;font-weight: 700;}
.settings-wrapper a{}
.settings-link{
 font-size: 10px;
 position: absolute;
 right: 30px;
 top: 20px;
 background: #00004a;
 color: white;
 padding: 5px 30px;
 font-weight: 500;
 border-radius: 5px;
}
.settings-container {height: 35px;font-size: 11px;}
.setting-title{
font-size: 20px
}
.settings-list .setting-item{
  display: flex;
  flex-direction: row;
  position: relative;
  border-bottom: 1px solid lightgrey
}
.settings-buttons{
  display: inline-flex;
  align-content: center;
  align-items: center;
  position: absolute;
  right: 25px;
}
.settings-buttons .button{padding: 5px 20px;font-size: 10px;font-weight: 500;
    border-radius: 5px;
}
.settings-edit{background: #004a00 !important;width: fit-content}
.settings-edit a{
color: white;

}
.settings-delete{background: #4a0000  !important;width: fit-content}
.settings-delete a{
color: white;

}
.language-switcher-language-url{
position:absolute;
left: 30%;
top: 20px
}
.language-switcher-language-url li{
float: left;
width: 80px
}
.fc-unthemed th {
     padding: 20px 0;
    background: #0d0050;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 5px !important;
}
.fc-today-button{
color: #fff;
background: #0acf0a;    
}

#views-display-menu-tabs {
    display: inline-flex;
    justify-content: flex-start;
}
.container-inline div,
.container-inline label {
width: 150px !important;
float: left !important;
margin-right: 5px !important;
margin-top: 0 !important;
    
}