@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;500;500&display=swap";.calendar-widget-wrapper{border-radius:12px;flex-direction:column;flex:1.2;width:100%;height:100%;padding:18px;font-family:Poppins,sans-serif;display:flex}.calendar-header{justify-content:space-between;margin-bottom:12px;display:flex}.calendar-title-main{color:#222;font-size:14px;font-weight:500}.calendar-event-notes{color:#888;text-align:right;font-size:12px;line-height:1.4}.calendar-body-content{background:#fff;border-radius:10px;flex-grow:1;height:37vh;padding:16px;position:relative;overflow:auto;box-shadow:0 1px 4px rgba(0,0,0,.05)}.calendar-controls{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.calendar-year-display{color:#222;font-size:24px;font-weight:600}.calendar-more-btn{cursor:pointer;color:#888;background:0 0;border:none;font-size:24px}.calendar-months-nav{border-bottom:1px solid #e6eaf0;justify-content:space-between;margin-bottom:16px;padding-bottom:8px;display:flex}.month-nav-btn{cursor:pointer;color:#888;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:15px;font-weight:500}.month-nav-btn.active{color:#1976d2;background:#e3f2fd;font-weight:600}.calendar-days-grid{justify-content:space-between;gap:8px;width:95%;display:flex}.calendar-day-item{cursor:pointer;background:#fff;border:1px solid #eee;border-radius:10px;flex-direction:column;flex:1;justify-content:center;align-items:center;min-height:70px;padding:8px 4px;transition:all .2s ease-in-out;display:flex;position:relative;box-shadow:0 1px 4px rgba(0,0,0,.05)}.calendar-day-item.active{color:#fff;background:#1976d2;font-weight:600}.event-dots-container{gap:3px;display:flex;position:absolute;top:6px}.event-dot{border-radius:50%;width:5px;height:5px}.event-dot.yellow{background:#ffca28}.event-dot.orange{background:#ff9800}.day-number{color:#333;font-size:20px;font-weight:600}.day-number.active{color:#fff}.day-name{color:#888;font-size:12px}.day-name.active{color:#fff}.calendar-pagination-dots{justify-content:center;align-items:center;gap:6px;margin-top:16px;display:flex}.calendar-pagination-dots .pagination-dot{background:#d0d0d0;border-radius:50%;width:6px;height:6px;transition:all .3s}.calendar-pagination-dots .pagination-dot.active-dot{background:#1976d2;border-radius:4px;width:18px}.modal-overlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.modal-overlay .modal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;box-shadow:0 10px 25px rgba(0,0,0,.2)}.modal-overlay .modal h3{color:#2d3748;margin:0 0 1.5rem}.modal-overlay .modal .event-input{border:2px solid #e2e8f0;border-radius:6px;width:100%;margin-bottom:1rem;padding:.75rem;font-size:1rem;transition:border-color .2s}.modal-overlay .modal .event-input:focus{border-color:#667eea;outline:none}.modal-overlay .modal .event-type-select{cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;width:100%;margin-bottom:1.5rem;padding:.75rem;font-size:1rem}.modal-overlay .modal .event-type-select:focus{border-color:#667eea;outline:none}.modal-overlay .modal .modal-actions{justify-content:flex-end;gap:1rem;display:flex}.modal-overlay .modal .modal-actions .cancel-btn{color:#4a5568;cursor:pointer;background:#fff;border:2px solid #e2e8f0;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.modal-overlay .modal .modal-actions .cancel-btn:hover{background:#f7fafc;border-color:#cbd5e0}.modal-overlay .modal .modal-actions .save-btn{color:#fff;cursor:pointer;background:#667eea;border:none;border-radius:6px;padding:.75rem 1.5rem;font-weight:500;transition:background-color .2s}.modal-overlay .modal .modal-actions .save-btn:hover{background:#5a67d8}.year-picker{flex-direction:column;justify-content:center;align-items:center;gap:8px;height:100%;display:flex;overflow-y:auto}.year-item{color:#888;cursor:pointer;border-radius:6px;padding:4px 16px;font-size:18px;font-weight:500;transition:all .2s}.year-item:hover{color:#1976d2;background:#e3f2fd}.year-item.active{color:#fff;background:#1976d2;font-weight:600}.calendar-week-view{justify-content:space-between;align-items:center;gap:8px;margin-top:16px;display:flex}.week-nav-btn{cursor:pointer;color:#555;background:#f0f2f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:20px;transition:all .2s;display:flex}.week-nav-btn:hover{background:#e4e6e9;transform:scale(1.05)}@media (max-width:768px){.calendar-container{margin:1rem;padding:1rem}.calendar-header .header-top{flex-direction:column;align-items:stretch;gap:1rem}.calendar-header .header-top .header-controls{justify-content:space-between}.calendar-header .calendar-title{font-size:1.125rem}.calendar-body .year-header .year{font-size:2rem}.calendar-body .month-navigation .month-tab{padding:.625rem .75rem;font-size:.8125rem}.calendar-body .week-view{gap:.375rem}.calendar-body .week-view .day-card{min-height:70px;padding:.75rem .5rem}.calendar-body .week-view .day-card .date-number{font-size:1.25rem}.calendar-body .week-view .day-card .day-name{font-size:.6875rem}.calendar-body .month-view .month-grid{gap:.25rem}.calendar-body .month-view .month-grid .month-day{min-height:60px;padding:.25rem}.calendar-body .navigation-controls .current-period{font-size:1rem}}@media (max-width:480px){.calendar-header .calendar-title{font-size:1rem}.calendar-header .calendar-legend .legend-item{font-size:.8125rem}.calendar-body .year-header .year{font-size:1.75rem}.calendar-body .week-view .day-card{min-height:60px;padding:.5rem .25rem}.calendar-body .week-view .day-card .date-number{font-size:1.125rem}.calendar-body .week-view .day-card .day-name{font-size:.625rem}.calendar-body .month-view .month-grid .month-day{min-height:50px}}.ant-input{color:#000;padding:18px 14px 6px 11px;font-size:16px;font-weight:490}.tertiary_Button{color:#fff;width:180px;height:42px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:400;line-height:18px;display:flex;overflow:hidden;background-color:var(--THIRD_BUTTON_BG_COLOR)!important}.tertiary_Button:hover{font-weight:500;background-color:#000!important;border-color:#fff!important}.ant-btn-primary:disabled{color:#fff;height:25px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border-radius:8px;justify-content:center;font-size:10px;font-style:normal;font-weight:500;display:flex;background-color:#fff!important}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td{text-align:start;color:#fff;text-transform:uppercase;text-align:start;font-size:12px;font-weight:500;font-family:var(--HEADING_FONT_FAMILY);background:0 0;border-bottom:1px solid #f0f0f0;transition:background .6s;position:relative}:where(.css-2i2tap).ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title{align-items:center}:where(.css-zg0ahe).ant-menu-vertical>.ant-menu-submenu>.ant-menu-submenu-title{align-items:center}.ant-menu-light,.ant-menu-light>.ant-menu{color:rgba(0,0,0,.88);background:0 0}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper>input.ant-input{font-size:inherit;border:none;border-radius:0;outline:none;padding:1rem 2px 23px}.ant-modal .ant-modal-content{font-family:var(--HEADING_FONT_FAMILY);pointer-events:auto;color:#000;background-color:#fff;background-clip:padding-box;border:0;border-radius:8px;max-height:98vh;padding:24px;position:relative;overflow:auto;box-shadow:0 6px 16px rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05)}.ant-modal-title{text-wrap:wrap;font-family:Gilroy,sans-serif;font-size:24px!important}.ant-modal-root .ant-modal-mask{backdrop-filter:blur(10px)}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{text-align:initial;color:#626262;padding-top:16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.radio-buttons{justify-content:center;align-items:center;display:flex}.download-link button{cursor:pointer;opacity:1;background-color:#dadada;border:none;border-radius:8px;align-items:flex-start;gap:4px;width:max-content;padding:10px 16px;display:flex}.download-link span{font-family:Poppins;font-size:14px;font-weight:400}.configMsrMainDiv{flex-flow:column wrap;column-gap:1rem;display:flex}.configMsrSubDiv{flex-flow:wrap;gap:1rem;display:flex}.configMsrSubDiv .ant-form-item .ant-form-item-explain-error{position:relative;top:1rem;left:1rem}.shape-crop{flex-flow:column wrap;gap:1rem;display:flex}.shape-crop-subdiv{flex-flow:wrap;gap:2.5rem;display:flex}.shape-crop-div{flex-flow:wrap;gap:1rem;display:flex}.shape-reset{color:var(--SELECTED_COLOR);font-size:25px}.shape-preview{color:var(--DEFAULT_SELECTED_COLOR);font-size:25px}.shape-delete{color:var(--ERROR_COLOR);font-size:25px}.crop-icon{font-size:20px}.crop-button{background-color:var(--DEFAULT_SELECTED_COLOR);color:#fff;border-radius:5px;flex-direction:row;gap:.5rem;width:110px;padding:6px 2px 1px 10px;font-size:14px;font-weight:400;display:flex}.viewerExcelupload .ant-table-wrapper .ant-table-pagination.ant-pagination{z-index:10;background:#fff;padding-top:10px;position:sticky;bottom:0}.formSearch .ant-input-affix-wrapper{height:42px!important}.formSearch .searchDiv .ant-input{height:unset!important}.float-label{margin-bottom:12px;position:relative}.label{pointer-events:none;font-family:Arial,Helvetica,sans-serif;font-weight:400;transition:all .2s;position:absolute;top:14px;left:12px;font-size:14px!important}.label-float{color:#007eb5;z-index:23;font-style:normal;top:2px;left:12px;font-size:12px!important}.custom-loader-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:6px;display:flex;position:absolute;top:40%;left:0;right:0}.Processing{color:#007aff;font-family:Poppins,sans-serif;font-size:11px;font-weight:500}.modern-loader-wrapper{flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;width:100%;min-height:180px;display:flex;position:absolute;top:35%}.modern-balls-loader{gap:.6rem;margin-bottom:.5rem;font-family:Poppins,sans-serif;display:flex}.modern-ball{color:#f7f7f7;text-shadow:0 2px 8px rgba(0,0,0,.1);background:linear-gradient(145deg,#007aff 60%,#00c6fb);border-radius:20%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;font-size:1.7rem;font-weight:700;animation:1.2s cubic-bezier(.4,.7,.6,1) infinite both modern-bounce;display:flex;box-shadow:0 6px 18px rgba(0,122,255,.18),0 1px #fff}.modern-ball:first-child{background:linear-gradient(145deg,#007aff 60%,#007aff 100%)}.modern-ball:nth-child(2){background:linear-gradient(145deg,#00c6fb 60%,#00c6fb 100%)}.modern-ball:nth-child(3){background:linear-gradient(145deg,#007aff 60%,#007aff 100%)}.modern-ball:nth-child(4){background:linear-gradient(145deg,#00c6fb 60%,#00c6fb 100%)}@keyframes modern-bounce{0%,to{transform:translateY(0)scale(1);box-shadow:0 6px 18px rgba(0,122,255,.18)}30%{transform:translateY(-12px)scale(1);box-shadow:0 16px 32px rgba(0,122,255,.1)}50%{transform:translateY(0)scale(1)}}.modern-progress-bar{background:#e3f1ff;border-radius:6px;width:250px;height:7px;margin-top:.5rem;overflow:hidden;box-shadow:0 1px 4px rgba(0,122,255,.08)}.modern-progress-fill{background:linear-gradient(90deg,#007aff,#00c6fb);border-radius:6px;width:0%;height:100%;animation:3s linear infinite modern-progress-move}@keyframes modern-progress-move{0%{width:0%}70%{width:100%}to{width:0%}}.custom-loader{display:none}.wave-loader-wrapper{min-height:120px}.ant-input:hover,.ant-input:focus{border:var(--DEFAULT_SELECTED_COLOR) solid 1px;padding:18px 14px 6px 11px;font-size:16px}.primary_Button{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex;overflow:hidden;background-color:var(--PRIMARY_BUTTON_BG_COLOR)!important}.secondary_Button{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex;overflow:hidden;background-color:#000!important}.tertiary_Button{color:#fff;width:100px;height:30px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:400;line-height:18px;display:flex;left:450px;overflow:hidden;background-color:var(--PRIMARY_BUTTON_BG_COLOR)!important}.ant-btn-primary:disabled{color:#858585;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;font-size:14px;font-style:normal;font-weight:500;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;background-color:var(--ERROR_COLOR);border-radius:8px;justify-content:center;align-items:center;font-size:12px;font-style:normal;font-weight:500;display:flex;background-color:#fff!important}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0;right:0}:where(.css-dev-only-do-not-override-1fviqcj).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner{color:#fff;background:#901d77}:where(.css-dev-only-do-not-override-1fviqcj).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{color:#fff;background:#901d77}.ant-checkbox .ant-checkbox-inner:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-checkbox .ant-checkbox-inner:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-checkbox .ant-checkbox-inner:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.ant-checkbox .ant-checkbox-inner:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}:where(.css-dev-only-do-not-override-1fviqcj).ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{border-color:#000}.ant-switch.ant-switch-checked,.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:var(--SELECTED_COLOR)}.ant-pagination .ant-pagination-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}:where(.css-dev-only-do-not-override-1fviqcj).ant-menu .ant-menu-item .anticon{min-width:14px;font-size:20px;transition:font-size .2s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;position:relative;top:13px}:where(.css-dev-only-do-not-override-1fviqcj).ant-menu .ant-menu-submenu-title .anticon{min-width:14px;font-size:20px;transition:font-size .2s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;position:relative;top:13px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper>input.ant-input{font-size:inherit;font-size:inherit;border:none;border-radius:0;outline:none;padding:1rem -2px 23px}.ant-pagination .ant-pagination-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0;right:0}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select .ant-select-arrow:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:auto;right:11px}.ant-select .ant-select-arrow:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:auto;right:11px}.ant-select .ant-select-arrow:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:11px;right:auto}.ant-select .ant-select-arrow:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:11px;right:auto}.ant-table-wrapper .ant-table-column-sorter:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:4px}.ant-table-wrapper .ant-table-column-sorter:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:4px}.ant-table-wrapper .ant-table-column-sorter:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:4px}.ant-table-wrapper .ant-table-column-sorter:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:4px}@media (max-width:899px){.primary_Button{width:138px}}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner{background-color:#000;border-color:#000}.ant-radio-wrapper .ant-radio-inner{box-sizing:border-box;background-color:#fff;border:1px solid #000;border-radius:50%;width:16px;height:16px;transition:all .2s;display:block;position:relative;top:0}.ant-radio-wrapper .ant-radio-inner:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-radio-wrapper .ant-radio-inner:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-radio-wrapper .ant-radio-inner:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.ant-radio-wrapper .ant-radio-inner:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.loader-wrapper{background-position:50%;background-size:300%;flex-direction:column;justify-content:center;align-items:center;gap:1em;width:100vw;height:100vh;animation:30s ease-in-out infinite sky;display:flex}h3{font-weight:300}.spinner{width:120px;height:120px;position:relative}.wheel{filter:invert(15%);opacity:.9;background-image:url(https://raw.githubusercontent.com/akaLaws/doodles/c08f1865c1b56cc896a2d1eae480574467512187/wheelnew.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%;animation:2s linear infinite spin;position:absolute;top:0;left:0}.wheel:nth-of-type(2){opacity:.7;animation:3s linear infinite spin-reverse}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spin-reverse{0%{transform:rotate(360deg)scaleX(-1)}to{transform:rotate(0)scaleX(-1)}}@keyframes sky{0%,to{background-position:50%}25%{background-position:0}70%{background-position:bottom}90%{background-position:100%}}.loader{color:#000;background:#fff;padding:10px 15px;font-size:88px;transition:transform .3s,opacity .3s;position:fixed;bottom:20px;left:20px}.slide-up{opacity:0;transform:translateY(-100%)}.loader-container{flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100vw;height:99vh;font-family:Poppins;font-size:14px;font-weight:500;display:flex;overflow:hidden}.loader-container .app-tag{margin-bottom:3rem}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Bold-DnhAaelA.woff2)format("woff2"),url(/home/assets/Gilroy-Bold-Cf3xK5mc.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-BlackItalic-BRRc3GqY.woff2)format("woff2"),url(/home/assets/Gilroy-BlackItalic-BTq1vu83.woff)format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Black-DaasRmyx.woff2)format("woff2"),url(/home/assets/Gilroy-Black-DKj-PJ-J.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-BoldItalic-DL-RlDnA.woff2)format("woff2"),url(/home/assets/Gilroy-BoldItalic-BUrtR0F0.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-LightItalic-CXFZPrCo.woff2)format("woff2"),url(/home/assets/Gilroy-LightItalic-P8PSMj68.woff)format("woff");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Medium-Cc7i_N5B.woff2)format("woff2"),url(/home/assets/Gilroy-Medium-0WhZzGFR.woff)format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-HeavyItalic-B7903W15.woff2)format("woff2"),url(/home/assets/Gilroy-HeavyItalic-BK81IouQ.woff)format("woff");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Light-OBv2mWIy.woff2)format("woff2"),url(/home/assets/Gilroy-Light-D1tmJ3f4.woff)format("woff");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-ExtraBoldItalic-1y0KXyzv.woff2)format("woff2"),url(/home/assets/Gilroy-ExtraBoldItalic-BO7jhXMJ.woff)format("woff");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Heavy-1JXPxiVO.woff2)format("woff2"),url(/home/assets/Gilroy-Heavy-B7-agPTz.woff)format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-ExtraBold-CuDYCQNe.woff2)format("woff2"),url(/home/assets/Gilroy-ExtraBold-CQ9AFwp0.woff)format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-MediumItalic-BIFeatjK.woff2)format("woff2"),url(/home/assets/Gilroy-MediumItalic-ki6ukUwI.woff)format("woff");font-weight:500;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-UltraLightItalic-CdGiQEqz.woff2)format("woff2"),url(/home/assets/Gilroy-UltraLightItalic-CuCdx55k.woff)format("woff");font-weight:200;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-ThinItalic-BYk-dl84.woff2)format("woff2"),url(/home/assets/Gilroy-ThinItalic-Cl3ryA3P.woff)format("woff");font-weight:100;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Thin-CTP9RKod.woff2)format("woff2"),url(/home/assets/Gilroy-Thin-Bq_PMuWT.woff)format("woff");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-SemiBold-D4E0autN.woff2)format("woff2"),url(/home/assets/Gilroy-SemiBold-CHYyUUxC.woff)format("woff");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Gilroy-RegularItalic;src:url(/home/assets/Gilroy-RegularItalic-DthKzNdw.woff2)format("woff2"),url(/home/assets/Gilroy-RegularItalic-BfyqTb8o.woff)format("woff");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-Regular-C_Kyk-e_.woff2)format("woff2"),url(/home/assets/Gilroy-Regular-fyR3J_W4.woff)format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-SemiBoldItalic-DhmJSNcc.woff2)format("woff2"),url(/home/assets/Gilroy-SemiBoldItalic-CIW_E35z.woff)format("woff");font-weight:600;font-style:italic;font-display:swap}@font-face{font-family:Gilroy;src:url(/home/assets/Gilroy-UltraLight-DYOlx4rD.woff2)format("woff2"),url(/home/assets/Gilroy-UltraLight-C2Z1GjhF.woff)format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-Regular-CxM6MvLr.otf)format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-Bold-sjQCZh1u.otf)format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-BoldItalic-DOVUbZrl.otf)format("opentype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-Italic-DC5BIR_9.otf)format("opentype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-Light-B8VR3EGD.otf)format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-LightItalic-DQNqNrO8.otf)format("opentype");font-weight:300;font-style:italic;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-Medium-BnH0vvJJ.otf)format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NeueMontreal;src:url(/home/assets/NeueMontreal-MediumItalic-DNRhpLuW.otf)format("opentype");font-weight:500;font-style:italic;font-display:swap}:root{--INPUT_FIELD_WIDTH:min(60vw, 250px);--HEADING_COLOR:#000;--HEADING_FONT_FAMILY:"Gilroy";--heading-xl:48px;--heading-lg:36px;--heading-md:24px;--heading-sm:18px;--PARA_FONT_FAMILY:"Poppins";--PARA_COLOR:#3f3f3f;--PRIMARY_BUTTON_BG_COLOR:#8f1e78;--PRIMARY_BUTTON_COLOR:#fff;--PRIMARY_BUTTON_BORDER_RADIUS:6px;--SECONDRY_BUTTON_BG_COLOR:white;--SECONDRY_BUTTON_COLOR:#000;--SECONDRY_BUTTON_BORDER_RADIUS:25.6853px;--THIRD_BUTTON_BG_COLOR:#060606;--THIRD_BUTTON_COLOR:#efefef;--THIRD_BUTTON_BORDER_RADIUS:6.53329px;--BOX_SHADOW_LEVEL1:0px 4px 15px rgba(0,0,0,.1);--BOX_SHADOW_LEVEL2:0px 4px 25px rgba(0,0,0,.2);--BOX_SHADOW_LEVEL3:0px 5.25331px 26.3077px rgba(0,0,0,.08);--CARD_BG_COLOR:rgba(255,255,255,.6);--CARD_COLOR:#000;--CARD_FONT_FAMILY:"Gilroy-Medium";--CARD_BORDER_RADIUS:10px;--ANCHOR_FONT_FAMILY:"Manrope";--ANCHOR_COLOR:#314259;--BUTTON_FONT_FAMILY:"Gilroy-Medium";--BREAD_CRUMB_PADDING:1rem;--TABLE_PAGE_PADDING:1rem;--PAGE_BODY_BACKGROUND_COLOR:#e8ecf1;--SELECTED_COLOR:#52c41a;--ERROR_COLOR:#ff4d4f;--DEFAULT_SELECTED_COLOR:#1292ee;overflow-x:hidden}html,body{overscroll-behavior:none;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}*{box-sizing:border-box;margin:0;padding:0}p{font-family:VAR(--PARA_FONT_FAMILY)}button{font-family:var(--BUTTON_FONT_FAMILY)}header{font-family:VAR(--HEADING_FONT_FAMILY)}a{font-family:var(--PARA_FONT_FAMILY)}.ant-collapse{font-size:15.2968px;font-style:normal;font-weight:600}.ant-collapse-large>.ant-collapse-item>.ant-collapse-header{background:#fff;padding:16px 24px}.ant-collapse-item-active>.ant-collapse-header{box-sizing:border-box;border-radius:6px}.Home-navbar{z-index:2;width:100vw;height:9vh;font-size:23px;font-family:var(--HEADING_FONT_FAMILY);backdrop-filter:blur(10px);background-color:rgba(255,255,255,.643);justify-content:space-evenly;align-items:center;margin:0 0;display:flex;position:sticky;top:0;left:0;box-shadow:0 4px 150px rgba(0,0,0,.1)}.extra_small_nav{justify-content:space-around;width:70vw;margin:0 0;font-size:13.2px;display:flex}.extra_small_div{text-transform:uppercase;flex-flow:wrap;justify-content:space-around;display:flex;align-items:center!important;row-gap:0!important}@media (min-width:279px) and (max-width:999px){.toggle-container{display:flex!important;position:fixed!important}.extra_small_nav{display:none!important}.tgle-icons{justify-content:space-around;width:25%;display:flex}.small-nav{opacity:.12!important}.extranav{display:none}}@media (min-width:390px) and (max-width:498px){.collapsed-menu{padding:1vw 1vh}}@media (max-width:499px){.Home-navbar,.extranav{display:none}.extra_small_div{text-transform:uppercase;font-size:14px!important}.extra_small_nav{justify-content:space-around;width:70vw;margin:0 0;font-size:13.2px;display:flex}}@media (max-width:1024px){.Home-navbar{justify-content:space-between;align-items:center;height:50px;display:flex}}@media (min-width:899px) and (max-width:1072px){.Home-navbar{padding:3rem 0!important}.extranav{display:none}.extra_small_div{color:#000;font-family:var(--PARA_FONT_FAMILY);font-size:14px!important}}@media (min-width:500px) and (max-width:600px){.extra_small_nav{display:none}}.menu-container{flex-direction:row;justify-content:space-evenly;row-gap:23rem;display:flex;color:#000!important}.toggle-container{z-index:23;background-color:#f7f7f7;flex-flow:wrap;justify-content:space-between;align-items:center;width:100vw;display:none;position:fixed;top:0;box-shadow:0 4px 150px rgba(0,0,0,.1)}.tgle-icons{justify-content:space-around;width:25%;display:flex}.toggle-button{cursor:pointer;font-size:16px}.ant-collapse{margin:2vw 2vh}.Dept_side{flex-flow:column wrap;justify-content:space-between;width:40vw;margin:2vw 4vh;display:flex}.Acc_btn{color:#fff;cursor:pointer;background-color:#000;border-radius:6px;justify-content:center;align-items:center;width:45vw;height:7vh;font-size:14px;display:flex}.collapsed-menu{z-index:1;backdrop-filter:blur(10px);background-color:rgba(49,49,49,.33);width:100%;height:100vh;transition:all .1s ease-out;position:fixed;top:4rem;overflow-x:hidden;overflow-y:scroll}.anticon{cursor:pointer}.old-android-webview .ant-select-arrow{left:auto!important;right:11px!important}.old-android-webview .ant-select-arrow:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:unset;right:unset}.old-android-webview .ant-select-arrow:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:unset;right:unset}.old-android-webview .ant-select-arrow:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:unset;left:unset}.old-android-webview .ant-select-arrow:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:unset;left:unset}.old-android-webview .ant-select-single.ant-select-show-arrow .ant-select-selection-item,.old-android-webview .ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{text-align:initial;color:#626262;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;padding-left:0!important;padding-right:54px!important}.ant-menu-light.ant-menu-horizontal>.ant-menu-item{margin:1.5vw 1.4vh;font-size:2.6vh;font-family:var(--HEADING_FONT_FAMILY)!important}.ant-menu-light{border-radius:12.9916px;padding-left:0;padding-right:0}.nav_right_items{justify-content:space-between;display:flex}.ant-menu-title-content{text-transform:uppercase;flex-direction:column;display:flex}.ico{align-items:center;margin:.4vw 0;font-size:12px!important}.ico-menu{text-align:center;display:flex}.nav-btn{letter-spacing:.1px;color:#11181c;border:none;height:54px;padding:4px 0;font-weight:510;font-size:15px!important}.nav-btn:hover{letter-spacing:.1px;color:#0f67da;border:none;height:54px;padding:4px 0;font-size:15px!important}.FreeAccBtn{color:#fff;text-align:center;background-color:#8f1e78;border-radius:6px;place-content:center;align-items:center;width:220px;height:45px;margin:.2vw 0;font-size:15px;font-weight:550;transition-duration:.2s;display:flex}.FreeAccBtn:hover{color:#8f1e78;text-align:center;background-color:#fff;border:1.5px solid #8f1e78;border-radius:6px;place-content:center;align-items:center;width:220px;height:45px;margin:.2vw 0;font-size:15px;text-decoration:none;transition-duration:.2s;display:flex}.sml_icons{align-items:space-around;display:flex}::-webkit-scrollbar{width:2px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#999}::-webkit-scrollbar{display:none}.tooltip{display:inline-block;position:relative}.tooltip .tooltiptext{visibility:hidden;color:#fff;text-align:left;z-index:1;background-color:#000;border-radius:6px;width:120px;padding:10px 5px;position:absolute}.navbar-top{top:38px}.tooltip:hover .tooltiptext{visibility:visible}.ce-toolbar__plus.custom-cursor-on-hover{transition:all .2s;cursor:pointer!important}.ce-toolbar__plus.custom-cursor-on-hover:hover{transform:scale(1.1);color:#fff!important;background:#3b82f6!important}.ce-block--selected .ce-block__content{border-radius:8px;background:rgba(59,130,246,.1)!important}.codex-editor{border:1px solid #e5e7eb;border-radius:12px}.ce-toolbar__content{max-width:none!important}.ce-popover{border-radius:12px!important;box-shadow:0 10px 25px rgba(0,0,0,.15)!important}.ant-table-thead .ant-table-cell{color:#fff!important}.ant-table,.ant-table *,.ant-table-wrapper *{transition:none!important;animation:none!important}.ant-table-tbody>tr:hover>td,.ant-table-tbody>tr:hover,.ant-table-row:hover>td,.ant-table-row:hover,.ant-table-cell-row-hover{background:0 0!important}.ant-modal .ant-modal-content{padding:34px!important;position:relative!important;overflow:visible!important}.ant-modal-close{z-index:10!important;cursor:pointer!important;background:0 0!important;border:none!important;justify-content:center!important;align-items:center!important;width:44px!important;height:44px!important;padding:0!important;line-height:1!important;display:flex!important;position:absolute!important;top:0!important;right:0!important}.ant-modal-close-x{justify-content:center!important;align-items:center!important;width:100%!important;height:100%!important;font-size:16px!important;line-height:1!important;display:flex!important}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td{color:#fff!important}.ant-table table{border-spacing:0!important}.ant-modal-wrap{justify-content:center;align-items:center;display:flex}.old-android-webview .ant-switch{min-width:44px!important;height:22px!important;line-height:22px!important}.old-android-webview .ant-switch .ant-switch-handle{background:#fff!important;border-radius:50%!important;width:18px!important;height:18px!important;display:block!important;position:absolute!important;top:2px!important;left:2px!important}.old-android-webview .ant-switch.ant-switch-checked .ant-switch-handle{left:calc(100% - 20px)!important}.ant-modal-wrap{z-index:1000!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important;overflow:auto!important}.ant-modal-mask{z-index:1000!important;position:fixed!important;top:0!important;bottom:0!important;left:0!important;right:0!important}.ant-select-dropdown{z-index:1050!important;background:#fff!important;border-radius:6px!important;padding:4px 0!important;position:absolute!important;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08)!important}.ant-select-item{cursor:pointer!important;padding:5px 12px!important;display:block!important}.ant-select-item-option-selected{background-color:#e6f4ff!important;font-weight:600!important}.ant-select-item-option-active{background-color:#f5f5f5!important}.ant-dropdown{z-index:1050!important;position:absolute!important}.ant-dropdown-menu{background:#fff!important;border-radius:6px!important;margin:0!important;padding:4px 0!important;list-style:none!important;box-shadow:0 3px 6px -4px rgba(0,0,0,.12),0 6px 16px rgba(0,0,0,.08)!important}.ant-dropdown-menu-item{cursor:pointer!important;padding:5px 12px!important;display:block!important}.ant-space{display:flex!important}.ant-space-horizontal>.ant-space-item:not(:last-child){margin-bottom:0!important;margin-right:8px!important}.ant-space-vertical>.ant-space-item:not(:last-child){margin-bottom:8px!important;margin-right:0!important}.ant-row{margin-left:-8px;margin-right:-8px;flex-wrap:wrap!important;display:flex!important}.ant-col{box-sizing:border-box;padding-left:8px;padding-right:8px}.flex-gap-4>:not(:last-child){margin-right:4px}.flex-gap-8>:not(:last-child){margin-right:8px}.flex-gap-12>:not(:last-child){margin-right:12px}.flex-gap-16>:not(:last-child){margin-right:16px}.flex-gap-24>:not(:last-child){margin-right:24px}.flex-col-gap-4>:not(:last-child){margin-bottom:4px}.flex-col-gap-8>:not(:last-child){margin-bottom:8px}.flex-col-gap-12>:not(:last-child){margin-bottom:12px}.flex-col-gap-16>:not(:last-child){margin-bottom:16px}.flex-col-gap-24>:not(:last-child){margin-bottom:24px}.old-android-webview [data-old-flex-gap]{margin-top:calc(var(--old-row-gap) * -.5);margin-left:calc(var(--old-row-gap) * 0)}.old-android-webview [data-old-flex-gap]>*{margin-top:var(--old-row-gap);margin-right:var(--old-col-gap,0px)}.old-android-webview [data-old-flex-gap]>:last-child{margin-right:0!important}.old-android-webview .CategoryHorizontal-master-container>*{margin-left:.3rem!important;margin-right:1rem!important}.old-android-webview .CategoryHorizontal-master-container>:last-child{margin-right:0!important}.old-android-webview .CategoryHorizontal-scroll-container>*{margin-right:.5rem!important}.old-android-webview .CategoryHorizontal-scroll-container>:last-child{margin-right:0!important}.flex-wrap>*{margin:4px}[data-gap="2"]>*{margin:2px}[data-gap="4"]>*{margin:4px}[data-gap="8"]>*{margin:8px}[data-gap="10"]>*{margin:10px}[data-gap="16"]>*{margin:16px}[data-gap="24"]>*{margin:24px}[data-gap="34"]>*{margin:34px}:root{--GLOBAL_MARGIN-XXS:.125rem;--GLOBAL_MARGIN-XS:.25rem;--GLOBAL_MARGIN-SM:.5rem;--GLOBAL_MARGIN-MD:1rem;--GLOBAL_MARGIN-LG:1.5rem;--GLOBAL_MARGIN-XL:2rem;--ANDROID_MARGIN-LOCK:1px .4px!important}.old-android-webview *,.old-android-webview :before,.old-android-webview :after{margin:var(--ANDROID_MARGIN-LOCK,inherit)!important}.ant-modal-root *,.ant-modal-root :before,.ant-modal-root :after,.ant-select-dropdown *,.ant-select-dropdown :before,.ant-select-dropdown :after,.ant-dropdown *,.ant-dropdown :before,.ant-dropdown :after,.ant-picker-dropdown *,.ant-picker-dropdown :before,.ant-picker-dropdown :after,.ant-tooltip *,.ant-popover *{margin:revert!important}.old-android-webview .ant-radio-inner,.ant-radio-inner{justify-content:center!important;align-items:center!important;margin:0!important;display:inline-flex!important;position:relative!important}.old-android-webview .ant-radio-inner:after,.ant-radio-inner:after{border-radius:50%!important;width:6px!important;height:6px!important;margin:0!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important}.old-android-webview .ant-radio-wrapper,.ant-radio-wrapper{vertical-align:middle!important;align-items:center!important;margin:0 8px 0 0!important;display:inline-flex!important}.old-android-webview *{scrollbar-width:none!important;-ms-overflow-style:none!important}.old-android-webview ::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.old-android-webview html,.old-android-webview body{left:-2px;width:100%!important;height:100vh!important;max-height:100vh!important;position:fixed!important;top:-4px!important;overflow:hidden!important}.margin-xxs{margin:var(--GLOBAL_MARGIN-XXS)!important}.margin-xs{margin:var(--GLOBAL_MARGIN-XS)!important}.margin-sm{margin:var(--GLOBAL_MARGIN-SM)!important}.margin-md{margin:var(--GLOBAL_MARGIN-MD)!important}.margin-lg{margin:var(--GLOBAL_MARGIN-LG)!important}.margin-xl{margin:var(--GLOBAL_MARGIN-XL)!important}.margin-t-sm{margin-top:var(--GLOBAL_MARGIN-SM)!important}.margin-r-sm{margin-right:var(--GLOBAL_MARGIN-SM)!important}.margin-b-sm{margin-bottom:var(--GLOBAL_MARGIN-SM)!important}.margin-l-sm{margin-left:var(--GLOBAL_MARGIN-SM)!important}.old-android-webview table,.ant-space-item,.ant-row>*,.ant-col>*{margin:var(--ANDROID_MARGIN-LOCK,0)!important}:root{--bg:#fff;--surface:#f8fafc;--text:#111827;--muted:#64748b;--border:#e5e7eb;--primary:#111827;--primary-contrast:#fff;--radius:10px;--shadow:0 10px 30px rgba(0,0,0,.08)}html,body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif;line-height:1.6}h1,h2,h3{margin:.4rem 0 .6rem;font-weight:700}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.1rem}small,.muted{color:var(--muted)}.container{max-width:1200px;margin:16px auto;padding:0 16px}.grid{gap:16px;display:grid}.two-pane{grid-template-columns:320px 1fr}@media (max-width:980px){.two-pane{grid-template-columns:1fr}}.toolbar{z-index:20;background:var(--bg);border-bottom:1px solid var(--border);align-items:center;gap:12px;padding:10px 16px;display:flex;position:sticky;top:0}.toolbar .title-input{background:0 0;border:none;outline:none;flex:1;font-size:20px;font-weight:700}.card{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:12px}.input,.textarea,.select{border:1px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:8px;padding:8px 10px}.textarea{min-height:90px}.input:focus,.textarea:focus,.select:focus{outline-offset:2px;outline:2px solid #cbd5e1}.btn{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:10px;padding:8px 12px;transition:background .12s,transform 80ms,border-color .12s}.btn:hover{background:#f3f4f6}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.btn-primary:hover{filter:brightness(1.08)}.btn-ghost{border-color:var(--border);background:0 0}.btn-outline{background:var(--bg);border-color:var(--border)}.chip{border:1px solid var(--border);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:600;display:inline-block}.chip-success{color:#065f46;background:#ecfdf5;border-color:#34d399}.chip-neutral{border-color:var(--border);color:#334155;background:#f1f5f9}.toast{z-index:50;color:#fff;box-shadow:var(--shadow);background:#111827;border-radius:8px;padding:10px 12px;font-size:14px;position:fixed;bottom:20px;right:20px}#pozo-editor,#pozo-editor *{pointer-events:auto!important;user-select:text!important}.preview-content img{max-width:100%;height:auto;display:block}.ant-table-cell,.ant-table-cell a{font-family:Poppins!important}.ant-table table{transition-duration:.6s;border-spacing:0!important}.ant-table-thead .ant-table-cell{font-family:Gilroy!important}.ant-table-tbody .ant-table-cell,.ant-table-tbody .ant-table-cell a,.ant-table-tbody .ant-table-cell p,.ant-table-tbody .ant-table-cell span,.ant-table-tbody .ant-table-cell div{font-family:Poppins!important}.solution-page{color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;min-height:100vh;font-family:NeueMontreal,Inter,-apple-system,BlinkMacSystemFont,sans-serif;overflow-x:hidden}.solution-hero{color:#000;background:#fff;justify-content:center;align-items:center;min-height:70vh;padding:100px 1.5rem 80px;display:flex;position:relative;overflow:hidden}@media (max-width:768px){.solution-hero{min-height:60vh;padding:65px 1.5rem 60px}}.solution-hero .hero-background{z-index:0;position:absolute;top:0;bottom:0;left:0;right:0}.solution-hero .hero-background .gradient-orb{filter:blur(100px);opacity:.15;border-radius:50%;animation:25s ease-in-out infinite float;position:absolute}.solution-hero .hero-background .gradient-orb.orb-1{background:radial-gradient(circle,#667eea 0%,transparent 70%);width:500px;height:500px;animation-delay:0s;top:-200px;left:-200px}.solution-hero .hero-background .gradient-orb.orb-2{background:radial-gradient(circle,#f093fb 0%,transparent 70%);width:400px;height:400px;animation-delay:8s;bottom:-150px;right:-150px}.solution-hero .hero-content{z-index:1;width:100%;max-width:1200px;margin:0 auto;position:relative}.solution-hero .hero-content .hero-main{grid-template-columns:1.2fr 1fr;align-items:flex-start;gap:4rem;width:100%;display:grid}@media (max-width:968px){.solution-hero .hero-content .hero-main{grid-template-columns:1fr;gap:3rem}}.solution-hero .hero-content .hero-main .hero-text{flex-direction:column;gap:2rem;display:flex}.solution-hero .hero-content .hero-main .hero-image{justify-content:center;align-items:center;display:flex}.solution-hero .hero-content .hero-main .hero-image .hero-image-container{aspect-ratio:1;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:16px;width:100%;max-width:500px;transition:all .3s;overflow:hidden}@media (max-width:968px){.solution-hero .hero-content .hero-main .hero-image .hero-image-container{max-width:100%;aspect-ratio:unset}}.solution-hero .hero-content .hero-main .hero-image .hero-image-container:hover{border-color:rgba(255,255,255,.1);transform:scale(1.02)}.solution-hero .hero-content .hero-main .hero-image .hero-image-container .hero-product-image{object-fit:cover;filter:brightness(1.1);width:100%;height:100%;transition:all .3s}.solution-hero .hero-content .hero-main .hero-image .hero-image-container:hover .hero-product-image{filter:brightness(1.2);transform:scale(1.05)}.solution-hero .hero-content .hero-badge{letter-spacing:.3px;color:#000;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:13px;font-weight:400;display:inline-flex}.solution-hero .hero-content .hero-badge svg{font-size:16px}.solution-hero .hero-content .hero-title{letter-spacing:-.02em;color:#111;margin:0 0 1.5rem;font-family:NeueMontreal,sans-serif;font-size:max(2.5rem,min(6vw,4.5rem));font-weight:500;line-height:1.2}.solution-hero .hero-content .hero-title .gradient-text{color:#111;margin-top:.5rem;display:block}.solution-hero .hero-content .hero-description{color:#333;letter-spacing:-.01em;max-width:700px;margin:0 0 2.5rem;font-size:max(1rem,min(1.3vw,1.25rem));font-weight:400;line-height:1.6}.solution-hero .hero-content .hero-cta{flex-wrap:wrap;gap:1rem;display:flex}.solution-hero .hero-content .hero-cta button{cursor:pointer;border:none;border-radius:8px;outline:none;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:NeueMontreal,sans-serif;font-size:15px;font-weight:400;transition:all .3s;display:inline-flex}.solution-hero .hero-content .hero-cta button.btn-primary{color:#fff;background:#111}.solution-hero .hero-content .hero-cta button.btn-primary:hover{color:#000;background-color:#fff;border:1px solid #000}.solution-hero .hero-content .hero-cta button.btn-primary svg{font-size:16px;transition:transform .3s}.solution-hero .hero-content .hero-cta button.btn-primary:hover svg{transform:translate(3px)}.solution-hero .hero-content .hero-cta button.btn-secondary{color:#fff;background:#000;border:1px solid rgba(255,255,255,.3)}.solution-hero .hero-content .hero-cta button.btn-secondary:hover{color:#000;background-color:#fff;border:1px solid #000}.solution-features{background:#fff;padding:65px 1.5rem}@media (max-width:768px){.solution-features{padding:80px 1.5rem}}.solution-features .features-container{max-width:1200px;margin:0 4rem}@media (max-width:968px){.solution-features .features-container{margin:0}}.solution-features .features-container .section-header{text-align:left;max-width:600px;margin-bottom:3rem}.solution-features .features-container .section-header h2{letter-spacing:-.02em;color:#111;margin:0 0 .75rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-features .features-container .section-header p{color:#333;letter-spacing:-.01em;margin:0;font-size:max(.95rem,min(1.2vw,1.1rem));font-weight:400;line-height:1.6}.solution-features .features-container .features-visual{justify-content:center;align-items:center;margin-bottom:4rem;display:flex}.solution-features .features-container .features-visual .features-image{width:100%;max-width:800px;margin:0 auto}@media (max-width:968px){.solution-features .features-container .features-visual .features-image{max-width:100%}}.solution-features .features-container .features-visual .features-image .image-container{aspect-ratio:16/9;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;width:100%;transition:all .3s;overflow:hidden}.solution-features .features-container .features-visual .features-image .image-container:hover{border-color:rgba(255,255,255,.1)}.solution-features .features-container .features-visual .features-image .image-container .features-product-image{object-fit:cover;filter:brightness(1.1);width:100%;height:100%;transition:all .3s}.solution-features .features-container .features-visual .features-image .image-container:hover .features-product-image{filter:brightness(1.2);transform:scale(1.05)}.solution-features .features-container .features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}@media (max-width:768px){.solution-features .features-container .features-grid{grid-template-columns:1fr;gap:1.25rem}}.solution-features .features-container .features-grid .feature-card{background:#ececec;border:none;border-radius:12px;flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.solution-features .features-container .features-grid .feature-card:hover{background:#d4d4d4}.solution-features .features-container .features-grid .feature-card .feature-icon{border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:0;display:flex;background:#fff!important}.solution-features .features-container .features-grid .feature-card .feature-icon svg{color:#333;font-size:24px;transition:color .3s}.solution-features .features-container .features-grid .feature-card h3{color:#111;letter-spacing:-.01em;margin:0 0 .5rem;font-family:NeueMontreal,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.3}.solution-features .features-container .features-grid .feature-card p{color:#333;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:400;line-height:1.6}.solution-benefits{background:#fff;padding:80px 1.5rem}@media (max-width:768px){.solution-benefits{padding:80px 1.5rem}}.solution-benefits .benefits-container{grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;display:grid}@media (max-width:968px){.solution-benefits .benefits-container{grid-template-columns:1fr;gap:3rem}}.solution-benefits .benefits-container .benefits-visual-image{justify-content:center;align-items:center;display:flex}.solution-benefits .benefits-container .benefits-visual-image .benefits-image-container{aspect-ratio:1;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;width:100%;max-width:500px;transition:all .3s;overflow:hidden}.solution-benefits .benefits-container .benefits-visual-image .benefits-image-container:hover{border-color:rgba(255,255,255,.1);transform:scale(1.02)}.solution-benefits .benefits-container .benefits-visual-image .benefits-image-container .benefits-product-image{object-fit:cover;filter:brightness(1.1);width:100%;height:100%;transition:all .3s}.solution-benefits .benefits-container .benefits-visual-image .benefits-image-container:hover .benefits-product-image{filter:brightness(1.2);transform:scale(1.05)}.solution-benefits .benefits-container .benefits-content h2{letter-spacing:-.02em;color:#111;margin:0 0 2rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-benefits .benefits-container .benefits-content .benefits-list{scrollbar-width:thin;flex-direction:column;gap:1rem;height:50vh;display:flex;overflow:auto}.solution-benefits .benefits-container .benefits-content .benefits-list .benefit-item{background:0 0;border:none;border-radius:0;align-items:flex-start;gap:.875rem;padding:0;transition:all .3s;display:flex}.solution-benefits .benefits-container .benefits-content .benefits-list .benefit-item:hover{background:rgba(255,255,255,.03);padding-left:.25rem}.solution-benefits .benefits-container .benefits-content .benefits-list .benefit-item .check-icon{color:#111;flex-shrink:0;margin-top:3px;font-size:18px}.solution-benefits .benefits-container .benefits-content .benefits-list .benefit-item span{color:#222;letter-spacing:-.01em;font-size:15px;font-weight:400;line-height:1.6}.solution-benefits .benefits-container .benefits-visual .visual-card{backdrop-filter:none;text-align:left;background:0 0;border:none;border-radius:0;padding:0}.solution-benefits .benefits-container .benefits-visual .visual-card .visual-icon{color:rgba(255,255,255,.1);margin-bottom:2rem;font-size:48px}.solution-benefits .benefits-container .benefits-visual .visual-card .visual-stats{flex-direction:column;gap:2rem;display:flex}.solution-benefits .benefits-container .benefits-visual .visual-card .visual-stats .stat .stat-value{color:#fff;letter-spacing:-.02em;margin-bottom:.5rem;font-size:2.5rem;font-weight:500;line-height:1}.solution-benefits .benefits-container .benefits-visual .visual-card .visual-stats .stat .stat-label{color:rgba(255,255,255,.6);font-size:14px;font-weight:400}.solution-use-cases{background:#fff;padding:80px 1.5rem}@media (max-width:768px){.solution-use-cases{padding:80px 1.5rem}}.solution-use-cases .use-cases-container{max-width:1200px;margin:0 4rem}@media (max-width:968px){.solution-use-cases .use-cases-container{margin:0}}.solution-use-cases .use-cases-container .section-header{margin-bottom:4rem}.solution-use-cases .use-cases-container .section-header h2{letter-spacing:-.02em;color:#111;margin:0 0 .75rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-use-cases .use-cases-container .section-header p{color:#333;letter-spacing:-.01em;margin:0;font-size:max(.95rem,min(1.2vw,1.1rem));font-weight:400;line-height:1.5}.solution-use-cases .use-cases-container .use-cases-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));align-items:start;gap:2rem;display:grid}@media (max-width:768px){.solution-use-cases .use-cases-container .use-cases-grid{grid-template-columns:1fr;gap:1.5rem}}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card{background:#ececec;border:none;border-radius:12px;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;padding:1rem;transition:all .3s;display:flex}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card:hover{background:#d4d4d4}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card .use-case-icon{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:0;transition:all .3s;display:flex}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card .use-case-icon svg{transition:all .3s}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card:hover .use-case-icon{background:rgba(255,255,255,.1);transform:scale(1.1)}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card:hover .use-case-icon svg{transform:scale(1.1)}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card h3{color:#111;letter-spacing:-.01em;margin:0 0 .5rem;font-family:NeueMontreal,sans-serif;font-size:1.25rem;font-weight:500;line-height:1.3}.solution-use-cases .use-cases-container .use-cases-grid .use-case-card p{color:#333;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:400;line-height:1.6}.solution-integrations{background:#fff;padding:80px 1.5rem}@media (max-width:768px){.solution-integrations{padding:80px 1.5rem}}.solution-integrations .integrations-container{max-width:1200px;margin:0 4rem}@media (max-width:968px){.solution-integrations .integrations-container{margin:0}}.solution-integrations .integrations-container .section-header{text-align:left;margin-bottom:3rem}.solution-integrations .integrations-container .section-header h2{letter-spacing:-.02em;color:#111;margin:0 0 1rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-integrations .integrations-container .section-header p{color:#333;letter-spacing:-.01em;max-width:700px;margin:0;font-size:max(.95rem,min(1.2vw,1.1rem));font-weight:400;line-height:1.6}.solution-integrations .integrations-container .integrations-visual{justify-content:center;align-items:center;margin-bottom:4rem;display:flex}.solution-integrations .integrations-container .integrations-visual .integrations-image{width:100%;max-width:700px;margin:0 auto}.solution-integrations .integrations-container .integrations-visual .integrations-image .integrations-image-container{aspect-ratio:16/9;background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.05);border-radius:12px;width:100%;transition:all .3s;overflow:hidden}.solution-integrations .integrations-container .integrations-visual .integrations-image .integrations-image-container:hover{border-color:rgba(255,255,255,.1)}.solution-integrations .integrations-container .integrations-visual .integrations-image .integrations-image-container .integrations-product-image{object-fit:cover;filter:brightness(1.1);width:100%;height:100%;transition:all .3s}.solution-integrations .integrations-container .integrations-visual .integrations-image .integrations-image-container:hover .integrations-product-image{filter:brightness(1.2);transform:scale(1.05)}.solution-integrations .integrations-container .integrations-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:start;gap:2rem;display:grid}@media (max-width:768px){.solution-integrations .integrations-container .integrations-grid{grid-template-columns:1fr;gap:1.5rem}}.solution-integrations .integrations-container .integrations-grid .integration-item{background:#ececec;border:none;border-radius:12px;flex-direction:column;align-items:flex-start;gap:1rem;height:100%;padding:1rem;transition:all .3s;display:flex}.solution-integrations .integrations-container .integrations-grid .integration-item:hover{background:#d4d4d4}.solution-integrations .integrations-container .integrations-grid .integration-item .integration-icon{background:#fff;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:0;transition:all .3s;display:flex}.solution-integrations .integrations-container .integrations-grid .integration-item .integration-icon svg{transition:all .3s}.solution-integrations .integrations-container .integrations-grid .integration-item:hover .integration-icon{background:rgba(255,255,255,.1);transform:scale(1.1)}.solution-integrations .integrations-container .integrations-grid .integration-item:hover .integration-icon svg{transform:scale(1.1)}.solution-integrations .integrations-container .integrations-grid .integration-item h3{color:#111;letter-spacing:-.01em;margin:0 0 .5rem;font-family:NeueMontreal,sans-serif;font-size:1.1rem;font-weight:500;line-height:1.3}.solution-integrations .integrations-container .integrations-grid .integration-item p{color:#333;letter-spacing:-.01em;margin:0;font-size:14px;font-weight:400;line-height:1.6}.solution-faq{background:#fff;padding:100px 1.5rem;border-bottom:unset!important}@media (max-width:768px){.solution-faq{padding:80px 1.5rem}}.solution-faq .faq-container{max-width:900px;margin:0 auto}.solution-faq .faq-container .section-header{text-align:left;margin-bottom:4rem}.solution-faq .faq-container .section-header h2{letter-spacing:-.02em;color:#111;margin:0 0 .75rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-faq .faq-container .section-header p{color:#333;letter-spacing:-.01em;margin:0;font-size:max(.95rem,min(1.2vw,1.1rem));font-weight:400;line-height:1.5}.solution-faq .faq-container .faq-list{flex-direction:column;gap:.75rem;display:flex}.solution-faq .faq-container .faq-list .faq-item{background:0 0;border:none;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;padding:0;transition:all .3s}.solution-faq .faq-container .faq-list .faq-item:last-child{border-bottom:none}.solution-faq .faq-container .faq-list .faq-item.open .faq-question h3{color:#111}.solution-faq .faq-container .faq-list .faq-item.open .faq-question .faq-toggle{transform:rotate(45deg)}.solution-faq .faq-container .faq-list .faq-item.open .faq-answer{opacity:1;max-height:500px;padding-top:1rem}.solution-faq .faq-container .faq-list .faq-item .faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:1.25rem 0;transition:all .3s;display:flex}.solution-faq .faq-container .faq-list .faq-item .faq-question:hover h3{color:#111}.solution-faq .faq-container .faq-list .faq-item .faq-question h3{color:#111;letter-spacing:-.01em;text-align:left;flex:1;margin:0;font-family:NeueMontreal,sans-serif;font-size:1.1rem;font-weight:500;transition:color .3s}.solution-faq .faq-container .faq-list .faq-item .faq-question .faq-toggle{color:rgba(0,0,0,.984);flex-shrink:0;margin-left:1rem;font-size:24px;font-weight:400;line-height:1;transition:all .3s}.solution-faq .faq-container .faq-list .faq-item .faq-answer{opacity:0;max-height:0;padding:0;transition:all .3s;overflow:hidden}.solution-faq .faq-container .faq-list .faq-item .faq-answer p{color:#333;letter-spacing:-.01em;margin:0;padding-bottom:1.25rem;font-size:16px;font-weight:400;line-height:1.6}.solution-cta{text-align:left;background:#fff;padding:80px 1.5rem 100px}@media (max-width:768px){.solution-cta{padding:80px 1.5rem}}.solution-cta .cta-content{flex-direction:column;justify-content:center;align-items:center;max-width:800px;margin:0 auto;display:flex}.solution-cta .cta-content h2{letter-spacing:-.02em;color:#111;margin:0 0 1rem;font-family:NeueMontreal,sans-serif;font-size:max(2rem,min(4vw,3rem));font-weight:500;line-height:1.2}.solution-cta .cta-content p{color:#333;letter-spacing:-.01em;margin:0 0 2rem;font-size:max(1rem,min(1.2vw,1.1rem));font-weight:400;line-height:1.6}.solution-cta .cta-content .cta-buttons{flex-wrap:wrap;gap:1rem;display:flex}.solution-cta .cta-content .cta-buttons button{cursor:pointer;border:none;border-radius:8px;outline:none;padding:.875rem 1.75rem;font-family:NeueMontreal,sans-serif;font-size:15px;font-weight:400;transition:all .3s}.solution-cta .cta-content .cta-buttons button.btn-primary{color:#fff;background:#111}.solution-cta .cta-content .cta-buttons button.btn-primary:hover{background:rgba(0,0,0,.9);transform:translateY(-1px)}.solution-cta .cta-content .cta-buttons button.btn-secondary{color:#111;background:0 0;border:1px solid #000}.solution-cta .cta-content .cta-buttons button.btn-secondary:hover{background:rgba(255,255,255,.05)}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.liveFooterMain{color:#fff;background-color:#010101;justify-content:space-between;align-items:flex-start;gap:2rem;padding:3rem 1rem 1rem;font-family:NeueMontreal;display:flex}@media (max-width:768px){.liveFooterMain{flex-direction:column;margin-bottom:3rem}}.liveFooterLeft .LiveFooterList,.liveFooterRight .LiveFooterList{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.liveFooterLeft .LiveFooterList p,.liveFooterRight .LiveFooterList p,.liveFooterLeft .LiveFooterList a,.liveFooterRight .LiveFooterList a{letter-spacing:.32px;cursor:pointer;color:#eee;margin-top:8px;font-family:NeueMontreal;font-size:12px;font-weight:400;text-decoration:none;transition:all .3s}.liveFooterRights{color:#fff;background-color:#010101;justify-content:space-between;align-items:center;padding:1rem;font-family:NeueMontreal;display:flex}.liveFooterRights div{color:#ebebeb;letter-spacing:.3px;flex-wrap:wrap;align-items:center;gap:1rem;font-family:NeueMontreal;font-size:12px;font-weight:400;display:flex}.liveFooterRights span{color:#ebebeb;letter-spacing:.3px;font-family:NeueMontreal;font-size:13px;font-weight:400}.liveFooterRights p{letter-spacing:.3px;color:#565353;font-family:NeueMontreal;font-size:12px;font-weight:400}@media (max-width:500px){.liveFooterRights p{color:#9b9b9b;font-size:8px}}@media (max-width:768px){.liveFooterRights{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}}.liveFooterLeft .listTitle,.liveFooterRight .listTitle{letter-spacing:.2px;font-family:NeueMontreal;font-size:18px;font-weight:400}.liveFooterLeft span,.liveFooterRight span{align-items:center;gap:10px;margin-top:8px;font-family:NeueMontreal;font-size:14px;display:flex}.liveFooterLeft span svg,.liveFooterRight span svg{cursor:pointer;font-size:16px}.admin-panel-container{color:#1e293b;letter-spacing:-.01em;font-feature-settings:"kern" 1, "liga" 1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background:#f8fafc;height:100dvh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Inter,sans-serif;display:flex;position:relative;overflow:hidden}.admin-panel-container :focus{outline-offset:2px;outline:2px solid #4c9aff}@media (prefers-reduced-motion:reduce){.admin-panel-container *,.admin-panel-container :before,.admin-panel-container :after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (max-width:768px){.admin-panel-container{flex-direction:column}}.admin-panel-container .admin-panel-sidebar{color:#e2e8f0;z-index:50;background:linear-gradient(#1e293b 0%,#0f172a 100%);border-right:1px solid rgba(255,255,255,.1);flex-direction:column;width:260px;display:flex;position:relative;box-shadow:4px 0 16px rgba(0,0,0,.2)}.admin-panel-container .admin-panel-sidebar:after{content:"";cursor:col-resize;background:0 0;width:4px;height:100%;transition:background-color .2s;position:absolute;top:0;right:-2px}.admin-panel-container .admin-panel-sidebar:after:hover{background:rgba(9,30,66,.1)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header{background:rgba(0,0,0,.2);border-bottom:1px solid rgba(255,255,255,.1);padding:18px 20px;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header .admin-panel-logo{align-items:center;gap:12px;display:flex;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header .admin-panel-logo svg{color:#60a5fa;font-size:1.5rem;transition:transform .2s}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header .admin-panel-logo:hover svg{transform:rotate(90deg)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header .admin-panel-logo h1{color:#fff;letter-spacing:-.01em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:700;line-height:1.4}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-header .admin-panel-breadcrumb{color:#8993a4;text-transform:uppercase;letter-spacing:.5px;margin-top:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:11px;font-weight:500;line-height:1.4}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav{scrollbar-width:thin;scrollbar-color:rgba(9,30,66,.13) transparent;flex:1;padding:16px 0;overflow-y:auto}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav::-webkit-scrollbar{width:6px}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav::-webkit-scrollbar-track{background:0 0;margin:8px 0}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:3px;transition:background-color .2s}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .nav-section{margin-bottom:24px}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .nav-section .nav-section-title{color:#8993a4;text-transform:uppercase;letter-spacing:.5px;padding:0 24px 8px;font-size:11px;font-weight:600;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .nav-section .nav-section-title:after{content:"";background:linear-gradient(90deg,#dfe1e6,transparent);height:1px;position:absolute;bottom:0;left:24px;right:24px}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item{cursor:pointer;user-select:none;color:#cbd5e1;border-radius:8px;align-items:center;min-height:48px;margin:4px 12px;padding:8px 12px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:hover:not(.active){color:#fff;background:rgba(255,255,255,.08)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:hover:not(.active) .admin-panel-nav-icon{color:#60a5fa}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:hover:not(.active) .admin-panel-nav-title{color:#fff}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:hover:not(.active) .admin-panel-nav-subtitle{color:#cbd5e1}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:after{content:"";opacity:0;transform-origin:0;background:#8993a4;border-radius:0 2px 2px 0;width:3px;height:20px;transition:all .2s;position:absolute;top:50%;left:0;transform:translateY(-50%)scaleX(0)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.active{background:rgba(96,165,250,.15);border:1px solid rgba(96,165,250,.3);box-shadow:0 0 0 1px rgba(96,165,250,.2)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.active:before{content:"";background:#60a5fa;border-radius:0 2px 2px 0;width:3px;position:absolute;top:0;bottom:0;left:0}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.active .admin-panel-nav-icon{color:#60a5fa}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.active .admin-panel-nav-content .admin-panel-nav-title{color:#fff;font-weight:600}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.active .admin-panel-nav-content .admin-panel-nav-subtitle{color:#cbd5e1}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:focus-visible{outline-offset:2px;outline:2px solid #4c9aff}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-icon{color:#94a3b8;justify-content:center;align-items:center;width:24px;height:24px;margin-right:12px;font-size:1.2rem;transition:all .2s;display:flex;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-icon:before{content:"";opacity:0;background:rgba(94,108,132,.08);border-radius:6px;transition:opacity .2s;position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-icon .nav-badge{background:#ff5630;border:2px solid #fff;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse;position:absolute;top:-4px;right:-4px}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-content{flex:1;min-width:0}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-content .admin-panel-nav-title{color:#e2e8f0;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s;display:block;overflow:hidden}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .admin-panel-nav-content .admin-panel-nav-subtitle{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin-top:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:400;line-height:1.5;transition:all .2s;display:block;overflow:hidden}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .nav-item-actions{opacity:0;align-items:center;gap:4px;transition:opacity .2s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .nav-item-actions .nav-action-btn{color:#5e6c84;cursor:pointer;background:rgba(9,30,66,.04);border:none;border-radius:4px;justify-content:center;align-items:center;width:24px;height:24px;font-size:12px;transition:all .15s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item .nav-item-actions .nav-action-btn:hover{color:#172b4d;background:rgba(9,30,66,.08)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-nav .admin-panel-nav-item:hover .nav-item-actions{opacity:1}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer{background:rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.1);padding:20px;position:relative}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile{cursor:pointer;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:8px;align-items:center;margin-bottom:16px;padding:12px;transition:all .2s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile:hover{background:rgba(255,255,255,.1);border-color:rgba(96,165,250,.3)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .admin-panel-user-avatar{color:#fff;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:12px;font-size:14px;font-weight:700;display:flex;position:relative;box-shadow:0 2px 8px rgba(96,165,250,.3)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .admin-panel-user-avatar:after{content:"";background:#10b981;border:2px solid #1e293b;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0;box-shadow:0 0 0 1px rgba(0,0,0,.3)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .admin-panel-user-info{flex:1;min-width:0}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .admin-panel-user-info .admin-panel-user-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.5;display:block;overflow:hidden}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .admin-panel-user-info .admin-panel-user-role{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;margin-top:2px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:1.5;display:block;overflow:hidden}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .user-menu-trigger{color:#8993a4;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;width:20px;height:20px;transition:all .15s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-user-profile .user-menu-trigger:hover{color:#5e6c84;background:rgba(9,30,66,.04)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .quick-actions{gap:8px;margin-bottom:16px;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .quick-actions .quick-action{cursor:pointer;color:#5e6c84;background:rgba(255,255,255,.8);border:1px solid #dfe1e6;border-radius:6px;flex:1;justify-content:center;align-items:center;padding:8px;font-size:12px;transition:all .15s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .quick-actions .quick-action:hover{color:#172b4d;background:rgba(9,30,66,.04);border-color:#c1c7d0}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-signout-btn{color:#fca5a5;cursor:pointer;background:rgba(239,68,68,.1);border:1px solid rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;transition:all .2s;display:flex}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-signout-btn svg{font-size:14px;transition:transform .2s}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-signout-btn:hover{color:#f87171;background:rgba(239,68,68,.2);border-color:rgba(239,68,68,.3);transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.2)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-signout-btn:hover svg{transform:translate(-2px)}.admin-panel-container .admin-panel-sidebar .admin-panel-sidebar-footer .admin-panel-signout-btn:active{transform:translateY(0)}.admin-panel-container .admin-panel-main-content{flex-direction:column;flex:1;display:flex;overflow:hidden}.admin-panel-container .admin-panel-main-content .admin-panel-top-header{z-index:40;-webkit-backdrop-filter:blur(10px);background:#fff;border-bottom:1px solid #e1e4e8;justify-content:space-between;align-items:center;min-height:55px;padding:10px 20px;display:flex;position:sticky;top:0;box-shadow:0 1px rgba(27,31,36,.04)}@media (max-width:500px){.admin-panel-container .admin-panel-main-content .admin-panel-top-header{min-height:unset;padding:5px 10px}}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs{color:#656d76;letter-spacing:-.01em;align-items:center;gap:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs .breadcrumb-item{cursor:pointer;letter-spacing:-.01em;border-radius:6px;align-items:center;gap:6px;padding:4px 8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;transition:all .2s cubic-bezier(.3,0,.5,1);display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs .breadcrumb-item:hover:not(:last-child){color:#24292f;background:#f6f8fa}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs .breadcrumb-item:last-child{color:#24292f;cursor:default;background:0 0;border:none;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs .admin-panel-breadcrumb-arrow{color:#8b949e;margin:0 4px;font-size:12px}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions{align-items:center;gap:12px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .search-container{position:relative}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .search-container .global-search{background:rgba(255,255,255,.9);border:1px solid #dfe1e6;border-radius:6px;width:280px;padding:8px 12px 8px 36px;font-size:14px;transition:all .15s}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .search-container .global-search::placeholder{color:#8993a4}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .search-container .global-search:focus{background:#fff;border-color:#0052cc;width:320px;box-shadow:0 0 0 2px rgba(0,82,204,.2)}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .search-container .search-icon{color:#8993a4;pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .notification-bell{cursor:pointer;color:#5e6c84;background:rgba(255,255,255,.9);border:1px solid #dfe1e6;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex;position:relative}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .notification-bell:hover{color:#172b4d;background:rgba(9,30,66,.04);border-color:#c1c7d0}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .notification-bell .notification-badge{color:#fff;background:#ff5630;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;font-size:10px;font-weight:600;display:flex;position:absolute;top:-2px;right:-2px}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .theme-toggle{cursor:pointer;color:#5e6c84;background:rgba(255,255,255,.9);border:1px solid #dfe1e6;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .15s;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .header-actions .theme-toggle:hover{color:#172b4d;background:rgba(9,30,66,.04);border-color:#c1c7d0}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-header-actions{gap:12px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-header-actions button{color:#5255c8;cursor:pointer;background:0 0;border:1px solid #5255c8;border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-family:NeueMontreal,sans-serif;font-size:.775rem;transition:all .2s;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-header-actions button:hover{background:#f9fafb;border-color:#9ca3af}.admin-panel-container .admin-panel-main-content .admin-panel-main-header{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left{align-items:center;gap:20px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-icon{color:#fff;background:linear-gradient(135deg,#1e40af 0%,#5470cc 100%);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;position:relative;box-shadow:0 8px 20px rgba(99,102,241,.25)}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-icon:before{content:"";z-index:-1;opacity:.3;filter:blur(8px);background:linear-gradient(135deg,#5255c8,#8b5cf6,#a855f7);border-radius:18px;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-content h1{color:#1f2328;letter-spacing:-.02em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.5}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-content p{color:#656d76;letter-spacing:-.01em;margin:4px 0 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.5}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:#1f883d;border:1px solid rgba(27,31,36,.15);border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s cubic-bezier(.3,0,.5,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 1px 2px rgba(27,31,36,.1)}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn:before{content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(99,102,241,.35)}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn:hover:before{left:100%}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn:active{transform:translateY(0)}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation{background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons{gap:8px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons .admin-panel-tab-btn{color:#64748b;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:6px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons .admin-panel-tab-btn.active{color:#1e293b;background:#f1f5f9}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons .admin-panel-tab-btn:hover:not(.active){color:#475569;background:#f8fafc}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls{align-items:center;gap:16px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-sort-dropdown{align-items:center;display:flex;position:relative}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-sort-dropdown .admin-panel-dropdown-icon{color:#64748b;pointer-events:none;z-index:1;font-family:NeueMontreal,sans-serif;font-size:.875rem;position:absolute;right:12px}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-sort-dropdown select{-webkit-appearance:none;appearance:none;color:#1f2328;cursor:pointer;letter-spacing:-.01em;background:#fff;border:1px solid #d1d5db;border-radius:6px;min-width:140px;padding:8px 32px 8px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-sort-dropdown select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-view-toggle{background:#f1f5f9;border-radius:6px;padding:2px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-view-toggle .admin-panel-view-btn{cursor:pointer;color:#64748b;background:0 0;border:none;border-radius:4px;padding:8px;transition:all .2s}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-view-toggle .admin-panel-view-btn.active{color:#1e293b;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls .admin-panel-view-toggle .admin-panel-view-btn:hover:not(.active){color:#475569}.admin-panel-container .admin-panel-main-content .admin-panel-content-area{background:#f6f8fa;flex:1;padding:16px;position:relative;overflow-y:auto}.admin-panel-container .admin-panel-main-content .admin-panel-content-area h2,.admin-panel-container .admin-panel-main-content .admin-panel-content-area h3{font-size:1rem;margin:0!important}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .content-wrapper{max-width:1280px;margin:0 auto}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .page-header{margin-bottom:32px}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .page-header h1{color:#1f2328;letter-spacing:-.02em;margin:0 0 10px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:600;line-height:1.25}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .page-header p{color:#656d76;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.5}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master{width:100%;transition:all .3s cubic-bezier(.3,0,.5,1);overflow:scroll}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .banner-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .hero-section-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .offerings-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .ecosystem-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .trending-apps-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .faq-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .cta-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .footer-header,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .banner-section-header{background:#fff;border-bottom:1px solid #e1e4e8;margin:0;padding:28px 40px;position:relative}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .banner-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .hero-section-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .offerings-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .ecosystem-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .trending-apps-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .faq-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .cta-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .footer-header:before,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .banner-section-header:before{content:"";background:linear-gradient(90deg,#0969da,#1f883d,#0969da);height:3px;position:absolute;top:0;left:0;right:0}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .hero-section-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .offerings-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ecosystem-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .trending-apps-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .faq-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .cta-section-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .footer-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .banner-section-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .live-session-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .blog-form-master .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .seo-form-master .banner-content{box-shadow:none;background:0 0;border:none;border-radius:0;padding:40px}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-table-wrapper{background:#fff;border:1px solid #dfe1e6;border-radius:8px;max-width:1400px;margin:0 auto 24px;overflow:hidden;box-shadow:0 1px 1px rgba(9,30,66,.25),0 0 1px 1px rgba(9,30,66,.13)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#5e6c84;text-transform:uppercase;letter-spacing:.5px;background:#f4f5f7;border-bottom:1px solid #dfe1e6;padding:16px;font-size:12px;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{color:#172b4d;border-bottom:1px solid #f4f5f7;padding:16px;font-size:14px}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover>td{background:rgba(9,30,66,.04)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-input,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-select-selector,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-picker{border:1px solid #dfe1e6;border-radius:3px;padding:8px 12px;font-size:14px;transition:border-color .1s}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-input:hover,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-select-selector:hover,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-picker:hover{border-color:#c1c7d0}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-input:focus,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-input.ant-input-focused,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-input.ant-select-focused .ant-select-selector,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-select-selector:focus,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-select-selector.ant-input-focused,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-select-selector.ant-select-focused .ant-select-selector,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-picker:focus,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-picker.ant-input-focused,.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-picker.ant-select-focused .ant-select-selector{border-color:#0052cc;box-shadow:0 0 0 2px rgba(0,82,204,.2)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-btn{border-radius:3px;height:32px;padding:0 16px;font-size:14px;font-weight:500;transition:all .1s}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-btn.ant-btn-primary{background:#0052cc;border-color:#0052cc}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-btn.ant-btn-primary:hover{background:#0747a6;border-color:#0747a6}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-btn.ant-btn-default{color:#172b4d;background:#fff;border-color:#dfe1e6}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-btn.ant-btn-default:hover{background:rgba(9,30,66,.04);border-color:#c1c7d0}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-card{border:1px solid #dfe1e6;border-radius:8px;box-shadow:0 1px 1px rgba(9,30,66,.25),0 0 1px 1px rgba(9,30,66,.13)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-card .ant-card-head{background:#f4f5f7;border-bottom:1px solid #dfe1e6}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .ant-card .ant-card-head .ant-card-head-title{color:#172b4d;font-size:16px;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .loading-container{background:#fff;border:1px solid #dfe1e6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:64px 32px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .loading-container .loading-spinner{border:3px solid #f4f5f7;border-top-color:#0052cc;border-radius:50%;width:32px;height:32px;margin-bottom:16px;animation:1s linear infinite spin}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .loading-container .loading-text{color:#5e6c84;font-size:14px;font-weight:500}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state{text-align:center;background:#fff;border:1px solid #dfe1e6;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:64px 32px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state .empty-icon{color:#8993a4;background:#f4f5f7;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin-bottom:24px;font-size:24px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state .empty-title{color:#172b4d;margin-bottom:8px;font-size:18px;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state .empty-description{color:#5e6c84;max-width:400px;margin-bottom:24px;font-size:14px;line-height:1.4}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state .empty-action{color:#fff;cursor:pointer;background:#0052cc;border:none;border-radius:3px;padding:8px 16px;font-size:14px;font-weight:500;transition:background-color .1s}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .empty-state .empty-action:hover{background:#0747a6}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner{background:#e4edff;border:1px solid #b3d4ff;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:24px;padding:16px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-icon{color:#0052cc;margin-top:2px;font-size:16px}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-content{flex:1}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-content .notification-title{color:#172b4d;margin-bottom:4px;font-size:14px;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-content .notification-message{color:#5e6c84;font-size:14px;line-height:1.4}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-close{color:#5e6c84;cursor:pointer;background:0 0;border:none;border-radius:3px;padding:4px;transition:background-color .1s}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner .notification-close:hover{background:rgba(9,30,66,.04)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.warning{background:#fffae6;border-color:#ffc400}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.warning .notification-icon{color:#ff8b00}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.error{background:#ffebe6;border-color:#ff8f73}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.error .notification-icon{color:#de350b}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.success{background:#e3fcef;border-color:#abf5d1}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .notification-banner.success .notification-icon{color:#064}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:32px;display:grid}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card{background:#fff;border:1px solid #dfe1e6;border-radius:8px;padding:20px;box-shadow:0 1px 1px rgba(9,30,66,.25),0 0 1px 1px rgba(9,30,66,.13)}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-value{color:#172b4d;margin-bottom:4px;font-size:28px;font-weight:700;line-height:1}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-label{color:#5e6c84;text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-change{margin-top:8px;font-size:12px;font-weight:500}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-change.positive{color:#064}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-change.negative{color:#de350b}.admin-panel-container .admin-panel-main-content .admin-panel-content-area .stats-grid .stat-card .stat-change.neutral{color:#5e6c84}.admin-panel-container .admin-panel-main-content .admin-panel-placeholder-content{text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-placeholder-content .admin-panel-placeholder-icon{color:#94a3b8;background:linear-gradient(135deg,#f1f5f9,#e2e8f0);border-radius:24px;justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:32px;font-size:2.5rem;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.05)}.admin-panel-container .admin-panel-main-content .admin-panel-placeholder-content h2{color:#0f172a;letter-spacing:-.02em;margin:0 0 12px;font-size:1.75rem;font-weight:700}.admin-panel-container .admin-panel-main-content .admin-panel-placeholder-content p{color:#64748b;margin:0;font-size:1rem;font-weight:400}.admin-panel-container .admin-panel-main-content .admin-panel-modal-overlay{z-index:1000;background:rgba(0,0,0,.5);justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal{background:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.2)}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:24px 32px;display:flex}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header h2{color:#1f2328;letter-spacing:-.02em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header .admin-panel-close-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px;font-size:1.5rem;transition:all .2s}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header .admin-panel-close-btn:hover{color:#374151;background:#e2e8f0}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content{max-height:calc(90vh - 80px);padding:32px;overflow-y:auto}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .banner-content,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .form-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .offeringsContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .ecosystemContent,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .form-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .faq-inputs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .cta-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .footer-form,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .banner-content{box-shadow:none;background:0 0;border:none;padding:0}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .hero-section-form .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .offerings-form .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .ecosystem-form .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .trending-apps-form .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .faq-form .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .CTASectionFormMaster .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .FooterFormMaster .admin-cards-container,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .hero-data-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .added-titles,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .saved-posters,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .added-banners,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .added-faqs,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .apps-display,.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content .banner-section-form .admin-cards-container{display:none}.admin-panel-container .admin-panel-mobile-header{z-index:100;background:#fff;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:16px;display:none;position:sticky;top:0}.admin-panel-container .admin-panel-mobile-header .admin-panel-mobile-logo{color:#1e293b;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;display:flex}.admin-panel-container .admin-panel-mobile-header .admin-panel-mobile-logo svg{color:#5255c8;font-size:1.2rem}.admin-panel-container .admin-panel-mobile-header .admin-panel-mobile-toggle{color:#5255c8;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;font-size:1.2rem;transition:all .2s}.admin-panel-container .admin-panel-mobile-header .admin-panel-mobile-toggle:hover{color:#3f45ff;background:#edeeff}.admin-panel-container .admin-panel-mobile-header .admin-panel-mobile-toggle svg{display:flex}.admin-panel-container .admin-panel-mobile-overlay{z-index:150;background:rgba(0,0,0,.5);display:none;position:fixed;top:0;bottom:0;left:0;right:0}@media (max-width:1024px){.admin-panel-container .admin-panel-sidebar{width:240px}.admin-panel-container .admin-panel-main-content .admin-panel-main-header,.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation{padding:16px 24px}}@media (max-width:768px){.admin-panel-container .admin-panel-mobile-header{display:flex}.admin-panel-container .admin-panel-mobile-overlay{display:block}.admin-panel-container .admin-panel-sidebar{z-index:200;width:290px;height:100vh;transition:left .3s;position:fixed;top:0;left:-290px;box-shadow:2px 0 20px rgba(0,0,0,.15)}.admin-panel-container .admin-panel-sidebar.mobile-open{left:0}.admin-panel-container .admin-panel-main-content{width:100%}.admin-panel-container .admin-panel-main-content .admin-panel-top-header .admin-panel-breadcrumbs{font-size:.8rem}.admin-panel-container .admin-panel-main-content .admin-panel-main-header{flex-direction:column;align-items:stretch;gap:1rem;padding:16px}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left{justify-content:center}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-content{text-align:center}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-content h1{font-size:1.1rem}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-content p{font-size:.8rem}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-create-btn{justify-content:center;width:100%}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation{flex-direction:column;align-items:stretch;gap:16px;padding:12px 16px}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons{overflow-x:auto}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-buttons .admin-panel-tab-btn{white-space:nowrap;min-width:100px}.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation .admin-panel-tab-controls{flex-wrap:wrap;justify-content:space-between;gap:12px}.admin-panel-container .admin-panel-main-content .admin-panel-modal-overlay{padding:16px}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal{max-height:95vh}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header{padding:16px 20px}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-header h2{font-size:1.1rem}.admin-panel-container .admin-panel-main-content .admin-panel-create-modal .admin-panel-modal-content{padding:20px}}@media (max-width:480px){.admin-panel-container .admin-panel-main-content .admin-panel-main-header,.admin-panel-container .admin-panel-main-content .admin-panel-tab-navigation{padding:12px}.admin-panel-container .admin-panel-main-content .admin-panel-main-header .admin-panel-header-left .admin-panel-header-icon{width:40px;height:40px;font-size:1.2rem}.admin-panel-container .admin-panel-create-modal{max-height:calc(100vh - 16px);margin:8px}.admin-panel-container .admin-panel-create-modal .admin-panel-modal-content{padding:16px}}.admin-panel-create-modal-form .form-group{margin-bottom:24px}.admin-panel-create-modal-form .form-group label{color:#1f2328;letter-spacing:-.01em;margin-bottom:8px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:600;line-height:1.5;display:block}.admin-panel-create-modal-form .form-group input,.admin-panel-create-modal-form .form-group textarea,.admin-panel-create-modal-form .form-group select{letter-spacing:-.01em;color:#1f2328;border:1.5px solid #d0d7de;border-radius:8px;width:100%;padding:10px 14px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;transition:all .2s}.admin-panel-create-modal-form .form-group input:focus,.admin-panel-create-modal-form .form-group textarea:focus,.admin-panel-create-modal-form .form-group select:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.admin-panel-create-modal-form .form-group input.error,.admin-panel-create-modal-form .form-group textarea.error,.admin-panel-create-modal-form .form-group select.error{border-color:#ef4444}.admin-panel-create-modal-form .form-group input::placeholder,.admin-panel-create-modal-form .form-group textarea::placeholder,.admin-panel-create-modal-form .form-group select::placeholder{color:#9ca3af}.admin-panel-create-modal-form .form-group textarea{resize:vertical;min-height:100px}.admin-panel-create-modal-form .form-group .error-text{color:#da3633;letter-spacing:-.01em;margin-top:6px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:13px;line-height:1.5;display:block}.admin-panel-create-modal-form .form-group .image-mode-toggle{background:#f3f4f6;border-radius:6px;margin-bottom:12px;padding:2px;display:flex}.admin-panel-create-modal-form .form-group .image-mode-toggle .mode-btn{color:#656d76;cursor:pointer;letter-spacing:-.01em;background:0 0;border:none;border-radius:4px;flex:1;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s}.admin-panel-create-modal-form .form-group .image-mode-toggle .mode-btn.active{color:#374151;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.1)}.admin-panel-create-modal-form .form-group .image-mode-toggle .mode-btn:hover:not(.active){color:#374151}.admin-panel-create-modal-form .form-actions{border-top:1px solid #e5e7eb;gap:16px;margin-top:32px;padding-top:24px;display:flex}.admin-panel-create-modal-form .form-actions button{cursor:pointer;letter-spacing:-.01em;border-radius:8px;flex:1;padding:10px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s}.admin-panel-create-modal-form .form-actions button.cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.admin-panel-create-modal-form .form-actions button.cancel-btn:hover{background:#e5e7eb}.admin-panel-create-modal-form .form-actions button.save-btn{color:#fff;background:#3b82f6;border:1px solid #3b82f6}.admin-panel-create-modal-form .form-actions button.save-btn:hover{background:#2563eb}.admin-panel-cards-container{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:24px;margin-top:24px;display:grid}@media (max-width:768px){.admin-panel-cards-container{grid-template-columns:1fr;gap:16px}}.admin-panel-card{background:#fff;border:1px solid #dfe1e6;border-radius:8px;transition:all .1s;position:relative;overflow:hidden;box-shadow:0 1px 1px rgba(9,30,66,.25),0 0 1px 1px rgba(9,30,66,.13)}.admin-panel-card:hover{border-color:#c1c7d0;transform:translateY(-2px);box-shadow:0 4px 8px -2px rgba(9,30,66,.25),0 0 0 1px rgba(9,30,66,.08)}.admin-panel-card .card-image{background:#f1f5f9;width:100%;height:180px;overflow:hidden}.admin-panel-card .card-image img{object-fit:cover;width:100%;height:100%}.admin-panel-card .card-content{padding:20px}.admin-panel-card .card-content .card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.admin-panel-card .card-content .card-header h3{color:#1f2328;letter-spacing:-.01em;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;line-height:1.5}.admin-panel-card .card-content .card-header .status-badge{white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-radius:3px;padding:4px 8px;font-size:11px;font-weight:600}.admin-panel-card .card-content .card-header .status-badge.active{color:#064;background:#e3fcef;border:1px solid #abf5d1}.admin-panel-card .card-content .card-header .status-badge.inactive{color:#974f0c;background:#fffae6;border:1px solid #ffc400}.admin-panel-card .card-content .card-description{color:#656d76;-webkit-line-clamp:3;line-clamp:3;letter-spacing:-.01em;-webkit-box-orient:vertical;margin-bottom:16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;line-height:1.5;display:-webkit-box;overflow:hidden}.admin-panel-card .card-content .card-meta{border-top:1px solid #f1f5f9;justify-content:space-between;align-items:center;margin-bottom:16px;padding-top:12px;display:flex}.admin-panel-card .card-content .card-meta .priority-badge{letter-spacing:-.01em;border-radius:12px;padding:4px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;font-weight:500;line-height:1.5}.admin-panel-card .card-content .card-meta .priority-badge.high{color:#991b1b;background:#fee2e2}.admin-panel-card .card-content .card-meta .priority-badge.medium{color:#92400e;background:#fef3c7}.admin-panel-card .card-content .card-meta .priority-badge.low{color:#166534;background:#dcfce7}.admin-panel-card .card-content .card-meta .date{color:#656d76;letter-spacing:-.01em;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px;line-height:1.5}.admin-panel-card .card-content .card-actions{gap:8px;display:flex}.admin-panel-card .card-content .card-actions button{color:#1f2328;cursor:pointer;letter-spacing:-.01em;background:#fff;border:1px solid #d0d7de;border-radius:8px;flex:1;justify-content:center;align-items:center;gap:6px;height:36px;padding:8px 16px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;line-height:1.5;transition:all .2s;display:flex}.admin-panel-card .card-content .card-actions button:hover{background:rgba(9,30,66,.04);border-color:#c1c7d0}.admin-panel-card .card-content .card-actions button.primary{color:#fff;background:#0052cc;border-color:#0052cc}.admin-panel-card .card-content .card-actions button.primary:hover{background:#0747a6;border-color:#0747a6}.admin-panel-card .card-content .card-actions button.danger{color:#fff;background:#de350b;border-color:#de350b}.admin-panel-card .card-content .card-actions button.danger:hover{background:#bf2600;border-color:#bf2600}.backtohomefromAdminpanel{color:#24292f;cursor:pointer;background:#fff;border:1px solid #d0d7de;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s cubic-bezier(.3,0,.5,1);display:inline-flex;box-shadow:0 1px rgba(27,31,36,.04)}@media (max-width:500px){.backtohomefromAdminpanel{padding:5px 7px}}.backtohomefromAdminpanel:hover{background:#f6f8fa;border-color:#d0d7de;text-decoration:none}.backtohomefromAdminpanel:active{background:#f3f4f6;box-shadow:inset 0 1px rgba(27,31,36,.04)}.backtohomefromAdminpanel svg{font-size:16px}.cta-section-form-master{flex-direction:column;width:100%;height:100%;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.cta-section-form-master .cta-section-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:0 0 16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}.cta-section-form-master .cta-section-form-header .cta-section-header-left{align-items:center;gap:20px;display:flex}.cta-section-form-master .cta-section-form-header .cta-section-header-left .cta-section-header-icon{color:#fff;background:linear-gradient(135deg,#5255c8 0%,#5e62d3 50%,#8d91fa 100%);border:1px solid rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;display:flex;box-shadow:0 4px 12px rgba(245,158,11,.3)}.cta-section-form-master .cta-section-form-header .cta-section-header-left .cta-section-header-content{flex-direction:column;align-items:flex-start;display:flex}.cta-section-form-master .cta-section-form-header .cta-section-header-left .cta-section-header-content h2{color:#1e293b;letter-spacing:-.03em;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.2}.cta-section-form-master .cta-section-form-header .cta-section-header-left .cta-section-header-content p{color:#64748b;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:.7rem;font-weight:400}.cta-section-form-master .cta-section-form-header .cta-section-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.cta-section-form-master .cta-section-form-header .cta-section-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(245,158,11,.4)}.cta-section-form-master .cta-section-tab-navigation{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-buttons{gap:16px;display:flex}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-buttons .cta-section-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-buttons .cta-section-tab-btn.cta-section-active{color:#1e293b;background:#e2e8f0}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-buttons .cta-section-tab-btn:hover:not(.cta-section-active){color:#475569;background:#f1f5f9}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls{align-items:center;gap:16px;display:flex}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-sort-dropdown select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-sort-dropdown select:focus{border-color:#3b82f6;outline:none}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-view-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-view-toggle .cta-section-view-btn{color:#64748b;cursor:pointer;background:#fff;border:none;padding:8px 12px;font-family:NeueMontreal,sans-serif;transition:all .2s}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-view-toggle .cta-section-view-btn.cta-section-active{color:#1e293b;background:#e2e8f0}.cta-section-form-master .cta-section-tab-navigation .cta-section-tab-controls .cta-section-view-toggle .cta-section-view-btn:hover:not(.cta-section-active){background:#f8fafc}.cta-section-form-master .cta-section-display{padding:32px}.cta-section-form-master .cta-section-display .cta-section-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.cta-section-form-master .cta-section-display .cta-section-grid{grid-template-columns:1fr;gap:16px}}.cta-section-form-master .cta-section-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.cta-section-form-master .cta-section-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.cta-section-form-master .cta-section-card.cta-section-inactive{opacity:.7;border-color:#fff}.cta-section-form-master .cta-section-card.cta-section-inactive .cta-section-status{color:#991b1b;margin-top:15px}.cta-section-form-master .cta-section-card .cta-section-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.cta-section-form-master .cta-section-card .cta-section-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;line-height:1.4}.cta-section-form-master .cta-section-card .cta-section-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:8px;margin-top:10px;display:flex}.cta-section-form-master .cta-section-card .cta-section-card-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:none;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-edit-btn{color:#1e40af}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-delete-btn{color:#991b1b!important}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-delete-btn:hover{transform:translateY(-1px);background:#fecaca!important}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-status-btn.cta-section-activate{color:#166534}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-status-btn.cta-section-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-status-btn.cta-section-deactivate{color:#92400e}.cta-section-form-master .cta-section-card .cta-section-card-actions button.cta-section-status-btn.cta-section-deactivate:hover{background:#fde68a;transform:translateY(-1px)}.cta-section-form-master .cta-section-card .cta-section-card-content p{color:#64748b;margin:0 0 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5}.cta-section-form-master .cta-section-card .cta-section-card-content p strong{color:#374151;font-weight:600}.cta-section-form-master .cta-section-card .cta-section-card-content p.cta-section-created-date{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.cta-section-form-master .cta-section-card .cta-section-card-content p.cta-section-status{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.cta-section-form-master .cta-section-card .cta-section-card-content p.cta-section-status.cta-section-active{color:#166534;margin-top:15px}.cta-section-form-master .cta-section-card .cta-section-card-content p.cta-section-status.cta-section-inactive{color:#991b1b}.cta-section-form-master .cta-section-card .cta-section-card-content p:last-child{margin-bottom:0}.cta-section-form-master .cta-section-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.cta-section-form-master .cta-section-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.cta-section-form-master .cta-section-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.cta-section-form-master .cta-section-form{padding:20px 0}.cta-section-form-master .cta-section-form .cta-section-form-group{margin-bottom:24px}.cta-section-form-master .cta-section-form .cta-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.cta-section-form-master .cta-section-form .cta-section-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.cta-section-form-master .cta-section-form .cta-section-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.cta-section-form-master .cta-section-form .cta-section-form-group input::placeholder{color:#9ca3af!important}.cta-section-form-master .cta-section-form .cta-section-form-group input.error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.cta-section-form-master .cta-section-form .cta-section-form-group .error-message{color:#ef4444;margin-top:4px;font-family:NeueMontreal,sans-serif;font-size:.75rem;display:block}.cta-section-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;display:flex}.cta-section-form-actions button{letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.cta-section-form-actions button.cta-section-save-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px rgba(16,185,129,.3)}.cta-section-form-actions button.cta-section-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.cta-section-form-actions button.cta-section-cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.cta-section-form-actions button.cta-section-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.cta-section-form-actions button.cta-section-clear-btn{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.cta-section-form-actions button.cta-section-clear-btn:hover{background:#fde68a;transform:translateY(-1px)}.ant-modal .cta-section-form{padding:20px 0}.ant-modal .cta-section-form .cta-section-form-group{margin-bottom:24px}.ant-modal .cta-section-form .cta-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.ant-modal .cta-section-form .cta-section-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.ant-modal .cta-section-form .cta-section-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.ant-modal .cta-section-form .cta-section-form-group input::placeholder{color:#9ca3af!important}.cta-section-card .ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text .ant-popconfirm-title{color:#991b1b}@media (max-width:768px){.cta-section-form-master .cta-section-display{padding:16px}.cta-section-form-master .cta-section-display h2{margin-bottom:24px;font-size:1.5rem}.cta-section-form-master .cta-section-card{padding:16px}.cta-section-form-master .cta-section-card .cta-section-card-header{flex-direction:column;align-items:flex-start;gap:12px}.cta-section-form-master .cta-section-card .cta-section-card-header h3{margin-bottom:0;margin-right:0}.cta-section-form-master .cta-section-card .cta-section-card-header .cta-section-card-actions{justify-content:flex-start;width:100%}.cta-section-form-master .cta-section-placeholder-content{margin:20px 0;padding:60px 16px}.cta-section-form-master .cta-section-placeholder-content .cta-section-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.cta-section-form-master .cta-section-placeholder-content h2{font-size:1.5rem}.cta-section-form-master .cta-section-placeholder-content p{max-width:300px;font-size:.875rem}}.faq-section-form-master{background:#f8f9fa;min-height:100vh;font-family:Poppins,sans-serif}.faq-section-form-master :global(.ant-modal) .ant-modal-content{border-radius:12px;overflow:hidden}.faq-section-form-master :global(.ant-modal) .ant-modal-header{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:none;padding:20px 24px}.faq-section-form-master :global(.ant-modal) .ant-modal-header .ant-modal-title{font-size:18px;font-weight:600;color:#fff!important}.faq-section-form-master :global(.ant-modal) .ant-modal-close{color:#fff!important}.faq-section-form-master :global(.ant-modal) .ant-modal-close:hover{color:rgba(255,255,255,.8)!important}.faq-section-form-master :global(.ant-modal) .ant-modal-body{padding:24px}.faq-section-form-master :global(.ant-modal) .ant-modal-footer{background:#f8f9fa;border-top:1px solid #e9ecef;padding:16px 24px}.faq-section-form-master .faq-section-form-header{justify-content:space-between;align-items:center;display:flex}.faq-section-form-master .faq-section-form-header .faq-section-header-left .faq-section-header-content h2{color:#2c3e50;margin:0 0 8px;font-size:1.4rem;font-weight:600;line-height:1.2}.faq-section-form-master .faq-section-form-header .faq-section-header-left .faq-section-header-content p{color:#6c757d;margin:0;font-size:14px}.faq-section-form-master .faq-section-form-header .faq-section-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.faq-section-form-master .faq-section-form-header .faq-section-create-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(102,126,234,.4)}.faq-section-form-master .faq-section-form-header .faq-section-create-btn span{font-size:16px;font-weight:700}.faq-section-form-master .faq-section-tab-navigation{border-bottom:1px solid #dee2e6;justify-content:space-between;align-items:center;margin-top:12px;margin-bottom:12px;padding-bottom:12px;display:flex}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-buttons{gap:10px;display:flex}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-buttons .faq-section-tab-btn{cursor:pointer;background:#fff;border:2px solid #e9ecef;border-radius:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-weight:400;transition:all .3s}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-buttons .faq-section-tab-btn.faq-section-active{color:#fff;background:#667eea;border-color:#667eea}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-buttons .faq-section-tab-btn:hover:not(.faq-section-active){color:#667eea;border-color:#667eea}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls{align-items:center;gap:15px;display:flex}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls .faq-section-sort-dropdown select{cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 12px}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls .faq-section-view-toggle{gap:5px;display:flex}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls .faq-section-view-toggle .faq-section-view-btn{cursor:pointer;background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:8px 12px;transition:all .3s}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls .faq-section-view-toggle .faq-section-view-btn.faq-section-active{color:#fff;background:#667eea;border-color:#667eea}.faq-section-form-master .faq-section-tab-navigation .faq-section-tab-controls .faq-section-view-toggle .faq-section-view-btn:hover:not(.faq-section-active){color:#667eea;border-color:#667eea}.faq-section-form-master .faq-section-display .faq-section-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:20px;padding:16px;display:grid}.faq-section-form-master .faq-section-display .faq-section-card{background:#fff;border-left:4px solid #28a745;border-radius:12px;padding:20px;transition:all .3s;box-shadow:0 2px 8px rgba(0,0,0,.1)}.faq-section-form-master .faq-section-display .faq-section-card.faq-section-inactive{opacity:.7;border-left-color:#dc3545}.faq-section-form-master .faq-section-display .faq-section-card:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header{border-bottom:2px solid #e9ecef;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header h3{color:#2c3e50;flex:1;margin:0;font-size:18px;font-weight:600}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions{gap:10px;display:flex}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button{cursor:pointer;border:none;border-radius:6px;padding:6px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:500;transition:all .3s}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button.faq-section-edit-btn{color:#1e40af;background:#dbeafe}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button.faq-section-status-btn.faq-section-deactivate{color:#166534;background:#dcfce7}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button.faq-section-status-btn.faq-section-deactivate:hover{background:#c82333}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button.faq-section-status-btn.faq-section-activate{color:#fff;background:#28a745}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-header .faq-section-card-actions button.faq-section-status-btn.faq-section-activate:hover{background:#218838}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content p{color:#6c757d;margin:0 0 15px;font-size:14px;line-height:1.5}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content p strong{color:#495057}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-status{border-radius:4px;margin-bottom:15px;padding:4px 8px;font-size:12px;font-weight:500;display:inline-block}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-status.faq-section-active{color:#155724;background:#d4edda}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-status.faq-section-inactive{color:#721c24;background:#f8d7da}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs strong{color:#495057;margin-bottom:10px;display:block}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-faq-item{background:#f8f9fa;border-radius:6px;margin-bottom:15px;padding:10px}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-faq-item .faq-section-texts .faq-section-question,.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-faq-item .faq-section-texts .faq-section-answer{margin-bottom:8px;font-size:13px;line-height:1.4}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-faq-item .faq-section-texts .faq-section-question strong,.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-faq-item .faq-section-texts .faq-section-answer strong{color:#495057;margin-right:5px}.faq-section-form-master .faq-section-display .faq-section-card .faq-section-card-content .faq-section-faqs .faq-section-more{color:#6c757d;margin:10px 0 0;font-size:12px;font-style:italic}.faq-section-form-master .faq-section-placeholder-content{text-align:center;background:#fff;border-radius:12px;padding:60px 20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.faq-section-form-master .faq-section-placeholder-content .faq-section-placeholder-icon{margin-bottom:20px;font-size:48px}.faq-section-form-master .faq-section-placeholder-content h2{color:#2c3e50;margin-bottom:10px}.faq-section-form-master .faq-section-placeholder-content p{color:#6c757d;margin:0}.faq-section-form .faq-section-form-group{margin-bottom:20px}.faq-section-form .faq-section-form-group label{color:#495057;margin-bottom:8px;font-weight:500;display:block}.faq-section-form .faq-section-form-group input,.faq-section-form .faq-section-form-group textarea{border:1px solid #dee2e6;border-radius:6px;width:100%;padding:10px 12px;font-size:14px;transition:border-color .3s}.faq-section-form .faq-section-form-group input:focus,.faq-section-form .faq-section-form-group textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 2px rgba(102,126,234,.2)}.faq-section-form .faq-section-form-group input.error,.faq-section-form .faq-section-form-group textarea.error{border-color:#dc3545}.faq-section-form .faq-section-form-group textarea{resize:vertical;min-height:80px}.faq-section-form .faq-section-form-group .error-message{color:#dc3545;margin-top:4px;font-size:12px;display:block}.faq-section-form .faq-section-faqs-container{border:1px solid #e9ecef;border-radius:8px;margin-bottom:15px;padding:15px}.faq-section-form .faq-section-faqs-container .faq-section-faqs-header{margin-bottom:15px}.faq-section-form .faq-section-faqs-container .faq-section-faqs-header h3{color:#495057;margin:0 0 5px;font-size:16px;font-weight:600}.faq-section-form .faq-section-faqs-container .faq-section-faqs-header p{color:#6c757d;margin:0;font-size:14px}.faq-section-form .faq-section-faqs-container .faq-section-faq{border:1px solid #e9ecef;border-radius:6px;margin-bottom:15px;padding:15px}.faq-section-form .faq-section-faqs-container .faq-section-faq .faq-section-faq-number{color:#495057;justify-content:space-between;align-items:center;margin-bottom:15px;font-weight:600;display:flex}.faq-section-form .faq-section-faqs-container .faq-section-faq .faq-section-faq-number .faq-section-remove-faq-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:14px;display:flex}.faq-section-form .faq-section-faqs-container .faq-section-faq .faq-section-faq-number .faq-section-remove-faq-btn:hover{background:#c82333}.faq-section-form .faq-section-add-faq-btn{color:#fff;cursor:pointer;background:#28a745;border:none;border-radius:6px;width:100%;padding:10px 16px;font-weight:500;transition:background-color .3s}.faq-section-form .faq-section-add-faq-btn:hover{background:#218838}.faq-section-form .faq-section-add-faq-btn:disabled{cursor:not-allowed;background:#6c757d}.faq-section-form .faq-section-form-actions{border-top:1px solid #e9ecef;justify-content:flex-end;gap:10px;margin-top:25px;padding-top:20px;display:flex}.faq-section-form .faq-section-form-actions button{cursor:pointer;border:none;border-radius:6px;padding:10px 20px;font-weight:500;transition:all .3s}.faq-section-form .faq-section-form-actions button.faq-section-save-btn{color:#fff;background:#28a745}.faq-section-form .faq-section-form-actions button.faq-section-save-btn:hover{background:#218838}.faq-section-form .faq-section-form-actions button.faq-section-cancel-btn{color:#fff;background:#6c757d}.faq-section-form .faq-section-form-actions button.faq-section-cancel-btn:hover{background:#5a6268}.faq-section-form .faq-section-form-actions button.faq-section-clear-btn{color:#212529;background:#ffc107}.faq-section-form .faq-section-form-actions button.faq-section-clear-btn:hover{background:#e0a800}@media (max-width:768px){.faq-section-form-master{padding:15px}.faq-section-form-master .faq-section-form-header{text-align:center;flex-direction:column;gap:15px}.faq-section-form-master .faq-section-tab-navigation{flex-direction:column;gap:15px}.faq-section-form-master .faq-section-display .faq-section-grid{grid-template-columns:1fr;gap:15px}.faq-section-form-master .faq-section-form .faq-section-form-actions{flex-direction:column}.faq-section-form-master .faq-section-form .faq-section-form-actions button{width:100%}}.footer-form-master{flex-direction:column;width:100%;height:100%;font-family:Poppins,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.footer-form-master .footer-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:0 0 16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}.footer-form-master .footer-form-header .footer-form-header-left{align-items:center;gap:20px;display:flex}.footer-form-master .footer-form-header .footer-form-header-left .footer-form-header-icon{color:#fff;background:linear-gradient(135deg,#2d3748 0%,#1a202c 100%);border:1px solid rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;width:45px;height:45px;font-size:1.3rem;display:flex;box-shadow:0 4px 12px rgba(45,55,72,.3)}.footer-form-master .footer-form-header .footer-form-header-left .footer-form-header-content{flex-direction:column;align-items:flex-start;display:flex}.footer-form-master .footer-form-header .footer-form-header-left .footer-form-header-content h2{color:#222;letter-spacing:-.03em;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.2}.footer-form-master .footer-form-header .footer-form-header-left .footer-form-header-content p{color:#64748b;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500}.footer-form-master .footer-form-header .footer-form-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.footer-form-master .footer-form-header .footer-form-create-btn:hover{transform:translateY(-2px)}.footer-form-master .footer-form-tab-navigation{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:10px 20px;display:flex}.footer-form-master .footer-form-tab-navigation .footer-form-tab-buttons{gap:16px;display:flex}.footer-form-master .footer-form-tab-navigation .footer-form-tab-buttons .footer-form-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.footer-form-master .footer-form-tab-navigation .footer-form-tab-buttons .footer-form-tab-btn.footer-form-active{color:#1e293b;background:#e2e8f0}.footer-form-master .footer-form-tab-navigation .footer-form-tab-buttons .footer-form-tab-btn:hover:not(.footer-form-active){color:#475569;background:#f1f5f9}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls{align-items:center;gap:16px;display:flex}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-sort-dropdown select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.875rem}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-sort-dropdown select:focus{border-color:#3b82f6;outline:none}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-view-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-view-toggle .footer-form-view-btn{color:#64748b;cursor:pointer;background:#fff;border:none;padding:8px 12px;font-family:Poppins,sans-serif;transition:all .2s}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-view-toggle .footer-form-view-btn.footer-form-active{color:#1e293b;background:#e2e8f0}.footer-form-master .footer-form-tab-navigation .footer-form-tab-controls .footer-form-view-toggle .footer-form-view-btn:hover:not(.footer-form-active){background:#f8fafc}.footer-form-master .footer-form-display{padding:32px}.footer-form-master .footer-form-display .footer-form-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.footer-form-master .footer-form-display .footer-form-grid{grid-template-columns:1fr;gap:16px}}.footer-form-master .footer-form-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.footer-form-master .footer-form-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.footer-form-master .footer-form-card.footer-form-inactive{opacity:.7;border-color:#fff}.footer-form-master .footer-form-card.footer-form-inactive .footer-form-status{color:#991b1b;margin-top:15px}.footer-form-master .footer-form-card .footer-form-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.footer-form-master .footer-form-card .footer-form-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:500;line-height:1.4}.footer-form-master .footer-form-card .footer-form-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;gap:8px;margin-top:10px;display:flex}.footer-form-master .footer-form-card .footer-form-card-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background-color:none;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-edit-btn{color:#1e40af}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-delete-btn{color:#991b1b!important}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-delete-btn:hover{transform:translateY(-1px);background:#fecaca!important}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-status-btn.footer-form-activate{color:#166534}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-status-btn.footer-form-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-status-btn.footer-form-deactivate{color:#92400e}.footer-form-master .footer-form-card .footer-form-card-actions button.footer-form-status-btn.footer-form-deactivate:hover{background:#fde68a;transform:translateY(-1px)}.footer-form-master .footer-form-card .footer-form-card-content p{color:#64748b;margin:0 0 12px;font-family:Poppins,sans-serif;font-size:.875rem;line-height:1.5}.footer-form-master .footer-form-card .footer-form-card-content p strong{color:#374151;font-weight:500}.footer-form-master .footer-form-card .footer-form-card-content p.footer-form-created-date{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.footer-form-master .footer-form-card .footer-form-card-content p.footer-form-status{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.footer-form-master .footer-form-card .footer-form-card-content p.footer-form-status.footer-form-status-active{color:#166534;margin-top:15px}.footer-form-master .footer-form-card .footer-form-card-content p.footer-form-status.footer-form-status-inactive{color:#991b1b}.footer-form-master .footer-form-card .footer-form-card-content p:last-child{margin-bottom:0}.footer-form-master .footer-form-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.footer-form-master .footer-form-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:500}.footer-form-master .footer-form-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.footer-form-master .footer-form{padding:20px 0}.footer-form-master .footer-form .footer-form-group{margin-bottom:24px}.footer-form-master .footer-form .footer-form-group label{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;display:block;color:#374151!important}.footer-form-master .footer-form .footer-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:Poppins,sans-serif!important;font-size:.875rem!important}.footer-form-master .footer-form .footer-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.footer-form-master .footer-form .footer-form-group input::placeholder{color:#9ca3af!important}.footer-form-master .footer-form .footer-form-group input.footer-form-error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.footer-form-master .footer-form .footer-form-group .footer-form-error-message{color:#ef4444;margin-top:4px;font-family:Poppins,sans-serif;font-size:.75rem;display:block}.footer-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;display:flex}.footer-form-actions button{letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.footer-form-actions button.footer-form-save-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px rgba(16,185,129,.3)}.footer-form-actions button.footer-form-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.footer-form-actions button.footer-form-cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.footer-form-actions button.footer-form-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.footer-form-actions button.footer-form-clear-btn{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.footer-form-actions button.footer-form-clear-btn:hover{background:#fde68a;transform:translateY(-1px)}.footer-form-field-group{margin-bottom:12px}.footer-form-field-group .footer-form-inputs{align-items:center;gap:8px;display:flex}.footer-form-field-group .footer-form-inputs input{flex:1}.footer-form-field-group .footer-form-inputs .footer-form-remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;justify-content:center;align-items:center;width:30px;height:30px;font-family:Poppins,sans-serif;font-size:16px;display:flex}.footer-form-field-group .footer-form-inputs .footer-form-remove-btn:hover{background:#dc2626}.footer-form-add-btn{color:#fff;cursor:pointer;background:#10b981;border:none;border-radius:6px;margin-top:8px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.875rem}.footer-form-add-btn:hover{background:#059669}.footer-form-contact-info{flex-direction:column;gap:4px;margin-left:16px;font-size:.875rem;display:flex}.footer-form-contact-info span{color:#64748b;font-family:Poppins,sans-serif}.footer-form-contact-section{margin-bottom:16px}.footer-form-contact-section p{color:#374151;margin-bottom:8px;font-weight:500}.ant-modal .footer-form{padding:20px 0}.ant-modal .footer-form .footer-form-group{margin-bottom:24px}.ant-modal .footer-form .footer-form-group label{margin-bottom:8px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:500;display:block;color:#374151!important}.ant-modal .footer-form .footer-form-group input,.ant-modal .footer-form .footer-form-group textarea{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:Poppins,sans-serif!important;font-size:.875rem!important}.ant-modal .footer-form .footer-form-group input:focus,.ant-modal .footer-form .footer-form-group textarea:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.ant-modal .footer-form .footer-form-group input::placeholder,.ant-modal .footer-form .footer-form-group textarea::placeholder{color:#9ca3af!important}@media (max-width:768px){.footer-form-master .footer-form-display{padding:16px}.footer-form-master .footer-form-display h2{margin-bottom:24px;font-size:1.5rem}.footer-form-master .footer-form-card{padding:16px}.footer-form-master .footer-form-card .footer-form-card-header{flex-direction:column;align-items:flex-start;gap:12px}.footer-form-master .footer-form-card .footer-form-card-header h3{margin-bottom:0;margin-right:0}.footer-form-master .footer-form-card .footer-form-card-header .footer-form-card-actions{justify-content:flex-start;width:100%}.footer-form-master .footer-form-placeholder-content{margin:20px 0;padding:60px 16px}.footer-form-master .footer-form-placeholder-content .footer-form-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.footer-form-master .footer-form-placeholder-content h2{font-size:1.5rem}.footer-form-master .footer-form-placeholder-content p{max-width:300px;font-size:.875rem}}.hero-section-form-master{flex-direction:column;width:100%;height:100%;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.hero-section-form-master .hero-section-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:0 0 16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}@media (max-width:600px){.hero-section-form-master .hero-section-form-header{flex-wrap:wrap;gap:10px}}.hero-section-form-master .hero-section-form-header .hero-section-header-left{align-items:center;gap:20px;display:flex}.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-icon{color:#fff;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 50%,#c084fc 100%);border:1px solid rgba(255,255,255,.1);border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3)}.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-content{flex-direction:column;align-items:flex-start;display:flex}.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-content h2{color:#222;letter-spacing:-.03em;margin:0;font-family:Poppins,sans-serif;font-weight:600;line-height:1.2;font-size:1.4rem!important}@media (max-width:600px){.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-content h2{font-size:1rem!important}}.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-content p{color:#64748b;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:400}@media (max-width:600px){.hero-section-form-master .hero-section-form-header .hero-section-header-left .hero-section-header-content p{font-size:.7rem}}.hero-section-form-master .hero-section-form-header .hero-section-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.hero-section-form-master .hero-section-form-header .hero-section-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,92,246,.4)}.hero-section-form-master .hero-section-tab-navigation{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 40px;display:flex}@media (max-width:600px){.hero-section-form-master .hero-section-tab-navigation{flex-wrap:wrap;gap:10px;padding:16px}}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-buttons{gap:16px;display:flex}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-buttons .hero-section-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-buttons .hero-section-tab-btn.hero-section-active{color:#1e293b;background:#e2e8f0}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-buttons .hero-section-tab-btn:hover:not(.hero-section-active){color:#475569;background:#f1f5f9}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls{align-items:center;gap:16px;display:flex}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-sort-dropdown select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-sort-dropdown select:focus{border-color:#3b82f6;outline:none}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-view-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-view-toggle .hero-section-view-btn{color:#64748b;cursor:pointer;background:#fff;border:none;padding:8px 12px;font-family:NeueMontreal,sans-serif;transition:all .2s}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-view-toggle .hero-section-view-btn.hero-section-active{color:#1e293b;background:#e2e8f0}.hero-section-form-master .hero-section-tab-navigation .hero-section-tab-controls .hero-section-view-toggle .hero-section-view-btn:hover:not(.hero-section-active){background:#f8fafc}.hero-section-form-master .hero-section-display{padding:32px}@media (max-width:600px){.hero-section-form-master .hero-section-display{padding:16px}}.hero-section-form-master .hero-section-display .hero-section-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.hero-section-form-master .hero-section-display .hero-section-grid{grid-template-columns:1fr;gap:16px}}.hero-section-form-master .hero-section-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.hero-section-form-master .hero-section-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.hero-section-form-master .hero-section-card.hero-section-inactive{opacity:.7;border-color:#f6ad55}.hero-section-form-master .hero-section-card.hero-section-inactive .hero-section-status{color:#991b1b}.hero-section-form-master .hero-section-card .hero-section-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.hero-section-form-master .hero-section-card .hero-section-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions{flex-wrap:wrap;gap:8px;display:flex}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;padding:6px 12px;font-family:NeueMontreal,sans-serif;font-size:.75rem;font-weight:600;transition:all .2s}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-edit-btn{color:#1e40af;background:#dbeafe}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-delete-btn{color:#991b1b!important;background:#fee2e2!important;border:1px solid #fca5a5!important}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-delete-btn:hover{transform:translateY(-1px);background:#fecaca!important;box-shadow:0 2px 8px rgba(153,27,27,.2)!important}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-status-btn.hero-section-activate{color:#166534;background:#dcfce7}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-status-btn.hero-section-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-status-btn.hero-section-deactivate{color:#92400e;background:#fef3c7}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions button.hero-section-status-btn.hero-section-deactivate:hover{background:#fde68a;transform:translateY(-1px)}.hero-section-form-master .hero-section-card .hero-section-card-content p{color:#64748b;margin:0 0 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5}.hero-section-form-master .hero-section-card .hero-section-card-content p strong{color:#374151;font-weight:600}.hero-section-form-master .hero-section-card .hero-section-card-content p.hero-section-created-date{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.hero-section-form-master .hero-section-card .hero-section-card-content p.hero-section-status{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.hero-section-form-master .hero-section-card .hero-section-card-content p.hero-section-status.hero-section-active{color:#166534}.hero-section-form-master .hero-section-card .hero-section-card-content p.hero-section-status.hero-section-inactive{color:#991b1b}.hero-section-form-master .hero-section-card .hero-section-card-content p:last-child{margin-bottom:0}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections strong{color:#374151;margin-bottom:12px;font-size:.875rem;display:block}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item{background:#f8fafc;border-radius:8px;align-items:flex-start;gap:12px;margin-bottom:8px;padding:12px;display:flex}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item:last-child{margin-bottom:0}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item .hero-section-thumb{flex-shrink:0}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item .hero-section-thumb img{object-fit:cover;border:2px solid #e2e8f0;border-radius:6px;width:50px;height:50px}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item .hero-section-texts{flex:1}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item .hero-section-texts .hero-section-heading{color:#1e293b;margin-bottom:4px;font-size:.875rem;font-weight:600}.hero-section-form-master .hero-section-card .hero-section-card-content .hero-section-subsections .hero-section-subsection-item .hero-section-texts .hero-section-subheading{color:#64748b;font-size:.75rem}.hero-section-form-master .hero-section-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.hero-section-form-master .hero-section-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.hero-section-form-master .hero-section-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.hero-section-form-master .hero-section-form{padding:20px 0}.hero-section-form-master .hero-section-form .hero-section-form-group{margin-bottom:24px}.hero-section-form-master .hero-section-form .hero-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.hero-section-form-master .hero-section-form .hero-section-form-group input,.hero-section-form-master .hero-section-form .hero-section-form-group textarea{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.hero-section-form-master .hero-section-form .hero-section-form-group input:focus,.hero-section-form-master .hero-section-form .hero-section-form-group textarea:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.hero-section-form-master .hero-section-form .hero-section-form-group input::placeholder,.hero-section-form-master .hero-section-form .hero-section-form-group textarea::placeholder{color:#9ca3af!important}.hero-section-form-master .hero-section-form .hero-section-form-group input.error,.hero-section-form-master .hero-section-form .hero-section-form-group textarea.error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.hero-section-form-master .hero-section-form .hero-section-form-group textarea{resize:vertical;min-height:100px!important}.hero-section-form-master .hero-section-form .hero-section-form-group .hero-section-file-input{cursor:pointer;background:#fff}.hero-section-form-master .hero-section-form .hero-section-form-group .hero-section-file-input::-webkit-file-upload-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);border:none;border-radius:6px;margin-right:12px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-weight:600;transition:all .2s}.hero-section-form-master .hero-section-form .hero-section-form-group .hero-section-file-input::-webkit-file-upload-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.hero-section-form-master .hero-section-form .hero-section-form-group .hero-section-image-preview{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.hero-section-form-master .hero-section-form .hero-section-form-group .hero-section-image-preview img{object-fit:cover;border-radius:6px;max-width:200px;max-height:150px}.hero-section-form-master .hero-section-form .hero-section-form-group .error-message{color:#ef4444;margin-top:4px;font-family:NeueMontreal,sans-serif;font-size:.75rem;display:block}.hero-section-form-master .hero-section-form .hero-section-subsections-container{margin:32px 0}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsections-header{border-bottom:2px solid #e5e7eb;margin-bottom:20px;padding-bottom:16px}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsections-header h3{color:#1e293b;margin:0 0 8px;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsections-header p{color:#64748b;margin:0;font-family:NeueMontreal,sans-serif;font-size:.875rem}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsection{background:linear-gradient(135deg,#f8fafc 0%,#edf2f7 100%);border:2px solid #e2e8f0;border-radius:12px;margin-bottom:16px;padding:20px;transition:all .3s}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsection:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(0,0,0,.08)}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsection .hero-section-subsection-number{color:#1e293b;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;font-family:Poppins,sans-serif;font-size:.875rem;font-weight:700;display:flex}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsection .hero-section-subsection-number .hero-section-remove-subsection-btn{color:#991b1b;cursor:pointer;background:#fee2e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-family:NeueMontreal,sans-serif;font-size:.875rem;transition:all .2s;display:flex}.hero-section-form-master .hero-section-form .hero-section-subsections-container .hero-section-subsection .hero-section-subsection-number .hero-section-remove-subsection-btn:hover{background:#fecaca;transform:scale(1.1)}.hero-section-add-subsection-btn{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;padding:12px 24px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(16,185,129,.3)}.hero-section-add-subsection-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 16px rgba(16,185,129,.4)}.hero-section-add-subsection-btn:disabled{opacity:.5;cursor:not-allowed}.hero-section-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;display:flex}.hero-section-form-actions button{letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.hero-section-form-actions button.hero-section-save-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px rgba(16,185,129,.3)}.hero-section-form-actions button.hero-section-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.hero-section-form-actions button.hero-section-cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.hero-section-form-actions button.hero-section-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.hero-section-form-actions button.hero-section-clear-btn{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.hero-section-form-actions button.hero-section-clear-btn:hover{background:#fde68a;transform:translateY(-1px)}.ant-modal .hero-section-form{padding:20px 0}.ant-modal .hero-section-form .hero-section-form-group{margin-bottom:24px}.ant-modal .hero-section-form .hero-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.ant-modal .hero-section-form .hero-section-form-group input,.ant-modal .hero-section-form .hero-section-form-group textarea{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.ant-modal .hero-section-form .hero-section-form-group input:focus,.ant-modal .hero-section-form .hero-section-form-group textarea:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.ant-modal .hero-section-form .hero-section-form-group input::placeholder,.ant-modal .hero-section-form .hero-section-form-group textarea::placeholder{color:#9ca3af!important}.ant-modal .hero-section-form .hero-section-form-group textarea{resize:vertical;min-height:100px!important}.hero-section-card .ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text .ant-popconfirm-title{color:#991b1b}@media (max-width:768px){.hero-section-form-master .hero-section-display{padding:0}.hero-section-form-master .hero-section-display h2{margin-bottom:24px;font-size:1.5rem}.hero-section-form-master .hero-section-card{padding:16px}.hero-section-form-master .hero-section-card .hero-section-card-header{flex-direction:column;align-items:flex-start;gap:12px}.hero-section-form-master .hero-section-card .hero-section-card-header h3{margin-bottom:0;margin-right:0}.hero-section-form-master .hero-section-card .hero-section-card-header .hero-section-card-actions{justify-content:flex-start;width:100%}.hero-section-form-master .hero-section-placeholder-content{margin:20px 0;padding:60px 16px}.hero-section-form-master .hero-section-placeholder-content .hero-section-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.hero-section-form-master .hero-section-placeholder-content h2{font-size:1.5rem}.hero-section-form-master .hero-section-placeholder-content p{max-width:300px;font-size:.875rem}}.trending-apps-form-master{flex-direction:column;width:100%;height:100%;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.trending-apps-form-master .trending-apps-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:0 0 16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}.trending-apps-form-master .trending-apps-form-header .trending-apps-header-left{align-items:center;gap:20px;display:flex}.trending-apps-form-master .trending-apps-form-header .trending-apps-header-left .trending-apps-header-icon{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.trending-apps-form-master .trending-apps-form-header .trending-apps-header-left .trending-apps-header-content{flex-direction:column;align-items:flex-start;display:flex}.trending-apps-form-master .trending-apps-form-header .trending-apps-header-left .trending-apps-header-content h2{color:#1e293b;letter-spacing:-.03em;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2}.trending-apps-form-master .trending-apps-form-header .trending-apps-header-left .trending-apps-header-content p{color:#64748b;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:400}.trending-apps-form-master .trending-apps-form-header .trending-apps-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.trending-apps-form-master .trending-apps-form-header .trending-apps-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,92,246,.4)}.trending-apps-form-master .trending-apps-tab-navigation{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:20px;display:flex}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-buttons{gap:16px;display:flex}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-buttons .trending-apps-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-buttons .trending-apps-tab-btn.trending-apps-active{color:#1e293b;background:#e2e8f0}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-buttons .trending-apps-tab-btn:hover:not(.trending-apps-active){color:#475569;background:#f1f5f9}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls{align-items:center;gap:16px;display:flex}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-sort-dropdown select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-sort-dropdown select:focus{border-color:#3b82f6;outline:none}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-view-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-view-toggle .trending-apps-view-btn{color:#64748b;cursor:pointer;background:#fff;border:none;padding:8px 12px;font-family:NeueMontreal,sans-serif;transition:all .2s}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-view-toggle .trending-apps-view-btn.trending-apps-active{color:#1e293b;background:#e2e8f0}.trending-apps-form-master .trending-apps-tab-navigation .trending-apps-tab-controls .trending-apps-view-toggle .trending-apps-view-btn:hover:not(.trending-apps-active){background:#f8fafc}.trending-apps-form-master .trending-apps-display{padding:24px}.trending-apps-form-master .trending-apps-display .trending-apps-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.trending-apps-form-master .trending-apps-display .trending-apps-grid{grid-template-columns:1fr;gap:16px}}.trending-apps-form-master .trending-apps-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.trending-apps-form-master .trending-apps-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.trending-apps-form-master .trending-apps-card.trending-apps-inactive{opacity:.7;border-color:#f6ad55}.trending-apps-form-master .trending-apps-card.trending-apps-inactive .trending-apps-status{color:#991b1b}.trending-apps-form-master .trending-apps-card .trending-apps-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.trending-apps-form-master .trending-apps-card .trending-apps-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions{flex-wrap:wrap;gap:8px;display:flex}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;padding:6px 12px;font-family:NeueMontreal,sans-serif;font-size:.75rem;font-weight:600;transition:all .2s}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-edit-btn{color:#1e40af;background:#dbeafe}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-delete-btn{color:#991b1b!important;background:#fee2e2!important;border:1px solid #fca5a5!important}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-delete-btn:hover{transform:translateY(-1px);background:#fecaca!important;box-shadow:0 2px 8px rgba(153,27,27,.2)!important}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-status-btn.trending-apps-activate{color:#166534;background:#dcfce7}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-status-btn.trending-apps-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-status-btn.trending-apps-deactivate{color:#92400e;background:#fef3c7}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions button.trending-apps-status-btn.trending-apps-deactivate:hover{background:#fde68a;transform:translateY(-1px)}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p{color:#64748b;margin:0 0 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p strong{color:#374151;font-weight:600}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p.trending-apps-created-date{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p.trending-apps-status{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p.trending-apps-status.trending-apps-active{color:#166534}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p.trending-apps-status.trending-apps-inactive{color:#991b1b}.trending-apps-form-master .trending-apps-card .trending-apps-card-content p:last-child{margin-bottom:0}.trending-apps-form-master .trending-apps-card .trending-apps-card-content .trending-apps-industries-display{border-top:1px solid #e5e7eb;margin-top:16px;padding-top:16px}.trending-apps-form-master .trending-apps-card .trending-apps-card-content .trending-apps-industries-display strong{color:#374151;margin-bottom:12px;font-size:.875rem;display:block}.trending-apps-form-master .trending-apps-card .trending-apps-card-content .trending-apps-industries-display .trending-apps-industry-tags{flex-wrap:wrap;gap:6px;display:flex}.trending-apps-form-master .trending-apps-card .trending-apps-card-content .trending-apps-industries-display .trending-apps-industry-tags .trending-apps-industry-tag{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;padding:4px 8px;font-size:.75rem;font-weight:500}.trending-apps-form-master .trending-apps-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.trending-apps-form-master .trending-apps-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.trending-apps-form-master .trending-apps-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.trending-apps-form-master .trending-apps-form{padding:20px 0}.trending-apps-form-master .trending-apps-form .trending-apps-form-group{margin-bottom:24px}.trending-apps-form-master .trending-apps-form .trending-apps-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group input::placeholder{color:#9ca3af!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group input.error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:12px;padding:16px;display:grid}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid.error{border-color:#ef4444;box-shadow:0 0 0 3px rgba(239,68,68,.1)}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid .trending-apps-checkbox-item{cursor:pointer;border-radius:6px;align-items:center;gap:8px;padding:8px;transition:all .2s;display:flex}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid .trending-apps-checkbox-item:hover{background:#e2e8f0}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid .trending-apps-checkbox-item input[type=checkbox]{cursor:pointer;margin:0;width:auto!important}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .trending-apps-industries-grid .trending-apps-checkbox-item span{color:#374151;font-family:NeueMontreal,sans-serif;font-size:.875rem}.trending-apps-form-master .trending-apps-form .trending-apps-form-group .error-message{color:#ef4444;margin-top:4px;font-family:NeueMontreal,sans-serif;font-size:.75rem;display:block}.trending-apps-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;display:flex}.trending-apps-form-actions button{letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.trending-apps-form-actions button.trending-apps-save-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px rgba(16,185,129,.3)}.trending-apps-form-actions button.trending-apps-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.trending-apps-form-actions button.trending-apps-cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.trending-apps-form-actions button.trending-apps-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.trending-apps-form-actions button.trending-apps-clear-btn{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.trending-apps-form-actions button.trending-apps-clear-btn:hover{background:#fde68a;transform:translateY(-1px)}.ant-modal .trending-apps-form{padding:20px 0}.ant-modal .trending-apps-form .trending-apps-form-group{margin-bottom:24px}.ant-modal .trending-apps-form .trending-apps-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.ant-modal .trending-apps-form .trending-apps-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.ant-modal .trending-apps-form .trending-apps-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.ant-modal .trending-apps-form .trending-apps-form-group input::placeholder{color:#9ca3af!important}.ant-popover.ant-popconfirm .ant-popover-inner{overflow:hidden;border:1px solid #e5e7eb!important;border-radius:12px!important;box-shadow:0 8px 32px rgba(0,0,0,.12)!important}.trending-apps-card .ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text .ant-popconfirm-title{color:#991b1b}@media (max-width:768px){.trending-apps-form-master .trending-apps-display,.trending-apps-form-master .trending-apps-card{padding:16px}.trending-apps-form-master .trending-apps-card .trending-apps-card-header{flex-direction:column;align-items:flex-start;gap:12px}.trending-apps-form-master .trending-apps-card .trending-apps-card-header h3{margin-bottom:0;margin-right:0}.trending-apps-form-master .trending-apps-card .trending-apps-card-header .trending-apps-card-actions{justify-content:flex-start;width:100%}.trending-apps-form-master .trending-apps-placeholder-content{margin:20px 0;padding:60px 16px}.trending-apps-form-master .trending-apps-placeholder-content .trending-apps-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.trending-apps-form-master .trending-apps-placeholder-content h2{font-size:1.5rem}.trending-apps-form-master .trending-apps-placeholder-content p{max-width:300px;font-size:.875rem}}.video-section-form-master{flex-direction:column;width:100%;height:100%;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.video-section-form-master .video-section-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:0 0 16px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}@media (max-width:600px){.video-section-form-master .video-section-form-header{flex-direction:column;align-items:flex-start;gap:10px}}.video-section-form-master .video-section-form-header .video-section-header-left{align-items:center;gap:20px;display:flex}.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-icon{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-content{flex-direction:column;align-items:flex-start;display:flex}.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-content h2{color:#222;letter-spacing:-.03em;font-family:Poppins,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.2}@media (max-width:600px){.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-content h2{font-size:1rem}}.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-content p{color:#64748b;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:400}@media (max-width:600px){.video-section-form-master .video-section-form-header .video-section-header-left .video-section-header-content p{font-size:.6rem}}.video-section-form-master .video-section-form-header .video-section-create-btn{color:#fff;cursor:pointer;background:#7e53e1;border:none;border-radius:6px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 12px rgba(139,92,246,.3);font-weight:400!important}.video-section-form-master .video-section-form-header .video-section-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(139,92,246,.4)}.video-section-form-master .video-section-tab-navigation{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:16px 40px;display:flex}@media (max-width:600px){.video-section-form-master .video-section-tab-navigation{flex-wrap:wrap;gap:10px;padding:10px}}.video-section-form-master .video-section-tab-navigation .video-section-tab-buttons{gap:16px;display:flex}.video-section-form-master .video-section-tab-navigation .video-section-tab-buttons .video-section-tab-btn{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:8px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:500;transition:all .2s}.video-section-form-master .video-section-tab-navigation .video-section-tab-buttons .video-section-tab-btn.video-section-active{color:#1e293b;background:#e2e8f0}.video-section-form-master .video-section-tab-navigation .video-section-tab-buttons .video-section-tab-btn:hover:not(.video-section-active){color:#475569;background:#f1f5f9}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls{align-items:center;gap:16px;display:flex}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-sort-dropdown select{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:8px 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-sort-dropdown select:focus{border-color:#3b82f6;outline:none}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-view-toggle{border:1px solid #d1d5db;border-radius:6px;display:flex;overflow:hidden}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-view-toggle .video-section-view-btn{color:#64748b;cursor:pointer;background:#fff;border:none;padding:8px 12px;font-family:NeueMontreal,sans-serif;transition:all .2s}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-view-toggle .video-section-view-btn.video-section-active{color:#1e293b;background:#e2e8f0}.video-section-form-master .video-section-tab-navigation .video-section-tab-controls .video-section-view-toggle .video-section-view-btn:hover:not(.video-section-active){background:#f8fafc}.video-section-form-master .video-section-display{padding:32px}@media (max-width:600px){.video-section-form-master .video-section-display{padding:0}}.video-section-form-master .video-section-display .video-section-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.video-section-form-master .video-section-display .video-section-grid{grid-template-columns:1fr;gap:16px}}.video-section-form-master .video-section-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.video-section-form-master .video-section-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.video-section-form-master .video-section-card.video-section-inactive{opacity:.7;border-color:#f6ad55}.video-section-form-master .video-section-card.video-section-inactive .video-section-status{color:#991b1b}.video-section-form-master .video-section-card .video-section-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:16px;display:flex}.video-section-form-master .video-section-card .video-section-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:700;line-height:1.4}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions{flex-wrap:wrap;gap:8px;display:flex}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button{cursor:pointer;text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:8px;outline:none;padding:6px 12px;font-family:NeueMontreal,sans-serif;font-size:.75rem;font-weight:600;transition:all .2s}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-edit-btn{color:#1e40af;background:#dbeafe}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-edit-btn:hover{background:#bfdbfe;transform:translateY(-1px)}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-delete-btn{color:#991b1b;background:#fee2e2}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-delete-btn:hover{background:#fecaca;transform:translateY(-1px)}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-status-btn.video-section-activate{color:#166534;background:#dcfce7}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-status-btn.video-section-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-status-btn.video-section-deactivate{color:#92400e;background:#fef3c7}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions button.video-section-status-btn.video-section-deactivate:hover{background:#fde68a;transform:translateY(-1px)}.video-section-form-master .video-section-card .video-section-card-content .video-section-video-preview{border-radius:8px;margin-bottom:16px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1)}.video-section-form-master .video-section-card .video-section-card-content .video-section-video-preview video{width:100%;display:block}.video-section-form-master .video-section-card .video-section-card-content p{color:#64748b;margin:0 0 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5}.video-section-form-master .video-section-card .video-section-card-content p strong{color:#374151;font-weight:600}.video-section-form-master .video-section-card .video-section-card-content p.video-section-created-date{color:#94a3b8;margin-bottom:8px;font-size:.75rem}.video-section-form-master .video-section-card .video-section-card-content p.video-section-status{text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:600}.video-section-form-master .video-section-card .video-section-card-content p.video-section-status.video-section-active{color:#166534}.video-section-form-master .video-section-card .video-section-card-content p.video-section-status.video-section-inactive{color:#991b1b}.video-section-form-master .video-section-card .video-section-card-content p:last-child{margin-bottom:0}.video-section-form-master .video-section-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.video-section-form-master .video-section-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.video-section-form-master .video-section-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.video-section-form-master .video-section-form{padding:20px 0}.video-section-form-master .video-section-form .video-section-form-group{margin-bottom:24px}.video-section-form-master .video-section-form .video-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.video-section-form-master .video-section-form .video-section-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.video-section-form-master .video-section-form .video-section-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.video-section-form-master .video-section-form .video-section-form-group input::placeholder{color:#9ca3af!important}.video-section-form-master .video-section-form .video-section-form-group input.error{border-color:#ef4444!important;box-shadow:0 0 0 3px rgba(239,68,68,.1)!important}.video-section-form-master .video-section-form .video-section-form-group .video-section-file-input{cursor:pointer;background:#fff}.video-section-form-master .video-section-form .video-section-form-group .video-section-file-input::-webkit-file-upload-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6 0%,#a855f7 100%);border:none;border-radius:6px;margin-right:12px;padding:8px 16px;font-family:NeueMontreal,sans-serif;font-weight:600;transition:all .2s}.video-section-form-master .video-section-form .video-section-form-group .video-section-file-input::-webkit-file-upload-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(139,92,246,.3)}.video-section-form-master .video-section-form .video-section-form-group .video-section-video-preview{background:#f8fafc;border:2px solid #e2e8f0;border-radius:8px;margin-top:12px;padding:12px}.video-section-form-master .video-section-form .video-section-form-group .video-section-video-preview p{color:#64748b;margin:0 0 8px;font-size:.875rem;font-weight:500}.video-section-form-master .video-section-form .video-section-form-group .video-section-video-preview video{border-radius:6px;width:100%}.video-section-form-master .video-section-form .video-section-form-group .error-message{color:#ef4444;margin-top:4px;font-family:NeueMontreal,sans-serif;font-size:.75rem;display:block}.video-section-form-actions{border-top:1px solid #e5e7eb;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:20px;display:flex}.video-section-form-actions button{letter-spacing:.3px;cursor:pointer;border:none;border-radius:8px;outline:none;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.video-section-form-actions button.video-section-save-btn{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 2px 8px rgba(16,185,129,.3)}.video-section-form-actions button.video-section-save-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.video-section-form-actions button.video-section-cancel-btn{color:#374151;background:#f3f4f6;border:1px solid #d1d5db}.video-section-form-actions button.video-section-cancel-btn:hover{background:#e5e7eb;transform:translateY(-1px)}.video-section-form-actions button.video-section-clear-btn{color:#92400e;background:#fef3c7;border:1px solid #fbbf24}.video-section-form-actions button.video-section-clear-btn:hover{background:#fde68a;transform:translateY(-1px)}.ant-modal .video-section-form{padding:20px 0}.ant-modal .video-section-form .video-section-form-group{margin-bottom:24px}.ant-modal .video-section-form .video-section-form-group label{margin-bottom:8px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600;display:block;color:#374151!important}.ant-modal .video-section-form .video-section-form-group input{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.ant-modal .video-section-form .video-section-form-group input:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.ant-modal .video-section-form .video-section-form-group input::placeholder{color:#9ca3af!important}.ant-popover.ant-popconfirm .ant-popover-inner{border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 8px 32px rgba(0,0,0,.12)}.ant-popover.ant-popconfirm .ant-popover-inner-content{padding:0}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content{padding:20px}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message{align-items:flex-start;gap:12px;margin-bottom:16px;display:flex}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-icon{margin-top:2px}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-icon .anticon{color:#f59e0b;font-size:18px}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text{flex:1}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text .ant-popconfirm-title{color:#1e293b;margin-bottom:4px;font-family:Poppins,sans-serif;font-size:16px;font-weight:600}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-message .ant-popconfirm-message-text .ant-popconfirm-description{color:#64748b;font-family:NeueMontreal,sans-serif;font-size:14px;line-height:1.4}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn{border-radius:8px;height:36px;padding:0 16px;font-family:NeueMontreal,sans-serif;font-size:13px;font-weight:600;transition:all .2s}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border:none;box-shadow:0 2px 8px rgba(239,68,68,.3)}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-primary:hover{background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.4)}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-primary:focus{box-shadow:0 0 0 3px rgba(239,68,68,.2)}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-default{color:#475569;background:#f8fafc;border:1px solid #e2e8f0}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-default:hover{color:#334155;background:#f1f5f9;border-color:#cbd5e1;transform:translateY(-1px)}.ant-popover.ant-popconfirm .ant-popconfirm-inner-content .ant-popconfirm-buttons .ant-btn.ant-btn-default:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.ant-popover.ant-popconfirm .ant-popover-arrow:before{background:#fff;border:1px solid #e5e7eb}@media (max-width:768px){.video-section-form-master .video-section-display{padding:0}.video-section-form-master .video-section-display h2{margin-bottom:24px;font-size:1.5rem}.video-section-form-master .video-section-card{padding:16px}.video-section-form-master .video-section-card .video-section-card-header{flex-direction:column;align-items:flex-start;gap:12px}.video-section-form-master .video-section-card .video-section-card-header h3{margin-bottom:0;margin-right:0}.video-section-form-master .video-section-card .video-section-card-header .video-section-card-actions{justify-content:flex-start;width:100%}.video-section-form-master .video-section-placeholder-content{margin:20px 0;padding:60px 16px}.video-section-form-master .video-section-placeholder-content .video-section-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.video-section-form-master .video-section-placeholder-content h2{font-size:1.5rem}.video-section-form-master .video-section-placeholder-content p{max-width:300px;font-size:.875rem}}.blog-form-master{flex-direction:column;width:100%;height:100%;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;display:flex}.blog-form-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;margin-bottom:0;padding:4px 8px;display:flex;box-shadow:0 1px 3px rgba(0,0,0,.02)}@media (max-width:500px){.blog-form-header{border-bottom:none;padding:0}}.blog-form-header-content h2{color:#2c2c2c;letter-spacing:-.03em;margin:0 0 5px;font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;line-height:1.2}@media (max-width:600px){.blog-form-header-content h2{font-size:1rem}}.blog-form-header-content p{color:gray;letter-spacing:-.01em;margin:0;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}@media (max-width:600px){.blog-form-header-content p{font-size:.6rem;display:none}}.blog-form-create-btn{color:#fff;cursor:pointer;background-color:#5255c8;border:none;border-radius:8px;align-items:center;gap:10px;padding:10px 16px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}@media (max-width:600px){.blog-form-create-btn{padding:10px;font-size:11px}}.blog-form-create-btn:hover{transform:translateY(-2px);box-shadow:0 6px 16px rgba(82,85,200,.4)}.blog-form-layout{flex:1;justify-content:center;align-items:flex-start;gap:30px;padding:2px;display:flex}.blog-form-left{width:60%}@media (max-width:768px){.blog-form-left{width:100%}}.blog-form-right{flex:1}.blog-form-container{border:1px solid rgba(0,0,0,.08);border-radius:16px;margin-bottom:20px;padding:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.blog-form-container:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.blog-form-container h3{color:#1e293b;letter-spacing:-.02em;margin:0 0 10px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:600;line-height:1.4}.section-header{flex-direction:column;align-items:flex-start;gap:12px;margin-bottom:20px;display:flex}.section-header h3{cursor:pointer;color:#1e40af;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;text-decoration:underline}.section-header div{cursor:pointer;color:#bd0a0a;margin:0;font-family:Poppins,sans-serif;font-size:.8rem;font-weight:500;text-decoration:underline}.add-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#000;border:none;border-radius:6px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.add-btn:hover{background:#333;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.3)}.section-buttons{gap:12px;margin-top:20px;display:flex}.remove-btn{color:#fff;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:#ef4444;border:none;border-radius:6px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.remove-btn:hover{background:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px rgba(239,68,68,.3)}.blog-form-field{margin-bottom:24px}.blog-form-field label{margin-bottom:4px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:500;display:block;color:#374151!important}.blog-form-field input,.blog-form-field textarea,.blog-form-field select{box-sizing:border-box;transition:all .2s;border:1px solid #d1d5db!important;border-radius:6px!important;width:100%!important;padding:12px!important;font-family:NeueMontreal,sans-serif!important;font-size:.875rem!important}.blog-form-field input:focus,.blog-form-field textarea:focus,.blog-form-field select:focus{border-color:#3b82f6!important;outline:none!important;box-shadow:0 0 0 3px rgba(59,130,246,.1)!important}.blog-form-field input::placeholder,.blog-form-field textarea::placeholder{color:#9ca3af!important}.blog-form-field textarea{resize:vertical;min-height:120px}.detail-section{border-radius:12px;margin-bottom:20px;padding:20px 0}.dynamic-inputs{flex-direction:column;gap:20px;display:flex}.dynamic-inputs textarea{border-radius:8px;height:4rem;border:1px solid #d1d5db!important}.input-group{margin-bottom:15px}.group-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.group-header label{color:#374151;margin:0;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:600}.input-wrapper{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:15px;display:flex}.input-wrapper input,.input-wrapper textarea{flex:1;margin-bottom:0}.button-group{align-items:flex-start;gap:8px;display:flex}.button-group .add-btn{color:#fff;cursor:pointer;background:#5255c8;border:none;border-radius:4px;min-width:60px;height:fit-content;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.button-group .add-btn:hover{background:#059669;transform:translateY(-1px)}.button-group .remove-btn{color:#fff;cursor:pointer;background:#ef4444;border:none;border-radius:4px;min-width:60px;height:fit-content;padding:8px 12px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;transition:all .2s}.button-group .remove-btn:hover{background:#dc2626;transform:translateY(-1px)}.preview-section{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);position:sticky;top:20px;box-shadow:0 2px 8px rgba(0,0,0,.08)}.preview-section:hover{border-color:#e2e8f0;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.preview-section h3{color:#1e293b;margin:0 0 20px;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700}.preview-content{flex-direction:column;gap:15px;display:flex}.preview-content p{color:#64748b;margin:0;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5}.blog-form-actions{justify-content:flex-end;gap:12px;margin-top:32px;display:flex}.blog-form-btn-primary{color:#fff;letter-spacing:.3px;cursor:pointer;background:linear-gradient(135deg,#5255c8 0%,#5255c8 100%);border:none;border-radius:8px;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s;box-shadow:0 2px 8px rgba(16,185,129,.3)}.blog-form-btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(16,185,129,.4)}.blog-form-btn-secondary{color:#374151;letter-spacing:.3px;cursor:pointer;background:#f3f4f6;border:1px solid #d1d5db;border-radius:8px;padding:10px 20px;font-family:NeueMontreal,sans-serif;font-size:.875rem;font-weight:400;transition:all .2s}.blog-form-btn-secondary:hover{background:#e5e7eb;transform:translateY(-1px)}.blog-display{padding:16px 0}.blog-display .blog-grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:24px;display:grid}@media (max-width:768px){.blog-display .blog-grid{grid-template-columns:1fr;gap:16px}}.blog-card{background:#fff;border:2px solid transparent;border-radius:16px;padding:24px;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px rgba(0,0,0,.08)}.blog-card:hover{border-color:#e2e8f0;transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.blog-card.blog-inactive{opacity:.7;border-color:#fff}.blog-card.blog-inactive .blog-status{color:#991b1b;margin-top:15px}.blog-card .blog-card-header{justify-content:space-between;align-items:flex-start;margin-bottom:6px;display:flex}.blog-card .blog-card-header h3{color:#1e293b;letter-spacing:-.02em;flex:1;margin:0 16px 0 0;font-family:Poppins,sans-serif;font-size:1rem;font-weight:700;line-height:1.4}.blog-card .blog-card-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;margin-top:10px;display:flex}.blog-card .blog-card-actions button{cursor:pointer;letter-spacing:.5px;background:0 0;border:none;border-radius:4px;padding:2px 6px;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:400;transition:all .2s}.blog-card .blog-card-actions button.blog-edit-btn{color:#000}.blog-card .blog-card-actions button.blog-delete-btn{color:#000!important}.blog-card .blog-card-actions button.blog-status-btn.blog-activate{color:#009238}.blog-card .blog-card-actions button.blog-status-btn.blog-activate:hover{background:#bbf7d0;transform:translateY(-1px)}.blog-card .blog-card-actions button.blog-status-btn.blog-deactivate{color:#c00}.blog-card .blog-card-actions button.blog-status-btn.blog-deactivate:hover{transform:translateY(-1px)}.blog-card .blog-card-content p{color:#64748b;-webkit-line-clamp:4;-webkit-box-orient:vertical;height:max-content;max-height:80px;margin:0 0 12px;font-family:NeueMontreal,sans-serif;font-size:.875rem;line-height:1.5;display:-webkit-box;overflow:hidden}.blog-card .blog-card-content p strong{color:#374151;margin-right:4px;font-weight:600}.blog-card .blog-card-content p.blog-status{letter-spacing:.5px;background-color:#166534;border-radius:3px;width:max-content;padding:0 6px;font-family:Poppins;font-size:11px;font-weight:400}.blog-card .blog-card-content p.blog-status.blog-active{color:#fff;margin-top:15px}.blog-card .blog-card-content p.blog-status.blog-inactive{color:#fff;background-color:#c20000}.blog-card .blog-card-content p:last-child{margin-bottom:0}.blog-placeholder-content{text-align:center;background:0 0;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:80px 32px;display:flex}.blog-placeholder-content .blog-placeholder-icon{color:#363a3f;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:40px;font-size:2.5rem;display:flex;box-shadow:0 4px 12px rgba(0,0,0,.05)}.blog-placeholder-content h2{color:#1e293b;letter-spacing:-.02em;margin:0 0 16px;font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:600}.blog-placeholder-content p{color:#64748b;max-width:400px;margin:0;font-family:Poppins,sans-serif;font-size:1rem;line-height:1.5}.blogFilter{border-bottom:1px solid #e5e7eb;flex-wrap:wrap;align-items:center;gap:16px;padding:10px;display:flex}.blogFilter .search-container{flex:1;min-width:250px;position:relative}.blogFilter .search-container .search-icon{color:#9ca3af;font-size:16px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.blogFilter .search-container .search-input{border:1px solid #d1d5db;border-radius:8px;outline:none;width:100%;padding:10px 12px 10px 40px;font-family:NeueMontreal,sans-serif;font-size:14px;transition:border-color .2s}.blogFilter .search-container .search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px rgba(59,130,246,.1)}.blogFilter .search-container .search-input::placeholder{color:#9ca3af}.blogFilter .filter-buttons{align-items:center;gap:8px;display:flex}.blogFilter .filter-buttons .filter-label{color:#6b7280;font-family:Poppins,sans-serif;font-size:14px;font-weight:500}.blogFilter .filter-buttons .filter-btn{color:#374151;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;outline:none;align-items:center;gap:4px;padding:6px 12px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;transition:all .2s;display:flex}.blogFilter .filter-buttons .filter-btn.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.blogFilter .filter-buttons .filter-btn:hover{transform:translateY(-1px);box-shadow:0 2px 4px rgba(0,0,0,.1)}.blogFilter .filter-buttons .filter-btn .count-badge{color:#6b7280;background:#f3f4f6;border-radius:10px;padding:2px 6px;font-size:10px;font-weight:600}.blogFilter .filter-buttons .filter-btn .count-badge.active{color:#fff;background:rgba(255,255,255,.2)}@media (max-width:768px){.blogFilter{flex-direction:column;align-items:stretch;gap:12px}.blogFilter .search-container{min-width:auto}.blogFilter .filter-buttons{flex-wrap:wrap;justify-content:center}.blog-form-layout{flex-direction:column;gap:20px}.blog-form-container{padding:16px}.section-header{flex-direction:column;align-items:flex-start;gap:12px}.blog-display{padding:6px}.blog-card{padding:16px}.blog-card .blog-card-header{flex-direction:column;align-items:flex-start;gap:12px}.blog-card .blog-card-header h3{margin-bottom:0;margin-right:0}.blog-card .blog-card-actions{justify-content:flex-start;width:100%}.blog-placeholder-content{padding:60px 16px}.blog-placeholder-content .blog-placeholder-icon{width:100px;height:100px;margin-bottom:32px;font-size:3rem}.blog-placeholder-content h2{font-size:1.5rem}.blog-placeholder-content p{max-width:300px;font-size:.875rem}.blog-form-actions{flex-direction:column;gap:8px}.blog-form-btn-primary,.blog-form-btn-secondary{justify-content:center;width:100%}}.seo-form-master{background:#f8f9fa;min-height:100vh;margin-bottom:2rem;font-family:NeueMontreal,-apple-system,BlinkMacSystemFont,sans-serif;overflow:auto}.seo-form-master .seo-form-header{background:#fff;border-bottom:1px solid rgba(0,0,0,.1);justify-content:space-between;align-items:center;width:100%;margin-bottom:30px;padding:16px;display:flex}.seo-form-master .seo-form-header .seo-form-header-content h2{color:#2c3e50;margin:0;font-size:24px;font-weight:600}.seo-form-master .seo-form-header .seo-form-header-content p{color:#6c757d;margin:0;font-size:13px}.seo-form-master .seo-form-layout{justify-content:center;align-items:flex-start;gap:30px;display:flex}.seo-form-master .seo-form-layout .seo-form-left{flex:1;max-width:800px}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container{background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container h3{color:#2c3e50;border-bottom:2px solid #e9ecef;margin:0 0 25px;padding-bottom:10px;font-size:18px;font-weight:500}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field{margin-bottom:20px}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field label{color:#495057;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field input,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field select,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field textarea{background:#fff;border:1px solid #e9ecef;border-radius:8px;width:100%;padding:12px 16px;font-size:14px;transition:all .3s}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field input:focus,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field select:focus,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field textarea:focus{border-color:#667eea;outline:none;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field input::placeholder,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field select::placeholder,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field textarea::placeholder{color:#adb5bd}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field textarea{resize:vertical;min-height:100px}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-field select{cursor:pointer;text-transform:capitalize!important}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-actions{border-top:1px solid #e9ecef;justify-content:center;gap:15px;margin-top:30px;padding-top:20px;display:flex}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-actions .seo-form-btn-primary,.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-actions .seo-form-btn-secondary{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:8px;padding:10px 24px;font-family:NeueMontreal;font-size:14px;font-weight:400;transition:all .3s}.seo-form-master .seo-form-layout .seo-form-left .seo-form-container .seo-form-actions .seo-form-btn-secondary{color:#fff;background:#6c757d}.seo-form-master .seo-form-layout .seo-form-right{flex:1;justify-content:center;align-items:center;display:flex}.seo-form-master .seo-form-layout .seo-form-right .seo-placeholder-content{text-align:center;background:#fff;border-radius:12px;max-width:400px;padding:60px 40px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.seo-form-master .seo-form-layout .seo-form-right .seo-placeholder-content .seo-placeholder-icon{color:#667eea;margin-bottom:20px;font-size:64px}.seo-form-master .seo-form-layout .seo-form-right .seo-placeholder-content h2{color:#2c3e50;margin:0 0 15px;font-size:24px;font-weight:600}.seo-form-master .seo-form-layout .seo-form-right .seo-placeholder-content p{color:#6c757d;margin:0;font-size:16px;line-height:1.5}@media (max-width:768px){.seo-form-master .seo-form-header{text-align:center;flex-direction:column;gap:20px}.seo-form-master .seo-form-layout{gap:20px}.seo-form-master .seo-form-layout .seo-form-left{max-width:95%}.seo-form-master .seo-form-layout .seo-form-right .seo-placeholder-content{padding:40px 20px}.seo-form-master .seo-form-actions{flex-direction:column}.seo-form-master .seo-form-actions button{width:100%}}.webinar-submissions-viewer{background:#f5f6fa;min-height:100vh;padding:24px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.webinar-submissions-viewer h2{color:#2c3e50;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:24px;font-size:28px;font-weight:700}.webinar-submissions-viewer p{color:#34495e;text-align:center;background:#fff;border-radius:25px;margin-bottom:20px;margin-left:50%;padding:12px 20px;font-size:16px;font-weight:500;display:inline-block;transform:translate(-50%);box-shadow:0 2px 10px rgba(0,0,0,.1)}.webinar-submissions-viewer .ant-btn{border-radius:8px;height:40px;font-weight:600;transition:all .3s}.webinar-submissions-viewer .ant-btn.ant-btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;box-shadow:0 4px 15px rgba(102,126,234,.3)}.webinar-submissions-viewer .ant-btn.ant-btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(102,126,234,.4)}.webinar-submissions-viewer .ant-btn.whatsapp-btn{background:linear-gradient(135deg,#25d366 0%,#128c7e 100%)!important;border:none!important}.webinar-submissions-viewer .ant-btn.whatsapp-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#128c7e 0%,#075e54 100%)!important}.webinar-submissions-viewer .ant-btn.ant-btn-danger{background:linear-gradient(135deg,#ff6b6b 0%,#ee5a52 100%);border:none}.webinar-submissions-viewer .ant-btn.ant-btn-danger:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(255,107,107,.4)}.webinar-submissions-viewer .ant-tabs{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(0,0,0,.1)}.webinar-submissions-viewer .ant-tabs .ant-tabs-nav{background:linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);margin:0;padding:0 20px}.webinar-submissions-viewer .ant-tabs .ant-tabs-tab{padding:16px 20px;font-size:15px;font-weight:600}.webinar-submissions-viewer .ant-tabs .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#667eea;font-weight:700}.webinar-submissions-viewer .ant-tabs .ant-tabs-ink-bar{background:linear-gradient(90deg,#667eea 0%,#764ba2 100%);height:3px}.webinar-submissions-viewer .ant-tabs .ant-tabs-content-holder{padding:20px}.webinar-submissions-viewer .ant-table-wrapper .ant-table{border-radius:10px;overflow:hidden;box-shadow:0 4px 15px rgba(0,0,0,.08)}.webinar-submissions-viewer .ant-table-wrapper .ant-table .ant-table-thead>tr>th{color:#fff;text-align:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;padding:16px 12px;font-size:14px;font-weight:700}.webinar-submissions-viewer .ant-table-wrapper .ant-table .ant-table-tbody>tr{transition:all .3s}.webinar-submissions-viewer .ant-table-wrapper .ant-table .ant-table-tbody>tr:hover{background:linear-gradient(135deg,#f8f9ff 0%,#e8f4fd 100%);transform:scale(1.01)}.webinar-submissions-viewer .ant-table-wrapper .ant-table .ant-table-tbody>tr>td{text-align:center;border-bottom:1px solid #f0f2f5;padding:14px 12px;font-weight:500}.webinar-submissions-viewer .ant-table-wrapper .ant-pagination{text-align:center;margin-top:20px}.webinar-submissions-viewer .ant-table-wrapper .ant-pagination .ant-pagination-item{border-radius:6px;font-weight:600}.webinar-submissions-viewer .ant-table-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-color:transparent}.webinar-submissions-viewer .ant-table-wrapper .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.webinar-submissions-viewer .ant-input{border-radius:8px;height:40px;font-size:14px}.webinar-submissions-viewer .ant-input:hover{border-color:#667eea}.webinar-submissions-viewer .ant-input:focus{border-color:#667eea;box-shadow:0 0 0 2px rgba(102,126,234,.2)}.webinar-submissions-viewer .ant-modal .ant-modal-content{border-radius:12px;overflow:hidden}.webinar-submissions-viewer .ant-modal .ant-modal-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-bottom:none}.webinar-submissions-viewer .ant-modal .ant-modal-header .ant-modal-title{color:#fff;font-weight:700}.webinar-submissions-viewer .ant-modal .ant-modal-close{color:#fff}.webinar-submissions-viewer .validation-success{font-weight:600;color:#52c41a!important}.webinar-submissions-viewer .validation-error{font-weight:600;color:#ff4d4f!important}@media (max-width:768px){.webinar-submissions-viewer{padding:16px}.webinar-submissions-viewer h2{font-size:24px}.webinar-submissions-viewer p{text-align:center;margin-left:0;display:block;transform:none}}.webinar-admin-form-master{min-height:100vh}.webinar-admin-form-master button{font-family:Poppins,sans-serif}.webinar-admin-form-master .webinar-admin-form-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:20px;padding:4px 8px;display:flex}.webinar-admin-form-master .webinar-admin-form-header h1{color:#333;margin:0;font-size:24px;font-weight:600}@media (max-width:500px){.webinar-admin-form-master .webinar-admin-form-header h1{font-size:1rem}}.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-new-btn,.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-back-btn{color:#fff;cursor:pointer;background:#5255c8;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:400}.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-new-btn:hover,.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-back-btn:hover{background:#474bd8}@media (max-width:500px){.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-new-btn,.webinar-admin-form-master .webinar-admin-form-header .webinar-admin-form-back-btn{padding:8px 12px;font-size:14px}}.webinar-admin-form-master .webinar-admin-form-container{background:#fff;border:1px solid #ddd;border-radius:6px}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-tabs{background:#f8f9fa;border-bottom:1px solid #ddd;display:flex}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-tabs .webinar-admin-form-tab-btn{color:#666;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:12px 20px;font-size:14px;font-weight:400;transition:color .2s}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-tabs .webinar-admin-form-tab-btn:hover{color:#007bff}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-tabs .webinar-admin-form-tab-btn.active{color:#007bff;background:#fff;border-bottom:2px solid #007bff}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;padding:30px;display:flex}@media (max-width:600px){.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration{padding:16px}}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration input,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration textarea{border:1px solid #ddd;border-radius:4px;outline:none;width:450px;padding:10px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration input:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration textarea:focus{background-color:#fafafa;border-color:#b6b6b6}@media (max-width:600px){.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration input,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration textarea{width:100%}}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-registration textarea{resize:vertical;min-height:80px}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;padding:30px;display:flex}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda input,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda textarea,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers input,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers textarea,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq input,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq textarea{border:1px solid #ddd;border-radius:4px;outline:none;width:450px;padding:10px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda input:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda textarea:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers input:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers textarea:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq input:focus,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq textarea:focus{background-color:#fafafa;border-color:#b6b6b6}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda textarea,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers textarea,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq textarea{resize:vertical;min-height:80px}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-agenda-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-speaker-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-faq-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-agenda-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-speaker-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-faq-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-agenda-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-speaker-item,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-faq-item{border:1px solid #ddd;border-radius:4px;flex-direction:column;gap:10px;margin-bottom:10px;padding:15px;display:flex}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-agenda-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-speaker-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-faq-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-agenda-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-speaker-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-faq-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-agenda-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-speaker-item h4,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-faq-item h4{color:#333;margin:0 0 10px;font-size:14px}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-add-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-add-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-add-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:10px 20px;font-family:Poppins,sans-serif}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-add-btn:hover,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-add-btn:hover,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-add-btn:hover{background:#0056b3}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-remove-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-remove-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-remove-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;margin-top:10px;padding:8px 16px;font-family:Poppins,sans-serif}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-agenda .webinar-admin-form-remove-btn:hover,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-speakers .webinar-admin-form-remove-btn:hover,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-faq .webinar-admin-form-remove-btn:hover{background:#c82333}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions{border-top:1px solid #ddd;justify-content:flex-end;gap:15px;padding:20px 30px;display:flex}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-clear-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-cancel-btn,.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-submit-btn{cursor:pointer;border:none;border-radius:4px;height:max-content;padding:8px 20px;font-family:Poppins,sans-serif;font-size:14px}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-clear-btn{color:#fff;background:#6c757d}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-clear-btn:hover{background:#5a6268}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-cancel-btn{color:#fff;background:#dc3545}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-cancel-btn:hover{background:#c82333}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-submit-btn.enabled{color:#fff;background:#28a745}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-submit-btn.enabled:hover{background:#218838}.webinar-admin-form-master .webinar-admin-form-container .webinar-admin-form-actions .webinar-admin-form-submit-btn.disabled1{color:#6c757d;cursor:not-allowed;background:#e9ecef;justify-content:center}.webinar-admin-form-master .webinar-admin-form-details{background:#fff}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info{border-bottom:1px solid #eee;margin-bottom:30px;padding-bottom:20px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-header-info{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:15px;display:flex}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-header-info h2{color:#333;margin:0;font-size:24px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-header-info h3{margin:0}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status-btn{cursor:pointer;border:none;border-radius:4px;padding:8px 16px;font-family:Poppins,sans-serif;font-size:14px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status-btn.activate{color:#fff;background:#28a745}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status-btn.activate:hover{background:#218838}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status-btn.deactivate{color:#fff;background:#dc3545}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status-btn.deactivate:hover{background:#c82333}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status{border-radius:12px;padding:2px 8px;font-size:12px;font-weight:500}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status.active{color:#155724;background:#d4edda}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info .webinar-admin-form-status.inactive{color:#721c24;background:#f8d7da}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info p{margin-bottom:10px;font-size:14px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-info p strong{color:#333;margin-right:5px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-section,.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speakers-section{margin-top:30px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-section h3,.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speakers-section h3{color:#333;border-bottom:2px solid #007bff;margin-bottom:15px;padding-bottom:5px;font-size:20px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-group{margin-bottom:20px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-group h4{color:#555;margin-bottom:10px;font-size:16px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-display{background:#f8f9fa;border-left:3px solid #007bff;border-radius:4px;margin-bottom:8px;padding:10px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-agenda-display strong{color:#333}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speakers-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;display:grid}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speaker-card{background:#f8f9fa;border:1px solid #ddd;border-radius:6px;padding:20px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speaker-card h4{color:#333;margin-bottom:10px;font-size:18px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speaker-card p{margin-bottom:8px}.webinar-admin-form-master .webinar-admin-form-details .webinar-admin-form-speaker-card p strong{color:#555}.webinar-admin-form-master .webinar-admin-form-no-data{text-align:center;color:#666;padding:60px 20px}.webinar-admin-form-master .webinar-admin-form-no-data h2{color:#333;margin-bottom:10px;font-size:24px}.webinar-admin-form-master .webinar-admin-form-no-data p{margin:0;font-size:16px}.webinar-faq-master{min-height:100vh}.webinar-faq-master button{font-family:Poppins,sans-serif}.webinar-faq-master .webinar-faq-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.webinar-faq-master .webinar-faq-header h1{color:#333;margin:0;font-size:24px;font-weight:600}.webinar-faq-master .webinar-faq-header .webinar-faq-new-btn,.webinar-faq-master .webinar-faq-header .webinar-faq-back-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:400}.webinar-faq-master .webinar-faq-header .webinar-faq-new-btn:hover,.webinar-faq-master .webinar-faq-header .webinar-faq-back-btn:hover{background:#0056b3}.webinar-faq-master .webinar-faq-container{background:#fff;border:1px solid #ddd;border-radius:6px}.webinar-faq-master .webinar-faq-container .webinar-faq-tabs{background:#f8f9fa;border-bottom:1px solid #ddd;display:flex}.webinar-faq-master .webinar-faq-container .webinar-faq-tabs .webinar-faq-tab-btn{color:#666;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:12px 20px;font-size:14px;font-weight:400;transition:color .2s}.webinar-faq-master .webinar-faq-container .webinar-faq-tabs .webinar-faq-tab-btn:hover{color:#007bff}.webinar-faq-master .webinar-faq-container .webinar-faq-tabs .webinar-faq-tab-btn.active{color:#007bff;background:#fff;border-bottom:2px solid #007bff}.webinar-faq-master .webinar-faq-container .webinar-faq-form{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;padding:30px;display:flex}@media (max-width:600px){.webinar-faq-master .webinar-faq-container .webinar-faq-form{padding:10px}}.webinar-faq-master .webinar-faq-container .webinar-faq-form input,.webinar-faq-master .webinar-faq-container .webinar-faq-form textarea{border:1px solid #ddd;border-radius:4px;outline:none;width:450px;padding:10px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}@media (max-width:600px){.webinar-faq-master .webinar-faq-container .webinar-faq-form input,.webinar-faq-master .webinar-faq-container .webinar-faq-form textarea{width:100%}}.webinar-faq-master .webinar-faq-container .webinar-faq-form input:focus,.webinar-faq-master .webinar-faq-container .webinar-faq-form textarea:focus{background-color:#fafafa;border-color:#b6b6b6}.webinar-faq-master .webinar-faq-container .webinar-faq-form textarea{resize:vertical;min-height:80px}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-item{border:1px solid #ddd;border-radius:4px;flex-direction:column;gap:10px;margin-bottom:10px;padding:15px;display:flex}@media (max-width:600px){.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-item{width:100%}}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-item h4{color:#333;margin:0 0 10px;font-size:14px}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-add-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:10px 20px;font-family:Poppins,sans-serif}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-add-btn:hover{background:#0056b3}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-remove-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;margin-top:10px;padding:8px 16px;font-family:Poppins,sans-serif}.webinar-faq-master .webinar-faq-container .webinar-faq-form .webinar-faq-remove-btn:hover{background:#c82333}.webinar-faq-master .webinar-faq-container .webinar-faq-actions{border-top:1px solid #ddd;justify-content:flex-end;gap:15px;padding:20px 30px;display:flex}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-clear-btn,.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-cancel-btn,.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-submit-btn{cursor:pointer;border:none;border-radius:4px;height:max-content;padding:8px 20px;font-family:Poppins,sans-serif;font-size:14px}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-clear-btn{color:#fff;background:#6c757d}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-clear-btn:hover{background:#5a6268}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-cancel-btn{color:#fff;background:#dc3545}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-cancel-btn:hover{background:#c82333}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-submit-btn.enabled{color:#fff;background:#28a745}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-submit-btn.enabled:hover{background:#218838}.webinar-faq-master .webinar-faq-container .webinar-faq-actions .webinar-faq-submit-btn.disabled{color:#6c757d;cursor:not-allowed;background:#e9ecef;justify-content:center}.webinar-faq-master .webinar-faq-no-data{text-align:center;color:#666;padding:60px 20px}.webinar-faq-master .webinar-faq-no-data h2{color:#333;margin-bottom:10px;font-size:24px}.webinar-faq-master .webinar-faq-no-data p{margin:0;font-size:16px}.webinar-faq-master .webinar-faq-list{padding:20px}@media (max-width:600px){.webinar-faq-master .webinar-faq-list{padding:0}}.webinar-faq-master .webinar-faq-list h2{color:#333;margin-bottom:20px}.webinar-faq-master .webinar-faq-display-item{background:#fff;border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:15px}.webinar-faq-master .webinar-faq-header-info{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.webinar-faq-master .webinar-faq-header-info h3{color:#333;margin:0;font-size:18px}.webinar-faq-master .webinar-faq-status.active{color:#155724;background-color:#d4edda}.webinar-faq-master .webinar-faq-status.inactive{color:#721c24;background-color:#f8d7da}.webinar-faq-master .webinar-faq-activate-btn,.webinar-faq-master .webinar-faq-deactivate-btn{font-family:Poppins,sans-serif;font-size:12px;font-weight:500;transition:all .2s}.webinar-faq-master .webinar-faq-activate-btn:hover,.webinar-faq-master .webinar-faq-deactivate-btn:hover{opacity:.8;transform:translateY(-1px)}.webinar-faq-master .webinar-faq-qa{margin-bottom:10px}.webinar-faq-master .webinar-faq-qa h4{color:#333;margin:0 0 5px;font-size:14px;font-weight:600}.webinar-faq-master .webinar-faq-qa p{color:#666;margin:0;font-size:14px;line-height:1.4}.webinar-testimonials-master{min-height:100vh}.webinar-testimonials-master button{font-family:Poppins,sans-serif}.webinar-testimonials-master .webinar-testimonials-header{border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;display:flex}.webinar-testimonials-master .webinar-testimonials-header h1{color:#333;margin:0;font-size:24px;font-weight:600}.webinar-testimonials-master .webinar-testimonials-header .webinar-testimonials-new-btn,.webinar-testimonials-master .webinar-testimonials-header .webinar-testimonials-back-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:10px 20px;font-size:14px;font-weight:400}.webinar-testimonials-master .webinar-testimonials-header .webinar-testimonials-new-btn:hover,.webinar-testimonials-master .webinar-testimonials-header .webinar-testimonials-back-btn:hover{background:#0056b3}.webinar-testimonials-master .webinar-testimonials-container{background:#fff;border:1px solid #ddd;border-radius:6px}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-tabs{background:#f8f9fa;border-bottom:1px solid #ddd;display:flex}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-tabs .webinar-testimonials-tab-btn{color:#666;cursor:pointer;background:0 0;border:none;outline:none;flex:1;padding:12px 20px;font-size:14px;font-weight:400;transition:color .2s}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-tabs .webinar-testimonials-tab-btn:hover{color:#007bff}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-tabs .webinar-testimonials-tab-btn.active{color:#007bff;background:#fff;border-bottom:2px solid #007bff}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;padding:30px;display:flex}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form input,.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form textarea{border:1px solid #ddd;border-radius:4px;outline:none;width:450px;padding:10px;font-family:Poppins,sans-serif;font-size:14px;transition:all .2s}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form input:focus,.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form textarea:focus{background-color:#fafafa;border-color:#b6b6b6}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form textarea{resize:vertical;min-height:80px}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-item{border:1px solid #ddd;border-radius:4px;flex-direction:column;gap:10px;margin-bottom:10px;padding:15px;display:flex}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-item h4{color:#333;margin:0 0 10px;font-size:14px}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-add-btn{color:#fff;cursor:pointer;background:#007bff;border:none;border-radius:4px;padding:10px 20px;font-family:Poppins,sans-serif}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-add-btn:hover{background:#0056b3}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-remove-btn{color:#fff;cursor:pointer;background:#dc3545;border:none;border-radius:4px;margin-top:10px;padding:8px 16px;font-family:Poppins,sans-serif}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-form .webinar-testimonials-remove-btn:hover{background:#c82333}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions{border-top:1px solid #ddd;justify-content:flex-end;gap:15px;padding:20px 30px;display:flex}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-clear-btn,.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-cancel-btn,.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-submit-btn{cursor:pointer;border:none;border-radius:4px;height:max-content;padding:8px 20px;font-family:Poppins,sans-serif;font-size:14px}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-clear-btn{color:#fff;background:#6c757d}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-clear-btn:hover{background:#5a6268}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-cancel-btn{color:#fff;background:#dc3545}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-cancel-btn:hover{background:#c82333}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-submit-btn.enabled{color:#fff;background:#28a745}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-submit-btn.enabled:hover{background:#218838}.webinar-testimonials-master .webinar-testimonials-container .webinar-testimonials-actions .webinar-testimonials-submit-btn.disabled{color:#6c757d;cursor:not-allowed;background:#e9ecef;justify-content:center}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item{background:#fff;border:1px solid #ddd;border-radius:6px;margin-bottom:20px;padding:15px}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-header-info{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-header-info h3{color:#333;margin:0;font-size:18px;font-weight:600}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-header-info .webinar-testimonials-status-btn{color:#fff;cursor:pointer;background:#ff4d4f;border:none;border-radius:4px;padding:5px 10px;font-family:Poppins,sans-serif;font-size:12px}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-header-info .webinar-testimonials-status-btn:hover{background:#d9363e}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-qa{background:#f8f9fa;border-radius:4px;margin-bottom:10px;padding:10px}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-qa h4{color:#333;margin:0 0 5px;font-size:14px;font-weight:600}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-qa p{color:#666;margin:5px 0;font-size:14px}.webinar-testimonials-master .webinar-testimonials-list .webinar-testimonials-display-item .webinar-testimonials-qa img{object-fit:cover;border-radius:4px;width:100px;height:100px;margin-top:10px}.webinar-testimonials-master .webinar-testimonials-no-data{text-align:center;color:#666;padding:60px 20px}.webinar-testimonials-master .webinar-testimonials-no-data h2{color:#333;margin-bottom:10px;font-size:24px}.webinar-testimonials-master .webinar-testimonials-no-data p{margin:0;font-size:16px}.contact-us-message-container{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);max-width:1400px;min-height:100vh;margin:0 auto;font-family:Poppins,sans-serif}.contact-us-message-container .contact-us-message-header{background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-bottom:32px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-us-message-container .contact-us-message-header h2{color:#1e293b;background:linear-gradient(135deg,#3b82f6,#8b5cf6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:8px;font-family:Poppins,sans-serif;font-size:28px;font-weight:500}.contact-us-message-container .contact-us-message-header h3{color:#64748b;margin-bottom:0;font-family:Poppins,sans-serif;font-size:16px;font-weight:400}.contact-us-message-container .contact-us-message-table{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin:16px;overflow:hidden}@media (max-width:600px){.contact-us-message-container .contact-us-message-table{margin:10px 0}}.contact-us-message-container .contact-us-message-table table{border-collapse:collapse;width:100%;font-family:Poppins,sans-serif}.contact-us-message-container .contact-us-message-table table thead tr{background-color:#b4d0fd}.contact-us-message-container .contact-us-message-table table thead tr th{text-align:left;color:#000;text-transform:uppercase;letter-spacing:.5px;text-align:center;border:none;padding:8px 12px;font-family:Poppins,sans-serif;font-size:12px;font-weight:500;position:relative}.contact-us-message-container .contact-us-message-table table thead tr th:not(:last-child):after{content:"";background:rgba(255,255,255,.2);width:1px;height:50%;position:absolute;top:25%;right:0}.contact-us-message-container .contact-us-message-table table tbody tr{border-bottom:1px solid #f1f5f9;transition:all .3s}.contact-us-message-container .contact-us-message-table table tbody tr:hover{background:linear-gradient(135deg,#f8fafc,#f1f5f9);transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.05)}.contact-us-message-container .contact-us-message-table table tbody tr:last-child{border-bottom:none}.contact-us-message-container .contact-us-message-table table tbody tr td{color:#475569;vertical-align:top;border:none;padding:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.contact-us-message-container .contact-us-message-table table tbody tr td.contact-us-message-cell{word-wrap:break-word;max-width:250px}.contact-us-message-container .contact-us-message-table table tbody tr td.contact-us-message-cell .contact-us-message-text{-webkit-line-clamp:3;text-overflow:ellipsis;border-radius:8px;-webkit-box-orient:vertical;max-height:4.5em;line-height:1.5;transition:all .2s;display:-webkit-box;overflow:hidden}.contact-us-message-container .contact-us-message-empty{text-align:center;color:#64748b;background:#fff;border:1px solid #e2e8f0;border-radius:16px;margin-top:32px;padding:60px 40px;font-family:Poppins,sans-serif;font-weight:400;box-shadow:0 4px 20px rgba(0,0,0,.08)}.contact-us-message-container .contact-us-message-empty .contact-us-message-icon{opacity:.6;margin-bottom:16px;font-size:48px}.contact-us-message-container .contact-us-message-empty h4{color:#1e293b;margin-bottom:8px;font-size:18px;font-weight:500}.contact-us-message-container .contact-us-message-empty p{margin:0;font-size:14px}.contact-us-message-container .contact-us-message-status{text-transform:capitalize;border-radius:20px;padding:4px 12px;font-size:12px;font-weight:500}.contact-us-message-container .contact-us-message-status.pending{color:#d97706;background:#fef3c7;border:1px solid #fbbf24}.contact-us-message-container .contact-us-message-status.read{color:#059669;background:#d1fae5;border:1px solid #34d399}.contact-us-message-container .contact-us-message-status.resolved{color:#2563eb;background:#dbeafe;border:1px solid #60a5fa}.contact-us-message-container .contact-us-message-actions{justify-content:center;align-items:center;gap:8px;display:flex}.contact-us-message-container .contact-us-message-actions .contact-us-message-check{color:#059669;cursor:pointer;background-color:unset;border:none;border-radius:6px;font-size:18px;transition:all .3s}.contact-us-message-container .contact-us-message-actions .contact-us-message-delete{color:#dc2626;cursor:pointer;background-color:unset;border:none;border-radius:6px;font-size:18px;transition:all .3s}@media (max-width:768px){.contact-us-message-container .contact-us-message-header{margin-bottom:24px;padding:16px}.contact-us-message-container .contact-us-message-header h2{font-size:24px}.contact-us-message-container .contact-us-message-header h3{font-size:14px}.contact-us-message-container .contact-us-message-table{overflow-x:auto}.contact-us-message-container .contact-us-message-table table{min-width:500px}.contact-us-message-container .contact-us-message-table table thead th{padding:16px 12px;font-size:12px}.contact-us-message-container .contact-us-message-table table tbody td{padding:12px;font-size:13px}}.example{width:var(--INPUT_FIELD_WIDTH)}.ant-input{color:#000;font-size:16px;font-weight:490;padding:18px 14px 6px 11px!important}.ant-input:hover,.ant-input:focus{border:var(--DEFAULT_SELECTED_COLOR) solid 1px;padding:18px 14px 6px 11px;font-size:16px}.ant-select .ant-select-selector{padding:16px 10px 4px 11px}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{height:48px;padding:10px;font-size:16px;font-weight:600}.ant-select-single .ant-select-selector .ant-select-selection-search{font-size:16px;top:16px}:where(.css-dev-only-do-not-override-1fviqcj).ant-select-dropdown .ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:rgba(255,255,255,.88);background-color:var(--PRIMARY_BUTTON_BG_COLOR);font-weight:600}.primary_Button{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex;overflow:hidden;background-color:var(--PRIMARY_BUTTON_BG_COLOR)!important}.primary_Button span{z-index:20}.primary_Button:after{content:"";opacity:.2;z-index:-10;background:#fff;width:50px;height:155px;transition:all .55s cubic-bezier(.19,1,.22,1);position:absolute;top:-50px;left:-75px;transform:rotate(35deg)}.primary_Button:hover:after{transition:all .55s cubic-bezier(.19,1,.22,1);left:120%}.primary_Button:focus{border:1.8px solid var(--PRIMARY_BUTTON_BG_COLOR);color:#901d77;font-size:14px;font-weight:600;background-color:#fff!important}.primary_Button:focus:hover{border:1.8px solid var(--PRIMARY_BUTTON_BG_COLOR);color:var(--PRIMARY_BUTTON_BG_COLOR);font-size:14px;font-weight:600;background-color:#fff!important}.secondary_Button{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex;overflow:hidden;background-color:#000!important}.secondary_Button span{z-index:20}.secondary_Button:after{content:"";opacity:.2;z-index:-10;background:#fff;width:50px;height:155px;transition:all .55s cubic-bezier(.19,1,.22,1);position:absolute;top:-50px;left:-75px;transform:rotate(35deg)}.secondary_Button:hover:after{transition:all .55s cubic-bezier(.19,1,.22,1);left:120%}.secondary_Button:focus{border:1.8px solid var(--PRIMARY_BUTTON_BG_COLOR);color:#901d77;font-size:14px;font-weight:600;background-color:#fff!important}.secondary_Button:focus:hover{border:1.8px solid var(--PRIMARY_BUTTON_BG_COLOR);color:var(--PRIMARY_BUTTON_BG_COLOR);font-size:14px;font-weight:600;background-color:#fff!important}.tertiary_Button{color:#fff;width:100px;height:30px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border:1px solid;border-radius:8px;justify-content:center;align-items:center;font-size:14px;font-style:normal;font-weight:400;line-height:18px;display:flex;left:450px;overflow:hidden;background-color:var(--PRIMARY_BUTTON_BG_COLOR)!important}.tertiary_Button span{z-index:20}.tertiary_Button:after{content:"";opacity:.2;z-index:-10;width:50px;height:155px;transition:all .55s cubic-bezier(.19,1,.22,1);position:absolute;top:-50px;left:-15px;transform:rotate(35deg)}.tertiary_Button:hover:after{transition:all .55s cubic-bezier(.19,1,.22,1);left:120%}Button:disabled,Button[disabled]{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;background-color:gray;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex}.primary_Button{background-color:var(--ERROR_COLOR);color:#fff;padding:15px}.ant-btn-primary:disabled,.ant-btn-primary:disabled{color:#fff;width:170px;height:45px;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;border-radius:8px;justify-content:space-between;align-items:center;font-size:14px;font-style:normal;font-weight:500;display:flex;background-color:gray!important}.ant-btn-primary:disabled{color:#858585;font-family:var(--HEADING_FONT_FAMILY);letter-spacing:.5px;z-index:2;background-color:var(--ERROR_COLOR);border-radius:8px;justify-content:center;font-size:12px;font-style:normal;font-weight:500;display:flex;background-color:#fff!important}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:before{top:0;bottom:0;z-index:1;border:1px solid var(--PRIMARY_BUTTON_BG_COLOR);border-radius:4px;position:absolute}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)):before{left:0;right:0}.ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner{color:#fff;background:#901d77}:where(.css-dev-only-do-not-override-1fviqcj).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner{color:#fff;background:#901d77}:where(.css-dev-only-do-not-override-1fviqcj).ant-picker-dropdown .ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner{color:#fff;background:#901d77}.ant-picker-dropdown .ant-picker-today-btn{color:var(--DEFAULT_SELECTED_COLOR)}.ant-checkbox .ant-checkbox-inner{box-sizing:border-box;top:0;border-collapse:separate;direction:ltr;background-color:#fff;border:1px solid #000;border-radius:4px;width:16px;height:16px;transition:all .3s;display:block;position:relative}.ant-checkbox .ant-checkbox-inner:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-checkbox .ant-checkbox-inner:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0}.ant-checkbox .ant-checkbox-inner:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.ant-checkbox .ant-checkbox-inner:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){right:0}.ant-checkbox-checked .ant-checkbox-inner{background-color:#000;border-color:#000}.ant-pagination .ant-pagination-item-active{background-color:#fff;border-color:#000;font-weight:600}.ant-pagination .ant-pagination-item-active a{color:#000}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td{text-align:start;color:#767676;background:#fafafa;border-bottom:1px solid #f0f0f0;font-size:13px;font-weight:600;position:relative}.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-checked:not(.ant-checkbox-disabled) .ant-checkbox-inner{background-color:#000;border-color:transparent}.ant-checkbox-wrapper:not(.ant-checkbox-wrapper-disabled):hover .ant-checkbox-inner{border-color:#000}:where(.css-dev-only-do-not-override-1fviqcj).ant-checkbox:not(.ant-checkbox-disabled):hover .ant-checkbox-inner{border-color:#000}.ant-switch.ant-switch-checked,.ant-switch.ant-switch-checked:hover:not(.ant-switch-disabled){background:var(--SELECTED_COLOR)}.ant-table-wrapper .ant-table-thead>tr>th,.ant-table-wrapper .ant-table-thead>tr>td{color:rgba(64,64,64,.88);text-transform:uppercase;text-align:start;font-weight:600;font-family:var(--HEADING_FONT_FAMILY);background:0 0;border-bottom:1px solid #f0f0f0;transition:background .6s;position:relative;font-size:13px!important}.ant-table-wrapper .ant-table{box-sizing:border-box;color:rgba(14,14,14,.88);font-size:14px;line-height:1.57143;font-family:var(--HEADING_FONT_FAMILY);background:rgba(255,255,255,.035);border-radius:5px;margin:0;padding:0;list-style:none;transition-duration:.6s}.ant-table-wrapper table{text-align:start;border-collapse:separate;border-spacing:0;border-radius:8px 8px 0 0;width:100%}.ant-table-wrapper .ant-table:hover{box-sizing:border-box;color:rgba(14,14,14,.88);border-radius:8px 8px 0 0;margin:0;padding:0;font-size:14px;line-height:1.57143;list-style:none;transition-duration:.6s}.ant-table-cell-row-hover{font-size:14px;font-weight:600;transition-duration:.6s}.ant-table-wrapper .ant-table-pagination-right{justify-content:flex-start}.ant-pagination .ant-pagination-item{text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:#fff;border-radius:6px;outline:0;min-width:32px;height:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:30px;list-style:none;display:inline-block}.ant-pagination .ant-pagination-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-menu .ant-menu-item .ant-menu-item-icon,.ant-menu .ant-menu-submenu-title .ant-menu-item-icon{min-width:14px;font-size:20px;transition:font-size .2s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;position:relative;top:13px}:where(.css-dev-only-do-not-override-1fviqcj).ant-menu .ant-menu-item .anticon{min-width:14px;font-size:20px;transition:font-size .2s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;position:relative;top:13px}:where(.css-dev-only-do-not-override-1fviqcj).ant-menu .ant-menu-submenu-title .anticon{min-width:14px;font-size:20px;transition:font-size .2s cubic-bezier(.215,.61,.355,1),margin .3s cubic-bezier(.645,.045,.355,1),color .3s;position:relative;top:13px}.ant-menu-light,.ant-menu-light>.ant-menu{color:rgba(0,0,0,.88);background:0 0;padding:1vw 0}.ant-form-item .ant-form-item-explain-error{color:var(--ERROR_COLOR);position:relative}.ant-table-cell{background:rgba(250,250,250,.48);padding:8px!important}.ant-input-affix-wrapper>input.ant-input{font-size:inherit;border:none;border-radius:0;outline:none;transition-duration:.6s}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover{border-color:var(--DEFAULT_SELECTED_COLOR);background-color:none;z-index:0;transition-duration:.6s}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){border-right-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){border-left-width:1px}.ant-input-affix-wrapper{color:rgba(0,0,0,.88);background-color:#fff;background-image:none;border:1px solid #d9d9d9;border-radius:6px;width:100%;min-width:0;height:50px;font-size:16px;line-height:1.57143;transition:all .2s;display:inline-flex;position:relative}.ant-input-affix-wrapper>input.ant-input{font-size:inherit;font-size:inherit;border:none;border-radius:0;outline:none;padding:1rem -2px 23px}.ant-upload-drag-icon{color:#000}.ant-upload-text{font-family:var(--HEADING_FONT_FAMILY)}.ant-upload-hint{font-family:var(--PARA_FONT_FAMILY)}.ant-upload-wrapper .ant-upload-drag p.ant-upload-drag-icon .anticon{color:#6a6a6a;font-size:48px}.ant-table table{border-spacing:0 10px;transition-duration:.6s}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row>td,.ant-table-wrapper .ant-table-tbody>tr>th.ant-table-cell-row>td.ant-table-cell-row{background:rgba(255,255,255,.557);box-shadow:0 7px 29px rgba(100,100,111,.02)}.ant-table-wrapper .ant-table-tbody>tr.ant-table-row:hover>td,.ant-table-wrapper .ant-table-tbody>tr>th.ant-table-cell-row-hover>td.ant-table-cell-row-hover{background:#e0dfdf;font-size:15px;transition-duration:.6s}.ant-modal .ant-modal-content{font-family:var(--HEADING_FONT_FAMILY);pointer-events:auto;color:#000;background-color:#fff;background-clip:padding-box;border:0;border-radius:8px;padding:54px;position:relative;box-shadow:0 6px 16px rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05)}.ant-modal-footer{justify-content:flex-end;display:flex;position:relative}.ant-pagination .ant-pagination-next{background-color:#fff;outline:1px;font-family:Arial,Helvetica,sans-serif}.ant-pagination .ant-pagination-prev,.ant-pagination .ant-pagination-next{background-color:#fff;font-family:Arial,Helvetica,sans-serif}.ant-pagination .ant-pagination-item{text-align:center;vertical-align:middle;cursor:pointer;user-select:none;background-color:#fff;border-radius:6px;outline:0;min-width:32px;height:32px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;line-height:30px;list-style:none}.ant-pagination .ant-pagination-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-right:8px}.ant-pagination .ant-pagination-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-left:8px}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis{top:0;bottom:0;color:rgba(0,0,0,.25);letter-spacing:2px;text-align:center;text-indent:.13em;opacity:1;margin:auto;font-family:Arial,Helvetica,sans-serif;transition:all .2s;position:absolute}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-ellipsis:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:0;right:0}.ant-pagination .ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon{color:var(--ERROR_COLOR);opacity:0;font-size:12px;transition:all .2s;display:none}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{text-align:initial}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:18px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item,.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder{text-align:initial;color:#626262;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){padding-right:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-item:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select-single.ant-select-show-arrow .ant-select-selection-placeholder:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){padding-left:59px}.ant-select .ant-select-arrow{color:rgba(0,0,0,.518);text-align:center;text-transform:none;vertical-align:-.125em;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;top:50%;height:110p;pointer-events:none;align-items:center;margin-top:-6px;font-size:16px;font-style:normal;line-height:1;display:flex;position:absolute}.ant-select .ant-select-arrow:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:auto;right:11px}.ant-select .ant-select-arrow:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){left:auto;right:11px}.ant-select .ant-select-arrow:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:11px;right:auto}.ant-select .ant-select-arrow:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){left:11px;right:auto}.ant-select:not(.ant-select-customize-input) .ant-select-selector .ant-select-selection-search-input{-webkit-appearance:none;appearance:none;border:none;height:20px;padding:0;font-size:16px;position:relative;bottom:.5rem}.ant-table-wrapper .ant-table-column-sorter{color:rgba(0,0,0,.29);font-size:0;transition:color .3s}.ant-table-wrapper .ant-table-column-sorter:not(:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:4px}.ant-table-wrapper .ant-table-column-sorter:not(:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi))){margin-left:4px}.ant-table-wrapper .ant-table-column-sorter:-webkit-any(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:4px}.ant-table-wrapper .ant-table-column-sorter:is(:lang(ae),:lang(ar),:lang(arc),:lang(bcc),:lang(bqi),:lang(ckb),:lang(dv),:lang(fa),:lang(glk),:lang(he),:lang(ku),:lang(mzn),:lang(nqo),:lang(pnb),:lang(ps),:lang(sd),:lang(ug),:lang(ur),:lang(yi)){margin-right:4px}.ant-input:disabled{color:#000}.ant-form-item-row .ant-form-item-control .ant-form-item-control-input .ant-form-item-control-input-content .ant-input-textarea-affix-wrapper{height:100%}.ant-input-search-button{display:none}.ant-input-search{width:min(60vw,250px)}.searchDiv .ant-input{width:inherit;height:45px;padding:.25rem .5rem;font-size:14px;border-radius:10px!important}.ant-collapse{box-sizing:border-box;border:none;border-bottom-width:0;border-radius:8px;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:14px;line-height:1.57143;list-style:none}.ie_btn{margin-left:7px;position:relative}.download-link{color:var(--DEFAULT_SELECTED_COLOR);cursor:pointer;background:0 0;border:none}.radio-buttons{justify-content:center;align-items:center;height:100px;margin-top:-43px;display:flex}.radio-buttons-Payment{justify-content:center;align-items:center;margin-bottom:20px;display:flex}.cancel-link{color:#000;cursor:pointer;background:0 0;border:none}.xltable{width:100%}.xltable .ant-table-thead th{font-size:.6rem!important;font-weight:700!important}@media (max-width:899px){.primary_Button{width:138px}}.formSearch .ant-input{padding:6px 14px 6px 11px!important}.ant-select-selection-item{margin-top:10px}
