@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
}

a {
  text-decoration: none;
}

.light-grey-bg {
  background-color: #F3F3F3;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-14 {
  font-size: 14px;
}

.text-red {
  color: #ED1C24;
}

.container-80 {
  width: 80%;
  margin: 0 auto;
}

.dashboard-container {
  width: 77.500000005%;
  margin-left: 22.499999995%;
  padding: 15px;
  box-sizing: border-box;
  height: 100vh;
}
.dashboard-container .dashboard-container-inner {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
}
.dashboard-container .dashboard-container-inner .dashboard-content {
  padding: 20px 20px 60px 30px;
}

.auth-container {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100vh;
}
.auth-container .auth-container-inner {
  background-color: #F3F3F3;
  width: 100%;
  height: 100%;
}

.flex {
  display: flex;
}

.hide {
  display: none;
}

.text-decoration-none {
  text-decoration: none;
}

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

.red-hr {
  height: 0;
  border: #ED1C24 solid 1px;
}

.text-align-center {
  text-align: center;
}

.mobile-header {
  display: none;
  padding: 40px 20px 20px 20px;
  position: fixed;
  background-color: white;
  width: 100%;
  box-sizing: border-box;
  z-index: 1000;
}
.mobile-header .logo img {
  width: 60%;
}
.mobile-header .store-name {
  font-size: 16px;
  color: #ED1C24;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: left;
}

.vertical-align-middle {
  vertical-align: middle;
}

@media only screen and (max-width: 1100px) {
  .dashboard-container {
    width: 100%;
    margin-left: 0;
  }
  .dashboard-container .dashboard-container-inner .dashboard-content {
    padding: 240px 20px 60px 30px;
  }
  .mobile-header {
    display: block;
  }
}
form label {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #231F20;
  font-weight: 600;
}
form .form-group {
  margin-top: 20px;
}
form input[type=date]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("/assets/vectors/calendar-icon.svg") right center no-repeat;
  height: 18px;
  width: 18px;
  border-width: thin;
}
form input[type=date]::-webkit-datetime-edit {
  max-width: 85%;
}
form input[type=date]::ng-deep.bs-datepicker .bs-datepicker-head {
  background-color: red !important;
}
form input[type=date]::ng-deep.bs-datepicker .selected {
  background-color: red !important;
}
form input[type=time]::-webkit-calendar-picker-indicator {
  color: rgba(0, 0, 0, 0);
  opacity: 1;
  display: block;
  background: url("/assets/vectors/time-icon.svg") right center no-repeat;
  height: 18px;
  width: 18px;
  border-width: thin;
}
form input[type=time]::-webkit-datetime-edit {
  max-width: 65%;
  overflow: hidden;
}
form input[type=checkbox] {
  transform: scale(2);
  margin-left: 7px;
  margin-right: 15px;
}
form .form-control {
  border: 1px solid #B1B3B6;
  font-weight: 400;
  height: 38px;
  text-indent: 10px;
  width: 500px;
  line-height: 2em;
  font-size: 16px;
}
form .price {
  position: relative;
}
form .price input {
  text-indent: 26px;
}
form .price::after {
  content: "£";
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #231F20;
  left: 15px;
  top: 10px;
  z-index: 5;
}
form textarea {
  height: auto !important;
}
form .password {
  background: url("/assets/vectors/password-lock.svg") left 10px center no-repeat;
  text-indent: 40px;
}
form .input-error {
  border-color: #ED1C24;
}
form .label-input-error {
  color: #ED1C24 !important;
}

.password-wrapper {
  color: #FFFFFF;
  border: 1px solid #B1B3B6;
  font-weight: 400;
  height: 38px;
  position: relative;
  font-size: 16px;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
  display: flex;
  align-items: center;
}
.password-wrapper input {
  width: 100%;
  border: none;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}
.password-wrapper img {
  margin-right: 10px;
}

.login-form {
  padding: 0 60px;
  text-align: left;
}
.login-form .form-control {
  width: 100%;
}
.login-form .form-control ::-moz-placeholder {
  color: #B1B3B6;
}
.login-form .form-control ::placeholder {
  color: #B1B3B6;
}

.dashboard-form {
  width: 75%;
}
.dashboard-form select {
  border: none;
}
.dashboard-form .form-control {
  width: 100%;
}
.dashboard-form .form-control ::-moz-placeholder {
  color: #B1B3B6;
}
.dashboard-form .form-control ::placeholder {
  color: #B1B3B6;
}
.dashboard-form .email {
  background: url("/assets/vectors/email-icon.svg") left 10px center no-repeat, url("/assets/vectors/asterisk.svg") right 10px center no-repeat;
  background-color: white;
  text-indent: 40px !important;
}
.dashboard-form .store-name {
  text-align: left;
  font-size: 26px;
  letter-spacing: normal;
}

