:root {
    --navbar-bg: transparent;
    --body-bg: #f5f5f4;
    --border: 0.5px solid rgb(255 255 255 / 32%);
    --dd-color: #ffffff;

    --msger-top: 50%;
    --msger-left: 50%;
    --msger-height: 680px;
    --msger-width: 420px;
    --msger-bubble-width: 85%;

    --caption-top: 50%;
    --caption-left: 50%;
    --caption-height: 680px;
    --caption-width: 420px;

    --iframe-width: 640px;
    --iframe-height: 480px;

    --wb-width: 800px;
    --wb-height: 600px;

    --mySettings-select-w: 100%;

    --btns-hover-scale: scale(1.1);
    --hover-color: grey;

    --elem-border-color: none;

    --tab-btn-active: rgb(30 29 29);

    --btn-bar-bg-color: #ffffff;
    --btn-bar-color: #000000;

    --btns-top: 50%;
    --btns-right: 0%;
    --btns-left: 15px;
    --btns-margin-left: 0px;
    --btns-width: 40px;
    --btns-flex-direction: column;
    --btns-bg-color: rgba(0, 0, 0, 0.7);

    --bottom-btns-top: auto;
    --bottom-btns-left: 50%;
    --bottom-btns-bottom: 0;
    --bottom-btns-translate-X: -50%;
    --bottom-btns-translate-Y: 0%;
    --bottom-btns-margin-bottom: 18px;
    --bottom-btns-flex-direction: row;

    --body-bg: #f5f5f4;
    --msger-bg: #f5f5f4;
    --msger-private-bg: #f5f5f4;
    --wb-bg: #f5f5f4;
    --select-bg: #2c2c2c;
    --box-shadow: none;

    --left-msg-bg: #252d31;
    --right-msg-bg: #056162;
    --private-msg-bg: #6b1226;

    --volume-up: 0px 8px 16px 0px rgb(249, 253, 0);

    --vmi-wh: 15vw;
    --video-object-fit: cover;
}

* {
    outline: none;
    font-family:
        ui-sans-serif,
        system-ui,
        sans-serif,
        'Apple Color Emoji',
        'Segoe UI Emoji',
        Segoe UI Symbol,
        'Noto Color Emoji';
}

html,
body {
    top: 0 !important;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;

}

.skiptranslate iframe,
.goog-te-banner-frame.skiptranslate,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-aZ2wEe-OiiCO,
#goog-gt-tt,
#goog-gt-tt *,
#goog-gt-vt,
#goog-gt-vt * {
    display: none !important;
}

#google_translate_element select {}

#loadingDiv {
    color: #111;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
}

#loadingDiv h1 {
    font-size: 60px;
    font-family: 'Montserrat';
}

#loadingDiv img {
    margin-top: 5px;
    margin-bottom: 5px;
}

#loadingDiv pre {
    padding: 5px;
    font-family: 'Montserrat';
}

.init-modal-size {
    width: 1024px !important;
    height: auto !important;
}

.init-user {
    display: flex;
    padding: 5px;
}

.init-video-container {
    position: relative;
    width: 100%;
}

.init-video-container video {
    z-index: 0;
    position: relative;
    height: 240px;
}

.initComands {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .init-modal-size {
        width: auto !important;
    }

    .init-user {
        display: block;
    }

    .init-video-container {
        padding: 0px;
    }

    .init-modal-size {
        width: 480px !important;
    }
}

.init-user select {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px;

    color: white;
    border: var(--border);
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
}

.init-user button {
    width: 50px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.5rem;
    color: white;
    border: var(--border);
    border-radius: 5px;
}

.init-user button:hover {}

#buttonsBar {
    z-index: 10;
    display: none;
    position: fixed;
    top: var(--btns-top);
    right: var(--btns-right);
    left: var(--btns-left);
    margin-left: var(--btns-margin-left);
    width: var(--btns-width);
    flex-direction: var(--btns-flex-direction);

    justify-content: center;
    grid-gap: 0.8rem;

    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);

    border-radius: 10px;
    overflow: hidden;
}

#buttonsBar button {
    padding: 5px !important;
    font-size: 1.4rem;
    color: var(--btn-bar-bg-color);

    border: none !important;
    border-radius: 5px;
}

#buttonsBar button:hover {

    transform: translateY(-3px);
}

#buttonsBar button:focus {
    outline: none;
}

