.upper-background {
  background: linear-gradient(183.06deg, #DD4E96 0%, #94519B 55.8%, #3868BC 100%);
  height: 300px;
}

.dashboard-ideal-partner-promo__box {
  display: flex;
  align-items: center;
  padding: 24px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 32px;
}

.dashboard-ideal-partner-promo__image {
  width: 143px;
  height: 98px;
  margin-right: 32px;
}

.dashboard-ideal-partner-promo__content {
  flex: 1;
  margin-right: 16px;
}

.dashboard-ideal-partner-promo__title {
  font-family: 'Muli', sans-serif;
  font-size: 21px;
  color: #454545;
  font-weight: 600;
  margin-bottom: 8px;
}

.dashboard-ideal-partner-promo__description {
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  color: #454545;
}

.shout-controls {
  padding: 0 24px 24px;
}

/* Dashboard search form */
.dashboard-search-form {
  background: #ffffff !important;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 18px 24px 24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.dashboard-search-form__label {
  font-size: 16px;
  color: #454545;
  font-weight: bold;
  display: block;
}

.dashboard-search-form__checkbox-label {
  font-size: 14px;
  color: #454545;
  font-weight: 400;
  margin-right: 16px;
}

.dashboard-search-form__checkbox {
  margin-right: 4px !important;
}

.dashboard-search-form__textinput {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 8px 12px;
  width: auto !important;
}

.dashboard-search-form__inline-textinput {
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  padding: 8px 12px;
  width: auto !important;
}

.dashboard-search-form__inline-textinput-separator {
  display: inline-block;
  text-align: center;
  width: 25px;
}

.dashboard-search-form__looking-for__select {
  border-color: #D7D7D7 !important;
  color: #454545 !important;
}

.dashboard-search-form__looking-for__caret {
  color: #0076D0;
  margin-left: 4px !important;
}

.dashboard-search-form__submit {
  background: #ffffff;
  border: 1px solid #D7D7D7;
  border-radius: 4px;
  color: #0076D0;
  font-weight: bold;
  font-size: 16px;
  padding: 12px 24px;
  align-self: center;
}

.dashboard-search-form__area__selected {
  margin-top: 4px;
}

@media (max-width: 991px) {
  .dashboard-search-form {
    flex-wrap: wrap;
  }

  .dashboard-search-form__area {
    flex: 1 0 50%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .dashboard-search-form__age {
    flex: 1 0 50%;
    margin-right: 0;
  }

  .dashboard-search-form__looking-for {
    flex: 1 0 50%;
    margin-right: 0;
  }

  .dashboard-search-form__gender {
    flex: 1 0 50%;
    margin-right: 0;
  }

  .dashboard-search-form__submit {
    margin-top: 16px;
    width: 100%;
  }

  .dashboard-search-form__looking-for__select {
    width: auto !important;
    margin-bottom: 16px;
  }
  
  .dashboard-search-form__inline-textinput {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .dashboard-ideal-partner-promo__box {
    flex-direction: column;
    text-align: center;
  }

  .dashboard-ideal-partner-promo__image {
    margin-right: 0;
    margin-bottom: 16px;
  }
  
  .dashboard-ideal-partner-promo__content {
    margin-right: 0;
    margin-bottom: 16px;
  }

  .dashboard-search-form {
    flex-direction: column;
  }

  .dashboard-search-form__textinput {
    width: 100% !important;
  }

  .dashboard-search-form__inline-textinput {
    width: 45% !important;
  }

  .dashboard-search-form__inline-textinput-separator {
    width: 10%;
  }

  .shout-controls {
    padding: 0 16px 16px;
  }
}

.own-shouts .panel {
  color: black;
}
.own-shouts .panel .progress {
  margin-bottom: 0;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
}
.progress .progress-bar.view-count {
  background-color: #993366;
  min-width: 2em;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.5);
}

.own-shouts .shout-displays-label {
  float: left;
  margin-right: 1em;
}

.own-shouts .panel-body {
  position: relative;
}
.panel-body .deleteShout {
  position: absolute;
  top: -2px;
  right: -2px;
}
.delete-confirm .btn-warning {
  margin-right: 20%;
}

.dashboard__section-title {
  font-family: 'Muli', sans-serif;
  color: #454545;
  font-size: 28px;
  text-transform: none;
  margin-top: 32px;
  margin-bottom: 16px;
}

.dashboard-visitors__image-container {
  width: 72px;
  height: 72px;
  background:rgba(0, 118, 208, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.dashboard-visitors__image {
  width: 32px;
}

.dashboard-visitors__title {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  margin-top: 16px;
  color: #727272;
}

.dashboard-visitors__count {
  text-align: center;
  color: #454545;
  font-size: 18px;
  margin-top: 8px;
}

.dashboard-visitors__count-value {
  font-size: 28px;
  font-weight: 600;
}

.dashboard-visitors__count-help {
  font-size: 14px;
  text-align: center;
  color: #727272;
}

#profile-list-ajax {
  margin-top: 24px;
}

.dashboard-visitors__see-more-link {
  color: #0076D0;
}

.dashboard-plus-promo {
  text-align: center;
  margin-top: 16px;
}

.dashboard-plus-promo__title {
  color: #454545;
  font-family: 'Muli', sans-serif;
  font-size: 18px;
  margin-top: 16px;
}

.dashboard-plus-promo__description {
  color: #454545;
  font-size: 14px;
  font-family: 'Muli', sans-serif;
  margin: 8px 0 16px;
}

#dashboard-shoutbox .nav-tabs {
  border-bottom: 1px solid #EBEBEB;
  padding: 0 24px;
  height: 58px;
}

#dashboard-shoutbox .nav.nav-tabs > li {
  height: 100%;
  margin-right: 32px;
}

#dashboard-shoutbox .nav-tabs li a {
  color: #727272;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 16px 0;
  margin: 0;
  font-size: 16px;
}

