* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* box-sizing: border-box; */
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color: #f6f7fb;
}

.displayNone {
  display: none !important;
}

.visibleNone {
  visibility: hidden;
}

.editor-page > div {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  min-width: 463px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 6px #00000014;
  border-radius: 10px;
  margin-top: 30px;
  position: relative;
}
.editor-page > div .back-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  left: -55px;
  top: 1px;
  background: url("img/back-btn-24.svg") center center no-repeat;
  background-size: 24px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  box-shadow: 0 2px 6px #00000014;
}
.editor-page > div .back-btn:hover {
  background-color: #efefef;
}
.editor-page.edit-campaign .form-container .auth-key-div, .editor-page.edit-campaign .form-container .display-popup-for, .editor-page.edit-campaign .form-container .display-popup-where, .editor-page.edit-campaign .form-container .accounts-free-paid {
  opacity: 0.5;
  pointer-events: none;
}
.editor-page.edit-campaign .form-container .buttons-div .btnDarkBackground.start {
  display: none;
}
.editor-page.edit-campaign .form-container .buttons-div .btnDarkBackground.update {
  display: block;
}
.editor-page.edit-campaign .form-container .buttons-div .btnDarkBackground.stop {
  opacity: 1;
  pointer-events: all;
}

.upload-file-container {
  display: inline-block;
  padding: 5px;
  background: #ebebeb;
  border-radius: 5px;
}
.upload-file-container .upload-zone {
  position: relative;
  width: 430px;
  height: 239px;
}
.upload-file-container .upload-zone.upload .upload-ct {
  display: block;
  width: 100%;
  height: 100%;
  background: url("https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/exvo_console/upload-attendee.svg") center 50px no-repeat;
  padding-top: calc(50% - 124px);
}
.upload-file-container .upload-zone.upload .upload-ct .upload-text {
  text-align: center;
  font-size: 17px;
  line-height: 1.7;
}
.upload-file-container .upload-zone.upload .upload-ct .upload-text button {
  position: relative;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #e95f35;
  border: none;
}
.upload-file-container .upload-zone.loading .loading-ct {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  text-align: center;
}
.upload-file-container .upload-zone.loading .loading-ct .file-name {
  display: block;
  width: 100%;
  padding-top: 24px;
  font-size: 18px;
  line-height: 19px;
  color: #444545;
}
.upload-file-container .upload-zone.loading .loading-ct .progress-bar-ct {
  height: 4px;
  margin: 9px 31px;
  background-color: #D3D4DD;
  border-radius: 4px;
}
.upload-file-container .upload-zone.loading .loading-ct .progress-bar-ct .progress-bar {
  background-color: #6CB46B;
  border-radius: 4px;
}
.upload-file-container .upload-zone.loading .loading-ct .upload-percentage {
  display: block;
  color: #7D8889;
  font-size: 17px;
}
.upload-file-container .upload-zone.loading .loading-ct button {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  color: black;
  font-size: 18px;
}
.upload-file-container .upload-zone.stopped .stopped-ct {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
}
.upload-file-container .upload-zone.stopped .stopped-ct .stopped-text {
  padding-top: 27px;
  margin-bottom: 14px;
  font-size: 18px;
  line-height: 19px;
  color: #D43939;
}
.upload-file-container .upload-zone.stopped .stopped-ct .file-name {
  display: inline-block;
  color: #ABB1B1;
}
.upload-file-container .upload-zone.stopped .stopped-ct .detele-file, .upload-file-container .upload-zone.stopped .stopped-ct .edit-file {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 5px;
  cursor: pointer;
}
.upload-file-container .upload-zone.stopped .stopped-ct .detele-file {
  background: url("https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/exvo_console/close.svg") center center no-repeat;
  background-size: 7px;
}
.upload-file-container .upload-zone.stopped .stopped-ct .edit-file {
  background: url("https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/exvo_console/edit.svg") center center no-repeat;
  background-size: 15px;
}
.upload-file-container .upload-zone.stopped .stopped-ct button {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  border: none;
  background-color: transparent;
  color: black;
}
.upload-file-container .upload-zone.complete .complete-ct {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
}
.upload-file-container .upload-zone.complete .complete-ct .file-name {
  display: block;
  width: 100%;
  padding-top: 48px;
  font-size: 18px;
  line-height: 19px;
  color: #444545;
}
.upload-file-container .upload-zone.complete .complete-ct .progress-bar-ct {
  position: relative;
  height: 4px;
  margin: 9px 31px;
  background-color: #D3D4DD;
  border-radius: 4px;
}
.upload-file-container .upload-zone.complete .complete-ct .progress-bar-ct:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: -17px;
  top: -6px;
  background: url("https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/exvo_console/uploaded.svg");
}
.upload-file-container .upload-zone.complete .complete-ct .progress-bar-ct .progress-bar {
  background-color: #6CB46B;
  border-radius: 4px;
}
.upload-file-container .upload-zone.complete .complete-ct .upload-percentage {
  display: block;
  color: #7D8889;
}
.upload-file-container .upload-zone.complete .complete-ct button {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  color: black;
}
.upload-file-container .upload-zone.unsupported .unsupported-ct {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 17px;
  text-align: center;
}
.upload-file-container .upload-zone.unsupported .unsupported-ct .stopped-text {
  padding-top: 63px;
  margin-bottom: -9px;
  font-size: 18px;
  color: #d43939;
}
.upload-file-container .upload-zone.unsupported .unsupported-ct .stopped-text:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  left: 199px;
  top: 26px;
  background: url(https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/exvo_console/warning-red.svg) center no-repeat;
  background-size: 27px;
}
.upload-file-container .upload-zone.unsupported .unsupported-ct button {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  text-decoration: underline;
  border: none;
  background-color: transparent;
  color: black;
}
.upload-file-container .upload-zone .upload-ct, .upload-file-container .upload-zone .loading-ct, .upload-file-container .upload-zone .stopped-ct, .upload-file-container .upload-zone .complete-ct, .upload-file-container .upload-zone .unsupported-ct {
  display: none;
}
.upload-file-container .upload-zone .border-before {
  position: relative;
}
.upload-file-container .upload-zone .border-before:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='rgb(171, 177, 177)' stroke-width='2' stroke-dasharray='5%2c10' stroke-dashoffset='3' stroke-linecap='square'/%3e%3c/svg%3e");
}

