{"version":3,"sources":["webpack:///./src/lib/style/index.css"],"names":[],"mappings":"AAAA,WACE,kBACA,wBAA0B,CAC1B,8CACE,2BACA,2BAA6B,CAC/B,6CACE,8BACA,8BAAgC,CAClC,kCACE,yBACA,WACA,eACA,aACA,WACA,gBACA,YACA,aACA,uBACA,kBACA,cAAiB,CACjB,wCACE,gBAEA,eACA,WACA,YACA,eAAiB,CACrB,kCACE,aACA,4CACA,uCACA,oCACA,eAAiB,CACnB,yCACE,qBAA0B,CAC1B,+CACE,eAAiB,CAErB,yCACE,iBACA,2CACA,sCACA,kCAAqC","file":"css/index.css","sourcesContent":[".accordion {\n  border-radius: 5px;\n  border: 1px solid #d9d9d9; }\n  .accordion .accordion-item:first-child .title {\n    border-top-left-radius: 5px;\n    border-top-right-radius: 5px; }\n  .accordion .accordion-item:last-child .title {\n    border-bottom-left-radius: 5px;\n    border-bottom-right-radius: 5px; }\n  .accordion .accordion-item .title {\n    background-color: #f6f6f6;\n    color: #444;\n    cursor: pointer;\n    padding: 18px;\n    width: 100%;\n    text-align: left;\n    border: none;\n    outline: none;\n    -webkit-transition: 0.4s;\n    -o-transition: 0.4s;\n    transition: 0.4s; }\n    .accordion .accordion-item .title:after {\n      content: '\\02795';\n      /* Unicode character for \"plus\" sign (+) */\n      font-size: 13px;\n      color: #777;\n      float: right;\n      margin-left: 5px; }\n  .accordion .accordion-item .panel {\n    max-height: 0;\n    -webkit-transition: max-height 0.15s ease-out;\n    -o-transition: max-height 0.15s ease-out;\n    transition: max-height 0.15s ease-out;\n    overflow: hidden; }\n  .accordion .accordion-item.active .title {\n    background-color: #eeeeee; }\n    .accordion .accordion-item.active .title:after {\n      content: '\\2796';\n      /* Unicode character for \"minus\" sign (-) */ }\n  .accordion .accordion-item.active .panel {\n    max-height: 500px;\n    -webkit-transition: max-height 0.25s ease-in;\n    -o-transition: max-height 0.25s ease-in;\n    transition: max-height 0.25s ease-in; }\n\n\n\n// WEBPACK FOOTER //\n// ./src/lib/style/index.css"],"sourceRoot":""}