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-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-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: 0;
    margin-left: 5px
}

[dir=rtl] .mright10 {
    margin-right: 0;
    margin-left: 10px
}

[dir=rtl] .mleft5 {
    margin-left: 0;
    margin-right: 5px
}

[dir=rtl] .mleft10 {
    margin-left: 0;
    margin-right: 10px
}

[dir=rtl] .input-group-addon:last-child {
    border-left: 1px solid #ccc
}

[dir=rtl] .colorpicker.colorpicker-visible.dropdown-menu {
    left: 0 !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: 0 !important
}

.no-mtop {
    margin-top: 0 !important
}

.no-p-left {
    padding-left: 0 !important
}

.no-p-right {
    padding-right: 0
}

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

.announcement small {
    font-size: 12px;
    color: #333
}

.announcement {
    font-size: 14px
}

.bgwhite {
    background: #fff;
    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: 0
}

.submenu li a {
    font-size: 17px;
    color: #475569 !important
}

.submenu li a:active,
.submenu li a:focus,
.submenu li a:hover {
    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: #f1f5f9;
    padding: 15px;
    width: 100%;
    height: 50px;
    margin-top: 25px;
    border-top: 1px solid #e2e8f0
}

h1,
h2,
h3,
h4 {
    font-weight: 400
}

h1,
h2 {
    font-size: 24px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

.h3,
.h4,
h3,
h4 {
    font-weight: 400
}

a:active,
a:focus,
a:hover,
a:visited {
    text-decoration: none
}

.navbar {
    padding: 0;
    min-height: 60px;
    border-radius: 0
}

.navbar-default {
    border: 0;
    border-bottom: 1px solid #e2e8f0;
    background: #fff
}

.navbar-default .navbar-nav>li>a {
    color: #334155;
    line-height: 85px;
    font-size: 14.5px;
    display: inline;
    margin-right: 3px
}

.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: #0f172a;
    border-radius: 6px;
    background: #f1f5f9
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background: #f1f5f9;
    border-radius: 4px;
    color: #0f172a;
    transition: ease-in-out .2s
}

.navbar-default .navbar-nav>li.dropdown>a.dropdown-toggle:focus,
.navbar-default .navbar-nav>li.dropdown>a.dropdown-toggle:hover {
    background: 0 0;
    border-radius: 0
}

.navbar a.navbar-brand {
    padding: 23px 0 25px 0;
    height: auto;
    margin-right: 10px
}

.navbar a.navbar-brand img {
    width: auto;
    height: 34px
}

.navbar-default .navbar-nav>li.customers-nav-item-login>a {
    background: #2563eb !important;
    color: #fff !important;
    display: inline;
    font-weight: 500;
    font-size: 14px;
    border-radius: 6px !important;
    padding: 8px 16px;
    margin-left: 10px
}

.navbar-default .navbar-nav>li.customers-nav-item-login>a:active,
.navbar-default .navbar-nav>li.customers-nav-item-login>a:hover {
    background: #1d4ed8 !important;
    border-radius: 6px !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:active,
.logo-text:focus,
.logo-text:hover {
    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: 0
}

.invoice-quick-info h5 {
    margin-top: 0
}

.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: #64748b
    }

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

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #475569
    }

    .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 0 19px 0
    }

    .navbar-toggle {
        margin-top: 15px
    }

    #staff_logged_in {
        display: none
    }

    .viewestimate .panel-body,
    .viewinvoice .panel-body {
        padding: 0
    }
}

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

.label-href,
.label-href:visited {
    outline: 0 !important;
    border: 0 !important
}

.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: 0;
    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: 0;
    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 .highlight-font-bold,
.jquery-comments ul.main li.comment .actions>*,
.jquery-comments ul.main li.comment .name,
.jquery-comments ul.navigation li {
    font-weight: 500 !important
}

.jquery-comments ul.main li.comment .name {
    color: #0081bb
}

.jquery-comments ul.main li.comment .wrapper .content {
    padding: 5px 0 5px 0
}

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

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

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

.team-members .panel-body {
    padding: 0
}

.team-members .media-left {
    padding: 10px
}

.team-members .media-body {
    padding-right: 10px;
    padding-top: 12px
}

.team-members .media:last-child {
    border-bottom: 0
}

.team-members .media {
    margin-top: 0;
    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: 0 0 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 {
    background-color: #fbfdff;
    border: 1px dashed #c0ccda;
    border-radius: 6px
}

.dropzone .dz-message {
    margin-top: 45px;
    color: #03a9f4
}

@media (max-width:768px) {
    #content {
        padding: 15px
    }

    ._buttons .mleft5 {
        margin-left: 0 !important
    }

    ._buttons .mright10 {
        margin-right: 0 !important
    }

    ._buttons .pull-left,
    ._buttons .pull-right {
        float: none !important
    }

    ._buttons .btn,
    ._buttons .btn-group {
        display: inline-block;
        margin-left: 0 !important;
        width: 100%;
        margin-bottom: 5px !important;
        float: none !important
    }

    .project-overview-column {
        margin-top: 15px
    }
}

