/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 * require_tree .

 */
.group:focus .group-focus\:flex {
    display: flex;
}
.cylinder {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 82px;
  height: 110px;
  border-radius: 100px/30px;
  z-index: 1;
}
.cylinder-below{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 92px;
  height: 30px;
  background-color: #7f8c8d;
  border-radius: 100px/30px;
  top: -45px;
  border-top: 20px solid #7f8c8d;
}
.cylinder-cr{
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 92px;
  height: 45px;
  background-color: #E0E0E0;
  border-radius: 100px/30px;
  top: 0px;
  border-top: 40px solid #E0E0E0;
}
.cylinder:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 50px;
  border-radius: 50px/25px;
  content: '';
}
.custom-border-color {
  border: 1px solid aqua;
}
@keyframes spinner {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.hidden {
  display: none;
}
.tt-menu {
  background-color: white;
  border-radius: 10px;
  margin-top: 5px;
  padding-left: 10px;
  border: 2px solid cyan;
  width: 100%;
  padding: 15px;
}

.tt-suggestion:hover {
  background-color: #D4D4D4;
  color: black;
  padding: 3px;
  border-radius: 5px;
  margin-bottom: 2px;
  margin-right: 3px;
  border: 2px solid #D4D4D4;
  cursor: pointer;
}
.twitter-typeahead {
  width: 100%;
}

  .collapsible span {
    display: inline-flex;
    align-items: center;
  }

  .collapsible .content {
    display: none;
    padding: 10px;

  }

  .collapsible .content p {
    margin: 0;
  }

  .collapsible svg {
    margin-left: auto;
  }

  .collapsible-button {
    cursor: pointer;
    padding: 18px;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    padding: 4px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 100%;
    border: none;
    text-align: left;
    border-radius: 0.50rem;
    outline: none;
    color: #333333;
    background-color:white;
    border: 1px solid #ddd;
    transition: max-height 0.3s ease;
  }

  .collapsible-content {
    padding: 10px 5px 10px 10px;
    display: none;
    overflow: hidden;
    background-color:white;
    border: 1px solid #ddd;
    border-top: none;
  }

  .collapsible-icon {
    transition: transform 0.3s;
    margin-left: auto;
  }

  .rotate-down {
    transform: rotate(180deg);
  }

   .location_drug_text{
    color:#black;
    font-size: 14px;
    font-family: sans-serif;
    margin-top: 1rem;
  }
  .business_operations_tag{
    padding: 2px 0px 3px 7px;
    border-radius: 4px;
    color: #fff;
  }
  .business_operations_box{
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 4px;
  }
  .custom-spinner {
      border: 8px solid rgba(0, 0, 0, 0.1);
      border-left-color: orange;
      animation: spin 1s linear infinite;
      width: 70px;
      height: 70px;
    }

   #spinner-overlay {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999;
      justify-content: center;
      align-items: center;
    }

    @keyframes spin {
      to {
        transform: rotate(360deg);
      }
    }
.hamburger_slide_menu {
    transform: translateX(0%) !important;
  }
 @media (min-width: 375px) and (max-width: 812px){
  .hamburger_slide_menu {
    transform: translateX(-120%) !important;
  }
 
  }
 @media (min-width: 768px) and (max-width: 1024px){
  .clear_mobile{
  margin-left: 1rem;
  font-size: 11px;
}
.potential_high_impact_mobile{
  margin-top: 13px;
  margin-right: -12px;
  font-size: 11px;
}
#modal_1 {
  width: 50% !important;
}
.flip-card1{
  width: 102%;
 }
  .hamburger_slide_menu {
    transform: translateX(-120%) !important;
}
}

@media (min-width: 1024px) and (max-width: 1366px){
.clear_mobile{
  margin-left: 1rem;
  font-size: 11px;
}
#modal_1 {
  width: 50% !important;
}
.potential_high_impact_mobile{
  margin-top: 13px;
  margin-right: -12px;
  font-size: 11px;
  }
  .hamburger_slide_menu {
    transform: translateX(0%) !important;
  }
}
@media (max-width: 390px) and (max-height: 844px),(max-width: 414px) and (max-height: 896px),(max-width: 430px) and (max-height: 942px) {
.filter_mobile{
  margin-top: 4rem;
  margin-left: -248px;
}
.current_shortage_mobile{
  font-size: 8px;
}
.potential_impact_mobile{
  font-size: 8px;
}
#modal_1 {
  width: 98% !important;
}
.clear_mobile{
  margin-left: 33px;
  font-size: 9px;
}
.potential_high_impact_mobile{
  margin-top: 15px;
  margin-right: -10px;
  font-size: 9px;
}
.scoring_mobile{
  font-size: 15px;
  margin-left: 17px;

}
.score_mobile{
  font-size: 15px;
  margin-left: 18px;

}
}
@media (max-width: 375px) and (max-height: 667px){
.potential_high_impact_mobile{
  margin-top: 12px;
  margin-right: -16px;
  font-size: 8px;
}

.flip-card1{
  width: 114%;
  margin-left: -21px;
}
.clear_mobile{
  margin-left: 31px;
  font-size: 7px;
}
.scoring_mobile{
  font-size: 14px;
  margin-left: 17px;

}
.score_mobile{
  font-size: 14px;
  margin-left: 18px;

}
}
