body {

    font-family: "Inter", sans-serif;

    color: #334155;

    background: #f8fafc;

    margin: 0;

    padding: 0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    min-height: 100vh;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

}


body,
html {

    font-size: 16px;

}


body > * {

    font-size: 14px;

}


rt.display-block {

    display: block;

}


.tooltip {

    position: fixed;

}


.color-white {

    color: #fff !important;

}


.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {

    position: relative;

    min-height: 1px;

    padding-right: 15px;

    padding-left: 15px;

}


.col-xs-5ths {

    width: 20%;

    float: left;

}


@media (min-width: 768px) {

    .col-sm-5ths {

        width: 20%;

        float: left;

    }

}


@media (min-width: 992px) {

    .col-md-5ths {

        width: 20%;

        float: left;

    }

}


@media (min-width: 1200px) {

    .col-lg-5ths {

        width: 20%;

        float: left;

    }

}


[dir="rtl"] .mright5 {

    margin-right: 0px;

    margin-left: 5px;

}


[dir="rtl"] .mright10 {

    margin-right: 0px;

    margin-left: 10px;

}


[dir="rtl"] .mleft5 {

    margin-left: 0px;

    margin-right: 5px;

}


[dir="rtl"] .mleft10 {

    margin-left: 0px;

    margin-right: 10px;

}


[dir="rtl"] .input-group-addon:last-child {

    border-left: 1px solid #ccc;

}


[dir="rtl"] .colorpicker.colorpicker-visible.dropdown-menu {

    left: 0px !important;

    right: auto;

    padding-left: 3px;

    margin-left: 45px;

}


.border-right {

    border-right: 1px solid #f0f0f0;

}


.line-throught {

    text-decoration: line-through;

}


.full-width {

    width: 100%;

}


.no-margin {

    margin: 0px !important;

}


.no-mtop {

    margin-top: 0px !important;

}


.no-p-left {

    padding-left: 0px !important;

}


.no-p-right {

    padding-right: 0px;

}


.relative {

    position: relative;

}


.font-medium {

    font-size: 15px;

}


.inline-block {

    display: inline-block;

}


.alert-validation {

    margin-top: 5px;

}


.table-image {

    height: 75px;

    width: 250px;

    margin: 15px 0px;

}


.announcement small {

    font-size: 12px;

    color: #333;

}


.announcement {

    font-size: 14px;

}


.bgwhite {

    background: white;

    border: 1px solid #e4e5e7;

}


.warning-bg {

    background: #ff6f00 !important;

    color: #fff !important;

    border: 1px solid #ff6f00 !important;

}


.success-bg {

    background: #84c529 !important;

    color: #fff !important;

    border: 1px solid #84c529 !important;

}


.primary-bg {

    background: #28b8da;

    color: #fff !important;

    border: 1px solid #28b8da;

}


.info-bg {

    background: #03a9f4 !important;

    color: #fff !important;

    border: 1px solid #03a9f4 !important;

}


.danger-bg {

    background: #fc2d42 !important;

    color: #fff !important;

    border: 1px solid #fc2d42 !important;

}


.submenu {

    display: inline-block;

    float: right;

    margin-bottom: 25px;

}


.submenu li {

    display: inline-block;

    margin-right: 15px;

}


.submenu li:last-child {

    margin-right: 0px;

}


.submenu li a {

    font-size: 17px;

    color: #475569 !important;

}


.submenu li a:hover,
.submenu li a:active,
.submenu li a:focus {

    color: #1e293b !important;

}


.tickets table tr.text-danger a {

    color: #fc2d42;

}


.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}


@-webkit-keyframes fadeIn {

    from {

        opacity: 0;

    }


    to {

        opacity: 1;

    }

}


@keyframes fadeIn {

    from {

        opacity: 0;

    }


    to {

        opacity: 1;

    }

}


.fadeIn {

    -webkit-animation-name: fadeIn;

    animation-name: fadeIn;

}


@-webkit-keyframes fadeOut {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

    }

}


@keyframes fadeOut {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

    }

}


.fadeOut {

    -webkit-animation-name: fadeOut;

    animation-name: fadeOut;

}


@-webkit-keyframes fadeInRight {

    from {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }


    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}


@keyframes fadeInRight {

    from {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }


    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}


.fadeInRight {

    -webkit-animation-name: fadeInRight;

    animation-name: fadeInRight;

}


@-webkit-keyframes fadeInLeft {

    from {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }


    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}


@keyframes fadeInLeft {

    from {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }


    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}


.fadeInLeft {

    -webkit-animation-name: fadeInLeft;

    animation-name: fadeInLeft;

}


@-webkit-keyframes fadeOutLeft {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}


@keyframes fadeOutLeft {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

        -webkit-transform: translate3d(-100%, 0, 0);

        transform: translate3d(-100%, 0, 0);

    }

}


.fadeOutLeft {

    -webkit-animation-name: fadeOutLeft;

    animation-name: fadeOutLeft;

}


@-webkit-keyframes fadeOutRight {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}


@keyframes fadeOutRight {

    from {

        opacity: 1;

    }


    to {

        opacity: 0;

        -webkit-transform: translate3d(100%, 0, 0);

        transform: translate3d(100%, 0, 0);

    }

}


.fadeOutRight {

    -webkit-animation-name: fadeOutRight;

    animation-name: fadeOutRight;

}


.text-white {

    color: #fff !important;

}


#wrapper {

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

}


footer {

    background: #fff;

    padding: 15px;

    width: 100%;

    height: 50px;

    margin-top: 25px;

    border-top: 1px solid #F5F5F5;

}


h1,
h2,
h3,
h4 {

    font-weight: 400;

}


h1,
h2 {

    font-size: 24px;

}


h3 {

    font-size: 20px;

}


h4 {

    font-size: 18px;

}


.h4,
h4,
.h3,
h3 {

    font-weight: 400;

}


a:hover,
a:focus,
a:active,
a:visited {

    text-decoration: none;

}


.navbar {

    padding: 0px;

    min-height: 60px;

    border-radius: 0px;

}


.navbar-default {

    border: 0;

    border-bottom: 1px solid #e2e8f0;

    background: white;

}


.navbar-default .navbar-nav > li > a {

    color: #000;

    line-height: 85px;

    font-size: 14.5px;

    display: inline;

    margin-right: 3px;

    font-weight: 400;

}


.navbar-default .navbar-nav > li > a i {

    margin-right: 5px;

    color: inherit;

}


.navbar-default .navbar-nav > li:last-child > a {

    margin-right: 0;

}


@media (min-width: 768px) {

    .navbar-nav > li > a {

        padding: 8px 10px;

    }

}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {

    color: #3F8CFF;

    border-radius: 6px;

    background: #fff;

    font-weight: 700;

}


.navbar-default .navbar-nav > li:not(.customers-nav-item-languages) > a:focus,
.navbar-default .navbar-nav > li:not(.customers-nav-item-languages) > a:hover {

    background: #fff;

    border-radius: 0px;

    color: #0066FF;

    transition: ease-in-out 0.2s;

}


.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle:focus,
.navbar-default .navbar-nav > li.dropdown > a.dropdown-toggle:hover {

    background: transparent;

    border-radius: 0;

}


.navbar a.navbar-brand {

    padding: 23px 0px 25px 0px;

    height: auto;

    margin-right: 10px;

}


.navbar a.navbar-brand img {

    width: auto;

    height: 50px;

}


.navbar-default .navbar-nav > li.customers-nav-item-login > a {

    background: #3F8CFF !important;

    color: #fff !important;

    display: inline;

    font-weight: 500;

    font-size: 14px;

    border-radius: 16px !important;

    padding: 8px 16px;

    margin-left: 10px;

}


.navbar-default .navbar-nav > li.customers-nav-item-login > a:hover,
.navbar-default .navbar-nav > li.customers-nav-item-login > a:active {

    background: #0066FF !important;

    border-radius: 16px !important;

}


.navbar-default .navbar-nav > li.customers-nav-item-profile > a {

    padding-right: 0;

}


@media (max-width: 767px) {

    .customers-nav-item-languages {

        display: none;

    }

}


.btn.btn-input-group {

    padding: 7px 16px;

    border: 1px transparent;

}


.btn-icon {

    padding: 2px 6px 2px 6px !important;

}


.original-button {

    margin-top: 22px;

    padding: 6px 12px;

}


#client-home-chart {

    max-width: 100%;

}


.client-reply .panel-body {

    background: #fefce8 !important;

    color: #854d0e;

}


body.viewinvoice .alert {

    margin-top: 10px;

    margin-bottom: -7px;

    border-radius: 1px;

}


.navbar-default .navbar-brand.logo-text {

    font-size: 24px;

    margin-top: 13px;

    display: inline-block;

    color: #1e293b;

    font-weight: 600;

}


.logo-text:hover,
.logo-text:focus,
.logo-text:active {

    color: #0f172a;

}


@media (max-width: 767px) {

    .navbar a.navbar-brand img {

        margin-left: 25px;

    }


    .navbar-default .navbar-brand.logo-text {

        margin-left: 15px;

        margin-top: 15px;

    }

}


.p7 {

    padding: 7px;

}


.p8 {

    padding: 8px;

}


.p8-half {

    padding: 8.5px;

}


.p15 {

    padding: 15px;

}


.valign-middle {

    vertical-align: middle;

}


.mtop5 {

    margin-top: 5px;

}


.mtop7 {

    margin-top: 7px;

}


.mtop10 {

    margin-top: 10px;

}


.mtop15 {

    margin-top: 15px;

}


.mtop20 {

    margin-top: 20px;

}


.mtop25 {

    margin-top: 25px;

}


.mtop30 {

    margin-top: 30px;

}


