body {
    background-color: #f3f3f3;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: "Lato", sans-serif;
    transition: all 0.3s;
}

.content-wrapper {
    z-index: 1000;
    /*background: linear-gradient(180deg, #f4f4f4 0%, #e2e1e1 100%);*/
    background-attachment: fixed;
}

button {
    border: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 5px;
}

.bottom-space h6 {
    min-height: 20px;
}

.bottom-panel {
    border-radius: 5px;
    z-index: 10;
    background: #eaeaea;
    text-align: center;
}

.date-filter {
    width: 387px;
    height: 240px;
    margin: -40px 20px !important;
    padding: 5px !important;
    border-radius: 10px !important;
    box-shadow: 0 -1px 7px 1px rgba(0, 0, 0, 0.35);
}

.bottom-box {
    bottom: 5px;
    position: absolute;
    right: 3px;
}

.date-filter .dates > div {
    margin: 0 5px;
}

.date-filter button.active {
    font-weight: bold;
    background: #d7d7d7;
}

.date-filter .dates {
    margin: 0 0 15px 0;
}

.date-filter button {
    display: inline-block !important;
    width: auto !important;
    margin: 0 3px !important;
}

.date-filter input {
    max-width: 185px;
}

.contacts.block-right .card-new .bottom-panel svg {
    position: absolute;
    margin: 0;
    left: 20px;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

.bottom-panel button {
    cursor: pointer;
    display: block;
    width: 98%;
    height: 35px;
    margin: 0 auto;
    text-transform: uppercase;
}

.bottom-panel button svg {
    display: block;
    font-size: 20px;
    margin: 0 auto;
}

.bottom-panel button p {
    font-size: 9px;
    line-height: 9px;
}

button:hover {
    background: rgba(0, 0, 0, 0.1);
}

.navbar .navbar-nav .nav-item > .nav-link b {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 10px;
    opacity: 0.3;
}

.navbar .navbar-nav .nav-item > .nav-link {
    min-width: 50px;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.top-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 56px;
    z-index: 100000;
    background-color: rgb(55, 82, 140);
    color: #FFF;
}

.space-li .space-menu {
    padding: 0;
    margin: 0;
}

.sidebar .navigation {
    padding: 0;
}

.space-li .space-menu a {
    display: block;
    border: none;
    padding: 10px 20px;
    max-width: 250px;
    opacity: 0.75;
    font-size: 13px;
    text-transform: uppercase;
    min-height: 39px;
}

.activity-panel {
    position: absolute;
    top: 53px;
    width: 330px;
    border-radius: 0 0 5px 5px;
}

.activity-panel > div:first-of-type {
    background: #FFF;
    padding: 5px;
    margin: -5px 5px 5px 5px;
    color: #2d2d2d;
    border-radius: 5px;
    box-shadow: 6px 5px 14px 0 rgba(0, 0, 0, 0.5);
}

.activity-panel .cntc {
    width: 15px;
    height: 15px;
    vertical-align: text-bottom;
    margin: 0 2px 1px 0;
    border-radius: 50%;
}

.activity-panel svg {
    float: left;
    margin: 1px 5px 10px 2px;
}

.activity-panel .infinite-scroll-component {
    margin: 5px -5px -5px -5px;
    height: 350px !important;
}

.activity-panel .infinite-scroll-component a > span {
    color: #555;
    display: grid;
}

.activity-panel .linear-load {
    height: 6px !important;
    position: absolute !important;
    top: -5px;
    opacity: 0.5;
    width: calc(100% - 10px);
    left: 5px;
}

.activity-panel time {
    float: right;
    padding: 0;
    font-size: 11px;
    color: #737373;
    text-align: right;
}

right {
    float: right;
}

.activity-panel div a {
    line-height: 16px;
    padding: 5px 10px;
    max-height: 80px;
    overflow: hidden;
    margin: 0 -5px;
    display: block !important;
    transition: all 0.3s;
}

.block-left li button > button {
    float: right;
    margin: 0 -5px 0 10px;
}

.block-left li > button:not(.first) {
    text-align: left;
}

.block-left li > button {
    min-height: 31px;
    vertical-align: top;
}

.block-left li > button svg {
    margin: 0;
}

.block-left .activity-panel div a.create-note {
    max-height: inherit;
}

.activity-panel time > img {
    height: 13px;
    display: block;
    right: 15px;
    float: right;
    text-align: right;
    margin: 1px auto;
}

.activity-panel div a:hover {
    background: #eee;
}

.activity > span {
    padding: 15px 0 15px 10px;
}

.bg-full {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    cursor: auto;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
}

.space-li .space-menu a span, .sidebar .navigation > li a .space-menu a span {
    margin-left: 15px;
}

.space-li .space-menu a:hover, .space-li .space-menu a:active, .space-li .space-menu a:focus {
    border: none;
    opacity: 1;
    text-decoration: none;
}

.conversation-info .recent-members > li > svg {
    position: absolute;
    width: 15px;
    color: #FF9800;
    border-radius: 50%;
    height: 15px;
    margin-left: 32px;
    transition: all 0.3s;
}

.conversation-info .recent-members > li:hover svg {
    width: 18px;
    height: 18px;
    margin-left: 30px;
}

.file-dialog .preview-file {
    text-align: center;
}

.file-dialog .preview-file img {
    max-width: 1200px;
}

.chat-message:hover > p {
    opacity: 0.6;
}

.chat-message > p {
    margin: 9px 0 0 0;
    position: absolute;
    left: 4px;
    transition: all 0.3s;
    opacity: 0;
    font-size: 12px;
}

.file-dialog .preview-file svg {
    font-size: 40px;
    margin: 20px;
    vertical-align: top;
}

.file-dialog .preview-file span > span {
    display: grid;
}

.file-dialog .preview-file a:hover {
    opacity: 0.8;
}

.file-dialog .preview-file a {
    color: #FFF;
}

.file-dialog button {
    float: right;
    padding: 3px 10px;
    font-size: 13px;
    color: #FFF;
    font-weight: bold;
    margin: 0 0 5px 5px;
}

.file-dialog button:hover {
    background: #4c4c4c;
}

.file-dialog span {
    padding: 3px 5px;
    background: rgba(238, 238, 238, 0.15);
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px 5px;
    display: inline-block;
}

.file-dialog {
    padding: 10px;
    position: fixed;
    left: 0;
    overflow: auto;
    right: 0;
    top: 53px;
    z-index: 1200;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #FFF;
}

.file-dialog > div {
    max-width: 800px;
    margin: 0 auto;
}

.file-dialog > a.prev {
    left: 0;
}

.file-dialog > a.next {
    right: 0;
}

.file-dialog > a {
    position: fixed;
    top: 0;
    bottom: 0;
    color: #FFF;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s;
    padding: 15% 5%;
    background: rgba(255, 255, 255, 0.2);
}

.file-dialog > a:hover {
    opacity: 1;
}

.file-dialog > a > svg {
    position: absolute;
    bottom: 47%;
}

.space-li > a {
    position: absolute;
    right: 40px;
    font-size: 12px;
    color: #737e87;
    margin-top: -20px;
}

.sidebar .navigation .navigation-header > span {
    font-weight: bold;
}

.sidebar .navigation > li a img.logo {
    max-width: 22px;
    filter: contrast(200%) brightness(0%);
    opacity: 0.5;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
    margin: 11px;
    font-weight: bold;
    color: #FFF;
}

.smImage {
    display: block;
}

.smImage img {
    border-radius: 50%;
    width: 30px;
    margin-right: 5px;
    display: inline-block;
}

.smImage .user-name {
    display: inline-block;
    font-size: 12px;
}

.app-pay {
    margin: 3px -12px -5px -12px;
    padding: 3px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background: #e6e6e6;
}

.settings-box .paid {
    font-size: 12px;
}

.table .info-box {
    padding: 7px 10px;
    vertical-align: middle;
    border-top: 1px solid #eceeef;
}

.card {
    border: none;
}

.toggle-space {
    padding: 10px 10px 2px 10px;
    cursor: pointer;
    position: absolute;
    overflow: visible;
    display: table;
    height: auto;
    width: 150px;
    font-weight: bold;
    right: -5px;
    top: -5px;
    border-radius: 5px;
    background: #eeeeef;
    border: 1px solid #e0e0e0;
    margin: 0;
    text-align: right;
}

.space-menu a svg {
    margin: 0 5px 0 -9px;
}

.space-edit .button-info.del {
    float: right;
}

.option-pay {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    margin: 10px;
    cursor: pointer;
    background: #f0f0f0;
    transition: all 1s;
}

.option-pay h5 {
    background: #a2a2a2;
    color: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding: 3px;
    font-size: 13px;
}

.option-pay h2 {
    color: #a2a2a2;
}

.option-pay h4 {
    font-weight: bold;
}

.app-info {
    cursor: pointer;
}

.info .i1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.info .i2 {
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 2px;
    margin: 0 -5px;
}

.info .i3 {
    color: #FFF;
    font-size: 10px;
    padding-bottom: 2px;
    margin: 0 -5px;
}

.info .i4 {
    font-size: 16px;
    text-transform: uppercase;
}

.info .i4 b {
    font-size: 20px;
}

.app-info div {
    font-size: 15px;
    text-align: center;
    width: 100%;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 5px;
    background: #FFF;
}

.app-info .help {
    position: fixed;
    bottom: 35px;
    margin: 0 30px;
    width: 170px;
}

.name-customers b {
    font-size: 16px;
    padding: 0;
    display: block;
    line-height: 14px;
    margin: 3px 0 9px 0;
}

.customers-bottom {
    margin: 5px 0;
    color: #8d8d8d;
}

.blocks-customers a {
    color: #000000;
    text-decoration: none;
}

.points-box {
    display: inline-block;
    width: 53px;
    color: #000000;
    font-weight: bold;
    margin-right: 16px;
    text-align: center;
}

#card-errors {
    color: #fa755a;
    font-size: 12px;
}

.form-row {
    padding: 10px 0;
}

form.pay input[type=submit] {
    transition: all 1s;
}

.pay-success {
    margin: 5px !important;
}

.pay-success h3 {
    padding: 10px;
    margin: -10px;
    position: absolute;
    top: 25px;
    background: #FFF;
}

.pay-success h3 a {
    display: inline-block;
    padding: 0;
    font-size: 24px;
}

.pay-success h3 a b {
    margin: 7px 5px;
}

.pay-success svg {
    font-size: 100px;
    margin: 0 auto;
    display: block;
}

.pay-success p {
    text-align: center;
    display: table;
    margin: 10px auto !important;
    font-weight: bold !important;
    font-size: 14px;
    border-radius: 5px;
}

.p10 {
    padding: 10px !important;
}

.app-info .info {
    display: inline-block;
    margin: 10px 0;
    padding: 5px;
    font-family: sans-serif;
    font-size: 9px;
    background-size: cover;
    height: 100px;
}

.app-email {
    font-size: 12px;
    margin: 0 15px -15px 15px;
}

form.pay {
    margin: 10px 15px;
}

form.pay label {
    display: block;
    font-size: 14px;
}

form.pay [type="radio"] {
    margin: 0 5px 0 0;
}

form.pay input[type=submit], .button-info {
    border: 0;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    font-size: inherit;
    min-width: 88px;
    margin: 5px auto;
    border-radius: 4px;
    text-align: center;
    padding: 3px 22px;
}

.emoji-mart-category-list {
    margin: 0;
    padding: 0;
}

.emoji-mart-category-list li {
    display: inline-block;
}

.app-info .info hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

.app-info .copyright {
    position: fixed;
    bottom: 8px;
    left: 0;
    font-size: 11px;
    background: transparent;
    border: none;
    color: #747373;
}

.app-info .copyright a {
    text-decoration: underline;
}

.p0 {
    padding: 0 !important;
}

.right {
    float: right;
}

.block-span span {
    margin: 0 15px 0 0;
    display: inline-block;
    border-radius: 5px;
    padding: 2px 10px;
    color: #555;
}

.top-left img {
    height: 55px;
    padding: 5px;
}

.helper span {
    float: right;
    font-size: 12px;
    color: #FFF;
    opacity: 0;
    position: absolute;
    padding: 3px 9px;
    margin-top: -20px;
}

.helper {
    background: #8b9eb5;
    display: block;
    margin: 0 4px;
    width: 18px;
    z-index: 9999;
    color: #ffffff;
    border-radius: 50%;
    height: 18px;
    font-weight: bold;
    text-align: center;
}

.helper:hover span {
    float: right;
    font-size: 12px;
    color: #FFF;
    opacity: 1;
    position: absolute;
    padding: 3px 9px;
    margin-top: -20px;
}

.helper:before {
    content: '?';
    display: inline-block;
    font-size: 15px;
    opacity: 1;
    color: #DDD;
    line-height: 1;
}

.user-name {
    font-size: 18px;
}

.user-block {
    float: left;
    height: 140px;
}

.change-points {
    margin: -8px -15px;
}

.register-url {
    max-height: 23px;
    display: inline-block;
    max-width: 240px;
    vertical-align: middle;
    overflow: hidden;
}

.user-block div b {
    display: block;
    width: 60px;
    margin-right: 16px;
    text-align: center;
}

.user-block img {
    color: rgb(255, 255, 255);
    background-color: rgb(188, 188, 188);
    float: left;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin-right: 16px;
}

.top-right img {
    vertical-align: middle;
    border-radius: 50%;
    height: 31px;
    width: 31px;
    background: #FFF;
    padding: 3px;
    border: 3px solid #fb1e1e;
}

.abs-box, .note-box {
    position: absolute;
    border-radius: 5px;
    margin: 3px 10px;
    background: #ffffff;
    z-index: 99999;
    color: #000000;
    padding: 6px 10px;
    font-weight: normal;
    text-align: left;
    transform: translate(-2600px);
    opacity: 0;
}

.note-box {
    right: 0;
}

.info-block {
    cursor: pointer;
}

.submenu-block {
    cursor: pointer;
}

.info-block:hover .abs-box, .info-block:hover .note-box {
    transition: opacity 0.2s linear;
    box-shadow: 1px 1px 12px 0 rgba(0, 0, 0, 0.5);
    transform: translate(0);
    opacity: 1;
}

.rewards-block button {
    margin: 7px;
}

.rewards-block svg {
    margin: 3px;
}

.submenu-block:hover .submenu-box {
    transition: opacity 0.5s linear;
    transform:translate(0);
    margin-top: 15px !important;
    padding: 5px;
    opacity: 1;
}

.submenu-box {
    position: absolute;
    z-index: -1;
    color: #FFF;
    right: 0;
    cursor: auto;
    min-width: 140px;
    padding: 20px 5px 0 5px;
    text-align: left;
    transform: translate(9999px);
    opacity: 0;
}

.submenu-box > .widget-overview {
    border-radius: 0 0 10px 10px;
    margin: -4px -5px;
}

.task-gray {
    color: #c9c9c9;
}

.task-note > p {
    width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
}

a.ws-link {
    text-align: center;
    color: #FFF;
    height: 30px;
    border-radius: 0 0 5px 5px !important;
    margin: -15px -8px 8px -8px !important;
}

.project-add.project-overview .inner {
    transition: all 0.3s;
}

.project-overview .cog {
    position: absolute;
    right: 20px;
    top: 5px;
    text-align: center;
    width: 25px;
}

.project-add .inner span {
    margin: 67px auto -4px !important;
    font-weight: 100 !important;
}

.project-add .inner span b {
    font-weight: bold;
}

.glob-edit-field label {
    transform: translate(20px, 12px) scale(1);
}

.team-box > div {
    margin: -10px -25px -25px !important;
    text-align: center;
    border-radius: 0 0 10px 10px !important;
    padding: 5px 10px !important;
    background: transparent !important;
}

.hide {
    display: none;
}

.glob-edit-field input {
    padding: 9.5px 14px !important;
}

.glob-error {
    text-align: center;
    font-weight: bold;
    color: #ba0644;
    margin: 0 auto;
}

.glob-edit-img {
    display: block;
    height: 150px;
    border-radius: 10px;
    margin: 0 0 10px 0;
    text-align: center;
    font-size: 30px;
    border: 1px solid #AAA;
}

.inspiration .col-lg-1 a {
    width: 30px;
    display: block;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    height: 30px;
}

.project-overview.space-overview .chat-users img {
    width: auto;
    display: inherit;
    height: auto;
}

.project-overview .chat-users img {
    width: 30px;
    height: 30px;
}

