    html {
      position: relative;
      height: 100%;
      min-height: 100%;
    }
    body {
      height: 100%;
      font-family: 'Roboto', sans-serif;
      font-size: 1rem;  
      background-color: #f5f8fa;
    }

    .body-no-scroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
        height: 100%;
    }

    @media (max-width: 767px) {
        .navbar-collapse {
            max-height: calc(100vh - 83px) !important; /* Subtract the height of the navbar */
            overflow-y: auto !important;
        }
    }

    .tooltip-inner {
        max-width: 100% !important;
    }

    .placeholder-right::placeholder {
        text-align: right;
    }

    .login-container {
        background-image: linear-gradient(to bottom, rgba(1,53,111,.7) 100%,rgba(245,248,250,1.0) 100%), url('https://cdn.facetshealthcare.com/public/img/register_background.webp');
        background-size: cover;
        background-position: center center;
    }

    .login-card {
        box-shadow: 0 1rem 1rem;
        border: 3px solid #022d67;
        border-radius:20px;
        min-height: 300px;
        max-width:350px;
        width: 350px;
    }


    .register-container {
        background-image: linear-gradient(to bottom, rgba(1,53,111,.7) 100%,rgba(245,248,250,1.0) 100%), url('https://cdn.facetshealthcare.com/public/img/login_background.webp');
        background-size: cover;
        background-position: center center;
    }

    .landing-container {
        background-image: linear-gradient(to bottom, rgba(1,53,111,0.6) 10%,#003f90 100%), url('https://cdn.facetshealthcare.com/public/img/new_hero.webp');
        background-size: cover;
        background-position: center center;
    }

    .landing-container::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        backdrop-filter: blur(7px);
        z-index: 0;
      }
      

    .welcome-text {
        font-size: 3rem;
    }

    @media (min-width: 576px) {
        .welcome-text {
            font-size: 4rem;
        }
    }

    @media (min-width: 768px) {
        .welcome-text {
            font-size: 4rem;
        }
    }

    @media (min-width: 992px) {
        .welcome-text {
            font-size: 5rem;
        }
    }

    @media (min-width: 1200px) {
        .welcome-text {
            font-size: 5rem;
        }
    }

    @media (min-width: 768px) { 
        .w-md-75 {
            width: 75% !important;
        }
    }

    @media (min-width: 768px) { 
        .w-md-50 {
            width: 50% !important;
        }
    }

    .password-reset-container {
        background-image: linear-gradient(to bottom, rgba(1,53,111,.7) 100%,rgba(245,248,250,1.0) 100%), url('https://cdn.facetshealthcare.com/public/img/password_reset_background.webp');
        background-size: cover;
        background-position: center center;
        position: relative;
    }

    .registration-card {
        box-shadow: 0 1rem 1rem;
        border: 3px solid #022d67;
        border-radius:20px;
        min-height: 452px;
    }

  .btn-registration-decision {
    min-width: 85px;
  }

  .green-selection-glow:focus {
    border-color: #28a745!important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
  }

  .green-selection-glow {
    border-color: #28a745!important;
  }


  .bright-border-primary {
    border-color: #007bff;
  }

  .registration-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #007bff;
    max-width: 40px;
    height: calc(1.5em + .75rem - 4px);
    color: white;
    font-size: 20px;
    border: 2px ridge #007bff;
    border-right: none;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    margin: 0;
    padding: 0;
  }

  .registration-icon-selected {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .registration-icon-selected-valid {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .registration-icon-selected-invalid {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .registration-item-valid {
    border-color: #28a745!important;
  }

  .registration-item-valid:focus {
    border-color: #28a745!important;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .registration-item-invalid:focus {
    border-color: #dc3545!important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)!important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }

  .registration-item-invalid {
    border-color: #dc3545!important;
  }

.register-card-body {
  background-image: linear-gradient(180deg, #69696927 -23%,#007bff27 97%);
}

.registration-state-select {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: .25rem;
  border-top-right-radius: .25rem;
  border: 2px #007bff ridge;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem .375rem calc(.75rem - 2px);
  font-size: 1rem;
  color:black;
  background-color: white;
}

.registration-state-select {
  -webkit-appearance: menulist-button;
  color: black;
}

.registration-state-select:invalid {
  color: #6c757d;
}

.registration-state-select:invalid option:not(:disabled) { color: black }

.choose-plan-card {
  border-radius: 20px;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 576px) {
  .choose-plan-card {
    min-height: 110px;
    max-width: 110px;
    width: 110px;
  }
}

.discounted-marker {
  margin-top: -0.5rem;
  font-size: 0.75rem;
}

.choose-plan-card-header {
  text-align: center;
  font-weight: bold;
  font-size: large;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #007bff;
  color: white;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}


.choose-plan-card-header-selected {
  background-color: #28a745!important;
  border-color: #28a745!important;
  transition: all 0.15s ease-in-out;
}

.choose-plan-card-selected {
  border-color: #28a745!important;
  box-shadow: 0px 0px 20px 3px #28a745!important;
  transition: all 0.2s ease-in-out;
}

.choose-plan-card-body {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}

.button-height-maintainer {
  position: absolute;
  width: 100%;
  bottom: 3rem;
  left: 0;
  right: 0;
}

.message-height-maintainer {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
  left: 0;
  right: 0;
}



  .discount-code-input-group-text {
    width: 5.5rem;
  }

  .tooltip { 
    pointer-events: none;
  }

  .black-anchor a {
    color: black;
  }

  .facets-colored {
    --fa-primary-color: #007bff;
    --fa-secondary-color: #022d67;
    --fa-secondary-opacity: 1.0
  }

  .facets-colored-invert {
    --fa-primary-color: #022d67;
    --fa-secondary-color: #007bff;
    --fa-secondary-opacity: 0.6;
  }

  .account-icon-colored {
    --fa-primary-color: #FFFFFF;
    --fa-secondary-color: rgb(2, 45, 103);
    --fa-secondary-opacity: 1.0
  }

  .facets-fa-colored {
    --fa-primary-color: rgb(12, 149, 220);
    --fa-secondary-color: rgba(4, 81, 144, 0.8);
    --fa-secondary-opacity: 1.0
  }

  .facets-fa-colored-invert {
    --fa-secondary-color: rgb(12, 149, 220);
    --fa-primary-color: rgb(4, 81, 144);
    --fa-secondary-opacity: 1.0
  }

  .icon-stroke {
    -webkit-text-stroke: 1px darkslategrey;
  }

  .discount-code-input-group-text-btn{
      width: 5.5rem;
      display: flex;
      align-items: center;
      padding: 0.375rem 0.75rem;
      margin-bottom: 0;
      font-size: 0.9rem;
      font-weight: 400;
      line-height: 1.6;
      color: #495057;
      text-align: center;
      white-space: nowrap;
      background-color: #e9ecef;
      border: 1px solid #ced4da;
      border-radius: 0.25rem;
  }

  .navbar-mobile-button {
    background-color: #022d67;
    color: #FFF;
    transition: ease-in-out;
    transition-duration: 250ms;
  }

  .navbar-mobile-button-outline {
    border-color: #022d67;
    background-color: transparent;
    color: #022d67;
    transition: ease-in-out;
    transition-duration: 250ms;
  }

  .navbar-mobile-button-outline:hover {
    border-color: #022d67;
    background-color: transparent;
    color: #022d67;
    transform: scale(1.02);
    transition: ease-in-out;
    transition-duration: 250ms;
  }

  .btn-facets:hover {
    background-color: #022d67;
    border-width: 2px;
    border-color: #007bff;
    color: #FFF;
  }

  .btn-facets {
    background-color: #007bff;
    /* border: 2px solid #022d67; */
    border: 2px outset #022d67bd;
    color: #FFF;
  }

  .navbar-mobile-button:hover {
    background-color: #007bff;
    border-color: #022d67;
    color: #FFF;
  }

  .bottom-navbar-mobile-button {
    background-color: #f5f8fa;
    color: #FFF;
    font-size: 1.5rem;
  }

  .bottom-navbar-mobile-button:hover {
    background-color: rgba(12, 149, 220, 0.4);
    color: #FFF;
    font-size: 1.5rem;
  }

  .watch-video-content {
    margin-top: 0.3rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  }


  .show-overlay .main-content {
    position: fixed;
    left: 0;
    right: 0;
    overflow-y: scroll; /* render disabled scroll bar to keep the same width */
  }
  
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 55px);
    background: rgba(255, 255, 255);
    overflow: auto;
    z-index: 220;
    -ms-overflow-style: none;
    padding-bottom: 5rem;
  }

  .overlay::-webkit-scrollbar {
    display: none;
  }
  
  .show-overlay .overlay {
    display: block;
  }

  .video-cardBody-overlay {
    margin-top: 5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    overflow-x: hidden;
  }


  .video-card-list a{
    text-decoration: none;
    color: black;
  }
  
  .smart-scroll{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .scrolled-down{
     transform:translateY(-100%); transition: all 0.5s ease-in-out;
  }
  .scrolled-up{
     transform:translateY(0); transition: all 0.5s ease-in-out;
  }


  #dashboardMenuAccordian a {
    text-decoration: none;
  }

  .dashboard-nav-button {
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: normal;
    color: black;
  }

  .carousel-control-next-icon.invert {
    filter: invert(100%);
  }

  .alert-skinny-n-square {
    border-radius: 0px; 
    padding: 0.1rem 0.1rem;
  }

  .notification-banner {
    border-radius: 0px;
    margin-bottom: 0;
    padding: 0.3rem 0.3rem;
  }

  .notification-banner h6,h5,h4,h3,h2,h1,p,pre {
    margin: 0;
  }
  
  .navbar-nav .btn {
      margin: 0.3rem;
  }

    .menu-nav h3, .menu-nav h5 {
    color: #000;
  }

  .hr-color a {
    color: #F99700;
  }

  .hr-color a:hover {
    color: #ef7633;
  }


  #instructor {
    background-color: #696969;
    margin-top: 4rem;
    color: white;
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
  }

  #instructor h1 {
    font-weight: bold;
  }

  #testimonials {
    color: white;
    text-align: center;
  }

  span.surround-pic {
    position: relative;
    margin-top: -22rem;
  }

  #testimonial-container {
     height: 500px;
 }

  @media (max-width: 575px) {
    #testimonial-container {
      height: 600px;
   }
  }

  #card-feature .body {
    font-size: 1.1rem;
  }

  .codes-nav-link {
    border: 1px solid;
  }

  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* height: 0; */
    overflow: hidden;
  }

  .video-container iframe,  
  .video-container object,  
  .video-container video,  
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

