/* Makes a fixed background wrapper
which the user cannot interact with */

.iframe-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
}

/* Make the iframe keep an aspect ratio, and
position it in the middle of its parent wrapper*/

.iframe-wrapper iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100%;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* The following style tag is a fix for a responsiveness issue on the pillbox from creative Tim. */

#tabs-pricing {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 576px) {
  .moving-tab {
    display: none !important;
  }
  #tabs-pricing .nav-link {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  #tabs-pricing .nav-link[aria-selected=true] {
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0px 1px 5px 1px #ddd;
    font-weight: 500;
    transition-property: none;
  }
  #pricing_tab_control_list .nav.nav-pills.nav-fill.p-1.rounded-pill {
    flex-direction: column !important;
  }
}

.modal.fade.show {
  transform: translate3d(0, 0, 1050px);
  /* z-index: 1050;
  position: relative; */
}

/* .modal.fade.show .dialog {
  transform: translate3d(0, 0, 1051px);
  z-index: 1051;
  position: relative;
}

.modal.fade.show button {
  transform: translate3d(0, 0, 1052px);
  position: relative;
  z-index: 1052;
} */

.clickable {
    cursor: pointer;
}

/* Fix for issue with modal within responsive table. */
.table-custom-responsive {
  overflow-x: auto;
  /* -webkit-overflow-scrolling: touch; */
}

/* Fix for table issue with sticky header */

.dtfh-floatingparent {
  z-index: 5 !important;
  border-top: 2px solid #F7F8FA !important;
  border-bottom: 2px solid #F7F8FA !important;
}

/* .pricing-h3 {
  font-size: calc(1.3125rem + 0.75vw);
}
.pricing-h4 {
   font-size: calc(1.275rem + 0.3vw);
} */

@media screen and (max-width: 410px) {
  .pricing-h3 {
    font-size: calc(1rem + 0.75vw);
  }
  .pricing-h4 {
    font-size: calc(0.9rem + 0.3vw);
  }
  table thead th.pricing-th {
    padding: 0.5rem;
  }
}

/* Making Pricing Header tighter */
@media (min-width: 768px) {
  .tight-table td,
  .tight-table th {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .tight-table td:first-child,
  .tight-table th:first-child {
    width: 60%;
  }

  .tight-table td:last-child,
  .tight-table th:last-child {
    width: 40%;
  }
}


/* Experimental header fix */

@media screen and (min-width: 992px) and (max-width: 1422px) {
  /* .home-header-wrapper {
    position: relative !important;
    margin-top: 63px !important;
    display: flex !important;
    align-items: center !important;
  }
  .home-header-image {
    height: 400px !important;
    position: static !important;
    
  } */
  .home-header-wrapper {
    display: grid !important;


  }
  .home-header-image {
    /* max-height: 80vh !important; */
    /* min-height: calc(60vh - 6rem) !important; */
    margin-bottom: 10vh;
    margin-top: calc(6rem + 10vh) !important;
    height: auto !important; 
    position: relative !important;
    grid-area: 1 / 1 / 2 / 2 !important;
    align-self: stretch;
  }
  .home-header-card {
    grid-area: 1 / 1 / 2 / 2 !important;
  }
} 

#features-section .carousel-control-prev {
  width: auto;
  position: static;
  padding-right: 1rem;
}
#features-section .carousel-control-next {
  width: auto;
  position: static;
  padding-left: 1rem;
}
@media screen and (max-width: 450px) {
  #features-section .carousel-control-prev {
    padding-right: 0.3rem;
  }
  #features-section .carousel-control-next {
    padding-left: 0.3rem;
  }
}

.team-card{
  min-height: 400px;
}

.team-card img{
  max-height: 300px;
  min-height: 300px;
  object-fit: cover;
}

.values-card{
  min-height: 360px;
  border-width: 1px;
  margin-bottom:35px;
  border-color:#eaeefa;
}

.icon-shape .svg-inline--fa{
  top: 14px;
}

.min-height-550{
  min-height: 550px;
}
.min-height-310{
  min-height: 310px;
}


.text-dark-grey{
  color:#344767;
}

.insights-landing-wrapper{
  
}

.insights-landing-wrapper h1{
  line-height: 44px;
}

.insights-landing-wrapper h3.blue{
  color:#2aace2;
  font-weight: 500;
  font-size:1.5rem;
}

