
.fa-search {
    color: #e30613;
}

.btn .btn-icon .btn-outline-primary .rounded-circle {
  color: white;
}

.search {

  position: relative;
  display: flex;
  top: 3px;
    width: 40%;

 
  height: 20px;
  background-color: #e30613;
  border: 3px solid white;
  height: 20px;
  border-radius: 15px 15px 15px 15px;
}

.searchTerm {
  width: 100%;
  margin-top: 18px;
  height: 25px;
   background: #e30613;
  background-color: white;
  height: 30px;
  border-radius: 15px 15px 15px 15px;
  width: 40%;
  
  position: relative;
}

.searchTerm:focus{
  color: red;
}

.searchButton {
position: relative;
  right: 60px;
  top: 12px;
  background-color: white;
  border-radius: 50%;
  border: 0;
  color: #FFF;
  width: 25px;
  height: 35px;
  outline: 0;
 
  
  
}

/*Resize the wrap to see the search bar change!*/
.wrap{
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}









 .flex-container2 {

    display: flex;
    
    justify-content: center;     

    background-color: #bbdefb;
    height: 100%;
    padding: 15px;
    gap: 5px;

  }





 .flex-container {

  
    
    justify-content: center;     

    background-color: white;
    height: 100%;
    padding: 15px;
    gap: 4px;

  }

  .flex-container > div{
    background: white;
  
    padding: 1px;
  }




@media (max-width: 991px)
{
 
 .flex-container {

  
    
    justify-content: center;     

    background-color: white;
    height: 100%;
    padding: 15px;
    gap: 0px;

  }

}
















.linee {

  width: 100%;
  height: 25px;
 position: absolute;
 background: #e30613;
  border-bottom: 2px solid #e30613;
  border-top: 2px solid #e30613;
  box-shadow: 0px 0px 4px 0px #000;
  color: #FFFFFF;
  
  
  }
.top-bar-branding {
  float: left;
  padding: 0.4rem;
  margin-right: 1rem;
}



.menu-toggle {
  text-align: right;
  color: #fff;
}
.settings {
  
  height:73px; 
  float: right;

  width:250px;
  margin:0px;
 text-align: center;
font-size:20px;
font-family: 'Strait', sans-serif;
z-index: 99;

 background: #e30613;
  border-bottom: 2px solid #e30613;
  box-shadow: 0px 0px 4px 0px #000;
  color: #FFFFFF;
}






/* ScrolBar  */
.scrollbar
{

height: 20px;
width: 100%;
overflow-y: hidden;
overflow-x: hidden;
}

.scrollbar:hover
{

height: 20px;
width: 100%;
overflow-y: scroll;
overflow-x: hidden;
}

/* Scrollbar Style */ 



#style-1::-webkit-scrollbar-track
{
border-radius: 2px;
}

#style-1::-webkit-scrollbar
{
width: 5px;
background-color: #F7F7F7;
}

#style-1::-webkit-scrollbar-thumb
{
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
background-color: #BFBFBF;
}
/* Scrollbar End */ 




.fa-lg {
font-size: 1em;
  
}
.fa {
position: relative;
display: table-cell;
width: 55px;
height: 36px;
text-align: center;
top:12px; 
font-size:20px;

}