.mtop40 {

    margin-top: 40px;

}


.mbot5 {

    margin-bottom: 5px;

}


.mbot10 {

    margin-bottom: 10px;

}


.mbot15 {

    margin-bottom: 15px;

}


.mbot20 {

    margin-bottom: 20px;

}


.mbot25 {

    margin-bottom: 25px;

}


.mbot30 {

    margin-bottom: 30px;

}


.mbot40 {

    margin-bottom: 40px;

}


.mleft5 {

    margin-left: 5px;

}


.mleft10 {

    margin-left: 10px;

}


.mright5 {

    margin-right: 5px;

}


.mright10 {

    margin-right: 10px;

}


.padding-30 {

    padding: 30px !important;

}


.no-mbot {

    margin-bottom: 0px;

}


.invoice-quick-info h5 {

    margin-top: 0px;

}


.table.items {

    margin-top: 25px;

    font-size: 13.5px;

}


.table.items thead {

    background: #f1f5f9;

    color: #1e293b;

}


.table.items > thead:first-child > tr:first-child > th {

    border-top: 1px solid #e2e8f0;

}


.table.items thead th {

    border-right: 1px solid #e2e8f0;

}


.table.items thead th:first-child {

    border-left: 1px solid #e2e8f0;

}


.table.items tbody > tr > td,
.table.items thead > tr > th {

    padding: 8px 10px;

}


.navbar-default .navbar-collapse,
.navbar-default .navbar-form {

    border-color: #e2e8f0;

}


.navbar-default .navbar-toggle {

    border-color: transparent;

}


.navbar-default .navbar-toggle .icon-bar {

    background-color: #cbd5e1;

}


.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {

    background-color: transparent;

}


@media (max-width: 767px) {

    .navbar-default .navbar-nav > li > a {

        line-height: 35px;

        color: #000;

    }


    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li > a:hover {

        background: transparent;

    }


    .navbar-default .navbar-nav .open .dropdown-menu > li > a {

        color: #000;

    }


    .navbar-default .navbar-nav > li.customers-nav-item-login {

        padding-bottom: 10px;

    }


    .navbar-default .navbar-nav > li.customers-nav-item-login > a {

        margin-left: 15px;

    }


    .navbar a.navbar-brand {

        padding: 13px 0px 19px 0px;

    }


    .navbar-toggle {

        margin-top: 15px;

    }


    #staff_logged_in {

        display: none;

    }


    .viewestimate .panel-body,
    .viewinvoice .panel-body {

        padding: 0px;

    }

}


.dataTables_length select {

    padding-top: 5px;

    height: inherit;

}


[dir="rtl"] div.dataTables_wrapper div.dataTables_filter {

    text-align: left;

}


[dir="rtl"] div.dataTables_wrapper {

    direction: rtl;

}


[dir="rtl"] div.dataTables_wrapper div.dataTables_filter .input-group-addon {

    border-right: 1px solid #bfcbd9;

}

.table.dataTable,
table.import-table,
table.table-items {
    border-radius: 15px;
    font-size: 14px;
    line-height: 21px;
    border: 1px solid #F9F9F9;
}

table.dataTable thead > tr > th,
table.import-table thead > tr > th,
table.table-items thead > tr > th,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
    background-color: #F9F9F9;
    font-weight: 500;

}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
    color: #666666;
}

table.dataTable thead th.sorting_desc:after,
table.dataTable thead th.sorting:after {
    background-image: url(../images/icons/arrow-down-gray.svg);
}

table.dataTable thead th.sorting_asc:after {
    background-image: url(../images/icons/arrow-down-gray.svg);
    transform: rotate(180deg);

}

table.dataTable thead > tr > th,
table.table-items thead > tr > th,
table.import-table thead > tr > th {
    border: none !important;
    color: #666666;
}

table.dataTable tbody td,
table.import-table tbody td, 
table.table-items tbody td {
    border: 1px solid #F9F9F9;
    border-left-width: 0;
    border-right-width: 0;
    font-weight: 400;
}

table.dataTable thead th.sorting_asc:after, table.dataTable thead th.sorting_desc:after {
    background-color: transparent;
}

table.dataTable tbody td a,
table.dataTable tbody td a.tw-font-medium {
    color: #000000;
    font-weight: 400;
}

table.dataTable tbody td a.text-info,
table.dataTable tbody td a.text-info:hover {
    color: #000000 !important;
}


table.dataTable tbody td,
table.import-table tbody td,
table.table-items tbody td,
table.dataTable tbody td a:not(.text-muted,.text-primary,.text-danger,.text-warning,.text-success,.text-info,.tw-font-medium) {
    color: #000000cc;
}

table.dataTable tbody td a.task-table-related {
    color: #666666;
    font-size: 12px;
    line-height: 18px;
}

table.dataTable:has(.mass_select_all_wrap) tbody > tr > td:first-child {
    border-top: 1px solid #F9F9F9 !important;
    border-bottom: 1px solid #F9F9F9 !important;
}
table.dataTable tbody td a, table.dataTable tbody td a.tw-font-medium {
    color: #000000;
    font-weight: 400;
}

.dataTables_paging {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: end;
}

.dataTables_paginate * {
    display: flex;
    align-items: center;
    /* justify-content: end; */
}

.pagination > li > a {
    padding: 0;
    background: none;
    color: #838383;
    font-weight: 400;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}
table .row-options {
    padding: 2px 0 0;
    position: relative;
    left: -9999em;
    font-size: 12px;
    color: #6b7280;
}


table tbody .row-options a {
    color: #6b7280;
}


[dir="rtl"] table .row-options {
    left: initial;
    right: -9999em;
}
 
.dropdown-item {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 16px;
    text-align: left;
    border: none;
    background-color: transparent;
    cursor: pointer;
    align-items: center;
}
.dropdown-item:hover {
    background-color: #f8f9fa;
}


.kebob-options {
    background-color: #fff;
    padding: 8px;
    cursor: pointer;
}

.kebob-options .badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px; /* Отступы вокруг иконки */
    cursor: pointer; /* Курсор в виде указателя */
}

.kebob-options svg {
    width: 16px; /* Увеличиваем размер SVG */
    height: 16px;
}

.kebob-options-tasks svg {
  width: 30px !important;
  height: 30px !important;
}
.name-link {
    height: 100%;
}

table tr:hover td .row-options,
.mobile table tr td .row-options {

    position: static;

}
.table-dropdown-menu a:hover, .table-dropdown-menu a:hover * {
    color: #000;
}

.pagination > li:last-child > a {
    margin: 0;
}

.pagination > li:last-child > a > svg {
    transform: rotate(180deg);
}

.pagination > li:last-child:not(.disabled) > a,
.pagination > li:first-child:not(.disabled) > a {
    color: #3F8CFF;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #000;
    background: none;
}

.summary-card table th, .summary-card table td {
    border: none !important;
}

.label-href:visited,
.label-href {

    outline: 0 !important;

    border: 0 !important;

}

.label-default {
  --tw-ring-offset-shadow: 0px;
}

.label.deal-status,
.label.label-default {
  color: #8534FF;
  background-color: #ede1ff;
}

.label.status-open,
.label.label-primary{
  color: #3f8cff;
  background-color: #e2eeff;
}

.label.label-warning{
  color: #FFA544;
  background-color: #FFF0E1;
}

.label.status-lost,
.label.label-danger {
  color: #FE4A01;
  background-color: #FFE6DC;
}

.label.status-won,
.label.label-success {
  color: #68B266;
  background-color: #e9f4e8;
}

.hover-menu-svg-icon {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    color: #666;
}

.table-dropdown-menu * {
    color: #666;
}

.dropdown-menu.tw-w-full {
    border-radius: 15px;
    background: var(--White, #FFF);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.04), 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
}


.pointer {

    cursor: pointer;

}


.mime {

    background-repeat: no-repeat;

    background-position: 0 0;

    padding: 1px 0 4px 26px;

}


.mime-word {

    background-image: url(../../../images/mime/word.png);

}


.mime-excel {

    background-image: url(../../../images/mime/excel.png);

}


.mime-powerpoint {

    background-image: url(../../../images/mime/powerpoint.png);

}


.mime-pdf {

    background-image: url(../../../images/mime/pdf.png);

}


.mime-zip {

    background-image: url(../../../images/mime/zip.png);

}


.mime-image {

    background-image: url(../../../images/mime/image.png);

}


.mime-file {

    background-image: url(../../../images/mime/file.png);

}


.mime-photoshop {

    background-image: url(../../../images/mime/photoshop.png);

}


.mime-illustrator {

    background-image: url(../../../images/mime/illustrator.png);

}


.mime-video {

    background-image: url(../../../images/mime/video.png);

}


.mime-audio {

    background-image: url(../../../images/mime/audio.png);

}


.files-container {

    margin: 0 0 10px;

}


.files {

    padding-left: 0;

    list-style: none;

    margin: 0;

}


.hr-10 {

    margin-top: 10px;

    margin-bottom: 10px;

}


.mime > a {

    color: #555 !important;

    text-decoration: none;

}


.white {

    color: #fff;

}


.advanced-editor-wrapper {

    border: 1px solid #ccc;

    margin-bottom: 15px;

}


.staff-profile-image-small {

    height: 32px;

    width: 32px;

    border-radius: 50%;

}


.staff-profile-xs-image {

    width: 20px;

    height: 20px;

    border-radius: 50%;

}


.staff-profile-image-small {

    height: 32px;

    width: 32px;

    border-radius: 50%;

}


.staff-profile-image-thumb {

    height: 160px;

    width: 160px;

    border-radius: 50%;

}


.task-attachment {

    border: 1px solid #f0f0f0;

    padding: 10px;

    border-radius: 3px;

    max-height: 255px;

    min-height: 255px;

    overflow: hidden;

}


.task-attachment .task-attachment-no-preview {

    margin-top: 45px;

    text-align: center;

}


.task-attachment .preview_image {

    margin: 0px;

    width: 100%;

}


.task-attachment .open-in-external {

    position: absolute;

    right: 30px;

}


.task-attachment .task-attachment-user {

    padding-bottom: 10px;

    display: inline-block;

    width: 100%;

    margin-left: 0px;

    border-bottom: 1px solid #f0f0f0;

}


.media-body {

    word-break: break-word;

}


#proposal-wrapper {

    overflow: hidden;

    min-height: 100%;

}


