html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #000;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 200px;
    font-size: 13px;
    line-height: 17px;
    color: #5e5e5e;
    -webkit-overflow-scrolling: touch;
}
* {
    box-sizing: border-box;
}
.onlyForMobile {
    display: none;
}
h1 {
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    color: #000;
}
h2, h3 {
    font-size: 15px;
    line-height: 22px;
    color: #5e5e5e;
    margin: 0;
    font-weight: normal;
}
a {
    color: #31859c;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}
a:hover {
    color: #e46c0a;
    transition: all 0.3s ease 0s;
}
img {
    max-width: 100%;
}
.bold-text {
    font-weight: 600;
}
.profileTopContainer {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    padding-top: 10px;
    height: 32px;
    position: relative;
}
.profileTopContainerInner {
    width: 100%;
    max-width: 1366px;
    padding: 0 10px;
    margin: 0 auto;
}
.profileMainVideoContainer .profileTopContainerInner, .faceMatchContainer .profileTopContainerInner {
    max-width: 100%;
}
.profileOuterContainer {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
}
.profileInfoContainer {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 86px;
    bottom: 0px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}
.profileMainVideoContainer .profileInfoContainer {
    max-width: 100%;
}
.profileInfoContainer.videoMaximize {
    top: 0px;
    max-width: 100%;
    z-index: 9999999;
    transition: all 0.3s ease 0s;
}
.profileInfoVideoContainer {
    position: absolute;
    right: 0px;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
}
.logoLeftContainer {
    float: left;
    width: 100%;
    max-width: 500px;
}
.logoRightContainer {
    float: right;
    text-align: center;
}
.chat-store-container {
    float: right;
}
.openChatHeight {
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}
.logo, .speedoMeter {
    display: inline-block;
    vertical-align: middle;
}
.logo img, .speedoMeter img {
    max-width: 220px;
    max-height: 32px;
}
.logoContainer {
    width: 100%;
}
.logoContainer img {
    max-width: 200px;
    max-height: 48px;
}
.profileHeadingContainer {
    float: left;
    padding: 0;
}
.profileHeadingClick {
    cursor: pointer;
}
.profileMainVideoContainer .profileHeadingClick {
    cursor: auto;
}
.profileContainer {
    width: 100%;
    padding-bottom: 25px;
}
.nameContainer {
    padding-left: 75px;
    font-size: 0px;
}
.nameContainerKYC {
    padding-left: 0;
    font-size: 0px;
    max-width: 300px;
}
.profile-iconHeight {
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}
.profile-heading-details {
    display: inline-block;
    vertical-align: middle;
}
.locationContainer {
    font-size: 12px;
    line-height: 15px;
}
.txtStatus {
    font-size: 13px;
}
/* ------------------- Button CSS Start ------------------- */
.button-container {
    margin: 5px 0;
}
.centeralign-button {
    width: 100%;
    text-align: center;
    margin: 0;
}
.leftalign-button {
    width: 100%;
    text-align: left;
    margin: 0;
}
.rightalign-button {
    width: 100%;
    text-align: right;
    margin: 0;
}
.verticalSpacing-button {
    padding: 15px 0;
}
.spaceLeft {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.button {
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 3px;
    border: none;
    text-align: center;
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    line-height: 1;
    height: 30px;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: content-box;
    -moz-osx-font-smoothing: grayscale;
    margin: 2px 10px 2px 0;
    outline: none;
    transition: all 0.3s ease 0s;
}
.button:first-child {
    margin-left: 0;
}
.button:last-child {
    margin-right: 0;
}
.eachButton {
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.eachButton .button {
    margin: 4px;
}
.resolutionContainer .button {
    margin-left: 10px;
    margin-right: 10px;
}
.buttonblue {
    background-color: #31859c;
    color: #FFFFFF;
}
.buttonblue:hover, .buttonblue:focus {
    background-color: #286f83;
}
.buttonOrange {
    background-color: #e46c0a;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}
.buttonOrange:hover {
    background-color: #c65e09;
    transition: all 0.3s ease 0s;
}
.buttonRed {
    background-color: #f00;
    color: #FFFFFF;
    margin-right: 30px;
    transition: all 0.3s ease 0s;
}
.buttonRed:hover, .buttonRed:focus {
    background-color: #dd0f0f;
    transition: all 0.3s ease 0s;
}
.buttongrey {
    background-color: #d9d9d9;
    color: #5e5e5e;
}
.buttongrey:hover, .buttongrey:focus {
    background-color: #d1d1d1;
}
.buttonWhite {
    background-color: #ffffff;
    color: #31859c;
    transition: all 0.3s ease 0s;
}
.buttonWhite:hover {
    background-color: #ededed;
    color: #26778d;
    transition: all 0.3s ease 0s;
}
.disabled-button {
    background-color: #e1e1e1;
    color: #858585;
    cursor: default;
}
/* ------------------- Button CSS End ------------------- */
/* ------------------- Middle Common CSS Start ------------------- */
.fileUploading-message {
    background: #f1f2f3;
    bottom: 50px;
    display: none;
    left: 0;
    padding: 5px 15px;
    position: absolute;
    z-index: 1;
    right: 0px;
}
.wa-hide {
    display: none !important;
}
.wa-show {
    display: block;
}
.actionSpinner {
    height: 35px;
    width: 50px;
    background: url(../images/action_spinner.gif?v=38666) center right no-repeat;
}
.spinner {
    height: 35px;
    width: 85px;
    background: url(../images/spinner.gif?v=38666) center center no-repeat;
}
.spinnerBg {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    padding: 0px !important;
    background-color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    transition: all;
    transform: translate(0, -50%);
    background-clip: padding-box;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.spinnerBg.spinner-middle {
    top: 50%;
}
.spinnerBg.spinner-bottom {
    top: 95%;
}
.spinnerOverlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: .6;
    filter: Alpha(Opacity=80);
}
.drop-down {
    display: none;
    background: #fff;
    color: #5e5e5e;
    font-weight: normal;
    position: absolute;
    min-width: 110px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    z-index: 1;
}
.each-drop-down {
    width: 100%;
    text-align: left;
    line-height: 17px;
    padding: 8px 15px;
    cursor: pointer;
}
.each-drop-down:last-child {
    border: none;
}
.each-drop-down:hover {
    background: #f1f2f3;
}
.list-moremenu:hover .list-more-hover {
    display: block;
}
.iconhover-ToolTips-container {
    position: relative;
    cursor: pointer;
}
.rollHover-icons {
    display: inline-block;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    margin: 0 5px;
}
.rollHover-icons:first-child {
    margin-left: 0;
}
.rollHover-icons:last-child {
    margin-right: 0;
}
.iconhover-ToolTips {
    background: #5e5e5e;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    padding: 6px 6px;
    position: absolute;
    text-align: left;
    top: 35px;
    white-space: nowrap;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}
.eachControl .iconhover-ToolTips {
    top: 50px;
}
.iconhover-ToolTips::before {
    border-color: #5e5e5e transparent;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    content: " ";
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    top: -6px;
}
.iconhover-profileToolTips {
    background: #5e5e5e;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    padding: 6px 6px;
    position: absolute;
    text-align: left;
    bottom: 60px;
    white-space: nowrap;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}
.iconhover-profileToolTips::before {
    border-color: #5e5e5e transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: " ";
    display: inline-block;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    bottom: -6px;
}
.iconhover-ToolTipsLeft {
    background: #5e5e5e;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    padding: 6px 6px;
    position: absolute;
    text-align: left;
    left: 50px;
    white-space: nowrap;
    width: auto;
    transform: translateY(-50%);
    top: 50%;
    z-index: 999;
}
.iconhover-ToolTipsLeft::before {
    border-color: transparent #5e5e5e;
    border-style: solid;
    border-width: 6px 6px 6px 0;
    content: " ";
    display: inline-block;
    top: 50%;
    margin-top: -6px;
    position: absolute;
    left: -6px;
}
.iconhover-ToolTips-extremeRight {
    background: #5e5e5e none repeat scroll 0 0 padding-box;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    padding: 6px 6px;
    position: absolute;
    text-align: left;
    top: 35px;
    white-space: nowrap;
    width: auto;
    right: -8px;
    z-index: 999;
}
.iconhover-ToolTips-extremeRight::before {
    border-color: transparent transparent #5e5e5e;
    border-style: solid;
    border-width: 0 6px 6px;
    content: " ";
    display: inline-block;
    right: 0;
    margin-right: 10px;
    position: absolute;
    top: -6px;
}
.iconhover-ToolTips-container:hover .iconhover-ToolTips, .iconhover-ToolTips-container:hover .iconhover-profileToolTips, .iconhover-ToolTips-container:hover .iconhover-ToolTips-extremeRight {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.each-comment-box {
    padding: 8px 5px 8px 10px;
    width: 100%;
    float: left;
}
.each-comment {
    padding-left: 40px;
}
.each-comment-container {
    width: 100%;
    float: left;
}
.each-commentbox {
    width: 100%;
    float: left;
    padding: 8px 10px 5px 10px;
}
.each-comment-name {
    width: 100%;
    float: left;
    padding: 0 0 0 0;
    margin-bottom: 3px;
}
.comment-name {
    float: left;
    color: #31859c;
    font-weight: bold;
    max-width: 100%;
    margin-right: 20px;
}
.comment-name:hover {
    color: #5e5e5e;
}
.each-chat-box .comment-name:hover, .chat-box .comment-name:hover, .each-chat-boxMaximize .comment-name:hover {
    cursor: inherit;
    color: #31859c;
}
.comment-self {
    float: left;
    color: #e46c0a;
    font-weight: bold;
    max-width: 100%;
    margin-right: 20px;
}
.replyComment .comment-name, .replyComment .comment-self {
    font-weight: normal;
}
.comment-text {
    float: left;
    width: 100%;
    padding: 0 0 5px 0;
    position: relative;
}
.comment-image {
    float: left;
    width: 100%;
    padding: 0;
}
.commentFileName {
    color: #0000f6;
    cursor: pointer;
}
.commentFileName:hover {
    color: #5e5e5e;
}
.comment-youtubevideo-container {
    float: left;
    width: 170px;
    margin: 5px 10px 5px 0;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d9d9d9;
}
.comment-youtubevideo {
    cursor: pointer;
}
.comment-youtubevideo img {
    display: block;
    width: 158px;
    height: 120px;
}
.comment-youtubevideo-link {
    font-size: 11px;
    line-height: 15px;
    cursor: pointer;
    padding: 5px 0 0 0;
}
.comment-youtubevideo-link:hover {
    color: #e46c0a;
}
.each-chat-box .small-font, .each-chat-boxMaximize .small-font {
    float: left;
}
.search {
    position: relative;
    float: left;
    width: 230px;
    margin-right: 20px;
}
.searchbox {
    background: #fff;
    border-style: solid;
    border-width: 0 0 3px 0;
    border-color: transparent;
    color: #5e5e5e;
    float: left;
    height: 23px;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    padding: 0 0 5px 0;
    resize: none;
    outline: none;
    width: 100%;
}
.clearText .searchbox {
    padding: 0 20px 5px 0;
}
.searchbox:hover {
    border-color: #31859c;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}
.searchbox:focus {
    border-color: #31859c;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}
.searchbox:active {
    border-color: #31859c;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}
.search-clearText {
    position: absolute;
    right: 0px;
    top: 0px;
}
/* ------------------- Icon CSS End ------------------- */
/*---------------------Popup Start -------------------*/
.popupOverlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99999;
    display: none;
}
.matContent {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 0px;
    padding: 0px;
    max-height: 80vh;
    overflow: hidden;
}
.popupContainer {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0px;
    align-items: center;
    justify-content: center;
}
.popupContainerInner {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    width: 90%;
    max-width: 500px;
    max-height: 90%;
    padding: 0;
    background: #fff;
    border-radius: 4px;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1) !important;
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1) !important;
    overflow: hidden;
}
.ratingContainer {
    padding: 35px 10px 25px 10px;
    text-align: center;
}
.ratingHeader {
    font-size: 24px;
    line-height: 1;
    color: #e46c0a;
    margin: 0;
}
.ratingStar {
    margin: 20px 0;
}
.eachStar {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
}
.starIcons {
    display: inline-block;
    position: relative;
    font-size: 32px;
    line-height: 32px;
    color: #d9d9d9;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.starIcons:hover {
    color: #fdb913;
}
.popupScroll {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    min-height: 100px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
}
.popupBottom {
    padding: 15px 20px 10px 20px;
    background: #f1f2f3;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
.eachLocation {
    width: 100%;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #f4f4f4;
    padding: 15px 15px;
    cursor: pointer;
}
.eachLocation:hover {
    background: #f1f2f3;
}
.eachLocationSelection {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.eachLocationTextContainer {
    width: calc(100% - 32px);
    overflow: hidden;
}
.locationName {
    font-weight: 600;
    color: #e46c0a;
}
.locationError {
    padding: 6px 15px;
    color: #f00;
}
.eachLocationHeader {
    font-weight: 600;
    color: #e46c0a;
    margin-bottom: 5px;
}
.popup-container {
    width: 460px;
}
.eachfield-BoxContainer {
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}
.eachfield-BoxGroup {
    display: inline-block;
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.eachfield-BoxGroup:last-child {
    margin-bottom: 0;
}
.eachfield-BoxContainer:last-child {
    margin-bottom: 10px;
}
.memo-selection-BoxContainer {
    margin-bottom: 5px;
    position: relative;
    width: 100%;
}
.eachfield-BoxHeading {
    padding-bottom: 5px;
}
.eachinputField {
    position: relative;
}
.eachinputField-clear {
    position: absolute;
    right: 10px;
    top: 7px;
}
.doerinputField-clear {
    position: absolute;
    right: 4px;
    top: 10px;
}
.members-container {
    padding: 5px 0;
}
.newpage-doer-members-container {
    position: absolute;
    top: 130px;
    bottom: 0;
    left: 0;
}
.newpage-follower-members-container {
    bottom: 0;
    position: absolute;
    top: 150px;
}
.newpage-project-members-container {
    bottom: 0;
    position: absolute;
    top: 200px;
}
.newpage-discussion-members-container {
    bottom: 0;
    position: absolute;
    top: 200px;
}
.newpage-groupchat-members-container {
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    top: 160px;
}
.newpage-memo-members-container {
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    top: 195px;
}
.newpage-discussion-email-container {
    bottom: 0;
    overflow-y: auto;
    position: absolute;
    top: 185px;
}
.newpage-folder-members-container {
    bottom: 0;
    position: absolute;
    top: 160px;
}
.newpage-workflow-eachrow-container {
    bottom: 0;
    position: absolute;
    top: 40px;
}
.members-thumbnail {
    width: 100px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    margin: 0 0 10px 0;
    border: 1px solid transparent;
}
.members-thumbnail .profile-icon32 {
    float: none;
    margin: 0 auto 10px auto;
}
.members-thumbnail:hover {
    background-color: #f1f2f3;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    transition: all 0.3s ease 0s;
}
.membersInputBox {
    border: none;
    background-color: #ffffff;
    width: 100%;
    font-family: 'Lato', sans-serif;
    color: #707070;
    padding: 0;
    outline: none;
}
.shadowPopUpBox {
    background-color: #fff;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -4px 0 4px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 4px 0 4px rgba(0, 0, 0, 0.1), 0 -4px 4px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.member-doerBox {
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
.member-doerBox-Label {
    float: left;
}
.member-doerBox-inputBox {
    padding-left: 40px;
}
.selectedMembersContainer {
    margin: 0 0 10px 0px;
    padding: 6px 0;
    border-bottom: 1px solid #d9d9d9;
}
.selectedMembersContainer-scroll {
    max-height: 98px;
    overflow-y: auto;
    padding: 0;
}
.publicURLContainer {
    position: relative;
    margin-right: 45px;
}
.publicUrlLable {
    position: absolute;
    top: 9px;
    left: 6px;
    z-index: 999;
}
.publicURLTextArea {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    height: 32px;
    padding: 6px 6px 6px 40px;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
}
.publicURLTextArea:hover {
    border: 1px solid #31859c;
    transition: all 0.3s ease 0s;
}
.publicURLTextArea:focus {
    border: 1px solid #31859c;
}
.publicURLTextArea:active {
    border: 1px solid #31859c;
}
.newpageFollowerContainer {
    margin-top: 15px;
}
ul.token-input-list-wa {
    overflow: hidden;
    border: none;
    cursor: text;
    min-height: 1px;
    z-index: 1000006;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}
li.token-label-token-wa {
    overflow: hidden;
    height: auto;
    margin: 3px;
    padding: 0px;
    background: #ffffff;
    cursor: default;
    border: none;
    float: left;
    white-space: nowrap;
}
li.token-input-token-wa {
    overflow: hidden;
    height: auto;
    margin: 4px 10px 4px 0px;
    padding: 3px 6px;
    background: #ffffff;
    cursor: default;
    border: 1px solid #bfbfbf;
    float: left;
    white-space: nowrap;
}
li.token-label-token-wa {
    overflow: hidden;
    height: auto;
    margin: 4px 10px 4px 0px;
    padding: 3px 0;
    background: #ffffff;
    cursor: default;
    float: left;
    white-space: nowrap;
}
li.token-inputSearch-token-wa {
    overflow: hidden;
    height: auto;
    margin: 4px 10px 4px 0px;
    padding: 3px 0;
    background: #ffffff;
    cursor: default;
    float: left;
    white-space: nowrap;
}
.headerPopUpBox {
    color: #ffffff;
    background-color: #31859C;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 3px 3px 0px 0px;
    -moz-border-radius: 3px 3px 0px 0px;
    -webkit-border-radius: 3px 3px 0px 0px;
}
.popup-scroll {
    overflow-y: auto;
    max-height: 185px;
}
.popup-container-inner {
    padding: 20px;
}
.popup-container-scroll {
    padding: 0px;
}
.popup-container-inner .eachMsgBox {
    margin-bottom: 10px;
}
.popup-container-inner .eachFileName {
    padding: 5px 0px;
    color: #31859c;
}
.popupHeaderRec {
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}
.popupHeader {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 600;
    color: #e46c0a;
}
.eachTextContainer {
    padding: 15px 0px;
}
.tabsBoxShadow {
    margin-bottom: 5px;
    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.15);
    height: 22px;
}
.view-participant-popup-scroll {
    overflow-y: auto;
    height: 280px;
}
.discussionEmailUserGroup {
    padding: 5px;
}
.eachEmailUser {
    padding: 7px 0px;
}
.popup-container-inner-grey {
    padding: 12px 20px;
    background: #f1f2f3;
    border-radius: 0px 0px 3px 3px;
    -moz-border-radius: 0px 0px 3px 3px;
    -webkit-border-radius: 0px 0px 3px 3px;
}
.popup-container-inner-verticalnospace {
    padding: 0 20px;
}
.popup-container-innertopnospace {
    padding: 0 20px 20px 20px;
}
.popup-container-inner-bottomnospace {
    padding: 20px 20px 0px 20px;
}
.popup-button-container {
    margin-top: 15px;
}
.youtube-popup-container-inner {
    padding: 15px;
    position: relative;
}
.youtube-closeButtonPosition {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #31859c;
    padding: 3px;
    border-radius: 17px;
    -moz-border-radius: 17px;
    -webkit-border-radius: 17px;
    height: 25px;
    width: 25px;
    text-align: center;
}
.youtube-closeButtonPosition:hover {
    background: #286f83;
}
.image-popup-container-inner {
    padding: 0px;
    min-width: 285px;
    min-height: 100px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}
.image-popup-container-inner img {
    padding: 0px;
    display: block;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.popup-workflow-status {
    margin-bottom: 20px;
    position: relative;
}
.informationLine {
    line-height: 30px;
}
.warningMessage {
    color: #f00;
}
.password-errormessage {
    color: #f00;
    font-size: 14px;
    line-height: 17px;
}
.redHighlight {
    display: inline-block;
    font-size: 16px;
    background: #fc1940;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}
.autocomplete-password {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 2;
}
.password-forName-Label {
    padding: 4px 8px;
}
.password-forName {
    padding: 4px 8px;
    cursor: pointer;
}
.password-forName:hover {
    background: #f4f4f4;
    transition: all 0.3s ease 0s;
}
.autocomplete-contact {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e1e1e1;
    display: none;
    max-height: 150px;
    overflow-y: auto;
    position: absolute;
    top: 23px;
    width: 100%;
    z-index: 2;
}
.file-name-ellipses {
    overflow: hidden;
    min-height: 15px;
    max-height: 30px;
    line-height: 15px;
}
.contact-forName-Label {
    padding: 4px 8px;
}
.contact-forName {
    padding: 4px 8px;
    cursor: pointer;
}
.contact-forName:hover {
    background: #f4f4f4;
    transition: all 0.3s ease 0s;
}
/*----------------------------Popup End -----------------------------*/
/*----------------------------Chat Start -----------------------------*/
.openChatOuter {
    position: absolute;
    width: 100%;
    max-width: 600px;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 0 1px;
    top: 90px;
    right: 0;
    bottom: 0;
}
.landingPageOuter {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.landingPageOuter.videoPlayerPageOuter, .landingPageOuter.audioPlayerPageOuter {
    padding: 0;
}
.landingHeight {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.videoPageInner {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 98%;
    max-width: 380px;
}
.landingPageInner, .landingPageLoadInner, .landingPageInnerTop {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 98%;
}
.landingPageInner {
    padding: 0 20px;
}
.landingPageInner.fixedWidth {
    max-width: 600px;
    padding: 0;
}
.landingPageLoadInner {
    max-width: 500px;
}
.landingPageEachText {
    margin: 15px 0;
    font-size: 16px;
    line-height: 22px;
}
/* --------------------Throughput CSS Start ------------------- */
.throughPutBox {
    margin: 20px auto 0 auto;
    width: 100%;
    max-width: 772px;
    min-height: 205px;
    font-size: 15px;
    line-height: 22px;
    padding-top: 20px;
    border-top: 1px solid #dad7ca;
    text-align: center;
}
.throughPutHeader {
    font-size: 17px;
    font-weight: 700;
    color: #e46c0a;
}
.throughPutText {
    margin: 8px 0 0 0;
}
.throughPutButton {
    margin: 20px 0 0 0;
}
.throughPutTextNo {
    margin: 0;
}
.throughPutChecking {
    font-size: 17px;
    font-weight: 700;
}
.landingPageMsgInfo {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
.landingPageMsgInfo img {
    max-width: 100%;
}
.landingPageMsgLogo {
    width: 100%;
    margin: 10px 0;
    position: relative;
}
/* --------------------Throughput CSS End ------------------- */
.landingPageLogo img {
    max-width: 200px;
}
.browserLink {
    font-size: 14px;
    padding: 0;
}
.browserUnderLine {
    text-decoration: underline;
}
.gapBrowser {
    font-size: 13px;
    padding: 0 10px;
}
.landingPageMsgText {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
}
.landingMsgBox {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
    margin-top: 20px;
}
.timerBox {
    font-size: 28px;
    line-height: 1;
    color: #202020;
    margin: 5px 0;
}
.timerBoxEach {
    display: inline-block;
    vertical-align: top;
    padding: 0 6px;
}
.timerWait {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    min-width: 40px;
}
.timeDivider {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0 4px;
}
.landingPageLinkText {
    font-size: 20px;
    line-height: 28px;
    padding: 0 0 10px 0;
    color: #31859c;
    cursor: pointer;
}
.landingPageLinkText:hover {
    color: #e46c0a;
}
.eachLanding {
    display: inline-block;
    vertical-align: top;
    width: 140px;
    margin: 0 20px;
    cursor: pointer;
}
.landingText {
    width: 100%;
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
}
.eachLandingControl {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin-bottom: 10px;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #31859c;
    background-image: url(../images/landing-sprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
}
.eachLanding:hover .eachLandingControl {
    opacity: 0.9;
}
.eachLandingControl.oneWayVideo {
    background-position: 0px 0px;
}
.eachLandingControl.twoWayVideo {
    background-position: -100px 0px;
}
.eachLandingControl.audioCall {
    background-position: -200px 0px;
}
.eachLandingControl.videoKYC {
    background-position: -300px 0px;
}
.fileUploading {
    max-width: 80%;
    margin: 0 auto;
}
.uploadingError {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: #ed1c24;
}
.uploadingSize {
    word-break: keep-all;
    white-space: pre;
    font-weight: bold;
}
.uploadingErrorOuter {
    position: absolute;
    top: 20px;
    padding: 0 100px 0 100px;
    text-align: center;
    width: 100%;
}
.uploadingErrorInner {
    float: left;
    width: 100%;
    margin: 0 auto;
    padding: 12px 20px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    background: #ed1c24;
    color: #fff;
    border-radius: 6px;
}
.uploadinImgContainer {
    float: left;
}
.uploadinImgContainer img {
    display: block;
}
.uploadingTextContainer {
    padding-left: 130px;
    text-align: left;
}
.uploadingTextHeight, .uploadingOnlyText {
    display: inline-block;
    vertical-align: middle;
}
.uploadingTextHeight {
    height: 100px;
}
.uploadingOnlyText {
    width: 98%;
}
/*.......................Open Group Chat Start....................*/
.chatGroupOuter {
    position: relative;
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    padding: 40px 20px 0 20px;
}
.chatGroupIndent {
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.chatGroupFull {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.chatGroupMembers {
    margin: 40px 0;
    text-align: left;
}
.eachGroupChat {
    margin: 20px 0;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
}
.groupChatName {
    font-size: 32px;
    line-height: 40px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #000;
}
.groupChatOrg {
    font-size: 20px;
    line-height: 24px;
    margin: 20px 0;
}
.loginContainer {
    text-align: center;
    margin: 50px 0 15px 0;
    height: 100px;
}
.eachGroupMember {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 20px;
    width: 300px;
}
.eachGroupMemberProfile {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
}
.eachGroupMemberDetails {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 95px);
    text-align: left;
}
/*.......................Open Group Chat End....................*/
/*.......................Connecting CSS Start....................*/
.chatConnecting {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.connecting {
    width: 10px;
    height: 4px;
    margin: 0 5px;
    display: inline-block;
    vertical-align: top;
    border-radius: 3px;
    background-color: #cecece;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-duration: 0.8s;
    animation-delay: 0s;
}
.firstDot {
    -webkit-animation-name: firstDot;
    animation-name: firstDot;
}
.secondDot {
    -webkit-animation-name: secondDot;
    animation-name: secondDot;
}
.thirdDot {
    -webkit-animation-name: thirdDot;
    animation-name: thirdDot;
}
.forthDot {
    -webkit-animation-name: forthDot;
    animation-name: forthDot;
}
@-webkit-keyframes firstDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #231F20;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}
@keyframes firstDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #231F20;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}
@-webkit-keyframes secondDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #231F20;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}
@keyframes secondDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #231F20;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}
@-webkit-keyframes thirdDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #231F20;
    }
    100% {
        background-color: #cecece;
    }
}
@keyframes thirdDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #231F20;
    }
    100% {
        background-color: #cecece;
    }
}
@-webkit-keyframes forthDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #231F20;
    }
}
@keyframes forthDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #231F20;
    }
}
/*.......................Connecting CSS End....................*/
.errorText {
    color: #ed1c24;
}
.landingPageBigText {
    font-size: 18px;
    line-height: 24px;
    margin: 20px 0;
}
.landingPageSmallText {
    font-size: 14px;
    line-height: 20px;
    margin: 20px 0;
}
.landingPageName {
    font-size: 30px;
    line-height: 40px;
    color: #e46c0a;
}
.landingPageLogo {
    max-width: 280px;
    max-height: 70px;
}
.profile-video {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    line-height: 110px;
    margin: 0 auto;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.profile-video img {
    width: 100%;
    height: auto;
}
.openChatInner {
    width: 100%;
    height: 100%;
    margin: 0;
}
.each-chat-boxRight {
    position: absolute;
    width: 430px;
    margin: 0;
    right: 0px;
    top: 0px;
    bottom: 0px;
    font-size: 14px;
    z-index: 8;
    background: #fff;
    overflow: hidden;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}
.each-chat-boxRight.chat-box-close {
    width: 0;
    overflow: hidden;
}
.each-chat-box {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    background: #fff;
}
.chat-top {
    width: 100%;
    height: 60px;
    float: left;
    padding: 6px 15px;
    position: relative;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}
.chat-top-box {
    overflow: hidden;
}
.each-chat-box-profile {
    float: left;
}
.statusOuter {
    width: 100%;
    margin-top: 2px;
}
.statusIcon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
}
.ruStatus {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
}
.statusText {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 17px;
    color: #858585;
}
.each-chat-box-text {
    overflow: hidden;
}
.each-chat-box-heading-details {
    display: inline-block;
    vertical-align: middle;
    max-width: 97%;
}
.chat-scroll {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0px;
    padding: 0;
}
.each-chat-box-header {
    float: right;
    padding: 10px;
    position: relative;
    z-index: 999;
}
.each-chat-box.chat-box-selected {
    border-bottom: 2px solid #31859c;
    border-right: 2px solid #31859c;
    border-left: 2px solid #31859c;
    margin-left: -2px;
    width: 322px;
    position: relative;
}
.chat-uploading {
    background: #f1f2f3;
    bottom: 0px;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    right: 0px;
}
.chat-typing {
    line-height: 32px;
}
.chat-box-offline .chat-folder-text, .chat-box-offline .small-font {
    color: #9fa0a1;
}
.chat-box-offline .each-chat-box-icons .normal-icons {
    color: #9fa0a1;
}
.chat-box-offline .each-chat-box-icons .noeffect-icons {
    color: #9fa0a1;
}
.chat-box-offline .each-chat-box-icons .normal-icons:hover {
    opacity: 1;
    color: #31859c;
}
.chat-box-offline .each-chat-box-icons .wa-cross {
    color: #5e5e5e;
}
.each-chat-list {
    position: absolute;
    width: 100%;
    top: 0px;
    right: 0;
    bottom: 50px;
    left: 0;
}
.each-chat-listVideo {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 50px;
    left: 0;
}
.each-chat-listVideo.videoAccepted, .videoInnerContainer.videoAccepted {
    top: 0px;
}
.incomingVideoContainer {
    position: absolute;
    width: 100%;
    top: 35px;
    right: 0;
    bottom: 0px;
    left: 0;
    display: none;
}
.incomingVideoContainer img {
    width: 100%;
    height: auto;
}
.each-chat-list-bottom {
    position: absolute;
    bottom: 0px;
}
.chatAndVideoContainerMobile {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
}
.chat-list-location {
    background: #e1f8c9;
    float: left;
    padding: 5px 10px;
    width: 100%;
}
.myLocation {
    background: #e1f8c9;
    float: left;
    padding: 5px 10px;
    width: 100%;
}
.myLocationIcon {
    float: left;
    margin-right: 8px;
}
.myLocationText {
    font-size: 12px;
}
.chat-locationOn .each-chat-list {
    top: 34px;
}
.chatNotFound {
    float: left;
    padding: 10px 8px;
}
.chatVideoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    align-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999;
}
.chatVideoBoxOuter {
    width: 100%;
    padding: 5px 15px;
    max-height: 100%;
    overflow-y: auto;
}
.chatVideoBox {
    display: inline-block;
    max-width: 400px;
    padding: 15px 20px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    position: relative;
}
.permissionBox {
    display: inline-block;
    width: 100%;
    max-width: 450px;
    position: relative;
}
.calling-text {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    margin: 10px 0;
}
.calling-buttons {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.permissionHeader {
    font-size: 16px;
    line-height: 1.4;
    margin: 15px 0;
}
.permissionContainer {
    position: relative;
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 15px 15px;
    margin: 8px 0;
    border-radius: 5px;
}
.permissionEach {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 100%;
    position: relative;
}
.permissionEachImg {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px;
}
.permissionEachText {
    width: calc(100% - 72px);
    font-size: 15px;
    line-height: 1.4;
    color: #5f6267;
    display: inline-block;
    vertical-align: middle;
}
.permissionButtons {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    width: 100%;
    margin-top: 15px;
}
.permissionButtonsEach {
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
    font-size: 15px;
    color: #1a73e9;
    padding: 0 15px;
    margin-left: 20px;
}
.permissionButton {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    width: 72px;
    color: #1a73e9;
    border: 3px solid #f00;
}
.reject-button, .accept-button {
    display: inline-block;
    vertical-align: top;
    border-radius: 50px;
    border: none;
    text-align: center;
    padding: 0 15px;
    font-size: 13px;
    line-height: 30px;
    height: 48px;
    width: 48px;
    cursor: pointer;
    margin: 0 25px;
    outline: none;
    background-image: url(../images/call-icons.png);
    background-repeat: no-repeat;
}
.reject-button {
    background-color: #ff0000;
    background-position: 0 -48px;
}
.accept-button {
    background-color: green;
    background-position: 0 0;
}
.reject-button {
    margin-left: 0;
}
.accept-button {
    margin-right: 0;
}
.kycAccept {
    display: inline-block;
    vertical-align: text-bottom;
    border-radius: 5px;
    background-color: green;
    color: #fff;
    border: none;
    text-align: center;
    padding: 0 20px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 1;
    width: 100%;
    height: 45px;
    cursor: pointer;
    white-space: nowrap;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
    box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
}
.accept-button:hover, .accept-button:focus, .reject-button:hover, .reject-button:focus {
    opacity: .8;
}
.groupChat-notification {
    float: left;
    width: 100%;
    padding: 6px 10px;
    text-align: center;
}
.groupChat-notification-text {
    padding: 3px 10px;
    display: inline-block;
    font-size: 12px;
    word-break: break-word;
    border-radius: 3px;
    background: #dcf2fd;
}
.each-chat-message {
    background: #f1f2f3;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    height: 48px;
}
.each-chat-message-inactive {
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 8px 10px;
    position: absolute;
    width: 100%;
    height: 40px;
    display: table;
    background: #e5e5e5;
    border-top: 1px solid #e1e1e1;
}
.each-chat-message-inactive .chat-inavtive-message {
    display: table-cell;
    vertical-align: middle;
}
.inner-textarea {
    position: relative;
    padding-right: 20px;
}
.textarea-plus {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.textarea {
    background: none;
    border-width: 0;
    border-radius: 0px;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    line-height: 17px;
    height: 19px;
    padding: 0 15px 0 0;
    margin: 0;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
}
.textAreaTaskDescription {
    border: 1px solid #e1e1e1;
    resize: none;
    height: 80px;
    font-size: 13px;
    padding: 6px;
    font-family: "Lato", sans-serif;
}
.textAreaComments {
    border: 1px solid #e1e1e1;
    resize: none;
    height: 100px;
    font-size: 13px;
    padding: 6px;
    font-family: "Lato", sans-serif;
}
.textAreaTaskDescription:hover {
    border: 1px solid #31859c;
    transition: all 0.3s ease 0s;
}
.eachAttachment-rollover {
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 1px;
    padding: 0;
    text-align: center;
    border-radius: 3px;
}
.comment-eachAttachmentOuter:hover .eachAttachment-rollover, .comment-eachFile:hover .eachAttachment-rollover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.comment-eachAttachment:hover .eachAttachment-rollover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.attachmentRolloverInner {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}
/* -------------------    Revised Chat CSS Start    ------------------- */
.myCommentOuter, .otherCommentOuter {
    float: left;
    width: 100%;
    padding: 8px 0;
}
.each-chat-boxMaximize .myCommentOuter, .each-chat-boxMaximize .otherCommentOuter {
    padding: 10px 0;
}
.commentContainerFull {
    float: left;
    width: 100%;
    padding: 0;
    position: relative;
}
.forwardHover {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    left: 0;
    background: rgba(64, 132, 164, 0);
}
.forwardActive .forwardHover {
    display: block;
}
.commentContainer {
    min-width: 130px;
    max-width: 100%;
    border-radius: 3px;
    position: relative;
}
.commentContainerInner {
    position: relative;
}
.commentInner, .imageInner, .attachmentInner {
    position: relative;
    padding: 0;
}
.chatCommentName {
    color: #31859c;
    font-weight: bold;
    margin-bottom: 5px;
}
.chatCommentSelf {
    color: #e46c0a;
    font-weight: bold;
    margin-bottom: 5px;
}
.unreadMessage .comment-text, .unreadMessage .comment-attachment-fileName, .unreadMessage .fileNsize-fileName {
    font-weight: bold;
}
.replyComment .chatCommentName, .replyComment .chatCommentSelf {
    font-size: 12.5px;
    font-weight: normal;
    margin-bottom: 2px;
}
.eachChat {
    width: 100%;
    float: left;
    position: relative;
}
.attachmentOuter {
    width: 100%;
    float: left;
    padding: 0;
    position: relative;
    margin: 6px 0 3px 0;
}
.replyCommentContent .attachmentOuter {
    margin-bottom: 0;
}
.attachmentInner {
    min-width: 130px;
    float: left;
    position: relative;
}
.replyImageAttachment {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    max-height: 50px;
}
.attachmentRollover {
    opacity: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    text-align: center;
}
.attachmentInner:hover .attachmentRollover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}
.timeNstatus {
    width: 100%;
}
.commentTime {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 17px;
    color: #858585;
}
.otherCommentOuter .small-font, .myCommentOuter .small-font {
    float: left;
}
.readStatus {
    display: inline-block;
    vertical-align: top;
    margin-left: 12px;
}
.otherCommentOuter .readStatus {
    display: none;
}
.forwardSelection {
    position: absolute;
    padding: 0 8px 2px 8px;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}
.otherCommentOuter .forwardSelection {
    right: -36px;
}
.myCommentOuter .forwardSelection {
    left: -36px;
}
.share-ImageAttachment .kycImage {
    width: 100%;
    min-height: 32px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.share-ImageAttachment .share-attachment-image {
    width: 100%;
    max-width: 230px;
    min-height: 32px;
    max-height: 200px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
}
.each-chat-boxMaximize .share-ImageAttachment .share-attachment-image {
    max-width: 400px;
    max-height: 400px;
}
.normalHeight, .minHeight {
    border-radius: 3px;
    overflow: hidden;
}
.hightCalculate {
    opacity: 0;
}
.normalHeight .hightCalculate img {
    display: block;
    width: 100%;
}
.minHeight .hightCalculate img {
    display: block;
    min-width: 100%;
    min-height: 75px;
}
.smallHeight .hightCalculate img {
    display: block;
}
.imagePosition {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.normalHeight .imagePosition img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.minHeight .imagePosition img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 75px;
    max-height: 250px;
    width: auto;
}
.smallHeight .imagePosition img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
.fileNsize {
    width: 100%;
    margin: 5px 0;
}
.fileNsize-fileName {
    word-wrap: break-word;
    max-height: 35px;
    width: 100%;
    color: #858585;
    font-size: 11px;
    line-height: 14px;
    overflow: hidden;
}
.fileNsize-fileSize {
    width: 100%;
    font-size: 11px;
    line-height: 14px;
    color: #858585;
}
.comment-imageTable {
    display: table;
    height: 100%;
}
.comment-image-verticalMiddle {
    display: table-cell;
    vertical-align: middle;
}
.comment-attachment-fileSize {
    font-size: 11px;
    line-height: 14px;
    color: #858585;
}
/*      -------------------  Revised Chat CSS End   -------------------             */
.comment-eachAttachment {
    float: left;
    width: 100%;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px 0;
    padding: 0;
}
.comment-eachFile {
    float: left;
    position: relative;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 5px 10px 5px 0;
}
.each-chat-boxMaximize .comment-eachAttachment {
    width: auto;
    margin: 5px 10px 5px 0;
}
.comment-eachAttachmentOuter {
    float: left;
    padding: 0;
    position: relative;
}
.comment-eachAttachmentInner {
    float: left;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border: 1px solid #d9d9d9;
    background: #fff;
    padding: 5px;
}
.comment-eachAttachment-image {
    display: inline-block;
    vertical-align: middle;
    float: left;
    max-width: 140px;
    height: 44px;
    margin-right: 6px;
}
.comment-eachFile-image {
    display: inline-block;
    vertical-align: middle;
    max-width: 210px;
    height: 80px;
    margin-right: 10px;
}
.comment-eachAttachment-image img {
    display: block;
    max-width: 140px;
    max-height: 44px;
    width: auto;
}
.comment-eachFile-image img {
    display: block;
    max-width: 210px;
    max-height: 80px;
    width: auto;
}
.comment-eachAttachment-text {
    display: table;
    vertical-align: middle;
    min-width: 72px;
    height: 44px;
}
.comment-eachFile-text {
    display: inline-block;
    vertical-align: middle;
    max-width: 170px;
    min-width: 72px;
}
.comment-imageTable {
    display: table;
    height: 100%;
}
.comment-image-verticalMiddle {
    display: table-cell;
    vertical-align: middle;
}
.uploading-text-verticalMiddle {
    display: table-cell;
    vertical-align: middle;
}
.comment-text-verticalMiddle {
    display: table-cell;
    vertical-align: middle;
}
.comment-attachment-fileName {
    font-size: 12px;
    line-height: 14px;
    min-height: 14px;
    max-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
.comment-attachment-fileSize {
    font-size: 10px;
    line-height: 14px;
    color: #858585;
}
.comment-eachAttachment-maximize .comment-eachAttachmentInner {
    padding: 8px;
}
.comment-eachAttachment-maximize .comment-eachAttachment-image {
    max-width: 400px;
    height: 48px;
}
.comment-eachAttachment-maximize .comment-eachAttachment-image img {
    max-height: 48px;
    max-width: 400px;
}
.comment-eachAttachment-maximize .comment-eachAttachment-text {
    max-width: 150px;
    min-width: 72px;
}
.comment-eachAttachment-maximize .comment-attachment-fileName {
    font-size: 13px;
    min-height: 15px;
    line-height: 15px;
    max-height: 30px;
}
.comment-eachAttachment-maximize .comment-attachment-fileSize {
    font-size: 11px;
    line-height: 17px;
}
.replyPreviewOuter {
    padding: 0;
    margin: 0 0 10px 0;
}
.replyPreviewInner {
    width: 100%;
    background: #f1f2f3;
    padding: 5px;
}
.replyPreview {
    width: 100%;
}
.replyPreviewClose {
    float: right;
}
.replyPreviewContent {
    max-width: 93%;
    max-height: 51px;
    overflow: hidden;
}
.replyPreviewContent img {
    display: block;
    max-height: 44px;
    width: auto;
    max-width: 100%;
}
.replyCommentOuter {
    padding: 0;
    margin: 0;
}
.replyCommentInner {
    float: left;
    width: 100%;
    background: #f1f2f3;
    padding: 6px;
}
.replyComment, .replyCommentSelf {
    width: 100%;
    float: left;
    padding: 5px 8px;
    background: #f1f2f3;
    margin-bottom: 5px;
}
.replyComment {
    border-left: 3px solid #31859c;
}
.replyCommentSelf {
    border-left: 3px solid #e46c0a;
}
.replyCommentContent {
    max-width: 100%;
    max-height: 51px;
    overflow: hidden;
}
.replyCommentContent img {
    display: block;
    max-height: 44px;
    width: auto;
    max-width: 100%;
}
.replyCommentOuter .comment-eachAttachment {
    margin: 0;
}
.replyCommentOuter .comment-eachAttachment-image {}
.eachForward-rollover {
    opacity: 1;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
    width: 50px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    position: absolute;
    text-align: center;
    border-radius: 3px;
}
.forwardRolloverInner {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 0 8px;
    text-align: right;
    z-index: 999;
}
.eachForward-rollover .rollHover-icons {
    color: #5e5e5e;
}
.eachForward-rollover .rollHover-icons:hover {
    color: #31859c;
}
.eachText-rollover {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 15px;
    background: #fff;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.8));
    transition: all 0.1s ease-in 0s;
    z-index: 9999;
}
.maximizeWindow .eachText-rollover {
    position: relative;
    display: inline-block;
    margin-left: 16px;
}
.commentContainerInner:hover .eachText-rollover {
    opacity: 1;
    transition: all 0.1s ease-in 0s;
}
.textRolloverInner {
    position: absolute;
    right: 0;
    padding: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%);
}
.eachText-rollover .rollHover-icons {
    color: #5e5e5e;
}
.eachText-rollover .rollHover-icons:hover {
    color: #31859c;
}
.ellipsisText {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}
/*      -------------------  Video CSS Start  -------------------      */
.controlPanel {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    display: inline-block;
    transition: all 0.3s ease 0s;
    text-align: center;
    margin-top: -20px;
    height: 42px;
    z-index: 97;
}
.middle-panel:hover .controlPanel, .middle-panel:hover .eachControl.myProfile {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease 0s;
}
/*---------------Icon CSS Start----------------------*/
.eachControl {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    margin: 0 4px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #31859c;
    background-image: url(../images/sprite.png?v=38666);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    box-shadow: 0 2px 3px 2px rgba(0, 0, 0, 0.2);
}
.eachControl:hover {
    opacity: 0.9;
}
.eachControl:hover .iconhover-ToolTips, .eachControl:hover .iconhover-profileToolTips, .buttonBlueKYC:hover .iconhover-ToolTips, .eachControl:hover .iconhover-ToolTipsLeft {
    opacity: 1;
    visibility: visible;
}
.eachControl.myProfile {
    background-position: -120px -40px;
    transition: all 0.3s ease 0s;
}
.eachControl.video {
    background-position: 0px 0px;
}
.eachControl.videoMute {
    background-position: 0px -40px;
}
.eachControl.audio {
    background-position: -40px 0px;
}
.eachControl.audioMute {
    background-position: -40px -40px;
}
.eachControl.selfRecord {
    background-position: -80px 0px;
    background-color: #2c2c2c;
}
.eachControl.callEnd {
    background-position: -120px 0px;
    background-color: #ff0000;
}
.eachControl.callEndOff {
    background-position: -120px 0px;
    background-color: #d9d9d9;
    cursor: default;
}
.eachControl.callStart {
    background-position: -120px 0px;
    background-color: #00a651;
}
.eachControl.oneWayVideo {
    background-position: -240px -40px;
}
.eachControl.location {
    background-position: -280px -40px;
    background-color: #48b564;
}
.eachControl.videoRecording {
    background-position: -160px 0px;
    background-color: #2c2c2c;
}
.eachControl.videoRecordingOneWay {
    background-position: -320px 0px;
    background-color: #2c2c2c;
}
.eachControl.videoRecordingTwoWay {
    background-position: -320px -40px;
    background-color: #2c2c2c;
}
.eachControl.audioRecording {
    background-position: -360px 0px;
    background-color: #2c2c2c;
}
.eachControl.video-twoAudioRecording {
    background-position: -320px 0px;
    background-color: #2c2c2c;
}
.eachControl.videoRecordingEnd {
    background-position: -160px -40px;
    background-color: #ff0000;
}
.eachControl.videoRecordingDisabled {
    background-position: -80px -40px;
    background-color: #969696;
    cursor: default;
}
.eachControl.imageVideo {
    background-position: -80px -40px;
    background-color: #31859c;
    cursor: default;
}
.eachControl.swipeCamera {
    background-position: -200px 0px;
    background-color: #1a73e8;
}
.eachControl.screenShare {
    background-position: -200px -40px;
    background-color: #0fafdb;
}
.eachControl.screenShareOff {
    background-position: -200px -40px;
    background-color: #d9d9d9;
    cursor: default;
}
.eachControl.screenSharingOn {
    background-position: -400px 0px;
    background-color: #0fafdb;
}
.eachControl.screenSharingOff {
    background-position: -400px -40px;
    background-color: #ff0000;
}
.eachControl.audioCall {
    background-position: -280px 0px;
}
.eachControl.guFeedback {
    background-position: -360px -40px;
    background-color: #31859c;
}
.eachControl.disabled {
    background-color: #d9d9d9;
    cursor: default;
}
.eachControl.disabled:hover {
    opacity: 1;
}
.imageVideoPosition {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rightIconsContainer {
    position: absolute;
    right: 15px;
    top: 10px;
    text-align: center;
    z-index: 9;
}
.maximizeContainer {
    margin-bottom: 35px;
    background: rgba(0, 0, 0, 0.4);
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.maximizeContainer.videoPlus {
    margin-bottom: 20px;
}
.maximizeContainer.videoMinus {
    margin-bottom: 0;
}
.maximizeContainer.zoomDisabled {
    background-color: #d9d9d9;
    pointer-events: none;
}
.maximizeContainer:hover {
    background: rgba(0, 0, 0, 0.6);
    transition: all 0.3s ease 0s;
}
.liveRecordingContainer {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px 5px;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 25px auto;
}
.liveRecordingInfo {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
}
.liveRecording {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #ff0000;
    position: relative;
    -webkit-animation: recording 5s infinite;
    animation: recording 2s infinite;
}
@-webkit-keyframes recording {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes recording {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}
/*---------------Icon CSS End----------------------*/
.chat-boxIcon {
    position: absolute;
    right: 15px;
    top: 15px;
}
.ienotsupport {
    min-width: 300px;
}
.containerBox {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    float: left;
    padding: 0 10px;
}
.logo-containerBox {
    margin: 30px auto;
    width: 172px;
    height: 28px;
    padding: 0px;
}
.logo-containerBox img {
    width: 100%;
}
.line-containerBox {
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    border: 2px solid #D8D8D8;
    padding: 40px 20px;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
}
.otherVideo {
    position: absolute;
    width: 100%;
    top: 0px;
    bottom: 0;
    text-align: center;
}
.otherVideoOuter {
    position: relative;
    width: 100%;
    height: 100%;
}
.bandwidthPosition {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}
.bandwidthOverlay {
    line-height: 20px;
    padding: 6px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #e46c0a;
    border-radius: 6px;
}
.timerText {
    padding: 0 0;
}
.timerCounter {
    font-weight: bold;
    color: #ff0000;
    font-size: 15px;
    padding: 0 4px;
}
.cusBandwidth {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
}
.cusBandwidthInner {
    display: inline-block;
    line-height: 20px;
    text-align: center;
    border-radius: 6px;
    padding: 2px 8px;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #b9b5b2;
}
.lowBandwidth {
    color: #ff0000;
}
.other-videoOff .otherVideoOuter {
    display: table;
}
.otherVideoInner {
    position: relative;
    width: 100%;
    height: 100%;
}
.chatVideo {
    position: absolute;
    max-height: 100%;
    max-width: 100%;
    min-width: 360px;
    min-height: 360px;
    height: 400px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mobileVideo {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100%;
    max-width: 100%;
    transform: translate(-50%, -50%);
}
.bigVideo {
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: auto !important;
}
.bigMobileVideo {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.otherVideoInner img {
    max-width: 100%;
}
.other-videoOff .otherVideoInner {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.myVideo, .myVideoKYC {
    position: absolute;
    left: 12px;
    bottom: 10px;
    height: 120px;
    text-align: center;
    z-index: 8;
}
.myVideo video, .myVideoKYC video {
    height: 100%;
}
.myVideoOuter {
    position: relative;
    width: 100%;
    height: 100%;
}
.myVideoOff {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.close-lb {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url('../images/close-x.png?v=38666');
    height: 20px;
    width: 20px;
    cursor: pointer;
}
.reconnectingBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 10;
}
.reconnectingInner {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 50%;
    margin-top: -50px;
    padding: 0 15px;
    text-align: center;
}
.reconnectText {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 30px;
}
/* ------------------- ON / OFF Swithch  ------------------- */
.onoffswitchContainer {
    float: right;
    margin-top: 6px;
}
.onoffswitch {
    position: relative;
    width: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0px;
    border-radius: 20px;
    height: 17px;
}
.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block;
    float: left;
    width: 50%;
    height: 17px;
    padding: 0;
    line-height: 17px;
    font-size: 11px;
    color: white;
    font-family: "Lato", Arial, sans-serif;
    font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #31859c;
    color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #d9d9d9;
    color: #999999;
    text-align: right;
}
.onoffswitch-switch {
    display: block;
    width: 13px;
    height: 13px;
    margin: 2px 0;
    background: #5e5e5e;
    position: absolute;
    top: 0px;
    right: 14px;
    border: 0px;
    border-radius: 50px;
    transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
    right: 2px;
    background: #FFFFFF;
}
/*      -------------------  Tab CSS Start  -------------------      */
.tabContainer {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    display: none;
    z-index: 91;
}
.eachTabContainer {
    display: inline-block;
    width: 49.5%;
    text-align: center;
}
.eachTab {
    padding: 7px 15px 3px 15px;
    text-align: center;
    cursor: pointer;
}
.eachTabSelected {
    border-bottom: 3px solid #e46c0a;
}
.chatCounter {
    display: inline-block;
    background: #ff0000;
    border-radius: 3px;
    color: #fff;
    line-height: 12px;
    padding: 2px 5px;
    margin-left: 5px;
}
/*      -------------------  Chat Contact Info CSS Start  -------------------      */
.chatInfoBox {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
}
.chatInfo-header {
    float: left;
    width: 100%;
    height: 40px;
    padding: 4px 10px 0 10px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 9999;
}
.chatInfo-icons {
    float: right;
    padding: 7px 0 0 10px;
}
.chatInfo-heading {
    line-height: 32px;
}
.chat-box-selected .chatInfo-header {
    background: #31859c;
}
.chat-box-selected .chatInfo-heading, .chat-box-selected .chatInfo-icons .normal-icons, .chat-box-selected .chatInfo-icons .noeffect-icons {
    color: #fff;
}
.chat-box-selected .chatInfo-icons .normal-icons:hover {
    color: #000;
}
.chatInfo-list {
    position: absolute;
    width: 100%;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
}
.information-each {
    width: 100%;
    position: relative;
    float: left;
    padding: 8px 12px 8px 8px;
    border-bottom: 1px solid #f4f4f4;
}
.chat-each-folder {
    width: 100%;
    position: relative;
    float: left;
    padding: 6px 12px 6px 8px;
    cursor: pointer;
    border-bottom: 1px solid #f4f4f4;
}
.chat-each-folder:hover {
    background: #f4f4f4;
    transition: all 0.3s ease 0s;
}
.chat-each-folder.chat-each-folder-selected {
    background: #31859c;
}
.chat-each-folder-selected .noeffect-icons, .chat-each-folder-selected .chat-folder-text, .chat-each-folder-selected .chat-status {
    color: #fff;
}
.chat-each-folder.forwardSelected {
    background: #f4f4f4;
}
.chat-each-folder-textbox {
    overflow: hidden;
}
.chat-each-folder-textbox-container {
    width: calc(100% - 22px);
    overflow: hidden;
    float: left;
}
.chat-each-folder-status {
    float: right;
    padding-top: 6px;
}
.chatFolderHeight {
    display: inline-block;
    vertical-align: middle;
    height: 32px;
    width: 0px;
}
.chatFolder-textHeight {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-right: -3px;
}
.chat-each-folder-profile {
    width: 100%;
    float: left;
}
.chat-folder-location {
    width: 100%;
    float: left;
    margin-top: 5px;
}
/*      -------------------  Overlay Profile for Mobile CSS Start  -------------------      */
.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    max-height: calc(100% - 48px);
    margin-top: -1px;
    visibility: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    z-index: 95;
}
.profileMainVideoContainer .overlay {
    display: none;
}
.overlay.overlay-visible {
    visibility: visible;
}
.overlay-content {
    width: 100%;
    padding: 0;
    z-index: 999999;
    transition: 0.5s;
    -webkit-overflow-scrolling: touch;
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    border-bottom: 2px solid #e7e7e7;
    background: #fff;
}
.overlay-content.overlay-content-visible {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.profileCurtainContainer {
    width: 100%;
    max-height: 100%;
    padding: 0 40px 0 10px;
    position: relative;
    background: #fff;
    font-size: 15px;
    line-height: 22px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.overlay-content .closebtn {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    text-decoration: none;
    color: #000;
    display: block;
    transition: 0.3s;
    z-index: 9;
}
/* ----  Overlay Profile for Mobile CSS End  ------ */
.ieHeading {
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
}
.browser-containerBox {
    width: 100%;
    margin: 25px 0;
}
.eachBrowserContainer {
    cursor: pointer;
    display: inline-block;
    width: 49%;
}
.icon_txt {
    font-size: 16px;
    color: #404040;
    font-weight: bold;
}
.chromeIcon {
    background-image: url("../images/icons.png?v=38666");
    background-repeat: no-repeat;
    background-position: -20px -20px;
    width: 89px;
    height: 83px;
    margin: auto;
}
.mozilaIcon {
    background-image: url("../images/icons.png?v=38666");
    background-repeat: no-repeat;
    background-position: -265px -20px;
    width: 89px;
    height: 83px;
    margin: auto;
}
.outer-textarea-comment {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    min-height: 50px;
    padding: 15px 10px 12px 10px;
    margin: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid transparent;
    z-index: 9991;
}
.outer-textarea-comment-mobile {
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    min-height: 45px;
    padding: 12px 10px 10px 10px;
    margin: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid transparent;
}
.outer-textarea-comment:hover {
    border-bottom: 2px solid #31859c;
}
.outer-textarea-comment-mobile:hover {
    border-bottom: 2px solid #31859c;
}
.comment-textarea {
    background: none;
    border-width: 0;
    border-radius: 0px;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    height: 19px;
    padding: 0 15px 0 0;
    margin: 0;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.searchSendButton {
    position: absolute;
    top: 50%;
    right: 0px;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin-top: -10px;
}
.searchSendButton.inactive {
    background: url(../images/send-inactive.png) no-repeat;
    background-size: cover;
}
.searchSendButton.active {
    background: url(../images/send-button.png) no-repeat;
    background-size: cover;
}
.otherProfile {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 32px;
    line-height: 130px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
}
.videoOffProfile {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 32px;
    line-height: 130px;
    color: #ffffff;
    margin: 0 auto;
}
.profileMainChatContainer, .profileMainVideoContainer {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    Left: 0;
}
.videoPlayTopContainer {
    padding: 10px 20px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #e7e7e7;
    height: 84px;
    text-align: left;
    position: relative;
}
.forVideoAdmin .videoPlayTopContainer {
    height: 96px;
}
.audioPlayerPageOuter .videoPlayTopContainer {
    position: absolute;
    width: 100%;
    top: 50%;
    height: auto;
    text-align: center;
    transform: translateY(-50%);
    border: none;
}
.playHeadingContainer {
    float: left;
    padding: 0;
    width: calc(100% - 250px);
    max-width: 260px;
}
.playProfileContainer {
    float: left;
    width: 64px;
}
.playProfile {
    width: 64px;
    height: 64px;
    margin: 0;
    line-height: 64px;
    font-size: 24px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: bold;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.playPublicContainer {
    font-size: 12px;
    line-height: 16px;
    margin-top: 8px;
    position: relative;
}
.playPublicEach {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: calc(100% - 72px);
}
.playPublicEach:last-child {
    margin-right: 0;
}
.playLogoContainer {
    float: right;
    text-align: right;
    max-width: calc(100% - 260px);
}
.audioPlayerPageOuter .playHeadingContainer {
    width: 100%;
    max-width: 100%;
}
.audioPlayerPageOuter .playProfileContainer {
    float: none;
    width: 130px;
    margin: 0 auto;
}
.audioPlayerPageOuter .playProfile {
    width: 130px;
    height: 130px;
    font-size: 32px;
    line-height: 130px;
}
.audioPlayerPageOuter .playLogoContainer {
    width: 100%;
    text-align: center;
}
.videoLogoHeight {
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}
.forVideoAdmin .playLogoContainer .videoLogoHeight {
    height: 0px;
}
.audioPlayerPageOuter .videoLogoHeight {
    display: none;
}
.playNameContainer {
    padding-left: 75px;
    font-size: 0px;
}
.audioPlayerPageOuter .playNameContainer {
    padding: 0;
    margin: 30px 0;
}
.videoLogo {
    display: inline-block;
    vertical-align: middle;
}
.videoLogo img {
    max-width: 220px;
    max-height: 50px;
}
.videoPlayContainer {
    position: relative;
    width: 100%;
    height: calc(100% - 84px);
    overflow-y: auto;
    background: #000;
}
.forVideoAdmin .videoPlayContainer {
    height: calc(100% - 96px);
}
.audioPlayerPageOuter .videoPlayContainer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
}
.externalVideoContainer {
    float: left;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    max-width: 100%;
    height: 99%;
    font-size: 0px;
}
.externalVideoContainer video {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    max-height: 100%;
    max-width: 100%;
    min-width: 480px;
}
.audioPlayerPageOuter .externalVideoContainer video {
    min-height: 500px;
}
/* ------------KYC Page Start----------------- */
.kycPageContainer {
    min-width: 200px;
}
.kycPageTop {
    float: left;
    width: 100%;
    padding: 10px 0 10px 0;
    background: #fff;
    position: relative;
}
.kycPgeTopInner {
    width: 100%;
    max-width: 1366px;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
}
.kycPageChat {
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
}
.kycPageChatInner {
    display: flex;
    display: -moz-flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
/* ------ Merge Video CSS Start------ */
.mergeVideosInner {
    display: flex;
    display: -moz-flex;
    justify-content: center;
    padding: 0 0 0 1vw;
    width: 100%;
}
.videoCustomer, .videoAgent {
    display: flex;
    display: -moz-flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    width: 50%;
    padding: 0 4px;
}
.twoWayMobPor .videoCustomer {
    width: 24.4%;
    justify-content: flex-end;
}
.twoWayMobPor .videoAgent {
    width: 75.6%;
}
.mergeVideosInner Video {
    max-width: 100%;
    max-height: 100%;
}
.videoAgent video {
    height: 100%;
}
.videoRolloverOuter {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
}
.kycPageChatInner:hover .videoRolloverOuter, .kycPageChatInner:focus .videoRolloverOuter {
    display: block;
}
.timerStart {
    position: absolute;
    top: 15px;
    right: 10px;
    font-size: 14px;
    color: #fff;
}
#myProgress {
    width: 100%;
    background-color: #f9f962;
}
#myBar {
    width: 1%;
    height: 4px;
    background-color: #0099cc;
}
.videoRollover {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}
.videoControl {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0 4px;
    border-radius: 50px;
    background-image: url(../images/playerSprite.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
}
.videoControl.videoStart {
    background-color: #FD1842;
    background-position: 6px -30px;
}
.videoControl.videoStop {
    background-color: #202020;
    background-position: 6px 6px;
}
/* -------------- Merge Video CSS End-------------------- */
/* -------------------  Media Screen CSS Start  ------------------- */
@media screen and (max-width: 767px) {
    .twoWayMobPor .videoCustomer {
        width: 25%;
    }
    .twoWayMobPor .videoAgent {
        width: 75%;
    }
    .videoAgent video {
        height: auto;
    }
    .videoRolloverOuter {
        display: flex !important;
        position: relative;
        top: auto;
    }
}
/* -------------------  Media Screen CSS End  ------------------- */