Msgl1 {
    line-height: 48px;
    display: block;
    font-size: 30px;
    margin: 0px;
    color: #808080;
}

Msgl1.margin {
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.messageImage .message-image {
    width: 200px;
    height: 200px;
}

.messenger-circle {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    background-color: grey;
    -webkit-clip-path: circle(50% at 50% 50%);
    clip-path: circle(50% at 50% 50%);
}

i.icon.icon-messenger-close.white {
    width: 24px;
    height: 24px;
    background-image: url("../icon/messenger-close-white.svg");
}

i.icon.icon-messenger-connection.white {
    width: 24px;
    height: 24px;
    background-image: url("../icon/messenger-connection-white.svg");
}

i.icon.icon-messenger-callback{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/messenger-call-back.svg");
    mask-image: url("../icon/messenger-call-back.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-messenger-close{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/messenger-close.svg");
    mask-image: url("../icon/messenger-close.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-fullscreen{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_fullscreen.svg");
    mask-image: url("../icon/icon_m_fullscreen.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-fullscreen-exit{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_fullscreen_exit.svg");
    mask-image: url("../icon/icon_m_fullscreen_exit.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-pause{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_pause.svg");
    mask-image: url("../icon/icon_m_pause.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-play{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_play.svg");
    mask-image: url("../icon/icon_m_play.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-volume-high{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_volume_high.svg");
    mask-image: url("../icon/icon_m_volume_high.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-volume-low{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_volume_low.svg");
    mask-image: url("../icon/icon_m_volume_low.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-m-volume-mute{
    width: 1em;
    height: 1em;
    background-color: #000;
    -webkit-mask-image: url("../icon/icon_m_volume_mute.svg");
    mask-image: url("../icon/icon_m_volume_mute.svg");
    -webkit-mask-size: cover;
    mask-size: cover;
}

i.icon.icon-w-0-8x{
    width: 0.8em !important;
}

.messagevoice {
    background: #fff !Important;
    top: auto!important;
    bottom: 0!important;
}

.loader {
    border: 10px solid #f3f3f3;
    /* Light grey */
    border-top: 10px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30%;
    transform: translate(-50%, -50%)
}

.loader-small {
    border: 5px solid #f3f3f3;
    /* Light grey */
    border-top: 5px solid #3498db;
    /* Blue */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 2s linear infinite;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 30%;
    transform: translate(-50%, -50%);
    z-index: 9999;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.error-send-media {
    font-size: 50px;
    position: absolute !Important;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.download-media {
    font-size: 50px;
    position: absolute !Important;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}

.no-padding {
    padding: 0px !Important;
}

.blink {
    animation: blink 2s steps(5, start) infinite;
    -webkit-animation: blink 1s steps(5, start) infinite;
}

@keyframes blink {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink {
    to {
        visibility: hidden;
    }
}


.vidCal{
    background: #222;
    margin: 0 0 20px 0;
    --width: 100%;
    width: var(--width);
    height: calc(var(--width));
}

.touser-name { 
    font-size: 20px;
}

.minimize-videocall {
    /* width: 20%;
    height: 20%;
    top: 556px;
    -ms-touch-action: none;
    touch-action: none; */
    background: transparent;
    pointer-events: none;
}

.minimize-videocall #remote-video-container {
    width: 20% !important;
    height: 20% !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.minimize-videocall #remote-video,
.minimize-videocall .topButtons {
    pointer-events: auto;
}

.minimize-videocall .touser-name {
    display: none;
}

.text-color-darkYellow{
    color: #ffda3d !important;
}

.video-controls {
    right: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    top: 0;
    transition: all 0.2s ease;
    background-color: #797676;
}

.video-controls.hide {
    opacity: 0;
    pointer-events: none;
}

.vprogress {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    width: 100%;
    height: 8.4px;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
}

.vprogress::-webkit-progress-bar {
    background-color: #474545;
    border-radius: 2px;
}

.vprogress::-webkit-progress-value {
    background: #FE0900;
    border-radius: 2px;
}

.vprogress::-moz-progress-bar {
    border: 1px solid #FE0900;
    background: #FE0900;
}

.seek {
    position: absolute;
    top: 0;
    width: 100%;
    cursor: pointer;
    margin: 0;
    left: 0;
    background-color: gray
}

.seek:hover+.seek-tooltip {
    display: block;
}

.seek-tooltip {
    display: none;
    position: absolute;
    top: -25px;
    margin-left: -20px;
    font-size: 12px;
    padding: 3px;
    content: attr(data-title);
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
}

.bottom-controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbutton {
    cursor: pointer;
    position: relative;
    margin-right: 7px;
    font-size: 12px;
    padding: 3px;
    border: none;
    outline: none;
    background-color: transparent;
}

.mbutton * {
    pointer-events: none;
}

/*
.mbutton::before {
    position: absolute;
    display: none;
    right: 0;
    top: -50px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: bold;
    padding: 4px 6px;
    word-break: keep-all;
    white-space: pre;
}

.mbutton:hover::before {
    display: inline-block;
}
*/

.left-controls {
    display: flex;
    align-items: center;
    color: #fff;
}

.right-controls{
    margin-top: -5px;
}

.volume-controls {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.volume-controls input {
    width: 100px;
    opacity: 1;
    transition: all 0.4s ease;
}

.volume-controls:hover input, .volume-controls input:focus {
    width: 100px;
    opacity: 1;
}

.fullscreen-button {
    margin-right: 0;
}

.inputRange{
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 8.4px;
    background: transparent;
    cursor: pointer;
}

.inputRange:focus {
    outline: none;
}

.inputRange::-webkit-slider-runnable-track {
    width: 100%;
    cursor: pointer;
    border-radius: 1.3px;
    -webkit-appearance: none;
    transition: all 0.4s ease;
}

.inputRange::-webkit-slider-thumb {
    height: 16px;
    width: 16px;
    border-radius: 16px;
    background: #FE0900;
    cursor: pointer;
    -webkit-appearance: none;
    margin-left: -1px;
}

.inputRange:focus::-webkit-slider-runnable-track {
    background: transparent;
}

.inputRange.volume {
    height: 5px;
    background-color: #fff;
}

.inputRange.volume::-webkit-slider-runnable-track {
    background-color: transparent;
}

.inputRange.volume::-webkit-slider-thumb {
    margin-left: 0;
    height: 14px;
    width: 14px;
    background: #fff;
}

.inputRange::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 1.3px;
}

.inputRange::-moz-range-thumb {
    height: 14px;
    width: 14px;
    border-radius: 50px;
    border: 1px solid #FE0900;
    background: #FE0900;
    cursor: pointer;
    margin-top: 5px;
}

.inputRange:focus::-moz-range-track {
    outline: none;
}

.inputRange.volume::-moz-range-thumb {
    border: 1px solid #fff;
    background: #fff;
}

.inputRange.seek {
    background: #504f4f;
}

.videoM {
    width: 100%;
    height: 100%;
    background-color:black;
    border-radius: 4px;
}

.video-container {
    width: 350px;
    border-radius: 4px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}