/*--------preloader start--------------*/
.loader {
    z-index: 999;
    left: 50%;
    top: 50%;
    display: none; 
    color: #ee5643;
    font-size: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: fixed;
    text-indent: -9999em;
    animation: mulShdSpin 1.3s infinite linear;
    transform: translateZ(0);
}

@keyframes mulShdSpin {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 
    2em -2em 0 0em, 3em 0 0 -1em, 
    2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 
    3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 
    2em -2em 0 0, 3em 0 0 0.2em, 
    2em 2em 0 0, 0 3em 0 -1em, 
    -2em 2em 0 -1em, -3em 0 0 -1em, 
    -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, 
     -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, 
     -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em,
     3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, 
     -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 
    3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 
    3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, 
    -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/*--------preloader end--------------*/

.appeals__btn {
    display: flex;
    list-style-type: none;
    padding-top: 20px;
    padding-left: 0;
    gap: 30px;
}
.appeals__btn .btn {
    width: auto;
}

.sorting__text {
    padding: 15px 10px;
}

.btn__cancel {
    background-color: #808080;
}

@media (min-width: 1190px) {
    .filter__columns--45-32-23 .filter__col:nth-of-type(1) {
        flex-basis: 30%;
        width: 30%;
    }
}

@media (min-width: 1190px) {
    .filter__columns--45-32-23 .filter__col:nth-of-type(2) {
        flex-basis: 20%;
        width: 20%;
    }
}
@media (min-width: 1190px) {
    .filter__columns--45-32-23 .filter__col:nth-of-type(3) {
        flex-basis: 35%;
        width: 35%;
    }
}
.appeal__cell {
    width: fit-content;
    margin: 0 auto;
}
.btn-full {
    width: auto!important;
}
.display__list {
    display: flex;
    justify-content: space-between;
}
.display__staff {
    margin-top: 10px; 
    display: flex; 
    align-items: flex-start;
}
.display__staff .staff__container {
    display: flex;
}
.js-pseudo-select-closer {
    /* display: none; */
}

/*---------TABS------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&display=swap');

/* *{
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Montserrat', sans-serif;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

body{
	background: #7fc469;
	color: #565e6b;
} */
.wrapper ul {
    list-style-type: none;
}
.wrapper{
    
	width: 100%;
	height: 100%;
	/* background: #fff; */
	margin: 15px auto 0;
}

.wrapper .title{
	padding: 30px 20px;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap{
	padding: 20px;
	/* border-bottom: 1px solid #ebedec; */
}

.wrapper .tabs_wrap ul{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* -webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center; */
}

.wrapper .tabs_wrap ul li{
	width: 300px;
    text-align: center;
    background: #e9ecf1;
    border-right: 1px solid #c1c4c9;
    padding: 13px 15px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child{
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
}

.wrapper .tabs_wrap ul li:last-child{
	border-right: 0px;
	border-top-right-radius: 25px;
	border-bottom-right-radius: 25px;
}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active{
	background: #ee5643;
	color: #fff;
}

.wrapper .container .item_wrap{
	padding: 10px 20px;
	/* border-bottom: 1px solid #ebedec; */
	cursor: pointer;
}



.wrapper .container .item{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.item_wrap .item .item_left{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.item_wrap .item_left img{
	width: 70px;
	height: 70px;
	display: block;
}

.item_wrap .item_left .data{
	margin-left: 20px;
}

.item_wrap .item_left .data .name{
	font-weight: 600;
}

.item_wrap .item_left .data .distance{
	color: #7f8b9b;
	font-size: 14px;
	margin-top: 3px;
}

.item_wrap .item_right .status{
	position: relative;
	color: #77818d;
}

.item_wrap .item_right .status:before{
	content: "";
	position: absolute;
	top: 5px;
    left: -12px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #b3bbc8;
}

.item_wrap.offline .item_right .status{
	color: #b3bbc8;	
}

.item_wrap.online .item_right .status:before{
	background: #7fc469;
}
.docs {
    display: none;
}
/*---------TABS------------*/

.select__house {
	margin-top: 10px;
	padding: 5px;
    border-radius: 10px;
    border: solid 1px #e0e0e0;
    outline: none;
}

.site-form__select {
	width: 100%;
}
.select2-search__field {
	height: 30px!important;
}

.ul__list {
	display: flex;
	list-style-type: none;
	gap: 10px;
	margin-bottom: 30px
}
.custom__list {
	display: flex;
	gap: 10px;
	align-items: center;
	list-style-type: none;
}
.custom__list .time {
	padding: 15px!important;
}
.custom__list a {
	font-size: 30px;
    text-decoration: none;
    color: #000;
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #e2e2e2!important;
    border-radius: 9px!important;
    padding: 10px!important;
}
.sheduleRow {
    padding: 15px;
    background: #f7f7f7;
    border-radius: 20px;
    width: 100%;
    margin-bottom: 20px;
}
.sheduleRow  input, .sheduleRow .site-form__toggle-text::before  {
    background: #fff;
}

.add__shedule--btn {
    margin: 15px 0;
}
.shedule__remove, .item__remove {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    display: block;
    width: 24px;
    height: 24px;
    background-color: transparent;
    background-image: url(../img/icon-close-modal.svg);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    transition-duration: 0.2s;
    transition-property: opacity;
    cursor: pointer;
    position: relative;
    float: right;
}
.item__remove {
    align-self: end;
}
.removeContacts, .shedule__remove  {
    display:none;
}
.appeal__files-item a {
    text-decoration: none;
    color: inherit;
}
.appeal__files {
    margin-bottom: 15px;
}
#tagWorker+.tag-editor { 
    padding: 25px 15px 7px;
    border-radius: 12px;
    border: 1px solid #e2e2e2;
}
#tagWorker+.tag-editor .placeholder{ 
    position: relative;
    margin-top: -21px;
    font-size: 12px;
    margin-left: -13px;
    color: #636C78;
    font-weight: 600;
    font-family: mont, Arial, sans-serif;
}
.addContacts, .removeContacts {
    cursor: pointer!important;
}
.addShedule {
    text-decoration: underline;
    color:#5696eb;
    cursor: pointer;
}
.hidden {
    display: none;
}
.error {
    color: #ff0000;
    font-size: 15px;
}
span.info {
    font-size: 14px;
    line-height: 1.2em;
    display: block;
    margin-bottom: 5px;
}