#cal-modal-overlay{display:none;position:fixed;z-index:99999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.4);align-items:center;justify-content:center;opacity:0;transition:opacity .3s}#cal-modal-overlay.show{display:flex!important;opacity:1}.cal-popup{background-color:#fff;width:320px;border-radius:12px;box-shadow:0 15px 35px rgba(0,0,0,.25);font-family:Helvetica,Arial,sans-serif;overflow:hidden;transform:translateY(20px);transition:transform .3s cubic-bezier(.175, .885, .32, 1.275)}#cal-modal-overlay.show .cal-popup{transform:translateY(0)}.cal-header{background-color:#46afe1;color:#fff;padding:15px 10px;display:flex;justify-content:space-between;align-items:center;user-select:none}.cal-title-btn{font-size:18px;font-weight:600;cursor:pointer;padding:5px 15px;border-radius:20px;transition:background .2s}.cal-title-btn:hover{background-color:rgba(255,255,255,.2)}.cal-nav-btn{background:0 0;border:none;cursor:pointer;color:#fff;padding:5px;display:flex;align-items:center;border-radius:50%;transition:background .2s}.cal-nav-btn:hover{background-color:rgba(255,255,255,.2)}.cal-nav-btn svg{width:24px;height:24px;fill:currentColor}.cal-body{padding:15px;height:280px}.cal-weekdays{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;color:#8faab9;margin-bottom:10px;font-size:13px;font-weight:500}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.cal-grid.wide{grid-template-columns:repeat(3,1fr);gap:12px;height:100%;align-content:start}.cal-cell{height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;font-size:14px;color:#333;transition:.2s}.cal-cell.wide-cell{border-radius:8px;height:50px;font-size:15px}.cal-cell:hover:not(.empty):not(.disabled){background-color:#eef8fc;color:#46afe1;font-weight:700}.cal-cell.today{border:1px solid #46afe1;color:#46afe1;font-weight:700}.cal-cell.selected{background-color:#46afe1;color:#fff!important;font-weight:700}.cal-cell.disabled{color:#ddd;cursor:not-allowed;pointer-events:none}.cal-cell.empty{cursor:default}.cal-footer{text-align:center;padding:12px;border-top:1px solid #eee;font-size:14px;color:#888;cursor:pointer;background:#fafafa}.cal-footer:hover{color:#46afe1;background:#f0f0f0}.custom-select-wrapper{position:relative;user-select:none;width:100%;max-width:650px;font-family:Helvetica,Arial,sans-serif;flex:1;min-width:0}.custom-select-trigger{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:36px;padding:0 10px;font-size:16px;color:#333;background:url(../images/arrowDown_form.png) right 20px center no-repeat;border:1px solid #ccc;border-radius:5px;cursor:pointer;transition:.2s;background-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-trigger span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-right:32px}.custom-select-trigger:hover{border-color:#46afe1}.custom-select-trigger.open{border-color:#46afe1;box-shadow:0 0 0 3px rgba(70,175,225,.2);border-radius:5px 5px 0 0}.custom-select-trigger.open .arrow{transform:rotate(-135deg);margin-bottom:-2px}.custom-options{position:absolute;display:none;top:100%;left:0;right:0;border:1px solid #46afe1;border-top:0;border-radius:0 0 5px 5px;background:#fff;z-index:1000;box-shadow:0 4px 10px rgba(0,0,0,.1);overflow:hidden}.custom-options.show{display:block}.custom-search-box{padding:10px;background-color:#f9f9f9;border-bottom:1px solid #eee}.custom-search-box input{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px;font-size:14px;outline:0}.custom-search-box input:focus{border-color:#46afe1}.option-list{max-height:250px;overflow-y:auto}.custom-option{padding:10px;font-size:14px;color:#333;cursor:pointer;transition:background .2s;border-bottom:1px solid #fafafa}.custom-option:hover{background-color:#eef8fc;color:#46afe1}.custom-option.selected{background-color:#46afe1;color:#fff}.option-list::-webkit-scrollbar{width:6px}.option-list::-webkit-scrollbar-track{background:#f1f1f1}.option-list::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.option-list::-webkit-scrollbar-thumb:hover{background:#46afe1}.custom-option b,.custom-option span,.custom-option strong{color:inherit}