/*=========== MENU SIDEBAR adjustments ==============*/
.navbar-brand {
  height: auto;
}
.menuTopPage {
  list-style : none;
}
@media (max-width: 991.98px) {
  :root {
    --kt-app-header-height: auto;
  }

  [data-kt-app-header-minimize=on] {
    --kt-app-header-height: auto;
    --kt-app-header-height-actual: auto;
  }
}

@media (min-width: 992px) {
  :root {
    --kt-app-header-height: auto;
    --kt-app-header-height-actual: auto;
  }

  [data-kt-app-header-minimize=on] {
    --kt-app-header-height: auto;
  }
}
/*====== CSS CARD ======*/

.card .card-header {
  padding: 2.25rem;
  margin-bottom: 0;
  display: flex;
  row-gap: 2.25rem;
  flex-direction: column;
  border-bottom: 2px solid var(--kt-card-border-color);
}
.card .card-header .card-title,
.card .card-header .card-title .card-label {
  font-weight: 800;
}

.card-header .card-header-display{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-header.flex-start .card-header-display{
  justify-content: start;
}
.card-header.flex-center .card-header-display{
  justify-content: center;
}
.card-header.flex-end .card-header-display{
  justify-content: end;
}


.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}

.card-header p {
  margin: 0;
}

.card .card-header .card-title {
  display: block;
  align-items: unset;
}

.card .card-header .card-img{
  clip-path: circle(35%);
  min-width: 90px;
  width: 14vh;
}

.card .card-header .card-title .card-sublabel {
  font-weight: 500;
  font-size: 1rem;
  /*font-style:oblique;*/
  margin: 0;
  /*color: var(--kt-text-dark);*/
}
.card .card-header .card-toolbar {
  align-self: baseline;
  justify-content: end;
}

.card-header>* {
  padding: 0;
}

.card.card-custom > .card-body {
  padding: 0 3.25rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
}

.card .card-header+.card-body {
  padding-top: 0px;
}

/* .card-body-subsection > *,  */
.card-footer > * {
  padding: 1.8rem 0;
}
.card .card-footer {
  border-top: 2px solid #EBEDF3;
  padding: 0 3.25rem;
}

.card.card-reset > .card-header {
  row-gap: 0rem;
}
.card.card-reset > .card-footer {
  row-gap: 0rem;
}


.card-rounded-bottom .apexcharts-canvas svg {
  border-bottom-left-radius: 0.625rem;
  border-bottom-right-radius: 0.625rem;
}

/* ====== CSS Timeline ======*/

.timeline.timeline-1 {
  position: relative;
}

.timeline-content p {
  margin:0  ;
}

.timeline-content .fa4, 
.timeline-content .fa,
.timeline-content .far,
.timeline-content .fas {
  padding: 0;
  position: relative;
  top: -5px;
  left: 0px;
}


.timeline.timeline-1 .timeline-sep {
  z-index: 0;
  content: "";
  position: absolute;
  left: 126px;
  width: 4px;
  top: 0;
  bottom: 0;
  background-color: #EBEDF3;
}
.timeline.timeline-1 .timeline-item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timeline.timeline-1 .timeline-item .timeline-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  /*-ms-flex-wrap: wrap;*/
  /*flex-wrap: wrap;*/
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 113px;
  font-weight: 500;
  color: #B5B5C3;
}
.timeline.timeline-1 .timeline-item .timeline-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
  border-radius: 50%;
  border: 4px solid white;
  position: relative;
  z-index: 0;
}
.timeline.timeline-1 .timeline-item .timeline-badge .svg-icon,
.timeline.timeline-1 .timeline-item .timeline-badge i {
  line-height: 0;
}

.flaticon2-image-file:before {
  content: "";
}
[class^=flaticon2-]:before, [class*=" flaticon2-"]:before {
  font-family: Flaticon2;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

.timeline.timeline-1 .timeline-item .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 1rem;
  padding: 0 0 0 0.75rem;
}
.timeline.timeline-1 .timeline-item:last-child {
  margin-bottom: 0;
}

