.ezoic-wrapper {
    @-webkit-keyframes components-spinner__animation {
         {
      transform: rotate(0deg); }


        .ezoic-wrapper to {
      transform: rotate(1); }
 }

    @keyframes components-spinner__animation {
         {
      transform: rotate(0deg); }


        .ezoic-wrapper to {
      transform: rotate(1); }
 }
 }
  .ezoic-wrapper .components-custom-select-control {
    color: #555d66;
    position: relative; }
  .ezoic-wrapper .components-custom-select-control__label {
    display: block;
    margin-bottom: 5px; }
  .ezoic-wrapper .components-custom-select-control__button {
    border: 1px solid #7e8993;
    border-radius: 4px;
    color: #555d66;
    display: inline;
    position: relative;
    text-align: left; }
  .ezoic-wrapper .components-custom-select-control__button:focus {
    border-color: #00a0d2; }
  .ezoic-wrapper .components-custom-select-control__button-icon {
    height: 100%;
    padding: 0 4px;
    position: absolute;
    right: 0;
    top: 0; }
  .ezoic-wrapper .components-custom-select-control__menu {
    background: white;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 1000000; }
  .ezoic-wrapper .components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px; }
  .ezoic-wrapper .components-custom-select-control__item.is-highlighted {
    background: #e2e4e7; }
  .ezoic-wrapper .components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0; }
  .ezoic-wrapper .components-spinner {
    display: inline-block;
    background-color: #7e8993;
    width: 18px;
    height: 18px;
    opacity: 0.7;
    float: right;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative; }
  .ezoic-wrapper .components-spinner > .ezoic-before-el {
    content: "";
    position: absolute;
    background-color: white;
    top: 3px;
    left: 3px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    transform-origin: 6px 6px;
    -webkit-animation: components-spinner__animation 1s linear infinite;
    animation: components-spinner__animation 1s linear infinite; }
  .ezoic-wrapper .components-snackbar {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    background-color: #32373c;
    border-radius: 4px;
    color: white;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer; }
  .ezoic-wrapper .components-snackbar {
    width: fit-content; }

  .ezoic-wrapper .components-snackbar:hover {
    background-color: #191e23; }
  .ezoic-wrapper .components-snackbar:focus {
    background-color: #191e23; }
  .ezoic-wrapper .components-snackbar__action.components-button {
    margin-left: 32px;
    color: white;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0; }
  .ezoic-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default) {
    text-decoration: underline;
    background-color: rgba(0, 0, 0, 0); }
  .ezoic-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):focus {
    color: white;
    outline: 1px dotted white; }
  .ezoic-wrapper .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-default):hover {
    color: #33b3db; }
  .ezoic-wrapper .components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4; }
  .ezoic-wrapper .components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box; }
  .ezoic-wrapper .components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px; }

