svg.w-heatmap rect:hover{stroke:var(--rhm-rect-hover-stroke,#00000024);stroke-width:1px}svg.w-heatmap rect:active{fill:#196127;fill:var(--rhm-rect-active,#196127);stroke-width:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.heatmap-container svg{animation:fadeIn 1s ease-in-out forwards}.heatmap-container .tooltip{display:flex;flex-direction:row;gap:.3rem;color:#fff;transition:opacity .2s,display .2s;font-weight:600}.heatmap-container .tooltip .tooltip-date{font-weight:400;color:#85e13a}.queue{width:100%}.queue .queue-body{padding-top:2rem}.queue .calendar-container{box-shadow:0 3px 17px -7px #00000040}.queue-body{display:flex;flex-direction:column;gap:2rem}.queue-body .queue-day .day-header .left{display:flex;gap:.7rem;align-items:center}.queue-body .queue-day .day-header .left .title{font-weight:600}.queue-body .queue-day .day-header .left .middle-dot{width:5px;height:5px;border-radius:50%;background-color:#98a2b3}.queue-body .queue-day .day-header .left .relative-time{color:#98a2b3}.slots{display:flex;flex-direction:column;margin-top:1rem;gap:1rem}.slots .slot.filled .slot-header{border-bottom-right-radius:0;border-bottom-left-radius:0}.slots .slot.filled .slot-header .left .relative-time{color:#98a2b3;margin-left:1rem}.slots .slot.filled .slot-header .right{margin-left:auto}.slots .slot.filled .slot-header .right .button .text{font-size:.8rem;color:#98a2b3;font-weight:400}.slots .slot.filled .slot-body{border-bottom-left-radius:12px;border-bottom-right-radius:12px}.slots .slot.choose{cursor:pointer}.slots .slot .slot-header.filled{border:1px solid #3b7c0f;align-items:flex-start}.slots .slot .slot-header{display:flex;align-items:center;border-radius:12px;padding:1rem;font-size:14px;text-overflow:ellipsis;overflow:hidden}.slots .slot .slot-header:hover .button{display:flex!important}.slots .slot .slot-header .button{border:none;box-shadow:none;cursor:pointer}.slots .slot .slot-header .left{display:flex;flex-direction:row;align-items:center}.slots .slot .slot-header .left .time{font-weight:700;margin-right:1rem;padding-right:1rem;border-right:2px solid #d9d9d9}.slots .slot .slot-header .left .icon{margin-right:.5rem;padding:4px;border-radius:50%}.slots .slot .slot-header .right,.slots .slot .slot-header .right .button{display:flex;flex-direction:row;align-items:center}.slots .slot .slot-header .right .button{margin-left:1rem;color:#d0d5dd;font-weight:700;transition:color .3s ease-in-out}.slots .slot .slot-header .right .button:hover{color:#4ca30d}.slots .slot .slot-header .right .button .icon{margin-left:.3rem;width:15px}.slots .slot .slot-body{border-top:none;padding:1.7rem;display:flex}.slots .slot .slot-body .tweet-text{display:flex;width:60%;white-space:pre-line;overflow:hidden;text-overflow:ellipsis}.slots .slot .slot-body .tweet-media{display:grid;width:40%;grid-template-columns:repeat(2,1fr);gap:1rem;padding-left:1rem}.slots .slot .slot-body .tweet-media img{border-radius:8px}.select-draft .header{display:flex;align-items:center}.select-draft .header .left .x{border:1px solid #d0d5dd;border-radius:8px;background-color:#fff;cursor:pointer}.select-draft .header .middle{display:flex;flex-direction:row;margin-left:auto;margin-right:auto;color:#475467}.select-draft .header .middle img{width:20px;border-radius:50%;margin-right:0}.select-draft .drafts{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;overflow-y:auto}.select-draft .drafts .draft{border:1px solid #f2f4f7;border-radius:10px;height:120px;display:flex}.select-draft .drafts .draft .content{width:100%;color:#1d2939;padding:1rem;display:flex;flex-direction:column}.select-draft .drafts .draft .content .bottom{margin-top:auto;display:flex;width:100%}.select-draft .drafts .draft .content .bottom .right{margin-left:auto;font-size:12px;color:#98a2b3}.select-draft .drafts .draft .hover-content{display:none;width:100%}.select-draft .drafts .draft .hover-content .left{display:flex;flex-direction:column;gap:.5rem}.select-draft .drafts .draft .hover-content .left .toggle-row{display:flex;align-items:center;gap:.4rem}.select-draft .drafts .draft .hover-content .right{margin-left:auto}.select-draft .drafts .draft .hover-content .right .button{display:flex;gap:.4rem;cursor:pointer}.select-draft .drafts .draft .hover-content .right .button.add-to-slot{background:#4ca30d;color:#fff;border-radius:12px;font-weight:600;padding:.7rem 1rem}