
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');
a:hover {
    text-decoration: none;
}

body {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-family: 'Roboto';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /*font: inherit;*/
    vertical-align: baseline;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}


/* make sure to set some focus styles for accessibility */

:focus {
    outline: 0 !important;
    box-shadow: none !important;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html,
body {
    height: 100%;
}

body {
    position: relative;
    line-height: 1;
    font-family: 'Roboto', sans-serif;
    padding-top: 64px;
    overflow-x: hidden;
    overflow-y: scroll;
    min-height: 100vh;
    /* scroll required for bootstrip tooltip accurate alignment*/
}


/* width */

body::-webkit-scrollbar {
    width: 0px !important;
}


/* Track */

body::-webkit-scrollbar-track {
    background: #fff;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #fff;
}


/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

span[onclick] {
    cursor: pointer;
}

.aside ul li span[onclick]:hover,
.aside ul li span[onclick]:hover svg path {
    color: #007bff;
    fill: #007bff;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

input::-webkit-input-placeholder {
    /* Edge */
    color: #aaa !important;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa !important;
}

input::placeholder {
    color: #aaa !important;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

.pointer {
    cursor: pointer;
}


/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}


/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}


/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: none;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
    color: #0c60bb;
}


/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}


/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}


/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}


/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}


/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

section.banner {
    background-color: #ccc;
    background-size: cover;
    background-repeat: no-repeat;
    height: calc(100vh - 61px);
}

section.banner>div {
    width: 845px;
    text-align: center;
}

section.banner>div h2 {
    font-size: 40px;
    color: #fff;
    margin-bottom: 41px;
    margin-top: 14%;
}

a.btn.btn-info {
    background: #0066FF;
    font-size: 20px;
    padding: 12px 26px;
}

header input#globalSearch {
    max-width: 888px !important;
    height: 43px;
}

header .profile {
    background-color: #ccc;
    display: block;
    /*background-image: url(https://image.knoblr.com/knoblrxmdocs/banner@2x.png);*/
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 8px;
    cursor: pointer;    border: 1px solid #eee;
}

header .profile.dropdown-toggle::after {
    display: none;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-13 {
    font-size: 13px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 15px;
}

.fs-16 {
    font-size: 16px;
}

.fw-r {
    font-weight: 400;
}

.fw-m {
    font-weight: 500;
}

.fw-sb {
    font-weight: 600;
}

.doc-img {
    height: 126px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 10px;
    position: relative;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
}

.bg-light {
    background-color: #f3f3f3 !important;
}

.more .dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 9px 1.5rem;
    /* margin: 0; */
    font-size: 14px;
}

.doc-img a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.dropdown-menu.show {
    display: block;
    /* transform: translate3d(-98px, 18px, 0px) !important; */
}

.aside ul>li {
    display: block;
    /* overflow-x: auto; */
    margin-bottom: 5px;
}

.aside ul>li>a {
    display: block;
    padding: 10px 0 10px 15px;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
    /* width: 165px; */
    text-decoration: none;
    /* white-space: pre; */
    /* overflow: hidden; */
    max-height: 40px;
    /* text-overflow: ellipsis; */
}

.aside ul>li #root_div a {
    display: block;
    font-size: 13px;
    font-weight: 500;
    color: #5f6368;
    text-decoration: none;
    height: 30px;
    line-height: 30px;
    flex-wrap: wrap;
    position: relative;
}

.folderTitleHover {
    /* content: attr(data-title); */
    position: fixed;
    left: 230px;
    top: unset;
    background: #8f8f8f;
    width: auto;
    right: unset;
    height: 27px;
    padding: 4px 8px;
    line-height: 20px;
    color: #fff;
    font-weight: 500;
    z-index: 9;
    border-radius: 2px;
    box-shadow: 0px 0px 10px #13131333;
    font-size: 11px;
}

#root_div #root_collapse>.card.card-body {
    padding-left: 0;
}

#root_div #root_collapse>.card.card-body .card.card-body {
    /*padding-left: 27px;*/
}

#root_div #root_collapse .blk {
    display: inline-block;
    flex: 0 0 23px;
}

#root_div #root_collapse>.card.card-body>a {}

#root_div #root_collapse>.card.card-body .card.card-body>a {
    /*padding-left: 77px;*/
}

#root_div #root_collapse>.card.card-body .card.card-body>a .fa.fa-caret-right {
    left: 45px;
}

.aside ul>li>a {
    line-height: 40px;
    padding: 0px 0 0px 28px;
    position: relative;
}

.aside ul li a i {
    margin-right: 6px;
    font-size: 17px;
    padding: 0 1px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 24px;
}

.aside ul li #root_div a i {
    margin-right: 6px;
    font-size: 17px;
    padding: 0 1px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    height: 30px;
    width: 24px;
    line-height: 30px;
    color: #8f8f8f;
}

.aside ul li #root_div a i.fa-caret-right {
    position: static;
    left: 23px;
    width: auto;
    flex: 0 0 30px;
    margin: 0;
    text-align: center;
}

.aside ul li>a>span i {
    margin-right: 16px;
    font-size: 17px;
    padding: 0 1px;
    margin-bottom: 0;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 24px;
    top: 2px;
}

.aside ul li a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0px;
    height: 40px;
    background: #f1f1f1;
    margin-top: 0px;
    border-radius: 0px 20px 20px 0px;
}

.aside ul li a.active,
.aside ul li a.active span,
.aside ul li a.active svg path {
    color: #1967d2;
    fill: #1967d2;
}

.aside ul>li>a.active:before {
    content: "";
    position: absolute;
    left: 0;
    /*    right: 10px; */
    right: 0px;
    height: 40px;
    background: #e8f0fe;
    margin-top: 0px;
    border-radius: 0px 20px 20px 0px;
}

.aside ul>li #root_div a.active:before {
    content: "";
    position: absolute;
    left: 0;
    /*   right: 10px; */
    right: 0px;
    height: 30px;
    background: #e8f0fe;
    margin-top: 0px;
    border-radius: 0px 20px 20px 0px;
}

.aside ul>li #root_div a.active:hover:before {
    background: #e8f0fe;
}

.aside ul>li #root_div a:hover:before {
    content: "";
    position: absolute;
    left: 0;
    /* right: 10px; */
    right: 0px;
    height: 30px;
    background: #f1f1f1;
    margin-top: 0px;
    border-radius: 0px 20px 20px 0px;
}

.aside ul li .card {
    border: none;
    padding-top: 0px;
    flex: none;
    padding-left: 0;
    display: block;
    width: auto;
    max-width: 100%;
    /* white-space: nowrap; */
    position: static;
}

.aside ul li .card .collapsing {
    position: static;
}

.aside ul li .card a img {
    width: 25px;
    margin-right: 7px;
}

.aside ul li a:hover {
    /* background: #eee; */
    border-radius: 0;
}

.aside ul li .card a {
    /* padding-left: 48px; */
}

.aside ul li a .fa-caret-right:not(.collapsed) {
    transform: rotate(90deg);
}

i.fa.fa-trash,
i.fa.fa-folder,
.fa-users {
    transform: rotate(0deg) !important;
    opacity: 1;
}

.fa-trash-o:before {
    content: "\f014";
}

.newDoc>span.dropdown-toggle {
    margin: 20px 0 20px 23px;
    padding: 14px 0px;
    border-radius: 50px;
    width: 116px;
    text-align: right;
    box-shadow: 0 0 6px #3333332e;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    position: relative;
    text-decoration: none;
    padding-right: 29px !important;
    cursor: pointer;
    user-select: none;
    color: #23272f;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.302), 0 1px 3px 1px rgba(60, 64, 67, 0.149);
    transition: color 200ms cubic-bezier(0.4, 0.0, 0.2, 1), background 200ms cubic-bezier(0.4, 0.0, 0.2, 1), box-shadow 400ms cubic-bezier(0.4, 0.0, 0.2, 1)
}

.newDoc>span.dropdown-toggle:hover {
    box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.302), 0 4px 8px 3px rgba(60, 64, 67, 0.149);
    background-color: #f8f9fa;
    outline: none;
    transition: color 200ms cubic-bezier(0.4, 0.0, 0.2, 1), background 200ms cubic-bezier(0.4, 0.0, 0.2, 1), box-shadow 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
    transition-property: color, backgroundcolor 200ms cubic-bezier(0.4, 0.0, 0.2, 1), background 200ms cubic-bezier(0.4, 0.0, 0.2, 1), box-shadow 400ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.newDoc>span.dropdown-toggle:focus {
    box-shadow: 0 0 6px #3333332e !important;
}

.newDoc>span.dropdown-toggle span {
    font-size: 38px;
    display: inline-block;
    position: absolute;
    left: 19px;
    top: 1px;
    background: #4b358b;
    font-weight: 300;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: ease all .5s;
}

.newDoc .dropdown-toggle::after {
    display: none;
}

.newDoc .dropdown-menu {
    border: none;
    display: block;
    transform: translate3d(20px, 20px, 0px) !important;
}

.newDoc .dropdown-menu.show {
    display: block;
    transform: translate3d(20px, 20px, 0px) !important;
    width: 270px;
    top: 34px !important;
    left: 56px !important;
}

.dropdown-menu {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    z-index: -1000;
    /*box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0 12px 51px rgb(0 0 0 / 19%);
    transition: max-height 467ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, opacity 267ms cubic-bezier(0.4, 0.0, 0.2, 1);
}

.dropdown-menu.show {
    transition: max-height 467ms cubic-bezier(0.4, 0.0, 0.2, 1) 0ms, opacity 267ms cubic-bezier(0.4, 0.0, 0.2, 1);
    visibility: visible;
    opacity: 1;
    max-height: 10000%;
    z-index: 1000;
    padding: 10px 0;
}

.profile+.dropdown-menu.show {
    left: unset !important;
    right: 0 !important;
    transform: translate3d(0px, 44px, 0px) !important;
    width: 300px;
}

.folders {
    border-radius: 4px;
    user-select: none;
    position: relative;
}

.folders:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
}

.folders.border.drop {
    border: 2px solid #0a82fa !important;
    color: #0a82fa;
}

.aside ul li .card .card a {
    /* padding-left: 59px; */
}

.doc_profile {
    background-color: #e15235;
    /* background-image: url(https://image.knoblr.com/knoblrxmdocs/banner@2x.png); */
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* cursor: pointer; */
    float: left;
    margin-right: 15px;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;border: 1px solid #eee;
}

.doc_profile.owner:before {
    /*  
    content: "";
    position: absolute;
        width: 25px;
    height: 25px;
    background: #fff url(https://image.knoblr.com/knoblrxmdocs/hat.svg?v2) no-repeat 50%;
    background-size: 18px;
    border-radius: 80%;
    left: 2px;
    top: -38px;
    box-shadow: 0 1px 4px #52525263; */
}

.NewFolder .dropdown-menu.show {
    display: block;
    /* transform: translate3d(-0px, 42px, 0px) !important; */
    width: 277px;
}

.colorgrey {
    color: #8f8f8f;
}

.darkgray {
    color: #333333;
}

.NewFolder .dropdown-toggle::after {
    color: #9a9a9a;
    vertical-align: middle;
    display: none;
}

.NewFolder a:hover {
    text-decoration: none;
}

.aside ul li a span {
    user-select: none;
    /* cursor: pointer; */
    /* display: inherit; */
    cursor: pointer;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 1;
    color: #5f6368;
    /* width: 71%; */
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.aside ul li>a>span {
    line-height: 40px;
    height: 40px;
}

.aside ul>li>a i.fa.fa-caret-right {
    margin: 12px 5px 0 0 !important;
    padding: 0px !important;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    left: 8px;
}

.aside ul li .card a.active {
    /* background: #E8F0FE; */
    color: #1967D2;
    font-weight: 500;
}

#resetPasswordAlert,
#redAlert {
    display: none;
    position: fixed;
    top: 6px;
    z-index: 999;
    left: 0;
    right: 0;
    max-width: 624px;
    margin: auto;
    font-size: 15px;
    width: 100%;
}

.alert.alert-dismissible.fade.show {
    transform: translateY(00px);
}

.alert.alert-dismissible.fade {
    transform: translateY(-200px);
}

.hidden {
    display: none !important;
}

.centerBox {
    /* width: 448px; */
    max-width: 448px;
    border-radius: 8px;
    display: block;
    padding: 40px 40px 40px 40px;
    background: #fff;
    width: 100%;
    margin: auto !important;
}

img.knoblr_full_logo {
    width: 220px;
    margin: -14px auto 19px;
    display: block;
}

a#forgot {
    text-decoration: none;
}


/*#profileEdit .materialInput .form-group label {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 4px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;

}*/


/* active state */

.materialInput input:focus~label,
.materialInput input:valid~label,
.materialInput input:required:valid {
    top: -6px;
    left: 8px;
    font-size: 13px;
    color: #1a73e8;
    background: #fff;
    padding: 0 9px;
}

.materialInput input:not(:focus)~label {
    color: #999;
}

.materialInput .form-group label {
    color: #999;
    font-size: 17px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 23px;
    top: 17px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #1a73e8;
    border-width: 2px;
}

.materialInput input {
    padding: 0 17px !important;
    color: #000 !important;
    font-size: 16px !important;
}

.form-control {
    height: 50px;
    color: #222;
    border: 1px solid #9b9c9c;
}

.form-group {
    position: relative;
    margin-bottom: 25px;
}

.custom-control-input {
    left: 1px;
    top: 6px;
    z-index: 99;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #007bff !important;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    background-color: #007bff !important;
}

.custom-control-label::after {
    left: 1px;
}

#channelsList .custom-control-label::after {
    left: -24px;
}

.logintitle {
    font-size: 22px;
    color: #484848;
    margin: 30px 0;
    display: block;
}

.btn-dark {
    color: #fff !important;
    background-color: #4b358b;
    border-color: #4b358b;
}

#LoginBtn,
#verity {
    height: 38px;
    position: relative;
    width: 98px;
}

.btn-light {
    color: #212529;
    background-color: #efeff4;
    border-color: #efeff4;
}

.btn-dark:hover {
    color: #fff;
    background-color: #3c2a70;
    border-color: #3c2a70;
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.circle-loader {
    margin-bottom: 3.5em;
    border: 3px solid rgba(0, 0, 0, 0.2);
    border-left-color: #222;
    animation: loader-spin 1.2s infinite linear;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 9px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

a[disabled],
button[disabled] {
    background-color: #d5d5d5 !important;
    border-color: #d5d5d5 !important;
}

.circle-loader,
[disabled] .ready {
    display: none;
}

.ready,
[disabled] .circle-loader {
    display: block;
}

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
    background-color: #fff !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
    box-shadow: inset 0 0 500px #ffffff;
}

.myXmdrop.more .dropdown-menu.show {
    transform: translate3d(-233px, 41px, 0px) !important;
}

.breadAnchor {
    color: #484848;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 17px;
    vertical-align: middle;
    margin: 0 4px;
    text-align: center;
    display: inline-block;
    user-select: none;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    white-space: pre;
}

.breadAnchor:hover,
.breadAnchor:focus {
    background: #eee;
}

.filesContainer {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    cursor: pointer;
}

.filesContainer.unread {
    box-shadow: 0 2px 4px #bcbcbc59;
}

.folders .folderTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}

.filesContainer.unread .xm_Title {
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    white-space: pre;
}

.chainXm .filesContainer.unread .xm_Title {
    width: 73px;
}

[data-state="listView"] .folderTitle {
    width: 300px;
}

[data-state="listView"] .author {
    width: 220px;
}

[data-state="listView"] .filesContainer .xm_Title {
    margin-bottom: 0 !important;
    /*  width: auto !important; */
    width: 200px !important;
    margin-right: auto;
}

.filesContainer.unread .xm_date {
    font-weight: 600;
}


/* width */

::-webkit-scrollbar {
    width: 10px;
}


/* Track */

::-webkit-scrollbar-track {
    background: #f1f1f1;
}


/* Handle */

::-webkit-scrollbar-thumb {
    background: #cecece;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

#leftComponent,
#rightComponent {
    max-height: 100%;
}

#leftCompContainer {
    height: calc(100% - 84px);
    overflow: auto;
    padding-bottom: 120px;
}

#folderList {
    max-height: 161px;
    overflow: hidden;
    position: relative;
}

[data-state="listView"] #folderList {
    max-height: 273px;    padding-bottom: 2px;
}

#folderList.ovh {
    overflow: visible;
    max-height: 200%;
}

#folderList.enoghData:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 36px;
    background: #fff;
    display: block;
    z-index: 10;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0+0,0.65+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.65) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(rgba(0, 0, 0, 0), rgba(255, 255, 255, 0.92));
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6ffffff', GradientType=0);
    /* IE6-9 */
}

#folderList.ovh.enoghData:before {
    bottom: -50px;
}

.loadAllFolders {
    display: none;
    position: absolute;
    bottom: -16px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    z-index: 10;
    font-size: 14px;
}

#folderList.enoghData~.loadAllFolders {
    display: block;
    background: #fff;
    padding: 9px 1px;
}

#folderList.enoghData~.loadAllFolders: before {
    border-bottom: 1px solid #dee2e6!important;
}

.xmalert {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 190px;
    z-index: -10000;
    text-align: center;
}

.xmalert.show {
    z-index: 10000;
}

#folderList>div>.folders:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

#folderList>div>.folders.active {
    border: 1px solid #dadce0;
    background-color: #e8f0fe;
    color: #1967d2;
}

[data-state="listView"].viewstate .fa-list {
    display: none;
}

[data-state="gridView"].viewstate .fa-th {
    display: none;
}

[data-state="listView"] #folderList>div {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0 !important;
    border-radius: 0px;
}

[data-state="listView"] #folderList>div>.folders {
    border-radius: 0px;
       border: 1px solid #dee2e6 !important;
    margin-bottom: -1px;
}

[data-state="gridView"] #folderList>div .author,
[data-state="gridView"] #folderList>div .modifiedOn {
    display: none;
}

[data-state="gridView"] .smLogo,
[data-state="gridView"] .meOwner {
    display: none;
}

[data-state="listView"] .prev_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[data-state="listView"] img.smLogo {
    margin-top: -10px;
    display: none;
}

[data-state="listView"] .prev_content h3.darkgray {
    flex: 0 0 285px;
    font-weight: 400;
}

[data-state="listView"] .prev_content small.meOwner {
    font-size: 14px;
    color: #8f8f8f;
    /* width: 50px; */
    width: 200px;
    max-width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
}

[data-state="listView"] .previousDoc {
    display: block;
}

[data-state="listView"] .listview {
    max-width: 100%;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    flex: 0 0 100%;
}

[data-state="listView"] .filesContainer {
    display: flex;
    align-items: center;
    border-left: none;
    border-right: none;
    border-radius: 0;
    border-top: none;
    padding-left: 62px;
}

[data-state="listView"] .filesContainer:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}

[data-state="listView"] .listview .doc-img {
    /* display: none; */
    min-width: 60px;
    width: 67px;
    height: 40px;
    border: solid 1px #ddd;
}

.listview {
    user-select: none;
}

.filesContainer:hover {
    background-color: #f7f7f7;
    cursor: pointer;
}
.filesContainer{
    background: #fff;
}
.filesContainer.active,
.filesContainer.active:hover {
    background-color: #e8f0fe;
    color: #1967d2;
}

