/*
    Top Navbar
*/
.topnavbar {
  background: #FFFFFF;
  box-shadow: 0px 0px 20px #00000019;
  border-radius: 0px 0px 30px 30px;
}
/*
    Footer
*/
.wrapper .footer-container {
  border-top: 1px solid transparent;
  text-align: right;
}

.prf-img-wrapper {
  max-height: 70px;
  max-width: 70px;
  width: 70px;
  height: 70px;
}

.prf-header-img-wrapper {
  max-height: 35px;
  max-width: 35px;
  width: 35px;
  height: 35px;
}

.header-nav-icons {
  align-items: center;
}

.img-header {
  padding: 0.25rem;
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}


.prf-img-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.profile-image {
  max-width: 70px;
  max-height: 70px;
  width: 70px;
  height: 70px;
  object-fit: cover;
}

.input-large {
  width: 400px !important;
}

.media-reach .media-body {
  margin: 1%;
}


.reach-panel .list-group-item {
  padding-right: 0px;
  padding-top: 0;
  padding-left: 50px;
}

  .reach-panel .list-group-item .icons {
    float: left;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 1%;
    text-align: center;
    width: 50px;
    vertical-align: middle;
  }

  .reach-panel .list-group-item .reach-list {
    display: flex;
    flex-wrap: wrap;
  }

    .reach-panel .list-group-item .reach-list .list {
      border-bottom: 1px solid #e4eaec;
      width: 100%;
      padding: 2px 15px 2px 5px;
    }

      .reach-panel .list-group-item .reach-list .list:last-child {
        border-bottom: 0;
        padding-bottom: 0;
      }

      .reach-panel .list-group-item .reach-list .list .badge, .reach-panel .list-group-item .reach-list .text {
        display: inline-block;
        vertical-align: middle;
        margin-top: 7px;
      }

  .reach-panel .list-group-item.bordert-1 {
    border-top: 1px solid #e4eaec !important;
    padding-top: 5px;
  }

  .reach-panel .list-group-item .reach-list .text {
    display: inline-block;
    vertical-align: middle;
  }

  .reach-panel .list-group-item.list-group-item-action.reach-list-wrapper {
    border: 1px solid #c0c0c0;
    border-radius: 10px;
    margin: 4px 16px;
    background-color: #fafafa;
    width: auto;
  }

.card-hashtag .list-group .list-group-item {
  border-top: 1px solid #e4eaec;
}

.filters-card .form-checkbox {
  max-width: 234px;
  float: right;
  width: 100%;
}

.form-horizontal .form-group .control-label {
  float: left !important;
}

.filters-card .form-horizontal .form-group {
  position: relative;
}

  .filters-card .form-horizontal .form-group label.control-label {
    float: left;
    width: 70px;
    padding-top: 5px;
  }

  .filters-card .form-horizontal .form-group .form-field {
    margin-left: 75px;
  }

.filter-form-v2 {
  margin: 0;
  padding: 0;
}

  .filter-form-v2 .c-checkbox, .filter-form-v2 .c-radio {
    margin-right: 30px;
  }

  .filter-form-v2 .form-group {
    margin-bottom: 15px;
  }

.payment-form-v2 {
  margin: 0;
  padding: 0;
}

#payment-form {
  display: none;
}

.payment-form-v2 .c-checkbox, .payment-form-v2 .c-radio {
  margin-right: 30px;
}

.payment-form-v2 .form-group {
  margin-bottom: 15px;
}

.card .card-body.form-horizontal-control {
  padding-top: 0;
}

.form-horizontal-control label.control-label {
  float: left;
  width: 90px;
  margin-bottom: 0;
  padding: 7px 0;
}

.form-horizontal-control .form-field {
  margin-left: 100px;
}

.card-title .c-checkbox {
  font-size: 14px;
}

.input-group-link {
  padding: 0.375rem 0.8rem;
}

