* {
    margin: 0px;
    padding: 0px;
}


/*for-section-text-start-here*/

::selection {
    background-color: #7188ff;
    color: #fff;
}

::-webkit-selection {
    background-color: #7188ff;
    color: #fff;
}

::-ms-selection {
    background-color: #7188ff;
    color: #fff;
}

::-o-selection {
    background-color: #7188ff;
    color: #fff;
}

::-moz-selection {
    background-color: #7188ff;
    color: #fff;
}

body {
    font-size: 12px;
    background: #ffffff;
    color: #4c5a67;
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0px;
    line-height: normal;
    font-family: 'Montserrat', sans-serif;
}

a {
    font-family: 'Montserrat', sans-serif;
    outline: none;
    text-decoration: none;
}

h1 {
    font-size: 54px;
}

h2 {
    font-weight: bold;
    font-size: 44px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 19px;
}

h6 {
    font-size: 14px;
}

p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #9e9e9e;
    line-height: 19px;
}

.col-centered {
    float: inherit;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}


/*.btn-default {
    border-color: #ccc;
    color: #35c8f8;
    background-color: #fff;
}*/

.btn-default {
    border-color: #7188ff;
    color: #7188ff;
    background-color: #fff;
    border-radius: 0px;
}


/*.on {
	background:#22162a !important;
	padding-bottom: 22px;
	transition:all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}*/

.no-padding {
    padding: 0;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.modal {
    background: rgba(0, 0, 0, 0.5) !important;
}

.modal-backdrop {
    display: none !important;
}

/* Voip Css Include Here
==========================================*/

#st-header .navbar-default {
    /*	padding-top:1%;
	padding-bottom:1%;*/
    background: #363c46;
    border-radius: 0px;
    border: rgba(248, 248, 248, 0);
    border: none;
    box-shadow: none;
}

#st-header .navbar-default .navbar-collapse {
    padding-top: 0px;
}

#st-header .navbar-nav>li>a {
    padding: 20px 30px;
}

#st-header .navbar-default .navbar-nav>li>a {
    font-size: 16px;
    color: #fff;
    transition: all 0.7s;
    margin-left: 5px;
    text-transform: uppercase;
}

#st-header .navbar-brand {
    float: left;
    padding: 0px;
    height: 60px;
    ;
    line-height: 0px;
}

#st-header .navbar-default .navbar-nav>.active>a,
#st-header .navbar-default .navbar-nav>.active>a:hover,
#st-header .navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #6b7689;
}

#st-header .navbar-default .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #6b7689;
    transition: all 0.5s ease-in-out;
}

#st-header .navbar-default .navbar-nav>.open>a,
#st-header .navbar-default .navbar-nav>.open>a:focus,
#st-header .navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #6b7689;
}


.emai-tabing1 img {
    width: 60%;
    padding-top: 20px;
    /* border-bottom: 1px solid #b6bbe0; */
}

.emai-tabing1 video {
    height: 200px;
    width: 100%;
}

.inner_video {
    background: #f1f1f1;
    height: 100vh;
}

.inner_video img {
    /* height: 100vh; */
    width: 30%;
    padding-top: 16%;
}

.inner_video video {
    height: 100vh;
    width: 100%
}

.main_video {
    /* border-top: 1px solid #b6bbe0; */
    overflow: hidden;
    height: 100vh;
}

.emai-tabing {
    padding-right: 0;
    margin-top: 0;
}

.btn-top {
    margin: 5px auto;
    display: block;
}

#bside {
    top: 0;
    border: none;
}

#bside-main-sec {
    margin-top: 0
}

.top_emi {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 99;
}

.emi_tab_bottom .btn-top {
    border: 1px solid #ddd;
    padding: 12px 5px;
    width: 90%;
    border-radius: 0;
    background: transparent;
    color: #666 !important;
    line-height: initial;
    height: 55px;
    font-size: 25px;
    display: block;
    border-top: none;
    margin: 0 auto;
}

