{"version":3,"file":"css/admin.css","mappings":"AAAA,4BAEI,mBADA,aAEA,8BACA,YACJ,CACI,sCACI,aACA,iBACR,CAEI,+BACI,WACA,eACA,mBACA,iBACA,eAAR,CAGI,wCACI,mBAMA,YACA,kBACA,WAIA,eAVA,qBAaA,eALA,gBANA,cAaA,eAhBA,aAeA,oBAbA,kBAEA,kBAIA,+BAEA,0EAGA,mBADA,UAGR,CAGQ,8CACI,kBADZ,CAIQ,0DACI,kBAFZ,CAIY,gEACI,kBAFhB,CAQA,mCAEI,mBADA,YAJJ,CAUI,yFAEI,mBADA,gBALR,CASI,yDAII,gBAFA,mBADA,cAEA,eALR,CAQQ,iHAEI,oBADA,gBAJZ,CAYQ,6GACI,kBATZ,CAYQ,+DACI,UATZ,CAYQ,6DACI,WACA,eAEA,iBADA,eARZ,CAWY,mFACI,eARhB,CAYQ,iFAII,eACA,gBACA,iBAHA,eAFA,iBACA,UALZ,CAcA,aAWI,0BAPA,SASA,sBALA,WADA,iCADA,eADA,OAKA,UATA,eAEA,QADA,MAYA,wBALA,kBAGA,gBATJ,CAaI,mCAQI,gBADA,kBAEA,qCANA,SAEA,gBACA,UALA,kBACA,QAQA,+BANA,sBALR,CAcI,kCAGI,6BAFA,aACA,WAXR,CAeI,iCACI,OAGA,iBACA,iBAHA,SAKA,gBAJA,UAKA,uBAFA,kBAXR,CAgBI,iCAWI,gBALA,WAMA,eAXA,cAIA,eAFA,YACA,iBAKA,WACA,eAGA,oBALA,kBADA,qBAOA,wBAZA,UAFR,CAgBQ,uCACI,SAdZ,CAkBI,mCAGI,cADA,YADA,iBAdR,CAkBQ,qCACI,aAhBZ,CAoBI,kCACI,SACA,kBACA,gBAlBR,CAoBQ,sDAWI,mBADA,SADA,kBAGA,WAXA,qBAKA,eACA,gBAJA,YAKA,mBAJA,iBACA,mBAHA,SARZ,CAsBI,6CAEI,UADA,kBAnBR,CAsBQ,iEACI,kBApBZ,C","sources":["webpack://OptimizeDashboard/./resources/assets/sass/admin.scss"],"sourcesContent":[".ops-notification-main-wrap {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    padding: 10px;\n\n    .ops-logo {\n        display: flex;\n        margin-right: 20px;\n    }\n\n    h3 {\n        color: #444;\n        font-size: 13px;\n        font-weight: bolder;\n        line-height: 120%;\n        padding: 0 0 4px 0;\n    }\n\n    .ops-button {\n        background: #00d88a;\n        outline: none;\n        display: inline-block;\n        position: relative;\n        line-height: 2;\n        text-align: center;\n        border: none;\n        border-radius: 5px;\n        color: #fff;\n        text-decoration: none !important;\n        font-weight: 600;\n        transition: color 0.3s linear, background 0.3s linear, border-color 0.3s linear;\n        cursor: pointer;\n        width: auto;\n        white-space: nowrap;\n        font-size: 11px;\n        padding: 0.4rem 0.8rem;\n        min-width: auto;\n\n        &:hover {\n            background: #00b668;\n        }\n\n        &.ops-button-danger {\n            background: #f87457;\n\n            &:hover {\n                background: #d25236;\n            }\n        }\n    }\n}\n\n.ops-notice .ops-notification-wrap {\n    display: flex;\n    align-items: center;\n}\n\n.opd-dashboard,\n.op-builder-admin {\n    .ops-notification-container {\n        max-width: 1120px;\n        margin: 0 auto 40px auto;\n    }\n\n    .ops-notice {\n        padding-top: 0;\n        padding-bottom: 1px;\n        text-align: left;\n        margin: 0 0 20px 0;\n\n        .ops-notification-main-wrap {\n            padding-top: 16px;\n            padding-bottom: 16px;\n        }\n\n        .ops-notification-wrap {\n\n        }\n\n        .ops-notification-content {\n            padding-right: 20px;\n        }\n\n        h3 {\n            color: #555;\n        }\n\n        p {\n            color: #555;\n            font-size: 13px;\n            margin: 0 0 15px 0;\n            line-height: 150%;\n\n            &:last-child {\n                margin-bottom: 0;\n            }\n        }\n\n        .ops-button {\n            padding: 6px 12px;\n            width: auto;\n            min-width: auto;\n            font-size: 11px;\n            font-weight: 600;\n            line-height: 22px;\n        }\n    }\n}\n\n.opd-license {\n    position: fixed;\n    top: 0;\n    right: 0;\n    bottom: 0;\n    left: 0;\n    font-size: 16px;\n    font-family: \"Open Sans\", sans-serif;\n    color: #666;\n    visibility: hidden;\n    opacity: 0;\n    background: rgba(0, 0, 0, 0.5);\n    z-index: 10000000;\n    box-sizing: border-box;\n    transition: 0.4s all ease;\n\n    .opd-license--wrapper {\n        position: absolute;\n        top: 50%;\n        left: 50%;\n        width: calc(100% - 8em);\n        max-width: 800px;\n        padding: 0;\n        border-radius: 4px;\n        background: #fff;\n        box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.13);\n        transform: translate(-50%, -50%);\n    }\n\n    .opd-license--header {\n        display: flex;\n        padding: 2em;\n        border-bottom: 1px solid #eee;\n    }\n\n    .opd-license--title {\n        flex: 1;\n        margin: 0;\n        padding: 0;\n        font-size: 1.35em;\n        line-height: 32px;\n        white-space: nowrap;\n        overflow: hidden;\n        text-overflow: ellipsis;\n    }\n\n    .opd-license--close {\n        display: block;\n        width: 32px;\n        height: 32px;\n        line-height: 32px;\n        font-size: 36px;\n        color: #ccc;\n        text-decoration: none;\n        text-align: center;\n        opacity: 0.8;\n        outline: 0 none;\n        box-shadow: none;\n        cursor: pointer;\n        pointer-events: none;\n        transition: 0.4s all ease;\n\n        &:hover {\n            opacity: 1;\n        }\n    }\n\n    .opd-license--content {\n        position: relative;\n        padding: 2em;\n        overflow: auto;\n\n        p {\n            font-size: 1em;\n        }\n    }\n\n    .opd-license--footer {\n        margin: 0;\n        padding: 0 2em 2em;\n        text-align: right;\n\n        .opd-license--close {\n            display: inline-block;\n            width: 8em;\n            height: auto;\n            margin: 0 0 0 1em;\n            padding: 0.616em 2em;\n            font-size: 13px;\n            font-weight: bold;\n            line-height: normal;\n            border-radius: 4px;\n            border: 0 none;\n            background: #a2a2a2;\n            color: #fff;\n        }\n    }\n\n    &[data-opd-license-status=\"active\"] {\n        visibility: visible;\n        opacity: 1;\n\n        .opd-license--close {\n            pointer-events: all;\n        }\n    }\n}\n"],"names":[],"sourceRoot":""}