
body {
    font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-family: 'OpenSans-Semibold', 'ProximaNova-Semibold', sans-serif;*/
    background-color: var(--white);
    font-size: 13px;
    color: #181c32;
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 35px;
    text-transform: uppercase;
    text-align: center;
}

.btn-primary {
    color: var(--white);
    background-color: #28b8da;
    border-color: #22a7c6;
}

.btn-primary:focus,
.btn-primary.focus {
    color: var(--white);
    background-color: #1e95b1;
    border-color: #0f4b5a;
}

.btn-primary:hover {
    color: var(--white);
    background-color: #1e95b1;
    border-color: #197b92;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: var(--white);
    background-color: #1e95b1;
    border-color: #197b92;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: var(--white);
    background-color: #197b92;
    border-color: #0f4b5a;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #28b8da;
    border-color: #22a7c6;
}

.btn-primary .badge {
    color: #28b8da;
    background-color: var(--white);
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
input[type="color"] {
    border: 1px solid #bfcbd9;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #494949;
    font-size: 14px;
    line-height: 1;
    height: 36px;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus,
input[type="color"]:focus {
    border-color: #03a9f4;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0 none;
}

input.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.company-logo {
    padding: 25px 10px;
    display: block;
}

.company-logo img {
    margin: 0 auto;
    display: block;
}

.authentication-form-wrapper {
    margin-top: 70px;
}

.authentication-form .btn-login{
    font-size: 14px !important;
    padding: 10px 0px;
}

@media (max-width: 768px) {
    .authentication-form-wrapper {
        margin-top: 15px;
    }
}

.authentication-form {
    border-radius: 2px;
    /*border: 1px solid #e4e5e7;*/
    padding: 20px;
    background: var(--white);
}

label {
    font-weight: 400 !important;
}

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

/*-- Added By Thang Nguyen */

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --success-1: #0bba88;
    --success-2: #1cab5d;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #ffffff;
    --gray: #7E8299;
    --gray-dark: #3F4254;
    --primary: #3699FF;
    --secondary: #E4E6EF;
    --success: #1BC5BD;
    --info: #8950FC;
    --warning: #FFA800;
    --danger: #F64E60;
    --light: #F3F6F9;
    --dark: #181C32;
    --black-1: #333333;
    --black-2: #e9eef3;

    --font-size: 14px;
    --color-text: #444;
    --color-text-blur: #a2a2a2;
    --color-text-label: #7e8299;
    --color-border: #eee;
    --primary-1: var(--success-2);
    --primary-1-text: var(--white);
    --primary-app: #f7f7ff; /*#ffffff || #2C3B49*/

    /* Menu */
    --primary-menu: #ffffff; /*#ffffff || #2C3B49*/
    --primary-menu-text: #5f5f5f; /*#222222;*/ /*#222222 || #E4E6EF*/
    --primary-menu-box-cosmic: linear-gradient(to right, #8e2de2, #4a00e0);
    --primary-menu-box-burning: linear-gradient(to right, #ff416c, #ff4b2b);
    --primary-menu-box-lush: linear-gradient(to right, #56ab2f, #63e0ad);
    --primary-menu-box-kyoto: linear-gradient(to right, #f7971e, #ffd200);
    --primary-menu-box-blues: linear-gradient(to right, #56ccf2, #2f80ed);
    --primary-menu-box-moonlit: linear-gradient(to right, #0f2027, #203a43, #2c5364);
    --primary-menu-box: var(--primary-menu-box-lush);

    --border-radius: 8px;
    --border-radius-small: 4px;

    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --breakpoint-xxl: 1400px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


.text-dark {
    color: #181c32 !important
}

.text-inverse-dark {
    color: var(--white) !important
}

.text-light-dark {
    color: #d1d3e0 !important
}

.card-title {
    color: var(--color-text-label);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
}


.btn {
    outline: 0 !important;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    color: #3f4254;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .65rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .42rem;
    -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}

.btn.btn-success {
    color: #1bc5bd;
    background-color: var(--white);
    border-color: #1bc5bd;
}

.btn.btn-success i {
    color: var(--white);
}


.btn.btn-info {
    color: var(--white);
    background-color: var(--success-1);
    border-color: var(--success-1);
}

.btn.btn-info i {
    color: var(--white);
}

.btn.btn-info:hover:not(:disabled):not(.disabled) {
    color: var(--white);
    background-color: var(--success-1);
    border-color: var(--success-1);
}

.btn.btn-link-info {
    border: 0;
    padding: 0 !important;
    border-radius: 0 !important;
    color: #8950fc;
    background-color: transparent !important;
    border-color: transparent !important
}

.btn.btn-link-info i {
    color: #8950fc
}


.btn.btn-bg-info {
    background-color: #8950fc;
    border-color: #8950fc
}

.btn.btn-bg-info.disabled,
.btn.btn-bg-info:disabled {
    background-color: #8950fc;
    border-color: #8950fc
}

.btn.btn-warning {
    color: var(--white);
    background-color: #ffa800;
    border-color: #ffa800
}

.btn.btn-warning i {
    color: var(--white)
}

.btn.btn-warning.disabled,
.btn.btn-warning:disabled {
    color: var(--white);
    background-color: #ffa800;
    border-color: #ffa800
}

.btn.btn-warning.disabled i,
.btn.btn-warning:disabled i {
    color: var(--white);
}

.btn.btn-outline-warning {
    color: #ffa800;
    background-color: transparent;
    border-color: #ffa800
}

.btn.btn-outline-warning i {
    color: #ffa800
}

.btn.btn-outline-warning.disabled,
.btn.btn-outline-warning:disabled {
    color: #ffa800;
    background-color: transparent;
    border-color: #ffa800
}

.btn.btn-outline-warning.disabled i,
.btn.btn-outline-warning:disabled i {
    color: #ffa800
}

.btn.btn-light-warning {
    color: #ffa800;
    background-color: #fff4de;
    border-color: transparent
}

.btn.btn-light-warning i {
    color: #ffa800
}

.btn.btn-light-warning.disabled,
.btn.btn-light-warning:disabled {
    color: #ffa800;
    background-color: #fff4de;
    border-color: transparent
}

.btn.btn-light-warning.disabled i,
.btn.btn-light-warning:disabled i {
    color: #ffa800
}


.btn.btn-danger {
    color: var(--white);
    background-color: #f64e60;
    border-color: #f64e60
}

.btn.btn-danger i {
    color: var(--white);
}

.btn.btn-danger.disabled,
.btn.btn-danger:disabled {
    color: var(--white);
    background-color: #f64e60;
    border-color: #f64e60
}

.btn.btn-danger.disabled i,
.btn.btn-danger:disabled i {
    color: var(--white);
}

.btn.btn-outline-danger {
    color: #f64e60;
    background-color: transparent;
    border-color: #f64e60
}

.btn.btn-outline-danger i {
    color: #f64e60
}


.btn.btn-light-danger {
    color: #f64e60;
    background-color: #ffe2e5;
    border-color: transparent
}

.btn.btn-light-danger i {
    color: #f64e60
}


.btn.btn-light-danger.disabled,
.btn.btn-light-danger:disabled {
    color: #f64e60;
    background-color: #ffe2e5;
    border-color: transparent
}

.btn.btn-light-danger.disabled i,
.btn.btn-light-danger:disabled i {
    color: #f64e60
}

.btn.btn-bg-danger {
    background-color: #f64e60;
    border-color: #f64e60
}

.btn.btn-bg-danger.disabled,
.btn.btn-bg-danger:disabled {
    background-color: #f64e60;
    border-color: #f64e60
}

.btn.btn-light {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.btn.btn-light i {
    color: #7e8299
}

.btn.btn-light.disabled,
.btn.btn-light:disabled {
    color: #7e8299;
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.btn.btn-light.disabled i,
.btn.btn-light:disabled i {
    color: #7e8299
}

.btn.btn-outline-light {
    color: #3f4254;
    background-color: transparent;
    border-color: #f3f6f9
}

.btn.btn-outline-light i {
    color: #3f4254
}

.btn.btn-light-light {
    color: #f3f6f9;
    background-color: #f3f6f9;
    border-color: transparent
}

.btn.btn-light-light i {
    color: #f3f6f9
}

.btn.btn-bg-light {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.btn.btn-bg-light.disabled,
.btn.btn-bg-light:disabled {
    background-color: #f3f6f9;
    border-color: #f3f6f9
}

.btn.btn-dark {
    color: var(--white);
    background-color: #181c32;
    border-color: #181c32
}

.btn.btn-dark i {
    color: var(--white);
}

a {
    color: #3699ff;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
}

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

.text-primary {
    color: #3699ff !important;
}


.font-weight-bold {
    font-weight: 500 !important;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.font-italic {
    font-style: italic !important;
}


.font-size-h6 {
    font-size: 1.175rem !important;
}


#header {
    background: var(--white);
}

.hide-menu {
    color: #000;
}

input.form-control {
    /*background-color: #f3f6f9;*/
    border-color: #f3f6f9;
    color: #3f4254;
    -webkit-transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, -webkit-box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease, -webkit-box-shadow .15s ease;
}

#top_search_button button {
    color: #6c7293;
}

.navbar-nav > li > a {
    color: #6c7293;
}

.badge {
    background-color: var(--danger);
}

/*##### Chat #####*/
#menu .liveUsers{
    margin-left: 8px !important;
    background-color: var(--danger) !important;
    border: 1px solid var(--danger) !important;
    border-radius: 50px !important;
}
#menu .liveClients{
    margin-left: 8px !important;
    background-color: var(--orange) !important;
    border: 1px solid var(--orange) !important;
    border-radius: 50px !important;
}
/*##### Chat #####*/

li a i.menu-icon {
    margin-right: 16px;
    display: block;
    float: left;
    width: 18px;
    font-size: 20px;
    color: var(--primary-1);
}

li a i.menu-icon-box {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    font-size: 16px;
    justify-content: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #f6f6f6;

    color: var(--white);
    background: var(--primary-menu-box);
}


body #setup-menu li .nav-second-level li.active a .sub-menu-text::before,
body aside#menu ul li ul li.active span.sub-menu-text::before {
    content: "";
}

body .fa-caret-down {
    font-size: 1.5rem;
}

body .fa-caret-down:hover::before {
    color: var(--primary-1) !important;
}

body .fa-caret-down:before {
    content: "\f141";
    color: #93a2dd;
    margin-left: 4px;
}

.fa-balance-scale:before {
    margin-left: -2px;
}

.started-timers-top .top-dropdown-btn {
    font-size: 16px;
}

.bg-success {
    background-color: #3ac529;
}

#side-menu .progress-bar-mini {
    height: 8px !important;
}

.label-danger .fa-clock-o {
    color: var(--white);
}

body .table .alert-danger {
    color: #d4524f !important;
    background-color: #f5f2f2 !important;
    border-color: #ebccd1 !important;
}

.checkbox.checklist-checkbox input:checked + label:after {
    width: 20px;
    height: 20px;
}

.checkbox.checklist-checkbox label::after {
    margin-left: -21px;
    padding-left: 4px;
    padding-top: 2px;
    font-size: 11px;
}

.notification_link:hover {
    color: #566de2;
}

.icon.header-user-profile.open > a {
    background: transparent !important;
}

.flags-icon-profile{
    color: #fff;
    position: absolute;
    right: 4px;
    font-family: Verdana, serif;
    vertical-align: middle;
    text-align: center;
    border-radius: 8px;
    top: 5px;
}

#header .dropdown-menu.animated.fadeIn {
    margin-top: 0px;
    min-width: 250px;
}

.dropdown-submenu.pull-left.header-languages>.dropdown-menu{
    min-width: 250px;
}

.nav .open > a:focus,
.nav .open > a:hover {
    background-color: #f7f8fa;
    border-color: var(--primary-1);
}

#menu{
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

body #menu ul::-webkit-scrollbar {
    width: 0px !important;
    background-color: var(--white);
}

body #menu ul::-webkit-scrollbar-thumb {
    background-color: unset;
}

.text-uppercase,
#side-menu li a {
    text-transform: unset;
}

body {
    /* background-color: #eeeeee;
    background: #eeeeee; */
    background-color: var(--primary-app);
    overflow-x: hidden;
}

body.login_admin {
    background-color: var(--white);
}

body.hide-sidebar:not(.show-sidebar) #menu {
    margin-left: -240px;
}

body.page-small #header {
    width: 100%;
    left: 0 !important;
}

