{"version":3,"sources":["webpack://local.freeamigos.nl/./src/manage-notifications-emails/main.scss"],"names":[],"mappings":"AAAA,sBAEE,qBAEF,QAEI,YAKJ,cAEI,kBACA,mBACA,kBACA,sBACA,sBAEA,6BAUI,sCARA,+CAEI,qBACA,UACA,sDACI,cAKZ,6CAEI,eAIR,iBAEI,gBAGJ,SACI,kBACA,SACA,aACA,eACA,eACI,cACA,gBACA,iBACA,qBACA,0CALJ,eAMQ,eAOZ,sCAEI,WAQA,cACA,gBACA,mBACA,kBACA,kBAXA,yFAEI,UAUJ,2DACI,kBACA,SACA,SACA,0CAJJ,2DAKQ,WAMZ,oCAEI,cAEA,2GAGI,cACA,WACA,aAIR,SAEI,eAEA,kCAEI,kBACA,QAGJ,yCAEI,UACA,cAGJ,2CAEI,UACA,cAOR,QACI,kBACA,cACA,YACA,YACA,WACA,YACA,eAGF,2BAEA,QACE,kBACA,MACA,OACA,QACA,SACA,gCACA,uBACA,eAGF,eACE,kBACA,WACA,YACA,WACA,SACA,WACA,sBACA,uBACA,eAEF,eACE,yBAEF,iBACE,yBAGF,sBACE,mCACA,+BACA,2BAIF,SAEE,WACA,kBACA,MACA,SACA,WACA,cACA,+BACA,iBACA,iBACA,2BACA,yBAEF,IAEE,gBACA,aAGF,0BACA,0BAKA,cACE,mBACA,WACA,YAGF,qBACE,kBAGJ,cACI,sCACA,kBACA,aACA,kBACA,qB","file":"main.min.css?1621860351981","sourcesContent":[".display-inline-block\n{\n  display:inline-block;\n}\n.spacer\n{\n    height:20px;\n}\n\n\n\n.section-part\n{\n    position:relative;\n    margin-bottom:20px;\n    padding:10px 20px;\n    border:1px solid #CCC;\n    background-color:#FFF;\n\n    &.border-warning\n    {\n        .option-container\n        {\n            opacity:1 !important;\n            color:#F00;\n            &.active{\n                color:inherit;\n            }\n        }\n        background-color:rgba(255,2555,255,.5);\n    }\n    &.extra .dashicons-before:before\n    {\n        font-size:14px;\n    }\n}\n\n.wrap.page-width\n{\n    max-width:760px;\n}\n\n.modules{\n    position: relative;\n    margin:0;\n    display:flex;\n    flex-wrap: wrap;\n    .card{\n        display:block;\n        max-width:440px;\n        min-height:240px;\n        margin:0 15px 15px 0;\n        @media only screen and (max-width: 500px) {\n            margin:15px 0;\n        }\n    }\n}\n\n\n\n.sections-container .option-container\n    {\n    opacity:.5;\n    &:hover,\n    &.active{\n        opacity:1;\n    }\n\n\n\n    display:block;\n    padding-top:5px;\n    padding-bottom:5px;\n    position: relative;\n    padding-left:30px;\n    input[type=checkbox]{\n        position: absolute;\n        top:20px;\n        left:0px;\n        @media only screen and (max-width: 782px) {\n            left:-7px;\n        }\n    \n    }\n}\n\n.sections-container .text-container\n{\n    display: block;\n\n    input[type=text],\n    input[type=email]\n    {\n        display: block;\n        width:100%;\n        margin:5px 0;\n    }\n}\n\n.nav-tab \n{\n    cursor:pointer;\n\n    .dashicons-before:before\n    {\n        position: relative;\n        top:2px;\n    }\n\n    .dashicons-admin-plugins.active\n    {\n        opacity:1;\n        color:#46b450;\n    }\n\n    .dashicons-admin-plugins.inactive\n    {\n        opacity:1;\n        color: rgb(189, 0, 63);;\n    }\n}\n\n\n\n/*SWITCH */\n.switch {\n    position: relative;\n    display: block;\n    float:right;\n    right:-17px;\n    width: 40px;\n    height: 17px;\n    cursor: default;\n  }\n  \n  .switch input {display:none;}\n  \n  .slider {\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background-color: rgba(0,0,0,.2);\n    -webkit-transition: .4s;\n    transition: .4s;\n  }\n  \n  .slider:before {\n    position: absolute;\n    content: \"\";\n    height: 13px;\n    width: 13px;\n    left: 2px;\n    bottom: 2px;\n    background-color: white;\n    -webkit-transition: .2s;\n    transition: .2s;\n  }\n  .slider.active {\n    background-color: #76d450;\n  }\n  .slider.changing {\n    background-color: #0073aa;\n  }\n\n  .slider.active:before {\n    -webkit-transform: translateX(23px);\n    -ms-transform: translateX(23px);\n    transform: translateX(23px);\n  }\n  \n  /*------ ADDED CSS ---------*/\n  .on, .off\n  {\n    color: white;\n    position: absolute;\n    top:0;\n    left: 5px;\n    width:30px;\n    font-size: 8px;\n    font-family: Verdana, sans-serif;\n    text-align:right;\n    user-select: none;\n    -webkit-touch-callout: none; /* iOS Safari */\n    -webkit-user-select: none;\n  }\n  .on\n  {\n    text-align:left;\n    display: none;\n  }\n\n  .active .off{ display:none;}\n  .active .on{ display:block;}\n\n  /*--------- END --------*/\n  \n  /* Rounded sliders */\n  .slider.round {\n    border-radius: 17px;\n    width:40px;\n    height:17px;\n  }\n  \n  .slider.round:before {\n    border-radius: 50%;}\n\n\n.donation-box{\n    background-color:rgba(255,255,255,.5);\n    margin-right:10px;\n    padding:40px;\n    text-align:center;\n    color:rgba(0,0,0,0.7);\n}"],"sourceRoot":""}