{"version":3,"sources":["admin.scss"],"names":[],"mappings":"AAAA,Q,CACI,Y,CACA,c,CACA,6B,CAGJ,gB,CACI,Q,CACA,iB,CACA,iB,CAGJ,a,CACI,U,CACA,kB,CAGJ,oB,CACI,yB,CAGJ,oB,CACI,sB,CAGJ,qB,CACI,uB,CAGJ,W,CACI,yB,CACA,wB,CACA,2B,CAGJ,U,CACI,Y,CACA,kB,CACA,6B,CACA,U,CAGJ,qB,CACI,Y,CACA,sB,CAGJ,oCACI,oB,CAAA,oB,CACI,YAKJ,gC,CACI,sB,CAEJ,wB,CACI,wB,CAIR,gB,CACI,S,CACA,Q,CACA,Y,CACA,c,CACA,e,CAGJ,mB,CACI,e,CACA,iB,CACA,iB,CACA,S,CACA,Y,CACA,qB,CAGJ,oCACI,mB,CACI,W,AAKR,oCACI,mB,CACI,YAKR,wB,CACI,iB,CACA,K,CACA,O,CACA,c,CACA,U,CACA,gB,CACA,c,CACA,e,CACA,iB,CAGJ,qB,CACI,a,CACA,U,CACA,oB,CACA,U,CACA,c,CAGJ,yB,CACI,U,CACA,W,CACA,iB,CACA,kB,CAGJ,U,CACI,mB,CACA,iB,CACA,U,CACA,kB,CACA,iB,CACA,uC,CACA,e,CACA,wB,CACA,kB,CACA,c,CACA,a,CACA,oB,CACA,qB,CACI,kB,CACA,a,CAEJ,mB,CACI,kB,CACA,a,CAEJ,iB,CACI,kB,CACA,a","file":"admin.min.css","sourcesContent":[".wrapper {\n    display: flex;\n    flex-wrap: wrap;\n    justify-content: space-between;\n}\n\n.wrapper .box ul {\n    margin: 0;\n    list-style: dotted;\n    padding-left: 10px;\n}\n\n.wrapper .box {\n    width: 100%;\n    margin-bottom: 20px;\n}\n\n.wrapper .box.box-33 {\n    width: calc(33.33% - 20px);\n}\n\n.wrapper .box.box-50 {\n    width: calc(50% - 20px);\n}\n\n.wrapper .box.box-100 {\n    width: calc(100% - 20px);\n}\n\n.buy-button {\n    margin-bottom: 0px!important;\n    font-size: 18px!important;\n    margin-right: 20px!important;\n\n}\n.buy-title {\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    width: 100%;\n}\n\n.activity-block.video {\n    display: flex;\n    justify-content: center;\n}\n\n@media screen and (max-width: 768px) {\n    .wrapper .box.box-50, .wrapper .box.box-33 {\n        width: 100%;\n    }\n}\n\n.cp-product-list {\n    .activity-block {\n        padding: 10px!important\n    }\n    .box ul {\n        padding-left: 0!important;\n    }\n}\n\n.cp-product-list {\n    padding: 0;\n    margin: 0;\n    display: flex;\n    flex-wrap: wrap;\n    list-style: none;\n}\n\n.cp-product-list li {\n    list-style: none;\n    text-align: center;\n    position: relative;\n    width: 20%;\n    padding: 10px;\n    box-sizing: border-box;\n}\n\n@media screen and (max-width: 768px) {\n    .cp-product-list li {\n        width: 50%;\n    }\n    \n}\n\n@media screen and (max-width: 400px) {\n    .cp-product-list li {\n        width: 100%;\n    }\n    \n}\n\n.cp-product-list li .new {\n    position: absolute;\n    top: 0;\n    right: 0;\n    background: #f00;\n    color: #fff;\n    padding: 5px 10px;\n    font-size: 14px;\n    font-weight: bold;\n    border-radius: 50%;\n}\n\n.cp-product-list li a {\n    display: block;\n    width: 100%;\n    text-decoration: none;\n    color: #000;\n    font-size: 24px;\n}\n\n.cp-product-list li a img {\n    width: 100%;\n    height: auto;\n    border-radius: 5px;\n    margin-bottom: 10px;\n}\n\n.cp-status {    \n    display: inline-flex;\n    line-height: 2.5em;\n    color: #777;\n    background: #e5e5e5;\n    border-radius: 4px;\n    border-bottom: 1px solid rgba(0,0,0,.05);\n    margin: -0.25em 0;\n    cursor: inherit!important;\n    white-space: nowrap;\n    max-width: 100%;\n    padding: 0 1em;\n    text-decoration: none;\n    &.processing {\n        background: #c8d7e1;\n        color: #2e4453;\n    }\n    &.verified {\n        background: #c6e1c6;\n        color: #5b841b;\n    }\n    &.failed {\n        background: #eba3a3;\n        color: #761919;\n    }\n}"]}