.gojiwisesession .admin .main-container {
    padding-bottom: 0;
}

.gojiwisesession .tab-container {
    display: flex;
}

.gojiwisesession .tab.selected {
    line-height: 1.21;
    letter-spacing: 4.32px;
    color: #333333;
}

.gojiwisesession .tab {
    cursor: pointer;
    text-transform: uppercase;
    border: solid 2px #efefef;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 0;
    color: #c8c8c7;
    letter-spacing: 4.32px;
    line-height: 1.21;
    padding: 10px;
    width: -webkit-fill-available;
    text-align: center;
}

.right {
    margin-left: auto;
}

.gojiwisesession .tab-body {
    display: flex;
    height: 80vh;
    /* height: calc(100% - 60px); */
    border: solid 2px #efefef;
}

.gojiwisesession .tab-body.viewers .postwriter {
    display: none;
}

.gojiwisesession .tab-body.feeds .viewers-container {
    overflow-y: hidden;
}

.gojiwisesession .tab-body.viewers .feeds-container,
.gojiwisesession .tab-body.feeds .viewers-container {
    display: none;
}

.gojiwisesession .tab-body.feeds .feeds-container,
.gojiwisesession .tab-body.viewers .viewers-container {
    display: block;
    width: 100%;
}

.viewers-container {
    overflow-y: auto;
    padding: 15px;
}

.gojiwisesession .side-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    top: 96px;
    display: flex;
    flex-direction: column;
}

.gojiwisesession.MEMBER .remove-member,
.gojiwisesession.MEMBER .action-mic-icon {
    display: none !important;
}

.gojiwisesession.live .video-container:hover .action-tools {
    opacity: 1;
}

.gojiwisesession .video-container .action-tools {
    display: flex;
    opacity: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 5px 0;
    justify-content: center;
    background-color: rgba(28, 22, 22, 0.64);
    transition: opacity 0.3s;
}
.gojiwisesession.fullscreen-on .buttons-container {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 10px 10px 0 0;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.gojiwisesession .buttons-container {
    margin: 10px 0;
    max-width: 900px;
    justify-content: center;
}

.gojiwisesession .requested {
    padding: 10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
    box-shadow: 0px 0px 5px 0px rgba(72, 102, 107, 0.8);
    background: white;
    border-radius: 10px;
    margin-bottom: 10px;
}

.gojiwisesession .requested.center-text {
    text-align: center;
}

.gojiwisesession .flex-container {
    padding: 0;
}

.gojiwisesession .chatnotification .flex-container {
    justify-content: center;
}

.gojiwisesession .notification-clickable.green {
    color: green;
}

.gojiwisesession .notification-clickable.red {
    color: red;
}

.gojiwisesession .notification-clickable.green,
.gojiwisesession .notification-clickable.red {
    cursor: pointer;
    font-size: 12px;
    margin: 10px;
    margin-bottom: 0;
}

.gojiwisesession .notification-text {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.gojiwisesession .video-container.live .empty-video {
    display: none;
}

video {
    width: 100%;
}

video.expert {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.gojiwisesession .horizontal-separator {
    height: 1px;
    margin: 10px 0;
    background-color: #ececec;
}

.gojiwisesession .viewers-container {
    box-sizing: border-box;
}

.gojiwisesession .collapsing {
    transition: none;
}

.gojiwisesession #_viewersCollapser {
    width: 100%;
}

.gojiwisesession .sessionstable .community-icon {
    width: 40px;
    height: 40px;
}

.gojiwisesession .community-icon {
    width: 50px;
    height: 50px;
    background-size: contain;
}

.gojiwisesession .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.gojiwisesession .community-initials {
    width: 50px;
    border-radius: 50%;
    height: 50px;
    background-size: 50px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 2.2;
    background-color: #19a4fd;
}

.gojiwisesession .survey-create-title {
    font-size: 22px;
    margin-top: 6px;
}

.gojiwisesession .btn.green {
    background-color: #2eda6c;
    color: white;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: bold;
}

.gojiwisesession .btn.grey {
    background-color: #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.gojiwisesession .btn.blue {
    background-color: #19a4fd;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.gojiwisesession .btn.blue.disabled {
    background-color: #ccc;
}

.gojiwisesession .btn {
    color: white;
    font-weight: bold;
}

.gojiwisesession.live-audio .triangle-right {
    display: none;
}

.gojiwisesession .max-width-wrapper {
    max-width: 900px;
}

.gojiwisesession .aspect-ratio-16-9 {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}

.gojiwisesession .videolocal {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.gojiwisesession.live-video .video-placeholder,
.gojiwisesession .video-placeholder.audio-call,
.gojiwisesession.live-audio .video-placeholder.no-call {
    display: none;
}

.gojiwisesession .video-placeholder.no-call,
.gojiwisesession.live-audio .video-placeholder.audio-call {
    display: flex;
}

.gojiwisesession .video-placeholder.audio-call {
    background-color: #dcc;
}

.gojiwisesession .video-placeholder.no-call {
    background-color: #ddd;
}

.gojiwisesession .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    align-items: center;
    justify-content: center;
}

.gojiwisesession .triangle-right {
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-left: 100px solid #111;
    border-bottom: 50px solid transparent;
    margin: auto;
}

.gojiwisesession .margin-bottom {
    margin-bottom: 10px;
}

.gojiwisesession .requested .remove-member {
    margin: 0;
    float: right;
}

.gojiwisesession.live-audio .live-btns,
.gojiwisesession.live .live-btns {
    display: flex;
}

.gojiwisesession.live-audio .connect-btns,
.gojiwisesession.live .connect-btns {
    display: none;
}

.gojiwisesession .live-btns {
    display: none;
}

/* Audio Components*/

.gojiwisesession .remove-member {
    width: 10px;
    height: 10px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/x-out-icon@2x.png);
    background-size: 10px;
    margin-bottom: 3px;
    cursor: pointer;
    margin-right: 5px;
}

.gojiwisesession .grantmic {
    width: 13px;
    height: 19px;
    background-size: 13px 19px;
}

/*.gojiwisesession .video-icon.mic-icon {
  height: 40px;
  width: 30px;
  background-size: 30px 40px;
}
*/

/*.gojiwisesession .mic-icon,*/

.gojiwisesession .grantmic {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-icon@2x.png);
}