.emi_tab_bottom .btn-top:hover {
    background: #ffffff;
}

.emi_tab_bottom .btn-top.active {
    background-color: #dddddd;
}

.emi_tab_bottom .btn-top:first-child {
    border-top: 1px solid #ddd;
    margin-top: 5px;
}

.footer {
    padding: 15px;
    text-align: center;
    border-top: 1px solid #ddd;
    z-index: 999999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.footer h6 {
    margin: 0
}


/*=====body---main--section---start---here=========*/

#aside {
    top: 0px;
    /*60*/
    background: #e6e8f7;
    width: 320px;
    /*230*/
    position: fixed;
    border-right: 1px solid #dbe7ee;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 999;
}

#aside .stylish-input-group .form-control {
    height: 50px;
    border: none;
    border-bottom: 1px solid #b6bbe0;
    box-shadow: 0 0 0;
    border-radius: 0;
    background-color: #e6e8f7;
    padding: 25px 12px;
}

#aside .stylish-input-group button {
    outline: none;
    color: #b6bbe0;
    border: 0;
    background: transparent;
}

#aside .stylish-input-group .input-group-addon {
    height: 50px;
    background-color: #e6e8f7;
    border: none;
    border-bottom: 1px solid #b6bbe0;
    outline: none;
    border-radius: 0;
    color: #363c46;
}

#bside-main-sec {
    /*80*/
    background-color: #fff;
}

#bside {
    height: 100%;
    margin-left: 320px;
    /*250*/
    position: relative;
    width: calc(100% - 300px);
    border-top: 1px solid #dbe7ee;
    display: block;
    top: 0;
    border: none;
}

.chat-header {
    width: 100%;
    background-color: #fff;
    /*	padding:12px 0px;*/
    padding: 7px 12px 0px 10px;
}

.email-table .table>tbody>tr>th,
.email-table .table>tbody>tr>td {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #e1e1e1;
}

.emai-tabing {
    padding-right: 0;
    margin-top: 0;
}

.emai-right-side {
    margin-top: 1px;
}

.btn-top {
    border-radius: 50%;
    font-size: 15px;
    background-color: #afb9ca;
    color: #fff !important;
    margin-top: 0.1em;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    outline: none;
    line-height: 40px;
    padding: 0;
}

.btn-top:hover {
    background: #5D9CEC;
    color: #fff;
}

.btn-top i.fa {
    color: #fff;
    padding-top: 5px;
}

.file-chat-header {
    padding-bottom: 15px;
}

.chat-header-fixed {
    padding-bottom: 5px;
}

.chat-header-fixed h4 {
    margin-top: -2px;
}

.chat-header h4 {
    color: #363c46;
    margin-bottom: 0px;
    font-size: 18px;
}

.chat-header ul.dropbox-heder-ul {
    list-style: none;
}

.chat-header ul.dropbox-heder-ul li {
    padding-left: 3px;
    display: inline-block;
}

.chat-header ul.dropbox-heder-ul li .btn-default {
    border-color: #ccc;
    color: #35c8f8;
    background-color: #fff;
}

.chat-header ul.dropbox-heder-ul li .btn-default i.fa {
    padding-right: 8px;
}

.chat-header ul.dropbox-heder-ul li .btn-default:hover {
    color: #333;
    background-color: #f3f3f3;
    border-color: #ccc;
}


/*---email--page--start--here---*/


/*=====chat----screen---start---here============*/

ul.chat-ul {
    min-height: 500px;
    overflow-y: auto;
    /*scroll*/
    list-style: none;
    margin-top: 15px;
    height: 500px;
}

ul.chat-ul li {
    /*	background-color:#e0e0e0;*/
    margin-bottom: 1px;
    padding: 12px 0px 12px 12px;
    transition: all 0.5s ease-in-out;
}

ul.chat-ul li a {
    color: #363c46;
    text-decoration: none;
    font-size: 14px;
}

.online {
    color: #7fba00;
}

