body{
    background-color: var(--bs-white);
    height: 100%;
    overflow: auto !important;
    padding-right:0 !important;
    font-size:16px;
  }
  #app{
    height: 100%;
    overflow: hidden;
  }
  
  main{
    min-height: 84vh;
    flex: 1 0 auto;
    background-color: #fff;
  }
  


.logo{
    height:110px;
}


.border-right{
    border-right: 1px solid #57585a;
}

.chats_slider_title {
    padding: 0.2em 0 0.2em;
    background-color: #57585a;
    text-align: center;
    font-weight: bold;
    font-size:24px;

}
.chats_slider_title .text-center {
    font-weight: 400;
    margin: 0;
    font-size: 1.4em;
    text-transform: capitalize;
    color: #fff;
    padding-left: 12px;
}

.section{
    padding: 1em 0 1em;
}
.chat-card{
    border-radius: 0px;
}
.host-body{
    padding:0;
    background-color:#fff;
   
}
.ceo-image{
    height:180px

}
.bg-orange{
    background:#F78E1D !important;
    color:#fff;
    font-size:14px;
    
    
}

.card {
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    margin-bottom:1rem;
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem;
    border-radius: 100%;
  padding: 13%;
  }

  .card-host {
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    /* max-height: 223px;
    min-height: 220px; */
    max-height: max-content;
    min-height: min-content;
    padding: 0.2em 0 !important;
    margin-bottom:1rem;
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem; 
    padding: 0;
  }
  .bg-orange-host{
    background:#F78E1D !important;
    color:#fff;
    font-size:14px;
    min-height: 215px;
    
}
  .card-title {
    font-weight: bold;
  }
  .card img {
    width: 35%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: calc(0.1rem - 1px);
  }

  .ms-5-auth{
    margin-left: 8rem !important;
  }
  .mb-0-auth{
    margin-bottom: 0 !important;
  }
 .icon-border{
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 5%;
    padding-left: 5%;
  padding-left: 4%;
  width: 37%;
  margin-left: 2rem;

 }
  

  .icon-pen {
    background-image: url('../images/icons/pen.png');
    margin-left: auto;
    width: 25px;
    height: 25px;
    display: inline-flex;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
 
}
.icon-padlock {
    background-image: url('../images/icons/padlock.png');
    margin-left: auto;
    width: 25px;
    height: 25px;
    display: inline-flex;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
 
}
.icon-chat {
    background-image: url('../images/icons/chat.png');
    margin-left: auto;
    width: 25px;
    height: 25px;
    display: inline-flex;
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
 
}
.btn-overview{
  background-color: #57585a;
 border: 1px solid #57585a;
}
.btn-overview:hover{
  background-color: #57585a;
  border: 1px solid #57585a;
}
.special-img{
  max-width: 22%;
}
.bg-orange-host p{
  margin-bottom:0.4rem;
  font-size:14px;
}
.register-img{
  width:67%;
}
@media only screen and (max-width: 1550px) {
  .card img {
    width: 38%;
  }
  .ms-5-auth{
    margin-left: 5rem !important;
  }
  .bg-orange-host p{
    margin-bottom:0.4rem;
    font-size:12px;
  }
  .special-img{
    min-width: 27%;
    max-width: 29%;
    width: 28% !important;
  }
  .card {
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: 1rem;
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem;
    border-radius: 100%;
    padding: 11%;
  }
  .card-host {
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    border-radius: 0;
    max-height: 215px;
    min-height: 194px;
    margin-bottom: 1rem;
    --bs-card-spacer-y: 0.5rem;
    --bs-card-spacer-x: 0.5rem;
    padding: 0;
  }
  .bg-orange-host {
    background: #F78E1D !important;
    color: #fff;
    font-size: 14px;
    min-height: 194px;
  }
  .btn-overview{
    background-color: #57585a;
   border: 1px solid #57585a;
   font-size:12px;
  }
  .icon-border{
    border: 2px solid #fff;
    border-radius: 100%;
    padding: 3%;
    padding-top: 3%;
    padding-left: 3%;
    padding-left: 2%;
    width: 37%;
    margin-left: 1.8rem;
    padding-top: 4%;

 }
}

  @media (max-width: 768px) {
   
    .card-body {
      padding: 0.5em 1.2em;
    }
    .card-body .card-text {
      margin: 0;
    }
    .card img {
      width: 100%;
    }
    .mobile-brand{
      margin-left:27%;
    }
    .logo{
      height:80px;
  }
  .chats_slider_title .text-center {
    font-weight: 400;
    margin: 0;
    font-size: 24px;
    text-transform: capitalize;
    color: #fff;
    padding-left: 12px;
}
.card {
  flex-direction: row;
  align-items: center;
  background-color: #fff;
  border-radius: 0;
  margin-bottom: 1rem;
  --bs-card-spacer-y: 0.5rem;
  --bs-card-spacer-x: 0.5rem;
  border-radius: 100%;
  padding: 8%;
}
.card-host {
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-radius: 0;
   max-height: unset; 
  min-height: unset; 
  margin-bottom: 1rem;
  --bs-card-spacer-y: 0.5rem;
  --bs-card-spacer-x: 0.5rem;
  padding:0;
}

.special-img{
  max-width: 33%;
}
.bg-orange-host p{
  margin-bottom:0.4rem;
  font-size:14px;
}
.btn-overview{
  background-color: #57585a;
 border: 1px solid #57585a;
 font-size:14px;
}

.icon-border{
  border: 2px solid #fff;
  border-radius: 100%;
  padding: 3%;
  padding-top: 3%;
  padding-left: 3%;
  padding-left: 2%;
  width: 37%;
  margin-left: 1.8rem;
  padding-top: 4%;

}
.register-img {
  width: 100%;
}

  }
  