@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");:root{--primaryColor:#4635B1;--secondaryColor:#024CAA;--thirdColor:#e7934f;--bgColor:#e9edf2}body{font-family:Inter,sans-serif;background:var(--bgColor)}*{box-sizing:border-box;padding:0;margin:0}::-webkit-scrollbar{width:0;height:0}::-webkit-scrollbar-track{background:rgba(0,0,0,.048)}::-webkit-scrollbar-thumb{background:rgb(117,117,117);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--primaryColor)}.container{width:1440px;margin:0 auto}@media (max-width:1800px){.container{width:calc(100% - 600px)}}@media (max-width:1640px){.container{width:calc(100% - 400px)}}@media (max-width:1540px){.container{width:calc(100% - 300px)}}@media (max-width:1440px){.container{width:calc(100% - 200px)}}@media (max-width:1060px){.container{width:calc(100% - 100px)}}@media (max-width:768px){.container{width:calc(100% - 50px)}}@media (max-width:480px){.container{width:calc(100% - 30px)}}a,article,b,button,div,h1,h2,h3,h4,h5,h6,i,input,label,li,p,select,span,textarea,ul{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;font-family:Inter,sans-serif}input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0;font-family:Inter,sans-serif}input{-webkit-tap-highlight-color:transparent}::-webkit-datetime-edit-day-field:not([aria-valuenow]),::-webkit-datetime-edit-month-field:not([aria-valuenow]),::-webkit-datetime-edit-year-field:not([aria-valuenow]){color:transparent}video::-internal-media-controls-overlay-cast-button{display:none}textarea{resize:none;font-family:Inter,sans-serif}::selection{color:white;background:#1d1d1d}p{font-family:Inter,sans-serif}.canvas{width:calc(100% - 40px);display:flex;flex-direction:column;background:white;border-radius:20px;margin:20px 20px 0;height:calc(100vh - 140px);overflow-y:auto}.canvas .canvasHead{width:100%;display:flex;justify-content:space-between;align-items:center;padding:20px 30px}.canvas .canvasHead .canvasHeadCol1{display:flex;align-items:center;gap:10px}.canvas .canvasHead .canvasHeadCol1 .backBtn{width:26px;height:26px;text-decoration:none;color:#5d5d5d;transition:.3s}.canvas .canvasHead .canvasHeadCol1 .backBtn:hover{color:black;transition:.3s}.canvas .canvasHead .canvasHeadCol1 .backBtn svg{width:100%;height:100%}.canvas .canvasHead .canvasHeadCol1 h2{font-size:24px;font-weight:600}.canvas .canvasHead .canvasHeadCol2{display:flex;align-items:center}.canvas .canvasHead .canvasHeadCol2 .addPrimaryBtn{padding:16px 22px;background:var(--primaryColor);font-size:16px;border-radius:14px;text-decoration:none;cursor:pointer;color:white;display:flex;transition:.3s}.canvas .canvasHead .canvasHeadCol2 .addPrimaryBtn:hover{transition:.3s;background:var(--secondaryColor)}.canvas .canvasBody{width:100%;display:flex;flex-direction:column;border-top:1px solid #e4e4e4;padding-top:20px}.canvas .canvasBody .canvasBodyHead{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 30px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1{display:flex;align-items:center}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1 .formGroup{width:250px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1 .formGroup input{padding:0 15px;border:1px solid #aaa8a8;background:white;height:40px;border-radius:10px;font-size:16px;width:100%;outline:none}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1 .formGroup input:focus{border:1px solid black}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1 .formGroup input::placeholder{color:#aaa8a8}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol1 .dateInput{width:160px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2{display:flex;align-items:center;gap:10px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .formGroup{width:200px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .formGroup input{padding:0 15px;border:1px solid #aaa8a8;background:white;height:40px;border-radius:10px;font-size:16px;width:100%;outline:none}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .formGroup input:focus{border:1px solid black}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .formGroup input::placeholder{color:#aaa8a8}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .dateInput{width:160px}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .addBtn{padding:14px 20px;background:#ffffff;border:1px solid var(--primaryColor);font-size:14px;border-radius:14px;text-decoration:none;cursor:pointer;color:var(--primaryColor);display:flex;transition:.3s;font-weight:500}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .addBtn:hover{transition:.3s;color:white;background:var(--secondaryColor)}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .filterBtn{width:40px;height:40px;display:flex;justify-content:center;align-items:center;background:#fff;border-radius:10px;border:1px solid #aaa8a8;cursor:pointer;transition:.3s}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .filterBtn:hover{border:1px solid black;transition:.3s}.canvas .canvasBody .canvasBodyHead .canvasBodyHeadCol2 .filterBtn svg{width:22px;height:22px}.canvas .canvasBody .filterValuesList{width:100%;padding:0 30px;margin-top:10px;display:flex;flex-wrap:wrap;gap:15px}.canvas .canvasBody .filterValuesList .filterValuesBox{display:flex;align-items:center;border:1px solid #eee;border-radius:7px}.canvas .canvasBody .filterValuesList .filterValuesBox .filterValuesBoxDetails{padding:0 10px;font-size:14px;height:30px;display:flex;align-items:center;white-space:nowrap}.canvas .canvasBody .filterValuesList .filterValuesBox .closeFilterValuesBox{height:30px;width:30px;display:flex;justify-content:center;align-items:center;border-left:1px solid #eee;cursor:pointer;transition:.3s}.canvas .canvasBody .filterValuesList .filterValuesBox .closeFilterValuesBox:hover{transition:.3s;background:#f3f3f3}.canvas .canvasBody .filterValuesList .filterValuesBox .closeFilterValuesBox svg{width:14px;height:14px}.canvas .canvasBody .filterValuesList .clearAllFiterBtn{display:flex;align-items:center;border:1px solid #eee;border-radius:7px;cursor:pointer;transition:.3s}.canvas .canvasBody .filterValuesList .clearAllFiterBtn:hover{transition:.3s;background:#f3f3f3}.canvas .canvasBody .filterValuesList .clearAllFiterBtn .clearAllFiterBtnDetails{padding:0 10px;font-size:14px;height:30px;display:flex;align-items:center;white-space:nowrap;color:#0091ff}.canvas .canvasBody .filterValuesList .clearAllFiterBtn .clearAllFiterBtnBox{height:30px;width:30px;display:flex;justify-content:center;align-items:center;border-right:1px solid #eee;cursor:pointer;color:#0091ff}.canvas .canvasBody .filterValuesList .clearAllFiterBtn .clearAllFiterBtnBox svg{width:14px;height:14px}.canvas .canvasBody .formWrapper{width:100%}.canvas .canvasBody .formWrapper form{width:100%;display:flex;flex-direction:column}.canvas .canvasBody .formWrapper form .formWrapperBox{width:100%;display:flex;gap:30px;flex-wrap:wrap;padding:20px 30px;border-top:1px solid #e4e4e4}.canvas .canvasBody .formWrapper form .formWrapperBox:first-of-type{border-top:none}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup{width:calc(25% - 23px);display:flex;flex-direction:column}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup label{font-size:16px;font-weight:500;color:#444444}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup input,.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup select{padding:0 15px;border:1px solid #aaa8a8;background:white;height:50px;border-radius:10px;margin-top:5px;font-size:16px;width:100%;outline:none}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup input:focus,.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup select:focus{border:1px solid black}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup input::placeholder,.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup select::placeholder{color:#aaa8a8}.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup{width:100%;display:flex;flex-direction:column}.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup label{font-size:16px;font-weight:500;color:#444444}.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup input,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup select,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup textarea{padding:10px 15px;border:1px solid #aaa8a8;background:white;height:100px;border-radius:10px;margin-top:5px;font-size:16px;width:100%;outline:none}.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup input:focus,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup select:focus,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup textarea:focus{border:1px solid black}.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup input::placeholder,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup select::placeholder,.canvas .canvasBody .formWrapper form .formWrapperBox .formTextareaGroup textarea::placeholder{color:#aaa8a8}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlotsMain{width:100%;display:flex;flex-direction:column;gap:20px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots{width:100%;display:flex;flex-direction:column;margin-top:15px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead{width:100%}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead .formTimeSlotsCount{display:flex;align-items:center;gap:20px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead .formTimeSlotsCount .slotCountGhraph{width:200px;height:30px;border-radius:30px;background:#eee;position:relative;overflow:hidden}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead .formTimeSlotsCount .slotCountGhraph .slotCountGhraphLevel{position:absolute;top:0;left:0;height:100%;min-width:30px;border-radius:30px;background:red;display:flex;justify-content:center;align-items:center;font-size:14px;font-weight:600;color:white;transition:all .3s ease}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead h3{font-size:22px;font-weight:400;color:#000}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsHead label{font-size:16px;font-weight:500;color:#444444}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList{width:100%;display:flex;flex-wrap:wrap;gap:20px;margin-top:10px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox{width:170px;display:flex;flex-direction:column}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox input{display:none}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox input:checked~label{background:#0D92F4;border-color:#0D92F4}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox input:checked~label .slotTime{color:white}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label{width:100%;height:60px;display:flex;flex-direction:column;overflow:hidden;position:relative;background:#f6fbff;border-radius:12px;cursor:pointer;transition:.3s;border:1px solid var(--primaryColor)}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label:hover{background:#0D92F4;border-color:#0D92F4;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label:hover .slotTime{color:white;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label .slotTime{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;transition:.3s;color:var(--primaryColor)}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label .slotTime .icon{width:22px;height:22px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label .slotTime .icon svg{width:100%;height:100%}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label .slotTime p{font-size:14px;font-weight:500;text-align:center;margin-top:6px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox label .bookedTag{width:100%;height:30px;background:#8FD14F;display:flex;justify-content:center;align-items:center;color:white;font-size:12px}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .bookedSlot{border-color:#8FD14F;cursor:not-allowed}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .bookedSlot:hover{background:#f6fbff;border-color:#8FD14F;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .bookedSlot:hover .slotTime{color:#7e7e7e;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .bookedSlot .slotTime{color:#7e7e7e}.canvas .canvasBody .formWrapper form .formWrapperBox .addScheduleParent{width:100%;display:flex;gap:30px;flex-wrap:wrap;background:#f4f4f4;padding:20px;border-radius:20px}.canvas .canvasBody .formWrapper form .formWrapperBox .addScheduleParent .scheduleParentDeleteBtn{height:50px;background:#ec2607;color:white;margin-top:auto;display:flex;justify-content:center;align-items:center;padding:0 18px;cursor:pointer;border-radius:12px;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .addScheduleParent .scheduleParentDeleteBtn:hover{transition:.3s;background:#cf2005}.canvas .canvasBody .formWrapper form .formWrapperBox .addScheduleTemplate{width:100%;display:flex;flex-direction:column;gap:20px}.canvas .canvasBody .formWrapper form .formWrapperBox .addMoreScheduleBtnArea{width:100%;display:flex;align-items:center;justify-content:flex-end}.canvas .canvasBody .formWrapper form .formWrapperBox .addMoreScheduleBtnArea .addMoreScheduleBtn{font-size:14px;padding:14px 20px;background:#07a00c;color:white;border-radius:12px;cursor:pointer;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .addMoreScheduleBtnArea .addMoreScheduleBtn:hover{transition:.3s;background:#028c07}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea{display:flex;gap:20px;align-items:flex-end}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox{display:flex;min-height:50px}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox input{display:none}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox input:checked~label .icon:after{opacity:1;transform:scale(1);transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox label{display:flex;align-items:center;gap:10px;cursor:pointer}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox label .icon{width:24px;height:24px;border:2px solid var(--primaryColor);border-radius:50px;display:flex;justify-content:center;align-items:center;position:relative}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox label .icon:after{position:absolute;content:"";width:14px;height:14px;border-radius:50px;background:var(--primaryColor);transform:scale(0);opacity:0;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formCheckBoxArea .formCheckBox label p{font-size:16px}.canvas .canvasBody .formWrapper form .formBtnArea{width:100%;gap:20px;padding:20px 30px;border-top:1px solid #e4e4e4;display:flex;align-items:center;justify-content:flex-end}.canvas .canvasBody .formWrapper form .formBtnArea button{padding:18px 40px;background:var(--primaryColor);color:white;font-size:20px;border:none;cursor:pointer;outline:none;border-radius:20px;transition:.3s}.canvas .canvasBody .formWrapper form .formBtnArea button:hover{background:var(--secondaryColor);transition:.3s}.canvas .canvasBody .scheduleList{width:100%;display:flex;flex-direction:column;gap:20px;padding:0 30px 30px;margin-top:20px}.canvas .canvasBody .scheduleList .scheduleListBox{width:100%;border-radius:14px;background:#fff0da;display:flex;flex-direction:column}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead{width:100%;display:flex;align-items:center;justify-content:space-between;padding:14px 20px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol1{display:flex;align-items:center}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol1 h3{font-size:18px;font-weight:500}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2{display:flex;align-items:center;gap:20px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .actions{display:flex;align-items:center;gap:10px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .actions .actionBtn{background:white;padding:8px 12px;text-decoration:none;display:flex;border-radius:8px;font-size:14px;color:black;transition:.3s;cursor:pointer}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .actions .actionBtn:hover{transition:.3s;background:var(--primaryColor);color:white}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .toggleScheduleBtn{width:35px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:50px;background:#dfc98d;color:white;cursor:pointer;transition:.3s}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .toggleScheduleBtn:hover{transition:.3s;background:#b49f66}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxHead .scheduleListBoxHeadCol2 .toggleScheduleBtn svg{width:20px;height:20px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody{width:100%;border-top:1px solid white;transition:1s ease;overflow:hidden;transition:max-height .6s ease}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListBoxBodyMain{width:100%;padding:15px 30px;display:flex;flex-direction:column;gap:40px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems{width:100%;display:flex;flex-direction:column}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsHead{display:flex;flex-direction:column}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsHead h4{font-size:26px;font-weight:400}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsHead h4 span{font-size:18px;color:#3f51b5;font-weight:500}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsHead h5{font-size:14px;font-weight:400;margin-top:5px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsHead h5 span{font-size:16px;color:#009688;font-weight:500}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsBody{width:100%;margin-top:20px;display:flex;flex-wrap:wrap;gap:10px}.canvas .canvasBody .scheduleList .scheduleListBox .scheduleListBoxBody .scheduleListItems .scheduleListItemsBody .scheduleSlotBox{background:white;font-size:14px;padding:10px 20px;border-radius:10px;width:200px;display:flex;justify-content:center;align-items:center}.canvas .canvasBody .scheduleList .scheduleListBox.active{transition:1s ease}.canvas .canvasBody .scheduleList .scheduleListBox.active .scheduleListBoxBody{transition:max-height .6s ease}.canvas .canvasBody .scheduleList .commonSchedule{background:#d0ebff!important}.canvas .canvasBody .scheduleList .commonSchedule .toggleScheduleBtn{background:#8dbedf!important}.canvas .canvasBody .scheduleList .commonSchedule .toggleScheduleBtn:hover{background:#6b9bbb!important}.canvas .canvasBody .emptyScheduleDisplay{width:100%}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;height:500px}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxIcon{width:100px;height:100px;color:#1daed7}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxIcon svg{width:100%;height:100%}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxDetails{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:40px}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxDetails h3{text-align:center;font-size:26px;font-weight:500}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxDetails .addSchedulesBtn{padding:16px 26px;background:var(--primaryColor);font-size:16px;border-radius:14px;text-decoration:none;cursor:pointer;color:white;display:flex;transition:.3s;margin-top:20px}.canvas .canvasBody .emptyScheduleDisplay .emptyScheduleDisplayBox .emptyScheduleDisplayBoxDetails .addSchedulesBtn:hover{transition:.3s;background:var(--secondaryColor)}.canvas .canvasBody .tableWraper{width:100%;display:flex;flex-direction:column;gap:40px;padding:0 30px 30px;margin-top:20px}.canvas .canvasBody .tableWraper table{width:100%;border-collapse:collapse}.canvas .canvasBody .tableWraper table thead{width:100%;position:-webkit-sticky;position:sticky;top:0}.canvas .canvasBody .tableWraper table thead tr{width:100%}.canvas .canvasBody .tableWraper table thead tr th{background:#131842}.canvas .canvasBody .tableWraper table thead tr th .tableTh{font-size:16px;padding:10px 15px;font-weight:400;text-align:left;background:#131842;color:white;white-space:nowrap}.canvas .canvasBody .tableWraper table thead tr th .tableThEmpty{height:100%;font-size:16px;padding:10px 15px;font-weight:400;color:white;background:white}.canvas .canvasBody .tableWraper table thead tr th .tableDate{font-size:16px;padding:10px 15px;font-weight:400;text-align:left;background:#0052be;color:white;border-radius:10px 10px 0 0}.canvas .canvasBody .tableWraper table tbody,.canvas .canvasBody .tableWraper table tbody tr{width:100%}.canvas .canvasBody .tableWraper table tbody tr:nth-of-type(odd) td{background:#f2fbff}.canvas .canvasBody .tableWraper table tbody tr td{padding:10px 15px;text-align:left;font-size:16px;font-weight:400;border:1px solid #bfd6e0}.canvas .canvasBody .tableWraper table tbody tr td .tableSlot{padding:8px 14px;white-space:nowrap;background:#f4790d;color:white;border-radius:10px;width:-moz-fit-content;width:fit-content;font-size:14px}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction{display:flex;align-items:center;gap:15px}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableDeleteBtn{text-decoration:none;padding:0 15px;height:35px;display:flex;justify-content:center;align-items:center;font-size:14px;background:#e10000;color:white;border-radius:10px;transition:.3s;cursor:pointer}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableDeleteBtn:hover{transition:.3s;background:#ff4343}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableEditBtn{text-decoration:none;padding:0 15px;height:35px;display:flex;justify-content:center;align-items:center;font-size:14px;background:#2fb71a;color:white;border-radius:10px;transition:.3s;cursor:pointer}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableEditBtn:hover{transition:.3s;background:#1bc102}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableViewBtn{text-decoration:none;padding:0 15px;height:35px;display:flex;justify-content:center;align-items:center;font-size:14px;background:#0084ff;color:white;border-radius:10px;transition:.3s;cursor:pointer}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableViewBtn:hover{transition:.3s;background:#2e9aff}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableRescheduleBtn{text-decoration:none;padding:0 15px;height:35px;display:flex;justify-content:center;align-items:center;font-size:14px;background:#0059c6;color:white;border-radius:10px;transition:.3s;cursor:pointer}.canvas .canvasBody .tableWraper table tbody tr td .tabelAction .tableRescheduleBtn:hover{transition:.3s;background:#1574e9}.canvas .canvasBody .tableWraper table tbody tr td select{height:35px;border:1px solid #aaa;border-radius:5px;font-size:14px;outline:none;padding:0 10px}.canvas .canvasBody .tableWraper .emptyTable{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;height:400px}.canvas .canvasBody .tableWraper .emptyTable .emptyTableIcon{width:100px;height:100px;color:#aaa}.canvas .canvasBody .tableWraper .emptyTable .emptyTableIcon svg{width:100%;height:100%}.canvas .canvasBody .tableWraper .emptyTable p{text-align:center;font-size:20px;margin-top:20px}.canvas .canvasBody .emptyPage{width:100%;padding:30px;display:flex;justify-content:center;align-items:center;flex-direction:column}.canvas .canvasBody .emptyPage .emptyPageIcon{width:100px;height:100px;color:#1daed7}.canvas .canvasBody .emptyPage .emptyPageIcon svg{width:100%;height:100%}.canvas .canvasBody .emptyPage .emptyPageDetails{display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:20px}.canvas .canvasBody .emptyPage .emptyPageDetails h3{text-align:center;font-size:26px;font-weight:500}.canvas .canvasBody .barnchProfileCard{width:100%;gap:20px;padding:0 30px}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox{width:100%;padding:30px;border-radius:14px;background:#e8f4f8;display:flex;gap:20px;flex-wrap:wrap}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1{width:calc(50% - 10px);display:flex;flex-direction:column;gap:14px}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroup{display:flex;flex-direction:column}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroup .barnchName{font-size:30px;font-weight:500}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroup .barnchLocation{font-size:16px;font-weight:300}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroup span{font-size:12px;color:#059ada}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroup p{font-size:14px;margin-top:5px}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroupList{width:100%;display:flex;gap:14px;flex-wrap:wrap}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol1 .formGroupList .formGroup{width:calc(50% - 7px)}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol2{width:calc(50% - 10px);display:flex;flex-direction:column}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol2 .formGroup{display:flex;flex-direction:column}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol2 .formGroup span{font-size:12px;color:#059ada}.canvas .canvasBody .barnchProfileCard .barnchProfileCardBox .barnchProfileCardBoxCol2 .formGroup p{font-size:14px;margin-top:5px;line-height:1.5}.error{font-size:15px;color:red;margin-top:5px}.menu{justify-content:center;padding:15px;z-index:20}.menu,.menu .menuMain{width:100%;display:flex;align-items:center}.menu .menuMain{justify-content:space-between}.menu .menuMain .menuMainCol1{width:70px}.menu .menuMain .menuMainCol1,.menu .menuMain .menuMainCol2,.menu .menuMain .menuMainCol3{display:flex;align-items:center;gap:15px}.menu .menuMain .menuList{display:flex;align-items:center;background:white;border-radius:20px;padding:6px}.menu .menuMain .menuList li{list-style:none}.menu .menuMain .menuList li a{text-decoration:none;color:black;display:flex;justify-content:center;align-items:center;height:80px;padding:0 30px;flex-direction:column;transition:.3s;border-radius:16px}.menu .menuMain .menuList li a:hover{transition:.3s;background:#f0f0f0}.menu .menuMain .menuList li a .menuIcon{width:22px;height:22px}.menu .menuMain .menuList li a .menuIcon svg{width:100%;height:100%}.menu .menuMain .menuList li a p{font-size:16px;margin-top:6px}.menu .menuMain .menuList li .menuActive{background:black;color:white}.menu .menuMain .menuList li .menuActive:hover{background:black}.menu .menuMain .menuMainCol3{padding-right:20px}.menu .menuMain .menuProfile{display:flex;position:relative}.menu .menuMain .menuProfile:hover .menuProfilePopup{transition:.3s;opacity:1;bottom:100%;visibility:visible}.menu .menuMain .menuProfile .menuProfileBox{width:50px;height:50px;display:flex;justify-content:center;align-items:center;background:white;border-radius:50%;cursor:pointer;color:#6d6d6d;transition:.3s;position:relative;z-index:0}.menu .menuMain .menuProfile .menuProfileBox:after{position:absolute;content:"";width:40px;height:40px;border-radius:50px;background:#f0f0f0;z-index:-1;transform:scale(0);transition:.3s;opacity:0}.menu .menuMain .menuProfile .menuProfileBox:hover:after{transition:.3s;transform:scale(1);opacity:1}.menu .menuMain .menuProfile .menuProfileBox svg{width:20px;height:20px}.menu .menuMain .menuProfile .menuProfilePopup{position:absolute;background:white;width:210px;border-radius:14px;bottom:50%;right:0;z-index:20;box-shadow:2px 2px 10px 2px rgba(0,0,0,.09);opacity:0;transition:.3s;visibility:hidden}.menu .menuMain .menuProfile .menuProfilePopup ul{width:100%;display:flex;flex-direction:column;padding:10px 0}.menu .menuMain .menuProfile .menuProfilePopup ul li{list-style:none}.menu .menuMain .menuProfile .menuProfilePopup ul li a,.menu .menuMain .menuProfile .menuProfilePopup ul li button{text-decoration:none;color:black;padding:12px 20px;display:flex;align-items:center;gap:10px;transition:.3s;border:none;outline:none;background:none;cursor:pointer;width:100%}.menu .menuMain .menuProfile .menuProfilePopup ul li a:hover,.menu .menuMain .menuProfile .menuProfilePopup ul li button:hover{transition:.3s;background:#f0f0f0}.menu .menuMain .menuProfile .menuProfilePopup ul li a .icon,.menu .menuMain .menuProfile .menuProfilePopup ul li button .icon{width:18px;height:18px;color:#696969}.menu .menuMain .menuProfile .menuProfilePopup ul li a .icon svg,.menu .menuMain .menuProfile .menuProfilePopup ul li button .icon svg{width:100%;height:100%}.menu .menuMain .menuProfile .menuProfilePopup ul li a p,.menu .menuMain .menuProfile .menuProfilePopup ul li button p{width:calc(100% - 18px - 10px);font-size:16px;color:#696969;text-align:left}.schedulManagementPopup{position:fixed;z-index:200;top:0;left:0;background:rgba(0,0,0,.5019607843);width:100%;height:100vh;display:flex;justify-content:center;align-items:flex-start;overflow-y:auto;padding:50px 0}.schedulManagementPopup .schedulManagementPopupBox{background:white;padding:40px 30px;border-radius:30px;display:flex;flex-direction:column;width:500px}.schedulManagementPopup .schedulManagementPopupBox h2{font-size:18px;font-weight:500}.schedulManagementPopup .schedulManagementPopupBox ul{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.schedulManagementPopup .schedulManagementPopupBox ul li{width:100%;list-style:none}.schedulManagementPopup .schedulManagementPopupBox ul li a{width:100%;text-decoration:none;background:#ebeaff;color:var(--primaryColor);display:flex;padding:14px 20px;font-size:18px;font-weight:400;border-radius:14px;justify-content:space-between;align-items:center;transition:.3s}.schedulManagementPopup .schedulManagementPopupBox ul li a:hover{transition:.3s;color:white;background:var(--secondaryColor)}.schedulManagementPopup .schedulManagementPopupBox ul li a svg{width:16px;height:16px}.settingPopup{position:fixed;z-index:200;top:0;left:0;background:rgba(0,0,0,.5019607843);width:100%;height:100vh;display:flex;justify-content:center;align-items:center}.settingPopup .settingPopupBox{background:white;padding:40px 30px;border-radius:30px;display:flex;flex-direction:column;width:600px}.settingPopup .settingPopupBox h2{font-size:18px;font-weight:500}.settingPopup .settingPopupBox ul{width:100%;display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.settingPopup .settingPopupBox ul li{width:calc(50% - 10px);list-style:none}.settingPopup .settingPopupBox ul li a{width:100%;text-decoration:none;background:var(--primaryColor);color:white;display:flex;padding:30px 20px;font-size:20px;font-weight:500;border-radius:14px;justify-content:center;align-items:center;transition:.3s}.settingPopup .settingPopupBox ul li a:hover{transition:.3s;background:var(--secondaryColor)}.panel{width:100%}.deletePopup{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:100;background:rgba(0,0,0,.4117647059)}.deletePopup,.deletePopup .deletePopupBox{display:flex;justify-content:center;align-items:center}.deletePopup .deletePopupBox{background:white;width:400px;flex-direction:column;border-radius:20px;padding:30px}.deletePopup .deletePopupBox .deletePopupBoxIcon{width:100px;height:100px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#fff0f0}.deletePopup .deletePopupBox .deletePopupBoxIcon svg{width:40px;height:40px;color:#ec2607}.deletePopup .deletePopupBox .deletePopupBoxDetails{width:100%;margin-top:20px;display:flex;justify-content:center;align-items:center;flex-direction:column}.deletePopup .deletePopupBox .deletePopupBoxDetails h3{font-size:18px;font-weight:500;text-align:center}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupForm{width:100%;margin-top:15px;display:flex;flex-direction:column;gap:10px}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupForm .formGroup{width:100%;display:flex;flex-direction:column}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupForm .formGroup textarea{padding:10px 15px;border:1px solid #aaa8a8;background:white;height:100px;border-radius:10px;margin-top:5px;font-size:16px;width:100%;outline:none}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupForm .formGroup textarea:focus{border:1px solid black}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupForm .formGroup textarea::placeholder{color:#aaa8a8}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupBoxDetailsBtnArea{margin-top:20px;display:flex;align-items:center;gap:15px}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupBoxDetailsBtnArea .closeDeleteBtn{width:140px;height:50px;background:#ddeeff;display:flex;justify-content:center;align-items:center;border-radius:12px;cursor:pointer;transition:.3s;font-size:16px}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupBoxDetailsBtnArea .closeDeleteBtn:hover{transition:.3s;background:#c1d4e7}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupBoxDetailsBtnArea .confirmDeleteBtn{width:140px;height:50px;background:#ec2607;display:flex;justify-content:center;align-items:center;border-radius:12px;cursor:pointer;transition:.3s;color:white;font-size:16px}.deletePopup .deletePopupBox .deletePopupBoxDetails .deletePopupBoxDetailsBtnArea .confirmDeleteBtn:hover{transition:.3s;background:#cf2005}.logingWrapper{width:100%;position:fixed;height:100vh;top:0;left:0;background:white;z-index:100;padding:20px}.logingWrapper,.logingWrapper .logingWrapperBox{display:flex;justify-content:center;align-items:center}.logingWrapper .logingWrapperBox{width:400px;flex-direction:column}.logingWrapper .logingWrapperBox .logingWrapperBoxLogo{width:150px}.logingWrapper .logingWrapperBox .logingWrapperBoxLogo img{width:100%;height:100%;object-fit:contain}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;margin-top:50px}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails h2{font-size:24px;font-weight:500;text-align:center}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form{width:100%;margin-top:40px;display:flex;flex-direction:column;gap:30px}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup{width:100%;display:flex;flex-direction:column}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup label{font-size:16px;font-weight:500;color:#444444}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup input{padding:0 15px;border:1px solid #aaa8a8;background:white;height:50px;border-radius:10px;margin-top:5px;font-size:16px;width:100%;outline:none}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup input:focus{border:1px solid black}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup input::placeholder{color:#aaa8a8}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup .passwordArea{position:relative;width:100%}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup .passwordArea .passwordToggleBtn{position:absolute;right:10px;width:20px;height:20px;transform:translateY(-50%);top:50%;cursor:pointer;display:flex;justify-content:center;align-items:center}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formGroup .passwordArea .passwordToggleBtn svg{width:100%;height:100%}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formBtnArea{width:100%}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formBtnArea button{padding:18px 20px;width:100%;background:var(--primaryColor);color:white;font-size:20px;border:none;cursor:pointer;outline:none;border-radius:20px;transition:.3s}.logingWrapper .logingWrapperBox .logingWrapperBoxDetails form .formBtnArea button:hover{background:var(--secondaryColor);transition:.3s}.pagination{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 30px 15px}.pagination .paginationPageSize{display:flex;align-items:center;gap:10px}.pagination .paginationPageSize label{font-size:14px}.pagination .paginationPageSize select{padding:0 6px;height:30px;border:1px solid #aaa8a8;border-radius:6px;font-size:14px;font-weight:500;outline:none}.pagination .paginationPageSize select:focus{border-color:black}.pagination .paginationPageControl{display:flex;align-items:center;gap:5px}.pagination .paginationPageControl button{height:30px;padding:0 8px;background:white;border:1px solid #aaa8a8;outline:none;cursor:pointer;font-size:14px;font-weight:500;border-radius:6px}.pagination .paginationPageControl button:focus,.pagination .paginationPageControl button:hover{border-color:black}.pagination .paginationPageControl button:disabled{color:#bebebe;border-color:#bebebe;cursor:not-allowed}.pagination .paginationPageControl .paginationActive{background:black;color:white;border-color:black}.pagination .paginationPageControl span{font-size:14px;font-weight:500;height:30px;padding:0 4px;display:flex;align-items:flex-end}.filterCard{position:fixed;z-index:100;top:0;left:0;width:100%;background:rgba(0,0,0,.4117647059);justify-content:flex-end;overflow:hidden}.filterCard,.filterCard .filterBox{height:100vh;display:flex;opacity:0;visibility:hidden;transition:.3s ease}.filterCard .filterBox{width:400px;background:white;flex-direction:column;transform:translateX(300px)}.filterCard .filterBox .filterBoxHead{width:100%;height:50px;display:flex;align-items:center;padding:0 20px;border-bottom:1px solid #eee;justify-content:space-between}.filterCard .filterBox .filterBoxHead h3{font-size:22px;font-weight:500}.filterCard .filterBox .filterBoxHead .closeFilterCard{width:20px;height:20px;display:flex;justify-content:center;align-items:center;cursor:pointer;color:#8d8d8d;transition:.3s}.filterCard .filterBox .filterBoxHead .closeFilterCard:hover{transition:.3s;color:black}.filterCard .filterBox .filterBoxHead .closeFilterCard svg{width:100%;height:100%}.filterCard .filterBox .filterBoxBody{width:100%;height:calc(100vh - 120px);overflow-y:auto;padding:20px 0}.filterCard .filterBox .filterBoxBody .filterBoxWraper{width:100%;padding:20px;border-top:1px solid #eee;display:flex;flex-direction:column;gap:20px}.filterCard .filterBox .filterBoxBody .filterBoxWraper:first-of-type{border-top:0;padding-top:0}.filterCard .filterBox .filterBoxBody .filterBoxWraper .filterBoxWraperCard{width:100%;display:flex;flex-direction:column}.filterCard .filterBox .filterBoxBody .filterBoxWraper .filterBoxWraperCard .filterBoxWraperHead{width:100%;display:flex;align-items:center;justify-content:space-between}.filterCard .filterBox .filterBoxBody .filterBoxWraper .filterBoxWraperCard .filterBoxWraperHead .filterTitle{font-size:14px;font-weight:500}.filterCard .filterBox .filterBoxBody .filterBoxWraper .filterBoxWraperCard .filterBoxWraperBody{width:100%;margin-top:10px;display:flex;flex-direction:column;gap:10px}.filterCard .filterBox .filterBoxBody .filterBoxWraper .filterBoxWraperCard .filterBoxWraperBody .serachableDropDown{width:100%}.filterCard .filterBox .filterBoxFooter{width:100%;border-top:1px solid #eee;height:70px;display:flex;justify-content:center;align-items:center;padding:0 20px;gap:15px}.filterCard .filterBox .filterBoxFooter .clearFilterBtn{width:60%;background:#f5f5f5;color:var(--secondaryColor);display:flex;justify-content:center;align-items:center;height:45px;border-radius:12px;font-size:16px;border:none;outline:none;cursor:pointer;transition:.3s}.filterCard .filterBox .filterBoxFooter .clearFilterBtn:hover{color:white;transition:.3s;background:var(--secondaryColor)}.filterCard .filterBox .filterBoxFooter .applyFilterBtn{width:100%;background:var(--primaryColor);color:white;display:flex;justify-content:center;align-items:center;height:45px;border-radius:12px;font-size:16px;border:none;outline:none;cursor:pointer;transition:.3s}.filterCard .filterBox .filterBoxFooter .applyFilterBtn:hover{transition:.3s;background:var(--secondaryColor)}.filterCardActive,.filterCardActive .filterBox{opacity:1;visibility:visible;transition:.3s ease}.filterCardActive .filterBox{transform:translateX(0)}