#toggleExtraBtn {
    color: #66beff !important;
}

.fa-phone-slash,
.fa-microphone-slash,
.fa-video-slash {
    color: red !important;
}

#bottomButtons {
    z-index: 10;
    display: none;
    position: fixed;
    padding: 10px;
    top: var(--bottom-btns-top);
    left: var(--bottom-btns-left);
    bottom: var(--bottom-btns-bottom);
    transform: translate(var(--bottom-btns-translate-X), var(--bottom-btns-translate-Y));
    flex-direction: var(--bottom-btns-flex-direction);
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: var(--bottom-btns-margin-bottom);
    border-radius: 10px;
    border: none !important;
    box-shadow: var(--box-shadow);
}

#bottomButtons button {
    width: 50px;
    padding: 10px;
    font-size: 1.6rem;
    color: var(--btn-bar-bg-color);

    border: none !important;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
}

#bottomButtons button:hover {

    transform: var(--btns-hover-scale);
}

.caption-draggable {
    z-index: 14;
    display: none;
    position: fixed;
    height: var(--caption-height);
    width: var(--caption-width);
    min-height: var(--caption-height);
    min-width: var(--caption-width);

    border: var(--border);
    resize: both;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    transition: width 0.5s ease-in-out;
}

.caption {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;

}

.caption-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #666;
    cursor: move;
}

.caption-header-title button,
.caption-header-options button {
    padding: 5px;
    border: none;
    font-size: 1rem;

    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    transition: background 0.23s;
}

.caption-header-title button:hover,
.caption-header-options button:hover {}

.caption-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;

    max-width: 95%;
}

.caption-chat::-webkit-scrollbar {
    width: 5px;
}

.caption-chat::-webkit-scrollbar-track {}

.caption-chat::-webkit-scrollbar-thumb {}

.caption-inputarea {
    display: inline-flex;
    padding: 10px;
    border: none;
    border: var(--border);
}

.caption-inputarea select {
    margin: 0 5px;

    cursor: pointer;
}

.left-msg .msg-caption-bubble {

    border-bottom-left-radius: 0;
    color: #fff;
    width: var(--msger-bubble-width);
}

#captionMaxBtn,
#captionMinBtn {
    display: none;
}

#speechRecognitionStart,
#speechRecognitionStop {
    margin: 0 5px;
    border: none;
    border-radius: 5px;
    color: #fff;
}

#speechRecognitionStart:hover,
#speechRecognitionStop:hover {}

.msger-draggable {
    z-index: 14;
    display: none;
    position: fixed;
    height: var(--msger-height);
    width: var(--msger-width);
    min-height: var(--msger-height);
    min-width: var(--msger-width);

    border: var(--border);
    resize: both;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    transition: width 0.5s ease-in-out;
}

.msger {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;

}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #666;
    cursor: move;
}

.msger-private-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    color: #666;
}

.msger-header-title button,
.msger-header-options button {
    padding: 5px;
    border: none;
    font-size: 1rem;

    color: #fff;
    border-radius: 5px;
    transition: all 0.3s ease-in-out;
    transition: background 0.23s;
}

.msger-header-title button:hover,
.msger-header-options button:hover {}

#msgerMaxBtn,
#msgerMinBtn {
    display: none;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;

    max-width: 95%;
}

.msger-chat::-webkit-scrollbar {
    width: 5px;
}

.msger-chat::-webkit-scrollbar-track {}

.msger-chat::-webkit-scrollbar-thumb {}

.msg {
    display: flex;
    align-items: flex-end;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.msg:last-of-type {
    margin: 0;
}

.left-msg .msg-bubble {

    border-bottom-left-radius: 0;
    color: #fff;
    width: var(--msger-bubble-width);
}

.left-msg .private-msg-bubble {

    border-bottom-left-radius: 0;
    color: #fff;
    width: var(--msger-bubble-width);
}

.left-msg .msg-img {
    margin: 0px 5px 5px 0px;
}

.right-msg {
    flex-direction: row-reverse;
}

.right-msg .msg-bubble {

    border-bottom-right-radius: 0;
    color: #fff;
    width: var(--msger-bubble-width);
}

.right-msg .private-msg-bubble {

    border-bottom-right-radius: 0;
    color: #fff;
    width: var(--msger-bubble-width);
}

.right-msg .msg-img {
    margin: 0px 0px 5px 5px;
}

.msg-img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
}

