.ReactToastify__Toastify__toast-container___A7glL {
  z-index: 9999;
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999 px);
  -webkit-transform: translate3d(0, 0, 9999 px);
  position: fixed;
  padding: 4px;
  width: 320px;
  width: 320px;
  box-sizing: border-box;
  color: #fff;
}

.ReactToastify__Toastify__toast-container--top-left___uGEr5 {
  top: 1em;
  left: 1em;
}

.ReactToastify__Toastify__toast-container--top-center___6icyB {
  top: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.ReactToastify__Toastify__toast-container--top-right___B2kBz {
  top: 1em;
  right: 1em;
}

.ReactToastify__Toastify__toast-container--bottom-left___IqZJv {
  bottom: 1em;
  left: 1em;
}

.ReactToastify__Toastify__toast-container--bottom-center___5d7VT {
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
}

.ReactToastify__Toastify__toast-container--bottom-right___EKYPY {
  bottom: 1em;
  right: 1em;
}

@media only screen and (max-width : 480px) {
  .ReactToastify__Toastify__toast-container___A7glL {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .ReactToastify__Toastify__toast-container--top-left___uGEr5, .ReactToastify__Toastify__toast-container--top-center___6icyB, .ReactToastify__Toastify__toast-container--top-right___B2kBz {
    top: 0;
    transform: translateX(0);
  }
  .ReactToastify__Toastify__toast-container--bottom-left___IqZJv, .ReactToastify__Toastify__toast-container--bottom-center___5d7VT, .ReactToastify__Toastify__toast-container--bottom-right___EKYPY {
    bottom: 0;
    transform: translateX(0);
  }
  .ReactToastify__Toastify__toast-container--rtl___v9LWh {
    right: 0;
    left: auto;
    left: initial;
  }
}

.ReactToastify__Toastify__toast___3QWos {
  position: relative;
  min-height: 64px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: space-between;
  max-height: 800px;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr;
}

.ReactToastify__Toastify__toast--rtl___WM1Un {
  direction: rtl;
}

.ReactToastify__Toastify__toast-body___eeTCX {
  margin: auto 0;
  flex: 1 1 auto;
  padding: 6px;
  display: flex;
  align-items: center;
}

.ReactToastify__Toastify__toast-body___eeTCX > div:last-child {
  flex: 1;
}

[dir="ltr"] .ReactToastify__Toastify__toast-icon___jZo8R {
          margin-right: 10px;
}

[dir="rtl"] .ReactToastify__Toastify__toast-icon___jZo8R {
          margin-left: 10px;
}

.ReactToastify__Toastify__toast-icon___jZo8R {
  -webkit-margin-end: 10px;
  width: 20px;
  flex-shrink: 0;
  display: flex;
}

.ReactToastify__Toastify--animate___28yl0 {
  animation-fill-mode: both;
  animation-duration: 0.7s;
}

.ReactToastify__Toastify--animate-icon___dZ2\+8 {
  animation-fill-mode: both;
  animation-duration: 0.3s;
}

@media only screen and (max-width : 480px) {
  .ReactToastify__Toastify__toast___3QWos {
    margin-bottom: 0;
    border-radius: 0;
  }
}

.ReactToastify__Toastify__toast-theme--dark___Sv9w2 {
  background: #121212;
  background: #121212;
  color: #fff;
  color: #fff;
}

.ReactToastify__Toastify__toast-theme--light___2Uuxh {
  background: #fff;
  background: #fff;
  color: #757575;
  color: #757575;
}

.ReactToastify__Toastify__toast-theme--colored___DkKui.ReactToastify__Toastify__toast--default___V6hb0 {
  background: #fff;
  background: #fff;
  color: #757575;
  color: #757575;
}

.ReactToastify__Toastify__toast-theme--colored___DkKui.ReactToastify__Toastify__toast--info___IbRgS {
  color: #fff;
  color: #fff;
  background: #3498db;
  background: #3498db;
}

.ReactToastify__Toastify__toast-theme--colored___DkKui.ReactToastify__Toastify__toast--success___WMl4c {
  color: #fff;
  color: #fff;
  background: #07bc0c;
  background: #07bc0c;
}

.ReactToastify__Toastify__toast-theme--colored___DkKui.ReactToastify__Toastify__toast--warning___kjPGr {
  color: #fff;
  color: #fff;
  background: #f1c40f;
  background: #f1c40f;
}

.ReactToastify__Toastify__toast-theme--colored___DkKui.ReactToastify__Toastify__toast--error___Di8vf {
  color: #fff;
  color: #fff;
  background: #e74c3c;
  background: #e74c3c;
}

.ReactToastify__Toastify__progress-bar-theme--light___uMJ-x {
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
  background: linear-gradient(
    to right,
    #4cd964,
    #5ac8fa,
    #007aff,
    #34aadc,
    #5856d6,
    #ff2d55
  );
}

.ReactToastify__Toastify__progress-bar-theme--dark___fr1kY {
  background: #bb86fc;
  background: #bb86fc;
}

.ReactToastify__Toastify__progress-bar--info___1PlCp {
  background: #3498db;
  background: #3498db;
}

.ReactToastify__Toastify__progress-bar--success___k1LcC {
  background: #07bc0c;
  background: #07bc0c;
}

.ReactToastify__Toastify__progress-bar--warning___ZgWEU {
  background: #f1c40f;
  background: #f1c40f;
}

.ReactToastify__Toastify__progress-bar--error___h3KA7 {
  background: #e74c3c;
  background: #e74c3c;
}

.ReactToastify__Toastify__progress-bar-theme--colored___IMg3c.ReactToastify__Toastify__progress-bar--info___1PlCp, .ReactToastify__Toastify__progress-bar-theme--colored___IMg3c.ReactToastify__Toastify__progress-bar--success___k1LcC, .ReactToastify__Toastify__progress-bar-theme--colored___IMg3c.ReactToastify__Toastify__progress-bar--warning___ZgWEU, .ReactToastify__Toastify__progress-bar-theme--colored___IMg3c.ReactToastify__Toastify__progress-bar--error___h3KA7 {
  background: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.7);
}

.ReactToastify__Toastify__close-button___WGfXH {
  color: #fff;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  align-self: flex-start;
}

.ReactToastify__Toastify__close-button--light___xvu2S {
  color: #000;
  opacity: 0.3;
}

.ReactToastify__Toastify__close-button___WGfXH > svg {
  fill: currentColor;
  height: 16px;
  width: 14px;
}

.ReactToastify__Toastify__close-button___WGfXH:hover, .ReactToastify__Toastify__close-button___WGfXH:focus {
  opacity: 1;
}

@keyframes ReactToastify__Toastify__trackProgress___ufdtP {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}

.ReactToastify__Toastify__progress-bar___Rb7ry {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  z-index: 9999;
  opacity: 0.7;
  transform-origin: left;
}

.ReactToastify__Toastify__progress-bar--animated___mYHLC {
  animation: ReactToastify__Toastify__trackProgress___ufdtP linear 1 forwards;
}

.ReactToastify__Toastify__progress-bar--controlled___PX9F6 {
  transition: transform 0.2s;
}

.ReactToastify__Toastify__progress-bar--rtl___TBpHa {
  right: 0;
  left: auto;
  left: initial;
  transform-origin: right;
}

.ReactToastify__Toastify__spinner___gr-e4 {
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: 2px solid;
  border-radius: 100%;
  border-color: #e0e0e0;
  border-color: #e0e0e0;
  border-right-color: #616161;
  border-right-color: #616161;
  animation: ReactToastify__Toastify__spin___g-ven 0.65s linear infinite;
}

@keyframes ReactToastify__Toastify__bounceInRight___3\+AU- {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes ReactToastify__Toastify__bounceOutRight___ONhKN {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__bounceInLeft___Ro6Gx {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}

@keyframes ReactToastify__Toastify__bounceOutLeft___agdwn {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__bounceInUp___Zuz1k {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__bounceOutUp___uUGdF {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes ReactToastify__Toastify__bounceInDown___cZYkH {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}

@keyframes ReactToastify__Toastify__bounceOutDown___rvPmb {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.ReactToastify__Toastify__bounce-enter--top-left___cLLO9, .ReactToastify__Toastify__bounce-enter--bottom-left___U5wK6 {
  animation-name: ReactToastify__Toastify__bounceInLeft___Ro6Gx;
}

.ReactToastify__Toastify__bounce-enter--top-right___pekxO, .ReactToastify__Toastify__bounce-enter--bottom-right___5Kk\+F {
  animation-name: ReactToastify__Toastify__bounceInRight___3\+AU-;
}

.ReactToastify__Toastify__bounce-enter--top-center___1SeLd {
  animation-name: ReactToastify__Toastify__bounceInDown___cZYkH;
}

.ReactToastify__Toastify__bounce-enter--bottom-center___xn3XM {
  animation-name: ReactToastify__Toastify__bounceInUp___Zuz1k;
}

.ReactToastify__Toastify__bounce-exit--top-left___GdoqC, .ReactToastify__Toastify__bounce-exit--bottom-left___-n02N {
  animation-name: ReactToastify__Toastify__bounceOutLeft___agdwn;
}

.ReactToastify__Toastify__bounce-exit--top-right___BgiTx, .ReactToastify__Toastify__bounce-exit--bottom-right___qEBix {
  animation-name: ReactToastify__Toastify__bounceOutRight___ONhKN;
}

.ReactToastify__Toastify__bounce-exit--top-center___vE5yV {
  animation-name: ReactToastify__Toastify__bounceOutUp___uUGdF;
}

.ReactToastify__Toastify__bounce-exit--bottom-center___YXMSM {
  animation-name: ReactToastify__Toastify__bounceOutDown___rvPmb;
}

@keyframes ReactToastify__Toastify__zoomIn___BHJsJ {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

@keyframes ReactToastify__Toastify__zoomOut___lsiPb {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.ReactToastify__Toastify__zoom-enter___WnCgc {
  animation-name: ReactToastify__Toastify__zoomIn___BHJsJ;
}

.ReactToastify__Toastify__zoom-exit___YXRwB {
  animation-name: ReactToastify__Toastify__zoomOut___lsiPb;
}

@keyframes ReactToastify__Toastify__flipIn___Ta-9d {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

@keyframes ReactToastify__Toastify__flipOut___yGek7 {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.ReactToastify__Toastify__flip-enter___xlYaA {
  animation-name: ReactToastify__Toastify__flipIn___Ta-9d;
}

.ReactToastify__Toastify__flip-exit___IgfKz {
  animation-name: ReactToastify__Toastify__flipOut___yGek7;
}

@keyframes ReactToastify__Toastify__slideInRight___vwPKy {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideInLeft___aMeqS {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideInUp___Fmwat {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideInDown___d7NlE {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideOutRight___eVjFT {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideOutLeft___zG\+G5 {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0);
  }
}

@keyframes ReactToastify__Toastify__slideOutDown___NHShh {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0);
  }
}

@keyframes ReactToastify__Toastify__slideOutUp___xbizF {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0);
  }
}

.ReactToastify__Toastify__slide-enter--top-left___bCxxZ, .ReactToastify__Toastify__slide-enter--bottom-left___t69OM {
  animation-name: ReactToastify__Toastify__slideInLeft___aMeqS;
}

.ReactToastify__Toastify__slide-enter--top-right___vtr7v, .ReactToastify__Toastify__slide-enter--bottom-right___Hp\+Yv {
  animation-name: ReactToastify__Toastify__slideInRight___vwPKy;
}

.ReactToastify__Toastify__slide-enter--top-center___cSIqe {
  animation-name: ReactToastify__Toastify__slideInDown___d7NlE;
}

.ReactToastify__Toastify__slide-enter--bottom-center___OEj-H {
  animation-name: ReactToastify__Toastify__slideInUp___Fmwat;
}

.ReactToastify__Toastify__slide-exit--top-left___PZB0F, .ReactToastify__Toastify__slide-exit--bottom-left___kyoWz {
  animation-name: ReactToastify__Toastify__slideOutLeft___zG\+G5;
}

.ReactToastify__Toastify__slide-exit--top-right___HaUPt, .ReactToastify__Toastify__slide-exit--bottom-right___NPLuK {
  animation-name: ReactToastify__Toastify__slideOutRight___eVjFT;
}

.ReactToastify__Toastify__slide-exit--top-center___KPxjD {
  animation-name: ReactToastify__Toastify__slideOutUp___xbizF;
}

.ReactToastify__Toastify__slide-exit--bottom-center___7uC-K {
  animation-name: ReactToastify__Toastify__slideOutDown___NHShh;
}

@keyframes ReactToastify__Toastify__spin___g-ven {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=ReactToastify.css.map */
[data-reach-tooltip] {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  padding: 0.25em 0.5em;
  box-shadow: 2px 2px 10px hsla(0, 0%, 0%, 0.1);
  white-space: nowrap;
  font-size: 85%;
  background: #f0f0f0;
  color: #444;
  border: solid 1px #ccc;
}

.instagramFirstCommentModal__divButton___UkEAy {
  position: absolute;
  right: 16px;
  bottom: 12px;
}

.instagramFirstCommentModal__mainDivBackground___oUmqQ {
  background-image: url("data:image/svg+xml,%3Csvg width='564' height='280' viewBox='0 0 564 280' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='564' height='280'%3E%3Cpath d='M0 3.99999C0 1.79085 1.79086 0 4 0H560C562.209 0 564 1.79086 564 4V280H0V3.99999Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3Crect x='-141' y='-36.0004' width='1458' height='712' fill='%23121E66'/%3E%3Crect x='381.841' y='-333.212' width='456.052' height='935.212' transform='rotate(45 381.841 -333.212)' fill='%231F35B3'/%3E%3Ccircle cx='320.898' cy='350.88' r='116.117' transform='rotate(-90 320.898 350.88)' stroke='%23FADE2A' stroke-width='2' stroke-dasharray='10 10'/%3E%3Ccircle cx='203.781' cy='273.763' r='116.117' transform='rotate(-90 203.781 273.763)' stroke='%2300C8CF' stroke-width='2' stroke-dasharray='10 10'/%3E%3Crect x='204.782' y='389.88' width='232.233' height='232.233' transform='rotate(-90 204.782 389.88)' stroke='%239C2BFF' stroke-width='2' stroke-dasharray='10 10'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-color: #101a6a;
  width: 384px;
  height: 280px;
}

.instagramFirstCommentModal__card___srOM7 {
  line-height: 1.5;
  background-color: rgb(255, 255, 255);
  transition: box-shadow 0.2s linear 0s;
  background-color: white;
}

.instagramFirstCommentModal__barBottomStyle___fo\+Q7 {
  border-top: 1px solid #e0e0e0;
  padding: 38px 0px;
  background-color: white;
  width: 100%;
}

.instagramFirstCommentModal__mainDiv___RM0kG {
  background-color: white;
  width: 384px;
}

.instagramFirstCommentModal__divGifHolder___KsERN {
  background-color: #e0e0e0;
  text-align: center;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 0;
}

.instagramFirstCommentModal__headerBar___HtuGQ {
  display: block;
  height: 40px;
  width: 384px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='432' height='40' viewBox='0 0 432 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0 4C0 1.79086 1.79086 0 4 0H428C430.209 0 432 1.79086 432 4V40H0V4Z' fill='%23E466C5'/%3e%3cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='5' y='0' width='334' height='40'%3e%3cpath d='M5 4C5 1.79086 6.79086 0 9 0H335C337.209 0 339 1.79086 339 4V40H5V4Z' fill='url(%23paint0_linear)'/%3e%3c/mask%3e%3cg mask='url(%23mask0)'%3e%3ccircle cx='9' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='19' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='9' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='19' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='29' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='39' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='29' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='39' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='49' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='59' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='49' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='59' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='69' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='79' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='69' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='79' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='89' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='99' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='89' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='99' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='109' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='119' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='109' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='119' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='9' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='19' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='29' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='39' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='49' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='59' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='69' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='79' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='89' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='99' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='109' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='119' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='129' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='139' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='129' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='139' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='149' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='159' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='149' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='159' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='169' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='179' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='169' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='179' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='189' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='199' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='189' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='199' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='209' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='219' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='209' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='219' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='229' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='239' cy='10' r='1' fill='%23981A78'/%3e%3ccircle cx='229' cy='20' r='1' fill='%23981A78'/%3e%3ccircle cx='129' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='139' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='149' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='159' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='169' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='179' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='189' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='199' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='209' cy='30' r='1' fill='%23981A78'/%3e%3ccircle cx='219' cy='30' r='1' fill='%23981A78'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='10.5' y1='26.5' x2='222' y2='26.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E466C5'/%3e%3cstop offset='1' stop-color='%23E466C5' stop-opacity='0'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
}

.instagramFirstCommentModal__headerBarText___OJRA0 {
  display: block;
}

/**
 * Store of style constants to import into other modules
 */

.CharacterCount__aboveMaxCharacterCount___NBVWB {
  border: 1px solid #f9d7dc !important;
  color: #9d2637;
  background-color: #f9d7dc;
}

.CircularIndicator__container___vPKk2 {
  position: relative;
}

.CircularIndicator__container___vPKk2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #f8f8f8;
  border-radius: 50%;
}

.CircularIndicator__svg___2DvSv {
  transform: rotate(-90deg);
}

.CircularIndicator__circle___H4ewD {
  stroke: #2c4bff;
  stroke: #2c4bff;
  transition: stroke-dashoffset 0.5s linear;
  fill: transparent;
}

.CircularIndicator__progressText___SV9MI {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 20px;
  margin: -10px 0 0 -25px;
  font-size: 10px;
  text-align: center;
  color: #2c4bff;
  color: #2c4bff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 10px;
}

.ChannelFilter__wrapper___vhZIe {
  padding-left: 10px;
  margin-right: 80px;
}

.ChannelFilter__title___mh7GS {
  color: #3d3d3d;
  margin: 0px;
  margin-bottom: 0px;
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ChannelFilter__description___eAbib {
  color: #636363;
  font-size: 12px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.utils__clearfix___0F7MU:before,
.utils__clearfix___0F7MU:after {
  display: table;
  content: ' ';
}

.utils__clearfix___0F7MU:after {
  clear: both;
}

.MediaAttachmentThumbnail__verticalVideoThumbnail___PSMFw {
  position: relative;
  width: 144px;
  width: 144px;
  height: 256px;
  height: 256px;
}

.MediaAttachmentThumbnail__thumbnail___Ol\+eh {
  position: relative;
  width: 112px;
  width: 112px;
  height: 112px;
  height: 112px;
}

.MediaAttachmentThumbnail__imageContainer___z-uR1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: none;
  background-size: cover;
  background: #3d3d3d;
  padding: 0;
  margin: 0;
}

.MediaAttachmentThumbnail__verticalVideoThumbnailImage___emAsM {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 6rem;
  min-height: 16rem;
  width: auto;
  max-height: 100%;
}

.MediaAttachmentThumbnail__thumbnailImage___D65y9 {
  width: 112px;
  height: 112px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.MediaAttachmentThumbnail__image___g4qs6 {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border-radius: 4px;
}

.MediaAttachmentThumbnail__closeButton___vgn80 {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  font-size: 20px !important;
  color: #3d3d3d !important;
  position: absolute;
  top: -6px;
  right: -4px;
  border: 2px solid #fff !important;
}

.MediaAttachmentThumbnail__closeButtonLight___K9UlI {
  z-index: 61;
  z-index: 61;
  background: transparent;
}

.MediaAttachmentThumbnail__closeButtonVerticalVideo___Q3iHK {
  right: 5px;
}

.MediaAttachmentThumbnail__closeButton___vgn80::after {
  content: '';
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border-radius: 50%;
}

.MediaAttachmentThumbnail__closeButtonLight___K9UlI::after {
  background: #fff;
  z-index: -1;
  z-index: -1;
}

.MediaAttachmentThumbnail__thumbnailFooterItem___mgcIq {
  position: absolute;
  bottom: 4px;
  box-sizing: border-box;
  width: 22px;
  height: 22px;
  padding: 0 4px;
  color: #fff;
  background: #3d3d3d;
  border-radius: 4px;
  border-width: 0;
}

.MediaAttachmentThumbnail__thumbnailFooterItem___mgcIq::before {
  position: relative;
  top: -1px;
}

.MediaAttachmentThumbnail__editButton___GcmTD {

  left: 14px;
  bottom: 14px;
  z-index: 1;
  font-size: 12px;
  text-align: center;
  text-indent: 1px;
  line-height: 23px;
}

.MediaAttachmentThumbnail__editButton___GcmTD:hover {
  transform: scale(1.15);
}

.MediaAttachmentThumbnail__verticalVideoButtonWrapper___E58Lb {
  height: 16rem;
  width: 144px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
}

.MediaAttachmentThumbnail__buttonWrapper___kLfRm {
  height: 112px;
  width: 112px;
  border: 1px solid transparent;
  border-radius: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

.MediaAttachmentThumbnail__warningBorder___rtZCb {
  border: 1px solid #a8961d;
}

.MediaAttachmentThumbnail__actionButtonWrapper___7hUZJ {
  z-index: 61;
  position: absolute;
  bottom: 8px;
  display: flex;
  right: 8px;
}

.MediaAttachment__mediaAttachment___4S9rt {
  position: relative;
  padding: 16px 16px 8px;
  display: flex;
  align-self: flex-end;
  align-items: center;
  flex-direction: row;
  flex-shrink: 0;
  flex-wrap: wrap;
  z-index: 1;
}

.MediaAttachment__imageFirstMediaAttachment___sdqnN {
  order: 1;
  padding: 0;
  margin: 10px 12px 10px 10px;
  align-self: flex-start;
  flex-basis: 100%;
  max-width: 144px;
  max-width: 144px;
}

.MediaAttachment__verticalVideoUpload___qeQah {
  min-height: 378px;
  align-items: flex-start;
}

.MediaAttachment__mediaAttachmentWithSuggestedMedia___yioFW {
  padding-bottom: 0;
}

.MediaAttachment__uploadButtonUI___UVmmB {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  padding: 4px;
  width: 112px;
  width: 112px;
  height: 112px;
  height: 112px;
  cursor: pointer;
  text-align: center;
  border-width: 1px;
  border-width: 1px;
  border-style: dashed;
  border-radius: 4px;
}

.MediaAttachment__uploadButtonUI___UVmmB::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  z-index: -1;
  color: #343e47;
  font-size: 20px;
  line-height: calc(
    112px - 1px * 2
  );
  line-height: calc(
    112px - 1px * 2
  );
  display: flex;
  align-items: center;
  justify-content: center;
}

.MediaAttachment__uploadButtonUIActiveDrop___3tTk8 {
  position: absolute;
  margin: 0;
  background: white;
  opacity: 0.9;
  bottom: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  width: inherit;
  height: inherit;
}

.MediaAttachment__uploadButtonUI___UVmmB:hover,
.MediaAttachment__uploadButtonUIActiveDrop___3tTk8 {
  border-color: #2c4bff;
  border-color: #2c4bff;
}

.MediaAttachment__uploadButtonUI___UVmmB:hover::before,
.MediaAttachment__uploadButtonUIActiveDrop___3tTk8::before {
  color: #2c4bff;
  color: #2c4bff;
}

.MediaAttachment__uploadButtonUI___UVmmB:focus {
  outline: none;
  border-color: #2c4bff;
  border-color: #2c4bff;
}

.MediaAttachment__uploadButtonUI___UVmmB:hover::before {
  color: #2c4bff;
  color: #2c4bff;
}

.MediaAttachment__uploadNewButtonUI___fWV3s {
  margin: 0 8px 8px 0;
  border-color: #b8b8b8;
  border-color: #b8b8b8;
}

.MediaAttachment__uploadButtonUIDisabled___vBXae {
  cursor: not-allowed;
}

.MediaAttachment__tempImageContainer___JykDA {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

.MediaAttachment__tempImage___jBoGi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  border-radius: 4px;
}

.MediaAttachment__uploadNewButtonUIWithTempImage___vKvLH {
  overflow: hidden;
}

.MediaAttachment__uploadNewButtonUIWithTempImage___vKvLH::before {
  content: none;
}

.MediaAttachment__singleImageWrapper___qRw\+P {
  height: 100%;
}

.MediaAttachment__singleImageWrapper___qRw\+P [role='button'] {
  height: calc(100% - 16px - 16px);
  padding: 16px;
  min-height: 90px;
  align-items: flex-end;
}

.MediaAttachment__singleImageLayout___CP2n5 {
  width: 100%;
  height: 100%;
}

.MediaAttachment__uploadZone___sI5t8 {
  z-index: 60;
  z-index: 60;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 4px;
}

.MediaAttachment__uploadButtonUIIsUploading___KOJN6 {
  border-color: #2c4bff;
  border-color: #2c4bff;
}

.MediaAttachment__uploadButtonUIIsUploading___KOJN6::before {
  content: none;
}

.MediaAttachment__uploadNewButtonUIIsUploading___DueXA {
}

.MediaAttachment__thumbnail___8yWoC {
  margin: 0 8px 8px 0;
}

.MediaAttachment__mediaAttachment___4S9rt .MediaAttachment__verticalVideoThumbnail___E5nct {
  height: 256px;
  height: 256px;
  width: 144px;
  width: 144px;
}

.MediaAttachment__mediaAttachment___4S9rt .MediaAttachment__verticalVideoUploadButtonUI___MgiWB {
  height: 256px;
  height: 256px;
  width: 144px;
  width: 144px;
  margin: 0;
}

.MediaAttachment__mediaAttachment___4S9rt .MediaAttachment__imageFirstThumbnail___tcmNk {
  height: 144px;
  height: 144px;
  width: 144px;
  width: 144px;
}

.MediaAttachment__mediaAttachment___4S9rt .MediaAttachment__imageFirstUploadButtonUI___dnV6V {
  height: 144px;
  height: 144px;
  width: 144px;
  width: 144px;
  margin: 0;
}

.MediaAttachment__editButtonContainer___g6-PA {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

.MediaAttachment__editButton___zOGRW {
}

.MediaAttachment__verticalVideoEditButtonTray___NO3pg {
  left: 97px;
  bottom: 30px;
}

.MediaAttachment__editButtonTray___sLq1z {
  left: 97px;
  bottom: 30px;
}

.MediaAttachment__editDropdownContent___qxvT8 {
  top: 0;
  left: 32px;
  bottom: 0;
}

.MediaAttachment__activeUploadsCount___CWW1P {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #2c4bff;
  background: #2c4bff;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 13px;
  text-align: center;
  text-indent: 1px;
}

.styles__uploadZone___4t27Z {
}

.styles__uploadZoneActive___daS-u {
  box-sizing: border-box;
  border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #6b81ff !important;
  border: 1px solid #6b81ff !important;
}

.styles__uploadZoneDisabled___gsdxQ {
  border: none !important;
}

.styles__container___RApnt {
  background-image: radial-gradient(white 0%, white 70%, transparent 70%);
}


/*# sourceMappingURL=bundle.b170fe7a.css.map*/