#proposal-wrapper .proposal-left img {

    margin-left: 10px;

    margin-right: 10px;

}


div.proposal-wrapper img:not(.media-object) {

    display: block;

    max-width: 100%;

    height: auto;

}


.proposal-comment {

    display: inline-block;

    width: 100%;

    margin-bottom: 15px;

}


.table.proposal-items thead > tr > th {

    padding-left: 10px;

}


.table.proposal-items tbody > tr > td,
.table.proposal-items thead > tr > th {

    text-align: left;

}


.client-profile-image-small {

    height: 32px;

    width: 32px;

    border-radius: 50%;

}


.client-profile-image-thumb {

    height: 160px;

    width: 160px;

    border-radius: 50%;

}


#task h4 {

    font-size: 15px;

}


#task h5 {

    font-size: 14px;

}


#task .task-info {

    font-size: 10px;

    vertical-align: middle;

    padding: 10px;

}


#task .task-info h5 {

    font-size: 13px;

    font-weight: 400;

}


.jquery-comments [contentEditable="true"]:empty:not(:focus):before {

    color: #a1b4cc;

    font-size: 14px;

}


.jquery-comments ul.main {

    list-style: none !important;

}


.jquery-comments.tc-content ul.main ul:not(.child-comments) {

    list-style: initial !important;

}


.jquery-comments ul.navigation li,
.jquery-comments ul.main li.comment .actions > *,
.jquery-comments ul.main li.comment .name,
.jquery-comments .highlight-font-bold {

    font-weight: 500 !important;

}


.jquery-comments ul.main li.comment .name {

    color: #0081bb;

}


.jquery-comments ul.main li.comment .wrapper .content {

    padding: 5px 0px 5px 0px;

}


.jquery-comments ul.navigation li {

    color: #323a45;

}


.jquery-comments .textarea-wrapper .control-row > span.upload {

    padding: 5px 20px;

    background-color: #7d838b;

}


.jquery-comments .highlight-background {

    background: #03a9f4 !important;

}


.jquery-comments .textarea-wrapper .control-row > span {

    padding: 5px 20px !important;

    border-radius: 4px;

}


.jquery-comments .textarea-wrapper .control-row {

    margin-top: 10px;

}


.jquery-comments ul.main li.comment .actions > * {

    color: #7c838b;

}


.jquery-comments ul.navigation .navigation-wrapper {

    padding: 10px 0px 0px 0px;

}


.jquery-comments ul.navigation {

    border-bottom: 1px solid #efefef;

    margin-bottom: 1.5em;

}


.jquery-comments .textarea-wrapper {

    padding-left: 21px;

}


.jquery-comments .textarea-wrapper:before {

    border: 0px;

}


.jquery-comments .textarea-wrapper .textarea {

    border-radius: 3px;

    border: 1px solid #bfcbd9;

}


.project-info-bg {

    background: #fbfbfb !important;

    color: #333 !important;

    border-top: 1px solid #e4e5e7;

    border-left: 1px solid #e4e5e7;

    border-right: 1px solid #e4e5e7;

    font-weight: 500;

}


.no-radius {

    border-radius: 0px !important;

}


.team-members .panel-body {

    padding: 0px;

}


.team-members .media-left {

    padding: 10px;

}


.team-members .media-body {

    padding-right: 10px;

    padding-top: 12px;

}


.team-members .media:last-child {

    border-bottom: 0px;

}


.team-members .media {

    margin-top: 0px;

    border-bottom: 1px solid #f0f0f0;

}


.project-percent {

    position: absolute;

    font-size: 33px;

    font-weight: 500;

    top: 35%;

    left: 0;

    right: 0;

}


.project-file-image {

    border: 1px solid #f0f0f0;

    border-radius: 4px;

    margin-right: 15px;

}


#task-tracking-stats-modal {

    z-index: 999999999999;

}


.phase-logged-time {

    color: #3b6900;

}


.progress-bg-dark {

    background-color: #7c838b;

}


.project-overview-progress-bar {

    height: 50px;

    background-color: #7c838b;

    position: relative;

}


.project-overview-progress-bar .project-progress-number {

    font-size: 16px;

    position: absolute;

    display: block;

    width: 100%;

    color: #fff;

    font-weight: 500;

    margin-top: 15px;

    text-shadow: 0px 0px 2px #333;

}


.task-user {

    border: 1px solid #f0f0f0;

    padding: 2px;

    border-radius: 50%;

    vertical-align: middle;

    margin-right: 10px;

    display: inline-block;

    position: relative;

}


.task-checklist-indicator {

    border-radius: 50%;

    border: 1px solid #f0f0f0;

    width: 20px;

    height: 21px;

    display: inline-block;

}


.task-checklist-indicator i {

    margin: 0 auto;

    vertical-align: middle;

    margin-left: 3px;

}


#task-comments {

    background: #fdfdfd;

    margin-right: -20px;

    margin-left: -20px;

    padding: 20px;

    display: inline-block;

}
form.dropzone {
  border-color: #F5F5F5 !important;
    font-size: 16px !important;
    height: 100px !important;
    background: white;
    border-radius: 15px;
    margin: 0 0 1rem;
}

.dz-default.dz-message {
  margin-top: 2rem;
}

.dz-message span {
  color: #000;
  font-weight: 500;
  line-height: 34px;
}

.dropzone,
.dropzone * {
    box-sizing: border-box;
}

.dropzone {
    position: relative;
}

.dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em;
}

.dropzone .dz-preview.dz-file-preview .dz-image,
.dropzone .dz-preview .dz-image {
  background: #f5f5f5;
  border-radius: 20px;
}

.dz-details, .dz-details:hover {
  background: none;
}

.dropzone .dz-preview .dz-progress {
    display: block;
    height: 15px;
    border: 1px solid #aaa;
}

.dropzone .dz-preview .dz-progress .dz-upload {

    display: block;

    height: 100%;

    width: 0;

    background: #3F8CFF;

}


.dropzone .dz-preview .dz-error-message {

    color: red;

    display: none;

}


.dropzone .dz-preview.dz-error .dz-error-message,
.dropzone .dz-preview.dz-error .dz-error-mark {

    display: block;

}


.dropzone .dz-preview.dz-success .dz-success-mark {

    display: block;

}


.dropzone .dz-preview .dz-error-mark,
.dropzone .dz-preview .dz-success-mark {

    position: absolute;

    display: none;

    top: 30px;

    width: 54px;

    height: 58px;

    left: 50%;

    margin-left: -27px;

}


@media (max-width: 768px) {

    #content {

        padding: 15px;

    }


    ._buttons .mleft5 {

        margin-left: 0px !important;

    }


    ._buttons .mright10 {

        margin-right: 0px !important;

    }


    ._buttons .pull-left,
    ._buttons .pull-right {

        float: none !important;

    }


    ._buttons .btn,
    ._buttons .btn-group {

        display: inline-block;

        margin-left: 0px !important;

        width: 100%;

        margin-bottom: 5px !important;

        float: none !important;

    }


    .project-overview-column {

        margin-top: 15px;

    }

}


.tasks-phases .kan-ban-col .panel-heading {

    padding-left: 15px;

    padding-right: 15px;

    padding-top: 5px;

    padding-bottom: 5px;

}


.tasks-phases .panel-body {

    background: #fbfbfb;

    padding: 10px;

}


.tasks-phases ._task_wrapper {

    background: #fff;

    padding: 15px 20px 15px 20px;

    border: 1px solid #E7E7E7;

    border-radius: 16px;

}


.activity-feed {

    padding: 15px;

}


.activity-feed .feed-item {

    position: relative;

    padding-bottom: 20px;

    padding-left: 30px;

    border-left: 2px solid #84c529;

}


.activity-feed .feed-item:last-child {

    border-color: transparent;

}


.activity-feed .feed-item:after {

    content: "";

    display: block;

    position: absolute;

    top: 0;

    left: -6px;

    width: 10px;

    height: 10px;

    border-radius: 6px;

    background: #fff;

    border: 1px solid #4b5158;

}


.activity-feed .feed-item .date {

    position: relative;

    top: -5px;

    color: #333;

    text-transform: uppercase;

    font-size: 12px;

    font-weight: 500;

}


.activity-feed .feed-item .text {

    position: relative;

    top: -3px;

}


.full-screen-modal {

    width: 90%;

    height: 90%;

    position: absolute;

    left: 0;

    right: 0;

    top: 0;

    bottom: 0;

    margin: auto;

    overflow-y: initial !important;

}


.full-screen-modal .modal-content {

    height: 100%;

    min-height: 100%;

    max-height: 100%;

}


.full-screen-modal .modal-footer {

    bottom: 0px;

    position: absolute;

    width: 100%;

}


.project_file_discusssions_area,
.project_file_area {

    overflow-y: scroll;

    height: 400px;

}


