{"version":3,"sources":["../../../../node_modules/microtip/microtip.css","sticky-social-icons-public.css","sticky-social-icons-public.scss"],"names":[],"mappings":"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","file":"sticky-social-icons-public.css","sourcesContent":["/* -------------------------------------------------------------------\n  Microtip\n\n  Modern, lightweight css-only tooltips\n  Just 1kb minified and gzipped\n\n  @author Ghosh\n  @package Microtip\n\n----------------------------------------------------------------------\n  1. Base Styles\n  2. Direction Modifiers\n  3. Position Modifiers\n--------------------------------------------------------------------*/\n\n\n/* ------------------------------------------------\n  [1] Base Styles\n-------------------------------------------------*/\n\n[aria-label][role~=\"tooltip\"] {\n  position: relative;\n}\n\n[aria-label][role~=\"tooltip\"]::before,\n[aria-label][role~=\"tooltip\"]::after {\n  transform: translate3d(0, 0, 0);\n  -webkit-backface-visibility: hidden;\n  backface-visibility: hidden;\n  will-change: transform;\n  opacity: 0;\n  pointer-events: none;\n  transition: all var(--microtip-transition-duration, .18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);\n  position: absolute;\n  box-sizing: border-box;\n  z-index: 10;\n  transform-origin: top;\n}\n\n[aria-label][role~=\"tooltip\"]::before {\n  background-size: 100% auto !important;\n  content: \"\";\n}\n\n[aria-label][role~=\"tooltip\"]::after {\n  background: rgba(17, 17, 17, .9);\n  border-radius: 4px;\n  color: #ffffff;\n  content: attr(aria-label);\n  font-size: var(--microtip-font-size, 13px);\n  font-weight: var(--microtip-font-weight, normal);\n  text-transform: var(--microtip-text-transform, none);\n  padding: .5em 1em;\n  white-space: nowrap;\n  box-sizing: content-box;\n}\n\n[aria-label][role~=\"tooltip\"]:hover::before,\n[aria-label][role~=\"tooltip\"]:hover::after,\n[aria-label][role~=\"tooltip\"]:focus::before,\n[aria-label][role~=\"tooltip\"]:focus::after {\n  opacity: 1;\n  pointer-events: auto;\n}\n\n\n\n/* ------------------------------------------------\n  [2] Position Modifiers\n-------------------------------------------------*/\n\n[role~=\"tooltip\"][data-microtip-position|=\"top\"]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 6px;\n  width: 18px;\n  margin-bottom: 5px;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"top\"]::after {\n  margin-bottom: 11px;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"top\"]::before {\n  transform: translate3d(-50%, 0, 0);\n  bottom: 100%;\n  left: 50%;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"top\"]:hover::before {\n  transform: translate3d(-50%, -5px, 0);\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"top\"]::after {\n  transform: translate3d(-50%, 0, 0);\n  bottom: 100%;\n  left: 50%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"top\"]:hover::after {\n  transform: translate3d(-50%, -5px, 0);\n}\n\n/* ------------------------------------------------\n  [2.1] Top Left\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"top-left\"]::after {\n  transform: translate3d(calc(-100% + 16px), 0, 0);\n  bottom: 100%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"top-left\"]:hover::after {\n  transform: translate3d(calc(-100% + 16px), -5px, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.2] Top Right\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"top-right\"]::after {\n  transform: translate3d(calc(0% + -16px), 0, 0);\n  bottom: 100%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"top-right\"]:hover::after {\n  transform: translate3d(calc(0% + -16px), -5px, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.3] Bottom\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position|=\"bottom\"]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 6px;\n  width: 18px;\n  margin-top: 5px;\n  margin-bottom: 0;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"bottom\"]::after {\n  margin-top: 11px;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"bottom\"]::before {\n  transform: translate3d(-50%, -10px, 0);\n  bottom: auto;\n  left: 50%;\n  top: 100%;\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"bottom\"]:hover::before {\n  transform: translate3d(-50%, 0, 0);\n}\n\n[role~=\"tooltip\"][data-microtip-position|=\"bottom\"]::after {\n  transform: translate3d(-50%, -10px, 0);\n  top: 100%;\n  left: 50%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"bottom\"]:hover::after {\n  transform: translate3d(-50%, 0, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.4] Bottom Left\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"bottom-left\"]::after {\n  transform: translate3d(calc(-100% + 16px), -10px, 0);\n  top: 100%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"bottom-left\"]:hover::after {\n  transform: translate3d(calc(-100% + 16px), 0, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.5] Bottom Right\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"bottom-right\"]::after {\n  transform: translate3d(calc(0% + -16px), -10px, 0);\n  top: 100%;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"bottom-right\"]:hover::after {\n  transform: translate3d(calc(0% + -16px), 0, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.6] Left\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"left\"]::before,\n[role~=\"tooltip\"][data-microtip-position=\"left\"]::after {\n  bottom: auto;\n  left: auto;\n  right: 100%;\n  top: 50%;\n  transform: translate3d(10px, -50%, 0);\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"left\"]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 18px;\n  width: 6px;\n  margin-right: 5px;\n  margin-bottom: 0;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"left\"]::after {\n  margin-right: 11px;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"left\"]:hover::before,\n[role~=\"tooltip\"][data-microtip-position=\"left\"]:hover::after {\n  transform: translate3d(0, -50%, 0);\n}\n\n\n/* ------------------------------------------------\n  [2.7] Right\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-position=\"right\"]::before,\n[role~=\"tooltip\"][data-microtip-position=\"right\"]::after {\n  bottom: auto;\n  left: 100%;\n  top: 50%;\n  transform: translate3d(-10px, -50%, 0);\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"right\"]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 18px;\n  width: 6px;\n  margin-bottom: 0;\n  margin-left: 5px;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"right\"]::after {\n  margin-left: 11px;\n}\n\n[role~=\"tooltip\"][data-microtip-position=\"right\"]:hover::before,\n[role~=\"tooltip\"][data-microtip-position=\"right\"]:hover::after {\n  transform: translate3d(0, -50%, 0);\n}\n\n/* ------------------------------------------------\n  [3] Size\n-------------------------------------------------*/\n[role~=\"tooltip\"][data-microtip-size=\"small\"]::after {\n  white-space: initial;\n  width: 80px;\n}\n\n[role~=\"tooltip\"][data-microtip-size=\"medium\"]::after {\n  white-space: initial;\n  width: 150px;\n}\n\n[role~=\"tooltip\"][data-microtip-size=\"large\"]::after {\n  white-space: initial;\n  width: 260px;\n}\n","/* -------------------------------------------------------------------\n  Microtip\n\n  Modern, lightweight css-only tooltips\n  Just 1kb minified and gzipped\n\n  @author Ghosh\n  @package Microtip\n\n----------------------------------------------------------------------\n  1. Base Styles\n  2. Direction Modifiers\n  3. Position Modifiers\n--------------------------------------------------------------------*/\n/* ------------------------------------------------\n  [1] Base Styles\n-------------------------------------------------*/\n[aria-label][role~=tooltip] {\n  position: relative;\n}\n\n[aria-label][role~=tooltip]::before,\n[aria-label][role~=tooltip]::after {\n  transform: translate3d(0, 0, 0);\n  -webkit-backface-visibility: hidden;\n  backface-visibility: hidden;\n  will-change: transform;\n  opacity: 0;\n  pointer-events: none;\n  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);\n  position: absolute;\n  box-sizing: border-box;\n  z-index: 10;\n  transform-origin: top;\n}\n\n[aria-label][role~=tooltip]::before {\n  background-size: 100% auto !important;\n  content: \"\";\n}\n\n[aria-label][role~=tooltip]::after {\n  background: rgba(17, 17, 17, 0.9);\n  border-radius: 4px;\n  color: #ffffff;\n  content: attr(aria-label);\n  font-size: var(--microtip-font-size, 13px);\n  font-weight: var(--microtip-font-weight, normal);\n  text-transform: var(--microtip-text-transform, none);\n  padding: 0.5em 1em;\n  white-space: nowrap;\n  box-sizing: content-box;\n}\n\n[aria-label][role~=tooltip]:hover::before,\n[aria-label][role~=tooltip]:hover::after,\n[aria-label][role~=tooltip]:focus::before,\n[aria-label][role~=tooltip]:focus::after {\n  opacity: 1;\n  pointer-events: auto;\n}\n\n/* ------------------------------------------------\n  [2] Position Modifiers\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position|=top]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 6px;\n  width: 18px;\n  margin-bottom: 5px;\n}\n\n[role~=tooltip][data-microtip-position|=top]::after {\n  margin-bottom: 11px;\n}\n\n[role~=tooltip][data-microtip-position|=top]::before {\n  transform: translate3d(-50%, 0, 0);\n  bottom: 100%;\n  left: 50%;\n}\n\n[role~=tooltip][data-microtip-position|=top]:hover::before {\n  transform: translate3d(-50%, -5px, 0);\n}\n\n[role~=tooltip][data-microtip-position|=top]::after {\n  transform: translate3d(-50%, 0, 0);\n  bottom: 100%;\n  left: 50%;\n}\n\n[role~=tooltip][data-microtip-position=top]:hover::after {\n  transform: translate3d(-50%, -5px, 0);\n}\n\n/* ------------------------------------------------\n  [2.1] Top Left\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=top-left]::after {\n  transform: translate3d(calc(-100% + 16px), 0, 0);\n  bottom: 100%;\n}\n\n[role~=tooltip][data-microtip-position=top-left]:hover::after {\n  transform: translate3d(calc(-100% + 16px), -5px, 0);\n}\n\n/* ------------------------------------------------\n  [2.2] Top Right\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=top-right]::after {\n  transform: translate3d(calc(0% - 16px), 0, 0);\n  bottom: 100%;\n}\n\n[role~=tooltip][data-microtip-position=top-right]:hover::after {\n  transform: translate3d(calc(0% - 16px), -5px, 0);\n}\n\n/* ------------------------------------------------\n  [2.3] Bottom\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position|=bottom]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 6px;\n  width: 18px;\n  margin-top: 5px;\n  margin-bottom: 0;\n}\n\n[role~=tooltip][data-microtip-position|=bottom]::after {\n  margin-top: 11px;\n}\n\n[role~=tooltip][data-microtip-position|=bottom]::before {\n  transform: translate3d(-50%, -10px, 0);\n  bottom: auto;\n  left: 50%;\n  top: 100%;\n}\n\n[role~=tooltip][data-microtip-position|=bottom]:hover::before {\n  transform: translate3d(-50%, 0, 0);\n}\n\n[role~=tooltip][data-microtip-position|=bottom]::after {\n  transform: translate3d(-50%, -10px, 0);\n  top: 100%;\n  left: 50%;\n}\n\n[role~=tooltip][data-microtip-position=bottom]:hover::after {\n  transform: translate3d(-50%, 0, 0);\n}\n\n/* ------------------------------------------------\n  [2.4] Bottom Left\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=bottom-left]::after {\n  transform: translate3d(calc(-100% + 16px), -10px, 0);\n  top: 100%;\n}\n\n[role~=tooltip][data-microtip-position=bottom-left]:hover::after {\n  transform: translate3d(calc(-100% + 16px), 0, 0);\n}\n\n/* ------------------------------------------------\n  [2.5] Bottom Right\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=bottom-right]::after {\n  transform: translate3d(calc(0% - 16px), -10px, 0);\n  top: 100%;\n}\n\n[role~=tooltip][data-microtip-position=bottom-right]:hover::after {\n  transform: translate3d(calc(0% - 16px), 0, 0);\n}\n\n/* ------------------------------------------------\n  [2.6] Left\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=left]::before,\n[role~=tooltip][data-microtip-position=left]::after {\n  bottom: auto;\n  left: auto;\n  right: 100%;\n  top: 50%;\n  transform: translate3d(10px, -50%, 0);\n}\n\n[role~=tooltip][data-microtip-position=left]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 18px;\n  width: 6px;\n  margin-right: 5px;\n  margin-bottom: 0;\n}\n\n[role~=tooltip][data-microtip-position=left]::after {\n  margin-right: 11px;\n}\n\n[role~=tooltip][data-microtip-position=left]:hover::before,\n[role~=tooltip][data-microtip-position=left]:hover::after {\n  transform: translate3d(0, -50%, 0);\n}\n\n/* ------------------------------------------------\n  [2.7] Right\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-position=right]::before,\n[role~=tooltip][data-microtip-position=right]::after {\n  bottom: auto;\n  left: 100%;\n  top: 50%;\n  transform: translate3d(-10px, -50%, 0);\n}\n\n[role~=tooltip][data-microtip-position=right]::before {\n  background: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E\") no-repeat;\n  height: 18px;\n  width: 6px;\n  margin-bottom: 0;\n  margin-left: 5px;\n}\n\n[role~=tooltip][data-microtip-position=right]::after {\n  margin-left: 11px;\n}\n\n[role~=tooltip][data-microtip-position=right]:hover::before,\n[role~=tooltip][data-microtip-position=right]:hover::after {\n  transform: translate3d(0, -50%, 0);\n}\n\n/* ------------------------------------------------\n  [3] Size\n-------------------------------------------------*/\n[role~=tooltip][data-microtip-size=small]::after {\n  white-space: initial;\n  width: 80px;\n}\n\n[role~=tooltip][data-microtip-size=medium]::after {\n  white-space: initial;\n  width: 150px;\n}\n\n[role~=tooltip][data-microtip-size=large]::after {\n  white-space: initial;\n  width: 260px;\n}\n\n#sticky-social-icons-container {\n  position: fixed;\n  z-index: 999;\n  text-align: center;\n}\n#sticky-social-icons-container ul, #sticky-social-icons-container li {\n  margin: 0;\n  padding: 0;\n}\n#sticky-social-icons-container li {\n  list-style: none;\n}\n#sticky-social-icons-container li a {\n  transition: 0.1s;\n  transition-timing-function: linear;\n  text-align: center;\n  text-decoration: none;\n  align-items: center;\n  justify-content: center;\n  display: flex;\n}\n\n#sticky-social-icons-container.design-rounded.alignment-left li:first-child a {\n  border-radius: 0 5px 0 0;\n}\n#sticky-social-icons-container.design-rounded.alignment-left li:first-child:last-child a {\n  border-radius: 0 5px 5px 0;\n}\n#sticky-social-icons-container.design-rounded.alignment-left li:last-child a {\n  border-radius: 0 0 5px 0;\n}\n#sticky-social-icons-container.design-rounded.alignment-left.with-animation li a:hover {\n  border-radius: 0 5px 5px 0 !important;\n}\n\n#sticky-social-icons-container.design-rounded.alignment-right li:first-child a {\n  border-radius: 5px 0 0 0;\n}\n#sticky-social-icons-container.design-rounded.alignment-right li:first-child:last-child a {\n  border-radius: 5px 0 0 5px;\n}\n#sticky-social-icons-container.design-rounded.alignment-right li:last-child a {\n  border-radius: 0 0 0 5px;\n}\n#sticky-social-icons-container.design-rounded.alignment-right.with-animation li a:hover {\n  border-radius: 5px 0 0 5px !important;\n}\n\n#sticky-social-icons-container.alignment-left {\n  left: 0;\n}\n\n#sticky-social-icons-container.alignment-right {\n  right: 0;\n}\n\n#sticky-social-icons-container.alignment-left.with-animation li a:hover {\n  margin-right: -10px;\n}\n\n#sticky-social-icons-container.alignment-right.with-animation li a:hover {\n  margin-left: -10px;\n}\n\n@media (max-width: 767px) {\n  #sticky-social-icons-container.hide-in-mobile {\n    display: none !important;\n  }\n  [role~=tooltip][data-microtip-position=right]:hover:after, [role~=tooltip][data-microtip-position=right]:hover:before {\n    display: none;\n  }\n}","@import 'node_modules/microtip/microtip';\r\n\r\n#sticky-social-icons-container{\r\n    position: fixed;\r\n    z-index: 999;\r\n    text-align: center;\r\n\r\n    ul, li{\r\n        margin: 0;\r\n        padding: 0;\r\n    }\r\n\r\n    li{\r\n        list-style: none;\r\n\r\n        a{\r\n            transition: 0.1s;\r\n            transition-timing-function: linear;\r\n            text-align: center;\r\n            text-decoration: none;\r\n            align-items: center;\r\n            justify-content: center;\r\n            display: flex;\r\n\r\n        }\r\n\r\n    }\r\n}\r\n\r\n#sticky-social-icons-container.design-rounded.alignment-left {\r\n\r\n    li:first-child a{\r\n        border-radius: 0 5px 0 0;\r\n    }\r\n\r\n    li:first-child:last-child a{\r\n        border-radius: 0 5px 5px 0;\r\n    }\r\n\r\n    li:last-child a{\r\n        border-radius: 0 0 5px 0;\r\n    }\r\n\r\n    &.with-animation{\r\n        li a:hover{\r\n            border-radius: 0 5px 5px 0 !important;\r\n        }\r\n    }\r\n}\r\n\r\n#sticky-social-icons-container.design-rounded.alignment-right{\r\n    li:first-child a{\r\n        border-radius: 5px 0 0 0;\r\n    }\r\n\r\n    li:first-child:last-child a{\r\n        border-radius: 5px 0 0 5px;\r\n    }\r\n\r\n    li:last-child a{\r\n        border-radius: 0 0 0 5px;\r\n    }\r\n\r\n    &.with-animation{\r\n        li a:hover{\r\n            border-radius: 5px 0 0 5px !important;\r\n        }\r\n    }\r\n}\r\n\r\n#sticky-social-icons-container.alignment-left{\r\n    left: 0;\r\n}\r\n\r\n#sticky-social-icons-container.alignment-right{\r\n    right: 0;\r\n}\r\n\r\n\r\n// enable animation\r\n#sticky-social-icons-container.alignment-left.with-animation{\r\n    li a:hover{\r\n        margin-right: -10px;\r\n    }\r\n}\r\n\r\n#sticky-social-icons-container.alignment-right.with-animation{\r\n    li a:hover{\r\n        margin-left: -10px;\r\n    }\r\n}\r\n\r\n@media( max-width: 767px ){\r\n\r\n    // hide in mobile\r\n    #sticky-social-icons-container.hide-in-mobile{\r\n        display: none !important;\r\n    }\r\n\r\n    // hide tooltip in smaller screen.\r\n    [role~=tooltip][data-microtip-position=right]:hover:after, [role~=tooltip][data-microtip-position=right]:hover:before{\r\n        display: none;\r\n    }\r\n\r\n}"]}