li#notifications a.dropdown-item {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    white-space: unset;
}
img {
    max-width: 100%;
    max-height: 100%;
}

.card-footer {
    border-top: 1px solid #4e4e4e0d;
}
.actions{
    width: 110px;
    text-align: center;
}
.alerts {
    position: fixed;
    bottom: 0;
    right: 10px;
    width: 25%;
    min-width: 320px;
    z-index: 1;
}
td.project-actions {
    white-space: nowrap;
}

textarea.form-control {
    border-radius: 0px;
}

input.form-control {
    border-radius: 0px;
}


.card-header h5 {
    line-height: 35px;
}

.page-link:focus {
    outline: 0;
    box-shadow: unset;
}

div.dataTables_wrapper div.dataTables_filter {
    width: 230px;
    float: right;
    position: relative;
    border-radius: unset !important;
}

.data_table_filter {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

div.dataTables_wrapper div.dataTables_info {
    width: 50%;
    height: 40px;
    float: left;
}

div.dataTables_wrapper div.dataTables_paginate {
    width: 50%;
    height: 40px;
    float: right;
    line-height: 40px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 0;
}

.table tbody tr:hover {
    background: #6610f226 !important;
}

div.dataTables_wrapper div.dataTables_filter i {
    float: right;
    display: inline-block;
    line-height: 38px;
    z-index: 1;
    position: relative;
    text-align: center;
    width: 40px;
    color: #6b757c;
}

div.dataTables_wrapper div.dataTables_filter input {
    line-height: 38px;
    height: 38px;
    padding: 0 10px;
    border-radius: unset !important;
    float: right;
    position: absolute;
    right: 0;
    padding-right: 40px;
    border: unset !important;
    background: #e0e0e0;
    box-shadow: 0 0 2px #0000004f;
    width:100%;
    margin-left: 0;
}

.user_menu_icon {
    float: right;
    color: #fff;
    line-height: 34px;
    position: absolute;
    right: 10px;
}

.user-panel .image {
    padding-left: 0;
}

li.user-panel ul {
    margin-bottom: 5px !important;
}

.nav-sidebar .menu-open > .nav-link i.right {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-sidebar > .nav-item.user-panel.menu-open > .nav-link i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.nav-sidebar > .nav-item.user-panel > .nav-link i {line-height: 50px;}

.nav-sidebar > .nav-item.user-panel > .nav-link i {
    transition: transform ease-in-out .3s, -webkit-transform ease-in-out .3s;
}

.file_manger_icon {
    float: right;
    position: absolute;
    right: 9px;
    top: 0;
    display: inline-block;
    line-height: 38px;
    cursor: pointer;
    width: 38px;
    color: #0879fc;
    text-align: center;
	z-index: 10;
}

.close_file_manger_icon {
    float: right;
    position: absolute;
    right: 15px;
    display: inline-block;
    line-height: 38px;
    cursor: pointer;
    color: #0879fc;
    font-size: 30px;
    top: 10px;
}

div#file_manger {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #0000004d;
}

div#file_manger > div {
    width: 90%;
    min-width: 300px;
    top: 50%;
    position: relative;
    margin: 0 auto;
    background: #fff;
    transform: translateY(-50%);
    min-height: 420px;
    height: 90%;
}

div#file_manger > div > iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    min-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
}

#tabs {
    background: #f4f6f9;
    color: #24292d;
    padding: 30px 0;
}

#tabs h6.section-title {
    color: #eee;
}

#tabs .nav-tabs .nav-link.active {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: bold;
    background: #0878fb;
}

#tabs .nav-tabs .nav-link {
    color: #000000;
    font-size: 20px;
    border: none;
    border-radius: 3px;
    background: #cecece;
    margin: 5px;
    margin-bottom: 0;
}

#nav-tabContent {
    padding: 20px;
}
#tabs .nav-tabs .nav-link:first-child{
	margin-left: 0;
}

#tabs .nav-tabs .nav-link:last-child{
	margin-right: 0;
}