[data-state="listView"] .filesContainer>* {
    width: 100%;
}
[data-state="listView"] span.recordingicon.videoThread,
[data-state="listView"] .loomThread{
    bottom: 23px;
}

[data-state="listView"] .sharesqr {
    /*display: none !important;*/
}

[data-state="listView"] .listview:nth-last-child(2) .filesContainer {
    border-bottom: none !important;
}

[data-state="listView"] #folderList>.col-md-4:last-child .folders,
[data-state="listView"] #folderList>.col-md-4:nth-child(3) .folders {
    /*border-bottom: none !important;*/
}

[data-state="listView"] .prev_content p.fs-11 {
    font-size: 14px;
    color: #8f8f8f;
    font-weight: 400;
    width: 196px;
    text-align: left;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    z-index: 100002;
    left: 258px !important;
    top: 54px !important;
    width: 682px !important;
    background: white;
    border: 1px solid #ccc;
    border-top-color: #d9d9d9;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Roboto';
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: none;
    background: #efefef;
    font-weight: normal;
    color: #3a3a3a;
    margin: 0;
}

.prevfiles.dropdown-toggle::after {
    display: none;
}

.brdcrumb {
    height: 53px;
}

#nofilesfound {
    /*    width: 100%;
    height: 250px;
    background: url(https://image.knoblr.com/knoblrxmdocs/nofiles.png) 50% no-repeat;
    background-size: 400px;
    margin: 0 auto;*/
}

#noxmfound {
    /*    width: 100%;
    height: 250px;
    background: url(https://image.knoblr.com/knoblrxmdocs/noxmfound.png) 50% no-repeat;
       background-size: auto;
    margin: 0 auto;*/
}

.sharesqr {
    /*display: none;*/
}

.listview .coeditsqr {
    display: block;
    /* color: #333; */
    width: 30px;
    height: 30px;
    border-radius: 50%;
    float: right;
    position: absolute;
    z-index: 1;
    top: 11px;
    right: 8px;
    /* background: #ffffffcf; */
    margin: 0px 12px 2px 6px;
    text-align: center;
    font-size: 14px;
    /* box-shadow: 0 2px 5px #33333352; */
}

[data-state="listView"] .listview .coeditsqr {
    left: 3px;
    right: unset;
    top: 3px;
}

.listview .sharesqr {
    display: block;
    /* color: #333; */
    width: 40px;
    height: 43px;
    border-radius: 50%;
    float: right;
    position: absolute;
    z-index: 1;
    top: 3px;
    right: 6px;
    /* background: #ffffffcf; */
    margin: 0px 12px 2px 6px;
    text-align: center;
    font-size: 14px;
    /* box-shadow: 0 2px 5px #33333352; */
}

[data-state="listView"] .listview .sharesqr {
    left: 7px;
    top: 8px;
}

.sharesqr .fa-share-square {
    line-height: 34px;
    color: #333;
}

.fancybox-button.fancybox-button--zoom {
    display: none !important;
}

#xmContextMenu,
#RecentxmContextMenu {
    width: 230px;
}

.xmCount {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 20px;
    font-size: 13px;
}

.contextIcons {
    display: flex;
    align-items: center;
    width: 40px;
    height: 49px;
   /* height: 100%;*/
    text-align: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 100%;
    position: relative;
    margin: 0 10px;
}

.contextIcons:hover:after {
    content: "";
    position: absolute;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    background: #eee;
    border-radius: 100%;
}

[data-context="info"].active:after {
    content: "";
    position: absolute;
    width: 40px;
    margin: 0 auto;
    height: 40px;
    border-radius: 100%;
    background: #e8f0fd;
}

[data-context="info"].active svg #Ellipse_26 {
    stroke: #1967d2;
}

.contextIcons i,
.contextIcons img,
.contextIcons svg {
    color: #363636;
    position: relative;
    z-index: 1;
    font-size: 17px;
}

.boxContainer {
    display: flex;
    justify-content: space-between;
    height: 40px;
    --boxSize: 5px;
    --gutter: 3px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
    align-items: center;
}

.boxContainer .box {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    height: 50%;
    width: var(--boxSize);
    background: #12E2DC;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 80px;
}

.boxContainer .box1 {
    -webkit-animation-name: random1;
    animation-name: random1;
    background: #61bc6d;
}

.boxContainer .box2 {
    -webkit-animation-name: random2;
    animation-name: random2;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background: #55add3;
}

@-webkit-keyframes random1 {
    0% {
        height: 25%;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 25%;
    }
}

@keyframes random1 {
    0% {
        height: 25%;
    }
    50% {
        height: 100%;
    }
    100% {
        height: 25%;
    }
}

@-webkit-keyframes random2 {
    0% {
        height: 22%;
    }
    50% {
        height: 65%;
    }
    100% {
        height: 22%;
    }
}

@keyframes random2 {
    0% {
        height: 22%;
    }
    50% {
        height: 65%;
    }
    100% {
        height: 22%;
    }
}

@-webkit-keyframes random3 {
    0% {
        height: 65%;
    }
    50% {
        height: 20%;
    }
    100% {
        height: 65%;
    }
}

@keyframes random3 {
    0% {
        height: 65%;
    }
    50% {
        height: 20%;
    }
    100% {
        height: 65%;
    }
}

@-webkit-keyframes random4 {
    0% {
        height: 20%;
    }
    50% {
        height: 80%;
    }
    100% {
        height: 20%;
    }
}

@keyframes random4 {
    0% {
        height: 20%;
    }
    50% {
        height: 80%;
    }
    100% {
        height: 20%;
    }
}

@-webkit-keyframes random5 {
    0% {
        height: 100%;
    }
    50% {
        height: 35%;
    }
    100% {
        height: 100%;
    }
}

@keyframes random5 {
    0% {
        height: 100%;
    }
    50% {
        height: 35%;
    }
    100% {
        height: 100%;
    }
}

.boxContainer .box3 {
    -webkit-animation-name: random3;
    animation-name: random3;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    background: #ad8ec8;
}

.boxContainer .box4 {
    -webkit-animation-name: random4;
    animation-name: random4;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    background: #fac625;
}

.boxContainer .box5 {
    -webkit-animation-name: random5;
    animation-name: random5;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background: #eb6a55;
}

#xmViewer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(30, 30, 30, 0.87);
    /* padding: 30px; */
    z-index: -10000;
    opacity: 0;
    transition: ease 0s opacity;
    -webkit-transition: ease 0s opacity;
}

#xmViewer.active {
    z-index: 10000;
    opacity: 1;
    transition: ease .5s opacity;
    -webkit-transition: ease .5s opacity;
    background: rgba(19, 19, 19, 0.9);
}

#xmViewer .boxContainer {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 68px;
    --boxSize: 9px;
    --gutter: 4px;
    width: calc((var(--boxSize) + var(--gutter)) * 5);
    align-items: center;
}

#xmViewer iframe {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    display: block;
    background: transparent;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 6px;
}

#xmViewer .closeXm {
    position: absolute;
    text-decoration: none;
    right: 0;
    top: 0;
    background: #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 24px;
    color: #555;
    z-index: 10;
    text-align: center;
    font-size: 27px;
    border: solid 1px #ddd;
}

#shareXMLink2 .modal-body {
    padding: 2rem 1.5rem 1rem 1.5rem;
    min-height: 230px;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.copy_txt {
    width: 100%;
    margin-bottom: 7px;
}

.copy_txt #getPeopleInput,
#coEditInput {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 33px;
    padding: 0 16px;
    border-radius: 3px;
    margin-top: 7px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    background: #fff;
    cursor: default;
    font-size: 15px;
}

.copy_txt #getPeopleInput:focus,
.copy_txt #coEditInput:focus {
    outline: none !important;
}

.copy_txt a {
    flex: 0 0 85px;
    border: 1px solid #ccc;
    margin-left: 8px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 3px;
    margin-top: 7px;
    background: #eee;
    color: #000;
}

.copiedMsg {
    color: #0ba257;
    font-size: 13px;
    position: absolute;
    margin-top: 1px;
}

#shareXMLink2 .btn.btn-secondary {
    color: #fff;
    background-color: #4d90fe;
    border-radius: 3px;
    margin-top: 24px;
    margin-bottom: 10px;
    min-width: 91px;
    height: 36px;
    border: 1px solid #4d90fe;
    font-size: 14px;
    line-height: 25px;
}

.copy_txt #xmlinks input {
    background: #fff;
    border: none;
    width: 100%;
    cursor: text;
}

.sharebtn {
    border-left: 1px solid #eee !important;
}

#entertitleShare {
    background: #00000070;
}

.thumbnailImg {
    flex: 0 0 202px;
    background-size: cover;
    padding: 0 0 0 0;
    margin-right: 5px;
    background-position: 0 0;
    /* height: 120px; */
    /* border: solid 1px #ddd; */
    margin-left: 15px;
}

div#shareXMLink2 {
    background: #333333c4;
    /*     display: block;
opacity: 1; */
}

#profileEdit .profileImage, #orgEdit .orgImage {
    background-color: #ededed !important;
    text-transform: capitalize;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 95px;
    font-size: 43px;
    font-weight: 300;    border: 1px solid #eee;
}

#noDataFound {
    height: 100%;
    padding: 20% 0;
}


/*
#profileEdit .materialInput input {
    padding: 0px !important;
    color: #000 !important;
    font-size: 16px !important;
    height: 32px;
    line-height: 37px;
    border: none;
    border-bottom: solid 1px #ddd;
    border-radius: 0px;
}


#profileEdit .materialInput input:focus ~ label{
    top: -13px;
    left: -1px;
    font-size: 13px;
    color: #1a73e8;
    background: #fff;
    padding: 0 0px;
}
*/

#entertitleShare .modal-dialog .modal-content .modal-body {
    padding: 2rem;
}

#entertitleShare .modal-dialog .modal-content {
    border-radius: 13px;
}

#entertitleShare .modal-dialog .modal-content .modal-footer {
    padding: 0px;
    border-top: 1px solid #e7e7e7;
}

#entertitleShare .modal-dialog .modal-content .modal-footer button.btn {
    width: 49%;
    background: transparent;
    border: transparent;
    color: #006df0;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: 'sfText'; */
    margin: 0px !important;
    padding: 12px 0px;
}

#entertitleShare .modal-dialog {
    max-width: 330px;
    height: 200px;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.userProfile #editProfImage, .orgProfile #editOrgImage {
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.userProfile .editProfImageLable, .orgProfile .editOrgImageLable {
    display: block;
    position: absolute;
    right: 34px;
    top: 67px;
    cursor: pointer;
    background: #fff;
    border-radius: 100%;
    padding: 8px;
    box-shadow: 0 2px 4px #00000061;
    color: #167af6 !important;
}

.profileImage .boxContainer, .orgImage .boxContainer {
    display: none;
}

.profileImage.loading .boxContainer, .orgImage.loading .boxContainer {
    display: flex;
}

#profileImage.profileChar, #orgImage.profileChar {
    line-height: 97px;
    font-size: 32px;
    text-align: center;
}

.form-group .text-danger {
    position: absolute;
}

.small_thumb {
    max-width: 50px;
    height: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    margin-bottom: 10px;
    position: relative;
    border: solid 1px #e5e5e5;
    background-color: #fff;
}

#XmWithReplies ul li .descList+.col-lg-6 {
    max-width: 507px;
    width: 100%;
    flex: 0 0 55%;
    justify-content: flex-end;
}

#XmWithReplies {
    width: 607px;
    max-height: 450px;
    overflow-y: auto;
    padding: 15px 0 0 0;
    z-index: 9999;
}

#XmWithReplies h4 {
    padding: 0 0 11px 16px;
    font-weight: 400;
    margin-bottom: 0px;
    border-bottom: solid 1px #ddd;
}

#XmWithReplies ul {
    padding: 0;
}

#XmWithReplies ul li {
    /*display: flex;*/
    border-bottom: solid 1px #e5e5e5;
    padding: 14px 10px 14px 10px;
    flex-wrap: nowrap;
    margin: 0;
}

#XmWithReplies ul li .small_thumb {
    margin-bottom: 0;
}

#XmWithReplies ul li .descList {
    max-width: 212px;
    flex: 0 0 212px;
}

.removeitem {
    width: 35px;
    height: 35px;
    line-height: 39px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0 3px 3px #9090904a;
    position: relative;
    top: -1px;
    cursor: pointer;
    order: 4;
}

.removeitem svg {
    width: 20px;
    height: 18px;
    top: 8px;
    position: relative;
    left: 7px;
    opacity: 0.9;
}

.blankSpace {
    width: 35px;
    height: 35px;
    line-height: 39px;
    background: none;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: none;
    position: relative;
    top: -1px;
    cursor: pointer;
    order: 4;
}

ul#xmhistory .col-md-auto small {
    max-width: 188px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#XmWithReplies ul li:hover {
    background: #e1e1e161;
}

#XmWithReplies ul li:last-child {
    border: none;
    margin-bottom: 0;
}

#XmWithReplies ul li>div {}

#XmWithReplies .sharesqr {
    vertical-align: middle;
    position: relative;
    top: -1px;
    line-height: 26px;
    height: 35px;
    width: 35px;
    display: inline-block;
    text-align: center;
    margin-right: 8px;
    order: 4;
}

#XmWithReplies .sharesqr.openThisXM {
    background: #fff;
    box-shadow: 0px 3px 5px #ddd;
    border-radius: 40px;
    padding: 10px 9px 0px 9px;
    left: 1px;
    top: 1px;
    color: #007bff;
    margin-right: 5px;
    margin-left: 5px;
    order: 3;
}

#XmWithReplies .co-Edit {
    /* background: #fff; */
    /* box-shadow: 0px 2px 5px #c9c9c9; */
    border-radius: 40px;
    padding: 6px 8px;
    top: 5px;
    color: #007bff;
    margin-right: 5px;
    margin-left: 0;
    width: 96px;
    height: 27px;
    /* position: absolute; */
    /* left: -65px; */
    display: inline-flex;
    align-items: center;
    border: 1px solid #1f1f1f;
    justify-content: center;
}

.xm_drag_count {
    position: fixed;
    left: 150px;
    z-index: -9999;
    top: -5px;
    visibility: hidden;
    opacity: 0;
    z-index: -9999;
    width: 20px;
    height: 20px;
    background: #e42121;
    color: #fff;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100%;
    box-shadow: 0 4px 4px #3434341f;
}

#draggingelement,
.draggingelement {
    position: fixed;
    left: 0px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: -9999;
    width: 160px;
    height: 40px;
    background: #e8f0fd;
    color: #1967d2;
    font-size: 14px;
    padding: 13px 8px 13px 18px;
    border-radius: 3px;
    box-shadow: 0 4px 13px #8a8a8a1f;
}

#draggingelement.active,
.draggingelement.active {
    z-index: 999;
    visibility: visible;
    opacity: 1;
}

.xm_drag_count.active {
    z-index: 9999;
    visibility: visible;
    opacity: 1;
}

.draggingelement.transition {
    /*transition-property:transform;
    transition-duration: 0.09s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);*/
}

.dragging_over .folder_in_tree:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 31px;
}

#foldermove {
    position: fixed;
    z-index: 99999;
    left: 500px;
    top: 500px;
    background: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    width: 300px;
    height: 301px;
    display: block;
    border: solid 1px #d4d4d4;
    display: none;
}

#folderTree {
    transform: translateX(-300px);
    transition: ease all .3s;
}

#folderTree.fadeInLeft {
    transition: ease all .0s;
    transform: translateX(0px);
}

#foldermove.active {
    display: block;
}

#foldermove>div {}

#foldermove>.header {
    background-color: #f1f1f1;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    height: 48px;
    margin: 0 0 10px 0;
}

#foldermove>.header .backbutton {
    border-radius: 50%;
    min-width: 0;
    overflow: visible;
    /* height: 40px; */
    /* left: 0; */
    /* margin: -12.5px; */
    padding: 19.5px 12.5px 12.5px 12.5px;
    top: 0;
    width: 40px;
    position: relative;
    flex: 40px 0 0;
    color: #7d7d7d;
    cursor: pointer;
}

#foldermove>.header .backbutton:hover:before {
    content: "";
    position: absolute;
    left: 3px;
    top: 11px;
    width: 30px;
    height: 30px;
    background: #ddd;
    z-index: 1;
    border-radius: 100%;
}

#foldermove>.header>div {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#foldermove>.header .backbutton i {
    font-size: 13px;
    position: relative;
    z-index: 10;
}

#foldermove>.header .title {
    font-size: 16px;
    color: #777;
    cursor: default;
    /* margin-left: 2px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 170px; */
    padding: 18px 0;
    font-weight: 500;
}

#foldermove>.header .close {
    border-radius: 50%;
    /* min-width: 0; */
    /* overflow: visible; */
    /* height: 40px; */
    /* left: 0; */
    /* margin: -12.5px; */
    padding: 17.5px 12.5px 12.5px 12.5px;
    font-size: 14px;
    width: 45px;
    flex: 45px 0 0;
    position: relative;
    text-align: center;
}

#foldermove>.body {
    overflow-y: auto;
    height: 180px;
}

#foldermove>.body ul {}

#foldermove>.body ul li {
    height: 36px;
    padding: 0 10px 0 15px;
    color: #636363;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#foldermove>.body ul li>* {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

#foldermove>.body ul li .foldericon {
    width: 20px;
    flex: 20px 0 0;
    color: #949494;
}

#foldermove>.body ul li .f_name {
    padding: 0 9px;
}

#foldermove>.body ul li .gt_f {
    display: block;
    width: 80px;
    flex: 26px 0 0;
    text-align: center;
    color: #949494;
    font-size: 16px;
    visibility: hidden;
    height: 34px;
    padding: 10px 0;
}

#foldermove>.body ul li:hover {
    background: #efefef;
}

#foldermove>.body ul li.active .gt_f,
#foldermove>.body ul li:hover .gt_f {
    visibility: visible;
}

#foldermove>.body ul li .gt_f:hover {
    background: #d4d4d4;
}

#foldermove>.info_panel {
    height: 61px;
    padding: 16px;
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: wrap;
}

#foldermove>.body ul li.active {
    background-color: #007bff;
    color: #fff;
}

#foldermove>.body ul li.active .foldericon {
    color: #ffffff;
}

#foldermove>.body ul li.active .gt_f,
#foldermove>.body ul li.active .gt_f i {
    color: #fff;
}

#foldermove>.info_panel>* {
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    text-decoration: none;
}

#foldermove>.info_panel .m_newFolder {
    color: #949494;
    border-radius: 50%;
    padding: 7.5px 9.5px 8.5px 9.5px;
    width: 40px;
    flex: 40px 0 0;
    color: #7d7d7d;
    border: none;
    outline: none;
    border-radius: 0;
}

#foldermove>.info_panel .m_newFolder[disabled] {
    background: white !important;
    opacity: 0.5;
}

#foldermove>.info_panel .moveHere {
    width: 130px;
    flex: 76px 0 0;
}

.d-flex.moveFolder_View,
.d-flex.moveFolder_createnew {
    display: none !important;
}

.d-flex.moveFolder_View.active,
.d-flex.moveFolder_createnew.active {
    display: flex !important;
}