.project-overview .chat-users {
    margin: 5px 0;
    left: 15px;
    right: auto;
}

.project-overview .chat-users b {
    vertical-align: sub;
    margin-left: -5px;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    max-width: 80px;
    text-overflow: ellipsis;
}

.project-overview .chat-users i {
    left: 22px;
    bottom: 0;
    border: none;
    width: 8px;
    height: 8px;
}

.project-overview.contact.list .inner span {
    height: 40px;
    padding: 5px 0 5px 40px;
    line-height: 14px;
    margin: 0 0 0 5px;
}

.project-overview.contact.list .inner {
    margin: 0;
    padding: 0;
    display: flex;
}

.project-overview.list .inner line {
    margin: 0;
    padding: 0;
}

.project-overview.list .inner {
    height: 40px;
}

.project-overview.list .inner line > b {
    height: 40px;
    position: absolute;
    border-radius: 5px 0 0 5px;
    bottom: 1px;
    left: 1px;
    width: 5px;
    margin: 0;
}

.project-overview.contact.block .inner span > small > p {
    display: block;
    margin: 0 0 -2px 5px;
    font-size: 12px;
}

.project-overview.contact.block .inner > img {
    left: calc(50% - 25px);
    border: none;
    width: 50px;
}

.w-deg {
    position: absolute;
    right: 7px;
    bottom: 0;
    z-index: 9999;
    background: #0085bb;
    min-width: 100px;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
    padding: 2px 5px;
}

.chat-start > .row > .col-lg-3 {
    max-width: 240px;
    margin: 0 0 0 -20px;
}

.chat-start > .row > .col-lg-3 .widget-overview {
    height: calc(100% - 35px);
    color: #4f4f4f;
}

.chat-start > .row > .col-lg-9 {
    flex: 0 0 calc(100% - 220px);
    max-width: 100%;
    height: calc(100% + 40px);
    margin-top: -8px;
}

.project-overview .inner > img {
    position: absolute;
    left: calc(50% - 10px);
    bottom: 20px;
    background: #FFF;
    display: inline-block;
    width: 20px;
    border: 2px solid #FFF;
    border-radius: 50%;
}

.space-overview a .inner img {
    position: inherit;
    border: none;
    background: transparent;
}

.project-overview.block .inner small {
    margin: 4px 0px;
}

.project-overview.contact .abs-box a {
    position: absolute;
    top: -5px;
    font-size: 12px;
    color: #FFF;
    transition: all 0.3s;
    right: 15px;
}

.project-overview.contact .abs-box a:hover {
    opacity: 0.7;
}

.space-overview.users a {
    display: inline-block;
    width: 20%;
}

.space-overview.users a .modern-field,
.space-overview.users a .modern-field span button,
.space-overview.users a .modern-field span,
.glob-edit-select .space-overview.users a .task-item-edit input {
    text-align: center;
    color: #333;
    background: transparent;
    font-size: 13px;
    min-width: inherit;
    padding: 1px;
    margin: 2px 0 3px 0;
}

.space-overview.users a .modern-field small {
    color: #a9a9a9;
}

.glob-edit-select .space-overview.users a .task-item-edit input {
    width: 100px;
}

.glob-edit-select .space-overview.users a .inner > b {
    position: absolute;
    margin: -18px 50px;
    background: #009688;
    border-radius: 50%;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    width: 14px;
    color: #ffffff;
    height: 14px;
}

.insp > a:first-of-type {
    position: absolute;
    right: 22px;
    font-size: 12px;
    color: #333;
    cursor: default;
    z-index: 19;
    text-align: right;
    padding: 5px 7px 0 0;
    bottom: 7px;
}

.insp > a:first-of-type img, .box-authors img, .box-author img {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.box-authors a, .box-author a {
    display: initial !important;
    margin-right: 5px;
}

.insp > a:first-of-type img {
    opacity: 0.3;
    transition: all 0.3s;
}

.insp .box-authors:hover img {
    opacity: 0.65;
}

.insp > a:first-of-type img:hover {
    opacity: 1;
}

.card-new.space-overview a.members {
    display: block;
}

.card-new.space-overview a.members .inner .cntc {
    float: left;
    margin-right: 5px;
}

.card-new.space-overview a.members .inner h2 {
    text-align: left;
    padding-top: 10px;
}

.card-new.space-overview a.members .inner h4 {
    text-align: left;
    font-size: 14px;
}

.project-overview .inner > b {
    position: absolute;
    right: 15px;
    font-size: 12px;
    top: 14px;
}

.project-overview a .box-authors a {
    display: none;
    float: right;
}

button.light {
    background: transparent !important;
    color: #000 !important;
    border: 2px solid #000 !important;
    padding: 3px 7px!important;
}

button.light:hover {
    color: #666 !important;
    border: 2px solid #666 !important;
}

.project-overview:hover a .box-authors a {
    margin: 0 -8px 8px 10px;
    display: inline-block;
}

.project-overview:hover a:first-of-type b {
    display: none;
}

.file-dialog form.add-variant .add-photo-btn {
    float: right;
    width: 150px;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    color: #777;
    cursor: pointer;
    background-color: #ddd;
    height: 110px;
}

.file-dialog form.add-variant .add-photo {
    width: 150px;
    cursor: pointer;
    height: 110px;
    right: 10px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.file-dialog form.add-variant .add-photo-btn img {
    max-width: 110px;
    display: block;
    width: 100%;
    max-height: 85px;
    margin: 0 auto;
}

.file-dialog form.add-variant .module-box-item {
    float: right;
    border: none;
    margin: 13px;
}

.file-dialog form.add-variant .module-box-item:before {
    content: 'Count:';
    padding: 7px;
    display: inline-block;
}

.file-dialog form.add-variant .add-photo-btn:hover img {
    opacity: 0.8;
}

.file-dialog form.add-variant button.module-box-save {
    margin: 15px auto !important;
    float: none;
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 200px;
    right: 0;
    text-align: center;
}

.file-dialog form.add-variant p {
    padding-bottom: 10px;
}

.tasks.project-overview.block .inner {
    height: 160px;
}

h3.home-page-header {
    font-size: 2em;
    font-weight: normal;
}

.navbar .navbar-nav .nav-item > .nav-link line {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    left: 0;
}

.navbar .navbar-nav .nav-item > .nav-link line > b {
    position: initial;
    opacity: 1;
    width: 100%;
    display: block;
    height: 5px;
}

.inspiration small {
    font-size: 12px;
    line-height: 16px;
    display: block;
    max-height: 62px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
}

.card-block h1 {
    margin: -10px -10px 0 -10px;
    padding: 5px;
    font-size: 2rem;
    font-weight: bold;
}

.card-block h1 line {
    position: absolute;
    bottom: 4px;
    left: 7px;
    right: 7px;
    border-radius: 0 0 5px 5px;
}

.card-block h1 button {
    position: absolute;
    right: 8px;
    font-size: 14px;
    top: 8px;
    width: 25px;
    height: 25px;
    color: #a9a9a9;
    display: none;
}

.card-block:hover h1 button {
    display: block;
}

.card-block h1 line b {
    height: 5px;
    margin: 5px -5px -5px -5px;
    display: block;
    border-radius: 0 0 5px 5px;
}

.inspiration.list small {
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.inspiration.list small p {
    margin: 0;
    padding: 0 6px;
}

.inspiration.list a:hover small {
    max-width: 600px;
}

.inspiration a:hover small {
    opacity: 1;
}

.inspiration.list a {
    margin: 1px -13px;
    color: #767575;
}

.inspiration.list .chat-users {
    margin: 7px 0;
    left: 75%;
    padding: 0;
    max-height: none;
    right: 0;
}

.emoji-mart-scroll {
    overflow-x: hidden !important;
}

.project-overview.list .inner > img {
    left: 12px;
    top: 9px;
}

.project-overview.list .inner > b {
    position: absolute;
    right: 60px;
    font-size: 12px;
    top: 12px;
}

.inspiration.list a:hover, .inspiration.list a:hover .inner {
    color: #2d2d2d;
}

.project-overview.list .inner span {
    font-size: 13px;
    color: #282b2b;
    font-weight: bold;
    width: auto;
    line-height: 18px;
    min-height: inherit;
    text-align: left;
    padding: 11px 0 10px 40px;
    margin: 0 0 0 7px;
}

.project-overview.list.insp a:first-of-type {
    right: 35px;
    top: 3px;
}

.project-overview.block.insp a:first-of-type > a {
    position: absolute;
    bottom: 0 !important;
    margin: 0 -20px;
    left: -20px;
}

.project-overview.list.insp a:first-of-type > a {
    position: absolute;
    bottom: 3px !important;
    margin: -4px -10px -2px -20px;
}

.project-overview.list.insp button:first-of-type {
    right: 8px;
    top: 9px;
}

.chat-users span > i {
    position: inherit;
    font-style: normal;
    border: none;
    background: transparent;
    font-weight: 600;
}

.chat-users span > i:hover {
    border: none;
}

.project-overview small {
    padding: 0;
}

.project-overview small .abs-box {
    min-width: 200px;
}

.inspiration .contact > img {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 3px;
    width: 90px;
}

.inspiration.list .contact > img {
    width: 24px;
    margin: 0;
    border: none;
}

.inspiration.list .contact span {
    padding: 10px 0 2px 5px;
    left: 25px;
}

.inspiration.list .contact span div {
    display: none;
}

.inspiration.list .contact span b {
    display: inline-block;
    padding: 0 14px;
    min-width: 175px;
    color: #767575;
}

.project-overview.block .contact span b:nth-of-type(2) {
    font-size: 20px;
    line-height: 25px;
}

.project-overview .contact span div {
    line-height: 13px;
    margin: 42px 0 0 -108px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.space-overview.w33 .inner h2 small {
    background: #003969;
    padding: 5px;
    border-radius: 50%;
    height: 20px;
    color: #FFF;
    margin: 0 0 -3px 5px;
    width: 20px;
    font-size: 11px;
    display: inline-block;
}

.project-overview .contact span {
    width: inherit !important;
    position: relative;
    left: 108px;
    text-align: left !important;
    margin: 0 auto 10px !important;
}

.project-overview .contact span b {
    display: block;
    font-size: 14px;
    line-height: 16px;
}

.abs-box, .note-box {
    position: absolute;
    border-radius: 5px;
    margin: 3px 10px;
    background: #ffffff;
    z-index: 99999;
    color: #000000;
    min-width: 200px;
}

.inspiration.list small .abs-box {
    top: 4px;
}

@media (min-width: 992px) {
    .block {
        flex: 0 0 25%;
        max-width: 25%;
        position: relative;
        padding: 0 15px;
        width: 100%;
        min-height: 1px;
    }

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

.glob-edit-img span {
    height: 100%;
    border-radius: 8px;
    display: block;
    padding: 50px 0;
}

.glob-edit-img span a svg {
    position: absolute;
    color: #DDD;
    top: 15px;
    cursor: pointer;
    right: 20px;
}

.art-title {
    margin: 20px 10px 10px 10px;
    font-size: 17px;
    color: #1E88E5;
}

.sidebar .navigation > li .space-menu a {
    display: none;
    position: initial;
    border-bottom: none;
}

.sidebar .navigation > li .space-menu a:hover {
    opacity: 1;
    border-bottom: none;
}

.sidebar .navigation > li a .space-menu a {
    opacity: 1;
    display: block;
    border-bottom: none;
}

.sidebar .navigation > li a .space-menu {
    margin: 10px 0 -20px -15px;
}

.project-overview .inner span {
    display: inline-block;
    font-size: 17px;
    line-height: 23px;
    color: #2d2d2d;
    font-weight: bold;
    padding: 5px 10px;
}

.project-overview a {
    margin: 8px -8px;
    display: inherit;
    color: #767575;
    transition: all 0.3s;
    border-radius: 5px;
}

.project-overview .inner {
    background: #FFF;
    max-height: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

.create-call small {
    display: inline-block;
    padding: 0 5px;
    background: #FFF;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
}

.activity-panel .infinite-scroll-component a.create-call > span {
    display: table;
}

.activity-panel .infinite-scroll-component a.create-call > span b {
    display: block;
}

.block-right {
    position: fixed;
    vertical-align: top;
    overflow-x: auto;
    margin-left: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    background: #FFF;
    scrollbar-width: none;
    max-height: calc(100% - 130px);
    max-width: calc((1200px / 4) - 10px);
}

.block-left {
    display: inline-block;
    width: 75%;
}

.block-left .card:first-of-type {
    margin: 0;
}

.block-left .activity-panel .infinite-scroll-component  .card {
    border: 1px solid #cfcfcf;
}

.block-left .activity-panel {
    position: inherit;
    background: transparent;
    width: auto;
}

.block-left .activity-panel > div:first-of-type, .small-title {
    background: transparent;
    padding: 5px;
    color: #555555;
    margin: 0;
    box-shadow: none;
}

.block-left .activity-panel > div:first-of-type > b, .small-title > b {
    text-transform: capitalize;
}

.block-left .activity-panel .infinite-scroll-component {
    height: auto !important;
}

a.disabled, a.disabled:hover, a.disabled:active {
    color: #555555;
    cursor: default;
}

.block-left .card {
    border-radius: 5px;
    margin: 12px 0;
    padding: 10px;
}

.block-left ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
    list-style: none;
}

.block-left ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.contacts.block-right .cntc {
    display: block;
    margin: 5px auto 0;
    position: initial;
    max-width: 100px;
}

.contacts.block-right h2 {
    text-align: center;
    margin: 0 30px;
    line-height: 25px;
}

.block-right line b {
    height: 5px;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: 0;
}

.contacts.block-right .edit {
    position: absolute;
    margin: 5px;
    right: 0;
}

.contacts.block-right .card-new svg {
    float: left;
    color: #aaa;
    margin: 10px 0 0 0;
}

.contacts.block-right .card-new h3 {
    color: #aaa;
    display: inline-block;
    margin: 10px 5px 0 5px;
    font-size: 15px;
}

.contacts.block-right .card-new a {
    overflow: hidden;
    white-space: nowrap;
    max-width: calc(100% - 70px);
    display: inline-block;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

.contacts.block-right .card-new .submenu a {
    display: block;
}

.button-info.disabled {
    background: #aeaeae !important;
}

.white {
    color: #FFF;
}

.contacts.block-right .card-new div {
    margin: 10px 0;
    display: inherit;
}

.submenu-right {
    right: -210px;
    top: 53px;
    border-radius: 5px 0 0 5px !important;
    bottom: 60px;
    overflow-x: auto;
    float: right;
    position: fixed;
    border: 0;
    transition: all 0.3s;
    background: #f7f7f7 !important;
    margin: 0 0 10px 10px;
    width: 235px;
    padding: 5px 10px;
}

.submenu-right:hover {
    right: 0;
}

.import {
    text-align: center;
}

.import .page-block {
    text-align: left;
    background: #eee;
    padding: 0 10px 10px 10px;
    margin: 10px 0;
    border-radius: 5px;
}

.import .page-block span {
    background: #FFF;
    padding: 0 10px;
    display: inline-block;
    width: 80%;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 3px;
    border-radius: 5px;
}

.import .page-block div button {
    margin: 2px 0;
    vertical-align: top;
}

.import .page-block div {
    display: inline-block;
    width: 16%;
}

.import .page-block h2 b {
    min-width: 25px;
    display: inline-block;
    text-align: center;
    padding: 2px;
    font-size: 12px;
    margin: 0 4px;
    cursor: help;
    vertical-align: top;
    color: #FFF;
    border-radius: 10px;
}

.import .page-block small {
    margin: -7px 0 0 15px;
    color: #a6a6a6;
    display: block;
}

.import .page-block log {
    float: right;
    margin: 5px;
    font-weight: bold;
    font-size: 15px;
}

.import .page-block h2 small {
    font-size: 12px;
    margin: 0;
}

.import .page-block h2 label {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    position: absolute;
    left: 25%;
    margin: 3px;
}

.import .page-block h2 input {
    margin: 0 5px 0 0;
    vertical-align: bottom;
}

button.close {
    max-width: 35px;
    position: absolute;
    right: 10px;
}

.import .fileChat {
    display: block;
    margin: 50px auto;
}

.import .fileChat input[type="file"] {
    top: inherit;
    left: calc(50% - 30px);
    padding: 40px;
    margin: -15px;
}

.import .messageFiles {
    height: 100px;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: calc(50% - 130px);
    top: 100px;
    bottom: inherit;
}

.layout-block {
    background: #FFF;
}

.import-panel .file-dialog > div {
    max-width: 300px;
}

.import-panel .file-dialog button {
    float: inherit;
    padding: 3px 10px;
    font-size: 13px;
    color: #333333;
    transition: all 0.3s;
    font-weight: bold;
    margin: 0 0 5px 5px;
}

.import-panel .file-dialog button:hover {
    background: #eee;
}

.import-panel .file-dialog h2 {
    margin: 5px 0;
    font-weight: normal;
    word-break: break-word;
}

.import-panel .file-dialog line {
    border-top: 1px solid #CCC;
    margin: 0 0 5px 0;
}

.import-panel .choose span {
    margin: 0 0 0 5px;
    padding: 3px 5px;
    background: #eee;
}

.import-panel .choose b {
    margin: 0 0 0 5px;
}

.round {
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    margin: 0;
}

.space-overview.project-overview.block .calendar {
    margin: 8px 18px !important;
    height: 160px;
}

.space-overview.project-overview.list .calendar,
.space-overview.project-overview.list .calendar b,
.space-overview.project-overview.list a,
.space-overview.project-overview.list .calendar p,
.space-overview.project-overview.list .calendar > div,
.space-overview.project-overview.list.contact,
.space-overview.project-overview.list.contact b,
.space-overview.project-overview.list.contact a,
.space-overview.project-overview.list.contact p,
.space-overview.project-overview.list.contact > div
{
    margin: 2px !important;
    padding: 0 !important;
    height: 36px;
    vertical-align: sub;
}

.space-overview.project-overview.list .calendar b,
.space-overview.project-overview.list .calendar p,
.space-overview.project-overview.list .calendar > div,
.space-overview.project-overview.list.contact b,
.space-overview.project-overview.list.contact p,
.space-overview.project-overview.list.contact > div,
.space-overview.project-overview.list.contact h2,
.space-overview.project-overview.list.contact h4
{
    display: inline-block;
    background: none;
    text-align: left;
    color: #282b2b;
    font-size: 14px !important;
}

.space-overview.project-overview.list.contact b,
.space-overview.project-overview.list.contact p,
.space-overview.project-overview.list.contact > div,
.space-overview.project-overview.list.contact h2,
.space-overview.project-overview.list.contact h4
{
    min-width: 150px;
}

.space-overview.project-overview.list .calendar b,
.space-overview.project-overview.list .calendar p,
.space-overview.project-overview.list .calendar > div
{
    min-width: 65px;
}

.space-overview.project-overview.list .calendar > div {
    width: 220px;
}

.space-overview.project-overview.list {
    background: #e6eff4 !important;
    display: block;
    margin: 2px !important;
}

.space-overview.project-overview.contact small.info-block {
    padding: 9px;
    margin: -11px -12px;
    width: auto;
    height: 31px;
}

.space-overview.project-overview.block .inner.contact {
    height: 160px;
}

.space-overview.project-overview.list .calendar > div p {
    font-weight: bold;
    background: #fff;
    min-width: 22px;
    width: 22px;
    text-align: center;
    height: 22px;
    border-radius: 50%;
}

.space-overview .calendar > div {
    width: 115px;
    padding: 5px 17px 4px 0 !important;
    margin: 5px auto !important;
    border-radius: 5px;
}

.project-overview.space-overview.img .calendar > div {
    padding: inherit !important;
    margin: 0 auto !important;
}

.project-overview.space-overview .calendar > div {
    margin: 13px auto 7px !important;
    padding: 0 !important;
}

.project-overview.space-overview .calendar > p {
    text-align: center;
    font-weight: bold;
    display: grid;
    margin-top: 30px;
    min-height: 26px;
    vertical-align: middle;
}

.space-overview.project-overview.list.contact img.cntc {
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin: 0 6px 0 3px;
}

.project-overview.space-overview.contact .abs-box {
    margin: 0;
}

.space-overview.contact .abs-box {
    margin: -4px -6px;
    position: absolute;
    display: block;
    left: 8px;
    top: 5px;
    height: calc(100% - 12px);
    color: #FFF;
    text-align: center;
    z-index: 2;
    width: calc(100% - 12px);
    background: #31495ad1;
    box-shadow: none;
}

.space-overview.contact small.info-block {
    float: right;
    z-index: 3;
    padding: 10px;
    background: #FFF;
    margin: -9px -17px;
    width: 10px;
    border-radius: 50%;
    height: 10px;
}

.space-overview.img .calendar, .navbar-brand.logo-white:hover,
.swiper-pagination-progressbar.swiper-pagination-white, .chat-users li:hover,
.space-li .space-menu a:hover, .space-li .space-menu a:active, .space-li .space-menu a:focus {
    background: rgba(255, 255, 255, 0.25);
}

.space-overview .calendar, .space-overview.img .calendar {
    margin: 0 -6px -13px -10px !important;
    padding: 10px !important;
}

.space-overview .calendar span {
    font-size: 14px;
}

.space-overview .calendar > div b:nth-of-type(1) {
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.modern-field {
    margin: 5px;
}

.modern-field b {
    display: inline-block;
    min-width: 140px;
    line-height: 16px;
}

.modern-field button {
    background: transparent;
    border: none;
    text-align: justify;
    margin: 0 4px;
    font-family: "Lato", sans-serif;
    cursor: pointer;
}

.chat-left .chat-users li:hover button.setting {
    display: block;
}

.chat-left .chat-users li button.setting {
    display: none;
    position: absolute;
    color: #c5c5c5;
    top: 23px;
    font-size: 12px;
    right: 22px;
    width: 10px;
    transition: all 0.3s;
}

#app:not(.mobile) .chat-left .chat-users li button.setting {
    color: #000000;
    top: 5px;
    width: 18px;
    opacity: 0.3;
    height: 18px;
    background: #fff;
    padding: 0;
    left: 30px;
}

#app:not(.mobile) .chat-users:not(.members) li {
    padding: 5px 2px;
    height: 50px;
}

#app:not(.mobile) .chat-users li:hover i {
    border: none;
}

#app:not(.mobile) .chat-users li > a > div {
    min-width: 17px;
    height: inherit;
    width: auto;
    padding: 0 !important;
    border-radius: 5px;
    right: 5px;
    top: 25px;
}

#app:not(.mobile) .chat-users time {
    position: absolute;
    right: 3px;
    top: 9px;
    width: 60px;
    opacity: 0.4;
    text-align: right;
    font-family: sans-serif;
    font-size: 10px;
}

#app:not(.mobile) .chat-users img {
    margin-top: 0;
}

.modern-field input {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    width: 95%;
    margin: 0 5px;
    font-size: 14px;
    font-family: "Lato", sans-serif;
    padding: 4px;
}

.cow h3 {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.modern-field small {
    font-size: 100%;
    color: #c5c5c5;
    position: absolute;
    right: 10px;
    margin: -60px 0;
}

.btm-fix {
    position: fixed;
    bottom: 20px;
    width: 270px;
}

.btm-fix svg {
    color: #fff !important;
    margin: 3px !important;
}

.pre-btm-fix {
    margin-bottom: 50px !important;
}

.space-overview .calendar > div b:nth-of-type(2) {
    border-radius: 0 0 5px 5px;
    font-size: 12px;
}

.space-overview .calendar > div b {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 0 0 5px 5px;
    color: #FFF;
    margin: -5px;
    text-align: center;
    display: block;
}

.space-overview .calendar > div p {
    background: rgba(255, 255, 255, 0.7);
    margin: 5px -5px;
    font-size: 30px;
    text-align: center;
    color: #595959;
    display: block;
}

.navbar-brand.logo-white {
    z-index: 9999;
    transition: all 0.3s;
    margin: 0;
    height: 52px;
    padding: 8px;
    position: absolute;
    left: calc(50% - 121px);
}

.navbar-brand.logo-white > img {
    height: 36px;
}

.swiper-slide {
    max-width: 282px;
}

p.filter {
    background: #dbdbdb;
    margin: -6px -10px 5px;
    border-radius: 5px 5px 0 0;
    font-weight: bold;
    padding: 2px 5px;
}

p.filter div {
    float: right;
}

.filter .info-block {
    cursor: pointer;
    padding: 1px 10px;
    margin: -6px -10px;
}

h5 a, h5 a:hover {
    color: #000;
}

.project-overview button:first-of-type {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #a9a9a9;
    display: none;
}

.project-overview:hover button:first-of-type {
    display: block;
    z-index: 9999;
}

.project-overview:hover .inner span:after {
    background: linear-gradient(90deg, transparent 0%, #e4e4e4 60%);
}

.project-overview .inner span:after {
    background: transparent;
    content: '';
    height: 30px;
    display: block;
    z-index: 0;
    top: 10px;
    width: 60px;
    transition: all 0.3s;
    position: absolute;
    right: 10px;
}

.project-overview button:first-of-type {
    position: absolute;
    right: 14px;
    top: 14px;
    color: #a9a9a9;
    display: none;
}

.page-title {
    font-weight: bold;
    font-size: 1rem;
    padding: 10px 0 0 70px;
    margin: 12px 0;
}

.teams-box {
    margin: 10px 0 0;
    padding: 0;
    text-align: right;
}

.teams-box h5 {
    display: inline-block;
    margin: 8px 0 0 0 !important;
    cursor: pointer;
    padding: 6px 8px;
    color: #767575;
    border-radius: 25px;
    font-size: 15px;
    opacity: 0.6;
    transition: all 0.3s;
}

.teams-box h5:hover {
    background: #cfcfcf;
    opacity: 1;
}

.block.insp {
    flex: 0 0 20%;
    max-width: 20%;

}

.block.insp .inner {
    max-height: 150px;
}

.block.insp .inner span {
    font-size: 17px;
    line-height: 23px;
}

.filter .info-block .abs-box button {
    display: block;
    width: 100%;
    min-width: 100px;
}

.abs-box button svg {
    font-size: 26px;
    padding: 0;
    margin: -4px;
}

#app > .load > img, #app > div >.load > img {
    position: absolute;
    top: calc(50% - 23px);
    left: calc(50% - 84px);
}

.inner > .load-block {
    background-color: rgb(255, 255, 255);
    margin: 0 10px;
}

.inner > .load-block > div {
    background-color: #c2c2c2;
}

.inner > .load-block {
    background-color: rgb(255, 255, 255);
    margin: 0 10px;
}

#chat-list li a, #chat-list li span, #chat-list li svg {
    color: #6f7f88;
}

#chat-list li.disabled a, #chat-list li.disabled span, #chat-list li.disabled svg {
    color: #c7c7c7;
}

