* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #003466;
  --secondary: #33b163;
  --light-blue: #2d9cdb;
  --tertiary: rgba(150, 206, 237, 0.11);
  --tertiary-medium: rgba(240, 164, 204, 0.08);
  --tertiary-light-secondary: rgba(82, 45, 110, 0.4);
  --main-text: #373838;
  --secondary-text: #686868;
  --text-white: #ffffff;
  --text-red: #f82121;
  --text-green: #28a745;
  --bglight-green: rgba(40, 167, 69, 0.15);
  --bglight-red: rgba(220, 53, 69, 0.15);
  --text-light: #e5e7eb;
  --text-lightest: #fcfcfc;
  /* --light-blue: #f5f7fa; */
  --medium-blue: #718ebf;
  --placeholder: #898989;
  --dark: #4b5563;
  --light-secondary: rgba(82, 45, 110, 0.03);
  --light-border: #e2e8f0;
}
/* @property --a {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
} */
body {
  font-family: Roboto !important;
}
.container-start {
  width: clamp(10px, 100%, 1440px);
  padding: 20px;
  margin: auto;
}
.container-section {
  width: 100%;
  margin: auto;
}
.custom-container {
  width: clamp(100px, 95%, 1440px);
  margin: 0px auto;
}
.h-100vh {
  height: 100vh;
}
.main {
  flex: 1;
  padding: 0;
  background: #f8f9fa;
  text-align: center;
  width: 100%;
  min-height: 100vh;
}
section {
  padding: 0px;
}
.section {
  padding: 0px;
}
.card-container {
  padding: 30px;
  border-radius: 10px;
}
.card-container .title-sec {
  display: flex;
  justify-content: space-between;
}
.link {
  font-size: 0.875rem;
  display: flex;
  text-decoration: none;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-weight: 600;
}
.link svg {
  width: 10px;
  color: var(--primary);
}
.card-slider {
  display: flex;
  gap: 10px;
}
.setion-title {
  font-size: 1.5rem;
  font-family: Roboto;
  font-weight: 500;
  color: var(--user-primary);
  text-align: center;
}
.subtitle {
  font-weight: 400;
  font-family: Roboto;
  color: var(--secondary-text);
  font-size: 1rem;
  margin-bottom: 15px;
  text-align: center;
}
#login {
  padding: 30px;
  width: 100%;
  height: calc(100vh - 70px);
  border-radius: 10px;
  position: relative;
  background-color: var(--text-white);
  /* border: 1px solid var(--primary); */
}
#login::before {
  position: absolute;
  content: "";
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgb(228, 44, 129);
  background: linear-gradient(
    90deg,
    rgba(228, 44, 129, 0.6) 0%,
    rgba(82, 45, 110, 0.7) 100%
  );
  top: -2px;
  left: -2px;
  border-radius: 10px;
  z-index: -1;
}
.container-login-vector {
  width: clamp(100px, 90%, 700px);
  margin: auto;
}
.form-area {
  width: 100%;
}
.info-vector-section {
  height: 100%;
  width: 100%;
  background-color: var(--user-tertiary);
  padding: 50px 25px;
}
.img-card {
  border-radius: 20px;
  height: 100%;
}
.img-card .content h1 {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 600;
  margin-bottom: 15px;
}
.img-card .content h6 {
  font-family: poppins;
  font-size: 1.25rem;
  text-align: center;
}
.img-card .img {
  width: clamp(10px, 90%, 500px);
  margin: 70px auto;
  margin-bottom: 40px;
}
.img-card .img img {
  display: inline-block;
  width: 100%;
}
.img-card .important-text {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 9;
  display: flex;
  align-items: start;
  justify-content: center;
  flex-direction: column;
  padding: 45px;
  border-radius: 20px;
  font-family: "Poppins", sans-serif;
}
.img-card .important-text h1 {
  color: var(--text-white);
  font-size: 2.875rem;
}
.img-card .important-text h6 {
  color: var(--text-white);
  font-size: 1.125rem;
  font-weight: 400;
}
.img-card .img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/vectors/image-bg-mobile.jpg);
  background-size: cover;
}

.login-detail {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 500px;
}
.login-detail .logo {
  max-width: 200px;
  margin: 10px auto;
}
.login-detail .logo img {
  display: inline-block;
  width: 100%;
}
.main-deatil {
  width: clamp(100px, 100%, 400px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main-deatil .static-detail {
  max-width: 300px;
}
.main-deatil .static-detail .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--user-tertiary);
  margin: 10px auto;
}
.main-deatil .static-detail .title {
  font-size: 1.35rem;
  color: var(--main-text);
  text-align: center;
}
.main-deatil .static-detail .subtitle {
  margin: 10px auto;
  font-size: 0.95rem;
  font-weight: 400;
  text-align: center;
}
.main-deatil .input-detail {
  margin: 20px auto;
  width: 100%;
}
.main-deatil .input-detail .input-box {
  width: 100%;
}
.main-deatil .input-detail .input-box label {
  font-size: 0.875rem;
}
.main-deatil .input-detail .input-box label span {
  color: var(--text-red);
  font-weight: 500;
}
.main-deatil .button {
  margin: 15px auto;
  width: 100%;
}
.main-deatil .input-detail .input-box .input-bloc {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 7px;
}
.input-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 12px;
}
.input-box label {
  font-size: 0.875rem;
  font-weight: 500;
}
.input-box input,
.input-box select {
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #e5e7eb;
  /* background-color: #f2f1f1; */
  width: 100%;
  height: 36px;
  padding: 8px 10px;
  border-radius: 6px;
  margin-top: 7px;
  outline: none;
  color: var(--secondary-text);
}
.input-box input:focus-visible,
.input-box select:focus-visible {
  border: 1px solid var(--user-secondary);
}
.input-box select {
}
.input-bloc select {
  border-radius: 5px 0px 0px 5px;
  width: 70px;
  height: 36px;
  margin-top: 0px;
  background-color: #f2f1f1;
}
.input-bloc input {
  /* background-color: #f2f1f1; */
  width: calc(100% - 70px);
  height: 36px;
  border-radius: 0px 5px 5px 0px;
  margin-top: 0px;
}
/* .input-box input:focus {
  border-color: var(--primary);
}
.input-box select:focus {
  border-color: var(--primary);
} */
/* .input-box input[type="password"] {
  font-size: 1.25rem;
  padding: 4px;
  font-weight: 600;
} */
.main-deatil .button button {
  background-color: var(--user-primary);
  color: var(--text-white);
  display: inline-block;
  border: none;
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
}
.extralink {
  font-size: 1rem;
  color: var(--secondary-text);
  font-weight: 400;
}
.extralink a {
  display: inline-block;
  color: var(--main-text);
  margin-left: 10px;
  font-weight: 500;
  text-decoration: none;
}
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}
.theme-btn button {
  padding: 5px 30px;
  display: inline-block;
  background-color: #10b4b4;
  color: #fff;
  border-radius: 6px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.25rem;
  width: clamp(50px, 100%, 250px);
  border: none;
}
.extralink h4 {
  font-size: 1.35rem;
  text-align: center;
}
.extralink h4 a {
  font-size: 1.5rem;
  color: #10b4b4;
  margin-left: 10px;
}

.password-container {
  display: flex;
  align-items: center;
  justify-content: center !important;
  gap: 20px;
  width: 100%;
}

.password-container .password-input {
  width: 45px;
  height: 45px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border: 2px solid #e5e7eb;
  background-color: var(--text-white);
  border-radius: 8px;
  outline: none;
  transition: border 0.2s;
}

.password-input:focus {
  border-color: var(--user-secondary);
}
.otp-time h5 {
  font-size: 1rem;
  color: var(--secondary-text);
  font-weight: 500;
}
.password-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 7px;
}

.password-wrapper input {
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid #e5e7eb;
  /* background-color: #f2f1f1; */

  height: 36px;
  padding: 8px 10px;
  border-radius: 6px;
  margin-top: 0;
  outline: none;
  color: var(--secondary-text);
}

.toggle-eye {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
  color: #888;
  font-size: 0.875rem;
}
.forgot-password {
  display: flex;
  align-items: center;
  justify-content: end;
}
.forgot-password a {
  display: inline-block;
  text-transform: capitalize;
  color: var(--secondary-text);
  font-size: 0.985rem;
}

