

md-toast[md-theme=warn] .md-toast-content {
  background-color: #F44336;
}

[ui-view].ng-enter,
[ui-view].ng-leave {
  transition: opacity ease-in-out 200ms;
}
[ui-view].ng-enter,
[ui-view].ng-leave.ng-leave-active {
  opacity: 0;
}
[ui-view].ng-enter.ng-enter-active {
  opacity: 1;
}
.Page.ng-leave.ng-leave-active {
  display: none;
}

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

.tab-inline {
  font-size: 16px !important;
  padding: 10px !important;
  text-align: center !important;
  border: 1px black solid !important;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 8px !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: right;
}
.radio-inline {
  display: inline-block !important;
}
.button-pad {
  margin-top: 15px;
  margin-bottom: 15px;
}
.selected-tab {
  font-weight: bolder;
  background: #f0f0f1;
}
.unselected-tab {
  font-weight: 100;
  background: white;
}
.top-set {
  margin-top: 5%;
}
input[type='radio'] {
  -webkit-appearance: none;
  width: 20px !important;
  height: 20px;
  border: 1px solid black;
  border-radius: 50%;
  outline: none;
  margin: 0;
  box-shadow: 0 0 2px 0 black inset;
  top: 6px;
  position: relative !important;
}
input[type='radio']:before {
  content: '';
  display: block;
  width: 53%;
  height: 54.5%;
  margin: 22%;
  /*margin: 20% auto;    */
  border-radius: 50%;
}
input[type='radio']:checked:before {
  background: #2C3E50;
}
.help-block {
  color: red !important;
}
.label-top {
  top: 11px;
}
.radio-top {
  top: -4px;
}
.label-topps {
  font-size: 15px;
  margin-left: -10px !important;
  top: 0;
}
.extra-tocken-radio {
  margin-top: 5px;
}
.extraTokenremove {
  background: #C76868;
  color: #FFF;
  font-weight: bold;
  font-size: 21px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  padding: 4px 9px;
  vertical-align: top;
  line-height: 100%;
}
.link-textarea {
  width: 80% !important;
}
.clipboardCopyBtn {
  vertical-align: bottom;
  font-size: 15px;
}
.select-input-size {
  box-shadow: none !important;
  font-size: 16px !important;
  outline: 0 none !important;
  padding: 5px !important;
}
.select-popup {
  border: 1px solid #ebebeb !important;
  border-radius: 3px !important;
  color: #555555 !important;
  height: 31px !important;
  width: 100%;
}
.landing-inactive,
.offer-inactive {
  background-color: lightblue;
}
.landing-deleted,
.offer-deleted {
  background-color: #e9e9e9;
}
.option-listing .knob,
.path-listing .knob,
.landing-listing .knob,
.offer-listing .knob {
  visibility: visible;
  background-color: #ffffff;
  color: #000000;
}
.device-selection {
  box-shadow: none !important;
  outline: 0 none !important;
  padding: 5px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 3px !important;
  color: #555555 !important;
  width: 100%;
}
.no_sorter::after {
  display: none !important;
}
th > .required {
  color: #cc2424;
}
.toggle-switch.disabled,
.toggle-switch.disabled span {
  cursor: not-allowed;
}
.btn-optimize-settings {
  margin-left: 45px;
}
.btn-optimize-settings.top {
  vertical-align: top;
  margin-left: auto;
}
p.hint {
  margin-top: 5px;
}
.lp-optimization-settings {
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 15px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lp-optimization-settings .title {
  margin-bottom: 15px;
}
.banner-uploading-bar {
  margin-top: 5px;
  height: 3px;
  background-color: #30bdea;
  width: 1%;
}
span.mytooltip .tooltip-item {
  padding: 0;
}

.campaigns-inputContainer {
  margin-bottom: 0;
  width: 40%;
  min-width: 300px;
}
.loading-overlay--active {
  background-color: #0B0;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 8px !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: right;
}
a {
  cursor: pointer;
}
.btn-upload:hover {
  background-color: #303641;
  border-color: #252a32;
  color: #fff !important;
}
.font-icon {
  cursor: pointer;
  vertical-align: middle;
  font-size: 20px;
}
.md-button.md-default-theme:not([disabled]):hover,
.md-button:not([disabled]):hover {
  background-color: none;
}
.campaigns-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0 !important;
}
.action-icon {
  font-size: 18px !important;
  padding: 0 !important;
}
.dataTables_wrapper .dataTables_filter {
  float: left !important;
  text-align: right;
}
div.dt-buttons {
  position: relative;
  float: right !important;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 500px) {
  .dashboard-submit {
    margin-bottom: 40px;
    margin-left: 10%;
    width: 70%;
    padding: 5px 0;
  }
}
.campaign-buttons a {
  margin-bottom: 3px;
}
.campaign-inactive {
  background-color: lightblue;
}
.campaign-edit-button {
  padding: 5px 7px !important;
}

