/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   html,
   body,
   div,
   span,
   applet,
   object,
   iframe,
   h1,
   h2,
   h3,
   h4,
   h5,
   h6,
   p,
   blockquote,
   pre,
   a,
   abbr,
   acronym,
   address,
   big,
   cite,
   code,
   del,
   dfn,
   em,
   img,
   ins,
   kbd,
   q,
   s,
   samp,
   small,
   strike,
   strong,
   sub,
   sup,
   tt,
   var,
   b,
   u,
   i,
   center,
   dl,
   dt,
   dd,
   ol,
   ul,
   li,
   fieldset,
   form,
   label,
   legend,
   table,
   caption,
   tbody,
   tfoot,
   thead,
   tr,
   th,
   td,
   article,
   aside,
   canvas,
   details,
   embed,
   figure,
   figcaption,
   footer,
   header,
   hgroup,
   menu,
   nav,
   output,
   ruby,
   section,
   summary,
   time,
   mark,
   nav,
   audio,
   video{
   padding: 0;
   margin: 0;
   border: none;
   text-decoration: none;
   outline: none;
   list-style: none;
   border: none;
} 
body {
   font-family: 'Montserrat', sans-serif;
   font-size: 14px;
   font-weight:400;
   background: #ffffff;
   color: #555555;
}
p {
   font-size: 14px;
   color: #555555;
}
/*-- call screen css start here--*/
main {
   height: 100vh;
   /* max-height: 100vh; */
   overflow-x: auto;
   overflow-y: hidden;
   position: relative;
}
.scrollarea {
   overflow-y: auto;
   padding-right: 20px;
}
.scrollarea::-webkit-scrollbar {
   width: 4px;
}
.scrollarea::-webkit-scrollbar-track {
   background-color: #333333;
}
.scrollarea::-webkit-scrollbar-thumb {
 background-color: #3FC1FC;
 border-radius: 10px;
}
.pc-usre-video {
   margin-left: auto;
}
.pc-chat-media.pc-chat-video-box .pc-chat-download {
   background: rgba(0, 0, 0, 0.4);
   border-radius: 5px;
}
/*-- right bar css start here --*/
body.call-screen {
   background: #000000;
}
.pc-right-bar {
   width: 90px;
   justify-content: center;
   align-items: center;
   padding: 0 20px;
   border-left: 1px solid #333333;
   position: absolute;
   margin-left: auto;
   height: 100vh;
   overflow-x: hidden;
   top: 0;
   right: 0;
   bottom: 0;
}
.pc-right-bar a.nav-link {
   height: 49px;
   width: 49px;
   display: flex;
   justify-content: center;
   padding: 0;
   align-items: center;
   margin: 10px 0;
   border-radius: 100px;
   background: #000000;
}
.pc-right-bar a.nav-link.active {
   background: #333333;
   position: relative;
}
/* .pc-right-bar a.nav-link.active::after{
   content: '';
   height: 50px;
   width: 1px;
   position: absolute;
   left: -20px;
   background: #FFFFFF;
} */
.pc-right-bar a.nav-link:hover{
   background: #333333;
   transition: 0.3s all;
}
a.logo {
   position: absolute;
   top: 20px;
}
/*-- right bar css end here --*/
/*-- left bar css start here --*/
.pc-left-user-panel {
   width: 260px;
   height: 100vh;
}
.pc-left-user-panel {
   width: 260px;
   height: 100vh;
   border-right: 1px solid #333333;
   padding: 0 20px;
   padding-right: 0px;
   position: absolute;
   left: 0;
   top: 0;
   bottom: 0;
   right: auto;
}
.pc-left-user-panel img {
   max-width: 100%;
   border-radius: 10px;
}
.pc-left-user-panel .user-column {
   margin-bottom: 15px;
}
.pc-left-user-panel .user-column p {
   color: #FFFFFF;
   padding-top: 5px;
}
.pc-left-user-panel h3 {
   font-size: 18px;
   color: #fff;
   padding: 20px 0;
   margin: 0;
}
.pc-video-box {
   position: relative;
}
.pc-video-box ul {
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: center;
}
.pc-video-box ul li {
   display: inline-block;
   margin-bottom: 10px;
}
.pc-video-box ul li a {
   height: 30px;
   width: 30px;
   display: inline-flex;
   background: rgba(0, 0, 0, 0.3);
   justify-content: center;
   align-items: center;
   border-radius: 100px;
   margin: 0 3px;
}
.pc-video-box ul li a:hover{
   background: rgba(0, 0, 0, 0.5);
}
.pc-video-box ul li a svg{
   width: 20px;
   height:20px;
}
span.pc-host-badge {
   height: 15px;
   width: 15px;
   display: inline-flex;
   position: absolute;
   background: #3FC1FC;
   border-radius: 20px;
   top: 10px;
   right: 10px;
   border: 3px solid #ffffff;
}
/*-- left bar css end here --*/
.pc-user-video {
   margin: 0 auto;
   position: relative;
   text-align: center;
}
.pc-presenter-detail {
   position: absolute;
   top: 30%;
   text-align: center;
   width: 100%;
}
.pc-user-badge {
   background: rgba(255, 255, 255, 0.1);
   height: 200px;
   width: 200px;
   margin: 0 auto;
   margin-bottom: 20px;
   border-radius: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
}
.pc-presenter-detail h4 {
   font-weight: 800;
   color: #fff;
   font-size: 22px;
   margin: 0 0 5px;
}
.pc-presenter-detail p {
   color: #fff;
   font-weight: 400;
}
.pc-user-badge span {
   height: 145px;
   width: 145px;
   display: flex;
   align-items: center;
   justify-content: center;
   background: #3FC1FC;
   border-radius: 100%;
   font-size: 50px;
   font-weight: 600;
   text-transform: uppercase;
   color: #fff;
}
.pc-call-screen-action {
   position: fixed;
   bottom: 15px;
   left: 30%;
   right: 30%;
   display: flex;
   justify-content: center;
   z-index: 9999;
}
.pc-call-screen-action ul li {
   margin: 0 12px;
}
.pc-call-screen-action ul li {
   margin: 0 12px;
   display: inline-block;
}
.pc-call-screen-action ul li a {
   background: rgba(255, 255, 255, 0.9);
   height: 50px;
   width: 50px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   border-radius: 100px;
}
.pc-call-screen-action ul li a:hover{
   background: rgba(255, 255, 255, 0.6);   
}
.pc-call-screen-action ul li.pc-end-call a {
   background: #E74C3C;
}
/*-- session id and reocrd css start here --*/
.pc-sessionid{
   left: 280px;
   top: 20px;
   right: auto;
}
.pc-sessionid h2 {
   font-size: 28px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 20px;
}
.pc-sessionid h2 p {
   font-size: 18px;
   font-weight: 400;
   margin-bottom: 5px;
   color: #FFFFFF;
}
.pc-recording span {
   height: 15px;
   width: 15px;
   display: inline-block;
   background: #ffff;
   border-radius: 100px;
   border: 4px solid #E74C3C;
}
.pc-recording {
   display: flex;
   align-items: center;
}
.pc-recording p {
   color: #ffffff;
   margin-left: 5px;
}
/*-- session id and reocrd css end here --*/
.pc-panel-open {
   position: absolute;
   top: 50%;
   right: auto;
   left: 259px;
}
.pc-panel-open a{
   border: 1px solid #333333;
   padding: 18px 8px;
   border-top-right-radius: 18px;
   border-bottom-right-radius: 18px;
   background: #000000;
}
.pc-panel-open a:hover{
   background-color: #333333;
   border-color: #333333;
}
.bg-primary{
   background: #3FC1FC !important;
}
/*-- right panel open css start here--*/
.pc-right-open-panel {
    position: absolute;
    right: 110px;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    left: auto;
}
.pc-right-open-panel .card.pc-panel.pc-annotation {
   width: 275px;
}
.pc-right-open-panel .card.pc-panel p {
   margin-bottom: 15px;
   font-size: 15px;
}
.card.pc-panel {
   background: rgba(255, 255, 255, 0.9);
   backdrop-filter: blur(40px);
}
.card.pc-panel .card-header h4 {
   font-size: 16px;
   color: #555555;
   margin: 0;
   font-weight: 600;
}
.pc-right-open-panel .card.pc-panel.pc-annotation .card-body{
   padding: 10px;
}
.card.pc-panel .card-header {
   display: flex;
   padding: 10px 10px 10px 20px;
   justify-content: space-between;
   background: #fff;
   align-items: center;
}
a.pc-close-btn {
   height: 35px;
   width: 35px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   border-radius: 3px;
   transition: 0.3s all;
}
a.pc-close-btn:hover{
   background-color: #E6E6E6;
}
.pc-annotation ul li {
   display: inline-block;
   margin: 10px;
}
.pc-annotation ul li a {
   height: 40px;
   width: 40px;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   background: #ffffff;
   border-radius: 100px;
   transition: 0.3s all;
}
.pc-annotation ul li a:hover{
   background: #3FC1FC;
}
.pc-annotation ul li a:hover svg path{
   fill: #ffffff;
}
.pc-right-open-panel .card.pc-panel {
   width: 310px;
   position: absolute;
   right: 0;
   top: auto;
   bottom: auto;
   left: auto;
}
.pc-right-open-panel .card.pc-panel .card-body{
   padding: 20px;
}
.call-screen .form-control {
   border: #DADADA;
   resize: none;
   height: 50px;
   padding: 10px 10px;
}
.call-screen textarea.form-control{
   height: 90px;
}
.call-screen .form-control:focus{
   box-shadow: none;
   outline: none;
   border-color: #3FC1FC;
}
.call-screen .form-floating>label {
   color: #555555;
   padding: 13px 13px;
}
.call-screen .select2-container {
   display: block !important;
   width: auto !important;
}
.btn-primary {
   background: #3FC1FC;
   border-color: #3FC1FC;
   padding-left: 20px;
   padding-right: 20px;
   min-width: 100px;
}
.btn-primary:hover{
   background-color: #0A46AC;
   border-color: #0A46AC;
}
.btn.btn-primary.pc-btn-red {
   background: #E74C3C;
   border-color: #E74C3C;
}
.btn.btn-primary.pc-btn-red:hover{
   opacity: 0.8;
}
.call-screen .select2-container .select2-selection--single {
   height: 45px;
   border-color: #DADADA;
   border-radius: 5px;
   display: flex;
   align-items: center;
}
.call-screen .select2-container--default .select2-selection--single .select2-selection__arrow {
   top: 11px;
   right: 11px;
}
.call-screen .select2-container--default .select2-selection--single .select2-selection__arrow b {
   background-image: url(../images/down-arrow.svg);
   height: 25px;
   width: 25px;
   padding: 0;
   border: none;
   background-size: contain;
   background-position: center;
   left: 0;
   top: 0;
}
.pc-inviteuser p {
   line-height: 25px;
   margin-bottom: 10px;
   font-size: 15px;
}
.pc-inviteuser h5 {
   font-size: 30px;
   font-weight: 800;
   color: #555555;
   margin: 10px 0 20px;
}
.pc-or{
   position: relative;
   text-align: center;
   margin-bottom: 10px;
}
.pc-or::after {
   content: '';
   height: 1px;
   width: 40%;
   background-color: #C8C8C8;
   position: absolute;
   left: 0;
   top: 10px;
}
.pc-or::before {
   content: '';
   height: 1px;
   width: 40%;
   background-color: #C8C8C8;
   position: absolute;
   right: 0;
   top: 10px;
}
a.pc-sessionlink {
   font-weight: 600;
   color: #555555;
   margin-bottom: 15px;
   display: inline-block;
   line-height: 25px;
   font-size: 15px;
}
a.btn.btn-primary.pc-btn-blue{
   background-color: #0A46AC;
   border-color: #0A46AC;
}
.call-screen .btn.btn-primary.pc-btn-blue{
   margin-right: 10px;
}
/*-- right panel open css end here--*/
.pc-drawing ul li a span {
   height: 22px;
   width: 22px;
   background: red;
   display: block;
   border-radius: 100px;
}
.pc-drawing ul li a {
   border: 1px solid transparent;
   display: inline-block;
   padding: 3px;
   border-radius: 100px;
}
.pc-drawing ul li a.active{
   border-color: #3FC1FC;
}
.pc-drawing ul li {
   display: inline-block;
   padding: 5px;
}
.pc-right-open-panel .card.pc-panel.pc-drawing {
   width: 250px;
}
.pc-right-open-panel .card.pc-panel.pc-drawing .card-body {
   padding: 13px;
}
/*-- call screen model start here --*/
.call-screen .modal-content {
   background: rgba(255, 255, 255, 0.9);
   backdrop-filter: blur(40px);
   border-radius: 5px;
}
.call-screen .modal-header {
   background: #fff;
   border: none;
   padding: 15px 20px;
}
.call-screen .modal-body p {
   font-size: 15px;
   margin-bottom: 15px;
}
.call-screen .pc-leave-modal .modal-dialog {
   max-width: 350px !important;
}
.call-screen .modal-body {
   padding: 20px;
}
.pc-leave-modal a.btn.btn-primary.pc-btn-red {
   margin-left: 10px;
}
.call-screen .modal-header h3 {
   font-size: 16px;
   font-weight: 600;
}
.call-screen .btn-close {
   height: 30px;
   width: 30px;
   background-size: 12px;
   padding: 0 !important;
   border-radius: 3px;
   background-color: #ffffff;
   box-shadow: none !important;
}
.call-screen .btn-close:hover {
   background-color: #E6E6E6;
}
.tooltip-inner {
   background: #333333;
   padding: 5px 10px;
   font-size: 14px;
   border-radius: 5px;
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before {
   border-left-color: #333333;
}
.pc-right-open-panel .card.pc-panel button + button{
   margin-left: 10px;
}
/*-- chat module css start here --*/
.pc-right-open-panel .card.pc-panel .pc-media-box img {
   width: 100%;
   height: 200px;
   object-fit: contain;
   border-radius: 5px;
}
.pc-right-open-panel .card.pc-panel .pc-media-box {
   background: #fff;
   border-radius: 5px;
   margin-bottom: 15px;
   padding: 15px;
}
/*-- select 2 mutilpel choice css start here --*/
.select2-container--default.select2-container--focus .select2-selection--multiple {
   border: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
   background: #D5F3FE;
   border-color: #A8E4FD;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   margin-top: 8px;
   margin-left: 8px;
   padding-top: 3px;
   padding-bottom: 3px;
}
.select2-container .select2-selection--multiple {
   min-height: 45px;
   border-color: #DADADA;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
   border: none;
   padding-left: 8px;
   color: #0A46AC;
   background: border-box;
   padding-right: 8px;
   font-size: 19px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
   background-color: transparent;
   color: #3FC1FC;
   outline: none;
}
/* .modal-backdrop.fade.show {
   background: rgba(0, 0, 0, 0.5);
} */