pre {
      white-space: pre-wrap;
      width: 99%;
  }

  .icon-rotates {
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  
  .icon-rotates.rotate {
    -moz-transition: rotate(180deg);
    -webkit-transition: rotate(180deg);
    transition: rotate(180deg);
  }
  
  
  .collapsed .icon-rotates {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  #feature-pricing {
    margin-bottom: -5rem;
  }


  #videoMenu .btn-link{
    font-size: 1.5rem;
  }

    section#mission {
        color: white;
        background-color: #696969;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

  .decorative-hr:before{
    display: block; 
    content: ""; 
    height: 30px; 
    margin-top: -31px; 
    border-style: solid; 
    border-color: #8c8b8b; 
    border-width: 0 0 1px 0; 
    border-radius: 20px; 
  }

  #affiliates .affiliate-img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .about_our_company{
      text-align: center;
      margin-left: auto;
      margin-right: auto;
  }

  .titleline-icon {
      position: relative;
      border-top: 4px double #F99700;
      margin: 20px auto 20px;
  }

  @media (min-width: 768px){
    
    #card-feature .container {
      max-width: 100%;
    }

    #card-feature .card {
      height: 100%;
    }

    .custom-img-scale {
      width: 50%;
    }

    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: '';
    }

    .watch-video-content {
      border-right: 1px solid rgba(0,0,0,.125);
      border-left: 1px solid rgba(0,0,0,.125);
    }

  }

  @media (max-width: 992px) {
  
    .container {
      max-width: 100%;
    }
  }

  @media (min-width: 883px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS Healthcare Training';
    }
  }

  @media (max-width: 1071px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS Healthcare';
    }
  }

  @media (max-width: 995px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS';
    }
  }

  @media (max-width: 893px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: '';
    }
  }

  @media (max-width: 767px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS Healthcare Training';
    }

    .dropdown-item {
      white-space: normal;
    }

    div#hubspot-messages-iframe-container {
      display: none !important;
      }
  }

  #hubspot-conversations-inline-iframe {
      width: 100%;
      height: 100vh;
      max-height: 420px;
  }

  @media (max-width: 414px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS Healthcare';
    }
  }

  @media (max-width: 338px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: ' FACETS';
    }
  }

  @media (max-width: 267px) {
  
    .navbar-span-text span {
      display: none;
    }
  
    .navbar-span-text:after {
      content: '';
    }
  }

  @media (min-width: 992px){
    #feature-pricing .list-group-item {
      min-height: 72px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    #card-feature .container {
      max-width: 1140px;
    }
  }


    .card-pricing {
        overflow: hidden;
    }

    .card-pricing.popular {
        z-index: 1;
        border: 3px solid #007bff;
    }
    .card-pricing .list-unstyled li {
        padding: .5rem 0;
        color: #696969;
    }

