
.lds-facebook,
.lds-facebook div {
  box-sizing: border-box;
  transform: scale(0.8);
}
.lds-facebook {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-facebook div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 13px;
  background: #0054a6;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2) {
  left: 25px;
  animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3) {
  left: 43px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%, 100% {
    top: 24px;
    height: 32px;
  }
}



@font-face {
  font-family: 'Manrope';
  src: url(../ttf/Manrope-Regular.ttf);
}

@font-face {
  font-family: 'Manrope-Bold';
  src: url(../ttf/Manrope-SemiBold.ttf);
}

@font-face {
  font-family: 'Manrope-Light';
  src: url(../ttf/Manrope-ExtraLight.ttf);
}

* {
  font-family: 'Manrope';
}


h1, h2, h3, h4, h5, h6, .bold_font {
  font-family: 'Manrope-Bold';
}

.light_font, small {
  font-family: 'Manrope-Light';
}



.card-category {
  cursor: pointer !important;
  padding: 10px 15px !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.card-category.active {
  background-color: rgb(165, 203, 255);
}

td {
  vertical-align: middle !important;
}

.text_main {
  color: #d6277e !important;
}

.text_main_hover:hover {
  color: #b10c5f !important;
}

.bg_main {
  background-color: #d6277e !important;
}

.bg_main_hover:hover {
  background-color: #b10c5f !important;
}





@media (min-width: 768px) {
  .nav-link_pl_0 {
     padding-left: 0 !important;
  }
}

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