@import"https://cdn.linearicons.com/free/1.0.0/icon-font.min.css";:root{--background:#fff;--foreground:#171717;--color-primary:#1890ff;--color-error:#f5222d;--color-secondary:#ff4081}.button-primary{background-color:var(--color-primary);color:#fff}.button-danger{background-color:var(--color-error);color:#fff}@media(prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#cc8080}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media(prefers-color-scheme:dark){html{color-scheme:dark}}.logo{height:50px;width:100%;box-sizing:border-box;padding:5px;background-color:var(--foreground);opacity:.1}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center}.container h1{font-size:5rem;color:#ff4c4c;margin:0}.container p{font-size:1.5rem;color:#555;margin-bottom:20px}.container .home-link{font-size:1.2rem;color:#0070f3;text-decoration:none;border:2px solid #0070f3;padding:10px 20px;border-radius:5px;transition:all .3s ease}.container .home-link:hover{background:#0070f3;color:#fff}.fix-width-col__container{display:flex;gap:36px}.fix-width-col__left{flex:1 1}.fix-width-col__right{width:320px}.dashboard{height:100vh;background:linear-gradient(135deg,#f3f4f6,#e3e7ed)}.dashboard .dashboard-content{display:flex;flex-direction:column;gap:20px}.dashboard .stats{display:flex;gap:20px;justify-content:space-between}.dashboard .stats .stat-card{flex:1 1;text-align:center;font-size:18px;font-weight:700;border-radius:12px;background:#fff;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:transform .3s ease-in-out,box-shadow .3s ease-in-out}.dashboard .stats .stat-card:hover{transform:translateY(-5px);box-shadow:0 6px 14px rgba(0,0,0,.15)}.dashboard .graph-table{display:flex;gap:20px}.dashboard .graph-table .graph-card{flex:2 1;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:.3s}.dashboard .graph-table .graph-card:hover{box-shadow:0 6px 14px rgba(0,0,0,.15)}.dashboard .graph-table .table-card{flex:1 1;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:.3s}.dashboard .graph-table .table-card:hover{box-shadow:0 6px 14px rgba(0,0,0,.15)}.dashboard .progress-section{display:flex;gap:20px}.dashboard .progress-section .progress-card{flex:1 1;text-align:center;border-radius:12px;box-shadow:0 4px 10px rgba(0,0,0,.1);transition:.3s}.dashboard .progress-section .progress-card:hover{box-shadow:0 6px 14px rgba(0,0,0,.15)}.jg__dashboard-layout{display:flex;height:100vh}.jg__dashboard-layout .jg__dashboard-layout-logo{display:flex;justify-content:center;align-items:center;margin:10px auto}.jg__dashboard-layout .jg__dashboard-sider-menu{margin-top:7px}.jg__dashboard-layout .jg__dashboard-title{display:flex;justify-content:center;align-items:center;font-size:18px;margin:20px 10px 0;font-style:italic;color:#f66}.jg__dashboard-layout .jg__dashboard-title span{margin-left:3px;color:#333}.jg__dashboard-layout .jg_dashboard-sider{background-color:#fff}.jg__dashboard-layout .jg__dashboard-layout-lay{height:100vh;width:100%;overflow:hidden}.jg__dashboard-layout .jg__dashboard-header{background:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 10px}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-header-item{display:flex;align-items:center}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-header-item .jg_dashboard-search-input{border-radius:6px;width:250px}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-stuff{display:flex;align-items:center;gap:20px;justify-content:center}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-stuff .jg__dashboard-header-icon{font-size:20px;cursor:pointer}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-info{display:flex;align-items:center;gap:10px;cursor:pointer}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-info .jg_dashboard_user-image{border-radius:50%;object-fit:cover}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-info .jg__user-info-name{display:flex;align-items:center;gap:20px;flex-direction:column;line-height:0}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-info .jg__user-info-name span:first-child{font-weight:600}.jg__dashboard-layout .jg__dashboard-header .jg__dashboard-user-info .jg__user-info-name span:nth-child(2){color:#888}.jg__dashboard-layout .jg__dashboard-content{margin:10px 16px;padding:24px;height:100%;max-height:calc(100vh - 150px);background-color:#fff;border-radius:8px;overflow-y:auto}.dashboard-sidebar{width:200px}.dashboard-content{flex:1 1;padding:20px}.jg__app-header{justify-content:space-between;padding:10px 0 5px 20px}.jg__app-header,.jg__app-header-left{display:flex;align-items:flex-end}.jg__app-header-right{display:flex;align-items:center;gap:5px}.jg__app-header .button{background-color:rgba(0,0,0,.2);padding:2px 8px}.jg__app-header .buttonhover{background-color:transparent}.jg__app-header .jg-sherah-breadcrumb .jg-sherah-breadcrumb__title{font-size:16px;margin-bottom:5px}.jg__app-header .jg-sherah-breadcrumb .jg-breadcrumb-area{display:flex}.jg__app-header .jg-sherah-breadcrumb .jg-breadcrumb-area .button.ant-btn-default{background:none;box-shadow:none}.jg-header__inner{justify-content:space-between;padding:10px 20px}.jg-header__inner,.jg-header__middle{display:flex;align-items:center}.jg-header__icon{font-size:18px;margin-right:10px}.jg-header__left{flex-grow:1}.jg-header__form,.jg-header__form-inner{display:flex;align-items:center}.jg-header__search-btn{margin-right:10px}.jg-header__input{width:200px}.jg-header__group,.jg-header__right{display:flex;align-items:center}.jg-header__group{justify-content:space-between}.jg-header__group-two{display:flex;align-items:center}.jg-header__dark-light,.jg-header__zoom{margin-right:15px}.jg-header__dropmenu{position:relative;margin-right:15px}.jg-header__author{display:flex;align-items:center}.jg-header__author-img{margin-right:10px}.jg-header__author-info{display:flex;flex-direction:column}.jg-header__author-title{font-weight:700}.jg-header__author-text{color:gray}.jg-header__author-dropdown{margin-left:10px}.jg-dropdown-card{border:1px solid #ddd;padding:10px;width:250px}.jg-dropdown-card__title{font-weight:700;margin-bottom:10px}.jg-dropdown-card__button{margin-top:10px;text-align:center}.jg-dropdown-card__sell-all{color:#1890ff}.jg-chatbox__inner{display:flex;margin-bottom:10px}.jg-chatbox__author-img{margin-right:10px}.jg-chatbox__author-content{flex-grow:1}.jg-chatbox__author-title{font-weight:700}.jg-chatbox__author-desc{color:gray}.jg-header__message--animate{width:10px;height:10px;border-radius:50%}.jg-dropdown__button{background:none;border:none;font-size:18px;cursor:pointer}.jg-dropdown__button .anticon{font-size:24px}.jg-dropdown-menu__item{display:flex;justify-content:space-between;padding:12px;border-bottom:1px solid #f0f0f0}.jg-dropdown-menu__item .jg-dropdown-menu__content{display:flex;align-items:center;width:100%}.jg-dropdown-menu__item .jg-dropdown-menu__content .jg-dropdown-menu__author{display:flex;align-items:center}.jg-dropdown-menu__item .jg-dropdown-menu__content .jg-dropdown-menu__author .jg-dropdown-menu__author-avatar{margin-right:10px}.jg-dropdown-menu__item .jg-dropdown-menu__content .jg-dropdown-menu__author .jg-dropdown-menu__author-content .jg-dropdown-menu__author-title{font-weight:700;margin-bottom:4px}.jg-dropdown-menu__item .jg-dropdown-menu__content .jg-dropdown-menu__author .jg-dropdown-menu__author-content .jg-dropdown-menu__author-desc{color:#555}.jg-dropdown-menu__item .jg-dropdown-menu__content .jg-dropdown-menu__badge{margin-left:auto}.jg-dashboard-header{display:flex}.jg-dashboard-header .jg-header{flex:1 1;display:flex;justify-content:flex-end}.jg-user-dropdown__button{background:none;border:none;cursor:pointer}.jg-user-dropdown__menu .jg-user-dropdown__menu-item{display:flex;align-items:center;padding:8px 16px}.jg-user-dropdown__menu .jg-user-dropdown__menu-item .anticon{margin-right:8px}.jg-user-dropdown__menu .jg-user-dropdown__menu-item .jg-user-dropdown__link{text-decoration:none}.jg-user-dropdown__avatar{cursor:pointer}.jg-progress-card__icon{text-align:center;margin-bottom:10px}.jg-progress-card__title{font-size:24px;font-weight:700}.jg-progress-card__button{display:flex;align-items:center;justify-content:space-between;margin-top:10px}.jg-progress-card__see-all{padding:0;font-size:14px;text-decoration:none;color:#09ad95}.jg-progress-card__text{color:#09ad95;font-size:16px}.jg-recent-orders__header{display:flex;align-items:center;justify-content:space-between;padding:22px}.jg-recent-orders__title{margin-bottom:0;font-size:16px;font-weight:500}.jg-recent-orders__table-container{overflow-x:auto;white-space:nowrap}.jg-card__body{padding:16px}.jg-table{width:100%;border-spacing:0;border-collapse:collapse}.jg-table__thead{text-align:left}.jg-table__thead th{font-weight:500;color:#000}.jg-table__tbody tr td,.jg-table__thead th{padding:12px 16px;font-size:14px}.jg-table__tbody tr td.jg-table__selection-column{text-align:center}.jg-table__selection{display:flex;justify-content:center;align-items:center}.jg-table__selection .jg-checkbox-wrapper .jg-checkbox__input{display:none}.jg-table__selection .jg-checkbox-wrapper .jg-checkbox__inner{width:16px;height:16px;border:1px solid #ccc;border-radius:4px;cursor:pointer}.jg-table__selection .jg-checkbox-wrapper .jg-checkbox__input:checked+.jg-table__selection .jg-checkbox-wrapper .jg-checkbox__inner{border-color:#1890ff}.jg-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;margin-right:8px}.jg-customer-info{display:flex;align-items:center}.jg-customer-info__name{font-size:14px;font-weight:500}.jg-space{display:flex;align-items:center}.jg-space--horizontal{flex-direction:row}.jg-space--gap-small{gap:8px}.jg-space--align-center{align-items:center}.jg-sort-by{color:#000}.jg-sort-by,.jg-tag{font-size:12px;font-weight:500}.jg-tag{padding:4px 8px;border-radius:4px}.jg-tag--warning{color:#d48806}.jg-recent-orders__table-container{max-height:300px;overflow-y:auto;border:1px solid #f0f0f0;border-radius:4px}.pageHeader-box{height:auto;padding:20px}.auth-header{font-size:1.5rem;margin-bottom:20px}.jg__auth{height:100vh;background-color:#000}.jg__auth,.jg__auth-left-section{display:flex;justify-content:center;align-items:center}.jg__auth-left-section{flex:1 1;flex-direction:column;min-width:500px;min-height:100vh;background-color:#fff;text-align:center}.jg__auth-left-section-container{position:absolute;top:50px;left:50px;display:flex;align-items:center;gap:10px;font-size:16px;color:gray}.jg__auth-left-section-container-text{font-size:16px;color:#000;font-weight:700}.jg__auth-left-section .jg__auth-form-container{display:flex;flex-direction:column;margin-top:100px}.jg__auth-left-section .jg__auth-form-container-title{text-align:left;font-size:20px;color:#000;font-weight:700}.jg__auth-left-section .jg__auth-form-container .jg__auth-form{min-width:300px;padding-top:15px;margin-bottom:50px}.jg__auth-left-section .jg__auth-form-container .jg__auth-form-remember-forget{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:20px}.jg__auth-left-section .jg__auth-form-container .jg__auth-form-remember-forget a{color:#1890ff;font-size:14px;text-decoration:underline}.jg__auth-left-section .jg__auth-form-container .jg__auth-form-social .ant-form-item-control-input-content{display:flex;justify-content:center;align-items:center;gap:10px;cursor:pointer}.jg__auth-left-section-footer{position:absolute;bottom:50px;left:50px;display:flex;align-items:center;gap:10px;font-size:16px;color:gray}.jg__auth-left-section-footer p{font-size:14px;color:#717275}.jg__auth-left-section-footer p a{color:#1890ff;font-weight:700;text-decoration:underline;cursor:pointer}.jg__auth-right-section{flex:1 1;height:100vh}.jg__auth-right-section-image{width:100%;object-fit:cover;height:100vh}.jg__auth-forgot-password{display:flex;justify-content:center;align-items:center;height:100vh}.jg__auth-forgot-password-card{background:#fff;padding:2.5rem;border-radius:10px;width:400px;display:flex;flex-direction:column;align-items:center}.jg__auth-forgot-password-card .ant-typography{text-align:center}.jg__auth-forgot-password-title{font-size:1.8rem;margin-bottom:.5rem}.jg__auth-forgot-password-subtitle{font-size:.9rem;color:#595959;text-align:center;margin-bottom:1.5rem}.jg__auth-forgot-password-form{width:100%}.jg__auth-forgot-password-submit-button{background-color:rgba(0,0,0,.2)}.jg__auth-forgot-password-footer{margin-top:1rem;text-align:center}.jg__auth-forgot-password-footer a{color:#1890ff;text-decoration:none;font-size:.9rem}.jg__auth-forgot-password-footer a:hover{text-decoration:underline}.jg__auth-otp{display:flex;justify-content:center;align-items:center;height:100vh}.jg__auth-otp-card{background:#fff;padding:2rem;border-radius:8px;text-align:center;max-width:350px;width:100%}.jg__auth-otp-card-title{margin-bottom:8px}.jg__auth-otp-card-subtitle{color:#666;margin-bottom:16px;display:block}.jg__auth-otp-card-input-group{display:flex;justify-content:center;gap:12px;margin-bottom:16px}.jg__auth-otp-card-input-group-otp-input{width:50px;height:50px;text-align:center;font-size:1.5rem;border:1px solid #d9d9d9;border-radius:6px}.jg__auth-otp-card-submit-btn{margin-top:16px}.jg__auth-otp-card-footer{margin-top:12px}.jg__auth-otp-card-footer-resend-text{color:#888}.jg__auth-otp-card-back-link{display:block;margin-top:16px;color:#1890ff}.reset-password__footer{color:#1890ff;text-decoration:none;font-size:.9rem}.reset-password__footer:hover{text-decoration:underline}.jg__auth-right-section{background:url(/signinCover.avif);background-position:50%;background-repeat:no-repeat;background-size:cover}.jg__loading{position:absolute;left:0;top:0;right:0;bottom:0;display:flex;justify-content:center;align-items:center;height:100vh}.ant-form-item-explain-error{display:flex}.jg__table-action{display:flex;gap:5px}.jg__table-action-btn-view{border-color:#40a9ff!important;color:#40a9ff!important}.jg__table-action-btn-view:hover{border-color:#b3efff!important;color:#b3efff!important}.jg__table-action-btn-edit{color:#ccad9f!important;border-color:#ccad9f!important}.jg__table-action-btn-edit:hover{border-color:#fdc!important;color:#fb9!important}.jg_table-list{justify-content:space-between}.jg_table-list,.jg_table-list-filters{display:flex;align-items:center;margin-bottom:10px}.jg_table-list-filters-input{width:250px;margin-right:16px;height:35px}.jg_table-list-button{margin-bottom:10px;background-color:rgba(0,0,0,.2);float:right;padding:5px 8px}.jg_table-list .jg__edit-category-update-button:hover{background-color:transparent}.jg__custom-form-container{display:flex;align-items:center;margin-top:40px}.jg__custom-form-container .jg__custom-form{max-width:600px;background:#fff;padding:20px;border-radius:12px;text-align:center;width:100%}.jg__custom-form-container .jg__custom-form-btn-grp{display:flex;justify-content:center;align-items:center;margin-top:20px;color:#40a9ff;border-color:#40a9ff}.jg__custom-form-container .jg__custom-form-btn-grp-submit-btn{margin-right:10px}.jg__view-category{display:flex;align-items:center;width:100%;margin-top:40px}.jg__view-category-form{width:600px;padding:30px;background:#fff;border-radius:12px}.jg__view-category-text{font-size:18px;font-weight:500;color:#555;background:#f5f5f5;padding:8px 12px;border-radius:6px;width:100%}.jg__view-category-button{display:flex;justify-content:center;align-items:center;margin-top:20px}.jg__news-list-action{display:flex;gap:5px}.jg__news-list-action .btn-view{border-color:#40a9ff!important;color:#40a9ff!important}.jg__news-list-action .btn-view:hover{border-color:#b3efff!important;color:#b3efff!important}.jg__news-list-action .btn-edit{color:#ccad9f!important;border-color:#ccad9f!important}.jg__news-list-action .btn-edit:hover{border-color:#fdc!important;color:#fb9!important}.editor-container{height:550px}.jg__news-loading{display:flex;justify-content:center;align-items:center;height:100vh}.ant-picker-outlined{width:100%;margin-bottom:8px}.jg__news-table .jg__news-filters{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.jg__news-table .jg__news-filters .jg__news-list-search-bar{width:250px}.jg__news-table .jg__news-filters .jg__news-add-btn{padding:5px 8px;background-color:rgba(0,0,0,.2);color:#000;float:right;margin-bottom:16px}.jg__view-news-container{display:flex;flex-direction:column;align-items:center;padding:20px}.jg__view-news-container .jg__view-news-image-card{width:100%;box-shadow:none;border-radius:20px}.jg__view-news-container .jg__view-news-image-card .jg__view-news-image{object-fit:fill;border-radius:10px}.jg__view-news-container .jg__view-news-content{display:flex;flex-direction:column;gap:15px;width:100%}.jg__view-news-container .jg__view-news-content .jg__view-news-header{display:flex;flex-direction:column;gap:8px}.jg__view-news-container .jg__view-news-content .jg__view-news-header h2{font-size:24px;line-height:1.2;margin-top:10px}.jg__view-news-container .jg__view-news-content .jg__view-news-header .jg__view-news-meta{display:flex;align-items:center;gap:10px;margin-top:10px}.jg__view-news-container .jg__view-news-content .jg__view-news-header .jg__view-news-author-name{font-weight:700;color:#707070}.jg__view-news-container .jg__view-news-content .jg__view-news-header .jg__view-news-date{font-size:14px;color:#707070}.jg__view-news-container .jg__view-news-content .jg__view-news-description{font-size:19px;font-style:bold;color:#707070;margin-bottom:10px}.jg__view-news-container .jg__view-news-content .jg__view-news-card{background:#6358dc;color:#fff;padding:15px;font-size:16px;font-style:italic;border-radius:5px}.jg__view-news-container .jg__view-news-content .jg__view-news-content{margin:10px 0;font-size:19px;font-style:bold;color:#707070}.jg__view-news-container .jg__view-news-content .jg__view-news-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:15px}.jg__view-news-container .jg__view-news-content .jg__view-news-footer .jg__view-news-news-tags{display:flex;gap:10px}.jg__view-news-container .jg__view-news-content .jg__view-news-footer .jg__view-news-news-share{display:flex;gap:15px;justify-content:center}.jg__view-news-container .jg__view-news-content .jg__view-news-footer .jg__view-nes-social-icon{font-size:20px;cursor:pointer;transition:.3s}.jg__view-news-container .jg__view-news-content .jg__view-news-footer .jg__view-nes-social-icon:hover{color:#707070}.jg__edit-news{max-width:900px;padding:20px;background:#fff;border-radius:12px}.jg__edit-news .jg__news-container{display:flex;gap:20px}.jg__edit-news .jg__news-left{box-shadow:0 2px 8px rgba(0,0,0,.1)}.jg__edit-news .jg__news-left,.jg__edit-news .jg__news-right{flex:1 1;padding:15px;border-radius:10px}.jg__edit-news .jg__news-right .jg__news-image-container{display:flex;justify-content:center;align-items:center;margin-bottom:15px;gap:5px}.jg__edit-news .jg__news-right .jg__news-image-preview{width:100%;max-height:250px;object-fit:fill;border-radius:8px;margin-bottom:10px;border:2px solid #ddd}.jg__edit-news .jg__news-right .jg__news-select-category-dropdown,.jg__edit-news .jg__news-right .jg__news-select-tag-dropdown{max-height:200px!important;overflow-y:auto!important}.jg__edit-news .jg__news-right .jg__news-buttons{display:flex;justify-content:center;align-items:center;margin-top:100px;gap:10px}.jg__edit-news .jg__news-right .jg__news-buttons button{padding:10px 20px;font-size:13px;border-radius:8px}.jg__add-news-container{display:flex;gap:24px;padding:12px;flex-direction:column}.jg__add-news-container .jg__news-container{display:flex;flex-direction:row}.jg__add-news-container .ant-form-item{padding:0;margin:5px 0}.jg__add-news-container .jg__news-left{flex:2 1}.jg__add-news-container .jg__news-left .jg__add-news-card{border-radius:8px;padding:16px}.jg__add-news-container .jg__add-news-right{flex:1 1}.jg__add-news-container .jg__add-news-right .jg__add-news-right-section-title{color:rgba(0,0,0,.8);font-weight:600;font-size:15px}.jg__add-news-container .jg__add-news-right .jg__add-news-card-gallery-btn,.jg__add-news-container .jg__add-news-right .jg__add-news-card-image-btn{margin-bottom:10px}.jg__add-news-container .jg__add-news-right .jg__add-news-date-picker{width:100%}.jg__add-news-container .jg__add-news-right .jg__add-news-select-cat-btn{position:relative}.jg__add-news-container .jg__add-news-right .jg__add-news-select-cat-btn .jg__add-news-cat-select{margin-top:5px}.jg__add-news-container .jg__add-news-right .jg__add-news-select-cat-btn .jg__add-news-add-cat-btn{position:absolute;top:-12px;right:-7px;margin-bottom:10px}.jg__add-news-container .jg__add-news-right .jg__add-news-select-tag-btn{position:relative}.jg__add-news-container .jg__add-news-right .jg__add-news-select-tag-btn .jg__add-news-tag-select{margin-top:5px}.jg__add-news-container .jg__add-news-right .jg__add-news-select-tag-btn .jg__add-news-tag-btn{position:absolute;top:-3px;right:-7px;margin-bottom:10px}.jg__add-news-container .jg__add-news-right .jg__add-news-submit-btn-container{display:flex;justify-content:flex-end;align-items:center;margin-top:40px}.jg__add-news-right{height:700px;min-width:320px;overflow:auto}.image_with_delete_icon{position:relative}.image_with_delete_icon .ant-image{width:100%}.image_with_delete_icon .btn-delete{position:absolute;right:0;top:5px}.jg__view-news-image{width:100%;height:auto;max-width:100%;border-radius:8px;object-fit:cover}.ql-editor{min-height:450px!important}.ql-container.ql-snow{min-height:500px!important}.jg__view-tag-container{display:flex;max-width:100%}.jg__view-tag-container .jg__view-tag-form{width:600px;padding:30px}.jg__view-tag-container .jg__view-tag-form .jg__view-tag-text{font-size:18px;font-weight:500;color:#555;background:#f5f5f5;padding:8px 12px;border-radius:6px;width:100%}.jg__view-tag-container .jg__view-tag-form .jg__view-tag-button{text-align:center}.jg__view-tag-container .jg__view-tag-loading{display:flex;justify-content:center;align-items:center;height:100vh}.editor-wrapper{background:#fff}.editor-container,.editor-wrapper{width:100%;border:1px solid rgba(0,0,0,.1);padding:1rem}.editor-container{overflow:auto}.toolbar-grid{display:flex;flex-wrap:wrap;flex-basis:1fr 1fr}button{margin-right:8px;font-size:1rem;padding:10px;border:none;background:#fff;cursor:pointer}.superFancyBlockquote{color:#999;background:#fff;font-family:Hoefler Text,Georgia,serif;font-style:italic;border-left:2px solid #999;padding-left:10px}.codeBlock{font-family:fira-code,monospace;font-size:inherit;background:#ffeff0;font-style:italic;word-wrap:normal;word-wrap:break-word;-webkit-box-decoration-break:slice;box-decoration-break:slice;padding:.3rem 2rem;border-radius:.2rem}.leftAlign{text-align:left}.rightAlign{text-align:right}.centerAlign{text-align:center}.justifyAlign{text-align:justify}.public-DraftStyleDefault-ol{margin-left:15px}.jg__reporter-loading{display:flex;justify-content:center;align-items:center;height:100vh}.jg__reporter-list-action{display:flex;gap:5px}.jg__reporter-list-action .btn-view{border-color:#40a9ff!important;color:#40a9ff!important}.jg__reporter-list-action .btn-view:hover{border-color:#b3efff!important;color:#b3efff!important}.jg__reporter-list-action .btn-edit{color:#ccad9f!important;border-color:#ccad9f!important}.jg__reporter-list-action .btn-edit:hover{border-color:#fdc!important;color:#fb9!important}.jg__reporter-table .jg__reporter-filters{display:flex;align-items:center;justify-content:space-between;margin-bottom:5px}.jg__reporter-table .jg__reporter-filters .jg__reporter-list-search-bar{width:250px}.jg__reporter-table .jg__reporter-add-btn{margin-bottom:10px;background-color:rgba(0,0,0,.2);float:right;color:#000}.jg__reporter-table .jg__reporter-add-btn:hover{background-color:transparent!important;border-color:#40a9ff!important;color:#40a9ff!important}.jg__reporter-table .jg__reporter-table-title{font-size:16px;font-weight:700;color:#717275;font-style:italic}.jg__add-reporter-container{padding:20px;background:#fff;border-radius:8px}.jg__add-reporter-container .jg__add-reporter-form-sections{display:flex;gap:20px}.jg__add-reporter-container .jg__add-reporter-form-sections .jg__add-reporter-left-section,.jg__add-reporter-container .jg__add-reporter-form-sections .jg__add-reporter-right-section{flex:1 1}.jg__add-reporter-container .ant-form-item{margin-bottom:15px}.jg__add-reporter-container .jg__add-reporter-btn-grp{text-align:center}.jg__edit-reporter{position:relative;padding:20px;background:#fff;border-radius:8px}.jg__edit-reporter .repo-image{position:absolute;top:0;left:0;object-fit:cover;margin-bottom:10px;border-radius:20px}.jg__edit-reporter .jg__edit-reporter-button{display:flex;justify-content:center;align-items:center;gap:10px}.jg__view-reporter-table{display:flex;flex-direction:column;gap:10px}.jg__view-reporter-table .jg__view-reporter-profile-card{display:flex;padding:10px;border-radius:10px}.jg__view-reporter-table .left-section{flex:1 1;display:flex;flex-direction:column;justify-content:center}.jg__view-reporter-table .left-section .repo-info{margin-left:14px;margin-top:14px}.jg__view-reporter-table .profile-img{border-radius:10px;object-fit:cover;margin-bottom:10px}.jg__view-reporter-table .reporter-name{font-size:16px;font-weight:600}.jg__view-reporter-table .rating{font-size:16px;color:#fc0}.jg__view-reporter-table .vertical-divider{height:80%;background:#ddd;width:2px;margin:0 20px}.jg__view-reporter-table .right-section{display:flex;flex-direction:column;flex:5 1;gap:10px}.jg__view-reporter-table .info-row{padding:5px 0;font-size:14px;color:#333}.jg__view-reporter-table .articles-table{background:#fff;border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.1)}.jg__user-profile-container .jg__user-profile-container-profile-card{width:100%;max-width:800px;border-radius:10px;padding:10px;border:none!important}.jg__user-profile-container .jg__user-profile-container-profile-card .ant-card-body{display:flex}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left{flex:1 1;display:flex;flex-direction:column}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left img{object-fit:cover;border-radius:10px}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left .uploadBtn{margin-top:10px}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left .jg__user-professional-details{width:100%;display:flex;flex-direction:column;gap:10px}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left .jg__user-professional-details h3{font-weight:700;font-size:22px;margin:10px 0;color:#333;color:#777}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-left .jg__user-professional-details p{font-size:16px;color:#717275;width:300px}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-right{flex:1 1;display:flex;flex-direction:column;gap:10px;margin-left:100px}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-right .jg__user-professional-details h3{font-weight:700;font-size:22px;margin:0 0 10px;color:#333;color:#777}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-right .jg__user-professional-details p{font-size:16px;color:#717275}.jg__user-profile-container .jg__user-profile-container-profile-card .jg__user-profile-right .jg__user-profile-submit-btn{margin-top:20px}.jg_common-form__footer{display:flex;justify-content:end;width:100%;padding:10px;background:#efefef}.clg-form-select-cover{display:flex;flex-direction:row;align-items:center;gap:10px}.clg-form-select-cover label{white-space:nowrap}