.landing-text {
  font-family: Roboto;
  font-size: 24px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.11;
  letter-spacing: 1.8px;
  text-align: left;
  color: #ffffff;
  white-space: pre-wrap;
}

.small-landing-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.36;
  letter-spacing: 1.1px;
  text-align: left;
  color: #ffffff;
}

.landing-button {
  width: 100%;
  height: 58.3px;
  border-radius: 5px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #fa674b;
  background-color: #fa674b;
  font-family: Roboto;
  font-size: 16px;
  padding: 0.5rem 0;
  margin: 0;
}

@media (min-width: 400px) {
  .landing-button {
    width: 100%;
    height: 58.3px;
    border-radius: 5px;
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    border: solid 1px #fa674b;
    background-color: #fa674b;
    font-family: Roboto;
    font-size: 20px;
    padding: 0.5rem 0;
    margin: 0;
  }
}

.disclaimer-container-desktop {
  margin: 0;
  padding: 0;
  display: flex;
  height: 50px;
}

.disclaimer-text {
  font-family: Roboto;
  font-size: 12px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
}

.disclaimer-text a {
  color: #212529;
  font-size: 24px;
  font-weight: bold;
}

.card-select {
  transition: all 0.3s ease;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  box-shadow: 0 0 5px 0 #888888;
  background-color: #ffffff;
  border-radius: 5px;
}

.card-select.is-selected {
  /* border: 5px solid #888888; */
  box-shadow: 0 0 3px 7px #fa674b;
  box-shadow: 0 0 3px 7px var(--social-accent, #fa674b);
  transition: all 0.3s ease;
  border-radius: 5px;
}

.card-button {
  /* width: 305.4px; */
  /* height: 50px; */
  border-radius: 3px;
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #fa674b;
  background-color: #fa674b;
  padding: 0.5rem 0.6rem;
}

.card-select {
  font-size: 12px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.17;
  letter-spacing: normal;
  text-align: left;
  color: rgba(65, 65, 65, 0.67);
}

.card-select.hoverable {
  cursor: pointer;
}

.card-select .card-body {
  padding: 0.75rem;
}

.intro-text {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #504f4f;
}

.intro-text a {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  text-decoration: underline;
  color: #504f4f;
}

.step-title {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
}

.link-append-text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  height: 120px;
}

.social-logo {
  width: 30px;
  height: 30px;
}

.page-footer {
  height: 62px;
  background-color: #504f4f;
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  line-height: 60px;
  /* Vertically center the text there */
}

html {
  position: relative;
  min-height: 100%;
}

.navbarClientLogo {
  height: 100%;
  width: 110px;
  object-fit: contain;
}

.landingClientImage {
  object-fit: contain;
}

.category-dropdown-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

.back-button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: inherit;
}

.filter-post-category-dropdown {
  position: absolute;
  right: 18px;
  top: 14px;
}

.filter-images-category-dropdown {
  margin-top: 3px;
}

@media (min-width: 576px) {
  .filter-post-category-dropdown {
    position: absolute;
    right: 50px;
    top: 14px;
  }
}

.social-network-switcher-dropdown {
  position: absolute;
  right: 18px;
  top: 14px;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background-color: #fa674b;
  background-color: var(--social-accent, #fa674b);
}

.social-network-switcher-icon {
  width: 30px;
  height: 30px;
}

.dropdown-item {
  cursor: pointer;
}

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

.instagram-modal img {
  width: 70px;
}

.ready-made-post-img {
  position: relative;
  width: 100%;
  padding-bottom: 52.35%;
  align-items: center;
  overflow: hidden;
}

.ready-made-post-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  object-fit: cover;
}

#customise-share-float {
  width: 100%;
  opacity: 0.94;
  box-shadow: 0 -3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
}

#customise-share-float.fixed {
  position: fixed;
  left: 0px;
  bottom: 0px;
}

#customise-share-float.bottom {
  position: absolute;
  bottom: 62px;
  /* Height of the footer element, plus some extra pixels if needed */
}

.card-img-top {
  max-width: 100%;
  flex-shrink: 0;
}

#share-container {
  width: 100%;
  margin: 0 0;
}

.share-icon {
  width: 90%;
  height: 100px;
  text-align: center;
  padding: 0.5rem 0.5rem;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
}

.landing-share-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-top: -25px;
  /* Half the height */
  margin-left: -20px;
  /* Half the width */
}

.landing-social-name {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 5px 0;
  width: 100%;
}

.card-social-network-bubble {
  width: 40px;
  height: 40px;
  border-radius: 25px;
}

.card-social-network-bubble img {
  width: 25px;
  height: 25px;
  margin-top: 7px;
  margin-left: 8px;
}

.social-bubble-container {
  position: absolute;
  top: 40px;
  right: -25px;
}

.social-bubble-container-horizontal {
  display: flex
}