@media (max-width: 768px) {

    .project_file_discusssions_area,
    .project_file_area {

        height: auto !important;

    }


    .full-screen-modal {

        width: auto;

        height: auto;

        position: relative;

        left: auto;

        right: auto;

        top: auto;

        bottom: auto;

        margin: 10px;

        overflow-y: initial !important;

    }


    .project_file_discusssions_area {

        margin-top: 30px;

    }


    .full-screen-modal .modal-footer {

        width: auto;

        position: relative !important;

    }

}


.preview_image {

    height: auto;

    width: 250px;

    overflow: hidden;

    margin-bottom: 15px;

    margin-top: 15px;

}


.preview_image:last-child {

    margin-top: 0px;

    margin-bottom: 0px;

}


.preview_image img {

    width: 100%;

    height: auto;

}


.note {

    background: #fff7ed;

    color: #323a45;

    padding: 5px 10px 5px 10px;

    margin-bottom: 8px;

    border: 1px solid #dacd83;

    border-radius: 2px;

}

.fc-event {

    padding: 8px !important;

    border: 0 !important;

    border-radius: 2px !important;

    margin: 5px 10px 5px 10px !important;

    font-size: 11px;

    cursor: pointer;

}


.fc-view {

    overflow-y: scroll;

}


#calendar .fc-header-toolbar button,
#calendar .fc-day-header,
#calendar .fc-toolbar .fc-center {

    text-transform: capitalize;

}

.fc .fc-day.fc-day-today .fc-daygrid-day-number{
    background-color: #3F8CFF !important;
}

.fc .fc-toolbar-title{
    color: #000;
    font-weight: 400;
}

.fc .fc-button-primary{
    background-color: #fff !important;
    color: #666666 !important;
    border-radius: 30px !important;
    border: 1px solid #F5F5F5 !important;
    outline: none !important;
}

.fc .fc-button-primary:hover {
    color: #000 !important;
}

.fc-button-primary.disabled.focus, .fc-button-primary.disabled:focus, .fc-button-primary.disabled:hover, .fc-button-primary[disabled].focus, .fc-button-primary[disabled]:focus, .fc-button-primary[disabled]:hover{
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #F5F5F5 !important;

}
.fc .fc-button-primary:focus, .fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus{
    box-shadow: none !important;
}

.fc-button-primary.fc-button-active.focus, .fc-button-primary.fc-button-active:focus, .fc-button-primary.fc-button-active:hover, .fc-button-primary:active.focus, .fc-button-primary:active:focus, .fc-button-primary:active:hover {
    color: #000 !important;
    border: 1px solid #F5F5F5 !important;
    background-color: #fff !important;
}

.fc .fc-prev-button {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}
.fc .fc-next-button {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.fc .fc-col-header-cell-cushion{
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 1rem !important;
    color: #000 !important;
    line-height: 150% !important;
    padding: 1.25rem !important;
}

.fc-theme-standard .fc-scrollgrid {
    border: 1px solid #F5F5F5 !important ;
    border-radius: 15px;
}

.fc-col-header {
    border-radius: 0 !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.fc-col-header tbody {
    background-color: #F9F9F9 !important;
}

.fc-theme-standard td, .fc-theme-standard th {
    border: 1px solid #F5F5F5 !important;
}

.fc .fc-daygrid-day-number{
    font-weight: 400 !important;
    color: #000 !important;
    line-height: 150%;
}
.btn-icon {

    display: inline-flex;

    justify-items: center;

    justify-content: center;

    padding: 5px 8px !important;

    margin-right: 2px;

}


.tc-content ul,
.tc-content ol {

    list-style: inherit;

    margin-left: 15px;

}


.tc-content ol {

    list-style-type: decimal;

}


.tc-content table {

    margin-top: 0px;

    border-collapse: initial;

}


.tc-content table > tbody > tr > td {

    padding: 5px 10px 5px 10px;

}


.tc-content img {

    max-width: 100%;

}


.tc-content table[border="1"],
.tc-content table[border="1"] td {

    border: 1px solid;

}


.tc-content em {

    font-style: italic;

}


.tc-content p:empty:before {

    content: ' ';

    white-space: pre;

}


.proposal-view .tc-content ul,
.proposal-view .tc-content ol,
.contract-view .tc-content ul,
.contract-view .tc-content ol {

    margin-left: 0px;

}


.kb-search-jumbotron {

    margin-top: -20px;

    margin-bottom: 10px;

    background: #f9fafb;

}


.has-feedback.has-feedback-left .form-control-feedback {

    left: 0;

}


.kb-search .form-control-feedback {

    left: 6px !important;

    top: 17px;

    font-size: 16px;

}


.kb-search input[type="search"] {

    padding-left: 45px;

    height: 50px;

    font-size: 16px;

}


.kb-search button[type="submit"] {

    height: 50px;

    padding-left: 25px;

    padding-right: 25px;

    border-top-left-radius: 0px;

    border-bottom-left-radius: 0px;

    font-weight: 600;

}


#toplink,
#botlink {

    position: fixed;

    right: 7.5%;

    bottom: 53%;

    padding: 10px;

    margin: 0 -20px 0 0;

    color: #666;

    background: #e9ebef;

    font-size: 1.5em;

    border: 1px solid #b4b4b4;

    border-bottom: 1px solid #b8b8b8;

    border-radius: 6px 6px 0 0;

    z-index: 99;

    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);

    box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.25);

}


#botlink {

    top: 47%;

    padding: 10px;

    bottom: auto;

    border: 1px solid #b4b4b4;

    border-top: 1px solid #ddd;

    border-radius: 0 0 6px 6px;

}


#toplink:hover,
#botlink:hover {

    color: #84c529;

    background: #fcfcfc;

    text-decoration: none;

}


.panel-body.project-description {

    padding: 11px;

}


.custom-field-inline-edit-link {

    float: left;

    margin-right: 5px;

}


.task-single-status .label {

    float: left;

}


._task_wrapper.overdue-task {

    background: #f2dede !important;

    border-color: #eab8b7 !important;

}


.form-group + p.alert-validation {

    margin-top: -10px;

}


@media screen and (max-height: 575px), screen and (min-width: 992px) and (max-width: 1199px) {

    #rc-imageselect,
    .g-recaptcha {

        transform: scale(0.83);

        -webkit-transform: scale(0.83);

        transform-origin: 0 0;

        -webkit-transform-origin: 0 0;

    }

}


th[align="left"],
td[align="left"] {

    text-align: left;

}


th[align="right"],
td[align="right"] {

    text-align: right;

}


th[align="center"],
td[align="center"] {

    text-align: center !important;

}


[dir="rtl"] th[align="left"],
[dir="rtl"] td[align="left"] {

    text-align: right !important;

}


[dir="rtl"] th[align="right"],
[dir="rtl"] td[align="right"] {

    text-align: left !important;

}


.signature-pad--body {

    border-radius: 4px;

    position: relative;

    -webkit-box-flex: 1;

    -ms-flex: 1;

    flex: 1;

    border: 1px solid #c0cbda;

}


.gdpr-right {

    background: white;

    border: 1px solid #e2e8f0;

    padding: 35px 15px;

    text-align: center;

    margin-bottom: 25px;

    border-radius: 6px;

}


.gdpr-right .gdpr-right-heading {

    margin-top: 0px;

    margin-bottom: 20px;

    font-size: 22px;

}


.gdpr-purpose {

    border: 1px solid #d8d8d8;

    padding: 15px;

    margin-bottom: 10px;

    border-radius: 4px;

}


.gdpr-purpose .gdpr-purpose-heading {

    margin-top: 0px;

    margin-bottom: 0px;

    font-size: 18px;

    font-weight: 500;

    color: #5a5a5a;

}


.list-status h3 {

    margin-top: 0px;

}


.list-status:last-child {

    border-right: 0px;

}


.list-status a {

    border: 1px solid #eeeeee;

    padding: 15px;

    display: inline-block;

    width: 100%;

    border-radius: 4px;

}


.list-status a.active {

    background: #f9fafb;

}


.ticket-info p:last-child {

    margin-bottom: 0px;

}


.gpicker {

    opacity: 0;

}


.gpicker + div[id^="dropbox-chooser"] {

    float: right;

    margin-left: 5px;

}


.gpicker {

    height: 14px;

    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;

    font-size: 11px;

    color: #4c4c4c;

    text-decoration: none;

    padding: 1px 7px 5px 3px;

    border: 1px solid #ebebeb;

    border-radius: 2px;

    border-bottom-color: #d4d4d4;

    background: #fcfcfc;

    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(#fcfcfc),
            to(#f5f5f5)
    );

    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);

    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfcfc', endColorstr='#f5f5f5', GradientType=0);

    line-height: 18px !important;

    text-decoration: none !important;

    box-sizing: content-box !important;

    -webkit-box-sizing: content-box !important;

    -moz-box-sizing: content-box !important;

}


.preview-sticky-header {

    z-index: 1;

    background: #fff;

    padding-top: 15px;

    padding-bottom: 15px;

    -webkit-box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);

    box-shadow: 0px 1px 15px 1px rgba(90, 90, 90, 0.08);

    width: 100% !important;

    left: 0px !important;

}


@media (max-width: 767px) {

    .preview-sticky-header {

        padding-right: 20px;

        padding-left: 20px;

    }

}


.preview-sticky-header .sticky-hidden {

    display: none !important;

}


.preview-sticky-header .sticky-visible {

    display: inherit !important;

}


.mobile .preview-sticky-header {

    padding: 15px;

}


/*

  ##Device = Desktops

  ##Screen = 1281px to higher resolution desktops



  ##Device = Laptops, Desktops

  ##Screen = B/w 1025px to 1280px

*/

@media (min-width: 1281px), (min-width: 1025px) and (max-width: 1280px) {

    .preview-top-wrapper {

        margin-top: 25px;

    }

}


