/*--mobile css start here--*/
@media screen and (max-width:767px) {
    .pc-left-user-panel {
        display: none !important;
    }
    .pc-user-video {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
    }
    .pc-call-screen-action ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .pc-call-screen-action ul li {
        margin: 0;
    }
    .pc-sessionid h2 {
        display: none;
    }
    .pc-sessionid {
        left: 20px;
    }
    .pc-right-bar {
        position: absolute;
        right: 0;
    }
    .pc-right-bar {
        position: absolute;
        right: 0;
        border: none;
        padding: 0 15px;
        width: auto;
        height: 85vh;
    }
    .pc-right-bar a.logo {
        display: none;
    }    
    .pc-user-video img {
        width: 100vw;
        height: 100vh;
        object-fit: cover;
    }
    .pc-right-bar a.nav-link {
        height: 35px;
        width: 35px;
        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(40px);
        margin: 8px 0;
    }
    .pc-right-bar a.nav-link svg{
        height: 18px;
        width: 18px;
    }
    .pc-right-bar a.nav-link svg path {
        fill: #555555 !important;
        height: 20px;
        width: 20px;
    }
    .pc-call-screen-action {
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(40px);
        border-radius: 10px 10px 0px 0px;
        padding: 10px 20px;
        bottom: 0;
        width: 100%;
        left: 0;
        right: 0;
    }
    
    
    .pc-call-screen-action ul li a {
        height: 40px;
        width: 40px;
    }
    .pc-call-screen-action ul li a svg {
        height: 20px;
        width: 20px;
    }
    .pc-user-badge {
        height: 120px;
        width: 120px;
        margin-bottom: 10px;
    }
    .pc-user-badge span {
        font-size: 25px;
        height: 80px;
        width: 80px;
    }    
    .pc-presenter-detail h4 {
        font-size: 16px;
    }
    .pc-presenter-detail p {
        font-size: 12px;
    }
    .pc-right-open-panel {
        right: 65px;
        left: 20px;
    }
    .pc-annotation ul li {
        margin: 7px;
    }    
    .pc-right-open-panel .card.pc-panel {
        width: 100% !important;
    }
    .card.pc-panel .card-header {
        padding: 3px 3px 3px 15px;
    }
    .card.pc-panel .card-header h4 {
        font-size: 15px;
    }
    .pc-right-open-panel .card.pc-panel .card-body {
        padding: 15px;
    }
    .pc-inviteuser p {
        font-size: 13px;
        line-height: 22px;
    }
    .pc-inviteuser h5 {
        font-size: 22px;
        margin: 10px 0 10px;
    }
    a.pc-sessionlink {
        font-size: 12px;
        line-height: 19px;
    }
    .call-screen .form-floating>label {
        font-size: 13px;
    }
    .call-screen .form-control {
        font-size: 13px;
    }    
    .btn-primary {
        min-width: auto;
    }
    .btn-primary {
        min-width: auto;
        padding: 4px 27px;
        font-size: 13px;
        border-radius: 5px;
    }
    .pc-panel-open {
        top: 0;
        z-index: 999;
        transform: rotate(90deg);
        left: 48%;
    }
    .pc-panel-open a {
        background: #3FC1FC;
        border-color: #3FC1FC;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 15px 6px;
    }
    .pc-annotation ul li a {
        height: 35px;
        width: 35px;
    }
    .pc-annotation ul li a svg {
        height: 20px;
        width: 20px;
    }
    .pc-right-open-panel .card.pc-panel.pc-drawing .card-body {
        padding: 10px;
    }
    .pc-right-open-panel .card.pc-panel p {
        font-size: 12px;
        line-height: 19px;;
    }
    .pc-right-open-panel .card.pc-panel p{
        margin-bottom: 10px;
    }
      /*--chat css start here --*/
    .pc-right-open-panel .card.pc-panel.pc-chat {
        width: 350px;
    }
    .msg-head {
        padding: 10px 15px;
    }
    .msg-head span.user-icon {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
    .msg-head h3 {
        font-size: 15px;
    }
    .pc-right-open-panel .card.pc-panel p a {
        font-size: 13px;
    }
    .send-box {
        padding: 10px 20px;
    }
    .pc-right-open-panel .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px 15px;
    }
    li.repaly .time {
        font-size: 13px;
        margin-top: 3px;
    }
    .pc-right-open-panel .msg-body ul li.sender p {
        padding: 8px 15px;
        font-size: 13px;
    }
    .pc-chat-media img {
        height: 100px;
        width: 150px;
    }
    .pc-chat-dowanload-icon {
        height: 30px;
        width: 30px;
    }
    .pc-right-open-panel .msg-body ul li.sender .pc-chat-media p {
        font-size: 12px;
    }
    .pc-chat-media-details span {
        font-size: 12px;
    }
    .msg-body h6 {
        font-size: 13px;
        padding: 2px 15px;
    }
    .pc-right-open-panel .card.pc-panel p {
        font-size: 13px;
    }
    li.repaly .time svg {
        height: 20px;
        width: 20px;
    }
    .chatbox {
        left: 0;
    }
    .pc-right-open-panel .card.pc-panel.pc-chat {
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: 9999;
        border-radius: 0;
    }
    /*--chat css end here --*/
    
}

