@import url("https://use.typekit.net/pss4tht.css");
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@500&display=swap');

.f14 {
    font-size: 14px;
}

main.Site-content {
    width: 800px;
}

#browserCheck {
	width: max-content;
    background: #fff;
    color: rgba(68, 68, 68, 1);
    padding: 5vw 3vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 50;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--nunito);
    text-align: center;
    border-radius: 1.157vw;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

@media only screen and (min-width: 1280px) {
    #browserCheck {
        margin-top: 35px;
        width: 37.7%;
        aspect-ratio: 65 / 63;
    }
}

#browserCheck img {
	display: block;
	margin: 10px auto 0;
	width: 78px;
	height: 72px;
}

#browserCheck h1 {
	object-fit: contain;
	font-size: 32px;
    margin-top: 20px;
	font-weight: bold;
	text-align: center;
}

#browserCheck h1#browserCheckTitle {
    font-size: 20px;
}

#browserCheck p {
	width:550px;
	margin:24px auto;
	font-size:20px;
	line-height:1.25;
    max-width: 100%;
}

@media only screen and (max-width: 1024px) {
    main.Site-content {
        width:100%;
    }
    #browserCheck {
        width:100%;
	    height:100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    #browserCheck p {
        width:100%;
    }
}

#browserCheck #browserCheckBtn {
	display:block;
	width:230px;
	margin:96px auto 0;
	padding:8px;
	border-radius: 6px;
    border: solid 2px #ffffff;
	color:#5A5AD6;
	background:#fff;
	font: 26px var(--nunito);
	font-weight:bold;
	text-align:center;
	cursor:pointer;
	text-decoration:none;
}

#browserCheckPermissions{
	text-align:center;
}

#browserCheckPermissions ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#browserCheck #browserCheckSkip {
	margin:32px auto 0;
	display:block;
	text-align:center;
}

#browserCheck a {
	color: rgba(90, 90, 214, 1);
    font-size: 16px;
    font-weight: 700;
}

section.lobbySection {
    display: grid;
    justify-content: center;
    align-content: center;
    margin: 0 auto;
}

section.lobbySection .wrapper {
    grid-column-start: 1;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 12;
}

/* Tooltip text */
#audioSource {
    display: inline;
}

#audioOutput {
    display: inline-flex;
    margin: 0;
}

/*ToDo Minify all Font Family styling so it is applied across the page */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--rubik), sans-serif;
}

.header {
    width: 100%;
}

section.hostPanel button {
    height: 30px;
    width: 75px;
}

section.hostPanel #endDating {
    background-color: #fff;
}

/* Host list + buttons */

section.hostPanel #selectlistRefresh{
    display: inline-block;
    width: 200px;
}
section.hostPanel #selectUsersList {
    position: absolute;
    width: 200px;
    height: 30px;
}

section.hostPanel #refreshUsersList{
    position: relative;
    left: 155px;
    top: 5px;
    height: 20px;
}

section.hostPanel #hostPerm {
    background: #ff0000;
}

section.hostPanel #hostTemp {
    color: #000000;
    background: #e2e24b;
}

section.hostPanel #hostUnboot {
    color: #000000;
    background: #a4a4a4;
}

section.hostPanel #muteAllOrMuteOneUser {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.host-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgb(251 4 4 / 40%);
    z-index: 100;
    position: fixed;
}

/* Modal Content/Box */
#myModal .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%; 
}

/* The Close Button */
.host-close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.host-close:hover,
.host-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

section.hostPanel #muteLobby {
    background: orange;
    color: black;
}

section.hostPanel #sendToMingleRoom {
    background: blue;
}

section.hostPanel #autoGame.disable {
    background: #777;
    font-weight: bold;
    font-size: 10px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: none;
}

div#mediaContainer #hostTimer,
div#mediaContainer #countdown {
    color: #ffffff;
    background: #fbb454;
    padding: 10px;
    border-radius: 24px;
    width: 142px;
    height: 16px;
    margin-bottom: 10px;
    text-align: center;
    align-self: center;
}

div#mediaContainer #hostTimer {
    display: none;
}

div#mediaContainer #countdown {
    height: 81px;
}

div#mediaContainer #countdown span.time {
    margin-right: 5px;
}

div#mediaContainer.summaryScreen {
    grid-template-columns: repeat(6, 100px);
    grid-template-rows: repeat(8, 100px);
}

div#mediaContainer div#room-controls {
    width: 16em;
    margin: 0 1.5em;
    text-align: center;
}

/* Green To Date Transition */
#greenToDateTransition {
    z-index: 90;
}

button.success {
    background: #27AE60;
    font-weight: bold;
    font-size: 10px;
    color: white;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
}


/* INTERSTITIAL TEXT */


/* No Thanks */

.noThanks:hover {
    cursor: pointer;
}

/* Couple */

