.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.login-element {
  width: 15vw !important;
  color: white !important;
}

.login-element:active {
  border-bottom: 1px solid #0e4377 !important;
  -webkit-box-shadow: 0 1px 0 0 #0e4377 !important;
  box-shadow: 0 1px 0 0 #0e4377 !important;
}

.pui {
  display: none;
  width: max-content;
  height: max-content;
  background-color: #0e4377;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-right: 3vw;
  padding-left: 3vw;
  border-radius: 2vh;
}

.pui-f {
  display: none;
  width: 30%;
  height: max-content;
  background-color: #0e4377;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-right: 3vw;
  padding-left: 3vw;
  border-radius: 2vh;
}

.pui-h {
  display: none;
  width: max-content;
  background-color: #0e4377;
  padding-top: 3vh;
  padding-bottom: 3vh;
  padding-right: 3vw;
  padding-left: 3vw;
  border-radius: 2vh;
}

.spe {
  margin-top: 0.7vh;
  margin-bottom: 0.7vh;
}

.pos-sec {
  width: 20%;
  display: inline-block;
  width: max-content;
  padding-left: 1vw;
  padding-right: 1vw;
}

.pos-text {
  font-size: 2vh;
  transform: rotate(20deg);
  padding-bottom: 2.5vh;
  text-transform: uppercase;
  font-weight: 600;
}

.logo {
  height: 60px;
  width: auto;
  float: middle !important;
  vertical-align: middle !important;
  margin: -5px 5px 0px 4.5px;
  outline-width: 0px !important;
  outline: none !important;
}

.staff {
  display: none;
  height: 48px;
  width: min-content;
  float: right !important;
  vertical-align: middle !important;
  margin: 8px 15px 0px 4.5px;
  outline-width: 0px !important;
  outline: none !important;
}

.whfont {
  font-family: 'Bodoni Moda', serif;
}

.ann {
  display: none;
  height: max-content;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
  background-color: rgb(255, 118, 118) !important;
}

.il {
  display: inline-block;
}
.ep {
  width: 50vw !important;
}

.appl {
  width: 50vw;
  height: 300vh;
}

.jd {
  background-color: #0e4377;
  border-radius: 10px;
  padding-top: 0.5vh;
  padding-bottom: 2vh;
  padding-left: 2vw;
  padding-right: 2vw;
}

.videoEmbed {
  width: 90%;
  height: 85vh !important;
}

.posDiv {
  background-color: #0e4377;
  text-align: center;
  width: 70%;
  height: max-content;
  padding-top: 3vh;
  padding-bottom: 3vh;
  margin-top: 3vh;
  border-radius: 20px;
}