#chat-list p {
    background: #6f7f88;
    color: #FFF;
    margin: 0;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
}

.submenu-team {
    position: absolute;
    right: 140px;
    top: 25px;
    display: none;
    background: #ffffff;
}

.submenu-team-li:hover .submenu-team {
    display: block;
}

.rewards-setting {
    margin: 0;
    background: #f2f3f2;
    border-radius: 0 0 10px 10px;
    padding: 5px 15px;
}

.bn svg {
    margin-right: 5px;
}

.task-item-edit {
    font-size: 13px !important;
    line-height: 22px !important;
    width: auto !important;
    font-weight: normal;
    height: 23px !important;
}

button.save-button, button.cancel-button {
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #000;
    padding: 0 6px;
    height: 26px;
    background: #eee;
    margin: 0 0 0 4px;
    min-width: 26px;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s linear;
}

.task-user {
    font-size: 11px;
    line-height: 11px;
    width: 95px;
    height: 26px;
}

.task-user img {
    border-radius: 50%;
    float: left;
    margin: -2px 5px 0 0;
}

.max80 {
    max-width: 80px !important;
}

.min280 {
    min-width: 280px !important;
}

button.save-button svg {
    color: #269915;
}

.green {
    color: #269915 !important;
}

.red {
    color: #c54240 !important;
}

button.cancel-button svg {
    color: #c54240;
}

.tasks h3 > b {
    font-weight: normal;
}

.tasks h3 {
    min-width: 150px;
}

.tasks .order {
    transition: all 0.3s linear;
    padding: 5px;
    margin: 0 -15px;
}

.tasks .order:hover {
    background: #eee;
}

.tasks .order h3 {
    margin: 0;
}

.tasks .order h3 span {
    font-weight: 100;
    font-size: 14px;
    display: block;
}

.tasks.row {
    margin: 0;
}

.tasks.row .col-lg-6 {
    border: 1px solid #DDD;
    border-radius: 5px;
    flex: 0 0 48%;
    max-width: 48%;
    margin: 1%;
}

.tasks.row button {
    font-size: 16px;
    transition: all 0.3s linear;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
    margin: 10px 5px;
}

.tasks .order line {
    font-weight: bold;
    font-size: 14px;
    float: right;
    display: block;
}

.tasks .order line > b {
    background: #DDD;
    margin: 10px;
    padding: 5px;
    border-radius: 50%;
}

.abs-box button {
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #000;
    padding: 0 6px;
    height: 26px;
    background: #eee;
    min-width: 26px;
    overflow: hidden;
    margin: 3px 2px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s linear;
}

.user-button {
    font-size: 11px !important;
    margin: -3px -8px !important;
    width: 100%;
    line-height: 11px;
}

.user-button img {
    float: left !important;
    margin: -2px 2px 0 -7px !important;
    background: #dce6ed  !important;
}

.abs-box button:hover {
    background: #FFF;
}

.settings-box {
    background: #ffffff;
    margin: -3px 0 5px 0;
    min-width: 200px;
    padding: 5px 5px 0 5px;
}

.settings-box a {
    border-top: 1px solid #b1b1b1;
    display: block;
    text-decoration: none;
    padding: 7px;
}

.settings-box a b {
    background: #ababab;
    border-radius: 7px;
    float: right;
    color: #FFF;
    font-size: 12px;
    padding: 1px 6px;
}

#app > span .navbar .submenu-box > .settings-box.widget-overview button {
    display: block;
    text-align: left;
    font-size: 17px;
    width: 100%;
}

#app > span .navbar .submenu-box > .settings-box.widget-overview button.app-pay {
    text-decoration: none;
    text-align: center;
    padding: 7px;
    margin: 0;
}

#app > span .navbar .submenu-box > .settings-box.widget-overview button b {
    float: right;
}

#app > span .settings-box a b {
    background: #e6e6e6;
}

#app > span h5.left svg, #app > span .page-title {
    color: #4b4b4b;
}

#app > span .button-block {
    text-align: right;
    width: 10%;
    white-space: nowrap;
}

#app > span .button-block button, #app > span .button-block button svg {
    margin-right: 5px;
    max-width: 25px;
    min-width: 35px;
}

.subscription-box {
    background: #ababab;
    border-radius: 5px;
    color: #FFF;
    padding: 1px 6px;
}

.settings-box a:first-of-type {
    border-top: none;
}

.settings-box p {
    margin: 0;
    padding: 0 7px;
    font-weight: normal;
}

.settings-box p:last-of-type {
    color: #FFF;
    margin: 5px -5px 0 -5px;
}

.step-3 {
    background: url('/assets/img/puregen3.png') right bottom no-repeat;
    background-size: 400px;
}

.step-2 {
    background: url('/assets/img/puregen1.png') right bottom no-repeat;
    background-size: 400px;
}

.step-1 {
    background: url('/assets/img/puregen2.png') right bottom no-repeat;
    background-size: 400px;
}

.time {
    font-size: 14px;
    padding: 0 8px;
    color: #789dbc;
}

.s0 {
    background: #f2f2f2;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #000;
    padding: 1px 8px;
    height: 26px;
    min-width: 26px;
    overflow: hidden;
    margin: 0 0 0 10px;
    text-align: center;
    display: inline-block;
    transition: all 0.5s;
}

.s0:hover {
    background: #FFF;
}

.s1 {
    background: rgb(0, 57, 105);
    border-radius: 50%;
    color: #FFF;
    padding: 2px;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
}

.s2 svg {
    padding-top: 2px;
}

.s2 {
    border-radius: 50%;
    color: #FFF;
    float: right;
    font-weight: bold;
    width: 26px;
    height: 26px;
    margin: 0 2px;
    text-align: center;
    display: inline-block;
}

.s3 {
    background: rgb(237, 237, 237);
    float: right;
    margin: -32px -20px;
    border-radius: 5px;
    color: #8e8e8e;
    padding: 7px 9px 2px 6px;
}

.s4 {
    min-width: 100px;
    vertical-align: top;
    color: #757474;
    display: inline-block;
}

