.thesaas-sections-split .section {
  margin: 30px 50px 100px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  border: 1px solid #ebebeb;
}

.thesaas-sections-split .section-info {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-top: 60px;
}

@media (max-width: 768px) {
  .thesaas-sections-split .section {
    margin: 30px 0 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }
}

@media (max-width: 991px) {
  .hideDiv {
    display: none;
  }
}

@media (min-width: 1500px) {
  .headerResponsiveBig {
    font-size: 60px !important;
  }
}
@media (max-width: 1500px) {
  .textResponsiveSmall {
    font-size: 20px !important;
  }
}
@media (min-width: 991px) {
  .addPaddings {
    padding-left: 25% !important;
    padding-top: 5% !important;
  }
}

.text-blinnk {
  color: #cc1977 !important;
}

.btn-blinnk,
.btn-blinnk:hover {
  background-color: #cc1977;
  border-color: #cc1977;
  color: #fff;
}

.btn-blinnk:hover {
  -webkit-box-shadow: 0 2px 10px #9f135c;
  box-shadow: 0 2px 10px #9f135c;
}

.btn-blinnk:focus,
.btn-blinnk.focus {
  color: #fff;
}

.btn-blinnk.disabled,
.btn-blinnk:disabled {
  background-color: #cc1977;
  border-color: #cc1977;
  opacity: 0.5;
}

.btn-blinnk:active,
.btn-blinnk.active,
.show > .btn-blinnk.dropdown-toggle {
  background-color: #9f135c;
  border-color: #9f135c;
  color: #fff;
}

.btn-blinnk-outline {
  color: #cc1977;
  background-color: transparent;
  border-color: #cc1977;
}

.btn-blinnk-outline:hover {
  color: #fff;
  background-color: #cc1977;
  border-color: #cc1977;
}

.btn-blinnk-outline:active,
.btn-blinnk-outline.active,
.show > .btn-blinnk-outline.dropdown-toggle {
  background-color: #9f135c;
  border-color: #9f135c;
}

.autoheight {
  height: auto;
}

.table-sub-title {
  background: #efefef !important;
  color: black !important;
}

.fw400 {
  font-weight: 400 !important;
  font-size: 2rem !important;
}

.fw200 {
  font-weight: 200 !important;
  font-size: 1rem !important;
}

.img128 {
  width: 96px !important;
  height: 96px !important;
  margin-top: 15px;
}
#first {
  border-top: hidden !important;
}

#last {
  border-bottom: hidden !important;
}

.background-gray {
  background: #f8f8f8 !important;
}

.mt-lg {
  margin-top: 15px !important;
}

.tooltip-hover {
  position: relative !important;
  display: inline-block !important;
  border-bottom: 1px dotted black !important;
}

.tooltip-hover-right {
  top: -5px !important;
  left: 105% !important;
}

.tooltip-hover-left {
  top: -5px !important;
  right: 105% !important;
}

.tooltip-hover-top {
  width: 120px !important;
  bottom: 100% !important;
  left: 50% !important;
  margin-left: -60px !important; /* Use half of the width (120/2 = 60), to center the tooltip */
}

.tooltip-hover-bottom {
  width: 120px !important;
  top: 100% !important;
  left: 50% !important;
  margin-left: -60px !important; /* Use half of the width (120/2 = 60), to center the tooltip */
}
.tooltip-hover .tooltiptext {
  visibility: hidden !important;
  width: 400px !important;
  background-color: black !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 6px !important;
  padding: 5px 0 !important;

  /* Position the tooltip */
  position: absolute !important;
  z-index: 1 !important;
}

.tooltip-hover:hover .tooltiptext {
  visibility: visible !important;
}

.pb10 {
  padding-bottom: 10px;
}

.no-wrap {
  white-space: nowrap !important;
}

.collapse {
  border-top: none !important;
  border-bottom: none !important;
}

.btn-white {
  color: #cc1977;
}

.body-scrolled .btn-white {
  border-color: #f1f2f3;
  color: #b5b9bf;
}

.img56 {
  width: 56px !important;
  height: 56px !important;
  margin-top: 15px;
}
