@font-face{font-family:MFontR;src:url(Tajawal-Regular-fa8bcc5e.ttf) format("truetype");font-weight:400}@font-face{font-family:MFontB;src:url(Tajawal-Bold-7f028195.ttf) format("truetype");font-weight:400;font-style:normal}:root{--BGColor: #eee;--PrimeryColor: rgba(255, 77, 0, 1);--TextColor: #333;--Color1: #fff;--Color2: rgba(0, 0, 0, .1);--Color3: rgba(0, 0, 0, .05);--Color4: #fff;--Color5: #ccc;--Color6: rgba(255, 77, 0, .2);--Color7: #aaa;--Color8: #666;--Color9: rgba(0, 0, 0, .2);--Color10: #777;--Color11: rgba(255, 255, 255, .1);--Color12: #ddd}.SystemDarkMode{--BGColor: #333;--PrimeryColor: rgba(255, 77, 0, 1);--TextColor: #ddd;--Color1: #444;--Color2: rgba(255, 255, 255, .1);--Color3: rgba(255, 255, 255, .05);--Color4: #222;--Color5: #555;--Color6: rgba(255, 77, 0, .2);--Color7: #666;--Color8: #aaa;--Color9: rgba(255, 255, 255, .2);--Color10: #999;--Color11: rgba(0, 0, 0, .1);--Color12: #333}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}body{min-width:100vw;min-height:100vh;background:var(--BGColor);font-family:MFontR;font-size:14px;margin:0;padding:0;display:flex;align-items:center;transition-duration:.3s}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2.5px}::-webkit-scrollbar-thumb{background:#888;border-radius:2.5px}::-webkit-scrollbar-thumb:hover{background:#555;width:10px}::-webkit-scrollbar:hover *{width:10px}::-webkit-scrollbar-track:hover{width:10px}.MPageHeader{display:flex;width:100%;position:relative;flex-wrap:wrap;justify-content:center}.MPageHeaderTitle{display:flex;font-family:MFontB;font-size:17px;color:var(--TextColor);justify-content:center;width:min-content;white-space:nowrap;padding:5px 30px;margin-bottom:15px;border:1px solid var(--Color5);background-color:var(--Color4);border-radius:15px}.MPageHeaderLine{display:flex;position:absolute;width:90%;height:1px;background-color:var(--Color5);top:20px;z-index:-1}.MPageHeaderLine:before{display:flex;content:"";width:10px;height:10px;border-radius:5px;background-color:var(--Color5);position:absolute;top:-4.5px;right:0}.MPageHeaderLine:after{display:flex;content:"";width:10px;height:10px;border-radius:5px;background-color:var(--Color5);position:absolute;top:-4.5px;left:0}.MButton{font-family:MFontB;font-size:15px;display:flex;width:100%;color:#fff;border-radius:5px;padding:7px;background-color:var(--PrimeryColor);border:2px solid var(--PrimeryColor);justify-content:center;margin:10px;cursor:pointer;transition-duration:.3s;text-decoration:none}.MButton:hover{border:2px solid var(--TextColor);background-color:var(--Color2);color:var(--TextColor)}.MButton:active{border:2px solid var(--PrimeryColor);background-color:var(--Color4);color:var(--PrimeryColor)}.MTable{display:flex;width:100%;max-width:100%;flex-wrap:wrap;justify-content:center}.MTable ::-webkit-scrollbar-track{border-radius:0}.MTable ::-webkit-scrollbar-thumb{border-radius:0}.MTableWrapper{display:flex;width:100%;max-width:100%;overflow:hidden;flex-wrap:wrap;border-radius:5px;position:relative}.MTableBackground{background-color:var(--PrimeryColor);width:100%;height:5px}.MTableTableContainer{overflow-y:hidden;overflow-x:auto;width:calc(100% - .1px)}.MTable .MTableContent{width:100%;min-width:fit-content;display:flex;flex-wrap:wrap}.MTable .MTableRow{display:flex;width:100%}.MTable .MTableCell{width:100%;display:flex;justify-content:center;align-items:center;padding-right:6px;padding-left:6px}.MTable .MTableCell div{max-width:100%;display:block;text-overflow:ellipsis;overflow:hidden}.MTable .MTableHeaderContainer{display:flex;flex-wrap:wrap;width:100%}.MTable .MTableBodyContainer{overflow-x:hidden;overflow-y:auto;display:block;flex-wrap:wrap;width:100%}.MTableData{display:flex;width:max-content;max-width:100%;justify-content:center}.MTable .MTableHeaderRow{font-family:MFontB;font-size:16px;color:#fff;text-align:center;background-color:var(--PrimeryColor)}.MTable .MTableHeaderRow .MTableCell{padding-top:2px;padding-bottom:7px}.MTable .MTableHeaderRow .MTableHeader{cursor:pointer;display:flex;justify-content:center;align-content:center}.MTable .MTableSortArrow{display:flex;width:0;height:0;border-bottom:10px solid #fff;border-left:4px solid transparent;border-right:4px solid transparent;transform:rotate(0);margin:0 5px 0 0}.MTableFilterRow{background-color:var(--Color2);position:relative;overflow:hidden}.MTableFilterRow .MTableCell{position:relative;justify-content:flex-start}.MTableFilterRowBackground{display:flex;position:absolute;width:calc(100% - 14px);height:calc(100% - 12px);border-radius:4px;background-color:var(--Color2);z-index:1}.MTableFilterRowLoadContainer{display:flex!important;content:"";position:absolute;overflow:hidden;height:100%;width:0;align-items:center;z-index:2}.MTableFilterRowLoad{display:flex;height:calc(100% - 12px);min-width:100px;border-radius:4px;border:2px solid var(--PrimeryColor)}.MTableFilterRow .MTableCell{text-align:center;border-bottom:2px solid var(--TextColor)}.MTableFilterRow input{font-family:MFontR;font-size:15px;color:var(--TextColor);width:100%;margin:5px 0;border-radius:4px;background-color:#0000;border:1px solid rgba(0,0,0,0);outline:none;padding:3px 5px;z-index:5}.MTableFilterRow input::placeholder{color:var(--Color8)}.MTableDataRow:nth-child(odd){background-color:var(--Color3)}.MTableDataRow:nth-child(2n){background-color:var(--Color2)}.MTableDataRow .MTableCell{font-family:MFontR;font-size:15px;color:var(--TextColor);text-align:center;padding-top:5px;padding-bottom:5px}.MTableFooterContainer{display:flex;flex-wrap:wrap;width:calc(100% - .1px)}.MTableTotalsRow{background-color:var(--Color9)}.MTableTotalsRow .MTableCell{font-family:MFontB;font-size:16px;color:var(--TextColor);border-top:2px solid var(--TextColor);text-align:center;padding-top:7px;padding-bottom:2px}.MTableLoaderContainer{display:flex;padding:5px;justify-content:center;background:var(--Color9);border-radius:4px;width:100%}.MTableLoader{display:flex;justify-content:center;border:5px solid var(--TextColor);border-top:5px solid var(--PrimeryColor);border-radius:50%;width:35px;height:35px;animation:MTableLoadAnimation 1s linear infinite;margin:15px}.MTablePageButtons{width:100%;display:flex;justify-content:center;flex-wrap:wrap;margin:10px 0}.MTablePageButton{font-family:MFontB;font-size:16px;color:#fff;fill:#fff;background-color:var(--PrimeryColor);border:2px solid var(--PrimeryColor);border-radius:4px;display:flex;width:30px;height:30px;margin:5px;justify-content:center;align-items:center;cursor:pointer;transition-duration:.3s}.MTablePageButton:hover{background-color:var(--Color2);color:var(--TextColor);fill:var(--TextColor);border-color:var(--TextColor)}.ActiveMTablePageButton,.MTablePageButton:active{background-color:#fff;color:var(--PrimeryColor);border-color:var(--PrimeryColor)}.MTablePageButton:active svg{fill:var(--PrimeryColor)}@keyframes MTableLoadAnimation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes MTableHScrollIndicator{0%{opacity:1}50%{opacity:0}to{opacity:1}}.MTablePrint{display:flex;margin:5px 0 10px;width:calc(100% - 20px);justify-content:center;align-items:flex-start}.MTablePrint table{width:100%;border-radius:5px}.MTablePrint .MTablePrintHeader{background-color:#00000026;border-radius:5px}.MTablePrint .MTablePrintHeader td{border-bottom:2px solid #000;padding:3px 5px 5px;font-family:MFontB;font-size:13px;text-align:center}.MTablePrint .MTablePrintHeader td:first-child{border-radius:0 5px 0 0}.MTablePrint .MTablePrintHeader td:last-child{border-radius:5px 0 0}.MTablePrint .MTablePrintData:nth-child(odd){background-color:#0000000d}.MTablePrint .MTablePrintData td{text-align:center;padding:2px 5px;font-size:13px}.MTablePrint .MTablePrintTotals{background-color:#00000026}.MTablePrint .MTablePrintTotals td{border-top:2px solid #000;text-align:center;font-family:MFontB;font-size:13px;padding:2px 5px}.MTablePrint .MTablePrintTotals td:first-child{border-radius:0 0 5px}.MTablePrint .MTablePrintTotals td:last-child{border-radius:0 0 0 5px}.MField{display:flex;flex-wrap:wrap;position:relative;transition-duration:.3s;z-index:1;align-items:center;font-size:16px;font-family:MFontB;margin:10px 5px}.MField label{display:flex;width:min-content;position:absolute;pointer-events:none;top:calc(50% - .9em);right:5px;font-family:MFontB;font-size:14px;color:var(--Color7);transition-duration:.3s;padding:0 3px;z-index:5;white-space:nowrap}.MField label:before{content:"";position:absolute;height:3px;width:100%;bottom:4px;right:0;background-color:var(--Color4);z-index:-1}.MField input,.MField textarea{margin:6px 8px;display:flex;width:100%;padding:0;background-color:#0000;border:0;outline:0;font-family:MFontR;font-size:15px;color:var(--TextColor)}.MFieldBG{display:flex;width:calc(100% - 4px);height:calc(100% - 4px);border-radius:5px;background-color:var(--Color4);border:2px solid var(--Color7);position:absolute;top:0;right:0;z-index:-1;transition-duration:.3s}.MDateSeperator{display:none;color:var(--TextColor)}.MField input:focus~.MFieldBG,.MField textarea:focus~.MFieldBG{border:2px solid var(--PrimeryColor)}.MField input:valid:not(:focus)~.MFieldBG,.MField textarea:valid:not(:focus)~.MFieldBG{border:2px solid var(--TextColor)}.MField input:focus~label,.MField textarea:focus~label{color:var(--PrimeryColor);top:-13px;font-size:13px;font-family:MFontB}.MField input:valid:not(:focus)~label,.MField textarea:valid:not(:focus)~label{color:var(--TextColor);top:-13px;font-size:13px;font-family:MFontB}.MField input:read-only,.MField textarea:read-only{color:var(--Color10);cursor:default;line-height:.5}.MField input:read-only~.MFieldBG,.MField textarea:read-only~.MFieldBG{border:2px dashed var(--Color10)}.MField input:read-only~label,.MField textarea:read-only~label{color:var(--Color10);top:-13px;font-size:13px;font-family:MFontB}.MField input[DateType=Day],.MField input[DateType=Month]{width:20%;max-width:30px;margin:5px;text-align:center}.MField input[DateType=Year]{flex:1;margin:5px;text-align:right}.MComboBox ::-webkit-scrollbar-track{border-radius:2.5px 0 0 2.5px}.MComboBox ::-webkit-scrollbar-thumb{border-radius:2.5px 0 0 2.5px}.MComboBox{display:flex;position:relative;max-height:33px;margin:10px 5px}.MComboBox .MCBValueContainer{display:flex;flex-wrap:wrap;position:relative;transition-duration:.3s;width:100%;z-index:1}.MComboBox label{display:flex;width:min-content;position:absolute;pointer-events:none;top:calc(50% - .9em);right:5px;font-family:MFontB;font-size:14px;color:var(--Color7);transition-duration:.3s;padding:0 3px;z-index:5;white-space:nowrap}.MComboBox label:before{content:"";position:absolute;height:3px;width:100%;bottom:5px;right:0;background-color:var(--Color4);z-index:-1}.MComboBox input{margin:6px 8px;display:flex;width:calc(100% - 47px);padding:0;background-color:#0000;border:0;outline:0;font-family:MFontR;font-size:15px;color:var(--TextColor)}.MComboBoxChevron{width:15px;display:flex;margin:0 5px 0 10px;transform:rotate(0);transition-duration:.3s}.MComboBoxBG{display:flex;width:calc(100% - 4px);height:calc(100% - 4px);border-radius:5px;background-color:var(--Color4);border:2px solid var(--Color7);position:absolute;top:0;right:0;z-index:-1;transition-duration:.3s}.MComboBoxChevron svg{fill:var(--Color7);width:100%}.MComboBoxItems{position:absolute;display:none;background-color:var(--Color4);border-bottom:2px solid var(--TextColor);border-top:2px solid var(--TextColor);border-left:2px solid var(--TextColor);border-radius:5px;width:calc(100% - 2px);max-height:150px;overflow-y:auto;top:calc(100% + 5px);z-index:100;transition-duration:.3s;flex-wrap:wrap}.MComboBoxItem{font-family:MFontR;font-size:15px;color:var(--TextColor);width:calc(100% - 10px);padding:5px;outline:none;-webkit-user-select:none;user-select:none;cursor:pointer;min-height:20px;border-right:2px solid var(--TextColor);transition-duration:.3s}.MComboBoxItem:nth-child(2n){background-color:var(--Color2)}.MComboBoxItem:hover{border-right:2px solid var(--PrimeryColor);background-color:var(--Color6)}.MComboBoxItemHighlight{border-right:2px solid var(--PrimeryColor)!important;background-color:var(--Color6)!important}.MComboBox input:focus~.MComboBoxBG{border:2px solid var(--PrimeryColor)}.MComboBox input:valid:not(:focus)~.MComboBoxBG{border:2px solid var(--TextColor)}.MComboBox input:focus~label{color:var(--PrimeryColor);top:-11.5px;font-size:13px;font-family:MFontB}.MComboBox input:valid:not(:focus)~label{color:var(--TextColor);top:-11.5px;font-size:13px;font-family:MFontB}.MComboBox input:focus~.MComboBoxChevron svg{fill:var(--PrimeryColor)}.MComboBox input:valid:not(:focus)~.MComboBoxChevron svg{fill:var(--TextColor)}.MComboBox input:read-only:not(:focus)~label{color:var(--TextColor);top:-11.5px;font-size:13px;font-family:MFontB}.MComboBox input:read-only:not(:focus)~.MComboBoxBG{border:2px solid var(--TextColor)}.MComboBox[MCBDisabled=true]{pointer-events:none}.MComboBox[MCBDisabled=true] input,.MComboBox[MCBDisabled=true] label{color:var(--Color10)!important}.MComboBox[MCBDisabled=true] .MComboBoxChevron svg{display:none}.MComboBox[MCBDisabled=true] .MComboBoxBG{border:2px dashed var(--Color10)!important}.MStepper{display:flex;width:100%;flex-wrap:wrap}.MStepper .MStepperHeader{display:flex;width:100%;align-items:center;margin-bottom:10px}.MStepper .MStepperHeader .MStepHeader{display:flex;width:min-content;align-items:center;padding:10px;border-radius:5px;transition-duration:.3s}.MStepper .MStepperHeader .MStepHeader .MStepHeaderIcon{display:flex;width:25px;height:25px;min-width:25px;min-height:25px;border-radius:50%;border:1px solid var(--TextColor);color:var(--TextColor);justify-content:center;align-items:center;font-family:MFontB;line-height:.3;transition-duration:.3s;margin-left:5px}.MStepper .MStepperHeader .MStepHeader .MStepHeaderTitle{font-family:MFontB;display:flex;white-space:nowrap;width:min-content;height:100%;align-items:center;color:var(--TextColor);transition-duration:.3s}.MStepper .MStepperHeader .ActiveMStepHeader .MStepHeaderIcon{border:1px solid var(--PrimeryColor)!important;background-color:var(--PrimeryColor)!important;color:#fff!important}.MStepper .MStepperHeader .ActiveMStepHeader .MStepHeaderTitle{color:var(--PrimeryColor)!important}.MStepper .MStepperHeader .MStepHeader:hover{background-color:var(--Color3)}.MStepper .MStepperHeader .MStepperHeaderLine{display:flex;flex:1;background-color:var(--TextColor);height:1px}.MStepper .MStepperContent{display:flex;width:100%;background-color:var(--Color3);border-radius:5px;flex-wrap:nowrap;white-space:nowrap}.MStepper .MStepperContent .MStepContent{display:flex;min-width:calc(100% - 20px);padding:20px 10px;height:min-content;transition-duration:.3s;transform:translate(0);justify-content:center}.MStepper .MStepperContent .MStepContent .MStepContentWrapper{display:none;flex-wrap:wrap}.MStepper .MStepperContent .ActiveMStepContent .MStepContentWrapper{display:flex;justify-content:center;width:100%}.MCheckbox{-webkit-user-select:none;user-select:none;width:min-content}.MCheckbox input{display:none}.MCheckbox label{position:relative;display:flex;align-items:center;cursor:pointer;white-space:nowrap}.MCheckbox label .TheCheckbox{box-sizing:border-box;display:flex;justify-content:center;align-items:center;width:18px;height:18px;background:transparent;border:2px solid var(--TextColor);border-radius:2px;transition:.25s cubic-bezier(.4,0,.23,1);position:relative}.MCheckbox label:hover .TheCheckbox{background:var(--Color9)}.MCheckbox input:checked+label .TheCheckbox{border:9px solid var(--PrimeryColor)}.MCheckbox input:checked+label .TheCheckMark{position:absolute;top:-2.2px;left:-5.7px;border-right:3px solid transparent;border-bottom:3px solid transparent;transform:rotate(45deg);transform-origin:0% 100%;animation:CheckAnimation 125ms .25s cubic-bezier(.4,0,.23,1) forwards}.MCheckbox .TheText{font-family:MFontB;font-size:15px;margin:2px 10px;color:var(--TextColor)}.MCheckbox[MCBDisabled=true]{pointer-events:none}@keyframes CheckAnimation{0%{width:0;height:0;border-color:#fff;transform:translateZ(0) rotate(45deg)}33%{width:4px;height:0;transform:translateZ(0) rotate(45deg)}to{width:4px;height:8px;border-color:#fff;transform:translate3d(0,-8px,0) rotate(45deg)}}.MCBLVL1{margin:0}.MCBLVL2{margin:0 30px}.MCBLVL3{margin:0 60px}.MCBLVL4{margin:0 90px}.MCBLVL5{margin:0 120px}.ActiveModal{overflow:hidden}.ModalContainer{position:fixed;height:100vh;width:100vw;top:0;left:0;transform:scale(0);z-index:101;display:none;animation:unfoldIn .5s cubic-bezier(.165,.84,.44,1) forwards}.ModalContainer.out{transform:scale(1);animation:unfoldOut .5s .2s cubic-bezier(.165,.84,.44,1) forwards}.ModalContainer.out .ModalBackground .Modal{animation:zoomOut .3s cubic-bezier(.165,.84,.44,1) forwards}.ModalContainer .ModalBackground{display:table-cell;background:rgba(0,0,0,.8);text-align:center;vertical-align:middle}.ModalContainer .ModalBackground .Modal{background-color:var(--BGColor);display:inline-block;border-radius:4px;font-weight:300;position:relative;width:90vw;min-width:250px;max-width:max-content;vertical-align:middle;overflow:auto;max-height:95vh;padding:0;margin-top:10px;transform:scale(0);animation:zoomIn .3s .4s cubic-bezier(.165,.84,.44,1) forwards}.ModalHeaderRow{width:100%;background-color:var(--Color2);border-bottom:2px solid var(--TextColor);border-radius:4px 4px 0 0}.ModalHeaderTitle{font-family:MFontB;font-size:16px;color:var(--TextColor);padding:7px 0 10px}.ModalHeaderCloseBTN{position:absolute;top:10px;right:10px;cursor:pointer}.ModalHeaderCloseBTN svg{width:20px;fill:var(--TextColor)}.ModalHeaderCloseBTN:active svg{fill:var(--PrimeryColor)}.ModalContent{display:flex;width:100%;flex-wrap:wrap;justify-content:center;overflow-y:auto;max-height:calc(90vh - 65px);padding:10px 0}.ModalContentGroup{width:calc(100% - 10px);display:flex;flex-wrap:wrap;background-color:#ffffff1a;margin:10px 0;border-radius:4px;justify-content:center;position:relative}.ModalContentGroupTitle{width:100%;display:flex;font-family:MFontB;font-size:16px;color:#fff;border-bottom:1px solid #fff;border-radius:4px 4px 0 0;background-color:#fff3;padding:7px 0;justify-content:center;margin-bottom:8px}.ModalContentGroupFields{display:flex;width:100%;flex-wrap:wrap;justify-content:center}.ModalContentGroup input::placeholder{color:#666;opacity:1}.ModalContentGroup .MFieldInput,.ModalContentGroup .MFieldValue{background-color:#0000004d;border:1px solid #666}.ModalContentGroupButtons{display:flex;width:100%;flex-wrap:wrap;margin:5px 0;justify-content:center}.ModalContentGroupButtons .MButton{flex:1;max-width:300px}.ModalButtons{display:flex;width:100%;flex-wrap:wrap;justify-content:center}.ModalButtons .MButton{flex:1}@keyframes unfoldIn{0%{transform:scaleY(.005) scaleX(0)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(1) scaleX(1)}}@keyframes unfoldOut{0%{transform:scaleY(1) scaleX(1)}50%{transform:scaleY(.005) scaleX(1)}to{transform:scaleY(.005) scaleX(0)}}@keyframes zoomIn{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes zoomOut{0%{transform:scale(1)}to{transform:scale(0)}}#MessageModal{z-index:300}#MessageModal .TheMessage{font-family:MFontB;font-size:16px;color:var(--TextColor);display:flex;margin:20px 5px;width:100%;justify-content:center;text-justify:inter-word;flex-wrap:wrap;text-align:center}#ChooseModal{z-index:200}#ChooseModal .ChooseModalQuestion{font-family:MFontB;font-size:16px;color:var(--TextColor);display:flex;margin:20px 10px;width:fit-content;justify-content:center;text-justify:inter-word;flex-wrap:wrap;text-align:center}#LoadingModal{z-index:400}#LoadingModal .LoadingText{font-family:MFontB;font-size:16px;color:var(--TextColor);margin:10px 5px;width:100%}.Attachments{display:flex;width:100%;flex-wrap:wrap}.Attachment{display:flex;width:120px;border:1px solid var(--Color5);border-radius:5px;background-color:var(--Color1);margin:5px}.AttachmentContainer{display:flex;width:100%;flex-wrap:wrap}.AttachmentIcon{display:flex;width:100%;background-color:var(--Color12);height:100px;border-radius:5px;margin:5px 5px 0;justify-content:center;align-items:center;color:var(--Color1);font-family:MFontB;font-size:30px}.AttachmentButtons{display:flex;flex-wrap:wrap;width:100%;justify-content:center}.AttachmentButtons .MButton{min-width:0;width:20px;height:20px;margin:5px 2.5px;padding:5px}.AttachmentButtons svg{display:flex;width:100%;height:100%;fill:#fff;transition-duration:.3s}.AttachmentButtons .MButton:hover svg{fill:var(--TextColor)}.AttachmentName{display:flex;width:100%;margin:0 5px 5px;border-top:1px solid var(--Color5)}.AttachmentName input{display:flex;width:100%;border:0;outline:none;background-color:transparent;text-align:center;margin-top:5px;font-family:MFontR;font-size:14px;color:var(--TextColor)}input[type=file]{display:none}#Documents{display:flex;width:100%;flex-wrap:wrap;justify-content:center}#Document{max-width:fit-content}.ActiveDocument{background-color:var(--Color1);color:var(--PrimeryColor)}.SubSeparator{display:flex;width:fit-content;width:calc(100% - 20px);justify-content:center;margin:10px 0 0;align-items:center}.SubSeparatorText{display:flex;font-family:MFontB;width:fit-content;padding:3px 10px;color:var(--TextColor);justify-content:center}.SubSeparatorLine{display:flex;width:30%;height:1px;background-color:var(--Color5);position:relative}.SubSeparator div:nth-of-type(1):before{display:flex;content:"";position:absolute;top:-7px;left:0;width:1px;height:15px;background-color:var(--Color5)}.SubSeparator div:nth-of-type(3):before{display:flex;content:"";position:absolute;top:-7px;right:0;width:1px;height:15px;background-color:var(--Color5)}.SubSeparator div:nth-of-type(1):after{display:flex;content:"";position:absolute;top:-2px;right:0;width:5px;height:5px;border-radius:100%;background-color:var(--Color5)}.SubSeparator div:nth-of-type(3):after{display:flex;content:"";position:absolute;top:-2px;left:0;width:5px;height:5px;border-radius:100%;background-color:var(--Color5)}.InputsGroup{display:flex;background-color:var(--Color3);border-radius:5px;padding:10px;flex-wrap:wrap;justify-content:center;align-items:center;margin:10px;flex-grow:1}.InputsGroupTitle{display:flex;width:100%;font-family:MFontB;font-size:16px;justify-content:center;color:var(--TextColor);margin-bottom:15px}.InputsGroupButtons{display:flex;justify-content:center;align-items:center;width:100%}.MlabelText{display:flex;width:min-content;white-space:nowrap;font-size:16px;font-family:MFontB}.MlabelNumber{display:flex;width:min-content;white-space:nowrap;font-size:16px;font-family:MFontB;margin:5px}