.gojiwisesession .active-mic .grantmic {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-icon-blue@2x.png);
}

.gojiwisesession .action-mic-icon {
    width: 22.54px;
    height: 19px;
    background-size: 22.54px 19px;
    margin-left: 7px;
}

/*.gojiwisesession .viewers-container.qaon .grantmic,
.gojiwisesession .viewers-container.qaon .active-mic .grantmic {
  background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-icon-blue@2x.png);
}*/

.gojiwisesession .viewers-container.moderatoroff .action-mic-icon {
    display: none;
}

.gojiwisesession .active-mic .action-mic-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-approved@2x.png);
}

.gojiwisesession .requested-mic .action-mic-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-request@2x.png);
}

.gojiwisesession .denied-mic .action-mic-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mic-denied@2x.png);
}

.gojiwisesession .display-name-member {
    margin-right: 10px;
}

.gojiwisesession .flex-container.no-padding {
    padding: 0;
}

.hide-mic {
    display: none;
}

.createModalContainer {
    text-align: center;
}

.createModalContainer .title {
    font-size: 24px;
}

.gojiwisesession .start-icon {
    background-color: rgba(140, 135, 135, 0.84);
}

.gojiwisesession .start-icon:hover {
    background-color: #008900;
}

.gojiwisesession .stop-icon {
    background-color: #b80000;
}

.gojiwisesession .stop-icon:hover {
    background-color: #a50000;
}

.gojiwisesession.live .start-icon,
.gojiwisesession .stop-icon {
    display: none;
}

.gojiwisesession .start-icon,
.gojiwisesession.live .stop-icon {
    display: flex;
}

.gojiwisesession .start-audio-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/start-audio@2x.png);
}

.gojiwisesession .stop-audio-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/end-audio@2x.png);
    height: 28px;
    background-size: 40px 28px;
}

.gojiwisesession .start-video-icon {
    height: 27px;
    background-size: 40px 27px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/start-video@2x.png);
}

.gojiwisesession .stop-video-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/end-video@2x.png);
}

.gojiwisesession .grant-next-icon {
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/grant-next@2x.png);
}

.gojiwisesession .mute-all-icon {
    height: 28px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/mute-all@2x.png);
}

.gojiwisesession .unmute-all-icon {
    height: 28px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/unmute-all@2x.png);
}

.gojiwisesession.live-audio .audio-only {
    display: block;
}

.gojiwisesession .audio-only {
    display: none;
    width: 100px;
    height: 100px;
    background-size: 100px;
    margin: auto;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/ongoing-call_grey.gif);
}

@media (max-width: 992px) {
    .gojiwisesession .side-bar {
        position: relative;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .gojiwisesession .col-8,
    .gojiwisesession .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.gojiwisesession .bye {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.gojiwisesession .bye .text-link {
    text-align: center;
    color: #0eb5fe;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 4.32px;
    text-decoration: underline;
    cursor: pointer;
}

.gojiwisesession .bye .title {
    font-size: 28px;
    font-family: "Metropolis Bold";
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 3.6px;
    color: #333333;
}

.gojiwisesession .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gojiwisesession .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.gojiwisesession input:checked + .slider {
    background-color: #34c759;
}

.gojiwisesession input:focus + .slider {
    box-shadow: 0 0 1px #34c759;
}

.gojiwisesession input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

.gojiwisesession .commentAndTagSection {
    position: absolute;
    right: 0;
    top: 18px;
    cursor: pointer;
}

.gojiwisesession .media-container .video-media {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gojiwisesession .media-container.loading .video-media,
.gojiwisesession .media-container .loading-media {
    display: none;
}

.gojiwisesession .media-container.loading .loading-media {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gojiwisesession .media-container .loading-message {
    color: #3fb7e3;
}

.gojiwisesession .media-container .replay-video {
    margin-bottom: 15px;
}

.gojiwisesession.live .fullscreen-icon {
    display: block;
}

.gojiwisesession .settings-icon {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 30px;
    height: 29px;
    background-size: 30px 29px;
    background-image: url(https://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/settings-white@2x.png);
}

.gojiwisesession .fullscreen-icon {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/expand-video@2x.png);
}

.gojiwisesession.fullscreen-on .fullscreen-icon {
    background-image: url(http://d1gq9jzbezk7fw.cloudfront.net/p/en_US/gv/i/v2/gojiwise/minimize-video@2x.png);
}

.gojiwisesession video {
    background-color: black;
}