.s5 {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    color: #737e7e;
}

.s6 {
    background: #799dbd;
    margin: -6px -10px 3px -10px;
    padding: 2px 10px;
    border-radius: 5px 5px 0 0;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
}

.s7 {
    font-size: 0.7rem;
    max-width: 270px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s8 {
    position: absolute;
    color: #789dbc;
    background: #FFF;
    font-size: 11px;
    border-radius: 5px 5px 0 0;
    top: -18px;
    padding: 1px 7px;
    right: 5px;
}

.s9 {
    background: rgb(199, 216, 230);
    border-radius: 50%;
    color: #789dbc;
    padding: 0;
    width: 20px;
    font-weight: bold;
    font-size: 13px;
    height: 20px;
    margin: 0 3px;
    vertical-align: text-top;
    text-align: center;
    display: inline-block;
}

.s10 {
    color: #789dbc;
    bottom: -18px;
    position: absolute;
    background: #FFF;
    font-size: 11px;
    border-radius: 0 0 5px 5px;
    padding: 1px 7px;
    right: 5px;
    box-shadow: -3px 4px 20px 0 #e8e1e1;
}

.info-block.s7 {
    font-size: 0.9rem;
    max-width: 180px;
    display: inline-block;
}

.x115.s7 {
    font-size: 0.9rem;
    max-width: 115px;
    display: inline-block;
}

.abs-box img {
    max-width: 100px;
    float: right;
    margin: -3px -10px -6px 2px;
    border-radius: 0 0 5px 0;
}

.card-header {
    padding: 16px; font-weight: 500; box-sizing: border-box; position: relative; white-space: nowrap;
}

.card-img {
    color: rgb(255, 255, 255);
    background-color: rgb(188, 188, 188);
    float: left;
    user-select: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-right: 16px;
}

.card-header div {
    text-decoration: none;
}

.ctmrs a:hover {
    text-decoration: none;
}

.left-menu {
    float: left;
    top: 60px;
    position: fixed;
}

.left {
    float: left;
    margin: 0 !important;
}

.top-right span {
    margin: 7px;
}

/*.block {*/
    /*padding: 5px 10px 0 10px;*/
    /*border: 1px solid #DDD;*/
    /*border-radius: 10px;*/
    /*margin: 5px 0;*/
    /*box-shadow: rgba(0, 0, 0, 0.15) 0 5px 15px 0;*/
/*}*/

.block h2 {
    margin: 0;
    font-size: 18px;
    min-width: 30%;
    display: inline-block;
}

.points {
    float: right;
    font-size: 1em;
    margin: 3px;
    font-weight: bold;
}

.fileInput {
    width: 27px;
    height: 27px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

.react-color-picker {
    width: 350px;
}

@media (max-width: 768px) {
    .stepper-mobile div {
        display: block !important;
    }
    #sidebar-main {
        position: fixed !important;
    }
}

.site-mobile {
    margin: -1px -20px -1px 0;
    display: block;
}

.date {
    margin: 0 0 5px 8px;
    display: inline-block;
}

.example {
    background: #FFFFFF;
    border-top: 10px solid #36a0b1;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    height: 400px;
    z-index: 100;
    width: 270px;
    background-position: center;
    background-size: cover;
    margin: 15px auto;
    border-radius: 5px;
}

.example header {
    background: #DDD;
    text-align: center;
    padding: 5px 0;
}

.example header h5 {
    margin: 5px;
    font-size: 0.83em;
    font-weight: bold;
}

.example h1 {
    display: block;
    font-size: 2em;
    font-weight: bold;
}

.example .main {
    margin: 10px;
}

.example button {
    background: #36a0b1;
    color: #ffffff;
    border: none;
    display: block;
    font-family: glacial_indifferencebold, sans-serif;
    cursor: pointer;
    transition: box-shadow 1s;
    padding: 10px;
    font-weight: bold;
    border-radius: 7px;
    margin: 40px auto 0 auto;
    font-size: 24px;
}
.navbar > .navbar-brand {
    float: none;
    position: absolute;
    left: calc(50% - 121px);
}
.card-block {
    flex: 1 1 auto;
    padding: 0;
}
.card-title {
    margin: 0.75rem;
}

.table td {
    padding: 0.5rem;
}

.navbar {
    min-height: 53px;
}

.chat-users {
    padding: 0;
    max-height: calc(100% - 75px);
    overflow-y: auto;
    right: 0;
    left: 0;
    position: absolute;
}

.chat-users.edit {
    max-height: calc(100% - 134px);
}

.chat-users li {
    text-align: left;
    list-style: none;
    cursor: pointer;
    padding: 5px 10px;
}

.activity {
    cursor: pointer;
}

.chat-users i {
    position: absolute;
    width: 10px;
    border-radius: 50%;
    height: 10px;
    transition: all 0.3s;
    left: 32px;
    background: #009688;
    bottom: 5px;
}

.chat-users li:hover i {
    border: 2px solid rgba(0, 0, 0, 0.07);
}

.chat-users img, .conversation-img {
    height: 40px;
    width: 40px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 50%;
    margin-right: 10px;
}

.chat-users a {
    display: inline-block;
    vertical-align: top;
}

.chat-users img {
    vertical-align: top;
}

.chat-users b {
    display: inline-block;
}

.chat-users b span {
    display: table-cell;
    overflow: hidden;
    white-space: nowrap;
    max-width: 120px;
    text-overflow: ellipsis;
    font-weight: 100;
    font-size: 12px;
}

.teams-box .filter-create:last-of-type {
    float: right;
    margin: 4px;
    padding: 9px;
}

.block-info {
    background: #f0f0f0;
    color: #6b6b6b;
    margin: 0 -10px -6px;
    padding: 5px 10px;
}

.block-info > span {
    padding: 5px;
}

.block-info > span img {
    width: auto;
    height: 25px;
    border-radius: 50%;
    margin: -13px 0 -10px 0;
}

.main-space-menu svg {
    font-size: 22px;
    margin: 5px 8px 0 0;
    float: left;
}

.main-space-menu div {
    margin: 7px 0;
}

.main-space-menu span {
    color: #333;
}

.main-space-menu h2 {
    margin: 3px;
    line-height: 0;
}

.chat-users li > a > div, .sidebar .navigation > li a span b {
    color: #fff;
    position: absolute;
    width: 23px;
    padding: 2px !important;
    height: 23px;
    font-size: 12px;
    font-family: "Lato", sans-serif;
    font-weight: 900;
    text-align: center;
    border-radius: 50%;
    right: 10px;
    top: 5px;
}

.sidebar .navigation > li a span b {
    padding: 0;
}

.chat-box {
    padding: 10px;
}

.chat-form {
    position: absolute;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
}

.chat-form .control-box {
    float: right;
}

.chat-form .control-box span, .chat-form .control-box button {
    display: inline-block;
}

.chat-form .control-box .button-info {
    display: inline-block;
    margin: 0 0 10px 10px;
}

.chat-form .MuiOutlinedInput-multiline-35 {
    padding: 2px 3px 4px 8px;
    font-size: 12px;
    min-height: 50px;
}

.chat-form .MuiPrivateTextarea-root-44 {
    font-size: 12px;
}
.center {
    text-align: center;
}
.chat-box > line {
    margin: -10px -10px 5px -10px;
    padding: 7px;
    border-radius: 5px 5px 0 0;
    display: block;
    color: #FFF;
}
.chat-box > line > h3 {
    white-space: nowrap;
    margin: 4px;
    overflow: hidden;
}
.chat-box > line > h5 {
    display: none;
    float: left;
    padding: 5px;
    font-size: 16px;
    margin: -4px 5px 0 0;
}
.chat-search-conversation {
    max-width: 145px;
    margin: 0 !important;
    padding: 3px !important;
    color: #000;
    font-weight: 100 !important;
    font-size: 13px !important;
}

.msg-files .file.img a {
    background: rgba(0, 0, 0, 0.5);
}

.chat-left h3 {
    margin: 0;
    padding: 6px;
    border-bottom: 1px solid #e3e3e3;
}

.chat-left button {
    color: #000;
}

.navbar {
    background-color: rgb(255, 255, 255);
    box-shadow: 2px 3px 12px 0 rgba(0, 0, 0, 0.25);
}

.chat-left button, .chat-message > span button {
    margin: 0;
    padding: 3px 5px;
    float: right;
    cursor: pointer;
    background: none;
    transition: all 0.3s;
    opacity: 0.6;
    border: none;
}

.chat-left button:hover, .chat-message > span button:hover {
    opacity: 1;
}

.chat-messages {
    overflow-y: auto;
    display: block;
    position: absolute;
    bottom: 110px;
    top: 40px;
    right: 0;
    left: 0;
}

html, body { height: 100%; }

.page-container > div, .chat-start, .chat-start .row, .chat-start .col-lg-3, .chat-start .col-lg-9, .chat-box {
    height: 100%;
}

.chat-start.moz, .chat-start.moz .row, .chat-start.moz .col-lg-3, .chat-start.moz .col-lg-9, .moz .chat-box {
    min-height: 100%;
    height: auto;
}

.start-conv {
    min-height: 200px;
}

.bottom-space, .chat-start .widget-overview {
    height: calc(100% - 24px);
}

.project-menu {
    margin-left: 0 !important;
}

.chat-message > span {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    text-align: center;
}

.chat-message > span > img {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
}

.chat-message > div > b {
    display: block;
    margin-top: -3px;
}

.chat-message > div {
    display: inline-block;
    font-size: 15px;
    width: calc(100% - 155px);
}

.msg-files .file {
    background-color: #FFF !important;
    margin: 3px;
    font-size: 12px;
    border: 4px solid #FFF;
    border-radius: 10px;
    display: inline-block;
}

.msg-files .file a {
    padding: 10px;
    transition: all 0.3s;
    display: block;
    cursor: pointer;
    text-align: center;
    width: 110px;
    border-radius: 10px;
}

.widget-overview > .details {
    background: #efefef;
}

.content-wrapper .row .col-lg-3.col-xs-6 .widget-overview:hover {
    transform: translate(0px, -5px);
    box-shadow: 5px 7px 14px 0 #c8c8c8;
}

.feedbucks .widget-overview > .icon {
    position: relative;
    float: right;
    top: -100px;
    margin: 0 -10px -150px;
}

.card-new.feedbucks {
    width: 100%;
}

.feedbucks .info-box .s4:last-of-type {
    float: right;
    text-transform: capitalize;
}

.feedbucks .info-box .action {
    padding: 10px 0 15px;
    margin: 0 -10px;
}

.feedbucks .info-box .s7 {
    margin: 0 15px;
    padding: 0 0 4px 0;
    text-transform: capitalize;
}

.feedbucks .table-hover tbody tr:hover, .feedbucks:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.feedbucks .info-box .s7 svg {
    margin-right: 5px;
}

.feedbucks .table-stripped tr:hover .info-box {
    color: #000;
}

.table-stripped tr:hover svg.rating {
    transform: scale(1.2);
}

svg.rating tspan {
    font-size: 90px;
    text-align: center;
    width: 150px;
    font-family: sans-serif;
    font-weight: bold;
}

svg.rating {
    width: 45px;
    transition: all 0.3s;
    fill: #003969;
}

svg.rating.mark10 path {
    fill: #269915;
}

svg.rating.mark9 path {
    fill: #3ab303;
}

svg.rating.mark8 path {
    fill: #6fb304;
}

svg.rating.mark7 path {
    fill: #8db31f;
}

svg.rating.mark6 path {
    fill: #a6b30e;
}

svg.rating.mark5 path {
    fill: #d7d400;
}

svg.rating.mark4 path {
    fill: #d7b205;
}

svg.rating.mark3 path {
    fill: #d78b08;
}

svg.rating.mark2 path {
    fill: #d76a07;
}

svg.rating.mark1 path {
    fill: #e8000b;
}

.msg-files .file.img a, .msg-files .file.img b {
    color: #FFF;
    cursor: pointer;
    text-shadow: 3px -1px 7px rgba(0, 0, 0, 0.5);
}

.msg-files .file svg {
    font-size: 25px;
    margin: 2px auto 10px;
    display: block;
}

.feedbucks .navbar-brand.logo-white > svg {
    height: 50px;
    width: 190px;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
}

.feedbucks .navbar-brand.logo-white {
    position: inherit;
}

.pagination {
    z-index: 99999;
}

.msg-files .file h5 {
    font-size: 12px;
    height: 28px;
    overflow: hidden;
    font-weight: bold;
    margin: 0;
}

.module-box-item > div {
    float: right;
}

.module-box-item input {
    max-width: 50px;
    text-align: center;
}

.module-box-item > b {
    float: left;
    display: block;
}

.module-box-item {
    height: 32px;
    border-bottom: 1px solid #e7e7e7;
}

.module-box-save {
    background: #003969;
    margin: 10px 10px 0 !important;
}

.msg-files .file b {
    text-align: center;
    display: block;
    margin-bottom: -8px;
}

.chat-message {
    min-height: 48px;
    padding: 3px;
}

.chat-message:hover {
    background: rgba(0, 0, 0, 0.03);
}

.chat-message > span button.favorite {
    opacity: 1;
}

.new-conversation-box {
    padding: 0 0 5px 10px;
}

.new-conversation-box h5 {
    font-size: 14px;
    padding: 6px 2px 0;
    font-weight: bold;
}

.chat-left h3 > div {
    width: calc(100% - 95px);
}

.chat-message > span.act {
    width: 30px;
    float: right;
    transition: all 0.3s;
    opacity: 0;
}

.messageFiles .file img {
    max-height: 35px;
}

.chat-message:hover > span.act {
    opacity: 1;
}

#chat-list {
    list-style: none;
    padding: 0;
    margin: -4px -6px;
}

.members li span > div {
    font-size: 12px;
    padding: 5px 10px;
}

#chat-list li {
    margin: 1px;
    padding: 2px 10px;
    word-break: keep-all;
    cursor: pointer;
    font-weight: 600;
    white-space: nowrap;
}

#chat-list li > i {
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    width: 10px;
    margin: 0;
}

.submenu-box > .settings-box.widget-overview {
    min-width: auto;
    padding: 0 5px 10px;
}

#app > span .inventory .params .subprod svg {
    margin: -8px 0 0 40px;
    color: #FF9800;
    position: absolute;
}

.submenu-box {
    min-width: auto;
}

.navbar .navbar-nav .nav-item:active, .navbar .navbar-nav .nav-item:focus,
#chat-list li:hover, .navbar .glob-message:hover {
    background: rgba(0, 0, 0, 0.15);
}

#chat-list li a {
    display: inline;
}

#chat-list li a.right {
    padding: 0 5px 10px 5px;
    position: absolute;
    margin: 0 5px;
    display: none;
    right: -27px;
}

#chat-list li:hover a.right {
    display: inline;
}

#chat-list li:last-of-type {
    border-radius: 0 0 10px 10px;
}

#chat-list.settings-box li:first-of-type {
    border-radius: 10px 10px 0 0;
}

#chat-list li span {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
}

#chat-list li span img {
    width: 30px;
    height: 30px;
}

#chat-list li div {
    display: inline-block;
}

.new-conversation-img {
    float: right;
    margin: 10px;
    text-transform: uppercase;
    font-weight: bold;
}

.chat-left button .btn-add {
    background: url('/assets/img/add.png');
    background-size: cover;
    width: 18px;
    margin: 0 1px;
    height: 18px;
}

.chat-left button .btn-clse {
    background: url('/assets/img/clse.png');
    background-size: cover;
    width: 20px;
    height: 20px;
}

.project-menu a {
    padding: 0 !important;
    display: inline-block !important;
    color: #88a1b4 !important;
    float: right !important;
}

.new-conversation-bottom {
    position: absolute;
    bottom: 0;
    color: #FFF;
    left: 0;
    right: 0;
    text-align: center;
}

.new-conversation-bottom button {
    width: 100%;
    padding: 5px;
    border-radius: 0 0 10px 10px;
}

.conversation-menu {
    float: right;
    margin: -7px -3px;
    display: inline-block;
}

.conversation-menu button {
    color: #FFF;
    font-size: 20px;
    transition: all 0.3s;
    cursor: pointer;
    border: none;
}

.fileChat input[type="file"] {
    width: 1px;
    height: 1px;
    padding: 24px;
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: -10px;
    z-index: 4;
    left: 53px;
}

