.dt-down-arrow{
    padding-left: 5px;
}

.dark-logo-wrapper a{
    color:#fff;
}

.new-meta-tag {
    background: #daebed;
    padding: 20px;
}

::-webkit-scrollbar-track {
	background-color: transparent;
} 

::-webkit-scrollbar-thumb { 
	border-radius: 5px;
	background-color: #24695c;
} 
::-webkit-scrollbar{ 
	width: 2px;
    height: 5px;
}

.dropdown{
	cursor: pointer;
}

.width-600 {
    max-width: 600px;
}

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

.width-600 .text-overflow{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

button.disabled{
    pointer-events: none;
    cursor: default;
}

.has-error {
	border: 1px solid red !important;
}

.has-error[type="file"]{
    border: 0px solid red !important;
    color: red;
}

.dropdown-item{
	cursor: pointer;
}

.dropdown-item i{
	padding-right: 10px;
}

div.dt-buttons{
	float: right;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-submenu > li a.active{
	font-weight: bolder;
}

.card-body .loader-box{
	height: auto;
}

.export img {
	max-height: 50px;
}

.logo-wrapper{
	font-weight: 700;
	font-size: 24px;
}

.box-image-variable{
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    max-height:40px;
}

.count-order{
	position: absolute;
	right: 15px;
	top: 5px;
	display: block;
}

table .badge{
	cursor: pointer;
}

.export .many-images {
	display: flex;
}

.export .many-images img {
	max-width: 50px;
	margin-right: 5px;
}


td.position {
    cursor: grab;
    cursor: move; 
}

td.position:active {
    cursor: grabbing;
}

p.review{
	color: #999;
    font-weight: 500;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 15px;
    max-width: 600px;
    cursor: pointer;
    height: 100%;
    line-height: 100%;
}

.text-wrap{
    white-space:normal;
}
.width-200{
    max-width:200px;
}
.width-300{
    max-width:300px;
}
.width-100{
    max-width:100px;
}
.width-400{
    max-width:400px;
}
.width-500{
    max-width:500px;
}
.width-600{
    max-width:600;
}
.width-50{
    max-width:50px;
}
.bolder{
    font-weight: bolder;
}

.display-flex{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.mr-15{
    margin-right: 15px;
}

.about-user{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.max-height-200{
    max-height: 200px;
}

.pl-10{
    padding-left: 10px;
}

.clearfix-list{
    cursor: pointer;
}

.nowrap {
    white-space: nowrap;
}

.pointer-500{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
    text-wrap: nowrap;
}

.pointer-600{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    text-wrap: nowrap;
}

.pointer-400{
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 400px;
    text-wrap: nowrap;
}

.tltp{
    cursor: pointer;
}

.color-red{
    color:red;
}

.link-row{
    cursor: pointer;
}

.pl-10{
    padding-left: 10px !important;
}
.pr-10{
    padding-right: 10px !important;
}

tr.bolder td span{
    font-weight: bold;
}

.ctext-wrap-content p.txt{
    white-space: pre-line;
    font-size: 13px;
    line-height: 1.5;
}

.input-group button{
    border: none;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

#message-container{
    padding: 24px;
    max-height: 550px;
    overflow: auto;
}

@media(max-width:1600px){
    #message-container{
        max-height: 540px;
    }
}

@media(max-width:1000px){
    #message-container{
        max-height: 320px;
    }
}

@media(max-width:900px){
    #message-container{
        max-height: 320px;
    }
}
@media(max-width:800px){
    #message-container{
        max-height: 370px;
    }
}

@media(max-width:700px){
    #message-container{
        max-height: 380px;
    }
}

@media(max-width:680px){
    #message-container{
        max-height: 350px;
    }
}

@media(max-width:600px){
    #message-container{
        max-height: 280px;
    }
}

.input-group.txtarea #cke_editor{
    width: calc(100% - 41px);
}

.default-image{
    max-width: 200px;
}