.peer-img {
    width: 48px;
    height: 48px;
    border-radius: 50px !important;
}

.private-msg-bubble,
.msg-bubble {
    padding: 15px;
    border-radius: 15px;
    overflow: auto;
}

.msg-caption-bubble {
    padding: 15px;
    border-radius: 15px;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.msg-text {
    display: inline;
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
}

.msg-text button {
    padding: 5px;
}

.msg-text iframe {
    width: 100%;
}

.msger-copy-txt {
    border: none;
    border-radius: 5px;
    color: #fff;

}

a {
    color: #fff;
}

a:hover {
    color: var(--hover-color);
    transition: all 0.3s ease-in-out;
}

#chat-msg-a {
    color: #fff;
}

button {
    padding: 10px 20px;
    cursor: pointer;
    transition:
        color 0.3s ease,
        background-color 0.3s ease,
        border-color 0.3s ease,
        transform 0.3s ease;
    outline: none;
}

button:hover {}

.msger-inputarea {
    display: flex;
    padding: 10px;

}

.msger-input {
    flex: 1;
    padding: 10px;
    height: 15px;
    resize: none;
    color: #fff;
    font-size: 14px !important;
    border-top-left-radius: 10px;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    -ms-transition: height 1s;
    -o-transition: height 1s;
    transition: height 1s;
    border: var(--border);
}

.msger-input::-webkit-scrollbar {
    width: 5px;
}

.msger-input::-webkit-scrollbar-track {}

.msger-input::-webkit-scrollbar-thumb {}

.msger-input-buttons {
    padding: 10px;

}

.msger-input-buttons button {
    padding: 5px;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;

    transition: background 0.23s;
}

.msger-input-buttons button:hover {}

.msger-input-buttons input {
    cursor: pointer;
}

#msgerSendBtn {
    float: right;
}

#msgerCP {
    z-index: 12;
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: default;

    overflow: hidden;
}

#msgerCPChat {
    flex: 1;
    overflow-y: auto;

}

#msgerCPList {
    border: var(--border);
}

#msgerCPList textarea {
    height: auto;
}

#msgerCPList button {
    border: none;
    font-size: 1rem;
    color: #fff;
    border-radius: 5px;
}

#msgerCPList button:hover {
    color: var(--hover-color);
}

#searchPeerBarName {
    width: 94.5%;
    padding: 10px;
    font-size: 1rem;
    color: #ffffff;
    border: var(--border);
}

.msger-peer-inputarea {
    display: flex;
    padding: 10px;

}

.msger-peer-inputarea * {
    padding: 5px;
    border: none;
    border-radius: 3px;
    font-size: 1rem;
    margin: 1px;
    color: #fff;
}

#usernameEmoji {
    position: absolute;
    z-index: 9999;

    border: var(--border);
    border-radius: 5px;
    --rgb- --color-border-over: var(--body-bg) !important;
    --font-family: 'Montserrat';
}

.chatEmojiPicker {
    z-index: 12;
    position: absolute;
    bottom: 105px;
    left: 10px;

    border: var(--border);
    border-radius: 5px;
    --rgb- --color-border-over: var(--body-bg) !important;
    --font-family: 'Montserrat';
}

.roomEmoji {
    z-index: 18;
    position: absolute;
    display: none;

    border: var(--border);
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    --rgb- --color-border-over: var(--body-bg);
    --font-family: 'Montserrat';
}

.userEmoji {
    z-index: 18;
    position: absolute;
    left: 80px;
    bottom: 60px;
    border-radius: 10px;
}

.emojiPickerHeader {
    display: flex;
    justify-content: flex-start;
    padding: 5px;
    color: #fff;

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    cursor: move;
}

#closeEmojiPickerContainer {
    font-size: 1.2rem;
    color: #ffffff;

    border-radius: 10px;
    border: none;
    transition: background 0.23s;
}

#closeEmojiPickerContainer:hover {}

#datetimePicker {
    padding: 10px;
    text-align: center;
    color: white;

    border: var(--border);
    border-radius: 5px;
}

#qrRoomContainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#mySettings {
    z-index: 16;
    position: absolute;
    display: none;
    margin: auto;
    padding: 10px;
    width: 50%;
    min-height: 560px !important;

    box-shadow: var(--box-shadow);
    border: var(--border);
    border-radius: 10px;
    overflow: hidden;
}

