/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.nk-header {
    z-index: 1001;
}

.dashboard_filter {}


.dashboard_filter .btn-trigger:before {
    border-radius: 5px;
}


.coordinate_map {
    height: 400px;
}

.rotate-90 {
    transform: rotate(90deg);
}

.rotate-180 {
    transform: rotate(180deg);
}

/* search_result_images carousel*/
.search_result_images .carousel-indicators li {
    background-color: #ccc;
}

.search_result_images .carousel-indicators li.active {
    background-color: #6576ff;
}

.search_result_images .carousel-control-prev,
.search_result_images .carousel-control-next {
    color: #6576ff;
    font-size: 32px;
    opacity: 1;
}

/*
для карты яндекса стиль
 */
.ymaps-2-1-79-controls__toolbar {
    margin-top: 0 !important;
}

.ymaps-2-1-79-controls__control_toolbar {
    margin-left: 0 !important;
}

.customControl {
    display: flex;
    padding: 5px;
    border-radius: 3px;
    width: 300px;
    height: 80vh;
}

.closeButton {
    flex-basis: 15px;
    flex-grow: 0;
    flex-shrink: 0;
    padding: 3px;
    height: 15px;
    cursor: pointer;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==") 50% no-repeat;
    opacity: 0.3;
}

.content {
    padding: 5px;
    max-height: 100%;
    overflow: auto;
    line-height: 20px;
    font-size: 0.9em;
}

.position_el {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

/**/
.sort_btn {
    font-weight: normal;
    text-transform: initial;
    letter-spacing: normal;
}

.btn.--bg-violet {
    color: #fff;
    background: #7750DE;
}

.btn.--bg-violet {
    border-radius: 50px;
    color: #fff;
    background: #7750DE;
}

.btn.--bg-violet:hover {
    color: #fff;
    background: #6639e2;
}

.btn.--b-violet {
    color: #7750DE;
    background: #fff;
    border: 1px solid #7750DE;
}

.btn.--b-violet:hover {
    color: #fff;
    background: #7750DE;
}

.btn.--sm {
    border-radius: 50px;
    font-size: 10px;
    height: 28px;
}

.btn.--md {
    border-radius: 50px;
    font-size: 12px;
    height: 36px;
}

.btn.--no-pad {
    padding-left: 0;
    padding-right: 0;
}


.btn-copy {
    z-index: 5;
    position: relative;
    cursor: pointer;
}

.btn-copy path {
    transition: .3s;
}

.btn-copy:hover path {
    fill: #7f8dff;
}

.input-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.input-hidden {
    opacity: 0;
    z-index: -1;
    position: absolute;
}

.form-group.--disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.list__item {
    position: relative;
    background: #FFFFFF;
    box-shadow: 6px 6px 15px rgba(3, 14, 32, 0.15);
    border-radius: 8px;
    margin-bottom: 20px;
    color: #000000;
    transition: .3s;
}


.list__item:hover {
    box-shadow: 6px 6px 15px rgba(3, 14, 32, 0.23);
}

.list__item::before {
    content: '';
    width: 7px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    border-radius: 8px 0 0 8px;
}

.list__item:last-child {
    margin-bottom: 0;
}

.list__item.--mt {
    margin-top: 26px;
}

.list__item.--mt:first-child {
    margin-top: 0;
}

/* .list__item.--green::before,
.list__item.--green .list__label {
    background: #0FC64D;
} */

.list__item::before,
.list__item .list__label {
    background: var(--bg-color);
}

/*
.list__item.--red::before,
.list__item.--red .list__label {
    background: #f00;
}

.list__item.--purple::before,
.list__item.--purple .list__label {
    background: #7750DE;
}

.list__item.--yellow::before,
.list__item.--yellow .list__label {
    background: #FFCF23
} */

.list__wrap {
    display: grid;
    grid-template-columns: minmax(240px, 22.5%) minmax(10%, 25%) minmax(395px, 30%) minmax(250px, 22.5%);
}

.list__wrap.--w2 {
    grid-template-columns: minmax(370px, 22.5%) 35%
}

.list__wrap.--for-2 {
    grid-template-columns: 320px calc(100% - 320px)
}

.list__link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



.list__col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    border-right: 2px solid #F1F2F4;
}

.list__col:first-child {
    padding-left: 27px;
}

.list__col:last-child {
    border-right: 0;
}