.pricing-info-icon {
  color: #007bff;
  font-size: 1.3rem;
  text-decoration: none;
}

.info-icon-link {
  text-decoration: none;
  outline: none;
}

.info-icon-link:hover {
  text-decoration: none;
  cursor: pointer;
  outline: none;
}




.popover {
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.3);
  border: 2px solid #007bff;
  width: 90vw;
  max-width: 375px;
}

.popover-body {
  padding: 0;
}

.bs-popover-top .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::after {
    border-top-color: #007bff;
}

.bs-popover-bottom .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-bottom-color: #007bff;
}

.popover-image {
  max-width: calc(90vw - 4px);
}



.facebook-responsive {
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.facebook-responsive iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
  margin: 0 auto;
	border: 5px ridge #2d3392;
}



.facebook-responsive-post {
  overflow:hidden;
  /* padding-bottom:109%; */
  position:relative;
  height:570px;
}

.facebook-responsive-post iframe {
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}


.responsive-calendar {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      min-height: 300px;
  }
   
  .responsive-calendar iframe {
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
      /* max-height: 500px; */
  }

.calendar-text {
  padding: 20px;
}

.mobile-bottom-nav {
  background-color: #f5f8fa;
  z-index: 230;
  box-shadow: 0 -6px 10px rgba(0, 0, 0, 0.3);
  padding: 0;
}

