{"1":{"id":"1","name":"Theme Custom","handle":"theme-custom","type":"bullets","css":"\n.theme-custom .tp-bullet {\n  \tposition: relative;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    border-radius:50%;\n    width:15px;\n    height:15px;\n  \ttransform: scale(0.6);\n    background-color: ##bullet-color##;\n  \ttransition: all 300ms linear 0s;\n    position:absolute;\n}\n.theme-custom .tp-bullet:after{\n    content: \\\"\\\";\n    display: block;\n    width: 100%;\n    height: 100%;\n    border-radius: 50%;\n    transition: all 300ms ease 0s;\n    background-color: ##pulse-color##;\n  \tvisibility: hidden;\n}\n\n.theme-custom .tp-bullet.selected{\n\t  background-color: ##bullet-hover##;\n  \t  transform: scale(1);\n}\n\n.theme-custom .tp-bullet.selected:after{\n\t  visibility: visible;\n}","markup":"","settings":"{\"dim\":{\"width\":\"160\",\"height\":\"160\"},\"placeholders\":{\"bullet-color\":{\"title\":\"Bullet-Color\",\"type\":\"color\",\"data\":\"rgba(255, 255, 255, 0.7)\"},\"bullet-hover\":{\"title\":\"Hover-Bullet\",\"type\":\"color\",\"data\":\"#ffffff\"},\"pulse-color\":{\"type\":\"color\",\"title\":\"Pulse Color\",\"data\":\"#ffffff\"}},\"presets\":\"\",\"version\":\"6.0.0\"}"}}