.messageFiles {
    width: 260px;
    position: absolute;
    border: 1px solid #c5c5c5;
    bottom: 60px;
    padding: 5px;
    height: 391px;
    background: #FFF;
    border-radius: 5px;
    z-index: 7;
    right: -11px;
}

.sidebar .navigation > li a.active {
    font-weight: bold;
}

.messageFiles > span {
    display: inline-block;
    float: right;
    font-size: 18px;
}

.messageFiles > span button {
    margin: 4px 0;
    background: #f4f3f3;
}

.fileChat:hover .messageFiles > span button {
    background: #f4f3f3;
}

.fileChat {
    display: inline-block;
    height: 42px;
    cursor: pointer;
}

.messageFiles .file {
    background: #f4f3f3;
    margin: 5px 5px 0 0;
    min-height: 41px;
    border-radius: 5px;
}

.messageFiles .file > a > em {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    text-align: center;
    display: block;
    color: #E91E63;
    padding: 8px 0 0 0;
}

.messageFiles .file:hover {
    background: rgba(0, 0, 0, 0.03);
}

.messageFiles .file a svg {
    float: left;
    width: 35px;
    margin: 5px;
    display: inline-block;
    height: 35px;
    font-size: 30px;
}

.msg-files > div {
    display: inline-block;
}

.messageFiles .file h5 {
    font-size: 16px;
    max-width: 165px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.messageFiles .space {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 340px;
}

.messageFiles .file .del {
    float: right;
}

.messageFiles .file .del button {
    margin: 11px 5px;
}

.messageFiles .emoji-mart-bar {
    font-size: 25px;
}

.chat-form fieldset {
    font-size: 12px;
}

.chat-form > div > div {
    padding: 8px 1px 8px 8px;
    min-height: 50px;
}

.chat-form > small {
    position: absolute;
    right: 20px;
    top: 25px;
}

.chat-form textarea {
    font-size: 12px;
}

.chat-users li.dropdown > a {
    width: 100%;
}

.new-conversation-bottom span a s {
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 5px;
    transition: all 0.3s;
    margin: -2px -10px;
    display: block;
}

.new-conversation-bottom span a:hover s, .btn-block .button-info.del, .btn-block .button-info.del:hover {
    color: #ffdbe7;
    background: #E91E63 !important;
}

.conversation-info {
    position: absolute;
    top: 38px;
    left: 0;
    padding: 0 5px;
    right: 0;
    opacity: 0.8;
    z-index: 999;
    transition: all 0.3s;
}

.conversation-info:hover {
    opacity: 1;
}

.conversation-info .recent-members {
    max-height: 200px;
    overflow-y: auto;
}

.conversation-info .recent-members > li {
    width: 10%;
    transition: all 0.3s;
    cursor: pointer;
}

.conversation-info .recent-members > li:hover {
    background: #0001;
}

.conversation-info .recent-members > li > img {
    width: 45px;
}

.conversation-info .recent-members > li:hover i {
    border: none;
}

.conversation-info .recent-members > li > i {
    position: absolute;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    margin-left: 10px;
    transition: all 0.3s;
    background: #009688;
    border: 2px solid #e1ebf0;
    bottom: 25px;
}

.navbar .user-img {
    width: auto;
    height: 35px;
    border-radius: 50%;
    margin: -13px 0 -10px 0;
}

.conversation-info h3 input {
    color: #808080 !important;
}

.conversation-info h3 {
    margin: 5px auto 0;
    border-radius: 5px;
    background: #fff;
    padding: 0 5px;
}

.conversation-info h3 button {
    width: 45px;
    background: #fff;
    transition: all 0.3s;
    border: none;
    height: 28px;
    opacity: 0.6;
    cursor: pointer;
    text-align: right;
}

.conversation-info h3 button:hover {
    opacity: 1;
}

.conversation-info h3 > div, .conversation-info .chat-search-conversation {
    width: calc(100% - 50px);
    max-width: 100%;
    display: inline-block;
}

.new-conversation-bottom button:hover {
    color: #FFF;
}

.sidebar {
    font-size: 14px;
}

.project-overview .inner.todo {
    background: linear-gradient(0deg, #fff4f4 10%, rgb(255, 255, 255) 40%);
}

.project-overview .inner.done {
    background: linear-gradient(0deg, #effff2 10%, rgb(255, 255, 255) 40%);
}

b.hours {
    font-size: 15px;
}

b.minutes {
    font-size: 17px;
}

/* Home Page */

.glob-search {
    padding: 5px 15px !important;
    border: 1px solid #83b0d1 !important;
    border-radius: 25px;
    transition: all 0.3s;
    margin: 8px !important;
    font-size: 13px !important;
    color: #FFF !important;
}

.glob-message {
    transition: all 0.3s;
    margin: 0;
    max-height: 55px;
}

.widget-overview > .weather-icon {
    border-radius: 50%;
    height: 75px;
    text-align: center;
    width: 75px;
}

.block-left .activity-panel .bg-full {
    display: none;
}

.glob-search:hover, .button-info:hover {
    background: rgba(0, 0, 0, 0.2);
}

.chat-users li:hover {
    background: rgba(0, 0, 0, 0.1);
}

.members {
    position: inherit !important;
}

.glob-edit {
    background: #eee;
}

small .glob-edit {
    font-size: 12px !important;
    text-align: right;
    margin: 5px 10px !important;
}

a.glob-message div.cnt {
    padding: 2px;
    top: 3px !important;
}

.members li > div {
    color: #333;
    float: none;
    width: auto;
    padding: 0 6px !important;
    margin: 0 7px;
    vertical-align: initial;
    border-radius: 5px;
    font-size: 12px;
}

span.emoji-mart-anchor-bar {
    background: transparent !important;
}

.members li > b {
    min-width: 80px;
    text-transform: capitalize;
}

.button-info.small svg {
    margin-left: 0;
}

.button-info.small {
    margin: 0;
    padding: 0;
    font-size: 1.1em;
    width: 30px;
    min-width: auto;
    vertical-align: middle;
    display: inline-block;
    transition: all 0.3s;
}

.space-module {
    text-align: center;
    margin: 0;
}

.space-module > div div {
    text-align: center;
    margin: 10px auto 2px;
}

.space-module > div {
    cursor: pointer;
}

.sidebar .navigation > li a {
    padding: 10px;
    white-space: nowrap;
    min-height: 35px;
}

.emoji-mart-category-label {
    width: 100%;
}

.emoji-mart-category .emoji-mart-emoji span {
    cursor: pointer;
}

.emoji-mart-preview, .emoji-mart-sr-only {
    display: none;
}

.sidebar .navigation > li > a > span {
    margin-left: 15px;
}

.input-fields {
    display: inline-flex;
    width: calc(100% - 100px);
}

.input-field textarea {
    min-height: 60px !important;
    resize: vertical;
}
.input-field {
    padding: 5px !important;
    font-size: 12px !important;
    background: rgb(0, 0, 0);
    color: #69f173 !important;
    font-weight: bold;
    line-height: 16px !important;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.chat-message.me > p {
    right: 4px;
    left: auto;
}

.chat-message.me > span {
    float: right;
}

.chat-message.me > div > b {
    text-align: right;
}

.chat-message.me {
    max-width: inherit;
    text-align: right;
}

.chat-message.me > div > span {
    text-align: left;
    padding: 2px 8px;
    display: inline-block;
}

.chat-message > div > span {
    word-break: break-word;
    background: #f3f3f3;
    text-align: left;
    transition: all 0.3s;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 2px 8px;
    display: inline-block;
}

.chat-message:hover > div > span {
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.15);
}

.chat-message.me > span.act {
    float: left;
}

.rt {
    transition: all 0.3s;
}

.rt.d45 {
    transform: rotate(45deg);
}

.rt.d180 {
    transform: rotate(180deg);
}

.mx50 {
    max-width: 50px;
}

.glob-multi {
    padding: 0 12px !important;
}

.glob-multi > div {
    padding: 0 0 10px 0 !important;
    font-size: 13px;
}

.panels {
    overflow: hidden;
    display: flex;
    font-size: 20px;
}

.panel {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(#123352, #1d5372, #3885a2);
    border-right: 1px solid rgba(205, 213, 193, 0.3);
    cursor: pointer;
    transition: font-size 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), flex 0.7s cubic-bezier(0.61, -0.19, 0.7, -0.11), background 0.3s;
}
.panel.open {
    flex: 4;
}

.panel > * {
    flex: 1 0 auto;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: transform 0.5s;
}

.panel > *:first-child {
    justify-content: flex-end;
}

.panel > *:last-child {
    justify-content: flex-start;
}

.panels div, .panels span {
    font-size: 14px;
}

.dawn {
    background: linear-gradient(#123352, #1d5372, #3885a2);
}

.morning {
    background: linear-gradient(#8dcdba, #eee07a, #f0eebc);
    color: #363c80 !important;
}

.afternoon-1 {
    background: linear-gradient(#f0eebc, #e6756f, #ee8049);
    color: #fff !important;
}

.afternoon-2 {
    background: linear-gradient(#ee8049, #facf62, #e6756f);
    color: #fff !important;
}

.evening-1 {
    background: linear-gradient(#facf62, #e6756f, #884186);
    color: #fff !important;
}

.evening-2 {
    background: linear-gradient(#291c6b, #4a257d, #884186);
    color: #9eaf81 !important;
}

.night-1 {
    background: linear-gradient(#884186, #111642, #011548);
    color: #fff !important;
}

.night-2 {
    background: linear-gradient(#111642, #1d5372, #123352);
    color: #fff !important;
}

.glob-multi > div fieldset {
    border: none;
}

.sidebar .navigation > li a a {
    padding: 0 10px;
    display: inline-block;
    position: absolute;
    left: -30px;
    opacity: 0;
    transition: all 0.3s;
    font-size: 13px;
    min-height: auto;
}

#app > span .sidebar-content {
    max-width: 200px !important;
}

#app > span .navbar > .navbar-brand {
    height: 53px;
}

#app > span .navbar .user-img {
    height: 30px;
    background: #FFF;
    margin: -13px 6px -10px 0;
}

#app > span {
    display: block;
}

#app > span .col-lg-12.card.card-block button[type=button] {
    background-color: #2f84b8;
    color: #FFF;
    transition: all 0.3s;
    font-weight: bold;
}

#app > span .col-lg-12.card.card-block button[type=button].launch {
    margin: 0 10px 0 0;
    background-color: #FFF;
    border: 2px solid #2f84b8;
    color: #2f84b8;
    padding: 4px 8px;
}

#app > span .btn-color {
    background: #2f84b8 !important;
    transition: all 0.3s;
    font-weight: bold;
    color: #FFF !important;
}

#app > span .form-group {
    text-align: center;
    white-space: nowrap;
}

#app > span .table-stripped p {
    margin: 0;
}

#app > span button.button-add {
    color: #3a66fb;
    margin-bottom: 5px;
}

#app > span button.button-add svg {
    margin-right: 5px;
}

#app > span .btn-color:hover {
    background: #38b1fa !important;
}

#app > span .blue {
    color: #2f84b8;
}

#app > span .inventory .img, #app > span .inventory b, #app > span .inventory button {
    cursor: pointer;
}
#app > span .inventory .img, #app > span .subprod .img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin: 4px 0;
    box-shadow: -1px 2px 20px 0 #00000030;
    border-radius: 10px;
    background-repeat: no-repeat;
}

#app > span .subprod b {
    line-height: 11px;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    max-width: 140px;
    font-size: 11px;
    text-overflow: ellipsis;
    height: 33px;
}

#app > span .block-right .settings-box {
    background: #f4f2f3;
    padding: 1px 10px;
    border-radius: 5px;
}

.contacts.block-right .card-new div.right {
    border-radius: 5px;
    margin: 5px -5px;
    padding: 5px;
    background: #FFF;
}

#app > span .block-right .settings-box h3 {
    color: #003969;
    display: block;
}

#app > span .block-right .settings-box p {
    font-weight: normal;
}

#app > span .block-right .settings-box button.active {
    font-weight: bold;
}

#app > span .block-right .not-select.inventory button.green:after {
    content: 'Enable';
}

#app > span .block-right .not-select.inventory button.disable:after {
    content: 'Disable';
}

#app > span .block-right .not-select.inventory button svg {
    float: none;
}

#app > span .block-right .settings-box > div > span {
    background: #FFF;
    margin: 3px;
    display: inline-block;
    padding: 0 3px;
}

#app > span .block-right .settings-box .lb {
    font-size: 11px;
    position: relative;
    left: 2px;
    top: 5px;
    margin: 0 -10px;
}

#app > span .block-right .settings-box button.right {
    font-weight: bold;
    font-size: 20px;
    padding: 0 10px;
    margin: 0 -10px;
}

#app > span .block-right .settings-box .quantity .right {
    margin: 0 !important;
    display: inline-flex;
}

#app > span .block-right .settings-box label {
    margin: -20px -10px -5px;
    display: flex;
    vertical-align: middle;
}

#app > span .subprod .check {
    display: inline-block;
    width: auto;
    float: left;
    margin: -10px 5px 0 -3px;
    padding: 0;
}

#app > span .subprod label {
    margin: 0;
    padding: 0;
}

#app > span .subprod {
    margin: 5px 0;
}

#app > span .subprod button.right {
    float: right;
    margin: 5px 0 0 0;
}

#app > span .bottom-box-fix {
    position: fixed;
    bottom: 0;
    background: #FFF;
    right: 0;
    font-size: 16px;
    box-shadow: 18px -14px 20px 0 rgba(219, 219, 219, 0.55);
    left: 0;
    padding: 10px calc((100% - 800px) / 2) 10px calc((100% - 950px) / 2);
}

#app > span .bottom-box-fix b {
    background: #003969;
    padding: 3px 10px;
    margin: 3px;
    color: #FFF;
    border-radius: 5px;
}

#app > span .bottom-box-fix button {
    float: right;
    background: #003969;
    font-weight: bold;
    margin-left: 5px;
    color: #FFF;
}

#app > span .subprod button.right svg {
    float: none;
    margin: 0;
}

#app > span .block-right .subprod:first-of-type:before {
    content: 'Main';
    position: absolute;
    right: 12px;
    margin-top: -12px;
    font-size: 12px;
}

#app > span .subprod button.blue svg {
    color: #2f84b8;
}

#app > span .subprod .img {
    width: 40px;
    float: left;
    margin: 0 5px 0 0;
    height: 40px;
}

#app > span .inventory button.product {
    text-align: left;
}

#app > span .inventory .infinite-scroll-component > div, #app > span .inventory .tbl > div {
    border-bottom: 1px solid #ddd;
}

#app > span .inventory svg {
    color: #003969;
}

#app > span .inventory .params svg {
    margin: -2px -25px -3px 10px;
}

#app > span .inventory .params label > span {
    padding: 0 8px;
    margin: -4px;
}

#app > span .inventory .infinite-scroll-component > div:hover, #app > span .inventory .tbl div:hover {
    background: #f1f1f1;
}

#app > span .inventory .infinite-scroll-component > div span, #app > span .inventory .tbl span {
    display: inline-block;
    min-height: 35px;
}

#app > span .inventory .tbl .subprod {
    display: inline-block;
    text-align: center;
    border-bottom: none;
    min-width: 20%;
}

#app > span .inventory .tbl .subprod .img {
    float: inherit;
}

#app > span .inventory .tbl .subprod b {
    margin: 0 auto;
}

#app > span .inventory .tbl span .form-control {
    background: transparent;
}

#app > span .inventory .green > svg {
    color: #00af00;
}

#app > span .inventory .red > svg {
    color: #c54240;
}

#app > span .inventory .tbl span .form-control input {
    max-width: 50px;
    text-align: center;
}

#app > span .block-right .settings-box .form-control input {
    max-width: 50px;
    font-size: 12px;
    text-align: center;
    padding: 2px 0;
}

#app > span .block-right .settings-box .form-control {
    max-height: 20px;
    font-size: 12px;
    margin: 0;
}

#app > span .block-right .settings-box .form-control > div {
    margin: 0 !important;
}

#app > span .inventory .tbl span .form-control > div:before, #app > span .block-right .settings-box .form-control > div:before {
    border: none;
}

#app > span .inventory .tbl span .form-control fieldset, #app > span .block-right .settings-box .form-control fieldset {
    top: 0;
}

#app > span .inventory .infinite-scroll-component > div span.all-checkbox {
    max-height: 20px;
}

#app > span .inventory .infinite-scroll-component > div span.all-checkbox > span {
    padding: 0 12px;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(1) {
    width: 15%;
}

