/* GALLERY */
@import url("https://fonts.googleapis.com/css?family=PT+Sans&display=swap");

/* CSS Variables */
:root {
  --primary-color: #00f260;
  --secondary-color: #11998e;
  --light-color: #f4f4f4;
}

#progressBarBox{
  position: fixed;
  top: 40vh;
  z-index: 100001;
  width: 60%;
  margin: auto;
  margin-left: 10%;
}

#downloadBackground{
  width: 100%;
    background-color: #666666b8;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}



.customProgress {
  height: 3rem;
  width: 90%;
  margin: auto;
  border-radius: 10rem;
  
  background: radial-gradient(circle, rgba(223,224,225,0.8802871490393032) 0%, rgba(119,117,117,0.7906512946975666) 100%);
}

.customProgress-bar {
  display: flex;
  align-items: center;
  justify-content: center;

  height: 3rem;
  background: linear-gradient(to right, #00f260, #11998e);
  color: var(--light-color);
  border-radius: 10rem;
  opacity: 0;
}

/* ERROR */
.errorShow {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  transition: all 1s;
  background-image: url('../img/error.gif');
  height: 100vh;
  min-height: 35em;
  overflow: hidden;
  position: relative;
  background-attachment: fixed;
}

.errorShadow {
  height: 100vh;
  background-color: #232323ab;
}

.errorContainer {
  text-align: center;
  padding-top: 20vh;
  color: white;
}

#oops {
  font-size: 10em;
  color: white;
  font-weight: 100;
}

.loginLogo {
  width: 100%;
}

.fc-toolbar {
  text-transform: capitalize;
}

.fc-day-header {
  text-transform: capitalize;
}

.popup {
  display: inline-block;
  width: 150px;
  /* height: 100px; */
  background: white;
  position: absolute;
  z-index: 10001;
  border: 1px solid #838383;
}

.popup h2 {
  margin: 1rem;
  font-size: 20px;
  font-weight: 600;
}

.popup hr {
  border-top: 1px solid #838383;
  margin: 1rem;
}

.popupContent {
  margin: 1rem;
}
.popupBtn{
  width: 100%;
    position: absolute;
}

.popupBtn a{
  margin: 1rem;
    width: 100%;
}

.popup span {
  text-align: center;
}

.popupCloseButton {
  background-color: #fff;
  border: 3px solid #999;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
  line-height: 25px;
  width: 30px;
  height: 30px;
  text-align: center;
}

.ui-autocomplete {
z-index:900 !important;
}

.ui-menu .ui-widget .ui-widget-content .ui-autocomplete .ui-front{

  z-index:900 !important;
}