.timeline.timeline-2 {
  position: relative;
  padding: 0;
  margin: 0;
}
.timeline.timeline-2 .timeline-bar {
  background-color: var(--kt-gray-300);;
  position: absolute;
  width: 1px;
  top: 5px;
  bottom: 5px;
  z-index: 0;
}
.timeline.timeline-2 .timeline-items {
  height: 500px;
}
.timeline.timeline-2 .timeline-item {
  padding: 0.5rem 0;
}

.timeline.timeline-2 .timeline-item .timeline-content .info{
  width: 30%;
  text-align: end;
}

.timeline.timeline-2 .timeline-item .timeline-content .content {
  width: calc(70% - 9px - 1.5rem);
}

.timeline.timeline-3 .timeline-items {
  margin: 0;
  padding: 0;
}
.timeline.timeline-3 .timeline-items .timeline-item {
  margin-left: 25px;
  /*border-left: 2px solid #EBEDF3;*/
  padding: 0 0 20px 50px;
  position: relative;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-media {
  position: absolute;
  top: 0;
  left: -26px;
  border: 2px solid #EBEDF3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  line-height: 0;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-badge {
  position: absolute;
  top: 0;
  left: -26px;
  border: 2px solid #EBEDF3;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  line-height: 0;
  z-index: 1;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-media i {
  font-size: 1.4rem;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-media .svg-icon svg {
  height: 24px;
  width: 24px;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-media img {
  max-width: 48px;
  max-height: 48px;
  border-radius: 100%;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-content {
  border-radius: 0.85rem;
  position: relative;
  background-color: --kt-text-gray-100;
  padding: 0.75rem 1.5rem;
}
.timeline.timeline-3 .timeline-items .timeline-item .timeline-content .arrow {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 10px;
  left: -25px;
  border-right: solid 10px --kt-text-gray-100;
  border-bottom: solid 17px transparent;
  border-left: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline.timeline-3 .timeline-items .timeline-item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}
.timeline.timeline-3>.timeline-items::after {
  content: "";
  position: absolute;
  width: 2px;
  background-color: #EBEDF3;
  border-radius: 6px;
  top: 36px;
  bottom: 36px;
  left: 23px;
}

.timeline.timeline-4 {
  position: relative;
  width: 100%;
}
.timeline.timeline-4:after {
  content: "";
  position: absolute;
  width: 4px;
  top: 0;
  margin-top: 0.1rem;
  bottom: 0;
  left: 50%;
  margin-left: -2.5px;
  background-color: #EBEDF3;
  border-radius: 0.42rem;
}
.timeline.timeline-4.timeline-center {
  margin: 0 auto;
}
.timeline.timeline-4 .timeline-bar {
  border-radius: 0.42rem;
  width: 20px;
  height: 5px;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  background-color: #EBEDF3;
}
.timeline.timeline-4 .timeline-items .timeline-item {
  display:block;
  margin-left: 0;
  min-height: 3rem;
  position: relative;
  width: 50%;
}

.timeline-4 .timeline-item-left .arrow {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3rem;
  left: 100%;
  margin-left: -3rem;
  border-left: solid 10px --kt-text-gray-100;
  border-right: solid 17px transparent;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
}

.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 3.5rem;
}
.timeline.timeline-4 .timeline-items .timeline-item .timeline-badge > div {
  border-radius: 50%;
  width: 6px;
  height: 6px;
}
.timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
  display: block;
  height: 22.854px;
  margin-bottom: 0.5rem;
}
.timeline.timeline-4 .timeline-items .timeline-item .timeline-label::before {
  display: none;
}
.timeline.timeline-4 .timeline-items .timeline-item .timeline-content {
  background-color: --kt-text-gray-100;
  border-radius: 0.42rem;
  min-height: 50px;
  padding: 1rem 1.5rem;
  position: relative;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left {
  left: 0;
  padding-right: 2.85rem;
  position: relative;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-badge {
  right: -10px;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-left .timeline-label {
  text-align: right;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right {
  left: 50%;
  padding-left: 2.86rem;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right .timeline-badge {
  left: -10px;
}
.timeline.timeline-4 .timeline-items .timeline-item.timeline-item-right .timeline-label {
  text-align: left;
}

.timeline-4 .timeline-items .timeline-item-right .arrow {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: 3rem;
  right: 100%;
  left: auto;
  margin-right: -3rem;
  border-right: solid 10px --kt-text-gray-100;
  border-left: solid 17px transparent;
  border-bottom: solid 17px transparent;
  border-top: solid 17px transparent;
}
.timeline.timeline-4.timeline-justified .timeline-bar {
  left: 5px;
}
.timeline.timeline-4.timeline-justified:after {
  left: 5px;
}
.timeline.timeline-4.timeline-justified .timeline-items {
  padding: 1rem 0;
}
.timeline.timeline-4.timeline-justified .timeline-items .timeline-item {
  width: 100%;
  left: 0;
  padding-left: 2.85rem;
  position: relative;
  top: 0;
  bottom: 0;
  margin-bottom: 1.5rem;
}
.timeline.timeline-4.timeline-justified .timeline-items .timeline-item:after {
  right: 100%;
  left: auto;
  margin-left: auto;
  margin-right: -3rem;
  border-right: solid 10px --kt-text-gray-100;
  border-left: solid 17px transparent;
}
.timeline.timeline-4.timeline-justified .timeline-items .timeline-item .timeline-badge {
  left: -5px;
}
.timeline.timeline-4.timeline-justified .timeline-items .timeline-item .timeline-label {
  text-align: left;
}
.timeline.timeline-4.timeline-justified .timeline-items .timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-4 {
  container-type: inline-size;
}


@container (width < 583px)  {
  .timeline.timeline-4 .timeline-bar {
    left: 5px !important;
  }
  .timeline.timeline-4:after {
    left: 5px !important;
  }
  .timeline.timeline-4 .timeline-items {
    padding: 1rem 0;
  }
  .timeline.timeline-4 .timeline-items .timeline-item {
    width: 100% !important;
    left: 0 !important;
    padding-right: 0 !important;
    padding-left: 2.85rem !important;
    position: relative;
    top: 0 !important;
    bottom: 0 !important;
    margin-bottom: 1.5rem;
  }
  
  .timeline-4 .timeline-item-left .arrow {
    right: 100%;
    left: auto;
    margin-right: -3rem;
    border-right: solid 10px --kt-text-gray-100;
    border-left: solid 17px transparent;
  }

  .timeline.timeline-4 .timeline-items .timeline-item .timeline-badge {
    left: -5px !important;
  }
  .timeline.timeline-4 .timeline-items .timeline-item .timeline-label {
    text-align: left !important;
  }
  .timeline.timeline-4 .timeline-items .timeline-item:last-child {
    margin-bottom: 0 !important;
  }
}/*width < 583px*/

.timeline.timeline-5 .timeline-items {
  margin: 0;
  padding: 0;
}
.timeline.timeline-5 .timeline-items .timeline-item {
  margin-left: 0;
  padding: 0;
  position: relative;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-media {
  position: absolute;
  top: 0;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  line-height: 0;
  z-index: 1;
}

/*.timeline.timeline-5 .timeline-items .timeline-item .timeline-media i {
  font-size: 1.4rem;
}*/
.timeline.timeline-5 .timeline-items .timeline-item .timeline-media .svg-icon svg {
  height: 24px;
  width: 24px;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc {
  padding: 9px 0 0 44px;
}
.timeline.timeline-5 ::after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 32px);
  background-color: #EBEDF3;
  border-radius: 6px;
  top: 40px;
  left: 16px;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-primary::before {
  background-color: #8950FC;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-primary::before {
  background-color: #EEE5FF;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-secondary::before {
  background-color: #E4E6EF;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-secondary::before {
  background-color: #EBEDF3;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-success::before {
  background-color: #1BC5BD;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-success::before {
  background-color: #C9F7F5;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-info::before {
  background-color: #6993FF;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-info::before {
  background-color: #E1E9FF;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-warning::before {
  background-color: #FFA800;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-warning::before {
  background-color: #FFF4DE;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-danger::before {
  background-color: #F64E60;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-danger::before {
  background-color: #FFE2E5;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light::before {
  background-color: --kt-text-gray-100;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-light::before {
  background-color: --kt-text-gray-100;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-dark::before {
  background-color: #181C32;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-dark::before {
  background-color: #D1D3E0;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-white::before {
  background-color: #ffffff;
}
.timeline.timeline-5 .timeline-items .timeline-item .timeline-desc.timeline-desc-light-white::before {
  background-color: #ffffff;
}
.timeline.timeline-5 .timeline-items .timeline-item:last-child {
  border-left-color: transparent;
  padding-bottom: 0;
}

.timeline.timeline-6 {
  position: relative;
}
.timeline.timeline-6:before {
  content: "";
  position: absolute;
  left: 72px;
  width: 3px;
  top: 0px;
  bottom: 31px;
  background-color: #EBEDF3;
}
.timeline.timeline-6 .timeline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 1.7rem;
}
.timeline.timeline-6 .timeline-item:last-child {
  margin-bottom: 0;
}
.timeline.timeline-6 .timeline-item .timeline-label {
  width: 75px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  color: #3F4254;
  padding-right: 13px;
}
.timeline.timeline-6 .timeline-item .timeline-badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: white;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  position: relative;
  margin-top: 1px;
  margin-left: -0.5rem;
  padding: 3px !important;
  border: 6px solid #ffffff !important;
}
.timeline.timeline-6 .timeline-item .timeline-badge span {
  display: block;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  background-color: #EBEDF3;
}
.timeline.timeline-6 .timeline-item .timeline-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.gutter-b {
    margin-bottom: 25px;
}
.card.card-custom {
    -webkit-box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    box-shadow: 0px 0px 30px 0px rgb(82 63 105 / 5%);
    /*border-color: grey;*/
}

/*====== Menu CSS ======*/

.card > .card-header .card-toolbar{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.5rem 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.dropdown-inline {
  display: inline-block;
}

.dropup, .dropright, .dropdown, .dropleft {
  position: relative;
}

.btn.horizontal, .btn.vertical {
  color: --kt-secondary-active;
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
  padding: 6px 12px;
  margin:0;
  margin: 5px auto 15px auto;
}

.btn.horizontal:hover, .btn.vertical:hover{
  color: --kt-primary;
  background-color: --kt-text-gray-100;
  border-color: transparent;
}

.btn.horizontal:focus, .btn.vertical:focus{
  color: --kt-primary;
  background-color: --kt-text-gray-100;
  border-color: transparent;
}


.btn.vertical.btn-sm, .btn.horizontal.btn-sm{
  height: calc(1.35em + 1.1rem + 2px);
  width: calc(1.35em + 1.1rem + 2px);
}

@media (min-width: 205px){
  .dropdown-menu.dropdown-menu-sm {
    width: 175px;
  }
}

.navi {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.navi-header{
  padding: 0.75rem 1.5rem;
  font-size:13px;
  font-weight: 500 !important;
}

.navi .navi-item {
  padding: 0;
  display: block;
  list-style: none;
}

.navi .navi-item .navi-link {
  transition: all 0.15s ease;
  color: #3F4254;
  font-size: 1rem;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding: 0.75rem 1.5rem;
}

.navi.navi-hover .navi-item .navi-link:hover {
  background-color: --kt-text-gray-100;
}

.navi .navi-item .navi-link:hover .navi-text {
  color: #3699FF;
}

.navi .navi-item .navi-link .navi-icon {
  transition: all 0.15s ease;
  line-height: 0;
  -webkit-box-flex: 0;
  flex: 0 0 2rem;
  color: #B5B5C3;
  font-size: 1rem;
}

.navi .navi-item .navi-link:hover .navi-icon {
  color: #3699FF;
}

.navi .navi-item .navi-link .navi-text {
  color: #3F4254;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 13px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/*====== CSS Chat ======*/

.card .chat{
  height: 250px;
}

.card .chat-footer {
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: 1px solid var(--bs-card-border-color);
}
.chat-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}

.form-control.form-control-flush {
  border: 0;
  background-color: transparent;
  outline: none !important;
  box-shadow: none;
  border-radius: 0;
  text-align: end;
  padding: 0 2.25rem;
}
textarea.form-control {
  min-height: calc(1.5em + 1.55rem + 2px);
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.form-control {
  color: var(--bs-gray-700);
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-gray-300);
  box-shadow: false;
}
textarea {
  resize: vertical;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.btn.btn-send {
  color: white;
  background-color: #009ef7;
  padding: calc(0.775rem + 1px) calc(1.5rem + 1px);
  /*font-size: 1.1rem;*/
  font-weight: 500;
  border-radius: 0.475rem;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
  margin: 0;
}

.btn.btn-send:hover{
  background-color: #0095e8;
  color: white;
}


/*
.btn.btn-icon, .btn-metronic.btn-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  margin: 0;
  background-color: transparent;
  color: #A1A5B7;
}

.btn.btn-icon.btn-circle, .btn-metronic.btn-icon.btn-circle {
  border-radius: 50%;
  aspect-ratio: 1 / 1;
}

.btn.btn-icon.btn-rectangle, .btn-metronic.btn-icon.btn-rectangle {
  gap: 1vw;
}

.btn.btn-icon.btn-rectangle > span, .btn-metronic.btn-icon.btn-rectangle > span {
  line-height:0;
}

.btn.btn-icon.btn-rectangle > div.textcontent, .btn-metronic.btn-icon.btn-rectangle > div.textcontent {
  line-height:0;
  color: inherit;
}

.btn.btn-icon.btn-rectangle p, .btn-metronic.btn-icon.btn-rectangle p {
  color: inherit;
  font-size: inherit;
}


.btn.btn-sm.btn-icon:hover, .btn-metronic.btn-sm.btn-icon:hover{
  background-color: #f1faff;
  color: #009ef7;;
  height: calc(1.5em + 1.55rem + 2px);
  width: calc(1.5em + 1.55rem + 2px);
}

.glyphicon {
  font-size: 1rem;
}

div::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

div::-webkit-scrollbar-thumb {
  background-color: #e5e7fd;
}
*/
/*====== CSS Chat item ======*/

.width-25{
  max-width: calc(100% - 25%);
}


.justify-content-left {
  justify-content: flex-start !important;
}

.justify-content-right {
  justify-content: flex-end !important;
}


.align-items-left{
  align-items: flex-start !important;
}

.align-items-right{
  align-items: flex-end !important;
}

.fs-85{
  font-size: 0.85rem;
}


.picto{
  cursor:auto !important;
}

/*====== CSS DATE ======*/

.container-date-metronic{
  display: flex !important;
  align-items: center;
  gap: 1vw;
}

.font-weight-bold p{
  font-weight: bolder !important;
}

/*======= CSS Calendar ======*/

.form-control.datepicker.flatpickr-input.input{
  border-top-left-radius: .475rem !important;
  border-bottom-left-radius: .475rem !important;
}

.form-control.datepicker.flatpickr-input + span.input-group-text {
  padding: 0.775rem 1rem 0.65rem;
}

/*======= CSS Review =======*/

.metronic-review p{
  margin:0;
}

/*====== CSS progress bar======*/

.container-bar{
  flex: 3;
  display: grid;
  padding: 0 0.25rem;
  justify-items: center;
  min-width:80px;
}

/*====== CSS swich checkbox ======*/

.form-switch {
  margin: 0;
  padding: 0;
}

.form-switch {
  padding-left: 3.75rem;
}

.form-check {
  display: flex;
  min-height: 1.5rem;
  padding: 0;
}

.form-switch input {
  height: 15px;
}

.form-switch .form-check-input {
  width: 28px;
  margin: 2px 0 0 0;
}

.form-check .form-check-input {
  /* float: left; */
  margin-left: 0;
}

input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}


/*=== CSS tooltip ===*/

.tooltip-metronic {
  position: relative;
  display: flex;
  opacity: 1 !important;
}

.tooltip-metronic .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.tooltip-metronic .tooltiptext {
  visibility: hidden;
  font-size: 12px;
  padding: 114px;
  background-color: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 6px;
  padding: 8px 19px;
  position: absolute;
  z-index: 1;
  bottom: 140%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 0.3s;
  box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.20);
}

.tooltip-metronic:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
  z-index:1000;
}

.tooltip-metronic-checkbox .tooltiptext {
  left: 26px;
}

.tooltip-metronic-picto .tooltiptext {
  bottom: 125%;
  left: 50%;
  margin-left: -60px;
}

/*====== CSS SliderBar ======*/

.slidecontainer{
  width: 92%;
}

.slider {
  appearance: none;
  background: #f5f8fa;
  background-image: linear-gradient(#009ef7, #009ef7);
  background-repeat: no-repeat;
  outline: none;
  -webkit-transition: .2s;
  transition: opacity .2s;
  border-radius: 8px;
  height: 6px;
}

.slider::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 0.1rem 1rem 0.25rem rgba(0, 0, 0, 0.05);
  cursor: pointer;
}

.range-value{
  width: 35px;
  text-align: end;
}

/*====== CSS Collapse ======*/

.main-list-item>.mli-header:hover {
  background: #f5f8fa;
}
.main-list-item>.mli-header.expanded {
  background: #f5f8fa;
}
.main-list-item>.mli-header {
  background: transparent;
}
.main-list-item .item-title {
  max-width: 50%;
  cursor: pointer;
}

/*====== CSS picto =====*/

.badge-circle{
  padding: 0;
  min-width: unset;
  width: 1.75rem;
}

/*====== CSS Switch ======*/

.card-body-subsection>.switch {
  padding: 0 !important;
  margin: 1.8rem 0;
}

.switch {
  overflow-y: hidden;
}

.switch .switch-container {
  display: flex;
  flex-direction: column;
  transition: transform .1s;
  transform: translateY(0px);
}
.switch-part{
  padding: 0;
}

/*====== CSS Togle State ======*/

.wrapper{
  height: 50%;
  padding: 8px 0;
}

input[type="range"].custom_toggle{
  -webkit-appearance: none;  
  appearance: none;
  height: 20px;
  width: 40px;
  border: 1px solid #e4e6ef;
  border-radius:25px;
  padding: 0 2px;
  margin: 0;
  cursor: pointer;
}
input[type="range"].custom_toggle::-webkit-slider-thumb{
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  border-radius:50%;
}
.custom_toggle:focus{
  outline: none;
}
.rangeActive{
  background-color: green;
}

/*====== CSS GroupSymbol ======*/

/*====== CSS General ======*/

.font-size-sm {
  font-size: 0.925rem;
}


a {
  background-color: transparent;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.font-size-lg {
  font-size: 1.08rem; 
}
.text-dark-75 {
  color: #3F4254 ;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.icon-xl {
  font-size: 1.75rem !important;
}


.font-weight-bold {
  font-weight: bold ;
}

.d-flex-column {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column;
}

.d-flex-column-reverse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: column-reverse;
}

.d-flex-row-reverse{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-direction: row-reverse;
}


.w-75vh{
  width: 75vh;
}

.w-fit-content{
  width: fit-content;
}

.ml-auto{
  margin-left: auto;
}

.gap-25{
  gap: 7.5rem !important;
}

.icon-container{
  display: grid;
  gap: 25px;
  grid-template-columns: auto auto;
}

/** fix LW menu bar as metronic set it to flex**/
.navbar {
  display:block;
}
/** fix when navbar-fixed-top is set **/
.navbar.navbar-fixed-top, .navbar.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/** Fix LW on modal header : unset display:flex**/
.modal-header {
  display: inherit;
}

.modal-header h1, .modal-header .h1, .modal-header h2, .modal-header .h2, .modal-header h3, .modal-header .h3, .modal-header h4, .modal-header .h4, .modal-header h5, .modal-header .h5, .modal-header h6, .modal-header .h6 {
  text-align: center;
}

/**** Fixes for Bootstrap Select ******/
.bootstrap-select .dropdown-menu {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  padding-top: 0;
} 
/** add a blank character to garantee the height**/
.bootstrap-select .dropdown-toggle .filter-option-inner-inner::after {
  content: '\00a0' !important;
}
/* .bootstrap-select .dropdown-toggle .filter-option {
  padding: 7px !important;
} */

/** fix for the card background that remove the border radius**/
#body .card .subsection {
  background-color: unset;
}


/* .form-group {
  margin-bottom: unset;
} */

#body .d-flex .subsection,
#body .d-flex.subsection
/* #body .d-flex .subsection[class*="col-"],
#body .d-flex.subsection[class*="col-"] */
{
  /* width: unset; */
}

/** Fix for https: assets/libraries/awesome-bootstrap-checkbox/awesome-bootstrap-checkbox.css **/
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  width: 0;
  height: 0;
}

/** Fix menu picto that are not justify on the left **/
.menu-item .menu-link .menu-icon {
  justify-content: left;
  width: 1.5rem;
}
/** Fix for modal box **/
.modal {
  height: auto;
}