.dropzone {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.card-image .dropzone .dz-default.dz-message {
  font-size: 20px;
}

.card-image form.dropzone .dz-message .fa.fa-camera {
  font-size: 50px;
}

.card-image .table td .dropzone {
  padding: 5px;
}

  .card-image .table td .dropzone .dz-default.dz-message {
    font-size: 14px;
  }

  .card-image .table td .dropzone .dz-message .fa.fa-camera {
    font-size: 40px;
  }

.content-heading .custom-select {
  font-size: 11px;
  display: inline-block;
  width: auto;
}

.image-placeholder {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  background: #f1f1f1;
  min-height: 200px;
  line-height: 168px;
}

  .image-placeholder em {
    vertical-align: middle;
  }

.activities-card .form-horizontal-control label.control-label {
  width: 144px;
}

.activities-card .form-horizontal-control .form-field {
  margin-left: 150px;
}



.review-section .image {
  width: 230px;
  float: left;
}

.review-section {
  margin-top: 20px;
  position: relative;
  border-top: 1px solid #e4eaec;
  padding-top: 10px;
  padding-bottom: 20px;
}

  .review-section .detail {
    margin-left: 250px;
    position: relative;
    padding-right: 200px;
  }

    .review-section .detail ul.description {
      padding: 0;
      margin: 0;
      list-style: none;
    }

      .review-section .detail ul.description li {
        font-size: 13px;
        margin-bottom: 5px;
      }

    .review-section .detail .right-action {
      position: absolute;
      right: 15px;
      top: 0;
      width: 160px;
      text-align: right;
    }


.card-features td .btn {
  margin-bottom: 2px;
}

.c-checkbox span:before, .c-radio span:before {
  left: -1px;
  line-height: 1;
  top: 3px;
}

.nav-pills .nav-link:hover {
  color: #fff;
  background-color: #5d9cec;
}

.nav-pills-mini   {     
    text-align: center
}

.nav-pills-mini .nav-link:hover {
    color: #fff;
    background-color: #5d9cec;
    text-align:center
}

.campaing-status {
  font-size: 18px;
  color: #F46464;
}

.redir-icon {
  fill: #ffc038;
}

.slide-btn {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.nav-pills .nav-link.active {
  background-color: #fff;
  color: #FFC038;
  border-radius: 10px;
}

.nav-link {
  font-size: 18px;
  color: #777777;
}

.nav-item-semi-active {
    font-size: 18px;
    color: #fff !important; 
    background-color: #ffc038;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem !important;
}

.nav {
  justify-content: space-between;
}

.loader-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 10000;
}

.main-container-wrapper {
  background-color: #fff;
  padding: 70px 85px;
  border-radius: 10px;
}

.border-class {
  border-bottom: 1px solid #777777;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.text-main-title {
  color: #2F2E2E;
  font-size: 24px;
  font-weight: 500;
}

.second-title {
  font-size: 16px;
  color: #777777;
  font-weight: 700;
}

.main-wrapper-text {
  font-size: 16px;
  color: #777777;
  font-weight: 400;
}

.text-link {
  color: #FFC038;
  text-decoration: none;
}

.settings-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

@media (max-width: 1100px) {
    .settings-block {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
    }
}

@media (max-width: 900px) {
    .settings-block {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.setting-main-block {
  background-color: #F2F5F7;
  border-radius: 10px;
  padding: 20px 35px;
  text-align: center;
}

.grey-settings {
  font-size: 16px;
  color: #959DA3;
}

.black-settings {
  color: #71777B;
  font-size: 16px; 
  font-weight: bold;
}

.btn-group-settings {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-settings {
  border: 1px solid #FFC038;
  font-size: 16px;
  color: #FFC038;
  outline: none;
  background-color: transparent;
  border-radius: 100px;
  max-width: 75px;
  width: 100%;
  font-weight: bold;
}

.static-btn-settings {
  border: 1px solid #FFC038;
  font-size: 16px;
  color: #FFC038;
  outline: none;
  background-color: transparent;
  border-radius: 100px;
  max-width: 75px;
  width: 100%;
  font-weight: bold;
}

.btn-settings:hover, .btn-selected {
  background-color: #FFC038;
  color: #fff;
}

.form-group-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 1400px) {
    .form-group-container {
        display: block;
    }
}

a[disabled="true"] {
  pointer-events: none;
}

  .loader-content .loader-animation {
    top: 45%;
    margin: auto;
    width: 100px;
  }

@media (max-width: 1024px) {

  .activities-card .image {
    margin-bottom: 15px;
  }

  .upload-form {
    max-width: 100%;
  }
}

@media (max-width: 990px) {

  .review-section .image {
    width: 140px;
  }

  .review-section .detail {
    margin-left: 155px;
    padding-right: 0;
  }

    .review-section .detail .right-action {
      position: relative;
      right: 0;
      margin-top: 15px;
      text-align: left;
    }
}


@media (max-width: 767px) {
  .review-section .detail .right-action {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 15px;
    text-align: right;
  }

  .card-compaigns-form .form-text {
    margin-bottom: 10px;
    text-align: right;
    padding-top: 0px !important;
    margin-top: 0px;
  }

  .form-horizontal-control label.control-label {
    width: 100% !important;
  }

  .form-horizontal-control .form-field {
    margin-left: 0 !important;
  }
}

@media (max-width: 640px) {
  .review-section .detail .right-action {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 15px;
    text-align: left;
  }
}

@media (max-width: 480px) {

  .review-section .image {
    width: 100%;
    margin-bottom: 15px;
  }

  .review-section .detail {
    margin-left: 0;
    padding-right: 0;
  }

  .content-heading .ml-auto {
    text-align: right;
  }

  .content-heading .custom-select {
    margin-bottom: 5px;
  }

  .card-footer .d-flex .mr-auto {
    margin-bottom: 10px;
  }

  .card-footer .d-flex {
    display: block !important;
  }
}

.errorRequire {
  border: 1px solid red;
}

.card-features table .btn-sm {
  width: 33px;
}

.datepicker > div {
  display: inherit;
}

.card:empty {
  display: none;
}

.ddlAppForm {
  background-color: transparent;
  border-radius: 5px;
  padding: 15px;
  border: 1px solid #d0d0d0;
  -webkit-box-shadow: 0 10px 6px -6px #999;
  -moz-box-shadow: 0 10px 6px -6px #999;
  box-shadow: 0 10px 6px -6px #999;
}

.select2-container--disabled {
  background-color: #f0f0f0;
}


/* Upload custom css

.editable-click {
    border: 0;
}
     */
.edit-1, .edit-2 {
  height: 35px;
}

.desc-edit {
  height: 120px;
}

  .desc-edit textarea, .desc-edit form, .desc-edit div, .desc-edit .editable-container.editable-inline {
    width: 100% !important;
  }

  .desc-edit .editable-input textarea {
    width: 100%;
    height: 120px;
    overflow: auto;
    resize: none;
  }

.dropzone .dz-preview.dz-image-preview .dz-details {
  display: none;
}


.editable-input {
  top: 5px;
}

.form-inline .form-control {
  max-width: 100px;
  width: 100%;
}


.editable-buttons {
  position: relative;
  top: 8px;
}

.step-enrolling {
  color: #959DA3;
}


/*.editable-error-block
{
    display:none !important;
}*/


.cardScrollbar {
  overflow-y: auto;
  overflow-x: hidden;
}

.form-field span.select2-container {
  width: 100% !important;
}

.editableInput {
  width: 500px !important;
}

.resize-no {
  resize: none;
}

.c-pointer {
  cursor: pointer;
}

.budget-errors {
  margin-left: 40px;
}

.imageList {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

  .imageList > div {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
    padding: 7px 10px;
    vertical-align: middle;
  }

  .imageList .icon .btn {
    font-size: 11px;
    vertical-align: middle;
    margin-bottom: 2px;
  }

  .imageList > div:last-child {
    border-right: 0;
  }

.d-table {
  display: table;
}

  .d-table > div {
    display: table-cell;
  }




.divider {
  background: #e6e6e6;
  height: 1px;
  display: block;
  width: 100%;
}

.featureSection .featureList {
  display: table-row;
}

  .featureSection .featureList > div {
    display: table-cell;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

    .featureSection .featureList > div.icon {
      width: 96px;
    }

.c-radio .radio-count {
  border: 0;
  border-radius: 0;
  margin: 0;
  width: auto;
}

.table-row-click {
  cursor: pointer;
}

.card-overviewformedit .form-group label {
  margin-right: 3px;
}

.card-mailingaddress label {
  font-weight: bold;
  margin-right: 5px;
  font-size: 13px;
}

.profile-box {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 10px;
  margin-bottom: 15px;
}

  .profile-box .image {
    position: relative;
    padding-left: 34px;
  }

    .profile-box .image .img {
      width: 100%;
      overflow: hidden;
    }

    .profile-box .image .icon {
      font-size: 32px;
      position: absolute;
      left: 0;
    }

  .profile-box .detail h5 {
    font-weight: bold;
    font-size: 26px;
    padding-right: 68px;
  }

  .profile-box .list {
    padding: 5px;
  }

  .profile-box .detail .action-button {
    position: absolute;
    right: 0;
    top: 0px;
  }

.card .note-toolbar.card-header {
  background: #f6f5f4;
}

@media (max-width: 575px) {
  .badge-wrapper {
    display: block;
    padding: 8px 0;
    width: 100%;
  }

    .badge-wrapper.float-left {
      margin-left: 0;
    }
}

.list-group a {
  text-decoration: none;
}

.drop-down-wrapper {
  position: relative;
  cursor: pointer;
}

  .drop-down-wrapper a {
    color: #555;
    text-decoration: none;
  }

  .drop-down-wrapper .arrow-left {
    margin-right: 15px;
  }

  .drop-down-wrapper:hover .custom-drop-down {
    display: block;
  }

  .drop-down-wrapper .custom-drop-down {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-100%);
    box-shadow: rgba(0, 0, 0, 0.176) 0px 6px 12px;
    display: none;
    background-color: white;
    max-width: 230px;
    max-height: 500px;
    overflow: auto;
  }

    .drop-down-wrapper .custom-drop-down ul {
      list-style-type: none;
      padding: 0;
      width: 100%;
      height: 100%;
    }

    .drop-down-wrapper .custom-drop-down li {
      border-bottom: 1px solid rgba(0, 0, 0, 0.125);
      width: 100%;
      height: 100%;
    }

      .drop-down-wrapper .custom-drop-down li:hover {
        background-color: #f8f9fa;
      }

      .drop-down-wrapper .custom-drop-down li a {
        display: block;
        width: 100%;
        padding: 10px 15px;
      }

.permission-table {
  border: solid 0.5px silver;
  width: 100%;
}

.parmission-row-header {
  border-bottom: solid 0.5px silver;
  border-top: solid 0.5px silver;
  background-color: #dde6e9;
}

.permission-row {
  border-bottom: solid 0.5px silver;
  border-top: solid 0.5px silver;
}

.permission-c1 {
  width: 35%;
  padding: 5px 0px 5px 5px;
  border-right: solid 0.5px silver;
}

.permission-c2 {
  width: 35%;
  padding: 5px 0px 5px 5px;
  border-right: solid 0.5px silver;
}

.permission-c3 {
  width: 30%;
  padding: 5px 0px 5px 5px;
  border-right: solid 0.5px silver;
}

.client-contact {
  padding: 5px 0px 5px 5px;
  border-right: solid 0.5px silver;
}

.trace-filter-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.func-control-wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.func-tabs-wrapper {
  border: 1px solid black;
  display: flex;
  margin: 20px 0;
}

  .func-tabs-wrapper .tabs-btn {
    padding: 5px 20px;
    cursor: pointer;
  }

    .func-tabs-wrapper .tabs-btn:nth-child(2) {
      border-left: 1px solid black;
      border-right: 1px solid black;
    }

    .func-tabs-wrapper .tabs-btn span {
      padding: 3px;
    }

  .func-tabs-wrapper .active-tab {
    background-color: #5d9bec91;
  }

    .func-tabs-wrapper .active-tab span {
      border-bottom: 1px solid black;
    }

.func-filter-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.func-filter {
  display: flex;
  width: 60%;
}

  .func-filter .filter {
    padding: 0 20px;
  }

    .func-filter .filter input {
      width: 100%;
      margin: 5px 0;
    }

.func-filter-wrapper .age-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .func-filter-wrapper .age-wrapper .age-input {
    display: flex;
  }

    .func-filter-wrapper .age-wrapper .age-input input {
      margin: 10px;
      max-width: 50px;
    }

.func-table-wrapper {
  max-height: 500px;
  overflow-y: auto;
}

.func-table-body .is-error-false {
  width: 10px;
  height: 10px;
  border: 1px solid red;
  border-radius: 50%;
}

.func-table-body .is-error-true {
  background-color: red;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.view-json-btn {
  cursor: pointer;
}

.json-pop-up {
  border: 2px solid black;
  position: fixed;
  top: 50vh;
  left: 50vw;
  height: 500px;
  width: 500px;
  transform: translate;
  background-color: white;
  transform: translate(-50%,-50%);
  z-index: 1;
  display: none;
}

.dnv-pop-up {
  border: 2px solid black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate;
  background-color: white;
  transform: translate(-50%, -20%);
  z-index: 1;
  display: none;
}

.btn-close {
  text-align: right;
  background: transparent;
}

.json-pop-up .pop-up-text {
  padding: 10px;
  height: 445px;
  overflow: auto;
}

.btn-close i {
  cursor: pointer;
  font-size: 30px;
  padding: 10px
}

.tracelog_table {
  table-layout: fixed;
}

  .tracelog_table .tracelog_col1 {
    border-left: 5px solid silver;
    width: 10%;
  }

  .tracelog_table .tracelog_col2 {
    width: 20%;
  }

  .tracelog_table .tracelog_col3 {
    width: 20%;
  }

  .tracelog_table .tracelog_col4 {
    width: 20%;
  }

  .tracelog_table .tracelog_col5 {
    width: 15%;
  }

  .tracelog_table .tracelog_col6 {
    width: 5%;
  }

.dnv-value {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
  overflow: auto;
}

.dnv-value-column {
  vertical-align: middle;
  border-right: solid 0.5px silver;
  padding-left: 5px;
  max-width: 350px;
}

.tracelog_prod {
  border-left: 5px solid #fd7e14 !important;
}

.toggle-dashboard-control {
  cursor: pointer;
  user-select: none;
}

.influencer-quick-search-modal {
  max-width: 1300px;
}

.address-editing-modal {
  max-width: 500px;
}

.configuration-menu-bar {
  width: 100%;
  margin-bottom: 40px;
  border-radius: 10px;
}

.configuration-menu-nav {
  padding-top: 20px !important;
  padding-bottom: 20px;
}

.campaign-activity-onoffswitch-inner:before {
  content: "Yes";
}

.campaign-activity-onoffswitch-inner:after {
  content: "No";
}

.influencer-message-custom-button {
  margin-top: -6px;
}

.sweet-alert {
  overflow: visible;
}

.selectize-input input {
  display: inline;
  height: auto;
}

.custom-selectize {
  min-width: 150px;
}

  .custom-selectize .selectize-input {
    display: flex;
  }

  .custom-selectize .item {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 90%;
    white-space: nowrap;
  }

.swal-checkbox {
  height: auto !important;
  width: auto !important;
}

.selectize {
  width: 100%;
  border: none;
  border-radius: 10px;
}

.campaign-overview-select .selectize {
  background-color: #F2F5F7;
  padding:15px 25px;
}

.interest-wrapper {
  width: 48%;
}

.dotted-blue {
  background-color: #659DBD;
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
}

.interest-select {
  background-color: #F2F5F7;
  padding:20px 25px;
  border: none;
  border-radius: 10px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 10px;
  height: 70px;
  white-space: pre-wrap;
  font-size: 16px;
  color: #71777B;
  font-weight: 600;
}

.interest-input {
  background-color: #F2F5F7;
  padding:20px 25px;
  border: none;
  border-radius: 10px;
  max-width: 90px;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}

.another-title {
  font-size: 20px;
  color: #000;
}

.btn-bottom-group {
  display: flex;
  justify-content: flex-end;
}

.delete-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F46464;
    color: #fff;
    font-size: 18px;
    max-width: 140px;
    width: 100%;
    text-transform: uppercase;
    border: none;
    outline: none;
    border-radius: 100px;
    padding: 12px 0;
    margin-right: 20px;
    font-weight: bold;
} 

.close-btn {
  font-size: 18px;
  color: #fff;
  background-color: #FFC038;
  max-width: 230px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  border: none;
  outline: none;
  border-radius: 100px;
  padding: 12px 0;
  font-weight: bold;
  cursor: pointer;
}

.btn-bottom-icon {
  margin-left: 10px;
}

.another-tegs {
  border: 1px solid #FFC038;
  color: #FFC038;
  padding: 2px 5px;
  border-radius: 15px;
  margin: 0 15px 15px 0;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
}

.another-tegs:hover {
  text-decoration: none;
  color: gray;
}

.clear-btn {
  color: #FFC038;
  font-size: 16px;
}

.search-icon-margin-top {
  margin-top: 35px;
}

.campaign-activity-grid-active {
  border-bottom: none !important;
}

.tag-result {
  background-color: aliceblue;
  padding: 5px;
}

.button-filter {
  padding: 5px 10px;
  background-color: #4472C4;
  color: white;
  border: 2px solid #2F528F;
  border-radius: 5px;
  margin: 5px;
  display: inline-block;
  cursor: pointer;
}

.button-delete-filter {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  border-radius: 3px;
  padding: 2px 6px;
  margin: 0 5px 5px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
}

  .button-delete-filter i {
    margin-right: 10px;
    cursor: pointer;
  }

.button-filter-wrapper {
  display: flex;
}

.influencer-filter-wrapper {
  min-height: 100px;
  padding: 5px 0 0 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  width: 100%;
  border-radius: 3px;
}

.search {
  margin: 5px;
  max-width: 250px;
}

.search-button-wrapper {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  text-align: center;
}

.option-button {
  background: white;
  padding: 0;
}

.option-button-test {
  background: #F2F5F7;
  padding: 0;
}

  .option-button:focus {
    box-shadow: none;
  }

.option-heading {
  font-size: 1.5rem;
  line-height: 1.1;
  color: #929292;
  font-weight: normal;
}

.reminder-messagebody-editor {
  min-height: 150px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  padding: 5px;
  background-color: white;
}

.bg-aliceblue {
  background-color: aliceblue;
}

.campaign-activity-drop-down {
  max-width: 350px;
}

.campaign-product-shipping-search {
  margin-top: 15px;
  max-width: 30%;
}

@media(max-width: 1400px) {
  .campaign-product-shipping-search {
    margin-top: 15px;
    max-width: 35%;
  }
}

@media(min-width: 1500px) {
  .col-xxl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

.scheduled-active,
.created-active,
.trial-active,
.pending-active {
  background-color: #70ad47;
}

.settled-active,
.active-active,
.enrolled-active,
.completed-active {
  background-color: #4472c4;
}

.failed-active,
.inactive-active,
.canceled-active,
.notselected-active {
  background-color: #f36901;
}

.time-picker {
  max-width: 120px;
  border: none;
  color: #007bff;
  background-color: transparent;
  max-width: 50px;
  font-size: 16px;
  cursor: pointer;
}

.htmleditor-container {
  padding: 10px;
  border: 1px solid silver;
  border-radius: 0.25rem;
}

.activity-type-badge {
  display: flex;
  height: 28px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background-color: #A9D18E;
  font-size: 16px;
}

.datepicker-dropdown::after {
  display: none !important;
}

.datepicker-dropdown::before {
  display: none !important;
}

.justify-content-between-col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.activity-delete-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}

.activity-sort-order {
  top: 10px;
  left: 10px;
  background-color: white;
  position: absolute;
}

.track-list-container, .artist-list-container, .playlist-list-container {
  display: flex;
  position: relative;
  flex-direction: column;
  max-height: 300px;
}

#track-picker-modal-list, #artist-picker-modal-list, #playlist-picker-modal-list {
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  padding-left: 0;
  list-style: none;
}

  #track-picker-modal-list li, #artist-picker-modal-list li, #playlist-picker-modal-list li {
    position: relative;
    border-bottom: 1px solid #DEE9E2;
    color: #313131;
    max-width: 100%;
    padding: 5px 0 5px 0;
    cursor: pointer;
  }

  #artist-picker-modal-list .select-artist-li img {
    width: 40px;
    border-radius: 5px;
  }

  #artist-picker-modal-list .select-artist-li .artist-name {
    margin-left: 10px;
    line-height: 40px;
  }

  #playlist-picker-modal-list .select-playlist-li img {
    width: 40px;
    border-radius: 5px;
  }

  #playlist-picker-modal-list .select-playlist-li .playlist-name {
    margin-left: 10px;
    line-height: 40px;
  }