.list__num {
    display: flex;
    /* align-items: center; */
    align-items: flex-start;
}

.list__num-value, .list__num-input {
    opacity: 1;
    display: block;
    font-family: inherit;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    display: flex;
    border: none;
    outline: none;
    padding: 0;
    color: #000000;
    background-color: #fff;
    position: relative;
    top: -4px;
    margin-right: 10px;
    /* pointer-events: none; */
}

.list__num-btn {
    width: 13px;
    height: 15px;
    margin-right: 8px;
    position: relative;
    top: 3px;
}

.list__num-btn svg {
    display: block;
}


.list__label {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    min-width: 74px;
    height: 22px;
    white-space: nowrap;
    color: #fff;
    text-align: center;
    padding-top: 2px;
}

.list__author {
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
}

.list__desc {
    font-size: 15px;
    line-height: 19px;
    font-weight: 600;
    margin-top: 3px;
}

.list__info {
    margin-top: auto;
    padding-top: 10px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    white-space: nowrap;
}

.list__info.--pt-sm {
    padding-top: 4px;
}


.list__info p {
    margin-bottom: 8px;
}

.list__info p:last-child {
    margin-bottom: 0;
}


.list__tag {
    font-size: 16px;
    line-height: 19px;
    font-weight: 600;
    color: #7750DE;
    width: 100%;
    margin-bottom: 6px;
}

.list__tag.--right {
    text-align: right;
}

.list__tag.--mb {
    margin-bottom: 20px;
}

.list__address {
    margin-top: 7px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
}

.list__position {
    z-index: 1;
    position: relative;
}

.list__position a {
    margin-bottom: 5px;
}

.list__coords {
    display: flex;
    align-items: center;
    margin-top: auto;
}

.list__coords.--mt0 {
    margin-top: 0;
}

.list__coords-icon {
    z-index: 2;
    width: 12px;
    margin-right: 5px;
    position: relative;
    /* top: -1px; */
}

.list__coords-input {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    width: 150px;
    font-family: inherit;
    border: none;
    outline: none;
    color: #000000;
    padding-top: 4px;
}

.list__coords-btn {
    margin-left: 5px;
    position: relative;
}

.list__data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 15px;
    width: 100%;
}

.list__data-item {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    line-height: 15px;
    width: 35%;
}

.list__data-key {
    color: #888888;
    min-width: 100px;
    margin-right: 6px;
}

.list__data-value {
    display: flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 15px;
    min-width: 30px;
    white-space: nowrap;
    text-align: right;
}

.list__data-value input {
    pointer-events: none;
}

.list__topics {
    margin-top: 12px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 100%;
}

.list__topics:first-child {
    margin-top: 0;
}

.list__topics-item {
    display: flex;
    align-items: center;
}

.list__topics-logo {
    width: 27px;
    min-width: 27px;
    height: 27px;
    overflow: hidden;
    border-radius: 50%;
}

.list__topics-logo img {
    width: 100%;
    height: 100%;
}

.list__topics-dot {
    margin-left: 6px;
    margin-right: 6px;
    width: 7px;
    min-width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--background);
}

.list__topics-name {
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #000;
}

.list__group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.list__group.--row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

.list__group .list__tag {
    width: auto;
    margin-right: auto;
}

.list__group.--mr {
    margin-right: 10px;
}


.list__alert {
    z-index: 2;
    position: relative;
    height: 20px;
    margin-left: auto;
}

.list__alert+.list__label {
    margin-left: 8px;
}

.list__alert .icon {
    display: block;
}

.list li {
    padding-left: 0;
}

.list li:before {
    display: none;
}




.list__notes {
    position: absolute;
    right: 6px;
    transform: translateY(-50%);
}

.notes {
    display: flex;
    align-items: center;
    color: #D13853;
    background: #fff;
    border-radius: 91px;
    padding-left: 12px;
    padding-right: 5px;
	z-index: 1;
    border: 1px solid #D13853
        /* overflow: hidden; */
        /* box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); */
}

.notes__icon {
    width: 14px;
    min-width: 14px;
    height: 14px;
}

.notes__icon svg {
    display: block;
    fill: #D13853;
}

.notes__list {
    display: flex;
}

.notes__item {
    padding: 5px 7px;
    /* border-right: 1px solid #D13853; */
}

.notes__item:last-child {
    border-right: none;
}

.notes__text {
    font-size: 10px;
}