/* Suggestion Modal  */

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal-head {
  font-size: 1.5rem;
}
.modal-para {
  font-size: 0.875rem;
}
.popup-box {
  background: white;
  padding: 20px;
  border-radius: 8px;
  width: clamp(100px, 95%, 450px);
  position: relative;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
}
.suggestionUser {
  margin-top: 25px;
}
.suggestionUserbloc {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.suggestionUserbloc .suggestion {
  position: relative;
  padding: 8px 16px;
  border-radius: 6px;
  color: var(--secondary-text);
  border: 1px solid var(--secondary-text);
  font-size: 0.95rem;
}
.suggestionUserbloc .suggestion label {
  display: inline-block;
  width: calc(100% - 40px);
  cursor: pointer;
}
.suggestionUserbloc .suggestion input[type="radio"] {
  display: none;
}
.suggestionUserbloc .suggestion .radio-buttton {
  height: 19px;
  width: 19px;
  border: 2px solid var(--secondary-text);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}
.suggestionUserbloc .suggestion .radio-buttton::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--secondary-text); /* Change this for selected color */
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.suggestionUserbloc .suggestion:has(input[type="radio"]:checked) {
  background-color: var(--user-tertiary);
  color: var(--user-primary);
  border: 1px solid var(--user-primary);
}
.suggestionUserbloc .suggestion input[type="radio"]:checked + .radio-buttton {
  border: 2px solid var(--user-primary);
}
.suggestionUserbloc
  .suggestion
  input[type="radio"]:checked
  + .radio-buttton::after {
  background-color: var(--user-primary);
}

.userSuggestion-modal {
}
.default-btn-box {
  display: flex;
}
.default-btn-box .main-btn {
  background-color: var(--user-primary);
  color: var(--text-white);
  display: inline-block;
  border: none;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
}
.default-btn-box .link {
  color: var(--secondary-text);
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}
.default-btn-box .link svg {
  color: var(--secondary-text);
  margin: 0px 5px;
  /* width: 15px; */
}
.color-primary {
  color: var(--user-primary) !important;
}

/* Forgot Password  */
.forgot-password-page {
  background-color: var(--user-tertiary);
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-card {
  width: clamp(100px, 95%, 500px);
  padding: 30px 60px;
  background-color: var(--text-white);
  border-radius: 10px;
}
.forgot-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.default-card .logo {
  width: clamp(100px, 100%, 180px);
  margin-bottom: 30px;
}
.default-card .logo img {
  width: 100%;
  display: inline-block;
}
.card-detail .card-head {
  font-size: 1.25rem;
  color: var(--main-text);
}
.card-detail .card-para {
  font-size: 0.875rem;
  color: var(--secondary-text);
}
.button {
  display: flex;
}
.button button {
  background-color: var(--user-primary);
  color: var(--text-white);
  display: inline-block;
  border: none;
  width: clamp(100px, 100%, 300px);
  padding: 10px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 6px;
}

/* DASHBOARD CSS  */
.topbar {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  padding-right: 30px;
  z-index: 99999;
  position: relative;
}

/* Header */
header .navbar {
  position: relative;
  padding: 10px;
}

/* Logo */
.navbar .logo {
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
  text-decoration: none;
}
.navbar .logo img {
  height: 70px;
}

/* Menu */
.navbar ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
}

.navbar ul li {
  position: relative;
}

.navbar ul li a {
  text-decoration: none;
  color: var(--primary);
  padding: 6px 12px;
  display: block;
  font-size: 1.05rem;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.menu-mobile ul li a {
  text-decoration: none;
  color: var(--primary);
  padding: 6px 12px;
  display: block;
  font-size: 1.05rem;
  border-radius: 6px;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.navbar ul li a.active {
  position: relative;
}
.navbar ul li a.active::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: var(--secondary);
  top: 100%;
  left: 0;
}
.sticky .navbar ul li a.active::after {
  background-color: var(--primary);
}
.sticky .navbar ul li a {
  color: var(--main-text);
}

.sticky .navbar ul li a:hover {
  color: var(--primary);
  background: #07a75a;
  background: linear-gradient(
    90deg,
    rgba(7, 167, 90, 0.05) 0%,
    rgba(5, 141, 136, 0.05) 100%
  );
}
.navbar ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.submenu-toggle {
  display: flex !important;
  align-items: center;
  gap: 7px;
}
.submenu-toggle span img {
  display: inline-block;
  width: 12px;
}
.sticky .submenu-toggle span img {
  filter: brightness(1) invert(1);
  opacity: 0.6;
}
.sticky #mobileMenu .submenu-toggle span img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
/* Dropdown */
.navbar ul li ul {
  position: absolute;
  top: calc(100% + 1px);
  border-radius: 8px;
  left: 0;
  background: var(--text-white);
  border: 1px solid var(--text-light);
  min-width: 180px;
  display: none;
  flex-direction: column;
  z-index: 1000;
  padding: 0;
  gap: 6px;
}

.navbar ul li ul li {
  width: 100%;
}
.navbar ul li ul li a {
  color: var(--main-text);
  border-radius: 0;
  transition: all 0.05s ease;
}
.navbar ul li ul li a:hover {
  background-color: rgba(7, 167, 90, 0.15);
}
.navbar ul li:hover > ul {
  display: flex; /* hover only on desktop */
}
/* Searchbar */
.serachbox-Mobile{
    display:none !important;
}
.serachbox-Desktop{
    display:block !important;
}
.search-wrapper {
  position: relative;
  display: inline-block;
}

.searchBtn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
}

.searchModal {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  background: #fff;
  padding: 10px 10px 10px 15px;
  display: none;
  width: 400px;
  border-radius: 25px;
  box-shadow: 0 0px 2px rgba(0,0,0,0.3);
  z-index: 999;
}
.searchbox{
    display:flex;
    align-items:center;
    gap:5px;
    justify-content:space-between;
}
.searchbox img{
   filter: grayscale(100%);
   opacity:0.5;
}
.searchModal input {
 flex:1;
  padding: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.searchModal input:focus-visible {
    outline: none;
}

.closeSearch {
  margin-top: 0px;
  background: transparent;
  color: black;
  padding: 5px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  float: right;
  font-size: 13px;
}
/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  gap: 5px;
  width: 30px;
  height: 13px;
  cursor: pointer;
}

.hamburger span {
  display: block;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: all 0.15s ease-in;
}
.hamburger span:nth-child(2) {
  width: 22px;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  width: 22px;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(-45deg) translate(7px, -7px);
  width: 22px;
}
.button-box {
  display: flex;
  gap: 25px;
  align-items: center;
}
.default-btn {
  padding: 8px 16px;
  background-color: #3333;
  border-radius: 8px;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  color: var(--text-white);
  text-decoration: none;
  border:none;
}
.primary-btn {
  background-color: var(--primary) !important;
  color: var(--text-white) !important;
}

.secondary-btn {
  background-color: var(--secondary) !important;
  color: var(--text-white) !important;
}
.white-btn {
  background-color: var(--text-white);
}
.white-btn span {
  display: inline-block;
  color: var(--primary);
  font-size: 1rem;
  text-transform: capitalize;
  margin-right: 10px;
  font-weight: 500;
}
.white-btn img {
  display: inline-block;
  height: 16px;
}
.border-btn {
  padding: 8px 20px;
  border: 1px solid var(--primary);
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 1rem;
  width: fit-content;
  color: var(--primary);
  text-decoration: none;
}
.rotate-left-35 {
  transform: rotate(-35deg);
}
.sticky .main-btn {
  padding: 6px 10px;
  border: none;
  background: #07a75a;
  background: linear-gradient(
    90deg,
    rgba(7, 167, 90, 1) 0%,
    rgba(5, 141, 136, 1) 100%
  );
  border-radius: 6px;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  color: var(--text-white);
  text-decoration: none;
}
.formrow .main-btn {
  padding: 6px 10px;
  border: none;
  background: #07a75a;
  background: linear-gradient(
    90deg,
    rgba(7, 167, 90, 1) 0%,
    rgba(5, 141, 136, 1) 100%
  );
  border-radius: 6px;
  font-size: 1rem;
  text-transform: uppercase;
  display: inline-block;
  color: var(--text-white);
  text-decoration: none;
  width: 100%;
}
.formrow .main-btn span {
  background: transparent !important;
  -webkit-background-clip: inherit;
  -webkit-text-fill-color: inherit;
  color: var(--text-white) !important;
}
.shine-btn {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: background 0.3s ease;
}

