/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

.text-underline {
    text-decoration: underline;
    cursor: pointer;
}

button.disabled {
    pointer-events: none !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
}

.ts-sky {
    background: transparent !important;
    border: 1px solid var(--primary-color) !important;
}

.rightbar-list__item:hover svg path {
    fill: var(--primary-color);
    /*transition: .3s;*/
}

.prof-name {
    margin-top: 4px;
    text-transform: capitalize;
    font-weight: 500;
}

.pd-15 {
    padding: 15px !important;
}

.ts-sky:hover {
    background: var(--primary-color) !important;
    border: 1px solid transparent !important;
    color: #FFF !important;
}

.mb-none {
    margin-bottom: 0px !important;
}

.mxmr {
    min-width: max-content;
    margin-right: 27px;
}

.mx {
    min-width: max-content;
}

.btn-orange {
    background: var(--primary-color) !important;
}

.og span {
    color: var(--primary-color) !important;
}


.btn-orange:hover {
    background: #e86419 !important;
}

.btn-orange.active {
    border: 1px solid var(--primary-color) !important;
    color: var(--black) !important;
    background: transparent !important;
}

.btn-success.active {
    border: 1px solid var(--success-color) !important;
    color: var(--black) !important;
    background: transparent !important;
}

.mns-btn.active {
    background: transparent !important;;
    border: 1px solid var(--black);
    color: var(--black) !important;
}

.btn-danger.active {
    border: 1px solid var(--danger-button-color) !important;
    color: var(--danger-button-color) !important;
    background: transparent !important;
}


.wt {
    color: #FFF !important;
}

.fx-center {
    display: flex;
    align-items: center;
    justify-content: flex-start !important;
}