[dir="rtl"] .bootstrap-select .dropdown-toggle .filter-option {

    right: 0;

    margin-right: auto;

    text-align: right;

    padding-right: 16px;

}


.task-comment .task-attachment-col-more {

    display: block !important;

}


.comment-content .task-attachment-col:nth-child(2),
.comment-content .task-attachment-col:nth-child(3),
.comment-content .task-attachment-col:nth-child(4) {

    margin-top: 15px;

}


.task-comment .task-attachment-col {

    margin-left: 0;

    padding-left: 0;

}


.tasks-phases {

    overflow: scroll hidden;

}


.kan-ban-col {

    width: 326px;

    height: 416px;

    margin-right: 6px;

    display: inline-block;

}


.kan-ban-col:last-child {

    margin-right: 0;

} 

.tasks-phases .kan-ban-col .panel-body {

    height: 100%;

    overflow-y: auto;

}


@media (max-width: 768px) {

    .kan-ban-col {

        width: 216px;

        height: 416px;

        margin-right: 6px;

        display: inline-block;

    }

}


body[dir="rtl"].safari .table-responsive .table {

    max-width: none;

    -webkit-overflow-scrolling: touch !important;

}


@media (max-width: 991px) {

    .register-heading.text-right {

        text-align: center;

    }

}

.g-recaptcha {
    height: 78px;
}

.g-recaptcha > div {
    float: left;
    margin: 0 auto;
}

.honey-element {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}


@media screen and (max-height: 575px), screen and (min-width: 992px) and (max-width: 1199px) {

    #rc-imageselect,
    .g-recaptcha {

        transform: scale(0.83);

        -webkit-transform: scale(0.83);

        transform-origin: 0 0;

        -webkit-transform-origin: 0 0;

    }

}


#wrapper {


    background: #fff;


}


.kan-ban-counts {


    color: #888888 !important;


    font-size: 14px !important;


    display: initial;


}

.kan-ban-counts,
.kan-ban-counts p  {
    color: #666 !important;
    font-size: 12px !important;
    display: initial;
    line-height: 150%;
}

.kan-ban-related {
    color: #000 ;
    font-size: 12px !important;
    line-height: 150%;
}

a.kan-ban-related:hover,
a.kan-ban-related:focus {
    color: #3f8cff;
}



#header {


    box-shadow: none;


    border-bottom: 1px solid #EFEFEF;


}


.menu-item a {


    color: #666666 !important;


    display: flex;


    align-items: center;


    text-decoration: none;


    border-radius: 30px;


    border: 0;


    min-height: 30px;


}


.sidebar {


    background: #fff;


    width: 250px !important;


    border-right: solid 1px #EFEFEF;


}


.input-group {


    border-radius: 15px;


    border: solid 1px #EFEFEF;


    overflow: hidden;


}


.kan-ban-col-wrapper {


    border-spacing: 0;


    border-radius: 20px;


    border-collapse: separate;


    box-shadow: none;


}
.kan-ban-col-wrapper .panel_s {
  border: 1px solid #f5f5f5 !important;
  border-radius: 15px;
  margin: 0;
  width: inherit;
}

.border-right.panel_s {
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-right: 24px;
    border: 1px solid #EFEFEF !important;
    border-radius: 16px;
    width: 330px;
    background: #FFFFFF !important;
}



.kan-ban-content,
.panel-heading {
    background: #FFFFFF !important;
}

.panel-heading {
    border-top-left-radius: inherit !important;
    border-top-right-radius: inherit !important;
}

.kan-ban-col-wrapper .panel-heading {
  padding: 1.25rem;
  border: 0;
}
.kan-ban-content-wrapper {
    border-bottom-left-radius: inherit !important;
    border-bottom-right-radius: inherit !important;
}

.kanban-header-underline {
  border-radius: 10px;
  border: 1px solid;
}

.panel-body.lead-body {
    background: white !important;
    border: 1px solid #E7E7E7 !important;
}

.panel-footer.lead-body {
    min-height: 30px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.kanban-dot-color-picker {
    text-decoration: none;
    font-size: 16px;
    /* margin-top: -5px !important;
    margin-left: -10px */
}

.kanban-color-picker:not(.kanban-dot-color-picker) {
    text-decoration: none;
    font-size: 16px;
    margin-top: 3px !important;
    margin-right: -15px !important;
}

.kanban-dot-color-picker .dot {
    font-size: 25px;
    font-weight: bold;
    vertical-align: middle;
    margin-right: 5px;
}

.new-lead-from-status {
    margin-top: 3px;
    cursor: pointer;
    /*margin-left: 5px;*/
}

.plus-icon {
    cursor: pointer;
}

.heading.pointer {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.fa-solid {
    color: #666666 !important;
}

.new-lead-button {
    color: #666666 !important;
    margin-right: 5px;
}

/* #kan-ban .panel-body .lead-name,
#kan-ban .panel-body .task-name {
    margin-top: -6px !important;
} */

#kan-ban .panel-body,
.kan-ban .panel-body {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0 !important;
    margin-bottom: 0;
    padding: 20px 20px 15px 20px;
}

.panel-footer.lead-body {
    border: 1px solid #E7E7E7;
    margin-top: 0;
    background: white;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    margin-left: 5px;
    margin-right: 5px;
}

.panel-footer.lead-body i:before {
    max-height: 13px !important;
    max-width: 16px !important;
}

.panel-body .lead-name a{
    font-weight: 500;
}

.kan-ban-card-title {
    font-size: 16px;
    color: #000;
    line-height: 150%;
}


/*.kan-ban-bottom-stats{*/
/*  margin-top: -7px;*/
/*}*/
.tasks-kan-ban-bottom-stats {
    margin-top: 0;
}

.kan-ban-value {
    font-weight: 500;
    color: #000 !important;
    font-size: 16px;
}


.panel_s {


    box-shadow: none;


    border-radius: 16px;


    padding-left: 24px !important;


    padding-right: 24px !important;


    border-color: #F5F5F5;


}


.panel-body {


    box-shadow: none;


    border-radius: 16px;


}


.tw-shadow-sm {


    box-shadow: none;


}


.ui-sortable-placeholder {


    border-radius: 12px;


}


td, th {


    border-left: 1px solid #EFEFEF;


    border-top: 0;


}


thead {


    border-color: #eff1f3;


}


tr:last-child td {


    border-bottom: none;


}


td:first-child, th:first-child {


    border-left: 0;


    border-right: 0 !important;


}


.table.dataTable > thead:first-child > tr:first-child > th {


    border-top: 0;


    /*border-left: 0;*/


    border-right: 0;


}


table {


    border: 1px solid #f7f7f9;


    border-bottom-color: #EFEFEF;


    border-collapse: separate;


    border-radius: 16px;


    overflow: hidden;


    border-spacing: 0;


}


.table-responsive {


    border-bottom: 0 !important;


}


.btn-primary {


    border-radius: 10px;


    border: solid 1px #f1f2f4;


}


.row-options {
    color: #666666 !important;
    border-radius: 16px;
    padding: 2px 5px 2px 5px !important;
    display: inline-block;
}


td .tw-font-medium {


    display: block;


    position: relative;


}


.row-options a {


    margin: 0 5px;


    text-decoration: none;


}


input.form-control {


    border-radius: 12px;


}


.tw-rounded-lg {


    border: 1px solid #ddd;


    border-radius: 12px;


}


.menu-item-dashboard:hover {


    border-radius: 16px;


}


input.form-control.input-sm {


    border: 0 !important;


}


.input-group-addon {


    border: 0 !important;


}


.actions-buttons a {


    display: inline-block;


    margin: 0 5px;


    padding: 5px 10px;


    border-radius: 5px;


    text-decoration: none;


    font-size: 14px;


    color: white;


    transition: background-color 0.3s, transform 0.2s;


}


.actions-buttons .btn-info {


    background: #f1f2f4;


    color: #172b4d;


    border-radius: 10px;


    border: solid 1px #f1f2f4;


}


.actions-buttons .btn-danger {


    background-color: #dc3545; /* Цвет кнопки "Delete" */


}


.actions-buttons a:hover {


    transform: scale(1.1); /* Легкое увеличение */


    background-color: darken(#007bff, 10%); /* Затемнение при наведении */


}


.actions-buttons .btn-info:hover {


    background-color: #138496; /* Новый цвет наводки для "View" */


}


.actions-buttons .btn-primary:hover {


    background-color: #0056b3; /* Новый цвет наводки для "Edit" */


}


.actions-buttons .btn-danger:hover {


    background-color: #c82333; /* Новый цвет наводки для "Delete" */


}


.top_stats_wrapper {


    border-radius: 20px;


    border-color: #EFEFEF;


    box-shadow: none !important;


}


.tw-text-sm {


    border-radius: 20px;


    border-color: #EFEFEF;


    box-shadow: none !important;


}


.btn {


    border-color: #EFEFEF;


    box-shadow: none !important;


}


.form-control.input-sm {


    border-color: #EFEFEF;


    box-shadow: none !important;


}

*:not(i):not(span):not(.tooltip-inner):not(.text-info):not(.kan-ban-counts):not(.kan-ban-counts *):not(small):not(.menu-item a):not(li a):not(.text-muted):not(button:active):not(.btn):not(button):not(svg):not(.btn > i):not(.btn > b):not(.table.dataTable *):not(#deal_state_report_div .panel *):not(.lists-header *):not(.btn-add-item *):not(.btn-add-rel *):not(#deals-table *):not(.main-header *):not(.close-customizer *):not(.hide-menu *):not(.leads-overview *):not(.leads-filter-column *):not(.dataTables_info *):not(.table-top-bar *):not(.dataTables_paging *):not(use):not(.horizontal-scrollable-tabs *):not(.import-table *):not(.import-inputs *):not(.progress-custom *):not(.deals-tab-content *):not(#kan-ban *):not(.kan-ban *):not(.filters-header *):not(.table-dropdown-menu *):not(#leadViewWrapper *):not(.gantt-container *):not(.project-info):not(.project-details *):not(.background-inputs *):not(.xdsoft_datetimepicker *):not(.activity-feed *):not(.progress *):not(#calendar *):not(#calendar_filters *):not(.desktop_chat *):not(#pusherChat *):not(.alert *):not(.alert){
    color: #333333 !important;
}

*:not(i):not(span) {
    font-family: 'Inter', sans-serif !important;
}

.menu-item:not(.active) a {
    font-weight: normal !important;
}

.menu-item.has-submenu a {
    font-weight: normal !important;
}

.nav-second-level li a {
    font-weight: normal !important;
}


nav li a {


    font-weight: normal;


}


.menu-item.active:not(.has-submenu) > a {


    background-color: #3F8CFF !important;


    color: #FFFFFF !important;


    transition: background-color 0.3s ease, border-left 0.3s ease !important;


}


.menu-item.has-submenu:hover > a {


    background-color: rgba(63, 140, 255, 0.2) !important;


    transition: background-color 0.3s ease !important;


    color: #3F8CFF !important;


}


.menu-item:not(.active):hover > a {


    background-color: rgba(63, 140, 255, 0.2) !important;


    transition: background-color 0.3s ease !important;


    color: #3F8CFF !important;


}


.sub-menu-item:not(.active) > a:hover {


    background-color: rgba(63, 140, 255, 0.2) !important;


    color: #3F8CFF !important;


    transition: background-color 0.3s ease !important;


}


.sub-menu-item > a {


    color: #666666 !important;


}


.sub-menu-item.active > a {


    background-color: #3F8CFF !important;


    color: #FFFFFF !important;


    transition: background-color 0.3s ease, border-left 0.3s ease;


}


.sub-menu-item.active > a > i {


    color: #007bff !important;


}


.menu-item {


    min-height: 30px;


}


.sidebar > ul.nav > li:hover a:first-child {


    box-shadow: none !important;


    border-radius: 30px !important;


    border: 0 !important;


}


.sidebar > ul.nav > li a:first-child {


    box-shadow: none !important;


    border-radius: 30px !important;


    border: 0 !important;


}


.menu-item:not(.customer-tab):not(.settings-tab) i:not(.menu-icon) {


    margin-right: 10px;


    margin-bottom: 5px;


    display: inline-block;


    width: 20px;


    height: 20px;


    object-fit: contain;


    vertical-align: middle;


}


.menu-text {


    display: inline-block;


    vertical-align: middle;


}


nav.customer-tabs {


    padding-left: 20px;


    padding-right: 20px;


    padding-top: 10px;


    border-radius: 12px;


    border: 1px solid #EFEFEF !important;


}


#th-name {


    min-width: 150px;


}


#th-company {


    min-width: 150px;


}


#th-project-name {


    min-width: 225px;


}