/* Shine Effect */
.shine-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.384) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}

/* Animate on hover */
.shine-btn:hover::before {
  animation: shine 0.8s forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.main-btn span {
  display: inline-block;
  background: #07a75a;
  background: linear-gradient(
    90deg,
    rgba(7, 167, 90, 1) 0%,
    rgba(5, 141, 136, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
.sticky .main-btn span {
  display: inline-block;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 500;
}
#menu {
  display: flex;
  align-items: center;
}
#mobileMenu {
  display: none;
}

.desktopmenu {
  display: flex;
}
.menu-mobile {
  display: flex;
}
.menu-mobile ul {
  gap: 10px;
  padding-top: 20px;
}

/* Side for lg  size */
.sidebar-icononly {
  width: 66px;
  background-color: var(--text-white);
  color: var(--secondary-text);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow: visible;
  border-right: 1px solid #eee;
  padding: 10px;
  padding-top: 80px;
  transition: all 0.2s ease;
  z-index: 9999;
}

.sidebar-icononly ul {
  list-style: none;
  padding: 0;
}

.sidebar-icononly li {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  padding: 10px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.1s ease-in;
  position: relative;
  border-bottom: 1px solid var(--text-white);
  border-radius: 8px;
  transition: all 0.1s ease;
}
/* .active-sidebar li {
  justify-content: flex-start;
} */
/* .sidebar-icononly li.has-dropdown {
  padding: 10px 8px;
} */
.sidebar-icononly li.main-tab::before {
  position: absolute;
  content: "";
  display: none;
}
.sidebar-icononly li svg {
  width: 21px;
  height: 20px;
}

.sidebar-icononly li:hover {
  background-color: var(--user-tertiary);
  color: var(--user-primary);
}

.sidebar-icononly li.active {
  background-color: var(--user-primary);
  color: var(--text-white);
}
/* Sidebar for xl size */
.active-sidebar {
  width: 230px;
  background-color: var(--text-white);
  color: var(--secondary-text);
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: visible;
  padding: 80px 0px 0px 0px !important;
  border-right: 1px solid #eee;
}

.active-sidebar ul {
  list-style: none;
}

.active-sidebar li {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.1s ease-in;
  position: relative;
  border-bottom: 1px solid var(--text-white);
  border-radius: 0px !important;
}
.active-sidebar li.main-tab::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  left: -4px;
  border-radius: 2px;
  background-color: var(--text-white);
  display: block !important;
}
.active-sidebar li svg {
  width: 21px;
  height: 20px;
  margin-right: 10px;
}

.active-sidebar li:hover {
  background-color: var(--tertiary);
  color: var(--user-primaryprimary);
}

.active-sidebar li.active {
  background-color: var(--user-primary);
  color: var(--text-white);
}
.close-sidebar {
  display: none;
}

/* Explore Events  */

.event-card {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid var(--text-light);
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: var(--text-white);
}
.event-card .img {
  width: 100%;
  position: relative;
}
.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.event-card .img img {
  display: inline-block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.event-card .img .pin-data {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: var(--secondary);
  display: flex;
  align-items: center;
  color: var(--text-white);
  padding: 6px 8px;
  border-radius: 0px;
  font-size: 0.875rem;
  /* border: 1px solid var(--text-white); */
}
.event-card .img .pin-data span {
  display: inline-block;
  font-size: 0.875rem;
  margin-right: 4px;
}
.event-card .img .pin-data svg {
  width: 20px;
  height: 20px;
  color: #fff;
  margin-right: 5px;
}
.event-card .img .pin-data img {
  height: 16px;
  color: #fff;
  margin-right: 5px;
}
.event-card .content {
  padding: 15px;
}
.add-data {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.add-data .data {
  display: flex;
  align-items: center;
}
.add-data .data span {
  display: inline-block;
  font-size: 0.875rem;
}
.add-data .data svg {
  width: 16px;
  height: 16px;
  color: var(--primary);
  margin-right: 5px;
}
.add-data .data img {
  height: 16px;
  color: var(--primary);
  margin-right: 5px;
}
.add-data .date span {
  display: inline-block;
  font-size: 0.875rem;
  color: var(--secondary-text);
}
.event-card .content .title {
  font-size: 1rem;
  text-align: start;
  color: var(--main-text);
  margin: 10px auto;
}
.event-card .other-option {
  padding: 10px;
  /* border-top: 1px solid var(--text-light); */
  margin-top: auto;
}
.default-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.default-button .btn {
  background-color: var(--primary);
  align-items: center;
  color: var(--text-white);
  display: flex;
  border: none;
  padding: 8px 12px;
  font-size: 0.85rem;
  font-weight: 500;
  border-radius: 6px;
  transition: all 0.1s ease-in-out;
}

.default-button .btn svg {
  color: var(--text-white);
  width: 22px;
  margin-right: 3px;
}
.default-button .btn img {
  height: 20px;
  margin-right: 5px;
}
.default-button .btn:hover {
  background-color: var(--user-secondary);
  color: var(--text-white);
}
.default-button .link {
  background: none !important;
  border: none;
}
.default-button .link svg {
  color: var(--secondary-text);
  width: 20px;
  height: 20px;
}
.setion-title-underline {
  position: relative;
  padding: 10px 0px;
  text-align: start;
  font-size: 1.5rem;
  font-family: Roboto;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 30px;
}
.setion-title-underline::after {
  position: absolute;
  content: " ";
  width: 50px;
  height: 2px;
  border-radius: 3px;
  background-color: var(--light-blue);
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.left-side {
  position: relative;
}
.left-side::after {
  position: absolute;
  content: " ";
  left: 0 !important;
  transform: translateX(0) !important;
}
/* Explore Course  */

.course-card {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.slider-item .course-card {
}
.course-image {
  position: relative;
  border-radius: 12px 12px 0px 0px;
  overflow: hidden;
  width: 100%;
}
.slider-item .course-image {
  border-radius: 8px 8px 0px 0px;
}
.course-image img {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  height: 185px;
  object-fit: cover;
}
.slider-item .course-image img {
  height: 180px;
  object-fit: cover;
}
.black-overlay {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 9;
  top: 0;
  left: 0;
}
.flag-label {
  position: absolute;
  top: -10px;
  left: 10px;
  z-index: 99;
  clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 99%, 0 73%);
  padding: 12px 18px;
}

.bg-free {
  background-color: var(--secondary);
}
.bg-paid {
  background-color: #dc3545;
}
.flag-label span {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 99;
}
.triangle-badge {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 99;
}
.triangle-badge span {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  display: inline-block;
  z-index: 99;
}
.triangle-badge .bg-triangle {
  position: absolute;
  content: " ";
  width: 150px;
  height: 150px;
  z-index: 9;
  top: -100px;
  left: -90px;
  transform: rotate(320deg);
}
.triangle-badge .bg-free {
  background-color: #16a34a;
}
.triangle-badge .bg-paid {
  background-color: #dc3545;
}

.course-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  text-align: left;
}

.course-topic {
  font-weight: bold;
  color: #d63031;
  margin-bottom: 5px;
}

.course-date,
.course-time {
  background-color: #2d3436;
  color: #fff;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 4px;
  display: inline-block;
  margin-right: 5px;
}

.course-body {
  padding: 15px;
  width: 100%;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  z-index: 999;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.slider-item .course-body {
}
.course-org {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.course-org-name {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: var(--secondary-text);
}
.course-org-name .user {
  display: flex;
  align-items: center;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  justify-content: center;
  background-color: #eee;
  margin-right: 8px;
}
.grey-icon {
  filter: brightness(0) invert(0);
  opacity: 0.75;
}
.course-org-name img {
  height: 16px;
}
.course-detail-badge-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 7px;
}
.normal-badge {
  display: flex;
  gap: 5px;
  border: 1.5px solid var(--text-light);
  padding: 5px 7px;
  font-size: 0.875rem;
  border-radius: 6px;
  color: var(--secondary-text);
  font-weight: 500;
}
.normal-badge svg {
  width: 17px;
  color: var(--user-primary);
  margin-right: 3px;
}
.normal-badge img {
  height: 17px;
}

.course-title {
  font-size: 1.075rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--main-text);
  margin-top: 10px;
  text-align: start;
}

.course-subtitle {
  font-size: 0.875rem;
  color: var(--secondary-text);
  text-align: start;
}
.read-more {
  text-align: start;
  margin-top: auto;
}
.read-more a {
  color: var(--primary);
  text-decoration: none;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.read-more a:hover {
  text-decoration: none;
}
.read-more a svg {
  width: 8px;
}
.read-more a img {
  height: 12px;
  margin-left: 6px;
}

.read-more:hover {
  text-decoration: underline;
}
.course-detail-card .detail {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.course-detail-card .detail .img img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.course-detail-card .detail .data .name {
  font-size: 1.1rem;
  color: var(--main-text);
  text-align: start;
}
.course-detail-card .detail .data .desc {
  font-size: 0.95rem;
  color: var(--secondary-text);
  text-align: start;
}
.course-status {
  display: flex;
  align-items: center;
  gap: 25px;
}
.course-status .enroll {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  gap: 10px;
  color: var(--text-green);
}
.course-status .enroll svg {
  width: 22px;
  color: var(--text-green);
}
.count-course {
  font-size: 1rem;
}
.count-course span {
  display: inline-block;
  font-weight: 500;
}
.rating {
  display: flex;
  align-items: center;
  gap: 5px;
}
.rating .star svg {
  width: 22px;
  color: #fec300;
}
.quiz-card {
  padding: 20px;
  border-radius: 12px;
  border: 1px solid var(--text-light);
  height: 100%;
  background-color: var(--text-white);
}
.quiz-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.premium-badge {
  padding: 3px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background-color: var(--bglight-green);
  color: var(--text-green);
  border: 1px solid var(--text-green);
  border-radius: 20px;
  font-size: 0.875rem;
}
.premium-badge svg {
  color: var(--text-green);
  width: 14px;
}
.premium-badge img {
  height: 15px;
}
.premium-badge.free {
  background-color: rgba(22, 163, 74, 0.05);
  border: 1px solid rgba(22, 163, 74, 0.5);
  color: rgba(22, 163, 74, 1) !important;
}
.premium-badge.premium {
  background-color: rgba(29, 79, 216, 0.05);
  border: 1px solid rgba(29, 79, 216, 0.5);
  color: rgba(29, 79, 216, 1) !important;
}
.event-data {
  border: 1px solid var(--user-tertiary);
  border-radius: 3px;
  overflow: auto;
}
.secondary-table {
  border: 1px solid #dee2e6;
}
.event-data .table {
  display: table;
}
.event-data table tr th {
  background-color: var(--user-tertiary);
  color: var(--secondary-text);
  padding: 10px 15px;
  font-family: Roboto !important;
  font-size: 1rem;
  text-transform: capitalize;
  font-weight: 600;
  text-align: left;
}
.secondary-table table tr th {
  background-color: var(--user-secondary);
  color: var(--text-white);
  font-weight: 500;
}
.event-data table tr td {
  color: var(--secondary-text);
  padding: 10px 15px;
  font-family: Roboto !important;
  font-size: 0.875rem;
  text-transform: capitalize;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  max-width: 200px;
  white-space: nowrap;
  /* overflow: hidden; */
  text-overflow: ellipsis;
}

.event-data td button {
  width: 30px;
  height: 30px;
  background-color: var(--user-tertiary);
  border-radius: 3px;
  border: 1px solid var(--user-primary);
  margin: 5px 5px;
}
.event-data td button.deleteBtn {
  background-color: var(--bglight-red);
  border: 1px solid var(--text-red);
}
.event-data td button.saveBtn {
  background-color: var(--bglight-green);
  border: 1px solid var(--text-green);
}
.event-data td button svg {
  width: 15px;
  height: 15px;
  color: var(--user-primary);
}
.event-data td button.deleteBtn svg {
  color: var(--text-red);
}
.event-data td button.saveBtn svg {
  color: transparent;
  stroke: var(--text-green);
}

.pagination {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 15px;
}
.pagination button {
  padding: 7px 12px;
  border: none;
  background-color: var(--user-tertiary);
  color: var(--user-primary);
  cursor: pointer;
  font-size: 0.875rem;
  border-radius: 3px;
}

.pagination button.disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.pagination button.active {
  background-color: var(--user-primary);
  color: var(--text-white);
}

.complete,
.ongoing,
.coming,
.cancel {
  padding: 4px;
  font-size: 0.75rem;
  width: 80px;
}
.complete {
  padding: 4px;
  width: 90px;
  background-color: rgba(40, 167, 70, 0.1);
  color: #28a745;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}
.cancel {
  padding: 4px;
  display: inline-block;
  width: 90px;
  background-color: rgba(220, 53, 70, 0.1);
  color: #dc3545;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}
.coming {
  padding: 4px;
  display: inline-block;
  width: 90px;
  background-color: rgba(0, 123, 255, 0.1);
  color: #007bff;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}
.ongoing {
  padding: 4px;
  display: inline-block;
  width: 90px;
  background-color: rgba(251, 177, 59, 0.1);
  color: #fbb03b;
  border-radius: 3px;
  font-weight: 400;
  font-size: 0.875rem;
  text-align: center;
}
.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li button {
  font-size: 0;
  background-color: #fff;
  width: 24px;
  height: 6px;
  border-radius: 6px;
  border: none;
}
.slick-active button {
  background-color: var(--secondary) !important;
}
.slick-track {
  display: flex !important;
  align-items: stretch !important;
  justify-content: start !important;
  margin: 0 !important;
}
.slick-slide {
  height: auto !important;
}
.slider-item {
  padding: 10px;
}
.banner-slider .slider-item {
  padding: 0px;
}
.slick-arrow {
  position: absolute;
  z-index: 999;
  /* width: 40px;
  height: 40px; */
  padding: 10px 22px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(217, 217, 217, 0.5);
  border: 1px solid var(--text-light);
  color: var(--primary);
  font-weight: 700;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.slick-arrow:hover {
  background-color: rgba(217, 217, 217, 0.95);
}
.slick-prev {
  left: -20px;
}
.slick-next {
  right: -20px;
}
.banner-slider .slick-arrow {
  background-color: rgba(217, 217, 217, 0.25);
}
.banner-slider .slick-arrow:hover {
  background-color: rgba(217, 217, 217, 0.5);
}
.banner-slider .slick-prev {
  left: 20px;
}
.banner-slider .slick-next {
  right: 20px;
}
.banner-slider .slider-item .banner {
  width: 100%;
  height: calc(100vh - 60px);
  border-radius: 0px;
  position: relative;
  overflow: hidden;
}
.banner-slider .slider-item .banner img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.banner-slider .slider-item .banner .about-banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 52 102 / 60%);
  display: flex;
  align-items: center;
}
.banner-slider .slider-item .banner .about-banner .content {
  width: clamp(100px, 90%, 1200px);
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.about-banner .content .main-title{
    text-transform:uppercase;
    color: var(--secondary);
    text-shadow: 1px 1px #fff;
    font-size: 2.5rem;
    font-weight:700;
}
.about-banner .content .title {
  color: var(--text-white);
  font-size: 2rem;
}
.about-banner .content .desc {
  color: var(--text-white);
  font-size: 1.5rem;
}

.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.profile .info {
  display: flex;
  align-items: center;
  gap: 15px;
}
.info .profile-data {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.info .profile-data .name {
  font-size: 1rem;
  color: #4a5a6b;
}
.info .profile-data .designation {
  font-size: 0.875rem;
  color: var(--main-text);
  font-weight: 500;
}
.info .profile-data .desc {
  font-size: 0.8rem;
  color: var(--secondary-text);
  font-weight: 400;
}
.info .profile-img {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.info .profile-img img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.info .profile-img .edit-img {
  position: absolute;
  width: 30px;
  height: 30px;
  border: 3px solid #fff;
  background-color: var(--user-primary);
  border-radius: 50%;
  top: 10px;
  left: -15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.info .profile-img .edit-img svg {
  width: 15px;
  color: var(--text-white);
}
.profile .edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 14px;
  border: 1px solid var(--text-light);
  border-radius: 3px;
  color: var(--main-text);
  background: var(--user-tertiary);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}
.profile .edit svg {
  width: 15px;
  height: 15px;
  margin-right: 10px;
  color: var(--user-primary);
}

.profile-detail {
  border-radius: 8px;
  background-color: var(--text-white);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.profile-detail .detail-title {
  padding: 10px 24px;
  border-bottom: 1px solid var(--text-light);
}
.profile-detail .detail-title h4 {
  color: var(--user-primary);
  font-size: 1.2rem;
  text-align: start;
  margin: 0;
}
.profile-detail .detail-data {
  padding: 20px 30px;
}

.inputdiv {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;
}
.inputdiv label {
  color: var(--main-text);
  font-family: Roboto !important;
  font-weight: 500;
  font-size: 1rem;
}
.inputdiv input,
.inputdiv select {
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: Roboto !important;
  border: 1px solid var(--text-light);
  width: clamp(100px, 100%, 400px);
  margin-top: 7px;
  color: var(--main-text);
}
.inputdiv label span {
  color: var(--text-red);
}
.inputdiv textarea {
  width: 100%;
  margin-top: 7px;
  padding: 10px 10px;
  border-radius: 6px;
  font-size: 0.875rem;
  font-family: Roboto !important;
  border: 1px solid var(--text-light);
  color: var(--main-text);
}
.inputdiv input:focus-visible,
.inputdiv textarea:focus-visible {
  outline: #333;
}
.inputdiv input::placeholder {
  color: var(--placeholder);
}
.radio-box {
  display: flex;
  align-items: center;
  margin-top: 7px;
}
.radio-box input {
  margin: 0;
  margin-right: 10px;
  appearance: none;
  width: 14px;
  height: 14px;
  border: 2px solid #999;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
  padding: 6px;
}
.radio-box label {
  margin-right: 20px;
  color: var(--secondary-text);
  font-weight: 500;
  font-size: 0.875rem;
}
.radio-box input:checked {
  border-color: var(--user-primary);
  background-color: #fff;
}
.radio-box input:checked::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 8px;
  height: 8px;
  background: var(--user-primary);
  border-radius: 50%;
}
.radio-type-box {
  display: flex;
  align-items: center;
  border: 1px;
  padding: 0px 10px;
  border-right: 1px solid var(--text-light);
}
.radio-type-box label {
  padding: 8px 10px;
  padding-left: 0px;
  margin: 0;
}
.border-radio-box {
  border: 1px solid var(--text-light);
  border-radius: 4px;
}

.submit-button-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.submit-button-box .btn {
  padding: 8px 24px;
  border: 1px solid var(--text-light);
  color: var(--secondary-text);
  font-size: 1rem;
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.submit-button-box .btn svg {
  width: 13px;
  margin-right: 10px;
}
.submit-button-box .btn img {
  width: 16px;
  margin: 0px 8px;
}
.submit-button-box .main-btn {
  border: 1px solid var(--user-primary);
  color: var(--text-white);
  background-color: var(--user-primary);
}
.submit-button-box .third-btn {
  border: 1px solid #1676b3;
  color: var(--text-white);
  background-color: #1676b3;
}
.submit-button-box .third-btn:hover {
  border: 1px solid #1676b3 !important;
  color: var(--text-white) !important;
  background-color: #1676b3 !important;
}
.submit-button-box .btn:hover {
  border: 1px solid var(--text-light);
  color: var(--secondary-text);
}
.submit-button-box .main-btn:hover {
  border: 1px solid var(--user-primary);
  color: var(--text-white);
  background-color: var(--user-primary);
}

/* CROPPER TOOL CSS  */
#cropContainer {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
#cropContainer img {
  max-width: 90vw;
  max-height: 80vh;
}
#cropActions {
  margin-top: 10px;
  text-align: center;
}
.reg-data {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.reg-data .label {
  font-size: 1rem;
  color: var(--main-text);
  font-weight: 600;
  margin-bottom: 0;
}
.reg-data .data {
  font-size: 0.875rem;
  color: var(--secondary-text);
}
.quiz {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.quiz-wrap {
  width: 100%;
}
.quiz-number {
  color: var(--user-primary);
  margin-bottom: 0;
}
.quiz-question {
  font-size: 1rem;
  color: var(--secondary-text);
  margin: 15px 0px;
  text-align: start;
}
.answere {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
}
.answere .radio-element {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 16px;
  border-radius: 6px;
  background-color: var(--text-white);
  color: var(--main-text);
  border: 1px solid var(--text-light);
}
.answere .radio-element input[type="radio"] {
  display: none;
}
.answere .radio-element label {
  display: inline-block;
  width: 100%;
  text-align: start;
  font-size: 0.95rem;
}
.answere .radio-element .radio-buttton {
  height: 19px;
  width: 19px;
  border: 2px solid var(--text-light);
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
}
.answere .radio-element .radio-buttton::after {
  content: "";
  width: 11px;
  height: 11px;
  background-color: var(--text-white); /* Change this for selected color */
  border-radius: 50%;
  position: absolute;
  top: 2px;
  left: 2px;
}
.answere .radio-element:has(input[type="radio"]:checked) {
  background-color: var(--user-tertiary);
  color: var(--user-primary);
  border: 2px solid var(--user-primary);
}
.answere .radio-element input[type="radio"]:checked + .radio-buttton {
  border: 2px solid var(--user-primary);
}
.answere .radio-element input[type="radio"]:checked + .radio-buttton::after {
  background-color: var(--user-primary);
}
.progress-wrapper {
  position: relative;
  height: 8px;
  background: #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

#progress-bar {
  height: 100%;
  background: #38a169;
  width: 0%;
  transition: width 0.3s ease-in-out;
}

#progress-text {
  font-size: 0.875rem;
  color: var(--main-text);
  font-weight: 500;
}
.scorecard {
  text-align: center;

  background: #fff;
  margin: 30px auto;
}
.score-area {
  width: clamp(100px, 100%, 400px);
  margin-left: 50%;
  transform: translateX(-50%);
}
.scorecard .scorecard-title {
  font-size: 1.25rem;
  color: var(--main-text);
  display: flex;
  align-items: center;
  justify-content: center;
}
.scorecard .scorecard-title img {
  display: inline-block;
  width: 30px;
  margin-right: 10px;
}
.scorecard .scorecard-title span {
  display: inline-block;
  margin-left: 10px;
}
.scorecard .desc {
  font-size: 0.875rem;
  color: var(--secondary-text);
}
.circular-chart {
  display: block;
  margin: 0 auto;
  max-width: 100px;
  max-height: 100px;
}

.circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3;
}

.circle {
  fill: none;
  stroke: #38a169;
  stroke-width: 3;
  stroke-linecap: round;
  transition: stroke-dasharray 0.6s ease;
  transform: rotate(-90deg);
  transform-origin: center;
}

.percentage {
  fill: #38a169;
  font-size: 10px;
  text-anchor: middle;
}
.videodetail {
  border-radius: 0px 0px 10px 10px;
}
.video-title {
  font-size: 1.35rem;
  text-align: start;
  margin-bottom: 15px;
}
.video-bloc .video iframe {
  width: 100%;
  height: 600px;
  margin: 0;
  line-height: inherit;
}
.author-bloc {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
}
.author-bloc .author {
  display: flex;
  align-items: start;
  gap: 15px;
}
.author-bloc .author .img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.author-bloc .author .img img {
  width: 35px;
  height: 35px;
  object-fit: cover;
}
.author-bloc .action {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: 45px;
}
.detail .authorname {
  font-size: 1.15rem;
  font-weight: 500;
  text-align: start;
}
.detail .date {
  display: flex;
  gap: 10px;
}
.detail .date img {
  width: 20px;
}
.detail .date span {
  font-size: 1rem;
  font-weight: 500;
}
.detail .views {
  padding: 0;
  margin: 0;
}
.detail .views span {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
}
.light-grey-pin {
  background-color: var(--text-light);
  display: flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 20px;
  gap: 7px;
  text-decoration: none;
  color: var(--main-text);
}
.light-grey-pin img {
  height: 15px;
}
.about-video {
  padding: 10px;
  border-radius: 8px;
  background-color: var(--user-tertiary);
}
.about-video ul li {
  list-style: none;
  text-align: left;
  color: var(--main-text);
}
.comment-box {
  display: flex;
  align-items: flex-start;
  border: 1px solid var(--text-light);
  border-radius: 6px;
  width: 100%;
  padding: 00px;
  margin: 15px 0px;
}
.comment-box .putcomment {
  border: 0;
  background: none;
  width: 40px;
  padding: 10px;
}
.comment-box .inputdiv {
  width: calc(100% - 40px);
}
.comment-box input {
  border: none !important;
  padding: 10px;
  width: 100%;
  margin: 0;
}
.enroll-now-btn {
  position: relative;
  width: 140px;
  height: 40px;
}
.enroll-now-btn button {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 8px 14px;
  background-color: #1676b3;
  color: #fff;
  border: none;
  border-radius: 20px;
  position: relative;
  z-index: 99;
  font-size: 1rem;
  font-weight: 500;
}
.enroll-now-btn button img {
  width: 20px;
  display: inline-block;
}
.backdrop-shadow {
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 24px;
  background-color: rgba(22, 119, 179, 0.15);
  top: -4px;
  left: -4px;
  z-index: 90;
}

/* .animated-line {
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 24px;
  animation: spin-background 2s linear infinite;
  background-image: conic-gradient(
    from var(--a),
    transparent 40%,
    rgba(22, 119, 179, 0.5) 70%,
    rgba(22, 119, 179, 0.5)
  );
  top: -2px;
  left: -2px;
  z-index: 95;
}
@keyframes spin-background {
  0% {
    --a: -1deg;
  }
  100% {
    --a: 360deg;
  }
} */
.stripes-section {
  padding: 50px 0px;
  background-color: rgba(60, 83, 198, 0.04);
  position: relative;
}
.p-relative-99 {
  position: relative;
  z-index: 99;
}
.stripes-section::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/banner/stripped-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.HIMS{
    position:relative;
}
.HIMS::after{
      background-image: url(../images/bg/bg-green-hims.png) !important;
}
.card-sec {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 99;
  gap: 20px;
}
.org-card {
  padding: 25px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  height: -webkit-fill-available;
}
.org-card .icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.yellow .icon {
  background-color: #f2bc00;
}
.light-green .icon {
  background-color: #058d88;
}
.light-purple .icon {
  background-color: #405189;
}
.theme-green .icon {
  background-color: #33b163;
}
.theme-blue .icon {
  background-color: #003466;
}
.org-card .icon img {
  height: 30px;
}
.org-card .title {
  font-size: 1.05rem;
  color: #2d373c;
  margin: 0;
}
.org-card .desc {
  font-size: 0.875rem;
  color: #2d373c;
  text-align: justify;
}

/* Footer  */
.footer {
  color: #fff;
  position: relative;
  text-align: center;
  overflow: hidden;
  /* padding-top: 50px; */
  display: flex;
  align-items: stretch;
}
.texture {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url(../images/banner/footer-texture.png);
  z-index: 9;
  top: 0;
  left: 0;
}
footer .footer-main {
  width: 100%;
  background: var(--primary);
  position: relative;
  padding-top: 50px;
  z-index: 9;
}
.footer-shape {
  position: absolute;
  top: 0; /* keep it touching */
  left: -1px;
  width: 100%;
  line-height: 0;
  z-index: 99;
}
.footer-shape img {
  display: inline-block;
  width: 101%;
  filter: brightness(0) invert(1);
}

.curved-edge {
  --c: 60px; /* control the curvature (works with percentage) */
  height: 100px;
  aspect-ratio: 8/2;
  /* you can also update the 60%  */
  mask: radial-gradient(60% var(--c) at bottom, #0000 calc(100% - 2px), #000);
  background: #40c0cb;
}

.footer-content {
  padding: 40px 20px 0px 20px;
  position: relative;
  z-index: 999;
}
.footer-app-img {
  display: inline-block;
  width: 120px;
}
.footer-app-img img {
  display: inline-block;
  width: 100%;
}
.column-sec {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 15px;
}
.column-sec .desc {
  text-align: start;
  color: var(--text-white);
}
.column-sec .logo {
  /* height: 70px; */
}
.column-sec .logo img {
  display: inline-block;
  height: 75px;
}
.column-sec .footer-title {
  position: relative;
  color: var(--text-white);
  padding: 7px 0px;
  font-size: 1.125rem;
}
.column-sec .footer-title::after {
  position: absolute;
  content: " ";
  width: 40px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--text-white);
  top: 100%;
  left: 0;
}
.app-deatil p {
  color: var(--text-white);
}
.footer-list {
  padding: 0;
}
.footer-list li {
  list-style-position: inside;
  text-align: start;
  margin-bottom: 12px;
  color: var(--text-white);
}
.footer-list li a {
  display: inline-block;
  color: var(--text-white);
  text-decoration: none;
}
.compony-data {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 8px;
}
.compony-data img {
  width: 20px;
  display: inline-block;
}
.compony-data p {
  text-align: start;
  margin: 0;
  color: var(--text-white);
}
.compony-data p a {
  font-size: 1rem;
  color: var(--text-white);
  text-decoration: none;
}
.social-icons {
  display: flex;
  gap: 10px;
  align-items: center;
}
.social-icons .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.2);
  transition: all 0.15s ease-in;
}
.social-icons .icon img {
  height: 18px;
}
.social-icons .icon:hover {
  transform: translateY(-5px);
}

.copyright {
  padding: 20px 0px;
  border-top: 1px solid var(--text-white);
  color: var(--text-white);
  font-size: 1rem;
}
.copyright a {
  color: #fcb131bd;
  font-size: 1rem;
  text-decoration: none;
  display: inline-block;
}
.copyright a:hover {
  color: #fcb131bd;
}

/* Scroll to top  */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  background: var(--primary); /* teal color */
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 999;
}

.scroll-top:hover {
  background: #104040;
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.3);
}

.scroll-top.show {
  opacity: 1;
  visibility: visible;
}
.vector-card {
  padding: 40px 170px;
  background-color: #405189;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 15px;
  position: relative;
}
.vector-card::after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(../images/banner/bg-vector-card.png) no-repeat;
  background-size: cover;
  z-index: 9;
}
.vector-card .content {
  position: relative;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 50px;
  width: 100%;
}
.vector-card .content .desc {
  max-width: 600px;
  font-size: 1rem;
  color: var(--text-white);
  margin: 0;
}
.absolute-img-bottom {
  position: absolute;
  height: 225px;
  bottom: 0;
  left: 50px;
}
.absolute-img-bottom img {
  display: inline-block;
  height: 225px;
}
.float-img-top-right {
  position: absolute;
  bottom: 150px;
  right: 30px;
  width: 100px;
}

/* Event-deatil  */
.detail-card {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 3px rgba(18, 18, 18, 0.06);
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.detail-card .flag-label {
  position: relative;
  z-index: 99;
  top: 0;
  left: inherit;
  clip-path: polygon(0% 0%, 100% 0, 100% 73%, 50% 99%, 0 73%);
  padding: 12px 18px;
}
.event-tag {
  padding: 8px 30px;
  background-color: var(--primary);
  font-size: 1.1rem;
  color: #fff;
  border-radius: 0px 6px 6px 0px;
}
.detail-card .detail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.detail-card .detail .event-data {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 20px;
}
.detail-card .detail .course-title {
  font-size: 1.15rem;
  color: var(--primary);
  margin-bottom: 20px;
}
.detail-card .detail .title {
  font-size: 1.0125rem;
  color: var(--primary);
}
.detail-card .detail .desc {
  font-size: 1rem;
  color: #373838;
  text-align: left;
}
.detail-card .detail .compony-data p {
  color: var(--main-text);
  font-size: 1.05rem;
  font-weight: 500;
}
.detail-card .detail .compony-data p a {
  color: var(--primary);
}
.video-box {
  position: relative;
}
.video-box img {
  width: 100%;
  display: inline-block;
}
.team-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.team-block .team-img {
  height: 230px;
  width: 220px;
  border-radius: 50%;
  background-color: rgba(60, 83, 198, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.team-block .team-img::after {
  content: " ";
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 45%;
  top: 10px;
  left: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  z-index: 99;
}
.team-block .team-img img {
  display: inline-block;
  width: 180px;
}
.team-content .name {
  font-size: 1.5rem;
  color: #252525;
}
.team-content .designation {
  font-size: 1rem;
  color: #383838;
}
.flyer-img {
  padding: 6px;
  border-radius: 6px;
  background-color: #eee;
  border: 1px solid #b9b9b9;
}
.flyer-img img {
  display: inline-block;
  width: 100%;
}
.enroll-div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: start;
  margin-top: auto;
}
.enroll-btn {
  padding: 7px 25px;
  font-size: 1rem;
  border-radius: 7px;
  text-decoration: none;
}
.enrolled-btn {
  padding: 7px 25px;
  font-size: 1rem;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  background-color: rgba(51, 177, 99, 0.1);
  border: 1px solid #33b163;
  color: #33b163;
}
.enrolled-btn img {
  display: inline-block;
  height: 20px;
}

.video-main {
  position: relative;
  display: inline-block;
}
.video-main .video img {
  display: inline-block;
  height: 25px;
  width: 20px;
}

.video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  display: inline-block;
  background: #ffffffff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
  -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.contact {
  position: relative;
  background-image: url(../images/vectors/world-map-vector.png);
  padding: 70px 0px;
}
.form-card {
  display: flex;
  align-items: stretch;
  box-shadow: 0px 0px 3px #00000052;
  background-color: #fff;
}
.form-sec {
  width: 60%;
  background-color: #fff;
  padding: 50px;
}
.form-sec button.default-btn {
  border: none;
  width: 200px;
}
.contact-info {
  width: 40%;
  padding: 30px;
  background-color: var(--secondary);
}
.divinput {
  display: flex;
  justify-content: start;
}
.divinput input {
  display: inline-block;
  padding: 8px 10px;
  font-size: 0.875rem;
  width: 100%;
  border: 1px solid #bbb8b8;
  color: #212121;
  border-radius: 3px;
}
.divinput textarea {
  width: 100%;
  height: 120px;
  border: 1px solid #bbb8b8;
  color: #212121;
  padding: 8px 10px;
}
.map-section iframe {
  width: 100%;
  height: 400px;
}

.myModal {
  display: none;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 52, 102, 0.85);
  border-radius: 0px 0px;
  padding-top: 100px !important;
  padding: 40px;
  backdrop-filter: 18px;
  transition: all 0.5s ease-in-out;
}
.modal-header-blank {
  display: none;
  position: fixed;
  z-index: 9998;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.671);
  border-radius: 0px 0px;
  padding-top: 100px !important;
  padding: 40px;
  backdrop-filter: 18px;
  transition: all 0.5s ease-in-out;
}
.modal-header-blank .modal-header-content {
  background-color: var(--text-white) !important;
  width: 100%;
  max-width: 600px;
  height: auto;
}
.modal-header-content {
  background: transparent !important;
  margin: auto;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  height: 100%;
}
.close-btn {
  position: absolute;
  top: 50px;
  right: 30px;
  cursor: pointer;
  font-size: 2.5rem;
  color: var(--text-white);
}
.form-card-btn {
  padding: 0px;
  background-color: var(--text-white);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 15px;
  width: 300px;
  border-radius: 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.form-card-btn:hover {
  transform: translateY(-5px);
}
.form-card-btn .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px 20px 25px;
  gap: 10px;
}
.form-card-btn .content .title {
  font-size: 1.05rem;
  font-weight: 600;
  text-align: start;
  color: #000;
}

.form-card-btn img {
  display: inline-block;
  height: 40px;
}
.form-card-btn .backdrop-gradient {
  position: absolute;
  width: 200px;
  height: 200px;
  top: calc(100% - 100px);
  right: -100px;
  /* background: radial-gradient(
    circle,
    rgba(226, 208, 252, 1) 12%,
    rgba(226, 208, 252, 0) 67%
  ); */
  z-index: 1;
}
/* .form-card-btn:nth-child(1) .backdrop-gradient {
  background: radial-gradient(
    circle,
    rgba(3, 55, 119, 0.466) 10%,
    rgba(5, 141, 136, 0) 67%
  );
} */
/* .form-card-btn:nth-child(2) .backdrop-gradient {
  background: radial-gradient(
    circle,
    rgba(3, 55, 119, 0.589) 10%,
    rgba(144, 184, 232, 0) 67%
  );
} */
.form-card-btn:nth-child(3) .backdrop-gradient {
  background: radial-gradient(
    circle,
    rgba(226, 208, 252, 1) 12%,
    rgba(226, 208, 252, 0) 67%
  );
}
.form-card-btn:nth-child(4) .backdrop-gradient {
  background: radial-gradient(
    circle,
    rgba(226, 208, 252, 1) 12%,
    rgba(226, 208, 252, 0) 67%
  );
}
@media screen and (max-width: 1440px) {
  .course-card {
  }

  .course-image {
    border-radius: 10px;
  }

  .course-image img {
  }
  .triangle-badge {
    top: 12px;
    left: 12px;
  }
  .triangle-badge span {
    font-size: 0.875rem;
  }
  .triangle-badge .bg-triangle {
    left: -80px;
    transform: rotate(322deg);
  }
  .course-body {
    padding: 12px;
    width: 100%;
    top: 150px;
    border-radius: 0px 0px 8px 8px;
  }

  .course-org-name {
    font-size: 0.875rem;
  }

  .normal-badge {
    font-size: 0.875rem;
  }
  .normal-badge svg {
    width: 22px;
  }
  .course-title {
    font-size: 1rem;
  }
  .read-more a {
    font-size: 0.875rem;
  }
  .card-sec {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 1200px) {
  .vector-card {
    padding: 30px 70px;
  }
  .absolute-img-bottom {
    height: 175px;
    left: 30px;
  }
  .absolute-img-bottom img {
    height: 175px;
  }
}
@media screen and (max-width: 991px) {
  .hamburger {
    display: flex;
  }
  .serachbox-Mobile{
    display:block !important;
}
.serachbox-Desktop{
    display:none !important;
}
  #menu {
    display: none;
  }
  #mobileMenu.show {
    display: flex;
  }
  .menu-mobile {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    flex-direction: column;
    box-shadow: 0px 2px 3px #00000059;
    border-top: 1px solid #ddd;
    border-radius: 0px 0px 10px 10px;
    z-index: 9999;
  }
   .menu-mobile ul li.dropdown{
       position:relative;
   }
   .menu-mobile ul li.dropdown::after{
       position:absolute;
       content:">";
       top:0;
       right:15px;
       font-size:1.25rem;
       font-family:tahoma;
       color:var(--primary);
       font-weight:600;
       transition:all 0.3s ease;
   }
   .menu-mobile ul li.active::after{
       transform:rotate(90deg);
   }
   #mobileMenu .dropdown.active .dropdown-menu{
       margin:5px 15px;
   }
  .navbar ul {
    flex-direction: column;
  }
  .menu-mobile ul {
    padding-left: 0;
  }
  .input-box input,
  .input-box select {
    height: 40px;
  }
  .flex-reverse-column-md {
    flex-direction: column-reverse;
  }
  .img-card .img-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/vectors/image-bg-mobile.jpg);
    background-size: cover;
  }
  .container-start {
    padding: 0px;
  }
  #login {
    padding: 0;
    height: 100vh;
  }
  .img-card .img {
    width: clamp(10px, 90%, 400px);
    margin: 30px auto;
    margin-bottom: 30px;
  }
  .img-card .important-text {
    background-color: rgba(0, 0, 0, 0.35);
    padding: 30px;
    border-radius: 0px;
  }
  .img-card .important-text h1 {
    font-size: 1.5rem;
  }
  .img-card .important-text h6 {
    font-size: 1rem;
  }
  .login-detail .logo {
    margin: 10px auto;
    width: 200px;
  }
  .main-deatil {
  }
  /* .main-deatil::before {
    position: absolute;
    content: "";
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background: rgb(228, 44, 129);
    background: linear-gradient(
      90deg,
      rgba(228, 44, 129, 0.6) 0%,
      rgba(82, 45, 110, 0.7) 100%
    );
    top: -2px;
    left: -2px;
    border-radius: 10px;
    z-index: -1;
  } */
  .main-deatil .static-detail .icon {
    display: none;
  }
  .main-deatil .static-detail {
    max-width: 100%;
  }
  .main-deatil .static-detail .subtitle {
    margin: 12px auto;
    font-size: 1rem;
  }
  .input-box {
    margin-bottom: 15px;
  }
  .main-deatil .input-detail {
    margin: 15px auto;
  }
  .input-bloc input {
    height: 40px;
    margin-top: 0px;
  }
  .input-bloc select {
    height: 40px;
  }
  .input-box input[type="password"] {
    font-size: 1rem;
  }
  .password-wrapper input {
    height: 40px;
  }
  #login::before {
    display: none;
  }
  .main-deatil .button {
    margin: 15px auto;
  }
  .h-md-230 {
    height: 230px;
  }
  .login-detail {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    justify-content: flex-start;
  }
  .sidebar.show {
    transform: translateX(0);
  }

  .sidebar-icononly {
    transform: translateX(-100%);
  }
  .sidebar-icononly.show {
    transform: translateX(0);
  }
  .toggle-btn {
    display: block !important;
  }

  .container-section {
    padding-left: 10px;
  }
  .course-card {
  }
  .video-bloc .video iframe {
    height: 450px;
  }
  .card-sec {
    flex-wrap: wrap;
    justify-content: center;
  }
  .org-card {
    max-width: 300px;
  }
  .vector-card .content {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .banner-slider .slider-item .banner .about-banner {
    height: 600px;
  }
  .banner-slider .slider-item .banner img {
    height: 600px;
  }
  .banner-slider .slider-item .banner {
    height: 600px;
  }
  #login {
    padding: 0;
  }
  .login .title-area .main-title {
    font-size: 2rem;
  }

  .login .title-area .main-title::before {
    width: 100px;
  }
  .login .title-area .desc {
    font-size: 1rem;
  }
  .extralink h4 {
    font-size: 1.15rem;
  }
  .extralink h4 a {
    font-size: 1.2rem;
  }
  .theme-btn {
    margin-top: 2rem;
  }
  .theme-btn button {
    font-size: 1.12rem;
  }
  .extralink {
    margin-top: 10px;
  }
  .container-login-vector {
    width: 100%;
  }
  .info-vector-section {
    padding: 20px;
    background-color: var(--text-white);
  }
  .img-card .content h1 {
    font-size: 1.75rem;
  }
  .img-card .content h6 {
    font-size: 1rem;
  }
  .img-card .img {
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    margin: 20px auto;
    margin-bottom: 0px;
    background-color: var(--bg-login);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .img-card .img img {
    max-width: 250px;
  }

  .suggestionUserbloc .suggestion {
    padding: 8px;
    font-size: 0.75rem;
  }
  .popup-box {
    margin-top: -150px;
  }
  .default-card {
    padding: 30px 40px;
  }
  .toggle-btn {
    display: block !important;
  }
  .close-sidebar {
    position: absolute;
    display: block;
    right: -30px;
    width: 30px;
    height: 30px;
    border: none;
    top: 80px;
    background-color: var(--text-white);
    border-radius: 0px 3px 3px 0px;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, 0.1);
  }
  .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    transform: translateX(-100%);
  }
  .topbar .topbar-btn .search {
    padding: 8px 15px;
    border-radius: 6px;
  }
  .topbar .topbar-btn .search input {
    margin-left: 10px;
    width: 175px;
  }
  .topbar .topbar-btn .topbar-button-icon {
    width: 40px;
    height: 40px;
  }
  .topbar-button-icon i {
    font-size: 1.5rem;
  }
  .topbar .topbar-btn .profile .profile-photo {
    width: 40px;
    height: 40px;
  }
  .topbar .topbar-btn .profile .profile-photo i {
    font-size: 1.5rem;
  }
  .topbar .topbar-btn .profile .identi {
    display: none;
  }
  .course-card {
  }
  .course-detail-card .detail {
    flex-direction: column;
    align-items: start;
  }
  .course-status {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }

  .banner-slider .slider-item .banner .about-banner .content {
    width: 95%;
    align-items: center;
    gap: 5px;
  }
  .about-banner .content .desc {
    font-size: 0.875rem;
  }
  .profile {
    flex-wrap: wrap;
  }
  .profile .info {
    gap: 10px;
  }
  .info .profile-img {
    width: 70px;
    height: 70px;
  }
  .info .profile-img img {
    width: 70px;
    height: 70px;
  }
  .video-bloc .video iframe {
    height: 350px;
  }
  .org-card {
    max-width: 100%;
    width: 100%;
  }
  .vector-card {
    padding: 20px;
    padding-bottom: 100px;
  }
  .absolute-img-bottom {
    height: 150px;
  }
  .absolute-img-bottom img {
    height: 150px;
  }
  .vector-card .content .desc {
    text-align: justify;
  }
  .form-card {
    flex-direction: column;
  }
  .form-sec {
    width: 100%;
  }
  .contact-info {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
    .searchModal{
        width:350px;
        right:-30px;
    }
  .banner-slider .slider-item .banner .about-banner {
    height: 450px;
  }
  .banner-slider .slider-item .banner img {
    height: 450px;
  }
  .banner-slider .slider-item .banner {
    height: 450px;
  }
  .login .title-area .main-title {
    font-size: 1.75rem;
  }
  .img-card .content h1 {
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  .img-card .img {
    padding: 0px 20px;
  }
  .img-card .img img {
    max-width: 225px;
  }
  .login-detail {
    padding-top: 0;
  }
  .main-deatil .static-detail .title {
    font-size: 1.25rem;
  }
  .container-login-vector {
    margin: 0px auto;
  }

  .input-box label {
    font-size: 1.12rem;
  }
  .input-box input {
    padding: 5px;
    margin-top: 5px;
  }
  .input-box input[type="password"] {
    font-size: 0.875rem;
  }
  .extralink h4 {
    font-size: 1.12rem;
  }
  .extralink h4 a {
    font-size: 1.15rem;
  }
  .password-container {
    gap: 15px;
  }

  .password-container .password-input {
    width: 50px;
    height: 50px;
  }
  .input-bloc input {
    height: 40px;
    margin-top: 0px;
  }
  .modal-head {
    font-size: 1.25rem;
  }
  .default-card {
    padding: 25px 30px;
  }
  .topbar .topbar-btn .topbar-button-icon {
    display: none;
  }
  .topbar .topbar-btn .profile .profile-ui {
    gap: 5px;
    margin-left: 0px;
  }
  .topbar {
    padding: 10px 10px;
    padding-right: 10px;
    gap: 10px;
  }
  .topbar .topbar-btn .profile .profile-ui .arrow {
    display: none;
  }
  .topbar .topbar-btn .search {
    padding: 8px 10px;
  }
  .topbar .topbar-btn .search input {
    width: 150px;
  }
  .container-section {
    padding-left: 0px;
  }
  .card-container {
    padding: 20px 15px;
    border-radius: 10px;
  }
  .video-bloc .video iframe {
    height: 270px;
  }
  .absolute-img-bottom {
    height: 130px;
    left: 10px;
  }
  .absolute-img-bottom img {
    height: 130px;
  }
}
@media screen and (max-width: 520px) {
  .topbar .topbar-btn .search input {
    width: 130px;
  }
}
@media screen and (max-width: 420px) {
    .searchModal{
        width:300px;
        right: -70px;
    }
}
@media screen and (max-width: 380px) {
    .searchModal{
        width:300px;
        right: -70px;
    }
}