.form-container {
  margin-top: 15px;
}
.form-container .display-popup-for .display-pop-up-text, .form-container .display-popup-where .display-pop-up-text, .form-container .accounts-free-paid .display-pop-up-text {
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.form-container .display-popup-for .account-type, .form-container .display-popup-where .account-type, .form-container .accounts-free-paid .account-type {
  margin-left: 5px;
  margin-bottom: 10px;
}
.form-container .display-popup-for .radio-label, .form-container .display-popup-where .radio-label, .form-container .accounts-free-paid .radio-label {
  display: block;
  position: relative;
  width: fit-content;
  padding-left: 20px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}
.form-container .display-popup-for .radio-label input, .form-container .display-popup-where .radio-label input, .form-container .accounts-free-paid .radio-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.form-container .display-popup-for .radio-label .checkmark, .form-container .display-popup-where .radio-label .checkmark, .form-container .accounts-free-paid .radio-label .checkmark {
  position: absolute;
  height: 16px;
  width: 16px;
  top: 3px;
  left: 0;
  background: url("./img/round.svg") center no-repeat;
  background-size: 16px;
}
.form-container .display-popup-for .radio-label input:hover ~ .checkmark, .form-container .display-popup-where .radio-label input:hover ~ .checkmark, .form-container .accounts-free-paid .radio-label input:hover ~ .checkmark {
  background: url("./img/orange-round-opacity.svg") center no-repeat;
  background-size: 16px;
}
.form-container .display-popup-for .radio-label input:checked ~ .checkmark, .form-container .display-popup-where .radio-label input:checked ~ .checkmark, .form-container .accounts-free-paid .radio-label input:checked ~ .checkmark {
  background: url("./img/orangeround-selected.svg") center no-repeat;
  background-size: 16px;
}
.form-container .display-popup-for .chb-label, .form-container .display-popup-where .chb-label, .form-container .accounts-free-paid .chb-label {
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: fit-content;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}
.form-container .display-popup-for .chb-label .checkbox, .form-container .display-popup-where .chb-label .checkbox, .form-container .accounts-free-paid .chb-label .checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: solid 1px #eaeaea;
  cursor: pointer;
  margin: 0 2px -2px 0;
  position: relative;
  border-radius: 50%;
}
.form-container .display-popup-for .chb-label .checkbox:hover, .form-container .display-popup-where .chb-label .checkbox:hover, .form-container .accounts-free-paid .chb-label .checkbox:hover {
  border: solid 1px #D4D4D4;
}
.form-container .display-popup-for .chb-label .checkbox:after, .form-container .display-popup-where .chb-label .checkbox:after, .form-container .accounts-free-paid .chb-label .checkbox:after {
  content: "";
  position: absolute;
  width: 68px;
  height: 19px;
  top: -4px;
  left: 0;
  background-color: transparent;
}
.form-container .display-popup-for .chb-label .checkbox.checked, .form-container .display-popup-where .chb-label .checkbox.checked, .form-container .accounts-free-paid .chb-label .checkbox.checked {
  background: url("img/CheckSquare.svg") center center no-repeat;
  border: 1px solid transparent;
}
.form-container .display-popup-for .chb-label .checkbox.checked:hover, .form-container .display-popup-where .chb-label .checkbox.checked:hover, .form-container .accounts-free-paid .chb-label .checkbox.checked:hover {
  background: url("img/CheckSquare-hover.svg") center center no-repeat;
}
.form-container .display-popup-for .account-type-sub-label, .form-container .display-popup-where .account-type-sub-label, .form-container .accounts-free-paid .account-type-sub-label {
  margin-left: 20px;
}
.form-container .display-popup-for .account-type-sub-label .radio-label, .form-container .display-popup-where .account-type-sub-label .radio-label, .form-container .accounts-free-paid .account-type-sub-label .radio-label {
  display: inline-block;
}
.form-container .display-popup-for .campaign-id-upload, .form-container .display-popup-where .campaign-id-upload, .form-container .accounts-free-paid .campaign-id-upload {
  display: inline-block;
  margin-left: 23px;
  margin-bottom: 6px;
}
.form-container .display-popup-for .campaign-id-upload .campaign-id-text, .form-container .display-popup-where .campaign-id-upload .campaign-id-text, .form-container .accounts-free-paid .campaign-id-upload .campaign-id-text {
  line-height: 29px;
  margin-right: 5px;
}
.form-container .display-popup-for .campaign-id-upload .campaign-input, .form-container .display-popup-where .campaign-id-upload .campaign-input, .form-container .accounts-free-paid .campaign-id-upload .campaign-input {
  height: 25px;
}
.form-container .display-popup-for .excel-load-form, .form-container .display-popup-where .excel-load-form, .form-container .accounts-free-paid .excel-load-form {
  margin-left: 23px;
}
.form-container .display-popup-for .excel-load-form label, .form-container .display-popup-where .excel-load-form label, .form-container .accounts-free-paid .excel-load-form label {
  font-weight: 500;
}
.form-container .display-popup-for .excel-load-form input, .form-container .display-popup-where .excel-load-form input, .form-container .accounts-free-paid .excel-load-form input {
  width: 192px;
  height: 25px;
  padding-top: 0;
  margin-left: 22px;
}
.form-container .display-popup-for .excel-load-form button, .form-container .display-popup-where .excel-load-form button, .form-container .accounts-free-paid .excel-load-form button {
  color: #fff;
  border-radius: 0;
  width: 88px;
  padding: 0;
  height: 25px;
  border: none;
  outline: none;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
  background-color: #e95f35;
}
.form-container .display-popup-for .excel-load-form button:hover, .form-container .display-popup-where .excel-load-form button:hover, .form-container .accounts-free-paid .excel-load-form button:hover {
  background-color: #ba4c2a;
}
.form-container .display-popup-for .excel-load-form button span, .form-container .display-popup-where .excel-load-form button span, .form-container .accounts-free-paid .excel-load-form button span {
  font-family: lato, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.form-container .display-popup-for .excel-load-form button .file-upload-trigger, .form-container .display-popup-where .excel-load-form button .file-upload-trigger, .form-container .accounts-free-paid .excel-load-form button .file-upload-trigger {
  opacity: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  padding-top: 0;
  cursor: pointer;
}
.form-container .display-popup-for .excel-load-form button .file-upload-trigger::-webkit-file-upload-button, .form-container .display-popup-where .excel-load-form button .file-upload-trigger::-webkit-file-upload-button, .form-container .accounts-free-paid .excel-load-form button .file-upload-trigger::-webkit-file-upload-button {
  cursor: pointer;
}
.form-container .display-popup-for .excel-load-form .excel-error, .form-container .display-popup-where .excel-load-form .excel-error, .form-container .accounts-free-paid .excel-load-form .excel-error {
  padding: 10px 0 0;
}
.form-container .display-popup-for .excel-load-form .excel-error .text--error, .form-container .display-popup-where .excel-load-form .excel-error .text--error, .form-container .accounts-free-paid .excel-load-form .excel-error .text--error {
  font-size: 12px;
}
.form-container .display-popup-for .excel-load-form .excel-error a, .form-container .display-popup-where .excel-load-form .excel-error a, .form-container .accounts-free-paid .excel-load-form .excel-error a {
  color: #0c0cfe;
  text-decoration: underline;
  margin-bottom: 15px;
  display: block;
  font-weight: 400;
}
.form-container .display-popup-for .excel-load-form .import-status, .form-container .display-popup-where .excel-load-form .import-status, .form-container .accounts-free-paid .excel-load-form .import-status {
  display: block;
}
.form-container .display-popup-where {
  margin-top: 10px;
  display: inline-block;
}

.buttons-div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 440px;
}
.buttons-div .btnDarkBackground.start {
  font-family: lato, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 200px;
  height: 52px;
  border-radius: 4px;
  background-color: #14b029;
  padding: 17px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 20px 0 18px 0px;
  position: relative;
}
.buttons-div .btnDarkBackground.start:hover {
  background-color: #148729;
}
.buttons-div .btnDarkBackground.stop {
  font-family: lato, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 200px;
  height: 52px;
  border-radius: 4px;
  background-color: #d83223;
  padding: 17px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  display: block;
  margin: 20px 0 18px 0px;
  position: relative;
  opacity: 0.5;
  pointer-events: none;
}
.buttons-div .btnDarkBackground.stop:hover {
  background-color: #bf3324;
}
.buttons-div .btnDarkBackground.update {
  font-family: lato, sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 200px;
  height: 52px;
  border-radius: 4px;
  background-color: #14b029;
  padding: 17px 10px;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  border: none;
  outline: none;
  cursor: pointer;
  display: none;
  margin: 20px 0 18px 0px;
  position: relative;
}
.buttons-div .btnDarkBackground.update:hover {
  background-color: #148729;
}

