.wrap-editor-zones .modal-title {
    width: max-content;
    font-size: 16px;
}
.wrap-editor-zones .close {
    position: absolute;
    right: 16px;
    top: 12px;
}
.wrap-editor-zones .hidden {
    display: none;
}

.wrap-editor-zones .wrap {
    position: relative;
    width: 100%;
    height: 650px;
}
.wrap-editor-zones #ymap {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

.wrap-editor-zones canvas {
    border: 1px solid #aaa;
    position: absolute;
    z-index: 99999;
    top: 0;
    left: 0;
}

/* Модальное окно редактора адресов складов полигона */
.wrap-editor-zones #editInfoZone .wrap-ymap {
    margin-top: 10px;
}
.wrap-editor-zones #editInfoZone .addr-string {
    margin-top: 12px;
    height: max-content;
    float: left;
}
.wrap-editor-zones .link-add-new-storehouse {
    color: #007bff;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 12px;
}
.wrap-editor-zones .link-add-new-storehouse:hover {
    text-decoration: underline;
}
.wrap-editor-zones .add-new-storehouse {
    width: 100%;
}
/* Кнопка "Сохранить" адрес склада */
.wrap-editor-zones .btn-form-block {
    margin-top: 10px;
    position: relative;
}
.wrap-editor-zones .btn-form-block .save-form {
    position: relative;
}
.wrap-editor-zones .btn-form-block .status-saved-address {
    margin-top: 10px;
    position: absolute;
    left: -80px;
    top: -6px;
    color: green;
}
.wrap-editor-zones .accordion-item .list-title {
    position: relative;
    border-bottom: 1px solid #77777733;
}
.wrap-editor-zones .accordion-item .list-title .ymap-init {
    background: none;
    border: none;
    text-align: left;
    line-height: 16px;
    color: #007bff;
}
.wrap-editor-zones #editInfoZone .ymap-init:hover {
    background: none !important;
}
.wrap-editor-zones .accordion-item .list-title .ymap-init span {
    font-size: 12px;
}
.wrap-editor-zones .accordion-item .list-title i.fa {
    float: right;
    margin-top: 5px;
    font-size: 16px;
    color: red;
    padding: 6px;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.5s;
}
.wrap-editor-zones .accordion-item .list-title i.fa:hover {
    opacity: 1;
}

/* Очистка yandex карт от лишних элементов */
.wrap-editor-zones .ymaps-2-1-79-gotoymaps__container,
.wrap-editor-zones .ymaps-2-1-79-gototech,
.wrap-editor-zones .ymaps-2-1-79-copyright,
.wrap-editor-zones .ymaps-2-1-79-map-copyrights-promo {
    display: none !important;
}

/* Модальное окно настройки цвета полигона */
.bootbox.modal {
    z-index: 10003;
}
.bootbox.modal + .modal-backdrop {
    z-index: 10002;
}
.wrap-editor-zones #propertiesZone .properties-form {
    overflow: hidden;
}
.wrap-editor-zones #propertiesZone .properties-form .visual div {
    float: left;
}
.wrap-editor-zones #propertiesZone .properties-form .template-background {
    position: relative;
    width: 415px;
    height: 150px;
    overflow: hidden;
}
.wrap-editor-zones
    #propertiesZone
    .properties-form
    .template-background
    .picker-test {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.4;
    z-index: 2;
}
.wrap-editor-zones #propertiesZone .properties-form .template-background img {
    position: relative;
    top: -50px;
    width: 415px;
}

.wrap-editor-zones .balloon-content-polygon button {
    margin-bottom: 5px;
}
.wrap-editor-zones [class*='balloon_layout_normal'] {
    text-align: center;
}
.wrap-editor-zones #propertiesZone .properties-form .zone-stroke-color {
    margin-top: 20px;
}

.wrap-editor-zones
    #propertiesZone
    .properties-form
    .zone-stroke-color
    .template-background
    .picker-test {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 100px;
    border-radius: 8px;
    transform: translate(-50%, -50%);
}
.wrap-editor-zones
    #propertiesZone
    .properties-form
    .zone-stroke-color
    .template-background
    .border-picker-test {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 105px;
    border-radius: 10px;
    border: 3px solid red;
    transform: translate(-50%, -50%);
    opacity: 0.7;
    z-index: 2;
}

.wrap-editor-zones .props label {
    text-align: right;
}
