/* sidebar css */

@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap");
:root {
  --header-height: 3rem;
  --nav-width: 130px;
  --first-color: #4723d9;
  --first-color-light: #afa5d9;
  --white-color: #f7f6fb;
  --body-font: "Nunito", sans-serif;
  --normal-font-size: 1rem;
  --z-fixed: 9999;
}
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  position: relative;
  margin: var(--header-height) 0 0 0;
  padding: 0 2.5rem;
  font-family: var(--body-font);
  font-size: var(--normal-font-size);
  transition: 0.5s;
  background-color: #f6f6f6;
}
a {
  text-decoration: none;
}
.header {
  width: 100%;
  height: var(--header-height);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-color: white;
  z-index: var(--z-fixed);
  transition: 0.5s;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 9999;
}
.header_toggle {
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}
.header_img {
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}
.header_img img {
  width: 40px;
}
.menubars {
  background: #FE8F1C;
  padding: 0.3rem 0rem 0rem 0.9rem;
  margin-bottom: 25px;
}

.l-navbar {
  position: fixed;
  top: 0;
  left: -30%;
  width: 80px;
  height: 100vh;
  background-color: #1e1414;
  padding: 0 0;
  transition: 0.5s;
  z-index: var(--z-fixed);
}
.nav {
  height: 100%;
  display: flex;
  flex-direction: row;
 
  overflow: hidden;
}
.nav_logo,
.nav_link {
  display: grid;
  grid-template-columns: max-content max-content;
  align-items: center;
  column-gap: 1.5rem;
  padding: 0.5rem 0 0.5rem 1rem;
}
.nav_logo {
  margin-bottom: 2rem;
}
.nav_logo-icon {
  font-size: 1.25rem;
  color: var(--white-color);
}
.nav_logo-name {
  color: var(--white-color);
  font-weight: 700;
}
.nav_link {
  position: relative;
  color: white;
  margin-bottom: 8px;
  transition: 0.3s;
}
.nav_link:hover {
  color: var(--first-color-light);
}
.nav_icon {
  font-size: 25px;
  margin-right: 2px;
}
.show {
  left: 0;
}
.body-pd {
  padding-left: calc(var(--nav-width) + 1rem);
}
.active {
  color: var(--white-color);
}
/* .active::before {
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  height: 32px;
  background-color: var(--white-color);
} */
.height-100 {
  height: 100vh;
}
@media screen and (min-width: 768px) {
  body {
    margin: calc(var(--header-height) + 0rem) 0 0 0;
    padding-left: calc(var(--nav-width) + 0rem);
  }
  .header {
    height: calc(var(--header-height) + 1rem);
    padding: 0 2rem 0 calc(var(--nav-width) + 2rem);
  }
  .header_img {
    width: 40px;
    height: 40px;
  }
  .header_img img {
    width: 45px;
  }
  .l-navbar {
    left: 0;
  }
  .show {
    width: calc(var(--nav-width) + 135px);
  }
  .body-pd {
    padding-left: calc(var(--nav-width) + 175px);
  }
}
/* sidebar css ends */
/* flow css */
.sicon {
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: orange;
  padding: 6px;
  color: white;
}
.nav_list .active .sicon {
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: #1e1414;
  padding: 6px;
  color: white;
}

.btn-logout {
  background-color:orange;
  color:white;
  border-radius:5px
}