#app > span .inventory .tbl div span:nth-of-type(2) {
    float: right;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(2) {
    width: 25%;
    vertical-align: middle;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(3) {
    width: 15%;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(3) > b {
    padding: 5px;
    margin: 0 auto;
    min-height: 35px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    min-width: 35px;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(4) {
    width: 45%;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(4) > div {
    position: relative;
    top: -6px;
}

#app > span .inventory .infinite-scroll-component > div > span:nth-of-type(4) > div.right {
    z-index: 999;
}

#app > span .inventory .infinite-scroll-component > div.hidden .params {
    display: none;
}

#app > span .inventory .infinite-scroll-component > div.hidden .params {
    display: none;
}

#app > span .inventory .infinite-scroll-component > div .params {
    margin: -15px 10px 5px;
    padding: 0 10px;
    background: #FFF;
    box-shadow: -1px 2px 20px 0 #00000030;
    border-radius: 10px;
}

#app > span .inventory .infinite-scroll-component > div .params > div > b {
    padding: 12px 0;
    display: block;
}

#app > span .inventory .infinite-scroll-component > div .params button {
    padding: 4px 10px;
    margin: 0 5px 5px 0;
}

#app > span .block-right button.button-info {
    background: #003969;
}

#app > span .block-right .how-to h3 {
    text-align: center;
    margin: 0 auto 20px;
    color: #003969;
    display: block;
}

#app > span .block-right .how-to p {
    margin: 10px 0 !important;
}

#app > span .block-right .how-to p b {
    display: inline-block;
    background: #003969;
    color: #FFF;
    border-radius: 50%;
    height: 23px;
    width: 23px;
    padding: 1px;
    text-align: center;
}

#app > span .infinite-scroll-component .save button.button-info {
    margin: 2px 10px 0 0;
    background: #003969;
    cursor: pointer;
    float: right;
}

#app > span .infinite-scroll-component .hidden .save button.button-info {
    margin: -17px 10px 0 0;
}

#app > span .infinite-scroll-component .hidden .save {
    height: 15px;
}

#app > span .infinite-scroll-component .save {
    height: 30px;
}

#app > span .active > button {
    font-weight: bold;
}

#app > span .block-right button.button-info svg {
    margin: auto;
    color: #FFF;
    float: none;
}

#app > span .inventory .infinite-scroll-component > div:not(.hidden) {
    padding-bottom: 5px;
}

#app > span .inventory .infinite-scroll-component > div.hidden button svg.fa-arrow-up {
    transform: rotate(180deg);
}

#app > span .inventory .infinite-scroll-component > div button svg.fa-check-circle {
    font-size: 20px;
    vertical-align: middle;
    margin: 10px;
}

#app > span .card-new.txt h6 {
    padding: 5px 5px 15px 5px;
    background: #003969;
    border-radius: 5px 5px 0 0;
    margin: -10px -10px 10px -10px;
    color: #FFF;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

#app > span .inventory .infinite-scroll-component > div button svg {
    transition: all .3s ease-in-out;
}

#app > span .inventory {
    width: 100%;
}

#app > span .col-lg-12.card.card-block button[type=button].launch:hover {
    border: 2px solid #38b1fa;
    color: #38b1fa;
    background-color: #FFF;
}

#app > span .well {
    border: 2px solid #2f84b8;
    border-radius: 5px;
    padding: 5px;
}

#app > span button svg {
    margin-right: 5px;
}

.action button.s0 svg {
    height: 20px;
    vertical-align: middle;
}

.action button.s0 .red svg {
    fill: #c54240;
}

.action button.s0 .green svg {
    fill: #269915;
}

.card-new.feedbucks .info-box {
    width: 100%;
}

.card-new.feedbucks .right-star {
    float: right;
    width: 90px;
    text-align: center;
}

#app > span .well .lead i {
    position: absolute;
    top: 22%;
    left: 54%;
    text-decoration: line-through;
    font-style: normal;
    font-size: 16px;
}

#app > span .well .lead {
    font-weight: bold;
}

#app > span .col-lg-12.card.card-block button[type=button]:hover {
    background-color: #38b1fa;
}

#app > span .navbar .submenu-box {
    min-width: 150px;
    color: #757575;
}

#app > span .navbar .submenu-box > .settings-box.widget-overview {
    box-shadow: 0 16px 20px 0 rgba(219, 219, 219, 0.55);
}

#app > span .sidebar .navigation .navigation-header {
    color: #4b4b4b;
    padding: 2px 43px;
}

.navbar-brand > svg {
    height: 40px;
}

#app > span .app-info .info {
    display: block !important;
    margin: 10px 5px !important;
    max-width: 180px !important;
    width: auto !important;
}

#app > span .app-info .help {
    bottom: 15px !important;
    margin: 0 10px !important;
}

#app > span .navbar .navbar-nav .nav-item > .nav-link b {
    color: #003969;
    opacity: 1;
    font-family: sans-serif;
    white-space: nowrap;
    position: inherit;
    font-size: 14px;
}

#app > span .settings-box p {
    font-weight: bold;
    color: #757575;
}

#app > .load > div {
    max-height: 22px;
}

.sidebar .navigation > li button {
    float: right;
    border: none;
    cursor: pointer;
    margin: 6px 12px;
    background: transparent;
    color: #737e87;
    font-size: 16px;
    transition: all 0.3s;
}

.button-disabled {
    display: inline-block;
    margin: 0 0 10px 10px;
    border: 0;
    color: #FFF;
    background: #ccc;
    font-weight: bold;
    font-size: 1em;
    padding: 0.2em;
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    min-width: 88px;
    border-radius: 4px;
    text-align: center;
}

.sidebar .navigation > li a .space-menu.apps a {
    margin: 5px 20px 0
}

.space-menu h5 {
    font-size: 0.85rem;
    margin: 10px 0 10px 30px;
    font-weight: bold;
}

.navbar-brand.logo-white svg, .glob-message > svg {
    font-size: 20px;
    margin: -2px 0;
}

.dropdown-toggle::after {
    content: none;
}

.navbar .nav-link, .navbar-brand.logo-white svg, .glob-message > svg, .space-li .space-menu a,
.page-title, .teams-box h5 > svg, .page-title button > svg, .cow h3 {
    color: #4f4f4f !important;
}

.navbar .nav-link {
    padding: 1.1em 0.6em;
    font-size: 0.875rem;
}
.glob-message > span {
    padding-left: 5px;
    text-transform: uppercase;
}

.glob-edit-field {
    margin: 5px 0 !important;
}

.project-overview .inner, .widget-overview > .card-block > .inner, .widget-overview, .block-right, .card {
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
}

.sidebar .navigation > li a:hover a {
    opacity: 0.35;
}

.sidebar .navigation > li a:hover .space-menu a {
    opacity: 1;
}

.sidebar .navigation > li a a:hover {
    opacity: 0.7;
}

.space-members li {
    display: inline-grid;
    width: 10%;
    border-radius: 10px;
    text-align: center;
    padding: 5px 10px;
}

.space-members {
    padding: 0 12px;
    position: inherit;
}

.space-members img {
    margin: 0 auto;
}

.space-block {
    min-height: 200px;
}

.space-overview a .inner {
    text-align: left !important;
    margin: 3px 0 !important;
    padding: 0 !important;
}

.space-overview a .inner img {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0 -5px;
    padding: 3px;
    border-radius: 50%;
}

.space-overview .chat-users {
    position: relative;
    text-align: right !important;
}

.space-overview .chat-users img {
    height: 25px;
    width: 25px;
    padding: 0 !important;
}

.space-overview .chat-users b {
    vertical-align: bottom;
    margin: 4px;
}

.space-overview.w33 .inner > b {
    position: relative;
    top: -27px;
}

.space-overview .inner h4 {
    font-size: 12px;
    text-align: center;
    margin: 0;
}

.space-overview.w33 .inner div {
    margin: 0;
}

.space-overview .inner img.cntc {
    width: 60px;
    height: 60px;
    display: block;
    margin: 5px auto 0;
}

.submenu:before {
    content: 'Report content:';
    font-weight: bold;
    font-size: 15px;
}

.submenu {
    max-width: 400px;
    margin: 10px -10px !important;
    padding: 5px 10px;
}

.submenu a.h2, .submenu a.h3 {
    font-size: 14px;
    margin: 3px 0;
}

.submenu a.h3, .txt h3 {
    padding-left: 15px;
}

.card.txt {
    display: block !important;
}

.submenu a {
    display: block;
}

.submenu a span {
    display: inline-block;
    width: 30px;
}

.chat-users.space-members li a b {
    display: block;
}

.chat-users.space-members li i {
    bottom: 29px;
    left: 54px;
    position: relative;
    display: block;
}

.member-item img.cntc {
    width: 100px;
    height: 100px;
    display: block;
    margin: 5px auto;
    border-radius: 50%;
}

.member-item h4 {
    position: absolute;
    left: 15px;
    top: 15px;
    font-size: 16px;
    font-weight: bold;
}

.member-item h2 {
    margin: 0 auto;
    text-align: center;
}

#app > div > div {
    height: 100%;
}

.member-item h4:nth-of-type(2) {
    right: 15px;
    left: inherit;
}

.space-overview .inner h2 {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.space-overview.project-overview.list.contact .inner small {
    float: left;
}

.space-overview.project-overview.list.contact small.info-block {
    padding: 6px 15px;
    margin: 0;
    background: none;
}

.space-overview.project-overview.list.contact small.info-block .abs-box div {
    display: inline-block;
    width: 200px;
}

.infinite-scroll-component h5 {
    text-align: center;
    font-size: 14px;
}

.infinite-scroll-component {
    overflow-x: hidden !important;
}

.project-overview.list .inner .category {
    right: 120px;
    left: auto;
    font-size: 11px;
    padding: 2px 5px;
    max-width: 90px;
    margin: 5px 0;
}

.space-overview.w33 .inner span {
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
    margin-top: 5px;
}

.space-overview.w33 .inner span small {
    display: block;
}

.space-overview.w33 .inner span small .abs-box {
    max-width: 250px;
    white-space: normal;
    text-align: left;
}

.col-lg-8 .space-overview.w33 {
    width: calc(33% - 15px);
}

.col-lg-4 .space-overview.w33 {
    width: 100%;
}

.space-overview.w33 {
    margin: 2px !important;
    padding: 0 7px !important;
    height: 150px;
    border-radius: 5px;
    background: #f0f0f0;
}

.space-overview a .inner span {
    padding: 2px 6px;
    background: #f0f0f0;
    border-radius: 5px;
    margin: 3px 6px;
    overflow: hidden;
    display: inline-block;
    font-size: 14px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
}

.space-overview.ins a .inner span {
    max-width: 200px;
}

.btn-block .button-info {
    display: inline-block;
    margin: 5px;
}

.card-new p, .medium-editor-insert-plugin p, .editable p {
    margin: 0 !important;
    font-size: 14px;
    color: #303030;
}

.glob-edit-select {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    margin: 4px 0 10px 0;
    padding: 7px 20px;
    transition: all 0.3s;
}

.glob-edit-select:hover {
    border: 1px solid #2a2e3a;
}

.glob-edit-select h6 {
    color: #787878;
}

.glob-edit-select > div:nth-of-type(1) {
    font-size: 16px;
    color: #787878;
}

.new-conversation-bottom span {
    display: block;
    border-radius: 0 0 10px 10px;
}

.new-conversation-bottom span a {
    border-radius: 5px;
    margin: 5px 2px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding: 2px 10px;
    transition: all 0.3s;
}

.tasks .inner small > b {
    height: 5px;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: 0 8px;
}

.project-overview.block.tasks .inner small {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    padding: 10px 8px;
}

ul.navigation > span a {
    color: #003c67;
}

ul.navigation .navigation-header > a {
    margin: 4px;
}

.project-overview.block .inner span > small > p {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #6d6d6d;
}

.project-overview.block .inner line {
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
}

.project-overview.block .inner line > b {
    height: 3px;
    border-radius: 0 0 5px 5px;
    display: block;
    margin: 0 8px;
}

.project-overview.list.tasks .inner small {
    margin: 0;
    padding: 0;
}

.project-overview.list .inner small > b {
    height: 20px;
    position: absolute;
    border-radius: 50%;
    bottom: 13px;
    left: 11px;
    width: 20px;
    margin: 0;
}

.content .space-menu {
    margin: 5px 0 -5px;
    border-bottom: 4px solid #ddd;
    text-align: center;
    background: #fff;
    border-radius: 5px;
    flex: auto;
}

button.s0 {
    vertical-align: top;
}

.widget-overview > .card-block > .inner {
    margin-bottom: 10px;
    background: #FFF;
    border-radius: 5px;
}

.space-menu a.active {
    font-weight: bold;
}

.project-overview.list.tasks {
    padding: 0;
}

.project-overview.list a {
    margin: 1px;
}

.project-overview.block.tasks .inner small.info-block {
    bottom: 13px;
    left: 16px;
    right: initial;
}

button:active {
    outline: none;
    border: none;
}
button:focus {
    outline:0;
}

.project-overview.block.tasks .chat-users b {
    font-size: 11px;
    line-height: 14px;
}

.project-overview.tasks .inner > .owners {
    font-style: normal;
    display: inline-block;
    padding: 3px 10px;
}

.project-overview.block.tasks .inner > span {
    position: absolute;
    left: 0;
    right: 0;
    margin: 17px auto 10px;
    top: 50px;
}

.project-overview.tasks .inner .chat-users {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 3px;
    background: #FFF;
    z-index: 9999;
    margin: 0;
}

.project-overview.tasks.block .inner > .owners:hover .chat-users {
    display: block;
}

.project-overview.tasks.list .inner > .owners:hover .chat-users {
    display: table;
}

.project-overview.tasks.list .inner .category {
    max-width: 80px;
    background: transparent;
    color: #2c2c2c;
    font-weight: bold;
}

.project-overview.tasks .chat-users {
    display: none;
}

.project-overview.block.tasks .chat-users > div {
    padding: 2px;
}

.button-action {
    padding: 0.4em 1em;
    font-size: 1.2em;
    transition: all 0.3s;
    border: 0;
    color: #FFF;
    font-weight: bold;
    box-sizing: border-box;
    display: block;
    cursor: pointer;
    min-width: 45px;
    border-radius: 4px;
    text-align: center;
}

.button-action.left {
    margin-right: 10px !important;
}

.glob-edit-select button, .glob-edit-select span.button, .glob-edit-schema button {
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #FFF;
    margin: 3px;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: bold;
}

.glob-edit-select span.button {
    padding: 2px 5px;
}

.glob-edit-select span.button > .task-item-edit {
    margin: 4px;
}

.glob-edit-schema {
    padding: 5px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 5px;
}

.glob-edit-schema button {
    float: right;
    width: 40px;
    height: 37px;
    margin: 5px 0;
}

.glob-edit-select button:hover, .glob-edit-schema button:hover {
    background: #b8b8b8;
}

.glob-edit-schema > div:nth-of-type(1) {
    width: calc(100% - 50px);
}

.task-item-edit > div:after, .task-item-edit > div:before {
    content: '' !important;
    display: none;
    border-bottom: none;
}

.glob-edit-select .task-item-edit input {
    color: #FFF;
    font-size: 15px;
    font-weight: bold;
}

.project-overview .inner .category {
    position: absolute;
    top: 6px;
    margin: 5px 0;
    font-size: 12px;
    left: 9px;
    padding: 4px 12px 7px 12px;
    color: #777575;
}

.project-overview.list .inner span > p {
    font-size: 12px;
    line-height: 12px;
    margin: 0;
}

.project-overview.block .inner span > p {
    font-size: 14px;
    line-height: 16px;
    margin: 10px 2px;
}

.inspiration.list.pjct .inner span, .inspiration.list.file .inner span {
    padding: 6px 0 6px 40px;
}

.a-files .msg-files {
    display: inline-block;
}

.inspiration.list.file .inner span small {
    position: absolute;
    top: 12px;
    left: 0;
}

.space-overview.widget-overview.card-block.card-new {
    margin: 20px 0 0 0;
}

.filter-create {
    margin: -5px 10px;
    background: #cfcfcf;
    padding: 4px 10px;
    color: #000;
    opacity: 0.6;
    transition: all 0.3s;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 25px;
    display: inline-block;
}

.filter-create a {
    color: #000;
    font-weight: bold;
}

.glob-edit-select .fileChat input[type="file"] {
    position: relative;
    top: -7px;
    left: -57px;
}

.glob-edit-select label, .glob-edit-select .fileChat {
    display: initial;
}

.glob-edit-select .messageFiles .emoji-mart-bar {
    display: none;
}

.glob-edit-select .messageFiles > span {
    margin-top: -36px;
}

.glob-edit-select .messageFiles {
    width: inherit;
    position: inherit;
    border: none;
    height: auto;
}

.filter-create:hover {
    opacity: 1;
}

.filter .glob-search {
    background: #cfcfcf;
    opacity: 0.6;
    margin: 10px 0 -10px 0;
    height: 21px;
    color: #000000 !important;
    border: none !important;
}

.contacts .col-lg-6 {
    margin: 10px 0;
}

.contacts .col-lg-6 > svg {
    float: left;
    font-size: 30px;
    height: 40px;
    color: #cbcbcb;
    margin-right: 6px;
}

.contacts .col-lg-6 div {
    font-size: 16px;
}

.contacts .col-lg-6 div h3 {
    display: block;
    margin: 2px;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
}

.contacts .col-lg-6 div b {
    display: block;
}

.hand-pointer {
    cursor: pointer;
}

.contacts .cntc {
    position: absolute;
    border-radius: 50%;
    top: 10px;
    right: 10px;
}

.filter .glob-search:hover {
    background: #cfcfcf !important;
    opacity: 1;
}

.filter .select {
    position: absolute;
    top: 8px;
    right: 10px;
}

.filter .select button {
    margin: 2px -15px -5px 10px;
    padding: 6px 15px;
    opacity: 0.6;
    text-transform: uppercase;
    font-size: 12px;
    transition: all 0.3s;
    border-radius: 25px;
}

.filter:hover .select button {
    opacity: 1;
}

.filter div.info-block .abs-box {
    left: -50px;
    padding: 5px;
    z-index: 100000;
    top: 12px;
    margin: -10px 0;
}

.categories {
    margin: 10px 0;
    padding: 0 8px;
}

.categories a {
    margin: 3px;
    cursor: pointer;
    padding: 4px 8px;
    font-weight: bold;
    border-radius: 25px;
    transition: all 0.3s;
    color: #565656 !important;
}

.categories a:hover {
    background: #dbdbdb;
}

.categories a > b {
    height: 20px;
    background: #a9a7a7;
    display: inline-block;
    border-radius: 50%;
    width: 20px;
    margin: 0 5px -5px -5px;
}

.color-pick {
    position: absolute;
    z-index: 9999;
    margin: 0 7px !important;
    border-radius: 10px !important;
    background: white !important;
}

.color-pick > div {
    padding: 7px 0 !important;
}

.table-stripped .filter div.info-block .abs-box {
    left: auto;
    top: auto;
}

.table-stripped input {
    font-size: 14px;
}

.filter .info-block:hover .abs-box button {
    margin: 5px 0;
    padding: 3px;
    height: auto;
}

.filter .info-block:hover .abs-box button svg {
    color: #333;
    font-size: 12px;
    float: left;
    margin: 3px;
}

.filter .info-block:hover > div > .abs-box-next {
    display: block;
    max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
    scrollbar-width: none;
}

.filter .info-block:hover > div > .abs-box-next::-webkit-scrollbar {
    display: none;
}

.filter .info-block > div > .abs-box-next {
    display: none;
    position: absolute;
    left: -197px;
    padding: 0 5px;
    margin: -36px 0;
    border-radius: 5px 0 0 5px;
    background: #ffffff;
    z-index: 99999;
    color: #000000;
    min-width: 200px;
    font-weight: normal;
    text-align: left;
}

.page-title a {
    color: #333;
}

.page-title a:hover, .page-title a:focus,.page-title a:active {
    color: #4b4b4b;
}

.page-title small b {
    font-size: 20px;
    padding: 0 5px;
}

.space-overview {
    margin: 0;
}

.development-menu a {
    display: grid;
}

.add-form button {
    background: #ffffff !important;
    padding: 0;
    margin: 0;
    color: #c4c4c4 !important;
}

button.button-full {
    margin: 2px -5px;
    padding: 5px;
    text-align: center;
    transition: all 0.3s;
    display: block;
    background: #dddddd;
    font-weight: bold;
    border-radius: 5px;
    color: #767575;
}

button.button-full:hover {
    background: #d2d1d1;
}

.space-block .card-block div {
    padding: 5px;
    margin: -7px 0 -5px -2px;
    font-size: 12px;
    text-align: center;
}

.space-overview.w20 {
    width: calc(20% - 18px);
    margin: 2px !important;
    padding: 0 7px !important;
    height: 120px;
    border-radius: 5px;
    background: #fff;
}

.col-lg-4 .swiper-container {
    height: 155px;
    overflow: hidden;
}

.col-lg-4 .swiper-container .swiper-slide.ins {
    height: auto;
    padding: 0;
}

.col-lg-4 .space-overview.w33 .inner span {
    margin: 5px 20px 0 5px;
}

.col-lg-4 .space-overview.w33 .chat-users b {
    margin: 0 10px 4px 0;
}

.chat-users b {
    white-space: nowrap;
    overflow-x: hidden;
    max-width: calc(100% - 90px);
    text-overflow: ellipsis;
}

.space-overview.w33.img a {
    color: #FFF;
}

.space-overview.w33.img .inner span i {
    box-shadow: -1px 2px 8px 0 rgba(0, 0, 0, 0.3);
}

.space-overview.w33 .inner span {
    background: transparent;
}

.space-overview.w33.img a:hover .inner span {
    background: rgba(238, 238, 238, 0.5);
}

.space-overview.w33 .inner span i {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: -4px 2px 0 -10px;
    vertical-align: middle;
    border-radius: 50%;
}

.item-title {
    margin: 0 10px;
    font-size: 18px;
}

li.navigation-header a {
    float: right !important;
    display: block !important;
    font-size: 11px !important;
    height: 20px !important;
    padding: 2px 0 !important;
    font-weight: 600 !important;
    min-height: 20px !important;
}

li.navigation-header a:hover, .space-li > a:hover {
    background: none !important;
}

.space-menu a {
    padding: 3px 10px;
    font-size: 16px;
    transition: all 0.3s;
    border-bottom: 4px solid #DDD;
}

.space-menu a:hover {
    border-bottom: 4px solid #AAA;
}

.sidebar .navigation .navigation-header {
    padding: 2px 20px;
}

.tab-menu > .active {
    font-weight: bold;
}

.tab-menu > button {
    margin: 0 10px;
}

.space-menu {
    margin: 15px 0;
}
.navbar-brand.logo-white {
    transition: all 0.3s;
}
.navbar-brand.logo-white:hover svg {
    opacity: 0.7;
}

.swiper-container {
    margin: 20px auto 0;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
}
.swiper-pagination-lock {
    display: none;
}
/* Scrollbar */
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
}

