#ePageClientSupport {
    text-align: center;
}

#ePageClient h1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0.5em;
}

#ePageClient h1 span {
    background-color: #74D7FC;
    color: #FFF;
    display: inline-block;
    line-height: 2;
    padding: 0 2em;
    border-radius: 1em;
}

#ePageClientSupport button {
    background: transparent;
    border: none;
    outline: none;
    width: 300px;
    height: 300px;
}

#ePageClientSupport button img {
    width: 20vh;
    height: auto;
}

#eAdminVideo {
    display: flex;
}

#eAdminVideo > div {
    width: 30vw;
    margin-right: 50px;
}

#eAdminVideo video {
    background-color: #EEE;
    height: 100%;
    width: 100%;

}
.eVideoWrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.eVideoWrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#ePageCameraWrap {
    width: 70vh;
    margin: 0 auto;
    background-color: #FFF;
    height: 100%;
    box-sizing: border-box;
    padding: 0vh;
}

#ePageClientSupportAdd table {
    margin-bottom: 1em;
    font-size: 18px;
}

#ePageClientSupportAdd td p {
    font-size: 15px;
    line-height: 1.4;
}

.ePageSupportButton {
    text-align: center;
}

.ePageSupportButton input[type="submit"] {
    padding: 0.3em 1.5em;
    border-radius: 0.5em;
}


#eClientVideo {
    height: calc(100vh - 20vh);
    position: relative;
}

#ePeerVideoWrap {
    position: relative;
    height: 100%;
}

#eClientVideo #ePeerVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
    z-index: 1;
}

#ePeerVideoMess {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 0;
    background-color: #EEE;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#eClientVideo #eMyVideoWrap {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 180px;
    height: 180px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    z-index: 2;
}

#eClientVideo #eMyVideo {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;

}

#eClientVideoCall {
    padding-top: 30px;
}

#eClientVideoCall img {
    width: 120px;
}

#eVideoCloseButton {
    display: none;
}

.eAdminCommonTable {
    border-collapse: collapse;
    font-size: 14px;
}

.eAdminCommonTable th ,
.eAdminCommonTable td {
    border: 1px solid #CCC;
    padding: 8px 20px;
}
.eAdminCommonTable th {
    width: 160px;
    white-space: nowrap;
}
.eAdminCommonTable td {
    width: 300px;
}
.eAdminCommonTable input {
    width: 100%;
    box-sizing: border-box;
}