.cdp-time-row input{box-shadow:inset 2px 2px 10px rgb(0 0 0 / 15%);font-size:12px;line-height:15px;background:var(--color3);color:var(--color1)}.cdp-fake-input{background:var(--back);cursor:pointer;box-sizing:border-box;white-space:nowrap;min-height:35px;display:flex;align-items:center;justify-content:flex-start;box-shadow:inset 2px 2px 10px rgb(0 0 0 / 15%);padding:7.5px 16px;font-size:12px;line-height:15px;border-radius:var(--border-radius);width:220px;overflow:hidden;transition:all .3s}.cdp-fake-input:hover{opacity:.7}.cdp-fake-input.placeholder{color:var(--color1)}.cdp-widget{position:absolute;z-index:999999999;background:var(--back);border-radius:var(--border-radius);box-shadow:0 5px 15px rgba(0,0,0,.15);width:320px;padding:10px;user-select:none}.cdp-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.cdp-header-selects .selectel{min-width:unset!important}.cdp-header-selects{display:flex;gap:10px;flex-direction:row;justify-content:space-between;flex:1}.cdp-header-selects .select_button{max-width:125px}.cdp-header button{background:0 0;border:none;cursor:pointer;padding:5px 10px;font-size:20px;line-height:1;border-radius:var(--border-radius);color:var(--color1)}.cdp-header button:hover{color:var(--color9)}.cdp-header select{border:1px solid var(--cdp-border-color);border-radius:var(--border-radius);padding:4px 6px;font-size:14px;font-weight:700}.cdp-header .selectel{flex:1}.cdp-grid-container{text-align:center}.cdp-days,.cdp-weekdays{display:grid;grid-template-columns:repeat(7,1fr)}.cdp-weekdays span{font-size:12px;color:#999;font-weight:700;padding:5px 0}.cdp-day{padding:0;cursor:pointer;border:1px solid transparent;position:relative;height:32px;display:flex;align-items:center;justify-content:center}.cdp-day.cdp-other-month{color:#ccc;cursor:default}.cdp-day:not(.cdp-other-month):hover .cdp-day-content{background-color:var(--colorBlue);color:var(--cdp-bg-color)}.cdp-day.cdp-weekend:not(.cdp-other-month) .cdp-day-content{color:var(--cdp-weekend-color)}.cdp-day.cdp-today .cdp-day-content{border:1px solid var(--color9)}.cdp-day-content{display:inline-block;width:30px;height:30px;line-height:30px;border-radius:var(--border-radius)}.cdp-day.cdp-selected .cdp-day-content{background-color:var(--color9);color:var(--cdp-selected-text-color);font-weight:700}.cdp-in-range{background-color:var(--color8);border-radius:0}.cdp-range-start{border-radius:5px 0 0 5px}.cdp-range-end{border-radius:0 5px 5px 0}.cdp-day.cdp-range-start.cdp-range-end{background:0 0}.cdp-time-section{margin-top:10px;padding-top:10px;border-top:1px solid #8080806e}.cdp-time-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:5px}.cdp-time-row span{font-weight:700}.cdp-time-inputs{display:flex;align-items:center;gap:5px}.cdp-time-inputs input{width:50px;text-align:center;border:unset;border-radius:var(--border-radius);padding:5px}.cdp-footer{margin-top:10px;padding-top:10px;border-top:1px solid #8080806e;display:flex;justify-content:space-between}.cdp-footer button{border:unset;border-radius:var(--border-radius);padding:8px 12px;cursor:pointer;flex-grow:1;background-color:#8080808f;color:var(--back);font-family:Mulish}.cdp-footer button:not(:first-child){margin-left:5px}.cdp-footer button.cdp-primary{background-color:var(--color9);color:var(--back);border:none;transition:all .3s;cursor:pointer}.cdp-clear-btn{transition:all .3s;cursor:pointer}.cdp-clear-btn:hover,.cdp-footer button.cdp-primary:hover{opacity:.7}.cdp-in-range .cdp-day-content{color:#fff}.cdp-day.cdp-disabled,.cdp-day.cdp-disabled .cdp-day-content{color:#ccc!important;cursor:not-allowed;background-color:transparent!important;text-decoration:line-through}.cdp-widget.cdp-read-only .cdp-days .cdp-day:not(.cdp-disabled):not(.cdp-other-month) .cdp-day-content{cursor:default}.cdp-widget.cdp-read-only .cdp-time-inputs input{background:0 0;box-shadow:inset 2px 2px 10px rgb(0 0 0 / 5%)}.cdp-widget.cdp-read-only .cdp-footer{display:none}.cdp-widget.cdp-read-only .cdp-time-inputs{pointer-events:none}