video {
    width: 100%;
}

.vd-none {
    display: none;
}

#mdlHead {
    cursor: move;
}

.callActBtn {
    display: block;
    z-index: 999;
    color: white;
    cursor: pointer;
    border-radius: 50%;
}

@-webkit-keyframes sploosh {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes sploosh {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes sploosh {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@keyframes sploosh {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

#mediaBlock {
    position: absolute;
    z-index: 99999;
    -webkit-transition: .5s;
    transition: .5s;
    top: 0;
}

#newMediaBlock {
    -webkit-transition: 1s;
    transition: 1s;
}

#visualArea {
    background: #fff;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
    resize: both;
    color: white;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
}

.success-dot {
    color: #29CB41;
}

.max-state #remoteVideo {
    height: fit-content;
    height: -webkit-fill-available;
}

.max-state {
    width: 100%;
    margin-left: 0%;
    bottom: 0;
    top: 0;
}

.min-state {
    width: 50%;
    margin-left: 25%;
}

.audio-state {
    width: 100%;
    margin-left: 0%;
}

.animate-0 {
    transform: scale(0);
}

.animate-1 {
    transform: scale(1);
}

#actionBar {
    z-index: 999;
}

.cusBtn {
    cursor: pointer;
    color: #fff;
    padding: 4px;
}

.cw-show {
    display: block !important;
}

#down-actions {
    position: absolute;
    bottom: 5%;
    width: 100%;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    /* display: none; */
}

/* #visualArea:hover #down-actions {
    display: block;
} */

.action-btn {
    cursor: pointer;
    margin: 5px;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    border: none;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, .6);
}

.action-btn:hover {
    background: rgba(255, 255, 255, .8);
    -webkit-transition: .5s;
    transition: .5s;
}

.mediaAck {
    background: rgba(0, 0, 0, .7);
    padding: 5px;
    font-size: 14px;
    border-radius: 5px;
}

#mediaAck {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 12%;
    z-index: 999;
}

.confUserList {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 2.2;
    position: relative;
}

.clo {
    right: 2px;
    bottom: 1px;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 10px;
    position: fixed;
    left: 50%;
    bottom: 30px;
    font-size: 14px;
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s;
    animation: fadein 0.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.addUsersBtn {
    background: #42B34D;
    padding: 2px 4px;
    border-radius: 3px;
    cursor: pointer;
}

#audioBlock {
    position: absolute;
    z-index: 1024;
    top: .5rem;
    color: white;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    height: calc(100% - 1rem);
    width: calc(100% - 15px);
}

.audio-action-top {
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 1027;
    border-radius: 5px;
    padding: 5px 15px;
}

.action-top-on-hover {
    background: rgb(0, 0, 0, .4);
    display: none;
}

#newMediaBlock:hover .audio-action-top {
    display: block;
}

.audio-action-bottom {
    position: absolute !important;
    bottom: 15;
    right: 5;
}

.onMinimize {
    bottom: 10px;
    left: 6px;
    padding: 3px;
}

.wk-mrq-thumb {
    max-width: 100px !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, .10);
    -webkit-animation: sploosh 2s infinite cubic-bezier(0.40, 0, 0, .62);
    -moz-animation: sploosh 2s infinite cubic-bezier(0.40, 0, 0, .62);
    -ms-animation: sploosh 2s infinite cubic-bezier(0.40, 0, 0, .62);
    animation: sploosh 2s infinite cubic-bezier(0.40, 0, 0, .62);
}

.request-denoter {
    position: absolute;
    bottom: 5px;
    margin: auto;
    right: 5;
    border-radius: 50%;
    height: 25%;
    width: 25%;
    display: flex;
    color: white;
    border: 2px solid #fff;
    padding: 4px;
}

.wk-custom-mdl-content {
    border-radius: 0px !important;
    border: none !important;
}

.wk-custom-modal {
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 99999 !important;
    margin: 8px 0px;
    overflow: hidden !important;
}

.thumbTxt {
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
    text-align: center;
    line-height: 5rem;
    font-size: 1.5rem;
    color: white;
    border: 2px solid whitesmoke;
}

#reqResPopup .thumbTxt {
    width: 6rem;
    height: 6rem;
    line-height: 6rem;
    font-size: 2rem;
}

.response-btn {
    height: 40px;
    width: 40px;
}

.caller-icon {
    width: fit-content;
    width: -moz-fit-content;
}

.modal-content {
    border: 0px !important;
    border-radius: 0px !important;
}

#addUserForConferenceList {
    max-height: 300px;
    overflow-y: auto;
}