.login-bg {
  background: url(./../images/page.PNG) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.text-orange {
  color: #fe8f1c !important;
}
.signup-bg {
  background: url(./../images/page2.PNG) no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.dash-logo {
  width: auto;
  height: auto;
}
.white-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  height: 180px;
}
.image-card {
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.image-social {
  width: 20px;
  position: absolute;
  top: 54px;
  left: 54px;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.card-icon {
  background-color: #f7f6fb;
  border-radius: 5px;
  padding: 5px;
}
.socials {
  background-color: white;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  width: 30px;
}
.borbot {
  border-bottom: 1px solid lightgrey;
}

.showcase {
  width: 100%;
  height: 300px;
  position: relative;
  color: black;
  margin-bottom: 50px;
}

.showcase img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.showcase .overlay {
  width: 100%;
  height: 300px;
  background-color: #ffa50066;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  border-radius: 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.showcase h2 {
  font-size: 50px;
  font-weight: 900;
  position: absolute;
  bottom: 20px;
  left: 30px;
}

/* main all css */

.main {
  margin-top: 3.5em;
}

.profile-card {
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.40rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 30px;
    margin-bottom: 50px;
}

.profile-card-img{
width: 70px;
height: 70px;
border-radius: 50%;
margin-bottom: 30px;
}

.profile-card-img-2{
  width: 70px;
  height: 70px;
  border-radius: 10%;
  margin-bottom: 30px;
  }

  .socal-link{
    display: flex;
  }
  .socal-link span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: none;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    cursor: pointer;
    margin-right: 10px;
  }
  
  .socal-link .linkedin {
    background-color: #1da1f2;
    color: #fff;
}
.socal-link .facebook {
  background-color: #3b5998;
  color: #fff;
}
.socal-link .google {
  background-color: #fff;
  color: #000;
}

.socal-link .google img{
  max-width: 15px;
  height: auto;
}

.profile-edit {
    font-size: 25px;
    background: #f0f0f0;
    padding: 5px 8px 3px 13px;
    border-radius: 10px;
}

.profile-title {
font-weight: 600;
}

.skill-box .skill{
  position:relative;
  padding :1rem;
  transform:scaleX(-1) ;
}
.skill-box .outer{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.4);
  padding: 10px;
  
}
.skill-box .inner{
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background: linear-gradient(144.18deg, #0065B4 4.12%, #009CF6 87.62%);
  display: flex;
  align-items: center;
  justify-content: center;
}
#number{
  font-weight: 600;
  color-scheme: black;
  transform:scaleX(-1);
  color: white;
  font-size: 1.5rem;
  font-weight: 600;
}
.skill-box circle{
  fill: none;
  stroke: url(#GradientColor);
  stroke-width: 4px;
  stroke-dasharray: 503;
  stroke-dashoffset :503; 
  animation :anim 1s linear forwards;
}
.skill-box svg{
  position: absolute;
  top: 11px;
  left: 11px;
  transform: rotateZ(-90deg); 
}
@keyframes anim{
  100%{
      stroke-dashoffset: var(--percent) ;
  }
}
#chart {
  max-width: 100%;
  margin-top: 10px;
  z-index: 0;
}

.mojo-card {
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.40rem;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
    padding: 20px 30px;
    margin-bottom: 50px;
}

.mojo-card-text {
  font-size: 15px;
  font-weight: 700;
}

.future-videos-icon {
position: relative;

}

.future-videos-icon .over-icon{
  position: absolute;
  top: 0;
  background-color: #2d2c2c;
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  opacity: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.future-videos-icon .over-icon i{
 font-size: 100px;
 color: #fff;
}

.dd {
  background: #f0f0f0;
  padding: 7px 15px;
  border-radius: 5px;

}

.date-list {
  display:flex;
}
.date-list:after {
  color:white;
  content:'';
  flex:1;
  border-bottom:groove 2px;
  margin: auto 0.25rem;
  box-shadow: 0 -2px ;
  width: 100%;
}

.cro-des {
position: relative;
}
.cro-des::before {
  content: '';
  width: 0;
  height: 38px;
  position: absolute;
  border: 3px solid #007bff;
  border-radius: 10px;
  top: 0;
}
.btn-detail{
  background-color: orange;
    color: white;
    border-radius: 5px;
}

.font-weight-bold {
  font-weight: 700!important;
}

.btn-read-more {
  background-color: white;
  color: orange;
  border-radius: 5px;
  border: 1px solid orange;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  width: fit-content;
}

.btn-Submit {
  background-color: orange;
  color: #fff;
  border-radius: 5px;
  border: 1px solid orange;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 0.375rem 5.75rem;
  font-size: 1rem;
  width: fit-content;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 50px 50px;
  border: 1px solid #888;
  width: 70%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 10px #00000033;
  cursor: pointer;
  
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.form-control {
  border-bottom: 1px solid #ced4da !important;
  border: none;
  border-radius: 0;
  padding: 0.375rem 0rem;
  }
  .form-check-input:checked {
  background-color: #fe8f1c;
  border-color: #fe8f1c;
  }

  select{ 
    -webkit-appearance: auto!important; 
    -moz-appearance: auto!important; 
    appearance: auto!important; }


    .avatar-upload {
      position: relative;
      max-width: 120px;
      margin: 0px auto;
    }
    .avatar-upload .avatar-edit {
      position: absolute;
      right: 12px;
      z-index: 1;
      top: 10px;
    }
    .avatar-upload .avatar-edit input {
      display: none;
    }
    .avatar-upload .avatar-edit input + label {
      display: inline-block;
      width: 34px;
      height: 34px;
      margin-bottom: 0;
      border-radius: 100%;
      background: #FFFFFF;
      border: 1px solid transparent;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
      cursor: pointer;
      font-weight: normal;
      transition: all 0.2s ease-in-out;
    }
    .avatar-upload .avatar-edit input + label:hover {
      background: #f1f1f1;
      border-color: #d6d6d6;
    }
    .avatar-upload .avatar-edit input + label:after {
      content: "\f040";
      font-family: 'FontAwesome';
      color: #757575;
      position: absolute;
      top: 5px;
      left: 0;
      right: 0;
      text-align: center;
      margin: auto;
    }
    .avatar-upload .avatar-preview {
      width: 100px;
      height: 100px;
      position: relative;
      border-radius: 100%;
      border: 6px solid #F8F8F8;
      box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    }
    .avatar-upload .avatar-preview > div {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

    .search {
      position: relative;
    }
    .search input{
      background-color: white;
      border-radius:10px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
      width: 100%;
      padding: 0 30px;
      height: 60px;
      border: none;
    }

    .search span{
      position: absolute;
      right: 25px;
      font-size: 15px;
      top: 18px;
      color: #7f799a;
    }
    
.talk {
  border-bottom: 2px solid #a1a1a1;
  margin-bottom: 10px;
}
.talk .talk-profile-img{
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.talk .icon {
  font-size: 40px;
  color: #ffa500;
}


.subscription-box {
  border-radius: 25px;
  background: #fff;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);

}

.subscription-box .subscription-header{
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  padding: 20px 30px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px 25px 0px 0px;
  color: #fff;
}
.subscription-box .subscription-body {
  padding: 20px 25px;
}

.subscription-box .subscription-icon-check {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: 10px;
  background: linear-gradient(to right, #ff4b2b, #ff416c);
  color: #fff;
}


.subscription-box .subscription-icon-nocheck {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: 10px;
  background-color: #ececec;
  color: #1f1e1eb8;
}

.subscription-box  h6{
  font-size: 15px;
}


.subscription-box .subscription-header-2{
  background: linear-gradient(to right, #da8df3, #853fdc);
  padding: 20px 30px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 25px 25px 0px 0px;
  color: #fff;
}

.subscription-box .subscription-icon-check-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: none;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
  cursor: pointer;
  margin-right: 10px;
  background: linear-gradient(to right, #da8df3, #853fdc);
  color: #fff;
}

.bg-enrol {
  background: url(./../images/bg-enrol.png) no-repeat;
  background-size: cover;
  height: 10em;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
}

.btn-enrol {
  background-color: white;
  color: #000000;
  border-radius: 5px;
  border: 1px solid white;
  display: inline-block;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  padding: 20px 50px;
  font-size: 17px;
  width: fit-content;
}

.btn-enrol:hover {
  color: #1f1e1e;
  border: 1px solid rgb(223, 223, 223);
}

.bg-orenge {
  background-color: #fe8f1c;
  padding: 20px 25px;
  border-radius: 5px;
  margin-bottom: 50px;
}

.course-search {
  position: relative;
}
.course-search input{
  background-color: white;
  border-radius:10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  width: 100%;
  padding: 0 30px;
  height: 50px;
  border: none;
  font-size: 20px;
}

.course-search span{
  position: absolute;
  right: 25px;
  font-size: 15px;
  top: 18px;
  color: #7f799a;
}

.course-search input::placeholder {
  color: #fe8f1c;
}


.college-course-details {
  position: relative;
}
.course-details {
  position: absolute;
    bottom: 0px;
    background: linear-gradient(180deg,hsla(0,0%,100%,0),#000 94.82%);
    padding: 20px;

}
.college-logo {
  background: #fff;
  border-radius: 5px;
}
.course-img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
.college-info {
  margin-top: 15px;
}
.college-info .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.college-info .course{
  color: #fff;
  margin-bottom: 0px;
}
.college-info .location{
  color: #fff;
  margin-bottom: 0px;
}
.college-info .website{
  color: #fff;
  margin-bottom: 0px;
}
.course-description h4{
  font-size: 17px;
  font-weight: 700;
}

.course-description .location{
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 5px;
}

.course-description i{
  color: #888;
  padding-right: 5px;
}

.other-details span{
  padding-right: 20px;
  font-size: 14px;
}

.course-description {
  margin-bottom: 12px;
}

.add-favorite {
  display: flex;
  justify-content: center;
  align-items: center;
}
.add-favorite i{
  font-size: 35px;
  padding-right: 0px;
  color: #888;
  cursor: pointer;
}
.add-favorite i:hover {
  color: #fe8f1c;
}

.talkexpert {
  text-align: center;
  padding: 15px 0;
}

.talkexpert .expert-profile{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin-bottom: 40px;
}
/* flow css ends */


/* ========================================================== */
/* Premium Unified Tooltip Customization (Dark Theme)          */
/* ========================================================== */
.tooltip, .tooltip.show { z-index: 1070 !important; opacity: 1 !important; }
.tooltip .tooltip-inner {
    background: linear-gradient(145deg, #0a1940, #132454) !important; 
    opacity: 1 !important;
    color: #F8FAFC !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 8px !important;
    padding: 10px 15px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    font-family: "Poppins", sans-serif !important;
    text-align: left !important;
    max-width: 380px !important;
    white-space: pre-wrap !important;
    word-break: normal !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35), 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    line-height: 1.5 !important;
    letter-spacing: 0.3px !important;
}

/* Custom Tooltip Arrow colors to match background */
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #0a1940 !important;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #0a1940 !important;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #0a1940 !important;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #0a1940 !important;
}

[data-bs-toggle="tooltip"] {
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.breakdown-tooltip-wrap div:last-child {
    border-bottom: 0 !important;
}

.breakdown-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    padding: 5px 0 !important;
    border-bottom: 1px solid #3a4a6d !important;
}
.breakdown-tooltip-wrap .breakdown-row:last-child {
    border-bottom: 0 !important;
}
.breakdown-label {
    color: #CCCCCC !important;
    padding-right: 15px !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    text-align: left !important;
}
.breakdown-score {
    color: #FF8F1C !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    white-space: nowrap !important;
}





