.paint-color1 {
    background-color: #0048ff;
}

.paint-color2 {
    background-color: #d51d1d;
}

.paint-color3 {
    background-color: #008000FF;
}

.paint-color4 {
    background-color: #ffffff;
}

.paint-color5 {
    background-color: #696969FF;
}

.paint-color6 {
    background-color: #000000FF;
}

.hidden {
    display: none;
}

.click-listener {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    left: 0;
    background-color: #fff0;
    border: none;
    text-decoration: none;
}

.unbutton {
    padding: 0;
    border: none;
    background: #fff0;
}

.toolbar-spacer {
    height: 58px;
}

.ul-tools {
    display: inline-table;
}

.toolbar-bg {
    /*background-color: rgba(65, 65, 65, 0.85);*/
	background-color: #283583;
    opacity: 0.8;
}

.dropdowned-tool {
    background-color: #545454;
    border-radius: 1rem 1rem 0 0;
    color: white !important;
}

.selected-tool {
    background-color: #545454;
    border-radius: 1rem 1rem 1rem 1rem;
    color: white !important;
}

.tools-color {
    color: #DBDBDB !important;
}

.selected-bottom-tool {
    background-color: #545454;
    border-radius: 0 0 1rem 1rem;
    color: white !important;
}

.sub-tool {
    cursor: default;
}

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.toolbar-item {
    font-size: 28px;
    color: #DBDBDB;
    display: inline-block;
    cursor: pointer;
    width: 50px;
    text-align: center;
    padding: .5rem 0;
    position: relative;
}

.toolbar-item-sm {
    font-size: 20px;
    color: #DBDBDB;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    width: 50px;
    padding: .8rem 0;
    position: relative;
}

.sub-toolbar-item {
    font-size: 20px;
    color: #DBDBDB;
    display: inline;
    cursor: pointer;
    text-align: center;
}

.bottom-tools {
    margin: 0 5px;
}

.spacing {
    margin-left: 5%;
}

.toolbar-item:hover,
.toolbar-item-sm:hover {
    color: #f1f1f1;
}

.dropdown-menu {
    top: 100%;
    margin-top: -.032rem;
    margin-left: auto;
    margin-right: auto;
    left: -50%;
    text-align: center;
    border-radius: .5rem;
    min-width: 6rem;
    transform: scaleY(0);
    transition: all .1s ease;
    transform-origin: top;
    display: block;
}

.dropdown-menu.show {
    transform: scaleY(100%);
}

.dropup .dropdown-menu {
    margin-top: .79rem;
    left: -100%;
    top: -100%;
    transform-origin: bottom;
}

.dropdown-item {
    color: #DBDBDB;
    padding: .25rem 0rem;
}

.color-box {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    margin: 2px;
    border: none;
    vertical-align: middle;
}