body.page-small #wrapper {
    left: 0;
    width: auto;
}

body.page-small.show-sidebar #menu {
    margin-left: 0;
}

/*body.page-small.show-sidebar #wrapper {
    margin-left: 240px;
}*/

#wrapper {
    top: 45px;
    margin: 0 0 0 200px;
    background: var(--primary-app);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.customers #wrapper{
    margin: 0 0 0 0!important;
}

body .pinned_project .progress-bar,
body #wrapper .progress-bar:not(.progress-bar-success):not(.progress-bar-default):not(.progress-bar-danger) {
    background: var(--primary-1) !important;
}

.progress {
    height: 15px;
}

.progress-bar {
    line-height: 15px;
}

.progress-bar-default {
    background-color: #44c736;
}

body .progress-bar-success {
    background-color: #44c736;
}

body .progress-bar {
    color: var(--white);
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

body nav .nav.navbar-nav.navbar-right .header {
    right: 0px;
    top: 10px;
}

body nav .fa.fa-gavel::before {
    font-size: 18px;
    color: #566de2;
}

body nav .fa.fa-gavel {
    background: rgba(255, 255, 255, 0.8);
    padding: 7px;
    border-radius: 26px;
}

body #wrapper .content .progress-bar-mini {
    /*height: 15px !important;*/
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

body.admin_light_theme_initiated #menu i:not(.icon_new_messages)::before {
    color: #4a4a4a;
}

