@media (min-width: 1024px) {

.ve-properties-panel, .ve-layer-panel {
    box-shadow: none!important;
    top: 56px!important;
    border-radius: 0!important;
    height: 100%!important;
    border: none!important;
}
    
.ve-properties-panel{
        right: 0!important;
            border-left: 1px solid #e5e7eb!important;


}

.ve-layer-panel {
    left: 0!important;
                border-right: 1px solid #e5e7eb!important;

}
}
@media (min-width: 1600px) {
    .ve-properties-panel, .ve-layer-panel {
    max-height: calc(100% - 56px)!important;

        
    }
}
.ve-properties-panel .custom-scrollbar{
    padding: 2px;
}
.ve_generation_tool button {
    box-shadow: none!important;
}
ve_zoom_tools_option_text {
    white-space: nowrap!important;
    
}

.ve_pantools_arrow_icon:hover {
    background: #f4f4f5!important;
}

.ve_pantools_arrow_icon {
    padding: 10px 3px!important;
    border: 0!important;
}