.generic-modal .modal-footer .btn {
  background-color: #e95f35;
}
.generic-modal .generic-modal-content.import-excel-modal {
  width: 442px;
}
.generic-modal .generic-modal-content .modal-body {
  padding: 0 24px;
}
.generic-modal .generic-modal-content .modal-footer {
  padding: 10px;
}

.auth-key-div {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
}
.auth-key-div input {
  margin-left: 20px;
  margin-top: 5px;
  width: 88%;
  border: 1px solid #b3b3b3;
  border-radius: 3px;
  font-size: 17px;
  padding: 6px 10px;
  height: 34px;
  color: #58595b;
}

.state-tooltip .tooltip {
  width: auto;
  height: auto;
  top: -32px;
  bottom: unset;
  right: unset;
  transform: unset;
  color: #f5f5f5;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  opacity: 0;
  transition-delay: 0.4s;
  transition-duration: 0.3s;
  pointer-events: none;
  z-index: 8;
  left: -7px;
}
.state-tooltip .tooltip .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  bottom: -6px;
  left: calc(50% - 6px);
  margin-top: 0;
  border-width: 6px 6px 0 6px;
  border-top-color: #464B5D !important;
}
.state-tooltip .tooltip .tooltip-inner {
  max-width: 400px;
  padding: 6px 8px;
  text-align: center;
  border-radius: 4px;
  background: #464b5d !important;
  color: #fff;
  border: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  width: max-content;
}
.state-tooltip:hover .tooltip {
  opacity: 1;
}