body .mobile-menu i.fa.fa-chevron-down:before {
    color: var(--white);
}

body #menu,
body #setup-menu-wrapper {
    position: fixed;
    /*width: 240px !important;*/
    top: 45px;
    height: 100vh;
    /*box-shadow: 0 10px 30px -20px rgba(0, 0, 0, 0.42), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);*/
    border-right: 0 solid #e4e4e4;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%)!important;
    transition: all .2s ease-out;
}

#header li.quick-links .dropdown-menu:before {
    border-bottom-color: var(--primary-1) !important;
}

a:hover,
a:focus {
    outline: unset;
    color: var(--primary-1);
}

.progress-bar-danger {
    background-color: #fd5262;
}

.pagination > .active > a {
    background: var(--primary-1);
    border-color: unset !important;
    border-radius: 25px;
    line-height: 17px;
    margin-left: 5px;
    margin-right: 5px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    border: none;
}

.pagination > li > a {
    color: #a2a0a0;
    border: none;
    margin-left: 5px;
    margin-right: 5px;
}

.pagination > li > a:hover {
    color: #a2a0a0;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
}

.table .alert-info {
    color: #566de2;
}

.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    color: var(--white);
    background-color: #7083ea;
    border-color: #7083ea !important;
}

body .dropdown-menu:not(.colorpicker) {
    margin: 0;
    margin-top: 5px;
    /*padding: 0;*/

    z-index: 9000;
    -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .125);
    /*box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, .125);*/
    border: none;

    border-radius: var(--border-radius) !important;
    -webkit-border-radius: var(--border-radius) !important;
    -moz-border-radius: var(--border-radius) !important;
    -ms-border-radius: var(--border-radius) !important;
    -o-border-radius: var(--border-radius) !important;

    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    /*overflow: auto;*/ /* remove fix drop header-languages*/
    padding: 10px 0;
}

body .dropdown-menu.notifications {
    width: 400px;
}

body .dropdown-menu > li {
    cursor: pointer;
    /*display: flex;*/
    align-items: center;
    margin: 0 10px 3px 10px;
    border-radius: var(--border-radius-small);
    color: var(--color-text);
    transition: background 0.2s;
}

body .dropdown-menu > li:last-child > a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

body .dropdown-menu > li:not(.active) > a:not(.active):focus,
body .dropdown-menu > li:not(.active) > a:not(.active):hover {
    outline: 0 !important;
    border-radius: 4px !important;
    color: var(--primary-1) !important;
    background: #f7f8fa;
    color: var(--white);
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    -o-border-radius: 4px !important;
}

#header .fa-search:before,
#header .fa-share:before,
#header .fa-check-square-o:before,
#header .fa-clock-o:before,
#header .fa-bell-o:before {
    color: var(--white);
}

@media (min-width: 801px) {
    body.small-table .small-table-right-col.col-md-7 {
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    body.show-sidebar #wrapper {
        overflow-y: initial;
    }

    .navbar-right .dropdown-menu {
        right: -4px;
        left: auto;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
    }
}

@media (max-width: 735px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }

    .horizontal-scrollable-tabs {
        min-height: 50px;
        margin-top: 2px;
    }

    body #wrapper .btn-bottom-toolbar {
        bottom: 0;
    }

    #side-menu li.dashboard_user {
        font-size: 12px;
    }

    .panel-full {
        margin-left: -23px;
    }

    .btn-bottom-toolbar {
        right: -7px;
        bottom: 20px;
    }

    #setup-menu-wrapper {
        height: 67vh;
        max-height: 100vh;
        min-height: 67vh;
    }

    #header li.quick-links {
        position: relative;
        margin-top: -41px;
    }

    body.show-sidebar #wrapper {
        overflow-y: initial;
    }
}

@media (max-width: 667px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }
}

@media (max-width: 640px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }
}

@media (max-width: 568px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }
}

@media (max-width: 414px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }
}

@media (max-width: 375px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }
}

@media (max-width: 320px) {
    #menu,
    #setup-menu-wrapper {
        left: 0;
    }

    body #wrapper .btn-bottom-toolbar {
        bottom: 0;
        left: 0px;
        min-width: 100%;
    }
}

body .jquery-comments .textarea-wrapper .textarea:active,
body .jquery-comments .textarea-wrapper .textarea:focus {
    border-color: #566de2;
}

.navbar-pills.navbar-pills-flat.nav-tabs > li > a,
.navbar-pills.navbar-pills-flat.nav-tabs > li:first-child > a {
    border-top: none;
    border-left: none;
}

body.hide-sidebar .btn-bottom-toolbar {
    min-width: auto;
}

body .jquery-comments ul.navigation li.active:after {
    background: #566de2 !important;
}

body #wrapper .btn-bottom-toolbar {
    box-shadow: 0px 1px 6px -1px rgba(27, 26, 26, 0.3);
    padding: 10px;
    background: var(--white);
    z-index: 5;
    margin: 0 auto;
    border-top: 1px solid #ededed;
    right: 0px;
    text-align: center !important;
}

.menu-text {
    font-weight: 400;
    line-height: 35px;
}

.dashboard .content {
    /* padding-top: 50px; */
    padding: 50px 25px 25px 40px;
}

.screen-options-btn {
    margin-top: 0px;
}

.screen-options-area {
    margin-top: 0px;
    margin-left: 20px;
    width: calc(100% - 30px);
    height: 100%;
    background: var(--white);
    padding: 0px 10px 5px 10px;
    box-shadow: 0px 1px 6px 0px rgb(93 93 93 / 29%);
    border-radius: 5px;
}

body.dashboard div[data-container="top-12"] {
    margin-top: 0 !important;
}

body #top_search ul.dropdown-menu {
    border-color: transparent !important;
    box-shadow: unset;
}

.alert-info,
.fadeInRight.alert.alert-info {
    color: #004085;
    background-color: #cce5ff;
    border-color: transparent;
}

.alert-warning,
.fadeInRight.alert.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.alert-secondary,
.fadeInRight.alert.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.fadeInRight.alert.alert-success {
    color: #155724;
    background-color: #a4e4b4;
    border-color: #c3e6cb;
}

body #wrapper .label {
    font-size: 13px;
}

#side-menu.nav > li.pinned_project:last-child {
    border: none;
}

body #wrapper label {
    font-size: 13px;
}

.ribbon.info span {
    background: var(--primary-1);
}

.ribbon.info span:after {
    border-right: 3px solid var(--primary-1);
    border-top: 3px solid var(--primary-1);
}

.ribbon.info span:before {
    border-left: 3px solid var(--primary-1);
    border-top: 3px solid var(--primary-1);
}

