.logo{
    width: 100%;
    margin: 40px auto;
}

h1.rooms{
    margin-bottom: 15px;
}

#empty{
    font-weight: lighter;
    text-align: center;
    margin: 20px 0;
}

#btn-container{
    margin-top: 20px;
}

.matchwrapper{
    margin: 5px 0;
}

.roomname{
    overflow: hidden;
    display: inline-block;
}

.hostname{
    font-weight: lighter;
    margin-top: -5px;
}

.dark-background{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
}

.overlay-background{
    border-radius: 4px;
    padding: 15px 0;
}

.overlay-background > .container{
    margin: 0 12.5%;
}

.overlay-background h1{
    margin-bottom: 15px;
}

.overlay-background a{
    margin-top: 15px;
}

#profile-pic-cam > h3{
    padding: 20px;
}

.action-bar{
    margin: 15px 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.action-bar>div{
    position: relative;
}

.action-bar a.btn-plain{
    margin: 18px 0;
    display: inline-block;
    position: absolute;
    left: calc(calc(50% / 2) - 68px);
}

.btn-snap{
    background-image: url('../img/camera-icon.svg')
}

.btn-snap:active{
    background-image: url('../img/camera-icon-pressed.svg')
}

.btn-create-team{
    margin-top: 7px;
    font-size: 0.875rem;
    text-decoration: underline;
}

.btn-create-team:active{
    color: #E14B4B;
}

.action-bar a.btn-snap{
    display: block;
    margin: 0 auto;
    width: 75px;
    height: 75px;
}

.profile-pic{
    height: inherit;
    width: inherit;
    object-fit: cover;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.match-pic{
    max-width: 100vw;
    max-height: calc(100vh - 141px);
    object-fit: cover;
}

.profile_video_container{
    width: 100vw;
    height: 100vw;
    overflow: hidden;
}

.profile_video_container_graphic{
    background-color: #f0f0f0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    
}

#action-bar-2{
    margin: 34.5px 0;
}

#action-bar-2>div{
    margin: 0 auto;
    width: fit-content;
}

#action-bar-2 a{
    margin: 0 15px;
}

h1.roomName{
    margin-bottom: 15px;
}

.lable{    
    margin-top: 5px;
    display: inline-block;
}

input, select{
    margin: 5px 0;
    width: 100%;
    height: 36px;
    font-size: 1.125rem;
    font-weight: normal;
    color: #1E1E1E;
    padding-left: 10px;
    border: solid .5px #CCCCCC;
    border-radius: 2px;    
}

input::placeholder{
    font-size: 1rem;
    font-weight: lighter;
    color: #BEBEBE;
}

input::-moz-placeholder{
    font-size: 1rem;
    font-weight: lighter;
    color: #BEBEBE;
}

input:-webkit-input-placeholder{
    font-size: 1rem;
    font-weight: lighter;
    color: #BEBEBE;
}

input::-webkit-input-placeholder{
    font-size: 1rem;
    font-weight: lighter;
    color: #BEBEBE;
}

select.placeholder{
    font-size: 1rem;
    font-weight: lighter;
    color: #BEBEBE;
}

select option{
    color: #1E1E1E !important;
}

select option:focus{
    outline: none;
}

select option:checked{
    background-color: #FCFCFC;
}

select option.create-team{
    background-color: #E14B4B !important;
    color: #fcfcfc !important;
}

.profile-pic-button{
    width: 100%;
    margin: 25px 0 40px 0;
}
