.header .navigation {
  display: block;
  width: 252px;
  height: 100%;
  position: fixed;
  left: -252px;
  top: 0px;
  z-index: 99999;
  background-color: #000000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .header .navigation__content {
    display: block;
    padding: 10px; }
  .header .navigation .links div {
    display: block;
    margin: 0px auto;
    padding: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #ffffff;
    white-space: nowrap; }
    .header .navigation .links div a {
      display: block;
      color: #ffffff;
      text-decoration: none;
      text-decoration: none;
      cursor: pointer; }

.header .highlight {
  color: #ed1a3b !important; }

.header .navigation_open {
  left: -2px; }

.header .navigation_close {
  left: -252px; }

.header .menu_show {
  position: fixed;
  left: 248px; }

.header .menu_close {
  position: absolute;
  left: 0px; }

.header .btn__close {
  background-image: url(/static/icons/Button-Close.svg) !important; }

.header .btn__cover {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 8000; }
  @media (max-width: 1083px) {
    .header .btn__cover {
      display: block; } }

.header .btn__login {
  font-size: 10px;
  font-weight: 700;
  text-align: left;
  text-transform: uppercase;
  background-color: transparent;
  color: #ffffff;
  border: none;
  outline: none; }

.header .masthead {
  display: table;
  width: 100%;
  margin: 0px auto;
  background-color: black; }
  .header .masthead__content {
    display: table-row; }
    .header .masthead__content .btn-menu {
      display: table-cell;
      width: 70px;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: center center; }
    .header .masthead__content .btn-menu__show {
      background-image: url(/static/icons/Button-Menu.svg); }
    .header .masthead__content .btn-menu__close {
      background-image: url(/static/icons/Button-Close.svg); }
    .header .masthead__content__shop {
      display: table-cell;
      width: 200px;
      padding: 10px;
      text-align: right;
      vertical-align: middle; }
      .header .masthead__content__shop .btn {
        font-size: 12px;
        padding: 6px 10px;
        margin: 0px;
        font-weight: 700;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 3px;
        background-color: #ed1a3b;
        cursor: pointer;
        border: none;
        outline: none;
        -webkit-appearance: none;
        width: 80px; }
      .header .masthead__content__shop span {
        display: none; }
      .header .masthead__content__shop .btn__donate {
        color: black;
        background-color: #ffbc32;
        margin-left: 7px; }
        .header .masthead__content__shop .btn__donate:hover {
          color: #ffffff; }
    .header .masthead__content .logo {
      display: table-cell;
      width: auto;
      padding: 10px 0px;
      vertical-align: middle; }
      .header .masthead__content .logo img {
        max-width: 140px;
        width: 100%;
        max-height: 100%; }
  .header .masthead .search {
    display: none; }

.header .search-mobile {
  display: block;
  padding: 10px;
  background-color: #ffffff; }
  .header .search-mobile__container {
    display: table;
    width: 100%;
    border: solid 1px #ececec;
    background-color: #ffffff; }
  .header .search-mobile__input {
    display: table-cell;
    width: auto;
    vertical-align: middle; }
    .header .search-mobile__input input {
      width: 95%;
      height: 24px;
      padding-left: 5px;
      font-size: 14px;
      color: #999999;
      border: none 0px;
      outline: none 0px; }
  .header .search-mobile__submit {
    display: table-cell;
    width: 30px;
    text-align: center;
    vertical-align: middle; }

.header #statusmessagediv {
  padding: 15px;
  background: #1b2c5a;
  color: #fff;
  text-align: center;
  font-weight: 600; }

.header #statusmessagediv:empty {
  display: none; }

@media screen and (max-width: 575px) {
  .header .search__input {
    width: 100%;
    min-width: auto; } }

@media screen and (min-width: 575px) {
  .header .menu_close {
    position: static;
    left: 0px; } }

@media (min-width: 1084px) {
  .header .navigation {
    display: block;
    position: static;
    width: auto;
    height: auto;
    padding: 0px;
    background-color: #000000;
    border-bottom: solid 1px #333333; }
    .header .navigation__content {
      display: table;
      width: 100%;
      max-width: 1400px;
      margin: 0px auto;
      padding: 15px 0px; }
      .header .navigation__content--left {
        display: table-cell;
        width: auto;
        text-align: left;
        width: 50%;
        padding: 0px; }
        .header .navigation__content--left .links {
          float: left; }
          .header .navigation__content--left .links div {
            display: table-cell;
            width: auto;
            padding: 0px 15px 0px 0px;
            border-bottom: none 0px;
            font-size: 10px;
            font-weight: 700;
            color: #666666;
            text-align: left;
            text-transform: uppercase; }
            .header .navigation__content--left .links div a {
              color: #666666; }
              .header .navigation__content--left .links div a:hover {
                color: #ffffff; }
      .header .navigation__content--right {
        display: table-cell;
        width: auto;
        text-align: right;
        padding: 0px; }
        .header .navigation__content--right .links {
          float: right; }
          .header .navigation__content--right .links div {
            display: table-cell;
            width: auto;
            padding: 0px 15px 0px 0px;
            border-bottom: none 0px;
            font-size: 10px;
            font-weight: 700;
            text-align: left;
            text-transform: uppercase; }
            .header .navigation__content--right .links div a {
              color: #ffffff; }
          .header .navigation__content--right .links .end_padding {
            padding-right: 19px; }
  .header .links {
    display: table;
    width: auto;
    margin: 0px 0px 0px 20px; }
    .header .links div {
      display: table-cell !important;
      width: auto;
      padding: 0px 15px 0px 0px;
      border-bottom: none 0px;
      font-size: 10px;
      font-weight: 700;
      color: #666666;
      text-align: left;
      text-transform: uppercase; }
      .header .links div a {
        color: #666666;
        text-decoration: none; }
      .header .links div a:hover {
        color: #ffffff; }
  .header .masthead {
    display: block;
    width: auto;
    padding: 5px 20px 5px 20px; }
    .header .masthead__content {
      display: table;
      width: 100%;
      max-width: 1400px;
      margin: 0px auto; }
      .header .masthead__content .btn-menu {
        display: none; }
      .header .masthead__content__shop {
        width: auto;
        padding-right: 50px; }
        .header .masthead__content__shop span {
          display: inline;
          font-family: 'Roboto';
          font-size: 17px;
          font-weight: 700;
          color: #ffffff;
          padding-right: 12px; }
      .header .masthead__content .search {
        display: table-cell;
        width: 350px;
        color: #ffffff;
        padding: 0px;
        vertical-align: middle;
        background-color: #000000; }
        .header .masthead__content .search__container {
          border: none 0px;
          position: relative; }
        .header .masthead__content .search__submit {
          position: absolute;
          right: 0;
          top: 0; }
        .header .masthead__content .search__input {
          min-width: 300px; }
          .header .masthead__content .search__input input {
            width: 100%;
            padding: 4px 40px 4px 4px;
            border: solid 1px #ececec;
            font-size: 14px;
            padding-right: 40px; }
      .header .masthead__content__container {
        position: relative; }
      .header .masthead__content__submit {
        position: absolute;
        right: 0;
        top: 0; }
      .header .masthead__content__input {
        min-width: 300px; }
        .header .masthead__content__input input {
          width: 100%;
          padding: 4px;
          border: solid 1px #ececec;
          font-size: 14px; }
          .header .masthead__content__input input:focus {
            outline: 0; }
        .header .masthead__content__input:focus {
          outline: 0; }
      .header .masthead__content .logo {
        text-align: left;
        width: 140px;
        vertical-align: middle;
        position: relative; }
  .header .search-mobile {
    display: none; } }

@media (min-width: 1200px) {
  .header .navigation__content--right .links .end_padding {
    padding-right: 19px; } }

@media (min-width: 1400px) {
  .header .navigation__content {
    max-width: 1360px; }
  .header .navigation__content--left .links {
    margin: 0px; }
  .header .navigation__content--right .links .end_padding {
    padding-right: 0px !important; }
  .header .masthead__content {
    max-width: 1360px; }
  .header .links {
    margin: 0px; } }

.btn__search {
  background: transparent url(/static/icons/Icon-Submit-Search.svg) no-repeat right top;
  border: solid 0px #000000;
  width: 50px;
  height: 26px; }

.footer {
  display: block;
  padding: 30px;
  margin: 30px auto 0px auto;
  background-color: black;
  width: 100%;
  height: 300px; }
  .footer .footer__content {
    display: block;
    margin: 0px auto; }
    .footer .footer__content img {
      max-width: 100%;
      max-height: 100%;
      border: none; }
    .footer .footer__content .footer__content--left {
      display: block;
      color: #666666;
      font-family: 'Roboto', sans-serif;
      font-size: 12px; }
      .footer .footer__content .footer__content--left a {
        color: #ffffff; }
    .footer .footer__content .footer__content--right {
      display: block;
      color: #666666;
      font-family: 'Roboto', sans-serif;
      font-size: 12px; }
      .footer .footer__content .footer__content--right a {
        color: #ffffff; }

@media (min-width: 768px) {
  .footer .footer__content {
    display: table;
    width: 100%;
    max-width: 1360px; }
    .footer .footer__content .footer__content--left {
      display: table-cell;
      vertical-align: top;
      width: 400px; }
    .footer .footer__content .footer__content--right {
      display: table-cell;
      vertical-align: top;
      width: auto; } }

.dashboard-top-bar {
  display: block;
  margin: 0 auto;
  border-bottom: 1px solid #ececec;
  padding: 15px 10px 15px 15px; }
  .dashboard-top-bar a {
    font-size: 13px;
    color: #666666;
    margin-top: 9px; }
  .dashboard-top-bar__wrapper {
    display: block;
    width: 100%; }
  .dashboard-top-bar--left {
    align-self: center; }
  .dashboard-top-bar--right {
    background: linear-gradient(to bottom, #ececec 0%, rgba(236, 236, 236, 0.5) 50%, rgba(255, 255, 255, 0) 100%); }
  .dashboard-top-bar__info {
    display: flex; }
    .dashboard-top-bar__info--left {
      display: flex;
      flex: 1; }
    .dashboard-top-bar__info__avatar {
      height: 40px;
      width: 40px;
      margin-right: 15px; }
      .dashboard-top-bar__info__avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .dashboard-top-bar__info__main {
      vertical-align: top;
      padding-right: 15px; }
    .dashboard-top-bar__info__name {
      font-size: 1.15rem; }
    .dashboard-top-bar__info__submain {
      font-size: 1rem; }
      .dashboard-top-bar__info__submain a {
        color: #ed1a3b; }
    .dashboard-top-bar__info__setting button {
      text-transform: uppercase;
      font-size: 0.75rem;
      font-weight: 700; }
    @media (min-width: 1024px) {
      .dashboard-top-bar__info__setting {
        display: none; } }
  .dashboard-top-bar__menu {
    display: block; }
    .dashboard-top-bar__menu a:hover {
      text-decoration: none;
      color: #666666; }
    .dashboard-top-bar__menu .dropdown-item {
      color: #666666;
      font-size: 13px;
      cursor: pointer; }
      .dashboard-top-bar__menu .dropdown-item:hover {
        text-decoration: none;
        color: inherit; }
      .dashboard-top-bar__menu .dropdown-item:focus {
        outline: 0;
        background: transparent; }
  .dashboard-top-bar__menu-item {
    display: block;
    border-bottom: solid 1px #ececec; }
    .dashboard-top-bar__menu-item a {
      color: #333333;
      font-size: 0.75rem; }
    .dashboard-top-bar__menu-item:last-child {
      border-bottom: none; }
  .dashboard-top-bar__icon {
    padding: 15px 15px 15px 45px;
    text-align: left;
    color: #333333;
    cursor: pointer;
    outline: none;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 30px 30px; }
    .dashboard-top-bar__icon:hover {
      background-color: #f1f1f1; }
    .dashboard-top-bar__icon_home {
      background-image: url(/static/icons/Icon-Dashboard-Home.svg); }
    .dashboard-top-bar__icon_upload {
      background-image: url(/static/icons/Icon-Dashboard-Upload.svg); }
    .dashboard-top-bar__icon_video {
      background-image: url(/static/icons/Icon-Dashboard-Videos.svg); }
    .dashboard-top-bar__icon_playlist {
      background-image: url(/static/icons/Icon-Dashboard-Playlist.svg); }
    .dashboard-top-bar__icon_sales {
      background-image: url(/static/icons/Icon-Dashboard-Sales.svg); }
    .dashboard-top-bar__icon_transactions {
      background-image: url(/static/icons/Icon-Dashboard-Transactions.svg); }
    .dashboard-top-bar__icon_library {
      background-image: url(/static/icons/Icon-Dashboard-Library.svg); }
    .dashboard-top-bar__icon_stats {
      background-image: url(/static/icons/Icon-Dashboard-Stats.svg); }
    .dashboard-top-bar__icon_account {
      background-image: url(/static/icons/Icon-Dashboard-Account.svg); }
    .dashboard-top-bar__icon_notification {
      background-image: url(/static/icons/Icon-Dashboard-Notification.svg); }
    .dashboard-top-bar__icon_admin {
      background-image: url(/static/icons/Icon-Dashboard-Admin.svg); }
  @media (min-width: 1024px) {
    .dashboard-top-bar {
      background-color: #ececec;
      padding-left: 15px;
      padding-right: 15px; }
      .dashboard-top-bar__wrapper {
        display: flex; }
      .dashboard-top-bar--right {
        flex: 1;
        display: block;
        width: 100%; }
        .dashboard-top-bar--right .collapse {
          display: block !important; }
      .dashboard-top-bar__menu {
        display: table;
        width: auto;
        margin: 0px;
        float: right; }
      .dashboard-top-bar__menu-item {
        display: table-cell;
        width: auto;
        vertical-align: middle;
        background-position: top center;
        background-size: 20px 20px;
        padding: 20px 15px 15px 15px;
        color: #333333;
        border-left: 1px solid #cccccc; }
        .dashboard-top-bar__menu-item:last-child {
          border-right: none; } }
  @media (min-width: 1025px) {
    .dashboard-top-bar {
      margin: 0; }
      .dashboard-top-bar__wrapper {
        max-width: 1360px;
        margin: 0 auto;
        padding: 0px; }
      .dashboard-top-bar__menu-item {
        padding: 30px 20px 0px 20px;
        background-size: 40px 40px; } }

.menu-admin {
  display: inline; }
  @media (max-width: 960px) {
    .menu-admin {
      display: block; } }
  .menu-admin .dropdown-menu {
    transform: translate3d(-85px, 25px, 0px) !important; }
    @supports (-ms-ime-align: auto) {
      @media (max-width: 1544px) {
        .menu-admin .dropdown-menu {
          transform: none !important;
          right: 0 !important;
          top: auto !important;
          left: auto !important; } } }
    @media (max-width: 960px) {
      .menu-admin .dropdown-menu {
        top: -220px !important;
        left: 100px !important; } }

.page {
  display: block;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.body-container {
  flex-grow: 1; }
  .body-container__centered {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center; }

.container-fluid-custom {
  max-width: 1360px !important;
  margin: 0 auto !important;
  padding: 20px !important; }
  @media (min-width: 600px) and (max-width: 960px) {
    .container-fluid-custom {
      padding: 15px !important; } }

.btn__lg {
  margin: 0px;
  padding: 12px 15px 13px 15px;
  font-size: 12px;
  font-weight: 700;
  color: #ffffff !important;
  text-transform: uppercase;
  border-radius: 3px;
  background-color: #ed1a3b;
  cursor: pointer;
  border: none;
  outline: none;
  -webkit-appearance: none; }

.mb-10 {
  margin-bottom: 10px; }

.small {
  font-size: 12px;
  color: #666666; }

.mt-20 {
  margin-top: 20px; }

.dashboard-status-notification {
  text-align: center;
  padding: 5px;
  font-size: 17px; }
  .dashboard-status-notification a {
    color: #3366cc; }
    .dashboard-status-notification a:hover {
      color: #3366cc; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 30001; }
  .overlay__close {
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
    background-image: url(/static/icons/Button-Close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px 30px;
    cursor: pointer; }
    @media (max-width: 600px) {
      .overlay__close {
        display: none; } }
    .overlay__close.inside {
      width: 30px;
      height: 30px;
      background: none; }
      @media (max-width: 600px) {
        .overlay__close.inside {
          display: block; } }
  .overlay--hidden {
    visibility: hidden; }

.modal-window {
  position: fixed;
  background-color: white;
  width: 80%;
  padding: 20px;
  color: #666;
  font-size: 14px;
  cursor: default;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
  .modal-window__footer {
    display: flex;
    justify-content: flex-end; }
    .modal-window__footer__close {
      text-transform: uppercase;
      color: #666666;
      font-size: 14px; }
      .modal-window__footer__close:hover {
        text-decoration: none; }
  .modal-window__title {
    color: black;
    margin-bottom: 20px;
    font-size: 20px; }
  .modal-window__content {
    padding: 20px 0 20px 0;
    margin-bottom: 20px;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec; }
    .modal-window__content--scrollable {
      height: calc(100vh - 220px);
      overflow: auto; }
    .modal-window__content--noheader {
      padding-top: 0;
      border-top: none; }
    .modal-window__content--nofooter {
      padding-bottom: 0;
      border-bottom: none; }
  @media (max-width: 768px) {
    .modal-window {
      width: 100%; } }
  @media (max-width: 640px) {
    .modal-window {
      top: 60px;
      transform: translate(-50%, 0);
      overflow: auto;
      max-height: calc(100% - 60px); } }
  @media (min-width: 900px) {
    .modal-window {
      max-width: 800px; } }

.blocker-using-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  height: 150px; }
  .blocker-using-info h2 {
    font-size: 30px; }
  .blocker-using-info h3 {
    font-size: 24px; }

.adclass {
  background-color: transparent;
  height: 1px;
  width: 1px; }

.subscription-form__form {
  display: flex;
  justify-content: center;
  width: 100%; }

.subscription-form__input {
  width: 306px; }
  .subscription-form__input input {
    border-radius: 0;
    width: 100%;
    height: 40px;
    font-size: 12px; }
    .subscription-form__input input:focus {
      border: none;
      box-shadow: none; }

.subscription-form__error {
  display: none;
  padding: 10px 0;
  color: #ed1a3b;
  font-size: 10px;
  font-weight: bold; }

.subscription-form__submit button {
  border-radius: 0;
  height: 40px; }
  .subscription-form__submit button:focus, .subscription-form__submit button:active {
    border: none;
    box-shadow: none; }

.subscription-form__has-error .subscription-form__error {
  display: block; }

.bottom-banner {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 54px;
  background-color: #1c2e5a;
  color: #fff;
  z-index: 100; }
  .bottom-banner__inner {
    display: flex;
    align-items: center;
    justify-content: center; }
  .bottom-banner a,
  .bottom-banner a:hover {
    display: block;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  .bottom-banner a,
  .bottom-banner form {
    padding: 0 7px; }
  .bottom-banner .subscription-form__form {
    width: 100%; }
  .bottom-banner .subscription-form__has-error .subscription-form__error {
    display: none; }
  .bottom-banner .subscription-form__has-error .subscription-form__input ::placeholder {
    font-weight: 700;
    color: #ed1a3b; }
  .bottom-banner__close {
    width: 26px;
    height: 26px;
    margin-left: 7px;
    background-image: url(/static/icons/Icon-White-Close.svg);
    background-position: center center;
    background-size: 13px 13px;
    background-repeat: no-repeat;
    cursor: pointer; }
  @media (max-width: 1099px) {
    .bottom-banner {
      height: auto; }
      .bottom-banner__inner {
        flex-direction: column;
        padding: 15px;
        max-width: 700px; }
      .bottom-banner a,
      .bottom-banner form,
      .bottom-banner .bottom-banner__close {
        padding: 7px; }
      .bottom-banner form {
        width: 100%; }
      .bottom-banner .subscription-form__input {
        width: calc(100% - 97px); } }

.popup-subscription {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  .popup-subscription h3,
  .popup-subscription .subscription-text,
  .popup-subscription .sub-info {
    text-align: center; }
  .popup-subscription h3 {
    margin: 0 auto 20px auto;
    line-height: 41px;
    font-size: 35px;
    font-weight: 700;
    color: #000000; }
  .popup-subscription .subscription-text {
    font-size: 17px;
    margin-bottom: 20px; }
  .popup-subscription .iframe-box {
    width: 400px; }
  .popup-subscription .close-bottom-button {
    position: absolute;
    bottom: -40px;
    display: flex;
    justify-content: center;
    padding: 10px; }
    .popup-subscription .close-bottom-button button {
      background-color: transparent;
      color: #fff;
      box-shadow: none;
      border: none;
      text-transform: uppercase;
      font-size: 11px; }
      .popup-subscription .close-bottom-button button:hover, .popup-subscription .close-bottom-button button:active, .popup-subscription .close-bottom-button button:focus {
        border: none;
        outline: none; }
  .popup-subscription form {
    height: 80px; }
    .popup-subscription form .subscription-form__input {
      margin-right: 7px; }
      .popup-subscription form .subscription-form__input input:focus {
        outline: -webkit-focus-ring-color auto 1px; }
  .popup-subscription .sub-info {
    font-size: 11px; }
    .popup-subscription .sub-info a {
      text-decoration: underline;
      color: inherit; }
  @media (max-width: 1023px) {
    .popup-subscription h3 {
      font-size: 23px; }
    .popup-subscription .subscription-text {
      font-size: 13px; }
    .popup-subscription .iframe-box {
      width: 100%; }
    .popup-subscription form {
      width: 100%; }
    .popup-subscription .subscription-form__input {
      width: calc(100% - 97px); } }

.video-subscription {
  padding: 40px;
  margin-bottom: 30px;
  max-width: 600px;
  display: flex;
  align-items: center;
  justify-content: left;
  flex-direction: column;
  border: solid 1px #cccccc; }
  .video-subscription h3,
  .video-subscription .subscription-text,
  .video-subscription .sub-info {
    text-align: left; }
  .video-subscription h3 {
    margin: 0 auto 20px auto;
    font-size: 24px;
    font-weight: 900;
    color: #000000; }
  .video-subscription .subscription-text {
    font-size: 14px;
    margin-bottom: 20px; }
  .video-subscription form {
    height: 80px;
    width: 100%; }
    .video-subscription form .subscription-form__input {
      margin-right: 7px;
      width: calc(100% - 97px); }
      .video-subscription form .subscription-form__input input:focus {
        outline: -webkit-focus-ring-color auto 1px; }
  .video-subscription .sub-info {
    font-size: 11px; }
    .video-subscription .sub-info a {
      text-decoration: underline;
      color: inherit; }
  @media (max-width: 1023px) {
    .video-subscription {
      padding: 20px; }
      .video-subscription h3 {
        font-size: 18px; } }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translateZ(9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-center, .Toastify__toast-container--top-left, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: auto; } }

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

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

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

.Toastify__close-button {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: .7;
  transition: .3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: .3; }

.Toastify__close-button:focus, .Toastify__close-button:hover {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  to {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: .7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: auto;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  0%, 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 Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  0%, 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 Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  0%, 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, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translateZ(0); } }

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

@keyframes Toastify__bounceInDown {
  0%, 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 Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--bottom-left, .Toastify__bounce-enter--top-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--bottom-right, .Toastify__bounce-enter--top-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--bottom-left, .Toastify__bounce-exit--top-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--bottom-right, .Toastify__bounce-exit--top-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

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

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

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotateX(-5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  0% {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

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

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

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

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

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

@keyframes Toastify__slideOutLeft {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  0% {
    transform: translateZ(0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--bottom-left, .Toastify__slide-enter--top-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--bottom-right, .Toastify__slide-enter--top-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--bottom-left, .Toastify__slide-exit--top-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--bottom-right, .Toastify__slide-exit--top-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