body #wrapper th::after {
    color: var(--white);
}

body #wrapper th.sorting_desc,
body #wrapper th.sorting_asc {
    color: var(--primary-1) !important;
}

body table.dataTable thead .sorting_desc:after {
    content: "\f062" !important;
    color: var(--primary-1) !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body table.dataTable thead .sorting_asc:after {
    content: "\f063" !important;
    color: var(--primary-1) !important;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body table.dataTable thead > tr > th {
    border: none !important;
    border-bottom: 1px solid #ebf5ff !important;
}

body #wrapper th {
    background: var(--white);
    color: #000 !important;
    font-weight: 500;
    font-size: 12px;
    /*text-transform: uppercase;*/
    text-align: left;
    background-color: #eee;
}

.dropzone .dz-message {
    color: #566de2;
}

/*.dataTables_empty {
    background: url(../images/table-no-data.png) center center / auto 161px no-repeat;
}*/

.panel_s .panel_body p {
    color: var(--red);
}

.onoffswitch-checkbox:checked + .onoffswitch-label {
    background-color: #3ac529;
    border-color: #d6d2d2;
}

.text-muted {
    color: #808080;
}

.text-danger {
    color: #fd5262;
}

.nav-tabs:not(.chat_nav) {
    background: var(--white);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:visited {
    color: #515ec1;
    background: #f7f8fa;
}

.dropdown-menu > .active > a:hover {
    color: #515ec1;
    background: #f7f8fa;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
    color: var(--primary-1);
    border-color: var(--primary-1);
    background: #f7f8fa;
    border-bottom: 2px solid var(--primary-1);
}

body div.dataTables_wrapper div.dataTables_length select {
    color: var(--black-1);
}

body .dt-buttons.btn-group .btn {
    color: var(--primary-1);
}

.btn-info {
    background-color: var(--primary-1);
}

.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:active,
.btn-info.active,
body #wrapper #calendar .fc-button-group .fc-button-primary,
.open > .dropdown-toggle.btn-info {
    background-color: var(--white);
    color: var(--primary-1);
    border: 1px solid var(--primary-1);
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #566de2;
    color: var(--white);
    border-color: #566de2;
}

.btn-success {
    background-color: #3ac529;
}

body .activity-feed .feed-item {
    border-left: 2px solid var(--gray);
}

.activity-feed .feed-item:after {
    border: 2px solid var(--primary-1);
}

body .text-success {
    color: #3ac529;
}

.success-bg {
    background: #3ac529 !important;
    color: var(--white) !important;
    border: 1px solid #3ac529 !important;
}

.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #00a200;
    color: var(--white);
    border-color: #00a200
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #41ff3d;
    color: var(--white);
    border-color: #41ff3d;
}

.btn-success {
    border-color: #3ac529;
}

body .btn-icon {
    padding: 3px 8px !important;
}

.btn-danger {
    background-color: #fb4862;
    border-color: #fb4862;
}

.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-color: #e63939;
    color: var(--white);
    border-color: transparent;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #ff3232;
    color: var(--white);
    border-color: #ff3232;
}

body .dataTables_length select:focus,
body .uneditable-input:focus,
body input[type=color]:focus,
body input[type=date]:focus,
body input[type=datetime-local]:focus,
body input[type=datetime]:focus,
body input[type=email]:focus,
body input[type=file]:focus,
body input[type=month]:focus,
body input[type=number]:focus,
body input[type=password]:focus,
body input[type=search]:focus,
body input[type=tel]:focus,
body input[type=text]:focus,
body input[type=time]:focus,
body input[type=url]:focus,
body input[type=week]:focus,
body select.form-control:focus,
body textarea.form-control:focus {
    border-color: #566de2 !important;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0.8;
}

#setup-menu li > a.active,
#setup-menu li > a:active,
#setup-menu li > a:focus,
#setup-menu li > a:hover {
    color: var(--black-1) !important;
    background-color: transparent;
}

.text-warning {
    color: #fd7177 !important;
}

#top_search input:active,
#top_search input:focus,
#top_search input:hover {
    color: var(--white);
    border-radius: 30px;
    background: rgba(245, 245, 245, 0.17);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.admin #side-menu,
.admin #setup-menu {
    overflow-y: auto;
    height: 95vh;
    max-height: 95vh;
    background: var(--primary-menu);
}

#setup-menu li:first-child {
    border-bottom: 0px;
}

#setup-menu .close-customizer {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    margin-top: 17px;
    margin-left: 3px;
}

.projects .dropdown-menu.open {
    -webkit-border-top-left-radius: 9px;
    border-top-left-radius: 9px;
    -webkit-border-top-right-radius: 9px;
    border-top-right-radius: 9px;
    border: 0px;
}

.bg-warning {
    background-color: #fd7277;
}

body #setup-menu-wrapper .active > a > .fa.arrow:before,
body aside#menu #side-menu .active > a > .fa.arrow:before {
    content: "\f078";
}

body #setup-menu-wrapper .fa.arrow:before,
body aside#menu #side-menu .fa.arrow:before {
    content: "\f053";
}

#side-menu .arrow {
    font-size: 0.7em;
    color: #222222;
    margin-top: -2px;
    line-height: 35px;
}

.panel-full {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 0px;
    width: calc(100% - -23px);
    padding-left: 25px;
}

.nav-tabs {
    border: 0;
}


.horizontal-scrollable-tabs .scroller {
    border: 0;
}

.bootstrap-select li.selected.active a {
    background: var(--primary-1);
    color: var(--white);
}

.bootstrap-select .dropdown-menu li.active small {
    color: var(--black-1) !important;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
    background: var(--secondary);
    color: var(--primary-1);
}

.inner.open {
    width: auto;
}

.admin #side-menu li .nav-second-level li,
.admin #setup-menu li .nav-second-level li {
    background: var(--white);
    padding-left: 4px;
}

.admin #side-menu li a,
.admin #setup-menu li a {
    color: var(--primary-menu-text);
    text-transform: unset;
    position: relative;
    align-items: center;
    justify-content: left;
    /*padding: 10px 20px 13px 20px;*/
    padding: 5px 20px 10px 20px;

    outline-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .5px;
    border: 1px solid #ffffff00;
    transition: all .3s ease-out;
}

body #side-menu li.dashboard_user i::before {
    color: var(--white) !important;
}

body #side-menu li.dashboard_user {
    display: none;
    color: var(--white);
    font-weight: 900;
    padding: 12px;
    background: var(--success-2);
    height: 45px;
}

body #side-menu li .nav-second-level a:hover {
    background-color: transparent;
}

body #setup-menu .nav-second-level li a:hover,
body #setup-menu li .nav-second-level li a:hover,
body #side-menu li .nav-second-level li:not(.active) a:hover {
    color: var(--primary-1) !important;
}

.info-bg {
    background: var(--primary-1) !important;
    color: var(--white) !important;
    border: 1px solid var(--primary-1) !important;
}