.upload-area {
    width: 100%;
    min-height: 200px;
    border: 2px solid #0778fb;
    border-radius: 3px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    overflow: auto;
    padding: 50px;
}

.upload-area:hover {
    cursor: pointer;
}

.upload-area h1 {
    text-align: center;
    font-weight: normal;
    font-family: sans-serif;
    line-height: 50px;
    color: #0778fb;
}

#file {
    display: none;
}

/* Thumbnail */
.thumbnail {
    border-radius: 0;
    height: inherit;
    padding-bottom: 10px;
    max-height: 180px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid;
    display: flex;
    align-items: center;
}

.thumbnail img {
    width: 100%;
    height: auto;
    max-height: initial;
}

.thumbnail .progress {
    margin-top: -30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 5px;
    border: none;
    background: t;
}

.size {
    font-size: 12px;
}
.multimedia .col-md-3 {
    height: 150px !important;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #00000047;
}

.multimedia .col-md-3 img {
    width: 100%;
    max-height: initial;
}
.edit_media{
    position: absolute;
    top: 10px;
    left: 17px;
    cursor: pointer;
	background: #ffffff;
    color: #0878fb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 0 2px #000;
}
.select_file {
    position: absolute;
    top: 10px;
    right: 17px;
    cursor: pointer;
    background: #ffffff;
    color: #0878fb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 0 2px #000;
}
.delete_file {
    position: absolute;
    top: 10px;
    left: 60px;
    cursor: pointer;
    background: #ffffff;
    color: #0878fb;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    box-shadow: 0 0 2px #000;
}
div#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    margin: auto;
    background: #000000b0;
}

div#loader i.fa-spin {
    top: 45%;
    position: relative;
    color: #fff;
    font-size: 100px;
}
.alert-validate .form-control {
    border: 1px solid #c80000;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate label {
    color: #c80000;
}

.card-primary.card-outline {
    border-top: 3px solid #6610f2;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: transparent !important;
    border: unset !important;
    box-shadow: unset;
    border-radius: unset;
}

[class*=sidebar-dark-] {
    background-color: #212427;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(33, 36, 39);
}

ul.nav.clientarea {
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #4f5962;
}

.nav-sidebar .nav-item > .nav-link {
    line-height: 20px;
}

.nav-sidebar > .nav-item .nav-icon {
    line-height: 20px;
    display: inline-block;
}

.nav-sidebar .nav-item > .nav-link {
    border-radius: 3px;
    margin: 0;
}

.nav-sidebar > .nav-item {
    margin-bottom: 0;
}

.nav-sidebar > .nav-item.user-panel.nav-item.has-treeview {
    margin-bottom: 0;
}

.user-panel img {
    height: 30px;
    width: auto;
    margin: 10px auto;
}

.user-panel .info {
    padding: 0;
    padding-left: 10px;
    line-height: 50px;
    color: #fff;
}

li.user-panel .nav-treeview {
    margin-bottom: 0px !important;
}


div#error_log {
    padding: 10px;
    border: 1px solid #868686;
    margin-bottom: 10px;
    background: #e9ecef26;
    max-height: 600px;
    overflow: auto;
}

textarea#robots-txt-content {
    width: 100%;
    min-height: 500px;
    padding: 5px 10px;
}

.timeline > div > .icon {
    background: #4445ff !important;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 100%;
    z-index: 1;
    padding: 0;
    left: -20px;
    position: relative;
    top: 14px;
}

.timeline::before {

    left: 3px;

    top: -20px;

    bottom: 35px;

    border-top-left-radius: 0;

    border-top-right-radius: 0;
}

.timeline-inverse > div > .timeline-item {

    left: 0;

    margin: 0;

    display: flex;

    position: relative;

    top: -10px;

    padding: 4px;
}

.timeline > div {

    padding: 0;

    right: 0;

    bottom: 0;

    margin: 0;

    margin-bottom: 10px;

    padding-left: 20px;

    position: unset;
    display: block;
}

.timeline {
    margin: 0;
    bottom: 0;
}

