@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

body {
    background-color: #FFC633;
}

.largeButton{
    background: #43DF81;
    border-radius: 10px;
    align-self: center;
    width: 80%;
    height: 74px;
    text-align: center;
    font-weight: bold;
    margin-left: 10%;
    background: #43DF81;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-top: 10px;
    border-width: 0;
}

.largeInformationalButton{
    background: #43DF81;
    border-radius: 10px;
    align-self: center;
    width: 94%;
    height: 74px;
    text-align: center;
    font-weight: bold;
    margin-left: 3%;
    margin-top:10px;
    background: #43DF81;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.squareSmallButton {
    display: inline-table;
    background: #43DF81;
    border-radius: 10px;
    align-self: center;
    width: 130px;
    height: 170px;
    text-align: center;
    font-weight: bold;
    margin-left: 3%;
    margin-top: 10px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.smallSquareButtonFont {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: normal;
    font-family: Ruda;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 20px;
    text-align: center;

    color: #000000;
}

.adminMiniButtons {
    background: #43DF81;
    border-radius: 10px;
    align-self: center;
    width: 94%;
    height: 74px;
    text-align: center;
    font-weight: bold;
    margin-left: 3%;
    margin-top:10px;
    background: rgb(67, 116, 223);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.adminMiniButtonsFonts {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: normal;
    font-family: Ruda;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    text-align: center;

    color: #FFFFFF;
}

.largeButtonFont {
    display: inline-block;
    vertical-align: text-bottom;
    line-height: normal;
    font-family: Ruda;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 34px;
    text-align: center;

    color: #000000;
}

.largeTitle {
    text-align: center;
    font-size: 72px;
    font-family: Ruda;
}

.largeQuestion {
    font-size: 36px;
    text-align: center;
    font-family: Ruda;
    vertical-align: 50%;
    margin-top: 40px;
    align-content: center;
}

.largeInputBox {
    background: white;
    border: black;
    border-width: 10px;
    vertical-align: text-bottom;
    line-height: normal;
    font-family: Ruda;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 34px;
    text-align: center;
    width: 70%;
    margin-left: 15%;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}

.largeForm {
    width: 100%;
}

.gameQR {
    margin-left: 10%;
    width: 80%;
    text-align: center;
}

.qrReader {
    margin-top: 15px;
    height: 45%;
    width: 45%;
    margin-left: 27%;
}

.loadingIndicator {
    margin: 37%
}

.candidateBox {
    height: 150px;
    width: 150px;
}

.voteDownButton {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    font-size:1cm;
    background-color: transparent;
    border-color: transparent;
}

.rankingTable {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;;
  }
  
  .rankingTable td, .rankingTable th {
    padding: 8px;
  }
  
  .rankingTable tr:nth-child(even){background-color: #f2f2f2;}
  .rankingTable tr:nth-child(odd){background-color: #dfdfdf;}
  
  .rankingTable tr:hover {background-color: #ddd;}
  
  .rankingTable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */   
  }

table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    border-top-right-radius: 10px;
} 

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
} 

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #fa4221;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  }

  .smallGreenBox {
      width: 30px;
      height: 30px;
      background: green;
      display: inline-block;
      margin-left: 3px;
  }

  .smallRedBox {
    width: 30px;
    height: 30px;
    background: red;
    display: inline-block;
    margin-left: 3px;
  }
.waitingBanner {
    background: #fff3cd;
    border: 1px solid #e0a800;
    border-radius: 8px;
    padding: 10px 14px;
    margin: 10px 0;
    font-size: 16px;
}