.moveFolder_createnew input[type="text"] {
    width: 100%;
    font-size: 13px;
    height: 24px;
    padding: 0 5px;
}

.createNewfolder_body {
    height: 100%;
    text-align: center;
    font-size: 13px;
    color: #6b6b6b;
    padding: 60px 0;
}

#foldermove>.header:before {
    content: "";
    position: absolute;
    border-color: #f1f1f1 transparent;
    border: solid 10px;
    border-top-width: 0;
    height: 0;
    width: 0;
    border-color: #f1f1f1 transparent;
    left: 0;
    right: 0;
    margin: auto;
}

#foldermove.top>.header:before {
    top: -10px;
}

#foldermove.bottom>.header:before {
    bottom: -10px;
    border-color: #d4d4d4 transparent;
    border-bottom-width: 0;
    border-top-width: 10px;
}

.lock_block_conatiner {
    position: absolute;
    right: 18px;
    margin-top: -22px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 134px;
}

.lock_block_conatiner a {
    padding: 8px;
    background: #ffffff;
    border-radius: 100%;
    font-size: 13px;
    border: solid 1px #b1b1b1;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
}

.lock_block_conatiner a i {
    color: #757575;
}

.element_dragging_start:before {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    top: 0;
    bottom: 0;
    background: #00000029;
    z-index: 10;
}

.toastmsg {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background: #2d2d2d;
    width: 530px;
    height: auto;
    border-radius: 5px;
    padding: 18px 45px 18px 30px;
    color: #fff;
    line-height: 26px;
    font-size: 15px;
    font-weight: 400;
    box-shadow: 0 10px 12px #61616126;
    display: none;
    z-index: 999;
}

.toastmsg .undo {
    position: absolute;
    right: 80px;
    color: #abd3ff;
    text-shadow: none;
    opacity: 1;
    top: 0;
    text-transform: uppercase;
    text-decoration: none;
}

.toastmsg .close {
    position: absolute;
    right: 7px;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    top: 8px;
    padding: 16px;
}

#mainContainer #container_scrollable {
    width: 100%;
}

#mainContainer.active #container_scrollable {
    width: calc(100% - 360px);
    height: calc(100vh - 74px);
}

#mainContainer.active .listview {
  /*   flex: 0 0 33.333333%;
    max-width: 33.333333%; */
        max-width: 290px;
    min-width: 275px;
}

.element_info {
    width: 360px;
    flex: 0 0 360px;
    border-left: solid 1px #ddd;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 36px;
    top: 50px;
    transform: translateX(500px);
    transition: ease all .3s;
}

#mainContainer.active .element_info {
    transform: translateX(0px);
    transition: ease all .3s;
}

.element_info .primaryInfo {
    margin-bottom: 0;
    border-bottom: solid 1px #ddd;
    padding: 20px 20px 20px 20px;
}

.element_info .primaryInfo .owner {
    width: 40px;
    height: 40px;
    display: block;
    background: #4B358B;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    margin-right: 10px;
    background-size: cover;
}

.element_info .owner_xmTitle {
    font-size: 20px;
    font-weight: 500;
}

.element_info .changeLog {}

.element_info .changeLog li.align-items-center.d-flex.justify-content-between {
    border-bottom: solid 1px #ddd;
    padding: 10px 20px 10px 20px;
}

.element_info .changeLog li:hover {
    background: #dddddd3d;
    cursor: pointer;
}

.element_info .changeLog li.active {
    background: #e8f0fd;
}

.element_info .secondaryInfo .owner {
    width: 25px;
    height: 25px;
    display: block;
    background: #4B358B;
    border-radius: 50%;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin-right: 10px;
    background-size: cover;
}

.searchContainer {
    display: block;
    width: 100%;
    margin-right: auto;
    position: relative;
    height: 48px;
}

.searchContainer input#globalSearch,
.searchContainer input#globalSearch:focus,
.searchContainer input#globalSearch:hover {
    background: transparent;
    height: 46px;
    /*  -webkit-box-shadow: 0 0 0 30px #f3f3f3 inset !important;
    box-shadow: 0 0 0 30px #f3f3f3 inset !important; */
    box-shadow: none !important;
}

.searchContainer.active input#globalSearch {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    box-shadow: 0 0 0 30px white inset !important;
}

.searchContainer .searchIcon {
    padding: 0 4px 0 20px;
    opacity: 0.6;
    position: relative;
    top: 0;
    display: block;
}

.searchContainer .searchArrow {
    padding: 6px 6px;
    display: block;
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    text-align: center;
}

a.searchArrow:hover {
    background: #e8e8e8;
}

.searchContainer .wrapped {
    position: absolute;
    border-radius: 8px;
    max-width: 920px;
    width: 100%;
    background: #e9e9e985;
    border-radius: 5px !important;
    border: solid 1px #efefef;
}

.searchContainer.active .wrapped {
    background: rgba(255, 255, 255, 1);
    border: 1px solid transparent;
    /*   -webkit-box-shadow: 0 1px 1px 0 rgba(65,69,73,0.3),0 1px 3px 1px rgba(65,69,73,0.15); */
    /*  box-shadow: 0 1px 1px 0 rgba(65,69,73,0.3),0 1px 3px 1px rgba(65,69,73,0.15) */
    box-shadow: 2px 13px 29px rgb(0 0 0 / 24%);
}

.searchResults {
    text-align: left;
    background: #fff;
    top: 52px;
    border-top: solid 1px #ddd;
    padding: 10px 20px;
    display: none;
    /*  max-height: 600px; */
    /*  overflow-y: auto; */
}

.searchResults p {
    opacity: 0.5;
}

.searchContainer.active .searchResults {
    display: block;
}

.searchResults ul {}

.searchResults ul li {
    padding: 15px 0;
    border-bottom: solid 1px #ddd;
}

.searchResults ul li:last-child {
    border: none;
}

.searchResults ul .xm_square_logo {
    width: 27px;
    height: 27px;
    display: inline-block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    vertical-align: middle;
    margin-right: 3px;
}

.searchResults i.fa-folder.fas {
    opacity: 0.6;
}

.searchResults ul .title {}

.searchResults ul .xm_date {}

@media (max-width: 1024px) {
    .listview.col-lg-3 {
       /* flex: 0 0 33%;
        max-width: 33%;*/
    }
    #mainContainer.active .listview {
      /*   flex: 0 0 50%;
        max-width: 50%; */
    }
    body .centerBox.ml-5 {
        width: 100%;
        margin: 0 auto !important;
    }
}


/* max 1024 ^ */

@media (max-width: 991px) {
    body .centerBox.ml-5 {
        max-width: 500px;
    }
    .loginwraper .col-lg-7 {
     background-position: center 0 !important;
        background-size: contain !important;
        background-repeat: no-repeat !important;
       margin-top: 0px;
    }
    .knoblr_xmDocs.d-block.d-lg-none {
      /*   border-bottom: 1px solid #eee; */
        margin-bottom: 22px;
    }
    .knoblr_xmDocs.d-block.d-lg-none div {
        max-width: 500px;
        margin: auto;
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .loginwraper .col-lg-7 {
        height: 370px !important;
    }
    .h-100.loginwraper.row {
        height: auto !important;
    }
    .knoblr_xmDocs img {
        width: 173px !important;
    }
    .logintitle {
        font-size: 34px !important;
        margin: 30px 0 14px !important;
    }
    body.selecthuddlespace .loginwraper .col-lg-7 {
    height: auto !important;
}
body.selecthuddlespace .logintitle {
    font-size: 26px !important;
    margin: 16px 0 14px !important;
    padding-top: 0 !important;
}
    .knoblr_xmDocs.d-block.d-lg-none {
        margin-bottom: 0px;
    }
}

#guestPreventWindow {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 140px;
    background: #15121feb;
    z-index: 100;
    display: flex;
    align-items: center;
}

header {
    background: #fff;
}

#shareXMLink .btn.btn-secondary {
    color: #fff;
    background-color: #4d90fe;
    border-radius: 4px;
    margin-top: 24px;
    margin-bottom: 0px;
    /* min-width: 91px; */
    height: 36px;
    border: 1px solid #4d90fe;
    font-size: 16px;
    line-height: 22px;    box-shadow: none;
}


/* .d-flex.tooltipCustom  {
    display: inline-block;
} */

.d-flex.tooltipCustom:after {
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px;
    margin-bottom: 20px;
}

.lock_block_conatiner .usercap {
    width: 25px;
    height: 25px;
    background: #fff url(https://image.knoblr.com/knoblrxmdocs/hat.svg?v2) no-repeat 50%;
    background-size: 18px;
    border-radius: 80%;
    box-shadow: 0 1px 4px #52525263;
    display: inline-block;
    border: none;
}

.lock_block_conatiner>* {
    margin-left: 11px;
}

[data-state="listView"] .lock_block_conatiner {
    width: 151px;
    margin: auto;
    left: 0;
    right: 162px;
    justify-content: flex-start;
}

[data-state="listView"] .lock_block_conatiner+.adminName {
    display: none;
}

.listview,.shimmerCol {
    max-width: 290px;
    min-width: 275px;
}

#cannotwarning {
    position: fixed;
    top: 68px;
    z-index: 9999;
    margin: auto;
    left: 0;
    right: 0;
    width: 320px;
    display: none;
}

.draft span {
    padding: 6px 8px;
    display: inline-block;
    background: #e8f0fe;
    color: #2a71d5;
    border: 1px solid;
    border-radius: 25px;
    font-weight: 500;
    font-size: 12px;
    top: 0px;
    position: relative;
    width: 70px;
    height: 27px;
    flex: 0 0 70px;
}

.Shared span {
    padding: 6px 8px;
    display: inline-block;
    background: #62b88c;
    color: #ffffff;
    border-radius: 25px;
    font-weight: 500;
    font-size: 12px;
    top: 0px;
    position: relative;
}

.draft {
    /*  order: -1; */
    margin-right: 3px;
    text-align: center;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 5px;
}

.Shared {
    /*  order: -1; */
    margin-right: 3px;
    text-align: center;
    width: 70px;
}

[data-state="listView"] div#mainContainer.active .listview {
    flex: 0 0 100%;
    max-width: 100%;
}

[data-state="listView"] div#mainContainer.active .listview small.meOwner {
    display: none;
}

[data-state="gridView"] .listview .p-3.prev_content .doc_profile {
    /*  float: right;margin-top: -23px;
    margin-right: 0; */
}

.list-head.listview {
    width: 100%;
    flex: auto;
    align-items: center;
    background: #eee;
    display: none;
}

[data-state="listView"] .list-head.listview {
    display: flex;
}

.list-head.listview .filesContainer {
    width: 100%;
    position: relative;
    cursor: default;
}

.list-head.listview .filesContainer:hover {
    background-color: transparent;
    cursor: default;
}

.list-head.listview * {
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 14px;
}

.list-head.listview .filesContainer .lock_block_conatiner {
    right: 182px;
}

[data-state="gridView"] .prev_content .xm_Title+.doc_profile {
    display: none;
}

[data-state="listView"] .prev_content .doc_profile {
    display: none;
}

[data-state="listView"] .prev_content .xm_Title+.doc_profile {
    display: block;
}

[data-state="listView"] div#mainContainer.active .doc_profile.owner {
    display: none;
}

[data-state="listView"] div#mainContainer.active p.xm_date {
    display: none;
}

[data-state="listView"] div#mainContainer.active .lock_block_conatiner {
    width: 151px;
    margin: auto;
    left: unset;
    right: 43px;
    justify-content: flex-end;
}

[data-state="listView"] div#mainContainer.active .list-head.listview .filesContainer .lock_block_conatiner {
    right: 34px;
}

[data-state="listView"] div#mainContainer.active .prev_content {
    height: 62px;
}

[data-state="listView"] div#mainContainer.active .list-head.listview .prev_content {
    height: 46px;
}

.draft.rightsec,
.Shared.rightsec {
    order: 0;
    width: 74px;
}

.draft.rightsec span,
.Shared.rightsec span {
    padding: 6px 8px;
    font-size: 12px;
   /* top: 4px;*/
}

.sprite {
    background-image: url(../images/cofellas_sprite2x.png?v331a);
    background-repeat: no-repeat;
    /*  background-size: 481px 730px; */
    background-size: 476px 730px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-drag: none;
    user-select: none;
}

.sprite {
    width: 33px;
    height: 33px;
    display: block;
    margin: 0 auto 0px;
}

.sprite.icon_excel {
    background-position: -178px -314px;
}

.sprite.icon_powerpoint {
    background-position: -214px -314px;
}

.sprite.icon_msword {
    background-position: -177px -354px;
}

.sprite.icon_pdf {
    background-position: -214px -355px;
}

.sprite.icon_image {
    background-position: -176px -395px;
}

.sprite.icon_weblink {
    background-position: -216px -396px;
}

.sprite.icon_youtubelogo {
    background-position: -175px -437px;
}

.sprite.icon_upload_video {
    background-position: -214px -436px;
}

.sprite.texttool_sub {
    width: 30px;
    height: 30px;
    background-position: -7px -250px;
}

.sprite.stickyTool {
    width: 30px;
    height: 30px;
    background-position: -363px -317px;
}

.nameDate span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 81px;
    display: inline-block;
    vertical-align: top;
}

.descList p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.sharesqr {
    margin-top: -8px;
}

p.saveProfilealert {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    top: 20px;
    font-size: 18px;
    color: #0da250;
    max-width: 68%;
}

p#validateMsg {
    line-height: 24px;
    font-size: 18px;
}

.verifyEmail .materialInput label.error {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 13px;
    color: red;
    font-size: 13px;
}

a#signvry {
    position: relative;
}

a.searchIcon.searchAction {
    padding: 9px;
    cursor: pointer;
    opacity: 1;
    border-radius: 7px;
    top: 0;
    right: 1px;
    color: #3a3a3a;
    margin-right: 6px;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.3px;
}

a.closeSearch {
    padding: 10px 16px;
    font-size: 28px;
    cursor: pointer;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1.25s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #F6F6F6;
    background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.processLoading .filter {
    height: 55px;
    border-bottom: 1px solid #ddd;
}

.processLoading .chkb {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    /*height: 338px;*/
    position: relative;
    overflow: hidden;
}

.processLoading .image {
    width: 64px;
    height: 50px;
    margin-right: 10px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    height: 338px;
    position: relative;
    overflow: hidden;
}

.processLoading .text .txtline.heading {
    width: 64px;
    height: 17px;
    background: linear-gradient(#ebebeb 0%, #e2e2e2 100%);
}

.processLoading .text .txtline {
    height: 10px;
    width: 126px;
    margin-bottom: 6px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
}

.searchContainer.active .searchResults {
    padding: 0;
    min-height: 382px;
    background: #F5F5F5;
}

.sortingfiltr span {
    margin-right: 10px;
    display: inline-block;
    font-weight: 400;
}

.sortingfiltr label.dropdown-item {
    user-select: none;
    padding: 9px 3px;
    background: transparent;
    color: inherit;
    display: inline-block;
    width: auto;
}

.sortingfiltr select.form-control,
.sortingfiltr .dropdown-toggle {
    width: 143px;
    height: 32px;
    border-radius: 25px;
    font-size: 15px;
    color: #0a78d0;
    border-color: #0a78d0;
    appearance: none;
    background: transparent;
    position: relative;
    z-index: 1;
    padding-top: 4px;
}

.sortingfiltr {
    /*  width: 141px; */
}

.labelques {
    display: block;
    /* position: relative; */
    padding-left: 0;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/* Hide the browser's default checkbox */

.labelques input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    /* height: 0; */
    /* width: 0; */
    left: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    bottom: 0;
    z-index: 3;
}

body .labelques input:hover {
    height: 100% !important;
}

.chkb {
    margin-right: 10px;
}


/* Create a custom checkbox */

.quescheckmark {
    position: relative;
    top: 5px;
    left: 0;
    height: 14px;
    width: 14px;
    /*  background-color: #fff; */
    border: 1px solid #888;
    border-radius: 2px;
    display: inline-block;
}


/* On mouse-over, add a grey background color */

.labelques:hover input~.quescheckmark {
    background-color: #f1f1f1;
}


/* When the checkbox is checked, add a blue background */

.labelques input:checked~.quescheckmark {
    background-color: #0077ff;
    border: 1px solid #0077ff;
}


/* Create the quescheckmark/indicator (hidden when not checked) */

.quescheckmark:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the quescheckmark when checked */

.labelques input:checked~.quescheckmark:after {
    display: block;
}


/* Style the quescheckmark/indicator */

.labelques .quescheckmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sResult .image {
    position: relative;
    margin-right: 11px;
    height: 50px;
}

.sResult .image img.img-fluid {
    height: 50px;
    width: 64px;
    object-fit: cover;
    border: 1px solid #ddd;
    object-position: top;
}

.sResult .userpic {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #ddd;
    position: absolute;
    bottom: -9px;
    right: -7px;
    object-fit: cover;
    background: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 33px;
    background: #ebf0ff;
    font-size: 12px;
    font-weight: 500;
}

.sResult .userpic img {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    object-fit: cover;
}

.text {
    width: 60%;
}

.text h2 {
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 22px;
    color: #000;
}

.text h2 span.badge.bg-secondary {
    color: #fff;
    font-size: 12px;
    position: absolute;
    right: 9px;
}

.text p {
    font-size: 13px;
    margin-bottom: 7px;
    opacity: 0.7;
}

.rightpanel .image {
    height: 35px;
    width: 35px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.rightpanel .text {
    width: 93%;
}

.txtdesc p {
    font-size: 15px;
    font-weight: 400;
    opacity: 1;
    max-width: 70%;
    line-height: 20px;
}

.txtdesc span:not(.highlight) {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    max-width: 200px;
    padding: 6px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    background: #4B358B;
    height: 21px;
    display: inline-block;
    line-height: 10px;
    border-radius: 3px;
}

.txtdesc span.highlight {
    background: #FDFBC5;
}

.typtext p {
    opacity: 1;
    color: #6C6C6C;
    margin-bottom: 0;
    text-transform: capitalize;
}

.typtext span {
    font-size: 13px;
    opacity: 0.7;
}

.rightpanel {
    border-radius: 0;
    padding: 13px;
    display: flex;
    /*  border: 2px solid transparent; */
    cursor: pointer;
    border-bottom: 2px solid #eee;
    position: relative;
    overflow: hidden;
}

.rightpanel:hover {
    border-bottom: 2px solid transparent;
    /* background: #eeeeee2b !important; */
    /* box-shadow: 0 3px 2px #333; */
    box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
    z-index: 2;
}

.sortingfiltr div {
    position: relative;
    /*background: #fff;*/
    border-radius: 3px;
}

.sortingfiltr label.form-check-label {
    width: 100%;
}

.sortingfiltr div:before {
    /*content: "";*/
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #5A5A5A;
    position: absolute;
    right: 10px;
    top: 13px;
    z-index: 0;
}

.sResult .filter {
    border-bottom: 1px solid #ddd;
    padding-left: 12px;
    padding-right: 12px;
}

.searchContainer.active {
    z-index: 999;
}

/*.searchContainer.active:before {
    content: "";
    background: #33333375;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}*/

.rightpanel .image img {
    height: 20px;
    margin: auto;
    display: block;
}

.rightpanel .image .sprite {
    /*   background: transparent; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightpanel mark {
    background-color: #fff4bd;
}

.searchContainer .active.wrapped {
    background: #fff;
    box-shadow: 0 1px 5px #8585856b;
}

.filter p {
    color: #5A5A5A;
    opacity: 1;
    font-size: 14px;
}

.Sleftpanel,
.rightpaneloutr {
    max-height: 470px;
    overflow-y: auto;
    overflow-x: hidden;
}

.Sleftpanel::-webkit-scrollbar,
.rightpaneloutr::-webkit-scrollbar {
    width: 5px;
}

.Sleftpanel::-webkit-scrollbar-track,
.rightpaneloutr::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.Sleftpanel::-webkit-scrollbar-thumb,
.rightpaneloutr::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

.sResult .col h3 {
    padding: 8px 12px;
    font-size: 14px;
    border-bottom: 1px solid #dedcdc;
}

.sResult p.noxmdatafound {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 96px;
    font-size: 20px;
    background: #eee;
    bottom: 0;
    opacity: 1;
    z-index: 7;
    padding-top: 18%;
    color: #827f7f;
}

.rightpaneloutr {
    border-radius: 4px;
}

.titleSepration {
    background: #E8E8E8;
    padding: 12px 16px;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    position: sticky;
    top: 0px;
    z-index: 9;
}

@keyframes animateDown {
    0% {
        transform: translateY(-200px);
    }
    100% {
        transform: translateY(0px);
    }
}

@keyframes animateUp {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-200px);
    }
}

.searchContainer .searchResults {
    /*opacity: 0;
    transform: translateY(-200px);
    animation-name: animateUp;
     transition-duration: 0.5s;
    transition-delay: 0.3s;
    animation-duration: 0.5s;*/
    display: none;
}

.searchContainer.active .searchResults {
    display: block;
    /*animation-name: animateDown;*/
    /*transform: translateY(0px);*/
    transition-duration: 0.5s;
    /*transition-delay: 0.3s;*/
    /*animation-duration: 0.5s;*/
    /*opacity: 1;*/
    /*z-index: 0;*/
}

.searchContainer .wrapped {
    /*  overflow: hidden; */
}

.searchContainer.active .wrapped>div.d-flex {
    z-index: 9;
    position: relative;
    background: #fff;
    border-radius: 8px;
}


/* icon */

.sprite {
    background-image: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png?v331ac);
    background-size: 461px 710px;
}

.textIcon.sprite {
    background-position: -3px -241px;
}

.excelIcon.sprite {
    background-position: -170px -304px;
}

.pdfIcon.sprite {
    background-position: -205px -344px;
}

.wordIcon.sprite {
    background-position: -170px -343px;
}

.pptIcon.sprite {
    background-position: -205px -304px;
}

.speechIcon.sprite {
    /*  background-image: url('https://image.knoblr.com/knoblrxmdocs/speech.svg');
    background-position: center;
    background-size: 29px; */
    background-position: -537px -612px;
    background-size: 730px;
}

.stickyIcon.sprite {
    background-position: -346px -303px;
}

.logoIcon.sprite {
    /*  background-image: url('https://dev.knoblr.com/knoblrxmdocs/images/logoxm.svg');
    background-position: center;
    background-size: 24px; */
    background-position: -307px -392px;
    background-size: 475px;
}

.urlIcon.sprite {
    background-position: -207px -384px;
}

.youtubeIcon.sprite {
    background-position: -168px -425px;
}

.videoIcon.sprite {
    background-position: -206px -424px;
}

.sprite.pageIco {
    background-image: url('https://image.knoblr.com/knoblrxmdocs/noofpage.svg');
    background-position: center;
    width: 15px;
    height: 15px;
    background-size: contain;
    display: inline-block;
    margin-right: 3px;
    opacity: 1;
}


/* icon */

label.groupfilter {
    background: #eeeeee6e;
    display: block;
    padding: 5px 18px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0px -15px 0;
    border-top: 1px solid #eee;
    /* padding-top: 11px; */
}

div#advanceFilterMenu {
    /*  max-height: 358px;
    overflow: auto; */
}

div#advanceFilterMenu::-webkit-scrollbar {
    width: 5px;
}