.fx-start-max {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.fx-btn {
    padding: 9px 29px !important;
    margin-top: 6px !important;
    margin-left: 20px !important;
}

body {
    margin: 0;
    scroll-behavior: smooth;
    overflow: hidden;
    color: var(--brown);
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    background: var(--body-background-color);
}

@media (max-width: 1400px) {
    body {
        min-width: 1580px;
        overflow-x: scroll;
    }
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

/* Custom */
:root {
    /* COLORS */
    --orange: #FC7C33;
    --black: #131211;
    --brown: #3B332E;
    --gray: #A19C92;
    --grayDark: #5F5A52;
    --bg-0: #F4F1EC;
    --bg-1: #FFFAF8;
    --bg-2: #E8E3DC;
    --borderLight: #DCD4C8;
    --infoSky: #87CAE7;
    --successGreen: #AAE47D;
    --errorRed: #F85E55;
    --mediumYellow: #FFC960;
    --redDark: #DE260B;
    /* sizes: */
    --sidebar-width: 253px;
    --rightbar-width: 300px;
    /* Shadows */
    --brown-sm: 5px 11px 22px rgba(59, 51, 46, 0.11);
    --brown-md: 0px 4px 11px rgba(126, 97, 81, 0.22);
    ---modal-shadow: 0px 4px 4px 4px rgba(22, 29, 29, 0.02), 0px 8px 16px 8px rgba(40, 54, 54, 0.05);
    --modal-shadow-big: 5px 11px 38px rgba(59, 51, 46, 0.11);
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    /* scroll-behavior: smooth; */
    font-family: 'Work Sans', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* RESETS */
/*** Scroll Bar ***/
*::-webkit-scrollbar {
    width: 14px;
}

*::-webkit-scrollbar-track {
    margin-top: 5px;
    background-color: var(--scrollbar-border-color);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    border: 4px solid var(--scrollbar-border-color);
    background-clip: padding-box;
    border-radius: 999px;
    background-color: var(--scrollbar-color);
}

*::-webkit-scrollbar-thumb:hover {
    background-color: var(--scrollbar-hover-color);
}

/*** Selection ***/
::-moz-selection {
    color: #fff;
    background: var(--primary-color);
}

::selection {
    color: #fff;
    background: var(--primary-color);
}

button {
    border: none;
    cursor: pointer;
    background: transparent;
    outline: none;
}

._btn {
    border: none;
    cursor: pointer;
    background: var(--bg-0);
    outline: none;
    padding: 11px 22px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 11px rgba(22, 29, 29, 0);
}

._btn:hover {
    border: 1px dashed var(--brown);
    box-shadow: 0px 0px 11px rgba(22, 29, 29, 0.11);
}

._btn:active {
    border: 1px solid transparent;
    box-shadow: none;
}

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

a {
    color: var(--brown);
    padding-bottom: 1px;
    border-bottom: 1px solid transparent;
}

/* --- Global Classes --- */
.none {
    display: none !important;
}

.block {
    display: block !important;
}

.inline {
    display: inline-block;
}

.hidden {
    visibility: hidden;
}


.customer-page__kyc-block--item-comment {
    background: var(--primary-color) !important;
}

.customer-page__kyc-block--item-value {
    background: blue;
}

.org {
    color: var(--primary-color) !important;
}

.org:hover {
    color: #FFF !important;
}

.visible {
    visibility: visible;
}

.trans {
    transition: .29s ease-in;
}

.no-wrap {
    white-space: nowrap;
}

.relative {
    position: relative;
}

.text-center {
    text-align: center !important;
}

.flex-x {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.flex-x-c {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
}

.flex-y {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
}

.flex-y-c {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
}

.flex-between {
    justify-content: space-between !important;
}

.flex-start {
    align-items: center !important;
    justify-content: flex-start !important;
}

.inline-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.inline-icon svg path,
.inline-icon svg {
    transition: .29s ease-in;
}

.input-error {
    margin: 11px 0;
    font-size: 12px;
    font-weight: 600;
    color: var(--error-color);
}

.no-height {
    height: 0;
}

.full-width {
    width: 100%;
    min-width: 100%;
}

.half-width {
    width: calc(50% - 11px) !important;
}

.middle-v {
    vertical-align: middle;
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.max-width {
    width: calc(100% - 69px) !important;
}

.border-none {
    border: none !important;
}

.font-light {
    font-weight: 400 !important;
}

/* === UI Components === */
/* --- Badges --- */
.main.page--error .page-title,
.main.page--404 .page-title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.main.page--error .page-title h2,
.main.page--404 .page-title h2 {
    font-size: 69px;
}

.page-void-link {
    color: var(--primary-color);
    text-decoration: underline;
    line-height: 22px;
    transition: .22s ease-in;
}

.page-void-link:hover {
    color: var(--brown);
}

.link {
    color: var(--infoSky) !important;
    text-decoration: underline;
}

.badge {
    padding: 5px 11px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}

.badge.block {
    margin-bottom: 5px;
}

/* --- Outline: */
.badge.outline {
    background: transparent;
    border: 1px solid var(--borderLight);
    color: var(--grayDark);
}

.badge.outline.gray {
    border: 1px solid var(--borderLight);
    color: var(--grayDark);
}

.badge.outline.gray:hover {
    color: var(--black);
    border: 1px solid var(--grayDark);
}

.badge.outline.green {
    background: transparent;
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.badge.outline.green:hover {
    background: var(--success-color);
    color: #fff;
}

.badge.outline.red {
    background: transparent;
    color: var(--error-color);
    border: 1px solid var(--error-color);
}

.badge.outline.red:hover {
    background: var(--error-color);
    color: #fff;
}

/* --- Fill: */
.badge.fill {
    background: #fff;
    border: 1px solid transparent;
    color: var(--brown);
}

.badge.fill.orange {
    background: var(--primary-color);
    color: #fff;
}

.badge.fill.orange:hover {
    background: transparent;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.badge.fill.sky {
    background: var(--infoSky);
    color: #fff;
}

.badge.fill.sky:hover {
    background: transparent;
    color: var(--infoSky);
    border: 1px solid var(--infoSky);
}

.badge.fill.green {
    background: var(--success-color);
    color: #fff;
}

.badge.fill.green:hover {
    background: transparent;
    color: var(--success-color);
    border: 1px solid var(--success-color);
}

.badge.fill.red {
    background: var(--error-color);
    color: #fff;
}

.badge.fill.red:hover {
    background: transparent;
    color: var(--error-color);
    border: 1px solid var(--error-color);
}

.badge.fill.pending {
    background: var(--mediumYellow);
    color: #fff;
}

.badge.fill.pending:hover {
    background: transparent;
    color: var(--mediumYellow);
    border: 1px solid var(--mediumYellow);
}

.status-color-badge {
    padding: 3px 5px;
    border-radius: 3px;
    white-space: nowrap;
    color: #fff;
    background: var(--brown);
    font-weight: 500;
    font-size: 12px;
}


.green {
    color: var(--success-color);
}

.deleted-color {
    color: var(--redDark) !important;
}

.red {
    color: var(--error-color);
}

.yellow {
    color: var(--mediumYellow);
}

/* --- Some Styles --- */
/* Tooltips */
*[tooltip] {
    position: relative;
    transition: .3s ease-in;
}

*[tooltip]::before {
    content: attr(tooltip);
    position: absolute;
    padding: 5px 11px;
    /* width: 200px; */
    /* white-space: pre-line; */
    white-space: nowrap;
    bottom: -29px;
    right: 0;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    border-radius: 3px;
    color: #fff;
    background: var(--black);
    box-shadow: var(---modal-shadow);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 99;
}

*[tooltip]:hover::before {
    visibility: visible;
    opacity: 1;
}

/* --- Date \ Time */
.login-date__container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-date__box {
    padding: 11px;
    border: 1px dashed var(--brown);
}

#time {
    margin-left: 5px;
    display: inline-block;
    vertical-align: top;
    font-size: 22px;
    font-weight: 700;
    color: var(--brown);
}

#date {
    margin-top: 4px;
    margin-left: 33px;
    font-size: 14px;
}

.login-date__zone {
    margin-left: 11px;
}

.login-date__zone span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: var(--gray);
}

/* --- Rightbar --- */
.rightbar {
    position: fixed;
    top: 0;
    right: 0;
    padding: 0 0 11px;
    width: 75px;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    background: var(--right-menu-background-color);
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
    z-index: 99;
    overflow-y: hidden;
}

.rightbar-list {
    margin: 0;
    padding: 0 2px;
}

.rightbar-list__item {
    margin-bottom: 22px;
    padding: 5px 0;
    white-space: nowrap;
    display: block;
    text-align: center;
    border-radius: 3px;
    border-bottom: 3px solid transparent;
}

.rightbar-list__item.with-switcher {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.rightbar-list__item:nth-child(2) {
    margin-top: 29px;
}

.rightbar-list__item:last-child {
    border-top: 1px solid var(--borderLight);
}

.rightbar-list__item .eva {
    margin: 0 auto;
}

.rightbar-list__item span {
    margin-top: 5px;
    display: block;
    text-align: center;
    white-space: nowrap;
    font-size: 11px;
    font-weight: 500;
    color: var(--brown);
}

.rightbar-list__item:not(:first-child):hover {
    background: var(--right-menu-background-color);
}

.rightbar-list__item:hover span {
    color: var(--primary-color);
}

.rightbar-list__item:hover .eva {
    fill: var(--primary-color);
}

.rightbar-list__item.active {
    background: var(--bg-0);
    border-bottom: 3px solid var(--primary-color);
}

.rightbar-list__item.active .eva {
    fill: var(--primary-color);
}

.rightbar-list__item.active span {
    color: var(--primary-color);
}

.rightbar-list__item-avatar {
    margin: 0 auto;
    padding-bottom: 11px;
    display: block;
    border-bottom: 1px solid var(--borderLight);
}

.rightbar-list__item-avatar svg path {
    fill: var(--primary-color);
}

.rightbar-list__item-avatar img {
    margin: 0 auto;
    display: block;
    width: 47px;
    height: 47px;
    border-radius: 50%;
    border: 2px dotted transparent;
}

.rightbar-list__item-avatar:hover {
    opacity: .69;
}

.rightbar-list__item-avatar:active img {
    border: 2px dotted var(--brown);
    opacity: .92;
}

.rightbar-container {
    position: fixed;
    top: 0;
    right: -300px;
    opacity: 0;
    width: var(--rightbar-width);
    height: 100vh;
    background: #fff;
    overflow: hidden;
    z-index: 99999;
}

.rightbar-widget {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rightbar-widget__header {
    padding: 19px 0;
    border-bottom: 1px solid var(--borderLight);
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}

.rightbar-widget__header h4 {
    margin-left: 11px;
    font-size: 16px;
    font-weight: 700;
    color: var(--brown);
}

.rightbar-widget__close {
    margin-right: 11px;
}

.rightbar-widget__close:hover .eva {
    fill: var(--grayDark);
}

.rightbar-widget__content {
    padding: 0 0;
    overflow-x: hidden;
    overflow-y: auto;
}

/* --- Reminder --- */
.reminder-modal--title {
    font-size: 22px;
    color: var(--black);
}

.reminder-modal--text {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 500;
    color: var(--brown);
}

.reminder-modal--ok {
    line-height: 47px !important;
    color: #fff !important;
    background: var(--primary-color) !important;
    font-weight: 600 !important;
    font-size: 14px !important;
}

.reminder-modal--ok:hover {
    background: var(--brown) !important;
}

.reminder-modal--ok:active {
    background: var(--black) !important;
}

/* Reminder Widget rightbar */
.rightbar-widget--add-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    height: 47px;
    background: #fff;
    border: 1px solid var(--black);
    box-shadow: 0px 4px 11px rgba(126, 97, 81, 0);
}

.rightbar-widget--add-btn span {
    margin-left: 11px;
    font-size: 12px;
    color: var(--brown);
}

.rightbar-widget--add-btn:hover {
    box-shadow: 0px 4px 11px rgba(139, 59, 15, 0.22);
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.rightbar-widget--add-btn:active {
    box-shadow: none;
}

.rightbar-widget--add-btn:hover span {
    color: #fff;
}

.rightbar-widget--add-btn svg path {
    transition: .3s ease-in-out;
}

.rightbar-widget--add-btn:hover svg path {
    fill: #fff;
}

.rightbar-widget__list--title {
    font-size: 16px;
    font-weight: 300;
    padding: 0px 11px 10px 11px;
    color: var(--black);
}

.rightbar-widget__list {
    margin: 0;
}

.rightbar-widget__list-item {
    margin-bottom: 11px;
    padding: 6px 11px;
    border-radius: 4px;
    border: 1px solid transparent;
    background: var(--bg-0);
    width: 100%;
    max-height: 220px;
    overflow-x: hidden;
    overflow-y: auto;
}

.rightbar-widget__list-item:last-child {
    margin-bottom: 0;
}

.rightbar-widget__list-item--title {
    margin: 11px 0;
    font-sizet: 14px;
    color: var(--black);
}

.rightbar-widget__list-item:hover {
    border: 1px solid var(--borderLight);
    background: #fff;
    box-shadow: 0 4px 11px rgba(126, 97, 81, 0.11);
}

.rightbar-widget__list-item--text {
    font-size: 13px;
    line-height: 22px;
    font-weight: 400;
    color: var(--grayDark);
}

.reminder-widget-item--head {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reminder-widget-item--time {
    padding: 5px 6px;
    font-size: 11px;
    font-weight: 400;
    white-space: nowrap;
    color: var(--grayDark);
    border-radius: 11px;
    background: transparent;
    border: 1px solid var(--borderLight);
}

.reminder-widget-item--time.fired {
    background: var(--error-color);
    color: white;
    border-color: transparent;
}

.rightbar-widget__list-item:hover .reminder-widget-item--time {
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.rightbar-widget__list-item--remove {
    margin: 11px 0;
    padding: 3px 5px;
    font-size: 12px;
    border-radius: 4px;
    color: var(--error-color);
    border: 1px solid var(--error-color);
    background: transparent;
}

.rightbar-widget__list-item--remove:hover {
    background: var(--error-color);
    color: #fff;
}

/* --- Language Switcher --- */
.lang-switcher {
    display: flex;
    flex-direction: column;
}

.lang-switcher--item {
    margin-bottom: 11px;
    padding: 11px;
    width: 100%;
    border-radius: 4px;
    background: var(--bg-0);
    border: 1px solid var(--borderLight);
    box-shadow: 0px 3px 11px rgba(126, 97, 81, 0.22);
    display: flex;
    align-items: center;
}

.lang-switcher--item:hover {
    border: 1px solid var(--brown);
    background: #fff;
    box-shadow: 0 3px 11px rgba(126, 97, 81, 0);
}

.lang-switcher--item:active {
    border: 1px solid var(--brown);
    background: var(--brown);
    box-shadow: 0px 3px 11px rgba(126, 97, 81, 0);
}

.lang-switcher--item:active .lang-name {
    color: var(--bg-1);
}

.lang-switcher--item.active {
    background: #fff;
    border: 1px solid var(--primary-color);
}

.lang-switcher--item.active .lang-name {
    color: var(--primary-color);
}

.lang-flag {
    overflow: hidden;
}

.lang-flag img {
    display: block;
    width: 29px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.lang-name {
    margin-left: 11px;
    font-size: 14px;
    color: var(--brown);
    font-weight: 500;
}


/* --- Main --- */
.main {
    margin-top: 65px;
    margin-left: 22px;
    padding: 22px 22px 0 22px;
    position: relative;
    background: var(--main-content-background-color);
    border: 1px solid var(--borderLight);
    border-radius: 11px;
    width: calc(100% - 113px);
    height: calc(100vh - 97px);
    overflow-y: scroll;
    overflow-x: hidden;
}

.main.flex {
    display: flex;
}

body.min .rightbar {
    right: calc(var(--rightbar-width));
    border-right: 1px dashed var(--borderLight);
}

body.min .rightbar {
    right: var(--rightbar-width);
    border-left: 1px solid var(--primary-color);
    box-shadow: 3px 0 2px #ffd9c3;
    transition: 0.5s !important;
    overflow: hidden;
    z-index: 99999;
}

.fx-centerX {
    display: flex;
    align-items: center;
    justify-content: center;
}

body.min .header nav {
    /*display: none;*/
}

body.min .rightbar-container {
    right: 0 !important;
    transition: 0.5s !important;
    opacity: 1;
}

/* --- Modal --- */
#blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: rgba(220, 212, 200, 0.69);
    backdrop-filter: blur(11px);
    z-index: 888;
}

.pb-none {
    margin-left: 0 !important;
    border: none !important;
}

.mb-15 {
    margin-bottom: 15px;
}

/* Modal::Default */
.modal.modalActive {
    display: flex;
}

.modal {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    z-index: 9999;
    overflow-y: auto;
    overflow-x: clip;
    min-width: 40%;
    max-height: 95vh;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
    /*box-shadow: 5px 11px 38px rgba(59, 51, 46, 5);*/
}

.tooltip-m {
    position: relative;
}

.tooltip-m .tooltip-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999999999 !important;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    border-radius: 4px;
    color: #FFF;
    opacity: 0;
    transition: 0.3s;
    z-index: -9999 !important;
    display: none;
}

.tooltip-m:hover .tooltip-text {
    opacity: 1;
    transition: 0.3s;
    z-index: 9999 !important;
    display: flex;
}

.grid-1 {
    display: grid !important;
    grid-template-columns: 1fr;
}

.grid-2 {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px !important;
}

.grid-3 {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
}

.modal.md .modal__content {
    padding-bottom: 69px;
}

.modal__main-content {
    background: #FFF;
    position: relative;
    padding: 25px !important;
    border-radius: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-height: 100%;
    width: 100%;
}

.modal {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.modal.without-shadow {
    box-shadow: none !important;
}

.modal__main-content.with-shadow {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.modal__main-content::before {
    position: absolute;
    content: "";
}

.modal--close-btn {
    position: absolute;
    top: 0px;
    left: calc(100% - 89px);
    padding: 11px;
    background: var(--modal-close-button-color);
    display: flex;
    align-items: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    cursor: pointer;
    z-index: 9;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 0px;
}

.modal--close-btn span {
    font-size: 14px;
    margin-right: 5px;
    color: #fff;
    font-weight: 400;
}

.modal--close-btn:hover {
    background: var(--modal-close-button-hover-color);
}

.modal--close-btn:active {
    background: var(--black);
}

.modal__header {
    margin: 0;
    padding-bottom: 11px;
    margin-bottom: 13px;
    width: 100%;
    border-bottom: 1px solid var(--borderLight);
    cursor: move;
}

.modal__header.with-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__header--name-desc {
    margin-top: 5px;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: var(--brown);
}

.modal__header--name-title {
    font-size: 22px;
    font-weight: 800;
    color: var(--brown);
}

.modal__header--action-btn {
    margin: 0;
    padding: 8px 22px;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    background: transparent;
    text-align: center;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
}

.modal__header--action-btn:hover {
    background: var(--primary-color);
    color: #fff;
}

send.form-wrapper-box {
    padding: 56px 0px 56px 0px !important;
}

.form-wrapper-box {
    position: relative;
    margin: 59px 0px;
}

.container-form {
    position: relative;
    width: 100%;
    max-width: 560px;
    padding: 29px 22px;
    background: var(--bg-1);
    box-shadow: 5px 11px 22px rgb(59 51 46 / 11%);
    border-radius: 11px;
}


.w-100 {
    width: 100% !important;
}

.gap-40 {
    grid-gap: 40px !important;
}

.send .form-title.title-sc.fx-centerX {
    margin: 27px 9px;
}

.modal__header--action-btn:hover svg path {
    fill: #fff;
}

.modal__header--action-btn:active {
    opacity: .69;
}

.mb-10 {
    margin-bottom: 10px !Important;
}

.modal__content {
    padding: 22px 0;
    width: 100%;
    max-height: max-content;
    overflow: visible;
}

.reminder-modal--text {
    min-height: 340px;

}

.modal__footer {
    position: absolute;
    bottom: 0;
    left: 22px;
    width: calc(100% - 44px);
    padding: 22px 0;
    border-top: 1px solid var(--borderLight);
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal__footer--action-btn {
    display: block;
    padding: 0 11px;
    background: var(--bg-0);
    color: var(--brown);
    border: 1px solid var(--borderLight);
    border-radius: 3px;
    line-height: 29px;
}

.modal__footer--action-btn:hover {
    color: #fff;
    background: var(--brown);
    border: 1px solid var(--black);
}

.modal__footer--action-btn:active {
    color: var(--black);
    background: transparent;
    border: 1px solid var(--black);
}

.modal__footer--action-btn:hover .eva {
    fill: #fff;
}

.modal__footer--action-btn:active .eva {
    fill: var(--black);
}

/* Modal -- Confirmation -- */
.modal-confirm--title {
    font-size: 18px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
}

.modal-confirm--title strong {
    font-weight: 800;
}

.modal-confirm--form {
    margin-top: 29px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}

.modal-confirm--cancel {
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 11px 22px;
    border-radius: 3px;
    background: var(--brown);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.modal-confirm--cancel:hover {
    background: var(--black);
}

.modal-confirm--submit {
    padding: 11px 22px;
    border-radius: 3px;
    background: var(--primary-color);
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}

.modal-confirm--submit:hover {
    background: var(--black);
}

/* Modal:: Inbox items */
.modal__inbox--item {
    display: block;
    padding: 11px 0;
    margin-bottom: 5px;
    border-bottom: 1px solid var(--borderLight);
    width: 100%;
    border-left: 3px solid transparent;
    background: transparent;
    display: flex;
    align-items: flex-start;
}

.modal__inbox--item.unseen {
    border-left: 3px solid var(--primary-color);
}

.modal__inbox--item:hover {
    background: var(--bg-2);
}

.modal__inbox--item-avatar {
    width: 69px;
    height: 69px;
    border-radius: 50%;
}

.modal__inbox--item-cont {
    margin-left: 11px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal__inbox--item-cont h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--brown);
}

.modal__inbox--item-cont p {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--grayDark);
}

.modal__inbox--item-cont time {
    margin-top: 11px;
    color: var(--gray);
    font-size: 12px;
    font-weight: 500;
}

/* Modal:: Notification items */
.modal__notif--item {
    position: relative;
    margin-bottom: 5px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid var(--borderLight);
    background: transparent;
    display: flex;
    align-items: center;
}

.modal__notif--item.unseen::before {
    content: '';
    position: absolute;
    top: 11px;
    right: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--primary-color);
}

.modal__notif--item:hover {
    background: var(--bg-2);
}

.modal__notif--item-type {
    width: 55px;
    height: 55px;
    text-align: center;
}

.modal__notif--item-type .eva {
    margin: 11px auto;
    display: block;
}

.modal__notif--item-cont {
    margin-left: 11px;
    padding-left: 11px;
    border-left: 1px solid var(--borderLight);
    width: 100%;
}

.modal__notif--item-cont h4 {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--brown);
}

.modal__notif--item-cont p {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    color: var(--grayDark);
}

.modal__notif--item-cont time {
    display: block;
    margin-top: 11px;
    font-size: 12px;
    font-weight: 400;
    color: var(--gray);
}


/* --- From:leads.css */


.sidebar.minimize::after {
    right: -20px;
}

.page-content {
    padding: 22px 0px 22px 29px;
    width: 100%;
    max-width: calc(100% - var(--sidebar-width));
}

.sub-page {
    padding: 29px 0;
    width: 100%;
    /*overflow-x: hidden;*/
}

.sub-page__title {
    font-size: 22px;
    color: var(--brown);
    font-weight: 700;
    text-transform: capitalize;
}

.sub-page__header {
    padding-bottom: 11px;
    border-bottom: 1px dashed var(--borderLight);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sub-page__header.flex-start {
    justify-content: flex-start;
}

.sub-page__header-btn {
    display: block;
    padding: 11px 29px;
    border-radius: 3px;
    background: var(--primary-button-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.sub-page__header-btn span {
    margin-left: 11px;
    vertical-align: middle;
}

.sub-page__header-btn:hover {
    background: var(--primary-button-hover-color);
}

.sub-page__container {
    margin-top: 22px;
}

.sidebar-toggle {
    position: absolute;
    right: -11px;
    top: 11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid var(--borderLight);
    background: var(--bg-1);
    text-align: center;
}

.sidebar-toggle::after {
    content: '';
    position: absolute;
    top: -12px;
    left: 10px;
    width: 1px;
    height: 22px;
    background: var(--borderLight);
    z-index: -1;
}

.sidebar-toggle .eva {
    margin-top: 2px;
    fill: var(--gray);
}

.sidebar-toggle:hover {
    background: var(--brown);
    border: 1px solid var(--brown);
}

.sidebar-toggle:hover .eva {
    fill: var(--bg-1);
}

.sidebar-toggle:active {
    transform: scale(.92);
}

.sidebar__head {
    margin: 0;
    padding-bottom: 11px;
    border-bottom: 1px solid var(--borderLight);
}

.sidebar__head--go-back {
    padding: 11px 22px;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    background: var(--bg-2);
    will-change: transform;
    display: flex;
}

.sidebar__head--go-back:hover {
    background: var(--brown);
}

.sidebar__head--go-back .eva {
    fill: #5F5A52;
}

.sidebar__head--go-back span {
    margin-left: 5px;
    font-size: 12px;
    color: var(--grayDark);
    font-weight: 500;
}

.sidebar__head--go-back:hover .eva {
    fill: #fff;
}

.sidebar__head--go-back:hover span {
    color: #fff;
}

.sidebar__head--go-back:active {
    transform: scale(.92);
}

.sidebar-title {
    margin-top: 38px;
    font-size: 12px;
    color: var(--brown);
    font-weight: 700;
}

.sidebar__list {
    margin-top: 11px;
    padding: 0;
    width: 100%;
}

.sidebar__list--item {
    margin-bottom: 5px;
    line-height: 38px;
    width: 100%;
    text-transform: capitalize;
    background: transparent;
}

.sidebar__list--item > a {
    line-height: 38px;
    padding: 0 11px;
    font-size: 14px;
    color: var(--brown);
    font-weight: 500;
    display: block;
    width: 100%;
    border-radius: 3px;
    background: transparent;
}

.sidebar__list--item > a:hover {
    background: #fff;
}

.sidebar__list--item > a:active {
    background: var(--bg-2);
}

.sidebar__list--item.active > a {
    background: var(--primary-color);
    color: #fff;
}

.sidebar__list--item > a.active:hover {
    background: var(--bg-2);
    color: var(--black);
}

.page-header {
    margin: 0;
    padding: 20px;
    width: 100%;
    box-shadow: 5px 11px 38px rgba(59, 51, 46, 0.11);
    border-radius: 6px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.page-title {
    display: flex;
    flex-direction: column;
}

.page-title.row-title {
    flex-direction: row !important;
    align-items: self-end;
}

.page-title h2 {
    margin: 0;
    font-size: 25px;
    color: var(--brown);
    font-weight: 800;
    letter-spacing: .1rem;
}

.page-desc {
    font-size: 14px;
    color: var(--grayDark);
}

.page-desc a:hover {
    text-decoration: underline;
}

.page-header__actions {
    display: flex;
    align-items: stretch;
}

.page-header__actions--search {
    margin-right: 20px;
    margin-left: 25px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: stretch;
}

.page-header__actions--search form {
    display: flex;
    align-items: stretch;
}

.page-header__search {
    margin: 0;
    padding: 0 10px 0 10px;
    line-height: 38px;
    font-size: 12px;
    font-weight: 400;
    color: var(--brown);
    outline: none;
    width: 220px;
    background: var(--bg-0);
    border: 1px solid var(--borderLight);
}

.page-header__search:hover {
    border: 1px solid var(--primary-color);
}

.page-header__search:focus {
    border: 1px solid var(--primary-color);
    width: 300px;
}

.page-header__search--btn .eva {
    fill: #FFFFFF;
}

.page-header__search:hover .eva {
    fill: var(--primary-color);
}

.page-header__action--link {
    display: inline-block;
    padding: 0 22px;
    line-height: 38px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.page-header__action--link.btn-white {
    margin-right: 11px;
    background: #fff;
    border: 1px solid var(--borderLight);
    box-shadow: 0px 4px 11px transparent;
}

.page-header__action--link.btn-white span {
    margin-left: 11px;
    font-size: 12px;
    font-weight: 500;
    color: var(--brown);
}

.page-header__action--link.btn-white:hover {
    border: 1px solid transparent;
    box-shadow: 0px 4px 11px rgba(126, 97, 81, 0.22);
}

.page-header__action--link.btn-white:active {
    border: 1px solid var(--borderLight);
    box-shadow: 0px 4px 11px transparent;
}

.page-header__action--link.btn-white:hover span {
    color: var(--brown);
}

.page-header__action--link.btn-brown {
    background: var(--brown);
    border: 1px solid var(--brown);
    box-shadow: 0px 4px 11px transparent;
}

.page-header__action--link.btn-brown span {
    margin-left: 11px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.page-header__action--link.btn-brown .eva {
    fill: #fff;
}

.page-header__action--link.btn-brown:hover {
    background: transparent;
}

.page-header__action--link.btn-brown:hover span {
    color: var(--brown);
}

.page-header__action--link.btn-brown:hover .eva {
    fill: var(--brown);
}

.page-header__action--link.btn-brown:active {
    fill: var(--brown);
    box-shadow: 0px 4px 11px rgba(126, 97, 81, 0.22);
}

.main.with-sidebar {
    padding-top: 0;
    padding-left: 0;
}

.sidebar {
    position: sticky;
    top: 0;
    left: 0;
    padding: 11px;
    background: var(--bg-0);
    padding-right: 11px;
    border-right: 1px solid var(--borderLight);
    min-width: var(--sidebar-width);
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar::-webkit-scrollbar {
    width: 8px;
}

.sidebar::-webkit-scrollbar-thumb {
    border: 2px solid transparent;
}


.sidebar.minimize {
    width: 0px;
    padding: 0 !important;
    overflow: hidden;
}


/* --- Forms --- */
.form--two {
    margin: 0;
    padding: 0;
}

table input[type=checkbox] + label {
    display: block;
    cursor: pointer !important;
    width: 22px;
    height: 22px;
}

#platform-pairs-table input[type=checkbox],
#leads-table input[type=checkbox],
#import-review-table input[type=checkbox] {
    display: none;
}

table input[type=checkbox] + label:before {
    content: "\2714";
    border: 2px solid var(--gray);
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    width: 22px;
    height: 22px;
    vertical-align: bottom;
    color: transparent;
    transition: .22s ease-in;
}

table input[type=checkbox] + label:hover:before {
    background: #fff;
    border: 2px solid var(--black);
}

table input[type=checkbox] + label:active:before {
    transform: scale(0);
}

table input[type=checkbox]:checked + label:before {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

table input[type=checkbox]:disabled + label:before {
    transform: scale(1);
    border-color: #aaa;
}

table input[type=checkbox]:checked:disabled + label:before {
    transform: scale(1);
    background-color: #bfb;
    border-color: #bfb;
}

/* Table Code */
table code {
    font-size: 11px;
    padding: 2px 4px;
    border-radius: 3px;
    background: var(--bg-0);
    color: var(--brown);
}

/* Toggle Switcher */
.switcher {
    margin: 0 auto;
    position: relative;
    width: 26px;
    height: 15px;
    display: block;
}

.switcher input {
    display: none;
}

::-webkit-color-swatch,
::-moz-color-swatch {
    border-color: transparent;
}

.colorpick-eyedropper-input-trigger {
    display: none;
}

.switcher .slider {
    background-color: var(--bg-2);
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.switcher .slider::before {
    content: "";
    position: absolute;
    background-color: #fff;
    bottom: 2px;
    left: 2px;
    height: 11px;
    width: 11px;
    transition: .3s ease-in-out;
}

.switcher input:checked + .slider {
    background-color: var(--primary-color);
}

.switcher input:disabled + .slider {
    background-color: transparent;
    border: 1px solid var(--bg-2)
}

.switcher input:disabled + .slider:before {
    background-color: var(--bg-2);
    bottom: 1px;
}

.switcher input:checked + .slider:before {
    transform: translateX(11px);
}

.switcher .slider.round {
    border-radius: 34px;
}

.switcher .slider.round:before {
    border-radius: 50%;
}

/* --- Alerts --- */
.alert {
    position: fixed;
    padding: 29px 11px;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid var(--borderLight);
    border-left: 8px solid transparent;
    max-width: 420px;
    box-shadow: var(--modal-shadow-big);
    overflow: hidden;
    z-index: 998;
    visibility: hidden;
}

.alert.show {
    top: 11px;
    visibility: visible;
}

.alert__close {
    position: absolute;
    top: 6px;
    right: 6px;
    cursor: pointer;
    opacity: .69;
}

.alert__close:hover {
    transform: scale(1.02);
    opacity: 1;
}

.alert__icon {
    position: relative;
    margin: 0 11px 0 5px;
    text-align: center;
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
}

.alert__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--grayDark);
}

.alert__text strong {
    font-weight: 700;
}

.alert__icon::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 3px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

/* Alert::success */
.alert.success {
    border-left: 8px solid var(--success-color);
}

.alert.success .alert__icon {
    background: var(--success-color);
}

.alert.success .alert__icon::after {
    content: '\2713';
}

/* Alert::error */
.alert.error {
    border-left: 8px solid var(--error-color);
}

.alert.error .alert__icon::after {
    content: '\2A2F';
}

.alert.error .alert__icon {
    background: var(--error-color);
}

/* Alert::info */
.alert.info {
    border-left: 5px solid var(--infoSky);
}

.alert.info .alert__icon::after {
    content: '?';
    left: 6px;
}

.alert.info .alert__icon {
    background: var(--infoSky);
}

/* Alert::warn */
.alert.warn {
    border-left: 5px solid var(--primary-color);
}

.alert.warn .alert__icon::after {
    content: '\0021';
    left: 8px;
}

.alert.warn .alert__icon {
    background: var(--primary-color);
}


/* --- Tables --- */

/* Table */
.table-clean.horizontal {
    margin: 0;
    min-width: 100%;
    max-width: 100%;
    border-collapse: separate;
    overflow-x: auto;
}

/* Table Clean */
.table-clean {
    padding: 22px;
    width: 100%;
    text-align: left;
    background: var(--bg-0);
    border-radius: 11px;
    /* display: table !important; */
    /* border-collapse: collapse; */
    border-collapse: separate;
    overflow-x: scroll;
}

.table-clean.bg-white {
    background: #fff;
}

.table-clean th {
    padding: 11px;
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid var(--borderLight);
    color: var(--black);
}

.table-clean th:first-child {
    border-left: none;
}

.table-clean tbody {
    background: #fff;
}

.table-clean tbody tr:hover {
    background: var(--bg-2);
}

.table-clean td {
    padding: 11px;
    border-left: 1px solid var(--borderLight);
    border-bottom: 1px solid var(--borderLight);
}

.table-clean td:first-child {
    border-left: none;
}

.table-clean tbody td {
    font-size: 14px;
    font-weight: 400;
    color: var(--brown);
}

.table-account strong {
    display: block;
}

.table-account span {
    margin-top: 3px;
    font-size: 12px;
    color: var(--grayDark);
    display: block;
}

.table-on-off {
    display: flex;
    align-items: center;
}

.table-on-off span {
    font-weight: 600;
    font-size: 12px;
}

.table-on-off.neutral span {
    color: var(--primary-color);
}

.table-on-off.on span {
    color: var(--success-color);
}

.table-on-off.off span {
    color: var(--error-color);
}

.table-clean--btn-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 11px 22px;
    border-radius: 6px;
    background: #fff;
    border: 1px solid var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    color: var(--primary-color);
}

.table-clean--btn-detail span {
    margin-right: 11px;
}

.table-clean--btn-detail:hover {
    background: var(--primary-color);
    color: #fff;
}

.table-clean--btn-detail:hover svg path {
    stroke: #fff;
}

.table-link {
    color: var(--primary-color);
    font-weight: 500;
    transition: .3s ease;
}

.table-link:hover {
    text-decoration: underline;
}


.simple-table {
    margin: 22px 0 0 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    table-layout: auto;
    background: transparent;
    border: none;
    border-collapse: collapse;
    border-spacing: 0 1px;
    table-layout: auto;
}

.simple-table.fixed {
    table-layout: fixed;
    width: 100%;
}

.simple-table.fixed th.sm-col,
.simple-table.fixed td.sm-col {
    width: 56px;
    text-align: center;
}

.simple-table th.sm-col,
.simple-table td.sm-col {
    padding-right: 22px;
    width: 56px;
    text-align: center;
}

.simple-table.fixed th.md-col,
.simple-table.fixed td.md-col {
    width: 69px;
    text-align: center;
}

.simple-table thead {
    line-height: 33px;
    text-align: left;
}

.simple-table th {
    padding: 11px;
    border-bottom: 1px solid var(--borderLight);
    font-size: 14px;
    color: var(--grayDark);
    word-wrap: normal;
    font-weight: 400;
    white-space: nowrap;
}

.simple-table tbody {
    border-collapse: separate;
}

.simple-table tbody tr {
    padding: 11px;
    background: transparent;
    transition: .3s ease-in;
    /* white-space: nowrap; */
    box-sizing: border-box;
}

.word-wrap {
    word-wrap: break-word;
    white-space: pre-line;
}

.simple-table tbody tr:hover {
    background: var(--bg-0);
}

.simple-table tbody tr td {
    padding: 1rem 1.25rem;
    line-height: 26px;
    border-bottom: 1px solid var(--borderLight);
    font-size: 14px;
    font-weight: 300;
    color: var(--brown);
    text-transform: capitalize;
    word-wrap: break-word;
}

.big-table-cell {
    white-space: pre-line;
    overflow-x: hidden;
    word-wrap: break-word;
}

.simple-table tbody tr td p {
    word-wrap: break-word;
}

.simple-table tbody tr td strong {
    font-weight: 500;
    color: var(--grayDark);
}

.simple-table.table--permissions tbody tr td:last-child {
    padding: 11px;
    text-align: right !important;
}

.simple-table.simple-table.table--permissions tbody tr td {
    line-height: 22px;
    text-align: center;
}

.simple-table.simple-table.table--permissions tbody tr td:first-child {
    text-align: left;
}

.simple-table th.big {
    width: 220px;
    font-size: 18px;
    font-weight: 700;
}

.simple-table th.big em {
    font-weight: 400;
    font-style: normal;
}

.simple-table th.sm {
    font-weight: 300;
    width: 47px;
    text-align: center;
}

.simple-table th.md {
    padding-right: 11px;
    text-align: right;
    font-weight: 300;
    width: 120px;
}


/* Table actions */
.table-edit-link {
    padding: 5px 11px;
    border-radius: 3px;
    background: #fff;
    color: var(--grayDark);
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--gray);
    cursor: pointer;
}

.table-edit-link:disabled {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}

.table-edit-link span,
.table-edit-link svg {
    margin: 0 3px;
    vertical-align: middle;
}

.table-edit-link:hover {
    background: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}

.table-edit-link:active {
    background: var(--brown);
    border: 1px solid var(--brown);
}

.table-edit-link svg path {
    transition: .3s ease-in-out;
}

.table-edit-link:hover svg path {
    fill: #fff;
}

.table-delete--btn {
    margin-left: 11px;
    padding: 5px 11px;
    background: transparent;
    border: 1px solid var(--error-color);
    color: var(--error-color);
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
}

.table-delete--btn:hover {
    background: var(--error-color);
    color: #fff;
}

/* Modal Table */
.modal-table--clean {
    margin: 0;
    width: 100%;
    min-width: 100%;
    text-align: left;
}

.modal-table--clean th {
    font-size: 14px;
    padding: 5px 11px;
    border-bottom: 1px solid var(--borderLight);
}

.modal-table--clean tbody td {
    padding: 5px 11px;
    color: var(--brown);
    border-bottom: 1px dashed var(--borderLight);
}

.modal-table--clean tbody td span {
    font-weight: 600;
}

/* --- Inner Page Sidebar Menu --- */
.sidebar__list--item.has-sub {
    position: relative;
}

.sidebar__list--item.has-sub.active > a {
    background: var(--bg-2);
    color: var(--black);
    border-radius: 3px 3px 0 0;
}

.sidebar__list--item.has-sub > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar__list--item.has-sub.active > a .eva {
    transform: scale(-1) !important;
}

.sidebar__list--sub {
    margin: 0;
    padding: 11px 0;
    width: 100%;
    background: #fff;
    display: none;
}

.sidebar__list--sub.active {
    display: block;
}

.sidebar__list--sub > li {
    padding: 0 11px;
}

.sidebar__list--sub-item {
    padding: 0 11px;
    background: transparent;
    display: block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 400;
    color: var(--brown);
}

.sidebar__list--sub-item:hover {
    background: var(--bg-0);
    color: var(--black);
}

.sidebar__list--sub-item:active {
    background: var(--primary-color);
    font-weight: 500;
    color: #fff;
}

.sidebar__list--sub-item.active {
    background: var(--primary-color);
    font-weight: 500;
    color: #fff;
}


/* --- Footer --- */
footer {
    margin-top: 5px;
    padding: 5px 0;
    text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: var(--grayDark);
}

footer > a {
    font-weight: 400;
}


/* --- Loader --- */
.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    background: rgba(255, 255, 255, .92);
    z-index: 9999;
}

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 38px;
    height: 38px;
    border: 5px solid var(--bg-0);
    border-top: 6px solid var(--primary-color);
    border-radius: 100%;
    margin: auto;
    animation: spin 1s infinite linear;
    z-index: 9999999;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* --- Buttons --- */
.btn-white-icon {
    margin: 0;
    padding: 8px 22px;
    border-radius: 3px;
    background: #fff;
    font-size: 12px;
    font-weight: 500;
    color: var(--brown);
    border: 1px solid transparent;
    box-shadow: 0 4px 11px rgba(126, 97, 81, 0.22);
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-white-icon span {
    margin-left: 11px;
}

.btn-white-icon:hover {
    box-shadow: none;
    border: 1px solid var(--brown);
}

.deactivate-btn {
    margin-right: 22px;
    padding: 11px 22px;
    display: flex;
    align-items: center;
    line-height: 47px;
    border-radius: 3px;
    background: var(--error-color);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid transparent;
}

.deactivate-btn.fr {
    margin: 0px 0px 0px 10px !important;
    padding: 3px;
    line-height: 0px !important;
}

.deactivate-btn.fr span {
    margin-left: 5px;
    font-size: 11px;
}

.choices__inner {
    overflow: initial !important;
}

.btn-success {
    background: #62ba1e !important;
}

.btn-success:hover {
    background: #479a07 !important;
}

.fx-center-max {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.deactivate-btn span {
    margin-left: 11px;
}

.deactivate-btn:hover {
    border: 2px solid var(--error-color);
    color: var(--error-color);
    background: #fff;
}

.deactivate-btn:hover svg path {
    fill: var(--error-color);
}

.deactivate-btn.black {
    background: var(--black);
}

.deactivate-btn.black:hover {
    color: var(--black);
    border: 2px solid var(--black);
    background: #fff;
}

.deactivate-btn.black:hover svg path {
    fill: var(--black);
}

/* --- Forms --- */
/* Modal Email Form */
.modal-form__full {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-form__full--row {
    margin-bottom: 22px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.modal-form__full--row:last-child {
    margin-bottom: 0;
}

.modal-form__half--row {
    margin-bottom: 22px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.modal-form__half--row:last-child {
    margin-bottom: 0;
}

.modal-form__half--row .modal-from__group {
    width: 47%;
    display: flex;
    flex-direction: column;
}

.modal-form__half--row.additional-fields {
    flex-direction: column;
}

.modal-form__half--row.additional-fields .add-new-field-button button {
    height: 42px;
    background-color: var(--success-color);
}

.modal-form__half--row.additional-fields .fields .field {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr .5fr;
    grid-column-gap: 15px;
    align-items: flex-end;
    margin-bottom: 22px;
}

.modal-form__half--row.additional-fields .fields .field .field-remove-btn {
    background-color: var(--redDark);
    height: 42px;
}

.modal-form__half--row.additional-fields .fields .field .modal-from__group {
    width: 100%;
}

.modal-form__full--label {
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 14px;
    color: var(--grayDark);
}

.modal-form__full--label:hover {
    color: var(--brown);
}

.modal-form__full--label em {
    color: var(--gray);
}

.modal-form__full--input {
    padding: 0 11px;
    width: 100%;
    max-width: 100%;
    height: 42px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid var(--borderLight);
    color: var(--brown);
    font-size: 14px;
    font-weight: 500;
    outline: none;
}

.modal-form__full--input:disabled:hover,
.modal-form__full--input:disabled:focus,
.modal-form__full--input:disabled:active,
.modal-form__full--input:disabled {
    background: var(--bg-0);
    border-color: var(--borderLight);
    color: var(--gray);
}

.modal-form__full--input:hover {
    border: 1px solid var(--brown);
}

.modal-form__full--input:focus {
    border: 1px solid var(--primary-color);
}

.modal-form__full textarea {
    padding-top: 11px;
    min-height: 120px;
    line-height: 22px;
}

.modal-form__full--submit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 47px;
    border-radius: 3px;
    background: var(--primary-button-color);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.modal-form__full--submit:hover {
    background: var(--primary-button-hover-color);
}

.modal-form__full--submit span {
    margin-left: 11px;
}

/* --- Paginations --- */
.table-clean__pagination {
    margin-top: 11px;
    display: flex;
}

.table-clean__pagination--item {
    margin: 0 2px;
    padding: 6px 11px;
    background: var(--bg-2);
    color: var(--brown);
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.table-clean__pagination--item:first-child {
    margin-right: 11px;
}

.table-clean__pagination--item:last-child {
    margin-left: 11px;
}

.table-clean__pagination--item:hover {
    background: var(--primary-color);
    color: #fff;
}

.table-clean__pagination--item.active {
    background: var(--brown);
    color: #fff;
}

.table-clean__pagination--item.disabled {
    background: var(--bg-0);
    color: var(--grayDark);
    cursor: not-allowed;
}

/* --- effects FX --- */
.click-fx--scale {
    will-change: transform;
}

.click-fx--scale:active {
    transform: scale(.92);
}

.fx-active {
    will-change: transform;
}

.fx-active:active {
    opacity: .95;
    transform: scale(.95);
}


/* === Leads Filters === */

.page-filters {
    margin-top: 29px;
    width: 100%;
}

.page-filters__title {
    display: flex;
    align-items: center;
}

.page-filters__title--txt {
    margin-left: 5px;
    font-size: 14px;
    font-weight: 500;
    color: var(--brown);
    white-space: nowrap;
}

.page-filters__container {
    margin-top: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-filters__select {
    padding: 11px 0;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 12px;
}

.page-filters__select.grid-4 {
    grid-template-columns: repeat(4, 1fr) !important;
}

.page-filter__item:last-child {
    margin-right: 0;
}

.page-filters__container button,
.page-filter__item .choices,
.page-filter__item .choices .choices__inner,
.page-filter__item input {
    /*height: 42px !important;*/
}

.page-filter__item--label {
    margin-bottom: 5px;
    display: block;
    cursor: pointer;
    color: var(--brown);
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.page-filter__item--label:hover {
    color: var(--primary-color);
}

.page-filter__submit {
    margin-top: 17px;
    padding: 0 22px;
    line-height: 38px;
    background: var(--brown);
    text-align: center;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.page-filter__submit:hover {
    background: var(--primary-color);
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100vh;
    display: flex;
    opacity: 0;
    z-index: -9999 !important;
    align-items: center;
    justify-content: center;
    background: rgb(228 228 232) !important;
    transition: 0.3s;
}

#loader.active {
    display: flex;
    opacity: 1;
    z-index: 999 !important;
    transition: 0.3s;
}

.loader_circle {
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid var(--primary-color);
    width: 90px;
    height: 90px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.ml_none {
    margin-left: 0px !important;
}

.mb_25 {
    margin-bottom: 25px !important;
}

.mxw {
    max-width: max-content;
}

.grid-6 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-7 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.mt_18 {
    margin-top: 18px !important;
}

.nosidebar .page-content {
    max-width: inherit;
}

.orange {
    color: var(--primary-color) !important;
}

.pd7-29 {
    padding: 7px 29px !important;
    margin-left: 12px;
}

#table-actions-drop.show .users-action--item {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    padding: 7px 10px;
}

.txtarea {
    resize: horizontal;
    padding: 15px;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.smooth {
    scroll-behavior: smooth !important;
}

.btnrs {
    margin: 18px 0px 0px 0px !important;
    /*padding: 12px 29px !important;*/
}

.rightBar-co {
    padding: 10px;
}

.customer-docs__container {
    display: grid !important;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
}

.customer-doc__item {
    width: 100% !important;
}

.customer-doc__item--name {
    display: flex !important;
}

.btn-co {
    padding: 15px 10px 0px 10px !important;
}

.rightbar-widget__list-item--remove.edit-btn {
    padding: 3px 13px;
    border: 1px solid var(--primary-color);
    border-radius: 3px;
    background: transparent !important;
    text-decoration: none !important;
    color: var(--primary-color);
}

.rightbar-widget__list-item--remove.edit-btn:hover {
    background: var(--primary-color) !important;
    color: #FFF !important;
}

.pointer {
    cursor: pointer;
}

.fx-column {
    display: flex;
    flex-direction: column;
}

.fx-row-end {
    display: flex !important;
    flex-direction: row !important;
    align-items: self-end !important;
}

.file-input + label {
    padding: 0 22px;
    font-size: 14px;
    font-weight: 500;
    line-height: 47px;
    text-align: center;
    color: var(--grayDark);
    background-color: transparent;
    display: flex;
    border-radius: 3px;
    border: 1px solid var(--gray);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.file-input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.file-input + label span {
    margin-left: 11px;
    text-align: center;
}

#table-actions-drop.show .users-action--item.hide {
    display: none !important;
}

.baseline {
    display: flex !important;
    align-items: baseline !important;
}

.mntx {
    padding: 10px;
    resize: vertical;
    min-height: 65px;
    margin: 14px 0px 0px 0px;
    border-radius: 4px;
    width: 98%;
    filter: blur(0px) !important;
    border: 1px solid #c3baba;
}

.btnmrsm {
    padding: 7px 18px !important;
    margin-top: 6px !important;
    margin-left: 20px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
}

.disableTool .tooltip {
    position: absolute;
    min-width: max-content;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 10px;
    border-radius: 4px;
    background: var(--primary-color);
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
}

.visableTool:hover .tooltip {
    opacity: 1;
    visibility: visible;
    transition: .3s;
}

.modal.reminder {
    overflow: visible;
}

.modal.reminder .reminder-icon {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
}

.modal.reminder .modal__main-content {
    background: #FFF;
    position: absolute;
    padding: 25px !important;
    border-radius: 7px;
    left: 0;
    right: 0;
    margin: 0 auto;
    /* top: 50%; */
    max-height: 100%;
    width: 100%;
    top: 50%;
    /* transform: translateY(-50%); */
    transform: translateY(-50%);
}


.modal.reminder .modal__header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0px;
}

.modal.reminder .modal__header--name {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal.reminder .modal__footer {
    position: relative;
    left: 0px;
    width: 100%;
}

.modal.reminder .reminder-modal--text {
    overflow: auto;
    max-height: 145px;
    min-height: 140px !important;
}

.btn-dg {
    background: var(--error-color) !important;
    color: #FFF !important;
}

.history-icon {
    margin-right: 10px;
    padding: 7px 10px;
    background: #FFF;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    border-radius: 4px;
    cursor: pointer;
}

.history-icon.active {
    background: var(--black);
}

.history-icon.active svg path {
    fill: #FFF;
}

.history-icon:hover {
    background: var(--primary-color);
}

.history-icon:hover svg path {
    fill: #FFF;
}

.history-icon svg path {
    fill: var(--primary-color);
}

.mf .history-icon {
    max-width: max-content;
    float: right;
}

.comments-history {
    position: absolute;
    z-index: 9999999999;
    top: 5px;
    right: 70px;
    min-width: calc(100% - 75px);
    padding: 10px 13px;
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
    display: none;
    visibility: hidden;
    opacity: 0;
}

.comments-history.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

.all-prev-comments {
    max-height: 315px;
    overflow: auto;
}

.all-prev-comments time {
    margin-right: 9px;
    margin-top: 0px !important;
}

.prevCom:not(:last-of-type) {
    margin-bottom: 15px;
    border-bottom: 1px solid var(--borderLight);
}

.all-prev-comments .prevCom .mntx {
    padding: 0px 0px 10px 0px;
    resize: vertical;
    min-height: max-content;
    margin: 14px 0px 0px 0px;
    border-radius: 4px;
    width: 98%;
    filter: blur(0px) !important;
    border: none;
}

.mr-5 {
    margin-right: 5px !important;
}

.mr-10 {
    margin-right: 10px !important;
}

.edit-btn.cs {
    padding: 6px 9px;
    background: var(--primary-color);
    border-radius: 3px;
    text-decoration: none !important;
    color: #FFF;
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    cursor: pointer !important;
}

.delete-btn.cs {
    padding: 6px 9px;
    background: var(--error-color);
    border-radius: 3px;
    text-decoration: none !important;
    color: #FFF;
    border: 1px solid transparent !important;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    cursor: pointer !important;
}

.comEditable,
.comNeditable {
    display: none;

    flex-grow: 1;
    margin-right: 24px;
}

.comEditable.active,
.comNeditable.active {
    display: flex;
    flex-direction: column;
}

.edit-btn.cs.active {
    background: var(--black);
}

.mainHist {
    position: relative;
}


.comNeditable .mntx {
    padding: 0px;
    resize: vertical;
    min-height: max-content;
    margin: 0;
    border-radius: 4px;
    width: 98%;
    filter: blur(0px) !important;
    border: 1px solid transparent;
}

.dash-widget__item {
    border-bottom: 1px solid transparent !important;
    margin-bottom: 0px !important;
    overflow: visible !important;
}

.dash-widget__content {
    padding-bottom: 11px;
    width: 100%;
    overflow: visible !important;
    border-bottom: 1px solid var(--borderLight);
}

.dash-widget__content:not(:last-child) {
    margin-bottom: 15px;
}

.w-4 {
    font-size: 10px !important;
    font-weight: 400 !important;
}

.comEditable .mntx,
.comNeditable .mntx {
    font-size: 13px !important;
    font-weight: 600 !important;
}

.w-4.underline a {
    text-decoration: underline !important;
}

.mm-chart {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

#dashboard_calendar {
    max-width: 100%;
    margin: 0 auto;
    max-height: 550px;
    margin-bottom: 50px;
}

.pdb-30 {
    padding-bottom: 30px;
}

.grd-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.chart-pos {
    position: relative;
    width: 70%;
    height: 100%;
}

#chart {
    width: 100% !important;
    height: 100% !important;
}

.gap-40 {
    grid-gap: 40px !important;
}

.income {
    padding: 10px 15px;
    background: var(--success-color);
    border-radius: 2px;
}

.income h3 {
    font-size: 33px;
    color: #FFF;
}

.income p {
    font-size: 15px;
    color: #FFF;
}

.report-tab-header {
    BACKGROUND: #FFFFFF;
    padding: 10px 17px;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
}

.report-tab-header ul li {
    margin-right: 25px;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid var(--borderLight);
    cursor: pointer;
}

.report-tab-header ul li.active {
    background: var(--primary-color);
}

.report-tab-header ul li.active a {
    color: #FFFFFF !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: flex;
}

.deviceList {
    position: relative;
}

.deviceList.active {
    z-index: 1;
}

.deviceList.active::before {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    top: calc(100% - 7px);
    left: 50%;
    background: var(--primary-color);
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}

.report-tab-body {
    width: 100%;
    position: relative;
    border: 1px solid var(--borderLight);
    padding: 10px 17px;
    background: #FFFFFF;
    margin-top: 15px;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 30%);
    border-radius: 4px;
}

.h-auto {
    height: auto !important;
}

.table-clean.pr {
    overflow-x: hidden;
    overflow-y: clip;
}

.mwc {
    min-width: calc(100% + 21px);
}

.mt-none {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 10px !important;
}

.toast-error {
    background-color: var(--error-color) !important;
    color: #FFFFFF;
    opacity: 1 !important;
}

.toast-success {
    background-color: var(--success-color) !important;
    color: #FFFFFF;
    opacity: 1 !important;
}

.page-header__search:disabled {
    background-color: #f0f0f0;
    color: #a0a0a0;
    border: 1px solid #ccc;
    cursor: not-allowed;
    opacity: 0.7;
}

.toast-message .title {
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.switch-wrapper .switch {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 24px;
    margin-bottom: 0;
}

.switch-wrapper .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch-wrapper .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.4s;
    border-radius: 34px;
    background-color: #e9ecef;
}

.switch-wrapper .switch .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 4px;
    bottom: 2px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

.switch-wrapper .switch input:checked + .slider {
    background-color: var(--primary-color);
}

.switch-wrapper .switch input:checked + .slider:before {
    transform: translateX(15px);
}

.switch-wrapper switch .slider.round {
    border-radius: 34px;
}

.switch-wrapper .switch .slider.round:before {
    border-radius: 50%;
}

.empty-section {
    padding: 11px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.empty-section p {
    margin-top: 11px;
    font-size: 12px;
    color: var(--gray);
    font-weight: 400;
}

.danger-text {
    color: var(--error-color) !important;
}

.success-text {
    color: var(--success-color) !important;
}

tr.error {
    background-color: var(--error-color);
}

tr.success {
    background-color: var(--success-color);
}

tr.success .td .message,
tr.error .td .message {
    color: #FFFFFF;
}

.error-message {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: var(--errorRed);
    margin-top: 3px;
    padding-left: 5px;
}

.users {
    margin-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.click-to-copy {
    cursor: pointer;
}

.d-none {
    display: none;
}

#scroll-to-top {
    position: fixed;
    z-index: 9999999;
    bottom: 2rem;
    right: 1rem;
    width: 40px;
    height: 40px;
    text-decoration: none;
    color: white;
    background-color: var(--primary-color);
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    border-radius: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(1rem);
    transition: all 0.3s ease;
}

#scroll-to-top > span {
    font-weight: bold;
    font-size: 2rem;
}

#scroll-to-top.shown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