.away {
    color: #fcd116;
}

.offline {
    color: #b4b4b4;
}

.danger {
    color: #fe1717;
}

ul.chat-ul li i.fa {
    padding-top: 10px;
    float: right;
    padding-right: 12px;
}

ul.chat-ul li Img {
    width: 30px;
    border-radius: 50%;
    margin-right: 8px;
    height: 30px;
}

.chat-contact-tabing .active::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 37px;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: #b6bbe0 transparent;
    display: block;
    width: 0;
}

.aside-chat-head h4 {
    color: #363c46;
    margin-bottom: 0px;
    font-size: 16px;
}

.aside-chat-head span {
    font-size: 12px;
}

.aside-chat-head span i.fa {
    padding-right: 5px;
}

.aside-chat-head .emai-tabing img {
    width: 40px;
}

.chat-header .emai-tabing img {
    width: 45px;
}

.chat-contact-tabing .nav-tabs {
    border-bottom: 1px solid #b6bbe0;
    padding-top: 15px;
}

.chat-contact-tabing .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #7188ff;
}

.chat-contact-tabing .nav-tabs>li.active>a {
    color: #7188ff;
    cursor: default;
    background-color: transparent;
    border-bottom: 1px solid #f38c2a;
    border-bottom-color: transparent;
    border: 0;
}

.chat-contact-tabing .nav-tabs>li>a {
    color: #272b32;
    font-size: 14px;
}


/*-----chat--window------*/

#chat_window {
    border-top: 1px solid #b6bbe0;
    /* margin: 3.9em 0 2em 0;*/
    margin: 1.9em 0 2em 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    height: 480px;
    /*350*/
    align-items: center;
    flex-direction: column;
    overflow-y: auto;
    /* margin-top: 6em; */
    /* top: 58px; */
    justify-content: center;
}

.line {
    overflow: hidden;
    text-align: center;
    color: #363c46;
}

#chat_window .baloon_in img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
}

#chat_window .baloon_out img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%;
    margin-left: 5px;
}

#chat_window .baloon_in span {
    background-color: rgb(225, 245, 253);
    /*color: #fff;*/
    word-wrap: break-word;
}

#chat_window li span {
    padding: 18px;
    border-radius: 5px;
    color: #444;
    font-size: 1.1em;
    max-width: 80%;
    width: 100%;
    display: inline-block;
    position: relative;
}

#chat_window .baloon_in small {
    float: right;
}

#chat_window ul {
    width: 100%;
    height: 100%;
}

#chat_window li {
    margin: 20px 0px;
    padding: 0px 15px;
}

#chat_window .baloon_in small {
    float: right;
}

#chat_window .baloon_out span {
    background-color: #ececec;
    text-align: left;
    word-wrap: break-word;
}

#chat_window .baloon_out {
    text-align: right;
}

#chat_window .baloon_out small {
    margin-left: 10px;
}

.chat_footer {
    position: fixed;
    bottom: 30px;
    padding: 0.4em 1.6em 0 1.6em;
    z-index: 10;
    border-top: 1px solid #ddd;
    width: calc(100% - 250px);
    background-color: #fff;
}

.chat_footer .input-group>.form-control {
    padding: 20px 0px 5px 0px;
    border: none;
    box-shadow: none;
    max-height: 50px;
    width: 100% !important;
    resize: none;
}

.chat_footer .input-group .btn {
    /* padding: 1.1em; */
    border-radius: 50%;
    font-size: 15px;
    background-color: #1F3A93;
    color: #fff;
    margin-top: 0.1em;
    width: 40px;
    height: 40px;
    outline: none;
}

.chat_footer .input-group .btn-attech {
    border-radius: 0px;
    background-color: transparent;
    font-size: 28px;
    margin-right: 30px;
    color: #1F3A93;
    box-shadow: none;
    line-height: 28px;
}

.chat-icons-head {
    font-size: 18px;
    padding-left: 23px;
    color: #363c46;
}