#task-name {


    min-width: 200px;


}


body {
    background-color: #ffffff !important;
}

.nav-tabs-horizontal {
    background-color: #ffffff !important;
    border: 1px solid #EFEFEF !important;
    border-radius: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
}

.nav-tabs > li > a,
.panel-full-width-tabs .nav li a {
    padding: 0 10px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    height: 30px;
    border-bottom: 0 !important;
}

.nav-tabs li:last-child > a {
    margin-right: 0px;
}

.panel-full-width-tabs .nav-tabs-horizontal {
    margin-top: 0 !important;
}

.nav-tabs-segmented > li.active > a,
.nav-tabs-horizontal > li.active > a,
.nav-tabs > li.active > a:focus {
    box-shadow: none !important;
    color: #3F8CFF;
    background-color: #ffffff !important;
}

.nav-tabs-segmented > li.active > a > i,
.nav-tabs-horizontal > li.active > a > i {
    color: #3F8CFF !important;
}

.nav-tabs-segmented > li.active > a > svg,
.nav-tabs-horizontal > li.active > a > svg {
    color: #3F8CFF !important;
}

.nav-tabs-segmented::after, .nav-tabs-horizontal::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background-color: #F5F5F5 !important;
    border-radius: 3px !important;
    width: 100%;
}

.nav-tabs-segmented > li.active > a::after,
.nav-tabs-horizontal > li.active > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0px !important;
    left: 0 !important;
    right: 0 !important;
    height: 2px !important;
    background-color: #3F8CFF !important;
    /* Цвет линии */
    border-radius: 3px !important;
    z-index: 1;
}

.nav-tabs-segmented > li:not(.active) > a,
.nav-tabs-horizontal > li:not(.active) > a {
    background-color: #ffffff !important;
    font-weight: normal;
    color: #666666;
}

.nav-tabs-segmented > li > a > i,
.nav-tabs-horizontal > li > a > i {
    margin-right: 10px !important;
}

.nav-tabs-segmented > li > a > svg,
.nav-tabs-horizontal > li > a > svg {
    margin-right: 6px !important;
}

.nav-tabs > li:hover * {
    color: #000 !important;
    transition: 0.3s ease !important;
}

.horizontal-scrollable-tabs {
    height: 70px;
    border-radius: 15px;
    border: 1px solid #F5F5F5;
}

.horizontal-scrollable-tabs .scroller {
    background: none !important;
    display: flex;
    padding: 0 8px 8px 8px !important;
    align-items: center;
    height: 70px;
    border: none;
}

.horizontal-scrollable-tabs .scroller svg {
    color: #666666;
}

.horizontal-scrollable-tabs .scroller.disabled svg {
    opacity: 0.4 !important;
}

.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
    padding: 0 !important;
    border: none !important;
    margin: 20px 30px !important;
}


.border-right.panel_s {


    padding-right: 0 !important;


    padding-left: 0 !important;


    margin-right: 24px;


    border: 1px solid #EFEFEF !important;


    border-radius: 16px;


    width: 330px;


    background: #FFFFFF !important;


}


.kan-ban-content, .panel-heading {


    background: #FFFFFF !important;


}


.panel-heading {


    border-top-left-radius: inherit !important;


    border-top-right-radius: inherit !important;


}


.kan-ban-content-wrapper {


    border-bottom-left-radius: inherit !important;


    border-bottom-right-radius: inherit !important;


}


.panel-body.lead-body {


    background: white !important;


    border: 1px solid #EFEFEF !important;


}


.kanban-dot-color-picker {


    text-decoration: none;


    font-size: 16px;


    margin-top: -5px !important;


    margin-left: -10px


}


.kanban-color-picker:not(.kanban-dot-color-picker) {


    text-decoration: none;


    font-size: 16px;


    margin-top: 3px !important;


    margin-right: -15px !important;


}


.kanban-dot-color-picker .dot {


    font-size: 25px;


    font-weight: bold;


    vertical-align: middle;


    margin-right: 5px;


}


.new-lead-from-status {


    margin-top: 3px;


    cursor: pointer;


    /*margin-left: 5px;*/


}


.fa-solid {


    color: #666666 !important;


}


.new-lead-button {


    color: #666666 !important;


    margin-right: 5px;


}


#kan-ban .panel-body .lead-name,
#kan-ban .panel-body .task-name {


    background: white;


    padding-left: 10px !important;


}


#kan-ban .panel-body {


    border-bottom-left-radius: 0;


    border-bottom-right-radius: 0;


    border-bottom: 0 !important;


    margin-bottom: 0;


}


.panel-footer.lead-body {


    border: 1px solid #EFEFEF;


    margin-top: 0;


    background: white;


    border-bottom-left-radius: 16px;


    border-bottom-right-radius: 16px;


    margin-left: 5px;


    margin-right: 5px;


}


.kan-ban-card-title {
    font-size: 16px;
    color: #000;
    line-height: 150%;
}

.kan-ban-expand-top {


    background: white;


    margin-top: 20px;


    margin-right: 10px;


}


.panel-footer {


    background: white !important;


}


.verification-required-alert,
.verification-required-heading {


    font-weight: normal !important;


}

.no-wrap {
  white-space: nowrap;
}

.main-blue {
    color: #3F8CFF;
}

.main-green {
    color: #68B266;
}

.main-orange {
    color: #FFA544;
}

.main-purple {
    color: #8534FF;
}

.main-pink {
    color: #AD0085;
}

.lists-header * {
    color: #000 !important;
    font-size: 28px;
}

.header-svg-icon {
    height: 46px;
    width: 46px;
}

.svg-icon {
    width: 24px;
    height: 24px;
}

.black-svg-icon {
    width: 30px;
    height: 30px;
    stroke: #000000;
}

.small-svg-icon {
    width: 11px;
    height: 11px;
}

.appsumo > div > div > div.container-content {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.text-muted {
    color: #666;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 5px 25px;
    border: none;
}

.custom-table td {
    padding: 0px;
    font-size: 14px;
    color: #000;
    vertical-align: middle; /* Добавлено */
}

.custom-table td svg {
    display: block; /* Добавлено */
    vertical-align: middle; /* Добавлено */
}

.custom-table tr td:first-child {
    white-space: nowrap;
    text-transform: capitalize;
    padding-right: 20px;
    color: #666;
}

#appsumo_thank_you > div.modal-dialog > div.modal-content{
    background-image: url(../../../images/backgrounds/confetti.png);
}
#appsumo_thank_you > div.modal-dialog > div.modal-content > div.modal-header{
    background-image: url(../../../images/backgrounds/confetti.png);
}

