@tailwind base;@tailwind components;@tailwind utilities;.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background-color:#9ca3af80;border-radius:20px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background-color:#6b7280cc}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}body.keyboard-dragging-copy,body.keyboard-dragging-copy *{cursor:copy!important}body.keyboard-dragging-nodrop,body.keyboard-dragging-nodrop *{cursor:no-drop!important}input[type=range].slider{-webkit-appearance:none;-moz-appearance:none;appearance:none}input[type=range].slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#4a9f4a;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}input[type=range].slider::-webkit-slider-thumb:hover{background:#3d873d}input[type=range].slider::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#4a9f4a;cursor:pointer;border:2px solid #ffffff;box-shadow:0 2px 4px #0003}input[type=range].slider::-moz-range-thumb:hover{background:#3d873d}input[type=range].slider::-webkit-slider-runnable-track{height:8px;border-radius:4px}input[type=range].slider::-moz-range-track{height:8px;border-radius:4px}