.mySettingsMain {
    display: flex;
}

@media screen and (max-width: 1030px) {
    #mySettings {
        width: 75%;
    }
}

@media screen and (max-width: 830px) {
    #mySettings {
        width: 80%;
        min-height: auto;
    }

    .mySettingsMain {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    #mySettings {
        width: 90%;
    }

    #bottomButtons button {
        width: 36px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 350px) {
    #bottomButtons button {
        width: 30px;
        font-size: 0.6rem;
    }
}

#mySettingsHeader {
    height: 25px;
    cursor: move;
}

#mySettings i,
#mySettings p {
    display: inline-flex;
    margin: auto;
    color: #fff;
    padding: 5px;

}

#mySettings select {
    display: block;
    padding: 10px;
    min-width: 150px;
    max-width: 310px;
    margin-top: 10px;

    color: #fff;
    border: var(--border);
    border-radius: 5px;
    box-shadow: none;
    cursor: pointer;
}

#mySettingsCloseBtn {
    font-size: 1.2rem;
    color: #fff;
    border: none;
    border-radius: 5px;
    float: right;

    transition: background 0.23s;
}

#mySettingsCloseBtn:hover {}

.form-check-input {
    cursor: pointer;
}

.title {
    display: inline-table;
    width: auto;
    color: white;
    font-size: 0.9rem;
}

.inline-check-box {
    margin-bottom: 20px;
    display: inline-flex;
    text-align: left;
    color: white;
}

#themeColorPicker {
    z-index: 6;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 130px;
    border: var(--border);
    border-radius: 5px;

    color: white;
    cursor: pointer;
}

#keepCustomTheme {
    margin-bottom: 10px;
}

.buttons {
    padding: 10px;
    float: left;
    text-align: left;
    color: #fff;
    width: auto !important;
    font-size: 0.9rem;
    border: var(--border);
    border-radius: 5px;

    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.buttons:hover {
    transform: translateY(-3px) !important;
}

.extra-info-container {
    margin-top: 15px;
    border-radius: 5px;

    overflow-x: none;
    overflow-y: auto;
}

#extraInfo {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 10px;
}

#myPeerNameSet {
    width: 50%;
    padding: 10px;
    border: var(--border);
    border-radius: 5px;
    color: #fff;
}

#tabRoomSecurity button {
    width: 100%;
    margin-bottom: 5px;
}

#myProfileAvatar {
    margin-top: 10px;
    width: 64px;
    height: 64px;
    border-radius: 50px;
}

#myPeerNameSetBtn,
#captionEveryoneBtn,
#muteEveryoneBtn,
#hideEveryoneBtn,
#ejectEveryoneBtn,
#roomSendEmailBtn,
#lockRoomBtn,
#unlockRoomBtn {
    padding: 10px;
    font-size: 0.9rem;
    border: var(--border);
    border-radius: 5px;
    color: #fff;
}

#myPeerNameSetBtn:hover,
#roomSendEmailBtn:hover,
#lockRoomBtn:hover,
#unlockRoomBtn:hover {

    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

#recImage {
    width: 128px;
    height: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    border-radius: 30px;
    cursor: pointer;
}

#recImage:hover {
    box-shadow: 0px 4px 8px 0px rgba(255, 255, 255, 0.2);
    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
}

#muteEveryoneBtn:hover,
#hideEveryoneBtn:hover,
#ejectEveryoneBtn:hover {
    color: red;
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

#captionEveryoneBtn:hover {
    color: green;
    transform: translateY(-3px);
    transition: all 0.3s ease-in-out;
}

#mySettingsTable {
    width: 100%;
    color: #fff;
    table-layout: auto;
    border-collapse: collapse;
    border-radius: 10px;

}

#mySettingsTable td,
#mySettingsTable th {
    padding: 10px;
    text-align: left;
}

#mySettingsTable td:first-child {
    width: auto;
}

#mySettingsTable td:last-child {
    width: 140px;
    justify-content: center;
    align-items: center;
}

#mySettingsTable i {
    border: none;
    border-radius: 5px;
}

#mySettingsTable select {
    width: 100px !important;
}

#shortcutsTable {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
    color: #fff;
    border-radius: 10px;

}

#shortcutsTable th,
#shortcutsTable td {
    padding: 5px;
}

#shortcutsTable th {

    font-weight: bold;
}

#shortcutsTable td i {
    color: #007bff;
}