.tasks-phases .panel-body {
    background: #fbfbfb;
    padding: 10px
}

.tasks-phases ._task_wrapper {
    background: #fff;
    padding: 5px 10px 5px 10px;
    border: 1px solid #e4e5e7;
    border-radius: 4px
}

.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: 0;
    position: absolute;
    width: 100%
}

.project_file_area,
.project_file_discusssions_area {
    overflow-y: scroll;
    height: 400px
}

@media (max-width:768px) {

    .project_file_area,
    .project_file_discusssions_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: 0;
    margin-bottom: 0
}

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

.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-day-header,
#calendar .fc-header-toolbar button,
#calendar .fc-toolbar .fc-center {
    text-transform: capitalize
}

.tc-content ol,
.tc-content ul {
    list-style: inherit;
    margin-left: 15px
}

.tc-content ol {
    list-style-type: decimal
}

.tc-content table {
    margin-top: 0;
    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
}

.contract-view .tc-content ol,
.contract-view .tc-content ul,
.proposal-view .tc-content ol,
.proposal-view .tc-content ul {
    margin-left: 0
}

.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: 40px;
    height: 50px;
    font-size: 17px
}

.kb-search input[type=search]:focus {
    padding-left: 15px
}

.kb-search button[type=submit] {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

#botlink,
#toplink {
    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, .25);
    box-shadow: 1px 2px 3px rgba(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
}

#botlink:hover,
#toplink: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(.83);
        -webkit-transform: scale(.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

td[align=left],
th[align=left] {
    text-align: left
}

td[align=right],
th[align=right] {
    text-align: right
}

td[align=center],
th[align=center] {
    text-align: center !important
}

[dir=rtl] td[align=left],
[dir=rtl] th[align=left] {
    text-align: right !important
}

[dir=rtl] td[align=right],
[dir=rtl] th[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: #fff;
    border: 1px solid #e2e8f0;
    padding: 35px 15px;
    text-align: center;
    margin-bottom: 25px;
    border-radius: 6px
}

.gdpr-right .gdpr-right-heading {
    margin-top: 0;
    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: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #5a5a5a
}

.list-status h3 {
    margin-top: 0
}

.list-status:last-child {
    border-right: 0px
}

.list-status a {
    border: 1px solid #eee;
    padding: 15px;
    display: inline-block;
    width: 100%;
    border-radius: 4px
}

.list-status a.active {
    background: #f9fafb
}

.ticket-info p:last-child {
    margin-bottom: 0
}

.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%);
    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: 0 1px 15px 1px rgba(90, 90, 90, .08);
    box-shadow: 0 1px 15px 1px rgba(90, 90, 90, .08);
    width: 100% !important;
    left: 0 !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
}

@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
}

.tasks-phases .kan-ban-col .panel-body {
    height: 100%;
    overflow-y: auto
}

