*,
*::before,
*::after {
    box-sizing: border-box;
}

:root{
    --primary-color:#e14177;
    --secondary-color:#323233;
    --bg-color:#e4e4e4;
    --title-color:#000;
    --text-color:#000;
    --title-size:2rem;
    --text-size:1rem;
}
.bg-red{
    background-color: red;
}
.bg-blue{
    background-color: blue;
}
.bg-yellow{
    background-color: yellow;
}
.bg-green{
    background-color: green;
}
.bg-black{
    background-color: black;
}



@import url('https://fonts.googleapis.com/css?family=Lato:900');

@media (prefers-reduced-motion: no-preference) {
    html {
          scroll-behavior: smooth;
    }
  }

  label,
  button,
  select,
  summary,
  i
  [type=radio],
  [type=submit],
  [type=checkbox] {
      cursor: pointer;
  }
i{
    cursor: pointer;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.header-style{
    width: 100%;
    height: auto;
    /* padding: 0.5%; */
    background: var(--bg-color);
}
.header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    font-size: var(--title-size);
    font-weight: bolder;
}
.menu-icon{
    font-size: 2rem;
}
.content{
    min-height: 82vh;
    width: 100%;
    background-color: white;
    /* display: flex; */
    /* padding:2% 0%; */
}
/* .footer{
    height: 100px;
    background-color: var(--secondary-color);
    color: white;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
} */

.required{
    color: red;
    font-size: 16px;
    font-weight: bolder;
}
.breadcrumb{
    height: 30px;
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    /* box-shadow: 4px 4px 4px gray; */
    box-sizing: border-box;
    overflow: hidden;
}

.dropdown-style{
   padding: 10px;
}

.page-title-box{

    display: flex;
    justify-content: start;
    align-items:center;
    border-radius:10px;
    padding: 5px 0px;
    overflow: hidden;
}
.page-title{
    font-size: 1.5rem;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 2rem;
    margin-left: 2%;
    margin-top:1.2%;
    color:#575656;
}

.page-title-container{
    width: 100%!important;
    /* margin-bottom: 10px; */

    background:rgb(225, 225, 226);

}

.main{
    margin: 0!important;
    padding: 0!important;
}

.full-width{
    width: 100%;
}
.search-box{
    /* background:#ccc; */
    /* border-radius:10px;
    padding:10px;
    margin: 30px 0px; */
}

.reffer-url-input{
    display: block;
    width: 100%;
    margin: 10px 0px;
    border-radius:10px;
    background:#333333;
    color:#fff;
    padding: 5px 10px;
    border: none;
    overflow-x: scroll;
    font-size: 12px;
}
.font-weight-bold{
    font-weight: bolder;
}
.whatsapp
{
    text-decoration: none;
    border:1px solid #075E54;
    padding: 5px 8px;
    border-radius:6px;
    color:#c7f1ed;
    background:#075E54;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.whatsapp:hover{
    color:#c7f1ed;
    background:#0f8b66;
}


.name
{
    font-weight: 800;
}
.id{
    font-weight: 600;
}

.senior-contact{
    margin: 1.2%;
    padding:1.2% ;
    /* background-color: lightblue; */
    display: flex;
    justify-content: space-between;
    align-items:start;
    border:1px solid #ccc;
    border-radius:10px;
}
.senior-contact div{
    font-weight: bold;
    font-size: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items:start;
}
.support{
    background:rgb(245, 240, 223);
    border:none
}

.welcome{
    text-align: center;
    font-size: 1.5rem;
    font-weight: bolder;
    /* background:rgb(245, 231, 212); */
}







.logo-orange{
    color:rgb(255, 145, 0);
}
.logo-black{
    color:black
}
.course-card{
    width: 80%;
}

.card-title{
    margin: 10px 0px;
    font-size: 1.5rem;
    font-weight: bolder;
}

.profile-img{
    height: 100px;
    width: 100px;
    border-radius: 50%;
}


.slider{
    height: 400px;
    width: 100%;
}

.login-btn{
    width: 100%;
    background:red;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color:white;
    font-weight: bolder;
    margin: 20px 0px;
}

.navbar-toggler-icon{
    color:white!important;
}

.join-class-btn{
    border:1px solid rgb(243, 146, 34);
    border-radius:4px;
    padding: 2px 4px;
    background:none;
}
.swiper-container {
    width: 100%;
    height: 100%; /* Adjust as needed */
    overflow: hidden;
  }

  .swiper-slide {
    width: 100%;
  }
.count-card{
    width: 100px;
    height: 100px;
    text-align: center;
}

.hide {
    display: none;
  }
  #valid-msg {
    color: #00c900;
  }

  table thead tr th, table tbody tr td{
    font-size: 12px;
  }

  .font-md{
    font-size:11px;
  }


  .accordion-button:not(.collapsed){
    color: white;
    background-color: red;
  }

  .login-container{

  }

  .login-text{
    font-size:32px;
    font-weight: bolder;

  }

  .auth-nav-item{
    border:1px solid #ccc;
    padding: 1px 5px;
    margin: 2px 0px;
    border-radius: 4px;
  }
  .auth-nav-item:hover{
   background-color: rgb(241, 180, 180);
  }
  .divider{
    height: 20px;
    width: 100%;
  }


  .course-image-container{
    border: none;
    overflow: hidden;
  }
  .course-image{
    width: 100%;
    height: 100%;
  }