.btn-spotify-picker {
  background-color: green;
}

.slider-nav .slick-track {
  display: flex;
}

.slider-nav .nav-slide {
  display: flex;
  height: auto;
}

.slider-for {
  border: 1px solid black;
}

.slider-nav .slick-track {
  height: 200px;
}

.slider-nav .slick-list .slick-track .nav-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-nav .nav-slide img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
}

.slider-nav .add-slide-btn {
  height: 100%;
  border: none;
}

.activity-media-container .slick-arrow,
.activities-slider .slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
}

  .activity-media-container .slick-arrow:before,
  .activities-slider .slick-arrow:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
  }

.activity-media-container .slick-prev:before,
.activities-slider .slick-prev:before {
  border-top: 1px solid black;
  border-left: 1px solid black;
  transform: rotate(-45deg);
}

.activity-media-container .slick-next:before,
.activities-slider .slick-next:before {
  border-top: 1px solid black;
  border-right: 1px solid black;
  transform: rotate(45deg);
}

.slider-for {
  height: 500px;
}

.slick-track {
  height: 100%;
}

  .slick-track .main-slide,
  .slick-track .main-slide img,
  .slick-list {
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

.slider-for .slick-list .slick-track .main-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-badge {
  border: none;
  background-color: white;
  cursor: pointer;
}

.product-media-delete-btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.productmedia-order-btn-container {
  width: 100%;
  position: absolute;
  bottom: 5px;
}

.productmedia-img {
  min-height: 300px;
  max-width: 100%;
  object-fit: scale-down;
}

.client-addresses-list-group {
  background-color: aliceblue;
}

.campaign-slide-container {
  position: relative;
  padding: 0 20px;
}

.campaign-slide-container .nav-link {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.campaign-slide-container .reports-slider {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.campaign-slide-container .slick-disabled {
  display: none !important;
}
.campaign-slide-container .slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0;
  width: 59px;
  height: 59px;
}

#slide-btn-prev {
  left: 0;
}

#slide-btn-next {
  right: 0;
}