.space-members i {
    bottom: 30px;
    left: 60px;
    margin-bottom: -10px;
    position: relative;
}

.p15 {
    padding: 15px;
}

.m0 {
    margin: 0;
}

.puremsg a {
    padding: 13px 8px 11px 8px !important;
}

.settings-menu {
    position: fixed;
    z-index: 999;
    padding: 5px 10px;
    border-radius: 5px;
    display: grid;
    background: #fff;
    box-shadow: 1px 3px 7px 0 #767676;
}

.settings-menu .preview {
    bottom: 2%;
    right: 2%;
}

.settings-menu .preview .activity-panel {
    position: initial;
    width: auto;
    margin: -40px 0 0 0;
}

.settings-menu .preview h2 {
    text-align: center;
    margin: 0 30px;
    line-height: 25px;
}

.settings-menu .preview .activity-panel > div:first-of-type {
    padding: 10px;
    margin: 0;
}

.settings-menu .preview .bg-full {
    display: none;
}

.settings-menu h4 {
    font-size: 16px;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.12);
    padding: 3px 10px;
    margin: -5px -10px 5px;
}

.puremsg a div.cnt, a.glob-message div.cnt {
    width: 20px;
    height: 20px;
    font-size: 12px;
    float: right;
    margin: 0 0 0 5px;
    text-align: center;
    border-radius: 50%;
    font-weight: bold;
}

a.glob-message div.cnt {
    color: #FFF;
}

.widget-overview.card-block:not(.card) {
    margin: -5px;
    background: transparent;
}

.puremsg a .submenu-box {
    margin: 0;
    display: block;
    top: 38px;
    width: 300px;
}

.card.card-block {
    padding: 10px;
}

.widget-overview {
    margin-bottom: 10px;
    background: #FFF;
    transition: all 0.3s;
    border-radius: 5px;
}

.linear-load {
    height: 3px !important;
    position: fixed !important;
    top: 53px;
    width: 100%;
    left: 0;
}

input#title {
    width: calc(100% - 180px);
    border: 0;
}

.article-box .inner {
    border-radius: 10px;
}

.widget-overview > .inner, .widget-overview > .inner h2, .details a {
    color: #767575;
}

.card-new {
    padding: 7px 10px 3px 10px;
}

.project-overview.block .inner card {
    position: absolute;
    left: 14px;
    bottom: 14px;
}

.project-overview.list .inner card {
    position: absolute;
    left: 20px;
    bottom: 12px;
}

.card h2 {
    margin: 10px 0;
}

.project-overview .inner card > img {
    border-radius: 50%;
    opacity: 0.2;
    transition: all 0.3s;
    width: 25px;
}

.infinite-scroll-component > p > button {
    color: #FFF;
    background: #717070;
    font-weight: bold;
}

.project-overview.block .inner card svg {
    margin-right: 5px;
}

.project-overview.list .inner card svg {
    margin: 2px;
}

.project-overview.list .inner card {
    margin: -3px -15px;
}

.project-overview.list .inner card > img {
    width: 18px;
    opacity: 0.6;
    margin: 3px 10px;
}

.project-overview:hover .inner card > img {
    opacity: 0.8;
}

.mx400 {
    max-width: 400px !important;
}

.file-dialog h2 {
    margin: 0 0 5px 0;
}

.file-dialog textarea {
   font-weight: normal;
   font-size: 13px;
}

.content-wrapper {
    padding: 10px 0 25px 0;
}

.apps-block > div {
    width: 45%;
    margin: 5px;
    height: 145px;
    display: inline-block;
    text-align: center;
    font-size: 11px;
    vertical-align: top;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 5px 0 rgb(0 0 0 / 25%);
    background: #FFF;
}

.sidebar-content {
    background: #FFF !important;
}

.apps-block > div svg {
    font-size: 3em;
}

.project-overview:hover .inner {
    background: #e4e4e4;
}

.color-picker > .sketch-picker {
    width: auto !important;
    border: 1px solid #AAA;
    box-shadow: none !important;
}

.insp a:first-of-type b {
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #FFF;
    display: block;
    padding: 4px;
    border-radius: 50%;
    text-align: center;
    background: #6f7f88;
}

.glob-message.active > svg {
    color: #FFF;
}

.glob-message.active > span {
    font-weight: bold;
}

.project-overview.block a:first-of-type b, .project-overview.block:hover a .box-authors {
    margin: 0 -8px 0 0;
}

.sidebar-toggle {
    display: none;
}

.navbar .mobile-menu a {
    display: inline-block;
}

@media (max-width: 992px) {
    .mobile-menu {
        background: #f3f3f3;
        border-top: 1px solid #e1e1e1;
        box-shadow: -2px -1px 12px 0 rgba(0, 0, 0, 0.25);
    }

    .sidebar-default {
        z-index: 20;
    }
    .sidebar .navigation > li a, .sidebar .navigation > li button {
        color: #FFF;
        margin: 0 14px 0 4px;
    }
    .sidebar .navigation > li a img.logo {
        filter: contrast(0%) brightness(200%);
        opacity: 1;
    }
    .page-container > div, .chat-start, .chat-start .row, .chat-start .col-lg-3, .chat-start .col-lg-9, .chat-box {
        height: auto;
        min-height: 300px;
    }
    .chat-start  .sidebar {
        display: block;
    }

    .navbar .mobile-menu a {
        position: relative;
    }

    .nav-link.glob-message > div {
        position: absolute;
    }
    .navbar-brand.logo-white {
        left: calc(50% - 83px);
    }
    .infinite-scroll-component > .m0 {
        margin: 3px 0;
    }
    .sidebar-toggle:visited, .sidebar-toggle:focus, .sidebar-content, .sidebar .navigation .navigation-header {
        color: #4f4f4f;
    }
    .sidebar .navigation .navigation-header {
        font-weight: bold;
    }
    a.glob-message div.cnt {
        position: absolute;
        color: #FFF;
        text-align: center;
        left: 50%;
        top: 3px !important;
    }
    .space-li .space-menu a.right {
        display: none;
    }

    .sidebar-toggle {
        color: #4f4f4f;
    }

    .mobile-menu .glob-message span {
        display: inherit;
    }
}

@media (max-width: 992px) and (min-width: 480px) {
    .collapse {
        display: inline-block;
    }

    .navbar-brand.logo-white {
        height: 50px;
    }

    .collapse > div {
        display: none;
    }

    .mobile-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100%;
        text-align: center;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        max-height: 55px;
        scrollbar-width: none;
    }

    .mobile-menu.move-out {
        display: none;
    }

    .navbar.move-out {
        top: -80px;
    }

    .mobile-menu::-webkit-scrollbar {
        display: none;
    }

    .sidebar-content {
        top: 34px !important;
        max-width: 185px !important;
        background: #f3f3f3 !important;
    }

    .linear-load {
        top: 50px;
    }

    .swiper-container {
        margin: 0 -15px;
    }

    .chat-start.move-full .widget-overview {
        height: calc(100% + 32px);
    }

    .mobile-menu .glob-message svg {
        display: block;
        font-size: 30px;
        margin: -10px auto 0;
    }

    .navbar {
        min-height: 50px;
    }

    .mobile-menu .glob-message span {
        font-size: 10px;
        margin: 0 auto;
        text-align: center;
    }

    .navbar .nav-link {
        display: inline-block;
    }

    .navbar-nav .nav-item {
        display: none;
    }

    .navbar-nav .nav-item:last-of-type {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }

    .navbar .mobile-menu a {
        display: inline-grid;
        min-width: 20%;
    }
    .activity-panel {
        position: fixed;
        left: calc(50% - 165px);
    }
    .activity-panel a, .sidebar-toggle {
        display: block;
    }

    .block-left {
        width: auto;
    }
    .block-right {
        position: inherit;
        margin-left: 0;
        display: block;
        width: inherit;
        background: #FFF;
        max-height: inherit;
        max-width: inherit;
    }
    .activity > span {
        padding: 0;
    }
}

