﻿.messageBox{width:100%;max-width:600px;font-size:.512rem;font-weight:400;margin-top:.5rem;border-radius:1rem}.messageBox:empty{padding:0;margin-top:0}.messageBox[mode=alert]{color:#ff3232;background-color:#fff8f8;padding:.25rem .5rem}.messageBox[mode=error]{color:#ff3232;background-color:#fff8f8;padding:.5rem}.messageBox[mode=success]{color:#4ac434;background-color:#fafff8;padding:.5rem}.messageBox[mode=warning]{color:#f5a905;background-color:#fffef8;padding:.5rem}.messageBox[mode=info]{color:#5d5e5f;background-color:#f7faff;padding:.5rem}.messageBox[mode=note]{color:#5d5e5f;background-color:#f7faff;padding:.5rem}.lgCard{width:100%}.mdCard{width:100%}@media(min-width: 1024px){.mdCard{width:49.5%}}.smCard{width:49.5%;min-width:100px}@media(min-width: 1024px){.smCard{width:32.5%}}.xsCard{width:24.5%;min-width:100px;margin-right:.75%;margin-left:.75%}.lgDiv{width:100%}.mdDiv{width:100%}@media(min-width: 1024px){.mdDiv{width:48.5%;margin-right:.75%;margin-left:.75%}}.smDiv{width:48.5%;min-width:100px;margin-right:.75%;margin-left:.75%}@media(min-width: 1024px){.smDiv{width:31.5%}}.xsDiv{width:23.5%;min-width:100px;margin-right:.75%;margin-left:.75%}.xxsDiv{width:18.5%;min-width:100px;margin-right:.75%;margin-left:.75%}.btnSection{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.btnSection{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}.btn{display:inline-flex;justify-content:center;align-items:center;font-family:inherit;font-weight:500;margin-top:1rem;border-radius:.75rem;white-space:nowrap;-webkit-writing-mode:horizontal-tb !important;text-rendering:auto;overflow:hidden;transition:all .3s ease-in-out;cursor:pointer}.btn i{top:2px;margin-left:.5rem;transition:all .7s ease-in}.btn1{color:#fff;background-color:#fcc91e}.btn1 i{color:#e0e0e0}.btn2{color:#fff;background-color:#c61d16}.btn3{color:#ff7429;background-color:#fff}.btn4{color:#fff;background-color:#ff7429}.disableBtn{opacity:.25 !important;cursor:inherit !important}.disableBtn span{cursor:inherit !important}.iconBtn1{color:#fff;font-weight:500;border:1px solid #ebedf3;background:#f39e00}.iconBtn1::before{background:#f39e00}.iconBtn1 span i{margin:0}.iconBtn1:hover::before{transform:none}.iconBtn2{color:#fff;font-weight:500;border:1px solid #ebedf3;background:#c61d16}.iconBtn2::before{background:#f39e00}.iconBtn2 span i{margin:0}.iconBtn2:hover::before{transform:none}.iconBtn3{color:#f39e00;font-weight:500;border:1px solid #f8f8ff;background:#f8f8ff}.iconBtn3::before{background:#ebedf3}.iconBtn3 span i{margin:0}.iconBtn3:hover::before{transform:none}.iconBtn4{color:#f39e00;font-weight:500;border:1px solid #ebedf3;background:#fff}.iconBtn4::before{background:#f8f8ff}.iconBtn4 span i{margin:0}.iconBtn4:hover::before{transform:none}.disableIconBtn{color:#909294;font-weight:600;background-color:#f8f8ff;border:1px solid #f8f8ff;cursor:inherit !important}.disableIconBtn span{cursor:inherit !important}.disableIconBtn span i{margin:0;cursor:inherit !important}.loader{display:inline-block;width:15px;height:15px}.loader::before{content:"";display:block;width:10px;height:10px;background-color:rgba(0,0,0,0);border:2px solid #fff;border-top:2px solid rgba(0,0,0,0);border-radius:100%;animation:loader1 .7s linear infinite}@keyframes loader1{0%{transform:translate(0%, 0%) rotate(0deg)}100%{transform:translate(0%, 0%) rotate(360deg)}}.xsBtn{font-size:.64rem;padding:.15rem 1rem}.smBtn{font-size:.8rem;padding:.25rem 20px}.mdBtn{font-size:.9rem;padding:.35rem 1rem}.lgBtn{font-size:1rem;padding:1rem 1.25rem}@media(min-width: 768px){.lgBtn{padding:1rem 1.953rem}}.xlBtn{font-size:1rem;padding:1.25rem}@media(min-width: 768px){.xlBtn{font-size:1rem;padding:1.563rem}}@media(min-width: 1024px){.xlBtn{padding:1.563rem}}.xxlBtn{font-size:1.953rem;padding:1.25rem 1.953rem}.xxxlBtn{font-size:2.441rem;padding:1.563rem 2.441rem}.btnIcon{display:flex;flex-wrap:wrap;padding:.25rem}.btnIcon a{display:inline-block;margin:.25rem}.formDiv{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}form{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap}form label{z-index:1;display:block;white-space:nowrap;color:#fff;font-family:"Poppins",sans-serif;font-size:1rem;font-weight:400;white-space:nowrap;text-overflow:ellipsis}form .inputDiv{max-width:600px;display:flex;flex-direction:column;padding-top:1rem;margin-bottom:.25rem}form .inputDiv input[type=date],form .inputDiv input[type=datetime-local],form .inputDiv input[type=email],form .inputDiv input[type=file],form .inputDiv input[type=hidden],form .inputDiv input[type=month],form .inputDiv input[type=number],form .inputDiv input[type=password],form .inputDiv input[type=range],form .inputDiv input[type=search],form .inputDiv input[type=tel],form .inputDiv input[type=text],form .inputDiv input[type=time],form .inputDiv input[type=url],form .inputDiv input[type=week],form .inputDiv textarea,form .inputDiv select,form .inputDiv datalist{width:100%;padding:.75rem 1rem;font-family:"Poppins",sans-serif;font-size:1.25rem;font-weight:500;color:#fff;background-color:rgba(255,255,255,.103);border-radius:.75rem;transition:all .5s}form .inputDiv input[type=date]::placeholder,form .inputDiv input[type=datetime-local]::placeholder,form .inputDiv input[type=email]::placeholder,form .inputDiv input[type=file]::placeholder,form .inputDiv input[type=hidden]::placeholder,form .inputDiv input[type=month]::placeholder,form .inputDiv input[type=number]::placeholder,form .inputDiv input[type=password]::placeholder,form .inputDiv input[type=range]::placeholder,form .inputDiv input[type=search]::placeholder,form .inputDiv input[type=tel]::placeholder,form .inputDiv input[type=text]::placeholder,form .inputDiv input[type=time]::placeholder,form .inputDiv input[type=url]::placeholder,form .inputDiv input[type=week]::placeholder,form .inputDiv textarea::placeholder,form .inputDiv select::placeholder,form .inputDiv datalist::placeholder{color:#fff;font-family:inherit;font-size:1rem;font-weight:300;opacity:.8}form .inputDiv select{color:#5d5e5f;font-size:.8rem;appearance:auto !important}form .inputDiv textarea{min-height:100px;min-width:100%;max-width:100%;vertical-align:top;overflow:auto}form .inputDiv input:-webkit-autofill,form .inputDiv input:-webkit-autofill:hover,form .inputDiv input:-webkit-autofill:focus input:-webkit-autofill,form .inputDiv textarea:-webkit-autofill,form .inputDiv textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,form .inputDiv select:-webkit-autofill,form .inputDiv select:-webkit-autofill:hover,form .inputDiv select:-webkit-autofill:focus{outline:0 none;background:#fff;-webkit-text-fill-color:inherit !important;-webkit-box-shadow:0 0 0 1000px #fff inset;transition:background-color 5000s ease-in-out 0s}form .inputDiv [type=checkbox],form .inputDiv [type=radio],form .inputDiv [type=checkbox],form .inputDiv [type=date],form .inputDiv [type=datetime],form .inputDiv [type=datetime-local],form .inputDiv [type=email],form .inputDiv [type=month],form .inputDiv [type=number],form .inputDiv [type=password],form .inputDiv [type=search],form .inputDiv [type=tel],form .inputDiv [type=text],form .inputDiv [type=time],form .inputDiv [type=url],form .inputDiv [type=week],form .inputDiv textarea,form .inputDiv select{-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;width:100%}form .inputDiv [type=checkbox]:focus,form .inputDiv [type=radio]:focus,form .inputDiv [type=checkbox]:focus,form .inputDiv [type=date]:focus,form .inputDiv [type=datetime]:focus,form .inputDiv [type=datetime-local]:focus,form .inputDiv [type=email]:focus,form .inputDiv [type=month]:focus,form .inputDiv [type=number]:focus,form .inputDiv [type=password]:focus,form .inputDiv [type=search]:focus,form .inputDiv [type=tel]:focus,form .inputDiv [type=text]:focus,form .inputDiv [type=time]:focus,form .inputDiv [type=url]:focus,form .inputDiv [type=week]:focus,form .inputDiv textarea:focus,form .inputDiv select:focus{outline:0}@supports(-webkit-appearance: none) or (-moz-appearance: none){form .inputDiv input[type=checkbox],form .inputDiv input[type=radio]{--active: #2e56ce;--active-inner: #fff;--focus: 2px rgba(39, 94, 254, .3);--border: #BBC1E1;--border-hover: #2e56ce;--background: #fff;--disabled: #F6F8FF;--disabled-inner: #E1E6F9;-webkit-appearance:none;-moz-appearance:none;height:21px;outline:none;display:inline-block;vertical-align:top;margin:0;cursor:pointer;border:1px solid var(--bc, var(--border));background:var(--b, var(--background));transition:background .3s,border-color .3s,box-shadow .2s}form .inputDiv input[type=checkbox]:after,form .inputDiv input[type=radio]:after{content:"";display:block;left:-1px;top:-1px;position:absolute;transition:transform var(--d-t, 0.3s) var(--d-t-e, ease),opacity var(--d-o, 0.2s)}form .inputDiv input[type=checkbox]:checked,form .inputDiv input[type=radio]:checked{--b: var(--active);--bc: var(--active);--d-o: .3s;--d-t: .6s;--d-t-e: cubic-bezier(.2, .85, .32, 1.2)}form .inputDiv input[type=checkbox]:disabled,form .inputDiv input[type=radio]:disabled{--b: var(--disabled);cursor:not-allowed;opacity:.9}form .inputDiv input[type=checkbox]:disabled:checked,form .inputDiv input[type=radio]:disabled:checked{--b: var(--disabled-inner);--bc: var(--border)}form .inputDiv input[type=checkbox]:disabled+label,form .inputDiv input[type=radio]:disabled+label{cursor:not-allowed}form .inputDiv input[type=checkbox]:hover:not(:checked):not(:disabled),form .inputDiv input[type=radio]:hover:not(:checked):not(:disabled){--bc: var(--border-hover)}form .inputDiv input[type=checkbox]:focus,form .inputDiv input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}form .inputDiv input[type=checkbox]:not(.switch),form .inputDiv input[type=radio]:not(.switch){width:19px;min-width:19px;height:19px}form .inputDiv input[type=checkbox]:not(.switch):after,form .inputDiv input[type=radio]:not(.switch):after{opacity:var(--o, 0)}form .inputDiv input[type=checkbox]:not(.switch):checked,form .inputDiv input[type=radio]:not(.switch):checked{--o: 1}form .inputDiv input[type=checkbox]+label,form .inputDiv input[type=radio]+label{font-size:.64rem;display:inline-block;vertical-align:top;cursor:pointer;margin-left:.5rem}form .inputDiv input[type=checkbox]:not(.switch){border-radius:1rem}form .inputDiv input[type=checkbox]:not(.switch):after{width:4px;height:8px;border:2px solid var(--active-inner);border-top:0;border-left:0;left:5px;top:2px;transform:rotate(var(--r, 20deg))}form .inputDiv input[type=checkbox]:not(.switch):checked{--r: 43deg}form .inputDiv input[type=checkbox].switch{width:38px;border-radius:11px}form .inputDiv input[type=checkbox].switch:after{left:2px;top:2px;border-radius:50%;width:15px;height:15px;background:var(--ab, var(--border));transform:translateX(var(--x, 0))}form .inputDiv input[type=checkbox].switch:checked{--ab: var(--active-inner);--x: 17px}form .inputDiv input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}form .inputDiv input[type=radio]{border-radius:50%}form .inputDiv input[type=radio]:after{width:19px;height:19px;border-radius:50%;background:var(--active-inner);opacity:0;transform:scale(var(--s, 0.7))}form .inputDiv input[type=radio]:checked{--s: .5}}form .inputDiv input::-webkit-outer-spin-button,form .inputDiv input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}form .inputDiv input[type=number]{-moz-appearance:textfield}form .inputDiv input[type=number]::before{content:"";position:absolute;left:0;top:0;z-index:1;width:20px;height:20px;background-color:#5d5e5f}form .inputBox{display:flex;justify-content:space-between}#inputMask{position:fixed;top:0;left:0;z-index:666;display:none;width:100vw;height:100vh;background-color:rgba(0,0,0,0)}#inputMask .inputDiv{position:absolute;background-color:#fff;border-radius:0 0 .75rem .75rem;box-shadow:rgba(0,0,0,.04) 0px 3px 5px}#inputMask .inputDiv #inputMaskTextArea{border:1px solid #ebedf3;width:300px;min-height:100px;max-height:300px;color:#242323;font-size:1rem;font-weight:500;padding:.75rem;z-index:999}#inputMask .inputDiv #inputMaskButtonArea{width:100%;padding:.5rem .75rem;text-align:right}#inputMask .inputDiv #inputMaskButtonArea .btn{margin:0;margin-left:.5rem}#inputMask .inputDiv #inputMaskButtonArea #inputMaskClose{background-color:#ff8787}#inputMask .inputDiv #inputMaskButtonArea #inputMaskUpdate{background-color:#4bb1b1}.multiSelect .select2{width:100% !important;min-height:44.3px}.multiSelect .select2-container .selection{min-height:44.3px}.multiSelect .select2-container .selection .select2-selection{min-height:100%;padding:0 !important;border:1px solid #f2eef7 !important}.multiSelect .select2-container .selection .select2-selection__rendered{margin-top:.7rem !important;display:flex !important;flex-wrap:wrap !important}.multiSelect .select2-container .selection .select2-selection__rendered:empty{margin-top:0 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice{display:flex !important;align-items:center;padding:.5rem !important;background-color:#f8f8ff !important;border:1px solid #ebedf3 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{position:relative !important;order:2;border:none !important;color:#f39e00 !important;margin-left:.5rem !important;font-size:1.563rem !important;font-weight:400 !important}.multiSelect .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{color:#f39e00 !important;order:1}.multiSelect .select2-container .selection textarea{min-height:43px !important;margin:0 !important;padding:.7rem !important;font-family:"Poppins",sans-serif !important}.multiSearch .select2-container .selection .select2-selection--multiple{padding:0 !important;padding-right:50px !important;border:1px solid #f2eef7 !important}.multiSearch .select2-container .selection .select2-selection__rendered{margin-top:.7rem !important;display:flex !important;flex-wrap:wrap !important}.multiSearch .select2-container .selection .select2-selection__rendered:empty{margin-top:0 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice{display:flex !important;align-items:center;padding:.5rem !important;background-color:#f8f8ff !important;border:1px solid #ebedf3 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove{position:relative !important;order:2;border:none !important;color:#f39e00 !important;margin-left:.5rem !important;font-size:1.563rem !important;font-weight:400 !important}.multiSearch .select2-container .selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__display{color:#f39e00 !important;order:1}.multiSearch .select2-container .selection textarea{min-height:43px !important;margin:0 !important;padding:.7rem !important;font-family:"Poppins",sans-serif !important}.multiSearch button{position:absolute;bottom:0;right:0;padding:.73rem 1rem;background-color:#f8f8ff;border:1px solid rgba(0,0,0,0);border-radius:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiSearch button:hover{background-color:#f39e00}.multiSearch button:hover i{color:#fff}.multiSearch button i{color:#f39e00;font-size:1.25rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.search{max-width:600px;overflow:hidden;display:flex}.search input{flex:1;font-family:"Poppins",sans-serif;padding:.7rem 1rem;border:none;padding-right:46px !important}.search button{position:absolute;top:0;right:0;height:100%;padding:.75rem 1rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.search button:hover{background-color:#f8f8ff;border:1px solid #ebedf3}.search button:hover i{color:#f39e00}.search button i{color:#c61d16;font-size:1.563rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dataList{max-width:600px}.dataList .inputBox button{position:absolute;top:0;right:0;height:100%;padding:.75rem 1rem;background-color:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0);border-radius:1rem;pointer-events:none;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dataList .inputBox button::before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#fff;border-radius:1rem}.dataList .inputBox button i{color:#c61d16;font-size:1.563rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.customInput{max-width:600px}.customInput .moreBtn{position:absolute;top:0;right:0;padding:.75rem;border-radius:1rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.customInput .moreBtn .btnMenu{top:unset !important;bottom:100%}.uploadInput:hover .inputBox{border:1px dashed #c782ff}.uploadInput:hover .inputBox label{color:#c61d16}.uploadInput .inputBox{border:1px dashed #cdb4ee;border-radius:1rem;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox label{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#f39e00;pointer-events:none;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox label i{margin-right:.5rem;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.uploadInput .inputBox input{opacity:0;z-index:1;cursor:pointer}.userPicUpload{margin-right:1rem;padding-top:.4rem}.userPicUpload label{position:relative;top:0;left:0;padding:0;margin-bottom:.5rem}.userPicUpload .profilePhoto{display:block;overflow:hidden;border-radius:.75rem;width:102px;height:102px;min-height:102px;object-fit:contain;overflow:hidden;border:1px dashed #cdb4ee;transition:all .3s}.userPicUpload .profilePhoto:hover{background-color:#fdfbff;border:1px dashed #c782ff}.userPicUpload .profilePhoto input{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;opacity:0;cursor:pointer}.userPicUpload .profilePhoto img{display:block;width:100%;cursor:pointer}.filterSelectBox{width:100%;font-family:"Poppins",sans-serif;color:#1b1b1b;font-size:.512rem;font-weight:500;padding:.75rem;background-color:#fff;border:1px solid #f2eef7;border-radius:1rem;margin-right:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.filterSelectBox:hover{background-color:#fff;border:1px solid #4ac434}.inputEditor .ql-toolbar.ql-snow{position:absolute;bottom:0;left:0;z-index:100;width:100%;border:none;border-top:1px solid #ebedf3;border-radius:.25rem}.inputEditor textarea{height:200px;border:1px solid #f2eef7 !important;padding-bottom:3.052rem !important}.radioBtn{max-width:600px;padding-top:.5rem !important}.radioBtn label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.radioBtn ul li{display:flex;align-items:center;margin-bottom:.75rem}.radioBtn ul li label{margin:0}.radioBtnRow{max-width:600px}.radioBtnRow label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.radioBtnRow ul{display:flex}.radioBtnRow ul li{display:flex;align-items:center;margin-right:1rem}.radioBtnRow ul li label{margin:0}.checkbox{max-width:600px;padding-top:.5rem}.checkbox label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.checkbox ul li{display:flex;align-items:center;margin-bottom:1rem}.checkbox ul li label{margin:0}.checkboxRow{max-width:600px}.checkboxRow label{position:relative;top:0;left:0;padding:0;margin-bottom:.75rem}.checkboxRow ul{display:flex;flex-wrap:wrap}.checkboxRow ul li{display:flex;align-items:center;margin-right:1rem}.checkboxRow ul li label{margin:0}.switchBtn{max-width:600px;display:flex;align-items:center}.switchBtn label{position:relative;top:0;left:0}.switchView{display:inline-flex;background-color:#f8f8ff;border-radius:1rem;overflow:hidden}.switchView .activeSwitch{color:#f39e00 !important;background-color:#f8f8ff;background:radial-gradient(circle, #ffdd23, #ffdc24, #ffdc24, #ffdb25, #ffda25, #ffd623, #fed221, #fece20, #fdc61d, #fdbe1a, #fbb719, #faaf18)}.switchView a{display:flex;padding:.85rem 1rem;color:#909294;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.switchView a:hover{color:#f39e00}.switchView a i{margin:auto;font-size:1.563rem;cursor:pointer}#reportrange{height:46px;max-width:600px;display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:.7rem;border-radius:1rem;border:1px solid #ebedf3;font-size:.8rem;cursor:pointer}#reportrange i{color:#e0e0e0;cursor:pointer}#reportrange .value{margin:0 .5rem;margin-right:auto;cursor:pointer}.subTypeinputDiv .subTypeInput{margin-top:1rem}.multiCheckbox label{z-index:3}.multiCheckbox .inputbox .checkboxField{color:#f39e00;font-size:.8rem;font-weight:500;background-color:#fff;border:1px solid #f2eef7;border-radius:1rem;padding:.75rem 1rem;z-index:2;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .inputbox .checkboxField:hover{background-color:#f8f8ff}.multiCheckbox .inputbox .checkboxField::placeholder{font-size:.8rem;font-weight:500;color:#242323}.multiCheckbox .inputbox i{position:absolute;top:30%;right:1rem;z-index:2}.multiCheckbox .checkboxListDivIntro{display:block !important;box-shadow:rgba(17,12,46,.15) 0px 48px 100px 0px !important;padding-top:.5rem}.multiCheckbox .checkboxListDiv{width:100%;min-width:200px;max-width:600px;min-width:max-content;position:absolute;top:100%;left:0;z-index:3;display:none;margin-top:0;background-color:#fff;text-align:left;border:1px solid #ebedf3;border-top:none;border-radius:0 0 .75rem .75rem;overflow:hidden;box-shadow:rgba(17,12,46,0) 0px 48px 100px 0px}.multiCheckbox .checkboxListDiv li{display:flex;align-items:center;padding:.5rem 1rem;background-color:#fff;border-bottom:1px solid #f8f8ff;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .checkboxListDiv li:hover label{color:#1b1b1b}.multiCheckbox .checkboxListDiv li input{z-index:2}.multiCheckbox .checkboxListDiv li label{z-index:1;white-space:nowrap;margin:0;margin-left:.75rem;background-color:rgba(0,0,0,0);transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.multiCheckbox .checkboxClose{display:none;position:fixed;left:0;top:0;width:100%;height:100vh;z-index:2}.moreBtn{display:inline-block;padding:.25rem;cursor:pointer}.moreBtn:hover .moreIcon{opacity:.5}.moreBtn:hover .btnMenuDiv{display:block}.moreBtn .moreIcon{display:inline-block;color:#5d5e5f;font-size:.64rem;z-index:1;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.moreBtn .btnMenuDiv{position:absolute;top:0;right:0;z-index:110;display:none;padding-top:2.441rem}.moreBtn .btnMenuDiv .btnMenu{width:100%;display:block;background-color:#fff;border-radius:.75rem;border:1px solid #ebedf3;text-align:left;box-shadow:rgba(50,50,93,.13) 0px 30px 60px -12px,rgba(0,0,0,.137) 0px 18px 36px -18px}.moreBtn .btnMenuDiv .btnMenu .statusChange{width:100%;min-width:100px;font-family:"Poppins",sans-serif;color:#1b1b1b;font-size:.512rem;font-weight:500;padding:.5rem;background-color:#fff;border:1px solid #ebedf3;border-radius:1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.moreBtn .btnMenuDiv .btnMenu .statusChange:hover{background-color:#fff;border:1px solid #4ac434}.moreBtn .btnMenuDiv .btnMenu a{display:flex;align-items:center;padding:.5rem 1rem;margin:0;color:#242323;font-size:.8rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.moreBtn .btnMenuDiv .btnMenu a:hover{color:#f39e00;background-color:#f8f8ff}.moreBtn .btnMenuDiv .btnMenu a:nth-child(1){padding-top:1rem}.moreBtn .btnMenuDiv .btnMenu a:nth-last-child(1){padding-bottom:1rem}.moreBtn .btnMenuDiv .btnMenu a i{font-size:.64rem;line-height:1;margin-right:.75rem}.fiterDropDownIntro .content{height:auto !important;opacity:1 !important;padding:1rem !important}.fiterDropDownIntro .filterCloseBg{display:block !important}.fiterDropDown{position:absolute;top:100%;right:0;width:100%}.fiterDropDown .content{position:absolute;top:100%;right:0;z-index:100;width:100%;height:0;opacity:0;display:flex;flex-wrap:wrap;justify-content:space-between;border-radius:.75rem;border:1px solid #ebedf3;background-color:#fff;padding:0 1rem;box-shadow:rgba(255,255,255,.1) 0px 1px 1px 0px inset,rgba(23,34,65,.144) 0px 50px 100px -20px,rgba(0,2,37,.089) 0px 30px 60px -30px;overflow:hidden;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.fiterDropDown .content .inputDiv{width:100%;max-width:100%;padding-top:1rem}@media(min-width: 568px){.fiterDropDown .content .inputDiv{width:48%;max-width:48%}}@media(min-width: 1024px){.fiterDropDown .content .inputDiv{width:24%;max-width:24%}}.fiterDropDown .content .btnSection{width:100%;justify-content:center;margin-top:1rem}.fiterDropDown .content .btnSection .btn{margin:0 .5rem}.fiterDropDown .filterCloseBg{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;z-index:99}.notesDiv{background-color:#f8f8ff}.notesDiv ul .note{width:100%;padding:1rem;margin-bottom:1rem;background-color:#fff;border-radius:.75rem}.notesDiv ul .note:nth-last-child(1){margin-bottom:0}.notesDiv ul .note .name{color:#f39e00;font-size:.8rem;font-weight:600;margin:0}.notesDiv ul .note .date{color:#909294;font-size:.328rem;font-weight:400;margin:0}.notesDiv ul .note p{font-size:.64rem;font-weight:400;line-height:1.2}.notificationDropDown{display:none;margin-left:1rem;cursor:pointer}@media(min-width: 1024px){.notificationDropDown{display:block;margin-left:1.3333rem}}.notificationDropDown:hover .notificationDropMenu{padding-top:1rem}.notificationDropDown:hover .notificationDropMenu .dropMenu{height:auto;padding:1rem 0;border:1px solid #ebedf3}.notificationDropDown .notificationIcon{display:none;color:#909294;margin-left:1rem;cursor:pointer}@media(min-width: 1024px){.notificationDropDown .notificationIcon{margin-left:1.3333rem;display:block}}.notificationDropDown .notificationIcon i{top:3px;font-size:2.441rem;cursor:pointer}.notificationDropDown .notificationIcon .notificationAlert{position:absolute;top:0;right:0;z-index:150;width:10px;height:10px;border-radius:1rem;background-color:#ff4500;border:2px solid #fff}.notificationDropDown .notificationDropMenu{position:absolute;top:100%;right:0;z-index:155;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.notificationDropDown .notificationDropMenu .dropMenu{width:300px;height:0;padding:0;border:0px solid rgba(0,0,0,0);background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:rgba(50,50,93,.068) 0px 50px 100px -20px,rgba(16,17,70,.082) 0px 30px 60px -30px;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.notificationDropDown .notificationDropMenu .dropMenu a{display:flex;align-items:center;color:#1b1b1b;font-size:.64rem;font-weight:500;padding:.75rem 1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.notificationDropDown .notificationDropMenu .dropMenu a:hover{background-color:#f8f8ff}.notificationDropDown .notificationDropMenu .dropMenu a i{margin-right:1rem}.profileAvatarDropDown{display:none;margin-left:1rem;cursor:pointer}@media(min-width: 1024px){.profileAvatarDropDown{display:block;margin-left:1.3333rem}}.profileAvatarDropDown:hover .profileMenu{height:auto;padding:1rem 0}.profileAvatarDropDown .avatarImg{display:block;width:35px;height:35px;border-radius:100%;border:1px solid #fff;overflow:hidden;cursor:pointer}.profileAvatarDropDown .avatarImg img{cursor:pointer}.profileAvatarDropDown .profileMenu{position:absolute;top:100%;right:0;z-index:155;height:0;padding:0;background-color:#fff;border-radius:.75rem;overflow:hidden;box-shadow:rgba(50,50,93,.068) 0px 50px 100px -20px,rgba(16,17,70,.082) 0px 30px 60px -30px;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.profileAvatarDropDown .profileMenu .profileDetails{padding:.5rem 1rem}.profileAvatarDropDown .profileMenu .profileDetails .title{margin:0;color:#f39e00;font-size:.9rem;font-weight:500;white-space:nowrap}.profileAvatarDropDown .profileMenu .profileDetails .text{margin-top:.5rem;color:#5d5e5f;font-size:.512rem;font-weight:400;white-space:nowrap}.profileAvatarDropDown .profileMenu a{display:flex;align-items:center;color:#1b1b1b;font-size:.8rem;white-space:nowrap;padding:.5rem 1rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.profileAvatarDropDown .profileMenu a:hover{color:#c61d16}.profileAvatarDropDown .profileMenu a i{margin-right:1rem}.avatarLabelDetails{display:flex;align-items:center}.avatarLabelDetails .avatarImg{display:block;width:30px;height:30px;border-radius:100%;border:1px solid #fff;margin-right:.5rem;overflow:hidden;cursor:pointer}.avatarLabelDetails .avatarImg img{cursor:pointer}.avatarLabelDetails .avatarDetails .label{display:block;color:#5d5e5f;font-size:.328rem;font-weight:400;margin-bottom:.25rem}.avatarLabelDetails .avatarDetails .name{margin:0;display:block;color:#242323;font-size:.64rem;font-weight:600}.labelMovingAnimation{display:block;margin-bottom:1rem}.labelMovingAnimation label{pointer-events:none;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);display:inline-block;position:absolute;top:1rem;left:1rem;margin:0}.labelMovingAnimation input:placeholder-shown+label{top:1rem;left:1rem;color:#fcc91e;font-size:.9rem;font-weight:400}.labelMovingAnimation input:not(:placeholder-shown)~label{top:1rem;left:1rem;color:#fcc91e;font-size:.9rem;font-weight:400}.labelMovingAnimation textarea:placeholder-shown+label{top:1rem;left:1rem;color:#fcc91e;font-size:.9rem;font-weight:400}.labelMovingAnimation textarea:not(:placeholder-shown)~label{top:1rem;left:1rem;color:#fcc91e;font-size:.9rem;font-weight:400}.labelMovingAnimation input:focus+label,.labelMovingAnimation input:not(:placeholder-shown)+label,.labelMovingAnimation textarea:focus+label,.labelMovingAnimation textarea:not(:placeholder-shown)+label{top:-15px;left:5px;color:#c61d16;font-size:.8rem;font-weight:600;background-color:#fff;padding:.5rem}.phone:empty{margin:0 !important}.phone:empty::before{display:none !important}.phone::before{margin-right:.5rem;content:"";color:#c61d16;font-family:uicons-regular-rounded !important;font-size:.328rem;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1}.whatsapp:empty{margin:0 !important}.whatsapp:empty::before{display:none !important}.whatsapp::before{margin-right:.5rem;content:"";color:#c61d16;font-family:uicons-brands !important;font-size:.328rem;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1}.email:empty{margin:0 !important}.email:empty::before{display:none !important}.email::before{margin-right:.5rem;content:"";color:#c61d16;font-family:uicons-regular-rounded !important;font-size:.328rem;font-style:normal;font-weight:normal !important;font-variant:normal;text-transform:none;line-height:1}.callBack{display:inline-block;white-space:nowrap;font-size:.328rem;font-weight:500;color:#fff;background-color:#ff5b5b;padding:.25rem .5rem;padding-right:0}.callBack::after{content:"";height:0;position:absolute;bottom:0;right:-14px;display:inline-block;border-color:#ff5b5b rgba(0,0,0,0) #ff5b5b #ff5b5b;border:9px solid #ff5b5b;border-right:5px inset rgba(0,0,0,0)}.smTabBar .tabMenu{font-size:.64rem;font-weight:500;padding:.5rem;padding-bottom:.75rem}.mdTabBar .tabMenu{font-size:.8rem;font-weight:500;padding:.75rem;padding-bottom:1rem}.lgTabBar .tabMenu{font-size:1rem;font-weight:600;padding:1rem;padding-bottom:1.953rem}.xlTabBar .tabMenu{font-size:1.563rem;font-weight:600;padding:1.3333rem;padding-bottom:3.052rem}.tabMenuSection{width:100%;overflow:hidden}.tabMenuSection .tabMenuNav{width:100%;display:inline-block;border-bottom:1px solid #ebedf3}.tabMenuSection .tabMenuNav .activeTabMenu{color:#1b1b1b !important}.tabMenuSection .tabMenuNav .activeTabMenu::before{content:"";position:absolute;top:100%;left:0;width:100%;height:2px;background-color:#c61d16}.tabMenuSection .tabMenuNav .tabMenu{display:inline-block;color:#909294;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.tabMenuSection .tabMenuNav .tabMenu:hover{color:#1b1b1b}.tabMenuSection .tabBarWrapper{width:100%;display:flex}.tabMenuSection .tabBarWrapper .tabBarSlide{width:100%;min-width:100%;height:0;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}.dropDownDiv{width:100%;max-width:700px;margin:0 auto}.dropDownDiv .dropBoxTitle{color:#1b1b1b;font-weight:500}.dropDownDiv .dropList{display:block}.dropDownDiv .dropList .dropBox{display:flex;align-items:center;justify-content:space-between;color:#242323;font-size:1rem;font-weight:600;padding:1rem 0;transition:.3s cubic-bezier(0.37, 0, 0.63, 1);cursor:pointer}.dropDownDiv .dropList .dropBox:hover{color:#fcc91e}.dropDownDiv .dropList .dropBox:hover span i{color:#c61d16}.dropDownDiv .dropList .dropBox .moreBtn{margin-left:auto;padding:1rem}.dropDownDiv .dropList .dropBox span{cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dropDownDiv .dropList .dropBox span i{color:#5d5e5f;font-size:.8rem;cursor:pointer;transition:.3s cubic-bezier(0.37, 0, 0.63, 1)}.dropDownDiv .dropList .dropBox span .dropRemove{display:none}.dropDownDiv .dropList .dropContent{display:none;width:100%}/*# sourceMappingURL=form.css.map */