@font-face {
  font-family: Soleil;
  src: url("./../font/SoleilRegular.otf"); }

@font-face {
  font-family: Soleil-Bold;
  font-weight: bold;
  src: url("./../font/SoleilBold.otf"); }

@font-face {
  font-family: Soleil-Semibold;
  src: url("./../font/SoleilBook.otf"); }

.alert {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 16px;
  color: #fff;
  text-align: center;
  text-transform: none;
  animation-name: move-alert-down;
  animation-duration: 7s;
  animation-fill-mode: both; }
  .alert.alert-success {
    background: #5FD39D; }
  .alert.alert-danger {
    background: #e96f34; }
  .alert.alert-warning {
    background: #81C9E7; }

@keyframes move-alert-down {
  0% {
    transform: translateY(100%); }
  15% {
    transform: translateY(0); }
  85% {
    transform: translateY(0); }
  100% {
    transform: translateY(100%); } }

* {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0; }

*:not(.flier-body, .flier-body *, #toolbar-container *, .login-text *) {
  text-transform: uppercase; }

html, body {
  font-family: "Soleil-Semibold", sans-serif;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: white;
  font-family: "Soleil-Semibold", sans-serif; }

button {
  cursor: pointer;
  font-family: "Soleil-Semibold", sans-serif; }

.template-div.small {
  max-height: 50%; }

.flier-styler-logo {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 210px 408px 0 0;
  border-color: white transparent transparent transparent;
  -webkit-filter: drop-shadow(0px 3px 6px #00000029);
  filter: drop-shadow(0px 3px 6px #00000029);
  position: absolute;
  background-image: url("./../images/logo.svg"); }

@media (max-width: 1024px) {
  .flier-styler-logo {
    border-width: 208px 404px 0 0; } }

@media (max-width: 425px) {
  .flier-styler-logo {
    border-width: 142px 276px 0 0; } }

.centered-card {
  width: 736px;
  max-height: 80vh;
  overflow-y: auto;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  margin: auto;
  z-index: 2;
  padding-bottom: 20px; }
  .centered-card h1 {
    margin: auto;
    display: flex; }
  .centered-card input {
    max-width: 90%;
    border: 1px solid #81C9E7;
    border-radius: 15px;
    width: 621px;
    height: 48px;
    margin: auto;
    margin-top: 41px;
    display: flex;
    color: #3A3A3C;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-left: 25px; }
  .centered-card .logo-holder {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 25px; }
    .centered-card .logo-holder img {
      max-width: 80%;
      width: 300px;
      max-height: 70px; }
  .centered-card .title {
    display: flex;
    margin: auto;
    text-align: center;
    padding-top: 25px; }
    .centered-card .title h1 {
      font-size: 18px;
      letter-spacing: 0.9px;
      color: #3A3A3C;
      border-bottom: 1.5px solid #81C9E7;
      padding-right: 15px;
      padding-left: 15px;
      padding-bottom: 5px; }
  .centered-card .under-title-text {
    display: block;
    text-align: center;
    padding-top: 37px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
    color: #3A3A3C;
    font-size: 14px; }
  .centered-card .big-button {
    display: block;
    margin: auto;
    text-align: center;
    width: 214px;
    background: #81C9E7 0% 0% no-repeat padding-box;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 55px;
    padding-top: 14px;
    padding-bottom: 14px; }
  .centered-card .create-account {
    display: block;
    margin: auto;
    text-align: center;
    height: 16px;
    color: #9B9B9B;
    background: white;
    border-bottom: 1.5px solid #9B9B9B;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 25px;
    width: fit-content; }
  .centered-card .forgot-password {
    width: 621px;
    text-align: right;
    margin: auto;
    margin-top: 17px; }
    .centered-card .forgot-password a {
      color: #9B9B9B;
      letter-spacing: 0.6px;
      font-size: 12px; }

@media (max-width: 1024px) {
  .centered-card {
    width: 578px;
    margin-top: 196px; }
    .centered-card input {
      width: 515px;
      height: 45px;
      margin-top: 39px; }
    .centered-card .title {
      padding-top: 32px; }
      .centered-card .title h1 {
        font-size: 18px;
        letter-spacing: 0.9px;
        color: #3A3A3C;
        border-bottom: 1.5px solid #81C9E7;
        padding-right: 15px;
        padding-left: 15px;
        padding-bottom: 5px; }
    .centered-card .big-button {
      width: 199px;
      padding-top: 12px;
      padding-bottom: 12px;
      margin-top: 37px; }
    .centered-card .create-account {
      margin-top: 23px; }
    .centered-card .forgot-password {
      width: 515px;
      margin-top: 16px; } }

@media (max-width: 425px) {
  .centered-card {
    width: 327px;
    margin-top: 167px; }
    .centered-card .under-title-text {
      font-size: 12px;
      letter-spacing: 0.6px;
      width: 252px;
      margin: auto;
      padding-top: 31px; }
    .centered-card input {
      width: 266px;
      height: 44px;
      margin-top: 35px;
      font-size: 12px;
      letter-spacing: 0.6px; }
    .centered-card .forgot-password {
      width: 293px; }
      .centered-card .forgot-password a {
        font-size: 10px;
        letter-spacing: 0.5px; }
    .centered-card .big-button {
      margin-top: 35px;
      font-size: 14px;
      letter-spacing: 0.7px;
      width: 159px;
      padding-top: 10px;
      padding-bottom: 10px; }
    .centered-card .create-account {
      margin-top: 19px;
      font-size: 10px;
      letter-spacing: 0.5px;
      height: 18px; } }

.login-text p {
  text-transform: none;
  font-size: 12px; }
  .login-text p:first-of-type {
    margin-top: 15px; }

.main-contents {
  height: 100vh;
  display: flex;
  background-color: #81C9E7;
  position: relative;
  background-image: url("./../images/pre-auth-rectangle-big.svg");
  background-position-x: -630px;
  background-position-y: -412px;
  background-blend-mode: multiply;
  background-repeat: no-repeat;
  background-size: calc(1.78*100%) calc(2.56*100%); }

.triangle-pre-auth {
  background-image: url("./../images/dashboard-triangle-box-shadow.svg");
  top: 0;
  left: 0;
  background-position: center;
  height: 208px;
  width: 404px;
  position: fixed;
  z-index: 2;
  pointer-events: none; }
  .triangle-pre-auth .logo {
    margin-left: 32px;
    margin-top: 30px;
    object-fit: contain; }
  .triangle-pre-auth .company-logo {
    max-width: 200px;
    max-height: 50px; }
  .triangle-pre-auth .small-logo {
    position: absolute;
    top: 73px;
    max-width: 100px;
    display: block; }

@media (max-width: 425px) {
  .triangle-pre-auth {
    width: 276px;
    height: 142px; }
    .triangle-pre-auth .logo {
      width: 111px;
      height: 51px;
      margin-left: 22px;
      margin-top: 20px; }
    .triangle-pre-auth .company-logo {
      margin-top: 7px; }
    .triangle-pre-auth .small-logo {
      margin-top: 4px;
      top: 56px;
      width: 64px; } }

[readonly] {
  cursor: not-allowed;
  background: #f2f2f2; }

.forgot-pass-message-card {
  height: 351px; }
  .forgot-pass-message-card .big-button {
    margin-top: 41px; }

.forgot-pass-message {
  line-height: 20px;
  width: 558px;
  display: block;
  margin: auto;
  font-size: 14px; }

@media (max-width: 1024px) {
  .forgot-pass-message-card {
    height: 335px; }
    .forgot-pass-message-card .big-button {
      margin-top: 37px; }
  .forgot-pass-message {
    width: 440px;
    line-height: 17px;
    letter-spacing: 0.7px; } }

@media (max-width: 425px) {
  .forgot-pass-message-card {
    height: 301px; }
    .forgot-pass-message-card .big-button {
      margin-top: 31px; }
  .forgot-pass-message {
    width: 252px;
    line-height: 16px;
    letter-spacing: 0.6px;
    font-size: 12px; } }

.main-contents-dashboard {
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 1; }

.top-nav {
  background: #81C9E7;
  width: 100%;
  height: 118px;
  position: fixed;
  top: 0;
  z-index: 20; }
  .top-nav .rectangle-skew {
    background-image: url("./../images/top-rectangle-2.svg");
    background-repeat: no-repeat;
    width: 100%;
    height: 326px;
    position: relative;
    top: -181px;
    left: -2px;
    mix-blend-mode: multiply;
    z-index: 25;
    pointer-events: none; }

.side-nav {
  background: #E96F34;
  left: 0;
  position: fixed;
  width: 207px;
  height: 100vh;
  z-index: -3;
  overflow: hidden; }
  .side-nav .rectangle-skew {
    position: absolute;
    width: 296px;
    z-index: -2;
    left: -162px;
    top: 56px;
    mix-blend-mode: multiply;
    opacity: 1;
    pointer-events: none; }

.triangle {
  background-image: url("./../images/dashboard-triangle.svg");
  top: 0;
  left: 0;
  width: 402px;
  height: 208px;
  position: fixed;
  z-index: 30;
  pointer-events: none; }
  .triangle a {
    pointer-events: auto;
    display: block; }
  .triangle .logo {
    margin-left: 32px;
    margin-top: 30px;
    object-fit: contain; }
    .triangle .logo.mobile {
      display: none; }
  .triangle .company-logo {
    max-width: 200px;
    max-height: 50px; }
  .triangle .small-logo {
    position: absolute;
    top: 73px;
    max-width: 100px;
    display: block; }
  .triangle.bottom-left {
    top: unset;
    bottom: 0;
    transform: scaleY(-1);
    width: 267px;
    background-size: contain;
    background-repeat: no-repeat; }
    .triangle.bottom-left img {
      transform: scaleY(-1);
      margin-top: 13px;
      max-width: 100px; }

@media (max-width: 1024px) {
  .main-contents-dashboard {
    overflow: hidden; }
  .side-nav {
    display: none; }
  .top-nav {
    height: 140px; }
    .top-nav .rectangle-skew {
      background-image: url("./../images/top-nav-rectangle-2-tablet.svg");
      height: 312px;
      width: 1081px;
      top: -151px;
      left: -7px; }
  .triangle {
    background-image: url("./../images/dashboard-triangle-box-shadow.svg");
    background-position: center; }
    .triangle .logo.mobile {
      height: unset;
      display: block;
      margin-top: 24px;
      width: 94px; }
    .triangle.bottom-left {
      display: none; }
  .vertical-site-nav {
    overflow: hidden; }
    .vertical-site-nav .rectangle-skew {
      top: -100px;
      left: -275px;
      width: 550px;
      height: 1606px;
      background: url("./../images/vertical-site-nav-rectangle-tablet.svg");
      position: absolute;
      mix-blend-mode: multiply;
      pointer-events: none; } }

@media (max-width: 425px) {
  .main-contents-dashboard {
    overflow: hidden; }
  .top-nav {
    height: 109px; }
    .top-nav .rectangle-skew {
      background-image: url("./../images/top-nav-rectangle-mobile.png");
      height: 218px;
      width: 595px;
      top: -98px;
      left: -6px; }
  .triangle {
    background-image: url("./../images/dashboard-triangle-box-shadow.svg");
    background-position: center;
    height: 142px;
    width: 276px; }
    .triangle .logo {
      width: 111px;
      height: 51px;
      margin-left: 22px;
      margin-top: 20px; }
      .triangle .logo.mobile {
        margin-top: 4px;
        width: 54px; }
  .vertical-site-nav {
    overflow: hidden; }
    .vertical-site-nav .rectangle-skew {
      top: -91px;
      left: -247px;
      width: 485px;
      height: 1598px;
      background: url("./../images/vertical-site-nav-rectangle-mobile.svg");
      position: absolute;
      mix-blend-mode: multiply;
      z-index: -1; } }

.side-nav nav {
  position: absolute;
  color: white;
  margin: auto;
  z-index: 1;
  width: 207px;
  margin-top: 241px; }
  .side-nav nav .sub-items {
    mix-blend-mode: multiply; }
    .side-nav nav .sub-items a {
      display: block;
      margin: auto;
      text-align: center;
      margin-bottom: 37px;
      line-height: 20px;
      color: white;
      letter-spacing: 0.8px;
      width: 144px;
      padding: 5px;
      padding-left: 0px;
      padding-right: 0px; }
    .side-nav nav .sub-items a.active {
      background: #DF5020;
      border-radius: 5px;
      mix-blend-mode: multiply;
      color: white; }
    .side-nav nav .sub-items .white-button {
      display: block;
      margin: auto;
      color: #e96f34;
      padding: 0;
      width: 144px;
      line-height: 29px;
      padding-top: 3px;
      cursor: pointer; }

.side-nav nav::before {
  mix-blend-mode: multiply; }

.top-nav nav {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  .top-nav nav .sub-items {
    display: flex;
    margin: auto;
    text-align: right;
    margin-right: 41px;
    float: right;
    height: 100%; }
    .top-nav nav .sub-items a {
      margin: auto;
      display: inline-block;
      color: white;
      text-align: right;
      margin-right: 46px;
      letter-spacing: 0.8px;
      font-size: 16px;
      line-height: 29px;
      width: fit-content;
      padding-top: 4px;
      padding-left: 23px;
      padding-right: 23px; }
    .top-nav nav .sub-items a.active {
      background: #429ED1;
      border-radius: 5px;
      color: white; }
    .top-nav nav .sub-items .side-nav-toggle {
      display: none; }
    .top-nav nav .sub-items .white-button {
      margin: auto;
      display: inline-block;
      color: #81C9E7;
      width: 125px;
      padding: 0;
      text-align: center;
      padding-top: 3px;
      cursor: pointer; }

.white-button {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 5px;
  background-color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.8px; }

.vertical-site-nav {
  overflow: hidden;
  z-index: 1000;
  top: 0;
  background-color: #E96F34;
  position: fixed;
  transition: 0.3s;
  display: none; }
  .vertical-site-nav .sub-items {
    text-align: left; }
    .vertical-site-nav .sub-items a:first-child {
      text-align: right; }
    .vertical-site-nav .sub-items a {
      display: block;
      font-size: 22px;
      letter-spacing: 1.1px;
      margin-left: 177px;
      margin-bottom: 52px;
      color: white; }
    .vertical-site-nav .sub-items button {
      display: block;
      font-size: 22px;
      letter-spacing: 1.1px;
      margin-left: 177px;
      margin-bottom: 52px;
      padding-left: 26px;
      padding-right: 26px;
      padding-top: 11px;
      padding-bottom: 11px; }
    .vertical-site-nav .sub-items .white-button {
      color: #e96f34; }

@media (max-width: 1024px) {
  .top-nav nav .sub-items {
    margin-right: 0; }
    .top-nav nav .sub-items a {
      display: none; }
    .top-nav nav .sub-items .white-button {
      display: none; }
    .top-nav nav .sub-items .side-nav-toggle {
      display: block;
      background-image: url("./../images/blue-sidebar-icon.png");
      background-repeat: no-repeat;
      background-position: right;
      width: 55px;
      height: 44px;
      margin-right: 48px; }
  .vertical-site-nav {
    right: -617px;
    width: 617px;
    height: 100%;
    display: block;
    top: 0; }
    .vertical-site-nav .sub-items a:first-child {
      text-align: right;
      padding: 0;
      background-image: url("./../images/orange-sidebar-icon.svg");
      background-repeat: no-repeat;
      width: 55px;
      height: 44px;
      margin-top: 48px;
      margin-left: auto;
      margin-right: 48px; }
    .vertical-site-nav .sub-items a.active {
      background: #DF5020;
      border-radius: 5px;
      color: white;
      width: fit-content;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 7px;
      padding-bottom: 6px;
      margin-left: 157px; }
    .vertical-site-nav .sub-items .white-button {
      width: fit-content;
      line-height: 51px;
      width: 172px;
      margin-left: 157px;
      padding: 0;
      text-align: center; }
  .vertical-site-nav.active {
    right: 0 !important; } }

@media (max-width: 425px) {
  .top-nav nav .sub-items .side-nav-toggle {
    width: 37px;
    height: 30px;
    margin-right: 25px;
    background-size: 37px 30px;
    background-repeat: no-repeat;
    background-position: right; }
  .vertical-site-nav {
    right: -316px;
    width: 316px;
    height: 100%;
    display: block;
    top: 0; }
    .vertical-site-nav .sub-items a:first-child {
      width: 37px;
      height: 30px;
      margin-right: 25px;
      margin-top: 40px;
      background-size: contain; }
    .vertical-site-nav .sub-items a {
      font-size: 16px;
      letter-spacing: 0.8px;
      margin-bottom: 42px;
      margin-left: 70px; }
    .vertical-site-nav .sub-items a.active {
      padding-left: 8px;
      padding-right: 8px;
      padding-top: 7px;
      padding-bottom: 7px;
      margin-left: 62px; }
    .vertical-site-nav .sub-items .white-button {
      font-size: 16px;
      letter-spacing: 0.8px;
      font-family: "Soleil", sans-serif;
      width: 128px;
      line-height: 34px;
      margin-left: 70px; }
  .vertical-site-nav.active {
    right: 0 !important; } }

.dashboard-container {
  display: block;
  position: relative;
  margin-top: 118px;
  margin-left: 207px;
  padding: 32px;
  width: 100%;
  overflow: hidden; }

.top-bar {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  min-height: 28px;
  align-items: flex-start;
  margin-left: 16px; }
  @media (max-width: 1345px) {
    .top-bar {
      height: auto; } }
  @media (max-width: 740px) {
    .top-bar {
      height: auto;
      flex-direction: column;
      align-items: center; } }
  .top-bar .create-new {
    border-bottom: 1px solid #e96f34;
    color: #e96f34;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
    margin-top: 6px;
    width: 151px;
    display: inline-block;
    height: 24px;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer; }
    @media (max-width: 740px) {
      .top-bar .create-new {
        margin-bottom: 18px; } }
  .top-bar .my-fliers {
    background-color: #A0A0A0; }
  .top-bar .team-fliers {
    background-color: #3A3A3C; }
  .top-bar .draft-button {
    background-color: #e96f34; }
  .top-bar .published-button {
    background-color: #81C9E7; }
  .top-bar .pending-button {
    background-color: #5FD39D; }
  .top-bar .filter-status-button {
    cursor: pointer; }
    .top-bar .filter-status-button.inactive {
      display: none; }

.card-container {
  position: relative;
  overflow: scroll;
  width: 100%;
  height: 100%;
  align-content: baseline;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  box-sizing: border-box;
  padding-bottom: 200px; }
  .card-container .header {
    white-space: nowrap;
    text-overflow: ellipsis; }
  .card-container .preview {
    padding: 24px;
    overflow: hidden; }

.card-container::-webkit-scrollbar {
  display: none; }

@media (max-width: 1024px) {
  .dashboard-container {
    margin-left: 0;
    margin-top: 140px;
    padding-bottom: 20px;
    overflow: scroll; }
  .card-container {
    height: unset;
    overflow: hidden; }
  .top-bar .filter-list, .top-bar .status-list {
    display: none;
    transition: 0.1s; } }

@media (max-width: 425px) {
  .dashboard-container {
    padding: 24px;
    padding-top: 0;
    padding-bottom: 20px;
    margin-top: 109px;
    overflow: scroll; }
    .dashboard-container .card-container {
      height: unset;
      padding-bottom: 0; } }
  @media (max-width: 425px) and (max-width: 320px) {
    .dashboard-container {
      padding: 15px; } }

@media (max-width: 425px) {
  .card-container {
    overflow: hidden; }
  .top-bar {
    display: block;
    height: auto;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0; }
    .top-bar .create-new {
      display: block;
      margin-right: auto;
      margin-left: auto;
      width: 151px; }
    .top-bar a {
      text-align: center;
      margin-right: auto;
      margin-left: auto;
      display: block; }
    .top-bar .status-items-div {
      margin-bottom: 0; } }

.none-message {
  margin-top: 81px;
  display: block;
  width: 100%;
  text-align: center;
  color: #888;
  font-size: 24px; }

.filter-sort-items-div {
  display: flex;
  align-items: flex-start; }
  @media (max-width: 1345px) {
    .filter-sort-items-div {
      flex-wrap: wrap;
      align-items: flex-start; } }
  @media (max-width: 740px) {
    .filter-sort-items-div {
      flex-direction: column;
      align-items: center; } }

@media (max-width: 1345px) {
  .filter-items-div {
    margin-bottom: 8px; } }

.filter-items-div, .status-items-div {
  display: flex;
  align-items: center;
  margin-left: 56px;
  height: fit-content; }
  @media (max-width: 740px) {
    .filter-items-div, .status-items-div {
      margin-left: 0;
      margin-bottom: 24px;
      flex-direction: column;
      height: auto; } }

.status-items-div.active .filter-status img, .filter-items-div.active .filter-status img {
  transform: rotate(-90deg);
  transition: 0.1s; }

.filter-status {
  color: #A0A0A0;
  font-size: 14px;
  letter-spacing: 0.7px;
  cursor: pointer;
  margin-top: 6px;
  margin-bottom: auto;
  display: inline-block;
  white-space: nowrap; }
  .filter-status img {
    transition: 0.1s; }

.filter-list, .status-list {
  display: none;
  transition: 0.1s;
  margin-top: auto;
  margin-bottom: auto;
  flex-wrap: wrap;
  column-gap: 10px; }
  @media (max-width: 740px) {
    .filter-list, .status-list {
      margin-top: 12px; } }
  .filter-list button, .status-list button {
    color: white;
    border-radius: 7px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-flex;
    white-space: nowrap; }
    .filter-list button img, .status-list button img {
      margin: auto;
      padding-left: 5px;
      display: none; }
  .filter-list button.active img, .status-list button.active img {
    display: block; }

.filter-list.active, .status-list.active {
  display: inline-flex;
  transition: 0.1s; }

.tag-list {
  transition: 0.1s;
  margin-bottom: auto;
  flex-wrap: wrap;
  column-gap: 10px;
  margin-top: 20px; }
  @media (max-width: 740px) {
    .tag-list {
      margin-top: 12px; } }
  .tag-list span {
    color: white;
    border-radius: 7px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 7px;
    padding-bottom: 5px;
    letter-spacing: 0.7px;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-flex;
    white-space: nowrap; }
  .tag-list .tag-item {
    background-color: #A0A0A0; }

.search-input {
  width: 50%;
  padding: 12px;
  background-color: #f4f4f4;
  border-radius: 10px; }
  @media (max-width: 1024px) {
    .search-input {
      margin-top: 16px; } }
  @media (max-width: 740px) {
    .search-input {
      width: 100%; } }

.card {
  position: relative;
  margin: 16px; }
  @media (min-width: 1601px) {
    .card {
      max-width: calc(25% - 32px);
      flex: 1 0 calc(25% - 32px); } }
  @media (max-width: 1600px) {
    .card {
      max-width: calc(25% - 32px);
      flex: 1 0 calc(25% - 32px); } }
  @media (max-width: 1500px) {
    .card {
      max-width: calc(33.33% - 32px);
      flex: 1 0 calc(33.33% - 32px); } }
  @media (max-width: 1024px) {
    .card {
      max-width: calc(50% - 26px);
      flex: 1 0 calc(50% - 26px);
      margin: 13px; } }
  @media (max-width: 600px) {
    .card {
      max-width: none;
      min-width: calc(100% - 26px); } }
  @media (max-width: 425px) {
    .card {
      max-width: none;
      min-width: 100%; } }
  .card .body {
    height: 170px;
    background-size: cover;
    background-position: center; }
  .card.my-fliers .footer, .card.assigned-fliers .footer {
    height: 75px; }

.card.inactive {
  display: none; }

.card.active {
  display: inline-block; }

.draft-card .footer {
  background: #e96f34;
  height: 75px; }
  .draft-card .footer span {
    font-weight: 600;
    float: right; }

.published-card .footer {
  background: #81C9E7;
  height: 75px; }
  .published-card .footer span {
    font-weight: 600;
    float: right; }

.pending-card .footer {
  background: #5FD39D; }
  .pending-card .footer span {
    font-weight: 600;
    float: right; }

.body.logo-paragraph {
  background-image: url("./../images/logo-paragraph.png"); }

.body.logo-picture {
  background-image: url("./../images/logo-picture.png"); }

.body.picture-paragraph {
  background-image: url("./../images/picture-paragraph.png"); }

.body {
  background-repeat: no-repeat;
  background-size: cover; }

.card .header {
  background: #3A3A3C;
  height: 50px;
  display: block;
  border-radius: 5px 5px 0 0;
  color: white;
  margin: auto;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px; }
  @media (max-width: 1345px) {
    .card .header {
      font-size: 14px; } }
  @media (max-width: 1180px) {
    .card .header {
      font-size: 12px; } }

.footer {
  height: 35px;
  display: block;
  border-radius: 0 0 5px 5px;
  color: white;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin: auto;
  line-height: 35px;
  padding-left: 18px;
  padding-right: 16px; }
  @media (min-width: 1500px) {
    .footer {
      font-size: 12px; } }
  @media (max-width: 1345px) {
    .footer {
      font-size: 12px; } }
  @media (max-width: 1180px) {
    .footer {
      font-size: 10px; } }
  @media (max-width: 1085px) {
    .footer {
      font-size: 8px; } }
  @media (max-width: 1345px) {
    .footer a {
      font-size: 12px; } }
  @media (max-width: 1180px) {
    .footer a {
      font-size: 10px; } }
  @media (max-width: 1085px) {
    .footer a {
      font-size: 8px; } }

.flier-card .footer {
  height: 75px; }

@media (max-width: 1024px) {
  .card {
    max-width: calc(50% - 14.5px); }
    .card .header {
      font-size: 16px; }
  .footer {
    font-size: 14px; }
    .footer a {
      font-size: 14px; } }

@media (max-width: 425px) {
  .card {
    margin: 0;
    margin-top: 38px; }
  .card:first-child {
    margin-top: 20px; }
  .card.active {
    display: block; } }

.modal {
  display: none;
  position: fixed;
  z-index: 15;
  left: 207px;
  top: 118px;
  width: calc(100% - 207px);
  height: 100%;
  max-height: calc(100vh - 118px);
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4); }

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 16px auto;
  /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
  width: 641px;
  height: 617px;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 5px; }
  .modal-content .filter-sort-items-div {
    max-height: 20%;
    margin-top: 10px;
    overflow-y: scroll; }
    .modal-content .filter-sort-items-div .filter-status-button {
      background-color: #A0A0A0; }
  .modal-content .title {
    color: #e96f34;
    border-bottom: 1px solid #e96f34;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-weight: normal;
    width: 151px;
    padding-bottom: 8px;
    display: block;
    margin: auto;
    margin-top: 29px;
    text-align: center; }
  .modal-content .submit {
    background-color: #e96f34;
    border-radius: 5px;
    width: 144px;
    height: 29px;
    color: white;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin: 0 auto 29px;
    display: block;
    text-align: center;
    line-height: 29px;
    cursor: pointer; }
    .modal-content .submit.inactive {
      background-color: #888;
      cursor: not-allowed;
      pointer-events: none; }

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold; }

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.template-div {
  display: block;
  padding-left: 74px;
  margin-top: 36px;
  max-height: 70%;
  overflow-y: scroll;
  margin-bottom: 24px;
  padding-top: 5px; }
  .template-div .template-option {
    cursor: pointer;
    margin-right: 45px;
    margin-bottom: 34px;
    display: inline-block;
    width: 135px; }
    #media-modal .template-div .template-option, #logo-modal .template-div .template-option {
      width: 236px; }
    .template-div .template-option .palette, .template-div .template-option img {
      box-shadow: 0px 3px 6px #00000029;
      width: 100%;
      height: 175px;
      object-fit: cover; }
    #logo-modal .template-div .template-option img {
      object-fit: contain; }
    .template-div .template-option h1 {
      color: #3A3A3C;
      font-size: 11px;
      letter-spacing: 0.55px;
      font-weight: normal;
      display: block;
      margin: auto;
      margin-top: 13px;
      text-align: center;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .template-div .template-option:hover img, .template-div .template-option:hover .palette {
    box-shadow: 0px 0px 10px #E96F3480; }
  .template-div .template-option:hover h1 {
    color: #e96f34; }
  .template-div .template-option.active img, .template-div .template-option.active .palette {
    box-shadow: 0px 0px 10px #E96F3480; }
  .template-div .template-option.active h1 {
    color: #e96f34; }

@media (max-width: 1024px) {
  .modal {
    left: 0;
    top: 140px;
    overflow-y: scroll;
    width: 100%; }
  .modal-content {
    margin-top: 68px; } }

@media (max-width: 425px) {
  .modal {
    top: 109px; }
  .modal-content {
    width: 330px;
    height: 589px;
    padding: 0;
    margin-top: 32px;
    margin-bottom: 100px; }
    .modal-content .title {
      margin-top: 25px; }
  .template-div {
    display: block;
    margin-top: 29px;
    margin-left: 17px;
    padding-left: 0; }
    .template-div .template-option {
      margin-right: 18px;
      margin-bottom: 27px; }
      .template-div .template-option img {
        width: 135px;
        height: 175px; }
    .template-div .template-option:nth-last-of-type(2), .template-div .template-option:nth-last-of-type(1) {
      display: none; }
  .close {
    padding: 14px; } }

.card-container.manager .pending-card .footer {
  background: #707070; }

.manager-mode {
  border-bottom: 1px solid #81C9E7;
  color: #81C9E7;
  font-size: 14px;
  letter-spacing: 0.7px;
  padding-bottom: 8px;
  margin-top: 0;
  width: 129px;
  display: inline-block;
  cursor: pointer;
  margin-left: 56px; }
  @media (max-width: 740px) {
    .manager-mode {
      margin-bottom: 18px; } }

.edit-flier-container {
  display: block;
  position: relative;
  margin-top: 85px;
  margin-left: 207px;
  width: 100%; }

.edit-top-bar {
  height: 132px;
  border-bottom: 3px solid #F4F4F4;
  width: calc(100% - 207px);
  background: #fff;
  position: fixed;
  z-index: 5; }

.edit-contents {
  background: #F4F4F4;
  display: block;
  width: 100%;
  overflow: scroll;
  padding-top: 207px;
  padding-bottom: 75px; }

.overflow-warning {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 48px solid red;
  z-index: 3;
  pointer-events: none;
  opacity: .5; }

.flier-body-title-row {
  display: block;
  width: 748px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px; }
  .flier-body-title-row .title {
    color: #3A3A3C;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.8px;
    display: inline-block; }
  .flier-body-title-row input {
    border: none;
    height: 22px;
    font-size: 1em;
    font-family: "Soleil-Semibold", sans-serif;
    background: none;
    width: 300px;
    border-bottom: 1px solid #000; }
  .flier-body-title-row .template {
    color: #e96f34;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.7px;
    float: right;
    display: inline-block; }

.flier-body {
  margin-left: auto;
  margin-right: auto;
  height: 792pt;
  width: 612pt;
  background: white;
  box-shadow: 0px 3px 6px #00000029;
  padding: .5in .5in .6in;
  font-size: .1in; }
  .flier-body ul, .flier-body ol {
    margin-left: 20px; }

.edit-text-components {
  display: inline-block; }

.action-buttons {
  margin-right: 40px;
  display: inline-block;
  float: right;
  padding-top: 57px; }
  .action-buttons button, .action-buttons a {
    margin-left: 20px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 11px;
    padding-top: 11px;
    border-radius: 5px;
    font-size: 12px;
    letter-spacing: 0.6px;
    cursor: pointer;
    color: #fff; }
  .action-buttons .save-btn {
    background: #e96f34; }
  .action-buttons .delete-btn {
    background: #3A3A3C; }
  .action-buttons .submit-btn {
    background: #81C9E7; }
  .action-buttons .publish-btn {
    background: #5FD39D; }

.edit-text-components {
  float: left;
  margin-left: 40px;
  padding-top: 44px; }

:root {
  --ck-color-base-foreground: none !important;
  --ck-color-base-border: none !important; }

.flier-body {
  text-transform: none !important;
  position: relative;
  overflow: hidden; }
  .flier-body:after {
    content: "";
    width: 100%;
    height: .5in;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0; }

.flier-logo-bar {
  position: relative; }
  .flier-logo-bar:hover::after {
    content: "Change Logo";
    position: absolute;
    left: 0;
    top: -20px;
    opacity: 100;
    padding: 3px;
    box-shadow: 0px 0px 4px #000;
    border-radius: 5px;
    animation-duration: .3s;
    animation-name: popup;
    font-size: 11px;
    font-weight: 400; }

.flier-banner-image {
  position: relative; }
  .flier-banner-image:hover::after {
    content: "Change Image";
    position: absolute;
    left: 0;
    top: -20px;
    opacity: 100;
    padding: 3px;
    box-shadow: 0px 0px 4px #000;
    border-radius: 5px;
    font-size: 11px;
    font-weight: 400;
    animation-duration: .3s;
    animation-name: popup; }

@keyframes popup {
  from {
    top: 0;
    opacity: 0; }
  25% {
    top: -25px;
    opacity: 75; }
  to {
    top: -20px;
    opacity: 100; } }

.flier-logo-bar-bottom {
  position: absolute !important;
  bottom: .5in !important; }

#toolbar-container .inner-container {
  display: none; }

.editable-flier .editable-image, .editable-flier .editable-logo {
  cursor: pointer; }
  .editable-flier .editable-image:hover, .editable-flier .editable-logo:hover {
    opacity: .7; }

.editable-flier .editable-logo {
  outline: 1px dashed #1f89e5; }

.edit-color {
  width: 24px;
  position: absolute;
  right: 12px;
  top: 12px;
  cursor: pointer; }

.ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
  max-height: 600px;
  overflow: auto; }
  @media (max-width: 1024px) {
    .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_ne, .ck.ck-dropdown .ck-dropdown__panel.ck-dropdown__panel_se {
      max-height: 400px; } }

.flier-primary-content ul, .flier-primary-content ol {
  margin-left: 18px; }

.main-contents.orange {
  background-color: #e96f34;
  background-image: url("./../images/pre-auth-rectangle-orange-big.svg");
  background-position-x: -630px;
  background-position-y: -412px;
  overflow: hidden; }

.centered-card.orange {
  height: 533px; }
  .centered-card.orange input {
    border: 1px solid #e96f34;
    width: 100%;
    color: #3A3A3C; }
  .centered-card.orange input::placeholder {
    color: #3A3A3C; }
  .centered-card.orange .title h1 {
    border-bottom: 1.5px solid #e96f34; }
  .centered-card.orange .big-button {
    background: #e96f34 0% 0% no-repeat padding-box;
    margin-top: 41px; }

.row {
  display: flex;
  width: 681px;
  margin-left: auto;
  margin-right: auto; }

.row:after {
  display: table; }

.col {
  display: inline-flex;
  width: 50%; }

.col.left {
  margin-right: auto;
  padding-right: 20px; }

.col.right {
  margin-left: auto;
  padding-left: 20px; }

@media (max-width: 1024px) {
  .centered-card.orange {
    height: 464px;
    width: 578px; }
    .centered-card.orange .title h1 {
      border-bottom: 1.5px solid #e96f34; }
    .centered-card.orange input {
      margin-top: 33px; }
    .centered-card.orange .big-button {
      margin-top: 33px; }
  .row {
    width: 515px; }
  .col.left {
    padding-right: 11.5px; }
  .col.right {
    padding-left: 11.5px; } }

@media (max-width: 425px) {
  .centered-card.orange {
    width: 327px;
    height: 526px;
    margin-top: 147px; }
    .centered-card.orange .title {
      width: fit-content; }
      .centered-card.orange .title h1 {
        font-size: 16px;
        letter-spacing: 0.8px;
        padding: 0; }
    .centered-card.orange input {
      margin-top: 21.5px;
      width: 254px; }
    .centered-card.orange .big-button {
      margin-top: 22px;
      font-size: 16px;
      letter-spacing: 0.8px;
      padding-top: 14px;
      padding-bottom: 14px;
      width: 214px; }
    .centered-card.orange .create-account {
      font-size: 12px;
      letter-spacing: 0.6px; }
  .row {
    width: 281px;
    display: block;
    margin-left: 22.5px;
    margin-right: 22.5px; }
  .col {
    display: block;
    width: 100%; }
  .col.left, .col.right {
    padding: 0; } }

.profile-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: space-between;
  margin-top: 118px;
  margin-left: 207px;
  width: 100%;
  padding-top: 50px;
  padding-left: 78px;
  padding-right: 78px;
  overflow: auto;
  padding-bottom: 50px; }
  .profile-container .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #3A3A3C;
    border-bottom: 1px solid #3A3A3C;
    text-align: center;
    width: 137px;
    margin: auto;
    padding-bottom: 8px; }
  .profile-container .row {
    align-items: flex-end;
    width: 100%;
    justify-content: space-between; }
    .profile-container .row .col {
      display: flex;
      flex-direction: column;
      width: 46%;
      margin-top: 10px; }
      .profile-container .row .col label {
        display: block;
        color: #e96f34;
        letter-spacing: 0.8px;
        font-size: 16px;
        margin-top: 40px; }
      .profile-container .row .col p {
        letter-spacing: 0.6px;
        color: #9B9B9B;
        font-size: 12px;
        font-weight: normal;
        margin-top: 15px; }
      .profile-container .row .col input {
        border: 1px solid #e96f34;
        border-radius: 15px;
        height: 48px;
        margin-top: 30px;
        display: block;
        color: #3A3A3C;
        font-size: 14px;
        letter-spacing: 0.7px;
        padding-left: 25px;
        font-family: "Soleil-Semibold"; }
      .profile-container .row .col input::placeholder {
        color: #3A3A3C; }
    .profile-container .row .save {
      background: #e96f34;
      color: #fff;
      cursor: pointer;
      width: 214px;
      height: 48px;
      border-radius: 15px;
      line-height: 48px;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px; }

@media (max-width: 1024px) {
  .profile-container {
    margin-left: 0;
    margin-top: 140px;
    padding-top: 40px;
    padding-left: 82px;
    padding-right: 82px; }
    .profile-container .row {
      flex-direction: column; }
      .profile-container .row .col {
        width: 100%;
        margin-top: 0; }
        .profile-container .row .col input {
          margin-top: 30px; }
        .profile-container .row .col .input-label {
          margin-top: 55px; } }

@media (max-width: 425px) {
  .profile-container {
    margin-top: 109px;
    padding-left: 24px;
    padding-right: 24px; }
    .profile-container .row {
      display: flex;
      margin: 0; }
      .profile-container .row .col label {
        font-size: 14px;
        letter-spacing: 0.7px; }
      .profile-container .row .col input {
        font-size: 12px;
        letter-spacing: 0.6px; }
      .profile-container .row .col p {
        width: 75%;
        font-size: 12px;
        letter-spacing: 0.6px; }
      .profile-container .row .col .change-password {
        margin-top: 50px; }
  .row .save {
    margin-top: 40px; } }

.profile-container.manager .row .col label {
  color: #81C9E7; }

.profile-container.manager .row .col input {
  border: 1px solid #81C9E7; }

.profile-container.manager .row .save {
  background-color: #81C9E7; }

.settings-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: space-between;
  margin-top: 118px;
  margin-left: 207px;
  width: 100%;
  padding-top: 50px;
  padding-left: 78px;
  padding-right: 78px;
  overflow: auto;
  padding-bottom: 50px; }
  @media (max-width: 1222px) {
    .settings-container {
      padding-left: 65px;
      padding-right: 65px; } }
  @media (max-width: 1084px) {
    .settings-container {
      padding-left: 50px;
      padding-right: 50px; } }
  .settings-container .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #3A3A3C;
    border-bottom: 1px solid #3A3A3C;
    text-align: center;
    width: 137px;
    margin: auto;
    padding-bottom: 8px; }
  .settings-container .row {
    align-items: flex-end;
    width: 100%;
    justify-content: space-between; }
    .settings-container .row .col {
      display: flex;
      flex-direction: column;
      width: 100%;
      margin-top: 10px; }
      .settings-container .row .col .input-label {
        display: block;
        color: #81C9E7;
        letter-spacing: 0.7px;
        font-size: 16px;
        margin-top: 28px; }
      .settings-container .row .col p {
        letter-spacing: 0.6px;
        color: #9B9B9B;
        font-size: 12px;
        font-weight: normal;
        margin-top: 15px; }
      .settings-container .row .col input {
        font-family: "Soleil-Semibold";
        font-size: 14px; }
      .settings-container .row .col input::placeholder {
        color: #3A3A3C;
        font-size: 14px; }
      .settings-container .row .col .add-new-button {
        color: #9B9B9B;
        font-size: 12px;
        letter-spacing: 0.6px;
        border-bottom: 1px solid #9B9B9B;
        width: fit-content;
        margin-left: auto;
        margin-top: 20px;
        height: 20px;
        cursor: pointer; }
        @media (max-width: 425px) {
          .settings-container .row .col .add-new-button {
            font-size: 10px;
            letter-spacing: 0.5px;
            height: 13px; } }
      .settings-container .row .col .logo-input {
        height: 64px;
        margin-right: 29px;
        margin-top: 0;
        border-radius: 15px; }
        @media (max-width: 1024px) {
          .settings-container .row .col .logo-input {
            margin-right: 0; } }
        @media (max-width: 700px) {
          .settings-container .row .col .logo-input {
            height: 48px; } }
      .settings-container .row .col .form-logo {
        display: inline-flex;
        width: 200px;
        margin: auto; }
      .settings-container .row .col .logo-button {
        color: #9B9B9B;
        font-size: 12px;
        letter-spacing: 0.6px;
        display: inline-flex;
        justify-content: flex-end; }
        @media (max-width: 1024px) {
          .settings-container .row .col .logo-button {
            justify-content: flex-start; } }
        @media (max-width: 700px) {
          .settings-container .row .col .logo-button {
            justify-content: flex-end; } }
        @media (max-width: 425px) {
          .settings-container .row .col .logo-button {
            font-size: 10px;
            letter-spacing: 0.5px; } }
      @media (max-width: 1024px) {
        .settings-container .row .col .logo-button.last {
          justify-content: flex-end; } }

.form-control {
  color: #3A3A3C;
  font-size: 14px;
  width: auto;
  justify-content: space-between;
  height: 48px;
  display: inline-flex;
  letter-spacing: 0.7px;
  align-items: center;
  margin-top: 30px;
  padding-left: 25px; }
  .form-control input, .form-control select {
    border: none !important;
    margin-top: 0; }
  .form-control input {
    flex-grow: 2; }
  .form-control select {
    width: calc(100% - 20px); }
    .form-control select.manager-select {
      font-family: "Soleil-Semibold";
      font-size: 14px;
      margin-top: 20px;
      width: fit-content;
      padding-right: 25px; }
  .form-control .border-bottom-input {
    border: none;
    padding-left: 0;
    border-radius: 0px;
    text-transform: none;
    margin-top: 15px;
    font-family: "Soleil-Semibold"; }
  .form-control button {
    background: none;
    margin-right: 15px; }

.form-control.no-padding {
  padding-left: 0px; }

.form-control.bordered {
  border: 1px solid #81C9E7;
  border-radius: 15px; }

.form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 35px; }
  @media (max-width: 1024px) {
    .form-row {
      margin-bottom: 0px; } }

@media (max-width: 650px) {
  .form-row.multi-input {
    flex-direction: column;
    align-items: flex-start; } }

.form-control.border-bottom {
  border: none;
  border-bottom: 1px solid #81C9E7;
  border-radius: 0;
  height: 40px;
  margin-right: 50px; }

.form-control.small {
  max-width: calc(20%);
  flex: 1 0 calc(20%);
  flex-grow: 1;
  align-items: baseline; }
  @media (max-width: 1222px) {
    .form-control.small {
      max-width: calc(25%);
      flex: 1 0 calc(25%); } }
  @media (max-width: 1084px) {
    .form-control.small {
      max-width: calc(27%);
      flex: 1 0 calc(27%); } }
  @media (max-width: 850px) {
    .form-control.small {
      max-width: calc(30%);
      flex: 1 0 calc(30%); } }
  @media (max-width: 768px) {
    .form-control.small {
      max-width: calc(35%);
      flex: 1 0 calc(35%); } }
  @media (max-width: 650px) {
    .form-control.small {
      max-width: calc(60%);
      flex: 1 0 calc(60%);
      margin-top: 15px; } }

.form-control.large {
  max-width: calc(35% - 32px);
  flex: 1 0 calc(35% - 32px);
  flex-grow: 2;
  align-items: baseline;
  margin-right: 0; }
  @media (max-width: 1222px) {
    .form-control.large {
      max-width: 35%;
      flex: 1 0 35%; } }
  @media (max-width: 1084px) {
    .form-control.large {
      max-width: 40%;
      flex: 1 0 40%; } }
  @media (max-width: 850px) {
    .form-control.large {
      max-width: 45%;
      flex: 1 0 45%; } }
  @media (max-width: 768px) {
    .form-control.large {
      max-width: 50%;
      flex: 1 0 50%; } }
  @media (max-width: 650px) {
    .form-control.large {
      max-width: 60%;
      flex: 1 0 60%;
      width: 60%;
      margin-top: 15px; } }
  @media (max-width: 570px) {
    .form-control.large {
      max-width: 70%;
      flex: 1 0 70%;
      width: 70%;
      margin-top: 15px; } }
  @media (max-width: 500px) {
    .form-control.large {
      max-width: 80%;
      flex: 1 0 80%;
      width: 80%;
      margin-top: 15px; } }
  @media (max-width: 450px) {
    .form-control.large {
      max-width: 90%;
      flex: 1 0 90%;
      width: 90%;
      margin-top: 15px; } }

.form-row.logo-row {
  justify-content: space-between; }
  .form-row.logo-row .form-control {
    min-height: 64px;
    width: calc(50% - 20px);
    margin-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    height: auto;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 18px 25px; }
    .form-row.logo-row .form-control input {
      border: none;
      padding-left: 0; }
    .form-row.logo-row .form-control .logo-image {
      width: 100%;
      height: auto;
      margin-top: 18px; }
    .form-row.logo-row .form-control .end-of-input-button {
      top: 23px; }
  @media (max-width: 425px) {
    .form-row.logo-row .form-control.logo-name {
      height: 48px; } }
  @media (max-width: 425px) {
    .form-row.logo-row .form-control.buttons {
      height: 30px; } }
  @media (max-width: 1024px) {
    .form-row.logo-row .add-new-button.add-new-logo {
      margin-left: 0;
      order: 2; } }
  @media (max-width: 700px) {
    .form-row.logo-row .add-new-button.add-new-logo {
      margin-right: auto; } }

.form-control.buttons {
  padding-left: 0; }
  @media (max-width: 1260px) {
    .form-control.buttons {
      text-align: center; } }
  @media (max-width: 1160px) {
    .form-control.buttons {
      width: calc(31% - 40px);
      text-align: center; } }
  @media (max-width: 1024px) {
    .form-control.buttons {
      margin-top: 0;
      margin-left: auto;
      order: 3; } }
  @media (max-width: 1000px) {
    .form-control.buttons {
      width: calc(29% - 30px); } }
  @media (max-width: 700px) {
    .form-control.buttons {
      margin-left: 0; } }

.form-control.image {
  padding-left: 0; }

.end-of-input-button {
  color: #9B9B9B;
  font-size: 12px;
  letter-spacing: 0.6px;
  position: absolute;
  right: 5px;
  cursor: pointer;
  z-index: 1;
  background: #fff !important;
  padding-left: 10px; }

.input-repeater {
  position: relative;
  width: 100%; }
  .input-repeater .form-control {
    width: 100%; }
  .input-repeater .form-control:first-child .end-of-input-button {
    display: none; }

.row .buttons {
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px; }

.row .save, .row .delete {
  background: #81C9E7;
  width: 214px;
  height: 48px;
  border-radius: 15px;
  line-height: 48px;
  text-align: center;
  cursor: pointer;
  color: #fff; }

.row .save {
  background: #81C9E7; }

.row .delete + .save {
  margin-left: 20px; }

.row .delete {
  background: #e96f34; }

@media (max-width: 1024px) {
  .settings-container {
    margin-left: 0;
    margin-top: 140px;
    padding-top: 40px;
    padding-left: 82px;
    padding-right: 82px; } }
  @media (max-width: 1024px) and (max-width: 820px) {
    .settings-container {
      padding-right: 60px;
      padding-left: 60px; } }

@media (max-width: 1024px) {
  .form-row.logo-row .form-control {
    max-width: 100%;
    flex: 1 0 100%;
    width: 100%; }
  .form-row.logo-row .form-control.image {
    margin-right: 0; }
  .form-row.logo-row .form-control.buttons {
    margin-right: 0; } }
  @media (max-width: 1024px) and (max-width: 700px) {
    .form-row.logo-row .form-control.buttons {
      max-width: 66.66%;
      flex: 1 0 66.66%; } }

@media (max-width: 1024px) and (max-width: 700px) {
  .form-row.logo-row .form-control.buttons-wide {
    max-width: 100%;
    flex: 1 0 100%; }
    .form-row.logo-row .form-control.buttons-wide .logo-button {
      justify-content: flex-start; }
    .form-row.logo-row .form-control.buttons-wide .logo-button.last {
      justify-content: flex-end; } }

@media (max-width: 1024px) {
  .logo-button {
    width: 40%; } }

@media (max-width: 425px) {
  .settings-container {
    margin-top: 109px;
    padding-left: 24px;
    padding-right: 24px; }
    .settings-container .row {
      display: flex;
      margin: 0; }
      .settings-container .row .col p {
        width: 80%;
        font-size: 10px;
        letter-spacing: 0.5px;
        line-height: 13px; }
      .settings-container .row .col .change-password {
        margin-top: 50px; }
      .settings-container .row .col .input-label {
        font-size: 14px;
        letter-spacing: 0.7px; }
  .end-of-input-button {
    font-size: 10px;
    letter-spacing: 0.5px;
    width: 57px; }
  .row .save {
    margin-top: 40px; } }

.font-select {
  text-transform: none !important; }

.media-card .body {
  background-image: url("./../images/media-background.png");
  padding-bottom: 58%;
  background-size: contain;
  background-position: center;
  background-color: #eee; }

.media-card .footer {
  background: #e96f34;
  display: flex;
  justify-content: space-between; }
  .media-card .footer a img {
    vertical-align: middle; }

.media-container .create-new {
  text-align: center; }

.filter-status-button.branch-button {
  background-color: #e96f34; }

.filter-status-button.test {
  background-color: #e96f34; }

.autoheight {
  height: auto !important; }

table {
  width: 100%;
  font-family: "Soleil-Semibold";
  border-spacing: 0;
  text-align: center;
  margin-top: 20px; }

.mobile-table {
  display: none; }

tbody {
  box-shadow: 0 0 0 1px #e96f34;
  border-radius: 10px; }

@media (max-width: 850px) {
  th {
    font-size: 13px;
    letter-spacing: 0.65px; } }

@media (max-width: 650px) {
  th {
    font-size: 12px;
    letter-spacing: 0.6px; } }

td:first-child {
  border: none; }

td {
  border-left: 1px solid #e96f34;
  font-size: 14px;
  letter-spacing: 0.7px;
  font-family: "Soleil-Semibold"; }
  td a {
    font-size: 14px;
    letter-spacing: 0.7px;
    font-family: "Soleil-Semibold";
    color: #000; }
  @media (max-width: 850px) {
    td {
      font-size: 12px;
      letter-spacing: 0.6px; } }
  @media (max-width: 700px) {
    td {
      font-size: 11px;
      letter-spacing: 0.55px; } }
  @media (max-width: 650px) {
    td {
      font-size: 10px;
      letter-spacing: 0.5px; } }

td:first-child {
  width: 10%; }

td:last-child {
  width: 8%; }

tr {
  height: 66px; }

tr:nth-child(even) {
  background-color: rgba(233, 111, 52, 0.12); }

@media (max-width: 570px) {
  table {
    display: none; }
  .mobile-table {
    display: flex;
    width: 100%;
    flex-direction: column; }
    .mobile-table .table-card {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      box-shadow: 0px 3px 6px #00000029;
      border-radius: 10px;
      width: calc(100% - 28px);
      height: 225px;
      padding: 14px;
      margin-top: 35px; }
    .mobile-table .flex-header {
      display: flex;
      justify-content: space-between;
      margin-top: 24px;
      margin-bottom: 15px; }
      .mobile-table .flex-header .flex-header-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        letter-spacing: 0.6px;
        width: 42.5%; }
    .mobile-table .flex-row {
      display: flex;
      justify-content: space-between;
      border: 1px solid #e96f34;
      border-radius: 10px;
      height: 44px; }
      .mobile-table .flex-row .flex-row-cell {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 11px;
        letter-spacing: 0.55px;
        width: 42.5%;
        border-left: 1px solid #e96f34; }
        .mobile-table .flex-row .flex-row-cell a {
          color: #000; }
      .mobile-table .flex-row .flex-row-cell:first-child {
        border-left: none; }
    .mobile-table .top-row .flex-row-cell:first-child, .mobile-table .top-row .flex-header-cell:first-child {
      width: 15%; }
    .mobile-table .bottom-row .flex-row-cell:last-child, .mobile-table .bottom-row .flex-header-cell:last-child {
      width: 20%; }
    .mobile-table .table-card:nth-child(even) .flex-row-cell {
      background-color: rgba(233, 111, 52, 0.12); }
    .mobile-table .table-card:first-child {
      margin-top: 0; } }

.users-container {
  display: block;
  position: relative;
  margin-top: 118px;
  margin-left: 207px;
  padding: 32px;
  padding-left: 80px;
  padding-right: 80px;
  width: 100%;
  overflow: scroll; }

.users-container .top-bar {
  margin-left: 0;
  align-items: flex-start; }
  .users-container .top-bar .create-new {
    border-bottom: 1px solid #e96f34;
    color: #e96f34;
    font-size: 14px;
    letter-spacing: 0.7px;
    padding-bottom: 8px;
    margin-top: 0;
    width: 151px;
    display: inline-block;
    height: 24px;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    text-align: center; }
    @media (max-width: 740px) {
      .users-container .top-bar .create-new {
        margin-bottom: 18px; } }

.table-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: auto;
  padding: 2px;
  width: 100%;
  height: 100%;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .table-container table {
    padding-bottom: 200px; }

.table-container::-webkit-scrollbar {
  display: none; }

.load-more-button {
  width: 175px;
  height: 44px;
  background-color: #e96f34;
  border-radius: 15px;
  margin-top: 49px;
  color: white;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.7px;
  margin-bottom: 30px;
  min-height: 44px; }

.delete-user-btn {
  cursor: pointer;
  background: none; }

@media (max-width: 1024px) {
  .users-container {
    margin-left: 0;
    padding-left: 48px;
    padding-right: 48px;
    margin-top: 140px;
    overflow: scroll; }
  .table-container {
    overflow: hidden;
    height: auto; }
  .users-container .top-bar {
    margin-top: 25px; } }

@media (max-width: 425px) {
  .users-container {
    margin-top: 109px;
    padding-left: 15px;
    padding-right: 15px; }
  .load-more-button {
    min-height: 36px;
    height: 36px;
    width: 162px;
    font-size: 12px;
    letter-spacing: 0.6px; } }

.add-user-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-content: space-between;
  margin-top: 118px;
  margin-left: 207px;
  width: 100%;
  padding-top: 50px;
  padding-left: 78px;
  padding-right: 78px;
  overflow-y: auto;
  padding-bottom: 50px; }
  @media (max-width: 1090px) {
    .add-user-container {
      padding-left: 50px;
      padding-right: 50px; } }
  .add-user-container .title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #3A3A3C;
    border-bottom: 1px solid #3A3A3C;
    text-align: center;
    width: 115px;
    margin: auto;
    padding-bottom: 8px; }
  .add-user-container .input-label {
    color: #e96f34;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 60px; }
  .add-user-container .input-label.first-label {
    margin-top: 25px; }
  .add-user-container p {
    color: #9B9B9B;
    font-size: 12px;
    letter-spacing: 0.6px;
    margin-top: 15px; }
  .add-user-container .form-row {
    justify-content: space-between;
    margin-bottom: 0; }
  .add-user-container .form-control {
    position: relative;
    border: 1px solid #e96f34;
    width: calc(50% - 60px);
    margin-top: 45px; }
    .add-user-container .form-control label {
      position: absolute;
      top: -25px;
      left: 0; }
    .add-user-container .form-control img {
      width: 200px;
      margin-left: auto;
      margin-right: auto; }
  .add-user-container .form-control.user-branch {
    width: calc(33% - 44px);
    height: 64px; }
  .add-user-container .form-control.user-branch:hover {
    background-color: rgba(233, 111, 52, 0.12); }
  .add-user-container input {
    color: #3A3A3C; }
  .add-user-container input::placeholder {
    color: #3A3A3C;
    font-family: "Soleil-Semibold";
    letter-spacing: 0.7px;
    font-size: 14px; }
  .add-user-container .gray-text::placeholder {
    color: #9B9B9B; }
  .add-user-container .save {
    background-color: #e96f34;
    width: 214px;
    height: 48px;
    border-radius: 15px;
    line-height: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px; }

@media (max-width: 1024px) {
  .add-user-container {
    margin-left: 0;
    margin-top: 140px;
    padding-top: 40px; }
    .add-user-container .form-control {
      width: 100%; }
    .add-user-container .form-control.user-branch {
      width: calc(50% - 41px); }
    .add-user-container .input-label {
      margin-top: 50px; }
    .add-user-container .input-label.first-label {
      margin-top: 40px; } }

@media (max-width: 570px) {
  .add-user-container .form-control.user-branch {
    width: 100%; }
  .add-user-container .input-label {
    margin-top: 40px; }
  .add-user-container .input-label.first-label {
    margin-top: 35px; } }

@media (max-width: 425px) {
  .add-user-container {
    margin-top: 109px; } }