div#coupleOrCut div#couple {
    margin-bottom: 19px;
}

/* Cut */

div#coupleOrCut div#cut {
    float: left;
}

/* Connect */

div#coupleOrCut div#connect {
    float: right;
}

div.doubleTime {
    /* Position */
    position: absolute;
    top: 550px;
    /* Size */
    width: 248px;
    height: 111px;
    /* Centered */
    left: 0;
    right: 0;
    margin: 0 auto;
}

div.doubleTime button {
    width: 100%;
    height: 100%;
}

div.doubleTime button>div {
    margin-top: 2px;
    font-size: 24px;
}

.silver-text{
    color: #505458;
}
.blue-text{
    color: #01a4c1;
}
.red-text{
    color: #e63e29
}
.red-text-border{
    border: #e63e29
}
.green-text{
    color: #27AE60;
}

div#coupleOrCut h1 {
    font-size: 2.5em;
}

div#coupleOrCut p {
    margin-top: 9px;
}

div#droppedPartner {
    position: absolute;
    text-align: center;
    height: 250px;
    color: #f2f2f2;
    padding: 32px 0 16px;
    background-color: #252e3a;
    border: solid 1px #252e3a;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}

#droppedpartner-header{
    width: 274px;
    margin: -15px 0 10px 10px;
}

#droppedpartner-footer{
    width: 268px;
    margin: 5px 15px 0;
}

div#pendingPartner {
    position: absolute;
    text-align: center;
    height: 400px;
	width: 100%;
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

#pendingPartner-header{
    margin-top: 50px;
}
#pendingPartner-footer{
    margin-top: 255px;
}

div#coupleOrCutTimer, div#exitTime {
    color: #ffffff;
    white-space: nowrap;
    display: none;
}

.overlay{
	color:#000;
	background:#fff;
	z-index: 90;
	position:relative;
	padding: 16px 8px;
	box-sizing: border-box;
	overflow: hidden;
	grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 9;
}
.overlay.invert{
	color:#fff;
	background: #30363e;
	text-align:center;
    aspect-ratio: 4 / 3;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.overlay.short{
	z-index: 10;
	grid-column-start: 1;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 9;
}
.overlay p.title{
	font: 40px var(--nunito), sans-serif;
	font-weight:bold;
	letter-spacing:1.25px;
	line-height:1.1;
	margin:16px 8px 0;
}
.overlay p.flavor{
	font-size: 16px;
	line-height: 1.5;
	margin: 0 16px 16px;
}
.overlay button{
	display:block;
	padding:9px 36px;
	margin:16px auto;
	background:#fff;
	color:#5A5AD6;
	font-family:'Nunito Sans', sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:none;
	border-radius:6px;
	cursor:pointer;
	text-transform:uppercase;
	width:310px;
}
.overlay button.inline{
	display:inline-block;
	width:160px;
	padding:16px;
}
.overlay textarea{
	width:310px;
	margin:0 auto;
	padding:16px;
	border-radius:6px;
	resize:vertical;
	box-sizing:border-box;
}
.overlay .timer{
	margin: 0 auto;
    display: block;
    position: absolute;
    top: 365px;
    width: 250px;
    height: 60px;
	padding-top:10px;
    border-radius: 30px;
    background-color: #5A5AD6;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    font-family: var(--rubik), sans-serif;
    font-style: normal;
    font-weight: 700;
    z-index: 30;
    left: 0;
    right: 0;
}
.overlay .timer>span{
	font-size:32px;
}
.overlay .timer-line{
	position: absolute;
    top: 398px;
	left: 0;
    z-index: 20;
    width: 100%;
    height: 4px;
    background-color: #5A5AD6;
}

.overlay span.back{
	text-decoration: underline;
    cursor: pointer;
}

#profile-overlay-close{
	position: absolute;
    top: 10px;
    right: 10px;
	font-weight:bold;
	cursor:pointer;
}

#profile-overlay-picture{
	float:left;
	margin-left:8px;
    margin-right:10px;
	border-radius:50%;
	width:56px;
	height:56px;
}

#profile-overlay-name{
	font-size: 24px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 270px;
    display: inline-block;
}

#profile-overlay-verified{
	position:relative;
	top:-4px;
	margin-left:8px;
	cursor:pointer;
}

#profile-overlay-age{
	font-size:20px;
	font-weight:500;
}

#profile-overlay-details{
	overflow-y:auto;
	height:240px;
	margin-top:8px;
	padding:0 8px;
}
#profile-overlay-details::-webkit-scrollbar {
	width: 4px;
}

#profile-overlay-details::-webkit-scrollbar-track {
	background:transparent;
	border-radius:4px;
}
#profile-overlay-details::-webkit-scrollbar-track:hover {
	background:#e5e5e5;
}