#shortcutsTable tr:nth-child(even) {}

.tab {
    padding: 10px;
    overflow: hidden;
    border-radius: 5px;
    width: 35%;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    border-right: var(--border);
}

.tabActions {
    position: relative;
    width: 65%;
}

@media screen and (max-width: 830px) {
    .tab {
        display: inline;
        width: 100%;
        min-height: auto;
        flex-direction: row;
        border-right: none !important;
    }

    .tabActions {
        width: 100%;
        border-radius: 10px;
    }

    .tabButtonText {
        display: none !important;
    }
}

.tab button {
    margin: 3px;
    padding: 11px;
    float: left;
    text-align: left;
    color: #fff;
    font-size: 1rem;
    border: var(--border);
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
}

.tab button:hover {

    transform: translateY(-3px);
}

.tab button.active {}

.tabcontent {
    display: none;
    margin-top: 15px;
    padding: 6px 12px;
    width: 100%;
    max-height: 585px;
    min-height: 480px;
    border-top: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.tabcontent button {
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.tabcontent button:hover {

    transform: scale(1);
}

#tabRoom {
    display: block;
}

.volume-container {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
}

.volume-bar {
    flex: 1;
    height: 5px;
    margin: 0 2px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.active {}

.switch {
    position: relative;
    display: inline-block;
    width: 41px;
    height: 19px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: '';
    height: 17px;
    width: 17px;
    left: 0px;
    bottom: 1px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked+.slider {}

input:focus+.slider {
    box-shadow: 0 0 1px green;
}

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

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.swal2-popup {
    border: var(--border) !important;
}

.swal2-popup .swal2-styled:focus {
    box-shadow: none !important;
}

.swal2-validation-message,
.swal2-title,
.swal2-content,
.swal2-input {
    text-align: center;
    color: white !important;
}

.swal2-input {
    border: var(--border) !important;
    box-shadow: none !important;
}

.swal2-container {
    background-color: transparent !important;
}

.swal2-file {
    color: white !important;
}

.swal2-popup {
    background: white !important;
    color: #111 !important;
}

.swal2-html-container {
    color: rgb(195, 195, 195) !important;
}

.swal2-confirm {
    background-color: blue !important;
}

.swal2-input {
    color: black !important;
}

.swal2-select {
    color: white !important;
    border-radius: 6px !important;
}

.swal2-timer-progress-bar-container {}

.swal2-timer-progress-bar {}

.img-about {
    margin: 0 !important;
}

.fadein {
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.bg-dark {
    color: black !important;
    background-color: #f5f5f4;
}

.fas {
    fill: black !important;
    color: black !important;
}

.pulsate {
    animation: pulsate 3s ease-out;
    animation-iteration-count: infinite;
    -webkit-animation: pulsate 3s ease-out;
    -webkit-animation-iteration-count: infinite;
    opacity: 0.5;
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 0.5;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

#sendFileDiv,
#receiveFileDiv {
    z-index: 17;
    display: none;
    min-width: 320px;
    border-radius: 5px;
    margin: auto;
    padding: 10px;
    color: #fff;
    font-size: 1rem;

    box-shadow: var(--box-shadow);
    overflow: hidden;
}

#sendAbortBtn,
#receiveAbortBtn,
#receiveHideBtn {
    margin-top: 10px;
    padding: 5px;
    border: var(--border);
    border-radius: 5px;
    font-size: 1rem;
    color: #fff;
    transition: background 0.23s;
}

#sendAbortBtn:hover,
#receiveAbortBtn:hover,
#receiveHideBtn:hover {
    color: rgb(255, 0, 0);

    transform: translateY(-3px);
}

progress {
    width: 0;
    min-width: 100%;
}

#imgShareSend:hover,
#imgShareReceive:hover {
    cursor: move;
}

#dropArea {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    border: 2px dashed #ccc;
    padding: 20px;
    text-align: center;
}

#dropArea p {
    margin: 0;
}

#videoAudioUrlCont,
#videoUrlCont {
    z-index: 15;
    display: none;
    width: var(--iframe-width);
    height: var(--iframe-height);
    border: var(--border);
    box-shadow: var(--box-shadow);
    border-radius: 5px;
}

#videoAudioUrlHeader,
#videoUrlHeader {
    z-index: 15;
    position: absolute;
    display: flex;
    left: 0px;
    top: 0px;
    width: 100%;
    cursor: move;
    border-radius: 5px;
}

