@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:100%;display:flex;flex-direction:column}.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}.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 .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{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{border:1px solid black}.canvas .canvasBody .formWrapper form .formWrapperBox .formGroup input::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 .slotTime p span{color:#ff0000;background:#ffd9d9;padding:4px 10px;border-radius:50px;font-size:10px;display:inline-block;margin-top:3px}.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 .formTimeSlots .formTimeSlotsList .formTimeSlotBox .emergencyDisabledSlot{cursor:not-allowed;background:#fffdf6;border-color:#d19f4f}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .emergencyDisabledSlot .slotTime{color:#606060}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .emergencyDisabledSlot:hover{background:#fffdf6;border-color:#d19f4f;transition:.3s}.canvas .canvasBody .formWrapper form .formWrapperBox .formTimeSlots .formTimeSlotsList .formTimeSlotBox .emergencyDisabledSlot:hover .slotTime{color:#7e7e7e;transition:.3s}.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 .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 .tableTh{font-size:16px;padding:10px 15px;font-weight:400;text-align:left;background:#131842;color:white}.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{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 .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}.error{font-size:15px;color:red;margin-top:5px}.menu{position:fixed;bottom:0;left:0;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,.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:200px;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{text-decoration:none;color:black;padding:12px 20px;display:flex;align-items:center;gap:10px;transition:.3s}.menu .menuMain .menuProfile .menuProfilePopup ul li a:hover{transition:.3s;background:#f0f0f0}.menu .menuMain .menuProfile .menuProfilePopup ul li a .icon{width:18px;height:18px;color:#696969}.menu .menuMain .menuProfile .menuProfilePopup ul li a .icon svg{width:100%;height:100%}.menu .menuMain .menuProfile .menuProfilePopup ul li a p{width:calc(100% - 18px - 10px);font-size:16px;color:#696969}.panel{width:calc(100% - 40px);margin:20px auto 0;height:calc(100vh - 140px);background:white;overflow-y:auto;border-radius:20px}.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 .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}