footer{
  background-color: #000 !important;
}
a.navbar-brand img {
    max-width: 38px;
}

a.navbar-brand {
    display: inline-flex;
    gap: 10px;
    align-items: center;
    color: white;
}
.search-container-title {
  display: none;
}
.action-buttons.dropdown-toggle::after {
    display: none;
}
.submegamenu-container {
    /*border-bottom: unset;*/
}
.submegamenu-container li.nav-item::-webkit-scrollbar {
    display: none;
}
.submegamenu-container li.nav-item {
  display: flex;
  overflow-x: scroll;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.submegamenu-container .nav-link {
  
  white-space: nowrap;
  flex-grow: 1;
   background-color: #808080;
  /*background-color: #f1f1f1;*/
  color: #fff;
  /*color: #000000;*/
  border-radius: unset;
}
.submegamenu-container .nav-link.active {
    background: white;
}
.tab-pan-title {
  margin-bottom: 15px;
}
div#submegamenuitem {
  padding: 20px;
}
@media screen and (min-width: 900px) {

    header {
      background-color: #000;
        /*background-color: #0d475c;*/
        /*padding: 1rem;*/
        display: flex;
        justify-content: space-around;
        align-items: center;
        position: relative;
    }
    

  .search-container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .search-container>form>input[type="text"]:first-child {
    width: 80%;
    border: none;
    outline: none;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
  }

  .search-container>form>input[type="text"]:nth-child(3) {
    /* width: 80%; */
    border: none;
    outline: none;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
  }

  .search-container input[type="text"]:focus {
    outline: none;
    border-color: #333;
  }
  
 
  .icon-container{
    justify-content: space-evenly;
    display: flex;
    /*margin-top: 0.9rem;*/
  }
  .icon-container>div>i{
    cursor: pointer;
  }

  
}

.fa-solid {
  color: #777;
  font-size: 1.1rem;
  padding-left: 0.5rem;
}

.fa-plus{
  color: #0d475c!important;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  padding: 0.1rem 0.2rem ;
  font-size: 1rem!important;
}

@media screen and (max-width: 900px) {
  .header-container {
    flex-wrap: wrap;
  }

  header {
    background-color: #000;
   /* background-color: #0d475c;*/
    /*padding: 1rem;*/
    display: flex;
    justify-content: space-between;
    position: relative;
    /*height: 16vh;*/
    padding-bottom: 10px;
  }
    
  .search-container {
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    order: 2;
  }

  .search-container form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .search-container>form>input[type="text"]:first-child {
    width: 80%;
    border: none;
    outline: none;
    padding: 5px 5px 5px 20px;
    box-sizing: border-box;
    font-size: 16px;
    resize: none;
  }


  .search-container input[type="text"]:focus {
    outline: none;
    border-color: #333;
  }
  
  .search-container > form > input:nth-child(3) {
    display: none;
  }
  .element-search {
      display: none;
  }

  .element-submit {
      display: none;
  } 

  .icon-container{
    height: fit-content;
    justify-content: space-evenly;
    display: flex;
    color: white;
    align-items: center;
    cursor: pointer;
    font-size: 1rem !important;
  }
  .search-container.popup {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: block;
    background-color: white;
  }
  .search-container-title h2 {
    font-size: 25px;
    color: rgb(255, 255, 255);
    line-height: 24px;
    background: rgb(13, 71, 92);
    text-align: center;
    padding: 20px;
  }
  .search-container-title .fa {
    position: absolute;
    color: white;
    top: 25px;
    right: 20px;
  }
  .search-container.popup form.search-form {
    background: rgb(13, 71, 92);
    padding: 0px 20px 20px;
    display: block;
  }
  .search-container.popup form.search-form .element-input, .search-container.popup form.search-form .element-search{
    background: white;
    margin-bottom: 15px;
    border-radius: 10px;
    /*overflow: hidden;*/
  }
  .search-container.popup form.search-form .element-input input, .search-container.popup form.search-form .element-search input {
    padding: 10px;
    width: 90%;
  }
  .search-container.popup form.search-form .element-submit {
    display: none;
  }
  .search-container.popup .search-container-title, .search-container.popup .element-search, .search-container.popup .element-submit {
    display: block;
  }
  ul.dropdown-menu.userrightmenu.show {
    left: 50vw !important;
  }
  ul.dropdown-menu.userrightmenu {
    height: calc(100vh);
    width: 50vw;
    position: fixed !important;
    left: 100vw !important;
    top: 60px !important;
    transform: unset !important;
    transition-duration: 0.3s;
  }
}