.btn-with-spinner .spinner {
  visibility: hidden;
}
.btn-with-spinner.loading span {
  visibility: hidden;
}
.btn-with-spinner.loading .spinner {
  visibility: visible;
}

.login-page > div {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  min-width: 463px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 6px #00000014;
  border-radius: 10px;
  margin-top: 200px;
  position: relative;
}
.login-page > div .icon_logo_black {
  background: url("img/logo_black.png") no-repeat;
  background-color: transparent;
  background-position: center;
  margin: 10% auto 20px;
  width: 177px;
  height: 56px;
  position: absolute;
  top: -133px;
  left: calc(50% - 88px);
}
.login-page > div .title {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 25px;
  margin-bottom: 40px;
}
.login-page > div .auth-key-div {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.login-page > div .auth-key-div input {
  padding: 6px 10px;
  height: 40px;
}
.login-page > div .auth-key-div .error-text {
  display: none;
  font-size: 16px;
  line-height: 1.38;
  color: red;
  text-align: center;
  margin-left: -4px;
  margin-top: 11px;
}
.login-page > div .auth-key-div.show-error input {
  border: 1px solid red;
  color: red;
}
.login-page > div .auth-key-div.show-error .error-text {
  display: block;
}
.login-page > div button {
  background-color: #e95f35;
  border: none;
  padding: 10px 22px;
  border-radius: 14px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  margin: 0 auto;
  margin-top: 28px;
  position: relative;
}
.login-page > div button:hover {
  background-color: #ba4c2a;
}

.dashboard-page > div {
  font-family: "Lato", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: max-content;
  min-width: 72%;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 6px #00000014;
  border-radius: 10px;
  margin-top: 200px;
  position: relative;
}
.dashboard-page > div .dashboard-header {
  text-align: center;
  display: inline-block;
  width: 100%;
  font-size: 25px;
  margin-bottom: 40px;
}
.dashboard-page > div .new-campaign {
  position: absolute;
  width: auto;
  right: 23px;
  top: 18px;
  background-color: #e95f35;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.dashboard-page > div .new-campaign:hover {
  background-color: #ba4c2a;
}
.dashboard-page > div .dashboard-table {
  width: 100%;
  font-size: 18px;
}
.dashboard-page > div .dashboard-table .header {
  display: flex;
  width: 100%;
  background-color: #e95f35;
}
.dashboard-page > div .dashboard-table .header > div {
  color: white;
  padding: 1em;
}
.dashboard-page > div .dashboard-table .header, .dashboard-page > div .dashboard-table .body .ir .campaign-ir {
  display: flex;
  width: 100%;
}
.dashboard-page > div .dashboard-table .header > div, .dashboard-page > div .dashboard-table .body .ir .campaign-ir > div {
  padding: 1em;
}
.dashboard-page > div .dashboard-table .header .edit, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .edit {
  width: 4%;
}
.dashboard-page > div .dashboard-table .header .campaign-name, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .campaign-name {
  width: 16%;
}
.dashboard-page > div .dashboard-table .header .account-user, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .account-user {
  width: 16%;
}
.dashboard-page > div .dashboard-table .header .account-type, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .account-type {
  width: 16%;
}
.dashboard-page > div .dashboard-table .header .billing-filter, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .billing-filter {
  width: 16%;
}
.dashboard-page > div .dashboard-table .header .campaign-location, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .campaign-location {
  width: 16%;
}
.dashboard-page > div .dashboard-table .header .start-date, .dashboard-page > div .dashboard-table .body .ir .campaign-ir .start-date {
  width: 16%;
}
.dashboard-page > div .dashboard-table .body .ir .campaign-ir .edit {
  padding: 13px 14px;
}
.dashboard-page > div .dashboard-table .body .ir .campaign-ir .edit .edit-icon {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(https://allseated-res.cloudinary.com/image/upload/v1/asPlatform/styles/img/hybrid/edit-profile.svg) center no-repeat;
  background-size: 28px;
  position: relative;
  top: 3px;
  cursor: pointer;
}
.dashboard-page > div .dashboard-table .body .ir:hover {
  background-color: #efefef;
}

.disabled {
  opacity: 0.5;
  pointer-events: none;
}

/*# sourceMappingURL=marketingUpload.css.map */
