@font-face {
    font-family: "sf_ui_textbold";
    src: url("../fonts/sfuitext-bold-webfont.woff2") format("woff2"),
        url("../fonts/sfuitext-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "sf_ui_textlight";
    src: url("../fonts/sfuitext-light-webfont.woff2") format("woff2"),
        url("../fonts/sfuitext-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sf_ui_textmedium";
    src: url("../fonts/sfuitext-medium-webfont.woff2") format("woff2"),
        url("../fonts/sfuitext-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sf_ui_textregular";
    src: url("../fonts/sfuitext-regular-webfont.woff2") format("woff2"),
        url("../fonts/sfuitext-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "sf_ui_textsemibold";
    src: url("../fonts/sfuitext-semibold-webfont.woff2") format("woff2"),
        url("../fonts/sfuitext-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
a{
    cursor: pointer !important;
}
body{
        font-family: "sf_ui_textregular" !important;
}

.msg-inbox.send .chats-text.bg-orange p{
    color: #fff;
}

/* loader page */
.loader-page{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.loader-page h3{
    color: #3C4858;
    font-size: 30px;
}
.loader-page p {
    color: #3C4858;
    font-size: 20px;
    margin-top: 5px;
}
.loader-page .loader-logo {
    margin-bottom: 30px;
}
.loader-page .loader-logo img{
    /* width: 160px; */
    width: 200px;
    margin-left: 60px;
}
.loader-page .loader-img{
    margin-top:10px;
}
.loader-page .loader-img img {
    width: 70px;
}
/* invite modal csss */
.modal-backdrop {
    /* background-color: #000000; */
    background-color: transparent !important;
}
.invite-modal{
   /* width: 375px !important;
   height: 475px !important;
   right: 30px;
   left: auto !important;
   bottom: 98px;
   top: auto !important; */
}
.invite-modal .modal-content {
    background-color: transparent;
}
.invite-modal-body-outer.modal-body {
    width: 375px !important;
    height: 475px !important;
    /* height: 510px !important; */
    /* background-color: #dcdcdc; */
    /* background-color: #e2e2e2; */
    background-color: #fff;
    border-radius: 50px;
    padding: 0px;
    /* margin: 0 auto;
    margin-right: 40px; */
}
.invite-modal-body-outer.modal-body.lobby-list {
    height: 510px !important;
}
.invite-modal-tabs{
    height: 100%;
}
.invite-modal .close {
    position: absolute;
    right: 20px;
    top: 15px;
    text-shadow: none;
    box-shadow: none;
    z-index: 999;
    opacity: 1;
}
.invite-modal .invite-modal-tabs .invite-tab-list {
    border-bottom: 1px solid #E1EFFF;
    /* background: #E1EFFF; */
    /* border-top-left-radius: 40px;
    border-top-right-radius: 40px; */
}
.invite-modal-tabs .invite-tab-list .nav-item a.active {
    color: #161616;
    border-bottom: 3px solid #B1D4FF;
    background: #B1D4FF;
}
.invite-modal-tabs .invite-tab-list .nav-item a {
    background: #E1EFFF;
}
.invite-modal-tabs .invite-tab-list .nav-item:first-child a {
    border-top-left-radius: 40px
}

.invite-modal-tabs .invite-tab-list .nav-item:last-child a {
    border-top-right-radius: 40px
}
.invite-modal-tabs .invite-modal-duartion {
    text-align: center;
    padding: 15px 15px;
}
.invite-modal-duartion p{
    margin-bottom: 0px;
}
.invite-modal-participant-tool {
    text-align: center;
    padding: 10px 10px;
    background: #F1F1F1;
    position: relative;
    /* border-top: 1px solid #6F8BA4; */
}
.invite-modal-participant-tool a {
    /* margin: 0 15px */
    margin: 0 11px;
}
.invite-modal-participant-tool a img{
   width: 18px;
}
.invite-md-participant-list{
        padding: 15px 15px;
        margin-bottom: 0px;
        height: 285px;
        overflow-y: auto;
}
.invite-md-participant-list.invite-md-member-list{
   /* height: 250px; */
   /* max-height: 250px; */
    /* max-height: 189px; */
    max-height: 180px;
    margin-top: 5px
}
/* new invite inner modal css start here */
.search-email-remind{
    background: #E9EAEB;
    margin: 10px 35px;
    padding: 10px 10px;
    border-radius: 25px;
    position: relative;
    min-height: 285px;
}
.search-email-remind h3{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}
.search-email-remind .nav-tabs .nav-item {
    height: auto;
    width: 33%;
    border-right: 1px solid #cdcdcd;
}
.search-email-remind .nav-tabs .nav-item:last-child{
    border-right: 0px solid #cdcdcd;
}
.search-email-remind .nav-tabs .nav-item a {
    padding: 0px 5px;
    font-size: 12px;
    width: auto;
    border: none;
    flex-direction: column;
}
.search-email-remind .nav-tabs .nav-item a.active {
    background-color: transparent;
    color: #1e84f5;
    border: none;
    border-bottom: none;
    position: relative;
}
.search-email-remind .nav-tabs .nav-item a:hover {
    color: #1e84f5 !important;
}
.search-email-remind .tab-pane h4{
    font-size: 12px;
    color: #f17c2b;
    margin-top: 10px;
    text-align: center;
}
.search-email-remind .tab-pane .search-team-check-list{
    background: #fefefe;
    padding: 10px 10px;
    border-radius: 9px;
    border: 1px solid #cdcdcd;
    height: 110px;
    overflow: hidden;
    overflow-y: auto;
}
.search-email-remind .tab-pane .form-check{
    padding-left: 1.25rem;
    margin-bottom: 2px;
}
.search-email-remind .tab-pane .form-check-label {
    font-size: 12px;
}
.search-email-remind .tab-pane .invite-remind-list-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.search-email-remind .tab-pane .invite-remind-list-label .invite-remind-name-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 45px);
    margin-left: 5px;
}
.search-email-remind .tab-pane .form-check-input {
    margin-top: 0.2rem;
}
.search-email-remind .tab-pane .invite-team-member-div{
    width: 100%;
    text-align: center;
}
.search-email-remind .tab-pane .invite-team-member-link{
    text-align: center;
    padding: 5px 18px;
    background: #1F64FF;
    color: #fff;
    margin: 0px auto;
    display: inline-block;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 14px;
}
.search-email-remind .nav-tabs .nav-item a .bg-pos-ico {
    content: "";
    background: url(../images/invite-bg-ico.svg) no-repeat;
    width: 25px;
    height: 24px;
    /* background: url(img/core/four.png) no-repeat 0px 0px; */
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-size: cover;
    /* background-position: 0px -113px; */
}
.search-email-remind .nav-tabs .nav-item a .search-team {
    background-position: 0px -90px;
}
.search-email-remind .nav-tabs .nav-item a .invite-email{
    background-position: 0px -46px;
}
.search-email-remind .nav-tabs .nav-item a .invite-remind{
    background-position: 0px -2px;
}
.search-email-remind .nav-tabs .nav-item a.active .search-team, .search-email-remind .nav-tabs .nav-item a:hover .search-team {
    background-position: 0px -113px;
}
.search-email-remind .nav-tabs .nav-item a.active .invite-email, .search-email-remind .nav-tabs .nav-item a:hover .invite-email {
    background-position: 0px -69px;
}
.search-email-remind .nav-tabs .nav-item a.active .invite-remind, .search-email-remind .nav-tabs .nav-item a:hover .invite-remind {
    background-position: 0px -26px;
}
.eamil-meet .invite-eamil-textarea label{
    margin-bottom: 2px;
    margin-top: 10px;
    font-size: 12px;
}
.eamil-meet .invite-eamil-textarea p{
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.eamil-meet .invite-team-member-div h6{
    font-size: 12px;
    color: #457AFE;
    margin-bottom: 0px;
}
.remind-meet p{
    font-size: 12px;
    line-height: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
}
.search-email-remind .tab-pane.remind-meet .search-team-check-list {
    height: 80px;
}
.search-email-remind .nav-tabs {
    border-bottom: none;
}
/* new invite inner modal css end here */
.lobby-list .invite-md-participant-list.invite-md-member-list {
    overflow: hidden;
    overflow-y: auto;
    min-height: 30px;
    max-height: 110px;
}
.member-email-tabs.nav-tabs {
    border-bottom: 0px solid transparent;
    padding: 15px 15px 0px 15px;
}
.member-email-tabs.nav-tabs .nav-item a {
    border-bottom: 0px solid #dee2e6;
}
.member-email-tabs.nav-tabs .nav-item {
        background: #e1efff;
        border: none;
        border-radius: 4px;
        margin-right: 5px;
        width: 48%;
        height: 40px;
}
.nav-tabs .nav-item a:hover{
   color: #161616 !important;
}
.member-email-tabs.nav-tabs .nav-item a.active {
        background-color: #b1d4ff;
        color: #161616;
        border: none;
        border-bottom: 0px solid #b1d4ff;
        position: relative;
        border-radius: 4px;
}
.invite-email-tab{
    padding: 15px 15px;
}
.email-textarea{
        display: flex;
        align-items: center;
        justify-content: space-between;
}
.email-textarea a.paper-plane {
    background: #f17c2b;
    padding: 10px;
    border-radius: 50px;
    margin-left: 5px;
    color: #fff !important;
}
.email-textarea textarea.form-control {
    height: 40px;
    max-height: 100px;
    min-height: 100px;
}
.invite-md-participant-list li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.invite-md-participant-list li .invite-participant-img-side {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        position: relative; 
}
.invite-md-participant-list li .invite-participant-img-side .invite-crown {
        position: absolute;
        top: -5px;
        width: 25px;
        height: 25px;
        background: #F17C2B;
        border-radius: 20px;
        border: 1px solid #fff;
        padding: 5px;
        left: 29px;
}
.invite-md-participant-list li .invite-participant-img-side .invite-crown img {
           width: 14px;
           display: block;
           margin: 0 auto;
}
.invite-md-participant-list .invite-profile-text {
       margin-left: 10px;
}
.invite-md-participant-list .invite-profile-text h3 {
           font-size: 16px;
           margin-bottom: 0px;
           color: #3B566E !important;
}
.invite-md-participant-list .invite-profile-text p {
        font-size: 14px;
        margin-bottom: 0px;
        color: #6F8BA4;
}
.invite-md-participant-list .invite-profile-img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    background: #b1d4ff;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invite-md-participant-list .invite-profile-img p{
    margin-bottom: 0px;
}
.invite-md-participant-list .invite-profile-img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}
.invite-md-participant-list .participant-icons-side a {
    margin-left: 10px;
}
.invite-md-participant-list .participant-icons-side a img {
    width: 16px
}
.pause-room-section{
    padding: 15px 15px 0px 15px;
}
.pause-room-section .form-control {
    border-color: #e2e2e2;
    background: #e2e2e2;
    width: 170px;
    padding: 0px;
    margin-bottom: 10px;
}
.pause-room-list-scroll{
    min-height: 20px;
    max-height: 100px;
    overflow: hidden;
    overflow-y: scroll;
}
.pause-room-section .pause-room-user {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.pause-room-section .pause-room-left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.pause-room-section .pause-room-left .pause-profo-img {
     height: 50px;
     width: 50px;
     border-radius: 50px;
     overflow: hidden;
     object-fit: cover;
     position: relative;
     border: 2px solid #f1f1f1;
     display: flex;
     background: #fff;
     margin-right: 8px;
     align-items: center;
     justify-content: center;
}
.pause-room-section .pause-room-left .pause-profo-img img {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    overflow: hidden;
    object-fit: cover;
}
.pause-room-section .pause-room-left h4 {
    font-size: 16px;
    margin-bottom: 0px;
}
.pause-room-section .pause-room-right .pause-admit-btn {
    background: #f17c2b;
    color: #fff;
    padding: 5px 18px;
    border-radius: 8px;
}
/* meeting selection list */
.meeting-section-div{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.meeting-select-radio-div{
    /* width: 450px; */
    width: 600px;
    /* height: 380px; */
    height: 400px;
    background: #fff;
    box-shadow: 0px 5px 25px rgb(68 137 243 / 10%);
    margin: 0 auto;
    border-radius: 12px;
    padding: 15px 15px;
}
.multiselect-meet{
    margin-bottom: 15px;
}
.meeting-select-radio-listing{
       overflow: hidden;
       overflow-y: auto;
       /* height: 225px; */
           height: 285px;
}
.meeting-select-submit{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.meeting-select-submit .submit-meeting {
    background: #f17c2b;
    color: #fff;
    padding: 8px 35px;
    border-radius: 8px;
    display: inline-block;
}
.meeting-select-submit .submit-meeting:hover {
    background: #f17c2b;
    color: #fff;
    text-decoration: none;
}
.meeting-select-radio-div input[type="radio"] {
    /* remove standard background appearance */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* create custom radiobutton appearance */
    display: inline-block;
    width: 25px;
    height: 25px;
    padding: 6px;
    /* background-color only for content */
    background-clip: content-box;
    border: 2px solid #bbb;
    background-color: #e7e6e7;
    border-radius: 50%;
    outline: none;
    vertical-align: middle;
    float: right;
}
/* appearance for checked radiobutton */
.meeting-select-radio-div input[type="radio"]:checked {
    background-color: #f17c2b;
}
/* chat body */
.invite-chat-body{
    padding: 15px 15px;
    height: 325px;
    overflow-y: auto;
}
.chat-text-left-outer{
    width: 100%;
    display: flex;
    margin-bottom: 12px;
}
.chat-text-left-outer .chat-text-left{
    max-width: 50%;
    background: #fff;
    padding: 6px 8px;
    position: relative;
    border-radius: 4px;
    width: auto;
}
.chat-text-right-outer {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 12px;
}
.chat-text-right-outer .chat-text-right {
    max-width: 50%;
    float: right;
    padding: 6px 8px;
    background: #efeff4;
    position: relative;
    border-radius: 4px;
    width: auto;
}
.chat-text-left::after {
    content: "";
    position: absolute;
    top: auto;
    font-size: 18px;
    width: 0;
    height: 0;
    transform: rotate(178deg);
    border-top: 12px solid transparent;
    border-right: 16px solid #fff;
    border-left: none;
    border-bottom: 10px solid transparent;
    right: auto;
    bottom: -6px;
    left: 0px;
}
.chat-text-right::after {
        content: "";
        position: absolute;
        /* top: 47px; */
        top: auto;
        font-size: 18px;
        width: 0;
        height: 0;
        transform: rotate(178deg);
        border-top: 12px solid transparent;
        border-left: 16px solid #efeff4;
        border-bottom: 6px solid transparent;
        left: auto;
        right: 0px;
        bottom: -6px;
}
.invite-chat-footer{
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.invite-chat-footer .attch-ico{
    margin-right: 10px;
    line-height: 25px;
    align-items: center;
    justify-content: center;
    margin-bottom: -5px;
    cursor: pointer;
}
.invite-chat-footer a.paper-plane {
    background: #f17c2b;
    padding: 10px;
    border-radius: 50px;
    margin-left: 5px;
    color: #fff !important;
}
.to-drop{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding: 0px 15px;
}
.to-drop span{
        /* margin-right: 10px; */
            margin-right: 6px;
}
.to-drop .form-control {
    padding-top: 0px;
    width: 81%;
}
.search-collapse .card.card-body {
    padding: 8px 15px;
    background: #dcdcdc;
}
.invite-modal .pin-ico {
    position: absolute;
    right: 45px;
    top: 15px;
    text-shadow: none;
    box-shadow: none;
    z-index: 999;
}
.invite-modal .pin-ico img{
    width: 16px;
}
.invite-modal .close img {
width: 16px;
}
.modal.invite-modal .modal-dialog {
    height: 100%;
    width: 100%;
    max-width: 100%;
}
.modal.invite-modal.show {
    background-color: transparent;
}
.modal.invite-modal .modal-content {
    /* height: 100%;
    border-radius: 50px !important;
    background-color: #dcdcdc; */
        height: auto;
        border-radius: 0px !important;
        background-color: transparent;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        position: absolute;
        top: 10%;
        border: none;
}
/* device setting new page */
.new-device-settings {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.new-device-settings h3 {
    color: #3C4858;
    font-size: 30px;
    margin-bottom: 0px;
    text-align: center;
}
.new-device-settings .device-setting-logo {
    margin-bottom: 15px;
}

.new-device-settings .device-setting-logo img {
    width: 200px;
    /* margin-left: 60px; */
}
.new-device-settings .video-settings-box {
        width: 660px;
        /* height: 350px; */
        height: 372px;
        position: relative;
        margin-top: 20px;
}
.modal-dialog-form .device-setting-tool a{
        font-size: 13px;
        color: #000000 !important;
}
.modal-dialog-form .device-setting-tool span.dropdown {
        font-size: 13px;
        color: #000000 !important;
        padding: 6px 12px;
        background: rgba(255, 255, 255, 0.7);
        border-radius: 50px;
        border: 1px solid #B4B4B4;
}
.modal-dialog-form .device-setting-tool a img{
        width: 14px;
        margin-right: 3px;
}

.modal-dialog-form .device-setting-tool span.dropdown img{
        width: 14px;
        margin-right: 3px;
}
.modal-dialog-form .device-setting-tool span.dropdown .dropdown-menu li a {
        display: block;
        padding: 3px 10px;
}
.new-device-settings .video-settings-box-inner {
    /* width: 50%;
    height: 350px; */
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: relative;
}
.new-device-settings .video-settings-box video{
    border-radius: 40px;
    overflow: hidden;
    object-fit: cover;
}
.video-settings-box-inner video {
    width: 100%;
    height: 100%
}
.video-settings-box-inner img.no-video-img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    object-fit: cover;
}
.video-settings-box-inner p{
        position: absolute;
        top: 0;
        padding: 15px 15px;
        text-align: center;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
}
.new-device-settings .device-setting-tool {
    position: absolute;
    padding: 12px 0px;
    background: rgba(255, 255, 255, 0.7);
    bottom: 0px;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.device-bottom-tools {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-top: 15px;
}
.device-bottom-tools span.switch-span {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;
}
.device-bottom-tools span.switch-span .video-meet-ico img{
        width: 28px;
        margin-right: 10px;
}
.device-bottom-tools span.switch-span .meet-mic-ico img{
        width: 18px;
        margin-right: 10px;
}
.modal-dialog-form .device-bottom-tools a.btn-join-meet {
    background: #699A31;
    padding: 6px 20px;
    border-radius: 50px;
    color: #fff !important;
    font-size: 14px !important;
    line-height: 23px;
}
.modal-dialog-form .device-bottom-tools input:checked+.slider {
    background-color: #f17c2b;
    border: 1px solid #f17c2b;
}
/* host page */
.host-page-section{
        display: flex;
        padding: 0px 20px;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
}
.host-page-section .host-text-side {
        width: 440px;
        padding: 15px 15px;
        padding-top: 170px;
}
.host-page-section .host-text-side .form-group label {
    text-transform: uppercase;
    font-size: 14px;
    /* margin-bottom: 12px; */
    letter-spacing: 2.2px;
    font-family: "sf_ui_textregular" !important;
}
.host-page-section .host-text-side h3{
    color: #3C4858;
    font-size: 30px;
    font-weight: 900;
    font-family: "sf_ui_textregular" !important;
}
.host-page-section .host-text-side h5{
        color: #3C4858;
        line-height: 29px;
        margin-bottom: 15px;
        font-family: "sf_ui_textregular" !important;
        font-weight: 700;
}
.host-page-section .device-setting-tool {
        position: absolute;
        padding: 12px 0px;
        background: rgba(0, 0, 0, 0.4);
        bottom: 0px;
        z-index: 999;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom-left-radius: 40px;
        border-bottom-right-radius: 40px;
}
.host-page-section .host-text-side .form-group.search-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.host-page-section .host-text-side .form-group.search-group .form-control {
    padding-left: 35px;
    font-family: "sf_ui_textregular" !important;
}
.host-page-section .host-text-side .form-group .form-control.invite-link-control {
    padding-right: 45px;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    font-family: "sf_ui_textregular" !important;
}
.host-page-section .host-text-side .form-group.search-group .search-input {
    width: 100%;
    position: relative;
}
.host-page-section .host-text-side .form-group .copy-link {
    position: relative;
}
.host-page-section .host-text-side .form-group .copy-link img{
       position: absolute;
       top: 0;
       left: auto;
       right: 0;
       background: #566789;
       height: 100%;
       padding: 8px;
       width: 45px;
       cursor: pointer;
       border-top-right-radius: 8px;
       border-bottom-right-radius: 8px;
}
.host-page-section .host-text-side .form-group.search-group .search-input img{
        position: absolute;
        width: 20px;
        top: 10px;
        left: 10px;
}
.host-page-section .host-text-side .form-group.go-meeting-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.host-page-section .host-text-side .form-group.go-meeting-group .pause-room {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    font-family: "sf_ui_textregular" !important;
}
.host-page-section .host-text-side .form-group.go-meeting-group .pause-room h6{
    margin-bottom: 0px;
    text-transform: capitalize;
}
.host-page-section .host-text-side .form-group.go-meeting-group .pause-room h6 img{
  width: 14px;
}
.host-page-section .host-text-side .form-group.go-meeting-group a.btn{
        margin-left: 8px;
        padding: 7px 12px;
        min-width: 140px;
        border-radius: 6px;
        color: #fff !important;
        font-size: 14px;
}
.host-page-section .host-text-side .form-group .form-control {
        font-size: 14px;
        min-height: 38px;
        padding: 6px 15px;
        border: 1px solid #d2d2d2;
        border-radius: 8px;
        color: #3B566E;
        font-weight: 600;
}
.host-page-section .device-setting-tool .host-switch {
    display: flex;
}

.host-page-section .device-setting-tool .host-switch {
    /* margin-right: 15px */
    margin-right: 35px;
}
.host-page-section .device-setting-tool .host-switch .host-mice-ico {
    width: 20px;
}
.host-page-section .device-setting-tool .host-switch .host-video-ico {
    width: 22px;
    margin-left: 5px;
}
.host-page-section .host-text-side .form-group.end-call-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.host-page-section .host-text-side .form-group.end-call-group a.btn-red{
    margin-left: 8px;
    padding: 7px 12px;
    min-width: 140px;
    border-radius: 6px;
    color: #fff !important;
    font-size: 14px;
    background: #DC2020;
    border-color: #DC2020;
}
.host-page-section .host-text-side .form-group .form-control:focus {
    border-color: #f17c2b !important;
    box-shadow: none;
}
.host-page-section .host-text-side .form-group.search-group a.btn {
        margin-left: 8px;
        padding: 7px 12px;
        min-width: 140px;
        border-radius: 6px;
        color: #fff !important;
        font-size: 14px;
}
.host-page-section .host-text-side .form-group.search-group .form-control {
    border: 1px solid #e8e8e8;
    background: #e8e8e8;
}
.host-page-section .host-video-side {
    width: calc(100% - 440px);
    padding: 15px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.host-page-section .video-settings-box {
    /* width: 660px; */
     width: 700px;
    height: 394px;
    /* height: 372px; */
    position: relative;
    margin-top: 20px;
}
.host-page-section .video-settings-box-inner {
    /* width: 50%;
    height: 350px; */
    width: 100%;
    height: 100%;
    border-radius: 40px;
    position: relative;
}
.host-page-section .device-setting-logo img {
    margin: 0 auto;
    width: 200px;
    margin-bottom:20px;
    display: block;
}
.host-page-section .video-settings-box video {
    border-radius: 40px;
    overflow: hidden;
    object-fit: cover;
}

.host-page-section .video-settings-box-inner video {
    width: 100%;
    height: 100%
}

.host-page-section .video-settings-box-inner img.no-video-img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    overflow: hidden;
    object-fit: cover;
}
/* <video-call-chat> */
.video-chat {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    background: #dcdcdc;
    /* width: 350px; */
    width: 320px;
    border-radius: 5px;
    position: absolute;
    z-index: 999;
    /* height: calc(100vh - 57px); */
    top: 0;
    /* left: 0; */
    /* height: 100%; */
    height: 100vh;
    /* min-width: 350px; */

    left: auto;
    right: 0;
    min-width: 320px;
}
.right-part-video-meet .video-chat {
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.right-part-video-meet .video-chat .mid-sec {
    padding: 5px;
    width: 100%;
}
.right-part-video-meet .video-chat .chat-profile {
    border-top-left-radius: 50px;
    background: #E1EFFF;
    padding: 15px 15px !important;
    min-height: 70px;
    border-bottom-left-radius: 50px;
}
.right-part-video-meet .video-chat .open-chat22 {
    /* height: calc(100vh - 117px); */
    /* height: calc(100vh - 0px); */
        height: calc(100vh - 20px);
}
.right-part-video-meet {
        background: #dadada;
}
.video-chat .chat-pro-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.chat-pro-img-inner{
        background: #fff;
        height: 40px;
        width: 40px;
        border-radius: 50px;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        position: relative;
}
.chat-pro-img-inner .profile-crown {
       height: 18px;
       width: 18px;
       border-radius: 50px;
       background: #f17c2b;
       position: absolute;
       border: 1px solid #fff;
       right: -5px;
       top: -3px;
        display: flex;
        align-items: center;
        justify-content: center;
}
.chat-pro-img-inner .profile-crown img{
    width: 11px;
}
.chat-pro-img-inner img{
        height: 40px;
        width: 40px;
        border-radius: 50px;
}
.chat-pro-img-inner h4 {
        font-size: 16px;
        margin-bottom: 0px;
}
.right-part-video-meet .chat-pro-name-inner h5.chat-name{
    font-size: 16px;
    margin-bottom: 5px;
    margin-left: 25px;
    font-weight:normal;
}
.right-part-video-meet .video-chat .fa-paper-plane {
    width: auto !important;
}
.right-part-video-meet .chat-tool-footer .btn-file {
    position: absolute;
    top: 15px;
    left: 10px;
    color: #c6c6c6;
    padding: 6px 12px;
    font-size: 19px;
    z-index: 99;
}
.right-part-video-meet .chat-tool-footer a.paper-plane {
    position: absolute;
    top: 19px;
    left: 45px;
    cursor: pointer;
    padding: 3px 2px;
    font-size: 20px;
}
.swal-button {
    background-color: #f17c2b;
}
.swal-button:not([disabled]):hover {
    background-color: #f17c2b;
}
.swal-button--cancel {
    border: 1px solid #d8d8d8;
    background-color: #d8d8d8;
}
.chat-pro-name-inner h5.chat-name.group-chat-name{
    font-size: 18px;
    padding-left: 15px;
}
.chat-pro-name-inner p {
    margin-bottom: 0px;
    font-size: 13px;
    color: #6F8BA4;
}
.chat-pro-name-inner p img{
    width: 15px;
    margin-right: 5px;
}
.video-chat .close-chat i {
    /* font-size: 20px; */
    font-size: 15px;
    color: #000;
    margin-right: 10px;
    cursor: pointer;
}
.video-chat .mid-sec p small {
    font-size: 11px;
}
.video-chat .chat-profile {
    align-items: center;
    margin: 0px;
}
.video-chat .chat-pro-name {
    line-height: 10px;
}

.open-chat22 {
    /* height: calc(100vh - 117px); */
    height: calc(100vh - 35px);
}

.msg-input .fa-paper-plane {
    border-radius: 107px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #c6c6c6;
    background: #f17c2b;
    margin: 0 6px;
    font-size: 17px;
    color: #fff;
}

.btn-file.chat {
    align-self: center;
}

.video-chat input {
    border-radius: 50px;
}

/* / <chat> / */
.bg-chat {
    background: #fff;
}
.chat {
    border-right: 1px solid #ddd;
    height: 100vh;
}

.chat-heading .btn-orange {
    border-radius: 5px;
    padding: 5px 7px;
    margin-right: 5px;
}

.btn.btn-start-meet{
    background: #28a745;
    border-color: #28a745;
}

.chat-heading h6 {
    background: #fff;
    padding: 20px 10px 9px;
}
.chat .form-group input {
    border-radius: 25px;
    position: relative;
    padding-left: 40px;
}
.chat .fa-search {
    position: absolute;
    top: 33px;
    left: 30px;
}
.b-pad {
    padding: 20px 10px 6px;
}

.mid-sec {
    padding: 20px;
    width: 98%;
    margin: 0;
    height: calc(100vh - 120px);
    /* height: calc(95vh - 120px); */
    overflow: auto;
    position: relative;
}

.galleryRow.chat_open {
    height: 100%;
    margin-left: 400px;
}

.chats-text {
    padding: 15px;
    border-radius: 6px;
    font-size: 10px;
    background: #efeff4;
}

.chats-text p {
    color: #242e42;
    font-weight: 500;
    font-size: 14px;
}
.right-part-video-meet .chats-text p {
    font-size: 12px;
    line-height: 21px;
}
.right-part-video-meet .chats-text {
    padding: 10px;
    display: inline-block;
}
.right-part-video-meet .msg-inbox.recive  p {
    text-align: left;
}
.right-part-video-meet .msg-inbox {
    text-align: right;
}
.right-part-video-meet .bg-orange { 
    display: inline-block;
}
.msg-inbox {
    position: relative;
    max-width: 70%;
    float: right;
}

.msg-inbox.recive {
    width: 100%;
    float: left;
    text-align: left;
}

.msg-inbox.send::after {
    right: 1px !important;
    top: 47px;
}
.msg-inbox.recive:after {
    left: -16px;
    transform: rotate(195deg);
    top: -3px;
    border-left: 25px solid #fae3d3;
}
/* .msg-inbox .chats-text::after {
  content: "";
  position: absolute;
  top: 47px;
  font-size: 20px;
  width: 0;
  height: 0;
  transform: rotate(178deg);
  border-top: 12px solid transparent;
  border-left: 25px solid #efeff4;
  border-bottom: 6px solid transparent;
  right: 0px;
} */
/* .bubble-remove::after {
  content: "";
  position: absolute;
  top: 70px;

  font-size: 20px;
  width: 0;
  height: 0;
  transform: rotate(-27deg);
  border-top: 12px solid transparent;
  border-left: 25px solid transparent;
  border-bottom: 6px solid transparent;
} */
.audio-custom {
    background: #afaaa7;
    border-radius: 50px;
    padding: 3px 3px 3px 3px;
}
.bg-orange {
    background: #f17c2b;
}
.msg-img-video {
    width: 172px;
    border-radius: 8px;
}

.recive p {
    color: #000;
}

.chat-list {
    display: flex;
    background: #fff;
    /* / height: 208px; / */
}
.chat-img img {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    margin-right: 15px;
}
.chat-name h5 {
    font-size: 16px;
}
.chat .chat-name h6 {
    background: none;
    padding: 0;
}
.online-circle {
    height: 10px;
    width: 10px;
    background: green;
    border-radius: 100%;
    position: absolute;
    left: 31px;
    top: 84px;
}
.chat-profile {
    align-items: baseline;
}
.chat-pro-img img {
    width: 40px;
    border-radius: 100%;
    height: 40px;
    margin-right: 15px;
}
.bg-white {
    background: #fff;
}
.open-chat {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

/* .msg-input.paperclip {
    position: fixed;
    bottom: 0px;
} */

.msg-input.form-group {
    align-items: baseline;
    justify-content: center;
}
.msg-input.form-group input {
    height: 44px;
    border-radius: 5px;
    background: #f1f1f1;
    border: 0;
}

/* .msg-input .fa-paper-plane {

  border-radius: 107px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #C6C6C6;
  font-size: 17px;

  color: #C6C6C6;
} */
.chat-bottom-img img {
    width: 40px;
    padding: 0 10px;
}

.modal-url {
    border: 1px solid #5e6d7a;
    background: transparent;
    border-radius: 5px;
}
.modal-on-vc h5 {
    color: #fff;
}
.modal-on-vc .modal-header {
    border: none;
}
.bg-modal {
    background: #283447;
}
.modal-on-vc .share-links {
    border: 1px solid #5e6d7a !important;
}
.modal-on-vc .md-accordion .card {
    border-radius: 5px;
}
.modal-on-vc .card-body {
    border: 1px solid #5e6d7a;
}
.modal-on-vc .card-body a {
    margin: 21px;
}
.modal-on-vc .form-group input {
    background: #283447;
    border-color: #5e6d7a;
}
.modal-on-vc .modal-footer {
    border-color: #5e6d7a;
}

.MyModal {
    z-index: 9;
}
#videoconference_page{
    background: #d6d6d6 !important;
}
#videoconference_page .loader {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ff8a2657;
    font-size: 36px;
}
/* invite via email modal */
.modal .device-setting-invite-via-email.modal-dialog{
    height: 100%;
    width: 100% !important;
    max-width: 100%;
    background: transparent;
    top: 0 !important;
}
.modal .modal-content.InviteViaEmail-content{
    height: auto;
    border-radius: 0px !important;
    background-color: transparent;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    top: 10%;
    border: none;
}
.modal-content.InviteViaEmail-content .invite-modal-body-outer.modal-body {
    width: 375px !important;
    height: 375px !important;
    padding: 0px;
    overflow: hidden;
}
.modal-content.InviteViaEmail-content .search-email-remind {
    margin: 0px;
    padding: 20px 20px;
    position: relative;
    min-height: 375px;
    background-color: #fff;
}
.modal-content.InviteViaEmail-content .search-email-remind .nav-tabs {
    border-bottom: none;
    width: 100%;
    text-align: center;
    padding: 0px 50px;
}
.modal-content.InviteViaEmail-content .search-email-remind .nav-tabs .nav-item {
    width: 49%;
}
.modal-content.InviteViaEmail-content .search-email-remind h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
}
.modal-content.InviteViaEmail-content .search-email-remind h3 .close img{
    width: 15px;
}
.modal-content.InviteViaEmail-content .eamil-meet .invite-eamil-textarea p {
    margin-bottom: 20px;
    color: #000;
}
.modal-content.InviteViaEmail-content .search-email-remind .tab-pane.remind-meet .search-team-check-list {
    height: 115px;
}
.modal-content.InviteViaEmail-content .search-email-remind .tab-pane .form-check {
    padding-left: 0px;
}
.modal-content.InviteViaEmail-content .eamil-meet .email-input-ul {
    min-height: 110px;
    max-height: 110px;
    overflow: hidden;
    overflow-y: auto;
}
/* invite via email modal end */
/* invite via member modal */
.modal .device-setting-invite-via-member.modal-dialog{
    height: 100%;
    width: 100% !important;
    max-width: 100%;
    background: transparent;
    top: 0 !important;
}
.modal .modal-content.InviteViaMember-content{
    height: auto;
    border-radius: 0px !important;
    background-color: transparent;
    align-items: center;
    justify-content: flex-end;
    display: flex;
    position: absolute;
    top: 10%;
    border: none;
}
.modal .modal-content.InviteViaMember-content .invite-modal-body-outer.modal-body{
    overflow: hidden;
    /* height: 550px !important; */
    min-height: 476px !important;
    max-height: 550px;
    height: auto !important;
}
.modal-content.InviteViaMember-content .member-key .head-member-invite {
    padding:15px 15px;
}
.modal-content.InviteViaMember-content .member-key .head-member-invite h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin: 15px 0px 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #77838F;
}
.modal-content.InviteViaMember-content .member-key .head-member-invite h3 img{
    width: 16px;
}
.modal-content.InviteViaMember-content .member-key .dail-pad-member-invite{
    background-color: #EF9F58;
    padding: 10px 15px;
    text-align: right;
}
.modal-content.InviteViaMember-content .member-key .dail-pad-member-invite a{
    padding: 8px 15px;
    border-radius: 50px;
    background: #fff;
    display: inline-block;
    font-size: 16px;
}
.modal-content.InviteViaMember-content .member-key .dail-pad-member-invite a img{
    height: 20px;
    margin-right: 15px;
}
.selected-member{
    /* min-height: 74px; */
    padding: 12px 15px;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    padding-top: 0px;
}
.selected-member .select-member-img{
    height: 50px;
    width: 50px;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
}
.selected-member .select-member-img text{
    font-size: 36px;
    color: #3B566E;
    fill: #3B566E;
}
.selected-member .select-member-img img{
    height: 50px;
    width: 50px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 50px;
}
.selected-member .select-member-img span img{
    position: absolute;
    right: -5px;
    top: 2px;
    z-index: 999999;
    height: 22px;
    cursor: pointer;
    width: 22px;
}
.share-meeting-link{
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.share-meeting-link span{
    height: 40px;
    width: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    background: #F1F1F4;
}
.share-meeting-link span img{
    height: 25px;
}
.share-meeting-link .form-control{
    width: calc(100% - 50px);
    border: none;
    border-bottom: 2px solid #A6A6A6;
    border-radius: 0px;
    font-weight: 600;
}
.invite-via-member-list-div{
    padding: 12px 15px;
    /* height: 195px; */
    height: 270px;
    overflow: hidden;
    overflow-y: auto;
}
.invite-via-member-list-div h3{
    font-size: 16px;
    color: #77838F;
}
.invite-via-member-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 6px;
    border-bottom: 1px solid #F0F2F6;
}
.invite-via-member-list .invite-member-name{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.invite-via-member-list .invite-member-name span{
    height: 45px;
    width: 45px;
    border-radius: 50px;
    margin-right: 10px;
    position: relative;
    display: flex;
    align-items: center;
    background: #bcb4da;
    justify-content: center;
    color: #3B566E;
    font-size: 16px;
}
.invite-via-member-list .invite-member-name span text{
    font-size: 36px;
    color: #3B566E;
    fill: #3B566E;
}
.invite-via-member-list .invite-member-name span img{
    height: 45px;
    width: 45px;
    border-radius: 50px;
    overflow: hidden;
}
.invite-via-member-list .invite-member-name span .fa-circle{
    position: absolute;
    right: 0;
    bottom: 0;
    top: auto;
}
.invite-via-member-list .invite-member-name h5{
    margin-bottom: 0px;
    color: #3B566E;
    font-size: 16px;
}
.invite-via-member-list .select-member-span{
    height: 35px;
    width: 35px;
    border-radius: 50px;
    border: 1px solid #cdcdcd;
    cursor: pointer;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.invite-via-member-list .select-member-span img{
    height: 15px;
}
.invite-via-member-list .select-member-span.active{
    border: 1px solid #ef9f58;
    background: #ef9f58;
}
.invite-via-member-footer-div{
    padding: 5px 15px;
    text-align: center;
    margin-bottom: 15px;
}
.invite-via-member-footer-div a{
    cursor: pointer;
    background: #ef9f58;
    color: #fff !important;
    padding: 12px 18px;
    border-radius: 50px;
    display: inline-block; 
}
/* invite via member modal end */
/* av-settings TAKEN FROM G.O.I.D.D*/
.modal-dialog-form {
    margin: 0 !important;
}
.modal-dialog-form {
    margin: 0;
}
.modal-dialog-form .device-selection .device-selection-column.column-selectors {
    margin-left: 0;
    width: 100%;
}
.modal-dialog-form .device-selection .device-selectors .device-selector-label {
    margin-bottom: 0.3rem;
    font-weight: bold;
    color: #2f2e41;
}
.modal-dialog-form .device-selection .device-selectors .form-group {
    margin-bottom: 15px;
}
.modal-dialog-form .device-selection .device-selectors .device-selector-trigger {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 12px;
    border: 1px solid #c4d4d9;
    height: 38px;
    color: #a3a3a3;
    border-radius: 3px;
    background-color: #ffffff;
}
.av-switch {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.modal-dialog-form a {
    color: #1e84f5;
}
.modal-dialog-form .locktext {
    line-height: 22px;
    margin-bottom: 0;
    font-size: 13px;
}
.modal-dialog-form .audioWrap .playsound {
    height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.modal-dialog-form .audioWrap .playsound .micro-text {
    width: 100%;
    text-align: center;
    padding-bottom: 0 !important;
    font-weight: 600;
    font-size: 12px;
    display: inline-block;
}
.modal-dialog-form .audioWrap .playsound .progress {
    position: relative;
    align-items: initial !important;
    height: 38px !important;
    margin-top: 0.5rem;
}
/* header start */

header {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 100%;
    height: 60px;
    background: #ffffff;
}
header .navbar {
    width: 100%;
    padding: 0;
    height: 100%;
}
header .navbar .navbar-collapse {
    justify-content: space-between;
    height: 100%;
}
header .navbar .navbar-collapse li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-end;
}
header .navbar a {
    color: #f17c2b;
    font-weight: 500;
    display: flex;
    align-items: center;
    font-size: 16px;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0.5rem 1.3rem;
    height: 100%;
    color: #393f4e;
    font-size: 16px;
}
header .navbar a.navbar-brand {
    width: 80px;
    margin: 0;
}
header .navbar a.navbar-brand img {
    width: 100%;
}
header .navbar-expand-lg .navbar-nav .nav-link span.text-host {
    color: #80808a;
    font-size: 14px;
    padding-left: 30px;
}
header .navbar-expand-lg .navbar-nav .nav-link span.text-host b {
    color: #80808a;
}
/* header end here */
.progress-bar {
    background-color: #f17c2b !important;
}
.modal-dialog-form .audioWrap .playsound .audio-output-preview a {
    box-shadow: 0px 0px 10px rgba(88, 88, 91, 0.15);
    border-radius: 0.35rem;
    border: 1px solid #f17c2b;
    /* background-color: #1e84f5; */
    /* color: #fff !important; */
    color: #f17c2b !important;
    position: relative;
    max-width: 100%;
    width: auto;
    text-transform: inherit;
    padding: 8px 5px;
    min-width: 100px;
    font-size: 12px;
    height: 38px;
    line-height: 20px;
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-dialog-form .audioWrap .playsound .audio-output-preview a:hover,
.playsound .audio-output-preview a:focus {
    opacity: 0.8;
    color: #fff !important;
    background-color: #f17c2b;
}
.btn-default {
    color: #f17c2b !important;
    background-color: transparent !important;
    border: 1px solid #f17c2b !important;
    margin-left: 0px !important;
}

.btn-default:hover,
.btn-default:focus {
    background-color: #f17c2b !important;
    border-color: #f17c2b !important;
    color: #ffffff !important;
}
.modal-dialog-form a {
    color: #f17c2b !important;
}
.modal-dialog-form .device-selection .device-selection-column.column-video {
    overflow: hidden;
    border-radius: 4px;
    height: calc(270px * 9 / 16);
    background-color: #434343;
    margin: auto;
    text-align: center;
    margin-top: 35px;
    width: 100%;
}
.modal-dialog-form .device-selection .device-selection-video-container {
    height: 100%;
    background-color: #434343;
    margin-bottom: 0;
}

    .device-selection
    .device-selection-video-container
    .video-input-preview {
    height: 100%;
    margin: 0;
}

    .device-selection
    .device-selection-video-container
    .video-input-preview
    .video-input-preview-display {
    height: 100%;
}
.modal-dialog-form .cksvax {
    background-color: #fff;
    margin-top: -7px;
    max-height: 150px !important;
    border-radius: 0 0 3px 3px;
    padding: 0;
}
.modal-dialog-form .hWFSra {
    color: #a3a3a3;
    font-size: 12px;
}
.modal-dialog-form .hWFSra:hover,
.modal-dialog-form .hWFSra:focus {
    background-color: #f9f9f9;
    color: #a3a3a3;
}
.modal-dialog-form .probtext {
    margin-top: 1rem;
}
.modal-dialog-form .device-selection .audio-output-preview {
    margin-top: 0.5rem;
}

.modal .modal-dialog.join-av {
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    top:0 !important
}
.modal .modal-dialog.join-av .modal-content {
    height: 100%;
    border-radius: 0 !important;
    border: none;
}
.modal .join-av .settings-pane {
    flex-direction: column;
    height: 100%;
    background-color: #ffffff;
    margin: auto;
}
.modal .join-av .settings-pane .joinFlowWrap {
    height: calc(100% - 60px);
    background-color: #ffffff;
    border-top: 1px solid #e1f0ff;
    padding: 1.5rem;
}
.modal .join-av .settings-dialog {
    height: 100%;
}
.modal
    .join-av
    .joinFlowWrap
    .device-selection
    .device-selection-column.column-video {
    height: calc(400px * 9 / 16);
}
.modal .modal-dialog.join-av .modal-content .modal-content {
    height: auto;
    max-height: 100%;
}
.modal .modal-dialog.join-av .modal-content .modal-body {
    height: 100%;
}
.modal .join-inner-av .modal-dialog-form .locktext {
    font-size: 12px;
    line-height: 20px;
}

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 24px;
    margin-bottom: 0 !important;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #adb5bd;
}
.slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 2px;
    background-color: #adb5bd;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider {
    background-color: #1e84f5;
    border: 1px solid #1e84f5;
}
input:focus + .slider {
    box-shadow: 0 0 1px #1e84f5;
}
input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
.slider.round {
    border-radius: 34px;
}
.slider.round:before {
    border-radius: 50%;
}
input:checked + .slider:before {
    left: 2px;
    background-color: #ffffff;
}

/* border */
.border-R {
    border-right: 1px solid #e1f0ff;
}
.border-T {
    border-top: 1px solid #e1f0ff;
}

.srv-validation-message {
    color: red;
}

/* modal */
.modal-footer {
    border: none;
}
.modal .modal-dialog {
    height: 100%;
    margin: 0 auto;
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
    width: 55%;
    max-width: 73%;
}

.modal-body {
    padding: 1rem 0;
}

.modal ol {
    margin-top: 1rem;
}
.modal ol li {
    margin-bottom: 8px;
    line-height: 24px;
}
.modal.show {
    background-color: rgba(0, 0, 0, 0.5);
    overflow-y: hidden !important;
    padding: 0 !important;
}
.modal-body {
    padding: 0;
}
.modal-header .close {
    outline: none;
}
.modal .btn {
    width: auto;
    min-width: 100px;
    height: 38px;
    font-size: 12px;
}
.modal .modal-title {
    color: #2f2e41;
    text-transform: capitalize;
    font-size: 16px;
}
.modal-header {
    display: flex;
    align-items: center;
}
.modal-header img {
    width: 12%;
}
.modal .card-title {
    font-size: 14px;
}
.modal .card-header {
    padding: 1.25rem;
    border-radius: 0;
}
.modal .card {
    border-radius: 0;
    border: none;
}
.modal .card-header h5 {
    color: #2f2e41;
}
.modal .card-header h5 small {
    color: #80808a;
    font-size: 13px;
    padding-left: 5px;
}
.modal .modal-dialog.modal-sm {
    width: 35%;
}
.modal .add-people-body {
    line-height: 35px;
}
.modal .add-people-body a {
    width: 100%;
    display: flex;
}
.modal .add-people-body a span {
    font-size: 25px;
    padding-right: 10px;
}
.modal .add-people-body a:hover,
.modal .add-people-body a:focus {
    color: #2f2e41;
}
.modal .add-people-body .border-B-dark {
    border-bottom: 2px solid #1e84f5;
}
.modal.add-people-modal .add-people-body a {
    display: inline-block;
    width: auto;
}
.modal.add-people-modal .add-people-body a:hover.border-B-dark,
.modal.add-people-modal .add-people-body a:focus.border-B-dark {
    border-bottom: 2px solid #2f2e41;
}
.modal.add-people-modal .add-people-body .form-control {
    border-left: none;
    border-right: none;
    border-radius: 0;
}
.modal.add-people-modal .add-people-body .form-control:hover,
.modal.add-people-modal .add-people-body .form-control:focus {
    box-shadow: none;
    border-color: #c4d4d9 !important;
}
.modal-add-people .modal-header {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
}
.modal-add-people .modal-header .close {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}

.modal-header .close {
    /* top: 6px !important; */
    /* top: 16px !important; */
    top: 33px !important;
    background-color: #d86e25;
    opacity: 1;
    border-radius: 50%;
    /* border-radius: 0px; */
    padding: 0;
    /* width: 20px; */
    width: 30px;
    height: 30px;
    color: #fff;
    font-weight: normal;
    position: absolute;
    /* right: 10px; */
    /* border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; */
    right: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-content {
    border-radius: 0px !important;
}
.modal-header .close:hover {
    color: #fff;
    opacity: 1 !important;
}
.modal-add-people .modal-header ul {
    width: 100%;
    margin: 0;
}
.modal .add-people-body small {
    padding-left: 15px;
}
.modal .add-people-body a.btn {
    width: auto;
    color: #ffffff;
    line-height: 25px;
}
.modal-add-people .tab-content .table-responsive {
    overflow-y: auto;
}
.modal.loginasguest .modal-dialog .modal-content {
    border-radius: 0.3rem;
}
.modal-header {
    border: none;
}

/* participants */
.participants-wrap {
    max-height: 200px;
    overflow-y: auto;
}
.participants-wrap .d-flex {
    margin-bottom: 1rem;
}
.participants-wrap .d-flex:last-child {
    margin-bottom: 0;
}
.participants-wrap .left-content {
    display: flex;
}
.participants-wrap .left-content .fitIcon {
    display: flex;
    width: 35px;
    height: 35px;
    margin-right: 10px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #1e84f5;
}
.participants-wrap .left-content .fitIcon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    border-radius: 50%;
}
.participants-wrap .left-content p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 18px;
}
.participants-wrap .left-content p small {
    font-size: 84%;
    color: #808080;
}

/* font size */
.font30 {
    font-size: 30px;
}

/* swal modal */
.swal-modal {
    min-height: 200px;
}
.swal-title {
    font-size: 14px;
    color: #80808a;
    font-weight: normal;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 45px;
}
.swal-footer {
    display: flex;
    justify-content: center;
    margin-top: 0;
}
.swal-button {
    width: auto;
    min-width: 130px;
    height: 38px;
}
.swal-button--confirm {
    background-color: #f17c2b;
    color: #ffffff;
    box-shadow: 0px 0px 10px rgba(88, 88, 91, 0.15);
}
.swal-button--confirm:hover,
.swal-button--confirm:focus,
.swal-button--danger:not([disabled]):hover,
.swal-button--danger:not([disabled]):focus {
    background-color: #f17c2b;
    color: #ffffff;
    opacity: 0.8;
    box-shadow: 0px 0px 10px rgba(88, 88, 91, 0.15);
}
.swal-button--cancel {
    border: 1px solid #f8f9fe;
    background-color: #f8f9fe;
}
.swal-button--cancel:hover,
.swal-button--cancel:focus,
.swal-button--cancel:not([disabled]):hover,
.swal-button--cancel:not([disabled]):focus {
    opacity: 0.8;
    border: 1px solid #f8f9fe;
    background-color: #f8f9fe;
    box-shadow: 0px 0px 10px rgba(88, 88, 91, 0.15);
}

/* status */
.status {
    position: absolute;
    font-size: 10px;
    right: -4px;
    top: -4px;
}

/* small window chat */
.small-window-chat {
    z-index: 1;
    background-color: #ffffff;
    position: fixed;
    bottom: -360px;
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    border-radius: 0.42rem 0.42rem 0 0;
    width: 15%;
    height: 350px;
    transition: all ease 0.5s;
}
.small-window-chat .content-header {
    height: 36px;
    justify-content: space-between;
    display: flex;
    align-items: center;
    background-color: #1e84f5;
    border-radius: 0.42rem 0.42rem 0 0;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
    padding: 0 8px;
}
.small-window-chat .content-header .left-content,
.small-window-chat .content-header .right-content {
    display: flex;
    align-items: center;
}
.small-window-chat .content-header .left-content i {
    font-size: 18px;
    line-height: 22px;
    margin-left: 0;
    padding-right: 5px;
}
.small-window-chat .content-header a {
    margin-left: 7px;
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
    line-height: 26px;
}
.small-window-chat .content-body {
    padding: 0;
    height: calc(100% - 106px);
    overflow-y: auto;
}
.small-window-chat .content-body .img-wrap {
    height: 40px;
    width: 40px;
    border-radius: 5px;
    margin-bottom: 3px;
}
.small-window-chat .content-body .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.small-window-chat .content-body .wrap.receive .text-wrap,
.small-window-chat .content-body .wrap.send .text-wrap {
    min-height: 35px;
    font-size: 11px;
    line-height: 18px;
    color: #6b7c93;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    word-break: break-word;
    border-radius: 5px;
    padding: 5px 12px;
    display: flex;
    width: calc(100% - 40px);
    justify-content: center;
}
.small-window-chat .content-body .wrap.receive .text-wrap img,
.small-window-chat .content-body .wrap.send .text-wrap img {
    max-width: 100%;
    width: auto !important;
}
.small-window-chat .content-body .wrap {
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.small-window-chat .content-body .wrap.send .text-wrap {
    background-color: #e1f0ff;
}
.small-window-chat .content-body .wrap.receive .text-wrap {
    background-color: #fff3e0;
}
.small-window-chat .content-body .wrap .volume-icon {
    font-size: 11px;
    width: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.small-window-chat .content-body .wrap.send .volume-icon a:first-child {
    border-bottom: 1px solid #e1f0ff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.small-window-chat .content-body .wrap.receive .volume-icon a:first-child {
    border-bottom: 1px solid #e1f0ff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.small-window-chat .content-body .wrap .volume-icon a.translated-icon {
    color: #6b7c93;
}
.small-window-chat .content-body .wrap.send {
    justify-content: flex-end;
}
.small-window-chat .content-body .wrap-time {
    font-size: 10px;
    line-height: 17px;
    margin-top: 0;
}
.small-window-chat .content-footer {
    height: 70px;
    background-color: #f0f5fb;
    padding: 0 0 0 8px;
    display: flex;
    align-items: center;
}
.small-window-chat .content-footer .footer-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.small-window-chat .content-footer .footer-wrap .form-control {
    padding: 0;
    border: none;
    box-shadow: none;
    background-color: transparent;
    font-size: 11px;
    padding: 0;
    min-height: 5px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px;
    padding-right: 8px;
}
.small-window-chat .content-footer .footer-wrap i {
    font-size: 14px;
}
.small-window-chat .content-footer .footer-wrap .btn.ml-4 {
    margin-left: 1rem !important;
}
.small-window-chat .content-footer .footer-wrap .btn.ml-4 i {
    font-size: 22px;
}
.small-window-chat.active {
    right: 15px;
    transition: all ease 0.5s;
    bottom: 0;
}
.small-window-chat.mini-close {
    bottom: -314px;
    transition: all ease 0.5s;
}
.small-window-chat .content-info {
    background-color: #f7f8fa;
    padding: 0 15px 5px;
}
.small-window-chat .content-info .header {
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #c4d4d9;
    display: flex;
    align-items: center;
}
.small-window-chat .content-info .body {
    padding: 10px 0;
    color: #333333;
}
.small-window-chat .content-wrap {
    padding: 8px;
    height: calc(100% - 45px);
}
.small-window-chat.active-chat-2.active {
    right: calc(15px + 15.6%);
    transition: all ease 0.5s;
}
.small-window-chat.active-chat-3.active {
    right: calc(15px + 31.2%);
    transition: all ease 0.5s;
}
.small-window-chat.active-chat-4.active {
    right: calc(15px + 46.9%);
    transition: all ease 0.5s;
}
.small-window-chat.active-chat-5.active {
    right: calc(15px + 62.6%);
    transition: all ease 0.5s;
}
.small-window-chat .content-body .wrap.receive .text-wrap {
    padding-right: 15px;
}
.small-window-chat .content-footer .footer-wrap .chat-icons {
    display: flex;
    align-items: center;
    width: 100%;
    color: #6b7c93;
    padding-right: 8px;
}
.small-window-chat .content-footer .footer-wrap #smileys {
    margin: 0 auto 0 0;
}
.small-window-chat .content-footer .footer-wrap a,
.small-window-chat .content-footer .footer-wrap #smileys {
    font-size: 15px;
}

/* padding */
.pr-6 {
    padding-right: 6rem;
}
.pl-6 {
    padding-left: 6rem;
}

/* mobile page */
.deep-linking-mobile__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 100%;
    background-color: #ffffff;
    max-width: 100%;
    height: calc(100% - 150px);
    overflow-y: auto;
    position: relative;
}
.deep-linking-mobile {
    height: auto;
    width: 100%;
}
.deep-linking-mobile__text {
    padding: 0;
}
.deep-linking-mobile .header {
    border-bottom: 1px solid #f1f2f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ffffff;
    height: 60px;
    padding: 0 15px;
}
.deep-linking-mobile__button_primary {
    background-color: #1e84f5;
    color: #ffffff;
    font-size: 14px;
    height: 35px;
    border-radius: 4px;
    font-weight: 400;
    box-shadow: 0px 0px 10px rgba(88, 88, 91, 0.15);
}
.deep-linking-mobile__href button {
    margin: 0;
}
.deep-linking-mobile .header .logo {
    margin-top: 0;
}

/* footer */
#footer {
    background-color: #2f2e41;
    font-size: 12px;
    text-align: center;
    height: 90px;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
}
#footer .footer-menu {
    margin-bottom: 5px;
    padding: 0;
}
#footer .footer-menu li {
    display: inline-block;
    list-style-type: none;
    margin-right: 10px;
    line-height: 20px;
}
#footer .footer-menu li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
}
#footer p {
    color: #fff;
    margin: 0;
}

/* conference */
#largeVideoWrapper {
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
}
#largeVideoWrapper video,
#largeVideoWrapper img {
    object-fit: contain !important;
}
.right-part .tab-content ul li a .text-wrap span div {
    font-size: 20px;
    color: #1e84f5;
    margin-left: 10px;
}

