* {
  color : #606060;
}

body {
  font-family: "Open Sans", sans-serif;
}

.container {
  background-color: #fff;
  padding: 25px;
  border-radius: 3px;
  margin-top: 45px;

}
.label {
  margin-bottom : 0 !important !important;
}


.popup-position{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;


}

.popup-position-booking{
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;


}

.popup-wrapper-booking {
  text-align: left;
}

.popup-wrapper{
text-align: left;
}


.popup-container{

    background-color: #f0f4f8;

    border-radius: 5px;
    width: 600px;
    margin: 100px auto;

    a{
        cursor: pointer;
    }
}

.popup-container-booking {
  background-color: #f0f4f8;

  border-radius: 5px;
  width: 500px;
  margin: 100px auto;

  a{
      cursor: pointer;
  }
}

.collapse-trigger span {
    display: block;
    content: '';
    width: 0.5rem;
    height: 0.5rem;
    border-left: 2px solid var(--primaryColor);
    border-bottom: 2px solid var(--primaryColor);
    transform: rotate(-45deg);
    margin: 0 0.5rem 0 0;
    margin-top: -0.25rem;
}

.display-initials-wrapper {
    align-items: center!important;
    display: flex!important;
    flex: none!important;
    height: 35px!important;
    justify-content: center!important;
    margin-right: 0.5rem!important;
    width: 35px!important;
}

.initial_icon {
    background-color: #334e68!important;
    border-radius: 100%!important;
    color: #fff!important;
    display: block!important;
    line-height: 35px!important;
    font-size: 16px!important;
    font-weight: 600!important;
    height: 100%!important;
    text-align: center!important;
    text-transform: uppercase!important;
    width: 100%!important;
}
