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

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

::-webkit-scrollbar-track {
	background-color: transparent; /*Цвет скролла*/
} 

::-webkit-scrollbar-thumb { 
	border-radius: 5px; /*Закругление ползунка*/
	background-color: #24695c; /*Цвет ползунка*/
} 
::-webkit-scrollbar{ 
	width: 5px;  /*Толщина скролла*/
    height: 10px;
}

.dropdown{
	cursor: pointer;
}

.hidden{
	display: none;
}

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

.dataTables_scrollBody{
	min-height: 150px;
}

.dataTables_length{
	float: revert;
}

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


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

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

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

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

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

.badge {
    padding: 0.44em 0.7em 0.3em;
}

.count-order{
	position: absolute;
	right: 15px;
	top: 12px;
	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;
}

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

@media(min-width:1000px){
    .dataTables_scrollHeadInner{
        width: 100%!important;
    }
}