/*--ipad css start here--*/
@media only screen and (min-width:768px) and (max-width:959px) {
    .pc-left-user-panel {
        display: none !important;
    }
    .pc-sessionid h2 {
        display: none;
    }
    .pc-sessionid {
        left: 20px;
    }
    .pc-right-bar {
        position: absolute;
        right: 0;
    }
    .pc-right-bar {
        position: absolute;
        right: 0;
        border: none;
        padding: 0 15px;
        width: auto;
    }
    .pc-right-bar a.logo {
        display: none;
    }    
    .pc-user-video img {
        width: 100%;
        height: 100%;
    }
    .pc-right-bar a.nav-link {
        height: 40px;
        width: 40px;
        background: rgba(255, 255, 255, 0.9) !important;
        backdrop-filter: blur(40px);
    }
    .pc-right-bar a.nav-link svg{
        height: 20px;
        width: 20px;
    }
    .pc-right-bar a.nav-link svg path {
        fill: #555555 !important;
        height: 20px;
        width: 20px;
    }
    .pc-call-screen-action ul li a {
        height: 40px;
        width: 40px;
    }
    .pc-call-screen-action ul li a svg {
        height: 20px;
        width: 20px;
    }
    .pc-user-badge {
        height: 150px;
        width: 150px;
        margin-bottom: 15px;
    }
    .pc-user-badge span {
        font-size: 30px;
        height: 100px;
        width: 100px;
    }
    .pc-presenter-detail h4 {
        font-size: 18px;
    }
    .pc-presenter-detail p {
        font-size: 13px;
    }
    .pc-right-open-panel {
        right: 78px;
        left: 0;
        justify-content: end;
    }
    .pc-right-open-panel .card.pc-panel {
        width: 40% !important;
    }
     .card.pc-panel .card-header {
        padding: 5px 5px 5px 15px;
    }
    .card.pc-panel .card-header h4 {
        font-size: 15px;
    }
    .pc-right-open-panel .card.pc-panel .card-body {
        padding: 15px;
    }
    .pc-inviteuser p {
        font-size: 13px;
        line-height: 22px;
    }
    .pc-inviteuser h5 {
        font-size: 25px;
        margin: 10px 0 15px;
    }
    a.pc-sessionlink {
        font-size: 13px;
        line-height: 22px;
    }
    .btn-primary {
        min-width: auto;
    }
    .btn-primary {
        min-width: auto;
        padding: 4px 27px;
        font-size: 13px;
        border-radius: 5px;
    }
    .pc-panel-open {
        top: 0;
        z-index: 999;
        transform: rotate(90deg);
        left: 48%;
    }
    .pc-panel-open a {
        background: #3FC1FC;
        border-color: #3FC1FC;
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        padding: 15px 6px;
    }
    .pc-annotation ul li a {
        height: 35px;
        width: 35px;
    }
    .pc-annotation ul li a svg {
        height: 20px;
        width: 20px;
    }
    .pc-user-video {
        margin: 0 auto;
    }
    
}

/*--ipad  pro css start here--*/
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {}