#side-menu.nav > li:not(.active) > a:hover,
#setup-menu > li:not(.active) > a:hover {
    color: var(--black-1) !important;
    background: rgba(200, 200, 200, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    transition: ease-in-out .1s;
    -webkit-transition: ease-in-out .1s;
    -moz-transition: ease-in-out .1s;
    -o-transition: ease-in-out .1s;
    -ms-transition: ease-in-out .1s;
}

.admin #side-menu li.active > a,
.admin #setup-menu li.active > a {
    color: var(--black-1) !important;
    background: rgba(200, 200, 200, 0.2);
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

body #setup-menu li .nav-second-level li.active a,
body #side-menu li .nav-second-level li.active a {
    color: var(--primary-1) !important;
    border-radius: 2px !important;
    background-color: transparent !important;
    border-left: 0 !important;
    display: inline-block;
    padding: 5px 15px;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    -o-border-radius: 2px !important;
}

#setup-menu li .nav-second-level li a.active,
#setup-menu li .nav-second-level li a:hover {
    background-color: transparent;
    color: var(--white);
}

.btn {
    padding: 5px 8px;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    min-width: 30px;
    min-height: 30px;
    transition: background-color 0.2s;
}

#setup-menu li .nav-second-level li a {
    padding: 8px 10px 8px 30px;
}

.admin #side-menu li .nav-second-level li a,
#setup-menu li .nav-second-level li a {
    color: #696969;
}

.panel_s > .panel-heading {
    font-weight: 500;
    background: var(--white);
    margin-bottom: 12px;
}

body #wrapper .p8-half {
    padding: 7.5px;
}

body #header {
    background: var(--success-2);
    opacity: 1;
    position: relative;
    height: 45px;
    /*width: calc(100% - 200px);
    left: 200px;*/
    transition: all .5s ease 0s;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    position: fixed;
    width: 100%;
}

#header .timer i.fa.fa-clock-o:before {
    color: var(--red);
}

#header .timer a:hover > i.fa.fa-clock-o:before {
    color: white;
}

#header li.header-logout a,
.mobile-menu .navbar-nav > li.header-logout a {
    color: var(--red);
}

.admin .navbar-nav > li > a,
ul.mobile-icon-menu > li > a,
.mobile-menu-toggle,
.open-customizer-mobile {
    color: var(--primary-1-text);
}

.customer-profile-tabs {
    margin-top: -15px;
}

.hr-panel-heading {
    margin-left: -5px;
    margin-right: -5px;
}

#header li.quick-links .open > .dropdown-menu {
    margin-left: 19px;
    min-width: 250px;
}

#header li.quick-links .dropdown-menu:before {
    border-bottom-color: #28b8da;
}

.navbar-nav > li > .dropdown-menu.notifications {
    margin-top: 1px;
}

body .input-group-addon,
body .input-group {
    background: var(--white);
    border-color: var(--black-2);
}

body #wrapper input {
    border-color: var(--black-2);
}

.fa.fa-calendar {
    color: var(--primary-1);
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: var(--primary-1);
}

#top_search input {
    color: #000000;
    height: 61px;
}

.hide-menu {
    color: var(--white);
}

.hide-menu {
    padding: 10px 14px 10px 14px;
}

#logo {
    padding: 2px 15px;
    height: 45px;
}

body #top_search_button button i::before {
    position: relative;
    top: -12.5px;
    left: -8px;
}

body #top_search {
    padding-top: 8px;
    width: 300px;
}

body #top_search input {
    background: rgba(199, 198, 198, 0.2);
    color: #000000;
    height: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

body #top_search_button button {
    border-radius: 50%;
    width: 0px;
    font-size: 19px;
    font-weight: 500;
    padding: 0px 12px;
    line-height: 30px;
    height: 45px;
    margin-top: 12px;
}

body .quick-links-icon {
    padding: 8px 12px;
    line-height: 30px;
    height: 45px;
    color: var(--primary-1-text);
    font-size: 16px;
}

#header .navbar-nav > li > a {
    padding: 8px 12px;
    line-height: 30px;
    height: 45px;
}

.navbar-nav > li > a .staff-profile-image-small {
    margin-top: 0px;
}

.no-record-image{
    height: 150px;
    width: 100%;
    padding-bottom: 10px;
}

#side-menu li a {
    padding: 13px 20px 13px 30px;
}

body.admin #setup-menu li:last-child a[target="_blank"],
body.admin #setup-menu li[class^="menu"]:not(:first-child) > a {
    /*padding: 10px 20px 10px 16px !important;*/
    padding: 5px 20px 5px 10px !important;
}

#setup-menu .customizer-heading {
    position: absolute;
    top: 16px;
    font-size: 20px;
    color: var(--gray);
    text-align: center;
}

body .close-customizer:hover {
    background: transparent !important;
    cursor: pointer;
}

body .close-customizer .fa-close:before {
    content: "\f100" !important;
    border: 1px solid var(--danger);
    color: var(--danger);
    padding: 2px 8px 4px 7px;
    font-size: 17px;
    border-radius: 3px;
}

body .warning-bg {
    background: #fd7177 !important;
    color: var(--white) !important;
    border: 1px solid #fd7177 !important;
}

body #wrapper .btn.btn-default i::before {
    color: #000000;
}

.modal-content {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/*.modal-header {
    background: #4e68ec;
    background: linear-gradient(to right, #4e68ec, #5068e0 37%, #6c81ea 100%);
}*/

.modal-header .close {
    color: var(--danger);
    background: transparent;
    border: 1px solid var(--danger);
}

.modal-dialog button.close[data-dismiss="modal"] span {
    position: absolute;
    right: 27px;
    top: 19px;
    font-size: 19px;
}

.widget-dragger {
    color: #8a8a8a;
}

.widget {
    border-radius: 1.25rem !important;
    -webkit-transition: all .6s cubic-bezier(.25, .8, .25, 1);
    cursor: pointer;
    /*box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);*/
    word-wrap: break-word;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    margin-bottom: 1.5rem;
    /*box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);*/
}

.panel_s .panel-body,
.panel_s {
    border-radius: 8px !important;
    border: none;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -ms-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}
.widget .panel_s .panel-body, .widget .panel_s{
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

/*.panel_s .panel-body{
    padding: 12px;
}*/

.panel_s.project-menu-panel .panel-body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.total-column .panel-body {
    background: var(--white);
    padding: 10px 5px;
    border-radius: 10px !important;
}

.user-data .home-activity .nav.nav-tabs {
    padding-top: 0px;
}

/*.user-data .home-activity.panel-body {
    padding: 0px;
}*/

.user-data .home-activity .nav-tabs > li.active > a,
.user-data .home-activity .nav-tabs > li.active > a:focus,
.user-data .home-activity .nav-tabs > li.active > a:hover,
.user-data .home-activity .nav-tabs > li > a:focus,
.user-data .home-activity .nav-tabs > li > a:hover {
    color: var(--primary-1) !important;
}

.home-activity .tab-content {
    padding-left: 25px;
    padding-right: 25px;
}

#setup-menu-wrapper::-webkit-scrollbar {
    width: 5px !important;
    background-color: var(--white);
}

#setup-menu-wrapper::-webkit-scrollbar-thumb {
    background-color: #e3e8ee;
}