#videoAudioUrlHeader button,
#videoUrlHeader button {
    height: 30px;
    width: 30px;
    font-size: 1.2rem;
    margin-top: 10px;
    margin-left: 10px;
    border: none;
    color: #fff;

}

#videoAudioUrlHeader button:hover,
#videoUrlHeader button:hover {
    color: var(--hover-color);
    transform: var(--btns-hover-scale);
    transition: all 0.3s ease-in-out;
}

#videoUrlIframe {
    width: var(--iframe-width);
    height: var(--iframe-height);
    border-radius: 5px;
}

#videoAudioUrlElement {
    width: var(--iframe-width);
    height: var(--iframe-height) - 20px;
    border-radius: 5px;
}

#about {
    cursor: default;
}

#about a {
    color: #fff;
    text-decoration: none;
}

#about a:hover {
    color: var(--hover-color);
    transition: all 0.3s ease-in-out;
}

#about img {
    cursor: pointer;
    border-radius: 10px;
}

#about button {
    border: none;
    width: 170px;
    height: 40px;
    font-size: 1.2rem;
    border-radius: 6px;
    color: #ffffff;

    transition: background 0.23s;
    cursor: pointer;
}

#about button:hover {
    font-weight: bold;
    filter: brightness(1.1) saturate(1.2);
    transform: scale(1.05);
    box-shadow: none;
}

.speechbar {
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.bar {
    width: 6px;
    border-radius: 6px;
    transition-property: height background-color;
    transition-duration: 0.25s;
}

.speaking {
    box-shadow: 0 0 1px 1px rgb(255 255 255 / 32%);
}

#recognitionDialect,
#recognitionLanguage {

    color: #ffffff;
    font-size: small;
    max-width: 135px;
    border-radius: 5px;
}

#webRTCSeo {
    display: none;
}

#videoAudioCloseBtn,
#videoUrlCloseBtn {
    border: none;
    border-radius: 10px;
}

select {
    height: 40px;
    font-size: 0.9rem;
    line-height: 40px;
    box-shadow: none;
}

hr {
    border: 0;
    display: block;
    height: 1px;

    margin-top: 15px;
    margin-bottom: 15px;
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.center {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.center-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.fadein {
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
}

.clw {
    color: #ffffff;
}

.mic-input-range {
    width: 85px;
    cursor: pointer;
}

.toggle {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 55px;
    height: 24px;
    display: inline-block;
    position: relative;
    border-radius: 50px;
    overflow: hidden;
    outline: none;
    border: var(--border);
    cursor: pointer;
    transition: background-color ease 0.3s;
}

.toggle:before {
    content: 'on off';
    display: block;
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 18px;

    left: 2px;
    top: 2px;
    border-radius: 50%;
    font: 10px/20px Helvetica;
    text-transform: uppercase;
    font-weight: bold;
    text-indent: -25px;
    word-spacing: 35px;
    color: #fff;
    text-shadow: -1px -1px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    box-shadow: 0 1px 2px transparent;
    transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}

.toggle:checked {}

.toggle:checked:before {
    left: 32px;
}

.dropdown-toggle {
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.dropdown-menu {
    display: none;
    margin-top: 5px;
    margin-bottom: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.dropdown-custom {
    position: relative;
    display: inline-block;
}

.dropdown-toggle-custom {
    color: #fff;
    border: var(--border);

    cursor: pointer;
}

.dropdown-menu-custom {
    z-index: 1;
    display: none;
    position: absolute;
    right: 0;
    padding: 10px 0;
    min-width: 240px;
    border-radius: 5px;
    border: var(--border);

    box-shadow: var(--box-shadow);
}

.dropdown-menu-custom li {
    padding: 8px 16px;
    list-style-type: none;
}

.dropdown-menu-custom li button {
    border: none;

    width: 100%;
    text-align: left;
    padding: 8px 16px;
    font-size: 0.8em;
    cursor: pointer;
    color: #fff;
}

.dropdown-menu-custom li button:hover {}

.microphone-table-width {
    width: 50%;
}

#applyAudioOptionsBtn {
    width: 100%;
    padding: 10px 20px;
    margin: 5px;
    color: #fff;
    border: var(--border);
    border-radius: 5px;

    cursor: pointer;
}

#applyAudioOptionsBtn:hover {

    transform: scale(0.95);
    transition: all 0.3s ease-in-out;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {

    border-radius: 5px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {}

::-webkit-scrollbar-track {}

.ml-10 {
    margin: 10px;
}

.cp {
    cursor: pointer;
}

.trow {
    display: table-row;
}

#initVideo {
    object-fit: contain;
}

#audioMediaContainer,
#pauseRecBtn,
#resumeRecBtn {
    display: none;
}

.red {
    color: red !important;
}

.orange {
    color: orange !important;
}

.green {
    color: rgb(0, 255, 71) !important;
}

.navbar {
    background: rgb(66, 108, 158) !important;
    transition: unset !important;
    display: block !important;
    animation: unset !important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.navbar button {
    color: white !important;
}

.swal2-popup {
    display: none;
}


#qrRoomContainer {
    display: none;
}



.swal2-backdrop-hide {
    display: none !important;
}

#toggleExtraBtn {
    color: rgb(66, 108, 158) !important;
}

#mySettings {
    background-color: white !important;
    display: none !important;
}

