@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;500;700&display=swap);.login{height:90vh}.login .logo{filter:drop-shadow(0 6px 5px #aaa);max-width:45%;min-width:150px}.login .powered-by{position:absolute;bottom:10px;left:0;width:100%}.login .powered-by *{font-size:.82rem!important}#preview{height:82vh}#preview #iframe{height:100%;width:100%;border-radius:11px;border:1px solid #ccc}.bee-drop-img{position:relative;overflow:hidden}.bee-drop-img__hover{position:absolute;height:100%;width:100%;top:0;bottom:0;right:0;left:0;display:flex;justify-content:center;align-items:center;opacity:0;background-color:rgba(51,51,51,.2);transition:all .3s ease}.bee-drop-img__hover:hover{opacity:1}.bee-drop-img__hover--blurable{z-index:5}.bee-drop-img__hover--blurable:hover+.drop-zone .drop-zone__show-image{filter:blur(1px)}.bee-drop-img .drop-zone{position:relative;z-index:3;border:1px solid #eee;border-radius:5px;display:flex;flex-direction:column;justify-content:center;align-items:center;overflow:hidden;cursor:pointer;width:100%;height:100%}.bee-drop-img .drop-zone--dashed{border-style:dashed}.bee-drop-img .drop-zone__input{display:none}.bee-drop-img .drop-zone__show-image{width:100%;height:100%;background-position:50%}.bee-drop-img .drop-zone__progress-line{position:absolute;width:70%;top:40%;left:15%;right:15%;border-radius:20px}.bee-drop-img .drop-zone__title{position:absolute;bottom:0;left:0;right:0;padding:3px 0;text-align:center;color:#fff;background-color:rgba(51,51,51,.533)}.bee-drop-img .drop-zone__drop-area{position:absolute;bottom:0;left:0;right:0;z-index:30;width:100%;height:100%}.bee-drop-img .error__container{height:20px}.bee-drop-img .error__msg{transform:translateY(-10px);transition:transform .4s}.bee-drop-img .error__msg--show{transform:translateY(0)}.bee-dropzone{position:relative}.bee-dropzone__container .dropzone{display:flex;flex-wrap:wrap;border:1px solid #ccc;border-radius:5px;padding:10px;overflow-y:auto;cursor:pointer;transition:all .3s}.bee-dropzone__container .dropzone--dashed{border-style:dashed}.bee-dropzone__container .dropzone__input{display:none}.bee-dropzone__container .error__container{height:20px}.bee-dropzone__container .error__msg{transform:translateY(-10px);transition:transform .4s}.bee-dropzone__container .error__msg--show{transform:translateY(0)}.bee-dropzone__drop-menu{position:absolute;z-index:20}.bee-dropzone__drop-menu-content{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem!important;outline:1px solid #ccc;outline-offset:-1rem;border-radius:11px}.bee-dropzone__drop-menu-content--dashed{outline-style:dashed}.bee-dropzone__drop-area{position:absolute;top:0;left:0;right:0;bottom:0;z-index:30;width:100%;height:100%}.video-drop-zone .video-container{border:2px dashed #ccc;border-radius:11px;padding:8px 12px;cursor:pointer}.video-drop-zone .video-container__item{padding:3px 6px}.audio-drop-zone .audio-container{border:2px dashed #ccc;border-radius:11px;padding:8px 12px;cursor:pointer}.audio-drop-zone .audio-container__item{padding:3px 6px}:root{--ck-input-width:0;--ck-border-radius:9px;--ck-color-focus-border:#084566;--ck-color-shadow-drop:none;--ck-color-shadow-inner:none;--ck-color-button-on-active-shadow:none;--ck-focus-outer-shadow:none;--ck-color-button-on-color:#08547e;--ck-color-button-action-background:#084566;--ck-color-button-action-hover-background:#084566ee;--ck-color-button-action-active-background:#084566;--ck-color-button-action-text:#fff;--ck-color-button-action-active-shadow:none;--ck-content-height:450px}.ck .ck :focus-within{outline:none}.ck.ck-content{max-height:var(--ck-content-height);min-height:var(--ck-content-height)}.ck .ck-input{width:100%}.ck .ck-dialog-overlay{z-index:10}.ck .ck-powered-by{display:none}.ck .ck-menu-bar{border-top-left-radius:var(--ck-border-radius);border-top-right-radius:var(--ck-border-radius)}.ck.ck-editor{margin:0 8px}.validate-color+.ck.ck-editor{outline:1px solid red;border-radius:var(--ck-border-radius)}.ck.ck-editor__editable_inline{background:#fff}.video-player{position:relative}.video-player .plyr{border-radius:11px}.video-player__actions{opacity:0;visibility:hidden;transition:all .3s;position:absolute;top:45%;left:50%;transform:translate(-50%,-50%)}.video-player:hover .video-player__actions{opacity:1;visibility:visible}.audio-player{position:relative}.audio-player .plyr{border-radius:11px}.audio-player__actions{opacity:0;visibility:hidden;transition:all .3s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.audio-player:hover .audio-player__actions{opacity:1;visibility:visible}.v-lang-tabs{overflow:hidden}.image-card__image-container{position:relative;max-width:250px;border:1px solid #ddd}.image-card__image-container--large{max-width:100%}.image-card__action{box-shadow:0 0 3px #fff}.image-card__actions{opacity:0;visibility:hidden;transition:all .3s;position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:space-evenly;align-items:center}.image-card:hover .image-card__actions{opacity:1;visibility:visible}.file-card{cursor:pointer}.file-card__actions{position:absolute;top:50%;right:8px;transform:translateY(-50%);opacity:0;visibility:hidden;transition:all .3s}[dir=rtl] .file-card__actions{left:8px}.file-card:hover .file-card__actions{opacity:1;visibility:visible}.fileManager__file--selected.audio-player,.fileManager__file--selected.file-card,.fileManager__file--selected.image-card .v-image,.fileManager__file--selected.video-player{border-radius:11px;outline:2px solid rgba(8,57,102,.808);outline-offset:2px}.fileManager__multiple-file{display:flex;justify-content:flex-end;width:100%}.active-menu-item{background:rgba(8,69,102,.133)}.headers-control-dialog .chip-border{outline:1px dashed transparent;outline-offset:-3px}.headers-control-dialog .chip-border--active{outline-color:#fff}#gjs .gjs-one-bg{background-color:#084566}#gjs .gjs-two-color{color:hsla(0,0%,100%,.7)}#gjs .gjs-three-bg{background-color:rgba(19,137,201,.667);color:#fff}#gjs .gjs-four-color,#gjs .gjs-four-color-h:hover{color:#fff}#gjs .gjs-sm-sector .gjs-sm-gradient{width:100%}#gjs .grp-wrapper{background-repeat:repeat}#gjs .gjs-custom-icon{font-size:20px}#gjs.gjs-simple .gjs-pn-views-container{padding-top:0}.apexchart{letter-spacing:normal}.statistic-card[data-v-69c37258]{width:90%;margin:0 auto}.tree-row[data-v-11c2fae2]:hover{background-color:#eee}.tree-row__summary[data-v-11c2fae2]{white-space:pre-line}.tree-header[data-v-24c747e9]{background:#fff}.tree-header[data-v-24c747e9],.tree-loader[data-v-24c747e9]{position:sticky;top:0;z-index:1}.tree-row[data-v-24c747e9]{position:relative}.tree-row[data-v-24c747e9]:hover{background-color:#eee}.tree-row__summary[data-v-24c747e9]{white-space:pre-line}.tree-row[data-v-24c747e9]:after{display:none;content:"";position:absolute;bottom:0;right:0;height:2px;background-color:#084566;border:2px solid #084566;width:96%;border-radius:10px;z-index:2}.tree-row.drag-tree-item[data-v-24c747e9]:after{display:block}.order-state-menu .v-list-item[data-v-3e95fb06]{min-height:30px}.message-area[data-v-4992758e]{display:flex;justify-content:center;align-items:center;height:20vh}.plans-users-table .v-data-footer__select{height:36px}#faqs .answer-content p{margin:0}#SEOpage .v-input__slot,#SEOpage .v-text-field__details{margin-bottom:0}.v-map{height:100%}.v-map__wrapper{z-index:0}.v-map .leaflet-control-zoom{border-width:1px;border-radius:15px;overflow:hidden}.v-map .leaflet-control-zoom .leaflet-control-zoom-in,.v-map .leaflet-control-zoom .leaflet-control-zoom-out{display:flex;justify-content:center;align-items:center;width:25px;height:25px;font-size:18px}.v-map .leaflet-control-layers{border-width:1px;border-radius:10px}.v-map .leaflet-control-layers .leaflet-control-layers-toggle{width:34px;height:34px}.v-map .leaflet-control-attribution{display:none}.v-map .leaflet-routing-collapse-btn{color:#333}.v-map .container-routing.leaflet-routing-container-hide{margin-bottom:0!important;width:45px;height:45px;padding:2px}.v-map .container-routing.leaflet-routing-container-hide .leaflet-routing-collapse-btn{cursor:pointer;top:20%}.v-map .alternative-panel{padding-top:20px}#memberships-services .description-content p{margin:0}#memberships-services-content .ck-content.description-preview :last-child{margin-bottom:0}#category-attributes-options .v-list--dense .v-list-item{min-height:24px}#category-attributes-options .list-item--drag{background-color:rgba(8,69,102,.165);outline:1px dashed #084566;outline-offset:-1px}#category-attributes-options #categories-tree .node-active{background-color:rgba(8,69,102,.165)}#category-attributes-options #categories-tree .v-treeview-node__content{cursor:pointer}#category-attributes-options #categories-tree .v-treeview-node--leaf .v-treeview-node__level:first-child{width:0}#category-attributes-options .v-data-footer__select .v-select{margin-top:0;margin-bottom:0}.select-checkbox .v-input--selection-controls__input{margin:0}.link-switch .v-input--selection-controls__input{margin-right:2px}.link-switch .v-label{white-space:nowrap}*{font-family:Quicksand,sans-serif!important;font-size:.9rem}[data-lang=ar] #app :not(.fa),[dir=rtl] *{font-family:Cairo,sans-serif!important}.fa{font-family:FontAwesome!important}.v-application .text-lg-body-1,.v-application .text-lg-body-2,.v-application .text-lg-button,.v-application .text-lg-caption,.v-application .text-lg-h1,.v-application .text-lg-h2,.v-application .text-lg-h3,.v-application .text-lg-h4,.v-application .text-lg-h5,.v-application .text-lg-h6,.v-application .text-lg-overline,.v-application .text-lg-subtitle-1,.v-application .text-lg-subtitle-2,.v-application .text-md-body-1,.v-application .text-md-body-2,.v-application .text-md-button,.v-application .text-md-caption,.v-application .text-md-h1,.v-application .text-md-h2,.v-application .text-md-h3,.v-application .text-md-h4,.v-application .text-md-h5,.v-application .text-md-h6,.v-application .text-md-overline,.v-application .text-md-subtitle-1,.v-application .text-md-subtitle-2,.v-application .text-sm-body-1,.v-application .text-sm-body-2,.v-application .text-sm-button,.v-application .text-sm-caption,.v-application .text-sm-h1,.v-application .text-sm-h2,.v-application .text-sm-h3,.v-application .text-sm-h4,.v-application .text-sm-h5,.v-application .text-sm-h6,.v-application .text-sm-overline,.v-application .text-sm-subtitle-1,.v-application .text-sm-subtitle-2,.v-application .text-xl-body-1,.v-application .text-xl-body-2,.v-application .text-xl-button,.v-application .text-xl-caption,.v-application .text-xl-h1,.v-application .text-xl-h2,.v-application .text-xl-h3,.v-application .text-xl-h4,.v-application .text-xl-h5,.v-application .text-xl-h6,.v-application .text-xl-overline,.v-application .text-xl-subtitle-1,.v-application .text-xl-subtitle-2{font-family:Quicksand,sans-serif!important}[dir=rtl] .v-application .text-lg-body-1,[dir=rtl] .v-application .text-lg-body-2,[dir=rtl] .v-application .text-lg-button,[dir=rtl] .v-application .text-lg-caption,[dir=rtl] .v-application .text-lg-h1,[dir=rtl] .v-application .text-lg-h2,[dir=rtl] .v-application .text-lg-h3,[dir=rtl] .v-application .text-lg-h4,[dir=rtl] .v-application .text-lg-h5,[dir=rtl] .v-application .text-lg-h6,[dir=rtl] .v-application .text-lg-overline,[dir=rtl] .v-application .text-lg-subtitle-1,[dir=rtl] .v-application .text-lg-subtitle-2,[dir=rtl] .v-application .text-md-body-1,[dir=rtl] .v-application .text-md-body-2,[dir=rtl] .v-application .text-md-button,[dir=rtl] .v-application .text-md-caption,[dir=rtl] .v-application .text-md-h1,[dir=rtl] .v-application .text-md-h2,[dir=rtl] .v-application .text-md-h3,[dir=rtl] .v-application .text-md-h4,[dir=rtl] .v-application .text-md-h5,[dir=rtl] .v-application .text-md-h6,[dir=rtl] .v-application .text-md-overline,[dir=rtl] .v-application .text-md-subtitle-1,[dir=rtl] .v-application .text-md-subtitle-2,[dir=rtl] .v-application .text-sm-body-1,[dir=rtl] .v-application .text-sm-body-2,[dir=rtl] .v-application .text-sm-button,[dir=rtl] .v-application .text-sm-caption,[dir=rtl] .v-application .text-sm-h1,[dir=rtl] .v-application .text-sm-h2,[dir=rtl] .v-application .text-sm-h3,[dir=rtl] .v-application .text-sm-h4,[dir=rtl] .v-application .text-sm-h5,[dir=rtl] .v-application .text-sm-h6,[dir=rtl] .v-application .text-sm-overline,[dir=rtl] .v-application .text-sm-subtitle-1,[dir=rtl] .v-application .text-sm-subtitle-2,[dir=rtl] .v-application .text-xl-body-1,[dir=rtl] .v-application .text-xl-body-2,[dir=rtl] .v-application .text-xl-button,[dir=rtl] .v-application .text-xl-caption,[dir=rtl] .v-application .text-xl-h1,[dir=rtl] .v-application .text-xl-h2,[dir=rtl] .v-application .text-xl-h3,[dir=rtl] .v-application .text-xl-h4,[dir=rtl] .v-application .text-xl-h5,[dir=rtl] .v-application .text-xl-h6,[dir=rtl] .v-application .text-xl-overline,[dir=rtl] .v-application .text-xl-subtitle-1,[dir=rtl] .v-application .text-xl-subtitle-2{font-family:Cairo,sans-serif!important}.v-application .text-body-1,.v-application .text-body-2,.v-application .text-button,.v-application .text-caption,.v-application .text-h1,.v-application .text-h2,.v-application .text-h3,.v-application .text-h4,.v-application .text-h5,.v-application .text-h6,.v-application .text-overline,.v-application .text-subtitle-1,.v-application .text-subtitle-2{font-family:Quicksand,sans-serif!important}[dir=rtl] .v-application .text-body-1,[dir=rtl] .v-application .text-body-2,[dir=rtl] .v-application .text-button,[dir=rtl] .v-application .text-caption,[dir=rtl] .v-application .text-h1,[dir=rtl] .v-application .text-h2,[dir=rtl] .v-application .text-h3,[dir=rtl] .v-application .text-h4,[dir=rtl] .v-application .text-h5,[dir=rtl] .v-application .text-h6,[dir=rtl] .v-application .text-overline,[dir=rtl] .v-application .text-subtitle-1,[dir=rtl] .v-application .text-subtitle-2{font-family:Cairo,sans-serif!important}::-webkit-scrollbar{width:5px;height:5px;background-color:#f1f1f1}::-webkit-scrollbar-thumb{background-color:#bbb;border-radius:11px}.rounded-large{border-radius:15px!important}.rounded-medium{border-radius:11px!important}.rounded-small{border-radius:9px!important}.number-large{font-size:2rem!important;font-weight:500}.sticky{position:sticky;top:65px}.ellipsis{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:120px}.tree-row:hover{background-color:#eee}.tree-row__summary{white-space:pre-line}.text-editor-content{padding:8px 11px;border:1px solid #999;border-radius:11px;transition:border-color .1s;cursor:text}.text-editor-content:hover{border-color:#222}.text-editor-content__label{color:rgba(0,0,0,.769);display:inline-block}.text-editor-content__label--active{position:absolute;transform:translate(-3px,-14px);line-height:10px;padding:0 3px;background:#f3f7f8}.text-editor-content p:last-of-type{margin-bottom:0}.v-snack__wrapper{border-radius:11px!important}body .tox .tox-dialog{border-radius:11px}body .tox .tox-button:not(.tox-button--secondary,.tox-button--naked){background-color:#084566;border-color:#084566;border-radius:9px}body .tox .tox-dialog-wrap__backdrop{background-color:transparent}body .tox .tox-notifications-container{display:none}body .tox .tox-selected-menu{max-height:220px!important}body .tox .tox-dialog .tox-listbox,body .tox .tox-dialog .tox-textfield,body .tox .tox-dialog button{border-radius:9px}#app .tox .tox-editor-header{z-index:0}#app .tox-tinymce{border-radius:11px}#app .apexcharts-toolbar{z-index:4}#app .mini-input input{padding:0}#app .mini-input .v-input__control>.v-input__slot{min-height:26px}#app .mini-input .v-input__control .v-text-field--outlined .v-label,#app .mini-input .v-input__control .v-text-field__slot .v-label{top:2px}#app .mini-input .v-input__control .v-text-field__slot .v-label--active{transform:translateY(-9px) scale(.75)}#app .mini-input .v-input__control .v-input__append-inner{margin-top:2px}#app .mini-input--centered input{text-align:center}#app .v-menu__content{border-radius:9px}#app .v-counter{font-weight:500;font-size:.9rem}#app .v-slider__thumb:after,#app .v-slider__thumb:before{display:none}#app .drag-dots{cursor:grab}#app .drag-dots:active{cursor:grabbing}#app .drag-item{outline:1px dashed #084566;outline-offset:-1px;border-radius:4px}#app .loop-progress svg{animation:loop 1.65s linear infinite}@keyframes loop{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}#app .powered-by{text-align:center}#app .powered-by *{font-size:11px}#app .powered-by a{color:inherit;text-decoration:none;font-weight:500;text-transform:uppercase;letter-spacing:1px}#app #navigation-drawer.theme--dark .powered-by{color:#fff}