@font-face {
  font-family: "cab";
  src: url(../fonts/CabinetGrotesk-Regular.otf);
}
@font-face {
  font-family: "akro";
  src: url(../fonts/akrobat-regular-webfont.woff);
}
body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;

  font-family: akro;
}
.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  display: none;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 99;
}
.landing {
  width: 100vw;
  min-height: 100vh;
  display: flex;
}
.landing > div {
  width: 50%;
}
.landing .content1 {
  padding: 10px 30px;
  position: relative;
}
.content1 .ss {
  font-family: cab;
  font-weight: bold;
  font-size: 22px;
}
.content1 .dev.te {
  width: 50%;
}
.dev {
   position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: white;
  
}
.dev p {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.dev p img {
  height: 30px;
  margin-left: 10px;
}

.content1 .form {
  padding: 0 100px;
  margin-top: 70px;
  margin-bottom: 70px;
}
.content1 h4 {
  font-family: akro;
  font-weight: bold;
  font-size: 27px;
  margin-bottom: 40px;
}
.content1 .form input {
  max-width: 93% !important;
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  border-radius: 4px !important;
  padding: 7px 15px !important;
  border: 1px solid rgba(198, 240, 198, 0.884) !important;
  font-size: 19px !important;
  font-weight: bold;
  letter-spacing: 2px;
}
.content2 {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../images/pexels-codioful-7130555.jpg);
}
.landing .content2 img {
  width: 70%;
  height: 70%;
  object-position: center;
  object-fit: cover;
  backdrop-filter: opacity(80%);
}
.my-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.226);
  display: flex;
  justify-content: center;
  align-items: center;
}
.my-modal.otp,
.my-modal.auth {
  display: none;
}
.my-modal.auth.warning {
  display: flex;
  z-index: 99;
}
.my-modal .mod-body {
  width: 500px;
  height: 450px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 10px rgba(187, 187, 187, 0.678);
}
.mod-body .otp-modal {
  padding: 30px 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.otp-modal h3 {
  font-family: cab;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
  margin-bottom: 20px;
}
.otp-modal input {
  max-width: 93% !important;
  margin-bottom: 35px !important;
  margin-top: 10px !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  border: 1px solid rgba(198, 240, 198, 0.884) !important;
  font-size: 30px !important;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 13px;
}
.dash-nav {
    width: 100vw;
  }
.dash-nav .agm {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  background-color: rgb(46, 100, 180);
  color: white;
  font-family: cab;
  font-size: 17px;
  height: 40px;
}
.dash-nav .branding {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px;
  box-shadow: 0 1px 4px rgba(199, 199, 199, 0.541);
  height: 100px;
}
.content{
  display: flex;
  padding: 0 40px;
  padding-bottom: 70px;
}
.content .side{
  width: 40%;
  padding: 50px 30px;
  height: calc(100vh - 40px);
  
  /* position: fixed; */
}
.side .sidepoll{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.side .no-poll{
  position: absolute;
  top: 0;
  /* width: 100%;
  height: 100%; */
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.side .sidepoll div:not(.no-poll) > img{
  width: 100%;
  padding: 30px;
  border-radius: 9px;
  display: none;
  box-shadow: 0 0 10px rgba(177, 177, 177, 0.801);
}
.side h3{
  font-family: cab;
  font-weight: bold;
  font-size: 25px;
}
.content .main{
  width: 60%;
}

.dash-nav .branding img {
  /* width: 45%; */
  height: 80px;
  object-fit: contain;
  object-position: center;
}

.profile,
.poll {
  padding: 10px 20px;
  margin-top: 20px;
}
.profile.units{
  padding: 0;
  margin-bottom: 20px;
}
.profile.units .pane div{
  justify-content: space-between;
}
.profile.units .choose{
  width: 20px;
  height: 20px;
  border: 2px solid #19852b;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 1s ease-in-out;
  border-spacing: 4px;
}
.choose.selected{
  background-color: #19852b;
}

.profile.units .pane div p {
  margin-left: 10px;
}
.profile.units .pane div p b {
  font-size: 22px;
  
  letter-spacing: 1px;
}
.profile.units .pane{
  padding: 0px 15px;
  cursor: pointer;
}
.profile.units .pane div img{
  width: 50px;
}

.profile h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: cab;
}

.profile .pane {
  width: 100%;
  padding: 15px;
  border-radius: 8px;

  box-shadow: 0 0 10px rgba(180, 180, 180, 0.699);
  border-bottom: 2px solid green;
}
.pane div {
  display: flex;
  align-items: center;
}
.pane div img {
  width: 70px;
}
.pane div p {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.pane div p b {
  font-size: 25px;
  font-family: cab;
  letter-spacing: 2px;
}
.poll {
  padding: 0 25px;
}
.poll .poll-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poll .ava {
  font-size: 22px;
  font-weight: bold;
  font-family: cab;
}
.poll-header .ser {
  display: flex;
  align-items: center;
}
.ser .spin {
  animation: spin-animation 1s infinite ease-in-out;
  display: inline-block;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.resolution-box {
  width: 100%;
  display: none;
  padding: 15px 30px;
  border-radius: 8px;
margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.699);
  border-top: 4px solid orange;
}
.resolution-box .r-name {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}
.resolution-box .r-message {
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
}
.resolution-box form{
  margin-bottom: 30px;
}
.resolution-box form div {
  position: relative;
  width: 100%;
}
.resolution-box input[type="radio"] + label {
  padding: 25px 50px;
  background-color: rgb(241, 241, 241);
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  height: 20px;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(24, 24, 24);
  
}
.resolution-box input[type="radio"] {
  display: none;
}
.resolution-box label::before,
.resolution-box label::after {
  display: none;
}

.resolution-box input[type="radio"]:checked + label{
  background-color: #ec9154;
  color: #ffffff;
}
.resolution-box .votebtn{
  width: 100%;
}

@media screen and (max-width: 600px) {
  body {
    overflow-y: scroll;
  }
  .content{
    padding: 0;
  }
  .landing {
    width: 100vw;
    min-height: fit-content;
    flex-direction: column;
  }
  .landing > div {
    width: 100vw;
  }
  .landing .content2 {
    display: none;
  }
  .landing .content1 .form {
    padding: 0 20px;
    margin-top: 40px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .content1 {
    height: fit-content;
    margin-bottom: 50px;
  }
  
  .content1 .app-name {
    text-align: center;
    margin-bottom: 15px ;
  }
  .my-modal {
    background-color: #fffefed4;
  }
  .my-modal .mod-body {
    width: 85%;
  }
  .mod-body .otp-modal {
    padding: 30px 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  .dash-nav {
    width: 100vw;
    /* height: 120px; */
  }
  .dev.footer{
    
  }
  .dash-nav .agm {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  padding: 5px;
  background-color: rgb(46, 100, 180);
  color: white;
  font-family: cab;
  font-size: 17px;
}
.dash-nav .branding {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  box-shadow: 0 1px 4px rgba(199, 199, 199, 0.541);
}
.dash-nav .branding img {
  width: 45%;
}
.content .main{
  width: 100%;
}

.profile,
.poll {
  padding: 10px 20px;
  margin-top: 20px;
}
.profile.units{
  padding: 0;
  margin-bottom: 20px;
}
.profile.units .pane div{
  justify-content: space-between;
}
.profile.units .choose{
  width: 20px;
  height: 20px;
  border: 2px solid #19852b;
  border-radius: 50%;
  margin-right: 20px;
  transition: all 1s ease-in-out;
  border-spacing: 4px;
}
.choose.selected{
  background-color: #19852b;
}

.profile.units .pane div p {
  margin-left: 10px;
}
.profile.units .pane div p b {
  font-size: 22px;
  
  letter-spacing: 1px;
}
.profile.units .pane{
  padding: 0px 15px;
}
.profile.units .pane div img{
  width: 50px;
}

.profile h4 {
  font-size: 20px;
  font-weight: bold;
  font-family: cab;
}

.profile .pane {
  width: 100%;
  padding: 15px;
  border-radius: 8px;

  box-shadow: 0 0 10px rgba(180, 180, 180, 0.699);
  border-bottom: 2px solid green;
}
.pane div {
  display: flex;
  align-items: center;
}
.pane div img {
  width: 70px;
}
.pane div p {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 20px;
}
.pane div p b {
  font-size: 18px;
  font-family: cab;
  letter-spacing: 2px;
}
.poll {
  padding: 0 25px;
}
.poll .poll-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.poll .ava {
  font-size: 22px;
  font-weight: bold;
  font-family: cab;
}
.poll-header .ser {
  display: flex;
  align-items: center;
}
.ser .spin {
  animation: spin-animation 1s infinite ease-in-out;
  display: inline-block;
}

@keyframes spin-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.resolution-box {
  width: 100%;
  display: none;
  padding: 15px 30px;
  border-radius: 8px;
margin-bottom: 80px;
  box-shadow: 0 0 10px rgba(180, 180, 180, 0.699);
  border-top: 4px solid orange;
}
.resolution-box .r-name {
  font-weight: bold;
  font-size: 17px;
  margin-bottom: 0;
}
.resolution-box .r-message {
  font-weight: bold;
  font-size: 22px;
  margin-top: 5px;
}
.resolution-box form{
  margin-bottom: 30px;
}
.resolution-box form div {
  position: relative;
  width: 100%;
}
.resolution-box input[type="radio"] + label {
  padding: 25px 50px;
  background-color: rgb(241, 241, 241);
  width: 100%;
  display: flex;
  margin-bottom: 15px;
  height: 20px;
  justify-content: space-around;
  align-items: center;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: rgb(24, 24, 24);
  
}
.resolution-box input[type="radio"] {
  display: none;
}
.resolution-box label::before,
.resolution-box label::after {
  display: none;
}

.resolution-box input[type="radio"]:checked + label{
  background-color: #ec9154;
  color: #ffffff;
}
.resolution-box .votebtn{
  width: 100%;
}
.my-modal.auth.warning {
  display: flex;
  z-index: 99;
}
}
.open-poll{
  width: 100%;
  padding: 20px 15px;
  border-radius: 7px;
  border-bottom: 3px solid orange;
  display: flex;
  align-items: center;
  box-shadow: 0 0 5px rgb(206, 206, 206);
}
.open-poll img{
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
.open-poll .ores{
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 22px;
}
.ores span{
  font-size: 17px;
  letter-spacing: 1.5px;
}