.has-error .form-control:focus,
.has-error .form-control {
    border-color: #fb0502 !important;
    box-shadow: unset !important;
}

.profile .text-muted {
    color: #000 !important;
}

.profile .total-column .panel-body,
.staff.member .total-column .panel-body {
    background: #f7f7f7 !important;
}

body .total-column .panel_s {
    box-shadow: none;
}

.profile .panel_s {
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.todo-title {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.fn-gantt .leftPanel .name,
.fn-gantt .navigate .nav-link {
    background: var(--primary-1) !important;
    color: var(--white) !important;
    font-size: 10px;
    padding: 0px;
}

#menu ul li a {
    font-size: 14px;
}

#menu ul li a span.sub-menu-text,
#setup-menu span.sub-menu-text {
    font-size: 14px;
}

body #wrapper .top_stats_wrapper {
    border: none;
    border-radius: var(--border-radius);
    -webkit-border-radius: var(--border-radius);
    -moz-border-radius: var(--border-radius);
    -ms-border-radius: var(--border-radius);
    -o-border-radius: var(--border-radius);
    margin-bottom: 0px;
    padding: 15px;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0 solid transparent;
    box-shadow: 0 2px 6px 0 rgb(218 218 253 / 65%), 0 2px 6px 0 rgb(206 206 238 / 54%);
}

body #wrapper .top_stats_wrapper .icon {
    font-size: 20px;
    color: var(--primary-1);
    padding-right: 5px;
}

body #wrapper .quick-stats-invoices .top_stats_wrapper{
    border-left: 3px solid #1bc5bd!important;
}
body #wrapper .quick-stats-leads .top_stats_wrapper{
    border-left: 3px solid #fd3550!important;
}
body #wrapper .quick-stats-projects .top_stats_wrapper{
    border-left: 3px solid #3699ff!important;
}
body #wrapper .quick-stats-tasks .top_stats_wrapper{
    border-left: 3px solid #8950fc!important;
}


#widget-top_stats {
    box-shadow: none;
}

#setup-menu-wrapper {
    -webkit-box-shadow: 0px 3px 3px 0px #cac7c7;
    box-shadow: 0px 3px 3px 0px #cac7c7;
}

body .bootstrap-select .btn-default {
    border: 1px solid var(--black-2) !important;
    border-radius: 5px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 13px;
}
#project_view_name .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-size: 16px;
}

.nav-tabs > li > a {
    margin-right: 0px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: var(--color-text-label);
    font-weight: 400;
    -webkit-transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,-webkit-box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease;
    transition: color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease,-webkit-box-shadow .15s ease;
}

.dt-button-collection.dropdown-menu a {
    color: var(--black-1);
}

#newsfeed .close_newsfeed{
    background: transparent;
    box-shadow: none;
    color: var(--gray);
    border: 1px solid var(--danger);
    width: 30px;
    height: 30px;
    font-size: 14px;
}
#newsfeed .close_newsfeed i {
    position: absolute;
    top: 0px;
    left: 5px;
    font-size: 25px;
    color: var(--danger);
}

/* Theme Other Colors */

body .label-warning,
body span.project-status-3,
body span[task-status-table="1"] {
    color: #ffb822 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(255, 194, 65, 0.15);
    border: 1px solid rgb(255, 246, 227) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

body .label-success,
body span.project-status-4,
body span[task-status-table="5"],
body span[task-status-table="2"] {
    color: #0abb87 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(10, 187, 135, .1);
    border: 1px solid #e6f8f3 !important;
    padding: .6rem 1.1rem;
}

body span.proposal-status-1,
body span.project-status-1,
body span.invoice-status-6,
body span[task-status-table="3"] {
    color: #777777 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(93, 120, 255, .1);
    border: 1px solid rgb(238, 241, 255) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

body span.proposal-status-6 {
    color: #777777 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(121, 121, 121, 0.1);
    border: 1px solid rgb(238, 241, 255) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

body span.proposal-status-5 {
    color: #e4bb46 !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(232, 217, 34, 0.1);
    border: 1px solid rgb(253, 251, 232) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

body .label-info,
body .label-primary,
body span.project-status-2,
body span[task-status-table="4"] {
    color: var(--primary-1) !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(44, 119, 244, .1);
    border: 1px solid rgb(247, 248, 250) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

body .label-danger,
body span.project-status-5,
body .invoice-status-5,
body span[task-status-table="5"] {
    color: #fd397a !important;
    cursor: text !important;
    font-size: 13px;
    background-color: rgba(253, 57, 122, .1);
    border: 1px solid rgb(255, 235, 241) !important;
    padding: .6rem 1.1rem;
    border-radius: 30px;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin-top: -50px;
    margin-left: -50px;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    background: -webkit-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(0, 0, 0, .2) 0, rgba(0, 0, 0, .3) 40%, rgba(0, 0, 0, .4) 50%, rgba(0, 0, 0, .5) 60%, rgba(255, 255, 255, 0) 70%);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
    -webkit-transform: scale(0) translate(0, 0);
    -moz-transform: scale(0) translate(0, 0);
    -ms-transform: scale(0) translate(0, 0);
    -o-transform: scale(0) translate(0, 0);
    transform: scale(0) translate(0, 0);
    pointer-events: none
}

.waves-effect.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4);
    background: -webkit-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -o-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: -moz-radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%);
    background: radial-gradient(rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .3) 40%, rgba(255, 255, 255, .4) 50%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0) 70%)
}

.waves-effect.waves-classic .waves-ripple {
    background: rgba(0, 0, 0, .2)
}

.waves-effect.waves-classic.waves-light .waves-ripple {
    background: rgba(255, 255, 255, .4)
}

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.waves-button,
.waves-circle {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.waves-button,
.waves-button-input,
.waves-button:hover,
.waves-button:visited {
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: none;
    outline: 0;
    color: inherit;
    background-color: rgba(0, 0, 0, 0);
    font-size: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none;
    z-index: 1
}

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

.waves-input-wrapper.waves-button {
    padding: 0
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.waves-float {
    mask-image: none;
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    box-shadow: 0 1px 1.5px 1px rgba(0, 0, 0, .12);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.waves-float:active {
    -webkit-box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3);
    box-shadow: 0 8px 20px 1px rgba(0, 0, 0, .3)
}

.waves-block {
    display: block
}

body.admin .nanobar {
    width: 100%;
    height: 0px;
    z-index: 100;
    top: 0;
    background: #eeeeee;
}

body.admin .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .3s;
    background: #0abb87;
    height: 2px;
    -webkit-transition: height .3s;
    -moz-transition: height .3s;
    -ms-transition: height .3s;
    -o-transition: height .3s;
}

body #wrapper #group_by_tasks_wrapper span {
    left: -96px !important;
}