#profile-overlay-details::-webkit-scrollbar-thumb {
	background:#e5e5e5;
	border-radius:4px;
}
#profile-overlay-details::-webkit-scrollbar-thumb:hover {
	background:#5A5AD6;
}

#profile-overlay-desc{
	font-size:14px;
	line-height:1.5;
	margin:12px 0;
}

#profile-overlay-whatiminto{
	font-size:14px;
	font-weight:500;
	margin:0 0 8px;
}

#profile-overlay-interests{
	font-size:14px;
}

#profile-overlay-interests .interest{
	color:#5A5AD6;
	background:#fff;
	font-weight:500;
	padding:4px 8px;
	border:2px solid #5A5AD6;
	border-radius:15px;
	display:inline-block;
	margin-bottom:10px;
	margin-right:8px;
}
#profile-overlay-interests .interest.mutual{
	color:#fff;
	background:#5A5AD6;
}

img.smallicon{
	height: 16px;
}

.audioButton, .audioElement {
    display: inline-block;
    width: 40px;
    height: 37px;
    padding-top: 4px;
    margin-right: 4px;
    border-radius: 2.5px;
    background-color: #ffffff;
    font-size: 11px;
    text-align: center;
}

#local-media-container #video-input-ev {
    left: 41px;
    position: absolute;
}

#video-input-ev .audioElement {
    width: 275px;
}

#video-input-ev.hide * {
    display: none;
}

.fullscreenToggle.active img {
    content: url('img/fullscreen-active.svg');
}

.fullscreenToggle.active,
.audioElement.active {
    background-color: #20a4c2;
    color: #ffffff;
}

.exitDate.active
{
    background-color: #20a4c2;
    color: #ffffff;
}

.exitDate.active img {
    content: url('img/exitdate-active.svg');
}

.micToggle.disabled {
    opacity: 0.7;
}

.audioElement{
    border-radius: 0;
    margin: 0;
    border-top: 1px solid #252e3a;
    border-left: 1px solid #252e3a;
    width: 220px;
    height: 29.25px;
    font-size: 12px;
    text-align: left;
    padding-top: 9px;
    padding-left: 5px;
}

.hide, .hideTop, .hideGame, .hideOldAdmin, .hideMic, .hideAfterParty, .hideBalcony, .hidePrivateRoomChat, .hideExcludeRoom {
    /* !important actually makes sense here, as this style rule is not at all specific, so will be overridden by any non-default display rules given to the element */
    display: none!important;
}

.hidden{
    visibility: hidden;
}

.audioButton{
    border-radius: 0;
    border-top: 1px solid #252e3a;
    height: 38.25px;
    padding-top: 0;
}


.vertAlignSpanHelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.audioButton img{
    vertical-align: middle;
}


.speakerConfig{
    margin-top: 4px;
}

div#local-media div#remoteMuteIcons {
    position: absolute;
    top: 13px;
    right: 14px;
    background: #bcc1c3;
}

div#local-media div#remoteMuteIcons img {
    height: 24px;
}

/* Couple Welcome Message*/
.couplewelcome{
    display: none;
    background-color: #252e3a;
    height: 298px;
    padding: 0 18px 0 18px;
    border-radius: 0 0 10px 10px;
}

.welcometitle{
    margin-top: 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.07;
}

.welcomesubtitle{
    margin-top: 2px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.couplewelcome-body{
    font-size: 14px;
    font-weight: normal;
    line-height: 1.29;
}

#couplewelcome-body1{
    margin-top: 13px;
}

#couplewelcome-body2{
    margin-top: 5px;
}

#couplewelcome-body3{
    margin-top: 7px;
    font-weight: normal;
}

.coupleinstructions-body{
    font-size: 12px;
    font-weight: normal;
    line-height: 1.33;
}

#coupleinstructions-body1{
    margin-top: 12px;
}

.coupleinstructions-bodymain{
    margin-top: 8px;
}

.fontHighlight{
    font-weight: bold;
    font-size: 14px;
}

#coupleHighlight{
    color: #d64f38;
}

#cutHighlight{
    color: #5A5AD6;
}

div#mediaContainer div#room-controls {
    display: flex;
}

div#mediaContainer div#room-controls input {
    width: 100%;
    height: 2.5em;
    padding: 0.5em;
    text-align: center;
}

button#button-leave {
    display: none;
    text-align: center;
    margin-top: 0;
}

div#room-controls > button {
    text-align: center;
}

div#mediaContainer.participant-container {
    height: 120px;
    width: 100%;
    background: #252e3a url('img/icons/DefaultProfile.svg') no-repeat center;
    background-size: 60px 60px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

div.participant-container video, div.performer-participant-container video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
}

#mediaContainer div.participant-container {
    min-width: 100px;
    height: 100%;
    border: none;
    background-image: url(img/icons/DefaultProfile.svg);
    background-size: 70px 70px;
    background-repeat: no-repeat;
    background-position: center center;
}

