/* Sticky footer styles
 * -------------------------------------------------- */
@font-face {
  font-family: "BankGothic Md BT";
  src: url("../assets/fonts/bankgothicmdbt_medium.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

body {
  /* Margin bottom by footer height */
  /* margin-bottom: 60px; */
}

.footer {
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  /* height: 60px; */
  background-color: #f5f5f5;
}

body > .container {
  /* padding: 60px 15px 0; */
}

.container .text-muted {
  /* margin: 20px 0; */
}

footer.footer {
  margin-top: 15px;
}

footer.footer .text-muted {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 51px; */
  margin: 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.small-ic {
  width: 1rem;
}

.text-action,
a {
  color: #0d6efd;
}

h1 {
  font-size: 54px;
  font-weight: 300;
  line-height: 58px;
  margin: 0 0 58px;
}
img {
  margin: 15px 0;
}
/* .card .badge {  
  font-size: 1.25em;
} */
.date-block {
  color: #b7b7b7;
}
.card .card-header {
  /* background-color: rgba(46, 54, 80, 0.03); */
}
.navbar-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3d55c5;
  font-family: "Space Mono", monospace;
}
@media (max-width: 991.98px) {
  .navbar-collapse.collapsing,
  .navbar-collapse.show {
    background: transparent;
    height: auto !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    margin: 0 -15px;
  }

  .navbar-collapse.collapsing .navbar-nav.me-auto.mb-2.mb-lg-0,
  .navbar-collapse.show .navbar-nav.me-auto.mb-2.mb-lg-0 {
    align-items: center;
    width: 100%;
  }

  .navbar-collapse.show .navbar-nav.me-auto.mb-2.mb-lg-0 .me-2 {
    margin-right: 0.5rem !important;
  }
  .navbar-collapse.show .navbar-nav.me-auto.mb-2.mb-lg-0 .nav-item {
    margin-bottom: 0.5rem !important;
  }
  main .d-flex.justify-content-between {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
@media (max-width: 600px) {
  main .button_action {
    font-size: 18px;
  }
}

/* header {  
  background-color: transparent;
  background-image: linear-gradient(180deg, #050505 0%, #1D2D5E 100%)!important;
  background-image: linear-gradient(180deg, #050505 0%, #1d2d5e6b 100%);
} */

.button_action {
  font-family: "Space Mono", monospace;
  border: 2px solid #3d55c5;
  color: #3d55c5;
  height: 50px;
  display: flex;
  font-size: 21px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  max-width: 525px;
}
.legend_header {
  font-family: "Ubuntu", sans-serif;
}
.prof_tarifs,
.business_tarif {
  background-image: linear-gradient(74deg, #2b205e, #3f51b5);
  background-position: 90% 69%, 0px 0px;
  background-size: 500px, auto;
  background-repeat: no-repeat, repeat;
  border: 0;
}

.business_tarif {
  background-image: linear-gradient(74deg, #725cd6, #9c27b0);
}

.prof_tarifs h4,
.prof_tarifs .card-body,
.business_tarif h4,
.business_tarif .card-body {
  color: #fff;
}

.prof_tarifs .card-header {
  border-bottom: 0.0625rem solid rgb(92 115 189 / 63%);
}

.business_tarif .card-header {
  border-bottom: 0.0625rem solid rgb(101 30 126 / 43%);
}

.business_tarif .btn {
  border-color: #ffffff2e;
}

.prof_tarifs .btn {
  border-color: white;
}

.export__change {
  margin-left: 3px;
  background: rgb(249 249 249 / 60%);
  padding: 10px;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.export__change:hover {
  background: rgb(249 249 249);
}
.hide {
  display: none;
}
.card-body::-webkit-scrollbar,
.form-control::-webkit-scrollbar {
  width: 5px; /* width of the entire scrollbar */
}
.card-body::-webkit-scrollbar-track,
.form-control::-webkit-scrollbar-track {
  background: rgb(255, 255, 255); /* color of the tracking area */
}
.card-body::-webkit-scrollbar-thumb,
.form-control::-webkit-scrollbar-thumb {
  background-color: rgb(176, 176, 176); /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid rgb(176, 176, 176); /* creates padding around scroll thumb */
}
.nav-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nav-align-top .nav-tabs .nav-link.active {
  box-shadow: none;
}

#content_card .card-header {
  background-color: rgb(105 108 255);
  color: aliceblue;
}

#content_card .card-body {
  background: #696cff47;
}
#soc_card .card-header {
  background-color: #1d9bf0;
  color: aliceblue;
}
#soc_card .card-body {
  background: #009def1f;
}

#media_card .card-header {
  background-color: #f44336;
  color: aliceblue;
}
#media_card .card-body {
  background-color: #f443361f;
}
#news_card .card-header {
  background-color: #fc0;
  color: black;
}
#news_card .card-body {
  background-color: #ffcc001a;
}