.store-search-form .search-icon {
  padding: 10px 13px;
  background-color: #ED1C24;
  transition: 0.2s;
  border: none;
  cursor: pointer;
}
.store-search-form .search-icon:hover {
  background-color: #B1B3B6;
  color: #231F20;
}

.circle-tick img {
  width: 60px;
  height: 60px;
  font-size: 30px;
}

.select-wrapper {
  color: #FFFFFF;
  border: 1px solid #B1B3B6;
  font-weight: 400;
  height: 38px;
  position: relative;
  font-size: 16px;
  background: url("/assets/vectors/dropdown-arrow.svg") white no-repeat right 1.4rem center;
  overflow: hidden;
  overflow: -moz-hidden-unscrollable;
}
.select-wrapper select {
  width: 100%;
  background: transparent;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.image-preview {
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
}
.image-preview .suspension-status {
  margin-top: 3px;
}
.image-preview .image {
  width: 80px;
  height: 80px;
}
.image-preview .uploaded {
  font-size: 10px;
}
.image-preview .file-size {
  font-size: 10px;
}
.image-preview .file-name {
  word-break: break-all;
  display: inline-block;
}

.offer-value {
  display: none;
}

.offer-value-lower {
  display: none;
}

.ck-editor__editable_inline {
  min-height: 300px;
}

.suspend-offer {
  background-color: white;
  border-bottom: #ED1C24 solid 5px;
  padding: 30px;
}
.suspend-offer h3 {
  font-weight: 600;
  color: #ED1C24;
  text-decoration: underline;
}
.suspend-offer p {
  color: #231F20;
  text-decoration: none;
  font-size: 14px;
}
.suspend-offer .light-switch {
  min-width: 40px;
  max-width: 60px;
  height: 24px;
  border-radius: 50px;
  padding: 0 2px;
  transition: 0.1s;
}
.suspend-offer .light-switch.active {
  justify-content: flex-end;
  background-color: #55D862;
}
.suspend-offer .light-switch.suspended {
  justify-content: flex-start;
  background-color: #FF6B00;
}
.suspend-offer .light-switch.disabled {
  justify-content: flex-start;
  background-color: #838383;
}
.suspend-offer .light-switch .light-switch-button {
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: white;
}

.file {
  padding-bottom: 20px;
  border-bottom: 1px solid #ED1C24;
}
.file p {
  color: #6B6B6B;
  font-weight: 600;
}
.file .filesize {
  color: #C4C4C4;
  font-size: 14px;
  font-weight: 400;
}

.report-form .form-control {
  width: 100%;
}
.report-form .form-control ::-moz-placeholder {
  color: #B1B3B6;
}
.report-form .form-control ::placeholder {
  color: #B1B3B6;
}

#imageInputGroup {
  display: none;
}

.character-count {
  position: relative;
  z-index: 1;
}
.character-count::after {
  content: attr(data-count);
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  color: #B1B3B6;
  right: 5px;
  top: 10px;
  z-index: 5;
}

.email {
  background: url("/assets/vectors/email-icon.svg") white left 10px center no-repeat;
  text-indent: 40px !important;
}
.email:disabled {
  border: #B1B3B6 solid 1px;
  color: #B1B3B6;
  background: url("/assets/vectors/email-icon-disabled.svg") #F3F3F3 left 10px center no-repeat;
}

.required-asterisk {
  background: url("/assets/vectors/asterisk.svg") white no-repeat;
  background-position: right 10px center;
}

.tooltip {
  position: relative;
}
.tooltip .tooltip-text {
  top: -47px;
  left: 120%;
  visibility: hidden;
  width: 200px;
  color: #fff;
  text-align: center;
  padding: 20px;
  position: absolute;
  z-index: 1;
  transition: 0.1s;
  font-size: 12px;
  font-weight: 400;
  background-color: #231F20;
  box-shadow: 0px 4px 6px #F5F5F5;
}
.tooltip .tooltip-text::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

#tooltip1:hover #tooltip1Text {
  visibility: visible;
}

#tooltip2:hover #tooltip2Text {
  visibility: visible;
}

#tooltip3:hover #tooltip3Text {
  visibility: visible;
}

#offerPageInputs {
  display: none;
  border-top: 1px #ED1C24 solid;
}