.chat-header span {
    font-size: 12px;
}

.chat-header span i.fa {
    padding-right: 5px;
}


/*-----------log-ing-page-include-here-----------*/

#content {
    padding: 140px 0px;
    background-color: #e6e8f7;
    min-height: 345px;
}

.login_bg {
    background-color: #fff;
    padding: 20px 20px 30px;
    box-shadow: 10px 15px 35px -25px #000;
}

.login_bg .form-group {
    margin-bottom: 25px;
}

.login_bg .page-header {
    border-bottom: 2px solid #7188ff;
    margin: 0 0 20px 0;
}

.login_bg .page-header h4 {
    font-weight: 700;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.login_bg .form-control {
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 8px;
    height: auto;
    font-size: 12px;
    padding-bottom: 0;
    padding-top: 0;
}

.login_bg .checkbox {
    margin-top: 20px;
}

.login_bg .btn-purpal {
    width: 100%;
}

.btn-purpal {
    background-color: #7188ff;
    color: #fff;
    border-radius: 0;
    margin-top: 5px;
    width: 200px;
    margin-right: 5px;
}

.login_bg .btn-link {
    padding-top: 10px;
    display: inline-block;
    color: #5f5f5f;
    font-size: 13px;
}

.login_bg .btn-link:hover,
.login_bg .btn-link:focus {
    text-decoration: none;
    color: #7188ff;
}

input[type=checkbox]:checked::after {
    content: "\f00c";
    outline: none;
    font: normal normal normal 14px/1 FontAwesome;
    color: #007bff;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
}

input[type=radio]:checked::after {
    outline: none;
    content: "\f111";
    font: normal normal normal 14px/1 FontAwesome;
    color: #7188ff;
    font-size: 8px;
    line-height: 13px;
    text-align: center;
}

input[type=checkbox]::after {
    content: " ";
    outline: none;
    width: 15px;
    height: 15px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #007bff;
    display: inline-block;
}

input[type=radio]::after {
    content: " ";
    outline: none;
    width: 15px;
    height: 15px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    border: 1px solid #7188ff;
}

input[type=checkbox],
input[type=radio] {
    margin: 1px 0 0;
}


/* .email-sent .login_block {
    margin-top: 35% !important
} */


/* .reset-pass .login_block {
    margin-top: 10% !important
} */


/* .sign_up .login_block {
    margin-top: 10% !important
} */

.login_bg {
    /* display: table; */
    width: 100%;
    height: 100vh;
    /* background: #f1f1f1 */
    /* background: url("assets/images/icons/login_bg.png");
    background-size: cover; */
    box-shadow: none;
}

.login_bg .container {
    min-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_block {
    background-color: #fff;
    padding: 0px;
    border-radius: 0px;
    position: relative;
    box-shadow: 0 0 10px #666;
    /* margin-top: 40% */
}

.login_block .input-group-addon {
    font-size: 15px;
    color: #fff;
    background: #666;
    border: 1px solid #666;
    width: 46px;
    line-height: 36px;
    text-align: center;
    border-right: none !important;
    height: calc(1.5em + 1rem + 2px);
}

.login_block .form-control {
    border-radius: 0;
    height: 40px;
    font-size: 15px;
}

.right_img img {
    width: 100%;
    padding-top: 60px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.form_login {
    padding: 40px 20px 40px;
}

.emai-tabing1 .btn {
    border-radius: 100%
}

.btn {
    font-size: 13px;
}

.login_block .btn-sm {
    padding: 6px 20px;
}

.login_block .label-control {
    font-size: 12px;
    margin-top: 12px
}

.login_block input[type=checkbox],
.login_block input[type=radio] {
    vertical-align: middle
}

.login_about {
    position: absolute;
    left: 50%;
    top: -10%;
    right: auto;
    box-shadow: 0 0 10px #666;
}

.login_about img {
    width: 100%
}

.login_bg .form-check {
    margin-top: 10px
}

.login_block .form-check-input {
    margin-left: -15px
}

.no-padding {
    padding: 0
}

.help_icon {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #afb9ca;
}

/* jitsi */
.btn-primary {
    color: #ffffff !important;
}

.top_emi {
    position: absolute;
    top: 10px;
    right: 40px;
    z-index: 99;
}

.emai-tabing1 .btn-top {
    margin: 5px auto;
    display: block;
}

.input-group-addon .svg-inline--fa, .aside-chat-head .svg-inline--fa {
    height: 100%;
}

.aside-chat-head .toolbox-button {
    position: absolute;
    bottom: 13px;
    left: 26px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.aside-chat-head .toolbox-button i.icon-camera {
    cursor: pointer;
}

.tOoji {
    background-color: rgba(255, 255, 255, 0.5) !important;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tOoji img {
    height: 7%;
}

.vertical-filmstrip {
    width: 100%;
}

.toolbox-button .icon-microphone, .toolbox-button .icon-mic-disabled {
    position: absolute;
    top: 56px;
    left: 263px;
    border-radius: 50%;
    font-size: 15px;
    background-color: #afb9ca;
    color: #fff !important;
    margin-top: 0.1em;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    outline: none;
    line-height: 27px;
    padding: 0;
    padding-top: 8px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    z-index: 999;
}

#aside .chat-header-fixed img {
    height: 155px;
    width: 50%;
}

.mt-85 {
    margin-top: 50px !important;
}

.aside-chat-head .videoiconwrap .toolbox-button {
    left: 12px;
    bottom: 3px;
}

.toolbox-button .icon-camera, .toolbox-button .icon-camera-disabled {
    position: absolute;
    top: 0px;
    left: -2px;
    border-radius: 50%;
    font-size: 15px;
    background-color: #afb9ca;
    color: #fff !important;
    margin-top: 0.1em;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    outline: none;
    line-height: 27px;
    padding: 0;
    padding-top: 8px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
}

.tOoji .form_login img {
    height: 120px;
}

input.form-control::-webkit-input-placeholder {
    color: #dddddd;
}

input.form-control::-moz-placeholder {
    color: #dddddd;
}

input.form-control:-ms-input-placeholder {
    color: #dddddd;
}

input.form-control:-moz-placeholder {
    color: #dddddd;
}

input.form-control {
    padding-right: 35px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login_bg .form-group:last-child {
    margin-bottom: 0;
}

.display-name-on-black video {
    opacity: 1.2 !important;
}

.tOoji {
    color: #4c5a67 !important;
}

/* .chat-tab-content .asideForm .col-md-1{ display: flex; align-items: center; font-size: 15px; } */
/* .chat-tab-content .asideForm .col-md-1 .abso-icon{ margin-top: 0 !important; } */
.filmstrip__videos .videocontainer.videoContainerFocused {
    border: none !important;
    box-shadow: none !important;
}

.videocontainer__background {
    border-radius: 0;
}

.chat-tab-content .asideForm input.form-control {
    padding: 10px;
}

.form-control:focus {
    border-color: #ced4da;
    box-shadow: none;
}

#largeVideoWrapper {
    left: 10px !important;
    width: 100% !important;
    height: 100% !important;
}

#canvasContainer {
    overflow-x: hidden;
    width: 100%;
}

.toolbox-icon.flipicon {
    position: absolute;
    top: 96.5px;
    left: 10px;
    border-radius: 50%;
    background-color: #afb9ca;
    color: #fff !important;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    outline: none;
    line-height: 27px;
    padding: 0;
    padding-top: 1px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
}

.new-toolbox .toolbox-content .icon-hangup {
    position: fixed;
}

.new-toolbox .toolbox-content {
    width: 94%;
}

.tOoji {
    height: auto;
}

.chat-tab-content {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
}

.abso-icon {
    color: #58c158;
    font-size: 21px;
    margin-top: 12px !important;
}

.form-control {
    border-radius: 0;
}

.vertical-filmstrip .filmstrip {
    position: absolute;
    display: flex !important;
}

.form-control {
    padding: 8px !important;
    font-size: 13px;
    height: 35px;
}

.form-control:first-child {
    padding-top: 8px !important;
}

.btn-blue {
    border: 1px solid #007bff;
    background-color: #007bff;
    color: #ffffff;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #0069d9;
    color: #ffffff;
}

.btn-snapshot {
    width: 100%;
    float: right;
    height: 32px;
    font-size: 14px;
}

.asideForm form {
    margin-top: 15px;
}

.asideForm .contentrow {
    font-size: 13px;
    margin-bottom: 10px;
}

.asideForm .contentrow p, .asideForm .contentrow {
    font-size: 12px;
    color: #777777;
}

.asideForm .contentrow p.strike {
    font-weight: 600;
}

button:focus {
    outline: none;
}

.asideForm .contentrow .abso-icon {
    margin-top: 1px !important;
    margin-left: 10px;
    display: inline-block;
    height: 29px;
    width: 27px;
    cursor: pointer;
}

.asideForm .contentrow .abso-icon::after {
    width: 100%;
    height: 100%;
    line-height: 28px;
    font-size: 13px;
}

#aside .asideForm {
    height: calc(100% - 194px);
    padding: 0 10px;
}

#aside .asideForm #formDiv {
    height: calc(100% - 65px);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 15px;
    padding-right: 5px;
}

.asideForm .form-group:first-child {
    margin-top: 0;
}

.asideForm .form-group:last-child {
    margin-bottom: 0;
}

.previewimg {
    width: 100%;
    height: 32px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #fff;
    vertical-align: middle;
}

.previewimg img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.asideForm .contentrow .textareawrap {
    padding: 0 5px;
}

#bside .col-md-1.emai-tabing {
    max-width: 6%;
}