.dashboard-inputContainer {
  margin-bottom: 0;
  width: 40%;
  min-width: 300px;
}
.logout-icon {
  font-size: 20px !important;
}
.dashboard-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
.logout-icon {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0 !important;
}
.side-tiles .row {
  margin-bottom: 2.1rem;
}
.cus-graph {
  width: 100%;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 500px) {
  .dashboard-submit {
    margin-bottom: 40px;
    margin-left: 10%;
    width: 70%;
    padding: 5px 0;
  }
}

.ForgotPassword-input {
  margin-bottom: 0;
}

body {
  font-family: 'Lato';
}
.main-content {
  width: 10% !important;
}
.clearfix_set h1 {
  text-align: center;
}
.ml-2 {
  margin-left: 2em;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 770px) {
  .main-content {
    width: 100% !important;
  }
}

body {
  font-family: 'Lato';
}
.main-content {
  width: 10% !important;
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}
.header-display {
  display: inline-block;
  vertical-align: middle;
}
.font-set {
  font-size: 20px !important;
}
.pad {
  padding: 0px !important;
  margin: 0px !important;
  top: 5px !important;
}
.footer-content {
  position: absolute !important;
  bottom: 0px;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 770px) {
  .main-content {
    width: 100% !important;
  }
}

.main-content {
  padding: 20px;
}
.main-content.width-tab {
  width: 100% !important;
}
.integrations-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
.integrations-item {
  width: 100%;
  padding: 4px;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-direction: column;
  flex-direction: column;
}
.integrations-item .item-link {
  margin-left: 4px;
  text-decoration: underline;
}
.integrations-item .item-link.last {
  margin-left: 0;
}
.integrations-item .btn-fb {
  background-color: #1877F2;
  color: #fff;
  height: 35px;
  border: 0;
  border-radius: 8px;
  padding: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.integrations-item .btn-fb:hover {
  background-color: #1171ed;
}
.integrations-item .btn-fb.hidden {
  display: none;
}
.integrations-item .fb-status {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.license-page {
  background-color: #14171f;
  background-image: -webkit-gradient(left top, left bottom, color-stop(0, #14171f), color-stop(100%, #2b303a));
  background-image: linear-gradient(180deg, #14171f 0, #2b303a);
  min-height: 100%;
  width: 100%;
  height: auto;
}
.input-group-addon,
.license-page .license-header {
  color: #fff;
  background-color: #373e4a;
}
.license-page .license-header {
  padding: 50px 0;
  text-align: center;
  color: red;
}
.license-page .license-form {
  zoom: 1;
  top: 0;
  opacity: 1;
  transition: all 0.55s ease-in-out;
  position: relative;
  padding: 60px 0 0;
  background: #000000;
}
.license-page .license-content {
  position: relative;
  width: 320px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  transition: all 0.55s ease-in-out;
}
.license-page .license-form .form-group .input-group {
  background: #373e4a;
  border: 1px solid #373e4a;
  padding: 7px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  background-clip: padding-box;
}
.license-page .license-form .form-group .input-group .input-group-addon {
  background: transparent;
  border: none;
}
.license-page .license-form .form-group .input-group .form-control:last-child {
  border-radius: 3px;
}
.license-page .license-form .form-group .input-group .form-control {
  border: 0!important;
  background: #f9febc !important;
  color: #1f232b !important;
  box-shadow: none !important;
}
.license-page .license-form .form-group .btn-license {
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  background-color: #303641;
  border: 1px solid #454a54;
  border-radius: 3px;
  padding: 15px 20px;
}
.license-page .license-form .form-group .btn-license i {
  float: right;
}
.headline-msg {
  color: #cc2400 !important;
}
.support-link {
  color: #ffffff !important;
}

.liveintent-ad {
  padding-bottom: 2%;
}
.liveintent-ad .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
}
.liveintent-ad .modal-content {
  background-color: white;
  padding: 40px 80px;
  border-radius: 8px;
  text-align: center;
}
.liveintent-ad .spinner {
  border: 5px solid rgba(0, 0, 0, 0.1);
  border-top: 5px solid #333;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
  margin: 20px auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.liveintent-ad .error {
  color: red;
}
.liveintent-ad .images-container {
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  padding: 2px;
  gap: 8px;
  overflow-x: auto;
  cursor: pointer;
}
.liveintent-ad .images-container .image-box {
  position: relative;
  width: 75px;
  height: 140px;
  background-color: #f5f5f5;
  padding: 1px;
  cursor: pointer;
}
.liveintent-ad .images-container .image-box:hover > div.remove-image {
  display: block;
}
.liveintent-ad .images-container img,
.liveintent-ad .images-container div {
  width: 75px;
  height: 140px;
  background-color: #f5f5f5;
  object-fit: contain;
}
.liveintent-ad .images-container img.selected {
  border: 2px solid #46A3CA;
}
.liveintent-ad .images-container div.remove-image {
  display: none;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 20px;
  height: 20px;
  background: none;
  font-size: 17px;
  color: red;
}
.liveintent-ad input.ng-touched.ng-invalid {
  border: 1px solid red !important;
}
.liveintent-ad .important {
  color: red;
}
.liveintent-ad .ad-image-row {
  margin-top: 20px;
  height: 300px;
  max-height: 300px;
  margin-bottom: 20px;
}
.liveintent-ad .file-input input {
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
}
.liveintent-ad input.ng-touched.ng-invalid,
.liveintent-ad select.ng-invalid {
  border: 1px solid red !important;
}
.liveintent-ad .liad-section {
  margin-top: 34px;
}
.liveintent-ad .liad-section label {
  font-size: 14px;
}
.liveintent-ad .liad-section .title {
  display: block;
  color: #46A3CA;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}

.liveintent-create-campaign {
  padding-bottom: 2%;
}
.liveintent-create-campaign .error {
  color: red;
}
.liveintent-create-campaign input.ng-touched.ng-invalid {
  border: 1px solid red !important;
}
.liveintent-create-campaign .licc-section {
  margin-top: 34px;
}
.liveintent-create-campaign .licc-section .important {
  color: red;
}
.liveintent-create-campaign .licc-section label {
  font-size: 14px;
}
.liveintent-create-campaign .licc-section .title {
  display: block;
  color: #46A3CA;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}
.liveintent-create-campaign .custom-radio {
  display: block;
  height: 80px;
}
.liveintent-create-campaign .custom-radio input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}
.liveintent-create-campaign .custom-radio .radio-main {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 2px;
  color: #565656 !important;
  border: 1px solid #C5C4C4;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
  cursor: pointer;
}
.liveintent-create-campaign .custom-radio .radio-main:hover {
  color: #fff !important;
  background-color: rgba(67, 67, 67, 0.9);
}
.liveintent-create-campaign .custom-radio .radio-main .radio-title {
  font-size: 14px;
}
.liveintent-create-campaign .custom-radio .radio-main .radio-description {
  font-size: 12px;
  color: #94949;
}
.liveintent-create-campaign .custom-radio input:checked ~ .radio-main {
  background: #434343 !important;
  color: white !important;
}
.liveintent-create-campaign .custom-radio input:checked ~ .radio-main .radio-description {
  color: white;
}

.ApplicationStartup-inputContainer {
  margin-bottom: 0;
  width: 40%;
  min-width: 300px;
}
.ApplicationStartup-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0 !important;
}
.fa-icon-size {
  font-size: 17px;
}

.liveintent-conversiontracker-container {
  padding-bottom: 2%;
}
.liveintent-conversiontracker-container .licc-section {
  margin-top: 34px;
}
.liveintent-conversiontracker-container .licc-section .important {
  color: red;
}
.liveintent-conversiontracker-container .licc-section label {
  font-size: 14px;
}
.liveintent-conversiontracker-container .licc-section .title {
  display: block;
  color: #46A3CA;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}
.liveintent-conversiontracker-container .custom-radio {
  display: block;
  height: 80px;
}
.liveintent-conversiontracker-container .custom-radio input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}
.liveintent-conversiontracker-container .custom-radio .radio-main {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 2px;
  color: #565656 !important;
  border: 1px solid #C5C4C4;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
}
.liveintent-conversiontracker-container .custom-radio .radio-main .radio-title {
  font-size: 14px;
}
.liveintent-conversiontracker-container .custom-radio .radio-main .radio-description {
  font-size: 12px;
  color: #94949;
}
.liveintent-conversiontracker-container .custom-radio input:checked ~ .radio-main {
  background: #434343 !important;
  color: white !important;
}
.liveintent-conversiontracker-container .custom-radio input:checked ~ .radio-main .radio-description {
  color: white;
}

.liveintent-create-container {
  padding-bottom: 2%;
}
.liveintent-create-container .mb-0 {
  margin-bottom: 0;
}
.liveintent-create-container .mt-4 {
  margin-top: 15px;
}
.liveintent-create-container .licc-section {
  margin-top: 34px;
}
.liveintent-create-container .licc-section .important {
  color: red;
}
.liveintent-create-container .licc-section label {
  font-size: 14px;
}
.liveintent-create-container .licc-section .title {
  display: block;
  color: #46A3CA;
  font-size: 12px;
  margin-bottom: 16px;
  font-weight: 600;
}
.liveintent-create-container .licc-section .btn-link {
  padding: 0;
  color: #46A3CA;
}
.liveintent-create-container .licc-section .btn-link:hover {
  color: #373e4a;
}
.liveintent-create-container .licc-section .checkbox:first-child {
  margin-top: 0;
}
.liveintent-create-container .licc-section .checkbox input[type="checkbox"] {
  top: 0;
}
.liveintent-create-container .custom-radio {
  display: block;
  height: 80px;
}
.liveintent-create-container .custom-radio input {
  position: absolute !important;
  opacity: 0 !important;
  cursor: pointer !important;
  height: 0 !important;
  width: 0 !important;
}
.liveintent-create-container .custom-radio .radio-main {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 2px;
  color: #565656 !important;
  border: 1px solid #C5C4C4;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 8px;
  gap: 8px;
}
.liveintent-create-container .custom-radio .radio-main .radio-title {
  font-size: 14px;
}
.liveintent-create-container .custom-radio .radio-main .radio-description {
  font-size: 12px;
  color: #94949;
}
.liveintent-create-container .custom-radio input:checked ~ .radio-main {
  background: #434343 !important;
  color: white !important;
}
.liveintent-create-container .custom-radio input:checked ~ .radio-main .radio-description {
  color: white;
}

.LoginForm-inputContainer {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 80%;
  min-width: 300px;
}
.LoginForm-submit {
  margin-bottom: 40px;
  margin-left: 0;
  width: 50%;
  padding: 5px 0;
}
.md-button {
  margin-left: 27%;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.border-bottom {
  border-bottom: 1px solid black;
}
.tab-inline:hover {
  font-weight: bolder;
  background: #f0f0f1;
}
.list-container thead th {
  font-weight: bold;
}
.list-container tbody tr:hover {
  background-color: #f9f9f9;
}
.list-container thead th:last-child,
.list-container tbody td:last-child {
  width: 82px;
}
.conversion-status {
  display: inline-block;
  background: #575d67;
  margin-right: 5px;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 8px;
  -moz-background-clip: padding;
  border-radius: 8px;
  background-clip: padding-box;
  transition: all 300ms ease-in-out;
}
.conversion-status.is-offline {
  background-color: #575d67;
}
.conversion-status.is-online {
  background-color: #06b53c;
}

.dashboard-inputContainer {
  margin-bottom: 0;
  width: 40%;
  min-width: 300px;
}
.logout-icon {
  font-size: 20px !important;
}
.dashboard-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
.swal2-container {
  z-index: 20000 !important;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
.logout-icon {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0 !important;
}
.side-tiles .row {
  margin-bottom: 2.1rem;
}
@media (min-width: 992px) {
  .modal-lg {
    width: 992px !important;
  }
}
.cus-graph {
  width: 100%;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 500px) {
  .dashboard-submit {
    margin-bottom: 40px;
    margin-left: 10%;
    width: 70%;
    padding: 5px 0;
  }
}


.RegisterForm-inputContainer {
  margin-top: 10px;
  margin-bottom: 0px;
  width: 80%;
  min-width: 300px;
}
.RegisterForm-submit {
  margin-bottom: 40px;
  margin-left: 0;
  width: 100%;
  padding: 5px 0;
}

.release-notes-container {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
}
.accordion-container {
  background: white;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.accordion-main {
  padding: 16px;
  font-size: 16px;
  border: 1px solid #f1f1f1;
}
.accordion-main:hover {
  background-color: #dbeafe62;
}
.accordion-body {
  height: auto;
  max-height: 0px;
  box-sizing: border-box;
  overflow: hidden;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  background-color: #f9fafb;
}
.accordion-body > div {
  padding: 24px;
}
.accordion-body > div > ul + h1,
.accordion-body > div > ol + h1 {
  padding-top: 32px;
}
.accordion-body ol > ol,
.accordion-body ol > ul,
.accordion-body ul > ol,
.accordion-body ul > ul {
  padding-left: 16px;
}
.accordion-body ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.accordion-body ol > li {
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px ;
  font-size: 14px;
  line-height: 20px;
}
.accordion-body ul > li {
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  line-height: 20px;
}
.accordion-body ul {
  list-style-type: disc;
  list-style-position: inside;
}
.accordion-body h1 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  padding-bottom: 8px;
}

.ResetPassword-input {
  margin-bottom: 0;
}

.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.bg-white {
  background-color: white;
}
.p-4 {
  padding: 1rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-slate-900 {
  color: #0f172a;
}
.grid {
  display: grid;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gap-4 {
  gap: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex-col {
  -ms-flex-direction: column;
  flex-direction: column;
}
.min-w-max {
  min-width: max-content;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-\[300px\] {
  margin-left: 300px;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.font-bold {
  font-weight: 700;
}
.text-center {
  text-align: center;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xxl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.border {
  border-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.border-t {
  border-top-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.border-b {
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.border-r {
  border-right-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.border-l {
  border-left-width: 1px;
  border-style: solid;
  border-color: #e5e7eb;
}
.rounded {
  border-radius: 0.25rem;
}
.bg-\[\#B8CCE4\] {
  background-color: #B8CCE4;
}
.bg-\[\#C2D69B\] {
  background-color: #C2D69B;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.z-10 {
  z-index: 10;
}
.overflow-x-auto {
  overflow-x: auto;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[100px\] {
  width: 100px;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.chart {
  width: 100%;
  height: 300px;
}
.chart-container {
  height: 400px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.chart-title {
  margin-bottom: 1rem;
}
.chart-canvas {
  -ms-flex: 1;
  flex: 1;
  min-height: 300px;
}

.label-stats {
  margin-top: 6px;
}
.landing-page-link {
  color: #3188cf;
}
.landing-page-link:hover {
  color: #5797cc !important;
  border-bottom: 1px solid #74b5ea;
}
table.dataTable tbody tr td.deactivated {
  background-color: lightblue;
  color: #000000;
}
.target-selectors {
  padding-bottom: 5px;
}
.target-selectors .multiSelect > button {
  padding: 1px 5px;
}
.stats-search {
  padding-top: 10px;
}
@media (min-width: 992px) {
  .extra-token-selector {
    margin-left: -25px;
  }
  .stats-search {
    padding-top: 5px;
  }
}
.stats-btn {
  margin: 1px;
}
.ad-performance-listing .knob,
.stats-path-listing .knob,
.stats-landing-listing .knob,
.stats-offer-listing .knob {
  visibility: visible;
  background-color: #ffffff;
  color: #000000 !important;
}
.mytooltip {
  display: inline;
  position: relative;
  z-index: 999;
}
.mytooltip .tooltip-item {
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  padding: 0 10px;
}
.mytooltip .tooltip-item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  transform: translateX(-50%);
}
.mytooltip .tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 100%;
  bottom: 100%;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
  box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
  background: #2b2b2b;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.mytooltip .tooltip-content img {
  position: relative;
  height: 250px;
  display: block;
  float: right;
}
.mytooltip .banner-image-link {
  color: #0073b7;
  text-decoration: underline;
}
.mytooltip .banner-image-link i {
  margin-right: 5px;
}
.mytooltip .tooltip-content2 {
  pointer-events: none;
  position: absolute;
  opacity: 0;
  background: white;
  border: 1px solid black;
  color: black;
  padding: 5px;
  height: fit-content;
  width: 500px;
}
.mytooltip .tooltip-content2 img {
  width: 100%;
}
.mytooltip:hover .tooltip-item::after {
  pointer-events: none;
}
.mytooltip:hover .tooltip-content {
  pointer-events: none;
  opacity: 1;
  transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0deg);
}
.mytooltip:hover .tooltip-content2 {
  pointer-events: none;
  opacity: 1;
  font-size: 24px;
}
.pt-4 {
  padding-top: 16px;
}
.student-balance {
  z-index: 1;
  top: -68px;
  right: 125px;
  width: 352px;
  max-width: 352px;
  position: absolute;
}
.student-balance h4 {
  font-size: 1.5rem;
  font-weight: bold;
}
.student-balance h4 button:first-of-type {
  margin-left: 60px;
}
.student-balance .balance-row-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2px;
  max-height: 88px;
  height: 88px;
  overflow: auto;
}
.student-balance .balance-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 11px;
}
.student-balance .balance-row .title {
  width: 225px;
  font-weight: bold;
}
.student-balance .balance-row .amount {
  width: 100px;
}
.student-balance dl > dt {
  padding-right: 0;
}
.student-balance dl > dd {
  padding-left: 0;
}
.student-balance dl > dd .btn {
  margin-bottom: 5px;
}
.balance-log-container {
  max-height: 250px;
  overflow-y: auto;
}
.ad-performance-listing .toggle-switch-liveintent-numbers {
  min-width: 183px;
}
.ad-performance-listing .toggle-switch-liveintent-numbers .switch-off {
  left: -38%;
}
.ad-performance-listing .toggle-switch-liveintent-numbers span {
  width: 25%;
}
.ad-performance-listing .toggle-switch-liveintent-numbers span.knob {
  width: 120px;
}
.ad-performance-listing .toggle-switch-blaze-numbers {
  min-width: 220px;
}
.ad-performance-listing .toggle-switch-blaze-numbers .switch-off {
  left: -26%;
}
.ad-performance-listing .toggle-switch-blaze-numbers span {
  width: 17%;
}
.ad-performance-listing .toggle-switch-blaze-numbers span.knob {
  width: 220px;
}
.ad-performance-listing .set-active-status .description {
  margin: 4px 28px 0 0;
  font-style: italic;
}
.sync-info {
  margin-top: 10px;
}
@keyframes moving-gradient {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
tbody.loading td span,
tfoot.loading th span {
  height: 12px;
  display: block;
  background: linear-gradient(to right, #eee 20%, #ddd 50%, #eee 80%);
  background-size: 68px 30px;
  animation-name: moving-gradient;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.net-profit-data {
  color: white;
  border-radius: 3px;
  padding: 4px 5px;
}
.net-profit-data_high {
  background: #1B8366;
}
.net-profit-data_low {
  background: #c14d6e;
}
.net-profit-data_neutral {
  color: #535353;
}
.thead-highlight {
  background: #0073b7 !important;
  color: white;
}
.sync-info.alert-dismissable .close,
.sync-info.alert-dismissible .close {
  padding: .5em 1em;
  position: absolute;
  top: 10px;
  right: 15px;
  color: inherit;
  font-size: 24px;
}

body {
  font-family: 'Lato';
}
.main-content {
  width: 10% !important;
}
.clearfix_set h1 {
  text-align: center;
}
.page-container {
  height: 100vh !important;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 770px) {
  .main-content {
    width: 100% !important;
  }
}
.mySidenavOpen {
  visibility: visible;
  opacity: 1;
  width: 281px !important;
}
.mySidenavClose {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background-color: #dddddd;
  overflow-x: hidden;
  padding: 60px, 0px, 0px, 0px;
  transition: all 0.5s ease-out;
}
.sidenav .button-anchor {
  text-decoration: none;
  font-size: 32px;
  color: #818181;
  display: block;
  transition: 0.3s;
  position: absolute;
  top: 0px;
  right: 10px;
}
.sidenav #chat {
  position: absolute !important;
  top: 48px !important;
  z-index: 100 !important;
  display: block;
  background: #dddddd;
}
#chat .btn {
  margin: 0px, 0px, 5px, 0px;
}
@media only screen and (min-width: 990px) {
  .page-container .sidebar-menu .sidebar-menu-inner {
    width: 280px;
    position: fixed !important;
  }
}

/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
.select-timezone {
  width: 100%;
  height: 31px !important;
  border: 1px solid #ebebeb !important;
  border-radius: 3px !important;
  color: #555555 !important;
}
table.dataTable thead td,
table.dataTable thead th {
  padding: 8px !important;
}
.dataTables_wrapper .dataTables_filter {
  float: right !important;
  text-align: right;
}
.other-settings {
  padding-left: 20px;
  margin-top: 20px;
}
.show-password-btn {
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
.mt-2 {
  margin-top: 2em;
}
@media only screen and (max-width: 500px) {
  .setting-submit {
    margin-bottom: 40px;
    margin-left: 10%;
    width: 70%;
    padding: 5px 0;
  }
}

body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}

body {
  font-family: 'Lato';
}
.login-page {
  height: 100vh;
}
.md-headline {
  font-size: 30px !important;
  color: white;
}
.login-top {
  padding: 25px 0 !important;
  position: relative;
  background: rgba(63, 69, 80, 0.78);
  transition: all 550ms ease-in-out;
}
option {
  color: black;
}

body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}


body {
  font-family: 'Lato';
}
.Landing {
  height: 100%;
}
.clearfix_set h1 {
  text-align: center;
}
.width-tab {
  display: block !important;
  width: 100% !important;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important;
  }
}
.dashboard-inputContainer {
  margin-bottom: 0px;
  width: 40%;
  min-width: 300px;
}
.size_set {
  font-size: 20px !important;
}
.dashboard-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
.select_size {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0px !important;
}

.Footer {
  text-align: center;
  background-color: #F6F9FA;
  border-top: 1px solid #E9F0F3;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #888888;
  font-weight: 300;
}
.Footer-text {
  padding-top: 10px;
  opacity: 0.8;
  color: #888888;
}
.Footer-link {
  text-decoration: none;
  color: #888888 !important;
  font-weight: 400;
}
.Footer-link:hover {
  text-decoration: underline;
}
.Footer-logo {
  width: 49px;
  height: 46px;
}

.ForgotPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px;
}

body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}

.DemoHeader {
  height: 64px;
  background-color: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.DemoHeader-container {
  height: 100%;
}
.DemoHeader-logo {
  width: 171px;
  height: 41px;
  padding-top: 13px;
}
.DemoHeader-link {
  text-decoration: none;
  color: #535362 !important;
  padding: 0 20px;
  display: inline-block;
  transition: 250ms background-color;
  line-height: 64px;
}
.DemoHeader-link:hover {
  background-color: #F6F9FA;
}
.DemoHeader-github {
  margin-top: 17px;
  margin-left: 10px;
}
.DemoHeader-spacer {
  padding-top: 64px;
}

body {
  font-family: 'Lato';
}
.Landing {
  height: 100%;
}
.clearfix_set h1 {
  text-align: center;
}
.width-tab {
  display: block !important;
  width: 100% !important;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important;
  }
}

body {
  font-family: 'Lato';
}
.Landing {
  height: 100%;
}
.Landing-cover {
  background-image: url('/img/cover.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  width: 100%;
  height: 700px;
}
.Landing-heading,
.Landing-subtitle {
  color: white;
}
.Landing-headingLight {
  font-weight: 300;
}
.Landing-heading {
  color: white;
  letter-spacing: -3px;
  margin-top: 20px;
  font-size: 60px;
  text-align: center;
}
.Landing-subtitle {
  opacity: 0.7;
  text-align: center;
}
.Landing-getStarted {
  padding: 12px 30px;
  font-weight: bold;
  color: #535362 !important;
  border-radius: 4px;
  text-transform: box-shadow 250ms;
}
.Landing-getStarted:hover {
  box-shadow: 0 4px 5px -2px rgba(0, 0, 0, 0.2), 0 7px 10px 1px rgba(0, 0, 0, 0.14), 0 2px 16px 1px rgba(0, 0, 0, 0.12) !important;
}
.Landing-laravelAngular {
  position: relative;
}
.Landing-ampersand {
  font-size: 50px;
  color: #00A4C6;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 300;
}
.Landing-angular {
  background-color: #F6F9FA;
  border-left: 1px solid #E9F0F3;
}
.Landing-laravel,
.Landing-angular {
  text-align: center;
  color: #21455B;
  border-bottom: 1px solid #E9F0F3;
}
.Landing-laravelAngular-title {
  padding-top: 30px;
  margin-bottom: 15px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #21455B;
}
.Landing-laravelAngular-subtitle {
  color: #535362;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 300;
}
.Landing-features {
  text-align: center;
  margin: 60px 10px;
}
.Landing-featuresMainTitle {
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 15px;
  color: #21455B;
}
.Landing-featuresMainDescription {
  width: 70%;
  margin: 0 auto 30px;
  color: #535362;
  font-weight: 300;
}
.Landing-featuresEntry {
  width: 176px;
  height: 176px;
  border-radius: 50%;
  margin: 40px auto 20px;
}
.Landing-featuresEntry-icon {
  height: 100%;
}
.Landing-featuresTitle {
  color: #21455B;
  letter-spacing: -1px;
  margin-top: 40px;
}
.Landing-featuresDescription {
  padding-top: 10px;
  padding-left: 50px;
  padding-right: 50px;
  font-weight: 300;
  color: #535362;
}
.Landing-featuresEntry--restful {
  background-color: #00A4C6;
}
.Landing-featuresEntry--jwt {
  background-color: #EF704D;
}
.Landing-featuresEntry--generators {
  background-color: #25C0CC;
}
.Landing-featuresEntry--restful md-icon {
  width: 100px;
}
.Landing-featuresEntry--jwt md-icon {
  width: 80px;
}
.Landing-featuresEntry--generators md-icon {
  width: 80px;
}
.img-align {
  vertical-align: middle;
}
.left_pos {
  float: left;
}
.btn-top {
  margin-top: 115%;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important;
  }
}
@media only screen and (max-width: 1050px) {
  .btn-top {
    margin-top: 0%;
  }
}






.Login-formContainer {
  margin-top: 80px;
  margin-bottom: 80px;
}
.login-page {
  height: 100vh;
}
.md-headline {
  font-size: 30px !important;
  color: white;
}
.login-header {
  padding: 70px 0 !important;
}
.login-form {
  background: black;
}


body {
  font-family: 'Lato';
}
.Landing {
  height: 100%;
}
.clearfix_set h1 {
  text-align: center;
}
.width-tab {
  display: block !important;
  width: 100% !important;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}
/*
This is a terrible temporary hack,
to fix layout issues with flex on iOS (chrome & safari)
Make sure to remove this when you modify this demo
*/
@media only screen and (max-width: 950px) {
  .iOS-hack .flex-100,
  .iOS-hack .flex-50,
  .iOS-hack .flex-33 {
    -ms-flex: none !important;
    flex: none !important;
  }
}
.dashboard-inputContainer {
  margin-bottom: 0px;
  width: 40%;
  min-width: 300px;
}
.size_set {
  font-size: 20px !important;
}
.dashboard-submit {
  margin-bottom: 40px;
  margin-left: 25%;
  width: 30%;
  padding: 5px 0;
}
md-input-container .md-input:focus {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container .md-input {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
.select_size {
  box-shadow: none !important;
  outline: 0 !important;
  padding: 5px !important;
  font-size: 16px !important;
  height: 40px !important;
}
md-input-container {
  margin: 0px !important;
}

body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}

.Register-formContainer {
  margin-top: 80px;
  margin-bottom: 80px;
}


.ResetPassword-formContainer {
  margin-top: 80px;
  margin-bottom: 80px;
}


body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}

body {
  font-family: 'Lato';
}
.clearfix_set h1 {
  text-align: center;
}
.border-bottom {
  border-bottom: 1px black solid !important;
}

.AddDataModal__container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  padding: 20px 0px;
  z-index: 20000;
  background: #000000cc;
}
.AddDataModal__content {
  background: white;
  position: relative;
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  padding-top: 4px;
  padding-bottom: 15px;
  padding-right: 18px;
  padding-left: 18px;
  border-radius: 4px;
}
.AddDataModal__content__overlay-loading--container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: #f4f4f4cc;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.AddDataModal__content__close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 25px;
  height: 25px;
  border: none;
  background: none;
  color: black;
  cursor: pointer;
}
.AddDataModal__content__header {
  text-align: center;
}
.AddDataModal__content__body {
  margin-top: 18px;
  padding-bottom: 18px;
}
.AddDataModal__content__body__dates--container {
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-align: center;
  align-items: center;
}
.AddDataModal__content__body__dates--container__date {
  width: 100%;
}
.AddDataModal__content__body__inputs--container {
  margin-top: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 11px;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  color: #676767;
}
.flex-util {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 19px;
}
.AddDataModal__content__body__inputs--container__select {
  padding: 5px 7px;
  font-size: 12px;
  color: black;
}
.AddDataModal__content__body__inputs--container__input label {
  width: 100px;
  font-size: 13px;
}
.AddDataModal__content__body__inputs--container__input input {
  padding: 2px 4px;
  font-size: 15px;
  color: black;
}
.AddDataModal__content__body__inputs--container__current-value--container {
  color: black;
  font-size: 14px;
}
.AddDataModal__content__body__inputs--container__new-value--container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}
.AddDataModal__content__body__inputs--container__new-value--container__input {
  border: none;
  color: black;
  font-size: 15px;
  text-align: center;
  border-bottom: 1px solid black;
}
.AddDataModal__content__footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}
.AddDataModal__content__footer__button {
  padding: 6px;
  padding-right: 14px;
  padding-left: 14px;
  font-size: 16px;
  color: black;
  background: none;
}
.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #2c37e4;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.aggregator_container {
  text-align: center;
  margin-top: 1rem;
}
.aggregate-row {
  color: #5c5c5c;
  background-color: #efefef;
  border-radius: 5px;
  margin-bottom: 24px;
}
.aggregator_loading {
  padding: 20px 10px;
  font-size: 18px;
}
.aggregator_no-aggregations {
  padding: 35px 0;
  font-size: 24px;
}
.aggregator_button-create-main-aggregator {
  font-size: 14px;
  font-weight: 600;
}
.align-left-all {
  text-align: left;
}
.aggregator_split-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
}
.padding-0 {
  padding: 0 !important;
}
.pointer-default {
  cursor: default;
}
.c-mr-2 {
  margin-right: 8px;
}
.tooltip-icon {
  color: #3188cf;
}
.tooltip-img-float-none img {
  float: none !important;
}
.aggregator_entries-container {
  height: 300px;
  width: 100%;
  margin-top: 20px;
  overflow-y: auto;
  border: 1px solid #f2f2f2;
  padding: 3px 10px;
}

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