.btn-close{
    background: white;
    border-radius: 30px;
    border: 1px solid #F5F5F5;
}
.rating {
    display: flex;
    justify-content: center; /* Центрирование по горизонтали */
    align-items: center; /* Центрирование по вертикали (если нужно) */
    gap: 8px; /* Расстояние между иконками */
    margin: 15px 0; /* Отступы сверху и снизу */
}

.rating input {
    display: none; /* Скрываем оригинальные radio кнопки */
}

.rating label {
    cursor: pointer;
    display: inline-flex; /* Для правильного выравнивания SVG */
    transition: transform 0.2s; /* Анимация при наведении */
}

.rating label:hover {
    transform: scale(1.1); /* Увеличение при наведении */
}

/* Стили для выбранной иконки */
.rating input:checked + label svg path {
    fill: #FFD700; /* Золотой цвет для выбранной иконки */
}

/* Стили при наведении на иконку и все последующие */
.rating label:hover svg path,
.rating input:hover ~ label svg path {
    fill: #FFD700; /* Золотой цвет при наведении */
}

.review-link > a{
    font-size: 16px;
    color: blue !important;
}

.label.status-lost,
.label.label-danger {
  color: #FE4A01;
  background-color: #FFE6DC;
}

.label.status-won,
.label.label-success {
  color: #68B266;
  background-color: #e9f4e8;
}

.btn-add-item, .btn-primary {
    background-color: #3F8CFF;
    min-width: 169px;
    border-radius: 30px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    border: none;
    font-weight: 400;
}

.btn-add-item:hover,
.btn-primary:hover,
.btn-blue:hover {
    background-color: #0066FF !important;
    color: #fff !important;
}

.btn-add-item:active,
.btn-primary:active,
.btn-blue:active,
.btn-primary.active  {
    background-color: #0052CC !important;
    color: #fff !important;
}

.btn-add-item:focus,
.btn-primary:focus,
.btn-blue:focus  {
    color: #fff !important;
    background-color: #0052CC !important;
}

.btn-add-item:disabled,
.btn-add-item.disabled,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #3f8cff66 !important;
}

.gantt .bar {
  height: 33px;
  border-radius: 30px;
  stroke-width: 0;
  width: revert-layer;
  fill: #F3EBFF;
}

.gantt .bar-label {
  fill: #8534FF;
}

.gantt .bar-invalid {
  fill: #ECF3FF;

}

.gantt .bar-invalid ~ .bar-label{
  fill: #3F8CFF;

}

.gantt .ganttGreen .bar {
  fill: #E9F3E8;
}

.gantt .ganttGreen .bar-label {
  fill: #68B266;
}

.gantt .ganttRed .bar {
  fill: #FFF2E5
}

.gantt .ganttRed .bar-label {
  fill: #FFA544
}

.gantt .arrow {
  stroke: #E7E7E7;
}

.gantt .row-line {
  stroke: none; 
}

.gantt .tick {
  stroke: #f9f9f9;
}

.gantt .grid-row:nth-child(2n){
  fill: #fff;
}

.gantt .grid-header {
  fill: #F9F9F9;
  stroke: none;
}

.gantt .lower-text, .gantt .upper-text {
  fill: #000;
}

.gantt .bar-wrapper.active .bar, 
.gantt .bar-wrapper:hover .bar {
  filter: brightness(97%);
}

.gantt-container .popup-wrapper .title {
  border-bottom: 3px solid #3f8cff;
  padding: 10px;
  color: #f9f9f9;
}

.gantt-container .popup-wrapper .subtitle {
  color: #fff;
}

.progress {
  background-color: #f5f5f5;
}

.progress {
  background-color: #f5f5f5;;
}

.progress-bar-success {
  background-color: #68B266;
}
.progress-bar-danger {
  background-color: #FE4A01;
}
.progress-bar-warning {
  background-color: #FFA544;
}

.project-overview-left,
.project-overview-right {
  padding: 24px;
  border: 1px solid #f5f5f5;
  border-radius: 15px;
}

.project-overview-heading {
  font-size: 20px;
  line-height: 150%;
  color: #000;
}

.project-overview-right .tw-rounded-lg {
  border: 1px solid #f5f5f5;
  border-radius: 15px;
}

.project-progress-percent {
  font-size: 11px;
  color: #666;
}

.btn-success {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    color: #68B266;
    border-radius: 30px;
    height: 35px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
}

.btn-danger {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    color: #FE4A01;
    border-radius: 30px;
    height: 35px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
}

.btn-info {
    background-color: #fff;
    border: 1px solid #F5F5F5;
    color: #3F8CFF;
    border-radius: 30px;
    height: 35px;
    padding: 6px 16px;
    font-weight: 400;
    font-size: 14px;
}

.btn-success.active, .btn-success:active, .btn-success:hover, .btn-success:focus,
.btn-success:active:focus{
    background-color: #68B266;
    color: #fff;
    border-color: #68B266;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:focus {
    background-color: #FE4A01;
    color: #fff;
    border-color: #FE4A01;
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.btn-info:focus,
.btn-info:active:focus {
    background-color: #3F8CFF;
    color: #fff;
    border-color: #3f8cff;
}

.btn-add-rel:hover,
.btn-add-rel:hover *,
.btn-border:hover,
.btn-border:hover *,
.btn-default:hover *,
.btn-default:hover,
.btn-default:not(.dropdown-toggle):not(.input-group-btn .btn-default):hover,
.leads-filter-column button:hover *,
div.dataTables_wrapper div.dataTables_length label:hover *,
.dt-page-jump:hover *,
#lead-more-btn > a:hover {
    color: #000;
    transition: 0.3s ease;
}

.btn-group > .btn-border,
.btn-border,
.btn-default:not(.dropdown-toggle):not(.input-group-btn .btn-default),
.leads-filter-column .bootstrap-select > .dropdown-toggle.bs-placeholder,
div.dataTables_wrapper div.dataTables_length select,
.dt-page-jump .dt-page-jump-select,
#lead-more-btn > a {
  color: #666666;
  border-radius: 30px;
  border: 1px solid #F5F5F5 !important;
  outline: none !important;
  font-size: 14px;
  font-weight: 400;
  background-color: #fff;
  line-height: 22px;
}

.btn-border:hover .fade,
.btn-default:hover .fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear
}

.no-border {
    border: none !important;
    box-shadow: none !important;  
}

.font-normal {

    font-weight: 400 !important;

}
.progress {
  background-color: #f5f5f5;;
}

.progress-bar-success {
  background-color: #68B266;
}
.progress-bar-danger {
  background-color: #FE4A01;
}
.progress-bar-warning {
  background-color: #FFA544;
}
.svg-icon.menu-left {
    width: 22px;
    height: 22px;
    stroke: none;
}

hr {
    border: 0;
    border-top: 1px solid #f5f5f5;
}

.dropdown-menu {
  box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}

.panel_s.pricing_card{
    border: 1px solid #E7E7E7;
}

.panel_s.popular-package {
    border-color: #3F8CFF;
}

.most_popular{
    top: -19px;
    background-color: #fff;
    color: #3F8CFF !important;
    border: 1px solid #3F8CFF;
    border-radius: 30px;
    padding: 6px 16px;
    left: 30%;
}

.dropdown.bootstrap-select.bs3 button {
    color: #000000cc;
    cursor: pointer !important;
    background-color: #f9f9f9;
    border-radius: 15px !important;
    border: none;
    --tw-ring-opacity: 0 !important;
    outline: none !important;
}


.panel_s.welcome{
   border-color: #3F8CFF;
}


.btn-group > .btn-border.add-pad,
.form-group .btn-border.add-pad,
.btn-border.add-pad,
.btn-default.add-pad {
    padding: 6px 16px;
    outline: none !important;
}

.login-select,
.login-select .btn {
    min-height: 44px; 
    background: white !important;
    border-radius: 15px !important; 
}
.login-select .btn {
   border: 1px solid #e7e7e7 !important;
   height: auto;
}

#hear_about_detail:placeholder-shown {
  text-overflow: ellipsis;
}

#register-form .is-invalid {
    border: 1px solid #FE4A01 !important;
}

#step-text {
    color: #00000066;
    font-size: 12px;
}

.step-dot {
  width: 15px;
  height: 8px;
  border-radius: 4px;
  background-color: #E7E7E7;
  transition: background-color 0.3s ease, filter 0.3s ease;
  display: inline-block;
}

.step-dot.active {
  background-color: #3F8CFF;
  filter: none;
}

.dropdown-menu li a,
.bootstrap-select .dropdown-menu li a,
.kan-ban-col-wrapper .task-count {
    font-weight: 400;
    color: #666666;
    font-size: 14px;
}

.dropdown-menu li a,
.bootstrap-select .dropdown-menu li a {
    border-radius: 0px !important;
}

.dropdown-menu>li.active>a,
#dealModalContent .dropdown-menu>li.active>a {
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.dropdown-menu>li.active>a,
#dealModalContent .dropdown-menu>li.active>a {
    background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

.arrow.right {
    transform: rotate(180deg);
}

.dataTable > tbody > tr > td {
    white-space: nowrap;
    overflow-wrap: break-word;
    vertical-align: middle;
}

.svg-width-18 {
    width: 18px;
    height: 18px;
}

.custom-field-inline-edit-link:hover {
  color: #000;
}

.form-group textarea {
  border: none;
  background-color: #f9f9f9;
}

.background-inputs .checkbox label{
  display: flex;
  align-items: center;
}

.import-inputs,
.background-inputs  {
    font-size: 14px;
}

.import-inputs label,
.background-inputs label {
    margin-bottom: .625rem;
    color: #000000cc;
}

.background-inputs label {
  font-weight: 500;
}

.import-inputs .form-group {
    margin: 0;
}

.background-inputs.form-pad .form-group {
  margin-bottom: 20px;
}

.input-group .input-group-addon .req.text-danger {
  display: none;
}