#mediaContainer div.bottomTableHalf div.container div.participant-container {
    background-position: 49% 31%;
}

#mediaContainer div.topTableHalf div.container div.participant-container {
    background-position: 49% 64%;
}

.maleColumn div.participant-container.bordered {
    border-right: 0;
}

.femaleColumn div.participant-container.bordered {
    border-left: 0;
}

.hostArea {
    display: none;
}

div.sideTable div.participant-container p.nametag {
    width: 100px;
    background: none;
    font-size: 11px;
}

p.nametag-male {
    border-bottom-left-radius: 5px;
}

p.nametag-female {
    border-bottom-right-radius: 5px;
}

/* Mute/unmute icons */

footer {
    margin: 0 auto;
    height: 20px;

    bottom: 6px;
    text-align: center;

}

/* Summary Screen */
div.innerContainer div.topHeader {
    height: 56px;
    border-radius: 14px 14px 0 0;
    background-color: #5A5AD6;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.option img.downArrow {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 9px;
    height: 5px;
}

/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
}

@keyframes xAxis {
    50% {
        animation-timing-function: ease-in-out;
        transform: translateX(150px);
    }
}
@keyframes yAxis {
    0%{
        opacity:1;
    }
    100%{
        animation-timing-function: ease-in-out;
        transform: translateY(-250px);
        opacity:0;
    }
}

.heart::after{
    content: '❤️';
    display: block;
}

/* Star Animation  */
.star {
    bottom: 10px;
    position:absolute;
}

.star::after{
    content: '🌟';
    display: block;
}

/* Edmond AV-css */

#couple-testvideo video {
    transform: scale(-1, 1); /*flip camera horizontally to generate mirror effect*/
    object-fit: cover;
}

.testing-microphone {
    color: #252e3a;
    background-color: white;
}

/* Other Tables */
.text-right{
	text-align:right;
}

/*Hide arrows for input type="number"*/

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.title-16 {
    font-size: 16px;
    color: #fff;
    display: block;
    margin: 0 0 8px 0;
    font-weight: bold;
}

.placeholder-16 {
    color: #555;
}

.placeholder-12 {
    font-weight: normal;
    font-size: 12px;
    font-family: var(--nunito), sans-serif;
}

#admin-modal {
    margin: auto;
    width: 80%;
    /*height: 80%;*/
    color: white;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-height: 80%;
    height: 100%;
}
#adminPopUp {
    box-sizing: border-box;
    position: absolute;
    background: #30363e;
    height: 100%;
    z-index: 100;
    width: 101%;
    top: 40px;
    left: 50%;
    transform: translateX(calc(-50% - 2px));
}
.admin_box {
    box-sizing: border-box;
    position: absolute;
    background: #30363e;
    width: 80%;
    /*height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    overflow: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 20px;
    left: 0;
    right: 0;
    top: 10%;
    bottom: 0;
    margin: 0 auto;
    height: calc(80% - 60px);
}

@media only screen and (min-height: 721px) {
    #adminPopUp {
        top: 60px !important;
    }
}

#adminShowTable.disable, #adminChangeTable.disable {
    background: #777;
    color: white;
    cursor: none;
}

/*PROFILE*/

.label-inside.red, .label-inside-lobby.red, .label-outside-lobby.red {
    color: #e63e29;
}

.label-inside.red input, .label-inside.red select.sel-type-2, 
.label-inside-lobby.red input, .label-inside-lobby.red select.sel-type-1,
.label-outside-lobby.red input, .label-outside-lobby.red select.sel-type-1,
.label-outside-lobby.red select.sel-type-2, .label-outside-lobby.red select.sel-type-3 {
    border: 1px solid #e63e29;
    position: relative;
    /* padding-right: 50px; */
}

.label-inside input, .label-inside select.sel-type-2 {
    background-color: #f3f3f3;
}

.label-inside label, .label-inside-lobby label {
    margin-left: 5px;
    padding: 0 5px;
    background: #f3f3f3;
    font-size: 13px;
    position: absolute;
    z-index: 100;
    transform: translateY(-50%);
}

.label-inside-lobby label {
    background: #f8f8f8;
    font-size: 12px;
}

span.error-label, span.error-label-dob, span.error-label-dob-lobby, span.error-label-lobby {
    margin-left: 5px;
    padding: 0 5px;
    background: #f3f3f3;
    font-size: 12px;
    color: #e63e29;
}

span.error-label-dob-lobby, span.error-label-lobby {
    background: #f8f8f8;
}

.mr-top-profile span.error-label-dob-lobby, .mr-top-profile span.error-label-lobby {
    background: transparent;
}

.red input::-webkit-datetime-edit{ color: transparent; }
.red input:focus::-webkit-datetime-edit{ color: #000; }