.type-filter {
  border: 2px #B1B3B6 solid;
  background-color: white;
  padding: 3px;
  display: flex;
  align-items: center;
}
.type-filter a {
  padding: 5px 0;
  color: #231F20;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}
.type-filter a.active {
  background-color: #ED1C24;
  color: white;
}
.type-filter a:hover {
  background-color: #B1B3B6;
}

.select-2 {
  height: 27px !important;
}

.select2-selection__rendered {
  line-height: 27px !important;
}

.select2-container .select2-selection--single {
  height: 27px !important;
}

.select2-selection__arrow {
  height: 27px !important;
}

@media only screen and (max-width: 1100px) {
  .dashboard-form {
    width: 100%;
  }
}
.login-modal-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.login-modal-container .login-modal {
  background-color: white;
  padding: 50px 0 40px;
  width: 520px;
  text-align: center;
  box-shadow: 0 4px 6px #ebeaea;
}
.login-modal-container .login-modal hr {
  height: 0px;
  border: 1px solid #ED1C24;
  margin-top: 30px;
}

.suspend-offer-modal-container {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  display: none;
}
.suspend-offer-modal-container.active {
  display: block;
}
.suspend-offer-modal-container .suspend-offer-modal {
  background-color: white;
  width: 520px;
}
.suspend-offer-modal-container .suspend-offer-modal .inner {
  padding: 20px 15px 30px;
}
.suspend-offer-modal-container .suspend-offer-modal .inner .modal-body {
  text-align: center;
  padding: 0 40px;
}
.suspend-offer-modal-container .suspend-offer-modal .inner .modal-body p {
  font-size: 14px;
  color: #231F20;
  line-height: 22px;
  width: 80%;
  margin: 0 auto;
}
.suspend-offer-modal-container .suspend-offer-modal .inner .modal-body .cancel {
  color: #ED1C24;
  font-weight: 600;
  text-decoration: underline;
  padding: 10px 0;
  display: block;
}
.suspend-offer-modal-container .suspend-offer-modal .inner form {
  text-align: left;
}
.suspend-offer-modal-container .suspend-offer-modal .inner form p {
  width: 100% !important;
}
.suspend-offer-modal-container .suspend-offer-modal .inner form input {
  width: 100%;
}
.suspend-offer-modal-container .suspend-offer-modal hr {
  height: 0;
  border: 1px solid #ED1C24;
}
.suspend-offer-modal-container h4 {
  font-size: 22px;
  color: #ED1C24;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 1001;
}

@media only screen and (max-width: 1100px) {
  .suspend-offer-modal-container .suspend-offer-modal {
    width: 500px;
  }
  .login-modal-container .login-modal {
    width: 480px;
  }
}
.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-bottom: 1rem !important;
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-bottom: auto !important;
  margin-top: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.py-3 {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.button {
  border: none;
  font-size: 18px;
  font-weight: 500;
  padding: 10px 60px;
  cursor: pointer;
  transition: 0.1s;
  box-sizing: border-box;
}

.red-solid-button {
  background-color: #ED1C24;
  color: white;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  transition: 0.1s;
}
.red-solid-button:hover {
  background-color: #B1B3B6;
  color: #231F20;
}
.red-solid-button:disabled {
  background-color: #D6D9DD;
  color: white;
  cursor: default;
}

.red-hollow-button {
  background-color: white;
  border: #ED1C24 1px solid;
  color: #ED1C24;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  padding: 12px 0;
  transition: 0.1s;
}
.red-hollow-button:hover {
  background-color: #B1B3B6;
  border-color: #B1B3B6;
}

.quick-actions-button {
  background-color: transparent;
  border: #B1B3B6 1px solid;
  color: #231F20;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  transition: 0.1s;
  padding: 12px 20px;
}
.quick-actions-button img {
  margin-left: 20px;
}
.quick-actions-button:hover {
  background-color: #B1B3B6;
  border-color: #B1B3B6;
}

.quick-actions-dropdown {
  position: relative;
  display: inline-block;
}
.quick-actions-dropdown .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}
.quick-actions-dropdown .dropdown-content a {
  padding: 12px 16px;
  box-sizing: border-box;
  color: #231F20;
  display: block;
  text-align: center;
  font-weight: 500;
}
.quick-actions-dropdown .dropdown-content a:hover {
  background-color: #B1B3B6;
}
.quick-actions-dropdown:hover .dropdown-content {
  display: block;
}

.report-range-button {
  min-width: 170px;
}

.publish-button {
  background-color: #D6D9DD;
  color: white;
  padding: 13px 20px 13px 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  border-right: solid 4px #B1B3B6;
  box-sizing: border-box;
  cursor: default;
}
.publish-button.active {
  background-color: #ED1C24;
  border-right: solid 4px #231F20;
  cursor: pointer;
}
.publish-button.active:hover {
  background-color: #B1B3B6;
  border-right: solid 4px #231F20;
}

.cancel {
  text-decoration: none;
  color: #ED1C24;
  font-weight: 500;
}

.clear {
  text-decoration: underline;
  color: #ED1C24;
  font-weight: 600;
}

.delete-user {
  border: none;
  background-color: transparent;
  text-decoration: underline;
  color: #ED1C24;
  font-weight: 600;
  width: 100%;
  font-size: 16px;
}

.logout {
  position: absolute;
  bottom: 40px;
  right: 50px;
  text-decoration: underline;
  color: #B1B3B6;
}

@media only screen and (max-width: 1100px) {
  .logout {
    display: none;
  }
}
.stores-nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stores-nav .nav-item {
  background-color: #858585;
}

.sidebar {
  height: 100vh;
  width: 22.499999995%;
  overflow-y: scroll;
  position: fixed;
  background-color: white;
  padding: 0 20px 40px 30px;
  box-sizing: border-box;
}
.sidebar .inner-sidebar {
  position: relative;
  height: 100%;
}
.sidebar::-webkit-scrollbar {
  display: none;
}
.sidebar .nav-item {
  color: #231F20;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 0 20px 30px;
  display: block;
  margin: 0 auto 5px;
}
.sidebar .nav-item.active {
  background-color: #ED1C24;
  color: white;
}
.sidebar .nav-item.active .nav-icon {
  filter: invert(100%);
}
.sidebar .nav-item.active:hover {
  background-color: #ED1C24;
  color: white;
}
.sidebar .nav-item:hover {
  background-color: #F3F3F3;
  color: #ED1C24;
}
.sidebar .nav-item .nav-icon {
  display: block;
  padding-right: 20px;
}
.sidebar .settings-item {
  color: #ED1C24;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 0 20px 30px;
  display: block;
  margin: 0 auto 20px;
}
.sidebar .settings-item .settings-icon {
  display: block;
}
.sidebar .account-item {
  color: #B1B3B6;
  text-decoration: underline;
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.sidebar .logout-item {
  color: #231F20;
  text-align: center;
  font-weight: 600;
}
.sidebar .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.sidebar .logo img {
  padding: 40px 0 0 0;
  width: 88%;
}
.sidebar .sidebar-image-section img {
  margin: 40px auto 0;
  display: block;
}
.sidebar .sidebar-image-section h3 {
  font-weight: 700;
  margin: 10px auto 0;
  display: block;
  color: #231F20;
  font-size: 16px;
  text-align: center;
}
.sidebar .sidebar-image-section p {
  font-size: 14px;
  color: #B1B3B6;
  margin: 10px auto 40px;
  display: block;
  text-align: center;
}
.sidebar .sidebar-image-section p a {
  text-decoration: underline;
  color: #B1B3B6;
}
.sidebar .bottom-nav {
  margin-top: 150px;
}
.sidebar .bottom-nav .suspend-system {
  background-color: #F3F3F3;
  display: block;
  padding: 15px 20px;
  border-radius: 20px;
  color: #231F20;
  margin-bottom: 20px;
}
.sidebar .bottom-nav .suspend-system .light-switch {
  min-width: 40px;
  max-width: 60px;
  height: 24px;
  border-radius: 50px;
  padding: 0 2px;
  transition: 0.1s;
}
.sidebar .bottom-nav .suspend-system .light-switch.active {
  justify-content: flex-end;
  background-color: #55D862;
}
.sidebar .bottom-nav .suspend-system .light-switch.suspended {
  justify-content: flex-start;
  background-color: #FF6B00;
}
.sidebar .bottom-nav .suspend-system .light-switch.disabled {
  justify-content: flex-start;
  background-color: #838383;
}
.sidebar .bottom-nav .suspend-system .light-switch .light-switch-button {
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: white;
}
.sidebar .bottom-nav .suspend-system .small {
  font-family: "Poppins", sans-serif;
  color: #B1B3B6;
  font-weight: 400;
  font-size: 14px;
}

.mobile-menu {
  height: 70vh;
  width: 100%;
  overflow-y: scroll;
  position: fixed;
  background-color: white;
  display: none;
  top: 225px;
  padding-bottom: 40px;
  scroll-padding-bottom: 40px;
  z-index: 900;
}
.mobile-menu .inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
}
.mobile-menu::-webkit-scrollbar {
  display: none;
}
.mobile-menu .nav-item {
  color: #231F20;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 0 20px 30px;
  display: block;
  margin: 0 auto 5px;
}
.mobile-menu .nav-item.active {
  background-color: #ED1C24;
  color: white;
}
.mobile-menu .nav-item.active .nav-icon {
  filter: invert(100%);
}
.mobile-menu .nav-item.active:hover {
  background-color: #ED1C24;
  color: white;
}
.mobile-menu .nav-item:hover {
  background-color: #F3F3F3;
  color: #ED1C24;
}
.mobile-menu .nav-item .nav-icon {
  display: block;
  padding-right: 20px;
}
.mobile-menu .settings-item {
  color: #ED1C24;
  font-weight: 700;
  font-size: 18px;
  text-decoration: none;
  padding: 20px 0 20px 30px;
  display: block;
  margin: 0 auto 20px;
}
.mobile-menu .settings-item .settings-icon {
  display: block;
}
.mobile-menu .account-item {
  color: #B1B3B6;
  text-decoration: underline;
  text-align: center;
  font-weight: 600;
  display: block;
  margin-bottom: 20px;
}
.mobile-menu .logout-item {
  color: #231F20;
  text-align: center;
  font-weight: 600;
}
.mobile-menu .logo {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.mobile-menu .logo img {
  padding: 40px 0 0 0;
  width: 88%;
}
.mobile-menu .sidebar-image-section img {
  margin: 40px auto 0;
  display: block;
}
.mobile-menu .sidebar-image-section h3 {
  font-weight: 700;
  margin: 20px auto 0;
  display: block;
  color: #ED1C24;
  font-size: 16px;
  text-align: center;
}
.mobile-menu .sidebar-image-section p {
  font-size: 14px;
  color: #B1B3B6;
  margin: 20px auto 40px;
  display: block;
  text-align: center;
}
.mobile-menu .sidebar-image-section p a {
  text-decoration: underline;
  color: #B1B3B6;
}
.mobile-menu .bottom-nav .suspend-system {
  background-color: #F3F3F3;
  display: block;
  padding: 15px 20px;
  border-radius: 20px;
  color: #231F20;
  margin-bottom: 20px;
}
.mobile-menu .bottom-nav .suspend-system .light-switch {
  width: 60px;
  height: 24px;
  border-radius: 50px;
  padding: 0 2px;
  transition: 0.1s;
}
.mobile-menu .bottom-nav .suspend-system .light-switch.active {
  justify-content: flex-end;
  background-color: #55D862;
}
.mobile-menu .bottom-nav .suspend-system .light-switch.suspended {
  justify-content: flex-start;
  background-color: #FF6B00;
}
.mobile-menu .bottom-nav .suspend-system .light-switch.disabled {
  justify-content: flex-start;
  background-color: #838383;
}
.mobile-menu .bottom-nav .suspend-system .light-switch .light-switch-button {
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: white;
}
.mobile-menu .bottom-nav .suspend-system .small {
  font-family: "Poppins", sans-serif;
  color: #B1B3B6;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 1100px) {
  .sidebar {
    display: none;
  }
}
.sign-in {
  color: #ED1C24;
  font-size: 22px;
  font-weight: 700;
}

.sign-in-description {
  color: #231F20;
  font-size: 14px;
  padding: 0 55px;
  line-height: 22px;
}

.forgot-password-link {
  color: #ED1C24;
  font-weight: 600;
  margin-top: 40px;
  display: block;
}

.login-angling-link {
  font-weight: 500;
  color: #B1B3B6;
  display: block;
  margin-top: 40px;
}

.store-name {
  font-size: 16px;
  color: #231F20;
  text-transform: uppercase;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

.admin-heading {
  font-size: 16px;
  color: #ED1C24;
  text-transform: uppercase;
  margin: 0 auto 30px;
  letter-spacing: 0.1em;
  text-align: center;
}

.dashboard-title {
  display: block;
  color: #ED1C24;
  font-size: 36px;
}

.dashboard-description {
  margin-bottom: 40px;
}

.image-formats {
  color: #B1B3B6;
  font-size: 14px;
}

.wysiwyg-heading-1 {
  font-family: "Poppins", sans-serif;
  font-size: 38px;
  color: #6B6B6B;
}

.wysiwyg-heading-2 {
  font-family: "Poppins", sans-serif;
  font-size: 32px;
  color: #6B6B6B;
}

.wysiwyg-heading-3 {
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  color: #6B6B6B;
}

.wysiwyg-paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #6B6B6B;
}

.enhanced-store-experience {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.35em;
  color: #ED1C24;
}
.enhanced-store-experience .black {
  color: #231F20;
}

.system-status {
  font-family: "Poppins", sans-serif;
  color: #55D862 !important;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: uppercase;
}
.system-status.active {
  color: #55D862 !important;
}
.system-status.suspended {
  color: #FF6B00 !important;
}

.store-beacon-settings {
  color: #ED1C24;
  font-size: 26px;
  margin: 30px 0;
}

.get-started {
  color: #ED1C24;
  font-size: 22px;
  font-weight: 700;
}

.dashboard-header {
  color: #ED1C24;
  font-size: 22px;
}

.view-reports {
  color: #ED1C24;
  text-decoration: underline;
  font-size: 14px;
  font-weight: 500;
}

.offer-inputs-header {
  color: #ED1C24;
  font-size: 26px;
}

.admin-form-heading {
  display: block;
  color: #ED1C24;
  font-size: 24px;
}

.reset-filters {
  color: #ED1C24;
  text-decoration: underline;
  display: flex;
  align-items: center;
}

.validation-error {
  color: #ED1C24;
  font-size: 12px;
  margin-top: 5px;
}

.whats-been-happening {
  background-color: white;
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px #E5E5E5;
}
.whats-been-happening .dashboard-header {
  padding-top: 40px;
  padding-bottom: 40px;
}
.whats-been-happening .panels .panel {
  width: 100%;
}
.whats-been-happening .panels .panel .content {
  padding: 60px 25% 30px 7%;
  box-sizing: border-box;
}
.whats-been-happening .panels .panel .icon {
  margin-bottom: 15px;
}
.whats-been-happening .panels .panel .number {
  font-size: 38px;
  font-weight: 700;
  color: white;
  display: block;
}
.whats-been-happening .panels .panel .item {
  font-size: 26px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}
.whats-been-happening .panels .panel p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 22px;
}
.whats-been-happening .panels .notifications {
  background-color: #B1B3B6;
  border-top: #231F20 3px solid;
  margin-right: 15px;
}
.whats-been-happening .panels .offers-panel {
  background-color: #ED1C24;
  border-top: #231F20 3px solid;
  margin-right: 15px;
}
.whats-been-happening .panels .best-offer {
  background-color: #F3F3F3;
  border-top: #ED1C24 3px solid;
}
.whats-been-happening .panels .best-offer .icon {
  margin-bottom: 20px;
  border: #B1B3B6 2px solid;
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 100%;
}
.whats-been-happening .panels .best-offer img {
  margin-bottom: 0;
}
.whats-been-happening .panels .best-offer .best-performing-offer {
  font-weight: 600;
  font-size: 14px;
  color: #ED1C24;
}
.whats-been-happening .panels .best-offer .item {
  font-weight: 700;
  font-size: 18px;
  color: #ED1C24;
  line-height: 22px;
}
.whats-been-happening .panels .best-offer .offer-details {
  color: #B1B3B6;
}

.dashboard-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard-panels .panel {
  flex-basis: 32%;
  background-color: white;
  border: 2px dashed #ED1C24;
  box-shadow: 0px 4px 6px #F5F5F5;
  box-sizing: border-box;
  padding: 15px 15px;
  display: block;
  margin-bottom: 20px;
}
.dashboard-panels .panel.success {
  border: 2px solid #77F684;
}
.dashboard-panels .panel .number {
  color: #ED1C24;
}
.dashboard-panels .panel .number.success {
  color: #77F684;
}
.dashboard-panels .panel .content {
  text-align: center;
  padding: 0 50px;
}
.dashboard-panels .panel .content h4 {
  color: #ED1C24;
  font-size: 22px;
}
.dashboard-panels .panel .content p {
  font-weight: 500;
  color: #B1B3B6;
}

.offers-table-container {
  overflow-x: scroll;
}

.offers-table {
  width: 100%;
  margin: 20px 0;
  border-top: #ED1C24 solid 4px;
  text-align: left;
  color: #231F20;
  border-collapse: collapse;
}
.offers-table thead tr th {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
}
.offers-table thead tr th.red {
  color: #ED1C24;
}
.offers-table tbody {
  background-color: white;
}
.offers-table tbody tr {
  border-bottom: #F3F3F3 1px solid;
  cursor: pointer;
}
.offers-table tbody tr td {
  padding: 15px 20px;
}
.offers-table tbody tr td.red {
  color: #ED1C24;
  font-weight: 700;
}
.offers-table tbody tr td.live {
  color: #55D862;
}
.offers-table tbody tr td.suspended {
  color: #FF6B00;
}
.offers-table tbody tr td.ended {
  color: #ED1C24;
}

.global-suspension-banner {
  background-color: #FF6B00;
  border-right: 4px solid #231F20;
  padding: 20px 30px 20px 40px;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  color: white;
}

@media only screen and (max-width: 1100px) {
  .whats-been-happening .panels {
    flex-direction: column;
  }
  .whats-been-happening .panels .panel {
    margin-bottom: 20px;
  }
  .offers-table {
    width: 80%;
  }
}
.offers {
  display: flex;
  flex-wrap: wrap;
}
.offers .new-offer {
  background-color: white;
  border: dashed #ED1C24 2px;
  max-width: 300px;
  box-shadow: 0 4px 6px #F5F5F5;
  box-sizing: border-box;
  text-align: center;
  padding: 90px 30px;
  text-decoration: none;
}
.offers .new-offer .offer-title {
  color: #ED1C24;
  margin-bottom: 15px;
  text-decoration: none;
}
.offers .new-offer .offer-description {
  font-weight: 700;
  color: #B1B3B6;
  line-height: 22px;
}
.offers .offer {
  display: flex;
  flex-direction: column;
  flex-basis: 32%;
  max-width: 32%;
  word-break: break-word;
  margin-right: 1.33%;
  background-color: white;
  margin-bottom: 40px;
  border-top: 5px solid #ED1C24;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 4px 6px #E5E5E5;
}
.offers .offer div .offer-image {
  height: 150px;
  width: 100%;
}
.offers .offer .offer-image {
  height: 200px;
  width: 100%;
}
.offers .offer .offer-body {
  padding: 15px 20px;
}
.offers .offer .offer-body .offer-title {
  color: #ED1C24;
}
.offers .offer .offer-body .offer-type {
  color: #B1B3B6;
  font-size: 16px;
  margin-bottom: 30px;
}
.offers .offer .offer-body .offer-ends {
  font-size: 14px;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 30px;
}
.offers .offer .offer-status {
  border: none;
  padding: 20px 20px 20px 25px;
  height: auto;
  margin-top: auto;
}
.offers .offer .myad-logo {
  max-width: 40px;
}

.offer-status {
  padding: 0 25px 0 25px;
  height: 100%;
  box-sizing: border-box;
  border: white 1px solid;
}
.offer-status.green {
  background-color: #e7f4e8;
  color: #55D862;
}
.offer-status.orange {
  background-color: #F4E6DB;
  color: #FF6B00;
}
.offer-status.red {
  background-color: #F3DEDF;
  color: #ED1C24;
}

.offer-running.green .offer-inner {
  border-radius: 100px;
  box-shadow: 0 0 0 0 rgb(85, 216, 98);
  animation: pulse 2s infinite;
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(85, 216, 98, 0.7);
  }
  70% {
    box-shadow: 0 0 0 7px rgba(85, 216, 98, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(85, 216, 98, 0);
  }
}
@media only screen and (max-width: 1100px) {
  .offers {
    flex-direction: column;
  }
  .offers .offer {
    max-width: 100%;
  }
  .offers .offer .offer-image {
    height: 250px;
  }
}
.notifications .notification {
  background-color: white;
  border-top: 4px solid #ED1C24;
  margin-bottom: 30px;
  padding: 20px 20px 40px 40px;
  display: block;
}
.notifications .notification.even-padding {
  padding: 20px 20px 40px 20px;
}
.notifications .notification.even-padding .content {
  padding: 10px 20px 0;
}
.notifications .notification .notification-icon {
  margin-right: 20px;
}
.notifications .notification .content {
  padding-right: 110px;
  padding-top: 10px;
}
.notifications .notification .type {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #B1B3B6;
  margin-bottom: 15px;
}
.notifications .notification h3 {
  color: #ED1C24;
  margin-bottom: 15px;
}
.notifications .notification p {
  color: #B1B3B6;
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
}
.notifications .notification .light-switch {
  width: 40px;
  height: 24px;
  border-radius: 50px;
  padding: 0 2px;
  transition: 0.1s;
}
.notifications .notification .light-switch.active {
  justify-content: flex-end;
  background-color: #55D862;
}
.notifications .notification .light-switch.suspended {
  justify-content: flex-start;
  background-color: #FF6B00;
}
.notifications .notification .light-switch.disabled {
  justify-content: flex-start;
  background-color: #838383;
}
.notifications .notification .light-switch .light-switch-button {
  width: 19px;
  height: 19px;
  border-radius: 20px;
  background-color: white;
}

.users {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.users .new-user {
  background-color: white;
  border: dashed #ED1C24 2px;
  max-width: 300px;
  box-shadow: 0 4px 6px #F5F5F5;
  box-sizing: border-box;
  text-align: center;
  padding: 90px 30px;
  text-decoration: none;
}
.users .new-user .user-title {
  color: #ED1C24;
  margin-bottom: 15px;
  text-decoration: none;
}
.users .new-user .user-description {
  font-weight: 700;
  color: #B1B3B6;
  line-height: 22px;
}
.users .user {
  flex-basis: 32%;
  margin-right: 1.3%;
  background-color: white;
  margin-bottom: 40px;
  border-top: 4px solid #ED1C24;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 4px 6px #E5E5E5;
}
.users .user .user-body {
  padding: 30px 30px 20px;
}
.users .user .user-body .user-title {
  color: #ED1C24;
  margin-bottom: 10px;
}
.users .user .user-body .user-type {
  color: #B1B3B6;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 500;
}
.users .user .user-body .user-store-name {
  color: #231F20;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: 600;
}
.users .user .user-body .user-email {
  color: #231F20;
  font-size: 14px;
  margin-bottom: 20px;
}
.users .user .user-body .invite-pending {
  color: #FF6B00;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
}
.users .user .user-body .user-ends {
  font-size: 14px;
  font-weight: 400;
  color: #231F20;
  margin-bottom: 30px;
}
.users .user .user-status {
  border: none;
  padding: 20px 20px 20px 25px;
  height: auto;
}

.toast {
  overflow: hidden;
  padding: 15px 10px;
  width: 23%;
  color: white;
  position: absolute;
  right: 50px;
  bottom: 50px;
  font-weight: 700;
  font-size: 16px;
  animation: hideAnimation 0s ease-in 5s;
  animation-fill-mode: forwards;
  animation-duration: 0.2s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  box-shadow: 0 4px 6px #E5E5E5;
  z-index: 1000;
}
.toast:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 1%; /* or 100px */
  background-color: white;
  animation: widthAnimation ease-in 5s;
  animation-fill-mode: forwards;
  animation-duration: 5s;
  transition: width 1s ease-in-out;
}
.toast.success {
  background-color: #55D862;
}
.toast.deleted {
  background-color: #ED1C24;
}
.toast.suspended {
  background-color: #FF6B00;
}
.toast .icon {
  margin-right: 10px;
}
.toast p {
  width: 80%;
}
@keyframes hideAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    width: 0;
    height: 0;
  }
}
@keyframes widthAnimation {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.download-report {
  background-color: white;
  margin-bottom: 40px;
  box-shadow: 0px 4px 6px #E5E5E5;
  border-top: #ED1C24 solid 4px;
}
.download-report .header {
  padding-top: 40px;
  color: #ED1C24;
}
.download-report .panels .panel {
  width: 100%;
}
.download-report .panels .panel .content {
  padding: 60px 25% 30px 7%;
  box-sizing: border-box;
}
.download-report .panels .panel .icon {
  margin-bottom: 15px;
}
.download-report .panels .panel .number {
  font-size: 38px;
  font-weight: 700;
  color: white;
  display: block;
}
.download-report .panels .panel .item {
  font-size: 26px;
  font-weight: 700;
  color: white;
  margin-bottom: 15px;
}
.download-report .panels .panel p {
  font-size: 14px;
  color: white;
  font-weight: 400;
  line-height: 22px;
}
.download-report .panels .notifications {
  background-color: #B1B3B6;
  border-top: #231F20 3px solid;
  margin-right: 15px;
}
.download-report .panels .offers-panel {
  background-color: #ED1C24;
  border-top: #231F20 3px solid;
  margin-right: 15px;
}
.download-report .panels .best-offer {
  background-color: #F3F3F3;
  border-top: #ED1C24 3px solid;
}
.download-report .panels .best-offer .icon {
  margin-bottom: 20px;
  border: #B1B3B6 2px solid;
  width: 64px;
  height: 64px;
  background-size: cover;
  border-radius: 100%;
}
.download-report .panels .best-offer .best-performing-offer {
  font-weight: 600;
  font-size: 14px;
  color: #ED1C24;
}
.download-report .panels .best-offer .item {
  font-weight: 700;
  font-size: 18px;
  color: #ED1C24;
  line-height: 22px;
}
.download-report .panels .best-offer .offer-details {
  color: #B1B3B6;
}

.dashboard-panels {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard-panels .panel {
  flex-basis: 32%;
  background-color: white;
  border: 2px dashed #ED1C24;
  box-shadow: 0px 4px 6px #F5F5F5;
  box-sizing: border-box;
  padding: 15px 15px;
  display: block;
  margin-bottom: 20px;
}
.dashboard-panels .panel.success {
  border: 2px solid #77F684;
}
.dashboard-panels .panel .number {
  color: #ED1C24;
}
.dashboard-panels .panel .number.success {
  color: #77F684;
}
.dashboard-panels .panel .content {
  text-align: center;
  padding: 0 50px;
}
.dashboard-panels .panel .content h4 {
  color: #ED1C24;
  font-size: 22px;
}
.dashboard-panels .panel .content p {
  font-weight: 500;
  color: #B1B3B6;
}

.offers-table {
  width: 100%;
  margin: 20px 0;
  border-top: #ED1C24 solid 4px;
  text-align: left;
  color: #231F20;
  border-collapse: collapse;
}
.offers-table thead tr th {
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
}
.offers-table thead tr th.red {
  color: #ED1C24;
}
.offers-table tbody {
  background-color: white;
}
.offers-table tbody tr {
  border-bottom: #F3F3F3 1px solid;
  cursor: pointer;
}
.offers-table tbody tr td {
  padding: 15px 20px;
}
.offers-table tbody tr td.red {
  color: #ED1C24;
  font-weight: 700;
}
.offers-table tbody tr td.live {
  color: #55D862;
}
.offers-table tbody tr td.suspended {
  color: #FF6B00;
}
.offers-table tbody tr td.ended {
  color: #ED1C24;
}

.global-suspension-banner {
  background-color: #FF6B00;
  border-right: 4px solid #231F20;
  padding: 20px 30px 20px 40px;
  box-sizing: border-box;
  font-weight: 400;
  width: 100%;
  color: white;
}

@media only screen and (max-width: 1100px) {
  .download-report .panels {
    flex-direction: column;
  }
  .download-report .panels .panel {
    margin-bottom: 20px;
  }
}
.paginator {
  display: flex;
  list-style-type: none;
  padding-left: 0;
}
.paginator .page-item {
  margin-right: 8px;
  margin-left: 8px;
}
.paginator .page-item .page-link {
  background-color: transparent;
  border: transparent;
  color: #ED1C24;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 10px;
}
.paginator .page-item.arrow {
  margin-right: 0;
  margin-left: 0;
}
.paginator .page-item.active, .paginator .page-item:hover {
  background-color: #ED1C24;
}
.paginator .page-item.active .page-link, .paginator .page-item:hover .page-link {
  color: white;
}
