
#map {
    height: 300px !important;
    margin-top: 15px;
}

#description {
    font-size: 15px !important;
    font-weight: 300 !important;
}

#infowindow-content .title {
    font-weight: bold !important;
}

#infowindow-content {
    display: none !important;
}

#map #infowindow-content {
    display: inline !important;
}



.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    overflow: hidden;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    line-height: 1;
    min-height: 39px;
    padding: 3px 15px 7px;
    transition: .3s;
    /*width: 95%;*/
    right: 0;
    z-index: 1 !important;
    top: 10px !important;
    left: 0 !important;
    margin: auto;
}
#pac-input:focus {
    border-color: var(--main);
    outline: none;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}


.password-container{
    position: relative !important;

}

.password-group .toggle-password {
  height: 45px;
  top: 0px;
  display: flex;
  width: 24px;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
}
html[lang="en"] .password-group .toggle-password {

  right: 34px;


}
html[lang="ar"] .password-group .toggle-password {

  left: 34px;
}


