.evl-side-toolbar {position: fixed;right: 5px;bottom: 80px;display: flex;flex-direction: column;z-index: 9999;}.option-box1 {position: relative;display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background: #006eff;border-radius: 50%;margin-bottom: 10px;cursor: pointer;transition: background-color 0.3s ease;box-shadow: 0 46px 49px -2px rgba(19,41,75,.15), 0 14px 15px -2px rgba(19,41,75,.14), 0 6px 6px -2px rgba(19,41,75,.14), 0 2px 2px -2px rgba(19,41,75,.13);}.option-box {position: relative;display: flex;align-items: center;justify-content: center;width: 40px;height: 40px;background: #ffffff;border-radius: 50%;margin-bottom: 10px;cursor: pointer;transition: background-color 0.3s ease;box-shadow: 0 46px 49px -2px rgba(19,41,75,.15), 0 14px 15px -2px rgba(19,41,75,.14), 0 6px 6px -2px rgba(19,41,75,.14), 0 2px 2px -2px rgba(19,41,75,.13);transition: display 0.3s ease;}.option-box:hover {background-color: #358CFF;}.option-box:hover .feather-home {stroke: #fff;}.option-box:hover .feather-chevrons-up polyline {stroke: #fff;}.option-box:hover path#fold-path {fill: #fff;}.tooltip {text-align: center;position: absolute;top: 0;left: -110px;width: 75px;padding: 10px;background: #000000ba;color: #fff;font-size: 14px;border-radius: 3px;display: none;}#fold-path {fill: #000;transition: fill 0.3s ease;}