@keyframes text-placeholder-anim {
  from {
    left: -30px;
  }

  to {
    left: calc(100% + 15px);
  }
}
.loading .banner-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: skew(20deg);
  animation: text-placeholder-anim 3s ease infinite;
}

/* .card-body.loading {
  overflow: hidden;
}

.loading::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  transform: skew(20deg);
  animation: text-placeholder-anim 3s 1500ms ease infinite; 
}*/
/* #b8c9df */
:root {
  --bs-success: #4caf50 !important;
  --bs-success-rgb: 76, 175, 80;
}

.nav-link__inner {
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form_errors {
  color: #f44336;
}
@media (max-width: 767.98px) {
  .modal .modal-dialog:not(.modal-fullscreen).w-100 {
    margin: 0;
  }
}

.jam--alert {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 24 24'%3E%3Cpath fill='%23e32400' d='M10 20C4.477 20 0 15.523 0 10S4.477 0 10 0s10 4.477 10 10s-4.477 10-10 10m0-2a8 8 0 1 0 0-16a8 8 0 0 0 0 16m0-13a1 1 0 0 1 1 1v5a1 1 0 0 1-2 0V6a1 1 0 0 1 1-1m0 10a1 1 0 1 1 0-2a1 1 0 0 1 0 2'/%3E%3C/svg%3E");
}

.confirmation-icon:hover .jam--alert {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -1.5 24 24'%3E%3Cpath fill='%23e32400' d='M10 20.393c-5.523 0-10-4.477-10-10c0-5.522 4.477-10 10-10s10 4.478 10 10c0 5.523-4.477 10-10 10m0-15a1 1 0 0 0-1 1v5a1 1 0 0 0 2 0v-5a1 1 0 0 0-1-1m0 10a1 1 0 1 0 0-2a1 1 0 0 0 0 2'/%3E%3C/svg%3E");
}

.confirmation-icon {
  position: relative;
  display: inline-block;
}

#accountsHeader {
  display: flex;
  justify-content: space-between;
}

.loader {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #3498db;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: spin 2s linear infinite;
  margin-right: 30px;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.ready_cont_but {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.chevron-down {
  margin-left: 15px;
  margin-right: 15px;
}
.chevron-down::after {
  margin-top: -0.28em;
  width: 0.62em;
  height: 0.62em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}
.chevron-down::after {
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: middle;
  content: "";
  margin-top: -0.28em;
  width: 0.62em;
  height: 0.62em;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg);
}

.account-full-box.interactive {
  cursor: pointer;
  transition: box-shadow 0.5s;
  cursor: pointer;
}
.account-full-box.interactive:hover {
  box-shadow: 0 2px 25px rgb(87 87 87 / 18%);
}

.dropdown-content {
  display: none;
  position: absolute;
  /* background-color: #f9f9f9; */
  background-color: #fff;
  min-width: 160px;
  /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
  box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 27%);
  border-radius: 6px;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  overflow: auto;
  transition: background-color 0.5s;
}
.dropdown-content a:first-child {
  border-bottom: 1px #eee solid;
}

.dropdown-content a:hover {
  /* background-color: rgba(190, 190, 190, 0.55); */
  background-color: rgb(190 190 190 / 12%);
  color: black;
}

.default-tg-photo {
  border-radius: 100%;
  background: #eee;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
}

.user-tg-photo {
  border-radius: 50%;
  object-fit: contain;
  width: 50px;
  margin: 0;
  height: 50px;
  object-position: center;
}

.confirmation-icon {
}

.blinking {
  animation: blink 1.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}

.navbar .navbar-nav .nav-link {
  font-weight: 600;
}