div#advanceFilterMenu::-webkit-scrollbar-track {
    background: #f5f5f5;
}

div#advanceFilterMenu::-webkit-scrollbar-thumb {
    background: #eee;
}

.filterbox .filterSelect {
    background: #fff;
    color: #026ddf;
    padding: 4px 11px;
    border-radius: 25px;
    font-size: 13px;
    border: 1px solid #026ddf;
    margin-right: 7px;
    text-transform: capitalize;
}

.filterbox .ftext {
    color: #7b7b7b;
}

.filterbox .fline {
    color: #838383;
    font-size: 16px;
    margin: 0 8px;
}

.dropdown-toggle::after {
    display: none;
}

div#advanceFilter button.btn.btn-secondary {
    border: 0;
    color: #000;
    width: auto;
    background: transparent;
    border-radius: 2px;
    padding: 0 13px;
        box-shadow: none;
}

div#advanceFilter.show {
    background: #dae1e6;
}

div#advanceFilter .ifApplied[data-filter='true']:before {
    width: 6px;
    height: 6px;
    background: red;
    position: absolute;
    content: "";
    border-radius: 50%;
    left: 24px;
    top: 4px;
    right: 5px;
}

div#advanceFilter svg {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    margin-top: -1px;
}

.sortingfiltr div {
    margin-bottom: 0;
    margin-top: 0;
}

div#advanceFilterMenu {
    width: 310px;
    padding: 0 15px;
}

button.btn.applyfilter,
.cancelfilter {
    margin: 7px 0;
    width: 100%;
    text-align: center;
}

.mainloading.processLoading .chkb {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.mainloading.processLoading .image {
    width: 100%;
    height: 126px;
    border-radius: 4px 4px 0 0;
}

.mainloading.processLoading .txtline.heading {
    margin-bottom: 7px;
}

.mainloading.processLoading .txtline {
    width: 100%;
    margin: 0;
}

.borderradius {
    border-radius: 3px;
}

.mainloading.processLoading .borderradius .chkb {
    width: 17px;
    height: 17px;
    border-radius: 3px;
}

.borderradbtm {
    border-radius: 0 0 4px 4px;
}

.mainloading.processLoading {
    margin-top: 28px;
    padding: 0 12px;
}

.sortingfiltr label.dropdown-item .form-check {
    padding: 0;
}

.sortingfiltr label.dropdown-item input {
    position: absolute;
    opacity: 0;
}

.sortingfiltr label.dropdown-item span.form-check-label {
    cursor: pointer;
    margin: 0;
    background: #ebebeb;
    padding: 6px 16px;
    border-radius: 25px;
    /* display: block; */
    text-align: center;
    line-height: 16px;
    font-size: 13px;
    border: 1px solid #ccc;
    color: #000;
}

.sortingfiltr label.dropdown-item input:checked+span.form-check-label {
    background: #ffffffbf;
    border: 1px solid #026ddf;
    color: #026ddf;
    font-weight: 500;
}

.sortingfiltr .dropdown-divider {
    margin: 0 -15px;
}

.filterbox {
    display: none;
}

.openXm.sharesqr.openThisXM img {
    width: 30px;
    top: -2px;
    left: -5px;
    position: relative;
}


/* #XmWithReplies a.openXm.sharesqr.openThisXM {
    box-shadow: none;background: transparent;
} */

#XmWithReplies a.openXm.sharesqr.openThisXM svg {
    fill: #2974ec;
    width: 16px;
}

#XmWithReplies ul#xmhistory.active {
    max-height: 319px;
    overflow-y: auto;
    overflow-x: hidden;
}

.secondaryInfo ul.changeLog {
    max-height: calc(100vh - 260px);
    overflow-y: auto;
    overflow-x: hidden;
}


/* Sharexm */

.shareXm h3 .goback img,
.shareIcon {
    width: 29px;
    margin-right: 12px;
    margin-left: 0;
}

.sendClose {
    display: flex;
}

.shareXm h3 .goback,
.sendClose {
    display: none;
}

.closeshareModal {
    margin-top: 33px;
}

.modal-body.shareXm {
    padding: 0;
}

.shareXm .copylinkdiv a.btn {
    background: transparent !important;
    color: #1E7FEF !important;
    padding: 0;
    margin: 0 !important;
    font-weight: 500;
}

.shareXm .copylinkdiv {
    position: absolute;
    right: 31px;
    top: 24px;
    z-index: 99;
}

.shareXm .copiedMsg img {
    width: 20px;
    margin-right: 2px;
}

.shareXm .copy_txt {
    border: 1px solid #E0E2E3;
    border-radius: 4px;
    padding: 7px;
    min-height: 42px;
    position: relative;
    background: #fff;
    margin-bottom: 16px;
}

.shareXm .copy_txt #getPeopleInput,
#coEditInput {
    position: absolute;
    background: transparent;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: 0;
    z-index: 999;
    height: auto;
    border: none;
    cursor: text;
}

.shareXm .copy_txt #getPeopleInput:focus+.focusdiv:before {
    border: 1px solid #2170f3;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    z-index: 99;
    content: "";
    border-radius: 4px;
}

.shareXm .copiedMsg {
    position: relative;
    margin-top: 4px;
}

.shareXm .btn.btn-secondary {
    color: #000;
    background-color: #eeeeee;
    border: 1px solid #dcdcdc;
}

.shareXm span#shareXmbtn .btn .circle-loader {
    top: 8px;
}

.emailOne {
    display: inline-block;
    border: 1px solid #e3e8ee;
    border-radius: 25px;
    padding: 2px 2px 2px 10px;
    background: #eff2f4;
    margin: 2px 8px 2px 0;
}

.emailOne div {
    width: 20px;
    height: 20px;
    background: #4B2CB1;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 10px;
    margin: 3px 0 3px 3px;
    margin-right: 3px;
}

.emailOne * {
    display: inline-block;
    vertical-align: middle;
}

.emailOne p {
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 166px;
    padding: 4px 0;
}

.emailOne .cl {
    margin: 0 0;
    background: transparent;
    border: none;
    font-size: 21px;
    /*padding: 0 6px;*/
    text-align: center;
    color: #bfbfbf;
    font-weight: 100;
    height: 25px;
    width: 25px;
    line-height: 22px;
    cursor: pointer;
    border-radius: 50%;
    user-select: none;
}

.emailOne .cl:hover {
    background: #d5d5d5;
    color: #fff;
}

.emailDropdown,
.coedit-emailDropdown,
.AddedEmails {
    box-shadow: 0 2px 8px #bfbfbf;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    margin-top: -16px;
    display: none;
    z-index: 99;
}

.selectedEmail {
    display: none;
    position: relative;
    z-index: 999;
    width: 100%;
    background: #fff;
    max-height: 102px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.selectedEmail.active {
    display: flex;
}

.NotifySec {
    display: none;
}

.Coedit-AddedEmails:not(.active),
.AddedEmails:not(.active) {
    opacity: 0;
    visibility: hidden;
    /*    display: none; */
}


/* .AddedEmails.active{
    display: block;
} */

.emailDropdown li,
.coedit-emailDropdown li,
.Coedit-AddedEmails li,
.AddedEmails li {
    display: flex;
    padding: 15px;
    cursor: pointer;
}

.AddedEmails ul li:nth-child(n+2) {
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: none !important;*/
}

.emailDropdown ul li:nth-child(n+2) {
    border-top: 1px solid #ddd;
    border-bottom: none !important;
}

.emailDropdown li:hover,
.AddedEmails li:hover {
    /*background: #eceef273;*/
}

.emailDropdown li .nameChar,
.Coedit-AddedEmails li .nameChar,
.AddedEmails li .nameChar {
    width: 32px;
    height: 32px;
    background: #4B2CB1;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    margin-right: 11px;
}

.Coedit-AddedEmails li .nameChar,
.AddedEmails li .nameChar {
    text-transform: uppercase;
    background-size: cover !important;
    background-position: center !important;
}

.emailDropdown li h3,
.Coedit-AddedEmails li h3,
.AddedEmails li h3 {
    font-size: 16px;
    margin-bottom: 0px;
    font-weight: 400;
    color: #000;
    text-transform: lowercase;
}

.emailDropdown li p,
.Coedit-AddedEmails li p,
.AddedEmails li p {
    font-size: 13px;
    color: #696969;
    font-weight: 400;
}

.shareXm div#shareXmThumb,
#coEditThumb {
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 3px 26px rgb(0 0 0 / 16%);
    border: none;
    /* margin-left: 20px; */
    height: 291px;
    position: relative;
    margin-bottom: 0;
    background-size: cover;
    background-position: 0 0;
}

.shareXm .labelques {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    margin-bottom: 14px;
    cursor: pointer;
    line-height: 19px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 400;
}

.shareXm .labelques input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.shareXm .labelques input:checked~.quescheckmark {
    background-color: #0077ff;
    border: 1px solid #0077ff;
}

.shareXm .quescheckmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 20px;
    width: 20px;
    /* background-color: #1e7fef; */
    border: 1px solid #1e7fef;
    border-radius: 2px;
}

.shareXm .labelques .quescheckmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.shareXm .quescheckmark:after {
    content: "";
    position: absolute;
    display: none;
}

.shareXm .labelques input:checked~.quescheckmark:after {
    display: block;
}

.shareXm textarea.form-control {
    background: #fff;
    max-height: 125px;
    min-height: 125px;
}

#shareXMLink .modal-content {
    background: transparent;
    box-shadow: none;
}

#shareXMLink .modal-content>div {
    box-shadow: 0px 13px 36px rgb(0 0 0 / 36%);
    background: #fff;
    border-radius: 6px;
}

img.img-fluid.logoOnImg {
    position: absolute;
    bottom: 10px;
    right: 12px;
    width: 30px;
}

.emailOne:hover {
    background: #f3f1f1;
}

.AddedEmails ul li {
    border: none;
    padding: 14px 8px 1px 0px;
    justify-content: space-between;
    cursor: default;
    display: flex;
    /* border-radius: 60px; */
    margin-bottom: 0px;
    align-items: center;
    height: auto;
    margin-left: 0px;
    position: relative;
}

.AddedEmails ul li.notSharedAnyone {
    font-weight: normal;
    text-align: center;
    width: 100%;
    display: block;
    opacity: 0.4;
    padding: 60px 0 !important;
    height: 120px;
    margin: 0 !important;
}

.AddedEmails ul {
    overflow-x: hidden;
    overflow-y: auto;
    height: 142px;
}

.AddedEmails {
    display: block;
    position: relative;
    margin-top: 18px;
    box-shadow: none;
    z-index: 0;
    margin-left: 0;
    min-height: 162px;
    background: #fff;
}

.Coedit-AddedEmails h2,
.AddedEmails h2 {
    font-size: 15px;
    margin-top: 22px;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 0.7;
    padding-left: 0px;
    color: #000;
}

.userInfo {
    margin-right: auto;
}

.AddedEmails ul li .remove {
    padding: 0;
    color: #999;
    font-size: 25px;
    font-weight: 100;
    width: 28px;
    height: 28px;
    /* background: #eee; */
    text-align: center;
    line-height: 27px;
    border-radius: 50%;
    cursor: pointer;
}

.AddedEmails ul::-webkit-scrollbar {
    width: 5px !important;
}


/* Track */

.AddedEmails ul::-webkit-scrollbar-track {
    background: #eee;
}


/* Handle */

.AddedEmails ul::-webkit-scrollbar-thumb {
    background: #ccc;
}


/* Handle on hover */

.AddedEmails ul::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.AddedEmails ul li .remove:hover {
    background: #eee;
}

input.addPeoples2 {
    display: inline-block;
    min-width: 100px;
    border: none;
    width: auto;
    margin: 6px 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    font-size: 15px;
    font-weight: normal;
    padding: 4px 0;
}


/* Sharexm */


/* toast */

.sharedNotification {
    position: absolute;
    right: -450px;
    z-index: 9999;
    top: 10px;
    transition: 0.5s;
    width: 424px;
    box-shadow: 0 0 27px #bbbbbb;
    border-radius: 8px;
    overflow: hidden;
    max-width: 100%;
}

.sharedNotification.show {
    display: block;
    opacity: 1;
    right: 14px;
}

.sharedNotification .toast-body strong {
    font-weight: 500;
}

.sharedNotification .joinnowbtn {
    margin: 10px 8px;
}

.sharedNotification span.openIco {
    display: block;
    margin-top: 12px;
    font-size: 15px;
    font-weight: 500;
    color: #0071ea;
    cursor: pointer;
    min-width: 90px;
}

.sharedNotification span.openIco svg {
    height: 16px;
    margin-right: 2px;
    fill: #0071ea;
    margin-top: -3px;
    vertical-align: middle;
}

.sharedNotification .toast-body {
    font-size: 16px;
    padding: 1.2rem .75rem;
}

.sharedNotification button.close:focus {
    outline: none;
}

.notification svg {
    width: 66px;
    height: 32px;
    padding: 0 24px 0 20px;
    fill: #828282;
}

.notificationdropdown {
    position: fixed;
    width: 445px;
    right: 0;
    background: #fff;
    opacity: 0;
    padding: 0px 0;
    box-shadow: 0 9px 24px #28282863;
    top: 0;
    border-radius: 0;
    height: calc(100vh - 0px);
    z-index: 0;
    bottom: 0;
    z-index: 9999;
    transform: translateX(1000px);
    transition: 0.3s;
}

.notificationdropdown.active {
    opacity: 1;
    right: 0;
    transform: translateX(0px);
}

.notification {
    overflow: hidden;
}

.notification.new>a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 14px;
    background: red;
    border-radius: 50%;
    top: 3px;
    right: 21px;
    border: 3px solid #fff;
}

