/* Adding active colors to the Nav Bar Link */
.faq-nav-link {
  color: var(--darkBlue) !important;
  background-color: var(--lightBlue);
  text-decoration: none;
}

.faq-section-wrapper{
  width: 100%;
}

/* New FAQ Styling*/
.faq-page-row{
  display: flex;
  flex-direction: row;
  gap: 5rem;
  margin-top: 10rem;
  width: 80%;
  margin: 0 auto;
}

.faq-select-wrapper{
  margin-top: 1.5rem;
  min-width: 15rem;
  padding-right: 3rem;
  border-right: 1px solid var(--mediumGray);
  transition: all 0.2s linear;
}

.top-select-wrapper{
  position: sticky;
  top: 20px;
  transition: all 0.2s linear;
  border-radius: 8px;
  background-color: white;
  /* border: 1px solid #444444; */
  padding: 0.7rem;
  padding-left: 0rem;
  border: 1px solid var(--mediumGray);
}

.top-select-wrapper a{
  text-decoration: none !important;
  color: var(--lightText);
}

.top-select-wrapper a:hover{
  text-decoration: none !important;
  color: black;
}

.faq-select{
  padding: 0.5rem 1rem;
  border-radius: 0px;
  cursor: pointer;
  transition: all 0.2s linear;
}

.faq-select:hover p{
  color: black;
}

.active-select{
  background-color: white;
  border-left: 3px solid var(--darkBlue);
  border-left: 3px solid var(--darkOrange);
  color: black;
}

.faq-select p{
  margin: 0;
  font-family: var(--roboto-font);
  font-weight: 500;
  text-align: initial;
}

.accordion .faq-btn{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.06rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 30%); 
}

.faq-btn{
  font-family: var(--SegoeUI-font);
}