.sm-box {
    margin: 8px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.med-box {
    margin: 5px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.large-box {
    margin: 3px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.color-box:hover,
.sm-box:hover,
.med-box:hover,
.large-box:hover {
    border: 1px solid #b0b0b0;
}

.tool-size-container {
    width: 26px;
    height: 26px;
}

.colors-container {
    display: flex;
    justify-content: space-evenly;
    margin: 4px;
    align-items: center;
}

.selected-sub-tool {
    border: 1px solid #DBDBDB;
}

.tools-spacing {
    margin: 2px;
}


.progressbar {
    margin-left: 5px;
}

.hp_slide {
    width: 120px;
    background: #DBDBDB;
    height: 7px;
    border-radius: 50px;
}

.hp_range {
    width: 10%;
    background: #373737;
    height: 7px;
    position: absolute;
    border-radius: 50px 0 0 50px;
}

.hp_point {
    border-radius: 50%;
    background: #373737;
    border: 1px solid #AEAAAA;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 100%;
    margin-left: -1px;
    margin-top: -.15rem;
}

.floated-box {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px;
    border-radius: 50%;
    border: solid 1px #CCCCCC;
}


/* ICONS FONT */

@font-face {
    font-family: 'toolbaricons';
    src: url('../fonts/toolbaricons.eot?vnlfhu');
    src: url('../fonts/toolbaricons.eot?vnlfhu#iefix') format('embedded-opentype'),
        url('../fonts/toolbaricons.ttf?vnlfhu') format('truetype'),
        url('../fonts/toolbaricons.woff?vnlfhu') format('woff'),
        url('../fonts/toolbaricons.svg?vnlfhu#toolbaricons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'toolbaricons' !important;
    /* speak: never; */
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-CloseMenu:before {
    content: "\e903";
}

.icon-OpenMenu:before {
    content: "\e904";
}

.icon-Hidder:before {
    content: "\e900";
}

.icon-ClearAll:before {
    content: "\e901";
}

.icon-Eraser:before {
    content: "\e902";
}

.icon-hand-right:before {
    content: "\e905";
}

.icon-Marker:before {
    content: "\e907";
}

.icon-home3:before {
    content: "\e908";
}

.icon-pencil:before {
    content: "\e909";
}

.icon-music:before {
    content: "\e911";
}

.icon-film:before {
    content: "\e913";
}

.icon-spinner11:before {
    content: "\e984";
}

.icon-search:before {
    content: "\e986";
}

.icon-zoom-in:before {
    content: "\e987";
}

.icon-zoom-out:before {
    content: "\e988";
}

.icon-enlarge:before {
    content: "\e989";
}

.icon-eye:before {
    content: "\e9ce";
}

.icon-checkmark:before {
    content: "\ea10";
}

.icon-play3:before {
    content: "\ea1c";
}

.icon-pause2:before {
    content: "\ea1d";
}

.icon-previous2:before {
    content: "\ea23";
}

.icon-next2:before {
    content: "\ea24";
}

.icon-volume-high:before {
    content: "\ea26";
}

.icon-loop2:before {
    content: "\ea2e";
}

.icon-arrow-up-left:before {
    content: "\ea31";
}

.icon-arrow-right:before {
    content: "\ea34";
}

.icon-arrow-left:before {
    content: "\ea38";
}

a.prev,
a.next {
    position: fixed;
    top: 55%;
    z-index: 999;
    display: block;
    padding: 3% 1.5%;
    width: auto;
    height: auto;
    background: #2a2a2a;
    color: #fff;
    text-decoration: none;
    font-weight: 600;

    opacity: 0.7;
    cursor: pointer;
}

a.prev:hover,
a.next:hover {
    opacity: 1;
    /* -webkit-transition: all 0.2s ease; */
    transition: all 0.2s ease;
}

a.prev {
    border-radius: 0 50% 50% 0;
}

a.next {
    right: 0;
    border-radius: 50% 0 0 50%;
}


.next.disabled,
.next.disabled:hover {
    cursor: default;
    opacity: .1;
}

.prev.disabled,
.prev.disabled:hover {
    cursor: default;
    opacity: .1;

}
.icon {
  display: inline-block;
  width: 35px;
  height: 35px;
}
.icon-check {
	 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='35' height='35' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05) scale(3.89 3.89)' %3E%3Cpath d='M 89.122 3.486 L 89.122 3.486 c -2.222 -3.736 -7.485 -4.118 -10.224 -0.742 L 33.202 59.083 c -1.118 1.378 -3.245 1.303 -4.262 -0.151 L 17.987 43.291 c -3.726 -5.322 -11.485 -5.665 -15.666 -0.693 l 0 0 c -2.883 3.428 -3.102 8.366 -0.533 12.036 L 24.206 86.65 c 2.729 3.897 8.503 3.89 11.222 -0.014 l 6.435 -9.239 L 88.87 10.265 C 90.28 8.251 90.378 5.598 89.122 3.486 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(6,188,66); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	 background-size: cover;
}
.icon-results{
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='35' height='35' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05) scale(3.89 3.89)' %3E%3Cpath d='M 89.307 43.082 C 74.775 25.601 59.868 16.737 45 16.737 c -14.869 0 -29.775 8.864 -44.307 26.345 c -0.924 1.112 -0.924 2.724 0 3.836 C 15.225 64.399 30.131 73.264 45 73.264 c 14.868 0 29.775 -8.864 44.307 -26.346 C 90.231 45.806 90.231 44.194 89.307 43.082 z M 45 62 c -9.374 0 -17 -7.626 -17 -17 s 7.626 -17 17 -17 s 17 7.626 17 17 S 54.374 62 45 62 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Ccircle cx='45' cy='45' r='9' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) '/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-reset{
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='35' height='35' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05) scale(3.89 3.89)' %3E%3Cpath d='M 80.829 28.5 C 74.406 14.581 60.353 5.587 45.028 5.587 c -18.641 0 -34.29 13.013 -38.367 30.428 l -1.097 -1.803 c -0.862 -1.416 -2.707 -1.866 -4.123 -1.003 c -1.415 0.861 -1.865 2.707 -1.003 4.123 l 5.614 9.227 c 0.011 0.018 0.027 0.031 0.038 0.049 c 0.093 0.145 0.2 0.279 0.316 0.406 c 0.027 0.03 0.049 0.064 0.077 0.093 c 0.148 0.149 0.311 0.282 0.488 0.398 c 0.046 0.03 0.097 0.051 0.145 0.079 c 0.135 0.078 0.272 0.15 0.419 0.207 c 0.07 0.027 0.142 0.045 0.214 0.067 c 0.132 0.04 0.264 0.074 0.403 0.096 c 0.036 0.006 0.07 0.021 0.106 0.025 C 8.377 47.993 8.496 48 8.615 48 c 0.2 0 0.398 -0.021 0.592 -0.06 c 0.118 -0.024 0.228 -0.066 0.341 -0.103 c 0.073 -0.024 0.148 -0.039 0.219 -0.068 c 0.128 -0.053 0.246 -0.124 0.364 -0.194 c 0.049 -0.029 0.103 -0.05 0.151 -0.082 c 0.164 -0.11 0.317 -0.235 0.457 -0.375 l 7.672 -7.672 c 1.172 -1.171 1.172 -3.071 0 -4.242 c -1.171 -1.172 -3.071 -1.172 -4.242 0 l -1.513 1.513 c 3.694 -14.43 16.807 -25.13 32.372 -25.13 c 12.993 0 24.908 7.625 30.354 19.427 c 0.693 1.504 2.477 2.16 3.98 1.467 C 80.867 31.787 81.523 30.004 80.829 28.5 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(97,170,67); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3Cpath d='M 89.562 52.668 l -5.614 -9.227 c -0.01 -0.017 -0.025 -0.03 -0.036 -0.047 c -0.095 -0.149 -0.205 -0.287 -0.324 -0.417 c -0.024 -0.027 -0.044 -0.058 -0.069 -0.084 c -0.148 -0.15 -0.312 -0.283 -0.489 -0.399 c -0.045 -0.03 -0.095 -0.05 -0.142 -0.077 c -0.135 -0.079 -0.274 -0.151 -0.421 -0.208 c -0.07 -0.027 -0.142 -0.044 -0.214 -0.066 c -0.132 -0.04 -0.264 -0.074 -0.403 -0.096 c -0.036 -0.006 -0.07 -0.021 -0.107 -0.025 c -0.052 -0.006 -0.103 0.003 -0.155 -0.001 C 81.52 42.016 81.455 42 81.386 42 c -0.061 0 -0.117 0.014 -0.177 0.018 c -0.093 0.005 -0.184 0.014 -0.276 0.028 c -0.128 0.019 -0.25 0.049 -0.372 0.084 c -0.08 0.023 -0.159 0.044 -0.236 0.073 c -0.135 0.051 -0.262 0.116 -0.387 0.185 c -0.059 0.033 -0.12 0.059 -0.177 0.096 c -0.18 0.116 -0.349 0.247 -0.5 0.398 l -7.672 7.672 c -1.172 1.171 -1.172 3.071 0 4.242 c 1.172 1.172 3.07 1.172 4.242 0 l 1.513 -1.513 c -3.694 14.43 -16.807 25.13 -32.372 25.13 c -13.459 0 -25.544 -8.011 -30.788 -20.408 c -0.646 -1.526 -2.405 -2.243 -3.932 -1.594 c -1.526 0.646 -2.24 2.405 -1.594 3.932 c 6.185 14.622 20.439 24.07 36.314 24.07 c 18.641 0 34.29 -13.013 38.367 -30.429 l 1.097 1.803 c 0.564 0.928 1.553 1.44 2.565 1.44 c 0.531 0 1.069 -0.141 1.557 -0.437 C 89.974 55.929 90.424 54.084 89.562 52.668 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(23,137,194); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-home{
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='35' height='35' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05) scale(3.89 3.89)' %3E%3Cpath d='M 87.815 25.59 l -37.6 -24.07 c -3.169 -2.029 -7.264 -2.027 -10.431 0 l -37.6 24.07 c -1.629 1.043 -2.358 2.991 -1.815 4.848 c 0.544 1.856 2.208 3.104 4.142 3.104 h 4.274 v 47.785 c 0 4.782 3.891 8.673 8.673 8.673 h 21.903 c 4.782 0 8.673 -3.891 8.673 -8.673 v -6.24 c 1.065 0.425 2.325 0.232 3.212 -0.609 c 1.216 -1.154 1.266 -3.073 0.114 -4.289 l -4.158 -4.383 c -0.009 -0.009 -0.02 -0.016 -0.029 -0.025 c -0.093 -0.096 -0.198 -0.178 -0.303 -0.26 c -0.052 -0.041 -0.1 -0.09 -0.154 -0.127 c -0.132 -0.091 -0.276 -0.165 -0.422 -0.235 c -0.034 -0.016 -0.065 -0.039 -0.1 -0.054 C 45.827 64.948 45.424 64.86 45 64.86 c -0.424 0 -0.826 0.088 -1.193 0.245 c -0.034 0.015 -0.064 0.037 -0.098 0.053 c -0.147 0.07 -0.292 0.144 -0.425 0.236 c -0.052 0.036 -0.097 0.082 -0.147 0.122 c -0.108 0.085 -0.215 0.169 -0.31 0.267 c -0.009 0.009 -0.019 0.015 -0.028 0.024 l -4.158 4.383 c -1.154 1.215 -1.103 3.136 0.113 4.289 c 0.587 0.556 1.338 0.833 2.088 0.833 c 0.383 0 0.765 -0.077 1.125 -0.221 v 6.237 c 0 1.437 -1.169 2.605 -2.605 2.605 H 17.458 c -1.436 0 -2.605 -1.168 -2.605 -2.605 V 30.508 c 0 -1.675 -1.358 -3.034 -3.034 -3.034 h -1.323 l 32.56 -20.843 c 1.18 -0.756 2.708 -0.756 3.889 0 l 32.559 20.843 h -1.322 c -1.676 0 -3.034 1.358 -3.034 3.034 v 50.819 c 0 1.437 -1.168 2.605 -2.605 2.605 h -8.89 c -1.437 0 -2.605 -1.168 -2.605 -2.605 V 54.388 c 0 -4.782 -3.891 -8.673 -8.673 -8.673 H 37.627 c -4.782 0 -8.674 3.891 -8.674 8.673 v 23.76 c 0 1.676 1.358 3.034 3.034 3.034 c 1.675 0 3.034 -1.358 3.034 -3.034 v -23.76 c 0 -1.437 1.169 -2.605 2.606 -2.605 h 14.746 c 1.437 0 2.605 1.168 2.605 2.605 v 26.939 c 0 4.782 3.891 8.673 8.673 8.673 h 8.89 c 4.782 0 8.673 -3.891 8.673 -8.673 V 33.542 h 4.273 c 1.935 0 3.6 -1.247 4.143 -3.104 C 90.175 28.581 89.445 26.633 87.815 25.59 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
	
}