.bwtext {
  background: -webkit-linear-gradient(left, white, black);
  background: -o-linear-gradient(right, white, black);
  background: -moz-linear-gradient(right, white, black);
  background: linear-gradient(to right, white, black);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gramHolder {
  background-color: #0e4377;
  margin-top: 3vh;
  border-radius: 20px;
  padding-top: 1vh;
  padding-bottom: 1vh;
  margin-bottom: 3vh;
  width: 56%;
}

.gramHalf {
  display: inline-block;
  width: 100% !important;
}

.paper {
  width: 40%;
  background-color: white;
  height: max-content;
  padding-top: 1vh;
  padding-bottom: 1vh;
  border-radius: 3px;
  margin-bottom: 2vh;
}

.gram-ele {
  width: 50% !important;
}

.feed-div {
  width: 25vw;
  padding: 1vh 1vw 1vh 1vw;
  margin-bottom: 2vh;
  border-radius: 10px;
}

.gramFeed {
  background-color: #0e4377;
  margin-top: 3vh;
  border-radius: 20px;
  padding-top: 3vh;
  padding-bottom: 1vh;
  width: 30%;
}

.ad {
  width: max-content;
  max-width: 100%;
  padding-top: 1vh;
  padding-bottom: 1vh;
  padding-right: 1vw;
  padding-left: 1vw;
  margin-bottom: 3vh;
  border-radius: 10px;
  background-color: #0e4377;
}

.loadbar {
  width: 15vw;
  height: 35vh;
  background-color: #1e1e1e;
  border: 5px solid;
  position: relative;
  border-color: #ff96a7;
  border-radius: 0 0 10px 10px;
  margin-bottom: 5vh;
}
.bar {
  max-height: 100%;
  width: 101%;
  margin-left: -1%;
  display: block;
  font-family: arial;
  font-size: 12px;
  background-color: #ff96a7;
  color: #fff;
  position: absolute;
  bottom: 0;
  border-radius: 0 0 3px 3px;
}

.cl-side {
  width: max-content;
  display: inline-table;
  position: relative;
  margin-right: 1.5vw;
  margin-bottom: 2vh;
}

.ldiv {
  margin-left: auto;
  margin-right: 0;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .pui {
    display: none;
    width: 70vw;
    height: max-content;
    background-color: #0e4377;
    padding-top: 3vh;
    padding-bottom: 3vh;
    border-radius: 2vh;
  }

  .gramFeed {
    background-color: #0e4377;
    margin-top: 3vh;
    border-radius: 20px;
    padding-top: 3vh;
    padding-bottom: 1vh;
    width: 90%;
  }

  .feed-div {
    color: white;
    width: 90%;
    padding: 1vh 1vw 1vh 1vw;
    margin-bottom: 2vh;
    border-radius: 10px;
  }

  .gram-img {
    display: none;
    width: 10vw;
  }

  .pui-f {
    display: none;
    width: 80vw;
    height: max-content;
    background-color: #0e4377;
    padding-top: 3vh;
    padding-bottom: 3vh;
    padding-right: 3vw;
    padding-left: 3vw;
    border-radius: 2vh;
  }

  .spe {
    margin-top: 0.7vh;
    margin-bottom: 0.7vh;
  }

  .pos-sec {
    width: 20%;
    display: inline-block;
    width: 100%;
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .pos-text {
    font-size: 3vh;
    transform: rotate(20deg);
    padding-bottom: 4vh;
    text-transform: uppercase;
  }

  .staff {
    display: none;
    height: 42px;
    width: auto;
    float: right !important;
    vertical-align: middle !important;
    margin: 8px 15px 0px 4.5px;
    outline-width: 0px !important;
    outline: none !important;
  }

  .login-element {
    width: 45vw !important;
  }

  .ann {
    display: none;
    height: max-content;
    padding-top: 0.05vh;
    padding-bottom: 0.5vh;
    background-color: rgb(255, 118, 118) !important;
  }

  .gramHolder {
    background-color: #0e4377;
    margin-top: 3vh;
    border-radius: 20px;
    padding-top: 1vh;
    padding-bottom: 1vh;
    width: 90%;
  }

  .gramHalf {
    display: inline-block;
    width: 100% !important;
  }

  .paper {
    width: 80%;
    background-color: white;
    height: max-content;
    padding-top: 1vh;
    padding-bottom: 1vh;
    border-radius: 3px;
    margin-bottom: 2vh;
  }

  .gram-ele {
    width: 70% !important;
  }

  .ep {
    width: 80vw !important;
  }
  .appl {
    width: 95vw;
    height: 225vh;
  }

  .posDiv {
    background-color: #0e4377;
    text-align: center;
    width: 85%;
    height: max-content;
    padding-top: 3vh;
    padding-bottom: 3vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 20px;
  }

  .hide-mobile {
    display: none !important;
  }

  .loadbar {
    width: 55%;
    height: 300px;
    background-color: #1e1e1e;
    border: 5px solid;
    position: relative;
    border-color: #ff96a7;
    border-radius: 0 0 10px 10px;
  }
  .bar {
    max-height: 100%;
    width: 101%;
    margin-left: -1%;
    display: block;
    font-family: arial;
    font-size: 12px;
    background-color: #ff96a7;
    color: #fff;
    position: absolute;
    bottom: 0;
    border-radius: 0 0 0px 7px;
  }

  .cl-side {
    width: 98%;
    display: inline-block;
    margin-bottom: 3vh;
  }

  .ldiv {
    margin-left: auto;
    margin-right: 0;
    text-align: center;
    padding-right: 2%;
  }
}

@media only screen and (max-height: 735px) {
  .ann {
    display: none;
    height: max-content;
    padding-top: 0.1vh;
    padding-bottom: 0.8vh;
    background-color: rgb(255, 118, 118) !important;
  }

  .ep {
    width: 60vw !important;
  }

  .posDiv {
    background-color: #0e4377;
    text-align: center;
    width: 85%;
    height: max-content;
    padding-top: 3vh;
    padding-bottom: 3vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
    border-radius: 20px;
  }

  .pos-text {
    font-size: 3vh;
    transform: rotate(20deg);
    padding-bottom: 2.5vh;
    text-transform: uppercase;
    font-weight: 600;
  }
}