#navigation-bar .navbar-button-text {
  margin-top: -2px;
}

#navigation-bar .navbar-button-icon {
  font-size: 1.5rem;
  margin-top: 0.5rem;
}

#navigation-bar a {
  color: #696969;
  width: 80px;
  font-size: 0.95rem;
  text-decoration: none;
  text-align: center;
  padding: 0;
  display: block;
  position: relative;
  transition: all 0.5s ease;
}


.color-icon {
  color: rgb(12, 149, 220);
}

#navigation-bar .color-icon {
  color: rgb(12, 149, 220);
}


#navigation-bar .selection-bar::before {
  content: "";
  transition: all 0.5s ease-in-out;
  position: absolute;
  right: 50%;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color:  rgb(12, 149, 220);
}

#navigation-bar .selection-bar-visible::before {
  right: 0;
  left: 0;
}

.profile-icon {
  color: rgb(12, 149, 220);
  font-size: 1.3rem;
}


.ribbon {
  width: 160px;
  height: 34px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  box-shadow: 0px 2px 3px rgba(136, 136, 136, 0.25);
  background: #4dbe3b;
  transform: rotate(45deg);
  position: absolute;
  right: -42px;
  top: 20px;
  padding-top: 7px;
  z-index: 2;
}


.badge-promo {
  position: relative;
  /* overflow: hidden; */
  max-height: 60px;
  margin-bottom: -8px;
  z-index: 1;
  padding: 10px 10px 10px 10px;
  border-radius: 0;
  color: #fff;
  text-align: left;
}
.badge-promo:before, .badge-promo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
}
.badge-promo:before {
  background: #a5daff;
  height: 100%;
  width: 110%;
  transform-origin: bottom right;
  transform: rotate(1deg);
}
.badge-promo:after {
  background: #007bff;
  transform: rotate(-3deg);
  transform-origin: bottom left;
  height: 100%;
  width: 110%;
}