.campaign-progress-line {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
  margin-top: 20px;
}

.campaign-progress-line .step {
  display: flex;
  flex-direction: column;
  width: calc(100% / 6);
  position: relative;
  text-align: center;
  color: #959DA3;
  font-size: 16px;
}

.campaign-progress-line .step:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #C0C5C7;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -5px;
  margin-top: -5px;
}

.step-date {
  font-size: 16px;
  color: #959DA3 !important;
  text-align: center;
}

    .step-date:hover {
        cursor: pointer;
        text-decoration: underline !important;
        color: gray !important;
    }

.campaign-progress-line .step:after {
  content: none;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background-color: transparent;
  border: 5px solid #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  box-shadow: 0px 0px 10px #C0C5C7;
}
.campaign-progress-line .step.active:before {
  background-color: #FFC038;
}
.campaign-progress-line .step.current:after {
  content: '';
}

.campaign-progress-line .step.next {
    cursor: pointer;
}

    .campaign-progress-line .step.next:hover:before {
        background-color: #FFC038;
    }

    .campaign-progress-line .step.next:hover:after {
        content: '';
    }

.step-line-container {
    position: absolute;
    left: calc((100% / 2.4) / 2.5);
    right: calc((100% / 2.4) / 2.5);
    top: 50%;
    margin-top: -2px;
    height: 4px;
    background-color: #C0C5C7;
}