.timeline > div > .timeline-item > .time {
    position: absolute;
    right: 5px;
    top: -12px;
    margin: 0;
    border: 1px solid #0000002e;
    background: #b7b7b7;
    color: #fff;
    padding: 2px 5px;
    border-radius: 7px;
}

.timeline-inverse > div > .timeline-item > .timeline-header {
    left: 0;
}

.fontawesome + .select2-container {
    font-family: fontawesome !important;
}

.fontawesome .select2-results__option {
    font-family: fontawesome !important;
}

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-sidebar .menu-open > .nav-treeview {
    height: auto !important;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
    background: azure;
}

li.nav-item.has-treeview.menu-open {
    background: linear-gradient(90deg, #242a2f 50px, #2c3135 0px );
    border-radius: 3px !important;
    overflow: hidden;
    border-radius: unset !important;
}

li.nav-item.has-treeview.menu-open
li.nav-item.has-treeview.menu-open {
    background: #e9ecef12;
    border-radius: 0px;
}

li.nav-item.has-treeview.menu-open
li.nav-item.has-treeview.menu-open > a.nav-link.active {
    border-radius: 0px;
    background: #191c1f;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

li.nav-item.has-treeview.menu-open
.menu-open > .nav-treeview {
    padding: 5px;
    border-radius: 3px;
    background: #343a40;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

li.nav-item.has-treeview.menu-open li.nav-item.has-treeview.menu-open > a.nav-link {
    border-radius: 0px;
    background: #23272b;
    color: #fff;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

li.nav-item:first-child a.nav-link.active {

}

.nav-treeview li.nav-item a.nav-link.active {

    border-radius: 5px;

    background: #212427 !important;

    color: #fff !important;
}

.select2-container {
    display: block;
    width: auto !important;
}

tfoot td {
    display: table-cell !important;
    vertical-align: middle !important;
}

tfoot {
    background: #ffffff;
}

table {
    border: 1px solid #00000014;
}

nav.languagesNav {
    display: inline-block;
    max-width: 100%;
}

nav.languagesNav + div {
    border: 2px solid #43089f;
    border-top-left-radius: 0;
    padding: 20px !important;
    background: #0000000d;
    margin-bottom: 20px;
}

nav.languagesNav .nav-tabs {
    overflow: hidden;
    border: none;
}

nav.languagesNav .nav-tabs .nav-item {
    border-radius: 0;
    background: #e9ecef;
    color: #000;
    flex: none;
    display: inline-block;
    height: unset;
    line-height: 14px;
    margin: 0;
    padding: 7px 8px;
    text-align: center;
    margin-right: 6px;
    border: 2px solid #00000057;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

nav.languagesNav .nav-tabs .nav-item.active {
    background: #660ff2;
    color: aliceblue;
    font-weight: bold;
}

.hidden {
    display: none !important;
}

span.info-box-icon {
    background: #fff;
    color: #585858;
}

.table-container {
    overflow: auto;
    max-width: 100%;
    width: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.table-container table {
    border-left: none;
    border-right: none;
    margin: 0 !important;
}

@media (max-width: 767px) {
	footer.main-footer {
    text-align: center;
}

footer.main-footer strong {
    display: block;
    text-align: center;
}
form.form-inline *{
	-webkit-transition: width 1s ease !important;
	-moz-transition: width 1s ease !important;
	-ms-transition: width 1s ease !important;
	-o-transition: width 1s ease !important;
	transition: width 1s ease !important;
}
form.form-inline{
	-webkit-transition: width 1s ease !important;
	-moz-transition: width 1s ease !important;
	-ms-transition: width 1s ease !important;
	-o-transition: width 1s ease !important;
	transition: width 1s ease !important;
}
form.form-inline:hover,
form.form-inline:active,
form.form-inline:focus {
	-webkit-transition: width 1s ease !important;
	-moz-transition: width 1s ease !important;
	-ms-transition: width 1s ease !important;
	-o-transition: width 1s ease !important;
	transition: width 1s ease !important;
	width: 70% !important;
	display: block;
	flex-flow: unset;
	min-width: 70%;
}

    div.dataTables_wrapper div.dataTables_filter {
        width: 100%;
        position: relative;
        float: none;
        height: 40px;
        margin-bottom: 10px;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        width: 100%;
    }

    div.dataTables_wrapper div.dataTables_filter i {
        right: 0;
        float: right;
        margin: 0;
        position: relative;
    }

    div.dataTables_wrapper div.dataTables_filter label {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
    }

	.card-footer > .dataTables_info {
	    float: none !important;
	    display: block;
	    width: 100% !important;
	    text-align: center;
	}

	.card-footer > .dataTables_paginate.paging_simple_numbers {
	    display: block;
	    float: none !important;
	    margin: 0 auto;
	    width: 100% !important;
	    text-align: center !important;
	}

	.card-footer > .dataTables_paginate.paging_simple_numbers ul.pagination {
	    margin: 0 auto !important;
	    float: none !important;
	}
}
ul.user-nav {
    margin: 5px 0;
    border-bottom: 1px solid #4f5962;
    padding-bottom:5px;
}

li.user-panel {
    border: none !important;
}


.datatable td:last-child, .datatable th:last-child {
    width: 120px !important;
}
@media screen and (max-width: 767px) {
    li.paginate_button.previous {
        display: none;
    }

    li.paginate_button.next {
        display: none;
    }
    div.dataTables_wrapper div.dataTables_paginate {
        width: 100%;
        display: inline-block;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    div.dataTables_wrapper div.dataTables_paginate ul.pagination {
        margin: 0 auto;
        width: fit-content;
    }

    div.dataTables_wrapper div.dataTables_info {
        display: inline-block;
        float: none;
        width: 100%;
        margin-bottom: 5px;
    }
}

.unselect-file {
    float: right;
    position: absolute;
    right: 47px;
    top: 0;
    display: inline-block;
    line-height: 38px;
    width: 38px;
    cursor: pointer;
    color: #0879fc;
    text-align: center;
}
.brand-link .brand-image {
    border-radius: unset;
}


.select2-container--default .select2-selection--single {
    padding: 0;
    height: 35px;
    line-height: 35px;
    position: relative;
}


.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 33px !important;
    height: 33px !important;
    margin: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    line-height: 33px !important;
    height: 33px;
}


.card-footer div#DataTables_Table_0_info {
    width: 50%;
    float: left;
    height: 40px;
}

.card-footer div#DataTables_Table_0_paginate {
    width: 50%;
    float: right;
    height: 40px;
    text-align: right;
}

.card-footer div#DataTables_Table_0_paginate ul.pagination {
    width: fit-content;
    float: right;
}

.datatable {
    width: 100% !important;
}

i.font-awesome-icon {
    padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6f42c1;
    border: 1px solid #0000004a;
}



.delete-nav-item {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #b30d0d;
    z-index: 999;
}

.edit-dashboard-nav-item,
.edit-nav-item {
    position: absolute;
    right: 25px;
    top: 0;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    color: #58a8ff;
    z-index: 999;
}
































body.ajaxfileupload-overlay {
	position: relative;
	height: 100%;
}

body.ajaxfileupload-overlay:after {
	content: "";
	display: block;
	position: fixed; /* could also be absolute */
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.2);
}
.ajaxfileupload-panel {
	z-index: 1000;
	border: solid 1px #999;
	transform: translate(-50%, -50%);
}

.ajaxfileupload-panel h4 {
	margin-bottom: 0;
}

.ajaxPanelClose {
	font-weight: bold;
	font-size: 30px;
	transform: rotate(45deg);
	cursor: pointer;
	position: absolute;
	top: 0px;
	right: 10px;
}

.ajaxFileUploadSubmit {
	padding: 3px 15px;
    background-color: #232848;
    color: #fff;
    font-weight: bold;
    margin-top: 10px;
    cursor: pointer;
    max-width: 50%;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
}

.ajaxFileUploadSubmit:hover {
	background-color: #475089;
}

.ajaxFileUploadInner {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 20px;
}

.fileUploadGroup iframe,
.fileUploadGroup{
	width: 100%;
	height: 100%;
}
.multimedia {
    display: block;
    width: 100%;
    min-height: 170px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: #e9ecef;
    border-radius: 0;
}


.select_multimedia {
    background: white;
    height: 30px;
    width: 30px;
    position: absolute;
    top: 10px;
    right: 17px;
    cursor: pointer;
    color: #42424217;
    border-radius: 2px;
    border: 1px solid #00000063;
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}

.select_multimedia.selected {
    color: #424242;
}


.deleteImage{
	height: 30px;
	width: 30px;
	background: #da2424;
	color: white;
	position: absolute;
	left: 20px;
	top: 10px;
	text-align: center;
	line-height: 30px;
	border-radius: 3px;
	cursor: pointer;
    z-index: 9;
}
.feedback-icon {
	position: fixed;
	top: 200px;
	right: -62px;
	background: #fff;
	z-index: 999;
	display: inline-block;
	width: 170px;
	text-align: center;
	padding: 10px;
	transform: rotate(90deg);
	border: 2px solid #6610f2;
	border-radius: 3px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	cursor: pointer;
	color: #6610f2;
	outline: 0;
}

.users-list>li img {
    width: 100%;
}

.users-list-date{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.float-as-lang{
    float:left;
}
.float-not-as-lang{
    float:right;
}
.text-as-lang{
    text-align:left;
}
.text-not-as-lang{
    text-align:right;
}

.dataTables_scrollBody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

.dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #777;
}

.dataTables_scrollFootInner, .dataTables_scrollHeadInner {
    padding-left: 0px !important;
    width: 100% !important;
}

.dataTables_scrollBody {width: 100% !important;padding: 0 !important;left: 0;overflow-x: hidden !important;}

div.dataTables_scrollBody table {
    width: calc( 100% + 6px) !important;
}

button.note-color-select.btn.btn-light {
    display: none;
}

.note-holder-custom {
    display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.small-box .icon{
	display: block;
}

.small-box {
    text-align: left;
}

.small-box .icon i {
    font-size: 40px !important;
}

.direct-chat-messages {
    height: auto;
}

.label {
    padding: 3px 10px;
    line-height: 13px;
    color: #fff;
    font-weight: 400;
    border-radius: 2px;
    font-size: 75%;
}
.label-danger {
    background-color: #da542e;
}

.rating {
	direction: rtl;
	unicode-bidi: bidi-override;
	color: #ddd; /* Personal choice */
}
.rating input {
	display: none;
}
.rating:not(.disabled) label:hover,
.rating:not(.disabled) label:hover ~ label,
.rating input:checked + label,
.rating input:checked + label ~ label {
	color: #ffc107; /* Personal color choice. Lifted from Bootstrap 4 */
}


.sidebar-mini .nav-sidebar {
    padding: 0;
    margin: 0;
    background: linear-gradient(90deg, #1d2228 50px, #23292f 0px );
}
.sidebar-mini .nav-sidebar:last-child {
    padding-bottom: 50px !important;
}
.brand-link .brand-image {
    box-shadow: unset !important;
    border: unset !important;
    float: unset;
}


























.layout-navbar-fixed.layout-fixed .wrapper .sidebar {
    margin: 0;
    margin-top: 60px;
    padding: 0;
    background: #262d34;
}

.nav-sidebar .nav-item.menu-open > .nav-link {
	background-color: #6664ff !important;
}
.nav-sidebar .nav-item.menu-open > .nav-link .nav-icon {
	background-color: #514efa !important;
}
.nav-sidebar .nav-item > .nav-link {
    padding: 0;
    margin: 0;
    border-radius: unset;
    line-height: 40px;
    background-color: transparent !important;
}

.nav-sidebar .nav-item > .nav-link .nav-icon {
    width: 50px;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 50px;
    float: left;
}

.nav-sidebar .nav-item > .nav-link p {padding-left: 10px;display: inline-block;width: calc( 100% - 50px );margin: 0 !important;height: 50px;line-height: 50px;}

.layout-navbar-fixed .wrapper .brand-link {
    min-height: 60px;
    border: unset;
    background: #1d2228 !important;
    box-shadow: 0px 1px 6px #0000003b;
    text-align: center;
}

.layout-fixed .main-sidebar {
    box-shadow: unset !important;
    border: unset !important;
    background: linear-gradient(90deg, #1d2228 50px, #23292f 0px );
    padding-bottom: 80px;
}

.layout-navbar-fixed .wrapper .main-header {
    background: #1f2d3d;
    border: unset;
    min-height: 60px;
    padding: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.navbar-light .navbar-nav .nav-link {
    color: aliceblue;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active p {
    background: #544efa;
    line-height: 50px;
    height: 50px;
    background: #3e4144;
}

.nav-sidebar .nav-item > .nav-link.active .nav-icon {
    line-height: 50px;
    height: 50px;
    background: #4445ff;
}
.navbar-light .navbar-nav .nav-link:hover {
    background: #4536da;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.sidebar .image {
    width: 50px;
    margin: 0px;
    background: #1d2228;
    height: 50px;
    text-align: center;
}

.sidebar {
    background: #1d2228 !important;
}

ul.nav.nav-pills.nav-sidebar.flex-column.user-nav {
    background: #383838;
    border-radius: 1px;
    overflow: hidden;
    border: unset;
    padding: 0;
}
.card {
    border-radius: 0;
    border: unset !important;
    box-shadow: unset;
}

.card-header {
    background: #1f2d3d;
    border-radius: 0;
    color: #fff;
}

.content-wrapper {
    background: #e8e8f9 !important;
    margin-top: 50px !important;
}

.btn {
    border: unset;
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: unset !important;
}

.page-item:first-child .page-link {
    border-radius: unset;
}


.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle {
    background: #5a5a5a;
    border-radius:unset !important;
}
.os-theme-light>.os-scrollbar>.os-scrollbar-track>.os-scrollbar-handle:hover {
    background: #969696;
}

.navbar-light .form-control-navbar:focus, .navbar-light .form-control-navbar:focus+.input-group-append .btn-navbar{
    background: #00000040;
}


.navbar-light .form-control-navbar::placeholder {
    color: #fff;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child),
.navbar-light .form-control-navbar:focus,
 .navbar-light .form-control-navbar,
.navbar-light .form-control-navbar:focus+.input-group-append .btn-navbar,
.navbar-light .form-control-navbar+.input-group-append>.btn-navbar {
    color: rgb(255 255 255 / 100%);
    background: #00000040;
}
.nav-sidebar .nav-treeview>.nav-item>.nav-link>.nav-icon {
    width: 50px;
    height: 40px;
    border-left: 5px solid #514efa;
	line-height: 40px;
}

.nav-sidebar .nav-treeview .nav-item > .nav-link p {
    height: 40px;
    line-height: 40px;
}
.nav-treeview>.nav-item>.nav-link.active {
    border-radius: unset !important;
}

.nav-treeview>.nav-item>.nav-link.active .nav-icon {
    background: #1d2228;
    border-color: #004786;
}

.nav-treeview>.nav-item>.nav-link.active p {
    background: #1d2228;
}
.nav-sidebar .nav-item>.nav-link .fas.right {
    height: 50px;
    line-height: 50px;
    float: right;
    position: absolute;
    top: 0;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    outline: unset;
}
.navbar-expand .navbar-nav .dropdown-menu {
    border-radius: 0;
}

span.dropdown-item.dropdown-header {
    background: #564efa;
    color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgb(255 255 255 / 90%);
}
.sidebar-mini.sidebar-collapse .main-sidebar, .sidebar-mini.sidebar-collapse .main-sidebar::before {
    width: 50px;
}

@media (min-width: 992px) {

	.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
		margin-left: 50px !important;
	}
}

.layout-navbar-fixed.sidebar-mini-md.sidebar-collapse .wrapper .brand-link, .layout-navbar-fixed.sidebar-mini.sidebar-collapse .wrapper .brand-link {
    width: 50px;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) .brand-link img.brand-image {
    margin: 0;
}

.sidebar-mini.sidebar-collapse .main-sidebar:not(:hover) .nav-sidebar .nav-link .fas.right{
    display:none;
}
.sidebar-mini.sidebar-collapse .nav-sidebar .nav-link p {
    width: calc( 100% - 50px);
    background: #34393e;
}



textarea[dir=ltr] + .note-editor.note-frame.card,
textarea[dir=ltr] + .note-editor.note-frame.card * {
    direction: ltr !important;
    text-align: left;
}

textarea[dir=rtl] + .note-editor.note-frame.card ,
textarea[dir=rtl] + .note-editor.note-frame.card *{
    direction: rtl;
    text-align: right;
}
textarea[dir]+.note-editor.note-frame.card pre{
    background: #dcdcdc !important;
    border: 1px solid #000 !important;
    direction: ltr!important;
    text-align: left!important;
    padding: .75rem !important;
}

.thumbnail .fa.fa-file-video {
    width: 100%;
    text-align: center;
    min-height: 60px;
    margin-bottom: 30px;
    border: 1px solid #000;
    padding: 20px;
    font-size: 90px;
}

ul.nav.nav-tabs {
    margin-bottom: 20px;
    border-bottom: 4px solid var(--primary);
}

ul.nav.nav-tabs li a {
    padding: 0 10px;
    display: inline-block;
    line-height: 40px;
}

ul.nav.nav-tabs li a.active {
    background: #23292f;
    color: #fff;
}
.badge-success + .badge-success {
    margin-left: 5px;
}
.datetimepicker-input input {
    background: #e9ecef !important;
    color: #000 !important;
}

.input-group-text .fa {
    color: #007bff;
}
#shortcuts a.dropdown-item {
    line-height: 50px;
    width: 33.33%;
    display: inline-block;
    padding: 0;
    text-align: center;
    min-width: 33.33%;
    float: none;
}
#shortcuts a.dropdown-item:hover {
    background: #1f2d3dba;
    color: #fff;
}
#shortcuts a.dropdown-item span.far,
#shortcuts a.dropdown-item span.fa,
#shortcuts a.dropdown-item span.fas,
#shortcuts a.dropdown-item span.fab{
    display:block;
    padding-top: 20px;
}


#shortcuts a.dropdown-item span {
    display: block;
    line-height: 20px;
    padding-bottom: 10px;
}
.invoice-info {
    margin-top: 30px;
}
.invoice-date {
    font-size: 20px;
}
.invoice-logo {
    max-width: 60px;
    max-height: 40px;
    float: left;
    margin-right: 10px;
}
.invoice-title {
    height: 40px;
    line-height: 40px !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 40px;
}

li#shortcuts .dropdown-menu.dropdown-menu-lg.dropdown-menu-right.show {
    left: 0px !important;
    right: unset !important;
    display: inline-block;
}
.todo-list>li .tools> a .fas{
	margin-right: 5px;
}
label.form-label {
    display: block;
    width: 100%;
}
.note-editor.note-frame{
	width: 100%;
}
.fixed-card-footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    left: 0;
    border-top: 1px solid #ccc;
	padding: .75rem 1.25rem;
	z-index: 999;
}
html,body{
    overflow-x: hidden;
}

@media print {
	.card-header{
		display: none;
	}
	footer.main-footer{
		display: none;
	}
	button.feedback-icon{
		display: none;
	}
	.card-footer{
		display: none;
	}
	.card-body{
		max-width: 100%;
		min-width: 100%;
		width: 100%;
	}
	.content-wrapper {
	    min-width: 100% !important;
	    width: 100% !important;
	    margin: 0 !important;
		position: fixed;
		left: 0;
		right:0;
		top:0;
	}
	aside{
	    display:none;
	}
}
