@import url('https://fonts.googleapis.com/css2?family=Cinzel&family=Lora&family=Montserrat:wght@200;400&family=Poppins:wght@300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');



.montBlack{
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Lora', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif; */
}


.cizel{
    font-family: 'Cinzel', serif;
    /* font-family: 'Lora', serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif; */
}

.bgColor{
    background-color: #05ACBF;
}

.cWhite{
    color: rgba(255, 251, 249, 235);
}


.cDark{
    background-color: #191C20;
}

.gold{
    background-color: #FFD700;
}

.silver{
    background-color: #C0C0C0;
}

.platinum{
    background-color: #E5E4E2;
}

.bgTheme{
    /* background-color: #05ACBF; */
    background-color: red;
}

.catLink{
    border-radius: 8px;
    border: 1px solid rgba(255, 251, 249, 235);
    color: rgba(255, 251, 249, 235);
    margin-left: 8px;
    margin-right: 8px;
}

.no-image{
    border-radius: 8px;
}

.form-label{
    color: rgba(255, 251, 249, 235);
}


.page-link{
    color: black !important;
}

/* .catLink:hover{
    background-color: c;
} */

.imageDiv{
    width: 100%;
}

.timeline{
    width: 100%;
    height: 80vh;
}


@media (min-width:768px){
    .imageDiv{
        width: 50% !important;
    }
    .timeline{
        width: auto;
        height: 100vh;
    }
}

#searchInput{
    width: 70%;
}

.loader-container {
    display: none;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #ffc107;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin: auto;
    margin: 20px;
}

.loaderSmall {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #ffc107;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 1s linear infinite;
  margin-left: 20px;
  margin-right: 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes progressAnimation {
    from {
        width: 0;
    }
    to {
        width: var(--progress-width, 0%);
    }
}


*,
::before,
::after {
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
  margin: 0;
}

:root {
  --spacing: 8px;
  --hue: 400;
  --background1: hsl(214, 14%, 20%);
  --background2: hsl(214, 14%, 13%);
  --background3: hsl(214, 14%, 5%);
  --brand1: hsl(var(--hue) 80% 60%);
  --text1: hsl(0,0%,100%);
  --text2: hsl(0,0%,90%);
}

code {
  background: var(--background3);
}



.number-code {
    > div {
      display: flex;
      > input:not(:last-child) {
        margin-right: calc(var(--spacing) * 2);
      }
    }
}


.content-area {
  input.code-input {
    font-size: 1.5em;
    width: 1em;
    text-align: center;
    flex: 1 0 1em;
  }
  input{
    padding: var(--spacing);
    border-radius: calc(var(--spacing) / 2);
    color: var(--text1);
    background: var(--background1);
    border: 0;
    border: 4px solid transparent;
    &:invalid {
      box-shadow: none;
    }
    &:focus{
      outline: none;
      border: 4px solid var(--brand1);
      background: var(--background3);
    }
  }
}


input[type=checkbox] {
    width: 20px;
    height: 20px;
    font-size: 27px;
  }
  /* input[type=checkbox]:after {
    content: " ";
    background-color: purple;
    display: inline-block;
    visibility: visible;
  } */
  input[type=checkbox]:checked:after {
    /* content: "\2714"; */
    /* color: wheat; */
    background-color: #ffc107;
    /* this is a checkmark symbol */
  }

  .nomineeLink{
    border: 1px solid rgba(255, 251, 249, 235);
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .voteBtn{
    background-color: #ffc107;
    color: black;
    height: 25px;
    width: 70px;
    border: none;
  } 
  
  .blackBorder{
    border-bottom: 1px solid black
  } 

h5{
  font-size: 17px;
}

h4{
  font-size: 20px;
  white-space: nowrap;
}

h3{
  font-size: 20px;
}

.balance{
  border: 2px solid grey;
  border-radius: 20px;
}

.statusDiv{
  width: 100%;
  overflow-x: scroll;
  display: flex;
  scrollbar-width: none;
}

.statusLabel{
  white-space: nowrap;
}

.status{
  margin-right:  30px;
  margin-left:  20px;
}

.statusDiv{
  white-space: nowrap;
}

@keyframes progressAnimation {
  from {
      width: 0;
  }
  to {
      width: var(--progress-width, 0%);
  }
}

.logDivs{
  max-height: 100vh;
  overflow-y: scroll;
}

.loginBg{
  background-color: "#dfe5ec";
}

.cShadowSmall{
  box-shadow: 2px 10px 34px -7px rgba(0,0,0,0.15);
-webkit-box-shadow: 2px 10px 34px -7px rgba(0,0,0,0.15);
-moz-box-shadow: 2px 10px 34px -7px rgba(0,0,0,0.15);
}

.bgGray{
  background-color: #3D536B;
 }

 .txtGray{
  color: #3D536B;
 }