.import-inputs .input-group,
.import-inputs input[type="file"],
.import-inputs #default_pass_all,
.import-inputs .dropdown.bootstrap-select.bs3 {
    margin-bottom: 1.25rem;
}

.import-inputs input[type="file"],
.import-inputs #default_pass_all,
.import-inputs .input-group,
.import-inputs .dropdown.bootstrap-select button,
.filters-inputs .dropdown.bootstrap-select button,
.import-inputs .dropdown.bootstrap-select button:hover,
.import-inputs .input-group-btn a,
.background-inputs .input-group,
.background-inputs input,
.background-inputs .input-group-addon,
.background-inputs .input-group-btn a,
.background-inputs .dropdown.bootstrap-select button {
    color: #000000cc;
    cursor: pointer !important;
    background-color: #f9f9f9;
    border-radius: 15px !important;
    border: none;
    --tw-ring-opacity: 0 !important;
    outline: none !important;

}

.background-inputs .bootstrap-select.form-control {
  border: none;
}

.import-inputs input[type="file"]::-webkit-file-upload-button,
#deals_email_form input[type="file"]::-webkit-file-upload-button {
    border: none;
    background: transparent;
    background-image: url(../images/icons/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    color: transparent;
    transition: all .4s;
    cursor: pointer;
}

#deals_email_form input[type="file"]::-ms-browse,

.import-inputs input[type="file"]::-ms-browse {
    border: none;
    background: transparent;
    background-image: url(../images/icons/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    color: transparent;
    transition: all .4s;
    cursor: pointer;
}

.background-inputs input[type="file"]::-webkit-file-upload-button {
    border: none;
    background: transparent;
    background-image: url(../images/icons/attach.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    color: transparent;
    transition: all .4s;
    cursor: pointer;
}
.background-inputs input[type="file"]::-ms-browse {
    border: none;
    background: transparent;
    background-image: url(../images/icons/attach.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    color: transparent;
    transition: all .4s;
    cursor: pointer;
}

.dropdown-menu li a {
    display: flex;
    align-items: center; /* Выравнивание по вертикали */
    gap: 8px; /* Расстояние между иконкой и текстом */
    padding: 8px 16px; /* Отступы для лучшего визуального восприятия */
    color: inherit; /* Наследование цвета текста */
    text-decoration: none; /* Убираем подчеркивание */
    color: #666;
}

.dropdown-menu .divider {
  background-color: #f5f5f5;
}

.dropdown-menu .filters-header a {
  color: #666;
  border-color: #f5f5f5 !important;
}

.btn-load-more {
  border: none;
}

.kanban-sort-dropdown, .dropdown-menu {
  box-shadow: 0 0 4px rgb(0 0 0 / 15%);
}
.kanban-sort-dropdown li a:hover,
.kanban-sort-dropdown li.active a:hover{
  background: none;
  color: #000;
}
.kanban-sort-dropdown li a:has(svg.kanban-sort-icon),
.kanban-sort-dropdown li.active a{
  background: none;
  color: #3F8CFF;
}
.svg-w-16 {
  width: 16px;
  height: 16px;
  stroke: none;
}

.text-capitalized {
  text-transform: capitalize;
}
.tasks-comments {
  display: block;
}

.preview-image img {
  border-radius: 15px;
  height: 130px;
  width: 260px;
}

div.timesheet-table table.table {
  margin-top: 0;
}

div.timesheet-table table thead {
  background-color: #F9F9F9;
}

div.timesheet-table table thead tr th span {
  color: #666;
}

div.timesheet-table table thead td,
div.timesheet-table thead th {
  border: none !important;
}

div.timesheet-table table.table tbody tr td,
div.timesheet-table table.table tbody tr th {
  border: none !important;
  border-bottom: 1px solid #F9F9F9 !important;
}

#dealModalContent label {
    margin-bottom: .625rem;
    color: #000000cc;
    font-size: 14px;
    font-weight: 500;

}

.alert-validation {
    color: #FE4A01 !important;
}
#clear-menu-filter {
    z-index: 10;
    right: 5px;
    top: 8px;
}

.bootstrap-select .dropdown-menu li .lvl-1 span.text { padding-left: 1.5em; }

.table-top-bar .input-group,
.table-top-bar .dataTables_length select{
    border-radius: 15px;
    border: solid 1px #F5F5F5;
    height: 36px;
    margin: 0;
    background-color: #fff;
}

#es_inbox_content .btn-group .btn+.btn {
    margin: 0;
}

.welcome_big_icon {
    width: 40px;
    height: 40px;
}

.welcome_icon {
    width: 32px;
    height: 32px;
}

.top-panel {
    padding-top: 4px;
    border-radius: 16px;
    border: none;
}
.top-panel.service{
    background-color: #3f8cff;
}
.top-panel.crm{
    background-color: #8534FF;
}
.top-panel.sales{
    background-color: #AD0085;
}
.top-panel.ma{
    background-color: #68B266;
}
.top-panel.projects{
    background-color: #FFA544;
}

.panel_s.welcome.crm {
   border-color: #8534FF;
}

.panel_s.welcome.sales {
   border-color: #AD0085;
}
.panel_s.welcome.ma {
   border-color: #68B266;
}

.welcome-overview .panel.widget a{
    margin-top: auto;
}

@media (min-width: 768px) {
    .video-span {
        grid-column: span 2 / span 2;
    }
    .video-span.col1 {
        grid-column: span 1 / span 1;
    }
}

.video-span.col1 img{
    object-fit: cover;
    border-radius: 15px;
}

.panel_s.welcome{
    padding-top: 10px;
    padding-bottom: 10px;
}

.welcome_faq a{
    text-decoration: underline !important;
}

.welcome_faq svg{
    flex-shrink: 0;
}

.welcome-side .panel_s {
    padding: 15px !important;
}

.panel_s.welcome_list {
    padding-top: 35px !important
}

.panel_s.welcome_list svg:first-child{
   width: 40px;
   height: 40px;
   border: 1px solid #f5f5f5;
   flex-shrink: 0;
   border-radius: 50%;
   background-color: #fff;
   z-index: 2;
   padding: 5px;
}

.panel_s .welcome_list_header {
    left: -10px;
    top: -10px;
}

.panel_s .welcome_list_header h4 {
    border: 1px solid #f5f5f5;
    border-radius: 30px;
    background-color: #fff;
    padding-left: 45px;
    line-height: 150%;
    padding-right: 5px;
    min-height: 35px;
    align-items: center;
    display: flex;
}

.h-fit-content {
    height: fit-content;
}

.step-checkbox {
    display: none;
}

.panel_s.welcome_list svg.checkmark-icon {
    width: 20px;
    height: 20px;
    border-color: #d4d4d4;
    color: #d4d4d4;
    background-color: #fff;
    transition: all 0.3s ease;
    padding: 2px;
}

.step-checkbox:checked + .custom-check .checkmark-icon {
    color: white; 
    background-color: #68B266;
    border-color: #68B266;
}

.step-title {
  font-size: 11px;
  color: #8534FF;
}

@supports (--css: variables) {
  .step-title {
    background:  linear-gradient(93.13deg, #3F8CFF 10.22%, #8534FF 29.78%);
    color: transparent;
    background-clip: text; 
  }
}

.step-text {
  font-size: 12px;
  color: #000;
}

.step-text:hover {
  text-decoration: underline !important;
}

.step-checkbox:checked ~ .step-content .step-title {
  color: #68B266;
}

.step-checkbox:checked ~ .step-content .step-text {
  color: #666;
  text-decoration: line-through;
}

.gradient{
    border: 1px solid transparent;
    border-radius: 15px;
    background: linear-gradient(white, white) padding-box,
              linear-gradient(158.93deg, #3F8CFF 6.12%, #8534FF 93.88%) border-box;    
}

.header-gradient {
    border: 1px solid transparent;
    border-radius: 30px;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(91.2deg, #3F8CFF 0%, #8534FF 99.71%) border-box;
}

.panel_s .welcome_list_header .header-gradient span {
    font-size: 14px;
    color: #000;
    padding-left: 45px;
    line-height: 150%;
    padding-right: 5px;
    min-height: 35px;
    align-items: center;
    display: flex;
}

@supports (--css: variables) {
  .panel_s .welcome_list_header .header-gradient span {
    background: linear-gradient(90deg, #3F8CFF 0%, #8534FF 100%);
    color: transparent;
    background-clip: text; 
  }
}

.user-gradient {
    border: 1px solid transparent !important;
    background: linear-gradient(white, white) padding-box,
    linear-gradient(91.2deg, #3F8CFF 0%, #8534FF 99.71%) border-box;
}

.svg-gradient{
    background: linear-gradient(114.08deg, #3F8CFF 15.21%, #8534FF 65.09%);
    border: 3px solid #FFFFFF
}

.welcome-overview .tooltip * {
    color: #666 !important;
    background-color: #F5F5F5;
    border-radius: 15px;
    border-top-color: #f5f5f5 !important;
}

@media (min-width: 1024px) {
    .lg\:tw-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr))

}
}

.input-group-btn .dropdown-menu.small-right li a {
    border-radius: 0px !important;
    background-color: transparent;
}
.input-group-btn .dropdown-menu.small-right li a:hover {
    background-color: rgb(243 244 246/1);
}

.lb-dataContainer {
    position: absolute;
    top: 0;
    right: 20px;
    width: inherit;
    z-index: 999;
}

.table-project-templates.dataTable > tbody > tr > td {
    vertical-align: top
    ;
}

.table-project-templates td:nth-child(3),
.table-project-templates th:nth-child(3),
.table-companies td:nth-child(6),
.table-companies th:nth-child(6) {
    max-width: 500px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}