@import"https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,serif}div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){background-color:#d70000!important}.sidebar{width:100%;height:100%}.sidebar .sidebar-header{width:100%;height:50px;display:flex;align-items:center;border-bottom:1px solid #ccc;padding:0 .5rem;gap:10px}.sidebar .sidebar-header .icon{width:35px;height:35px;background:#d70000;border-radius:5px;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.2rem}.sidebar .sidebar-header h2{color:#323232;font-size:1rem;font-weight:500}.sidebar .sidebar-container{width:100%;height:calc(100% - 100px);border-bottom:1px solid #e4e4e4;padding:1rem .5rem;overflow-y:auto}.sidebar .sidebar-container .side-nav{width:100%;display:flex;align-items:center;gap:8px;margin-bottom:.5rem;padding:.6rem;border-radius:4px;font-weight:500;cursor:pointer;color:#323232}.sidebar .sidebar-container .side-nav.active,.sidebar .sidebar-container .side-nav:hover{background:#d70000;color:#fff}.sidebar .sidebar-footer{width:100%;height:50px;display:flex;align-items:center;justify-content:center;padding:.5rem}.sidebar .sidebar-footer button{width:100%;display:flex;align-items:center;gap:8px;padding:.6rem;border-radius:4px;font-weight:500;cursor:pointer;color:#323232;border:none;outline:none;background:transparent;font-size:.9rem}.sidebar .sidebar-footer button:hover{background:#f5f5f5}section.dashboard{width:100%;height:100vh;display:flex;flex-direction:row;overflow:hidden}section.dashboard .dashboard_left{width:16%;height:100%;border-right:1px solid #ccc}section.dashboard .dashboard_right{width:84%;height:100%}section.dashboard .dashboard_right .dashboard-content{width:100%;height:100%}section.dashboard .dashboard_right .dashboard-content .content-header{width:100%;height:50px;border-bottom:1px solid #e4e4e4;padding:0 .5rem;display:flex;align-items:center;justify-content:space-between}section.dashboard .dashboard_right .dashboard-content .content-header .content-left h2{font-size:1rem;color:#323232;font-weight:500}section.dashboard .dashboard_right .dashboard-content .content-header .content-right{width:fit-content;display:flex;align-items:center;gap:20px}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .bell{width:30px;height:30px;border:1px solid #d1d1d1;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#777;cursor:pointer}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .bell:hover{background:#d70000;color:#fff}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .profile{width:fit-content;display:flex;align-items:center;gap:5px;cursor:pointer}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .profile .profile-icon{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;background:#d70000}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .profile h5{color:#606060;margin:0;font-weight:500;display:flex;align-items:center}section.dashboard .dashboard_right .dashboard-content .content-header .content-right .profile h5 i{font-weight:600;color:#d70000;font-size:1rem;margin-top:3px}section.dashboard .dashboard_right .dashboard-content .content-body{width:100%;height:calc(100vh - 55px);overflow-y:auto;padding:.5rem 1rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards{width:100%;height:fit-content;display:flex;gap:10px;margin-top:5px;padding-bottom:1rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard{width:200px;height:fit-content;background:#fafafa;padding:.8rem;border-radius:5px}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard .btop{width:100%;display:flex;align-items:center;justify-content:space-between}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard .btop h4{color:#323232;font-weight:700;font-size:1.2rem;color:#d70000}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard .btop .bicon{width:30px;height:30px;background:#d70000;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard h6{color:#d70000;margin-top:.5rem;font-size:.85rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-cards .bcard p{color:#545454;font-size:.75rem;margin-top:5px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper{width:100%;height:calc(100% - 180px);display:flex;align-items:center;gap:20px;margin-top:1rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-left{width:100%;height:100%;border-radius:5px;padding:1rem;border:1px solid rgb(243,243,243)}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-left h3{color:#323232;font-size:1rem;font-weight:500;margin-bottom:5px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-left p{font-size:.8rem;color:#545454;text-align:justify}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-left .chart{margin-top:1rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right{width:100%;height:100%;border-radius:5px;padding:1rem .5rem 1rem 1rem;border:1px solid rgb(243,243,243)}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right h3{color:#323232;font-size:1rem;font-weight:500;margin-bottom:5px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right p{font-size:.8rem;color:#545454;text-align:justify}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list{width:100%;height:calc(100% - 70px);overflow-y:auto;margin-top:1rem;padding-right:.5rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card{width:100%;display:flex;gap:10px;margin-bottom:1rem}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-left{width:80px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-left img{width:80px;height:80px;border-radius:5px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right{width:calc(100% - 80px)}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right h5{font-size:.9rem;color:#3f3f3f;font-weight:500;margin-bottom:2px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right .ratings{width:100%;display:flex;gap:10px;margin:5px 0}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right .ratings p{display:flex;align-items:center;font-weight:600;gap:2px;color:#777}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right .ratings p i{font-weight:600;color:#d70000}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list .cake-card .cake-card-right p{text-align:justify;text-overflow:ellipsis;overflow:hidden;word-wrap:nowrap;margin-bottom:2px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list::-webkit-scrollbar{width:10px}section.dashboard .dashboard_right .dashboard-content .content-body .body-wrapper .body-wrap-right .cake-list::-webkit-scrollbar-thumb{width:10px;background:#e4e4e4}section.dashboard .dashboard_right .dashboard-content .content-body .copyright{position:absolute;left:50%;padding-top:.8rem;font-size:.8rem;color:#777}.generic{width:100%;height:100vh;overflow:hidden;padding:.5rem}.generic_header{width:fit-content}.generic_header .bread{width:100%;display:flex;align-items:center}.generic_header .bread .bread-link{color:#777}.generic_header .bread .bread-link a{text-decoration:none;color:#777;font-size:.8rem;display:flex;align-items:center;gap:2px}.generic_header .bread .bread-link a i{font-size:1rem;margin-top:2px}.generic_header h2{margin-top:.5rem;font-size:1.2rem;font-weight:600;color:#3f3f3f}.generic_header p{font-size:.8rem;margin-top:5px;color:#606060}.generic-table{width:100%;height:calc(100vh - 170px);margin-top:1rem}.generic-table .generic-table-top{width:100%;display:flex;align-items:center;justify-content:space-between}.generic-table .generic-table-top p{font-size:.8rem}.generic-table .generic-table-top .rg{width:fit-content;display:flex;align-items:center;gap:10px;padding-right:.5rem}.generic-table .generic-table-top .rg .search-bar input{padding:.4rem;border:1px solid #e4e4e4;border-top-left-radius:4px;border-bottom-left-radius:4px;outline:none;border-right:none;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.generic-table .generic-table-top .rg .search-bar button{border-top-left-radius:0;border-bottom-left-radius:0;border:1px solid #e4e4e4;background:#dcdcdc;color:#717171;font-weight:600;cursor:pointer}.generic-table .generic-table-top .rg button{background:#d70000;border:none;outline:none;color:#fff;padding:.4rem .6rem;border-radius:3px;cursor:pointer}.generic-table .generic-table-wrapper{width:100%;height:calc(100% - 30px);margin-top:.5rem;overflow-y:auto;padding-right:.5rem}.generic-table .generic-table-wrapper table{width:100%;border-collapse:collapse}.generic-table .generic-table-wrapper table thead tr th{background:#f1f1f1;padding:.6rem .5rem;text-align:left;font-size:.8rem;font-weight:600;color:#323232;position:sticky;top:0;z-index:9;border-left:1px solid #e4e4e4}.generic-table .generic-table-wrapper table tbody tr td.detail h5{font-size:.9rem;font-weight:600;color:#d70000;margin-bottom:2px}.generic-table .generic-table-wrapper table tbody tr td.detail p{font-size:.8rem;line-height:1rem;color:#606060}.generic-table .generic-table-wrapper table tbody tr td.detail p.address{margin-top:5px;white-space:wrap}.generic-table .generic-table-wrapper table tbody tr td.detail p.address i{color:#d70000}.generic-table .generic-table-wrapper table tbody tr td{border:1px solid #e4e4e4;padding:.5rem;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.85rem;color:#3f3f3f}.generic-table .generic-table-wrapper table tbody tr td img{width:40px;height:40px;border-radius:5px;background:#fafafa;object-fit:cover;cursor:pointer}.generic-table .generic-table-wrapper table tbody tr td .status{padding:4px 8px;background:#eaeaea;width:fit-content;border-radius:3px;font-size:.75rem;text-transform:capitalize}.generic-table .generic-table-wrapper table tbody tr td .status.complete,.generic-table .generic-table-wrapper table tbody tr td .status.COMPLETE{background-color:#eff6ff;color:#60a5fa}.generic-table .generic-table-wrapper table tbody tr td .status.cancel,.generic-table .generic-table-wrapper table tbody tr td .status.CANCEL{background-color:#ffe4e6;color:#f43f5e}.generic-table .generic-table-wrapper table tbody tr td .status.pending,.generic-table .generic-table-wrapper table tbody tr td .status.PENDING{background-color:#fffbd4;color:#e2aa00}.generic-table .generic-table-wrapper table tbody tr td .status.assign,.generic-table .generic-table-wrapper table tbody tr td .status.ASSIGN{background-color:#ddd6ff;color:#7008e7}.generic-table .generic-table-wrapper table tbody tr td .set{width:fit-content;display:flex;gap:5px}.generic-table .generic-table-wrapper table tbody tr td .set button{border:none;outline:none;padding:5px 10px;border-radius:3px;font-size:.8rem;color:#323232;cursor:pointer}.generic-table .generic-table-wrapper table tbody tr td .set button.delete{background:#d70000;color:#fff}.generic-table .generic-table-wrapper::-webkit-scrollbar{width:5px}.generic-table .generic-table-wrapper::-webkit-scrollbar-thumb{width:5px;background:#d2d2d2}.generic-table.generic-table-tab{margin-top:0;height:calc(100vh - 210px)}.pagination{margin-top:1.5rem;display:flex;align-items:center;justify-content:center}.load_more{border:none;outline:none;background:#d70000;cursor:pointer;color:#fff;border-radius:5px;padding:.5rem .8rem}.pop-list{display:flex;flex-direction:column}.pop-list button{border:none;background:transparent;color:#8f8f8f;text-align:left;padding:8px 10px;cursor:pointer;border-radius:5px;font-size:.8rem;display:flex;align-items:center;justify-content:flex-start;gap:5px}.pop-list button:hover{background:#f5f5f5;color:#d70000}button.accept_btn{background:#7008e7;color:#fff!important;border-radius:5px}button.accept_btn:disabled{opacity:.5;cursor:not-allowed}.generic-dropdown{border:1px solid #e4e4e4;outline:none;height:35px;border-radius:5px;min-width:150px;font-size:.8rem;font-weight:500;color:#737373;padding:0 .5rem}section.login{width:100%;height:100vh;display:flex;align-items:center;justify-content:center}section.login .wrap{width:500px;height:fit-content;padding:1rem;border:1px solid #e4e4e4;border-radius:5px;display:flex;flex-direction:column}section.login .wrap h2{color:#4b4b4b;font-size:1rem;margin-bottom:1rem}section.login .wrap h2 span{color:#d70000}section.login .wrap .form-group{width:100%;display:flex;flex-direction:column;margin-bottom:1rem}section.login .wrap .form-group label{color:#4b4b4b;font-size:.85rem;margin-bottom:.3rem;display:flex;align-items:center;gap:2px}section.login .wrap .form-group input{padding:.8rem;border:1px solid #e4e4e4;border-radius:5px;outline:none}section.login .wrap button{background:#d70000;border:none;outline:none;padding:.8rem;border-radius:5px;color:#fff;margin-top:.5rem;font-weight:600;box-shadow:#64646f33 0 7px 29px;cursor:pointer}p.copyright{position:absolute;bottom:15px;font-size:.8rem;color:#7b7b7b}.modal-head{width:100%;border-bottom:1px solid rgb(227,227,227);position:relative}.modal-head h4{color:#323232;font-weight:600;margin-bottom:5px}.modal-head button{position:absolute;right:40px;top:-7px;border:none;outline:none;background:#d70000;box-shadow:#64646f33 0 7px 29px;height:28px;width:28px;border-radius:50px;color:#fff;cursor:pointer}section.createProductLoading{height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;flex-direction:column}section.orderDetail{width:100%;height:calc(100vh - 150px);overflow-y:auto;padding-right:.5rem}section.orderDetail .form-wrap{width:100%;display:flex;gap:10px;margin-bottom:10px}section.orderDetail .form-wrap .form-group{width:100%}section.orderDetail .form-wrap .form-group label{color:#323232;display:flex;align-items:center;gap:2px}section.orderDetail .form-wrap .form-group label i{color:#d70000}section.orderDetail h3{color:#323232;font-weight:500;margin-top:.5rem;border-bottom:1.5px solid #d70000;width:200px;display:flex;align-items:center;gap:3px;margin-bottom:.5rem}section.orderDetail table{width:100%;border-collapse:collapse;margin-top:1rem;margin-bottom:1rem}section.orderDetail table thead tr th{background:#f0f0f0;padding:.3rem .4rem;border-right:1px solid #e4e4e4}section.orderDetail table thead tr th:nth-child(1){border-top-left-radius:5px}section.orderDetail table thead tr th:nth-child(5){border-top-right-radius:5px;border-right:none}section.orderDetail table tbody tr td{padding:.4rem;border:1px solid #e4e4e4;font-size:.76rem;text-align:center}section.orderDetail table tbody tr td h2{margin-bottom:0;color:#d70000;font-weight:500;font-size:.9rem;text-transform:capitalize}section.orderDetail table tbody tr td p{font-size:.8rem;text-transform:capitalize;color:#6a6a6a}section.orderDetail table tbody td:nth-child(2){text-align:left}section.orderDetail::-webkit-scrollbar{width:5px}section.orderDetail::-webkit-scrollbar-thumb{width:5px;background:#c9c9c9}.status{padding:4px 8px;background:#eaeaea;width:fit-content;border-radius:3px;font-size:.75rem;text-transform:capitalize}.status.complete,.status.COMPLETE{background-color:#eff6ff;color:#60a5fa}.status.cancel,.status.CANCEL{background-color:#ffe4e6;color:#f43f5e}.status.pending,.status.PENDING{background-color:#fffbd4;color:#e2aa00}.status.assign,.status.ASSIGN{background-color:#ddd6ff;color:#7008e7}section.createProduct{width:100%;height:calc(100vh - 150px);display:flex;overflow-y:auto}section.createProduct .create-left{width:30%;padding-top:.5rem;padding-right:.5rem}section.createProduct .create-right{width:70%;padding-top:.5rem;padding-left:.5rem;padding-right:.5rem}section.createProduct .wrap{padding:1rem;border:1px solid #e9e9e9;border-radius:20px;height:fit-content;margin-bottom:1rem}section.createProduct .wrap h2{color:#d70000;font-size:1rem;font-weight:600;margin-bottom:.5rem}section.createProduct .wrap .form-wrap{width:100%;display:flex;gap:10px}section.createProduct .wrap .form-wrap .form-group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}section.createProduct .wrap .form-wrap .form-group label{font-size:.8rem;color:#323232}section.createProduct .wrap .form-wrap .form-group input,section.createProduct .wrap .form-wrap .form-group select{width:100%;outline:none;border:1px solid #e9e9e9;padding:.5rem;border-radius:5px;margin-top:5px}section.createProduct .wrap .form-wrap .form-group .input-group{display:flex;align-items:center;gap:10px}section.createProduct .wrap .form-wrap .form-group .input-group button{background:#d70000;border:none;outline:none;color:#fff;border-radius:3px;padding:.45rem .6rem;cursor:pointer}section.createProduct .wrap .form-wrap .form-group .tags{margin-top:.5rem;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:.5rem}section.createProduct .wrap .form-wrap .form-group .tags .tag{background:#f5f5f5;padding:2px 6px;display:flex;align-items:center;gap:5px;border-radius:4px;font-size:.75rem}section.createProduct .wrap .form-wrap .form-group .tags .tag i{margin-top:1px;font-size:14px;cursor:pointer}section.createProduct .wrap .form-wrap .form-group .uploader{width:100%;height:200px;border:1px solid #d3d3d3;border-style:dashed;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-top:.5rem;flex-direction:column;padding:.5rem;position:relative}section.createProduct .wrap .form-wrap .form-group .uploader i{font-size:4rem;color:#d3d3d3}section.createProduct .wrap .form-wrap .form-group .uploader p{font-size:.65rem;text-align:center;margin-top:5px}section.createProduct .wrap .form-wrap .form-group .uploader input{position:absolute;width:100%;height:100%;border:none;background:transparent;opacity:0;cursor:pointer}section.createProduct .wrap .form-wrap .form-group .uploader_child{width:100%;margin-top:10px;display:flex;align-items:center;gap:10px;padding:0 5px}section.createProduct .wrap .form-wrap .form-group .uploader_child .child-img{width:40px;height:40px;border-radius:3px;background:#f4f4f4;display:flex;align-items:center;justify-content:center;position:relative}section.createProduct .wrap .form-wrap .form-group .uploader_child .child-img img{width:100%;height:100%;object-fit:cover;border-radius:3px}section.createProduct .wrap .form-wrap .form-group .uploader_child .child-img .del{position:absolute;background:#d70000;border-radius:50%;width:15px;height:15px;display:flex;align-items:center;justify-content:center;color:#fff;top:-5px;right:-5px;cursor:pointer}section.createProduct .wrap .form-wrap .form-groupz{width:100%}section.createProduct .wrap .form-wrap .search-group{width:100%;display:flex;align-items:center;margin-bottom:10px}section.createProduct .wrap .form-wrap .search-group label{font-size:.8rem;color:#323232}section.createProduct .wrap .form-wrap .search-group input,section.createProduct .wrap .form-wrap .search-group select{width:100%;outline:none;border:1px solid #e9e9e9;padding:.5rem;border-radius:5px 0 0 5px;border-right:none}section.createProduct .wrap .form-wrap .search-group button{border:none;outline:none;padding:.5rem;color:#fff;background:#d70000;cursor:pointer;border-top-right-radius:5px;border-bottom-right-radius:5px;border:1px solid #d70000}section.createProduct .wrap button.add{border:none;outline:none;background:#d70000;color:#fff;padding:.4rem .6rem;border-radius:4px;margin-top:.5rem;cursor:pointer}section.createProduct .wrap table{width:100%;height:fit-content;margin-top:1rem;table-layout:fixed;border-collapse:collapse}section.createProduct .wrap table thead tr th{background:#f2f2f2;text-align:left;padding:5px 10px;font-size:.8rem;font-weight:400}section.createProduct .wrap table thead tr th:first-child{border-top-left-radius:5px}section.createProduct .wrap table thead tr th:last-child{border-top-right-radius:5px}section.createProduct .wrap table tbody tr td{font-size:.7rem;color:#4f4f4f;padding:5px 10px}section.createProduct .wrap table tbody tr td button{border:none;outline:none;background:transparent;color:#d70000;cursor:pointer}section.createProduct .wrap table tbody tr.active td{background:#fafafa}section.createProduct::-webkit-scrollbar{width:5px}section.createProduct::-webkit-scrollbar-thumb{width:5px;background:#ededed}.ql-container.ql-snow{border-bottom-left-radius:5px;border-bottom-right-radius:5px;border:1px solid #e9e9e9!important;border-top:none!important}.ql-toolbar.ql-snow{border:1px solid #e9e9e9!important;border-top-left-radius:5px;border-top-right-radius:5px;margin-top:5px}.category-modal .form-wrap{width:100%;display:flex;gap:10px}.category-modal .form-wrap .form-group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.category-modal .form-wrap .form-group label{font-size:.8rem;color:#323232}.category-modal .form-wrap .form-group input,.category-modal .form-wrap .form-group select{width:100%;outline:none;border:1px solid #e9e9e9;padding:.5rem;border-radius:5px;margin-top:5px}.category-modal .form-wrap .form-group .input-group{display:flex;align-items:center;gap:10px}.category-modal .form-wrap .form-group .uploader{width:100%;height:200px;border:1px solid #d3d3d3;border-style:dashed;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-top:.5rem;flex-direction:column;padding:.5rem;position:relative}.category-modal .form-wrap .form-group .uploader i{font-size:4rem;color:#d3d3d3}.category-modal .form-wrap .form-group .uploader p{font-size:.8rem;text-align:center;margin-top:5px}.category-modal .form-wrap .form-group .uploader input{position:absolute;width:100%;height:100%;border:none;background:transparent;opacity:0;cursor:pointer}.category-modal .form-wrap .form-group .uploader.active i{color:#d70000}.category-modal .form-wrap .form-group .uploader.active p{color:#4f4f4f}.category-modal .form-wrap .form-groupz{width:100%}.modal_user_details .form_wrap{width:100%;display:flex;gap:20px;margin-bottom:10px}.modal_user_details .form_wrap .form_group{width:100%;display:flex;flex-direction:column;margin-bottom:10px}.modal_user_details .form_wrap .form_group label{font-size:.8rem;color:#323232}.modal_user_details .status{padding:4px 8px;background:#eaeaea;width:fit-content;border-radius:3px;font-size:.75rem;text-transform:capitalize;margin-top:5px}.modal_user_details .status.complete{background-color:#eff6ff;color:#60a5fa}.modal_user_details .status.cancel{background-color:#ffe4e6;color:#f43f5e}/*!
* Quill Editor v1.3.7
* https://quilljs.com/
* Copyright (c) 2014, Jason Chen
* Copyright (c) 2013, salesforce.com
*/.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor ul,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=true],.ql-editor ul[data-checked=false]{pointer-events:none}.ql-editor ul[data-checked=true]>li *,.ql-editor ul[data-checked=false]>li *{pointer-events:all}.ql-editor ul[data-checked=true]>li:before,.ql-editor ul[data-checked=false]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;counter-increment:list-0}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media (pointer: coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{white-space:pre-wrap;margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0px}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0px;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}section.product_detail{width:100%;height:calc(100vh - 150px);overflow-y:auto;position:relative}section.product_detail .link-btn{position:absolute;width:30px;height:30px;top:0;right:10px;box-shadow:#959da533 0 8px 24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer}section.product_detail .link-btn:hover{color:#d70000}section.product_detail .pd_wrap{width:100%;height:fit-content;display:flex}section.product_detail .pd_left{width:50%;height:300px;display:flex}section.product_detail .pd_left .pd_left_l1{width:90px;display:flex;align-items:flex-start;flex-direction:column;gap:10px}section.product_detail .pd_left .pd_left_l1 img{width:80px;height:80px;object-fit:cover;border-radius:5px;cursor:pointer}section.product_detail .pd_left .pd_left_l1 img:hover{opacity:.8}section.product_detail .pd_left .pd_left_l2{width:calc(100% - 100px)}section.product_detail .pd_left .pd_left_l2 img{width:100%;height:100%;object-fit:cover;border-radius:5px}section.product_detail .form-wrap{width:100%;margin-bottom:5px;display:flex;gap:10px}section.product_detail .form-wrap .form-group{width:100%}section.product_detail .form-wrap .form-group label{color:#484848;font-size:.8rem;font-weight:400;display:flex;align-items:center;gap:2px}section.product_detail .form-wrap .form-group h4{color:#252525;font-weight:400;font-size:.85rem}section.product_detail .form-wrap .form-group ul li{list-style:none;display:flex;align-items:center;gap:4px;font-size:.85rem}section.product_detail .form-wrap .form-group ul li i{margin-top:5px;color:green;font-size:.7rem}section.product_detail .pd_right{width:50%;height:fit-content;display:flex;flex-direction:column}section.product_detail .pd_dis{width:100%;display:flex;flex-direction:column;margin-top:1rem;gap:5px}section.product_detail .pd_dis .tags{width:100%;display:flex;flex-wrap:wrap;gap:10px;margin-top:5px}section.product_detail .pd_dis .tags .tag_item{width:fit-content;display:flex;align-items:center;gap:5px;background:#f5f5f5;padding:5px 10px;border-radius:5px;font-size:.8rem;cursor:pointer}section.product_detail .pd_dis .tags .tag_item i{margin:0}section.product_detail .pd_dis table{width:100%;table-layout:fixed;border-collapse:collapse;margin-top:5px}section.product_detail .pd_dis table thead tr th{text-align:left;padding:.4rem .8rem;background:#f4f4f4;font-size:.8rem;font-weight:500;color:#1f1f1f}section.product_detail .pd_dis table thead tr th:first-child{border-top-left-radius:5px}section.product_detail .pd_dis table thead tr th:last-child{border-top-right-radius:5px}section.product_detail .pd_dis table tbody tr td{text-align:left;padding:.5rem .8rem;font-size:.8rem;color:#484848}section.product_detail .pd_dis table tbody tr.active td{background:#fafafa}section.product_detail::-webkit-scrollbar{display:none}.create_order_detail{width:100%;max-height:calc(100vh - 200px);height:fit-content;overflow-y:auto;background:#fbfbfb;padding:.5rem;border-radius:5px}.create_order_detail .orderDetail_wrapper{width:100%;display:flex;gap:10px}.create_order_detail .orderDetail_wrapper .orderdetail_wrap1{width:30%;background:#fff;min-height:200px;border-radius:5px;padding:.8rem}.create_order_detail .orderDetail_wrapper .orderdetail_wrap1 h2{color:#444;font-size:.9rem;margin-bottom:10px}.create_order_detail .orderDetail_wrapper .orderdetail_wrap1 .formgroup{width:100%;display:flex;flex-direction:column;margin-bottom:5px}.create_order_detail .orderDetail_wrapper .orderdetail_wrap1 .formgroup label{font-size:.8rem;color:#535353}.create_order_detail .orderDetail_wrapper .orderdetail_wrap1 .formgroup p{font-size:.8rem;color:#000}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2{width:70%;background:#fff;min-height:200px;border-radius:5px;padding:.8rem}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 h2{color:#444;font-size:.9rem;margin-bottom:10px}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper{width:100%;max-height:350px;overflow-y:auto}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table{width:100%;table-layout:fixed;border-collapse:collapse}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table thead{width:100%}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table thead tr th{position:sticky;top:0;left:0;width:100%;background:#e8e8e8;padding:.3rem;font-size:.8rem;color:#444;text-align:center;border-right:1px solid #cdcdcd;z-index:9999}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table thead tr th:nth-child(1){border-top-left-radius:5px;width:250px;text-align:left}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table thead tr th:last-child{border-top-right-radius:5px}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table tbody tr td{border-right:1px solid #e4e4e4;border-bottom:1px solid #efefef;text-align:center;padding:.5rem .3rem;color:#444;font-size:.8rem}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table tbody tr td .detail{text-align:left}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper table tbody tr td .detail h2{margin-bottom:0;color:#d70000;font-weight:500;font-size:.9rem}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 .table_wrapper::-webkit-scrollbar{display:none}.create_order_detail .orderDetail_wrapper .orderdetail_wrap2 h4{width:100%;padding:5px 10px;background:#efefef;font-weight:600;font-size:.8rem}.create_order_detail .orderDetailwrapperz{width:100%;background:#fff;min-height:200px;border-radius:5px;padding:.8rem;margin-top:1.5rem}.create_order_detail .orderDetailwrapperz h2{color:#444;font-size:.9rem;margin-bottom:10px}.create_order_detail .orderDetailwrapperz .wrap{width:100%;display:flex;gap:10px}.create_order_detail .orderDetailwrapperz .wrap .left{width:60%;height:fit-content;padding-right:1rem}.create_order_detail .orderDetailwrapperz .wrap .left .searchbar{width:100%;display:flex;gap:10px;align-items:center;background:#f6f6f6;border-radius:5px;padding:10px}.create_order_detail .orderDetailwrapperz .wrap .left .searchbar i{font-size:1.2rem;color:#8f8f8f}.create_order_detail .orderDetailwrapperz .wrap .left .searchbar input{background:transparent;width:100%;height:100%;outline:none;border:none}.create_order_detail .orderDetailwrapperz .wrap .left .store_list{width:100%;display:flex;flex-direction:column;gap:10px;max-height:200px;overflow-y:auto;margin-top:1rem;padding-right:1rem}.create_order_detail .orderDetailwrapperz .wrap .left .store_list .store_card{border:1px solid #e4e4e4;padding:.5rem;border-radius:7px;cursor:pointer}.create_order_detail .orderDetailwrapperz .wrap .left .store_list .store_card img{width:30px;height:30px;border-radius:50%;object-fit:contain;background:#f5f5f5;padding-top:5px}.create_order_detail .orderDetailwrapperz .wrap .left .store_list .store_card h3{color:#000;font-size:.85rem;font-weight:600}.create_order_detail .orderDetailwrapperz .wrap .left .store_list .store_card p{font-size:13px}.create_order_detail .orderDetailwrapperz .wrap .left .store_list .store_card.active{background:#ededed}.create_order_detail .orderDetailwrapperz .wrap .left .store_list::-webkit-scrollbar{width:10px;background-color:#f0f0f0}.create_order_detail .orderDetailwrapperz .wrap .left .store_list::-webkit-scrollbar-thumb{background:#c1c1c1}.create_order_detail .orderDetailwrapperz .wrap .right{width:40%;height:fit-content}.create_order_detail .orderDetailwrapperz .wrap .right .formgroup{width:100%;display:flex;flex-direction:column;margin-bottom:5px}.create_order_detail .orderDetailwrapperz .wrap .right .formgroup label{font-size:.8rem;color:#535353}.create_order_detail .orderDetailwrapperz .wrap .right .formgroup p{font-size:.8rem;color:#000}.create_order_detail .orderDetailwrapperz .wrap .right .formgroup input{border:1px solid #e4e4e4;outline:none;height:40px;border-radius:5px;padding:0 1rem;margin-top:5px}.note{width:100%;background:#f5f3ff;border-radius:5px;padding:.8rem;margin:1rem 0}.note h6{color:#7f22fe;font-weight:500;font-size:.79rem}.note p{color:#696969;font-size:.75rem;text-align:justify;margin-top:5px;line-height:1.2rem}.note input{width:100%;border:none;outline:none;height:35px;margin-top:10px;padding:0 .5rem;border-radius:5px;background:#ede9fd}