.icon-up{
	background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' width='35' height='35' viewBox='0 0 256 256' xml:space='preserve'%3E%3Cdesc%3ECreated with Fabric.js 1.7.22%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg transform='translate(128 128) scale(0.72 0.72)' style=''%3E%3Cg style='stroke: none; stroke-width: 0; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: none; fill-rule: nonzero; opacity: 1;' transform='translate(-175.05 -175.05) scale(3.89 3.89)' %3E%3Cpath d='M 0.439 35.5 l 29.228 -19.767 c 0.308 -0.208 0.704 -0.229 1.029 -0.055 c 0.327 0.173 0.531 0.513 0.531 0.883 v 7.987 c 12.038 0.262 26.306 5.201 37.501 13.023 C 82.446 47.155 90 59.894 90 73.438 c 0 0.471 -0.329 0.878 -0.79 0.978 c -0.07 0.016 -0.141 0.022 -0.211 0.022 c -0.386 0 -0.747 -0.225 -0.911 -0.588 c -7.823 -17.312 -26.952 -26.183 -56.861 -26.376 v 8.62 c 0 0.37 -0.204 0.71 -0.531 0.883 c -0.325 0.173 -0.722 0.153 -1.029 -0.055 L 0.439 37.157 C 0.165 36.971 0 36.661 0 36.329 S 0.165 35.686 0.439 35.5 z' style='stroke: none; stroke-width: 1; stroke-dasharray: none; stroke-linecap: butt; stroke-linejoin: miter; stroke-miterlimit: 10; fill: rgb(255,255,255); fill-rule: nonzero; opacity: 1;' transform=' matrix(1 0 0 1 0 0) ' stroke-linecap='round' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
 .icon-bike:hover, .icon-bike:focus {
	 background-image: url("data:image/svg+xml, %3Csvg height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='red' d='m5 20.5a3.5 3.5 0 0 1 -3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5m0-8.5a5 5 0 0 0 -5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0 -5-5m9.8-2h4.2v-1.8h-3.2l-1.94-3.27c-.29-.5-.86-.83-1.46-.83-.47 0-.9.19-1.2.5l-3.7 3.69c-.31.31-.5.71-.5 1.21 0 .63.33 1.16.85 1.47l3.35 2.03v5h1.8v-6.5l-2.25-1.65 2.32-2.35m5.93 13a3.5 3.5 0 0 1 -3.5-3.5 3.5 3.5 0 0 1 3.5-3.5 3.5 3.5 0 0 1 3.5 3.5 3.5 3.5 0 0 1 -3.5 3.5m0-8.5a5 5 0 0 0 -5 5 5 5 0 0 0 5 5 5 5 0 0 0 5-5 5 5 0 0 0 -5-5m-3-7.2c1 0 1.8-.8 1.8-1.8s-.8-1.8-1.8-1.8-1.8.8-1.8 1.8.8 1.8 1.8 1.8z'/%3E%3C/svg%3E");
}
