.leaflet-control-styleeditor .leaflet-control-styleeditor-interior {
    background-image: url(../images/icons8-fill-color-36.png);
    background-position: 50% 50%;
    background-size: 80%
}

.leaflet-control-styleeditor-interior:hover {
    background-color: #07c217
}

.leaflet-control-styleeditor .leaflet-control-styleeditor-cancel {
    position: absolute;
    top: 0;
    right: 100%;
    background-color: #919187;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 2px;
    font-size: 12px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px
}

.leaflet-control-styleeditor .leaflet-control-styleeditor-cancel:hover {
    background-color: #a0a098;
    cursor: pointer
}

.enabled {
    background-color: #b0de5c
}

.enabled:hover {
    background-color: #07c217
}

.leaflet-styleeditor {
    box-shadow: 0 1px 7px rgba(0, 0, 0, .65);
    height: 100%;
    right: 0;
    font-family: 'Sarala', sans-serif;
    background-color: #ebf5fb;
    width: 0;
    position: absolute;
    margin: 0;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform, width;
    transition-property: transform, width;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    -ms-transform: translatex(0);
    -webkit-transform: translatex(0);
    transform: translatex(0);
    z-index: 1000
}

.editor-enabled {
    width: 210px
}

.leaflet-styleeditor-hidden {
    display: none
}

.leaflet-styleeditor-fill-horizontal {
    display: flex
}

.leaflet-styleeditor-fill-vertical {
    flex-direction: column;
    display: flex
}

.leaflet-styleeditor-fill {
    flex: 1;
    min-width: 1px;
    min-height: 1px
}

.leaflet-styleeditor-header {
    position: relative;
    height: 35px;
    box-shadow: 0 0 5px;
    background-image: -webkit-linear-gradient(right, deepskyblue 0%, #ebf5fb 50%);
    background-image: linear-gradient(to right, deepskyblue 0%, #ebf5fb 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.leaflet-styleeditor-interior {
    padding: 20px;
    overflow: auto;
    position: relative;
    right: 0;
    height: calc(100% - 40px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.leaflet-styleeditor-label {
    width: 100px;
    display: block;
    padding: 4px;
    background-image: -webkit-linear-gradient(right, deepskyblue 0%, #ebf5fb 50%);
    background-image: linear-gradient(to right, deepskyblue 0%, #ebf5fb 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffdfdfdf', GradientType=0);
    /*font-size: medium*/
}

.leaflet-styleeditor-input {
    height: 30px;
    margin-bottom: 5px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    width: 150px
}

.leaflet-styleeditor-select {
    position: relative;
    height: 32px;
    margin-bottom: 5px;
    padding-left: 10px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    width: 150px;
    overflow: hidden;
    padding: 0
}

.leaflet-styleeditor-select-option-wrapper {
    position: absolute;
    list-style: none;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    top: 80px;
    bottom: 20px
}

.leaflet-styleeditor-select-option {
    display: inline-block;
    height: 30px;
    width: 28px;
    padding: 4px;
    cursor: pointer;
    position: relative
}

.leaflet-styleeditor-select-image-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
    width: 100%;
    height: 100%
}

.leaflet-styleeditor-select-image-defaultmarker {
    top: 11px
}

.leaflet-styleeditor-select-image {
    position: relative;
    padding: 0;
    margin: 0
}

.leaflet-styleeditor-button {
    border: 0;
    display: inline-block;
    padding: 10px 20px;
    background: none;
    height: 35px;
    margin-left: 0;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
    -o-transition: background-color .25s ease-in-out;
    -ms-transition: background-color .25s ease-in-out;
    transition: background-color .25s ease-in-out;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

.styleeditor-nextBtn {
    float: right;
    margin-right: 0;
    background-image: url(../images/icons8-double-right-36-1.png);
    /*background-position: 10px -31px;*/
    background-repeat: no-repeat
}

.leaflet-styleeditor-button:hover {
    background-color: rgba(4,221,225,0.2);
    padding-left: 90%;
    border-radius: 5px
}

.leaflet-styleeditor-button:active {
    background-color: #20e1b6
}

.leaflet-styleeditor-colorpicker {
    width: 160px;
    display: inline-block
}

.leaflet-styleeditor-color {
    height: 35px;
    width: 30px;
    float: left;
    border: 1px solid #fff;
    cursor: pointer
}

.leaflet-styleeditor-color:hover {
    border: 1px solid #000
}

.leaflet-styleeditor-sizeicon {
    background-image: url(https://unpkg.com/leaflet@0.7.7/dist/images/marker-icon-2x.png);
    background-repeat: no-repeat;
    float: left;
    margin-right: 15px;
    border: 1px solid #fff;
    cursor: pointer
}

.leaflet-styleeditor-sizeicon:hover {
    border: 1px solid #000
}

.sizeicon-small {
    background-size: 20px 33px;
    width: 22px;
    height: 33px
}

.sizeicon-medium {
    background-size: 25px 41px;
    width: 28px;
    height: 41px
}

.sizeicon-large {
    background-size: 30px 49px;
    width: 32px;
    height: 49px
}

.leaflet-styleeditor-tooltip-wrapper {
    position: absolute;
    text-align: center;
    bottom: 5%;
    width: 100%;
    z-index: 1000
}

.leaflet-styleeditor-tooltip {
    background-color: rgba(68, 68, 68, .2);
    border: 2px solid rgba(68, 68, 68, .4);
    border-radius: 5px;
    display: inline-block;
    font: 16px/1"Sarala", sans-serif;
    padding: 10px;
    position: relative;
    whitespace: no-wrap
}

.leaflet-styleeditor-stroke {
    height: 20px;
    width: 150px;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    background-image: url(../images/icon.png);
    cursor: pointer
}

.leaflet-styleeditor-stroke:hover {
    border: 1px solid #000
}

.leaflet-styleeditor-marker-s {
    padding-top: 3px;
    font-size: 8px;
    height: 50px;
    width: 20px
}

.leaflet-styleeditor-marker-m {
    padding-top: 5px;
    font-size: 12px;
    height: 70px;
    width: 30px
}

.leaflet-styleeditor-marker-l {
    padding-top: 9px;
    font-size: 16px;
    height: 90px;
    width: 35px
}

.leaflet-styleeditor-marker {
    text-align: center;
    color: #fff;
    display: flex;
    background-repeat: no-repeat
}

.leaflet-styleeditor-maki-marker-icon {
    width: 100%;
    height: 25%
}

.leaflet-styleeditor-marker-selected {
    background-color: rgba(254, 87, 161, .1);
    border: 4px dashed rgba(254, 87, 161, .6);
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: content-box;
    left: -4px;
    top: -4px
}