.container:has(.log-in-page) {
    max-width: 100%;
    width: 100%;
    padding: 0;
}
.container:has(.log-in-page) .row {
    margin: 0;
}
.register-page {
    display: none;
}
.customers_login nav.navbar,.customers_login footer.footer {
    display: none;
}
.log-in-page {
    display: flex;
    height: 100vh;
    font-family: 'Quattrocento Sans';
}
.log-in-page [class*="col"] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.log-in-page > [class*="col"]:has(.left-col-info) {
    background: #002e92;
    color: #fff;
    padding: 36px;
    position: relative;
    overflow: hidden;
}
.left-col-info .text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}
.left-col-info .text {
    max-width: 450px;
}
.log-in-page form.login-form {
    width: 100%;
    max-width: 360px;
}
.log-in-page form.login-form .form-control {
    height: 40px;
}
body .log-in-page form.login-form .panel-body, body .log-in-page form.login-form .panel_s {
    margin-top: 10px;
    margin-bottom: 0;
}
.log-in-page a.navbar-brand.logo.logo.logo-text {
    font-size: 33px;
    margin-top: 13px;
    display: block;
    color: #1e293b;
    font-weight: 600;
    float: unset;
    height: unset;
}
.log-in-page form.login-form .btn {
    line-height: 28px;
}
.log-in-page .left-col-info:after {
    background-color: #adc7ff;
    width: 600px;
    height: 300px;
    position: absolute;
    bottom: -170px;
    left: calc(32vw - 350px);
    border-radius: 300px / 150px;
    content: '';
}
.log-in-page a.navbar-brand.logo.logo.logo-text img {
    width: 200px;
    margin: 0 auto;
}
.log-in-page h1.login-heading {
    font-weight: 700;
    font-size: 32px;
}
.register-title {
    max-width: 412px;
    margin: 0 auto 40px;
}
.panel_s.register-form {
    max-width: 600px;
    margin: 0 auto;
}
.panel_s.register-form .form-group {
    width: 49%;
    display: inline-block;
}
.panel_s.register-form  .panel-footer.text-right {
    background: transparent;
    border: 0;
    padding-top: 0;
    padding-bottom: 22px;
}
.panel_s.register-form .form-group:nth-child(even) {
    margin-left: 7px;
}
.panel_s.register-form .form-group .form-control::placeholder {
    color: #000 !important;
    font-size: 14px !important;
    opacity: 1 !important;
    visibility: visible !important;
}
.panel_s.register-form .form-group .form-control{
    width: 100%;
}
body:has(.log-in-page) nav.navbar.navbar-default.header, body:has(.log-in-page) footer {
    display: none;
}
.panel_s.forget-password-panel {
    max-width: 376px;
    width: 100%;
}
.privacy-policy h1,
.privacy-policy h2,
.privacy-policy h3,
.privacy-policy h4,
.privacy-policy h5,
.terms-and-conditions-content h1,
.terms-and-conditions-content h2,
.terms-and-conditions-content h3,
.terms-and-conditions-content h4,
.terms-and-conditions-content h5 {
    color: #000;
    font-weight: 600;
}
.privacy-policy li::marker,
.terms-and-conditions-content li::marker {
    color: #000;
}
.privacy-policy li,
.terms-and-conditions-content li {
    margin-bottom: 6px;
}
.privacy-policy li:last-child,
.terms-and-conditions-content li:last-child{
    margin-bottom: 0px;
}
body:has(.privacy-policy) .privacy-policy-heading, body:has(.terms-and-conditions-content) .terms-and-conditions-heading {
    color: #2563eb;
    font-weight: 600;
    font-size: 22px;
}
.privacy-policy p:last-child,
.terms-and-conditions-content p:last-child{
    margin-bottom: 0;
}
html .register_page h1,
html .register_page h2,
html .register_page h3,
html .register_page h4,
html .register_page h5,
html .register_page h6{
    margin-top:0;
}
html .panel_s.register-form .form_wrapper>* {
    margin: 0 !important;
    width: 100%;
}
html .register-form .form_wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
html .register-form .form_wrapper>* {
    margin: 0;
    width: 50%;
    padding: 0 10px 20px;
}
body:has(.register_page) nav.navbar {
    display: none;
}
body:has(.register_page) .container {
    width: 100%;
}
.register_page {
    padding: 20px;
    display: flex;
    min-height: 100vh;
}
.register_page .row {
    display: flex;
    min-height: 100%;
}
.register_page .row .col-md-6 {
    display: flex;
    align-items: center;
}
body:has(.register_page) .container:nth-child(1) {
    display: none;
}
body:has(.register_page) footer{
    display: none;
}
.register_page .register-title h1{
    font-size: 38px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 14px;
    color:#000510;
}
.register_page h1 span{
    color:#2563EB;
}
.register_page .register-title {
    max-width: 100%;
}
.register_page form#register-form {
    width: 590px;
    margin: 30px 20px 30px 106px;
    max-width: 100%;
}
.register_page .register-title p {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}
html .register-form .form_wrapper button.btn span.caret {
    right: 22px;
}
.register_page p a{
    color:#2563EB;
}
html .register-form .form_wrapper input {
    border: 1px solid #3341551A;
    background: #FFFFFF;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
    padding: 15px 20px;
    box-shadow: none;
    color: #000;
}
html .register-form .form_wrapper input::placeholder {
    color: #33415580;
}
html .register-form .form_wrapper label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
    color: #000510;
}
html .register-form .form_wrapper button.btn {
    height: 48px;
    border: 1px solid #3341551A;
    font-size: 15px;
    padding: 14px 20px;
}
html .register-form .form_wrapper .form-group:last-child {
    width: 100%;
}
html .register-form .panel-footer button.btn {
    width: auto;
    min-width: 190px;
    line-height: 46px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 10px;
    margin: 0 auto;
}
html .register-form .panel-footer {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    border: 0;
    padding: 10px 0px 22px 0px;
}
.register_page form#register-form .content p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    color: #334155;
}
.register_page .register-title p a,
.register_page form#register-form .content p a {
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 15px;
}
.register_page .signup_box_wrapper {
    background: #2563EB;
    box-shadow: 1px 4px 17px 0px #00000008;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    display: block;
    margin-left: 65px;
}
.register_page .signup_box_wrapper .logo a img {
    max-width: 158px;
    display: block;
    margin-left: auto;
    filter: brightness(1) invert(1);
    margin-bottom: 70px;
}
.signup_box_wrapper .content_wrp {
    padding: 10px;
    color: #FFF;
}
.signup_box_wrapper .content_wrp h2 {
    line-height: 130%;
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 16px;
}
.signup_box_wrapper .content_wrp > p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
}
.signup_box_wrapper .content_wrp ul {
    margin-bottom: 40px;
    color: #FFFFFFE5;
    font-size: 16px;
    font-weight: 400;
}
.signup_box_wrapper .content_wrp ul li {
    padding-left: 36px;
    margin-bottom: 12px;
    position: relative;
    font-size: 14px;
}
.signup_box_wrapper .content_wrp ul li:before {
    content: "";
    height: 26px;
    width: 26px;
    display: block;
    background-position: center center;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg width="26" height="27" viewBox="0 0 26 27" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.5731 20.8366H20.5834H20.5731ZM20.5731 20.8366C19.8985 21.5055 18.6759 21.3389 17.8186 21.3389C16.7662 21.3389 16.2594 21.5448 15.5084 22.2958C14.8689 22.9354 14.0115 24.0866 13 24.0866C11.9885 24.0866 11.1312 22.9354 10.4916 22.2958C9.74057 21.5448 9.2338 21.3389 8.18142 21.3389C7.32409 21.3389 6.10155 21.5055 5.42697 20.8366C4.74698 20.1623 4.91432 18.9347 4.91432 18.0718C4.91432 16.9814 4.67586 16.4801 3.89935 15.7035C2.74426 14.5485 2.16671 13.9709 2.16669 13.2533C2.1667 12.5355 2.74423 11.958 3.89932 10.8029C4.59249 10.1098 4.91432 9.42289 4.91432 8.43465C4.91432 7.57729 4.74772 6.35474 5.41669 5.68015C6.09099 5.00018 7.31859 5.16754 8.18144 5.16754C9.16965 5.16754 9.85653 4.84572 10.5497 4.15257C11.7048 2.99747 12.2823 2.41992 13 2.41992C13.7177 2.41992 14.2953 2.99747 15.4503 4.15257C16.1433 4.84558 16.8301 5.16754 17.8186 5.16754C18.6759 5.16754 19.8986 5.00093 20.5732 5.66992C21.2531 6.34422 21.0857 7.57181 21.0857 8.43465C21.0857 9.52505 21.3242 10.0264 22.1007 10.8029C23.2558 11.958 23.8334 12.5355 23.8334 13.2533C23.8334 13.9709 23.2558 14.5485 22.1007 15.7035C21.3241 16.4801 21.0857 16.9814 21.0857 18.0718C21.0857 18.9347 21.2531 20.1623 20.5731 20.8366Z" fill="white"/><path d="M10 13.8C10 13.8 11.4 14.5301 12.1 15.6C12.1 15.6 14.2 11.4 17 10" stroke="%232563EB" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    position: absolute;
    left: 0;
    top: -1px;
}
.testimonial_box {
    backdrop-filter: blur(6px);
    border: 1px solid #FFFFFF0F;
    background: #FFFFFF14;
    padding: 25px;
    border-radius: 14px;
    position: relative;
}
.testimonial_box:after {
    content: "";
    height: 35px;
    width: 65px;
    display: block;
    background-image: url('data:image/svg+xml,<svg width="65" height="35" viewBox="0 0 65 35" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_5_102)"><path d="M53.2718 15.4136C54.6906 11.9124 56.9262 8.45329 59.9143 5.12072C60.8602 4.06612 60.9892 2.54756 60.2153 1.36641C59.6133 0.438367 58.6245 -0.0678206 57.5497 -0.0678206C57.2487 -0.0678206 56.9477 -0.0468352 56.6467 0.0587301C50.3268 1.87262 35.5583 8.30563 35.1498 28.9336C34.9995 36.8852 40.9325 43.719 48.65 44.4994C52.9278 44.9213 57.1842 43.5504 60.3443 40.7662C63.5043 37.9609 65.3101 33.9534 65.3101 29.7773C65.3101 22.8169 60.2797 16.7213 53.2718 15.4136Z" fill="white" fill-opacity="0.06"/><path d="M13.3298 44.4994C17.5863 44.9213 21.8426 43.5504 25.0026 40.7662C28.1627 37.9609 29.9685 33.9534 29.9685 29.7773C29.9685 22.8169 24.9382 16.7213 17.9302 15.4136C19.349 11.9124 21.5846 8.4533 24.5728 5.12075C25.5186 4.06615 25.6476 2.54759 24.8736 1.36644C24.2718 0.438392 23.2829 -0.0677954 22.208 -0.0677954C21.9072 -0.0677954 21.6062 -0.04681 21.3052 0.0587553C14.9851 1.87264 0.216728 8.30565 -0.191713 28.9337V29.2288C-0.191713 37.054 5.6769 43.719 13.3298 44.4994Z" fill="white" fill-opacity="0.06"/></g><defs><clipPath id="clip0_5_102"><rect width="65" height="35" fill="white"/></clipPath></defs></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 40px;
}
html .testimonial_box h5 {
    font-size: 20px;
    font-weight: 600;
}
html .testimonial_box i {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 18px;
    display: block;
}
html .testimonial_box .wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}
html .testimonial_box .wrapper .image {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    min-width: 50px;
    overflow: hidden;
}
html .testimonial_box .wrapper .image img{
    height: 100%;
    width: 100%;
    object-fit:cover;
}
html .testimonial_box .wrapper h6 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 2px;
}
html .testimonial_box .wrapper p {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 400;
    color: #FFFFFFB2;
}
.register_page form#register-form .alert-validation {
    margin-bottom: 0;
    font-size: 14px;
}
.register .register_page .row:before,
.register .register_page .row:after{
    display: none;
}