/* .notes__ */
.labels {
    --space-right: 20px;
    display: flex;
    align-items: flex-start;
}

.labels__item {
    position: relative;
    min-width: 72px;
    margin-right: var(--space-right);
}

.labels__item::after {
    content: '';
    position: absolute;
    top: 13px;
    width: var(--space-right);
    height: 1px;
    left: 100%;
    background: #CFCFCF;
}

.labels__item:last-child {
    margin-right: 0;
}

.labels__item:last-child::after {
    display: none;
}

.labels__title {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 26px;
    font-size: 10px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border-radius: 50px;
    background: var(--background);
}

.labels__desc {
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
    color: #CFCFCF;
    margin-top: 4px;
    text-align: center;
}


.coords {
    display: flex;
    align-items: center;
}

.coords.--no-copy .coords__inputs {
    width: calc(100% - 50px);
}

.coords.--no-btn .coords__inputs {
    width: calc(100% - 26px);
}

.coords.--no-copy.--no-btn .coords__inputs {
    width: 100%;
}


.coords__inputs {
    display: flex;
    align-items: center;
    width: calc(100% - 70px);
}

.coords__input {
    width: 50%;
    position: relative;
}


.coords__input:first-child input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}

.coords__input:last-child input {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}


.coords__input .input-btn {
    background-color: #fff;
    right: -23px;
}

.coords__btn.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    padding: 0;
    margin-left: auto;
    border-radius: 4px;
}