#message-container img{
    max-width: 350px;
    height: auto;
}

.profile.media {
    display: flex;
    gap: 20px;
    align-content: center;
    align-items: center;
}

.profile .avatar {
    width: 100px;
    height: 100px;
    max-width: 155px;
    max-height: 155px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border: 7px solid rgba(36, 105, 92, 0.08);
    margin-bottom: 15px;
}
.profile .img-wrraper {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
}

@media screen and (max-width: 1199px){
    .profile.icon-wrapper {
        width: 30px;
        height: 30px;
        font-size: 13px;
    }
}
.profile .icon-wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    overflow: hidden;
    margin: 0 auto;
    font-size: 17px;
    -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
    box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}

.working-hourse-icon {
    display: inline;
}

.export {
    text-align: center;
}

code.badge-danger {
    color: #fff !important;
}

.card .card-header {
    padding: 30px 30px 10px 30px;
}

.card-header-with-btn{
    display: flex;
    flex-wrap: wrap;
}
@media(max-width:992px){
    .col-auto{
        width: 100%;
    }
}
.min-width-40{
    min-width: 40px;
}
.min-width-100{
    min-width: 100px;
}
.min-width-200{
    min-width: 200px;
}
.min-width-300{
    min-width: 300px;
}
.min-width-400{
    min-width: 400px;
}

.width-40{
    max-width: 40px;
}
.width-100{
    max-width: 100px;
}
.width-200{
    max-width: 200px;
}
.width-300{
    max-width: 300px;
}
.width-400{
    max-width: 400px;
}

.js-subcategories a {
    display:block;
    line-height: 15px;
}
.js-subcategories code {
    padding: 0 10px;
    line-height: 15px;
    display: block;
}

.input-group a {
    display: flex;
    align-items: center;
}

.pt-20{
    padding-top: 20px!important;
}

.line-height-28{
    line-height: 28px;
}

input::placeholder {
    color: #d3d3d3 !important;
}



.configuration-container {
    grid-column: 2;
    justify-items: stretch;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
}

.configuration-container .string {
    display: block;
    width: 100% !important;
}

.checkbox_animated:after {
    border: 2px solid #98a6ad;
}

.checkbox-validate-container {
    display: flex;
}

.checkbox-validate-container .input-group-text{
    max-height: 35px;
}

.checkbox-validate-container .input-group {
    display: grid;
}

.checkbox-validate-container .input-group .invalid-feedback {
    width: 100%;
}

.checkbox-validate-container .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    width: 100%;
}

span.noty {
    font-size: 12px;
    color: rgba(36, 41, 52, 0.7);
    margin-top: 5px;
    display: block;
    letter-spacing: 1px;
}

.min-width-170{
    min-width: 170px;
}

.input-price-update span{
    font-size: 10px;
}

.input-price-update input{
    font-size: 12px;height: 30px;
}

.check-update.--success{
    color:green;
}

.check-update.--update{
    color:blue;
    cursor: pointer;
    font-size: 14px;
}

.table-price-change-container {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.table-price-change-container .input-group {
    width: unset;
    min-width: 150px;
}

.table-price-change-container .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    max-width: 100px;
}

.name-modification-table {
    min-width: 200px;
}

.input-price-update.price_old input{
    background-color: #f5f5f5;
}

.table-price-change-name {
    font-size: 7px;
    line-height: 32px;
    padding: unset;
}

.check-price-form_ .table-price-change-container {
    opacity: 0.3;
    pointer-events: none;
}

.js-price-save {
    cursor: pointer;
}

.media-size-generation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.checkbox-generation {
    display: grid;
    gap: 10px;
}

.media-size-container {
    display: flex;
    gap: 10px;
}

.media-size-generation img {
    max-width: 80px;
}

.media-size-container span {
    margin: auto 0;
}

.description-generation {
    width: 100%;
    grid-column: 1;
    justify-items: stretch;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
}

.text-gen-year {
    font-size: 10px;
}

