@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@100&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.sidebar{display:flex;flex-direction:column;height:100%;background:#fff;border-right:1px solid #e5e7eb}.sidebar__header{padding:1.25rem 1rem}.sidebar__logo{display:flex;align-items:center}.sidebar__icon{background-color:#16a34a;padding:.5rem;border-radius:.375rem}.sidebar__svg{width:2rem;height:2rem;color:#fff}.sidebar__brand{margin-left:.5rem;font-weight:700;font-size:1.25rem;color:#1f2937}.sidebar__nav{flex:1;overflow-y:auto;padding:1rem}.sidebar__section{margin-top:1rem}.sidebar__section-title{font-size:.75rem;font-weight:600;color:#6b7280;margin:.5rem 0;text-transform:uppercase}.sidebar__link{display:flex;align-items:center;padding:.5rem;font-size:.875rem;border-radius:.375rem;color:#4b5563;text-decoration:none;transition:all .2s;justify-content:space-between}.sidebar__link:hover{background-color:#f9fafb;color:#111827}.sidebar__link.active{background-color:#d1fae5;color:#065f46}.sidebar__left_side{display:flex;align-items:center}.sidebar__icon-small{margin-right:.75rem;font-size:1.125rem}.sidebar__footer{padding:1rem;border-top:1px solid #e5e7eb}.sidebar__user{display:flex;align-items:center}.sidebar__avatar{width:2.25rem;height:2.25rem;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.sidebar__username{font-size:.875rem;font-weight:500;color:#374151;margin-left:.75rem}.sidebar__logout{font-size:.75rem;margin-left:.75rem;display:flex;align-items:center;color:#6b7280;background:none;border:none;cursor:pointer}.sidebar__logout:hover{color:#374151}.sidebar__logout svg{margin-right:.25rem}.sidebar-item{width:100%}.sidebar-item .item-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;border-radius:4px;cursor:pointer;transition:background .2s}.sidebar-item .item-header:hover{background-color:#f0f0f0}.sidebar-item .item-header.active{background-color:#e5e5e5;font-weight:500}.sidebar-item .item-header .item-link{display:flex;align-items:center;text-decoration:none;color:#333;flex:1}.sidebar-item .item-header .item-link .item-icon{font-size:20px;margin-right:10px}.sidebar-item .item-header .item-link .item-label{font-size:14px}.sidebar-item .item-header .item-toggle{margin-left:auto;display:flex;align-items:center}.sidebar-item .item-children{padding-left:30px;margin-top:4px;display:flex;flex-direction:column}.sidebar-item .item-children .child-link{padding:6px 12px;text-decoration:none;color:#555;font-size:13px;border-radius:4px}.sidebar-item .item-children .child-link:hover{background-color:#f4f4f4}.sidebar-item .item-children .child-link.active-child{font-weight:500;color:#007aff;background-color:#e8f0fe}.sidebar__dropdown_icon{transition:transform .3s ease;display:inline-block;transform:rotate(0)}.sidebar__dropdown_icon.open{transform:rotate(180deg)}.children-box{margin-top:2px;border-radius:10px;overflow:hidden;transition:max-height .4s ease,padding .3s ease;max-height:0;background-color:var(--gray-white-b)}.children-box.open{max-height:500px;padding:10px}*{box-sizing:border-box;padding:0;margin:0;font-family:Poppins,sans-serif;-webkit-user-select:none;-moz-user-select:none;user-select:none}:root{--gb-green-color: #006e3d;--gb-green-color: #30a46c;--gb-green-color: #16a34a;--gb-orange-color: #fac2a1;--light-black: #3a3935;--gray-white: #ffffff;--light-green: #efffeb;--light-gray: #b5bdce;--rating-yellow: #fbbc05;--location-color: #34a853;--input-box-color: #f4f7ff;--pl-color: #f2ffeb;--blue-fade: #f4f7ff;--blue-strong: #c3cde2;--gray-white-b:#f9fafb;--bg-gray: rgb(228, 228, 228);--app-gray: rgb(243, 243, 243);--base-gray: rgb(243, 243, 243);--gray-border:#cccccc;--light-gray:rgb(237, 255, 240)}body{background-color:#f3f4f6}a{text-decoration:none;color:gray}.global_loader{background-color:#fff;position:fixed;z-index:10;height:100vh;display:flex;place-content:center;place-items:center;width:100%}.global_loader.transparent{background-color:#ffffff80}.red{color:red}.capitalize{text-transform:capitalize}.sm_text{font-size:.8rem}.mt-5{margin-top:5px}.ml-5{margin-left:5px}.mt-up{margin-top:10px}.fl-r{float:right}.success{color:green}.text_fade{color:#a9a9a9;font-size:15px}.txt-align{text-align:center}.input_disabled{outline:1px solid rgb(187,187,187)}.content-right{display:flex;justify-content:right;padding:5px}.base_btn{height:40px;min-width:120px;border-radius:8px;border:none;cursor:pointer;font-size:1rem;background-color:var(--gb-green-color);color:#fff}.base_btn:focus{outline:2px solid var(--gb-green-color)}.base_btn_outline{height:40px;min-width:120px;border-radius:8px;border:none;cursor:pointer;font-size:1rem;border:1px solid green;color:green}.base_btn_disabled{opacity:.5}.gram_input{margin-top:10px;margin-left:5px;width:100px}.base_input{width:100%;min-height:40px;border-radius:5px;border:none;padding:10px;font-size:.9rem;border:1px solid var(--gb-green-color);color:#000}.base_input:focus{outline:2px solid var(--gb-green-color)}.input_checkbox{height:20px;width:20px}.cur-p{cursor:pointer}.ck ul,ol{margin-left:20px}.edit-react-select{font-size:14px}.logout_actions{color:red}.custom_alert{position:fixed;left:0;top:0;display:flex;z-index:11;background-color:#0003;height:100vh;width:100vw}.custom_alert .alert_sm{margin:auto;background-color:#fff;min-height:30vh;min-width:40%;max-width:50%;display:flex;flex-direction:column;row-gap:20px;place-items:center;place-content:center;transform:translateY(-40%);padding:20px;border-radius:5px;box-shadow:1px 1px 10px gray;animation-name:alertAni;animation-duration:.3s;animation-timing-function:ease-in-out;animation-iteration-count:1}.custom_alert .alert_sm .info{font-size:30px;color:#c3c300}.custom_alert .alert_sm p{text-align:center}.custom_alert .alert_sm .note{color:#616161}.custom_alert .alert_sm .button_box{display:flex;-moz-column-gap:20px;column-gap:20px;place-content:center}.custom_alert .alert_sm .button_box button{height:40px;min-width:150px;border-radius:8px;background-color:green;color:#fff;font-size:15px;border:none;cursor:pointer;margin-top:20px;transform:.5s}.custom_alert .alert_sm .button_box button:hover{background-color:#055b05}.custom_alert .alert_sm .button_box button.btn-outline{border:1px solid var(--gb-green-color);background-color:transparent;color:var(--gb-green-color)}.has_dropdown{position:relative;max-height:60px}.custom_toggle_box{position:absolute;min-height:150px;min-width:150px;border-radius:8px;box-shadow:0 3px 10px #bababa;background-color:#fff;right:0;top:calc(100% + 15px);display:flex;row-gap:5px;place-content:center;display:none}.custom_toggle_box .dropdown_content{width:100%}.custom_toggle_box .dropdown_header{text-align:center}.custom_toggle_box .dropdown_list{padding:10px;border-bottom:1px solid rgb(218,218,218);display:flex;place-items:center}.custom_toggle_box .dropdown_list:hover{background-color:var(--gray-white);color:#000}.custom_toggle_box.open_dropdown{display:flex}.notification_drop{width:100}.notification_drop .custom_toggle_box{width:500px;right:-80px;height:90vh}.custom_content_loader{position:absolute;display:flex;place-content:center;place-items:center;height:100%;width:100%;z-index:10;background-color:#fff;opacity:.8}.no_data_component img{height:200px}@keyframes alertAni{0%{scale:0}to{scale:1}}.input_search_field{display:flex;position:relative;background-color:#fff;border-radius:8px}.input_search_field button{width:40px;min-width:20px;position:absolute;right:0;background-color:#fff;color:gray}.input_search_field input:focus{outline:none}.button_box{display:flex;-moz-column-gap:5px;column-gap:5px;margin-top:10px}.button_box button{margin:0}.underline{text-decoration:underline}.jeb_dialog{position:fixed;top:0;left:0;height:100vh;width:100%;background-color:#80808080;display:flex;place-content:center;place-items:center;z-index:10}.jeb_dialog.mini_dialog_form .dialog_sm{width:50%;height:auto}.jeb_dialog.mini_dialog_form .dialog_sm p{margin-top:20px}.jeb_dialog.mini_dialog_form .dialog_sm .base_input{margin-top:30px}.jeb_dialog .dialog_sm{margin:auto;width:80%;animation:categoryD .3s 1 ease-in-out;border:2px solid white;height:90%;border-radius:8px;background-color:#fff;padding:20px}.jeb_dialog .dialog_sm.w-50{width:50%}.category_dialog{position:fixed;left:0;top:0;width:100vw;display:flex;z-index:20;height:100vh;background-color:gray}.category_dialog .category_dialog_sm{margin:auto;display:flex;flex-direction:column;place-items:center;width:80%;height:90%;position:relative;overflow:hidden;box-shadow:1px 1px 10px gray;border-radius:8px;background-color:#fff;padding:10px;animation:categoryD .3s 1 ease-in-out}.category_dialog .category_dialog_sm .input_search_filter{display:flex;padding:10px}.category_dialog .category_dialog_sm .input_search_filter input{margin:auto;height:40px;width:50%;padding:10px;font-size:15px;background-color:var(--gray-white);border-radius:8px;font-size:1rem;border:none}.category_dialog .category_dialog_sm .category_box{width:100%;height:70%;padding:10px}.category_dialog .category_dialog_sm .category_box .category_box_sm{height:100%;width:100%;overflow-y:scroll}.category_dialog .category_dialog_sm .category_box .internal_cat{border:2px solid black}.category_dialog .category_dialog_sm .button_box{display:flex;-moz-column-gap:10px;column-gap:10px;place-content:center;margin-top:10px}.category_dialog .category_dialog_sm .button_box button{height:40px;min-width:120px;border-radius:8px;font-size:1rem;border:none;cursor:pointer}.category_dialog .category_dialog_sm .button_box .save{background-color:var(--gb-green-color);color:#fff}.category_dialog .category_dialog_sm .main_sub_name{border-radius:8px}.category_dialog .category_dialog_sm .main_sub_name:hover{background-color:var(--pl-color)}.category_dialog .category_dialog_sm .no_items_p{cursor:pointer;border-radius:8px}.category_dialog .category_dialog_sm .no_items_p:hover{background-color:var(--blue-strong)}@keyframes categoryD{0%{scale:0;opacity:0}to{scale:1;opacity:1}}.bold_p{font-size:1.2rem;font-weight:500}.bold_text{font-weight:500}.main_container{display:flex;position:relative}.main_container .side_nav_container{border-right:1px solid rgb(230,230,230);background-image:linear-gradient(180deg,var(--gb-green-color),rgb(0,81,0));position:relative;position:sticky;top:0;height:100vh;z-index:6}.main_container .jsx_elements{width:100%;float:right;position:relative}.main_container .jsx_elements .top_user_navigation{position:sticky;z-index:5;background-color:#fff;top:0;height:70px;display:flex;border-bottom:1px solid rgb(230,230,230)}.main_container .jsx_elements .top_user_navigation .left{width:50%;display:flex;place-items:center;color:gray}.main_container .jsx_elements .top_user_navigation .left h3{padding:10px;font-weight:600}.main_container .jsx_elements .top_user_navigation .right{width:50%;display:flex;place-items:center;justify-content:right;-moz-column-gap:40px;column-gap:40px;padding:5px}.main_container .jsx_elements .top_user_navigation .right div{cursor:pointer;position:relative}.main_container .jsx_elements .top_user_navigation .username{display:flex;place-content:center;place-items:center;-moz-column-gap:10px;column-gap:10px}.main_container .jsx_elements .dashboard_outlet{padding:0 15px}.dashboard_circular_progress{position:absolute;width:100%;background-color:#fff;height:100vh;z-index:10;display:flex;place-content:center;place-items:center;opacity:.5}.notification_container{overflow-y:scroll;min-width:400px;width:100%;padding:10px}.notification_container .dropdown_header{font-size:20px;text-align:center;font-weight:600;color:gray}.notification_container .notifications{color:gray;margin-top:10px;padding:10px;border-radius:8px;background-color:var(--blue-fade);position:relative}.notification_container .notifications .mark_seen{position:absolute;right:10px;font-size:.8rem;min-width:100px;text-align:center;border-radius:5px;background-color:var(--gray-white);color:#000;display:flex;place-content:center;place-items:center;-moz-column-gap:5px;column-gap:5px;padding-left:5px;padding-right:5px}.notification_container .notifications .mark_seen:hover,.notification_container .notifications .mark_seen.seen{background-color:#0404cb;color:#fff}.notification_container .notifications .mark_seen.seen:hover{background-color:var(--gray-white);color:#000}.notification_container .notifications .noti_header{font-weight:600}.notification_container .notifications .small_text{font-size:.8rem;color:gray;margin-top:5px}.notification_container .notifications .datetime{font-size:.7rem;color:gray;margin-top:10px}.sellerdb_side_nav{position:sticky;height:100%;top:0;position:relative;width:250px;z-index:1}.sellerdb_side_nav .expandNav{position:absolute;right:-20px;border-radius:50%;top:7%;height:30px;width:30px;display:flex;place-items:center;place-content:center;z-index:5;cursor:pointer;background-color:#e6e6e6;color:gray}.sellerdb_side_nav .side_nav_sm{overflow:hidden;box-shadow:1px 1px 10px gray;height:100%}.sellerdb_side_nav .side_nav_sm .top_logo_box{height:70px;display:flex;place-items:center;border-bottom:1px solid rgb(223,223,223);padding:10px 0}.sellerdb_side_nav .side_nav_sm .top_logo_box .logo_text{font-size:20px;font-weight:600;color:#fff;margin-left:10px}.sellerdb_side_nav .side_nav_sm .top_logo_box img{height:100%;border-radius:50%}.sellerdb_side_nav .side_nav_sm .dashboard{margin-top:50px;border-radius:8px;width:80%;margin-left:5px;box-shadow:0 0 2px #e8e8e8;color:#fff;cursor:pointer}.sellerdb_side_nav .side_nav_sm .dashboard p{display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px}.sellerdb_side_nav .side_nav_sm .dashboard .icon{color:#fff;font-size:30px}.sellerdb_side_nav .side_nav_sm .navigation_list{margin-top:30px;overflow-y:auto;height:75%;transition:.5s ease-in}.sellerdb_side_nav .side_nav_sm .navigation_list::-webkit-scrollbar{width:3px}.sellerdb_side_nav .side_nav_sm .navigation_list::-webkit-scrollbar-track{border-radius:10px;background:none}.sellerdb_side_nav .side_nav_sm .navigation_list::-webkit-scrollbar-thumb{background-color:#ceffd5;border-radius:10px}.sellerdb_side_nav .side_nav_sm .navigation_list::-webkit-scrollbar-thumb:hover{background:#555}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul{list-style:none}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li{margin-top:10px}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .head{display:flex;place-items:center;justify-content:space-between;cursor:pointer;padding:10px;border-radius:8px;transform:.5s ease}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .head .name{display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .head .icon{color:gray}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .head:hover{background-color:var(--gray-white)}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .child_accordin{padding:10px;border-radius:8px;background-color:#cecece;animation:accordSellerAni .3s 1 ease-in;width:90%;margin:auto}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .child_accordin .child_ul{list-style-type:none}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .child_accordin .child_ul li{padding:10px;border-bottom:.5px solid rgb(219,219,219);cursor:pointer}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .parent_li .child_accordin .child_ul li:hover{color:green}.sellerdb_side_nav .side_nav_sm .navigation_list .parent_ul .active{background-color:var(--gray-white);border-radius:8px}.mini_nav{width:60px;animation:navAni .3s 1 ease-out}.mini_nav .side_nav_sm .top_logo_box .logo_text{display:none}.mini_nav .side_nav_sm .dashboard{display:flex;place-content:center}.mini_nav .side_nav_sm .dashboard .text{display:none}.mini_nav .side_nav_sm .accordin_box{display:flex;position:relative;place-content:center}.mini_nav .side_nav_sm .accordin_box .indi_accordin .title_and_icon .accordin_title,.mini_nav .side_nav_sm .accordin_box .indi_accordin .isopen_icon{display:none}.mini_nav .side_nav_sm .accordin_box .children_accordin{box-shadow:1px 1px 10px gray;position:absolute;top:0;width:200px;left:calc(100% + 10px)}.mini_nav .side_nav_sm .accordin_box .children_accordin .accordin_box{display:none}.mini_nav .side_nav_sm .accordin_box .children_accordin .accordin_box .indi_accordin .title_and_icon .accordin_title{display:block}.accordin_box{-webkit-user-select:none;-moz-user-select:none;user-select:none;padding:5px;max-height:50px;overflow:hidden;transition:max-height .5s ease-out,padding .5s ease-out}.accordin_box .isopen_icon{color:#fff}.accordin_box .icon_active{color:gray}.accordin_box .indi_accordin{max-height:40px;display:flex;place-items:center;border-radius:8px;justify-content:space-between}.accordin_box .indi_accordin:hover{background-color:#fff}.accordin_box .indi_accordin:hover .title_and_icon,.accordin_box .indi_accordin:hover .isopen_icon{color:gray}.accordin_box .indi_accordin .title_and_icon{display:flex;color:#fff;place-items:center;-moz-column-gap:10px;column-gap:10px;margin-left:10px}.accordin_box .indi_accordin .title_and_icon .accordin_title{font-weight:500;font-size:.8rem}.accordin_box .indi_accordin .title_and_icon.active{color:gray}.accordin_box .indi_accordin .title_and_icon.active .title_and_icon,.accordin_box .indi_accordin .title_and_icon.active .title_and_icon .accord_icon,.accordin_box .indi_accordin .title_and_icon.active .isopen_icon{color:#616161}.accordin_box .indi_accordin .isopen_icon{float:right}.accordin_box .children_accordin{background-color:var(--gray-white);border-radius:8px;margin-top:5px;width:90%;margin-left:10px;overflow:hidden;animation-duration:.3s;animation-timing-function:ease-out;animation-iteration-count:1}.accordin_box .children_accordin .indi_accordin{height:30px}.accordin_box .children_accordin .title_and_icon{color:#616161;margin-left:10px}.accordin_box .children_accordin .title_and_icon .accordin_title{font-size:.7rem}.accordin_box .close{animation-name:closeAccordin}.accordin_box .open{animation-name:accordinChild}.accord_active{max-height:400px;transition:max-height .5s ease-in,padding .5s ease-in;overflow:hidden}.accord_active .indi_active{background-color:#fff}.accord_active .indi_active .title_and_icon{color:gray}.accord_active .indi_accordin.active{background-color:#fff}.accord_active .indi_accordin.active .title_and_icon{color:gray}.accord_active .indi_accordin.active .title_and_icon .accordin_title{font-weight:700;color:green}.accord_active .children_accordin{height:inherit}.isopen_icon{transition:.5s ease;height:50px;width:50px;display:flex;place-content:center;place-items:center}.icon_active{rotate:180deg}.seller_login{color:gray;display:flex;height:90vh}.seller_login .seller_login_sm{margin:auto;background-color:var(--gray-white);min-height:80vh;width:80%;display:flex;padding:20px;border-radius:8px}.seller_login .seller_login_sm .left{width:50%;display:flex;place-content:center;place-items:center;flex-direction:column}.seller_login .seller_login_sm .left .img_box img{height:200px;border-radius:50%}.seller_login .seller_login_sm .left h2{font-size:2rem}.seller_login .seller_login_sm .right{width:50%;display:flex;place-content:center;place-items:center}.seller_login .seller_login_sm .right form{height:80%;width:70%;display:flex;flex-direction:column;place-content:center;row-gap:20px}.seller_login .seller_login_sm .right form a{color:green;text-decoration:underline}.seller_login .seller_login_sm .right form .form-control{margin-top:10px}.seller_login .seller_login_sm .right form button{width:100%}.otp_validation_form .auth_size_manager .otp_verification_header{flex-direction:column;place-items:center}.otp_validation_form .auth_size_manager .otp_verification_header p{margin-top:20px;text-align:center}.otp_validation_form .auth_size_manager .form-box{display:flex;-moz-column-gap:10px;column-gap:10px}.otp_validation_form .auth_size_manager .form-box .form-control input[type=number]{height:60px;width:60px;border-radius:15px;border:none;box-shadow:1px 1px 10px gray;text-align:center;font-weight:800;font-size:20px}.hide_input_number_styling{place-items:center;margin:auto}.hide_input_number_styling input[type=number]::-webkit-inner-spin-button,.hide_input_number_styling input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.password{display:flex;position:relative;place-items:center}.password .eye{position:absolute;right:10px;cursor:pointer;background-color:#fff}.custom-input{height:40px;min-width:250px;border-radius:8px;border:none;padding:10px;font-size:17px;color:#616161}.my_profile_container{margin-top:5px;padding:20px;border-radius:5px;background-color:var(--gray-white)}.my_profile_container .my_profile_sm .profile_content_header{margin-bottom:10px}.my_profile_container .my_profile_sm .profile_content_header p{display:flex;place-items:center;font-weight:500}.my_profile_container .my_profile_sm .profile_detail{width:100%}.my_profile_container .my_profile_sm .profile_detail .fields{display:grid;grid-template-columns:auto auto;-moz-column-gap:20px;column-gap:20px}.my_profile_container .my_profile_sm .profile_detail .detail_control{padding:20px 0}.my_profile_container .my_profile_sm .profile_detail .detail_control .label{font-size:14px;color:gray;margin-bottom:10px}.my_profile_container .my_profile_sm .profile_detail .detail_control .base_input{border:1px solid rgb(197,197,197);background-color:transparent}.my_profile_container .my_profile_sm .profile_detail .change_profile{width:20%;display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:space-between;place-items:center;position:relative}.my_profile_container .my_profile_sm .profile_detail .change_profile .input_file{opacity:0;position:absolute;width:100%;top:0;height:100%}.my_profile_container .my_profile_sm .profile_detail .button_box{display:flex;flex-direction:column;row-gap:20px}.my_profile_container .my_profile_sm .profile_detail .button_box button{width:300px}.change_profile_password .my_profile_sm{max-width:400px}.change_profile_password form .form-control{margin-bottom:20px;margin-top:20px}.edit_profile_container .my_profile_sm .profile_detail .detail_box{-moz-column-gap:20px;column-gap:20px}.edit_profile_container .my_profile_sm .profile_detail .detail_box .detail_control{width:50%;display:flex;flex-direction:column}.edit_profile_container .my_profile_sm .profile_detail .detail_box .detail_control .input,.edit_profile_container .my_profile_sm .profile_detail .detail_box .detail_control select{margin-top:10px;height:50px;background-color:#f4f7ff;font-size:15px;color:gray;border-radius:10px;width:100%;padding:0 10px;border:none}.base_admin_homepage{padding:0 30px}.base_admin_homepage .homepage_sm .finiance-overview{background-color:#fff;border-radius:5px;padding-inline-start:10px;padding:20px;display:flex;justify-content:space-between;place-items:center}.base_admin_homepage .homepage_sm .finiance-overview .main{width:30%;text-align:center;color:#616161}.base_admin_homepage .homepage_sm .finiance-overview .main .main_image img{max-height:100px}.base_admin_homepage .homepage_sm .finiance-overview .main h2{color:var(--gb-green-color);font-size:1.7rem}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes{width:65%;display:grid;grid-template-columns:49% 49%;place-content:center;justify-content:space-between;margin-top:10px;flex-wrap:wrap;gap:10px}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes .box{box-shadow:1px 1px 10px #eae8e8;min-height:100px;border-radius:5px;padding:15px;color:#616161;display:grid;gap:10px;grid-template-areas:"price price img" "title title img" "title title img"}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes .box .price{grid-area:price;font-weight:700;color:#616161;font-size:1.2rem}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes .box .title{grid-area:title;font-size:.9rem}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes .box .img_box{grid-area:img;display:flex;place-content:center;place-items:center}.base_admin_homepage .homepage_sm .finiance-overview .other_boxes .box img{max-height:90px;max-width:60px;-o-object-position:center;object-position:center;-o-object-fit:cover;object-fit:cover;border-radius:5px}.base_admin_homepage .homepage_sm .box_analytics{margin-top:30px;display:flex;-moz-column-gap:20px;column-gap:20px;justify-content:space-between}.base_admin_homepage .homepage_sm .box_analytics .box{max-height:130px;width:24%;background-color:#fff;border-radius:5px;display:grid;grid-template-areas:"title icon" "quantity quantity" "quantity quantity"}.base_admin_homepage .homepage_sm .box_analytics .box .grid-item{display:flex;place-content:left;padding:10px;place-items:center}.base_admin_homepage .homepage_sm .box_analytics .box .grid-item.title{grid-area:title;padding-left:10px}.base_admin_homepage .homepage_sm .box_analytics .box .grid-item.quantity{font-weight:500;font-size:1.2rem;word-spacing:4px;letter-spacing:1.2px;color:#616161;width:100%;grid-area:quantity;padding-left:10px}.base_admin_homepage .homepage_sm .box_analytics .box .grid-item.icon{justify-content:center;grid-area:icon}.base_admin_homepage .homepage_sm .ongoing_overview{margin-top:20px;background-color:#fff;border-radius:5px;padding:20px}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics{display:grid;grid-template-columns:18% 18% 18% 18% 18%;gap:10px}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics .box{box-shadow:none;background-color:#f0f0f0;width:auto;grid-template-areas:"title icon" "quantity quantity";justify-content:space-between}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics .box .grid-item{padding:10px}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics .box .title{display:block;font-size:.9rem}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics .box .quantity{font-size:1rem;margin-top:10px}.base_admin_homepage .homepage_sm .ongoing_overview .box_analytics .box .icon{height:40px;margin-top:5px}.base_admin_homepage .homepage_sm .charts_container{padding-bottom:20px;margin-top:20px;color:#616161;display:flex;flex-wrap:wrap;justify-content:space-between;-moz-column-gap:10px;column-gap:10px}.base_admin_homepage .homepage_sm .charts_container .line_chart_space{background-color:#fff;border-radius:5px;padding:20px;width:60%}.base_admin_homepage .homepage_sm .charts_container .line_chart_space .day_details .header{font-weight:500}.base_admin_homepage .homepage_sm .charts_container .line_chart_space .day_details .details_box{display:flex;justify-content:space-between}.base_admin_homepage .homepage_sm .charts_container .line_chart_space .day_details .details_box .subtotal{display:flex;place-items:center;margin-top:20px;-moz-column-gap:20px;column-gap:20px}.base_admin_homepage .homepage_sm .charts_container .line_chart_space .day_details .details_box .subtotal .value{display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px;font-size:1.4rem;color:#616161}.base_admin_homepage .homepage_sm .charts_container .line_chart_space .day_details .details_box .subtotal .value .bulb{height:10px;width:10px;box-shadow:0 0 5px #c6c6c6;border-radius:50%;background-color:green;animation:bulb 1s infinite ease-out}@keyframes bulb{0%{box-shadow:0 0 #00b300}to{box-shadow:0 0 15px #0f0}}.base_admin_homepage .homepage_sm .charts_container .pie_chart_space{background-color:#fff;border-radius:5px;width:39%;display:flex;place-content:center;place-items:center}.base_admin_homepage .homepage_sm .charts_container .line_box{margin-top:70px}.jeb_table_container .app_table{font-family:Arial,sans-serif;padding:20px}.jeb_table_container .table-container{width:100%}.jeb_table_container .table_scroll_container{position:relative;width:100%;overflow-x:auto}.jeb_table_container .responsive-table{width:100%;border-collapse:collapse;color:#616161;border-radius:10px;overflow:hidden}.jeb_table_container .responsive-table th{height:70px}.jeb_table_container .responsive-table th,.jeb_table_container .responsive-table td{text-align:left;font-size:.9rem;white-space:nowrap;border-bottom:1px solid rgb(217,217,217)}.jeb_table_container .responsive-table th{font-weight:500}.jeb_table_container .responsive-table tbody tr:hover{background-color:#d1fae5}.jeb_table_container .responsive-table thead tr{background-color:var(--gray-white-b)}.jeb_table_container .responsive-table th,.jeb_table_container .responsive-table td{padding:8px;text-align:left}@media (max-width: 800px){.jeb_table_container .table-container{overflow-x:auto}.jeb_table_container .responsive-table{width:100%;min-width:800px}}.search_input{display:flex;-moz-column-gap:10px;column-gap:10px}.search_input input{border:none;padding:10px;height:40px;border-top-left-radius:5px;border-bottom-left-radius:5px}.search_input input:focus{outline:none}.search_input .search_btn,.search_input .refresh_btn{min-width:40px;border:none;background-color:var(--gb-green-color);border-top-right-radius:5px;border-bottom-right-radius:5px;color:#fff;cursor:pointer}.search_input .refresh_btn{border-radius:5px}.users_table{margin-top:20px}.users_table .filter_box{display:grid;grid-template-columns:auto auto auto;justify-content:space-between}.users_table .filter_box ul{display:flex;place-items:center;list-style:none;height:40px;-moz-column-gap:10px;column-gap:10px}.users_table .filter_box ul li{border:1px solid gray;padding:2px;height:40px;display:flex;place-content:center;place-items:center;min-width:100px;font-size:.8rem;cursor:pointer;border-radius:5px}.users_table .filter_box ul li.active{background-color:var(--gb-green-color);color:#fff}.users_table .select_box_container{margin-right:20px}.users_table .select_box_container select{height:40px;border:none;border-radius:5px;padding:5px}.users_table .select_box_container select:focus{outline:none}.users_table .responsive-table{margin-top:20px;background-color:#fff}.users_table .responsive-table tr,.users_table .responsive-table td{font-size:.9rem}.users_table .delete_btn{cursor:pointer;color:var(--gb-green-color);padding:10px 0}.users_table .pagination_box{margin-top:20px;display:flex;-moz-column-gap:10px;column-gap:10px}.users_table .user_tdata{display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px}.custom_snack_process{position:fixed;top:0;left:50%;transform:translate(-50%,50%);padding:2px;min-height:70px;min-width:300px;max-width:100%;z-index:10;background-color:#fff;box-shadow:1px 1px 10px gray;border-radius:5px;display:flex;justify-content:space-between;-moz-column-gap:20;column-gap:20}.custom_snack_process.ani_out{animation:customSnackOut .5s 1 ease-in-out;top:-200px}@keyframes customSnackOut{0%{top:0;opacity:.7}to{opacity:0;top:-120px}}.custom_snack_process.ani_err{border:2px solid red}.custom_snack_process.ani_err .header p{color:red}.custom_snack_process.ani_in{animation:customSnackIn .5s 1 ease-in-out}@keyframes customSnackIn{0%{top:-120px}to{top:0}}.custom_snack_process .icon_box{position:relative;display:flex;place-content:center;place-items:center;margin-left:20px}.custom_snack_process .icon_box .icon{position:absolute;color:gray}.custom_snack_process .close_icon{display:flex;place-content:center;place-items:center;cursor:pointer}.custom_snack_process .header{width:50%;display:flex;place-content:center;place-items:center;text-align:center;color:#616161}.custom_snack_process .header p{font-size:.8rem}.tooltip-container{position:relative;display:inline-block;transform:1s ease}.tooltip-container .tooltip{visibility:hidden;position:absolute;min-width:100px;width:100%;background-color:#9c9c9c;color:#fff;border-radius:6px;font-size:15px;padding:5px;text-align:center;left:50%;transform:translate(-50%,calc(-100% - 30px));z-index:4;text-wrap:wrap;opacity:0;animation:tooltip .2s 1 ease-in;box-shadow:1px 1px 5px #aaa}.tooltip-container .tooltip_down{transform:translate(-50%,calc(100% + 10px));bottom:0}.tooltip-container:hover .tooltip{visibility:visible;opacity:1}@keyframes tooltip{0%{opacity:0}to{opacity:1}}.data_loader_container{width:100%;background-color:#ffffffb3;border-radius:5px;height:90vh;z-index:5;padding:10px;display:flex;place-content:center;place-items:center;position:absolute}.link{text-decoration:underline;color:green}.price_text{font-weight:500;color:var(--gb-green-color)}.jeb_link{text-decoration:underline;color:green;cursor:pointer;font-size:.8rem}.header_box_btn{display:flex;justify-content:space-between;place-items:center}.edit_btn{height:40px;padding-left:20px;padding-right:20px;border-radius:5px;border:none;background-color:var(--gb-green-color);color:#fff;cursor:pointer}.edit_btn.outline{border:1px solid var(--gb-green-color);color:var(--gb-green-color);background-color:transparent}.edit_btn.turn_red{background-color:#ff5757}.edit_btn:hover{background-color:var(--gb-green-color);color:#fff}.seller_profile_container{margin-top:20px}.seller_profile_container .seller_profile_sm .banner_container{background-color:var(--gray-white-b);display:flex;padding:10px;border-radius:5px;min-height:400px}.seller_profile_container .seller_profile_sm .banner_container .top_banner_box{margin:auto;width:80%;box-shadow:1px 1px 5px gray;height:300px;border-top-left-radius:5px;border-top-right-radius:5px;background-position:center;background-size:cover;background-repeat:no-repeat;display:flex;place-content:center;position:relative}.seller_profile_container .seller_profile_sm .banner_container .top_banner_box .img_box{border:2px solid black}.seller_profile_container .seller_profile_sm .banner_container .top_banner_box .img_box img{max-height:100%}.seller_profile_container .seller_profile_sm .banner_container .top_banner_box .avatar_box{border-radius:50%;padding:10px;box-shadow:1px 1px 10px gray;background-color:#fff;position:absolute;bottom:-20px;left:20px}.seller_profile_container .seller_profile_sm .banner_container .top_banner_box .seller_desc{display:flex;place-content:center;place-items:center;flex-direction:column}.seller_profile_container .seller_profile_sm .banner_container .operations ul{display:flex;list-style:none;-moz-column-gap:20px;column-gap:20px;justify-content:right;margin-top:20px;margin-right:20px}.seller_profile_container .seller_profile_sm .banner_container .operations ul li{border:1px solid slategray;padding:5px;border-radius:5px;font-size:.8rem;cursor:pointer}.seller_profile_container .seller_profile_sm .banner_container .operations ul li:hover{color:var(--gb-green-color)}.seller_profile_container .seller_profile_sm .banner_container .operations ul li.active{background-color:var(--gb-green-color);color:#fff}.seller_profile_container .seller_profile_sm .operations ul{display:flex;list-style:none;-moz-column-gap:20px;column-gap:20px;margin-top:20px;margin-right:20px}.seller_profile_container .seller_profile_sm .operations ul li{border:1px solid slategray;padding:5px;border-radius:5px;font-size:.8rem;cursor:pointer}.seller_profile_container .seller_profile_sm .operations ul li:hover{color:var(--gb-green-color)}.seller_profile_container .seller_profile_sm .operations ul li.active{background-color:var(--gb-green-color);color:#fff}.seller_profile_container .seller_profile_sm .other_seller_details{margin-top:20px;display:grid;min-height:300px;grid-template-areas:"social statics statics statics statics" "detail statics statics statics statics" "detail  statics statics statics statics" "bank bank dd dd dd";color:#616161;gap:10px}.seller_profile_container .seller_profile_sm .other_seller_details .social{grid-area:social}.seller_profile_container .seller_profile_sm .other_seller_details .detail{grid-area:detail}.seller_profile_container .seller_profile_sm .other_seller_details .statics{grid-area:statics}.seller_profile_container .seller_profile_sm .other_seller_details .seller_social_info{display:flex;justify-content:space-between;-moz-column-gap:10px;column-gap:10px}.seller_profile_container .seller_profile_sm .other_seller_details .seller_social_info .box{width:49%;height:100px;text-align:center;font-size:1.1rem;border-radius:5px;background-color:#fff}.seller_profile_container .seller_profile_sm .other_seller_details .seller_social_info .box .title{display:flex;place-content:center;place-items:center;height:60%;font-weight:500}.seller_profile_container .seller_profile_sm .other_seller_details .header_box{display:flex;justify-content:space-between}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info{padding:10px;border-radius:5px;background-color:#fff}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .header_box{display:flex;justify-content:space-between}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .basic_info_table{border-collapse:collapse;margin-top:10px;width:100%}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .basic_info_table td{padding:5px}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .basic_info_table td,.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .basic_info_table th{border:1px solid rgba(221,221,221,.8666666667);padding:10px;font-size:.9rem}.seller_profile_container .seller_profile_sm .other_seller_details .basic_info .basic_info_table td:nth-child(1){font-weight:500}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics{border-radius:5px;padding:10px;display:grid;grid-template-columns:32% 32% 32%;justify-content:space-between;row-gap:20px;background-color:#fff}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .box{height:150px;background-color:var(--gray-white-b);border-radius:5px;padding:10px;text-align:center;position:relative}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .box .icon{padding:10px;border-radius:50%}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .box .price{margin-top:20px;font-size:1.2rem}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .box .last_desc{font-size:.9rem}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .box .view_btn{position:absolute;top:10px;right:10px;height:30px;width:30px;display:flex;place-content:center}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .sales{background-color:#c8efff}.seller_profile_container .seller_profile_sm .other_seller_details .seller_statics .order{background-color:#ffdada}.seller_profile_container .seller_profile_sm .other_seller_details .bank_details{grid-area:bank}.seller_profile_container .seller_profile_sm .order_history{padding:20px;background-color:#fff;border-radius:5px;margin-top:20px;margin-bottom:20px}.seller_profile_container .seller_profile_sm .order_history .header_box_btn{margin-bottom:10px}.user_profile .seller_profile_sm .banner_container{overflow:hidden;padding:0;background-color:#fff;position:relative;min-height:350px;height:200px;display:block}.user_profile .seller_profile_sm .banner_container .img_container{height:70%;width:100%;background-position:center;background-size:cover}.user_profile .seller_profile_sm .banner_container .cards{width:70%;float:right;margin-top:20px;display:flex;-moz-column-gap:20px;column-gap:20px;padding:10px}.user_profile .seller_profile_sm .banner_container .cards .card{padding:3px;min-width:100px;display:flex;place-content:center;border-radius:5px}.user_profile .seller_profile_sm .banner_container .cards .seller{background-color:var(--gb-orange-color)}.user_profile .seller_profile_sm .banner_container .cards .active{background-color:var(--gb-green-color);color:#fff}.user_profile .seller_profile_sm .banner_container .cards .admin{background-color:var(--blue-strong)}.user_profile .seller_profile_sm .banner_container .cards .staff{background-color:purple;color:#fff}.user_profile .seller_profile_sm .banner_container .cards .customer{background-color:#bbaf00;color:#fff}.user_profile .seller_profile_sm .banner_container .profile_picture{height:40%;position:absolute;left:50px;bottom:80px;display:flex;padding:10px;color:#fff;-moz-column-gap:20px;column-gap:20px}.user_profile .seller_profile_sm .banner_container .profile_picture .img_box{height:150px;width:150px;background-color:#fff;box-shadow:1px 1px 10px #fff;border-radius:5px;display:flex;border:1px solid gray}.user_profile .seller_profile_sm .banner_container .profile_picture .img_box img{margin:auto;border-radius:5px;height:100%;width:100%}.user_profile .seller_profile_sm .banner_container .profile_picture .details{margin-top:10px}.user_profile .seller_profile_sm .banner_container .profile_picture .details h2{font-size:2.2rem;font-weight:500}.user_profile .seller_profile_sm .other_details .box{padding:10px}.user_profile .seller_profile_sm .other_details .box .base_table{margin-top:20px;height:80%}.user_profile .seller_profile_sm .other_details .box .base_table td{padding:5px;border-bottom:1px solid rgb(200,200,200)}.base_table{border-collapse:collapse;width:100%}.grid_box{margin-bottom:20px;display:grid;grid-template-columns:49% 49%;gap:20px;margin-top:20px}.grid_box .box{border-radius:5px;background-color:#fff;height:auto}.seller_order_details,.seller_order_details .main_table{margin-top:20px}.base_vendor_listing .filter_icon{display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px;border:1px solid green;padding:2px;border-radius:5px;color:green}.vendor_filter_box{background-color:#00000080}.vendor_filter_box .dialog_sm{max-width:50%}.vendor_filter_box .dialog_sm .btn_group{padding:10px;display:flex;-moz-column-gap:10px;column-gap:10px}.vendor_filter_box .dialog_sm .filter_body{height:80%}.vendor_filter_box .dialog_sm .filter_container{margin-top:20px;padding:10px;border-radius:5px;background-color:var(--gray-white-b);display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px}.vendor_filter_box .dialog_sm .filter_container .base_input{width:200px;background-color:#fff}.vendor_filter_box .dialog_sm .filter_container .filter_select{height:40px;border-radius:5px;border:none;background-color:#fff;padding:5px;font-size:.9rem;width:200px;color:#616161}.vendor_filter_box .dialog_sm .easy_filters{margin-top:10px}.vendor_filter_box .dialog_sm .easy_filters .price{display:flex;place-items:center;-moz-column-gap:20px;column-gap:20px}.vendor_filter_box .dialog_sm .easy_filters .price .base_input{max-width:100px}.product_profile_container .seller_profile_sm .banner_container{position:relative}.product_profile_container .seller_profile_sm .banner_container .img_container{max-height:100px}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product{margin-top:20px;position:relative;left:0;height:20%;display:flex;-moz-column-gap:20px;column-gap:20px;height:auto}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .img_box{border:1px solid gray;border-radius:5px;padding:10px;height:130px;width:130px;margin-left:10px}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .img_box img{height:100%}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .details{flex:2}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .details p,.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .details a{margin-left:5px}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .profile_actions{padding:5px;display:flex;flex-wrap:wrap;width:50%;justify-content:space-between;justify-content:right;margin-right:20px;place-items:center;gap:5px}.product_profile_container .seller_profile_sm .banner_container .profile_picture_product .profile_actions .danger{border:1px solid red;color:red;background-color:transparent}.product_profile_container .seller_profile_sm .grid_box{grid-template-areas:"gt gt" "basic contact"}.product_profile_container .seller_profile_sm .grid_box .box1{grid-area:basic}.product_profile_container .seller_profile_sm .grid_box .box2{grid-area:contact}.product_profile_container .seller_profile_sm .grid_box .box3{grid-area:gt;height:auto}.product_profile_container .seller_profile_sm .img_container{margin-top:10px;display:grid;grid-template-columns:auto auto auto auto auto auto auto auto}.product_profile_container .seller_profile_sm .img_container img{max-height:110px;border-radius:5px}.product_profile_container .seller_profile_sm .product_navigation{display:flex;-moz-column-gap:10px;column-gap:10px;list-style:none;margin-top:10px;margin-left:10px}.product_profile_container .seller_profile_sm .product_navigation li{padding:2px;border-radius:5px;cursor:pointer}.product_profile_container .seller_profile_sm .product_navigation li:hover{color:var(--gb-green-color)}.product_profile_container .seller_profile_sm .product_navigation li.active{background-color:var(--gb-green-color);color:#fff}.product_profile_container .seller_profile_sm .product_description ul{margin-left:20px}.product_profile_container .seller_profile_sm .other_detail .basic_list_table{margin-top:10px;width:100%}.product_profile_container .seller_profile_sm .other_detail .basic_list_table .td_image{display:flex;-moz-column-gap:10px;column-gap:10px}.product_profile_container .seller_profile_sm .other_detail .basic_list_table .td_image img{max-height:50px}.base_category_page{margin-top:10px}.base_category_page .top_navigation{grid-area:nav;min-height:50px}.base_category_page .top_navigation ul{display:flex;list-style:none;-moz-column-gap:10px;column-gap:10px;padding:10px 0}.base_category_page .top_navigation ul li{color:#616161;cursor:pointer;padding:10px 5px}.base_category_page .top_navigation ul li.active{border-bottom:4px solid var(--gb-green-color)}.base_category_page .top_navigation ul li:hover{color:var(--gb-green-color)}.base_category_page .top_form_box{display:grid;-moz-column-gap:10px;column-gap:10px;border-radius:5px;background-color:#fff;padding:20px;margin-top:10;grid-template-areas:"form form preview preview" "btn btn btn btn"}.base_category_page .top_form_box .form_box{grid-area:form;border:1px solid var(--gray-border);padding:10px;border-radius:5px}.base_category_page .top_form_box .form_box input{border:1px solid var(--gray-border);background-color:#fff}.base_category_page .top_form_box .form_box .form_control{padding:10px;font-size:.9rem;color:#616161}.base_category_page .top_form_box .form_box .form_control label{margin-bottom:10px}.base_category_page .top_form_box .form_box .form_control .file_category{border:1px solid var(--gray-border);min-height:40px;border-radius:5px;display:flex;justify-content:space-between;margin-top:10px;position:relative;background-color:#fff}.base_category_page .top_form_box .form_box .form_control .file_category p{font-size:.9rem;margin-top:10px;margin-left:20px}.base_category_page .top_form_box .form_box .form_control .file_category input{opacity:0;width:100%;position:absolute;height:100%}.base_category_page .top_form_box .form_box .form_control .file_category .browse_btn{border:none;border-top-right-radius:5px;border-bottom-right-radius:5px;width:150px;background-color:var(--gray-white-b)}.base_category_page .top_form_box .preview_box{grid-area:preview}.base_category_page .top_form_box .preview_box .preview{margin-bottom:20px;display:flex;flex-direction:column;place-items:center;gap:10px;place-content:center;height:100%}.base_category_page .top_form_box .preview_box .preview .img{max-height:150px;border-radius:5px;box-shadow:1px 1px 5px gray}.base_category_page .top_form_box .btn_box{grid-area:btn;display:flex;-moz-column-gap:20px;column-gap:20px;margin-top:50px}.category_tbody td{text-align:center}.category_tbody .head .btn_p{display:flex;place-items:center;border:1px solid gray;border-radius:5px}.category_tbody .action{display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:center}.category_tbody .action .btn{background-color:none;height:40px;width:40px;font-size:.8rem;border:none;border-radius:5px;cursor:pointer}.category_tbody .action .btn:hover{font-size:1rem}.category_tbody .sub_category{width:100%}.filter_category{display:flex;list-style:none;-moz-column-gap:20px;column-gap:20px;padding:10px 0}.filter_category li{cursor:pointer}.filter_category li:hover{color:green}.filter_category li.active{border-bottom:3px solid green}.main_tables_container{position:relative;overflow:hidden}.main_tables_container .cont{width:100%}.main_tables_container .cont.inactive{display:none}.main_tables_container .selected_sub_category{position:absolute;border:3px solid green;height:auto;top:0;left:100%;background-color:#fff}.main_tables_container .selected_sub_category.active{left:0;animation:slider 1s 1 ease-in-out}@keyframes slider{0%{left:100%}to{left:0}}.main_tables_container .selected_sub_sub_category{border:3px solid purple}.td_action{display:flex;-moz-column-gap:10px;column-gap:10px;justify-content:center}.td_action .btn{background-color:none;height:40px;width:40px;font-size:.8rem;border:none;border-radius:5px;cursor:pointer}.td_action .btn:hover{font-size:1rem}.td_action .btn.seen{background-color:var(--gb-green-color);color:#fff}.td_data{padding:10px;font-size:.8rem}.td_image{display:flex;place-items:center;gap:10px}.td_image img{max-height:30px}.td_image_with_text{place-items:center;display:flex;-moz-column-gap:10px;column-gap:10px}.flex_boxes{display:flex;flex-wrap:wrap;gap:10px}.flex_boxes .header_box{display:flex;justify-content:space-between;padding:10px 0}.flex_boxes .row{width:49%}.flex_boxes .box_info{padding:10px;border-radius:5px;background-color:#fff;width:100%;gap:10px;margin-bottom:20px}.flex_boxes .box_info .tb_image{max-height:100px}.flex_boxes .box_info table{border-collapse:collapse;width:100%}.flex_boxes .box_info table tr,.flex_boxes .box_info table td{border:1px solid rgba(221,221,221,.8666666667);padding:10px;font-size:.8rem}.banner_form_box{display:flex;background-color:#fff;border-radius:5px;padding:10px}.banner_form_box .form{width:40%;padding:10px;min-height:50vh}.banner_form_box .form .form-control{margin-bottom:10px;padding:10px}.banner_form_box .form .form-control .date_input{min-width:300px;height:40px;border-radius:5px;text-align:center}.banner_form_box .banner_image_preview{width:60%;display:flex;flex-direction:column;place-items:center;place-content:center}.banner_form_box .banner_image_preview .top_image{display:flex;place-content:center;place-items:center;border:3px dotted black;border-radius:5px;width:600px;height:auto;aspect-ratio:19/6}.banner_form_box .banner_image_preview .top_image .select_text{position:absolute}.banner_form_box .banner_image_preview .top_image .input_file{height:100%;width:100%;opacity:0}.banner_form_box .banner_image_preview .top_image img{width:100%;height:100%}.form{background-color:#fff;padding:10px;border-radius:5px;box-shadow:0 0 10px #d2d2d2;max-width:500px}.form .form-control input{border:1px solid rgb(212,212,212);background-color:transparent}.form .form-control input:focus{outline:none}.form .form-control textarea{width:100%;border:1px solid rgb(212,212,212);border-radius:5px;max-height:200px;resize:none;padding:10px}.form .form-control label{margin-bottom:10px}.form .form-control .preview_image{border:2px solid green;height:150px;width:150px;position:relative;display:flex;flex-direction:column;place-items:center;place-content:center;border:1px solid rgb(212,212,212);border-radius:5px}.form .form-control .preview_image input{position:absolute;height:100%;width:100%;opacity:0}.form .form-control .preview_image img{height:50px;border-radius:5px;box-shadow:0 0 5px gray}.form .submit{padding:10px 0}.main_brand_container{margin-top:20px}.jeb_form_box{padding:10px;border-radius:5px;background-color:#fff}.jeb_form_box .form-control{margin-bottom:10px}.jeb_form_box .form-control label{color:#616161}.jeb_form_box .form-control .jeb_input{border:1px solid var(--gb-green-color);max-height:40px;width:100%;background-color:transparent;height:40px;border-radius:5px;padding:10px}.jeb_form_box .form-control .jeb_input:focus{outline:2px solid var(--gb-green-color)}.jeb_form_box .form-control .jeb_input.input_err{border-color:red}.image_preview_box{width:60%;display:flex;flex-direction:column;place-items:center;place-content:center}.image_preview_box .top_image{display:flex;place-content:center;place-items:center;border:3px dotted rgb(173,173,173);border-radius:5px;height:auto;min-height:150px;max-height:150px}.image_preview_box .top_image .select_text{position:absolute}.image_preview_box .top_image .input_file{height:100%;width:100%;opacity:0}.image_preview_box .top_image img{width:100%;height:100%}.product_selection_pop{background-color:#0000004d;padding:0}.product_selection_pop .dialog_sm{background-color:var(--gray-white-b);border:none}.product_selection_pop .dialog_sm .responsive-table th,.product_selection_pop .dialog_sm .responsive-table td{border:1px solid white}.base_account_page .account_page_sm{margin-top:20px}.base_account_page .account_page_sm .top_header_navigation ul{list-style:none;display:flex}.base_account_page .account_page_sm .top_header_navigation ul li{padding:10px;margin:10px}.base_account_page .account_page_sm .top_header_navigation ul .active{border-bottom:5px solid green}.accounts_general_info{margin-top:20px}.accounts_general_info .general_info_sm .top_navigations{background-color:var(--gray-white);padding:10px;border-radius:8px}.accounts_general_info .general_info_sm .top_navigations ul{list-style:none;display:flex}.accounts_general_info .general_info_sm .top_navigations ul li{padding:10px;border-radius:8px;height:100%;cursor:pointer;color:#616161}.accounts_general_info .general_info_sm .top_navigations ul .active{background-color:var(--blue-strong)}.business_information{display:flex;flex-wrap:wrap;-moz-column-gap:20px;column-gap:20px;row-gap:20px}.seller_account_container h3{margin-top:20px}.seller_account_container .seller_account_sm{background-color:var(--gray-white);border-radius:8px;margin-top:20px;padding:10px}.seller_account_container .seller_account_sm form .form-control{padding:10px;display:flex;-moz-column-gap:10px;column-gap:10px;place-items:center}.seller_account_container .seller_account_main label{width:30%}.seller_account_container .seller_account_main input{width:50%}.seller_account_container .form_box{border:3px solid rgb(222,222,222);border-radius:8px;padding:10px;width:47%}.seller_account_container .form_box.full-width{width:100%}.seller_account_container .form_box .form-control{display:flex;flex-direction:column}.seller_account_container .form_box .form-control input{width:100%}.seller_account_container .form_box .form-control label{width:100%;padding:10px}.business_info_container,.seller_logo_container{margin-top:20px}.seller_logo_container .seller_logo_sm{display:flex;justify-content:space-around;border-radius:8px;background-color:var(--gray-white);padding:20px}.seller_logo_container .seller_logo_sm .add_box{height:100px;width:100px;border:2px solid green;border-radius:8px;display:flex;place-content:center;place-items:center;font-size:50px;color:green;position:relative}.seller_logo_container .seller_logo_sm .add_box input{opacity:0;width:100%;height:100%;position:absolute}.seller_logo_container .seller_logo_sm .added_logo{display:flex;flex-wrap:wrap;min-width:100px;background-color:var(--blue-fade);width:auto;place-content:center}.seller_logo_container .seller_logo_sm .added_logo img{height:100px;box-shadow:1px 1px 5px gray;border-radius:5px}.small_product_container{margin-bottom:100px;display:flex;-moz-column-gap:20px;column-gap:20px;place-items:center;min-width:300px;padding:10px;border-radius:5px;overflow:hidden;box-shadow:1px 1px 10px gray;justify-content:space-between}.small_product_container img{max-height:100px;border-radius:5px;min-height:100px;min-width:100px}.small_product_container .price{color:var(--gb-orange-color)}.featured_deal_container{width:100%}.featured_deal_container .form{width:80%;box-shadow:none}.push_notification_box{margin-top:20px;box-shadow:1px 1px 10px #e9e9e9;display:flex;-moz-column-gap:10px;column-gap:10px}.push_notification_box .form{width:50%;box-shadow:none}.push_notification_box .form .jeb_text_area{width:100%;border-radius:5px;border-color:var(--gray-white-b);padding:10px}.push_notification_box .form .jeb_text_area:focus{outline:none}.tag_container{border-radius:10px;width:auto;text-align:center;max-width:100px;font-size:.8rem;border:1px solid rgb(132,132,255);padding:2px;min-width:100px;background-color:transparent}.tag_container.approved{background-color:#dcfce7;border:none;color:green}.tag_container.pending,.tag_container .running{border:none;background-color:#fef9c3;color:#727203}.tag_container.cancelled,.tag_container.returned,.tag_container.ended,.tag_container.rejected{background-color:#fee2e2;color:red;border:none}.tag_container.delivered{border-color:var(--gb-green-color);color:var(--gb-green-color)}.tag_container.packaging,.tag_container .ofd{border-color:orange;color:orange}.tag_container.failed{border:none;background-color:#ff7f7f;color:#fff}.order_detail_page{margin-top:20px;background-color:#fff;box-shadow:0 0 10px #e6e6e6;padding:20px;border-radius:5px}.order_detail_page .order_id{font-weight:700;color:var(--gb-green-color)}.order_detail_page .order_basic_details{min-height:100px;font-size:.9rem;color:#616161;margin-top:10px;display:flex;justify-content:space-between}.order_detail_page .order_basic_details p{margin-bottom:10px}.order_detail_page .order_basic_details .sellers{display:flex;-moz-column-gap:10px;column-gap:10px;place-items:center}.order_detail_page .order_basic_details .sellers .sel{box-shadow:1px 1px 10px #cbcbcb;padding:5px;min-height:80px;min-width:200px;max-width:200px;border-radius:5px;min-width:100px;text-align:center;display:flex;place-items:center;-moz-column-gap:10px;column-gap:10px}.order_detail_page .order_basic_details .other_details .payment-stat.unpaid{font-weight:700;color:red}.order_detail_page .product_info{border:1px solid rgb(218,218,218);margin-top:20px;border-radius:5px;overflow:hidden;background-color:#fff}.order_detail_page .product_info .td_image{display:flex;-moz-column-gap:10px;column-gap:10px;place-items:center}.order_detail_page .product_info .td_image img{border-radius:5px;min-height:50px}.order_detail_page .order_summary{margin-top:20px;display:flex;justify-content:space-between}.order_detail_page .order_summary .customer_details{max-width:40%}.order_detail_page .order_summary .customer_details .basic_list_table{max-width:100%}.order_detail_page .order_summary .customer_details .basic_list_table th,.order_detail_page .order_summary .customer_details .basic_list_table td{padding:5px}.order-table{width:100%;border-collapse:collapse}.order-table td,.order-table th{font-size:.9rem;color:#616161}.order-table th{color:gray;background-color:var(--gray-white-b)}.order-table th,.order-table td{text-align:left;padding:5px}.basic_list_table{border-collapse:collapse;min-width:30%;color:#616161;font-size:.9rem}.basic_list_table th{text-align:left;padding:15px}.basic_list_table td{border:1px solid #ddd;padding:10px}.basic_list_table td:nth-child(1){width:200px;font-weight:600}.main_complaint_page .complaint_list{border:1px solid black;background-color:#fff;border-radius:5px;min-height:100px}.complaint_detail_page{display:flex;flex-wrap:wrap;margin-top:20px;justify-content:space-around}.complaint_detail_page .inbox{max-width:45%;background-color:#fff;border-radius:5px;min-height:100px;padding:10px}.complaint_detail_page .inbox .customer_message{margin-top:20px;font-size:.8rem;color:#616161}.complaint_detail_page .inbox .customer_message .tag{border:1px solid skyblue;max-width:100px;border-radius:5px;font-size:.8rem;text-align:center;color:#87ceeb;margin-bottom:10px}.complaint_detail_page .inbox .customer_message .tag.admin{background-color:var(--gb-green-color);color:#fff;border:none}.complaint_detail_page .inbox .customer_message .mail{margin-top:10px;text-align:justify}.complaint_detail_page .customer_info{font-size:.9rem;color:#616161}.complaint_detail_page .customer_info .wrapper{border-bottom:1px solid rgb(97,97,97);display:flex;-moz-column-gap:10px;column-gap:10px;place-items:center;padding:10px 0}.complaint_detail_page .customer_info .text{margin-top:10px}.complaint_detail_page .message_box{width:45%;font-size:.9rem;max-height:400px;border-radius:5px;background-color:#fff}.form_with_textarea{padding:10px}.form_with_textarea .form-control{margin-bottom:20px;color:#616161}.form_with_textarea .form-control input{width:100%;background-color:transparent;border:1px solid var(--gray-white-b)}.form_with_textarea .form-control textarea{width:100%;border:1px solid var(--gray-white-b);resize:none;padding:10px}.form_with_textarea .form-control textarea:focus{outline:none}.top_users_container{margin-bottom:100px;display:flex;flex-wrap:wrap;-moz-column-gap:10px;column-gap:10px;justify-content:space-between}.top_users_container .best_block{width:49%;min-height:300px;border-radius:5px;background-color:#fff;padding:10px}.top_users_container .best_block .header{border-bottom:1px solid rgb(224,221,221);padding:10px 0;display:flex;place-items:center;-moz-column-gap:20px;column-gap:20px}.top_users_container .best_block .detail_box{display:grid;grid-template-columns:30% 30% 30%;justify-content:space-between;gap:10px;margin-top:10px}.top_users_container .best_block .detail_box .customer_box{padding:10px;box-shadow:1px 1px 10px #dedede;border-radius:5px;display:flex;flex-direction:column;place-content:center;place-items:center}.top_users_container .best_block .detail_box .customer_box .order{font-size:.8rem;color:green}.top_users_container .top_sellers .header{margin-bottom:10px}.top_users_container .top_sellers .detail_box{display:inline}.top_users_container .top_sellers .detail_box .customer_box{margin-bottom:10px;display:flex;flex-direction:row;justify-content:space-between}.top_users_container .top_sellers .detail_box .customer_box .name_image{display:flex;place-content:center;place-items:center;-moz-column-gap:20px;column-gap:20px}.top_users_container .top_sellers .detail_box .customer_box .name_image .name{font-size:.8rem}.primary{color:var(--gb-green-color)}.bold{font-weight:700}.event_type_container{width:50%}.event_edit_pop .dialog_sm{width:50%;max-height:50%}.custom_option_select{padding:5px;display:flex;place-items:center}.custom_option_select:hover{background-color:#cacaca}.custom_option_select .text{font-size:.8rem}.main_order_page{position:relative}.main_order_page .assign_delivery{height:100%;position:absolute;background-color:#fff;z-index:10;right:0;min-height:50vh;border-radius:10px;box-shadow:1px 1px 10px gray;max-width:50%;min-width:400px;animation-name:delivery;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:1}.main_order_page .assign_delivery .dialog_sm{display:flex;flex-direction:column;place-items:center;height:100%;width:100%}.main_order_page .assign_delivery .dialog_sm img{height:100px;margin-top:10px}.main_order_page .assign_delivery .dialog_sm .select_box{width:90%;font-size:.9rem}.main_order_page .assign_delivery .dialog_sm .header{height:50px;display:flex;place-content:center;place-items:center;background-image:linear-gradient(45deg,var(--gb-green-color),rgb(19,220,156));color:#fff;width:100%;border-top-left-radius:10px;border-top-right-radius:10px}.main_order_page .assign_delivery .dialog_sm .button_box{margin-top:30px}.specification_form .add_options .form-box{display:flex;margin-top:10px}.specification_form .add_options .form-box input{width:50%}.specification_form .add_options .options{display:flex;-moz-column-gap:10px;column-gap:10px;margin-top:5px}.specification_form .add_options .options .option-data{min-width:90px;display:flex;place-items:center;place-content:center;padding-left:10px;padding-right:10px;border-radius:5px;background-color:#e2e2e2;position:relative}.specification_form .add_options .options .option-data .data{width:70%}.specification_form .add_options .options .option-data .cancel{width:30%;display:flex;place-content:center;place-items:center}.specification_form .add_options .options .option-data .cancel:hover{color:red}.vendor_withdrawl_form .dialog_sm{width:50%;height:auto}.vendor_withdrawl_form h2{text-align:center;color:var(--light-black)}.vendor_withdrawl_form p{text-align:center}:root{--rmdp-primary-teal: #009688;--rmdp-secondary-teal: #00796b;--rmdp-shadow-teal: #26a69a;--rmdp-today-teal: #1de9b6;--rmdp-hover-teal: #4db6ac;--rmdp-deselect-teal: #00695c}.teal .rmdp-wrapper{border:1px solid var(--rmdp-secondary-teal);box-shadow:0 0 5px var(--rmdp-secondary-teal)}.teal .rmdp-panel-body li{background-color:var(--rmdp-primary-teal);box-shadow:0 0 2px var(--rmdp-secondary-teal)}.teal .rmdp-week-day{color:var(--rmdp-primary-teal)}.teal .rmdp-day.rmdp-deactive{color:var(--rmdp-secondary-teal)}.teal .rmdp-range{background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-shadow-teal)}.teal .rmdp-arrow{border:solid var(--rmdp-primary-teal);border-width:0 2px 2px 0}.teal .rmdp-arrow-container:hover{background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-secondary-teal)}.teal .rmdp-panel-body::-webkit-scrollbar-thumb{background:var(--rmdp-primary-teal)}.teal .rmdp-day.rmdp-today span{background-color:var(--rmdp-today-teal)}.teal .rmdp-rtl .rmdp-panel{border-left:unset;border-right:1px solid var(--rmdp-secondary-teal)}.teal .rmdp-day.rmdp-selected span:not(.highlight){background-color:var(--rmdp-primary-teal);box-shadow:0 0 3px var(--rmdp-shadow-teal)}.teal .rmdp-day:not(.rmdp-day-hidden) span:hover{background-color:var(--rmdp-hover-teal)!important}.teal .b-deselect{color:var(--rmdp-deselect-teal);background-color:#fff}.teal .rmdp-action-button{color:var(--rmdp-primary-teal)}.teal .rmdp-button:not(.rmdp-action-button){background-color:var(--rmdp-primary-teal)}.teal .rmdp-button:not(.rmdp-action-button):hover{background-color:var(--rmdp-deselect-teal)}