input[type="radio"]:checked + label:after,
input[type="checkbox"]:checked + label:after,
.radio-primary input[type=radio] + label::after {
    background: var(--primary-1) !important;
    color: #033450;
    outline: none;
}

.dataTables_length select {
    padding-top: 8px !important;
}

body .customer-tabs a:hover {
    border-color: transparent !important;
}

input[type="checkbox"]:checked + label:after {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: var(--white);
}
input[type="checkbox"]:checked + label:before {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

input[type=radio]:checked + label::before {
    border-color: var(--primary-1) !important;
}

.input-group-addon .checkbox label::after {
    padding: 3px;
}

tr th:first-child input[type="checkbox"]:checked + label:after {
    background: var(--white) !important;
    color: var(--primary-1);
}

.dt-loader:not(:required) {
    background: var(--primary-1);
    height: 13px;
    width: 13px;
    border-radius: 50%;
    -webkit-animation: loader 1s 150ms infinite ease-out;
    animation: loader 1s 150ms infinite ease-out;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.dt-loader:not(:required):after,
.dt-loader:not(:required):before {
    background: var(--primary-1);
    height: 13px;
    width: 13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

body.viewinvoice #wrapper,
body.viewproposal #wrapper,
body.viewestimate #wrapper {
    margin-left: 0px !Important;
}

@-webkit-keyframes loader {
    0% {
        background: var(--primary-1);
    }
    10% {
        background: #c5c5c5;
    }
    40% {
        background: var(--primary-1);
    }
}

@keyframes loader {
    0% {
        background: var(--primary-1);
    }
    10% {
        background: #c5c5c5;
    }
    40% {
        background: var(--primary-1);
    }
}

@media (max-width: 768px) {
    body .quick-links {
        display: none !important;
    }

    body .screen-options-btn {
        margin-top: 12px;
        right: 15px;
    }

    body body.show-sidebar,
    body.show-sidebar #wrapper,
    html + body.show-sidebar {
        overflow-x: initial;
    }

    body #mobile-search ul {
        margin-top: 0;
    }

    body li.quick-links {
        display: block;
        position: absolute;
        top: -47px;
        right: 39px;
    }

    body ul.mobile-icon-menu .dropdown-menu.started-timers-top {
        right: -58px;
        left: auto;
    }

    body ul.mobile-icon-menu .dropdown-menu {
        right: -25px;
        left: auto;
        margin-top: 1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    body ul.search-results {
        border-radius: 0;
    }

    #top_search_dropdown {
        width: 320px;
        border-radius: 0;
    }

    #top_search input:active,
    #top_search input:focus,
    #top_search input:hover {
        background: rgb(255, 255, 255);
    }

    #top_search_button i:before {
        color: var(--black-1);
    }

    body #mobile-search #top_search_button {
        display: none;
    }

    body #top_search input:active,
    body #top_search input:focus,
    body #top_search input:hover {
        color: var(--black-1);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    body #top_search input {
        color: #000000;
        background: rgb(249, 248, 248);
        border-radius: 0px;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
        -o-border-radius: 0px;
    }

    .content {
        /*padding: 15px 15px 15px 15px;*/
        padding: 0px;
    }

    #menu,
    #setup-menu-wrapper {
        left: 0;
    }

    ul.mobile-icon-menu > li:last-child {
        border: none;
    }

    ul.mobile-icon-menu > li {
        border: none;
        position: relative;
    }
}


/* RTL CSS Support */

body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) #wrapper,
body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) #header {
    right: 0;
    width: auto;
}

body.rtl .fa-balance-scale:before {
    margin-right: -5px;
}

body.rtl #wrapper {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

body.rtl #top_search {
    margin-right: 0px;
}

body.rtl .screen-options-area {
    margin-top: 0px;
    margin-left: 20px;
    width: calc(100% - 30px);
    height: 100%;
    background: var(--white);
    padding: 0px 10px 5px 10px;
    box-shadow: 0px 1px 6px 0px rgb(93 93 93 / 29%);
    border-radius: 5px;
}

body.rtl.hide-sidebar:not(.show-sidebar) #menu {
    right: 0;
}

body.rtl.hide-sidebar:not(.show-sidebar) #wrapper {
    margin-left: 0;
}

body.rtl.hide-sidebar #header {
    left: 0px;
    width: 100%;
}

body.rtl.dashboard #wrapper,
body.rtl.dashboard.show-sidebar.page-small #wrapper {
    margin: 0 240px 0 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

body.rtl.page-small #menu {
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    margin-right: -240px;
}

body.rtl.page-small:not(.show-sidebar):not(.hide-sidebar) {
    margin: 0 0 0 0px;
}

body.rtl.page-small #wrapper {
    margin-left: -1px;
}

body.rtl.page-small.show-sidebar #menu {
    margin-right: 0;
}

body.rtl.page-small.show-sidebar #wrapper {
    margin-left: 0px;
}

body.rtl #menu,
body.rtl #setup-menu-wrapper {
    position: fixed;
    top: 0;
    left: auto;
    height: 100vh;
}

body.rtl #header {
    position: relative;
    left: -211px;
    width: calc(100% - 212px);
    box-shadow: none !important;
}

body.rtl #wrapper .btn-bottom-toolbar {
    box-shadow: 0px 2px 10px 0px rgba(27, 26, 26, 0.3);
    padding: 15px;
    background: var(--white);
    width: auto;
    z-index: 5;
    margin: 0 auto;
    border-top: 1px solid #ededed;
    left: 45px;
    right: auto;
}

@media (min-width: 768px) {
    body.rtl .navbar-right .dropdown-menu {
        left: -1px;
        right: auto;
    }
}

@media (max-width: 768px) {
    body.rtl .dropdown i.fa-gavel {
        position: relative;
        left: -138px;
    }

    body.rtl.show-sidebar #header {
        left: 0;
        width: 100%;
        right: 211px;
    }

    body.rtl.page-small.show-sidebar #wrapper {
        margin-left: 0px;
        left: 0;
        margin-right: 220px !important;
    }

    body.rtl #menu,
    body.rtl #setup-menu-wrapper {
        right: 0px;
        overflow: auto;
    }
}

@media (max-width: 735px) {
    html body.rtl #header {
        width: 100%;
        left: 0;
        right: 200px;
    }

    body.rtl.page-small.hide-sidebar #header {
        width: 100%;
        right: 0;
    }

    body.rtl.show-sidebar,
    body.rtl.show-sidebar #wrapper,
    html + body.rtl.show-sidebar {
        overflow-x: hidden;
        left: 0;
    }

    body.rtl.page-small.show-sidebar #wrapper {
        margin-right: 201px !important;
    }

    body.show-sidebar #wrapper {
        overflow-y: initial;
    }
}