.checkbox-generation .dropdown {
    line-height: 60px;
}

.checkbox-generation .dropdown-menu.show {
    line-height: 30px !important;
}

.checkbox-animated .btn-link {
    display: contents;
}   

.checkbox-animated span {
    font-size: 12px;
}

.sidebar-main-title {
    margin-top: 10px !important;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li a {
    padding: 5px 15px;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-main-title > div {
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.jstree-default .jstree-anchor{
    font-size: 10px;
}

.template-box-title{
    padding: 5px;
    background-color: #24695c;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.template-box-title:hover{
    background-color: #ba895d;
    color: #fff;
}

.was-validated .form-control.select2-hidden-accessible:invalid ~ span.select2-container span.selection span.select2-selection, 
    .form-control.select2-hidden-accessible.is-invalid ~ span.select2-container span.selection span.select2-selection{
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control.select2-hidden-accessible:valid ~ span.select2-container span.selection span.select2-selection, 
    .form-control.select2-hidden-accessible.is-valid ~ span.select2-container span.selection span.select2-selection{
        border-color: #198754;
        padding-right: calc(1.5em + 0.75rem);
        background-repeat: no-repeat;
        background-position: right calc(0.375em + 0.1875rem) center;
        background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.card-header-with-btn .card-header-custom{
    display: flex;
    gap: 5px;
    flex-wrap:nowrap;
}

@media(max-width:768px){
    .card-header-with-btn .card-header-custom{
        flex-wrap: wrap;    
    }
}

.filter-according .card .card-header {
    padding-bottom: 20px;
    padding-left: 0px;
    padding-top: 5px;
}

.name-parameter-tc {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    font-size: 11px;
}

.dtfc-fixed-left{
    z-index: 3;
    background: #f5f8f8;
    min-width: 300px;
    border: 1px solid #e6edef;
}

@media screen and (max-width: 500px) {
    .dtfc-fixed-left{
        position: static !important;
    }
}

.price-block-table {
    gap: 0 10px;
}

.price-block-table code {
    padding: 0 5px;
    width: 100%;
}

.card-header-with-btn .card-header.btn-block{
    text-align: end;
}
pre[class*=prompt] {
    color: #000;
    background: 0 0;
    text-shadow: 0 1px #fff;
    text-align: left;
    white-space: pre;
    word-spacing: normal;
    word-break: normal;
    word-wrap: normal;
    line-height: 1.5;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

pre[class*=prompt] ::-moz-selection,
pre[class*=prompt]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*=prompt] {
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}

pre[class*=prompt] ::-moz-selection,
pre[class*=prompt]::-moz-selection {
    text-shadow: none;
    background: #b3d4fc;
}

pre[class*=prompt] ::selection,
pre[class*=prompt]::selection {
    text-shadow: none;
    background: #b3d4fc;
}

@media print {
    pre[class*=prompt] {
        text-shadow: none;
    }
}

pre[class*=prompt] {
    background: #f6f7fb;
}

.code-box-copy {
    position: relative;
    font-size: 16px;
}

.code-box-copy pre[class*="prompt"] {
    border: 1px solid #dee3f9;
    border-radius: 2px;
}

.btn-clipboard {
    opacity: 0;
    position: absolute;
    top: 11px;
    right: 11px;
    width: 36px;
    height: 36px;
    background-color: #e5eaff;
    border: 1px solid #dee3f9;
    color: #333;
    border-radius: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.code-box-copy:hover .btn-clipboard {
    opacity: 1;
}

.btn-clipboard:disabled {
    background-color: #eee;
    border-color: #ccc;
    color: #333;
    pointer-events: none;
}

.btn-clipboard:hover {
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
}

.btn-clipboard:focus,
.btn-clipboard:active {
    outline: 0;
}

.info-sidebar{
    font-size: 0.875em;
    padding-left: 15px;
    cursor: default;
}

.dataTables_scrollBody{
	min-height: 150px;
}

.dataTables_length{
	float: revert;
}

table.dataTable input[type="checkbox"]{
	height: auto;
}

table.dataTable .checkbox label {
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
    margin: 0px;
}


@media(min-width:1000px){
    .dataTables_scrollHeadInner{
        width: 100%!important;
    }
}
table.dataTable.no-footer {
    border-bottom: 1px solid #e6edef;
}

.dataTables_wrapper table.dataTable thead th, .dataTables_wrapper table.dataTable thead td {
    border: 1px solid #e6edef;
    font-size: 11px;
}

.dataTables_wrapper table.dataTable.no-border thead th, .dataTables_wrapper table.dataTable.no-border thead td {
    border: 0px solid #e6edef!important;
    font-size: 11px;
}

.dataTables_scroll thead {
    background-color: #f5f8f8;
}

table.dataTable {
    border-collapse: collapse !important;
    margin-top: 0 !important; 
}

.sync-page .card-header {
    padding-bottom: 13px !important;
}
#custom-tree>ul{
    padding-left: 0;
}
#custom-tree {
    min-height:20px;
    margin-bottom:20px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
}
.tree__list__item {
    list-style-type:none;
    margin:0;
    padding:5px 5px 0 5px;
    position:relative
}
.tree__list__item::before, .tree__list__item::after {
    content:'';
    left:0;
    position:absolute;
    right:auto
}
.tree__list__item::before {
    border-left: 1px solid #aeaeae;
    bottom: 50px;
    height: 100%;
    top: 0;
    width: 1px;
}
.tree__list__item::after {
    border-top: 1px solid #aeaeae;
    height: 20px;
    top: 14px;
    width: 6px;
}
.tree__file {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:4px 8px;
    font-size: 12px;
    text-decoration:none;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    width: fit-content;
    line-height: 12px;
    color: #000;
    transition: 0.3s ease-out all;
}
.tree__file:hover {
    background:#eee;
}
.tree__list__item.file.active .tree__file {
    color: #24695c;
    font-weight: 700;
}
.tree__folder {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    padding:4px 8px;
    font-size: 12px;
    text-decoration:none;
    display: flex;
    align-items: flex-start;
    gap: 4px;
    width: fit-content;
    line-height: 12px;
    color: #94a0b4;
    cursor:pointer;
    transition: 0.3s ease-out all;
}

.tree__folder.active {
    background:#eee;
    color:#000;
}

.custom-tree .fa {
    font-size: 12px;
}

.tree__list  {
    padding-left: 12px;
}

#custom-tree>ul>li::before, #custom-tree>ul>li::after {
    border:0;
}
.tree__list__item:last-child::before {
    height:14px;
}
.tree__folder:hover, .tree__folder:hover+.tree__list .tree__folder {
    background:#eee;
    color:#000
}
.custom-tree__ul-parent {
    padding-left: 12px;
}

.tree__folder__title {
    display: flex;
    align-items: center;
    gap: 4px;
}
#custom-tree .fa-edit {
    color: #94a0b4;
    cursor: pointer;
    transition: 0.3s ease-out all;
}
#custom-tree .fa-edit:hover {
    color: #ba895d;
}

.hidden-editor, .hidden {
    display: none;
}

.menu-badge {
    position: absolute;
    right: 15px;
    top: 5px;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .main-navbar .nav-menu > li .nav-link:hover .loader-1 {
    border: 0.2em dotted #ffffff;
}

.editor__wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 400px;
}
.blur {
    filter:blur(3px);
}

@media (max-width: 1100px) {
    .app-header {
        position: static !important;
    }
    
    .header {
        position: static !important;
    }

    body {
        padding-top: 0;
    }
}

.nav-tabs button.nav-link {
    background: #fff;
    border-color: #e6edef;
}
.nav-tabs button.nav-link.active {
    background-color: rgba(36, 105, 92, 0.1);
    border-color: #e6edef;
    color: #24695c;
}