.coords__btn button {
    background: transparent;
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.coords__btn svg {
    margin-left: auto;
    margin-right: auto;
}

.coords__btn:hover path {
    fill: #fff;
}

.edit-toggle {
    cursor: pointer;
}
.remove-toggle {
    font-size: 18px;
    margin-left: 6px;
    color: #f00;
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none
}

.sel {
    display: inline-flex;
    position: relative;
}

.sel input {
    display: none;
}

.sel__area {
    display: flex;
    align-items: center;
    height: 25px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    border-radius: 50px;
    background: var(--background);
}

.sel__value {
    font-size: 10px;
    line-height: 12px;
}

.sel__icon {
    font-family: "Nioicon";
    content: "";
    line-height: 1;
}

.sel__drop {
    position: absolute;
    top: 100%;
    left: 0;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    margin-top: 10px;
    max-width: 300px;
}

.sel__list {
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 6px 6px 15px rgb(3 14 32 / 15%);
}

.sel__item {
    font-size: 10px;
    line-height: 12px;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
}

.sel.--open {
    z-index: 5;
}

.sel.--open .sel__area {
    /* border-radius: 35px 35px 10px 10px; */
}

.sel.--open .sel__drop {
    opacity: 1;
    visibility: visible;
}

.copy {
    display: flex;
    align-items: center;
}
.copy__input {
    position: absolute;
    z-index: -1;
}

.copy__btn {
    z-index: 1;
    position: relative;
    margin-left: 5px;
    min-width: 10px;
    width: 10px;
    cursor: pointer;
    transition: .3s;
}

.copy__btn:hover path {
    fill: #7f8dff;
}


@media screen and (max-width: 1890px) {
    .list__wrap {
        grid-template-columns: minmax(240px, 30%) minmax(10%, 25%) minmax(395px, 30%) minmax(250px, 22.5%)
    }

    .list__wrap.--w2 {
        grid-template-columns: minmax(240px, 30%) minmax(30%, 540px)
    }
}

@media screen and (max-width: 1690px) {
    .list__wrap.--w2 {
        grid-template-columns: 370px minmax(30%, 500px)
    }

    .list__topics {
        grid-template-columns: 1fr
    }


}


@media screen and (max-width: 1610px) {
    .head .head__controls {
        margin-left: 35px;
    }

    .head .head__control {
        margin-right: 30px;
    }

    .list__col {
        padding: 16px;
    }

    .list__wrap:not(.--w2) .list__data {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .list__data-item {
        font-size: 11px;
        line-height: 13px;
		width: 100%; /* add dima */
    }

    .list__data-value {
        font-size: 12px;
        line-height: 13px;
    }

    .list__wrap {
        grid-template-columns: minmax(310px, 500px) minmax(220px, 500px) 200px minmax(calc(100% - 720px), calc(100% - 1110px))
    }

    .list .notes__item {
        padding: 3px 5px;
    }
}

@media screen and (max-width: 1490px) {
    .list__wrap.--w2 {
        grid-template-columns: 370px minmax(30%, calc(100% - 370px))
    }
}

.nk-header-news {
    width: 100%;
    max-width: calc(100% - 110px);
}

.head {
    display: flex;
    align-items: center;
}

.head__title {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
}

.head__title u {
    color: #7750DE;
    text-decoration: none;
}


.head__controls {
    display: flex;
    align-items: center;
    margin-left: 57px;
}

.head__controls:first-child {
    margin-left: 0;
    margin-right: 20px;
}


.head__control {
    margin-right: 57px;
}

.head__control:last-child {
    margin-right: 0;
}

.head__btns {
    display: flex;
    flex-wrap: wrap;
    margin-left: 36px;
}

.head__btns .head__btn {
    margin-right: 10px;
}

.head__btns .head__btn:last-child {
    margin-right: 0;
}

.head__notes {
    margin-left: auto;
}

/* control */
.control {
    z-index: 5;
    position: relative;
    cursor: pointer;
}

.control__icon {
    position: relative;
    display: block;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    outline: none !important;
    appearance: none;
    background-color: transparent;
}

.control__icon.--dot::after {
    content: '';
    position: absolute;
    left: -4px;
    top: -3px;
    width: 12px;
    height: 12px;
    border: 50%;
    background: #D13853;
    border-radius: 50%;
    border: 3px solid #fff;
}

.control__icon em {
    font-size: 28px;
    line-height: 32px;
    display: block;
    color: #7750DE;
    transition: .3s;
}

.control__icon path {
    transition: .3s;
}


.control:hover .control__icon path {
    fill: #000;
}

.control:hover .control__icon em {
    color: #000;
}


.control__wrap {
    position: absolute;
    top: 100%;
    left: 0;
    margin-left: -20px;
    width: 400px;
    padding: 10px;
    box-shadow: 0px 5px 8px -1px rgba(34, 60, 80, 0.2);
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    max-height: 520px;
    overflow: hidden;
    overflow-y: auto;
    transition: .3s;
    margin-top: 20px;
}

.control__wrap.--md {
    width: 720px;
}

.control__wrap .form-group {
    margin-bottom: 0;
}

.control__wrap .link-check {
    margin-left: -10px;
    margin-right: -10px;
}

.control__wrap .link-check li a,
.control__wrap .link-check li span {
    padding: .35rem 1.7rem;
}

.control__wrap .link-check li.active a {
    color: #6576ff;
    background: #f5f6fa;
    /* padding-left: 28px; */
}

.control__wrap .link-check li.active a::after {
    color: #6576ff;
    background: #f5f6fa;
    right: auto;
    left: 0.6rem;
}

.control.--show .control__wrap {
    opacity: 1;
    visibility: visible;
}

.fx {
    display: flex;
}

.fx.--right {
    justify-content: flex-end;
}

.fx.--bottom {
    align-items: flex-end;
}


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

.form-group.--disabled .form-group.--disabled {
    opacity: 1;
}


.loader {
    z-index: 9999999;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.loader.--show {
    opacity: 1;
    visibility: visible;
}

.loader__icon {
    font-size: 34px;
}

.loader__icon .icon {
    display: block;
    animation: rotating 2s linear infinite;
}

.loader__bg {
    z-index: -1;
    position: absolute;
    inset: 0;
    background-color: #fff;
}

.body-card-show {
    overflow: hidden;
}

.select2-container {
    z-index: 1000;
}

.select2-container--open {
    z-index: 9000;
}

.status-history__row {
    display: grid;
    gap: 15px;
    grid-template-columns: minmax(100px, 200px) minmax(100px, 100%);
}

.status-history__row.--head {
    font-weight: 700;
    margin-bottom: 7px;
}
.status-history__row:not(.--head) {
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e5e9f2;;
}

.status-history__row:not(.--head):last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.status-history__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    white-space: nowrap;
    background: var(--background);
    position: relative;
    top: 2px;
}

@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


.form-button-submit {
    position: absolute;
    z-index: -1;
}
@media (max-width: 767px) {
	.list__wrap {
		grid-template-columns: 100%;
	}
	.head__title {
		display:none;
	}
	.head .head__controls {
		margin-left: 0px;		
	}
	.head .head__control {
		margin-right: 5px;
	}
}
.form-control.has-error {
	border: 1px solid red;
}