@media (max-width: 480px) {
    .sidebar-toggle {
        display: block;
    }
    .block-left {
        width: auto;
    }
    .activity > span {
        padding: 0;
    }
    .chat-start > .row > .col-lg-9 {
        height: auto;
    }
    .bg-full {
        background: transparent;
    }
    .chat-start > .row > .col-lg-3 .widget-overview {
        height: calc(100% - 40px);
    }
    .chat-message > div > span {
        background: #FFF;
    }
    h4.filter-create {
        font-size: 0;
        float: right;
        margin: -5px -10px 0 15px;
    }
    h4.filter-create svg {
        font-size: 20px;
    }
    .filter .select {
        right: 20px;
    }
    .abs-box, .abs-box-next {
        min-width: 150px !important;
    }
    .abs-box-next {
        left: -163px !important;
    }
    .block-right {
        position: fixed;
        margin-left: 0;
        top: 50px;
        left: 0;
        right: 0;
        display: none;
        width: inherit;
        background: #fff;
        max-height: inherit !important;
        height: calc(100% - 101px);
        max-width: inherit !important;
    }
    .block-right.mo {
        height: calc(100% - 45px) !important;
    }
    .btm-fix {
        bottom: 50px;
        left: 0;
        right: 0;
        width: inherit;
    }
    .block-left {
        display: block;
    }
    .block-left > .card, .block-left > span > .card {
        margin: 0 -20px !important;
        border-radius: 0;
        text-align: center;
        padding: 0;
        box-shadow: none;
        background: #e4e4e4;
    }
    .block-left > .card ul li, .block-left > span > .card ul li {
        font-size: 15px;
        margin: 0 5px;
    }
    #toggle-right-menu {
        float: right;
        min-width: 50px;
    }
    .move-out #toggle-right-menu {
        display: none;
    }
    .navbar .mobile-menu a {
        display: inline-grid !important;
    }
    .sidebar-content {
        margin-bottom: 55px;
    }
    .block.insp {
        flex: inherit;
        max-width: 100%;
        position: relative;
    }
    .page-title, .col-lg-12 {
        padding: 0;
        margin: 0;
    }
    .teams-box h5 {
        margin: 0 !important;
        padding: 2px 5px 0 0;
    }
    .teams-box {
        margin: 8px 0 0 0;
    }
    .sidebar .navigation {
        padding: 0 0 0 5px;
        top: -10px;
    }
    .s0 {
        max-width: 150px;
    }
    .s4 {
        min-width: 70px;
        font-size: 11px;
        margin-top: 5px;
    }
    .table {
        overflow-x: scroll;
        display: block;
    }
    .project-overview.block {
        width: 100%;
    }
    .navbar-brand.logo-white {
        height: 50px;
    }
    .space-li .space-menu a, .space-li > a {
        color: #FFF;
    }
    .collapse {
        display: inline-block;
    }
    .collapse > div {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 99999;
        width: 100%;
        text-align: center;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        max-height: 55px;
        scrollbar-width: none;
    }
    .mobile-menu.move-out {
        display: none;
    }
    .navbar.move-out {
        top: -80px;
    }
    .mobile-menu::-webkit-scrollbar {
        display: none;
    }
    .sidebar-content {
        top: 34px !important;
        max-width: 185px !important;
        background: #f3f3f3 !important;
    }
    .linear-load {
        top: 50px;
    }
    .swiper-container {
        margin: 0 -15px;
    }
    .chat-start.move-full .widget-overview {
        height: calc(100% + 32px);
    }
    .chat-start > .row > .col-lg-3 {
        position: fixed;
        width: auto;
        bottom: 42px;
        display: block;
        left: -15px;
        right: -15px;
        top: 23px;
    }
    .swiper-slide {
        max-width: 100%;
    }
    .chat-start > .row > .col-lg-3 {
        margin: 0;
    }
    .conversation-info .recent-members > li {
        width: 25%;
    }
    .chat-start > .row > .col-lg-3 .sidebar-content {
        min-width: 100%;
        top: -36px !important;
        bottom: -20px;
    }
    .new-conversation-bottom {
        bottom: 0;
    }
    .chat-users {
        max-height: calc(100% - 49px);
    }
    .chat-start > .row > .col-lg-9 .widget-overview, .chat-box > line {
        border-radius: 0;
    }
    .chat-start > .row > .col-lg-9 {
        display: none;
        position: fixed;
        width: auto;
        bottom: 52px;
        left: -15px;
        right: -15px;
        top: 30px;
        flex: 0;
        max-width: inherit;
    }
    .chat-start > .row > .col-lg-9.conv {
        display: block;
        top: -12px;
    }
    .chat-start > .row > .col-lg-9 .chat-messages {
        bottom: 74px;
    }
    .chat-start > .row > .col-lg-9 .chat-form .control-box span {
        display: none;
    }
    .chat-start > .row > .col-lg-9 .chat-form > small {
        position: absolute;
        left: 19px;
        top: 56px;
    }
    .chat-start > .row > .col-lg-9 .chat-form {
        bottom: -2px;
        left: -5px;
        right: -5px;
    }
    .chat-message > span {
        width: 50px;
    }
    .msmile {
        right: 50px !important;
        bottom: 18px !important;
    }
    .chat-start > .row > .col-lg-9 .chat-form .control-box span.fileChat {
        display: block;
        top: 22px;
        left: -50px;
        position: relative;
    }
    .chat-start > .row > .col-lg-9 .chat-form .control-box span.fileChat .button-action, .msmile {
        background: transparent !important;
        color: #ccc;
    }
    .chat-start > .row > .col-lg-9 .chat-form .control-box span.fileChat input[type="file"] {
        top: -5px;
        left: -80px;
        position: absolute;
    }
    .chat-message > div {
        width: calc(100% - 110px);
    }
    .project-overview a {
        margin: 8px;
    }
    .chat-start > .row > .col-lg-9 .chat-box > line > h5 {
        display: block;
    }
    .chat-start > .row > .col-lg-9 .chat-form > small .button-action {
        padding: 0;
        font-size: 1em;
        min-width: 23px;
    }
    .chat-start > .row > .col-lg-9 .chat-form .control-box button {
        position: absolute;
        bottom: 8px;
        right: 20px;
        height: 31px;
        min-width: 36px;
        padding: 0;
    }
    .emoji-mart {
        bottom: 70px !important;
    }
    .submenu {
        float: inherit;
        border: none;
        margin: 0 5px;
        max-width: inherit;
        padding: 5px;
    }
    .navbar .mobile-menu a:first-of-type {
        height: 55px;
        padding: 14px 12px;
        margin: -3px;
    }
    .card-new {
        margin: 10px;
        padding: 0;
    }
    #app.mobile > div > div {
        zoom: 1.1;
    }
    #app.mobile .navbar .mobile-menu a {
        width: 20%;
    }
    #app.mobile .glob-message > span {
        padding-left: 2px;
    }
    #app.mobile .mobile-menu .glob-message svg {
        width: 100%;
        height: 30px;
    }
    #app.mobile .modern-field input {
        min-width: 175px;
    }
    #app.mobile .space-overview.project-overview.list {
        width: 100%;
    }
    #app.mobile .space-overview .inner img.cntc {
        width: 35px;
        height: 35px;
        display: inline-block;
        margin: 2px auto 0;
    }
    #app.mobile .space-overview.project-overview.list {
        background: transparent !important;
    }
    #app.mobile .teams-box {
        margin: 0;
    }
    #app.mobile .teams-box h5 {
        font-size: 16px;
        padding: 5px;
        border-radius: 5px;
        margin: 3px !important;
        background: rgba(0, 0, 0, 0.25);
    }
    #app.mobile .teams-switch {
        overflow: auto;
        white-space: nowrap;
        border-bottom: 2px solid #cfcfcf;
    }
    #app.mobile .teams-switch li {
        padding: 10px 0;
    }
    #app.mobile .space-li .space-menu a {
        max-width: calc(100% - 5px);
    }
    #app.mobile .teams-switch li .new-conversation-img {
        float: inherit;
        margin: 3px auto;
        text-transform: uppercase;
        font-weight: bold;
    }
    #app.mobile .teams-switch li {
        display: inline-block;
        margin: 0 10px;
    }
    #app.mobile .teams-switch li span {
        text-align: center;
    }
    #app.mobile .page-title {
        margin: 0 0 10px 0 !important;
        text-transform: capitalize;
    }
    #app.mobile .chat-users b span {
        display: block;
        margin: 3px 0 0 0;
        max-width: 100%
    }
    #app.mobile .chat-users b i {
        position: initial;
        font-style: inherit;
        font-weight: bold;
        background: transparent;
    }
    #app.mobile .chat-users li > a > div {
        width: 17px;
        padding: 0 !important;
        height: inherit;
        bottom: 7px;
        top: inherit;
        border-radius: 10px;
    }
    #app.mobile .team-name {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #app.mobile .space-overview .inner h2 {
        margin: 5px;
        display: inline-block;
        text-transform: capitalize;
    }
    #app.mobile .contacts .col-lg-6 {
        padding: 0;
    }
    #app.mobile .card-block .button-info {
        overflow: hidden;
        white-space: nowrap;
        max-width: 100%;
        text-overflow: ellipsis;
    }
    #app.mobile .card-new p {
        overflow: hidden;
        word-break: break-word;
    }
    #app.mobile .conversation-info {
        top: 50px;
        opacity: 1;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-messages {
        bottom: 54px;
        background: #f3f3f3;
        top: 51px;
    }
    #app.mobile .messageFiles .space {
        max-height: 302px;
    }
    #app.mobile .a-files .msg-files {
        display: contents;
    }
    #app.mobile .a-files .msg-files > div {
        border: 1px double #bebebe;
        margin: 3px;
        border-radius: 5px;
    }
    #app.mobile .a-files {
        margin: 0 -4px;
    }
    #app.mobile .messageFiles > span {
        display: block;
        right: 50px;
        top: 55px;
        position: absolute;
    }
    #app.mobile .col-lg-12.col-xs-6 .card.widget-overview {
        overflow: hidden;
        position: absolute;
        left: -20px;
        padding: 0 10px;
        border-radius: 0;
        margin: 0 0 60px 0;
        right: -20px;
    }
    #app.mobile .messageFiles {
        position: fixed;
        border: 1px solid #c5c5c5;
        bottom: 55px;
        padding: 5px;
        width: initial;
        height: 357px;
        background: #FFF;
        border-radius: 0;
        z-index: 7;
        left: 0;
        right: 0;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .widget-overview, .chat-box > line {
        background: transparent;
    }
    #app.mobile .chat-start.move-full .sidebar-content {
        background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.65) 100%) !important;
        margin: 0;
    }
    #app.mobile .chat-start.move-full > .row > .col-lg-3 .widget-overview {
        display: none;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-form > div:first-of-type {
        width: calc(100% - 100px);
        margin: 8px 70px 8px 30px;
    }
    #app.mobile .card-new {
        margin: -2px -5px;
        overflow: hidden;
        border-radius: 0;
    }
    #app.mobile .contacts .card-new {
        margin: 10px;
    }
    #app.mobile .file-dialog {
        top: 0;
    }
    #app.mobile .chat-message > div.conv-user {
        width: calc(100% - 40px);
        margin: 5px;
    }
    #app.mobile .file-dialog button {
        position: relative;
        right: calc(50% - 44px);
        margin: 0 auto;
        text-align: center;
    }
    #app.mobile .file-dialog span {
        line-height: 16px;
        text-align: center;
    }
    #app.mobile .file-dialog .preview-file img {
        max-width: 100%;
    }
    #app.mobile .chat-message.me .conv-user > b i {
        position: absolute;
        left: 10px;
        margin-top: 22px;
    }
    #app.mobile .msg-files {
        margin: 5px 0 0 0;
        zoom: 0.83;
        border-radius: 10px;
    }
    #app.mobile .file-dialog .preview-file {
        text-align: center;
        position: absolute;
        margin-bottom: 55px;
        top: 55px;
    }
    #app.mobile .file-dialog a button {
        left: 0;
        right: initial;
    }
    #app.mobile .file-dialog > a {
        position: fixed;
        top: initial;
        bottom: 8px;
        color: #FFF;
        cursor: pointer;
        opacity: 1;
        transition: all 0.3s;
        padding: 20px;
        border-radius: 5px;
        background: rgba(255, 255, 255, 0.2);
    }
    #app.mobile .file-dialog > a.prev {
        left: 10px;
    }
    #app.mobile .file-dialog > a.next {
        right: 10px;
    }
    #app.mobile .file-dialog > a > svg {
        margin: -7px;
        bottom: initial;
    }

    #app.mobile .file-dialog > .nav-panel {
        z-index: 9999;
    }
    #app.mobile .project-overview.block .inner {
        height: 120px;
    }
    #app.mobile .card-block h1 line b {
        margin: 5px -7px -5px -7px;
        border-radius: 0;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-box > line > h5 {
        background: rgba(0, 0, 0, 0.25);
        padding: 13px;
        text-align: center;
        height: 42px;
        width: 42px;
        border-radius: 5px;
        margin: -8px 7px 0 -7px;
    }
    #app.mobile .art-title {
        margin: 20px 10px 10px 10px !important;
        font-size: 20px !important;
        color: #30515f;
    }
    #app.mobile .activity-panel .infinite-scroll-component {
        height: auto !important;
    }
    #app.mobile .activity-panel .infinite-scroll-component > div {
        background: #FFF;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
        border-radius: 5px;
        margin: 10px 0;
    }
    #app.mobile .activity-panel > div:first-of-type > div:first-of-type {
        padding: 5px;
        border-radius: 5px;
        margin: -5px;
    }
    #app.mobile .activity-panel, #app.mobile .activity-panel > div:first-of-type {
        background: transparent;
        box-shadow: none;
    }
    #app.mobile .sidebar-content {
        width: 100%;
        max-width: inherit !important;
    }
    #app.mobile .chat-form fieldset {
        border: 1px solid #ccc !important;
    }
    #app.mobile .sidebar-content > div:not(.card) {
        background: #ffffff;
        margin: 10px;
        box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.25);
        padding: 5px 0;
        border-radius: 5px;
    }
    #app.mobile .chat-users i {
        width: 8px;
        border: none;
        bottom: 8px;
        height: 8px;
        left: 40px;
    }
    #app.mobile .chat-users:not(.edit) li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding: 5px 10px 0;
        height: 52px;
    }
    #app.mobile .chat-users b {
        max-width: calc(100% - 120px);
    }
    #app.mobile .chat-users time {
        position: absolute;
        padding: 2px;
        height: 23px;
        font-size: 12px;
        right: 10px;
        top: 6px;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-form .control-box span.fileChat {
        right: 47px;
        position: absolute;
        left: inherit;
        bottom: 0;
        width: 38px;
        z-index: 999;
        top: inherit;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-form .control-box span.fileChat input[type="file"] {
        left: -10px;
    }
    #app.mobile .chat-form > div > div {
        min-height: 40px;
    }
    #app.mobile .navbar.move-out:not(.move-max) .sidebar-toggle {
        position: fixed;
        top: 0;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-form .control-box button:first-of-type {
        left: 5px;
        bottom: 13px !important;
    }
    #app.mobile .chat-start > .row > .col-lg-9 .chat-form .control-box button:last-of-type {
        right: 10px;
        bottom: 4px;
    }
    #app.mobile .chat-left h3 {
        padding: 12px 5px 12px 50px;
    }
    #app.mobile .emoji-mart {
        bottom: 55px !important;
        width: initial !important;
        left: 3px !important;
        right: 3px !important;
    }
    #app.mobile .conversation-menu {
        margin: 0;
    }
    #app.mobile .chat-box > line {
        padding: 12px;
    }
    #app.mobile .chat-left button {
        padding: 1px 5px;
        font-size: 20px;
    }
    #app.mobile .activity-panel {
        top: 0;
        width: initial;
        min-width: 100%;
        margin: 10px -5px 50px;
    }
    #app.mobile .conversation-info .recent-members > li > i {
        position: relative;
        width: 10px;
        display: block;
        height: 10px;
        left: 38px;
        margin-bottom: -15px;
        border: none;
    }
    .navbar .mobile-menu a {
        width: 20%;
        display: inline-table;
    }
    .page-container {
        margin-bottom: 55px;
    }
    .mobile-menu .glob-message svg {
        display: block;
        font-size: 30px;
        margin: -10px auto 0;
    }
    .navbar {
        min-height: 50px;
    }
    .mobile-menu .glob-message span {
        font-size: 10px;
        margin: 0 auto;
        text-align: center;
    }
    .navbar .nav-link {
        display: inline-block;
    }
    .navbar-nav .nav-item {
        display: none;
    }
    .navbar-nav .nav-item:last-of-type {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media (min-width: 992px) {
    .widget-overview > .inner > p {
        font-size: 7px;
        margin: 0 -10px;
    }
    .navbar-toggleable-md .navbar-collapse {
        width: 980px;
        margin: auto;
    }
    .page-container {
        width: 980px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .widget-overview > .inner > p {
        font-size: 9px;
        margin-bottom: 0;
    }
    .navbar-toggleable-md .navbar-collapse {
        width: 1180px;
        margin: auto;
    }
    .page-container {
        width: 1180px;
        margin: 0 auto;
    }
}

@media (min-width: 1500px) {
    .widget-overview > .inner > p {
        font-size: 11px;
        margin-bottom: 6px;
    }
    .navbar-toggleable-md .navbar-collapse {
        width: 1480px;
        margin: auto;
    }
    .page-container {
        width: 1480px;
        margin: 0 auto;
    }
}

@media (max-width: 1500px) and (min-width: 1200px) {
    .space-menu a {
        font-size: 14px;
        padding: 3px 8px;
    }
    .space-menu a svg {
        margin: 0 3px 0 -12px;
    }
    .content .space-menu {
        border-bottom: none;
    }
}

.chat-users, .navbar a, .not-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.sidebar-content {
    position: fixed;
    overflow-x: hidden;
    display: block;
    max-width: 225px;
    top: 37px;
    scrollbar-width: none;
    vertical-align: top;
    width: 250px;
    bottom: 0;
    margin-top: 16px;
}

.sidebar-content::-webkit-scrollbar, .block-right::-webkit-scrollbar {
    display: none;
}