.remoteAudioAck {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.switchView {
    position: absolute;
    left: 1rem;
    top: 1rem;
}

.remoteAudioAck img {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 3px 6px;
}

.remoteVideoAck {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.remoteVideoMute {
    background: rgb(255, 255, 255, .8);
    padding: .3rem .5rem;
    border-radius: 50%;
}

#media-bottom-bar {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 5px 15px;
    background: rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
    z-index: 1024;
}

/* .preview-btn{
    bottom: 5;
    position: absolute !important;
    right: 10;
} */
.cw-fadein {
    /* transform: scale(1); */
    display: block;
}

.cw-fadeout {
    /* transform: scale(0); */
    display: none;
}

.animate {
    transition: transform 0.8s;
    transform-style: flat;
    /* transform-style: preserve-3d; */
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.media-bottom-button {
    background: transparent;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    text-align: center;
    border: none;
    cursor: pointer;
    margin: 0px .2rem;
}

#media-bottom-bar button:focus {
    outline: none;
}

.h-33 {
    height: 9rem !important;
}

.primary-view-box {
    border-right: 2px solid #fff;
}

.side-view-box {
    border-bottom: 2px solid #fff;
}

.side-view-box-left {
    border-right: 1px solid #fff;
}

.side-view-box-right {
    border-left: 1px solid #fff;
}

.vertical-visualizer {
    border: 2px solid orange;
    position: absolute;
    bottom: 0;
    border-style: dotted;
    height: 0%;
}

.participantsCounter {
    background: inherit;
    padding: 3px;
    border-bottom: 2px solid;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}

.sideView-container {
    height: calc(100% - 30px);
    overflow-y: auto;
}

.cw-tooltip {
    position: relative;
    display: inline-block;
}

.cw-tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    font-size: 14px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.cw-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, .5) transparent transparent transparent;
}

.cw-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.media-bottom-button:hover {
    background: rgba(0, 0, 0, .3);
}

.peer-info-panel {
    min-width: 10rem !important;
    background: rgb(40, 52, 71) !important;
    color: rgb(184, 199, 224) !important;
    z-index: 99999 !important;
}

.info-panel-list {
    background: rgb(40, 52, 71) !important;
    color: rgb(184, 199, 224) !important;
    padding: 5px !important;
    font-size: 14px;
    font-weight: 500;
}

.cw-action-list {
    cursor: pointer;
    padding: 6px 10px;
    white-space: nowrap !important;
    display: flex;
    align-items: center;
}

.cw-action-list:hover {
    background: #313D52;
}

.color-dark {
    color: rgb(184, 199, 224) !important;
}

.dark-bg {
    background: rgb(30, 42, 61) !important;
    color: rgb(184, 199, 224) !important;
}

#theInfoModal {
    background: rgb(40, 52, 71, .7) !important;
    ;
}

/* #primaryView-container video {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
} */

.video-zoom {
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.toast-stack {
    position: absolute;
    right: 20px;
    bottom: 15px;
    z-index: 1099;
}

.toast-stack-item {
    min-width: 250px;
    max-width: 400px;
    background: rgb(35, 47, 65, .95);
    font-size: 14px;
    padding: 8px 6px;
    border-radius: 4px;
    color: white;
    margin-bottom: 5px;
}

.toast-stack-item button {
    font-weight: 100;
    color: white;
    outline: none;
}

.toast-stack-item .child {
    display: flex;
    align-items: center;
}

.remote-peer-info {
    position: absolute;
    right: 5;
    /* z-index: 1024; */
    top: 5;
}

.peer-info-btn {
    /* background: rgba(0, 0, 0, .2); */
    border: none;
    outline: none;
    cursor: pointer;
}

.btn-transparent {
    background: rgba(0, 0, 0, .2);
    border: none;
    outline: none;
    cursor: pointer;
    color: #fff;
}

.btn-none {
    background: transparent;
    border: none;
    outline: none;
    color: #fff;
}

.btn-transparent:focus {
    outline: none;
}

.btn-none:focus {
    outline: none;
}


.slide-in-z {
    z-index: 1090;
}

.slide-in {
    /* to position it in front of the other content */
    position: absolute;
    overflow: hidden;
    /* to prevent scrollbar appearing */
}

.slide-in.from-left {
    left: 0;
    /* bottom: 0;
    top: 0; */
}

.slide-in.from-right {
    right: 0;
}

.slide-in-content {
    background: rgb(36, 45, 64, 1);
    transition: transform .5s ease;
}

.slide-in.from-left .slide-in-content {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
}

.slide-in.from-right .slide-in-content {
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
}

.slide-in.show .slide-in-content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.instant-chat-slide {
    top: 0;
    bottom: 0;
}

#instant-chat-block {
    width: 350px;
    height: 100%;
    border-radius: 5px 0px 0px 5px;
}