.loader {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 25px;
    color: #1e84f5;
}

/* tabbing */
.nav-tabs {
    border: none;
    margin: 0 0 15px 0;
}
.nav-tabs .nav-item {
    margin-bottom: 0;
    height: 45px;
    width: 50%;
}
.nav-tabs .nav-item a {
    height: 100%;
    color: #2f2e41;
    font-weight: 500;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    border: none;
    border-bottom: 3px solid #dee2e6;
    text-align: center;
}
.nav-tabs .nav-item a.active {
    background-color: #ffffff;
    color: #1e84f5;
    border: none;
    border-bottom: 3px solid #1e84f5;
    position: relative;
}
.nav-tabs .nav-item a .icons-icon {
    font-size: 4px;
}
.tab-content {
    padding: 0;
    overflow-y: auto;
    overflow-x: hidden;
}
.nav-tabs.nav-inner {
    margin: 0;
}
.nav-tabs.nav-inner .nav-item a {
    margin: 0;
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs.nav-inner .nav-item a.active {
    border-bottom: 2px solid #1e84f5;
}
.nav-tabs.nav-inner .nav-item a.active::after {
    display: none;
}
.nav-inner-content .form-check-input {
    top: -5px;
    margin-top: 0;
}

/* table */
.table thead {
    background-color: #f8f9fa;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #fbfbfb;
    font-weight: 500;
    background-color: #fbfbfb;
    color: #2f2e41;
    border-top: none;
    font-size: 14px;
    text-transform: capitalize;
}
.table tbody td {
    /* font-size: 13px; */
    vertical-align: middle;
}
.table-hover tbody tr:hover {
    background-color: #fbfbfb;
}

/* multiple select custom */
.multiple-span {
    min-height: 35px;
    height: auto;
    display: flex;
    max-height: 100px;
    overflow-y: auto;
    flex-wrap: wrap;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.multiple-span span {
    border: 1px solid #c4d4d9;
    padding: 3px 10px;
    display: inline-block;
    border-radius: 3px;
    display: flex;
    align-items: center;
    margin: 0.2rem 0.3rem 0.2rem 0;
}
.multiple-span span .icon {
    font-size: 9px;
    padding-left: 10px;
    margin: 0;
    color: #a3a3a3;
}

/* permission and reconnect */
.overlay__container {
    background-color: rgba(0, 0, 0, 0.5) !important;
}
.overlay__content {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.inlay {
    background-color: #ffffff !important;
    color: #2f2e41 !important;
    border-radius: 0.3rem !important;
    margin-top: 0 !important;
}
.inlay .inlay__title {
    color: #2f2e41 !important;
    font-size: 14px !important;
    padding-bottom: 0;
}
.inlay .inlay__text {
    color: #1e84f5 !important;
    margin: 0 !important;
}
.inlay .reload_overlay_title {
    color: #1e84f5 !important;
    font-size: 14px !important;
}
.inlay .reload_overlay_text {
    color: #2f2e41 !important;
}
.progress-indicator .progress-indicator-fill {
    background-color: #1e84f5 !important;
}

/* content-participants */
.content-right.participants {
    width: calc(100% - 130px);
}
.content-participants {
    width: 75px;
    padding: 0 5px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}
.content-participants ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.content-participants ul li {
    margin-bottom: 6.8px;
    border-radius: 0.42rem;
    height: 65px;
    border: 1px solid #e1f0ff;
}
.content-participants ul li:last-child {
    margin-bottom: 0;
}
.content-participants ul li a {
    height: 100%;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-participants ul li a .img-wrap {
    /* height: 50px;
  width: 50px; */
    border-radius: 5px;
}
.content-participants ul li a .img-wrap img,
.content-participants ul li a .img-wrap video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
}
.content-participants ul li a .img-wrap .avatar {
    width: 60% !important;
    height: 60% !important;
    margin: auto;
}
.content-participants ul li a .img-wrap .avatar text {
    font-size: 35px !important;
}

/* form control */
.form-control-sm {
    height: 38px;
    padding-top: 0.25rem;
}

.content-left ul li a span.icon-fiber_smart_record {
    transform: rotate(180deg);
}
.content-left ul li a span.text-title {
    font-size: 8px;
    text-align: center;
    color: #000;
}
.content-left ul li:nth-child(2) span.text-title,
.content-left ul li:nth-child(3) span.text-title,
.content-left ul li:nth-child(5) span.text-title {
    padding-top: 2px;
}
.content-right .gallery-footer .btns-left .btn-black {
    flex-direction: column;
    width: auto;
    height: 50px;
}
.content-right .gallery-footer .btns-left .btn-black span.text-title {
    font-size: 9px;
    padding-top: 3px;
}
.right-part.active .tab-content .chat-footer .form-control:focus {
    box-shadow: none;
}
.right-part #active-chats .tab-content ul li {
    min-height: 70px;
    height: auto;
}
.right-part #active-chats .tab-content ul li a {
    padding: 10px 15px;
    height: auto;
}
.right-part #active-chats .tab-content ul li a .text-wrap {
    padding-left: 0;
}
.right-part #active-chats .tab-content ul li a .text-wrap small.text {
    text-overflow: inherit;
    overflow: visible;
    white-space: inherit;
}
.right-part.active .tab-content ul li a .text-wrap .conf-btn-icon-img {
    margin-left: 10px;
}
.menu-drop-wrap .dropdown-menu::before {
    display: none;
}
.menu-drop-wrap .dropdown-menu a.active:hover {
    color: #1e84f5;
}
#etherpad {
    position: relative;
    margin-top: 0 !important;
}
#etherpad iframe,
#etherpad iframe html,
#etherpad iframe html body,
#etherpad iframe html body #board,
#etherpad iframe html body #board svg {
    width: 100% !important;
    height: 100% !important;
}
.whiteboard-icons {
    z-index: 2;
    margin-top: 10px;
}
.whiteboard-icons ul {
    padding: 0;
    list-style: none;
    margin: 0;
    display: flex;
}
.whiteboard-icons ul li {
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: auto;
    white-space: nowrap;
    list-style-position: inside;
    border: 1px solid #eeeeee;
    text-decoration: none;
    cursor: pointer;
    background: #ffffff;
    height: 42px;
    line-height: 40px;
    border-radius: 0px;
    max-width: 42px;
    transition-duration: 0.2s;
    overflow: hidden;
    width: max-content;
    box-shadow: inset 0 0 3px #8fa2bc;
    width: 42px;
    margin: 0 5px;
}
.whiteboard-icons ul li img {
    display: inline-block;
    text-align: center;
    width: 35px;
    height: 35px;
    margin: 2.5px;
    overflow: hidden;
}
#etherpad {
    /* background-color: transparent !important; */
    width: auto;
    text-align: center !important;
}
/* #etherpad iframe {
  width: 525px !important;
} */
.whiteboard-icons ul li:first-child {
    margin-left: 0;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li {
    background-color: #ecf2fe;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 5px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li.send {
    width: 85%;
    float: right;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li.send
    .text-wrap {
    font-size: 12px;
    line-height: 18px;
    color: #80808a;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    word-break: break-word;
    justify-content: center;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li.receive {
    width: 85%;
    float: left;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li a {
    padding: 0;
    width: 100%;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    a.icon-volume-high {
    width: auto;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    a
    .text-wrap
    small.message-text {
    flex-direction: column;
    align-items: flex-start;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    a
    .text-wrap
    small.message-text
    span {
    color: #80808a;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    a
    a.icon-volume-high {
    color: #1e84f5;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    a
    .text-wrap
    span.name {
    font-size: 10px;
    font-weight: 600;
}
#loader-wrapper {
    height: 98%;
    position: absolute;
    z-index: 2;
    width: 100%;
}
#loader-wrapper #app-loader {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#loader-wrapper #app-loader img {
    width: 4%;
}
.live-stream i {
    font-size: 16px;
    padding: 5px;
    padding-right: 0;
    padding-left: 1px;
}
.live-stream span.text-title {
    padding-top: 0 !important;
    padding-bottom: 3px;
    text-align: center;
}

/* jqi-modal */
.dialog.jqi {
    width: 35%;
    max-width: 73%;
}
.dialog .jqiform {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.dialog .jqiform .aui-dialog2-footer,
.dialog .jqiform .aui-dialog2-header,
.dialog .jqiform .aui-dialog2-content {
    background-color: #fff;
    border: none;
}
.dialog .jqiform .aui-dialog2-header {
    padding: 1rem 1rem;
    margin-top: 0;
    height: auto;
}
.dialog .jqiform .aui-dialog2-header h2 {
    font-size: 16px;
    color: #2f2e41;
    text-transform: capitalize;
    padding: 0;
    margin: 0;
}
.dialog .jqiform .aui-dialog2-content {
    text-align: center;
    padding: 1rem;
}
.dialog .jqiform .aui-dialog2-content .input-control {
    border: 1px solid #c4d4d9;
    color: #a3a3a3;
    font-size: 13px;
    min-height: 40px;
    padding: 6px 15px;
    font-weight: 300;
    background-color: #fff;
    box-shadow: none;
    width: 85%;
}
.dialog .jqiform .aui-dialog2-content .input-control:focus {
    box-shadow: 0 5px 15px #dddddd;
    border-color: transparent !important;
}
.dialog .jqiform .aui-dialog2-footer {
    padding: 10px 1rem 1.5rem;
    height: auto;
    justify-content: center;
    display: flex;
}
.dialog .jqiform .aui-dialog2-footer .jqibutton {
    font-size: 13px;
    width: auto;
    min-width: 130px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: #80808a !important;
    background-color: transparent !important;
    border-color: #c4d4d9 !important;
}
.dialog .jqiform .aui-dialog2-footer .jqibutton:hover,
.dialog .jqiform .aui-dialog2-footer .jqibutton:focus {
    background-color: #2f2e41 !important;
    border-color: #2f2e41 !important;
    color: #ffffff !important;
}
.dialog .jqiform .aui-dialog2-footer .jqibutton.button-control_primary {
    color: #fff !important;
    background-color: #1e84f5 !important;
    border-color: #1e84f5 !important;
}
.dialog .jqiform .aui-dialog2-footer .jqibutton.button-control_primary:hover,
.dialog .jqiform .aui-dialog2-footer .jqibutton.button-control_primary:focus {
    opacity: 0.8;
}
.modal-dialog-form .share-links label {
    font-size: 13px;
    margin-bottom: 0.3rem;
}
.modal-dialog-form .share-links .form-group {
    margin-bottom: 15px;
}
.modal-dialog-form .share-links .form-control {
    height: 38px;
}

/* call-chat-window */
.right-part #active-chats .tab-content ul.oneTOonechat-window {
    width: 100%;
    padding: 10px;
    margin: 0;
    display: inline-block;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li {
    min-height: 35px;
    margin: 0;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 0;
    background-color: transparent;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li.send,
.right-part #active-chats .tab-content ul.oneTOonechat-window li.receive {
    width: 100%;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li .volume-icon {
    font-size: 11px;
    width: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    .volume-icon
    a:first-child {
    border-bottom: 1px solid #e1f0ff;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    .volume-icon
    a {
    color: #1e84f5;
    width: auto;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li
    .volume-icon
    a.translated-icon {
    color: #6b7c93;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li.send
    .text-wrap,
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li.receive
    .text-wrap {
    min-height: 35px;
    font-size: 11px;
    line-height: 18px;
    color: #6b7c93;
    display: flex;
    font-weight: 500;
    flex-direction: column;
    flex-wrap: wrap;
    word-break: break-word;
    border-radius: 5px;
    padding: 5px 12px;
    display: flex;
    width: calc(100% - 40px);
    justify-content: center;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li.send
    .text-wrap {
    background-color: #e1f0ff;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li.send {
    justify-content: flex-end;
}
.right-part #active-chats .tab-content ul.oneTOonechat-window li.receive {
    justify-content: space-between;
}
.right-part
    #active-chats
    .tab-content
    ul.oneTOonechat-window
    li.receive
    .text-wrap {
    background-color: #fff3e0;
    padding-right: 15px;
}
.right-part.active .tab-content .chat-footer {
    height: 60px;
    background-color: #fff;
    padding: 0 8px 0 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #e1f0ff;
    margin: 0;
}
.right-part.active .tab-content .chat-footer .footer-wrap {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}
.right-part.active .tab-content .chat-footer .footer-wrap .chat-icons {
    display: flex;
    align-items: center;
    width: 100%;
    color: #6b7c93;
    padding-right: 8px;
}
.right-part.active .tab-content .chat-footer .footer-wrap textarea {
    box-shadow: none;
    background-color: transparent;
    font-size: 11px;
    padding: 0;
    min-height: 5px;
    height: auto;
    border-radius: 0;
    margin-bottom: 5px;
    padding-right: 8px;
}
.right-part.active .tab-content .chat-footer .footer-wrap a,
.right-part.active .tab-content .chat-footer .footer-wrap #smileys {
    font-size: 14px;
    background-color: #1e84f5;
    color: #fff;
    border-radius: 4px;
    width: 25px;
    height: 25px;
    justify-content: center;
    margin-left: 5px !important;
    text-align: center;
}
.right-part.active .tab-content .chat-footer .footer-wrap #smileys {
    margin: 0;
    margin-left: 0 !important;
    text-align: center;
    padding-right: 2px;
}
.right-part.active .tab-content .chat-footer .footer-wrap a.paper-clip-icon {
    margin: 0 auto 0 0;
}
.right-part .tab-content.chat-part-right {
    height: 100%;
}
.right-part .tab-content.chat-part-right .rounded-nav-tab-content {
    height: calc(100% - 135px);
}
.right-part.active .tab-content .chat-footer .footer-wrap #smileys i {
    line-height: 27px;
    padding: 0;
}
.dropdown-show .dropdown-toggle::after {
    content: "\e95a";
    font-family: "icomoon";
    position: absolute;
    top: 14px;
    right: -12px;
    font-weight: 700;
    border: none;
    font-size: 7px;
    color: #2f2e41;
}
.dropdown-show .dropdown-toggle.btn-blue::after {
    right: 10px;
    color: #fff;
    top: 12px;
}
.nav-link.language-dd {
    color: #2f2e41;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 11px;
    padding: 9px 15px;
    border: none;
    padding-right: 35px;
}
.nav-link.language-dd::after {
    content: "\e95a";
    font-family: "icomoon";
    position: absolute;
    top: 25px;
    right: 20px;
    font-weight: 700;
    border: none;
    font-size: 7px;
    color: #2f2e41;
}
.dropdown-menu {
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 20px 0 rgba(82, 63, 105, 0.05);
    font-size: 13px;
}
.dropdown-menu a.dropdown-item {
    padding: 9px 12px;
    border-bottom: 1px solid #f0f5fb;
    font-size: 11px;
    color: #212529 !important;
    font-weight: 400;
}
.dropdown-menu .dropdown-divider {
    display: none;
}
.dropdown.language-wrap:hover .dropdown-menu {
    display: block;
}
.dropdown-menu::before {
    display: none;
}
.dropdown.language-wrap .dropdown-menu {
    right: 15px !important;
    left: auto !important;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus {
    background-color: #f0f5fb;
}
.nav-link.language-dd .icon-translate {
    padding-right: 4px;
}
#sharedVideo {
    z-index: 0;
}
.nav-link.language-dd:hover,
.nav-link.language-dd:focus {
    background-color: transparent !important;
    color: #1e83f5 !important;
    outline-color: #1e83f5 !important;
}
.dropdown.language-wrap,
.nav-link.language-dd {
    height: 100%;
}
.dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
.increase-chat {
    font-size: 14px;
    color: #fff !important;
    border-radius: 4px;
    width: 35px;
    height: 35px;
    justify-content: center;
    text-align: center;
    display: flex;
    align-items: center;
    min-width: 35px;
}
.increase-chat i {
    font-size: 28px;
    padding: 0;
}
.contentMove .left-part.chat-increased {
    width: calc(100% - 70%);
}
.headcumbody .right-part.chat-active {
    width: 70%;
}
.contentMove .left-part.chat-increased .btns-left {
    padding-left: 0;
}
.contentMove
    .left-part.chat-increased
    .content-right
    .gallery-footer
    .btns-left
    .btn-black {
    width: 35px;
    height: 35px;
}
.contentMove
    .left-part.chat-increased
    .content-right
    .gallery-footer
    .btns-left
    .btn-black
    img.conf-btn-icon-img {
    width: 16px;
}
.contentMove
    .left-part.chat-increased
    .content-right
    .gallery-footer
    .btns-left
    .btn-black
    span.text-title,
.contentMove
    .left-part.chat-increased
    .content-right
    .gallery-footer
    .btns-right
    button {
    display: none;
}
.contentMove
    .left-part.chat-increased
    .content-right
    .gallery-footer
    .btns-right
    i {
    font-size: 24px;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}
.icon-fullscreen:before {
    content: "\e5d0";
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (min-width: 1400px) {
    .bottom-part-with-chat.bottom-part-video-meet {
        width: calc(100% - 325px);
    }
     .bottom-part-with-chat .Vc-bottom-bar {
         width: 77%;
     }

     .bottom-part-with-chat .Vc-bottom-bar ul li {
         padding: 5px 35px;
     }
    .Vc-bottom-bar ul li {
        padding: 5px 42px;
    }
    .host-page-section .video-settings-box {
        width: 735px;
        height: 415px;
        position: relative;
        margin-top: 20px;
    }
      .host-page-section .host-video-side {
          width: calc(100% - 550px);
      }

      .host-page-section .host-text-side {
          width: 550px;
          /* margin-top: 55px; */
      }
}
@media (min-width: 1600px) {
     .bottom-part-with-chat.bottom-part-video-meet {
         /* width: calc(100% - 325px); */
         width: calc(100% - 320px);
     }
    .bottom-part-with-chat .Vc-bottom-bar ul li {
        padding: 5px 45px;
    }
    .bottom-part-with-chat .Vc-bottom-bar {
        width: 75%;
    }
    .Vc-bottom-bar ul li {
        padding: 5px 60px;
    }
    .full-share-screen-view .Vc-bottom-bar ul li {
        padding: 6px 42px;
    }
     .host-page-section .video-settings-box {
         width: 890px;
         height: 500px;
     }
     .host-page-section .host-video-side {
         width: calc(100% - 640px);
     }
     .host-page-section .host-text-side {
         width: 640px;
        padding-top: 100px;
     }
}
@media (min-width: 1700px) {
    .guestuser-page-section .guest-user-logo {
        top: 50px;
    }
    .guestuser-page-section .guest-user-boxes {
        margin-top: 60px;
    }
}
@media (min-width: 1900px) {
    .host-page-section .host-text-side {
        padding-top: 70px;
    }
    .host-page-section .video-settings-box {
        width: 1020px;
        height: 575px;
    }
}
@media screen and (min-width:1035px) and (max-width:1250px) {
    .new-device-settings {
        overflow-y: auto;
    }
}
@media screen and (min-width:1171px) and (max-width:1250px) {
    .bottom-part-with-chat.bottom-part-video-meet {
        width: calc(100% - 320px);
    }
    .bottom-part-with-chat .Vc-bottom-bar ul li {
        padding: 6px 22px;
    }
    .bottom-part-with-chat .Vc-bottom-bar {
        width: 72%;
    }
    .new-device-settings {
        overflow-y: auto;
    }
    .new-device-settings .video-settings-box {
        width: 630px;
        height: 356px;
        margin-top: 10px;
    }
    .device-bottom-tools {
        margin-top: 5px;
    }
    .modal-dialog-form .device-setting-tool a {
        font-size: 12px;
    }
    .Vc-bottom-bar ul li {
        padding: 5px 30px;
    }
}
@media only screen and (max-width: 1400px) {
   
    .small-window-chat {
        width: 19%;
    }
    .small-window-chat.active-chat-2.active {
        right: calc(15px + 19.6%);
    }
    .small-window-chat.active-chat-3.active {
        right: calc(15px + 39.2%);
    }
    .small-window-chat.active-chat-4.active {
        right: calc(15px + 58.9%);
    }
    .small-window-chat.active-chat-5.active {
        right: calc(15px + 58.9%);
    }
}

@media only screen and (max-width: 1350px) {
    .join-av .settings-pane .device-selection {
        margin-top: 10px;
    }
    .modal .join-av .modal-dialog-form .probtext {
        margin-top: 0.1rem;
        margin-bottom: 0.5rem;
    }
    .modal
        .join-av
        .joinFlowWrap
        .device-selection
        .device-selection-column.column-video {
        height: calc(320px * 9 / 16);
    }
}

@media only screen and (max-width: 1200px) {
    .video-wrap {
        height: calc(350px * 9 / 16);
    }
}
@media only screen and (max-width: 767px) {
    .guestuser-page-section {
        height: auto;
    }
    .guestuser-page-section .guest-user-logo {
        position: relative;
    }
    .guestuser-page-section h1 {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 0px;
        margin-top: 10px;
        display: inline-block;
        width: 100%;
    }
    .guestuser-page-section h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .guestuser-page-section .guest-user-logo img {
        width: 120px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .guestuser-page-section .guest-user-boxes .guest-user-img p {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .guestuser-page-section .guest-user-boxes .guest-user-img a.get-nxa-now {
        margin-bottom: 20px;
    }
    /* ----- */
    .modal .modal-dialog.modal-sm {
        width: 100%;
    }
    .display-footer .btn-orange {
        padding: 5px;
    }
}



.joinee-list .fa-users {
    color: #fff;
    font-size: 24px;
}

.right-part-video-meet.hidden {
    float: right;
    overflow: hidden;
}

/* .largeVideoTags {
    position: relative;
} */

.nav-item.settings-pop {
    position: relative;
}
.settings-pop .call-btn-collapse {
    position: absolute;
    top: -60px;
    left: -32px;
    background: #fff;
    border-radius: 5px;
    color: #f17c2b;
    display: flex;
    flex-direction: column;
}
.settings-pop .call-btn-collapse li :hover {
    color: #fff;
    background: #ca6827 !important;
    border-radius: 4px;
    border-top: none;
}
.settings-pop .call-btn-collapse li a img {
    width: 35px;
    padding: 3px;
}
.settings-drop.dropdown-toggle::after {
    display: none !important;
}

.settings-dropup .dropdown-menu {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.7);
}
.settings-dropup .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 5px 10px;
    color: #fff !important;
}
.settings-dropup .dropdown-menu .dropdown-item img {
    margin-right: 5px;
    width: 25px;
}
.settings-dropup .dropdown-menu .dropdown-item .span_svg {
    margin-right: 10px;
    width: 25px;
}
.settings-dropup .dropdown-menu .dropdown-item svg {
    width: 25px;
    height: 25px;
}
.settings-dropup .dropdown-menu .dropdown-item:hover,
.settings-dropup .dropdown-menu .dropdown-item:focus {
    background: rgba(0, 0, 0, 0.3) !important;
}
.dropup.settings-dropup .dropdown-toggle::after {
    border: none;
}
#outer-circle {
    background-color: #31b76a !important;
}
#inner-circle {
    color: #f1f1f1 !important;
}
/* .lobby-section-slider-btn .dTPRgx{width: 40px !important;height: 24px !important;} */

#chat_btn .chat-notification {
    position: absolute;
    top: -10px;
    width: 25px;
    border-radius: 50%;
    background: red;
    color: white;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    text-align: center;
}

#video-device-selection .modal-content,#audio-device-selection .modal-content{
    margin-top: 25%;
}

span.isDominant {
    border-radius: 2px solid;
    border-color: red;
}
.badge-without-class-avatar {
    width: 100%;
    height: 100%;
}
.badge-without-class-avatar .avatar-container {
    max-width: 110px;
    max-height: 110px;
    height: 60px !important;
    width: 60px !important;
    border-radius: 30px;
}
.badge-without-class-avatar img{
    border-radius: 30px;
}

.webphone-btns {
    cursor: pointer;
}


.emoji-chart{
    position: absolute;
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.emoji-chart .emoji-picker-react{
    height: 300px;
    width: 92%;
    box-shadow: none;
    border: none;
}

.email-input-ul{
    display: flex;
    margin: 0;
    padding: 4px;
    flex-wrap: wrap;
    list-style: none;
    justify-content: flex-start;
    border: 1px solid #d2d2d2;
    border-radius: 8px !important;
    box-shadow: none !important;
}
.email-input-ul li{
    list-style: none;
    margin: 0px 5px 5px 0px;
}
.email-input-ul .form-control{
    border: none;
    padding: 0px;
    min-height: 40px;
    width: auto;
    background-color:transparent !important;
    border:none !important;
    padding:0px !important;
}
.invite-remind-list-label .badge-without-class-avatar {
    width: auto;
}




.top-tools-icons-div .gird-drop .dropdown-item.active{
    color: #fff !important;
    text-decoration: none;
    background-color: #f17c2b;
}
.top-tools-icons-div .gird-drop .dropdown-item:hover{
    color: #fff !important;
    text-decoration: none;
    background-color: #f17c2b;
}

.full-share-screen-view .galleryWrap .galleryRow .galleryView span span.participant-active-crown {
    width: 30px !important;
    height: 30px !important; 
    top: 0px;
    left: 0px; 
}

.full-share-screen-view .meeting-user-name { 
    bottom: -5px; 
    padding: 3px 6px; 
    left: 2px;  
    font-size: 11px;
}
.chat-input-span-sidebar{
    position: relative;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background: #F1F1F1;
    border: 0;
}
.chat-input-span-sidebar .doc-file-div{
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: 2px;
    left: 81px;
    background: #fff;
    padding: 6px 10px;
    border-radius: 50px;
    border: 1px solid #cccbcb;
}
.chat-input-span-sidebar .doc-file-div img{
    height: 25px;
    width: 25px;
    overflow: hidden;
    object-fit: contain;

}
.chat-input-span-sidebar .doc-file-div p{
    margin: 0px 10px;
    width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #292929;
}
.chat-input-span-sidebar .doc-file-div a{
    color: #fc0000!important;
    background: #fff;
    border-radius: 50px;
    width: 23px;
    height: 23px;
    border: 1px solid #fc0000;
    display: flex;
    align-items: center;
    justify-content: center;
} 

.chat-input-span-sidebar .upload-img-div {
    position: absolute;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    top: auto;
    left: 72px;
    background: transparent;
    padding: 6px;
    border-radius: 50px;
    border: none;
    bottom: 0;
}
.chat-input-span-sidebar .upload-img-div img {
    height: 70px;
    width: 70px;
    overflow: hidden;
    object-fit: cover;
    border-radius: 8px;
}
.chat-input-span-sidebar .upload-img-div a {
    color: #fc0000!important;
    background: transparent;
    border-radius: 50px;
    width: 18px;
    height: 18px;
    border: 1px solid #fc0000;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.msg-inbox .sender-image-div{
    /* width: 105px; */
    width: 175px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    overflow: hidden;
    object-fit: cover;
}
.msg-inbox .sender-image-div img{
    width: 95px;
    height: 95px;
    overflow: hidden;
    object-fit: cover;
}
.msg-inbox .sender-image-div video{
    width: 100% !important;
}
.msg-inbox .recever-image-div{
    /* width: 105px; */
    width: 175px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: auto;
    overflow: hidden;
    object-fit: cover;
}
.msg-inbox .recever-image-div video{
    width: 100% !important;
}
.msg-inbox .audio-div{
    width: 100%;
}
.msg-inbox .audio-div .audio-custom{
    width: 100%;
    min-width: 210px;
}
.msg-inbox .recever-image-div img{
    width: 95px;
    height: 95px;
    overflow: hidden;
    object-fit: cover;
}

.cursor-zoom-in {
    cursor:zoom-in !important;
}
.zoom-in-out-img-div{
    position: relative;
    width: 100%;
    height: 100%;
}
.zoom-in-out-img-div img{
    width: 100%;
    height: 480px;
    overflow: hidden;
    object-fit: cover;
}
.zoom-in-out-img-div .transform-component-module_wrapper__1_Fgj {
    overflow: auto !important;
    width: 100% !important;
    height: 100% !important;
}
.zoom-in-out-img-div .transform-component-module_content__2jYgh {
    width: 100% !important;
    height: 100% !important;
}
.zoom-in-out-img-div .transform-component-module_content__2jYgh img {
    pointer-events: all;
}

/* new jitsi */