#dashboard-shoutbox .nav-tabs li.active {
  background-color: transparent;
}

#dashboard-shoutbox .nav-tabs li a:hover {
  border-color: transparent;
}

#dashboard-shoutbox .nav-tabs li.active a{
  border-color: transparent;
  border-bottom: 2px solid #D44491;
  color: #D44491;
}

#shoutbox .shoutbox-shoutcontent {
  word-wrap: break-word;
}

#shoutbox .shoutbox-image {
  display: inline-block;
}

#shoutbox .shoutbox-image img {
  border-radius: 4px;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
  width: 100%;
}

.respond-shout {
  margin-bottom: 8px;
}

#shoutbox .shout-message {
  padding: 16px;
  background: #D9EAF8;
  color: #454545;
  font-size: 16px;
  border-radius: 4px;
  margin-bottom: 0px;
}

.shout-message__arrow-down {
  width: 0; 
  height: 0; 
  border-right: 20px solid transparent;
  margin-left: 16px;
  border-top: 20px solid #D9EAF8;
}

.shout-message__arrow-up {
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  margin-left: 16px;
  border-bottom: 20px solid #D9EAF8;
  margin-top: 8px;
}

/* Speed up carousel transition,
   for better interactivity on mobile */
#shoutbox-carousel > .carousel-inner > .item {
  transition: transform .4s ease-in-out;
  padding: 24px;
}

/*
#shoutbox .banner-margin {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}
#shoutbox .banner-margin img {
  width: 100px;
}
#shoutbox .banner-margin .row {
  text-align: center;
}
#shoutbox .banner-margin .row > div:first-child {
  text-align: right;
}
*/

#shoutbox .get-visibility-banner {
  background-color: #993366;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

#shoutbox .purple {
  background-color: #993366;
}
#shoutbox .get-visibility-banner img {
  width: 100px;
}
#shoutbox .get-visibility-banner img,
#shoutbox .get-visibility-banner a {
  margin-left: 20px;
  margin-right: 20px;
}


.matches-banner-large, .visitors-banner-large {
  background-color: #993366;
  margin-left: 0;
  margin-right: 0;
  text-align: center;
  color: white;
}
.visitors-banner-large {
  padding: 20px;
  margin-bottom: 20px;
}
.visitors-banner-large > div {
  padding-bottom: 10px;
}
.visitors-banner-large .plus-lock {
  font-size: 40px;
}


.matches-banner-large .plus-logo {
  text-align: right;
}
.matches-banner-large .plus-text {
  text-align: center;
  color: white;
}
.matches-banner-large .plus-text p {
  margin-bottom: 0;
}
.matches-banner-large .plus-button {
  text-align: left;
}

.matches-banner-large .plus-logo img {
  width: 150px;
  max-width: 100%;
}

.matches-banner-large > div {
  height: 100px;
  line-height: 90px;
}

.matches-banner-large > div > img,
.matches-banner-large > div > div,
.matches-banner-large > div > button {
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 767px) {
  #dashboard-shoutbox .nav.nav-tabs > li {
    margin-right: 24px;
  }

  #shoutbox .shout-message {
    margin-top: 16px;
    margin-top: 0;
  }

  #shoutbox .shoutbox-shoutcontent {
    padding-left: 0;
  }

  #shoutbox-carousel > .carousel-inner > .item {
    padding: 16px;
  }
}