.notificationdropdown .infoxmopen svg {
    padding: 0;
    opacity: 1;
    fill: #000;
    width: 17px;
    opacity: 0.7;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.notificationdropdown ul li {
    padding: 18px 15px;
    box-shadow: 0 2px 4px #3333335c;
    margin: 12px 20px;
    border-radius: 4px;
}

.notificationdropdown ul li:hover {
    background: #f5f5f5;
}

.notificationdropdown:before {
    /*    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    top: -10px;
    right: 44px; */
}

span.Charactr {
    width: 28px;
    height: 28px;
    background: #4b358b;
    display: inline-block;
    text-align: center;
    line-height: 29px;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    background-size: cover !important;
}

.notification svg:hover {
    opacity: 1;
}

.notification>a {
    display: block;
    cursor: pointer;
    position: relative;
}

.notificationdropdown ul li:nth-child(n+2) {
    /*  border-top: 1px solid #cfcfcf; */
}

.d-flex.notificationTitle {
    padding: 16px 16px;
    border-bottom: 1px solid #eee;
    justify-content: space-between;
    background: #ffffff;
}

.d-flex.notificationTitle svg {
    width: 20px;
    height: 23px;
    padding: 0;
    fill: #fff;
    opacity: 1;
    padding: 0;
}

.d-flex.notificationTitle h3 {
    font-size: 16px;
    color: #000;
    padding-left: 0;
    font-weight: normal;
    line-height: 25px;
}

.toast-header strong.mr-auto {
    font-weight: 500;
    color: #000;
    font-size: 17px;
}

.toast-header img {
    filter: grayscale(1);
}

.toast-header {
    background: #f1f1f1;
    padding: .6rem .75rem;
}

.sharedNotification span.openIco svg g {
    stroke: #0071ea;
    stroke-width: 8px;
}

.d-flex.notificationTitle svg g {
    stroke: #333;
    stroke-width: 2px;
    fill: #fff;
}

.notification>a svg g {
    stroke: #6b6b6b;
    stroke-width: 2px;
    fill: #ffffff;
}

.notificationdropdown ul li p {
    line-height: 18px;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: normal;
}

.notificationdropdown ul li p strong {
    font-weight: 500;
    color: #000;
}

.notificationdropdown ul.changeLog {
    height: calc(100vh - 73px);
    overflow-y: auto;
    background: #fff;
}

.d-flex.notificationTitle .closeNoti {
    font-size: 23px;
    color: #333;
    line-height: 25px;
    opacity: 0.9;
    padding: 0 6px;
    cursor: pointer;
}


/* .notificationdropdown.active:after {
       content: "";
    position: fixed;
    top: 0;
    right: 0;
    background: #0000009c;
    left: -100vw;
    bottom: 0;
    z-index: 0;
    width: 100vw;
    height: 100%;
} */

.notificationdropdown.active .tintdrop {
    position: fixed;
    left: -100vw;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000007d;
    width: 100vw;
    height: 100%;
}

.emailDropdown li h3,
.AddedEmails li h3 {
    margin-bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 282px;
    display: inline-block;
    padding: 2px 0;
}

a.infoxmopen svg {
    width: 17px;
    opacity: 0.7;
    position: relative;
    top: -2px;
}

.searchMobile,
.noNewNotification {
    display: none;
}

.noNewNotification.active {
    display: block;
}

.noNewNotification.active {
    min-height: 200px;
    line-height: 191px;
    text-align: center;
    opacity: 0.6;
}

.dropdown-item {
    cursor: pointer;
}

.alertxmShared {
    display: none;
    position: fixed;
    top: 67px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    max-width: 38%;
    text-align: center;
    width: auto;
}

label.inpError {
    position: absolute;
    color: red;
    z-index: 9999;
    right: 16px;
    top: -7px;
    background: #fff;
    font-size: 13px;
    padding: 0 12px;
    font-weight: 500;
    display: none;
}

h3#shareXmThumbTitle {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 0px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    white-space: pre;
    max-width: 190px;
    display: none;
}


/* svg */

.ant-empty-img-default-ellipse {
    fill: #f5f5f5;
    fill-opacity: .8;
}

.ant-empty-img-default-path-1 {
    fill: #aeb8c2;
}

.ant-empty-img-default-path-2 {
    fill: url(#linearGradient-1);
}

.ant-empty-img-default-path-3 {
    fill: #f5f5f7;
}

.ant-empty-img-default-path-4,
.ant-empty-img-default-path-5 {
    fill: #dce0e6;
}

.ant-empty-img-default-g {
    fill: #fff;
}


/* svg */

.notcoeditedwith p,
.notsharedplaceholder p {
    color: #999;
    font-size: 14px;
    margin-top: 0px;
    text-align: center;
}

.notcoeditedwith svg,
.notsharedplaceholder svg {
    width: 122px;
    margin: auto;
    display: block;
    height: 144px;
}

.notcoeditedwith svg {
    width: 89px;
    height: 83px;
}

.notsharedplaceholder,
.notcoeditedwith {
    min-height: 186px;
    position: absolute;
    top: 57px;
    left: 0;
    right: 0;
    margin: auto;
}

.notcoeditedwith {
    min-height: 121px;
}

span.titleSharedxm span {
    font-weight: 400;
    color: #1e1e1e;
}

span.titleSharedxm {
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.AddedEmails li .resendlink {
    color: #4e4e4e;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    margin-right: 6px;
    position: absolute;
    right: 0;
    top: 17px;
    padding: 4px 7px;
    border-radius: 10px;
    -webkit-font-smoothing: antialiased;
    display: none !important;
}

.AddedEmails li .resendlink:hover {
    background: #ebf2f8;
}

.AddedEmails li .resendlink img {
    height: 15px;
    opacity: 1;
    margin: 0 3px 0px 0;
    display: inline-block;
    vertical-align: text-top;
    width: 15px;
}

.notificationdropdown ul li .NotiDateTime {
    color: #909090;
    margin-top: 3px;
    font-size: 13px;
}

span.ownertxt {
    color: #909090;
    font-weight: 500;
    font-size: 15px;
    margin-right: 6px;
    position: absolute;
    right: 0;
    top: 17px;
    padding: 4px 7px;
    font-style: italic;
}

.refreshIcon svg {
    fill: #1967d2;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

span.refreshIcon {
    position: absolute;
    top: 9px;
    left: 0;
    background: #e8f0fe;
    border: solid 1px #acc8f9;
    padding: 6px 8px;
    border-radius: 25px;
    line-height: 20px;
    cursor: pointer;
    font-size: 15px;
    right: 0;
    margin: auto;
    width: 101px;
    text-align: center;
    color: #1967d2;
    display: none;
    z-index: 9;
}

.row.lg-foot {
    position: absolute;
    bottom: 20px;
    height: 45px;
    width: 100%;
    right: 0;
    left: 0;
    max-width: 448px;
    margin: auto !important;
    text-align: center;
    padding-left: 27px;
}

.row.lg-foot span.txt-lg-pur {
    display: block;
    margin-top: 8px;
}

.logintitle {
    font-size: 38px;
    color: #484848;
    margin: 30px 0;
    display: block;
    font-weight: 500;
}

.login p.h5 {
    font-weight: 400;
    line-height: 28px;
    font-size: 18px;
}

form#login {
    position: relative;
}

form#login label {
    font-weight: 400;
    color: #4A4A4A;
}

.chek {
    position: absolute;
    right: 0;
    z-index: 9;
}

a#forgot,
a#signup {
    color: #0B63F0;
    font-weight: 500;
}

.login p.h5 a {
    color: #0B63F0;
    text-decoration: none;
    /*  font-weight: 500; */
}

#continueLogin {
    min-width: 113px;
    position: relative;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.5px;
    height: 50px;
    line-height: 47px;
    padding: 0 20px;
}

form#login label img {
    width: 17px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

a.visibletext {
    position: absolute;
    right: 0;
    top: 37px;
    width: 55px;
    padding: 17px;
}

.busilogo {
    width: 50px;
    height: 50px;
    background-size: cover;
    border: 1px solid #eee;
    border-radius: 50%;
}

a.Change {
    color: #0B63F0;
    font-weight: 500;
    text-decoration: none;
}

#businessdomain h5.modal-title {
    font-size: 27px;
    font-weight: 500;
}

#businessdomain .searchInp {
    padding: 0 16px;
}

#businessdomain .searchInp input.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

#businessdomain .modal-dialog {
    max-width: 564px;
}

#businessdomain .modal-body {
    height: 500px;
    overflow-y: auto;
}

#businessdomain .modal-body::-webkit-scrollbar {
    width: 5px;
}

#businessdomain .modal-body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

#businessdomain .modal-body::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}

#businessdomain .modal-header .close {
    font-weight: 400;
    font-size: 38px;
    outline: none;
}

#businessdomain .list-group li.default:after {
    background-image: url(img/default.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 151;
    position: absolute;
    content: "";
    display: block;
    width: 33px;
    height: 33px;
    right: 13px;
    top: 20px;
}

a:focus,
.btn:focus {
    outline: none;
}

.businessbox {
    display: none;
}

.otpInputs {
    display: flex;
    justify-content: space-between;
}

.otpInputs input {
    width: 54px;
    min-width: unset;
    text-align: center;
    height: 70px;
    font-size: 32px;    padding: 0;
}

.otpInputs input::-webkit-outer-spin-button,
.otpInputs input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otpInputs input[type=number] {
    -moz-appearance: textfield;
}

footer {
    padding: 20px 0;
    background-color: #292929;
    color: white;
    text-align: left;
    font-size: 0.9rem;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
}

footer small {
    font-size: 14.4px;
}

footer .container p {
    text-align: right;
}

footer p a {
    color: #999;
    text-decoration: none;
    padding: 0 10px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    align-items: center;
}

form label.error {
    color: red;
    font-size: 12px;
    position: absolute;
    top: 22px;
    text-align: right;
    right: 9px;
    background: #ffefea;
    padding: 3px 6px;
    border-radius: 4px;
}

.checkingAvailability {
    position: absolute;
    top: -42px;
    right: 0;
    background: transparent !important;
    border: none;
    width: 40px;
    height: 52px;
    transform: scale(0.8);
    transform-origin: right;
    padding: 0;
}

.checkingAvailability.processing .checked,
.checkingAvailability.processing .cross,
.checkingAvailability.available .cross,
.checkingAvailability.notavailable .checked {
    display: none;
}

.checkingAvailability.available .circle-loader,
.checkingAvailability.notavailable .circle-loader {
    display: none;
}

.checkingAvailability.processing::after {
    content: "Checking availability...";
    position: static;
    color: #2f32d5;
    font-weight: 500;
    font-size: 17px;
    right: 0px;
    top: 1px;
}

.checkingAvailability.available::after {
    content: "Domain Available";
    position: static;
    color: #155724;
    font-weight: 500;
    font-size: 17px;
    right: 0px;
    top: 13px;
}

.checkingAvailability.notavailable::after {
    content: "Domain not Available";
    position: static;
    color: #E65454;
    font-weight: 500;
    font-size: 16px;
    right: 0;
    top: 13px;
}

button.checkingAvailability.createorgbtn {
    width: 218px;
    right: 0;
    background: transparent !important;
}

button.checkingAvailability.createorgbtn .circle-loader {
    left: 12px;
}

.huddlespaceAvailability.checkingAvailability.available::after {
    content: "Huddle Space Available";
    right: -10px;
}

.checkingAvailability.available img.checked {
    margin-right: 10px;
}

.huddlespaceAvailability.checkingAvailability.notavailable::after {
    content: "Huddle space not Available";
    position: static;
    color: #E65454;
    font-weight: 500;
    font-size: 16px;
    right: 0;
    top: 13px;
}

.checkingAvailability.notavailable img.cross {
    margin-right: 10px;
}

.radioLabel {
    display: block;
    position: relative;
    padding-left: 54px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 54px;
    line-height: 51px;
}


/* Hide the browser's default radio button */

.radioLabel input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}


/* Create a custom radio button */

.radioLabelchk {
    position: absolute;
    top: 14px;
    left: 15px;
    height: 26px;
    width: 26px;
    /* background-color: #eee; */
    border-radius: 50%;
    border: 1px solid #343434;
}


/* On mouse-over, add a grey background color */

.radioLabel:hover input~.radioLabelchk {
    /* background-color: #ccc; */
}


/* When the radio button is checked, add a blue background */

.radioLabel input:checked~.radioLabelchk {
    /* background-color: #2196F3; */
}


/* Create the indicator (the dot/circle - hidden when not checked) */

.radioLabelchk:after {
    content: "";
    position: absolute;
    display: none;
}


/* Show the indicator (dot/circle) when checked */

.radioLabel input:checked~.radioLabelchk:after {
    display: block;
}


/* Style the indicator (dot/circle) */

.radioLabel .radioLabelchk:after {
    top: 6px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #343434;
}

.radioLabel input:checked~.radioLabelborder {
    border: 1px solid #343434;
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    border-radius: 4px;
}

.radioLabel input:checked~.workspacetxt {
    font-weight: 500;
}

.workspacetxt {
    font-size: 22px;
    font-weight: 400;
    color: #343434;
}

.userIdentityPlaceholder {
    display: flex;
    flex-direction: row-reverse;
    margin: 0;
    position: relative;
}
.currentplanPanel{
        padding-top: 24%;
}
.knoblr_xmDocs {
    padding: 28px 0;    margin: 0px !important;
}

.userIdentityPlaceholder>div {
    display: inline-flex;
    flex-wrap: wrap;
}

.userIdentityPlaceholder strong {
    font-weight: 500;
    font-size: 110%;
}

.userIdentityPlaceholder small {
    margin: 0px 0 0 0;
    font-size: 90%;
    background: #eee;
    padding: 10px 33px 10px 15px;
    border-radius: 30px;
    color: #222;
    cursor: pointer;
}

.userIdentityPlaceholder small+svg {
    position: absolute;
    right: 13px;
    top: 5px;
    fill: #b9b9b9;
}

.AddedEmails .owner {
    position: absolute;
    right: 15px;
    top: 21px;
    font-size: 13px;
    font-style: italic;
    color: #6ec08f;
    font-weight: 500;
}

.checkEmailGroup {}

.checkEmailGroup:not(.active) i.checkIcon {
    display: none;
}

.checkEmailGroup i.checkIcon {
    background: url(../img/addIcon.svg) no-repeat 0 50%;
    width: 103px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 32px;
    cursor: pointer;
    padding: 0 0 0 30px;
    font-style: normal;
    line-height: 33px;
    color: #46b076;
    font-weight: 500;
}

.usersList {}

.usersList ul {
    padding: 0;
    margin: 0 0 30px 0;
}

.usersList ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
    padding: 18px 0;
    border-bottom: solid 1px #ddd;
}

.usersList ul li .em {}

.usersList ul li .removeUser {
    background: url(../img/removeUser.svg) no-repeat 50%;
    width: 33px;
    height: 33px;
    position: absolute;
    right: 10px;
    top: 7px;
    cursor: pointer;
}

#customCheck1-error {
    left: 0;
    text-align: left;
    right: unset;top: -19px;
}

#main_user {
    display: flex;
    padding: 0 20px 15px 20px;
    margin: 10px 0 5px 0px;
    border-bottom: solid 1px #eee;
}

#main_user .user_avatar {
    width: 30px;
    height: 30px;
    background: #eee;
    border-radius: 40px;
    text-align: center;
    line-height: 32px;
}

#main_user .mainUserContainer {
    display: block;
    padding: 0 0 0 14px;
}

#main_user .mainUserContainer .main_user_name {
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    margin: 3px 0 3px 0;
}

#main_user .mainUserContainer .isAdmin {
    font-size: 13px;
    color: #7c7c7c;
    font-weight: 400;
}

#main_user~.divider {
    border-bottom: solid 1px #ddd;
    margin: 5px 0;
}

span.AcceptLink {
    color: white !important;
    margin: 0 8px;
    cursor: pointer;
    background: #4b358b;
    padding: 5px 10px;
    border-radius: 3px;
}

span.RejectLink {
    color: #dc3327 !important;
    margin: 0 8px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
}

.logoxmdocs h2 {
    font-size: 22px;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    padding-right: 17px;
}

.linkCopied,
.orglinkCopied {
    position: absolute;
    right: 0;
    background: #fff;
    padding: 0 3px;
    color: #49a13e;
    transform: translateY(20px);
    transition: all ease .3s;
    opacity: 0;
}

.invitePeopleDropdown,
.orginvitePeopleDropdown {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9;
    max-height: 248px;
    overflow: auto;
}

.linkCopied.active,
.orglinkCopied.active {
    transform: translateY(0px);
    transition: all ease .3s;
    opacity: 1;
}

#copylinkinput,
.copylinkinput,
#orgcopylinkinput {
    position: absolute;
    right: 0;
    z-index: -999;
    opacity: 0;
}

.PendingInvitationsModal .table-responsive {
    height: 500px;
    overflow: auto;
}

#userOrganizations .owner {
    position: absolute;
    right: 15px;
    top: 19px;
    opacity: 0.6;
    font-weight: 500;
}

#userOrganizations {
    max-height: 300px;
    overflow: auto;
    display: block;
    margin-bottom: 32px;
    padding-right: 20px;
}

#userOrganizations::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

#userOrganizations::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
    border-radius: 25px;
}

#userOrganizations::-webkit-scrollbar-thumb {
    background-color: #e6e6e6;
    border-radius: 25px;
}

.alertInvitation {
    position: fixed;
    top: 63px;
    right: 0;
    z-index: 9999;
    left: 0;
    margin: 0 auto;
    width: 230px;
    opacity: 1;
}

#noPendingrequests,
#noSentrequests {
    text-align: center;
    height: 100%;
    display: flex;
    min-height: 500px;
    justify-content: center;
    align-items: center;
}

.tab-content>.active .nodataFound,
.nodataFound {
    text-align: center;
    font-size: 20px;
    opacity: 0.6;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.nodataFound svg {
    width: 122px;
    display: block;
    height: 109px;
    margin-bottom: 10px;
}

.fixlogo {
    position: fixed;
    bottom: 0;
    background: #ffffff;
    width: 256px;
    padding: 13px 28px;
    z-index: 99;
    /* display: none; */
    border-top: solid 1px #ddd;
}

.fixlogo img {
    width: 100%;
    object-fit: cover;
}

.profile+.dropdown-menu.show .dropdown-item:focus,
.profile+.dropdown-menu.show .dropdown-item:hover {
    color: #16181b !important;
}

.profile+.dropdown-menu.show .dropdown-item.active {
    color: #fff !important;
}

.PendingInvitationsModal .nav-tabs .nav-link {
    color: #333;
}

.PendingInvitationsModal .nav-link {
    display: block;
    padding: 1.1rem 1rem;
}

.PendingInvitationsModal .tab-content>.active h2 {
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.PendingInvitationsModal .tab-content {
    /* height: calc(100vh - 306px);  */
    overflow: hidden;
}

.PendingInvitationsModal a.nav-link {
    border: none;
    border-bottom: 2px solid transparent;
}

.PendingInvitationsModal a.nav-link.active {
    color: #1f90eb;
    font-weight: 500;
    border-bottom: 2px solid #1f90eb;
}

.PendingInvitationsModal .nav-tabs .nav-item {
    margin-bottom: 0;
}

.PendingInvitationsModal .table thead th {
    border-top: none;
}

ul.teamList li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    position: relative;
}

.admintxt {
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 10px;
    font-size: 12px;
    background: #eeeeeea6;
    padding: 6px 11px;
    border-radius: 25px;
    color: #000;
}

.teamChar {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #4b358b;
    border-radius: 50%;
    margin-right: 12px;
    background-size: cover;
    background-position: center;
    text-transform: capitalize;
    color: #fff;
    vertical-align: middle;
}

.teamEmail {
    display: inline-block;
    font-size: 14px;
}

ul.teamList {
    height: 470px;
    overflow: auto;
}

.teamName {
    font-size: 18px;
    color: #000;
    margin-bottom: 6px;
    text-transform: capitalize;
}

.joinnowbtn {
    background: #1C4BE8;
    display: inline-block;
    color: #fff;
    padding: 9px 8px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    text-transform: capitalize;
    white-space: pre;
    font-weight: 500;
}

.joinnowbtn:hover {
    color: #fff !important;
    opacity: 0.8;
}

#huddleSpacePeople,
#co-huddleSpacePeople {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 99;
    max-height: 248px;
    overflow: auto;
    top: 40px;
}

#co-huddleSpacePeople {
    max-height: 198px;
}

.co-huddleSpacePeoplelist,
.huddleSpacePeoplelist {
    font-size: 16px;
    padding: 10px 15px;
}

