#search_bar input {
  border-top: 1px solid rgb(42, 110, 187) !important;
  border-left: 1px solid rgb(42, 110, 187) !important;
  border-right: 1px solid rgb(42, 110, 187) !important;
  border-bottom: 1px solid rgba(42, 110, 187, 0) !important;
  border-radius: 35px 5px 10px 15px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.8rem !important;
  color: rgb(42, 110, 187, 0.9) !important;
  background-color:white;
}

#search_bar input:focus {
  border-top: 1px solid rgb(42, 110, 187) !important;
  border-left: 1px solid rgb(42, 110, 187) !important;
  border-right: 1px solid rgb(42, 110, 187) !important;
  border-bottom: 1px solid rgba(42, 110, 187, 0.8) !important;
  border-radius: 35px 5px 10px 15px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.8rem !important;
  color: rgb(42, 110, 187, 0.9) !important;
  background-color:white;
  outline: 0;

}

#founded {
  z-index: 5;
  position: absolute;
  margin-left: 15px;
  margin-top: -10px;
  background-color: white;
  border-bottom: 1px solid rgb(42, 110, 187) !important;
  border-left: 1px solid rgb(42, 110, 187) !important;
  border-right: 1px solid rgb(42, 110, 187) !important;
  border-top: 1px solid rgba(42, 110, 187, 0) !important;
  border-radius: 10px 15px 35px 5px !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  font-size: 0.8rem !important;
  color: rgb(42, 110, 187, 0.9) !important;
}

.btn-trans {
  background-color: rgba(255, 255, 255, 0) !important;


}


.profile-img {

  object-fit: cover;
  object-position: center;
  /* Center the image within the element */
  height: 40px;
  width: 40px;
  border-radius: 50%;
}

.btn-trans:hover {
  opacity: 0.8;
  /*margin-top: 2px;*/
}

.leftSpace {
  width: 0%;
  background-color: rgba(255, 255, 255, 0);
}

.middleSpace {
  width: 100%;
}

.rightSpace {
  width: 0%;
  background-color: rgba(255, 255, 255, 0);
}

.leftSpaceLogin {
  width: 10%;
  background-color: rgba(255, 255, 255, 0);
}

.middleSpaceLogin {
  width: 80%;
}

.rightSpaceLogin {
  width: 10%;
  background-color: rgba(255, 255, 255, 0);
}

@media (min-width: 768px) {
  .leftSpace {
    width: 30%;
    background-color: rgba(255, 255, 255, 0);
  }

  .middleSpace {
    width: 40%;
  }

  .rightSpace {
    width: 30%;
    background-color: rgba(255, 255, 255, 0);
  }

  .leftSpaceLogin {
    width: 35%;
    background-color: rgba(255, 255, 255, 0);
  }

  .middleSpaceLogin {
    width: 30%;
  }

  .rightSpaceLogin {
    width: 35%;
    background-color: rgba(255, 255, 255, 0);
  }
}



.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /*padding: 0.375rem 0.75rem;*/

  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;

  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: white !important;
  text-align: center;
  white-space: nowrap;
  background-color: #2a6ebb !important;
  border: 1px solid rgb(42, 110, 187) !important;
  border-radius: 0.25rem;
}

.input-group-text-prefix {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;

  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-right: none !important;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;


}




.btn-trans:focus, .btn-trans.focus {}


.calendar-box {}

.buttons-container {
  cursor: pointer;
}

.week {
  overflow: hidden;
}

.week.highlight {
  background: #efefef;
}

/* weekend */
.week .day:first-child, .week .day:last-child {
  /*color: orange;*/
}

/* sunday */
.week .day:first-child {
  /*color: red;*/
}

.day {
  display: inline-block;
  float: left;
  width: 14.28%;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
}

.day.disabled span {
  color: #AAA;
}

/* vertical highlight */
.week .day.highlight span {
  /*color: blue;*/
}

.day.selected span {
  /*background: orange;*/
}

.day.today span {
  font-weight: bold;
}

.months-container.hidden, .weeks-container.hidden {
  display: none;
}

.months-wrapper {
  overflow: hidden;
}

.months-wrapper .month {
  display: inline-block;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}

.months-wrapper .month.one-third {
  width: 33.33%;
}