.positive-smile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23669c35' d='M14.36 14.23a3.76 3.76 0 0 1-4.72 0a1 1 0 0 0-1.28 1.54a5.68 5.68 0 0 0 7.28 0a1 1 0 1 0-1.28-1.54M9 11a1 1 0 1 0-1-1a1 1 0 0 0 1 1m6-2a1 1 0 1 0 1 1a1 1 0 0 0-1-1m-3-7a10 10 0 1 0 10 10A10 10 0 0 0 12 2m0 18a8 8 0 1 1 8-8a8 8 0 0 1-8 8'/%3E%3C/svg%3E");
}

.negative-smile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23e32400' d='M128 24a104 104 0 1 0 104 104A104.11 104.11 0 0 0 128 24m0 192a88 88 0 1 1 88-88a88.1 88.1 0 0 1-88 88M80 108a12 12 0 1 1 12 12a12 12 0 0 1-12-12m96 0a12 12 0 1 1-12-12a12 12 0 0 1 12 12m-1.08 64a8 8 0 1 1-13.84 8c-7.47-12.91-19.21-20-33.08-20s-25.61 7.1-33.08 20a8 8 0 1 1-13.84-8c10.29-17.79 27.39-28 46.92-28s36.63 10.2 46.92 28'/%3E%3C/svg%3E");
}

.neutral-smile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg fill='none' stroke='%230061ff'%3E%3Ccircle cx='12' cy='12' r='9' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath stroke-linejoin='round' stroke-width='3' d='M9 9.5h.01v.01H9zm6 0h.01v.01H15z'/%3E%3Cpath stroke-linecap='round' stroke-width='2' d='M9 15h6'/%3E%3C/g%3E%3C/svg%3E");
}

.one-person {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23e32400' d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v1c0 .55.45 1 1 1h14c.55 0 1-.45 1-1v-1c0-2.66-5.33-4-8-4'/%3E%3C/svg%3E");
}

.few-people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23285FF6' d='M7 14s-1 0-1-1s1-4 5-4s5 3 5 4s-1 1-1 1zm4-6a3 3 0 1 0 0-6a3 3 0 0 0 0 6m-5.784 6A2.24 2.24 0 0 1 5 13c0-1.355.68-2.75 1.936-3.72A6.3 6.3 0 0 0 5 9c-4 0-5 3-5 4s1 1 1 1zM4.5 8a2.5 2.5 0 1 0 0-5a2.5 2.5 0 0 0 0 5'/%3E%3C/svg%3E");
}

.many-people {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23729B45' d='M8 2.002a1.998 1.998 0 1 0 0 3.996a1.998 1.998 0 0 0 0-3.996M12.5 3a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3m-9 0a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M5 7.993A1 1 0 0 1 6 7h4a1 1 0 0 1 1 1v3a3 3 0 0 1-.146.927A3.001 3.001 0 0 1 5 11zM4 8c0-.365.097-.706.268-1H2a1 1 0 0 0-1 1v2.5a2.5 2.5 0 0 0 3.436 2.319A4 4 0 0 1 4 10.999zm8 0v3c0 .655-.157 1.273-.436 1.819A2.5 2.5 0 0 0 15 10.5V8a1 1 0 0 0-1-1h-2.268c.17.294.268.635.268 1'/%3E%3C/svg%3E");
}

.icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  border-left-color: #3D55C5;
  h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #428bca;
  }
  p:last-child {
    margin-bottom: 0;
  }
  code {
    border-radius: 3px;
  }
  & + .bs-callout {
    margin-top: -5px;
  }
}

.no-results-icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  opacity: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%237a7a7a' d='M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5A6.5 6.5 0 0 0 9.5 3C6.08 3 3.28 5.64 3.03 9h2.02C5.3 6.75 7.18 5 9.5 5C11.99 5 14 7.01 14 9.5S11.99 14 9.5 14c-.17 0-.33-.03-.5-.05v2.02c.17.02.33.03.5.03c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19z'/%3E%3Cpath fill='%237a7a7a' d='M6.47 10.82L4 13.29l-2.47-2.47l-.71.71L3.29 14L.82 16.47l.71.71L4 14.71l2.47 2.47l.71-.71L4.71 14l2.47-2.47z'/%3E%3C/svg%3E");
}
