@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.alert-modal{background:rgba(0,0,0,.7);position:fixed;left:0;right:0;top:0;bottom:0;cursor:default;overflow-y:auto;display:flex;flex-direction:column;z-index:1000;color:#000;-webkit-animation-name:modal-did-appear;animation-name:modal-did-appear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.alert-modal .spacer{flex:1 1}.alert-modal .alert-modal-dialog{width:100%;background:#fff;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.2);text-align:center;padding:20px;-webkit-animation-name:modal-body-did-appear;animation-name:modal-body-did-appear;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.alert-modal .alert-modal-dialog .alert-modal-dialog-icon{width:40px;height:40px;margin:auto}.alert-modal .alert-modal-dialog .alert-modal-dialog-title{font-size:large;font-weight:700;display:block;margin-top:10px}.alert-modal .alert-modal-dialog .alert-modal-dialog-message{font-size:medium;margin-top:10px;display:block}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons{display:block;margin-top:15px}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button{width:100%;display:block;border-radius:999px;background-color:#efefef;color:#000;margin-top:10px;cursor:pointer;transition:background-color;text-align:center;padding:10px}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button:first-child{margin-top:0}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button:hover{background-color:#dfdfdf}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button.success{background:#0c0;color:#fff}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button.success:hover{background-color:#0a0}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button.danger{background:#c00;color:#fff}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button.danger:hover{background-color:#a00}@-webkit-keyframes modal-body-did-appear{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}80%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes modal-body-did-appear{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}80%{opacity:1;-webkit-transform:scale(1.05);transform:scale(1.05)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes modal-did-appear{0%{opacity:0}to{opacity:1}}@keyframes modal-did-appear{0%{opacity:0}to{opacity:1}}.header-component{padding:30px 0;display:flex;position:relative;flex-direction:row;align-items:center}.header-component .logo{width:180px;height:50px;background-size:contain;background-position:50%;background-repeat:no-repeat}.header-component .space{flex:1 1}.header-component .actions{text-align:right;font-size:large}.header-component .actions a{display:inline-block;margin-left:5px;padding:5px 10px;font-size:medium;font-weight:700;text-decoration:none;text-transform:uppercase}.header-component .actions a:hover{text-decoration:underline}.header-component .actions a.inverse{background-color:#fff;color:#000;text-decoration:none;text-transform:uppercase;font-weight:700;font-size:small}.header-component .actions a.inverse:hover{opacity:.8}.screen-title{width:100%;display:flex;flex-direction:row;align-items:center}.screen-title .back-button{width:35px;height:35px;display:block;background-size:contain;background-position:50%;background-repeat:no-repeat;margin-right:10px;cursor:pointer}.screen-title .text-area{flex:1 1}.screen-title .text-area .text-container{width:auto;height:auto;position:relative;display:block;font-size:xx-large;font-weight:700;overflow:hidden}.screen-title .text-area .text-container .title-text{display:block}.screen-title .text-area .text-container .wiper{display:none}.screen-title.animated .text-area .text-container .title-text{opacity:1}.screen-title.animated .text-area .text-container .wiper{width:0;display:block;position:absolute;top:0;bottom:0;left:0;background-color:#fff}.ep-table{width:100%}.ep-table thead{background:#fff;color:#000;font-weight:700}.ep-table thead th{padding:5px;border:1px solid #fff;text-transform:uppercase;font-size:small}.ep-table tbody{background-color:#bfc5d1}.ep-table tbody tr{border:1px solid #fff;transition:background-color .1s,color .1s}.ep-table tbody tr:hover{color:#fff;background:#c03}.ep-table tbody tr td{border:1px solid #fff;padding:5px}.ep-table tbody .empty-message{text-align:center;font-weight:700;text-transform:uppercase;font-size:small}.ep-table.clickable tbody tr{cursor:pointer}.ep-table.alternating tbody tr:nth-child(2n){background:#469fd9}.ep-table.alternating tbody tr:nth-child(2n):hover{background:#c03}.ep-table .sortable{cursor:pointer;background-position:100%;background-repeat:no-repeat;padding-right:20px}.ep-table-paginate-container{display:flex;flex-direction:row}.ep-table-paginate-container .push{flex:1 1}.ep-table-paginate{display:flex;flex-direction:row;border:1px solid #fff;border-radius:5px;overflow:hidden;color:#fff}.ep-table-paginate .page-gap,.ep-table-paginate .page-item,.ep-table-paginate .page-next,.ep-table-paginate .page-prev{padding:5px 10px;border-right:1px solid #fff;cursor:pointer}.ep-table-paginate .page-item{background:#333}.ep-table-paginate .page-item:hover{background:#000}.ep-table-paginate .page-item.active{font-weight:700}.ep-table-paginate .page-gap{cursor:default}.ep-table-paginate .page-next,.ep-table-paginate .page-prev{background:#333;color:#fff}.ep-table-paginate .page-next:hover,.ep-table-paginate .page-prev:hover{background:#000}.ep-table-paginate .page-next{border:0}.loading-spinner{width:180px;height:30px;display:inline-block;position:relative}.loading-spinner.inverted .loading-box{background:#333}.loading-spinner .loading-box{width:30px;height:30px;background:#fff;position:absolute;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.loading-spinner .hero-box{-webkit-animation-name:hero-box-movement;animation-name:hero-box-movement}.loading-spinner .static-box-one{left:30px;-webkit-animation-name:static-box-one-fade;animation-name:static-box-one-fade}.loading-spinner .static-box-two{left:75px;-webkit-animation-name:static-box-two-fade;animation-name:static-box-two-fade}.loading-spinner .static-box-three{left:120px;-webkit-animation-name:static-box-three-fade;animation-name:static-box-three-fade}@-webkit-keyframes hero-box-movement{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}@keyframes hero-box-movement{0%{opacity:0;left:0}10%{opacity:1}90%{opacity:1}to{opacity:0;left:100%}}@-webkit-keyframes static-box-one-fade{0%{opacity:0}25%{opacity:0}26%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes static-box-one-fade{0%{opacity:0}25%{opacity:0}26%{opacity:1}80%{opacity:1}to{opacity:0}}@-webkit-keyframes static-box-two-fade{0%{opacity:0}50%{opacity:0}51%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes static-box-two-fade{0%{opacity:0}50%{opacity:0}51%{opacity:1}80%{opacity:1}to{opacity:0}}@-webkit-keyframes static-box-three-fade{0%{opacity:0}75%{opacity:0}76%{opacity:1}80%{opacity:1}to{opacity:0}}@keyframes static-box-three-fade{0%{opacity:0}75%{opacity:0}76%{opacity:1}80%{opacity:1}to{opacity:0}}.ui-blocker{display:flex;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.8);position:fixed;align-items:center}.ui-blocker .text-center{display:block;width:100%}.login-component{height:100vh;display:flex;align-items:center}.login-component .logo{position:relative}.login-component .logo .image{position:absolute;display:block;top:0;bottom:0;left:0;right:0;background-size:contain;background-repeat:no-repeat;background-position:50%}.login-component .logo .wiper{width:0;display:block;position:absolute;top:0;bottom:0;left:0;background-color:#fff}.login-component .login-box label{font-size:small;font-weight:700;text-transform:uppercase}.login-component .full-width-button{width:100%}.guide-sort-component .guide-item{cursor:move;border-top:2px solid transparent}.guide-sort-component .guide-item.drop-target{border-top:2px solid #000}.link-sort-component .link-item{cursor:move;border-top:2px solid transparent}.link-sort-component .link-item.drop-target{border-top:2px solid #000}body{background:#bfc5d1;color:#000;font-family:"Inter",sans-serif}.text-right{text-align:right}a{text-decoration:underline}a,a:hover{color:#000}a:hover{text-decoration:none}.clickable{cursor:pointer}.card{color:#000}.file-hide{width:1px;height:1px;overflow:hidden;display:block;position:absolute;left:-999px;top:-999px}.screen-search-icon{width:1.2em;height:1.6em;display:inline-block;background-size:contain;background-position:50%;background-repeat:no-repeat}.app-content{padding:20px;background:#fff}.ep-table-paginate-container{margin-top:10px}.screen-title-container{border-bottom:2px solid #000;align-items:center}.screen-title-container .screen-actions{text-align:right}.screen-title-container .screen-actions.animated{-webkit-animation-name:actions-did-appear;animation-name:actions-did-appear;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.modal{display:block!important;color:#000;background-color:rgba(0,0,0,.6)}.modal .modal-dialog .ep-table thead{background-color:#bfc5d1!important;color:#fff!important}.modal .modal-dialog .ep-table thead th{border-color:#bfc5d1!important}.modal .modal-dialog .ep-table tbody{background-color:#fff!important;color:#000!important}.modal .modal-dialog .ep-table tbody tr td{border:1px solid #bfc5d1!important}.modal .modal-dialog .ep-table.alternating tbody tr:nth-child(2n){background-color:#efefef!important}.modal .modal-dialog .ep-table.alternating tbody tr:nth-child(2n):hover{background:#469fd9!important}.modal.animated .modal-dialog{-webkit-animation-name:screen-did-appear;animation-name:screen-did-appear;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.ep-table{border:2px solid #000}.ep-table thead{background:#000}.ep-table thead th{color:#fff;border:0;padding:8px 18px}.ep-table tbody{background-color:#fff}.ep-table tbody tr td{border:0;padding:8px 18px}.ep-table.alternating tbody tr:nth-child(2n){background:#eee}.title-text{font-weight:800;margin-top:8px;margin-bottom:6px}.btn-light{background-color:#c03;border:0;color:#fff;font-weight:600}.login-box form{margin-top:20px}.vendor-editor-component,.vendors-landing-component{background:#fff}.header-component{padding:0}.header-component .actions a.inverse{background-color:#c03;color:#fff;font-weight:800;border-radius:6px;padding:6px 12px}.ep-table-paginate .page-item.active{background:#c03}label{font-weight:500}.form-control,.form-select{border:2px solid #bfc5d1}.alert-modal .alert-modal-dialog .alert-modal-dialog-buttons .alert-dialog-button{background-color:#c03;color:#fff;font-weight:600;border-radius:6px}.screen-title .back-button{width:30px;height:30px}.header-component .actions a{padding:36px 16px}.header-component .actions a.active{background:rgba(0,0,0,.2)}.button-icon{display:inline-block;width:1.8rem;height:1.8rem;background-size:contain;background-repeat:no-repeat;background-position:50%}.image-preview{background:#efefef;border:1px solid #ccc;border-radius:5px;background-size:cover;background-repeat:no-repeat;background-position:50%}
/*# sourceMappingURL=main.6a9ad607.chunk.css.map */