.co-huddleSpacePeoplelist:nth-child(n+2),
.huddleSpacePeoplelist:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.huddleSpacePeopleImage {
    width: 32px;
    height: 32px;
    background-size: cover !important;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    background-color: #ececec;
    text-transform: uppercase;
}

.huddleSpacePeopleInfo h3 {
    font-size: 15px;
    margin-bottom: 2px;
}

.huddleSpacePeopleInfo p {
    font-size: 13px;
    opacity: 0.7;
}

.secondaryInfo>.border-bottom.small {
    line-height: 18px;
}

.noteamMember {
    line-height: 23;
    text-align: center;
    font-size: 18px;
    opacity: 0.6;
}

.co-Edit .giveControl {
    background: url("../images/giveControl.svg") no-repeat 50%;
    width: 17px;
    height: 15px;
    display: inline-block;
    background-size: 13px;
    margin-right: 3px;
    background-size: contain;
}

.co-Edit .requestedControl {
    background: url("../img/sent-iconblk.svg") no-repeat 50%;
    width: 17px;
    height: 15px;
    display: inline-block;
    background-size: 13px;
    margin-right: 3px;
    background-size: contain;
}

#XmWithReplies .co-Edit span {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    color: #000;
}

.co-Edit .takeControl {
    background: url("../images/takeControl.svg");
    width: 17px;
    height: 17px;
}

#coEditModal {}

#coEditInput {}

.tooltip-inner {
    max-width: 400px;
    white-space: pre;
}

.coEdit {
    width: 96px;
    margin-right: 5px;
    display: inline-block;
    position: relative;
}

.huddleSpacePeoplelist.added {
    display: none !important;
}

.contextIcons:hover svg path[fill="none"] {
    fill: #eee !important;
}

body span.contextIcons:hover svg,
body span.contextIcons:hover svg path {
    fill: #484848;
}

#confirmEditControlAction {
    position: fixed;
    background: #fff;
    box-shadow: 0px 4px 25px #00000085;
    padding: 10px 0;
    left: 671px;
    top: 280px;
    z-index: 9999;
    border-radius: 5px;
    width: 280px;
    color: #fff;
    font-size: 13px;
    transform: translate(-90px, 34px);
}

#confirmEditControlAction.receiver {
    /*  width: 134px; */
    /*  padding: 6px; */
}

#confirmEditControlAction.coeditTab {
    transform: translate(-233px, 37px);
}

#confirmEditControlAction.coeditTab.receiver {
    transform: translate(-233px, 37px);
}

#confirmEditControlAction>div {
    display: block;
}

#confirmEditControlAction>div>a {
    border-radius: 0;
    padding: 12px 22px 12px 50px;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    cursor: pointer;
    display: block;
    color: #000;
    transition: 0.5s;
    position: relative;
}

#confirmEditControlAction>div>a:hover {
    background: #eee;
}

#confirmEditControlAction>div>a.requestControl {
    /*  background: #207aeb; */
}

#confirmEditControlAction:not(.receiver)>div>a.requestControl {
    margin-right: 0px;
    border-bottom: 1px solid #eee;
}

#confirmEditControlAction>div>a.takeControl {
    /*  background: #e16078; */
}

#confirmEditControlAction:before {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid white;
    content: "";
    position: absolute;
    top: -8px;
    left: unset;
    right: 27px;
    margin: auto;
}

body#pageBody.listview span#confirmEditControlAction {
    transform: translate(0px, 42px);
}
body#pageBody.listview #confirmEditControlAction:before {
    right: unset;
    left: 10px;
}

#confirmEditControlAction>div>a:hover {
    opacity: 0.8;
}

#coeditXMList {
    margin-top: 30px;
}

.giveControlicon {
    position: relative;
}

.dot.giveControlicon:after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: red;
    border-radius: 50%;
    top: 14px;
    right: 20px;
    z-index: 9;
}

[data-context="map"] svg {
    width: 27px;
    margin-top: 6px;
}

div#huddleChainModal {
    padding: 12px;
}

div#huddleChainModal .modal-dialog {
    min-height: auto;
    height: 100%;
    width: 100%;
    max-width: 100%;
    transform: translate(0, 0px);
    margin: auto;
}

div#huddleChainModal .modal-dialog .modal-content {
    height: 100%;
}

#huddleChainModal .modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fw-300 {
    font-weight: 300;
}

.chainActionIcons {
    margin-left: auto;
    margin-right: 15px;
    display: flex;
    width: 202px;
    justify-content: flex-end;
    align-items: center;
}

.chainActionIcons .contextIcons {
    position: relative;
    cursor: pointer;
}

.contextIcons i,
.contextIcons img,
.contextIcons svg {
    color: #363636;
    position: relative;
    z-index: 1;
    font-size: 17px;    object-fit: contain;
}

#copySelectedLink {
    position: absolute;
    z-index: -999;
    opacity: 0;
}

.l_Copied {
    position: absolute;
    width: 109px;
    left: -464%;
    top: -7px;
    z-index: 9;
    font-size: 12px;
    color: green;
    border: solid 2px #5fc25f;
    text-align: center;
    border-radius: 20px;
    padding: 4px 7px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.l_Copied img {
    width: 22px;
}

.shareChain {
      overflow: auto;
    position: relative;
    padding: 20px 40px;
    max-height: 82vh;
    width: 100%;
    height: 100%;
}

.shareChain ul {
    padding: 0 0 30px;
    display: flex;
    /* overflow-x: auto; */
    min-height: calc(100vh - 205px);
    max-height: calc(100vh - 205px);
    position: relative;
    z-index: 9;
}

div#huddleChainModal {
    padding: 12px !important;
}

.shareChain ul li {
    display: block;
    /* padding: 12px; */
    /* border: 1px solid #eee; */
    margin-right: 156px;
    border-radius: 4px;
}

.chainXm {
    cursor: pointer;
}

.chainXm {
    margin-bottom: 24px;
}

.chainXm .listview {
    width: 218px;
    min-width: 100%;
}

#pathSvg {
    position: absolute;
    top: 30px;
    left: 40px;
    width: 100%;
    height: 100%;
}

.chainXm .p-3.prev_content {
    display: flex;
    padding: 10px !important;
}

.chainXm .doc_profile {
    min-width: 30px;
    background-size: cover !important;
    background-position: center !important;
    margin-right: 8px;
}

#huddleChainModal .modal-title {
    font-size: 20px;
}

#huddleChainModal.no-search .searchOuter {
    display: none;
}

[data-draft="0"].listview.sub-active .filesContainer {
    /* box-shadow: 0 2px 0px #0172ff; */
    border: solid 1px #0172ff;
    transition: ease all .4s;
}

.listview.sub-active .filesContainer {
    border: 1px solid #62b88c;
}

.filesContainer.unread {
    box-shadow: 0 2px 4px #bcbcbc59;
    transition: ease all .4s;
}

.filesContainer {
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-radius: 6px;
}

.listview.active .filesContainer {
    box-shadow: 0 2px 30px #62b88c;
    transition: ease all .4s;
    border: 1px solid #62b88c;
}

.listview.active.isDraft .filesContainer {
    box-shadow: 0 2px 30px #4189e3a8;
    transition: ease all .4s;
    border: 1px solid #0172ff;
    border-bottom: none;
    border-radius: 6px 6px 0 0;
}

.chainXm span.xm_date.fw-400.fs-11 {
    font-weight: 400 !important;
    margin-top: 4px;
    line-height: 15px;
}

.chainXm p.fs-11.mt-3 {
    margin-top: -20px !important;
    margin-bottom: 3px;
}

.chainXm span.xm_Title {
    font-weight: 400 !important;
}

#pathSvg path.active {
    stroke: #62b88c;
    stroke-width: 3px !important;
}

#pathSvg path:not([data-shared="0"]) {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    fill: white;
    animation: dash 1s linear forwards;
    stroke-width: 1px;
}

#pathSvg path[data-shared="0"] {
    stroke-dasharray: 5;
    stroke-dashoffset: 1;
    fill: white;
    animation: dash 1s linear forwards;
}

#pathSvg path[data-shared="0"].active {
    stroke: #0172ff;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1;
    }
    to {
        stroke-dashoffset: 0;
    }
}

circle.active {
    fill: #62b88c;
}

circle.active-blue {
    fill: #0771f6;
}

path.active-blue {
    stroke: #0771f6;
}

*:not(svg,
foreignObject) {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.shareChain ul::-webkit-scrollbar {
    height: 8px;
    width: 8px;
}

.shareChain ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
}

.shareChain ul::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
}

.ifRecording {
    position: absolute;
    right: 16px;
    top: -13px;
    z-index: 9;
    background: transparent;
    color: #25ac5b;
    padding: 6px;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 19px;
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-video-camera:before {
    content: "\f03d"
}

i.fa.fa-video-camera.ifRecording {
    right: 24px;
}
i.fa.ifRecording.loom{
    
    background: url(../img/Loom.png);
    background-size: contain;
}
i.fa.ifRecording.huddleRec {

    background: #fff url(../img/huddleScreenCamera.svg);
    background-size: contain;
}

.chainHighlightTxt {
    position: absolute;
    left: 8px;
    right: 8px;
    font-size: 13px !important;
    padding: 6px 12px !important;
}

#main_user .user_avatar span {
    background-size: cover !important;
    width: 100%;
    text-transform: capitalize;
    height: 100%;
    display: inline-block;
    border-radius: 50%;
    background-position: center !important;    border: 1px solid #eee;
}

#confirmEditControlAction>div>a.requestControl:before {
    background-image: url(/img/sent-icon.svg);
}

#confirmEditControlAction>div>a.takeControl:before {
    background-image: url(/img/received-icon.svg);
}

#confirmEditControlAction>div>a:before {
    content: "";
    /*background-image: url(https://huddles.knoblr.com/img/request-icon.svg);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    left: 18px;
    top: 10px;
    width: 20px;
    height: 20px;
    z-index: 99;
}

.Coedit-AddedEmails li h3 {
    line-height: 29px;
}

.login p strong#emailId {
    white-space: pre;
}

.noSchedule {
    text-align: center;
    height: calc(100vh - 291px);
    opacity: 0.6;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* button#continueLogin[disabled] {
    min-width: 134px !important;
} */

div#newMeeting div#pills-tabContent {
    height: calc(100vh - 0px);
}

#googleLoginButton {
    width: 100%;
    background: #fff;
    color: #007bff;
    height: 50px;
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-width: 2px;
    box-shadow: 0px 2px 5px #33333359;
    margin-bottom: 20px;
    transition: ease all 0.3s;
}

#googleLoginButton img {
    margin: 0 10px 0 0;
}

#googleLoginButton span {}

#googleLoginButton:hover {
    box-shadow: 0px 0px 0px #33333359;
    transition: ease all 0.3s;
    border-color: #007bff;
    background: #fff;
}

#googleLoginButton:focus {
    background: #0095ff0d;
    box-shadow: 0px 0px 5px #03a9f4 !important;
}

#or {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px 0;
    opacity: 0.9;
}

#or span {}

#or:before {
    content: "";
    border-top: solid 1px;
    width: 45%;
}

#or:after {
    content: "";
    border-top: solid 1px;
    width: 45%;
}

#master-dropdown img.master-dropdown-icon {
    width: 25px !important;
    height: 24px;
    margin-right: 20px;
    object-fit: fill;
}

.searchOuterHeader{
    width: 100%;
}
.logoxmdocs {
    flex: 0 0 272px;
    padding-left: 22px;
    display: flex;
    width: 272px;
}

.logoxmdocs .initSpaceChar {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    background: #3C84F7;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    font-weight: lighter;
    color: #fff;
    border-radius: 7px;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    background-size: cover;
    background-position: 50%;
}

.logoxmdocs .spaceInfo p {
    font-size: 13px;
    color: #494949;
    margin-top: 2px;
    white-space: pre;
    overflow: hidden;
    max-width: 160px;
    text-overflow: ellipsis;
    text-transform: capitalize;
}

body .container.h-100 {
    min-height: calc(100vh - 104px) !important;
    height: auto !important;
}

[data-original-title="Map"] svg {
    width: 27px;
    margin-top: 6px;
}

.spaceInfo h2.fs-23 {
    font-size: 23px;
}

.spaceInfo p.fs-15 {
    font-size: 15px !important;
}

h3#userName {
    text-transform: capitalize;
}

#noMoveFolder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.5;
}

#XmWithReplies ul li .descList+.col-lg-6 {
    max-width: 507px;
    width: 100%;
    flex: 0 0 55%;
    justify-content: flex-end;
}

#XmWithReplies ul li .descList {
    max-width: 212px;
    flex: 0 0 212px;
}

.removeitem {
    width: 35px;
    height: 35px;
    line-height: 39px;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: 0 3px 3px #9090904a;
    position: relative;
    top: -1px;
    cursor: pointer;
    order: 4;
}

.blankSpace {
    width: 35px;
    height: 35px;
    line-height: 39px;
    background: none;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
    box-shadow: none;
    position: relative;
    top: -1px;
    cursor: default;
    order: 4;
}

.removeitem svg {
    width: 20px;
    height: 18px;
    top: 8px;
    position: relative;
    left: 7px;
    opacity: 0.9;
}

.tooltip {
    z-index: 9999;
}

#webEx-dropdown,
#slack-dropdown {
    left: unset !important;
    right: 0;
    top: 0px !important;
}

#webEx-dropdown span.dropdown-item:hover,
#slack-dropdown span.dropdown-item:hover {
    color: #333;
}

.webEx-Gear-Icon {
    position: absolute;
    right: 20px;
}

.webEx-Gear-Icon [data-toggle="dropdown"],
.slack-Gear-Icon [data-toggle="dropdown"] {
    border-radius: 70px;
    width: 35px;
    height: 35px;
    border: solid 1px #ddd;
    text-align: center;
    padding: 7px 0px;
    color: #6a6a6a;
    font-size: 18px;
    cursor: pointer;
}

div#alertUserForBrowser {
    position: absolute;
    top: 65px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 628px;
    padding: 1rem 1.25rem;
    z-index: 9999;
    text-align: left;
    line-height: 23px;
}

form#changePasswordForm label {
    font-size: 14px;
}

form#changePasswordForm input {
/*    height: 38px;
    font-size: 14px;*/
}

.searchOuter .searchContainer.active .searchResults {
    padding: 0;
    min-height: 382px;
    background: #F5F5F5;
    width: 100%;
    border: 1px solid transparent;
    box-shadow: 2px 13px 29px rgb(0 0 0 / 24%);
    margin-left: 0;
}

#huddleChainModal .searchOuter {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: none;
}

#huddleChainModal .rightpnl h3 {
    padding-left: 16px !important;
}

#huddleChainModal .processLoading .mx-0.row .col.p-0:first-child {
    display: none;
}
 

#allowNotificationTint {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    z-index: 9999;
    background: #000000d1;
}

#allowNotificationTint svg {
    position: absolute;
    left: 330px;
    top: 140px;
}

tbody#myhuddlespacebody a {
    color: #2196f3;
    cursor: pointer;
}

div#CreatenewhuddlespaceModal button.checkingAvailability {
    width: 259px;
    right: 0;
    text-align: left;
    background: transparent !important;
    box-shadow: none;
    padding: 0 !important;
}

div#CreatenewhuddlespaceModal button.checkingAvailability.notavailable::after
{
    content: "Huddle space not available";
    top: 0px;
}


div#CreatenewhuddlespaceModal button.checkingAvailability.available::after
{
    content: "Huddle space available";
    /* top: 3px; */
}

div#CreatenewhuddlespaceModal button.checkingAvailability.huddlespaceAvailability {
    right: 0;
}

.userIdentityPlaceholder div#master-dropdown {
    top: 10px !important;
    transform: translate3d(-129px, 16px, 0) !important;
}

div#nohuddlespace {
    padding: 103px 0;
}

div#nohuddlespace h2 {
    font-size: 37px;
    margin-bottom: 20px;
}

#orgMembersList {
    border: 1px solid #eee;
    border-radius: 6px;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    max-height: 197px;
    overflow-y: auto;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 9;
}

#orgMembersList ul li {
    display: flex;
    font-size: 16px;
    padding: 10px 15px;
    cursor: pointer;
}

#orgMembersList ul li:hover {
    background: #eeeeee7d;
}

#orgMembersList li {}

#orgMembersList li .orgUserPic {
    width: 32px;
    height: 32px;
    background-size: cover !important;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    background-color: #ececec;
    text-transform: uppercase;
}

#orgMembersList li .orgUserInfo {}

.orgUserInfo h3 {
    font-size: 15px;
    margin-bottom: 2px;
}

.orgUserInfo p {
    font-size: 13px;
    opacity: 0.7;
}

#orgMembersList ul li:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

p.Onboardingtext {
    position: absolute;
    bottom: 0;
    left: -86px;
    font-size: 16px;
    line-height: 23px;
    right: 0;
    color: #000;
}

.initSpaceChar {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    background: #3C84F7;
    text-align: center;
    line-height: 40px;
    font-size: 21px;
    font-weight: lighter;
    color: #fff;
    border-radius: 7px;
    margin: 0 12px 0 0;
    text-transform: uppercase;
    background-size: cover;
    background-position: 50%;
}

.addparticipant input,
.orgaddparticipant input {
    width: auto;
    min-width: 82px;
    max-width: 100%;
    flex-grow: 1;
    flex-basis: 0;
    webkit-box-flex: 1;
    -ms-flex-positive: 1;
    border: none;
    height: 34px;
    top: 0px;
    position: relative;
}

#Participantdropdown,
#orgParticipantdropdown {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 16%);
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer;
    display: none;
    z-index: 9;
    max-height: 248px;
    overflow: auto;
}

.Participantdropdownlist,
.orgParticipantdropdownlist {
    font-size: 16px;
    padding: 10px 15px;
}

.Participantdropdownlist:nth-child(n+2),
.orgParticipantdropdownlist:nth-child(n+2) {
    border-top: 1px solid #ddd;
}

.addparticipant,
.orgaddparticipant {
    position: relative;
    height: auto !important;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    max-height: 108px;
    overflow: auto; align-items: center;
}

span.participantName,
span.orgparticipantName {
    background: #eee;
    padding: 5px 7px 5px 6px;
    border-radius: 25px;
    display: inline-block;
    margin-right: 9px;
    margin-bottom: 4px;
    margin-top: 4px;
   
}

.removePartnt,
.orgremovePartnt {
    font-size: 17px;
    width: 20px;
    height: 20px;
    /* background: #999; */
    display: inline-block;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;
    vertical-align: text-top;
    cursor: pointer;
    user-select: none;
}

.removePartnt:hover,
.orgremovePartnt:hover {
    background: #ccc;
    color: #313131 !important;
}

.participantImage,
.orgparticipantImage {
    width: 32px;
    height: 32px;
    background-size: cover !important;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    background-color: #ececec;
    text-transform: uppercase;
}

span.participantNameImg,
span.orgparticipantNameImg {
    width: 24px;
    height: 24px;
    background-size: cover !important;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    background-color: #fff;
    text-transform: capitalize;
}

.participantInfo h3,
.orgparticipantInfo h3 {
    font-size: 15px;
    margin-bottom: 2px;
}

.participantInfo p,
.orgparticipantInfo p {
    font-size: 13px;
    opacity: 0.7;
}

