/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../webfonts/montserrat/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../webfonts/montserrat/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url(./../webfonts/montserrat/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body{
    font-family: 'Montserrat', sans-serif !important;
    width: 100%;
    color: #2a2a2a;
    height: 100%;
    background-color: #536d79;
}
.row{
    height: 100%;
}
#main-form {
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}
.conference-info {
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.conference-options {
    text-align: center;
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 5;
    bottom: 30px;
    display: none;
    left: 0;
}
.conference-options button {
    border-radius: 50%;
}
.conference-options button.conference-option{
    background: rgba(0, 0, 0, 0.59);
    color: #fff;
    border: 1px solid #333;
    padding: 8px 12px !important;
    margin: 0 3px;
    width: 45px;
    height: 45px;
}
.conference-options button.conference-option:hover, .conference-options button.conference-option.notify {
    background: #333;
    border: 1px solid #333;
    transition: all 1s ease;
    color: #fff;
}
.conference-option:focus{
    outline: none;
    color: #fff;
    box-shadow: none;
}
.btn-danger{
    padding: 8px 12px !important;
    margin: 0 3px; 
}
.notify:after {
    content: "";
    position: absolute;
    top: 0;
    width: 12px;
    height: 12px;
    background: #ec6367;
    border-radius: 50%;
}
.conference-logo {
    z-index: 2;
    position: absolute;
    width: 100px;
    top: 10px;
    left: 10px;
}
#conferenceIdInfo, #timer {
    padding: 0px 10px;
    text-transform: capitalize;
    line-height: 1.5;
}
#timer{
    width: 100%;
    display: block;
    margin: auto;
}
.chat-panel {
    width: 330px;
    height: 100%;
    background: #111b24e3;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.73);
    position: fixed;
    z-index: 9;
    display: none;
}
.chat-box {
    width: 100%;
    height: 100%;
    position: relative;
}
.chat-header {
    height: 50px;
    font-size: 20px;
    padding: 10px;
    color: #fff;
    background: #111b24;
    font-weight: 700;
}
.chat-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 7px;
    background: #111b24;
}
.chat-footer .input-group input::placeholder{
    color: #fff;
}
.chat-footer .input-group{
    margin-top: 5px;
    background: #1e303f;
    border-radius: 25px;
}
.chat-footer .input-group .note-input{
    border: 0;
    background: transparent;
    color: #f2f2f2;
    border-radius: 0;
}
.chat-footer .input-group .note-input.form-control:focus{
    outline: none;
    border-bottom-color: #fff !important;
    box-shadow: none;
    transition: all .1s ease;
}
.chat-footer .input-group-append button{
    border: 0;
    background: transparent;
    border-radius: 0;
}
.btn-outline-secondary:hover{
    color: #fff !important;
}
.btn-outline-secondary:active{
    color: inherit !important;
    background-color: transparent !important;
    border-color: #fff !important;
}
.close-panel{
    position: absolute;
    right: 15px;
    color: #fff;
    top: 16px;
    cursor: pointer;
}
.chat-body {
    position: relative;
    width: 100%;
    height: calc( 100% - 95px);
    padding: 15px 0;
    overflow-y: auto;
}
img.chat-icon-show {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
:focus{
    outline: none !important;
    box-shadow:none !important;
}
.remote-chat {
    position: relative;
    padding: 5px 15px;
    clear: both;
    width: 80%;
}
.remote-chat div {
    background: #ffffff;
    color: #111b24;
    padding: 5px 10px;
    border-radius: 5px;
    width: fit-content;
    word-break: break-word;
}
.local-chat {
    position: relative;
    float: right;
    width: 80%;
    text-align: right;
    padding: 5px 15px;
}
.local-chat div {
    background: #ec6367;
    padding: 5px 10px;
    color: #fff;
    border-radius: 5px;
    width: fit-content;
    float: right;
    text-align: left;
    word-break: break-word;
}
.local-chat:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 20px solid #ec6367;
    border-bottom: 20px solid transparent;
    right: 5px;
    top: 5px;
}
.remote-chat:after {
    content: "";
    position: absolute;
    left: 5px;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-right: 20px solid white;
    border-bottom: 20px solid transparent;
    top: 5px;
}
.local-chat .btn-primary{
    color: #fff;
    background-color: #ec6367 !important;
    border-color: #ec6367 !important;
}
.remote-chat .btn-primary{
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;   
}
.modal-footer .btn-primary{
    color: #fff !important;
    background-color: #ec6367 !important;
    border-color: #ec6367 !important;
    font-weight: 600;
}
.modal-footer .btn-primary:hover {
    color: #fff !important;
    background-color: #d31a1f !important;
    border-color: #d31a1f !important;
}
.modal-footer .btn-secondary{
    color: #fff !important;
    background-color: #5a6268 !important;
    border-color: #545b62 !important;
    font-weight: 600;
}
.modal-footer .btn-secondary:hover {
    color: #fff !important;
    background-color: #51585d !important;
    border-color: #51585d !important;
}
.btn-primary:active {
    color: #fff !important;
}
#previewFilename, #displayFilename {
    word-break: break-word;
    margin: 5px 0 0;
}
.remote-chat .btn-primary:hover {
    color: #000;
}
.fileMessage {
    /*font-size: 30px;*/
    font-weight: bold;
}
.local-chat .fileMessage:focus {
    color: #fff !important;
}
.remote-chat .fileMessage:focus {
    color: #000 !important;
}
#settings {
    border: none;
    color: #fdefef;
    right: 20px;
    top: -14px;
    position: absolute;
    background: #536d79;
    font-size: 20px;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
}
#settings:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 10px solid #536d797a;
    right: -10px;
    top: 0px;
    position: absolute;
}
#settings:hover{
    color: #fdefef !important;
    background: #ec6367 !important;
}
#settings:hover:before{
    border-left: 10px solid #ec636761;
}
#toggleVideo, #toggleCam, #screenShare {
    display: none;
}
.dashboard-section{
    position: relative;
    width: 100%;
    height: 100%;
}
.pos-relative{
    position: relative;
}
.left-center{
    position: fixed;
    width: 50%;
    background: #ec6367;
    left: 0;
    top: 0;
    height: 100%;
}
.right-center{
    position: fixed;
    width: 50%;
    background: #fff;
    right: 0;
    top: 0;
    height: 100%;
}
.highlight-text{
    color: #536d79;
    font-weight: bold;
}
.site-detail{
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 26px;
}
.conference-section{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}
.logo-section{
    font-size: 30px;
    color: #273E47;
    font-weight: 700;
    text-decoration: none;
}
.logo img{
    position: absolute;
    top: 20px;
    left: 20px;
    height: 50px;
    width: 250px;
    z-index: 1;
}
.main p{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 0;
}
.input-group input, .input-group input:focus, .input-group input:active, .input-group input:hover{
    background: transparent;
    border: 0;
    border-bottom: 2px solid #536d79;
    color: #536d79;
    border-radius: 0 !important;
}
.input-group .btn {
    border: 0;
    border-bottom:  2px solid #536d79;
    color: #536d79;
    font-weight: 700;
    letter-spacing: 0.6px;
    border-radius: 0 !important;
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
input.form-control::placeholder {
    color: #536d79;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #536d79;
  font-weight: 600;
}
.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #536d79;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 7px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.custom-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 6px;
    height: 10px;
    border: solid #536d79;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.entering-info {
    position: absolute;
    z-index: 2;
    background: #eaeaea;
    width: 60%;
    margin: auto;
    padding: 40px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.entering-info h2{ 
    text-align: center; 
    margin-bottom: 25px;
    font-weight: 600;
    color: #536d79;
}
.btn-outline-secondary:hover{
    background-color: transparent !important;
    border-color: #536d79  !important;
    color: #ec6367  !important;
}
.main {
    width: 80%;
    text-align: center;
    margin: auto;
    margin-top: 15px;
} 
.custom-control{ padding-left: 0 !important; }
.form-control-placeholder {
  position: absolute;
  top: 0;
  padding: 7px 0 0 13px;
  transition: all 200ms;
  opacity: 0.7;
  color: #536d79;
}
#username{
    cursor: pointer;
}
.form-control:focus + .form-control-placeholder, ._value_added_lable {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
}
.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}
#username input{
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fff;
    width: 150px;
    color: #fff;
}
.fa-paper-plane, .fa-paperclip{
    color: #fff;
}
#previewImage, #displayImage {
    max-height: 300px;
    max-width: 300px;
}
.modal-body {
    text-align: center;
    background: #fdefef !important;
    color: #2a2a2a;
}
.modal-footer{
    background: #fdefef !important;
    border-top: 1px solid #d8d8d8;
}
.modal-content{
    background: transparent !important;
}
.modal-header {
    color: #fff !important;
    background: #ec6367 !important;
}
button.close, button.close:hover{
    color: #fff !important;
    opacity: 1 !important;
}
#permission {
    top: 0;
    position: absolute;
    left: 140px;
}
#videos {
    width: 100%;
    height: 100%;
    position: fixed;
}
#videos > * {
  transition-property: all;
  transition-duration: 0.5s;
}
video {
    object-fit: cover;
    background: transparent url('../images/audio.png') 50% 50% no-repeat ;
    position: absolute;
    height: 100%;
    width: 100%;
}
.local-user-name, .remote-user-name {
    left: 10px;
    bottom: 5px;
    position: absolute;
    font-weight: 600;
    color: #fff;
    background-color: #ffffff2e;
    padding: 0 5px;
}
.remote-chat-name {
    font-weight: bold;
    text-transform: capitalize;
}
#fullscreen {
    position: absolute;
    left: 50%;
    top: 30%;
}
#toast-container > .toast-success { background-color: #51A351; }
#toast-container > .toast-info { background-color: #2F96B4; }
#toast-container > .toast-error { background-color: #BD362F; }

/*scrollbar css*/
::-webkit-scrollbar-track
{
   -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #111b24;
}
::-webkit-scrollbar
{
    width: 8px;
    background-color: #111b24;
}
::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #263a4a;
}

/*media queries*/
@media only screen and (max-width: 1199px) {
    .main {width: 100%;}
}
@media only screen and (max-width: 767px) {
    .dashboard-section{position: relative; padding: 15px;  }
    .main{margin-bottom: 30px;}
    .chat-panel{width: 100%;}
    .conference-info{margin-top: 18px;}
    #previewImage, #displayImage{max-width: 100%;}
    .left-center {width: 100%;height: 50%;}
    .entering-info{width: 85%;}
    .right-center {width: 100%;bottom: 0;height: 50%;top: auto;}
    .site-detail {font-size: 20px;margin-bottom: 0;padding: 10px 0;width: 80%;}
}