.last-card .card-header{
  border-bottom: 1px solid var(--lightGray) !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.last-card .cardBody{
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.card-header{
  text-decoration: none !important;
  text-align: left !important;
  padding: 0.75rem 1.55rem !important;
  border-bottom: 1px solid var(--lightGray) !important;
  background-color: white !important;
}

.btn{
  border: 0px solid white !important;
}

.btn-link:hover .header-txt{
  color: var(--darkBlue) !important;
  text-decoration: none !important;
}

.btn-link:hover .icon2{
  /* color: var(--gold) !important; */
  text-decoration: none !important;
  transition: all 0.25s;
}

.icon2.collapsed{
  color: var(--darkGray);
  font-weight: 400;
}

.header-txt {
  font-size: 1.2rem !important;
  color: var(--darkBlue) !important;
  font-weight: 600;
  padding: 0rem !important;
  position: relative;
  text-align: left !important;
  /* text-shadow: 5px 3px 4px rgb(0 0 0 / 60%); */
}

.header-txt.collapsed{
  color: var(--darkGray) !important;
  font-weight: 400 !important;
}

.header-txt{
  font-family: var(--roboto-font);
  text-decoration: none !important;
  box-shadow: none !important;
}

.header-txt:hover{
  text-decoration: none !important;
  box-shadow: none !important;
}

.header-txt:active{
 box-shadow: none !important;
}

.accordion .faq-btn:hover,
.accordion .faq-btn:hover::after {
  cursor: pointer;
  color: var(--darkBlue);
}

.accordion .faq-btn:hover::after {
  border: 1px solid var(--darkBlue);
}

.accordion .faq-btn.active {
  color: var(--darkBlue);
  border-bottom: 1px solid var(--darkBlue);
}

.accordion .faq-btn::after {
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding:2.8px;
  padding-right: 2.8px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion .faq-btn.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: var(--gold);
  border: 1px solid var(--gold);
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}

.accordion{
  border-radius: 8px !important;
}

.accordion-wrapper{
  box-shadow: var(--lightBlue-shadow);
  border-radius: 8px;
  margin-bottom: 5rem;
  max-width: 1500px;
}

h1{
  margin-top: 1rem;
}

div:hover{
  text-decoration: none !important;
}

img{
  display: inline;
} 

.iconWhite{
  color: white !important;
}

.iconHover{
  color: white !important;
  background-color: var(--blue) !important;
}

.iconStatic{
  background-color: var(--gold) !important;
  color: var(--text-color) !important;
}
  
.noPad{
  padding: 0px !important;
}

.btn-link{
  padding-bottom: 0px !important;
  padding-top: 0px !important;
}

.cardBody{
  cursor: default;
  background-color: white;
  border-bottom: 1px solid var(--lightGray) !important;
}

.indent{
  margin-left: 1rem;
}

.icon{
  position: absolute;
  font-size: 1.5rem;
  color: var(--darkBlue) !important;
  transform: rotate(90deg) !important;
  transition: all 0.25s;
  display: inline-block;
  right: 0rem;
  border-color:transparent;
}

.icon2{
  position: absolute;
  font-size: 1.5rem;
  color: var(--darkGray);
  transform: rotate(270deg);
  transition: all 0.25s;
  display: inline-block;
  right: 0rem;
  top: -0.5rem;
  border-color: transparent;
}

.iconWrap{
  width: 38%;
  border: 2px solid black;
  border-radius: 4px;
  font-weight: 600;
}

.Faq-txt{
  font-size: 1.1rem !important;
  color: var(--darkGray) !important;
  font-family: var(--roboto-font);
  text-align: left;
  padding: 1.4rem !important;
}

.faq-section-title{
  font-family: var(--roboto-font);
  /* color: #444444; */
  color: var(--darkBlue);
  margin-top: 1.5rem;
  margin-left: 0rem;
  text-align: left;
  padding: 0.75rem 1.55rem !important;
  margin-bottom: 0rem;
  /* background-color: var(--lightGray); */
  background-color: var(--mediumBlue);
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
  font-size: 1.5rem;
}

.iconFaq{
  position: absolute;
}

.iconFaq:before{
  font-family: 'FontAwesome';
  content: '\f0da';
  color: var(--darkBlue);
  font-size: 1.2rem;
}

.image_app_error_message {
  display: flex;
  justify-content: center;
}

.indent{
  margin-left: 2rem;
}

#halologmob{
  margin-right: 0px !important;
  border: none;
}

.footer-basic ul{
  box-shadow: none;
  width: 100%;
  border-top: 4px solid var(--gold) !important;
  box-shadow: 0px 0px 10px 5px rgb(0 0 0 / 50%);
}

.header-txt{
  display: flex !important;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
}

.halofooter{
  position: relative !important;
  bottom: 0px;
  right: 0px;
  width: 100%;
  margin-top: 2rem !important;
  margin-bottom: 0rem;
}

/* .accordion{
  margin-bottom: 11rem;
} */

.card{
  border-radius: 0px !important;
}

.copy{
  font-size: 3rem;
  color: var(--text-color);
  cursor: pointer;
  bottom: 2rem;
  left: 19.5rem;
  position: absolute;
  height: 48px;
  width: 64px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.copyText{
  font-weight: 600 !important;
  font-size: 1.3rem;
}

.copyField{
  font-size: 1.5rem;
  width: 18rem;
  border: 2px solid black;
  border-left: none;
  border-top: none;
  border-bottom: none;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.tooltipdiv {
  position: relative !important;
  display: inline-block !important;
  border-bottom: 1px dotted black !important;
}

.tooltipdiv .tooltipshow {
  opacity: 0;
  width: max-content!important;
  background-color: rgba(0, 0, 0, 0.829) !important;
  color: #fff !important;
  text-align: center !important;
  border-radius: 6px !important;
  padding: 5px !important;
  position: absolute !important;
  z-index: 1 !important;
  top: -1.5em;
  left: 4.5rem !important;
  font-family: var(--SegoeUI-font);
  font-weight: 400;
  transition: opacity 0.5s linear;
}

.tooltipdiv .tooltipshow::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tooltipdiv:hover .tooltipshow {
  visibility: visible !important;
}


/* Giving the top and bottom card a border-radius */
.first-card {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}

.last-card{
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}

.hide{
  display: none;
}

.show{
  display: block;
}

/* Negative Top Negative */
.negative-margin-top{
  margin-top: -4rem;
}

@media (max-width: 770px) {
  .header-txt{
    text-align: left;
  }
}

@media(max-width: 1254px){
  .header-txt{
    text-align: left ;
  }
}

@media(max-width: 1600px){
  .iconWrap{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 50%;
  }
  .copyField{
    width: 86%;
    display: flex;
    flex-direction: row;
  }
  .copy{
    left: 42%;
  }
  .tooltipdiv .tooltipshow{
    top: 0;
    left: 1.5rem !important;
  }
}
@media(max-width: 1350px){
  .header-txt{
    margin-right: 20%;
  }
}
@media(max-width: 1100px){
  .iconWrap{
    width: 80%;
  }
  .copyField{
    width: 90%;
    display: flex;
    flex-direction: row;
  }
  .copy{
    left: 68%;
  }
  .header-txt.collapsed{
    font-size: 1.1rem !important;
  }
}
@media(max-width: 835px){
  .faq-page-row{
    flex-direction: column;
  }
  .faq-select-wrapper{
    border-bottom: 1px solid var(--mediumGray);
    border-right: none;
    padding-bottom: 3rem;
    padding-right: 0px;
  }
  .iconWrap{
    width: 100%;
  }
  .copyField{
    width: 80%;
    display: flex;
    flex-direction: row;
  }
  .copy{
    left: 75%;
  }
  .tooltipdiv .tooltipshow{
    top: 5rem;
    left: -13.5rem !important;
  }
  .tooltipdiv .tooltipshow::after {
    content: "";
    position: absolute;
    bottom: 100% !important;
    left: 50% !important;
    margin-left: -5px !important;
    border-width: 5px !important;
    border-style: solid;
    border-color: transparent transparent black transparent;
    top: -1rem !important;
  }
}

/* Margin for Footer */

/* Mobile Device Resize */
@media (max-width: 565px){
  .icon2{
    display: none !important;
  }
  .icon{
    display: none !important;
  }
  .halosendbtn {
    width: 100%;
  }
}