
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;500;700;900&display=swap');
html{background-image: linear-gradient(white, #6eadcd);}

.text-white{
color: white;
}
.watermarked {
    background-image: url('/images/watermark.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
background: transparent\9;
}

a.menuBtn {
    min-width: 20vw;
}


.stick-bottom {
position: fixed;
bottom: 1em;
}

.error-summary {
background-color: lightcoral;
color: white;
padding: 0.5em;
border-radius: 1em;
margin-bottom: 2em;
}
.error-summary p {
color: white;
}

.help-block-error, .help-block{
    color: white;
    background-color: lightcoral;
    text-align: center;
    font-weight: bold;
}

#chat-bar {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 98;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    min-height: 61px;
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 350ms ease !important;
  }
  #chat-bar a {
    color: #1f1f1f;
    padding-top: 12px;
    position: relative;
    flex: 1 1 auto;
  }
  #chat-bar a span {
    position: relative;
    z-index: 2;
    display: block;
    font-size: 10px;
    font-weight: 500;
    margin-top: -6px;
    opacity: 0.7;
    font-family: "Tajawal", sans-serif !important;
  }
  #chat-bar a i {
    font-size: 18px;
    position: relative;
    z-index: 2;
  }
  #chat-bar a svg {
    transform: translateY(-6px);
  }
  #chat-bar .badge {
    font-style: normal;
    z-index: 5;
    top: 0px;
    position: absolute;
    margin-left: 3px;
    color: #FFF !important;
    width: 18px;
    text-align: center;
    line-height: 18px;
    padding: 0px;
    padding-left: 0px !important;
    border-radius: 18px;
    margin-top: 7px;
    font-size: 11px;
  }
  .text-white h1,.card-title{
    color: white!important;
  }