#aside .filmstrip__videos .videocontainer {
    width: 315px !important;
}

.btn-check {
    background-color: #6CB33F;
    border: 1px solid #6CB33F;
    height: 30px;
    width: 30px;
    color: #ffffff;
    margin-top: 1px;
    margin-left: 7px;
    font-size: 14px;
}

#videospace #activeTask, #videospace #mainTask {
    display: inline-block;
    padding: 10px;
    background-color: #fff;
    color: #000000;
    font-weight: 600;
    height: 38px;
}

.Email-btn {
    height: 35px;
    padding: 0;
    width: 40px;
    margin-left: 5px;
}

.Email-btn::before {
    content: "\f0e0";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.form_login .input-group-lg input {
    flex: initial;
    width: 72%;
    font-size: 13px;
    height: 40.1px;
}

.form_login .input-group-lg .help_icon {
    right: 0;
}

.Edit-btn {
    height: 35px;
    padding: 0;
    width: 40px;
    margin-left: 5px;
}

.Edit-btn::before {
    content: "\f040";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.add-btn {
    height: 35px;
    padding: 0;
    width: 40px;
    margin-left: 5px;
}

.add-btn::before {
    content: "\f067";
    font-family: 'FontAwesome';
    font-size: 16px;
}

.Toastify__toast-container--top-left {
    left: 39.6% !important;
}

.tOoji .loader img {
    height: 15%;
    position: absolute;
    top: 45%;
}


/* color */
.text-selected {
    color: #000 !important;
    font-weight: 600;
    font-size: 13px !important;
}

.text-green {
    color: #00ff00;
}

/* modal */
.modal .modal-dialog {
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.modal-content {
    border: none;
}

.modal-header {
    background-color: #007bff;
    color: #ffffff;
    border: none;
}

.modal-header h4 {
    color: #ffffff !important;
    margin: 0;
    font-size: 15px;
    font-weight: 600;
}

.modal-header .close {
    color: #ffffff !important;
}

.modal-body {
    min-height: 150px;
}

.modal label {
    font-size: 13px;
    margin-bottom: 12px;
}

/* tooltip */
.tooltip {
    font-size: 11px;
    display: block;
    left: 4px !important;
    max-width: 200px !important;
    z-index: 999999;
    width: auto !important;
}

.tooltip .tooltip-inner {
    text-align: left;
    background-color: #242C37;
    padding: 4px 10px 6px;
    font-size: 12px;
    width: auto !important;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-bottom .arrow::before {
    border-top-color: #242C37;
    left: auto;
}

@media screen and (max-width:768px) {

    /* .form_login {
        padding: 20px 0px 20px;
    } */
    .login_about,
    .right_img {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:992px) {

    /* .form_login {
        padding: 40px 40px 40px;
    } */
    .login_about,
    .right_img {
        display: none
    }
}

@media screen and (max-width:1300px) and (min-width:1200px) {
    .new-toolbox .toolbox-content .toolbox-button {
        margin: 12px 8px;
        margin-right: 30px;
    }
}

@media screen and (max-width:900px) {
    .emi_tab_bottom .btn-top {
        padding: 8px 0;
        font-size: 14px;
        height: 33px;
    }
}

@media screen and (max-width:500px) {
    .form_login {
        padding: 40px 5px 40px;
    }

    .toolbox-button .icon-camera, .toolbox-button .icon-camera-disabled {
        left: 40px;
    }

    body {
        overflow: auto !important;
    }

    .tOoji {
        align-items: baseline;
    }

    #aside {
        width: 100%;
        position: relative;
        padding-bottom: 30px;
        height: auto;
    }

    .filmstrip__videos {
        width: 100% !important;
    }

    .filmstrip__videos .videocontainer {
        margin: 0;
        width: 100% !important;
    }

    .display-avatar-with-name .videocontainer__hoverOverlay {
        visibility: hidden;
    }

    .toolbox-button .icon-microphone, .toolbox-button .icon-mic-disabled {
        z-index: 9999;
        left: 12px;
    }

    .chat-tab-content .asideForm .col-md-1 {
        width: 10%;
    }

    .chat-tab-content .asideForm .col-md-9 {
        width: 80%;
    }

    #bside {
        margin-left: 0;
        width: 100%;
    }

    #bside .emai-tabing {
        width: 20%;
        float: left;
    }

    #bside .emi_tab_bottom .btn-top {
        padding: 12px 0;
        font-size: 24px;
        height: 50px;
    }

    #bside .inner_video {
        width: 80%;
    }

    .toolbox-icon.flipicon {
        left: 51px;
    }

    .tOoji {
        height: auto;
    }
}

