body{
    font-family: 'Roboto', sans-serif !important;
    width: 100%;
    height: 100%;
    background-position: center;
    background-color: #ffb247 !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%232c4550' points='957 482 539 900 1396 900'/%3E%3Cpolygon fill='%23273e47' points='957 482 872.9 900 1396 900'/%3E%3Cpolygon fill='%234d434c' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23413b42' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23664048' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%2355373e' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%237d3b45' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23663239' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23933341' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23762a34' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%23a9253d' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23861d30' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
    /* background by SVGBackgrounds.com */
}
.row{
    height: 100%;
}
.local-video-container, .remote-video-container {
    width: 100%;
    height: 100%;
    background: url('../images/audio.png') no-repeat center;
}
#localVideo, #remoteVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.local-video-section, .remote-video-section {
    position: unset;
    height: 100%;
}
#main-form {
    margin: auto;
    width: fit-content;
    width: -moz-fit-content;
}
.meeting-info {
    color: white;
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 5;
    top: 20px;
    margin-bottom: 5px;
    font-weight: 700;
}
.meeting-options {
    text-align: center;
    position: fixed;
    width: 100%;
    margin: auto;
    z-index: 5;
    bottom: 30px;
    display: none;
    left: 0;
}
.meeting-options button {
    border-radius: 50%;
}
.meeting-options button.meeting-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;
}
.meeting-options button.meeting-option:hover, .meeting-options button.meeting-option.notify {
    background: #333;
    border: 1px solid #333;
    transition: all 1s ease;
    color: #fff;
}
.meeting-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: #ffb247;
    border-radius: 50%;
}
.local-user-name {
    color: #fff;
    font-size: 15px;
    position: absolute;
    right: 15px;
    bottom: 12px;
    z-index: 5;
    font-weight: 600;
}
.remote-user-name {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    bottom: 12px;
    position: absolute;
    z-index: 5;
    left: 15px;
    letter-spacing: .5px;
}
.meeting-logo {
    position: absolute;
    z-index: 2;
    top: 5px;
    font-size: 1.5rem !important;
    text-transform: uppercase;
    font-weight: 900 !important;
    margin-left: 15px;
    margin-top: 4px;
}
#meetingIdInfo, .local-user-name, .remote-user-name, #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: #ffb247;
    background: #111b24;
    font-weight: 700;
}
.chat-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 7px;
    background: #111b24;
}
.chat-footer .input-group input::placeholder{
    color: #ffb247;
}
.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: #ffb247;
    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: #ffb247;
    padding: 5px 10px;
    color: #111b24;
    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 #ffb247;
    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: #000;
    background-color: #ffb247 !important;
    border-color: #ffb247 !important;
}

.remote-chat .btn-primary{
    color: #000;
    background-color: #fff !important;
    border-color: #fff !important;   
}
.modal-footer .btn-primary{
    color: #ffb247 !important;
    background-color: #7b1326 !important;
    border-color: #7b1326 !important;
    font-weight: 600;
}
.modal-footer .btn-primary:hover {
    color: #ffb247 !important;
    background-color: #6c1222 !important;
    border-color: #6c1222 !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: #000 !important;
}
#previewFilename, #displayFilename {
    word-break: break-word;
    margin: 5px 0 0;
}
.btn-primary:hover {
    color: #000;
}
.fileMessage {
    font-size: 30px;
}
.fileMessage:focus {
    color: #000 !important;
}
#settings {
    border: none;
    color: #ffc068;
    right: 20px;
    top: -14px;
    position: absolute;
    background: #933341;
    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 #9333417a;
    right: -10px;
    top: 0px;
    position: absolute;
}
#settings:hover{
    color: #f1ac4c !important;
    background: #933341 !important;
}
#toggleVideo, #toggleCam, #pip, #screenShare {
    display: none;
}
.dashboard-section{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center!important;
}
.meeting-section{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
}
.logo-section{
    font-size: 30px;
    color: #273E47;
    font-weight: 700;
    text-decoration: none;
}
.logo{
    margin-bottom: 10px;
}
.main p{
    color: #A4243B;
    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 #273E47;
    color: #a4243b;
    border-radius: 0 !important;
}
.input-group .btn {
    border: 0;
    border-bottom:  2px solid #273E47;
    color: #a4243b;
    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: #A4243B;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 12px;
  color: #A4243B;
  font-weight: 600;
}
.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #a4243b;
  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 #a4243b;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.entering-info{
    position: relative;
    z-index: 2;
    background: #ffffff2e ;
    width: 60%;
    margin: auto;
    padding: 40px;
}
.entering-info h2{ 
    text-align: center; 
    margin-bottom: 25px;
    font-weight: 600;
    color: #A4243B;
}
.btn-outline-secondary:hover{
    background-color: transparent !important;
    border-color: #273e47  !important;
    color: #273E47  !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: #A4243B;
}
#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 #A4243B;
    width: 150px;
    color: #A4243B;
}
.fa-paper-plane, .fa-paperclip{
    color: #ffb247;
}
#previewImage, #displayImage {
    max-height: 300px;
    max-width: 300px;
}
.modal-body {
    text-align: center;
    background: #fbebd6 !important;
}
.modal-footer{
    background: #fbebd6 !important;
    border-top: 1px solid #d8d8d8;
}
.modal-content{
    background: transparent !important;
}
.modal-header {
    color: #ffb247 !important;
    background: #7b1326 !important;
}
button.close, button.close:hover{
    color: #faac46 !important;
    opacity: 1 !important;
}
#permission {
    top: 0;
    position: absolute;
    left: 125px;
}
#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%;}
    .entering-info{width: 100%;}
}
@media only screen and (max-width: 767px) {
    .dashboard-section{position: relative; padding: 15px;  }
    .main{margin-bottom: 30px;}
    .remote-video-container{width: 100%; height: 100%;}
    .responsive-video .local-video-container{height: 100% !important;}
    .chat-panel{width: 100%;}
    .local-video-container, .remote-video-container{background-size: contain;}
    .responsive-video {height: 50% !important;}
    .remote-video-section {height: 50%;}
    .local-user-name{left: auto; right: 15px; bottom: 2px;}
    .responsive-video .local-user-name {top: 45%;}
    .remote-user-name{bottom: 2px;}
    .meeting-info{margin-top: 18px;}
    #previewImage, #displayImage{max-width: 100%;}
}