body #wrapper #project_file_data #project-file-discussion .profile-picture,
body #wrapper #project_file_data #project-file-discussion .name,
body #wrapper #project_file_data #project-file-discussion .content {
    color: var(--black-1) !important;
}

body #wrapper #project-file-discussion ul.navigation {
    background: var(--white) !important;
}

body #project-file-discussion .comment-wrapper,
body #wrapper #project-file-discussion #comment-list,
body #wrapper #project-file-discussion .child-comments,
body #wrapper #project-file-discussion .commenting-field {
    background: var(--white) !important;
    border-radius: 5px !important;
}

body #project_file_data .project_file_discusssions_area {
    height: auto !important;
}

body #project-file-discussion.jquery-comments ul.main li.comment .wrapper .content,
body #project-file-discussion .action.reply,
body #project-file-discussion .delete.enabled,
body #project-file-discussion .update.save,
body #project-file-discussion .action.edit {
    color: var(--black-1) !important;
}

body .project_file_discusssions_area .jquery-comments ul.navigation li[data-container-name="comments"],
body .project_file_discusssions_area .jquery-comments ul.navigation li[data-container-name="comments"] .jquery-comments ul.navigation li[data-container-name="comments"]:hover {
    color: #312f2f !important;
}

body .project_file_discusssions_area .jquery-comments ul.navigation li.active,
.jquery-comments ul.navigation li:hover {
    color: #566de2 !important;
}

body #project-file-discussion .control-row .send.save {
    background: #fefefe !important;
    color: var(--black-1) !important;
    margin-bottom: 11px !important;
    margin-right: 11px !important;
}

body #wrapper .project_file_area {
    max-height: 580px !important;
    height: auto !important;
}

body.page-small #menu {
    margin-left: -240px;
}

/*body.show-sidebar.page-small #header {
    left: 239px !important;
}*/

body .btn.btn-info:focus,
body .btn.btn-info:active,
body .btn.btn-info:hover,
body .navbar .navbar-nav > li > a.btn.btn-info:focus,
body .navbar .navbar-nav > li > a.btn.btn-info:active,
body .navbar .navbar-nav > li > a.btn.btn-info:hover {
    box-shadow: 0 14px 15px -20px rgba(3, 169, 244, 0.42), 0 4px 11px 0px rgba(0, 0, 0, 0.12), 0 -4px 17px -5px rgba(3, 169, 244, 0.2) !important;
}

#header .navbar-nav .open > a,
#header .navbar-nav .open > a:focus,
#header .navbar-nav .open > a:hover,
#header .navbar-nav > li > a:focus,
#header .navbar-nav > li > a:hover {
    background: 0 0 !important;
}


/* Chat Support */

#frame #sidepanel .nav-tabs > li a:hover,
#frame #sidepanel .nav-tabs > li.active > a,
#frame #sidepanel .nav-tabs > li.active > a:focus,
#frame #sidepanel .nav-tabs > li.active > a:hover {
    background: transparent !important;
}

body.perfex_office_theme_initiated #wrapper.noscroll {
    overflow: visible !important;
}


/*  Samsung 10 devices */

@media only screen and (-webkit-min-device-pixel-ratio: 4), only screen and ( min--moz-device-pixel-ratio: 4), only screen and ( -o-min-device-pixel-ratio: 4/1), only screen and ( min-device-pixel-ratio: 4), only screen and ( min-resolution: 550dpi), only screen and ( min-resolution: 4dppx) {
    body #header {
        left: auto;
    }

    body.show-sidebar #side-menu,
    body.show-sidebar #setup-menu {
        margin-top: 63px;
    }

    body .content {
        padding: 10px 25px 25px 25px !important;
    }
}

body .waves-effect.active,
body .waves-effect.focus,
body .waves-effect:active,
body .waves-effect:focus,
body .waves-effect:hover {
    -webkit-box-shadow: 0 3px 10px rgba(55, 55, 55, 0.5) !important;
    box-shadow: 0 3px 10px rgba(55, 55, 55, 0.5) !important;
}

body.appointly.appointments .fa-caret-down:before {
    color: var(--white);
}

body.appointly.appointments .fa.fa-caret-down {
    cursor: pointer;
}

body #wrapper .waves-effect:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transition: all .4s;
    transition: all .4s;
}

/* Kanban*/
.kan-ban-step-indicator {
    background: transparent;
}

#kan-ban .panel-heading-bg {
    background-color: #364b59;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    text-align: center;
    font-size: 13px;
    vertical-align: middle;
    padding: 12px 8px;
    text-transform: uppercase;
    position: relative;
    overflow: visible;
}

.kan-ban-content {
    background: #ebf2f5;
}

#kan-ban .panel-body {
    border-radius: 3px;
    cursor: pointer;
    display: block;
    /*margin-bottom: 8px;*/
    border: none;
    position: relative;
    text-overflow: ellipsis;
    -webkit-font-smoothing: antialiased;
    padding: 10px;
    min-height: 60px;
    -webkit-box-shadow: 0px 0px 4px -1px #b3b1b3;
    -moz-box-shadow: 0px 0px 4px -1px #b3b1b3;
    box-shadow: 0px 0px 4px -1px #b3b1b3;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 500;
}

li.lead-kan-ban.current-user-lead .panel-body,
li.task.current-user-task .panel-body {
    background-color: var(--white) !important;
    border: 1px solid var(--white) !important;
}

.checklist .checkbox.checklist-checkbox .checklist-description {
    color: #5e6c84;
    text-decoration: line-through;
}

.modal-header {
    border-radius: var(--border-radius);
}
.task-modal-single .modal-body{
    background:var(--primary-app);
}

.task-info h5 {
    font-size: 12px;
}

.task-single-col-right {
    padding: 10px 10px;
    background: var(--primary-app);
}
.task-info {
    padding: 7px 10px;
}
.task-info-separator {
    margin: revert;
}
.task-info .task-info-icon{
    color: var(--primary-1);
}

ul.tagit li.tagit-choice-editable, ul.tagit li.tagit-choice-read-only{
    float: left;
    font-size: 10px;
    position: relative;
    cursor: pointer;
    padding: 4px 15px 4px 7px;
    border-radius: 13px;
    margin-right: 5px;
    margin-bottom: 4px;
    border: 1px solid var(--primary-1);
    background: rgba(51, 170, 51, .1);
}

ul.tagit li.tagit-choice .tagit-label:not(a) {
    color: var(--primary-1);
}

.kanban-tags .tags-labels .label-tag, table .tags-labels .label-tag {
    display: inline-block;
    padding: 4px 15px 4px 7px;
    border-radius: 13px;
    margin-right: 5px;
    margin-bottom: 4px;
    border: 1px solid var(--primary-1);
    background: rgba(51, 170, 51, .1);
}