/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, main, section, div, aside, span, p, a, article, ul, li, ol, canvas, input, textarea, form, header, footer, nav{
   padding: 0;
   margin: 0;
   border: none;
   text-decoration: none;
   outline: none;
   list-style: 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;
   height: -webkit-fill-available;
   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;
}
/*-- 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: relative;
   overflow: auto;
   margin-left: auto;
   height: 100vh;
   overflow-x: hidden;
}
.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: relative;
}
.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-left: 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: absolute;
   bottom: 15px;
   left: 0;
   right: 0;
   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;
}
.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;
}
.pc-right-open-panel .card.pc-panel .card-body{
   padding: 20px;
}
.call-screen .form-control {
   border: #DADADA;
   resize: none;
}
.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;
}
.call-screen .select2-container {
   display: block !important;
   width: auto !important;
}
.btn-primary{
   background: #3FC1FC;
   border-color: #3FC1FC;
   padding-left: 30px;
   padding-right: 30px;
   min-width: 120px;
}
.btn-primary:hover{
   background-color: #0A46AC;
   border-color: #0A46AC;
}
button.btn.btn-primary.pc-btn-red {
   background: #E74C3C;
   border-color: #E74C3C;
   margin-right: 10px;
}
button.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--*/

/*-- right panel open css end here--*/