.badge-promo-content {
  position: relative;
  z-index: 1;
  font-family: sans-serif;
  font-size: 20px;
}

.admin-card-overlay {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
  z-index: 2;
}


.quiz-answer {
  background-color: #e5e5e5;
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  transition: 0.25s;
  cursor: pointer;
  transform: scale(0.99);
}

.quiz-answer:hover,
.quiz-answer:focus {
  color: white;
  background-color: #006eff;
  transition: 0.25s;
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: scale(1.01);
}

.quiz-answer-selected:hover,
.quiz-answer-selected:focus {
  color: white;
  background-color: #006eff;
  transition: 0.25s;
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: scale(1.01);
}

.quiz-answer-selected {
  color: white;
  background-color: #012d67;
  transition: 0.25s;
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  cursor: pointer;
  transform: scale(1.01);
}

.quiz-answer-correct {
  color: white;
  background-color: green;
  transition: 0.25s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  transform: scale(1.01);
}

.quiz-answer-incorrect {
  background-color: #ebebeb;
  transition: 1.0s;
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
  padding: 0.8rem!important;
  display: flex;
  align-items: center;
  transform: scale(0.97);
}


.lessonPlanImageWithAudio {
  max-height: calc(100% - 28px);
  max-width: 100vw;
}

.lessonPlanImage {
  max-height: calc(100% - 28px);
  max-width: 100vw;
}

.stacked-placeholder {
    position: relative;
}


.quiz-input-label {
  margin:20px 0;
  position:relative;
  display:inline-block;
}
  
.quiz-input-span {
  padding:12px;
  pointer-events: none;
  position:absolute;
  left:0;
  top:0;
  transition: 0.2s;
  transition-timing-function: ease;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity:0.5;
}

.quiz-input {
  padding:10px;
  font-weight: bold;
}

.quiz-input:focus + .quiz-input-span, .quiz-input:not(:placeholder-shown) + .quiz-input-span {
  opacity:1;
  transform: scale(0.75) translateY(-100%) translateX(-30px);
  padding-left: 0;
}

.smooth {
  transition: 2.0s;
  /* transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28); */
}

.tree, .tree ul {
  margin:0;
  padding:0;
  list-style:none
}
.tree ul {
  margin-left:1em;
  position:relative
}
.tree ul ul {
  margin-left:.5em
}
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid
}
.tree li {
  margin:0;
  padding:0 1em;
  line-height:2em;
  font-weight:700;
  position:relative
}
.tree ul li:before {
  content:"";
  display:block;
  width:10px;
  height:0;
  border-top:1px solid;
  margin-top:-1px;
  position:absolute;
  top:1em;
  left:0
}
.tree ul li:last-child:before {
  background:#fff;
  height:auto;
  top:1em;
  bottom:0
}
.indicator {
  margin-right:5px;
}
.tree li a {
  text-decoration: none;
}
.tree li button, .tree li button:active, .tree li button:focus {
  text-decoration: none;
  border:none;
  background:transparent;
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  outline: 0;
}

.width-hundo-p {
    width: 100%;
    transition: width 30.0s linear !important;
}

.width-zero-percent {
    width: 0%;
}

.custom-date-time-picker .datepicker.col-md-6 {
    border: 1px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    
}

.custom-date-time-picker .timepicker.col-md-6 {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.custom-date-time-picker .timepicker.col-md-6 .timepicker-picker {
    border: 1px solid #dee2e6;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    display: flex;
    flex-grow: 1;
}

.code-card-hover {
  transition: transform 0.3s ease-in-out;
  cursor: pointer;
}

.code-card-hover:hover {
  transform: scale(1.05);
}