.step-line {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #FFC038;
  height: 100%;
  width: 60%;
}

.campaign-progress-line .step span:first-child {
  margin-bottom: 30px;
}

.playlist-block {
  background-color: #F2F5F7;
  border-radius: 10px;
  padding: 20px 40px;
  text-align: center;
}

.play-title {
  font-size: 16px;
  color: #959DA3;
}

.play-text {
  color: #71777B;
  font-size: 16px;
  font-weight: bold;
}

.btn-selected {
  color: #fff;
}

.campaign-overview-select .single .selectize-input {
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.campaign-overview-select .single .selectize-dropdown  {
  width: 100% !important;
  left: 0 !important;
}

.campaign-overview-select .single .selectize-dropdown .selectize-dropdown-content .option  {
  padding: 5px 0 !important;
}

.campaign-overview-select .single .selectize-input input {
  font-size: 16px;
  color: #71777B;
  font-weight: 600;
}

.campaign-overview-select .single .selectize-input .item {
  font-size: 16px;
  color: #71777B;
  font-weight: 600;
}

#ddlTemplateInvited-selectized::placeholder, 
#ddlTemplateEnrolled-selectized::placeholder, 
#ddlTemplateReceived-selectized::placeholder, 
#ddlTemplateAccepted-selectized::placeholder,
#ddlTemplateDisqualified-selectized::placeholder, 
#ddlTemplateCompleted-selectized::placeholder {
  font-size: 16px;
  color: #71777B;
  font-weight: 600;
}