/*--laptop css start here--*/
@media screen and (min-width: 1200px) and (max-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .pc-video-box {
        max-width: 175px;
    }
    .pc-left-user-panel h3 {
        font-size: 16px;
        padding: 15px 0;
    }
    .pc-left-user-panel {
        padding: 0 0 0 15px;
        width: 205px;
    }
    .scrollarea {
        padding-right: 15px;
    }
    .pc-left-user-panel .user-column p {
        font-size: 13px;
    }
    .pc-panel-open {
        left: 204px;
    }
    .pc-sessionid {
        left: 220px;
        top: 15px;
        right: auto;
    }
    .pc-sessionid h2 p {
        font-size: 16px;
    }
    .pc-sessionid h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }   
    .pc-user-video img {
        max-width: 100%;
        height: 100%;
        margin: 0 auto;
    } 
    .pc-call-screen-action ul li a {
        height: 40px;
        width: 40px;
    }
    .pc-call-screen-action ul li {
        margin: 0 7px;
    }
    .pc-call-screen-action ul li a svg {
        height: 20px;
        width: 20px;
    }
    .pc-right-bar a.nav-link {
        height: 40px;
        width: 40px;
        margin: 5px 0;
    }
    .pc-right-bar a.nav-link svg {
        width: 19px;
        height: 19px;
    }
    .pc-right-bar {
        width: 70px;
        padding: 0 15px;
    }
    a.logo svg {
        width: 35px;
        height: 35px;
    }    
    .pc-user-badge span {
        height: 100px;
        width: 100px;
        font-size: 40px;
    }
    .pc-user-badge {
        height: 140px;
        width: 140px;
    }
    .pc-presenter-detail h4 {
        font-size: 18px;
    }
    .pc-presenter-detail p {
        font-size: 13px;
    }
    .pc-right-open-panel {
        right: 85px;
    }
    .card.pc-panel .card-header {
        padding: 5px 5px 5px 15px;
    }
    .card.pc-panel .card-header h4 {
        font-size: 15px;
    }
    .pc-right-open-panel .card.pc-panel.pc-annotation {
        width: 220px;
    }
    .pc-annotation ul li a {
        height: 35px;
        width: 35px;
    }
    .pc-annotation ul li {
        margin: 7px;
    }
    .pc-right-open-panel .card.pc-panel.pc-annotation .card-body {
        padding: 5px;
    }
    .pc-right-open-panel .card.pc-panel.pc-annotation .card-body {
        padding: 5px;
    }
    .pc-inviteuser p {
        line-height: 23px;
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pc-right-open-panel .card.pc-panel {
        width: 280px;
    }
    .pc-inviteuser h5 {
        font-size: 25px;
        margin: 10px 0 15px;
    }
    a.pc-sessionlink {
        font-size: 14px;
        line-height: 22px;
    }
    .call-screen .btn-primary {
        min-width: auto;
    }
    .call-screen .btn-primary {
        min-width: auto;
        padding: 6px 20px;
        border-radius: 5px;
        font-size: 14px;
    }
    .call-screen .modal-body p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .call-screen .modal-header {
        padding: 13px 15px;
    }
    .call-screen .modal-body {
        padding: 15px;
    }
    .pc-right-open-panel .card.pc-panel .card-body {
        padding: 15px;
    }
    .call-screen .pc-leave-modal .modal-dialog {
        max-width: 350px !important;
    }
    .call-screen .select2-container .select2-selection--single {
        height: 40px;
    }
    .select2-container .select2-selection--multiple {
        min-height: 40px;
    }
    .pc-right-open-panel .card.pc-panel .card-body .form-floating.mb-3 {
        margin-bottom: 15px !important;
    }
    .pc-right-open-panel .card.pc-panel .pc-media-box img {
        height: 150px;
    }
    .pc-right-open-panel .card.pc-panel .pc-media-box {
        padding: 10px;
    }
    /*--chat css start here --*/
    .pc-right-open-panel .card.pc-panel.pc-chat {
        width: 350px;
    }
    .msg-head {
        padding: 10px 15px;
    }
    .msg-head span.user-icon {
        height: 40px;
        width: 40px;
        font-size: 16px;
    }
    .msg-head h3 {
        font-size: 15px;
    }
    .pc-right-open-panel .card.pc-panel p a {
        font-size: 13px;
    }
    .send-box {
        padding: 10px 20px;
    }
    .pc-right-open-panel .msg-body ul li.repaly p {
        font-size: 13px;
        padding: 8px 15px;
    }
    li.repaly .time {
        font-size: 13px;
        margin-top: 3px;
    }
    .pc-right-open-panel .msg-body ul li.sender p {
        padding: 8px 15px;
        font-size: 13px;
    }
    .pc-chat-media img {
        height: 100px;
        width: 150px;
    }
    .pc-chat-dowanload-icon {
        height: 30px;
        width: 30px;
    }
    .pc-right-open-panel .msg-body ul li.sender .pc-chat-media p {
        font-size: 12px;
    }
    .pc-chat-media-details span {
        font-size: 12px;
    }
    .msg-body h6 {
        font-size: 13px;
        padding: 2px 15px;
    }
    .pc-right-open-panel .card.pc-panel p {
        font-size: 13px;
    }
    li.repaly .time svg {
        height: 20px;
        width: 20px;
    }
    .chatbox {
        left: 0;
    }
    /*--chat css end here --*/
    
}