.insights-landing-wrapper .realtime{
  max-width: 485px;
}

.insights-landing-wrapper .btn-dark{
  background-color: #344767;
}

.insights-landing-wrapper .features-list-1{
  display: inline-block;
}

.insights-landing-wrapper .features-list-1 li{
  border-left: 1px solid #2AACE2;
  list-style: none;
  padding: 15px 45px 15px 45px;
  display:inline-block;
  min-height: 78px;
}

.insights-landing-wrapper .features-list-1 li p{
  font-size: 22px;
  font-weight: bold;
  text-align: left;
  line-height: 24px;
  color: #344767;
  margin:0px;
  padding:0px;
}

.insights-landing-wrapper .features-list-1 li:last-child{
  
  padding-right: 0px!important;
  
}


.insights-landing-wrapper .benefits-container{
  padding:0px 60px ;
  /*width:65%;*/
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}


.insights-landing-wrapper .benefits-container .benefit{
  border-bottom: 1px solid #dfdfdf;
  padding-top: 60px;
  padding-bottom: 50px;
  flex: 1;
}

/* Media Query for Mobile Devices */
@media (max-width: 768px) {
    .insights-landing-wrapper .benefits-container {
        flex-direction: column;
    }
    
    .insights-landing-wrapper .benefits-container{
  width:100%;
    }
    
    .insights-landing-wrapper .features-list-1 li{
  padding: 0px 0px 15px 15px;
  margin: 0px 0px 15px 0px;
  display:block;
    }
    
  .insights-landing-wrapper .features-list-1{
  display: block;
}  
    
}


.insights-landing-wrapper .left-features-block .feature-wrap-2{
  border-bottom: 1px solid #dfdfdf;
  padding-top: 60px;
  padding-bottom: 50px;

}

.insights-landing-wrapper .left-features-block .feature-wrap-3{
padding-top: 60px;
  padding-bottom: 50px;
  
}

.insights-landing-wrapper .right-features-block{
  padding:0px 0px 0px 40px;
  margin: 0 auto;
}

.insights-landing-wrapper .right-features-block .feature-wrap{
  border-left: 1px solid #2aace2;
  padding: 20px 0px 20px 30px;
  margin-bottom: 40px;

}

.insights-landing-wrapper .gradient-header{
  background: -webkit-linear-gradient(45deg, #344767, #2AACE2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.insights-landing-wrapper .price-gradient-bg{
  background-color: #ffffff;
background-image: linear-gradient(168deg, #ffffff 25%, #2aace2 100%);
border-radius:15px;
padding:40px;
min-height: 300px;
}


.insights-landing-wrapper .price-box{
  background-color:#fff;
  border: 1px solid #dedede;
  padding:40px;
  border-radius:15px;
  width:260px;
  margin: auto;
}

.insights-landing-wrapper .price-box h4{
  font-size:42px;
  font-weight: 900;
  margin-right:10px;
  margin-bottom:0px;
  padding-left:20px;
  border-left:1px solid #2aace2;
}

.insights-landing-wrapper .price-box p{
   font-weight: bold;
   color: #000;
   line-height: 18px;
   margin-bottom:0px;
 }


.insights-landing-wrapper .price-box p span{
  color:#2aace2;
  font-weight: 500;
}


.insights-landing-wrapper .pricing-tagline{
  font-size:18px;
}

.insights-landing-wrapper .pricing-tagline span{
  color: #2aace2;
}



.semi-round{
  border-radius: 15px;
}

.round-left-only{
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

.round-right-only{
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.p-smaller{
  font-size: .8rem;
}

.mr-n11{
  margin-right:-14rem !important
}

.smaller-arrow{
  padding:0px !important;
}

.light-border{
  border:1px solid #dfdfdf;
}


.glide {
			max-width: 600px;
			margin: auto;
		}
.glide__slide img {
			width: 100%;
			height: auto;
			border-radius: 10px;
		}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.insight-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.insight-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#table-test .connected{
  background-color:#344767 !important;
  color:#FFF;
}

#table-test .connected .text-success{
  color:#f4d455 !important;
}

#table-test .parent{
  background-color: #2aace2 !important;
    color:#FFF;
}
#table-test .basic{
  background-color: #FFF !important;
}

#table-test .parent .text-success{
  color:#f4d455 !important;
}

#table-test .table tbody tr:last-child td{
  border-width: 1px;
}
