body {
    background-color: #3f3f3f;
    color: rgb(233, 233, 232) !important;
    font-family: "SF Display";
}

@font-face {
    font-family: "San Francisco";
    font-weight: 400;
    src: url("https://applesocial.s3.amazonaws.com/assets/styles/fonts/sanfrancisco/sanfranciscodisplay-regular-webfont.woff");
  }

label{
    color: #d7d7d7 !important;
}

ul{
    display: inline-block;
    vertical-align: middle;
}

.button{
    font-size: 15px;
    background-color: #4f4f4f;
    border-radius: 15px;
    padding: 18px;
    color: rgb(233, 233, 232)
}

.button:hover{
    background-color: #474747
}

.button-white{
    font-size: 15px;
     background-color: rgb(233, 233, 232);
     border-radius: 15px;
     padding: 18px;
      color: #3f3f3f
}

.button-white:hover{
    background-color: rgb(238, 238, 238)
}

.menuButton {
    margin: auto;
    transform: translate(-50%, -50%);
    top: 90%;
    left: 50%;
    position: absolute !important;
    text-align: center;
}

.nameInput {
    margin-left: 10px;
    width: 50%
}

.lever {
    margin: 3px !important;
}

.playerInput {
    border-top: #494949;
    border-bottom: #494949;
    color: whitesmoke;
    border: 3px;
    width: 100%;
    margin-right: 0px !important;
}

#modeSelect {
    position: absolute;
    height: 100%;
    width: 100%;
}

.randomName {
    position: absolute;
    top: 50%;
    left: 50%;
}

.playerAdd {
    margin: auto;
    width: 90%;
    height: 100%;
}

.select-truthdare {
    margin-right: 20px;
}

.select-Diffelculty {
    margin-left: 30px;
    color: #d7d7d7;
}

.questionSubmit {
    margin-left: 10px;
    margin-right: 20px;
}

.bodyRequest {
    text-align: center;
}

.truthButton{
    text-align: center;
    background-color: white;
    color: #3f3f3f;
    position: absolute;
    top: 0% !important;
    height: 50%;
    width: 100%;
}

.dareButton{
    text-align: center;
    background-color: #3f3f3f;
    color: white;
    position: absolute;
    top: 50%;
    height: 50%;
    width: 100%;
}

.userNameShow {
    transform: translate(-50%, -50%);
    margin: 0px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: darkcyan;
    border-radius: 10px;
    padding: 15px;
}

.truthDiv {
    background-color: #f5f5f5;
}

.copyQuestion {
    position: relative;
    color: whitesmoke;
    width: 85%;
    margin: auto;
    height: 105px;
    padding: 2px;
    border-top: 3px;
    border-bottom: 3px;
    border-style: none none solid none;
    border-color: #4f4f4f;
}

.info-Modal{
    color: #3f3f3f;
}

.difButton {
    position: relative !important;
    text-align: center;
}

.difButtons {
    transform: translate(-50%, -50%);
    top: 30%;
    margin-top: 30px;
    position: absolute;
    left: 50%;
}

.center {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loginButton {
    margin-top: 15px;
}

.userButton {
    padding: 18px !important;
    text-align: center;
    height: 0px;
    margin: auto;
    top: 50%;
    margin-left: 10px;
    transform: translate(10% ,-50%);
    line-height: 0px;
}

.allowQuestionButton {
    position: absolute;
    float: right;
    right: 2px;
    margin-bottom: 3px;
    margin-right: 5px;
    padding: 10px;
    bottom: 0px;
}

.disallowQuestionButton {
    position: absolute;
    float: right;
    right: 89px;
    margin-bottom: 3px;
    margin-right: 0px;
    padding: 10px;
    bottom: 0px;
}

#questionDivQuestions {
    margin-top: 10px;
}

@media only screen and (min-width: 601px){
    .sidenav-trigger{
        line-height: 0px !important;
    }
}

.dropdownSelector {
    width: 30%;
    height: 20px;
    background-color: #9f9f9f;
}