.register_page.connect_page .logo img {
    display: block;
    max-width: 148px;
    margin: 0 auto 20px;
}
.register_page.connect_page .signup_box_wrapper {
    background: #FFFFFF;
    box-shadow: none;
    margin: 0;
    width: 570px;
    max-width: 100%;
    padding: 40px;
}
.register_page.connect_page .signup_box_wrapper > p {
    font-size: 15px;
    font-weight: 500;
    margin-top: 18px;
    color: #000510;
    margin-bottom: 26px;
}
.register_page.connect_page .signup_box_wrapper h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #000510;
    margin-bottom: 0;
}
.register_page.connect_page .signup_box_wrapper .register-title {
    margin-bottom: 20px;
}
.register_page.connect_page .signup_box_wrapper ol {
    counter-reset: list-counter;
}
.register_page.connect_page .signup_box_wrapper ol li {
    counter-increment: list-counter;
    position: relative;
    padding-left: 34px;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 400;
    color: #334155;
}
.register_page.connect_page .signup_box_wrapper ol li:last-child{
    margin-bottom:0;
}
.register_page.connect_page .signup_box_wrapper ol li:before {
    content: counter(list-counter, decimal-leading-zero) ".";
    color: #2563EB;
    font-family: Inter;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.register_page.connect_page .row {
    display: flex;
    min-height: 100%;
    width: 100%;
}
.register_page.connect_page form {
    width: 540px;
    margin: 0 auto;
}
.register_page.connect_page form .form_wrapper {
    margin: 0;
}
.register_page.connect_page form .form_wrapper>* {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
html .register_page.connect_page form h1 {
    font-size: 35px;
    margin-bottom: 0;
}
.register_page.connect_page button.btn {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    padding: 0 25px;
    line-height: 46px;
    min-width: 190px;
    border-radius: 10px;
}
.register_page.connect_page .btn_wrp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 12px;
}
.register_page.connect_page .btn-link {
    font-size: 16px;
    font-weight: 500;
    color: #2563EB80;
}
.register_page.connect_page .btn-link:hover{
    color: #2563EB;
}
.register_page.connect_page .col-md-7 {
    display: flex;
    align-items: center;
}
html:has(.connect_page) body {
    background: #F3F6FA;
}
html .contactform .form-control.error ~ .invalid-feedback {
    display: block;
}
form .invalid-feedback {
    display: none;
    color: red;
    font-size: 13px;
}
form .error ~ .invalid-feedback {
    display: block;
}
.register_page.connect_page.connected_page .logo img {
    margin-bottom: 33px;
}
.register_page.connected_page {
    justify-content: center;
    align-items: center;
}
.register_page.connected_page .container {
    display: block !important;
    width: 1400px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}
.store_connection_box {
    width: 830px;
    margin: 0 auto;
    max-width: 100%;
    background: #ECFEEF;
    border-radius: 30px;
    padding: 30px 50px;
    text-align: center;
    margin-bottom: 28px;
    color: #000510;
}
.store_connection_box img {
    width: 82px;
    max-width: 100%;
    display: block;
    margin: 0 auto 28px;
}
html .store_connection_box h2 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 8px;
    line-height: 130%;
}
html .store_connection_box h5 {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 6px;
    line-height: 160%;
}
html .store_connection_box p {
    font-size: 16px;
    line-height: 160%;
    color: #000510CC;
    margin-bottom: 28px;
}
html .store_connection_box .btn {
    font-size: 16px;
    line-height: 38px;
    background: #8EEA9D;
    border: 1px solid #00051012;
    padding: 0 26px;
    color: #000510;
    transition:all 0.4s;
    display:inline-flex;
    align-items:center;
    gap:8px;
}
html .store_connection_box .btn:hover {
    background-color: #000;
    color: #FFF;
}
html body:has(.connected_page) {
    background: #FFF;
}
.register_page.connect_page.connected_page .row {
    display: flex;
    min-height: unset;
    width: auto;
}
.register_page.connect_page.connected_page .row::after, .register_page.connect_page.connected_page .row::before{
    display: none;
}
.woocomrce_store_count .label p {
    margin-bottom: 0;
}
.woocomrce_store_count .label {
    font-weight: 500;
    font-size: 13px;
    color: #000510;
    text-transform: uppercase;
    background: #00051005;
    padding: 8px 15px;
    line-height: normal;
    margin: 0px 0px 0px 20px;
    border-radius: 10px 10px 0px 0px;
}
.woocomrce_store_count .wrp_box {
    background: #FFFFFF;
    padding: 16px;
    border: 1px solid #F3F6FA;
    border-radius: 14px;
}
.woocomrce_store_count .wrp_box .count_box {
    border: 1px solid #00051012;
    padding: 12px;
    border-radius: 8px;
    min-width: 146px;
    background: #EDF3FF;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(1) {
    background: #FAF5E6;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(2) {
    background: #fff3fa;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(4) {
    background: #ecfefc;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(5) {
    background: #f9f9f9;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(6) {
    background: #f2edff;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(7) {
    background-color: #86a78821;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(8) {
    background: #d7831521;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(9) {
    background: #a3ffea2e;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(10) {
    background: #640d5f12;
}
.woocomrce_store_count .wrp_box .row>* {
    padding: 0 8px;
}
.woocomrce_store_count .wrp_box ul {
    margin: 0;
}
.woocomrce_store_count .wrp_box ul {
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}
.woocomrce_store_count .wrp_box .count_box p {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
    display: block;
    color: #0005108F;
    font-size: 14px;
    line-height: normal;
}
.woocomrce_store_count .wrp_box .count_box p .dot:before {
    content: "";
    height: 8px;
    width: 8px;
    background: #2563EB;
    display: block;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(1) span::before {
    background: #FFC30D;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(2) span::before {
    background: #c14d90;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(4) span::before {
    background: #0faf9d;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(5) span::before {
    background: #4a4a4a;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(6) span::before {
    background: #4100eb;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(7) span::before {
    background: #39603b;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(8) span::before {
    background: #915100;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(9) span::before {
    background: #087064;
}
.woocomrce_store_count .wrp_box .count_box:nth-child(10) span::before {
    background: #641a45;
}
.woocomrce_store_count .wrp_box .count_box h4 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000510;
    font-weight: 600;
    line-height: normal;
}
.woocomrce_store_count .wrp_box.products p {
    padding: 0;
}
.signup_box_wrapper .content_wrp h6 {
    color: #FFFFFFE5;
    text-transform: uppercase;
    font-size: 14px;
}
.signup_box_wrapper .content_wrp ul li b {
    color: #FFF;
    font-size: 16px;
}
.lpn h4 {
    margin: 0 0 8px;
    font-weight: 600;
    font-size: 22px;
    line-height: 132%;
    position: relative;
    display: flex;
    align-items: end;
    gap: 5px;
    justify-content: center;
}
.lpn h4 .btn {
    padding: 0;
    line-height: 0;
    border: 0;
    background: no-repeat;
    box-shadow: 0;
    margin-bottom: 7px;
}
.lpn h4 .btn:focus {
    border: 0;
    box-shadow: 0;
}
.lpn {
    width: 410px;
    max-width: 100%;
    background-color: #FFF;
    border-radius: 14px;
    padding: 20px;
    color: #000510;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 40px;
    text-align: center;
    z-index: 2;
}
.lpn p:last-child {
    margin-bottom: 0;
}
.lpn a {
    color: #FFF;
    margin-bottom: 0;
    display: inline-block;
    transition: all 0.4s;
    background-color: #eb3f35;
    font-size: 14px;
    font-weight: 600;
    padding: 0 18px;
    line-height: 38px;
    border: 0;
}
.lpn a:hover {
    background-color: #000;
    color: #FFF;
}
.lpn p {
    line-height: 140%;
    font-size: 13px;
    margin-bottom: 15px;
    color: #000510B2;
}

