
.wrap {
	display:flex;
	justify-content:space-between;
}
.left, .right, .middle {
	height:100px;
}

.left {
	width:35%;	
	background:#1C1C1C;
}

.right {
	width:35%;
	background:#1C1C1C;
}

.middle {
	background:#262626;
	padding:0px 40px 40px 40px;
	width:900px;
	height:auto;
	margin:0px 0px;
	min-height: 105vh;
}	

.wordNorm12 {
	font-family: helvetica;
	font-size:14px;
	text-align:center;
}

#Mixer_Record_Popup{
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    font-family: helvetica;
    color: rgb(230,230,230);
    text-align: center;
    background: rgb(90 90 90);
    border-radius: 50px;
}

.Mixer_Record_Popup_Body {
	border-radius: 10px;
    background-color: rgb(68, 68, 68);
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: helvetica;
    box-shadow: rgb(0, 0, 0) 0px 0px 120px 0px;
    position: fixed;
    padding: 20px;
	min-width: 300;
}

.Mixer_Record_Popup_Confirm {
    padding: 5px 20px;
    width: fit-content;
    border-radius: 15px;
    background-color: rgb(48,48,48);
    font-size: 12px;
    font-family: helvetica;
    cursor: pointer;
    margin: 0 auto;
    transition: .2s;
    color: rgb(230,230,230);
	margin-left:8px;
	margin-right:8px;
}

.Mixer_Record_Popup_Confirm:hover {
    background-color: rgb(38,38,38);
}

.Mixer_Record_Popup_Cancle {
    padding: 5px 20px;
    width: fit-content;
    border-radius: 15px;
    background-color: rgb(48,48,48);
    font-size: 12px;
    font-family: helvetica;
    cursor: pointer;
    margin: 0 auto;
    transition: .2s;
    color: rgb(230,230,230);
	margin-left:8px;
	margin-right:8px;
}

.Mixer_Record_Popup_Cancle:hover {
    background-color: rgb(38,38,38);
}

#popupboxconfirm:hover {
	cursor:pointer;
}

#popupboxcancel:hover {
	cursor:pointer;
}

#EBCFBFAF {
	width:900px;
	margin:20px auto 0 auto;
	font-size:22px;
	font-weight:600;
	font-stretch:100%;
	font-family:poppins-semibold, poppins, sans-serif;
	height:50px;
	line-height:50px;
	display: flex;
	align-items: center; 
}

#A9F51A4DF {
	display:flex;
	text-align:left;
	position:relative;
}

#pageHeaderWord {
	display:flex;
	width:auto;
}

#popupboxbg {
    transition: opacity 0.3s ease-in-out;
}

.nf-friend-message-popup-body#popupboxbody {
    background: rgb(68,68,68);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 40px rgba(0,0,0,0.75);
    min-width: 400px;
    width: min(560px, calc(100vw - 24px));
    max-width: 560px;
    min-height: 200px;
    height: auto;
    max-height: none;
    box-sizing: border-box;
}

.nf-friend-message-popup-body#popupboxbody .df-fdr-jcc-ac.f-normal.fs-12.ta-c.mt-20 {
    width: 220px;
    margin: 20px auto 0 auto;
    justify-content: space-between;
}

.nf-friend-message-popup-content#Mixer_Record_Popup {
    background: transparent;
    color: rgb(230,230,230);
    border-radius: 0;
    padding: 0;
}

.nf-friend-message-popup-wrap {
    width: 100%;
}

.nf-friend-message-popup-input {
    width: 100%;
    min-height: 250px;
    height: 250px;
    max-height: 250px;
    resize: none;
    overflow-y: auto;
    box-sizing: border-box;
    border: 1px solid rgb(87,87,87);
    border-radius: 4px;
    background: rgb(28,28,28);
    color: rgb(230,230,230);
    padding: 8px 10px;
    font-family: helvetica;
    font-size: 14px;
    line-height: 1.45;
    transition: none;
}

.nf-friend-message-popup-input:focus {
    outline: none !important;
    border-color: rgb(87,87,87);
    box-shadow: none;
}

.nf-friend-message-popup-input:hover {
    border-color: rgb(87,87,87);
}

.nf-friend-message-popup-input::placeholder {
    color: rgb(150,150,150);
}

.nf-friend-message-popup-error {
    min-height: 14px;
}

.nf-friend-message-popup-hint {
    color: rgb(160,160,160);
}

.nf-friend-message-popup-reply-title {
    margin: 0 0 6px 0;
}

.nf-friend-message-popup-reply-preview {
    margin: 0 0 10px 0;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    color: rgb(230,230,230);
}

.nf-friend-message-popup-sendbtn {
    margin-left: 0;
    margin-right: 0;
}

.nf-friend-message-popup-sendbtn.is-busy {
    opacity: 0.65;
    cursor: not-allowed;
}

.nf-friend-message-popup-cancel#popupboxcancel {
    border-radius: 15px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 440px) {
    .nf-friend-message-popup-body#popupboxbody {
        min-width: 0;
        width: calc(100vw - 20px);
        max-width: calc(100vw - 20px);
    }
}