.instant-chat-header {
    height: 50px;
    border-bottom: 1px solid;
    border-color: #1A232E;
}

.instant-chat-body {
    height: -webkit-calc(100% - 100px);
    height: -moz-calc(100% - 100px);
    height: calc(100% - 100px);
    overflow-y: auto;
}

.instant-chat-footer {
    height: 50px;
}

.instant-msg {
    color: lightgrey;
    background: rgb(26, 35, 46);
    padding: 2px 10px;
    border-radius: 5px;
    max-width: 80%;
    min-width: 30%;
}

.instant-attachment {
    position: absolute;
    bottom: 55;
    width: 310px;
    background: rgb(34, 46, 67);
}

.peer-name {
    position: absolute;
    width: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    bottom: 2px;
    font-size: 12px;
}

.peer-name-bg {
    background: rgb(25, 36, 47, .5);
    padding: 2px 5px;
    border-radius: 3px;
}

#remoteVideoStreaming .remote-peer-info {
    left: 5;
}

#remoteVideoStreaming .peer-name {
    bottom: 10px;
}

.sideview-collapse-btn {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    right: 5px;
}

.call-recording-panel {
    border-radius: 0px 5px 5px 0px;
    font-size: 12px;
}

.recording-action-block {
    padding: 4px 8px;
}

.recording-action-block:first-child {
    padding-top: 8px;
}

.recording-action-block:last-child {
    padding-bottom: 8px;
}

.recording-action-block button {
    color: inherit;
}

.recording-panel {
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.material-icons.md-18 {
    font-size: 18px;
}

.material-icons.md-24 {
    font-size: 24px;
}

.material-icons.md-30 {
    font-size: 30px;
}

.material-icons.md-36 {
    font-size: 36px;
}

.material-icons.md-48 {
    font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
    color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
    color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
    color: rgba(255, 255, 255, 1);
}

.material-icons.md-light.md-inactive {
    color: rgba(255, 255, 255, 0.3);
}

.side-view-action-bar {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: 100%;
    left: 0;
    /* background: rgb(0, 0, 0, .2); */
    /* padding: 4px; */
}

.primary-view-box .side-view-action-bar {
    bottom: 10%;
}

.remote-peer-actions {
    display: none;
}

.side-view-box:hover .remote-peer-actions {
    display: block;
}

.primary-view-box:hover .remote-peer-actions {
    display: block;
}

div#connectionStatus {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
}

#instant-chat-button .message-counter-badge {
    position: absolute;
    top: 0px;
    right: -2px;
    background: white;
    color: black !important;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    line-height: 20px;
}

#microphone-permission button.selected,
#webcam-permission button.selected {
    /* border-color: #0062cc; */
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, .5)
}

.hw-permissions .cshw {
    position: absolute;
    left: 8px;
}

.cw-scroll-to-bottom {
    position: fixed;
    right: 25px;
    bottom: 70px;
    color: #fff;
    padding: 3px;
    border-radius: 50%;
    background: rgb(34, 46, 58, .3);
    z-index: 1094;
    display: none;
    cursor: pointer;
}

.cw-onscroll-msg-counter {
    position: absolute;
    top: -5px;
    left: -7px;
    color: white;
    background: #12225D;
    border-radius: 50%;
    font-size: 10px;
    height: 15px;
    width: 15px;
    text-align: center;
}

.cw-unread-messages {
    font-size: 12px;
    background: rgb(0, 0, 0, .06);
    border-radius: 15px;
    padding: 2px;
}

#screenRecordingModal {
    position: relative;
    height: unset;
}
  
#screenRecordingModal .modal-dialog {
    position: fixed;
    width: 220px;
    margin: 0;
    bottom : 10px;
    left: 15px;
}

#screenRecordingModal .modal-content {
    border-radius: 10px !important;
    background: #c4c4c4;
    cursor: all-scroll;
}

#screenRecordingModal .modal-body {
    padding: 10px;
}

#screenRecordingModal i {
    cursor: pointer;
}

#recorder-icons {
    display: flex;
    align-items: center;
}

#recorder-icons #recording-timer{
    margin-left: 10px;
    font-size: 20px;
    font-weight: 700;
    border-radius: 10px;
    padding: 0 15px;
    opacity: 0.8;
}

#resume-recording, #pause-recording{
    color: #2196f3;
}

#stop-recording{
    color: #c62626;
}

#screenRecordingModal .modal-content {
    box-shadow: 0 2px 5px 0 
    rgba(0, 0, 0, 0.5), 0 
    2px 10px 0 rgba(0, 0, 0, 1);
}

@media screen and (max-width: 768px) {
    #serverStream {
        width: calc(100% - 30px) !important;
    }
}