.sharedDraftLabel {
    font-weight: 400;
    opacity: 0.8;
    position: absolute;
    right: 18px;
    bottom: 50px;
}

button.checkingAvailability .circle-loader {
    right: unset;
    left: 49px;
}

button.checkingAvailability {
    width: 259px;
    right: -26px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: end;
}

div#huddleSpace .huddlelist {
    /* cursor: pointer; */
    width: 100%;
    padding: 18px 18px;
    background: #fff;
    border: none;
    border-bottom: solid 1px #ddd;
    margin-right: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.huddlelist .owner {
    font-size: 16px;
    font-weight: 500;
    opacity: 0.7;
    color: #616161;
    font-style: italic;
}

.huddlelist h3.workspacetxt {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 173px;
    overflow: hidden;
    font-size: 17px;
    margin-bottom: 6px;
    font-weight: 500;
    text-transform: capitalize;
}

.huddlelist .text-muted {
    opacity: 0.7;
}

div#switchhuddlespaceModal div#huddleSpace {
    height: 550px;
    overflow: auto;
}

div#switchwarningModal h2 {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 25px;
}

div#switchwarningModal {
    background: #3333336e;
}

.orgMembersListLi.added {
    display: none !important;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite;
}

.toast {
    max-width: 450px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgb(255 255 255 / 92%);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0.25rem 0.75rem rgb(0 0 0 / 10%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem;
    /*opacity: 1;*/
    transform: translate(500px, 0px);
    transition: all .3s ease;
    z-index: 9999;
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .70rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.toast-body {
    padding: 1.0rem;
    line-height: 19px;
    font-size: 15px;
}

.toast-body [data-user] {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 30px;
    background-image: url(/img/invite-white.svg);
    background-repeat: no-repeat;
    display: block;
    text-align: center;
    line-height: 30px;
    background-position: 63% 39%;
    margin-right: 20px;
}

.toast-body [data-user].Locked {
    background-image: url(/img/locked.svg);
}

.toast-body [data-user].Unlocked {
    background-image: url(/img/unlocked.svg);
}

.toast-body [data-user].Blocked {
    background-image: url(/img/blocked.svg);
    background-position: 54% 48%;
}

.toast-body [data-user].Unblocked {
    background-image: url(/img/unblocked.svg);
    background-position: 55% 49%;
}

.toast.show {
    transform: translate(0px, 0px);
    transition: all .3s ease;
}

[data-dot="pendingInvitation"] {
    position: relative;
}

[data-dot="pendingInvitation"].red-dot::after {
    content: "";
    position: absolute;
    right: 30px;
    width: 7px;
    height: 7px;
    background: red;
    border-radius: 50px;
    top: 17px;
}

.xmhelp {
    position: fixed;
    right: 12px;
    width: 584px;
    top: 64px;
    display: none !important;
    border-radius: 8px;
    box-shadow: 0px 6px 39px #cccccc;
    background: #fff;
    text-align: left;
    z-index: 9999999 !important;
}

.xmhelp.supportIcons.active:before {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid white;
    content: "";
    position: absolute;
    top: -10px;
    left: unset;
    right: 162px;
    margin: auto;
    z-index: 9999999;
}

.xmhelp.active {
    display: block !important;
    /*   z-index: 10; */
}

.xmhelp h2 {
    font-size: 16px;
    margin: 0 0 0;
    padding: 16px;
    background: transparent;
    text-align: center;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid #eee;
}

.xmhelp a.close_tool {
    position: absolute;
    padding: 12px 18px;
    font-size: 23px;
    right: 0;
    top: 0;
    font-weight: 100;
    color: #a4a1a1;
    -webkit-user-drag: none;
}

.scroll_xmhelp {
    height: auto;
    overflow: hidden;
    padding: 0px 14px 14px;
    border-radius: 6px 6px 0;
    position: relative;
    z-index: 9999;
    background: #fff;
}

.xmhelp.supportIcons.active:after {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0000008f;
    z-index: -5;
}

.scroll_xmhelp>h2 {
    padding: 19px;
    border: none;
    border-radius: 0;
    margin: 0 -14px 30px;
    background: #f7f7f7;
}

.scroll_xmhelp ul li a {
    float: none !important;
    height: auto;
}

.xmhelp ul.other_menus.submenu_list li a {
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #333;
    display: block;
    font-size: 12px !important;
    border: none;
    box-shadow: none;
    -webkit-user-drag: none;
}

.xmhelp .submenu_list li {
    list-style: none;
}

.xmhelp ul.other_menus.submenu_list li {
    float: left;
}

.xmhelp ul.other_menus.submenu_list li {
    width: 33%;
    text-align: center;
    margin-bottom: 28px;
}

.xmhelp ul.other_menus.submenu_list li a>span {
    display: block;
    margin-bottom: 10px;
}

.xmhelp ul.other_menus.submenu_list {
    padding: 0;
    margin-top: 21px;
    margin-bottom: 27px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    padding-bottom: 0;
}

.menuicon1 {
    background-position: -93px -389px;
    width: 30px;
    height: 30px;
    margin-left: 24px;
}

.supportIcons .sprite {
    /* background-image: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png); */
    background-image: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png?v331ac);
    background-repeat: no-repeat;
    background-size: 481px 730px;
    display: inline-block;
    vertical-align: middle;
    -webkit-user-drag: none;
    user-select: none;
}

.xmhelp h3 {
    font-size: 14px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 15px;
}

.supportIcons span.sprite.tool_menu_icon.icon_nd_compose_edit {
    background-position: -112px -5px;
    width: 27px;
    height: 23px;
}

.supportIcons .sprite.icon_nd_compose_audio {
    background-position: -148px -7px;
    width: 27px;
    height: 23px;
}

.supportIcons .sprite.icon_nd_compose_video {
    background-position: -211px -86px;
    width: 27px;
    height: 23px;
}

.supportIcons .sprite.icon_nd_compose_reply {
    background-position: -186px -6px;
    width: 26px;
    height: 23px;
}

.supportIcons span.sprite.tool_menu_icon.icon_nd_compose_reply_audio {
    background-position: -225px -6px;
    width: 30px;
    height: 23px;
}

.supportIcons span.sprite.rot {
    width: 29px;
    height: 29px;
    background-position: -287px -157px;
    display: block;
    margin: 4px 0 0 2px;
}

.supportIcons .sprite.icon_nd_reply_video {
    background-position: -244px -86px;
    width: 31px;
    height: 23px;
}

.supportIcons .tool_menu_icon.move {
    background-position: -4px -446px;
}

.supportIcons .tool_menu_icon.pointer {
    background-position: -4px -95px;
}

.supportIcons .toolmenu_icon.toolpen {
    background-position: -4px -296px;
    width: 38px;
    height: 41px;
}

.supportIcons .tool_menu_icon.pencil {
    background-position: 17px -141px;
    background-position: -3px -147px;
}

.supportIcons .tool_menu_icon.shape {
    background-position: -3px -195px;
}

.supportIcons .tool_menu_icon.texttool {
    background-position: -5px -248px;
}

.supportIcons .stickyTool {
    width: 30px;
    height: 30px;
    background-position: -364px -312px;
}

.supportIcons .tool_menu_icon.links {
    background-position: -5px -347px;
}

.supportIcons span.tool_menu_icon.background_select.sprite {
    background-position: -4px -397px;
}

.supportIcons .sprite.icon_googleDriveLogo {
    background-position: -175px -471px;
}

.supportIcons .sprite.icon_excel {
    background-position: -177px -311px;
    width: 36px;
    height: 37px;
}

.supportIcons .sprite.icon_powerpoint {
    background-position: -215px -310px;
}

.supportIcons .sprite.icon_msword {
    background-position: -177px -350px;
    width: 36px;
    height: 37px;
}

.supportIcons .sprite.icon_pdf {
    background-position: -216px -351px;
}

.supportIcons .sprite.icon_image {
    background-position: -178px -391px;
}

.supportIcons .sprite.icon_weblink {
    background-position: -218px -393px;
}

.supportIcons .sprite.icon_youtubelogo {
    background-position: -176px -434px;
}

.supportIcons .sprite.icon_upload_video {
    background-position: -216px -433px;
}

.supportIcons .sprite.icon_edit_title {
    background-position: -76px -8px;
    width: 19px;
    height: 18px;
}

.supportIcons span.tool_menu_icon.pageno.sprite {
    background-position: -749px -185px;
    width: 66px;
    height: 24px;
    background-size: auto;
}

.supportIcons .delete {
    width: 38px;
    display: block;
    text-indent: -9999px;
    text-align: center;
    border-width: 1px;
    padding: 1px;
    margin: 0;
    height: 40px;
    background-position: -287px -195px;
}

.supportIcons .icon_btn.copy {
    background-position: -256px -561px;
}

.supportIcons .icon_btn.paste {
    background-position: -292px -560px;
}

.supportIcons .icon_btn.group {
    background-position: 0 -520px;
}

.supportIcons .icon_btn.ungroup {
    background-position: -38px -516px;
}

.supportIcons .icon_btn.obj-ver-center-align {
    background-position: -140px -523px;
}

.supportIcons .icon_btn.obj-hor-center-align {
    background-position: -254px -517px;
}

.supportIcons .scrollview {
    width: 44px;
    height: 25px;
    display: block;
    text-align: center;
    margin: 0 auto 8px;
    background-position: -5px -617px;
}

.supportIcons .icon_btn {
    width: 42px;
    height: 30px;
    display: block;
    margin-right: 2px;
    margin-left: 2px;
    text-indent: -9999px;
    overflow: hidden;
    /* background-image: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png); */
    background-image: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png?v33);
    background-repeat: no-repeat;
    background-size: 481px 730px;
}

.xmhelp .sprite,
.xmhelp .icon_btn {
    height: 37px !important;
    top: 0 !important;
    margin: 0 auto 10px !important;
}

.help_popover {
    /* position: relative; */
    /* left: 0; */
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    max-width: 1050px;
    width: calc(100vw - 80px);
    z-index: 10;
    z-index: 99999999;
    /* margin: auto; */
    display: flex;
    align-items: center;
    /* width: 100%; */
    /* height: 100%; */
}

.help_popovertint,
.help_popovertint_new {
    display: none;
}

.help_popovertint.active,
.help_popovertint_new.active {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
}

.tint {
    position: fixed;
    background: rgb(25 25 25 / 72%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999;
}

.help_popover .arrow {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    width: 100%;
    padding: 30px 36px 36px;
    background: #fff;
    box-shadow: 0 0 4px #3333334a;
    border-radius: 18px;
}

.help_popover a.clse {
    position: absolute;
    color: #333;
    font-size: 23px;
    padding: 10px 19px;
    right: 4px;
    top: 7px;
    z-index: 10;
}

.help_popover .head {
    display: block;
    align-items: center;
    /* border-bottom: 1px solid #e6e6e6; */
    padding-bottom: 0px;
    margin-bottom: 22px;
    font-weight: 600;
    font-size: 16px;
}

.help_popover .head span.sprite.tool_menu_icon {
    margin-right: 10px;
}

span.tool_menu_icon.pageno.sprite {
    background-position: -749px -192px;
    width: 66px;
    height: 24px;
    background-size: auto;
}

.help_popover .head span {
    font-weight: 500;
    font-size: 25px;
    margin-right: 10px;
    display: block;
    margin-bottom: 8px;
    color: #222;
}

.help_popover .head span.sprite,
.help_popover .head span img,
.help_popover .head span svg {
    margin-bottom: 13px;
    transform: scale(1.3);
    margin-top: 10px;
}

.popover-heading {
    line-height: 35px;
    font-weight: 700;
}

.media-body [data-fancybox] {
    margin: 0;
    display: inline-flex;
    align-items: center;
    flex: 0 0 370px;
    min-height: 200px;
}

.help_popover .helptool_data img {
    margin: 0 auto 0;
    object-fit: contain; width: 100%;
}

.helpboxtxt {
    padding: 0 20px;
}


/* .helptool_data ul li:before {
    background: url(https://image.knoblr.com/knoblrxmdocs/cofellas_sprite2x.png?v33);
    background-size: 481px 730px;
    background-position: -830px -236px;
    position: absolute;
    width: 14px;
    height: 12px;
    content: "";
    top: 3px;
    left: -1px;
    opacity: 1;
} */

.helptool_data ul li {
    position: relative;
    padding-left: 0px;
    margin-bottom: 9px;
    line-height: 25px;
    font-size: 16px;
}

.helptool_data h4 {
    line-height: 26px;
}

.helpbox {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0px 3px 16px rgb(0 0 0 / 16%);
    padding: 14px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.helptool_data .media-body,
.helptool_data .media {
    overflow: visible;
}

span.popover-heading a.close {
    display: none;
}

span.righttip {
    display: none;
}

.helptool_data .title {
    font-size: 19px;
    margin-bottom: 8px;
}

.help_popover p {
    font-size: 15px;
    margin-bottom: 14px;
    line-height: 26px;
    font-weight: 400;
}

.help_popover .head span.sprite {
    margin: 0 10px 0 0 !important;
}

.helptool_data ul li ul {
    margin-top: 7px;
}

.checkmarkIcon {
    background-position: -120px -113px;
    background-size: 465px 662px;
    width: 29px;
    height: 27px;
    display: inline-block;
    margin: 0 6px;
}

.crossMarkicon {
    width: 29px;
    background-position: -84px -113px;
    background-size: 465px 662px;
    height: 28px;
    display: inline-block;
    margin: 0 4px;
}

.supportIcons .help_popover .head span.tool_menu_icon.pageno.sprite {
    background-position: -749px -192px;
}

.supportIcons .help_popover .head .sprite.icon_youtubelogo {
    background-position: -176px -438px;
}

.supportIcons .help_popover .head .sprite.icon_upload_video {
    background-position: -216px -436px;
}

.supportIcons .help_popover .head .icon_btn.ungroup {
    background-position: -38px -519px;
}

.supportIcons .help_popover .head .icon_btn.obj-hor-center-align {
    background-position: -254px -520px;
}

.supportIcons .help_popover .head .scrollview {
    background-position: -5px -614px;
}

.knoblr_xmDocs img {
    width: 178px !important;
}

.login label {
    font-size: 16px;
}

#huddleDomainName {
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    line-height: 35px;
    font-size: 16px;
}

div#otherOrganizations {
    position: absolute;
    z-index: 99;
        right: 0;
    top: -78px;
    text-align: center;
    margin-bottom: 19px;
    left: 0;
    background: #f0f4fb;
    padding: 15px 18px;
    border-radius: 6px;
    border: 1px solid #ececec;
}

div#otherOrganizations p {
    font-weight: 500;
    margin-bottom: 8px;
    opacity: 0.8;
}

div#otherOrganizations a {
    font-weight: 500;
}

span#orSendRequest a {
    font-size: 17px;
    font-weight: 500;
}

.helptool_data {
    max-height: calc(100vh - 304px);
    overflow: auto;
    margin-right: -20px;
    padding-right: 20px;
    min-height: 310px;
}

.helptool_data .media-body {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.helptool_data .media-body .row {
    width: 100%;
}

.helptool_data ul {
    padding-left: 20px;
    margin-top: 7px;
    list-style-type: decimal;
    list-style-position: outside;
}

.closeCoeditModal button.btn.btn-primary {
    background-color: #4b358b;
    border-color: #4b358b;
}

h3.darkgray i.fas,
h3.darkgray svg {
    opacity: 0.7;
    fill: #5f6368;
}

form label.error,
form .materialInput label.error {
    color: red;
    font-size: 12px;
    position: absolute;
    top: -8px;
    left: unset;
    text-align: right;
    right: 9px;
    background: #ffefea;
    padding: 3px 6px;
    border-radius: 4px;
}

.shareOtherPlatforms {
    position: relative;
    margin: 20px 0 0 0;
    padding: 20px 25px;
    max-height: 78px;
    overflow: hidden;
    height: 78px;
}

.shareHuddleBody {
    max-height: 78px;
    min-height: 78px;
    height: 78px;
    overflow: hidden;
}

.shareHuddleBody,
.shareOtherPlatforms {
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: ease-out;
}

.shareOtherPlatforms.active,
.shareHuddleBody.active {
    overflow-y: hidden;
    max-height: 500px;
    box-sizing: border-box;
    height: auto;
}

.modal-body.shareXm>.d-flex {
    padding: 26px 25px;
}


/* .shareHuddleBody:not(.active){
    max-height: 80px;
    overflow: hidden;
    padding: 26px 25px;
} */

.shareHuddleBody:not(.active) .toggleDownView,
.shareOtherPlatforms:not(.active) .toggleDownView,
.shareOtherPlatforms.active .slack-Gear-Icon {
    display: block;
}

.shareHuddleBody:not(.active) .copylinkdiv,
.shareHuddleBody.active .toggleDownView,
.shareOtherPlatforms.active .toggleDownView,
.shareHuddleBody:not(.active) .hideOnInactive,
.shareOtherPlatforms:not(.active) .slack-Gear-Icon {
    display: none !important;
}


/* .shareOtherPlatforms:not(.active) .appsTabs{
    display: none;
}  */

.shareOtherPlatforms.active .postOnOther {
    /*display: none !important;*/
}

.shareOtherPlatforms .appsTabs .nav {}

.shareOtherPlatforms .appsTabs .nav .nav-item {
    border: none;
    padding: 10px 18px 18px 18px;
}

.shareOtherPlatforms .appsTabs .nav .nav-item.active {
    border-bottom: solid 3px #2c97f3;
}

.shareOtherPlatforms .appsTabs .tab-content {}

#channelsList li {
    padding: 5px 8px 5px 0px;
    width: 33.33%;
}

#channelsList li .custom-control-label {
    padding: 5px 0 0 5px;
}

.btn-knoblr {
    padding: 10px 21px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    background-color: #4b358b;
    color: #fff;
}

.btn-knoblr-gray {
    padding: 10px 21px;
    border-radius: 4px;
    font-size: 16px;
    border: none;
    color: #424649;
    background-color: #efeff4;
    border-color: #efeff4;
}

.btn-knoblr:hover {
    background-color: #6f54be;
    color: #fff;
}

.shareOtherPlatforms .authenticate {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.shareOtherPlatforms .authenticate .tint {
    position: absolute;
    backdrop-filter: blur(4px);
    background: #ffffffdb;
    left: -4px;
    top: -4px;
    right: -4px;
    bottom: -4px;
    z-index: 9;
}

.shareOtherPlatforms .authenticate .btn-authorize {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    top: 63px;
    margin: auto;
    display: block;
    width: 280px;
}

.bounceIn {
    opacity: 0;
    display: block !important;
    animation: bounce 1s forwards linear;
    transition: ease .3s all;
}

@keyframes bounce {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

p.xmdateTime {
    font-size: 13px;
    margin-top: 3px;
    opacity: 0.7;
}

div#blockedXM ul#xmhistory a.sharesqr,
div#blockedXM div#xmContextMenu>a:nth-child(1),
div#blockedXM div#xmContextMenu>a:nth-child(5) {
    display: none;
}

.resendOtpbtn {
    background: transparent;
    border: none;
    color: #048fce;
    font-weight: 400;
    letter-spacing: 0.2px;
    padding: 11px 0;
    font-size: 16px;
}

#invalidOTP {
    position: absolute;
    bottom: 65px;
}