@media screen and (max-width:350px) {
    .login_bg {
        padding: 0;
    }

    .form_login {
        padding: 15px 5px;
    }

    .gpUwQx {
        width: 215px;
        padding: 0px;
    }

    .gdeMJt {
        padding: 5px 6px;
    }
}

.asideForm .form-group {
    margin-top: 10px;
}

.asideForm p {
    color: #000
}

.strike {
    text-decoration: line-through;
}

div.srv-validation-message {
    font-size: 12;
    color: red;
}
.video_container{
    position: relative !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 10rem  !important;
}
.video_container .toolbox-icon{
    position: absolute;
    bottom: 1rem; 
    z-index: 1;   
    width: 100% !important;
    height: auto !important;

    display: flex;
    align-items: center;
    justify-content: center;
    left: 0px;
    flex-direction: unset !important
}
.video_container .toolbox-icon:hover {
    background: transparent !important;
}
.video_container .toolbox-icon .tool-ico-btn{
    width: 48px;
    height: 48px;
    display: flex;
    font-size: 24px;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    background-color: #444;
    margin-right: 5px;
}
.video_container .toolbox-icon .tool-ico-btn:last-child{
    margin-right: 0px;
}
.video_container .toolbox-icon .tool-ico-btn svg {
    fill: #fff !important; 
}
.hangup-button {
    background-color: #dd3849 !important;
}
.table-loader{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9; 
}
.table-loader .box6{
    height: 100%;
}