#campaignKey {
  color: #71777B;
  font-size: 16px;
  font-weight: bold;
}

.interest-group {
  display: flex;
  align-items: center;
}

.inter-group-content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  bottom: 11px;
  left: 15px;
}

input::-webkit-inner-spin-button { 
  display: block;    
  width: 15px;    
  opacity: 1;
}

.cleared-button {
  position: relative;
  bottom: 7px;
}


.addstatusbtn {
  padding: 10px 15px;
  background-color: #FFC038;
  border: none;
  outline: none;
  cursor: pointer;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0;
}

.statusTableWrapper {
    padding: 0 2rem 1rem;
}

.open-table-btn {
  border-radius: 0;
}

.table-title-text {
  font-size: 16px;
  font-weight: 700;
}

.name-status-text {
  font-weight: 700;
  transition: all 0.5s;
}

.name-status-text:hover {
  background-color: #FFC038;
  transition: all 0.5s;
}

.collapsed-content-table {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}

.add-modal-btn {
  background-color: #FFC038;
  padding: 5px 40px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}

.add-modal-btn:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #FFC038;
}

.check-input {
  width: 20px;
  height: 20px;
}

.title-form-label {
  font-size: 16px;
  font-weight: 700;
}

.modal-title {
  font-size: 18px;
  font-weight: 700;
}

.date-input-modal {
  font-weight: 700;
  color: gray;
}

.add-message-template-btn {
    margin: auto;
    display: block;
    max-width: 200px;
}

.add-music-configuration-btn {
    display: block;
    max-width: 200px;
}

.u-marginBl {
    margin-bottom: 20px;
}

.u-marginTxl {
    margin-top: 35px;
}

.u-width194 {
    width: 194px;
}

.btn-add-user-account:hover {
    color: white !important;
}

.btn-add-user-account:disabled {
    cursor: not-allowed !important;
}