.modal-social-accent .modal-header {
  background-color: var(--social-accent, #fa674b);
}

.modal-social-accent .modal-footer {
  border-top: 0;
}

.modal-social-accent .fas {
  color: var(--social-accent, #fa674b);
}

.btn-social-accent {
  background-color: var(--social-accent, #fa674b);
  border-radius: 5px;
}

.modal-rounded .modal-content {
  border-radius: 10px;
}

.modal-rounded .modal-content .modal-header {
  border-radius: 10px 10px 0 0;
}

.edit-campaign-step {
  font-size: 20px;
  font-weight: 400;
}

.edit-campaign-step-info {
  font-size: 16px;
}

.tab-social-network {
  width: 50px;
  height: 50px;
}

.tab-social-network img {
  width: 30px;
  height: 30px;
  margin-top: 10px;
  margin-left: 11px;
}

.tab-social-network.not-created {
  opacity: 0.3;
}

table.dataTable thead th, table.dataTable thead td {
  border-bottom: 1px solid #c0c0c0!important;
}

table.dataTable.no-footer {
  border-bottom: 1px solid #c0c0c0!important;
}

.btn {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-info {
  background-color: #fa674b!important;
}

.btn-primary {
  background-color: #fa674b!important;
}

.btn-outline-primary {
  border: 2px solid #fa674b!important;
  color: #fa674b!important;
}

.btn-outline-primary:hover {
  border: 2px solid #fa674b!important;
  color: #fa674b!important;
}

.md-form input[type=date]:focus:not([readonly])+label, .md-form input[type=datetime-local]:focus:not([readonly])+label, .md-form input[type=email]:focus:not([readonly])+label, .md-form input[type=number]:focus:not([readonly])+label, .md-form input[type=password]:focus:not([readonly])+label, .md-form input[type=search-md]:focus:not([readonly])+label, .md-form input[type=search]:focus:not([readonly])+label, .md-form input[type=tel]:focus:not([readonly])+label, .md-form input[type=text]:focus:not([readonly])+label, .md-form input[type=time]:focus:not([readonly])+label, .md-form input[type=url]:focus:not([readonly])+label, .md-form textarea.md-textarea:focus:not([readonly])+label {
  color: #fa674b;
}

.md-form input[type=date]:focus:not([readonly]), .md-form input[type=datetime-local]:focus:not([readonly]), .md-form input[type=email]:focus:not([readonly]), .md-form input[type=number]:focus:not([readonly]), .md-form input[type=password]:focus:not([readonly]), .md-form input[type=search-md]:focus:not([readonly]), .md-form input[type=search]:focus:not([readonly]), .md-form input[type=tel]:focus:not([readonly]), .md-form input[type=text]:focus:not([readonly]), .md-form input[type=time]:focus:not([readonly]), .md-form input[type=url]:focus:not([readonly]), .md-form textarea.md-textarea:focus:not([readonly]) {
  -webkit-box-shadow: 0 1px 0 0 #fa674b;
  box-shadow: 0 1px 0 0 #fa674b;
  border-bottom: 1px solid #fa674b;
  }

/* new social network icons */

input[type=checkbox] {
  display: none;
}

.social-network-label {
  cursor: pointer;
  user-select: none;
}

.label.social-network-checkbox {
  display: inline-block;
  padding: 3px;
  height: 70px;
  width: 70px;
  font-size: 9px;
  text-align: center;
  color: white;
  line-height:110px;
  box-shadow: 5px 5px 5px #cccccc;
  transition: all 0.25s ease;
}

.label.social-network-checkbox:hover {
  box-shadow: 8px 8px 8px #cccccc;
}

input[type=checkbox]:disabled + .label {
  opacity: 30%;
}


.label.social-network-checkbox#facebook-checkbox {
  background: url("/img/landing/facebook.svg") no-repeat center top 12px; 
  background-size: 28%;
  background-color: #bebcbc;
}

input[type=checkbox]:checked + .label#facebook-checkbox {
  background: #3b5998;
  color: #fff;
  background-image: url("/img/landing/facebook.svg");
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 28%;
}

.label.social-network-checkbox#twitter-checkbox {
  background: url("/img/landing/twitter.svg") no-repeat center top 12px; 
  background-size: 60%;
  background-color: #bebcbc;
}

input[type=checkbox]:checked + .label#twitter-checkbox {
  background: #55acee;
  color: #fff;
  background-image: url("/img/landing/twitter.svg");
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 60%;
}

.label.social-network-checkbox#instagram-checkbox {
  background: url("/img/landing/instagram-transparent.svg") no-repeat center top 6px; 
  background-size: 75%;
  background-color: #bebcbc;
}

input[type=checkbox]:checked + .label#instagram-checkbox {
  background: #bc236c;
  color: #fff;
  background-image: url("/img/landing/instagram-transparent.svg");
  background-repeat: no-repeat;
  background-position: center top 6px;
  background-size: 75%;
}

.label.social-network-checkbox#linkedin-checkbox {
  background: url("/img/landing/linkedin.svg") no-repeat center top 12px; 
  background-size: 50%;
  background-color: #bebcbc;
}

input[type=checkbox]:checked + .label#linkedin-checkbox {
  background: #2969b1;
  color: #fff;
  background-image: url("/img/landing/linkedin.svg");
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 50%;
}

.label.social-network-checkbox#native-checkbox {
  background: url("/img/landing/native.svg") no-repeat center top 12px; 
  background-size: 50%;
  background-color: #bebcbc;
}

input[type=checkbox]:checked + .label#native-checkbox {
  background: #4AC959;
  color: #fff;
  background-image: url("/img/landing/native.svg");
  background-repeat: no-repeat;
  background-position: center top 12px;
  background-size: 50%;
}