@media (max-width:768px) {
    .kan-ban-col {
        width: 216px;
        height: 416px;
        margin-right: 6px;
        display: inline-block
    }
    .log-in-page [class*="col"] {
        width: 100%;
    }
    body.customers.customers_login #content {
        padding: 0;
    }
}

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>div {
    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(.83);
        -webkit-transform: scale(.83);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0
    }
}

@media (max-width:1024px){
    .register_page .signup_box_wrapper {
        padding: 18px;
        border-radius: 12px;
        margin: 0;
    }
    .register_page form#register-form {
        width: 400px;
        margin:0 auto 25px;
    }
    .register .register_page {
        padding: 0;
    }
    .register_page .register-title h1 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .register_page .signup_box_wrapper .logo a img {
        max-width: 120px;
        margin-bottom: 25px;
    }
    .signup_box_wrapper .content_wrp h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .signup_box_wrapper .content_wrp h6 {
        font-size: 12px;
    }
    .signup_box_wrapper .content_wrp {
        padding: 0;
    }
    .signup_box_wrapper .content_wrp > p {
        font-size: 14px;
    }
    .signup_box_wrapper .content_wrp ul li:before {
        height: 22px;
        width: 22px;
        top:0;
    }
    .signup_box_wrapper .content_wrp ul {
        margin-bottom: 20px;
        font-size: 14px;
    }
    .signup_box_wrapper .content_wrp ul li {
        padding-left: 28px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .signup_box_wrapper .content_wrp ul li b {
        font-size: 15px;
    }
    .testimonial_box {
        padding: 14px;
        border-radius: 8px;
    }
    html .testimonial_box h5 {
        font-size: 16px;
    }
    html .testimonial_box i {
        font-size: 14px;
        margin-bottom: 14px;
    }
    html .testimonial_box .wrapper .image {
        height: 40px;
        width: 40px;
        min-width: 40px;
    }
    html .testimonial_box .wrapper {
        gap: 12px;
    }
    html .testimonial_box .wrapper h6 {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
    }
    html .testimonial_box .wrapper p {
        font-size: 12px;
        color: #FFFFFFB2;
    }
    .register_page .register-title p {
        font-size: 14px;
    }
    html .register-form .form_wrapper label {
        font-size: 13px;
        margin-bottom: 4px;
    }
    html .register-form .form_wrapper input {
        height: 42px;
        line-height: 42px;
        border-radius: 6px;
        padding: 10px 12px;
        font-size: 13px;
    }
    html .register-form .panel-footer button.btn {
        min-width: 150px;
        line-height: 42px;
        padding: 0 16px;
        font-size: 15px;
        border-radius: 6px;
    }
    .register_page form#register-form .alert-validation {
        font-size: 12px;
    }
    html .register-form .form_wrapper button.btn {
        height: 42px;
        font-size: 13px;
        padding: 10px 12px;
    }
    html .register-form .form_wrapper>* {
        padding: 0 6px 16px;
    }
    html .register-form .form_wrapper {
        margin: 0 -6px;
    }
    body:has(.connect_page) div#content{
        padding: 0;
    }
    .register_page.connect_page .signup_box_wrapper {
        width: 100%;
        padding: 20px;
    }
    .register_page.connect_page form {
        width: 100%;
    }
    .register_page.connect_page .row {
        width: auto;
    }
    .register_page.connect_page .signup_box_wrapper > p {
        font-size: 14px;
        margin-top: 14px;
        margin-bottom: 18px;
    }
    .register_page.connect_page .signup_box_wrapper h2 {
        font-size: 18px;
    }
    .register_page.connect_page .signup_box_wrapper ol li {
        padding-left: 30px;
        margin-bottom: 8px;
        font-size: 13px;
    }
    .register_page.connect_page .signup_box_wrapper ol li:before {
        font-size: 13px;
    }
    .register_page.connect_page .row>*{
        width: 50%;
    }
    .register_page.connect_page .logo img {
        max-width: 120px;
    }
    html .register_page.connect_page form h1 {
        font-size: 20px;
    }
    .register_page.connect_page button.btn {
        width: auto;
        font-size: 14px;
        font-weight: 600;
        padding: 0 22px;
        line-height: 38px;
        min-width: auto;
        border-radius: 6px;
    }
    .register_page.connect_page .btn-link {
        font-size: 15px;
    }
    .register_page.connect_page .register-title {
        margin-bottom: 24px;
    }
    .register_page.connect_page .signup_box_wrapper .woocommerce_img img {
        display: block;
        max-width: 160px;
    }
    .register_page.connect_page.connected_page .row>* {
        width: 100%;
    }
    .store_connection_box {
        border-radius: 12px;
        padding: 20px;
        margin-bottom: 16px;
    }
    .store_connection_box img {
        width: 70px;
        margin: 0 auto 14px;
    }
    html .store_connection_box h2 {
        font-size: 24px;
    }
    html .store_connection_box h5 {
        font-size: 17px;
    }
    html .store_connection_box p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    html .store_connection_box .btn {
        font-size: 14px;
        line-height: 36px;
        padding: 0 20px;
    }
    .woocomrce_store_count .wrp_box {
        padding: 12px;
        border-radius: 10px;
    }
    .woocomrce_store_count .wrp_box .count_box {
        padding: 12px;
        border-radius: 6px;
    }
    .woocomrce_store_count .wrp_box .count_box h4 {
        font-size: 18px;
    }
    .woocomrce_store_count .wrp_box .count_box p .dot:before {
        height: 6px;
        width: 6px;
    }
    .register_page.connect_page.connected_page .row {
        flex-wrap: wrap;
        gap: 20px;
    }
    .lpn {
        width: 370px;
        border-radius: 8px;
        padding: 16px;
        margin: 10px;
        font-size: 13px;
    }
    .lpn h4 {
        font-size: 18px;
    }
    .lpn h4 .btn {
        margin-bottom: 4px;
    }
}
@media (max-width:991px){
    .log-in-page a.navbar-brand.logo.logo.logo-text img {
        width: 150px;
    }
    .log-in-page h1.login-heading {
        font-size: 26px;
    }
}
@media(max-width:767px){
    .log-in-page {
        flex-wrap: wrap;
        height: auto;
    }
    .log-in-page .left-col-info:after {
        width: 337px;
        height: 222px;
    }
    .log-in-page > [class*="col"]:first-child {
        padding: 26px;
    }
    .log-in-page form.login-form {
        margin-bottom: 30px;
    }
    .panel_s.register-form .form-group:nth-child(even) {
        margin-left: 0px;
    }
    .panel_s.register-form .form-group {
        width: 100%;
    }
    .log-in-page a.navbar-brand.logo.logo.logo-text img {
        width: 150px;
    }
    .log-in-page h1.login-heading {
        font-size: 25px;
        margin-top: 14px;
    }
    .left-col-info .text h3 {
        font-size: 22px;
        margin-top: 0;
        margin-bottom: 12px;
    }
    .left-col-info .text  p {
        margin-bottom: 0;
    }
    .log-in-page > [class*="col"]:has(.left-col-info) {
        padding: 34px 20px;
    }
    body:has(.privacy-policy) .privacy-policy-heading,
    body:has(.terms-and-conditions-content) .terms-and-conditions-heading {
        text-align: center;
    }
    .privacy-policy h1, .privacy-policy h2,
    .terms-and-conditions-content h1, .terms-and-conditions-content h2 {
        font-size: 18px;
    }
    .privacy-policy h3, .privacy-policy h4,
    .terms-and-conditions-content h3, .terms-and-conditions-content h4 {
        font-size: 17px;
    }
    body:has(.privacy-policy) .panel-body,
    body:has(.terms-and-conditions-content) .panel-body {
        padding: 16px;
    }
    .privacy-policy li,
    .terms-and-conditions-content li {
        margin-bottom: 4px;
    }
    body:has(.privacy-policy) .privacy-policy-heading, body:has(.terms-and-conditions-content) .terms-and-conditions-heading {
        font-size: 18px;
    }
    .register .register_page .row {
        flex-wrap: wrap;
        margin: 0;
    }
    html .register-form .form_wrapper>* {
        width: 100%;
        padding: 0 0 14px;
    }
    html .register-form .form_wrapper {
        margin: 0;
    }
    .register_page form#register-form {
        width: 100%;
        margin:0 auto 15px;
    }
    .register .register_page .row .col-md-12,
    .register .register_page .row .col-md-6 {
        padding: 0;
    }
    .register_page .register-title {
        margin-bottom: 20px;
    }
    .register .register_page {
        padding: 20px 0 0 0;
    }
    .register_page .register-title h1 {
        font-size: 20px;
        margin-bottom: 8px;
    }
    .signup_box_wrapper .content_wrp h2 {
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
    }
    .signup_box_wrapper .content_wrp > p {
        text-align: center;
    }
    html .testimonial_box i {
        font-size: 12px;
    }
    .signup_box_wrapper .content_wrp ul {
        margin-bottom: 14px;
        font-size: 13px;
    }
    .register_page .signup_box_wrapper .logo a img {
        max-width: 110px;
        margin:0 auto 16px;
    }
    .register_page .signup_box_wrapper {
        padding: 16px;
        border-radius: 10px;
        margin: 0;
    }
    .testimonial_box:after {
        height: 25px;
        width: 48px;
        right: 20px;
    }
    .register_page form#register-form .content p {
        font-size: 13px;
        text-align: center;
    }
    .register_page .register-title p a, .register_page form#register-form .content p a {
        font-size: 14px;
    }
    .register_page.connect_page .row>* {
        width: 100%;
    }
    .register_page.connect_page .row {
        width: auto;
        flex-wrap: wrap;
    }
    .register_page.connect_page .row .order-1 {
        order: -1;
        margin-bottom: 30px;
    }
    .register_page.connect_page .signup_box_wrapper .woocommerce_img img {
        max-width: 150px;
        margin: 0 auto;
    }
    .register_page.connect_page .signup_box_wrapper {
        padding: 18px;
        text-align: center;
    }
    .register_page.connect_page .signup_box_wrapper ol li {
        text-align: left;
    }
    .register_page.connect_page .signup_box_wrapper h2 {
        font-size: 17px;
        text-align: center;
    }
    .register_page.connect_page .signup_box_wrapper > p {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .woocomrce_store_count .wrp_box ul {
        grid-template-columns: repeat(2,1fr);
        gap: 14px;
    }
    .register_page.connected_page .container {
        padding: 0;
    }
    html .store_connection_box h2 {
        font-size: 20px;
    }
    html .store_connection_box h5 {
        font-size: 15px;
        line-height: normal;
    }
    html .store_connection_box p {
        font-size: 13px;
        margin-bottom: 14px;
    }
    .woocomrce_store_count .wrp_box .count_box h4 {
        font-size: 16px;
    }
    .woocomrce_store_count .wrp_box .count_box p {
        font-size: 13px;
    }
    .register_page.connect_page.connected_page .logo img {
        margin-bottom: 24px;
    }
    .signup_box_wrapper .content_wrp h6 {
        text-align: center;
    }
    .lpn {
        width: auto;
        position: static;
        margin: 0;
        padding: 14px;
        box-shadow: 0 2px 20px 0 #00000005;
    }
    .lpn a {
        font-size: 13px;
        padding: 0 14px;
        line-height: 34px;
    }
    .lpn h4 {
        font-size: 17px;
    }
    .lpn p {
        font-size: 12px;
        margin-bottom: 12px;
    }
}
