.main_container{

  background-color: #004A9D;
  height:100%;

}
.login_container{

  padding:10px;
  display: flex;
  align-items: center;
  flex-direction: column;

}
.login_form{

  display: flex;
  flex-direction: column;

}
body,html{

  margin: 0px;
  font-family: Arial !important;

}
.top_bar{

  height: 60px;
  background-color: #002955;
  padding: 5px;

}

.main_icon{

  height: 100%;
  vertical-align: middle;

}

.white_title{

  width:100%;
  color: #d9d9d9;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 35px;
  height:60px;

}
.menu_container{

  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  height:calc(100% - 70px);

}
.light_message{

  color: #d9d9d9;
  font-family: Arial;
  font-size: 16px;

}

.light_title{

  color: #d9d9d9;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 30px;
  display: flex;

}
.main_button{

  padding: 10px;
  background-color: #E9ECEF;
  border: 1px solid gray;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: bold;
  color: #323232;
  border-radius: 5px;
  cursor: pointer;

}
.squareButton i{

  font-size: 100px;

}
.smallSquareButton i{

  font-size: 50px;

}
.popup{

  width: 316px;
  padding: 30px;
  background-color: #0051A3;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;

}
#playTypes > div{

  padding-bottom: 0px;

}
#prizes > div{

  width: 100%;
  height: 100%;
  padding: 0px;

}
#playScreen > div{

  width: 100%;
  height: 100%;
  padding: 0px;
  flex-direction: column;

}
#call > div{

  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;

}
#public > div{

  padding: 50px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 3;

}
#phone{

  width: 100%;
  display: flex;
  color: #ededed;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  justify-content: center;
  align-items: center;

}
#audience{

  width: 100%;
  display: flex;
  color: #ededed;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}
.wildcards {
   background: #002955;
   width: 100vw;
   display: flex;
   margin-bottom: 20px;
   justify-content: center;
   align-items: center;
   color: #ededed;
   font-size: 30px;
   font-weight: bold;
   flex-shrink: 2;

 }

 .wildcard{

   display: flex;
   margin: 10px;
   margin-right: 50px;
   background-color: #002955;
   border: 3px solid #0051A3;
   border-radius: 100%;
   padding: 10px;
   cursor: pointer;

 }

.question {
   position: relative;
   background: #002955;
   width: calc(100vw - 120px);
   display: flex;
   margin: 50px;
   justify-content: center;
   align-items: center;
   color: #ededed;
   font-size: 30px;
   font-weight: bold;
   height: 15vh;
   padding: 10px;
   margin-bottom: 0px;

 }
 .question:before {
   content: "";
   height: 0;
   width: calc(100vw - 200px);
   position: absolute;
   top: -49px;
   left: 0;
   border-bottom: 50px solid #002955;
   border-left: 50px solid transparent;
   border-right: 50px solid transparent;
   background-color: transparent !important;
 }
 .question:after {
   content: "";
   height: 0;
   width: calc(100vw - 200px);
   position: absolute;
   bottom: -49px;
   left: 0;
   border-top: 50px solid #002955;
   border-left: 50px solid transparent;
   border-right: 50px solid transparent;
   background-color: transparent !important;
 }

.answers{

  display: flex;
  margin: 30px;
  flex-direction: column;

}

.answer {
   position: relative;
   background: #00347D;
   width: 156px;
   padding: 20px;
   display: flex;
   flex-grow: 1;
   margin: 1%;
   margin-top: 70px;
   justify-content: left;
   align-items: center;
   color: #ededed;
   font-size: 15px;
   height: 30px;
   flex-wrap: wrap;
   cursor: pointer;

 }

 .answer:before {
   content: "";
   height: 0;
   width: calc(100% - 60px);
   position: absolute;
   top: -29px;
   left: 0;
   border-bottom: 30px solid #00347D;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   background-color: transparent !important;
 }
 .answer:after {
   content: "";
   height: 0;
   width: calc(100% - 60px);
   position: absolute;
   bottom: -29px;
   left: 0;
   border-top: 30px solid #00347D;
   border-left: 30px solid transparent;
   border-right: 30px solid transparent;
   background-color: transparent !important;

 }

.prize{

  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #e8e8e8;
  background-color: #002955;
  transition: background-color 1.5s;
  font-size: 3vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

.popupWrapper{

  position: absolute;
  width: 100%;
  height: 100%;
  display: none;
  left: 0;
  top: 0;
  align-items: center;
  flex-direction: row;
  justify-content: center;

}
.cover{

  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  top: 0;
  left: 0;

}
.squareButton{

  width: 200px;
  padding-top: 28px;
  padding-bottom: 28px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #121212;
  text-transform: uppercase;
  cursor: pointer;

}
.smallSquareButton{

  width: 143px;
  padding-top: 28px;
  padding-bottom: 28px;
  border: none;
  border-radius: 5px;
  text-align: center;
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #121212;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 30px;

}
.flex_sep{

  display: flex;
  width: 10%;

}
.flex_big_sep{
  display: flex;
  flex-shrink: 2;
  flex-grow: 2;
}

.big_sep{

  width: 30px;
  height: 143px;

}

.blue{

  background-color: #00347D;

}
.orange{

  background-color: #FF9620;

}
.green{

  background-color: #47d147;

}

.green::after, .green::before{

  border-top-color: #47d147;
  border-bottom-color: #47d147;

}
.red{

  background-color: #ff471a;

}

.red::after, .red::before{

  border-top-color: #ff471a;
  border-bottom-color: #ff471a;

}

.selected{

  background-color: #FF9620 !important;

}

.selected::after, .selected::before{

  border-bottom-color: #FF9620 !important;
  border-top-color: #FF9620 !important;

}
.form_input {

  color: #d9d9d9;
  font-family: Arial;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: 20px;

}

.input_label{

  font-weight: bold;
  color: #d9d9d9;
  font-family: Arial;

}

.main_input{

  padding: 10px;
  border: 1px solid gray;
  border-radius: 0px 5px 5px 0px;
  display: block;
  flex-grow: 1;
  flex-shrink: 1;

}

.input_pre{

  color: black;
  background-color: #c9c9c9;
  display: flex;
  padding: 5px;
  box-sizing: border-box;
  margin-right: -1px;
  background-color: #E9ECEF;
  border-radius: 5px 0px 0px 5px;
  border: 1px solid gray;
  align-items: center;

}