#mySettings * {
    background-color: white !important;
    color: #111 !important;
}

#recordStreamBtn {
    display: none !important;
}

button.swal2-confirm.swal2-styled {
    border-radius: 8px !important;
    white-space: nowrap !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .15s !important;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: calc(var(--radius) - 2px) !important;
    background-color: hsl(var(--primary)) !important;
    white-space: nowrap !important;
    gap: .5rem !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    height: 2.25rem !important;
    cursor: pointer !important;
    display: inline-flex !important;
}

#initMicrophoneSelect {
}

button {
    border-radius: 8px !important;
    white-space: nowrap !important;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1) !important;
    transition-duration: .15s !important;
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
    font-size: .875rem !important;
    line-height: 1.25rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    border-radius: calc(var(--radius) - 2px) !important;
    white-space: nowrap !important;
    gap: .5rem !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
}

#initSpeakerSelect {
    border-radius: 8px !important;
}


.swal2-popup .swal2-html-container p {
display: none !important;
}

.swal2-popup .swal2-deny.swal2-styled.swal2-default-outline{
    display: none !important;
}

#snapshotRoomBtn,
#aboutBtn,
#documentPiPBtn,
#fileShareBtn,
#snapshotRoomBtn,
#captionBtn
#roomEmojiPickerBtn,
#whiteboardBtn,
#fullScreenBtn,
#recordStreamBtn,
#hideMeBtn {
    display: none !important;
}


:root {
    --background: 0 0% 100%;
    --foreground: 20 14.3% 4.1%;
    --card: 0 0% 100%;
    --card-foreground: 20 14.3% 4.1%;
    --popover: 0 0% 100%;
    --popover-foreground: 20 14.3% 4.1%;
    --primary: 213 41% 44%;
    --primary-foreground: 60 9.1% 97.8%;
    --secondary: 60 4.8% 95.9%;
    --secondary-foreground: 24 9.8% 10%;
    --muted: 60 4.8% 95.9%;
    --muted-foreground: 25 5.3% 44.7%;
    --accent: 60 4.8% 95.9%;
    --accent-foreground: 24 9.8% 10%;
    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 60 9.1% 97.8%;
    --border: 20 5.9% 90%;
    --input: 20 5.9% 90%;
    --ring: 20 14.3% 4.1%;
    --chart-1: 12 76% 61%;
    --chart-2: 173 58% 39%;
    --chart-3: 197 37% 24%;
    --chart-4: 43 74% 66%;
    --chart-5: 27 87% 67%;
    --radius: .5rem;
    --sidebar-background: 0 0% 98%;
    --sidebar-foreground: 240 5.3% 26.1%;
    --sidebar-primary: 240 5.9% 10%;
    --sidebar-primary-foreground: 0 0% 98%;
    --sidebar-accent: 240 4.8% 95.9%;
    --sidebar-accent-foreground: 240 5.9% 10%;
    --sidebar-border: 220 13% 91%;
    --sidebar-ring: 217.2 91.2% 59.8%;
}

*,
::before,
::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / .5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
}

.swal2-title {
    color: #111 !important;
}

.swal2-validation-message {
    color: #111 !important;
}

#chatRoomBtn {
    display: none !important;
}

#mySettingsBtn {
    display: none !important;
}

#toggleExtraBtn {
    display: none !important;
}