/* scroll start */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-track:hover {
    background: #eee;
    padding: 0;
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    background: #aaa;
    border-radius: 6px;
    border: 1px solid #eee;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
}

::-webkit-scrollbar-thumb:hover {
    background: #777;
}


/* scroll end */

html {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato', sans-serif;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 420px;
    font-size: 13px;
    line-height: 17px;
    color: #5e5e5e;
    -webkit-overflow-scrolling: touch;
}

body.desktopWidth {
    min-width: 1000px;
    min-height: 550px;
}

body.noMinWidth {
    width: 400px;
    height: 300px;
    min-width: 0;
    min-height: 0;
}

* {
    box-sizing: border-box;
}

h1 {
    font-size: 18px;
    line-height: 24px;
    margin: 0;
    color: #202020;
}

h2,
h3 {
    font-size: 15px;
    line-height: 22px;
    color: #5e5e5e;
    margin: 0;
    font-weight: normal;
}

a {
    color: #2F7D93;
    text-decoration: none;
    cursor: pointer;
    word-wrap: break-word;
}

a:hover {
    color: #202020;
    transition: all 0.3s ease 0s;
}

pre {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    line-height: 22px;
    color: #5e5e5e;
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.pre-text-display {
    font-family: 'Lato', sans-serif;
    margin: 0;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

.replyText {
    font-size: 13px;
    line-height: 17px;
    max-height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

img {
    max-width: 100%;
}

p {
    margin: 0 0 10px 0;
}

.textCenter {
    text-align: center;
}

.red-text {
    color: #EB0000;
}

.blue-text {
    color: #2F7D93;
}

.inherited-text {
    padding: 0 1px;
}

.blue-bold-text {
    font-weight: 600;
    color: #2F7D93;
}

.black-text {
    color: #2d393f;
}

.black-bold-text {
    font-weight: bold;
    color: #2d393f;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.disp_block {
    display: block;
}

.text_align_center {
    text-align: center;
}

.ellipsisOwb {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.inline-value {
    margin: 0 8px;
}

.noInformation {
    padding: 8px;
}

.small-font {
    font-size: 11px;
    color: #858585;
}

.isDisabled {
    pointer-events: none;
    opacity: 0.6;
}

[type="radio"] {
    margin: 2px 0 0 0;
    cursor: pointer;
}

.kycDate {
    flex-shrink: 0;
    margin-right: 48px;
}

.kycDuration {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
}

.twoColumn {
    columns: 2;
    column-count: 2;
    column-gap: 20px;
    margin-bottom: 16px;
}

.threeColumn {
    columns: 3;
    column-count: 3;
    column-gap: 20px;
}

.fourColumn {
    columns: 4;
    column-count: 4;
    column-gap: 20px;
}


/*-----Non Assisted CSS Start-----*/

.video-container {
    display: flex;
    width: 100%;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-color: #3c4043;
}

.oneWayVideo {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.nAsstContainer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.eachnAsstStep {
    display: none;
    width: 100%;
    flex-direction: column;
    flex: 1 1 auto;
}

.nAsstControls {
    display: flex;
    flex-direction: column;
    min-height: 184px;
    align-items: flex-end;
}

.nAsstButtons {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 8px;
}

.nAsstIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0 10px;
    height: 40px;
    border-radius: 50px;
    background-color: #3c4043;
    fill: #fff;
    overflow: hidden;
}

.nAsstIcon.takeScreen {
    background-color: #FD1842;
}

.nAsstIcon.swipeCamera {
    background-color: #0a80ff;
}

.nAsstIcon.shareLocation {
    background-color: #48b564;
}

.instTakeColor {
    color: #FD1842;
}

.instSwipeColor {
    color: #0a80ff;
}

.instLocColor {
    color: #48b564;
}

.nAsstQues {
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 0 8px;
}

.nAsstQuesInner {
    display: flex;
    flex-direction: column;
    max-width: 600px;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 5px 10px;
    background: #f7f70a;
    color: #000;
    box-shadow: 0 -1px 3px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 18px;
    line-height: 1.2;
    position: relative;
}

.nAsstQuesInner::before {
    content: "";
    left: 50%;
    margin-left: -5px;
    position: absolute;
    background: #fff;
    top: -4px;
    right: 0;
    width: 8px;
    height: 8px;
    transform: rotate(-135deg);
    background: #f7f70a;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.1);
}

.nAsstArrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin: 12px 0 10px 0;
}

.nAsstArrow button {
    margin: 0;
    font-size: 15px;
    padding: 0 24px;
}


/*----- New CSS for Revised Open Chat Start -----*/

.openChatLandingContainer {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
}

.openChatLandingInner {
    float: left;
    width: 100%;
    padding: 0 20px;
    font-size: 15px;
    line-height: 22px;
}

.leftImg {
    flex: 0 0 190px;
    width: 190px;
    padding: 10px 0;
    text-align: center;
}

.groupImg {
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.landingLogo {
    float: right;
    margin: 10px 0 0 20px;
    display: flex;
    min-height: 44px;
    align-items: center;
}

.openChatProfileLogo {
    display: flex;
    justify-content: center;
    width: 100%;
}

.openChatProfileLogo img {
    max-width: 160px;
    max-height: 70px;
}

.openChatProfileStatus {
    width: 100%;
    margin: 10px 0;
}

.openChatStatusLabel {
    font-size: 12px;
}

.openChatStatus {
    font-style: italic;
    word-break: break-word;
}

.openChatGuestGroup {
    font-weight: bold;
    word-break: break-all;
}

.openChatBigText {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
    color: #202020;
}

.parentGroupName {
    font-weight: bold;
}

.openChatEachText {
    margin: 0 0 10px 0;
}

.profileLanding {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 20px 0;
    width: 100%;
    column-gap: 20px;
}

.openChatInput {
    margin: 15px 0 10px 0;
}

.openChatInputInner {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    column-gap: 15px;
}

.openChatInputBox {
    width: 100%;
    max-width: 320px;
}

.openChatButtonBox {
    display: inline-flex;
}

.openChatInputBox .eachTextarea {
    height: 30px;
    padding: 3px 8px;
    margin: 0;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.openChatInputBox .eachTextarea:hover,
.openChatInputBox .eachTextarea:focus {
    border: 1px solid #2F7D93;
}

.openChatProfileContainer {
    margin: 0 0 5px 0;
}

.openChatProfileName {
    color: #2F7D93;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 4px;
}

.openChatEachProfile {
    padding-bottom: 1px;
}

.mobileDisplay {
    display: none;
}

.openChatFooterNote {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
}

.eachText-rollover .wa-moremenu {
    margin-right: 0;
}


/*----- Content Structure CSS Start -----*/

.content-panel {
    position: absolute;
    left: 165px;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    box-shadow: -2px 0 2px 0 rgba(0, 0, 0, 0.2);
}

.chat-content-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 1;
}

.middle-panel,
.overlayContent {
    position: absolute;
    left: 0;
    right: 430px;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 7;
    transition: all 0.3s ease 0s;
}

.middle-panel.middle-panel-expand {
    right: 0;
}


/*----- Content Structure CSS End -----*/

.bold-text {
    font-weight: 600;
}

.profileTopContainer {
    padding: 6px 0;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    z-index: 999;
}

.profileTopContainerInner {
    width: 100%;
    max-width: 900px;
    min-height: 48px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
}

.AgentKYC .profileTopContainerInner {
    min-height: 40px;
}

.profileMainVideoContainer .profileTopContainerInner,
.faceMatchContainer .profileTopContainerInner {
    max-width: 100%;
}

.profileOuterContainer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.publicProfileDetails {
    margin-top: 5px;
}

.publicStatus {
    margin-bottom: 3px;
}

.publicLabel {
    float: left;
    width: 80px;
}

.publicLabelContent {
    float: left;
}

.statusOpen,
.statusSuccessful,
.statusIncomplete,
.statusUnable,
.statusRejected,
.statusDeclined {
    display: inline-block;
    font-weight: bold;
}

.statusOpen {
    color: #0099cc;
}

.statusSuccessful {
    color: #007e33;
}

.statusUnable {
    color: #ff8800;
}

.statusRejected {
    color: #cc0000;
}

.statusDeclined {
    color: #000;
}

.profileInfoContainer {
    position: absolute;
    inset: 60px 0 0 0;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    transition: all 0.3s ease 0s;
}

.profileInfoContainer.joinVideo {
    top: 112px
}

.profileMainVideoContainer .profileInfoContainer {
    max-width: 100%;
    overflow: hidden;
}

.AgentKYC .profileInfoContainer {
    top: 54px;
}

.profileInfoVideoContainer {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.videoContainer {
    position: absolute;
    right: 0;
    left: 0;
    top: 86px;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.logoLeftContainer {
    float: left;
    width: 100%;
    max-width: 500px;
}

.logoRightContainer {
    float: right;
    text-align: center;
}

.openChat {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fcfbf9;
}

.chat-store-container {
    float: right;
}

.openChatHeight {
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}

.publicChatHeight {
    height: 89px;
    display: inline-block;
    vertical-align: middle;
}

.openChatCenter {
    display: inline-block;
    vertical-align: middle;
}

.logo,
.speedoMeter {
    display: flex;
    justify-content: flex-end;
}

.logo img,
.speedoMeter img {
    max-width: 220px;
    max-height: 48px;
}

.logoContainer {
    width: 100%;
}

.logoContainer img {
    max-width: 200px;
    max-height: 48px;
}

.speedoText {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.uploadSpeed,
.downloadSpeed {
    font-size: 12px;
}

.speedFig {
    font-weight: bold;
}

.speedFig.lowSpeed {
    color: #EB0000;
}

.companyLogo {
    display: block;
    max-width: 200px;
    max-height: 32px;
}

.onlyForDesktop {
    display: block;
}

.onlyForMobile {
    display: none;
}

.profileHeadingContainer {
    float: left;
    display: flex;
    align-items: center;
    padding: 0;
    flex: 1 1 25%;
    max-width: 312px;
    overflow: hidden;
}

.profileHeadingClick {
    cursor: pointer;
}

.profileMainVideoContainer .profileHeadingClick {
    cursor: auto;
}

.profileContainer {
    width: 100%;
    padding-bottom: 25px;
}

.searchMiddleContainer {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 15px;
    text-align: center;
}

.searchMiddleContainer .logo img {
    max-width: 275px;
    max-height: none;
    display: block;
}

.footerContainer {
    width: 100%;
    padding: 20px 0 10px 0;
    text-align: center;
}

.poweredByContainer {
    font-size: 12px;
    color: #969696;
}

.poweredByContainer img {
    height: 20px;
}

.eachProfileContainer {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}

.eachProfileContainer:last-child {
    margin-bottom: 0;
}

.eachProfileContentLeft {
    position: inherit;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid;
    min-height: inherit;
}

.eachProfileContainer .txtOrange {
    color: #E13C09;
    border-color: #E13C09;
}

.eachProfileContainer .txtBlue {
    color: #2F7D93;
    border-color: #2F7D93;
}

.eachProfileContainer .txtGreen {
    color: #77933c;
    border-color: #77933c;
}

.eachProfileContentRight {
    width: 100%;
    padding: 0;
}

.txtGreyContainer {
    font-size: 12px;
    line-height: 18px;
    color: #969696;
    margin-top: 10px;
}

.clr {
    clear: both;
}

.labelText {
    position: absolute;
    top: 50%;
    right: 25px;
    left: 0;
    transform: translateY(-50%);
    font-size: 34px;
    line-height: 36px;
    font-weight: bold;
    text-align: right;
}

.labelTextMobile {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
}

.landingPage-textarea {
    width: 100%;
    max-width: 400px;
    background: #fff;
    padding: 10px 10px 5px 10px;
    margin: 0 auto;
    border-bottom: 1px solid #e1e1e1;
}

.landingPage-textarea:hover {
    border-bottom: 1px solid #2F7D93;
}

.landingPagetextarea {
    background: none;
    border-width: 0;
    border-radius: 0;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    height: 22px;
    padding: 0;
    margin: 0;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
}

.landingPagetextarea:hover,
.landingPagetextarea:focus {
    border-bottom: 1px solid #2F7D93;
}

.inputBoxContainer {
    max-width: 250px;
}

.eachTextarea {
    background: none;
    border-width: 0;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 0 0 3px 0;
    margin: 0;
    resize: none;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #e1e1e1;
}

.eachTextarea:hover,
.eachTextarea:focus {
    border-bottom: 1px solid #2F7D93;
}

.nameContainer {
    padding-left: 10px;
    overflow: hidden
}

.nameContainerKYC {
    overflow: hidden;
}

.verticalMiddle {
    display: table-cell;
    vertical-align: middle;
}

.profileImgContainer {
    float: left;
    width: 48px;
    flex: 0 0 48px;
    padding: 2px;
}

.profile-icon {
    width: 44px;
    height: 44px;
    margin: 0;
    line-height: 44px;
    font-size: 18px;
    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);
    background: #2F7D93;
}

.profile-icon img {
    width: 100%;
    height: auto;
}

.profile-iconHeight {
    height: 65px;
    display: inline-block;
    vertical-align: middle;
}

.profile-heading-details {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.nameOuter {
    display: flex;
    align-items: center;
}

.callOptions {
    margin-left: 12px;
    padding-right: 2px;
    position: relative;
}

.locationContainer {
    font-size: 12px;
    line-height: 15px;
}

.iAmAtContainer {
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #00B0F0;
    border-right: 2px solid #00B0F0;
    padding-right: 5px;
    margin-right: 5px;
}

.iAmAtLocationContainer {
    display: inline-block;
    vertical-align: middle;
    max-width: 555px;
}

.buttonContainer {
    margin-top: 12px;
}

.logoHeight {
    height: 48px;
    display: inline-block;
    vertical-align: middle;
}

.searchContainer {
    margin: 40px 0;
}

.eachSearchContainer {
    width: 100%;
    padding: 30px 0;
    position: relative;
}

.eachTextHeading {
    font-size: 22px;
}


/*----- Drop Down CSS Start -----*/

.drop-down-container {
    display: inline-block;
    position: relative;
    width: 100%;
}

.drop-down-container.ccpl-dropdown {
    width: 220px;
}

.drop-down-container select,
.timePicker select {
    cursor: pointer;
    background: #fff;
    color: #5e5e5e;
    font-family: 'Lato', sans-serif;
    font-size: 13px;
    resize: none;
    margin: 0;
    border: none;
    outline: none;
    position: relative;
}

.drop-down-container select {
    width: 100%;
    height: 30px;
    padding: 5px 5px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
}

.drop-down-container select:hover,
.drop-down-container select:focus,
.drop-down-container select:active {
    border: 1px solid #2F7D93;
}

select::-ms-expand {
    display: none;
}

.drop-down-container select option {
    padding: 2px 10px;
}

.timePicker select option {
    padding: 0;
}

.countrycode-show {
    position: absolute;
    top: 1px;
    left: 1px;
    right: 18px;
    bottom: 1px;
    padding: 6px;
    border-radius: 3px;
    background: #fff;
    pointer-events: none;
}

.phonebookCountrycode {
    float: left;
    margin-right: 3%;
    position: relative;
    width: 20%;
}

.phonebookNumber {
    float: left;
    margin-right: 3%;
    position: relative;
    width: 31%;
}

.phonebookExtension {
    float: left;
    margin-right: 0;
    position: relative;
    width: 20%;
}


/*----- Drop Down CSS End -----*/

.searchTopContainer {
    width: 100%;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.searchHeight {
    height: 64px;
    display: inline-block;
    vertical-align: middle;
}

.searchTopLeftContainer {
    width: 100%;
    max-width: 550px;
    display: inline-block;
    vertical-align: middle;
}

.eachTopSearchBox {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.topSearchBox {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    margin-right: 25px;
}

.topSearchButton {
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.scroll-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.scroll-container-fromBottom {
    bottom: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

.contact-cardbox-outer {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
    position: relative;
}

.contact-cardbox {
    position: relative;
    width: 305px;
    min-height: 130px;
    background: #fff;
    font-weight: normal;
    overflow: hidden;
    padding: 7px;
}

.contact-cardbox:hover {
    background: #f2f2f2;
    cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.contact-cardbox:hover>.contact-cardbox-content .profile-text-box .name {
    color: #E13C09;
}

.contact-cardbox-content {
    width: 100%;
}

.contact-cardbox .profile-text-box {
    width: 100%;
    padding-left: 125px;
}

.contact-cardbox .profile-text-box .name {
    font-size: 16px;
    line-height: 22px;
    color: #2F7D93;
}

.contact-cardbox .profile-text-box .name:hover {
    color: #E13C09;
    cursor: pointer;
}

.search-footer {
    position: absolute;
    bottom: 5px;
}

.chat-boxFullWidth {
    position: absolute;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    border: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    background: #fff;
    overflow: hidden;
}


/*----- Icon CSS Start -----*/

.videoPlayIcon {
    width: 24px;
    height: 24px;
    margin: 0 4px;
    fill: #5e5e5e;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.videoPlayIcon:hover {
    fill: #2F7D93;
}

.space-icons {
    display: block;
    position: relative;
    float: left;
    margin: 0 5px;
}

.space-icons:first-child {
    margin-left: 0;
}

.space-icons:last-child {
    margin-right: 0;
}

.normal-icons {
    display: inline-block;
    font-size: 16px;
    margin: 0 6px;
    cursor: pointer;
    color: #5e5e5e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.normal-icons:first-child {
    margin-left: 0;
}

.normal-icons:last-child {
    margin-right: 0;
}

.white-icons {
    display: block;
    font-size: 16px;
    font-style: normal;
    cursor: pointer;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.blue-icons {
    display: block;
    font-size: 16px;
    cursor: pointer;
    color: #2F7D93;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.noeffect-icons {
    display: block;
    font-size: 16px;
    color: #5e5e5e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.normal-icons:hover {
    /* opacity: 1; */
    color: #2F7D93;
    transition: all 0.3s ease 0s;
}

.blue-hover:hover {
    color: #2F7D93;
    transition: all 0.3s ease 0s;
}

.icons-active {
    color: #2F7D93;
    cursor: default;
}

.icons-active:hover {
    color: #2F7D93;
}

.small-icons {
    cursor: pointer;
    font-size: 13px;
    color: #5e5e5e;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.small-icons:hover {
    color: #2F7D93;
}

.big-icons {
    /* display: inline-block; */
    display: inline-flex;
    position: relative;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 0 10px;
    color: #5e5e5e;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.big-icons:hover {
    color: #2F7D93;
}

.big-icons:first-child {
    margin-left: 0;
}

.big-icons:last-child {
    margin-right: 0;
}

.very-small-icons {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    font-size: 10px;
    margin: 0 4px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.very-small-icons:hover {
    color: #2F7D93;
}

.readunread-icons {
    display: inline-block;
    vertical-align: top;
    font-size: 11.5px;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.readunread-icons:hover {
    color: #2F7D93;
}


/*----- Profile icon CSS Start -----*/

.profile-icon24,
.profile-icon32,
.profile-icon48,
.profile-icon64,
.profile-icon80,
.profile-big {
    float: left;
    border-radius: 50%;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.profile-icon24 {
    width: 24px;
    height: 24px;
    margin: 0 8px 0 0;
    font-size: 11px;
    font-weight: normal;
    line-height: 24px;
}

.profile-icon32 {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    margin: 0 8px 0 0;
    font-size: 14px;
    line-height: 32px;
}

.profile-icon48 {
    width: 48px;
    height: 48px;
    margin: 0 8px 0 0;
    font-size: 18px;
    line-height: 48px;
}

.profile-icon64 {
    width: 64px;
    height: 64px;
    margin: 0 8px 0 0;
    font-size: 24px;
    line-height: 64px;
}

.profile-icon80 {
    width: 80px;
    height: 80px;
    margin: 0 8px 0 0;
    font-size: 30px;
    line-height: 80px;
}

.profile-big {
    width: 110px;
    height: 110px;
    font-size: 32px;
    line-height: 110px;
}

.profile-landing {
    display: inline-block;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    width: 110px;
    height: 110px;
    font-size: 32px;
    line-height: 110px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background: #2F7D93;
}

.profile-icon24 img,
.profile-icon32 img,
.profile-icon48 img,
.profile-icon64 img,
.profile-icon80 img,
.profile-big img,
.profile-landing img {
    width: 100%;
    height: auto;
}

.profileUserPhoto {
    float: left;
    margin-right: 15px;
}


/*----- Button CSS Start -----*/

.button-container {
    display: flex;
}

.centeralign-button,
.leftalign-button,
.rightalign-button {
    display: flex;
    width: 100%;
    align-items: center;
    column-gap: 10px;
}

.centeralign-button {
    justify-content: center;
}

.leftalign-button {
    justify-content: flex-start;
}

.rightalign-button {
    justify-content: space-between;
}

.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.noMargin {
    margin: 0;
}

.button:first-child {
    margin-left: 0;
}

.button:last-child {
    margin-right: 0;
}

.childDisabled .button {
    background-color: #e1e1e1 !important;
    color: #858585 !important;
    pointer-events: none !important;
}

.eachButton {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.CPVButton {
    display: flex;
    position: relative;
}

.disInput {
    position: absolute;
    left: 0;
    top: calc(100% + 12px);
    width: 480px;
    z-index: 999;
}

.disInputInner {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    line-height: 15px;
    font-weight: normal;
    font-style: normal;
    padding: 10px 10px;
    position: relative;
}

.showList {
    text-align: left;
    margin-top: 8px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    background-color: #fff;
}

ul.showOptionList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

ul.showOptionList li {
    border: none;
    border-radius: 0;
    color: #3c4043;
    cursor: pointer;
    width: 100%;
    padding: 12px 12px;
    margin: 0;
}

ul.showOptionList li.activeList {
    background: #f5f5f5;
}

ul.showOptionList li:hover {
    background: #f5f5f5
}

.inputAdd {
    width: 100%;
    padding: 16px 16px;
}

.inputAdd {
    padding: 8px;
    background-color: #f1f2f3;
}

.eachAdd {
    width: 100%;
    margin-top: 12px;
}

.CPVDropDown {
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 24px 0 8px;
    cursor: pointer;
    background: #2ca9ce;
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1;
}

.CPVDropDown::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: 8px;
    top: 9px;
    padding: 3px;
    z-index: 1;
    display: inline-block;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    transition: 300ms transform 200ms;
}

.dropButtons {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 15px;
    left: 0;
    z-index: 999;
}

.dropButtonsInner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    column-gap: 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    padding: 10px 10px;
    position: relative;
}

.dropButtonsInner::before {
    content: " ";
    left: 36px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.eachButton .button {
    margin: 4px;
    padding: 0 12px;
}

.resolutionContainer .button {
    margin-left: 10px;
    margin-right: 10px;
}

.buttonblue {
    background-color: #2F7D93;
    color: #FFFFFF;
}

.buttonblue:hover,
.buttonblue:focus {
    background-color: #286f83;
}

.buttonOrange {
    background-color: #E13C09;
    color: #FFFFFF;
    transition: all 0.3s ease 0s;
}

.buttonOrange:hover {
    background-color: #c65e09;
    transition: all 0.3s ease 0s;
}

.buttonRed {
    background-color: #EB0000;
    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: #2F7D93;
    transition: all 0.3s ease 0s;
}

.buttonWhite:hover {
    background-color: #ededed;
    color: #26778d;
    transition: all 0.3s ease 0s;
}

.disabled-button {
    background-color: #e1e1e1 !important;
    color: #858585;
    cursor: default;
    pointer-events: none;
}


/*----- Middle Common CSS Start -----*/

.wa-hide {
    display: none !important;
}

.wa-show {
    display: block;
}

.actionSpinner {
    height: 35px;
    width: 50px;
    background: url("/web2/assets/images/action_spinner.gif?v=7347") center right no-repeat;
}

.actionSpinnerPopup {
    height: 35px;
    background: url("/web2/assets/images/action_spinner.gif") center right no-repeat;
}

.actionSpinnerPanPopup {
    width: 120px;
    height: 35px;
    background: url("/web2/assets/images/action_spinner.gif") center left no-repeat;
}

.spinner {
    height: 35px;
    width: 85px;
    background: url("/web2/assets/images/spinner.gif?v=7347") 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: 0 !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);
}

.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-name {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 3px;
}

.comment-name {
    color: #2F7D93;
    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: #2F7D93;
}

.comment-self {
    float: left;
    color: #E13C09;
    font-weight: bold;
    max-width: 100%;
    margin-right: 20px;
}

.comment-date {
    display: flex;
    flex-shrink: 0;
}

.replyComment .comment-name,
.replyCommentSelf .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;
}

.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: #2F7D93;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}

.searchbox:focus {
    border-color: #2F7D93;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}

.searchbox:active {
    border-color: #2F7D93;
    border-width: 0 0 3px 0;
    transition: all 0.3s ease 0s;
}

.search-clearText {
    position: absolute;
    right: 0;
    top: 0;
}


/*----- 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: 0;
    padding: 0;
    max-height: 80vh;
    overflow: hidden;
}

.popupContainer {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0;
    align-items: center;
    justify-content: center;
}

.popupBox {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 90vh;
}

.popupContainerInner {
    display: -ms-flexbox;
    display: flex;
    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;
}

.popupContainerInnerguest {
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    width: 100%;
    max-height: 90vh;
    /* 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: #E13C09;
    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;
}

.popupBottom {
    padding: 15px 20px 10px 20px;
    background: #f1f2f3;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 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: #E13C09;
}

.locationError {
    padding: 6px 15px;
    color: #EB0000;
}

.eachLocationHeader {
    font-weight: 600;
    color: #E13C09;
    margin-bottom: 5px;
}

.popup-container {
    width: 100%;
}

.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: 0;
}

.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;
}

.members-container {
    padding: 5px 0;
}

.members-thumbnail {
    width: 100px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px;
    margin: 5px 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;
}

.adminProfileContainer {
    position: relative;
}

.adminProfileIcon {
    background: rgba(255, 255, 255, .8);
    border-radius: 50px;
    height: 20px;
    left: 12px;
    padding: 0 3px;
    position: absolute;
    text-align: center;
    bottom: -6px;
    width: 20px;
}

.popupGroupMsg {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}

.eachPubGroupMsg {
    margin: 8px 0;
}

.sharingText {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.sharingTextEach {
    flex-shrink: 0;
}

.sharingLink {
    flex: 0 1 auto;
}

.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 0;
    padding: 6px 0;
    border-bottom: 1px solid #d9d9d9;
}

.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: 0;
    background: #ffffff;
    cursor: default;
    border: none;
    float: left;
    white-space: nowrap;
}

li.token-input-token-wa {
    overflow: hidden;
    height: auto;
    margin: 4px 10px 4px 0;
    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 0;
    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 0;
    padding: 3px 0;
    background: #ffffff;
    cursor: default;
    float: left;
    white-space: nowrap;
}

.headerPopUpBox {
    color: #ffffff;
    background-color: #2F7D93;
    padding: 10px 16px;
    font-size: 14px;
    border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
}

.popup-container-inner {
    padding: 20px 15px;
}

.popupHeaderRec {
    width: 100%;
    font-weight: bold;
    margin-bottom: 20px;
}

.popupHeader {
    font-size: 17px;
    line-height: 1.4em;
    font-weight: 600;
    color: #E13C09;
}

.eachTextContainer {
    padding: 15px 0;
}

.view-participant-popup-scroll {
    overflow-y: auto;
    height: 280px;
}

.popup-container-inner-grey {
    padding: 12px 15px;
    background: #f1f2f3;
    border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
}

.popup-container-innertopnospace {
    padding: 0 20px 20px 20px;
}

.popup-button-container {
    margin-top: 15px;
}

.youtube-popup-container-inner {
    padding: 15px;
    position: relative;
}

.youtube-closeButtonPosition {
    position: absolute;
    right: -10px;
    top: -10px;
    background: #2F7D93;
    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: 0;
    min-width: 285px;
    min-height: 100px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
}

.image-popup-container-inner img {
    padding: 0;
    display: block;
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.warningMessage {
    color: #EB0000;
}

.password-errormessage {
    color: #EB0000;
    font-size: 14px;
    line-height: 17px;
}

.statusMsg {
    padding: 12px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #202020;
    margin-top: 10px;
    background-color: #DEF2D6;
    border: 1px solid #8fb177;
}

.videoMessages {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    z-index: 1;
}

.redHighlight {
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    background: #fc1940;
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
}

.file-name-ellipses {
    overflow: hidden;
    min-height: 15px;
    max-height: 30px;
    line-height: 15px;
}


/*----- 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%;
    position: relative;
}

.landingPageInner {
    padding: 0 15px;
}

.landingPageInner.fixedWidth {
    max-width: 600px;
    padding: 0;
}

.landingPageLoadInner {
    max-width: 500px;
}

.landingPageEachText {
    margin: 15px 0;
    font-size: 16px;
    line-height: 22px;
}

.joinOuter {
    margin: 32px 0;
}

.eachJoin,
.guJoin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guJoin {
    margin: 8px 0;
}

.eachJoinIcon {
    margin-right: 16px;
}

.joinReconnect {
    margin: 72px auto;
    background: #f4f8ff;
    border: 0.1rem solid #408dff;
    padding: 8px 12px 24px 12px;
    max-width: 500px;
    border-radius: 5px;
}

.landingPageMsgInfo {
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.landingPageMsgInfo img {
    max-width: 100%;
}

.landingPageMsgLogo {
    width: 100%;
    margin: 10px 0;
    position: relative;
}

.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: #2F7D93;
    cursor: pointer;
}

.landingPageLinkText:hover {
    color: #E13C09;
}

.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: #2F7D93;
    background-image: url("/web2/assets/images/sprite.png?v=7347");
    background-repeat: no-repeat;
    background-position: 0 0;
}
.eachLanding:hover .eachLandingControl {
    opacity: 0.9;
}
.eachLandingControl.oneWayVideo {
    background-position: 0 0;
}
.eachLandingControl.twoWayVideo {
    background-position: -100px 0;
}
.eachLandingControl.audioCall {
    background-position: -200px 0;
}
.eachLandingControl.videoKYC {
    background-position: -300px 0;
} */

.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;
    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: 1250px;
    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;
}


/*----- 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: #202020;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}

@keyframes firstDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #202020;
    }
    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: #202020;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #cecece;
    }
}

@keyframes secondDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #202020;
    }
    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: #202020;
    }
    100% {
        background-color: #cecece;
    }
}

@keyframes thirdDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #202020;
    }
    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: #202020;
    }
}

@keyframes forthDot {
    0% {
        background-color: #cecece;
    }
    25% {
        background-color: #cecece;
    }
    50% {
        background-color: #cecece;
    }
    75% {
        background-color: #cecece;
    }
    100% {
        background-color: #202020;
    }
}


/*----- Connecting CSS End -----*/

.errorText,
.error-text {
    color: #ed1c24;
}

.errorLine {
    border-color: #ed1c24 !important;
}

.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: #E13C09;
}

.landingPageLogo {
    max-width: 196px;
    max-height: 72px;
}

.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;
}

.overlayChat {
    position: absolute;
    width: 430px;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 8;
    background: #fff;
    overflow: hidden;
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7;
}

.each-chat-boxRight {
    position: absolute;
    width: 430px;
    max-width: 900px;
    margin: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font-size: 14px;
    z-index: 8;
    background: #fff;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    transform: translateX(0);
}

.each-chat-boxRight.chat-box-close {
    width: 0;
    overflow: hidden;
}

.each-chat-boxRight.ChatCollapse {
    box-shadow: none;
    transform: translateX(100%);
    transition: all 0.3s ease 0s;
}

.each-chat-boxMaximize {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.rightChat {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.chatList {
    flex: 1 1 auto;
    position: relative;
}

.qTabs {
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 9999;
    padding: 0 10px;
    margin-bottom: 4px;
}

ul.qTab {
    margin: 0;
    padding: 0;
    display: flex;
    column-gap: 24px;
    height: 40px;
    align-items: flex-end;
}

ul.qTab li {
    list-style: none;
    display: flex;
    column-gap: 8px;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 6px;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

ul.qTab li:hover {
    list-style: none;
    border-bottom: 3px solid #2F7D93;
    transition: all 0.3s ease 0s;
}

ul.qTab li.selectedTab {
    color: #000;
    border-bottom: 3px solid #2F7D93;
    cursor: auto;
}

.qCounter {
    display: inline-block;
    background: #2F7D93;
    border-radius: 8px;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 2px 6px;
}

.eachQBox {
    width: 100%;
    padding: 15px 10px;
}

.eachQHeading {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 8px;
}

.qTextarea {
    background: none;
    color: #5e5e5e;
    padding: 6px 10px;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 5px;
    border: 1px solid #e1e1e1;
}

.qTextarea:hover,
.qTextarea:focus {
    border: 1px solid #2F7D93;
}

.qBottom {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-top: 1px solid #e1e1e1;
    z-index: 9991;
}

.viewMode {
    pointer-events: none;
}

.expButton {
    position: absolute;
    top: 60%;
    left: -32px;
    width: 32px;
    height: 36px;
    padding-left: 2px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.expButton:after {
    content: "";
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    width: 4px;
    background: #fff;
}

.expButton .svgIcons {
    fill: #494949;
}

.ChatCollapse .expButton {
    background: #0a80ff;
}

.ChatCollapse .expButton .svgIcons {
    fill: #fff;
}

.ChatCollapse .expButton .svgIcons {
    transform: scaleX(-1);
    transition: all 0.3s ease 0s;
}

.collapseCount {
    display: none;
    border-radius: 14px;
    min-width: 20px;
    height: 20px;
    padding: 0 4px;
    align-items: center;
    justify-content: center;
    background-color: #FD1842;
    color: #fff;
    position: absolute;
    left: -6px;
    top: -6px;
    font-size: 11px;
    line-height: 1;
    z-index: 9;
}

.ChatCollapse .collapseCount {
    display: flex;
}

.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 {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 2px;
}

.statusIcon {
    margin-right: 6px;
}

.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: flex;
    align-items: center;
    overflow: hidden;
}

.chat-scroll {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 0;
    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 #2F7D93;
    border-right: 2px solid #2F7D93;
    border-left: 2px solid #2F7D93;
    margin-left: -2px;
    width: 322px;
    position: relative;
}

.chat-uploading {
    background: #f1f2f3;
    bottom: 0;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    right: 0;
}

.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: #2F7D93;
}

.chat-box-offline .each-chat-box-icons .wa-cross {
    color: #5e5e5e;
}

.each-chat-list {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 52px;
    left: 0;
}

.chatList.chatOFF .each-chat-list {
    bottom: 0;
}

.chatList.chatOFF .outer-textarea-comment {
    display: none !important;
}

.incomingVideoContainer {
    position: absolute;
    width: 100%;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
}

.incomingVideoContainer img {
    width: 100%;
    height: auto;
}

.each-chat-list-bottom {
    position: absolute;
    bottom: 0;
}

.chatAndVideoContainerMobile {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    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;
}

.chatNotFound {
    float: left;
    padding: 10px 8px;
}

.chatVideoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: 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: 15px 15px;
    max-height: 100%;
    overflow-y: auto;
}

.chatVideoBox {
    display: inline-block;
    max-width: 400px;
    padding: 5px 15px;
    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: 5px;
}

.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 #EB0000;
}

.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("/web2/assets/images/call-icons.png?v=7347");
    background-repeat: no-repeat;
}

.reject-button {
    background-color: #EB0000;
    background-position: 0 -48px;
}

.accept-button {
    background-color: green;
    background-position: 0 0;
}

.reject-button {
    margin-left: 0;
}

.accept-button {
    margin-right: 0;
}

.kycAccept,
.joinButton,
.reconnectButton {
    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;
    height: 35px;
    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;
}

.kycAccept {
    width: 100%;
    height: 45px;
}

.joinButton {
    min-width: 100px;
    margin: 0 8px;
}

.positionReconnect {
    position: absolute;
    bottom: 18px;
    right: 16px;
}

.janusReconnect {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.reconnectButton {
    background-color: #ef6b3b;
}

.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: flex;
    align-items: center;
    background: #e5e5e5;
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid #a9a9a9;
}

.inner-textarea {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    column-gap: 8px;
    line-height: 10px;
    position: relative;
}

.chat-input {
    flex: 1 1 auto;
}

.textarea-plus {
    display: flex;
    align-items: center;
    /* cursor: pointer; */
}

.textAreaDescription {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #5e5e5e;
    font-family: Lato, sans-serif;
    font-size: 13px;
    height: 30px;
    padding: 5px 6px;
    resize: none;
    width: 100%;
    outline: 0;
    position: relative
}

.textAreaDescription:hover,
.textAreaDescription:focus,
.textAreaDescription:active {
    border: 1px solid #2F7D93;
    transition: all .3s ease 0s
}

.textarea {
    background: none;
    border-width: 0;
    border-radius: 0;
    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;
}
.textAreaTaskDescription:hover {
    border: 1px solid #2F7D93;
    transition: all 0.3s ease 0s;
} */

.textAreaInput {
    border: 1px solid #e1e1e1;
    resize: none;
    min-height: 30px;
    /* max-height: 30px; */
    font-family: "Lato", sans-serif;
    font-size: 13px;
    padding: 6px 6px;
    resize: none;
    width: 100%;
    outline: none;
}

.textAreaInput:hover,
.textAreaInput:focus {
    border: 1px solid #2F7D93;
}

.textAreaComments {
    border: 1px solid #e1e1e1;
    resize: none;
    height: 100px;
    font-size: 13px;
    padding: 6px;
    font-family: "Lato", sans-serif;
}

.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;
}


/*----- 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 10px;
    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;
}

.chatCommentName,
.chatCommentSelf {
    font-size: 12.5px;
    font-weight: normal;
    margin-bottom: 2px;
}

.chatCommentName {
    color: #2F7D93;
}

.chatCommentSelf {
    color: #E13C09;
}

.unreadMessage .comment-text,
.unreadMessage .comment-attachment-fileName,
.unreadMessage .fileNsize-fileName {
    font-weight: bold;
}

.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: 96px;
    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;
    display: flex;
    justify-content: center;
    align-items: center;
}

.attachmentInner:hover .attachmentRollover {
    opacity: 1;
    transition: all 0.3s ease 0s;
}

.attachmentRolloverInner {
    display: flex;
    column-gap: 5px;
    z-index: 999;
}

.timeNstatus {
    width: 100%;
}

.commentTime {
    display: inline-block;
    vertical-align: middle;
    font-size: 11px;
    line-height: 17px;
    color: #858585;
}

.readStatus {
    display: inline-block;
    vertical-align: top;
    width: 13px;
    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-attachment-image {
    width: 100%;
    max-width: 230px;
    min-height: 32px;
    max-height: 200px;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.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;
}

.share-attachment-image img {
    min-width: 96px;
    min-height: 48px;
}

.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;
}

.scpMatch {
    float: left;
    width: 100%;
    margin-top: 5px;
    color: #E13C09;
    font-weight: bold;
}

.fileNsize {
    float: left;
    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;
}

.eachRAR {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 8px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 8px;
}

.eachRAR:last-child {
    border: none;
    margin-bottom: 0;
}

.lineRAR {
    display: flex;
    column-gap: 4px;
}

.idRAR {
    font-weight: 600;
    color: #2F7D93;
    text-decoration: underline;
    cursor: pointer;
}

.chatDisabled .otherCommentOuter,
.chatDisabled .myCommentOuter,
.chatDisabled .outer-textarea-comment {
    pointer-events: none;
    opacity: 0.7;
}


/*----- 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;
}

.replyPreviewOuter {
    padding: 0;
    margin: 0 0 10px 0;
}

.replyPreviewInner {
    width: 100%;
    background: #f1f2f3;
    padding: 5px;
}

.replyPreview {
    width: 100%;
}

.replyPreviewClose {
    float: right;
}

.replyPreviewContent {
    max-width: calc(100% - 24px);
    max-height: 52px;
    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 {
    float: left;
    width: 100%;
    padding: 5px 8px;
    background: #f1f2f3;
    margin-bottom: 5px;
}

.replyComment {
    border-left: 3px solid #2F7D93;
}

.replyCommentSelf {
    border-left: 3px solid #E13C09;
}

.replyCommentContent {
    max-width: 100%;
    max-height: 52px;
    overflow: hidden;
}

.replyCommentContent img {
    display: block;
    max-height: 44px;
    width: auto;
    max-width: 100%;
}

.replyCommentOuter .comment-eachAttachment {
    margin: 0;
}

.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: #2F7D93;
}

.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: #2F7D93;
}

.ellipsisText {
    white-space: nowrap;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.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: #2F7D93;
    background-image: url("/web2/assets/images/sprite.png?v=7347");
    background-repeat: no-repeat;
    background-position: 0 0;
    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: 0 0;
}

.eachControl.videoMute {
    background-position: 0 -40px;
}

.eachControl.audio {
    background-position: -40px 0;
}

.eachControl.audioMute {
    background-position: -40px -40px;
}

.eachControl.selfRecord {
    background-position: -80px 0;
    background-color: #2c2c2c;
}

.eachControl.callEnd {
    background-position: -120px 0;
    background-color: #EB0000;
}

.eachControl.callEndOff {
    background-position: -120px 0;
    background-color: #d9d9d9;
    cursor: default;
}

.eachControl.callStart {
    background-position: -120px 0;
    background-color: #00a651;
}

.eachControl.oneWayVideo {
    background-position: -240px -40px;
}

.eachControl.location {
    background-position: -280px -40px;
    background-color: #48b564;
}

.eachControl.videoRecording {
    background-position: -160px 0;
    background-color: #2c2c2c;
}

.eachControl.videoRecordingOneWay {
    background-position: -320px 0;
    background-color: #2c2c2c;
}

.eachControl.videoRecordingTwoWay {
    background-position: -320px -40px;
    background-color: #2c2c2c;
}

.eachControl.audioRecording {
    background-position: -360px 0;
    background-color: #2c2c2c;
}

.eachControl.video-twoAudioRecording {
    background-position: -320px 0;
    background-color: #2c2c2c;
}

.eachControl.videoRecordingEnd {
    background-position: -160px -40px;
    background-color: #EB0000;
}

.eachControl.videoRecordingDisabled {
    background-position: -80px -40px;
    background-color: #969696;
    cursor: default;
}

.eachControl.imageVideo {
    background-position: -80px -40px;
    background-color: #2F7D93;
    cursor: default;
}

.eachControl.swipeCamera {
    background-position: -200px 0;
    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 0;
    background-color: #0fafdb;
}

.eachControl.screenSharingOff {
    background-position: -400px -40px;
    background-color: #EB0000;
}

.eachControl.stopUrl {
    background-position: -280px 0;
    background-color: #EB0000;
}

.eachControl.guFeedback {
    background-position: -360px -40px;
    background-color: #2F7D93;
}

.eachControl.callResume,
.eachControl.callHold {
    background-color: #2c2c2c;
    background-image: none;
    fill: #fff;
}

.eachControl.callHold {
    display: none;
    background-color: #fc1940;
}

.callOFF .callResume {
    display: none;
}

.callOFF .callHold {
    display: block;
}

.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;
}

.rightIconsContainer.forChime {
    top: 72px;
    right: 8px;
}

.varIcon {
    width: 32px;
    height: 32px;
    background-color: #1a73e8;
    border-radius: 20px;
    overflow: hidden;
    cursor: pointer;
}

.varIcon.digiIcon {
    border: 1px solid #938d8d;
}

.varIcon.greenIcon {
    background-color: #2ca9ce;
}

.closeUrl {
    position: absolute;
    left: 10px;
    bottom: 15px;
    text-align: center;
    z-index: 9;
}

.maximizeContainer {
    margin-bottom: 36px;
    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 {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px 8px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 24px;
}

.liveRecordingInfo {
    margin-left: 5px;
}

.liveRecording {
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #EB0000;
    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: 0;
}

.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: 0;
    bottom: 0;
    text-align: center;
}

.otherVideoOuter {
    position: relative;
    width: 100%;
    height: 100%;
}

.bandwidthPosition {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: calc(100% - 100px);
    display: flex;
    justify-content: center;
    z-index: 99;
}

.bandwidthOverlay {
    line-height: 20px;
    padding: 6px 12px;
    text-align: center;
    background: #fff;
    border: 1px solid #E13C09;
    border-radius: 6px;
}

.timerText {
    padding: 0 0;
}

.timerCounter {
    font-weight: bold;
    color: #EB0000;
    font-size: 15px;
    padding: 0 4px;
}

.agentWarning,
.agentMsg {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 15px;
    padding: 8px 12px;
    background: #EB0000;
    color: #fff;
    border-radius: 6px;
}

.agentMsg {
    gap: 4px;
    background: #007e33;
    color: #fff;
}

.timer {
    display: flex;
    column-gap: 6px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.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: #EB0000;
}

.otherVideoInner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
}

.otherVideoInner.iFrameVideo {
    flex-direction: row;
    -ms-flex-direction: row;
    align-items: center;
    padding-bottom: 160px;
}

.chatVideo {
    max-height: 100%;
    max-width: 100%;
    min-width: 360px;
    height: 400px;
    background: #fff;
}

.ytVideoContainer {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 11;
    position: relative;
}

.ytVideoText {
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    background: #fc1940;
    color: #fff;
    padding: 6px 6px;
    border-radius: 3px;
    margin-bottom: 12px;
}

.ytVideo {
    width: 100%;
    max-width: 80%;
    max-height: calc(100% - 48px);
    aspect-ratio: 9/5;
}

.iFrameVideo .chatVideo {
    width: 50%;
    height: auto;
}

.iFrameContainer {
    width: 50%;
    height: 100%;
    border-style: solid;
    border-color: #e7e7e7;
    border-width: 0 0 0 1px;
}

.iFrameContainer .iFrame {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
}

.bigVideo {
    max-height: 100% !important;
    max-width: 100% !important;
    height: 100% !important;
    width: auto !important;
}

.otherVideoInner img {
    max-width: 100%;
}

.myVideo,
.myVideoKYC {
    position: absolute;
    right: 20px;
    bottom: 10px;
    max-width: 160px;
    height: 120px;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: flex-end;
    z-index: 8;
}

.myVideo video,
.myVideoKYC video {
    width: 100%;
    height: 100%;
}

.myVideoOuter {
    position: relative;
    width: 100%;
    height: 100%;
    background: #000;
}

.myVideoOff {
    position: relative;
    width: 100%;
    height: auto;
    cursor: pointer;
}

.close-lb {
    position: absolute;
    top: -10px;
    right: -10px;
    background-image: url("/web2/assets/images/close-x.png?v=7347");
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.reconnectingBox,
.mutePosition {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
}

.reconnectText {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}

.mutePosition {
    display: flex;
    justify-content: center;
}

.videoOFFmutePosition {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.muteStatus {
    display: flex;
    width: 36px;
    height: 36px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}


/*----- Zoom CSS Start -----*/

.panzoom {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    cursor: move;
    user-select: none;
    touch-action: none;
    transform-origin: 50% 50%;
    transition: none 0s ease 0s;
    transform: scale(0.40657) translate(357.992px, -286.564px);
    display: flex;
    align-items: center;
    z-index: 1;
}

.panzoom img {
    display: block;
    padding: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.buttons {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 9;
}

.buttonsContainer {
    display: flex;
    column-gap: 16px;
}

.buttonsInner {
    background: #2ca9ce;
    display: flex;
    justify-content: center;
    padding: 3px 8px;
    border-radius: 25px;
    position: relative;
}

.buttons button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 4px;
    margin: 0 4px;
    font-size: 12px;
    outline: none;
    background: none;
    color: #fff;
    border: none;
    transition: background-color 0.2s ease-in-out;
    cursor: pointer;
}

.buttons button:active,
.buttons button:hover {
    text-decoration: underline;
}

.cropIns {
    padding: 0 10px;
    margin-top: 8px;
    text-align: center;
}


/*----- ON / OFF Swithch -----*/

.onoffswitchContainer {
    float: right;
    margin-top: 6px;
}

.onoffswitch {
    position: relative;
    width: 30px;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    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: #2F7D93;
    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: 0;
    right: 14px;
    border: 0;
    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 #E13C09;
}

.chatCounter {
    display: inline-block;
    background: #EB0000;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    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 {
    display: flex;
    width: 100%;
    height: 40px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 9999;
}

.chatInfo-icons {}

.chatInfo-heading {
    line-height: 32px;
}

.chat-box-selected .chatInfo-header {
    background: #2F7D93;
}

.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 {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 12px 8px 8px;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
}

.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: #2F7D93;
}

.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 {
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    overflow: hidden;
}

.chat-each-folder-textbox-container {
    flex: 1 1 auto;
    overflow: hidden;
}

.chatFolder-textHeight {
    padding-right: 4px;
}


/*----- 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("/web2/assets/images/icons.png?v=7347");
    background-repeat: no-repeat;
    background-position: -20px -20px;
    width: 89px;
    height: 83px;
    margin: auto;
}

.mozilaIcon {
    background-image: url("/web2/assets/images/icons.png?v=7347");
    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: 0;
    min-height: 50px;
    padding: 13px 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: 0;
    min-height: 45px;
    padding: 12px 10px 10px 10px;
    margin: 0;
    border-top: 1px solid #e1e1e1;
    border-bottom: 2px solid transparent;
} */

.outer-textarea-comment:hover,
.outer-textarea-comment:focus-within {
    border-bottom: 2px solid #2F7D93;
}


/* .outer-textarea-comment-mobile:hover {
    border-bottom: 2px solid #2F7D93;
} */

.comment-textarea {
    background: none;
    border-width: 0;
    border-radius: 0;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    line-height: 20px;
    min-height: 20px;
    max-height: 80px;
    padding: 0;
    margin: 0;
    resize: none;
    width: 100%;
    outline: none;
    position: relative;
    overflow-y: auto;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.searchSendButton {
    cursor: pointer;
    height: 22px;
    width: 22px;
}

.searchSendButton .big-icons {
    color: #2F7D93;
}

.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: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.profileVideoOverlay {
    background: #fff;
    z-index: 9999999;
}


/*----- Check Box CSS Start -----*/

.container {
    display: inline-block;
    vertical-align: top;
    position: relative;
    line-height: 20px;
    padding-left: 28px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #2F7D93;
    border-radius: 3px;
    transition: all 0.1s ease;
}

.checkmark:hover {
    box-shadow: 0 0 3px 3px #d9d9d9;
}

input:checked~.checkmark {
    background-color: #2F7D93;
    transition: all 0.1s ease;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked~.checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 4px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.checkPreFilled {
    pointer-events: none;
    opacity: 0.7;
}

.checkPreFilled .checkmark:after {
    display: block;
}


/*----- New CSS for Revised Open Chat -----*/

.popupScroll,
.popupContentScroll,
.popupScrollInst {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    min-height: 100px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
}

.popupScroll,
.popupContentScroll {
    flex-direction: column;
    -ms-flex-direction: column;
}

.popupContainerTag {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    justify-content: center;
    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;
}

.popupPhotoInner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    max-height: 100%;
}

.popupCropInner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 5px;
}

.ccplInner {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    max-height: 100%;
}

.popupPhotoInner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ccplInner img {
    max-width: 100%;
    max-height: 100%;
}

.tagGroupOuter {
    display: flex;
    width: 100%;
    padding: 12px 0;
    column-gap: 16px;
}

.tagGroupColumnLeft {
    flex: 1 1 auto;
}

.tagGroupColumnRight {
    flex: 0 0 55%;
}

.tagGroup {
    float: left;
    width: 100%;
    padding: 12px 10px 6px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    position: relative;
}

.tagTitle {
    position: absolute;
    left: 8px;
    top: -10px;
    padding: 0 7px;
    background: #fff;
    color: #202020;
}

.eachTag {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 4px 0;
}

.eachTagRadio {
    display: flex;
    align-items: flex-start;
}

.eachTagLabel {
    padding-left: 8px;
    cursor: pointer;
}

.tagError {
    color: #EB0000;
}

.flexColumn {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    overflow: hidden;
}

.flexColumn.verSpace {
    gap: 10px;
}

.popupContent {
    display: flex;
    display: -ms-flexbox;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.popupContent.slider {
    padding: 0 32px;
}

.popupContentLeft,
.popupContentRight {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    position: relative;
}

.popupContentLeft {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    justify-content: center;
    min-width: 432px;
    max-width: 480px;
    min-height: 200px;
    overflow: hidden;
}

.popupContentLeft.ccplLeft {
    max-width: none;
}

.popupContentRight {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    max-width: 100%;
    width: 600px;
    border-left: 1px solid #f1f2f3;
    overflow: hidden;
}

.popupContentRight.moreWidth {
    min-width: 600px;
}

.popupContentRight.ccplRight {
    width: 650px;
}

.popupLeft,
.popupRight {
    display: flex;
    display: -ms-flexbox;
    position: relative;
}

.popupLeft {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    justify-content: center;
    min-width: 350px;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

.popupRight {
    flex: 0 0 348px;
    border-left: 1px solid #f1f2f3;
    overflow: hidden;
}

.sliderEach {
    flex: 1 1 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.popupClose {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 28px;
    height: 28px;
    font-weight: bold;
    font-size: 15px;
    line-height: 1;
    background: #fff;
    color: #000;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    cursor: pointer;
    border: 2px solid #fff;
    z-index: 8;
}

.popupClose:before,
.popupClose:after {
    position: absolute;
    left: 12px;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #000;
}

.popupClose:before {
    transform: rotate(45deg);
}

.popupClose:after {
    transform: rotate(-45deg);
}

.popupRejectLeft,
.popupRejectRight {
    display: flex;
    display: -ms-flexbox;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    justify-content: center;
    min-height: 200px;
    overflow: hidden;
}

.popupRejectRight {
    border-left: 1px solid #f1f2f3;
}

.faceImages {
    width: 100%;
    float: left;
    padding: 20px 0;
    border: 1px solid #d9d9d9;
    position: relative;
}

.faceImages::before {
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
    height: 100%;
    border-left: 1px solid #d9d9d9;
}

.eachFaceBox {
    width: 50%;
    float: left;
    padding: 0 15px;
    text-align: left;
    position: relative;
}

.eachFaceBox.left {
    width: 40%;
}

.eachFaceBox.right {
    width: 60%;
}

.eachFaceimage {
    width: 100%;
    float: left;
    margin-top: 6px;
}

.eachFaceimage img {
    max-width: 100%;
    max-height: 650px;
}

.faceMatchContainer {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: relative;
}

.eachFaceMatchOuter {
    width: 100%;
    position: relative;
}

.eachFaceMatch {
    float: left;
    width: 100%;
    padding: 25px 15px;
}

.eachFaceMatch:nth-child(2n+2),
.faceMatchBack:nth-child(2n+2) {
    background: #f1f2f3;
}

.matchImages {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
}

.leftFaceMatch,
.rightFaceMatch {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    width: 50%;
    align-content: center;
    position: relative;
}

.leftFaceMatch {
    padding-right: 20px;
    justify-content: flex-start;
    align-items: flex-end;
}

.rightFaceMatch {
    padding-left: 20px;
    justify-content: flex-start;
    align-items: flex-start;
}

.eachFaceMatch img {
    max-width: 100%;
    max-height: 400px;
    flex-shrink: 0;
}

.matchTop {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.profileTextLeft,
.profileTextRight {
    margin-bottom: 10px;
}

.matchButton {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    color: #E13C09;
    font-weight: bold;
    font-size: 18px;
    min-width: 180px;
}

.matchButton.error {
    font-size: 15px;
    color: #EB0000;
}

.matchButton .button {
    margin-bottom: 0;
}

.recordingTypeOuter {
    float: left;
    width: 100%;
    padding: 0 0 2px 0;
    position: relative;
}

.recordingType {
    float: left;
    font-weight: 600;
    color: #0c699d;
}

.validationResult {
    float: left;
    width: 100%;
    margin: 5px 0;
    position: relative;
}

.validationInner {
    min-width: 230px;
    background: #f1f2f3;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 10px;
    position: relative;
}

.validationLine {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 10px 0;
    word-break: break-word;
}

.validationLabel {
    width: 124px;
}

.validationLabel.big {
    width: 216px;
}

.validationContent {
    flex: 1 1;
    -ms-flex: 1 1;
    padding-left: 8px;
    position: relative;
}

.validationContent::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
}

.customerLine {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 10px 0;
}

.customerLabel {
    font-weight: bold;
    color: #202020;
}

.customerContent {
    flex: 1 1;
    -ms-flex: 1 1;
}

.scpContainer {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
}

.scpTopContainer {
    float: left;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
}

.scpChatContainer {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    position: relative;
}

.scpChatInner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}


/*----- 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: 1250px;
    padding: 0 10px 10px 10px;
    margin: 0 auto;
    border-bottom: 1px solid #d9d9d9;
}

.kycHeader,
.kycPgeTopSection {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
    position: relative;
}

.kycPgeTopSection::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    bottom: 5px;
    border-left: 1px solid #d9d9d9;
}

.eachTopSection {
    width: 49%;
    position: relative;
    padding: 0;
}

.kycName {}

.kycTrackingID {
    margin-top: 4px;
}

.kycFullApi {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    width: 100%;
}

.apiMainCol {
    width: 100%;
    position: relative;
    padding: 0 10px;
}

.apiRestCol {
    width: 33.33%;
    padding: 0 0 0 20px;
    position: relative;
}

.apiRestCol.firstCol {
    padding-left: 0;
}

.eachAPIMain {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    margin: 10px 0;
}

.eachAPIMain.noSpace {
    margin: 0;
}

.eachAPIMain .eachAPI {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    margin: 10px 0;
}

.apiRestCol .eachAPI {
    display: flex;
    margin: 10px 0;
}

.eachAPIMain .apiLabel,
.eachTopSection .apiLabel {
    font-weight: bold;
    color: #202020;
    margin-bottom: 4px;
}

.apiRestCol .apiLabel {
    float: left;
    font-weight: bold;
    margin-right: 8px;
}

.eachAgentMark {
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}

.apiValue {
    flex: 1 1;
    -ms-flex: 1 1;
}

.unableInformation {
    background: #f9f2e0;
    border-radius: 5px;
    padding: 10px 10px 0 10px;
    margin-top: 20px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.unableHeader {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: bold;
    width: 100%;
}

.kycPageChat {
    width: 100%;
    float: left;
    position: relative;
}

.kycPageChatInner {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
}

.kycPageChat .myCommentOuter,
.kycPageChat .otherCommentOuter {
    margin: 12px 0;
}

.kycPan,
.kycCurrent {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    border: 1px solid #d9d9d9;
    padding: 0;
    margin-top: 6px;
    position: relative;
    background: #fff;
    overflow: hidden;
}

.kycCurrent {
    flex-wrap: wrap;
}

.kycPanLeft,
.kycPanRight,
.eachCurrent {
    display: flex;
    display: -ms-flexbox;
    flex: 0 1 100%;
    -ms-flex: 1 1 100%;
    flex-direction: column;
    -ms-flex-direction: column;
    justify-content: left;
    position: relative;
    min-width: 340px;
    min-height: 200px;
    overflow: hidden;
}

.eachCurrent {
    flex: 0 1 50%;
    padding: 10px;
    border-bottom: 1px dashed #d9d9d9;
}

.eachCurrent:nth-child(odd) {
    border-right: 1px dashed #d9d9d9;
}

.eachCurrent:nth-last-child(2) {
    border-bottom: none;
}

.eachCurrent:nth-child(2n) {
    border-bottom: 1px dashed #d9d9d9;
}

.eachCurrent:last-child {
    border-bottom: none;
}

.allLiveness {
    display: flex;
    display: -ms-flexbox;
    border: 1px solid #d9d9d9;
}

.eachLiveness {
    display: flex;
    display: -ms-flexbox;
    flex: 1 1 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 4px;
    border-right: 1px dashed #d9d9d9;
}

.eachLiveness:last-child {
    border: none;
}

.kycPanLeft img {
    object-fit: contain;
}

.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 12px 10px;
    margin-top: -22px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

.docImage {
    padding-bottom: 40px;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
}

.docTag {
    padding: 8px 15px;
    background: #e1eefb;
    font-weight: bold;
    text-align: center;
}

.kycFace {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    border: 1px solid #d9d9d9;
    padding: 0;
    margin-top: 6px;
    position: relative;
    background: #fff;
}

.auditorSection {
    float: left;
    width: 100%;
    padding: 0 10px;
    margin: 20px 0;
}

.auditorInner {
    max-width: 600px;
    margin: 0 auto;
}

.auditorButtons {
    float: left;
    width: 100%;
    padding: 15px;
    background: #f1f2f3;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.approveError {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}


/*----- KYC Page End -----*/

.controlButtons,
.recordingTimer {
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: left;
    z-index: 10;
}

.forGclChime {
    display: flex;
    left: 15px;
    top: auto;
    bottom: 15px;
}

.watchTimer {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    font-weight: bold;
    margin: 0 0 20px 0;
    max-width: 72px;
}

.bothSpeed {
    text-align: center;
    margin: 0 0 10px 0;
}

.bothSpeedInner {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 6px 5px;
    max-width: 72px;
}

.bothSpeed.lowSpeed .bothSpeedInner {
    background: #fc1940;
    color: #fff;
    border: 1px solid #fc1940;
}

.deviceInfo {
    max-width: 110px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 6px 6px;
    text-align: left;
    margin: 0 0 10px 0;
}

.bothSpeedLabel {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 5px;
}

.bothSpeedFig {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
}

.bothSpeedUnit {
    font-size: 16px;
}

.controlDesktop,
.controlResponsive {
    margin-bottom: 24px;
}

.forGclChime .controlResponsive,
.forGclChime .controlDesktop {
    margin-right: 15px;
    margin-bottom: 0 !important;
}

.controlDesktop:last-child,
.controlResponsive:last-child {
    margin-bottom: 10px;
}

.recordingTimer .eachControl {
    margin: 0;
}

.popupTagOuter {
    background: #fff;
}

.popupTagInner {
    padding: 8px 15px;
}

.popupInstInner {
    flex: 1 1 auto;
    padding: 8px 15px;
}

.eachCPV {
    width: 100%;
    padding: 12px 0;
    display: flex;
    display: -ms-flexbox;
    border-bottom: 1px solid #f1f2f3;
}

.eachCPV:last-child {
    border-bottom: none;
}

.eachCPVinform {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.aCPV {
    font-weight: bold;
}

.eachCPVQuestion {
    display: flex;
    align-items: center;
    column-gap: 16px;
    padding: 8px 0;
}

.cpvQuestion {
    flex: 1 1 auto;
}

.cpvAns {
    flex: 0 0 200px;
}

.eachTag.disabledTag,
.eachTag.selectedTag {
    pointer-events: none;
}

.eachTag.disabledTag {
    opacity: 0.7;
}

.panInputCon {
    width: 100%;
    padding: 12px 0;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
}

.panInputBox {
    width: 200px;
    margin-right: 16px;
}

.panInput {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #5e5e5e;
    font-family: Lato, sans-serif;
    font-size: 13px;
    height: 30px;
    padding: 5px 6px;
    resize: none;
    width: 100%;
    outline: 0;
    position: relative;
    text-transform: uppercase;
}

.panInput:hover,
.panInput:focus {
    border: 1px solid #2F7D93;
}

.panError {
    margin-top: 8px;
}

.insOuter {
    flex: 0 0 250px;
}

.insInner {
    width: 100%;
    min-height: 100%;
    padding: 15px 15px 5px 15px;
    background: #ffff99;
    color: #202020;
}

.insInner ul {
    margin: 0;
    padding-left: 20px;
}

.insInner ol {
    margin: 0;
    padding-left: 15px;
}

.insInner ul li {
    margin: 0 0 10px 0;
}

.insInner ol li {
    margin: 0 0 10px 0;
    padding-left: 5px;
}

.popupImage,
.cropImage {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    justify-content: center;
    background: #fff;
}

.cropImage {
    overflow: hidden;
    max-height: calc(100% - 94px);
}

.cropImage.withInsText {
    padding-bottom: 80px;
}

.cropImage.withoutInsText {
    padding-bottom: 40px;
}

.withCropIns,
.withoutCropIns {
    min-width: 190px;
    height: 100%;
    padding-bottom: 80px;
    position: relative;
}

.withCropIns {
    min-width: 190px;
    padding-bottom: 80px;
}

.withCropIns.gclTag {
    min-width: 460px;
    min-height: 70vh;
}

.withoutCropIns {
    padding-bottom: 40px;
}

.popupImage {
    min-height: 100px;
    overflow: hidden;
}

.popupImageInner,
.kycInner {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px;
    max-height: 100%;
}

.kycInner {
    padding: 0;
}

.kycInner.NoPan {
    background: #f1f2f3;
    height: 100%;
    min-height: 220px;
    padding: 0 12px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.4;
    text-align: center;
}

.popupImage img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.controlTop {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex: 1 0 75%;
    min-width: 840px;
}

.controlPanel {
    position: absolute;
    left: 340px;
    right: 340px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 32px;
    transition: all 0.3s ease 0s;
    text-align: center;
    z-index: 97;
}

.controlPanel.isRU {
    justify-content: flex-start;
}

.grpInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 12px;
    padding: 8px 12px 8px 8px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
}

.grpInfo:hover {
    background: #f1f2f3;
}

.grpText {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    overflow: hidden;
}

.grpDesc {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.grpSelection {
    flex: 0 0 16px;
    height: 16px;
}

.grpVal {
    margin-left: 2px;
}

.grpSep {
    margin: 0 4px;
}

.motorPanel {
    display: flex;
    column-gap: 12px;
    flex: 0 1 30%;
    z-index: 9999;
}

.motorButtons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -8px;
    padding-left: 12px;
    left: 100%;
    z-index: 999;
}

.dropButtonsMotor {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    grid-column-gap: 0;
    column-gap: 0;
    width: 800px;
    padding: 8px 8px;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    position: relative;
}

.dropButtonsMotor::before {
    content: " ";
    left: -6px;
    position: absolute;
    background: #fff;
    top: 16px;
    width: 10px;
    height: 10px;
    transform: rotate(-135deg);
    border-top: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
}

.motorButtons.avtiveState {
    opacity: 1;
    visibility: visible;
}

.eachMotorButton {
    width: calc(100% / 4)
}

.eachMotorButton .button {
    margin: 0;
    font-size: 12px;
    padding: 0 8px;
    height: 25px;
}

.eachMotorclaim {
    width: 100%;
    padding: 16px 10px;
    border-bottom: 1px solid #e1e1e1;
}

.eachMotorclaim:last-child {
    border-bottom: none;
}

.claimButton {
    display: flex;
    /* align-items: center; */
    column-gap: 16px;
}

.claimStatus {
    display: flex;
    align-items: center;
    column-gap: 8px;
}

.claimIcon {
    width: 16px;
    height: 16px;
    border-radius: 20px;
    background: #007e33;
}

.claimView {
    font-size: 13px;
    color: #2F7D93;
    cursor: pointer;
}

.topDropDown {
    display: flex;
    z-index: 97;
    position: relative;
}

.topDropDown.kycButtons {
    flex: 1 0 auto;
}

.labelDropDown {
    padding: 8px 24px 8px 8px;
    cursor: pointer;
    background: #2F7D93;
    color: #fff;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    display: none;
}

.dropDownInner {
    display: flex;
    column-gap: 8px;
}

.dropDownInner .button {
    margin: 0;
}

.justify-button {
    width: 100%;
    margin: 0;
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}

.resolutionButtons {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 100%;
    padding-top: 15px;
    white-space: nowrap;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    z-index: 999;
}

.eachButton:hover .resolutionButtons {
    opacity: 1;
    visibility: visible;
}

.resolutionInner {
    display: flex;
    flex-direction: column;
    gap: 12px;
    column-gap: 12px;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    padding: 10px 10px;
    position: relative;
}

.resolutionInner::after {
    content: " ";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    background: #fff;
    top: -7px;
    right: 0;
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    border-right: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}

.onlyButtons {
    display: flex;
    justify-content: center;
    column-gap: 12px;
}

.panNotAva {
    margin-top: 8px;
}

.buttonBlueKYC,
.buttonUnableKYC,
.buttonSuccessKYC,
.buttonRejectKYC,
.buttonDeclined,
.buttonGreyKYC,
.buttonLowRes,
.buttonHighRes,
.disabled-buttonKYC {
    background-color: #2ca9ce;
    color: #FFFFFF;
    margin: 0 4px;
    vertical-align: middle;
    position: relative;
}

.buttonBlueKYC {
    background-color: #2ca9ce;
}

.buttonUnableKYC {
    background-color: #f3a02f;
}

.buttonSuccessKYC {
    background-color: #007e33;
}

.buttonRejectKYC {
    background-color: #EB0000;
}

.buttonDeclined {
    background-color: #000;
}

.buttonGreyKYC {
    background-color: #d9d9d9;
    color: #5e5e5e;
}

.buttonReconnect {
    background-color: #ef6b3b;
    color: #fff;
}

.buttonLowRes {
    background-color: #29c740;
    color: #fff;
}

.buttonHighRes {
    background-color: #189a2b;
    color: #fff;
}

.disabled-buttonKYC {
    background-color: #e1e1e1;
    color: #858585;
    pointer-events: none;
}

.profileVideoOverlay .buttonUnableKYC,
.profileVideoOverlay .buttonSuccessKYC,
.profileVideoOverlay .buttonRejectKYC {
    min-width: 50px;
    pointer-events: none;
}

.buttonBlueKYC:hover,
.buttonUnableKYC:hover,
.buttonSuccessKYC:hover,
.buttonRejectKYC:hover,
.buttonGreyKYC:hover,
.buttonLowRes:hover,
.buttonHighRes:hover {
    opacity: 0.9;
}

.panMatchButton,
.panMismatchButton {
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    border-width: 2px 0 2px 0;
    border-style: solid;
    padding: 6px 8px;
}

.panMatchButton {
    color: #007e33;
    border-color: #007e33;
}

.panMismatchButton {
    color: #EB0000;
    border-color: #EB0000;
}

.panNumber {
    font-size: 15px;
    line-height: 1;
    font-weight: bold;
    padding: 0 0;
    width: 100%;
}

.systemResult {
    float: left;
    min-width: 230px;
    background: #2ca9ce;
    color: #fff;
    border-radius: 3px;
    padding: 8px;
    margin: 5px 0;
}

.eachResult {
    margin-bottom: 2px;
}

.kycGroup {
    margin: 0 -15px;
    background: #e1eefb;
    padding: 0 15px;
}

.eachKYC {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
    padding: 5px 0;
    border-bottom: 1px solid #f1f2f3;
    break-inside: avoid-column;
}

.eachKYC.spaceBetween {
    justify-content: space-between;
}

.imageView {
    margin-top: 16px;
}

.imageLabel {
    font-weight: 600;
    color: #0c699d;
    margin-bottom: 4px;
}

.kycGroup .eachKYC {
    border-color: #fff;
}

.eachPanKYC {
    width: 100%;
    padding: 15px 0;
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    border-bottom: 1px solid #f1f2f3;
}

.eachDetailsKYC,
.eachCCPLgroup {
    width: 100%;
    padding: 12px 0;
    display: flex;
    display: -ms-flexbox;
    border-bottom: 1px solid #f1f2f3;
    justify-content: space-between;
    align-items: center;
}

.eachCCPLgroup {
    flex-direction: column;
    -ms-flex-direction: coumn;
    align-items: flex-start;
}

.eachCCPLgroup:last-child {
    border-bottom: none;
}

.eachCCPLgroup .disabled {
    width: 100%;
    pointer-events: none;
    opacity: 0.7;
}

.verifiedKYCGroup {
    padding-bottom: 6px;
    border-bottom: 1px solid #d9d9d9;
}

.verifiedKYCGroup:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.locationShared {
    padding: 6px 0 0 0;
    margin-top: 15px;
    border-top: 1px solid #d9d9d9;
}

.eachVerifiedKYC,
.eachLine,
.eachCCPL,
.eachCCPLhead,
.eachCCPLfull {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    padding: 5px 0;
}

.eachLine {
    justify-content: space-between;
}

.eachVerifiedKYC {
    border-bottom: 1px solid #f1f2f3;
}

.ccplContainer {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -ms-flex-direction: column;
    height: 100%;
    padding: 0 10px;
}

.ccplContainer:first-child {
    padding-left: 0;
}

.ccplContainer:last-child {
    border-left: 1px solid #f1f2f3;
    padding-right: 0;
}

.ccplImage {
    flex: 1 1 100%;
    -ms-flex: 1 1 100%;
    text-align: center;
    overflow: hidden;
}

.eachCCPLhead {
    justify-content: center;
    font-weight: bold;
    border: none;
    padding: 3px 0;
}

.eachKYC:last-child,
.eachPanKYC:last-child,
.eachDetailsKYC:last-child,
.eachVerifiedKYC:last-child {
    border-bottom: none;
    margin-bottom: 1px;
}

.twoColumn .eachKYC:last-child {
    border-bottom: 1px solid #f1f2f3;
    margin-bottom: 0;
}

.radioInform {
    flex: 1;
    -ms-flex: 1;
    font-weight: bold;
    padding-right: 8px;
}

.radioKYC {
    display: flex;
}

.eachkycRadio {
    display: flex;
    align-items: center;
    margin-left: 24px;
}

.eachkycRadio.first {
    margin-left: 0;
}

.kycRadioLabel {
    margin-right: 6px;
}

.eachMark,
.eachRadio {
    text-align: right;
    margin-left: 10px;
    min-width: 60px;
    flex: 0 0 auto;
}

.eachRadio {
    text-align: right;
    min-width: 40px;
    margin-left: 12px;
}

.kycCheckBox {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin-right: 12px;
    background: yellow;
}

.kycCheckBox .checkmark {
    background-color: yellow;
    border: 1px solid #202020;
}

.kycCheckBox input:checked~.checkmark {
    background-color: yellow;
    transition: all 0.1s ease;
}

.kycCheckBox .checkmark:after {
    border-color: #202020;
}

.kycReportText {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    color: #5e5e5e;
    font-family: "Lato", sans-serif;
    font-size: 13px;
    height: 30px;
    padding: 5px 10px;
    resize: none;
    min-width: 220px;
    outline: none;
    position: relative;
    cursor: pointer;
}

.kycReportLabel {
    line-height: 30px;
    min-width: 105px;
    margin-right: 15px;
}

.kycReportText:hover {
    border-color: #2F7D93;
}

.kycDateIcon {
    display: inline-block;
    margin-right: 8px;
}

.kycDateText {
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.kycReportButton {
    display: inline-block;
    vertical-align: middle;
}

.eachVerInform {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    -ms-flex-direction: row;
    flex: 1 0;
    -ms-flex: 1 0;
    justify-content: flex-start;
}

.eachVerQues {
    display: inline-block;
    vertical-align: top;
    flex: 0 0 180px;
    padding-right: 8px;
}

.eachVerAns {
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
    padding-left: 8px;
    position: relative;
}

.eachVerAns::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
}

.automationOuter {
    margin: 24px 0 12px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.eachAutomation {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #d9d9d9;
}

.eachAutomation.noBorder {
    margin-top: 8px;
    padding-top: 8px;
    border: none;
}

.automationImages {
    display: flex;
    display: -ms-flexbox;
    margin: 8px -4px 0 -4px;
}

.eachAutomationImage {
    display: flex;
    display: -ms-flexbox;
    flex: 1 1 100%;
    align-items: center;
    padding: 0 4px;
    position: relative;
    border-right: 1px dashed #d9d9d9;
}

.eachAutomationImage img {
    max-height: 432px;
}

.eachAutomationImage:last-child {
    border: none;
}

table.tabelFormat {
    display: inline-block;
    text-align: left;
}

table.tabelFormat td {
    padding-left: 16px;
}

.automationTableOuter {
    margin: 8px 0 16px 0;
}

.automationTable,
.automationTable th,
.automationTable td {
    padding: 7px 6px;
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    text-align: left;
}

.automationTable tr:nth-child(even) {
    background: #f6f7fa;
}

.aiTable,
.aiTable th,
.aiTable td {
    padding: 2px 6px;
    border: 1px solid #e4e4e4;
    border-collapse: collapse;
    text-align: left;
}

.aiTable.topSpace {
    margin-top: 8px;
}

.aiTable tr:nth-child(odd) {
    background: #f6f7fa;
}

.automationTableHead {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    width: 100%;
    margin-bottom: 8px;
}

.reportHeader {
    background: #e5f5f9;
    font-weight: bold;
}

.reportGroup {
    background: #b5dbf1 !important;
    font-weight: bold;
}

.sNo {
    width: 52px;
}

.outPut {
    width: 124px;
}

.perCent {
    width: 84px;
}

.restCol {
    min-width: 120px;
}

.automationCol {
    min-width: 164px;
}

.statusFail {
    font-weight: bold;
    color: #cc0000;
}

.kycHeader {
    column-gap: 8px;
    color: #202020;
    align-items: center;
    min-height: 36px;
    margin-bottom: 12px;
}

.kycHeaderButton {
    display: flex;
}

.eachStatus {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    padding: 5px 0;
    align-items: center;
    break-inside: avoid-column;
}

.eachKYCouter {
    display: inline-block;
    vertical-align: top;
}

.eachKYCouterFull {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.eachUpsell {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f2f3;
    break-inside: avoid-column;
}

.eachUpsell.column {
    flex-direction: column;
    align-items: flex-start;
}

.upsellValue,
.upsellDate {
    display: flex;
    column-gap: 12px;
}

.upsellText {
    padding: 4px;
    font-weight: bold;
    cursor: pointer;
}

.upsellText:hover {
    text-decoration: underline;
}

.upsellText.accept {
    color: #007e33;
}

.upsellText.reject {
    color: #EB0000;
}

.upsellText.later {
    color: #f3a02f;
}

.upsellText.disabled {
    color: #858585;
    pointer-events: none;
}

.datePicker,
.timePicker {
    display: flex;
    align-items: center;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    height: 30px;
    line-height: 20px;
    padding: 5px 5px;
    min-width: 192px;
    max-width: 200px;
    cursor: pointer;
    position: relative;
}

.datePicker:hover,
.timePicker:hover {
    border-color: #2F7D93;
}

.tp {
    display: flex;
    align-items: center;
    column-gap: 4px;
    background-color: #fff;
    position: relative;
}

.tp input {
    font: inherit;
    border: 0;
    margin: 0;
    padding: 0;
    width: 20px;
    outline: 0;
    background-color: #fff;
    color: inherit;
    text-align: center;
}

.timeSlot {
    display: inline-block;
    cursor: pointer;
    user-select: none;
}

.resetField {
    position: absolute;
    top: 3px;
    right: 2px;
    width: 22px;
    height: 24px;
    cursor: pointer;
}

.resetField:after,
.resetField:before {
    position: absolute;
    right: 10px;
    top: 6px;
    content: "";
    height: 12px;
    width: 1px;
    background-color: #494949;
}

.resetField:after {
    transform: rotate(-45deg);
}

.resetField:before {
    transform: rotate(45deg);
}

.eachKYClabel,
.eachKYClabelBig {
    display: inline-block;
    vertical-align: top;
    flex: 0 0 130px;
    padding-right: 8px;
    word-break: break-word;
}

.eachKYClabelBig {
    flex: 0 0 150px;
}

.eachKYCselection {
    float: right;
}

.panKYCbutton {
    margin-top: 15px;
}

.eachKYCstatus {
    margin-right: 10px;
}

.eachKYCinformation {
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
    padding-left: 8px;
    position: relative;
}

.eachKYCinformation::before {
    content: ":";
    position: absolute;
    top: 0;
    left: 0;
}

.eachDetailsInformation {
    display: flex;
    display: -ms-flexbox;
    flex: 1 0;
}

.eachAddress {
    float: left;
    width: 50%;
    padding-right: 10px;
    word-break: break-word;
}

.addressHeader {
    color: #2d393f;
    margin-bottom: 3px;
}

.eachDetailsButtons {
    display: flex;
    flex: 0 0 auto;
    margin-left: 12px;
    justify-content: flex-end;
}

.anaComment {
    float: left;
    width: 100%;
    margin: 5px 0;
    color: #fff;
    position: relative;
}

.anaCommentInner {
    float: left;
    min-width: 230px;
    background: #5e5e5e;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 8px;
    position: relative;
}

.anaStatus {
    margin: 2px 0;
}

.anaSuccess .anaCommentInner {
    background: #007e33;
}

.anaUnable .anaCommentInner {
    background: #f3a02f;
}

.anaRejected .anaCommentInner {
    background: #cc0000;
}


/*----- Merge Video CSS Star -----*/

.mergeVideoContainer {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.videoPlayTopContainer {
    padding: 10px 15px;
    background: #fff;
    z-index: 999;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    justify-content: space-between;
    column-gap: 8px;
    align-items: center;
    position: relative;
}

.playHeadingContainer {
    display: flex;
    max-width: calc(100% - 250px);
    text-align: left;
}

.playLogoContainer {
    text-align: right;
    max-width: calc(100% - 260px);
}

.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;
}

.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;
}

.playNameContainer {
    max-width: 100%;
    flex: 1 1 auto;
    overflow: hidden;
}

.videoLogo {
    display: inline-block;
    vertical-align: middle;
}

.videoLogo img {
    max-width: 220px;
    max-height: 50px;
}

.videoPlayContainer {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow-y: auto;
    background: #3c4043;
}

.mergePlayerOuter {
    width: 100%;
    height: 100%;
    max-width: 1150px;
}

.mergeVideosOuter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #3c4043;
    position: relative;
}

.mergeVideosInner {
    display: flex;
    display: -moz-flex;
    flex-direction: row;
    -ms-flex-direction: row;
    flex: 0 1 auto;
    justify-content: center;
    overflow: hidden;
    width: 100%;
}

.mergeVideosInner.kycPage {
    min-height: 450px;
    position: relative;
}

.playIconOuter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.playIcon {
    width: 64px;
    height: 64px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    stroke: none;
    fill: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0.8;
}

.playIcon:hover {
    opacity: 1;
}

.videoAgent,
.videoCustomer {
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 50%;
    max-height: 600px;
    position: relative;
}

.videoAgent img,
.videoCustomer img {
    object-fit: contain;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.oneWayDesktop .videoCustomer {
    width: 100% !important;
}

.oneWayDesktop .videoAgent {
    position: absolute;
    opacity: 0;
}

.mergeVideosInner Video {
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.videoLatLong {
    position: absolute;
    bottom: 12px;
    right: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.videoChimeLatLong {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
}

.videoRolloverOuter {
    width: 100%;
    text-align: center;
    background: #666666;
    position: relative;
}

.timerStart {
    position: absolute;
    bottom: 20px;
    right: 10px;
    font-size: 14px;
    color: #fff;
}

#myProgress {
    width: 100%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.4);
    position: relative;
    z-index: 1;
}

#myBar {
    max-width: calc(100% - 5px);
    min-width: 7px !important;
    height: 4px;
    background-color: #fff;
    position: relative;
}

#myBar:after {
    content: "";
    position: absolute;
    top: -5px;
    right: -6px;
    width: 14px;
    height: 14px;
    border-radius: 20px;
    background-color: #fff;
}

.timeLine {
    width: 100%;
    height: 60px;
    position: relative;
}

.mileStone {
    position: absolute;
    top: 12px;
    background: rgba(0, 0, 0, 1);
    color: #fff;
    border-radius: 3px;
    padding: 6px 10px;
    cursor: pointer;
    transform: translatex(-50%);
    display: flex;
    flex-direction: column;
    white-space: nowrap;
}

.mileStone::before {
    position: absolute;
    border-color: rgba(0, 0, 0, 1) transparent;
    border-style: solid;
    border-width: 0 8px 8px 8px;
    content: " ";
    display: inline-block;
    left: 50%;
    top: -8px;
    transform: translateX(-50%);
}

.mileStone:hover {
    opacity: 0.8;
}

.mileStoneTime {
    font-size: 11px;
}

.videoRollover {
    display: inline-block;
    padding: 12px 2px;
    text-align: center;
}

.videoControl {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    width: 36px;
    height: 36px;
    margin: 0 4px;
    border-radius: 50px;
    background-image: url("/web2/assets/images/playerSprite.png?v=7347");
    background-repeat: no-repeat;
    background-position: 0 0;
}

.videoControl:hover {
    opacity: 0.9;
}

.videoControl.videoStartOver {
    background-color: #53c617;
    background-position: -180px 0;
}

.videoControl.videoStart {
    background-color: #ed1c24;
    background-position: 0 -36px;
}

.videoControl.videoStop {
    background-color: #53c617;
    background-position: 0 0;
}

.videoControl.videoUnmute {
    background-color: #ed1c24;
    background-position: -36px -36px;
}

.videoControl.videoMute {
    background-color: #53c617;
    background-position: -36px 0;
}

.videoControl.videoPrev {
    background-color: #2F7D93;
    background-position: -72px 0;
}

.videoControl.videoNext {
    background-color: #2F7D93;
    background-position: -72px -36px;
}

.videoControl.videoPrevOne {
    background-color: #2F7D93;
    background-position: -108px 0;
}

.videoControl.videoNextOne {
    background-color: #2F7D93;
    background-position: -108px -36px;
}

.videoControl.videoPrevTwo {
    background-color: #2F7D93;
    background-position: -144px 0;
}

.videoControl.videoNextTwo {
    background-color: #2F7D93;
    background-position: -144px -36px;
}

.sliderContainer {
    width: 100%;
    padding: 16px 0 4px 0;
    display: flex;
    justify-content: center;
    background-color: #fff;
}

.sliderContainerInner {
    width: 100%;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.speedSlider {
    width: 100%;
    max-width: 300px;
    appearance: none;
    height: 10px;
    background: #ddd;
    border-radius: 5px;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.speedSlider:hover {
    opacity: 1;
}

.speedSlider::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    background: #0052cc;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.2s;
}

.speedSlider::-webkit-slider-thumb:hover {
    background: #0056b3;
}

.speedDisplay {
    margin-top: 12px;
    display: flex;
    font-size: 16px;
}

.speedValue {
    min-width: 32px;
    margin-left: 8px;
    font-weight: bold;
}


/* ----- Loading CSS Start ----- */

.videoLoader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 1);
}

.loader,
.smallLoader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    border: 8px solid #f3f3f3;
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 64px;
    height: 64px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.smallLoader {
    margin: -16px 0 0 -16px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    width: 32px;
    height: 32px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*----- XML CSS Start -----*/

.xmlAction {
    margin-bottom: 35px;
    background: #0a80ff;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}

.xmlAction:hover {
    opacity: 0.9;
    transition: all 0.3s ease 0s;
}

.xmlAction.spaceBottom {
    margin-bottom: 20px;
}

.fileContent {
    width: 100%;
    margin-bottom: 20px;
}

.fileUpload,
.inputSec {
    display: flex;
    display: -ms-flexbox;
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.inputSec {
    flex-direction: column;
}

.xmlInput {
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    display: flex;
    display: -ms-flexbox;
    position: relative;
}

.xmlBox {
    margin-left: 12px;
}

.xmlButton {
    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: 35px;
    background: #2F7D93;
    color: #fff;
    cursor: pointer;
    white-space: nowrap;
    box-sizing: content-box;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
    outline: none;
    transition: all 0.3s ease 0s;
}

.xmlButton:hover,
.xmlButton:focus {
    background-color: #286f83;
}

.inputField {
    height: 35px;
    padding: 0 10px;
    margin: 0;
    resize: none;
    width: 100%;
    text-align: left;
    outline: none;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
}

.inputField .noLine {
    border: 1px solid #fff;
}

.inputFieldUpload {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    cursor: pointer;
}

.inputField:hover,
.inputField:focus,
.inputFieldUpload:hover,
.inputFieldUpload:focus {
    border: 1px solid #2F7D93;
}

.errorFile {
    border-color: #EB0000 !important;
}

.xmlLine {
    margin-bottom: 10px;
}

.inputLine {
    display: flex;
    column-gap: 4px;
}

.validationContent .inputLine {
    margin-bottom: 2px;
}

.validationContent .inputLine:last-child {
    margin-bottom: 0;
}

.inputLabel {
    margin-bottom: 5px;
}

.noActionButton {
    opacity: 0.8 !important;
    cursor: default !important;
    fill: #5e5e5e !important;
}


/*----- Media Screen CSS Start -----*/

.forTabView {
    display: none;
}

@media screen and (max-width: 1150px) {
    .middle-panel,
    .overlayContent {
        right: 350px;
    }
    .each-chat-boxRight,
    .overlayChat {
        width: 350px;
    }
}

@media screen and (max-width: 1023px) {
    .forTabView {
        display: block;
    }
    .tabContainer {
        display: block;
    }
    .middle-panel {
        right: 0 !important;
        min-height: 285px;
    }
    .each-chat-boxRight {
        width: 100%;
        max-width: 100%;
        box-shadow: none;
    }
    .otherVideo {
        top: 30px;
    }
    .rightChat {
        padding-top: 30px;
    }
    .expButton {
        display: none;
    }
    .eachDetailsInformation {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .eachKYClabel,
    .eachKYClabelBig {
        padding-right: 0;
        flex: auto;
    }
    .eachAddress {
        width: 100%;
        padding: 0 10px 8px 0;
    }
    .deviceInfo .bothSpeed,
    .insOuter,
    .insOuterVer {
        display: none;
    }
}

@media screen and (max-width: 949px) {
    body {
        min-height: 200px;
    }
    .controlTop {
        flex: 0 0 auto;
        align-items: center;
        column-gap: 20px;
        white-space: nowrap;
        min-width: auto;
    }
    .labelDropDown {
        display: block;
    }
    .labelDropDown::after {
        content: "";
        position: absolute;
        pointer-events: none;
        right: 8px;
        top: 12px;
        padding: 3px;
        z-index: 1;
        display: inline-block;
        border: solid #fff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
        transition: 300ms transform 200ms;
    }
    .listDropDown {
        display: none;
        position: absolute;
        top: 130%;
        left: 0;
        min-width: 100%;
        z-index: 1;
    }
    .dropDownInner {
        flex-direction: column;
        align-items: flex-start;
        background: #fff;
        box-shadow: 0 3px 4px 4px rgba(0, 0, 0, 0.2);
        border-radius: 3px;
        padding: 10px 8px;
        gap: 24px;
    }
    .buttonBlueKYC.notActiveMob {
        background-color: transparent;
        color: #000;
        font-size: 11px;
        cursor: default;
        position: relative;
        padding: 0;
        margin-right: 8px;
    }
    .resolutionButtons {
        position: relative;
        visibility: visible;
        opacity: 1;
        padding: 0;
        transform: none;
        left: auto;
    }
    .resolutionInner {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        gap: 12px;
        column-gap: 12px;
        border: none;
        box-shadow: none;
        position: relative;
    }
    .resolutionInner::after {
        content: none;
    }
    .controlPanel {
        left: 50%;
        top: 100px;
        right: auto;
        transform: translate(-50%, 0);
        flex-direction: column;
        align-items: flex-start;
    }
    .motorPanel {
        flex-direction: column;
        /* min-width: auto;
        margin-bottom: 12px; */
    }
    .motorPanel .CPVButton {
        margin-bottom: 12px;
    }
    .eachControl.notActiveMob {
        cursor: default;
        margin-right: 8px;
        pointer-events: none;
    }
    .motorButtons {
        top: 100%;
        left: 0;
        padding-top: 8px;
        padding-left: 0;
    }
    .eachMotorButton {
        width: auto;
    }
    .dropButtonsMotor {
        flex-direction: column;
        width: auto;
    }
    .dropButtonsMotor::before {
        content: " ";
        position: absolute;
        top: -6px;
        left: 16px;
        transform: rotate(-45deg);
    }
    .kycHeaderButton {
        flex-direction: column;
        align-items: flex-end;
    }
    .kycHeaderButton .button {
        margin: 4px 0;
    }
    .kycPgeTopSection {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .kycPgeTopSection::before {
        border: none;
    }
    .eachTopSection {
        width: 100%;
    }
    .locationShared {
        margin-bottom: 15px;
        padding: 6px 0;
        border-bottom: 1px solid #d9d9d9;
    }
    .eachVerInform {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .eachVerQues {
        padding-right: 0;
        flex: auto;
    }
    .kycFullApi {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .apiRestCol,
    .apiRestCol.firstCol {
        width: 100%;
        padding: 0;
        margin: -5px 0;
    }
    .faceImages::before {
        border: none;
    }
    .eachFaceBox.left,
    .eachFaceBox.right {
        width: 100%;
        text-align: center;
    }
    .eachFaceBox.left {
        margin-bottom: 20px;
    }
    .kycDate {
        margin-right: 20px;
    }
    .kycPan {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .leftFaceMatch {
        padding-right: 8px;
    }
    .rightFaceMatch {
        padding-left: 8px;
    }
    .threeColumn,
    .fourColumn {
        columns: 1;
        column-count: 1;
        column-gap: 0;
    }
    .nAsstQuesInner {
        padding: 4px 10px;
        font-size: 16px;
    }
    .nAsstArrow {
        margin: 10px 0;
    }
    .nonAssist .logo img {
        max-height: 28px;
    }
    .nonAssist .profileTopContainer {
        padding: 2px 0;
    }
    .nonAssist .profileTopContainerInner {
        min-height: auto;
    }
    .nonAssist .profileInfoContainer {
        top: 32px;
    }
    .iconhover-ToolTipsLeft,
    .iconhover-ToolTips-extremeRight {
        display: none;
    }
    .popupBottom {
        padding: 10px 10px;
    }
    .eachLocation {
        padding: 10px 10px;
    }
    .locationError {
        padding: 6px 10px;
    }
    .headerPopUpBox {
        padding: 10px 10px;
    }
    .popup-container-inner {
        padding: 10px;
    }
    .popup-container-inner-grey {
        padding: 10px 10px;
    }
    .popup-container-innertopnospace {
        padding: 0 10px 10px 10px;
    }
    .youtube-popup-container-inner {
        padding: 10px;
    }
    .maximizeContainer {
        display: none;
    }
    .cropIns {
        display: none;
    }
    .cropImage {
        max-height: none;
    }
    .withCropIns,
    .withoutCropIns {
        padding-bottom: 40px;
    }
    .cropImage.withInsText,
    .cropImage.withoutInsText {
        min-width: 96vw;
        padding-bottom: 0;
    }
    .kycGroup {
        margin: 0 -10px;
        padding: 0 10px;
    }
    .eachDetailsKYC,
    .eachCCPLgroup {
        padding: 6px 0;
    }
    .upsellDate {
        flex-direction: column;
        gap: 12px;
    }
    .upsellText {
        padding: 6px;
    }
    .rowTOcolumn {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .timeSlot {
        padding: 0 5px;
    }
    .eachDetailsButtons {
        flex-direction: column;
    }
    .eachDetailsButtons .button {
        margin: 4px 0;
    }
    .tagGroupOuter {
        flex-direction: column;
        gap: 24px;
    }
    .popupContent {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .popupContentLeft {
        flex: 0 0 36vh;
        max-width: 100%;
        width: 100%;
        min-width: auto;
    }
    .popupContentRight.moreWidth {
        min-width: auto;
    }
    .eachFaceMatch {
        padding: 12px 12px;
    }
    .eachFaceMatch img {
        max-height: auto;
    }
    .popupTagInner,
    .popupInstInner {
        padding: 8px 10px;
    }
    .withCropIns.gclTag {
        min-width: auto;
        min-height: auto;
    }
    .buttonsContainer {
        column-gap: 8px;
    }
    .buttons button {
        margin: 0 2px;
    }
}

@media screen and (max-width: 767px) {
    .twoColumn {
        columns: 1;
        column-count: 1;
    }
    .overlayContent {
        right: 0;
        z-index: 99;
    }
    .chatVideoContainer.bottomAlign {
        align-items: flex-end;
    }
    .bottomAlign .chatVideoBoxOuter {
        max-height: none;
    }
    .popupPhotoInner {
        height: 300px;
    }
    .popupPhotoInner img {
        width: auto;
    }
    .otherVideoInner.iFrameVideo {
        flex-direction: column;
        -ms-flex-direction: column;
        justify-content: flex-start;
        padding-bottom: 105px;
    }
    .ytVideo {
        max-width: 100%;
    }
    .iFrameVideo .chatVideo {
        width: 100%;
        min-width: auto;
        max-height: 28vh;
    }
    .iFrameContainer {
        flex: 1 1 auto;
        width: 100%;
        height: auto;
        border-width: 1px 0 0 0;
        overflow: hidden;
    }
    .externalVideoContainer video {
        min-width: 90%;
        width: 100%;
    }
    .landingPageOuter {
        padding: 0 15px;
    }
    .openChatLandingInner {
        padding: 0 15px;
    }
    .landingPageInnerTop .videoOffProfile {
        width: 80px;
        height: 80px;
        font-size: 24px;
        line-height: 80px;
    }
    .landingLogo {
        width: 100%;
        text-align: center;
        margin: 20px 0;
    }
    .landingText {
        float: left;
        margin-top: 0;
    }
    .landingPageEachText br {
        display: none;
    }
    .landingPageEachText {
        margin: 10px 0;
    }
    .landingPageMsgText,
    .landingPageLinkText {
        font-size: 17px;
        line-height: 23px;
        padding: 5px 0;
    }
    .each-chat-boxRight {
        font-size: 15px;
        line-height: 18px;
    }
    .eachGroupMember {
        width: 100%;
        padding: 20px 0;
    }
    .profileMainChatContainer.msgNotification {
        top: 45px !important;
    }
    .profileLanding {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .leftImg {
        width: 100%;
    }
    .rightText {
        width: 100%;
    }
    .chat-top {
        position: inherit;
        padding: 6px 10px;
    }
    .kycControlPanel {
        top: 110px;
    }
    .uploadingErrorOuter {
        top: 60px;
    }
    .myVideo,
    .myVideoKYC {
        max-width: 120px;
        height: 90px;
    }
    .eachControl .iconhover-ToolTips {
        display: none;
    }
    .profileMiddleContainer {
        right: 0;
        max-width: 100%;
    }
    .logo img {
        max-width: 100%;
        max-height: 48px;
    }
    .cusBandwidth {
        top: 110px;
    }
    .speedoMeter img {
        max-height: 48px;
    }
    h1 {
        font-size: 16px;
        line-height: 18px;
    }
    .chatInner {
        padding: 10px 15px;
    }
    .onlyForDesktop {
        display: none;
    }
    .onlyForMobile {
        display: block;
    }
    .openChatHeading {
        font-size: 18px;
        line-height: 24px;
        margin: 0;
    }
    .textContainer {
        margin: -15px auto 15px auto;
    }
    .eachBox h3 {
        font-size: 16px;
    }
    .buttonContainer {
        margin: 0;
    }
    .eachBox {
        width: 140px;
        margin: 0 10px 25px 10px;
    }
    .eachBoxWide {
        width: 240px;
        margin: 0 10px 30px 10px;
    }
    .eachIcon {
        width: 100px;
        height: 100px;
        padding: 16px;
    }
    .clickableBox:hover h3,
    .clickableBox:active h3,
    .clickableBox:focus h3 {
        color: #5e5e5e;
    }
    .openChatHeight {
        height: 48px;
    }
    .logoLeftContainer {
        max-width: calc(100% - 45px);
    }
    .profile-iconHeight {
        height: 48px;
    }
    .dispTable {
        margin: 0;
    }
    .logoRightContainer {
        max-width: 152px;
        min-width: 48px;
    }
    .iAmAtContainer {
        font-size: 15px;
        border-right: none;
        padding-right: 1px;
        margin-right: 1px;
    }
    .inputBoxContainer {
        margin: 0 auto;
    }
    .dispTable {
        height: 100%;
        padding-top: 0;
    }
    input[type="text"] {
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .eachTextarea {
        text-align: center;
        max-width: 320px;
        -webkit-border-radius: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .searchHeight {
        display: none;
    }
    .search-footer {
        position: inherit;
    }
    .searchTopLeftContainer {
        max-width: none;
    }
    .searchTopContainer {
        display: flex;
        display: -ms-flexbox;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column;
        align-items: flex-start;
        -ms-flex-align: start;
    }
    .order1 {
        width: 100%;
        margin-top: 20px;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }
    .order2 {
        width: 100%;
        float: none;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }
    .profileMainStartContainer .chatWithMe {
        padding: 0;
        text-align: center;
        display: block;
    }
    .maximizeContainer {
        top: 10px;
        right: 10px;
    }
    .playHeadingContainer {
        /* width: calc(100% - 100px); */
        max-width: calc(100% - 148px);
    }
    .mobileDisplay {
        display: inline;
    }
    .desktopDisplay {
        display: none;
    }
    .watchTimer {
        padding: 4px 8px;
        font-size: 12px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .eachLanding {
        width: 100%;
        margin: 20px 0;
    }
    .agentReady-text br {
        display: none;
    }
    .timerStart {
        bottom: 48px;
        right: 0;
        text-align: center;
        width: 100%;
    }
    .videoRollover {
        margin-top: 24px;
    }
    .videoControl {
        width: 28px;
        height: 28px;
        background-size: auto 56px;
    }
    .videoControl.videoStartOver {
        background-position: -140px 0;
    }
    .videoControl.videoStart {
        background-position: 0 -28px;
    }
    .videoControl.videoStop {
        background-position: 0 0;
    }
    .videoControl.videoUnmute {
        background-position: -28px -28px;
    }
    .videoControl.videoMute {
        background-position: -28px 0;
    }
    .videoControl.videoPrev {
        background-position: -56px 0;
    }
    .videoControl.videoNext {
        background-position: -56px -28px;
    }
    .videoControl.videoPrevOne {
        background-position: -84px 0;
    }
    .videoControl.videoNextOne {
        background-position: -84px -28px;
    }
    .videoControl.videoPrevTwo {
        background-position: -112px 0;
    }
    .videoControl.videoNextTwo {
        background-position: -112px -28px;
    }
    .mergeVideosInner.kycPage {
        min-height: 200px;
    }
    .eachCurrent {
        flex: 0 1 100%;
        padding: 0;
        border-right: none;
        border-bottom: 4px solid #d9d9d9 !important;
    }
    .eachCurrent:last-child {
        border-bottom: none !important;
    }
    .allLiveness {
        flex-direction: column;
    }
    .eachLiveness {
        border-right: none;
        border-bottom: 1px dashed #d9d9d9;
    }
    .positionReconnect {
        right: auto;
        bottom: 110px;
        left: 12px;
    }
}

@media screen and (max-width: 568px) {
    .topSearchBox {
        width: 100%;
        margin-right: 0;
    }
    .topSearchButton {
        margin-top: 10px;
    }
}

@media screen and (max-width: 479px) {
    .logoShare img {
        max-width: 150px;
    }
    .eachBox {
        width: 130px;
    }
    .eachBoxWide {
        width: 240px;
    }
}

@media screen and (max-width: 359px) {
    .openChatInputInner {
        flex-direction: column;
        -ms-flex-direction: column;
    }
    .openChatInputBox {
        margin-bottom: 10px;
    }
    .openChatName {
        font-size: 15px;
    }
}


/*----- Media Screen CSS End -----*/

.lanBox {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
    z-index: 9999;
}

.lanBoxInner {
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 15px;
    border-radius: 8px;
    margin: 5px auto;
}

@media print {
    body {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }
    @page {
        size: 21cm 29.7cm;
        margin: 0;
    }
    @page :header {
        display: none
    }
    @page :footer {
        display: none
    }
    .noPrint {
        display: none !important;
    }
}

.iframe-container,
.chimeiFrame {
    height: 100%;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: none;
    outline: none;
    position: relative;
}

.shareURL {
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 91;
}

.shareURL iframe {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}


/* BY PK */

.rowTOcolumn {
    display: flex;
}

.fillBlack {
    fill: #202020;
}

.fillBlue {
    fill: #0c699d;
}

.fillGreeen {
    fill: #53C617;
}

.fillWhite {
    fill: #FFFFFF;
}

.top {
    top: 0;
}

.right {
    right: 0;
}

.disp_none,
.noDisplay {
    display: none;
}