.app-container{width:100%;height:100%;overflow:hidden}.app-container,.converter-content{display:flex;flex-direction:column}.converter-content{flex-grow:1}.datetime-input,.datetime-output,.timestamp-input,.timestamp-output{height:38px;line-height:38px;padding-top:0;padding-bottom:0}.copy-btn{white-space:nowrap;min-width:40px;height:38px;display:inline-flex;align-items:center;justify-content:center}.copy-notification{position:fixed;bottom:20px;right:20px;padding:10px 20px;background-color:rgba(0,0,0,.7);color:#fff;border-radius:4px;z-index:1000;animation:fade-in-out 2s ease-in-out}@keyframes fade-in-out{0%{opacity:0}20%{opacity:1}80%{opacity:1}to{opacity:0}}.converter-content::-webkit-scrollbar{width:8px;height:8px}.converter-content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.converter-content::-webkit-scrollbar-thumb:hover{background:#a8a8a8}[data-theme=dark] .converter-content::-webkit-scrollbar-thumb{background:#4a4a4a}[data-theme=dark] .converter-content::-webkit-scrollbar-thumb:hover{background:#5a5a5a}input[type=datetime-local]{padding-right:.5rem}[data-theme=dark] input[type=datetime-local]::-webkit-calendar-picker-indicator{filter:invert(1)}.conversion-container{margin-bottom:1rem}.action-btn{height:38px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;min-width:120px}.current-time-container{padding:.75rem 1rem}