.materialInput .form-group label.error {
    right: 0;
    left: unset;
    top: -6px;
    font-size: 14px;
}


/* pricing  */

.switch {
    position: relative;
    display: inline-flex;
    width: 325px;
    height: 34px;
    justify-content: space-between;
    align-items: center;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
    position: absolute;
}

.slider {
    position: absolute;
    width: 64px;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3f51b5;
    -webkit-transition: .4s;
    transition: .4s;
    margin: auto;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 7px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked~.slider {
    background-color: #3f51b5;
}

input:focus~.slider {
    box-shadow: 0 0 1px #3f51b5;
}

input:checked~.slider:before {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

input:not(:checked)~.slider:before {
    transform: translateX(26px);
}


/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch small {
    font-size: 20px;
    font-weight: 600;
    opacity: 0.5;
}

input:not(:checked)~.slider+small {
    opacity: 1;
}


/* input:not(:checked) + small {
    opacity: 1;
} */

input:checked+small {
    opacity: 1;
}

.plantitle h1 {
    font-size: 34px;
    font-weight: 400;
    line-height: 46px;
    color: #2D2D2D;
    margin-top: 46px;
}

.plantitle p {
    max-width: 487px;
    margin: auto;
    font-size: 16px;
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 29px;
    line-height: 20px;
    margin-top: 6px;
}

.planlist.active {
    box-shadow: 0px 3px 36px rgb(29 54 124 / 27%);
    border: solid 1px #196bff;
    transition: ease all .3s;
}

.planlist {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 3px 16px rgb(158 158 158 / 16%);
    padding: 30px 20px;
    position: relative;
    /* height: 450px; */
    border: solid 1px transparent;
    transition: ease all .3s;
    margin-bottom: 34px;
}

.planlist p {
    font-size: 27px;
    margin-bottom: 0;
}

.planlist strong {
    font-size: 30px;
    margin: 14px 0;
    display: block;
}

.planlist ul li {
    display: flex;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #151C37;
    align-items: center;
    position: relative;
    padding-left: 30px;
    line-height: 18px;
}

.planlist ul li:before {
    content: "";
    width: 22px;
    height: 22px;
    margin-right: 15px;
    position: absolute;
    left: 0;
    top: -1px;
}

.planlist ul li.included:before {
    background: url("../img/greentick.svg") 50%;
}

.planlist ul li.excluded:before {
    background: url("../img/redtick.svg") 50%;
}

.planlist .btn.btn-primary {
    border-radius: 30px;
    display: block;
    background: #4b358b;
    border-color: #4b358b;
    font-size: 18px;
    width: calc(100% - 44px);
    /* position: absolute; */
    /* bottom: 20px; */
    padding: 7px 0;
    transition: ease all .3s;
    margin: auto;
}
.planlist.active .btn.btn-primary {
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}
.planlist:not(.active) .btn.btn-primary {
    /*background: #e5e4e9;*/
    /*border-color: #4b358b00;*/
    transition: ease all .3s;
}

.planlist p sub {
    font-size: 17px;
    opacity: 0.8;
    position: relative;
    top: -2px;
    left: -4px;
}

.bestFor {
    position: absolute;
    /*background-color: #fff;*/
    background-image: url(../img/bestfor.png);
    background-size: 100%;
    width: 117px;
    height: 65px;
    background-repeat: no-repeat;
    padding: 5px 6px 5px 14px;
    right: -17px;
    top: -28px;
    z-index: 9;
}

.bestFor strong {
    font-size: 14px !important;
    font-style: italic;
    font-weight: 800;
    opacity: 0.8;
    margin: 0;
    color: #fff;
}

.bestFor p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 25px;
}

.planlist ul li span {
    display: block;
    line-height: 23px;
}

.plantitle {
    margin-bottom: 65px;
}

.AllwithKnoblrHuddles {
    padding: 90px 90px 0;
}

.AllwithKnoblrHuddles h2 {
    font-size: 60px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
}

.toollist {
    padding: 34px 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 16px rgb(240 240 240 / 16%);
    height: 100%;
}

.toollistinner {
    margin-bottom: 30px;
}

.toollistinner img {
    height: 30px;
    margin-bottom: 19px;
}

.toollistinner p {
    font-size: 18px;
    line-height: 24px;
    color: #1C1C1C;
}

.Readyset h2 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 24px;
}

.Readyset a.btn.btn-primary {
    background: #4b358b;
    border-color: #4b358b;
    font-size: 18px;
    border-radius: 25px;
}

.currentplan.planlist {
    background: #d7edff57;
    box-shadow: 0px 3px 36px rgb(29 54 124 / 27%);
    border: solid 1px #196bff;
    transition: ease all .3s;
}

.currentplan.planlist .subs_btn {
    background: #4b358b !important;
    border-color: #4b358b !important;
}

.currentplan.planlist .subs_btn.currentPlanBtn {
    background: #fff !important;
    border-color: #4b358b !important;
    font-weight: bold;
    color: #4b358b !important;
}

.planlist.hasDisabledCard {
    /* cursor: not-allowed; */
}

.planlist.hasDisabledCard:before {
    /* content: ""; */
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #bbbbbb6e;
    z-index: 9;
    border-radius: 8px;
}


/* pricing  */

.userIdentityPlaceholder svg.dropCareticon {
    top: 20px !important;
    width: 9px;
}

svg.dropCareticon path.a {
    fill: #afafaf;
}

.userIdentityPlaceholder div#master-dropdown.logoutDropdown {
    top: 10px !important;
    transform: translate3d(250px, 29px, 0) !important;
}

.userIdentityPlaceholder div#master-dropdown.logoutDropdown span.dropdown-item:active {
    background: transparent;
    color: #333;
}

p.noPlans {
    font-size: 22px;
    opacity: 0.7;
    text-align: center;
    display: block;
    width: 100%;
    border: 1px solid #eee;
    padding: 72px 0;
    min-height: 450px;
    line-height: 14;
    background: #eee;
}


/* simmer */

.mainloading.processLoading.pricecard {
    margin-top: 28px;
    padding: 0 0px;
}

.mainloading.processLoading.pricecard .image {
    width: 100%;
    height: 180px;
    border-radius: 12px 12px 0 0;
}

.processLoading.pricecard .image {
    width: 64px;
    height: 50px;
    margin-right: 10px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #000000;
    background: linear-gradient(to right, #efefef 8%, #fbfbfb 18%, #efefef 33%);
    background-size: 1000px 104px;
    height: 338px;
    position: relative;
    overflow: hidden;
    /* background: #fff; */
}

.processLoading.pricecard .borderradbtm {
    border-radius: 0 0 12px 12px;
    padding: 12px !important;
    height: 153px;
    width: 100%;
    overflow: hidden;
    /* background: #b1b1b1 !important; */
}

.mainloading.processLoading.pricecard .chkb {
    width: 28px;
    height: 28px;
    border-radius: 50%;
}

.processLoading.pricecard .chkb {
    width: 20px;
    height: 20px;
    border-radius: 3px;
    margin-right: 10px;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #737373 8%, #616161 18%, #737373 33%);
    background-size: 1000px 104px;
    /* height: 338px; */
    position: relative;
    overflow: hidden;
}

.pricecard .text {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
}

.mainloading.processLoading.pricecard .txtline.heading {
    margin-bottom: 7px;
}

.processLoading.pricecard .text .txtline.heading {
    width: 64px;
    height: 13px;
    background: linear-gradient(#ebebeb 0%, #e2e2e2 100%);
}

.mainloading.processLoading.pricecard .txtline {
    width: 100%;
    margin: 0;
}

.processLoading.pricecard .text .txtline {
    height: 18px;
    width: 50px;
    margin-bottom: 0;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #d1d1d1 8%, #c1bdbd 18%, #c7c7c7 33%);
    background-size: 1000px 104px;
    position: relative;
    overflow: hidden;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}


/* simmer */

.planlist ul.pt-2 {
    height: 276px;
  /*   overflow-y: auto;
    overflow-x: hidden; */
    margin-right: -19px;
}

h2.welcomeOrgName strong {
    text-transform: capitalize;
}
small.plantypetxt {
      font-size: 15px;
      opacity: 0.7;
      margin-left: 0px;
}

/* ul.Activeplanlist li {
   color: #000000;
    padding: 10px 0px 10px 35px;
}
ul.Activeplanlist li.excluded {
   color: #db1717;
    background: url(../img/redtick.svg) 50%;
    background-repeat: no-repeat;
    background-position: left center;
}
ul.Activeplanlist {
    border: 2px dashed #d5d5d5;
    background: #eeeeee4f;
    padding: 20px;
}
li.included {
    background: url(../img/greentick.svg) 50%;
    background-repeat: no-repeat;
    background-position: left center;
}
 */
 .planlist ul.Activeplanlist {
    height: auto;
}
.nextpayment {
    border-top: 1px solid #d9d9d9;
    padding-top: 20px;
}
.nextpayment span {
    color: #838383;
    margin-bottom: 8px;
    display: block;
}
span#nextpaymentdate {
    font-size: 20px;
    color: #333;
}
p.planPrice, strong#plantxt, .Activeplanlist, .nextpayment {
    display: none;
}
.planlist.currentplan {
    min-height: 160px;
}

.Storages h3 {
    font-weight: 500;
    font-size: 15px;
    color: #585858;
    margin-bottom: 12px;
    margin-top: 12px;
    white-space: nowrap;
}.Storages .progress {
    height: 6px;
    margin-bottom: 14px;
}

.Storages {
    padding: 20px;
    border: 1px solid transparent;
}
.Storages.threshold {
    border: 1px solid #f79ab9;
    background: #f3e2e273;
    border-radius: 6px;
} 
.planlist.currentplan #planStatus {
    color: #58b195;
    background: #D3FFF6;
    border: 1px solid #81E3BB;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    height: 26px;
    margin-left: 14px;
    position: relative;
    top: -5px;
}
svg#checkicon {
    position: absolute;
    right: 20px;
    top: 20px;
    fill: #12c512;
    width: 40px;
    height: 40px;
}
.gotodashboard {
    height: 50px;
    line-height: 36px;
    font-weight: 500;
    width: 167px;
}
h2.logintitle.noDomainsfound {
    position: relative;
    top: 114px;
    font-size: 32px;
    opacity: 0.8;
}
span.menubarIcon {
    display: none;
}
.AllwithKnoblrHuddles img {
    width: 100%;
    max-width: 900px;
}
.Readyset img {
    width: 100%;
}
label#adminName-error, label#pwd-error {
    top: 14px;
}
div#rightComponent .mainloading.processLoading .col-md-3 {
    max-width: 278px !important;
}
.getstartedSection * {
    color: #fff;
}
.getstartedSection li {
    font-size: 19px;
    margin-bottom: 16px;
    font-weight: 400;
        line-height: 27px;
}
.planlist ul li .infoicon img {
    width: 100%;
    opacity: 0.6;
}
.planlist ul li .infoicon {
    width: 20px;   position: relative;
    margin-left: 3px;    cursor: pointer;
     }

     .customTooltip {
    position: absolute;
    left: 48px;
    z-index: 99;
        display: none;
    background: #fff;
    width: 300px;
    padding: 20px;
    box-shadow: 0 0 35px #cbcbcb;
    border-radius: 6px;top: 0;    margin-top: -126px;  min-height: 185px;
}
.customTooltip .tooltip-inn {
    font-size: 15px;
    font-weight: 400;
}
.customTooltip .arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid white;
    position: absolute;
    left: -10px;
    top: 6px;    top: 130px;
}
.planlist ul li .infoicon:hover .customTooltip {
    display: block;
}
.tooltip-inn strong {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 7px ;
}
.discounted span {
    background: #11c711;
    font-weight: 500;
    margin-left: 6px;
    padding: 4px;
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
}
.discounted p {
    font-size: 18px;
    text-decoration: line-through;
    opacity: 0.5;
    font-weight: 500;
}
.discounted {
    display: inline-flex;
    margin-left: 8px;
    align-items: center;
}
p.offerAnnual {
    position: absolute;
    right: 34px; top: 29px;
    /* background: #f3bb15d1; */
    padding: 4px 12px;
    background: #11c711;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
}
.SpecialcharError {
  position: absolute;
    left: 11px;
    color: #eb1414;
    font-size: 12px;
    font-weight: 400;
    top: -47px;
} 
div#createNewFolder .SpecialcharError{
    top: unset;
    left: 17px;
    bottom: -3px;
}
/* .mediaIcon .ifRecording {
    top: unset;
    bottom: 7px;
    right: 8px;
}
.mediaIcon i.fa.fa-video-camera {
    right: 17px;
} */
.loomThread{
      bottom: 10px;
    right: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    background: url(../img/Loom.png);
    background-size: contain;
}
span.recordingicon.audioThread {
    bottom: 10px;
    right: 18px;
    position: absolute;
}
span.recordingicon.videoThread {
    bottom: 8px;
    right: 17px;
    position: absolute;
}
.audioThread:before {
    content: "\f130";
    font-family: "Font Awesome 5 Free";
    color: #25ac5b;
    font-weight: 900;
    font-size: 17px;
}
.videoThread:before {
    content: "\f03d";
    font-family: "Font Awesome 5 Free";
    color: #25ac5b;
     font-weight: 900;
    font-size: 17px;
}

.multiThread:before {
      position: absolute;
    left: 6px;
    right: 6px;
    bottom: 12px;
    height: 12px;
    content: "";
    box-shadow: 0 2px 4px #bcbcbc99;
    background: #fff;
    z-index: -2;
    border-radius: 0 0 2px 2px;
}
.multiThread:after {
  position: absolute;
    left: 16px;
    right: 16px;
    bottom: 0px;
    height: 12px;
    content: "";
    box-shadow: 0 2px 4px #bcbcbc99;
    z-index: -4;
    background: #fff;
    border-radius: 0 0 2px 2px;
}

.seperateDiv .listview {
    margin-bottom: 38px !important;
}
.recordingicon,.threadspan{
    display: none;
}

.recordingicon.loomThread, .recordingicon.videoThread, .recordingicon.audioThread,.threadspan.multiThread{
    display: block;
}

span.threadspan.multiThread {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: -24px;
    height: 24px;
    transition: 0.5s;
    z-index: 0;
}
.threadspan.multiThread:hover::before,.threadspan.multiThread:hover::after{
        box-shadow: 0 4px 8px #bcbcbcb8;
}
.recordingicon.huddleThread {
    display: block;
    background-image: url(https://devhuddles.knoblr.com/img/huddleScreenCamera.svg);
    bottom: 10px;
    right: 20px;
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: contain;
}

.mobileBar {
    display: none;
}
.mobTitle, span.mobmeetingClose {
    display: none;
}
.mobileTableLabel{
    display: none;
}

/*listview*/

[data-state="listView"] .filesContainer {
    box-shadow: none;
    border: 1px solid #eee;
    display: flex;
    align-items: flex-start;
    padding-left: 10px;
}
[data-state="listView"] .listview .doc-img {
    min-width: 67px;
    margin-top: 10px;
}
[data-state="listView"] .listview .prev_content {
    display: block;
}
[data-state="listView"] .filesContainer .xm_Title {
   margin-bottom: 5px !important;
}
[data-state="listView"] .prev_content small.meOwner {
    width: 210px;
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 0;
    display: inline-block;
    margin-bottom: 6px;
}
[data-state="listView"] .recordingicon.huddleThread {
       bottom: 19px;
    right: 29px;
}
[data-state="listView"] span.recordingicon.videoThread, [data-state="listView"] .loomThread {
    bottom: 22px;
    right: 29px;
}
[data-state="listView"] span.recordingicon.audioThread {
    bottom: 20px;
    right: 29px;    width: 20px;
    text-align: center;
  }
[data-state="listView"] .listview.col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: -1px !important;
}
[data-state="listView"] .prev_content .xm_Title+.doc_profile {
    display: none;
}
[data-state="listView"] .lock_block_conatiner .usercap{
    display: none;
}
[data-state="listView"] .listview .sharesqr {
    top: unset;
    left: unset;
    right: 58px;
    bottom: 9px;
}
/*listview*/


body#pageBody.listview {
    max-width: 100%;
    min-width: 100%;
}
.passwordToggle {
    position: absolute;
    top: 28px;
    right: 3px;
}
.hidePwd {
    display: none;
}
.passwordToggle img {
    width: 50px;
    opacity: 0.5;
    padding: 16px;
    cursor: pointer;
}
.passwordToggle img {
    width: 50px;
    opacity: 0.5;
    padding: 16px;
    cursor: pointer;
}

.form-control {
    height: 54px;
    font-size: 0.9em;
    border-radius: 8px;
    padding: 0.375em 1em;
    border-color: #dddddd94;
    border-width: 2px;
}
button.btn-dark, .btn-primary, .btn-secondary {
    box-shadow: 0px 13px 24px rgb(17 53 95 / 16%);
    border-radius: 7px;
    height: 46px;
    line-height: 43px;
   padding: 0 18px !important;
    text-align: center;
}
input#pwd,input#password {
    padding-right: 46px;
}

.mobileOpen{
    display: none;
} 
[data-state="listView"] span.threadspan.multiThread {
    display: none;
}
[data-state="listView"] .lock_block_conatiner {
    left: unset;
    right: 47px;
    bottom: 17px;
}

.iconsBlockIns .txt{
    display: none;
}

.modal-backdrop.show {
    z-index: 9999;
}
.modal-open .modal {
  z-index: 10000;
}
.modal.show {
    z-index: 10000;
}
.modal-body.shareXm.shareHuddleBody>.d-flex>div>h3 {
    width: 80%;
    display: flex;
}

.mobilefoldertitle, .mobOpenfolder, .desktop-none {
    display: none;
}
h3.mobilefoldertitle {
    padding-left: 23px;
    text-transform: capitalize;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-bottom: 7px;
    padding-top: 4px;
    color: #000;
}
.mobFolderOption {
    position: fixed;
    z-index: 9999;
    background: #333333ab;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: 0.5s;
}
span.contextIcons[data-context="eye"] a.previewXm {
    justify-content: center;
}
.iconstint.active span.contextIcons[data-context="eye"] a.previewXm {
    justify-content: flex-start;
}


  @media all and (hover: none){
    .foldermove-wrapper{
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        background: #0000005e;
        z-index: 99;

    }
    #foldermove{
        margin: auto;
        left: 0px !important;
        top: 0px !important;
        right: 0;
        bottom: 0;
    }
    .toastmsg {
        left: 0;
        width: 100%;
    }
  }



body.createNewhuddle img.rightimg {
    position: absolute;
    left: 0px !important;
    top: 50% !important;
    width: 100%;
    transform: scale(1.5);    z-index: -1;
}
.resetemailcapsule {
    display: inline-block;
    height: 40px;
    background: #eeeeee91;
    border-radius: 25px;
    padding: 11px 22px;
    border: 1px solid #eee;
    margin-bottom: 30px;
}

div#huddleChainModal .l_Copied {
    left: unset;
    top: 9px;
    margin-right: 166px;
    }

.org_logo {
    padding: 20px 10px;
    border: solid 1px #ddd;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 210px;
    align-items: self-end;
    position: relative;
}