@import url('https://fonts.googleapis.com/css2?family=Agbalumo&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Mooli&family=Nova+Square&family=Poppins:wght@200;300;400;500;600;700;800&family=Quicksand:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Roboto+Condensed:ital,wght@0,100;0,300;0,400;0,600;0,700;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rampart+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary-color: #00529E;
  --secondary-color: #F7AB3C;
  --white-co: #fff;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
  height: 100%;
  margin: 0;
  padding: 0;
}


@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.1/font/bootstrap-icons.css");


:root {
  --primary-color: #004e9e;
  --prime-light: #cd9aff;
  --second-color: #121212;
  --third-color: orange;
  --body-color: #f2f3f8;
  --glass: rgba(0, 0, 0, 0.16);
  --white-co: #fff;
  --glass-dark: rgba(0, 0, 0, 0.404);
  --bor: rgb(241, 241, 241);
  --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
  --gray: #34495e;
  --darkgray: #2c3e50;
  --blackColor: #000;
  --border-color: #2E263D33;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
button,
label {
  font-family: 'Poppins',
}

body {
  color: var(--second-color);
  background: var(--body-color);
  overflow-x: hidden;
}

.custom-navbar {
  background-color: transparent;
  margin: 0px 0px;
}

.nav-link {
  color: var(--second-color) !important;
  font-weight: 500;
}

.custom-toggler.navbar-toggler {
  border-color: var(--second-color);
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(247,32,78, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler .navbar-toggler-icon {
  width: 18px !important;
}

.custom-toggler:hover {
  border-color: rgb(255, 255, 255);
  background-color: #f76a88;
}

.navbar-toggler-icon:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#logo_custom {
  margin-top: -6px;
}

@media only screen and (max-width: 760px) {
  #logo_custom {
    width: 40%;
  }
}

.navbar-expand-md .navbar-nav .nav-link {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.banner-bg {
  background-image: linear-gradient(to right bottom, #0083ff57, #cd9aff26);
  min-height: 600px;
  overflow: hidden;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000000000000;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(255 255 255 / 52%);
  backdrop-filter: blur(15px);
  /* filter: blur(4px); */
  margin-bottom: 10px;
}

.morphic-in {
  /* background: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgb(255 255 255 / 52%);
    backdrop-filter: blur(15px);
    z-index: 1000000; */

}

.shape1 {
  background: url('../images/Polygon1.png');
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  z-index: 10;
  background-repeat: no-repeat;
  position: relative;
  left: 0px;
  top: 100px;
  opacity: .5;
}

.shape2 {
  background: url('../images/Path6.png');
  background-size: 100% auto;
  width: 100px;
  height: 200px;
  z-index: 100;
  background-repeat: no-repeat;
  position: absolute;
  right: 0px;
  top: 100px;
}

.shape3 {
  background: url('../images/Path3.png');
  opacity: 1;
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  z-index: 100;
  background-repeat: no-repeat;
  position: relative;
  left: 250px;
  top: 300px;
}

.shape4 {
  background: url('../images/circle3.png');
  opacity: .5;
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  z-index: 100;
  background-repeat: no-repeat;
  position: relative;
  left: 750px;
  top: -210px;
}

.shape5 {
  background: url('../images/Rectangle3.png');
  opacity: .4;
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  z-index: 100;
  background-repeat: no-repeat;
  position: absolute;
  left: 500px;
  top: -90px;
}

.shape6 {
  background: url('../images/Ellipse5.png');
  opacity: .9;
  background-size: 100% auto;
  width: 200px;
  height: 200px;
  z-index: 100;
  background-repeat: no-repeat;
  position: absolute;
  right: 100px;
  top: 400px;
}

.navbar-nav li {
  font-size: 14px;
  font-weight: 400;
}

.featureslist {
  position: relative;
  top: 0px;
  float: right;
  right: -45px;
  z-index: 100000;
  /* margin-left: -40px; */
  list-style: none;
}

.featureslist ul {
  list-style: none;
}

.featureslist ul li {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.364);
  backdrop-filter: blur(15px);
  padding: 10px;
  width: 200px;
  border: 0px;
  border-bottom: solid 2px var(--primary-color);
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 13px;
}

.featureslist ul li a {
  color: var(--second-color);
}

.featureslist ul li a:hover {
  color: var(--second-color);
  text-decoration: none;
}

.bor2 {
  border-bottom: solid 2px rgba(119, 0, 255, 0.56) !important;
}

.bor3 {
  border-bottom: solid 2px rgb(211, 128, 69) !important;
}

.profile-pic {
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.364);
  backdrop-filter: blur(15px);
  padding: 10px;
  z-index: 1000000000;
  margin-top: 102px;
}

.pro-sec-tp {
  position: absolute;
  top: 0px;
  width: 80%;
  z-index: 1000000000;
}

.pro-pic-in {
  max-height: 250px;
  overflow: hidden;
  position: relative;
}

.profile-det {
  padding: 10px 10px 0px;
}

.profile-det h4 {
  color: var(--primary-color);
  font-size: 20px;
  font-weight: 700;
}

.welcome-msg {
  position: relative;
  top: 60px;
}

.welcome-msg h2 {
  font-size: 22px;

}

.welcome-msg h5 {
  font-size: 30px;
  padding-left: 50px;
  color: var(--primary-color);
}

.slidsec {
  padding: 30px 90px;
}

.carousel-control-prev {
  z-index: 1000000000000000;
}

.carousel-control-next {
  z-index: 1000000000000000;
}

.explore {
  margin-top: 50px;
}

.common-head h2 {
  text-transform: uppercase;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}

#news-slider {
  margin-top: 80px;
}

.post-slide {
  background: #fff;
  margin: 20px 15px 20px;
  border-radius: 15px;
  padding-top: 1px;
  box-shadow: 0px 14px 22px -9px #bbcbd8;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: -12px 15px 8px 15px;
  margin-left: -10px;
}

.post-slide .post-img img {
  width: 100%;
  height: auto;
  transform: scale(1, 1);
  transition: transform 0.2s linear;
}

.post-slide:hover .post-img img {
  transform: scale(1.1, 1.1);
}

.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(-45deg, rgba(6, 190, 244, 0.75) 0%, rgba(45, 112, 253, 0.6) 100%);
  transition: all 0.50s linear;
}

.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}

.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}

.post-slide .post-content {
  background: #fff;
  padding: 2px 20px 40px;
  border-radius: 15px;
}

.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}

.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}

.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}

.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #CFDACE;
}

.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196F3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}

.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}

.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}

.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  left: 15px;
  padding: 0 18px 0 15px;
  border-radius: 50px;
  box-shadow: 3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 15px;
  padding: 0 15px 0 18px;
  border-radius: 50px;
  box-shadow: -3px 14px 25px -10px #92b4d0;
  transition: background 0.5s ease 0s;
}

.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
}

.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}

@media only screen and (max-width:1280px) {
  .post-slide .post-content {
    padding: 0px 15px 25px 15px;
  }
}

.head-slider h2 {
  position: relative;
  left: 100px;
  top: 55px;
}

.post-img img {
  height: 300px !important;
}

.post-slide .post-img {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  margin: 0px 0px 10px 0px;
  margin-left: 0px;
  width: 100%;
}

.post-slide .post-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 13px;
}

.userrate {
  color: orange;
}

.userrate i {
  padding-right: 2px;
}

.head-slider2 h2 {
  position: relative;
  left: 100px;
  top: -22px;
}

.pro-pic-in img {
  width: 100%;
}

.mt-60 {
  margin-top: 60px;
}

.learn-card {
  margin-top: 30px;
  cursor: pointer;
}

.ler-card-img {
  height: 230px;
  overflow: hidden;
}

.train-desc {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 10px 5px 15px;
}

.train-desc h4 {
  font-size: 20px;
}

.train-desc p {
  font-size: 14px;
}

.header-login {
  padding: 15px 0px;
}

.bodylogin {
  background: url('../images/pencil2.jpg');
  background-size: 100% auto;

}

.btn-login {
  background: var(--primary-color);
  border: 0px;
  padding: 12px 50px;
  font-size: 17px;
  color: var(--white-co);
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 100px;
}

.banner-bg2 {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(25px);
  text-transform: uppercase;
  min-height: 800px;
  /* padding: 70px; */
}

.lib-body {
  margin-top: 100px;
}

.library-filter {
  background: var(--white-co);
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
}

.fil-head {
  padding: 15px 20px;
  border-bottom: solid 1px var(--body-color);
  margin-bottom: 15px;
}

.fil-head h3 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: .8px;
}

.filters-out {
  padding: 15px;
  padding-top: 0px;
}

.filters-out h5 {
  font-size: 12px;
  text-transform: uppercase;
}





.custom-control label {
  font-size: 14px;
  font-weight: 500;
}

.filter-in {
  border: solid 1px #e6e6e6;
  padding: 30px;
}

.filter-in .custom-control {
  margin-top: 2px;
  margin-bottom: 2px;
}

.card-book .train-desc {
  padding-bottom: 15px;
}

.card-book .ler-card-img {
  height: 250px;
}

.card-book .train-desc h4 {
  font-size: 16px;
}

.card-book .train-desc p {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.card-book .train-desc {
  padding-bottom: 15px;
  position: relative;
  top: 0px;
  z-index: 10000000000000;
  background: rgba(255, 255, 255, 0.54);
  border-radius: 0px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px px solid rgba(255, 255, 255, 0.3);
  background: rgb(255 255 255 / 52%);
  backdrop-filter: blur(15px);
  /* filter: blur(4px); */
  margin-bottom: 0px;
}

.filter-in {
  border: solid 0px #e6e6e6;
  border-radius: 5px;
  box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px px solid rgba(255, 255, 255, 0.3);
  background: rgb(255 255 255 / 52%);
  backdrop-filter: blur(15px);
  /* filter: blur(4px); */
  margin-bottom: 10px;
}

.pro-sec-tp {
  position: absolute;
  top: 160px;
  width: 80%;
  z-index: 1000000000;
}

.morphic-in {
  /* border-radius: 0px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px); */
}

.tab {
  background: #f2f3f8;
  border: 0px;
  padding: 10px 20px;
}

.team-content .name {
  font-size: 20px;
  height: 55px;
}

.team-content button {
  border-radius: 0px !important;
  background: linear-gradient(30deg, #68b8ee 30%, #17a2b8) !important;
  border: 0px;
  color: white;
  margin-bottom: 20px;
  padding: 5px 10px;
}

a {
  color: var(--primary-color);
  text-decoration: none !important;
}

.login-bg {
  background: url('./../images/pencil2.jpg');
  background-size: 100% auto;
  min-height: 800px;
  height: 100%;
  background: var(--white-co);
}

.banner-bg2 {
  background: rgba(255, 255, 255, 0);
  backdrop-filter: blur(5px);
  text-transform: uppercase;
  min-height: 800px;
  padding: 0px 0px;
}


.banner-bg {
  /*background-image: linear-gradient(to right bottom, #0083ff57 , #cd9aff26);*/
  min-height: 600px;
  overflow: hidden;
  background-image: url("../images/pencil2.jpg");
  background-repeat: round;
}

button {
  cursor: pointer;
}

.right-sec {
  background: var(--white-co);
  /* height: 100vh; */
  /* min-height: 800px; */
  backdrop-filter: blur(35px);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 40px;
}

.right-sec h2 {
  text-align: center;
  color: var(--primary-color);
  font-family: 'Cabin', sans-serif;
  margin-top: 10px;
}

.right-sec h4 {
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  text-transform: none;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: none;
}

.navbar {
  background-color: #fff;
  /* Change to your desired background color */
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.navbar-brand img {
  margin-right: 10px;
  /* Adjust spacing between the logo and brand name if needed */
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  padding: 0px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: var(--primary-color) !important;
  font-weight: 500;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .nav-link span {
  color: var(--primary-color);
}

.navbar-light .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0px;
}

#myTable {
  width: 100% !important;
}

.myTable {
  width: 100%;
}

table .propic {
  background: rgb(225, 225, 225);
  height: 50px;
  width: 50px;
  border-radius: 100%;
}

.editbt {
  position: absolute;
}

.editbt {
  position: relative;
  left: 34px;
  top: -55px;
  margin-bottom: -20px;
  background: var(--primary-color);
  color: var(--white-co);
  padding: 10px;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 3px;
  border-radius: 100%;
}

.btn {
  padding: 8px 20px !important;
}

.video-bot button {
  border: 0px;
  padding: 5px 15px;
  box-shadow: 1px 1px 4px inset #0000003b;
}

.tabs {
  border-bottom: 0px !important;
}

.mt-label {
  margin-top: 30px;
}

.btn-full {
  width: 100%;
  text-align: center;
}

.uploader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.562);
  z-index: 1000000000;
  margin-top: -86px;
  padding-top: 23%;
}

.uploader h5 {
  color: white;
  text-align: center;
}

.uploader h6 {
  text-align: center;
  color: white !important;
}

.accordion li label {
  padding: 10px 20px !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  color: black !important;
  background: whitesmoke;
}

.accordion li label span {
  color: var(--primary-color) !important;
}

.ContentCount {
  color: var(--primary-color) !important;
}

.ContentCount {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #bae2e2 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

[draggable="true"] {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

ul.moveable {
  list-style: none;
  margin: 0px;
}

ul.moveable li {
  list-style-image: none;
  margin: 10px;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  color: var(--darkgray);
  cursor: move;
}

ul.moveable li:hover {
  background-color: #eee;
}

.order-container {
  background: var(--body-color);
  padding: 40px;
  margin-top: 20px;
}

ul.moveable li i {
  background: var(--primary-color);
  color: var(--body-color);
  padding: 5px 10px;
  border-radius: 100px;
}

ul.moveable li span {
  opacity: 0;
}

.order-container {
  color: #f2f3f8;
}

.graph-container {
  background: var(--white-co);
  padding: 30px;
}

.menu-right {
  background: var(--white-co);
  padding: 23px;
}

.menu-right ul {
  list-style: none;
}

.menu-right ul li {
  border-bottom: solid 2px var(--body-color);
  padding: 15px 5px;
  cursor: pointer;
}

.lab {
  height: 10px;
  width: 10px;
}

.donut-label {
  margin-top: 50px;
}

.donut-label h6 span {
  position: relative;
  top: -15px;
  left: 30px;
}

.card-small {
  border: solid 1px var(--bor);
  padding: 30px 20px;
  text-align: center;
}

.card-small>h1 {
  color: var(--prime-light);
}

.card-small h2 {
  margin-top: 10px;
  font-weight: 600;
  color: var(--primary-color);
}

.card-small h6 {
  letter-spacing: 1.4px;
}

.card-full {
  background: var(--white-co);
  padding: 15px 20px;
  margin-top: 20px;
  text-align: center;
}

.card-full h5 i {
  color: red;
}

.card-full h5 b {
  color: var(--primary-color);
}

.dashboard-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  margin: auto;
}

.dash-item {
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.dash-label {
  flex: 1;
}

.count {
  padding: 0px 10px;
  color: white;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.count.clients {
  color: #FF5733;
}

.count.participants {
  color: #1dae37;
}

.count.coaches {
  color: #3357FF;
}

.count.programs {
  color: #FF33A1;
}

.count.courses {
  color: #00aea6;
}

.cussel {
  background: var(--white-co);
  /* padding: 15px; */
  margin-top: 15px;
}

.btnss {
  padding: 7px !important;
  margin-top: 15px;
  width: 100%;
}

.main-card {
  background: var(--white-co);
  padding: 30px;
  margin-top: 30px;
}

.main-card label {
  margin-bottom: 0px;
}

.card-ins {
  background: var(--body-color);
  padding: 20px;
  margin-top: 20px;
  text-align: center;
  border-top: solid 3px red;
  border-bottom: solid 3px var(--primary-color);
}

.card-ins h6 {
  margin-top: 0px !important;
  padding-top: 0px;
}

.progress-out {
  background: var(--body-color);
}

.progress-in {
  background: var(--background-gradient);
  text-align: center;
  color: var(--white-co);
}

.relo {
  cursor: pointer;
}

.banner-img {
  background-image: url("./../images/pencil2.jpg");
  min-height: 300px;
  background-size: 100% auto;
  border: solid 10px var(--white-co);
  margin: 10px 0px;
  padding-left: 50px;
}

.banner-img h1 {
  cursor: pointer;
  color: red;
  padding-top: 110px;

}

.banner-img h3 {
  padding-top: 5px;
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 600;
  padding-top: 115px;
}

.ris {
  float: right;
  padding-right: 50px;
}

.logra {
  padding-top: 45px;
  float: right;
}






.accordion-group {
  margin: 1rem 0;
}

.accordion {
  background-color: rgb(201 227 245);
  border-radius: 1rem;
  box-shadow: 0 5px 5px -5px rgb(52 80 99);
}

.accordion+.accordion {
  margin-top: 1rem;
}

.ac-state {
  display: none;
}

.ac-trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 1rem;
  border-radius: 1rem;
}

.ac-trigger:hover,
.ac-trigger:focus {
  background-color: rgb(174 216 245);
}

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

.ac-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 300ms ease;
}

.ac-content-inner {
  overflow: hidden;
  padding: 0 1rem;
}

.ac-content img {
  display: block;
  margin: 0 auto;
}

.ac-state:not(:checked)~.ac-trigger .ac-icon-close {
  display: none;
}

.ac-state:checked~.ac-trigger {
  background-color: rgb(174 216 245);
  box-shadow: 0 5px 5px -5px rgb(52 80 99);
}

.ac-state:checked~.ac-trigger .ac-icon-open {
  display: none;
}

.ac-state:checked~.ac-content {
  grid-template-rows: 1fr;
}

.accord-head {
  background: var(--darkgray);
  padding: 15px;
  padding-top: 7px;
  cursor: pointer;
  margin-top: 20px;

}

.accord-head h6 {
  margin-top: 0px;
  padding-top: 0px;
  color: var(--white-co) !important;
}

.comp {
  color: #33FF57;
}

.pend {
  color: #e34b25;
}

.inpro {
  color: #dde62c;
}

.noselpart {
  text-align: center;
  color: red;
}


/* survey  */


#navexps ul {
  padding-top: 8px;
  text-transform: none;
}

#navexps ul li {
  text-transform: none;
}

.select-survey {
  margin-top: 20px
}

.select-survey select {
  background: var(--body-color);
  border: 0px;
  color: var(--gray);
  padding: 10px 20px;
  border-radius: 0px;
}

.select-survey select:focus {
  background: var(--primary-color);
  border: 0px;
  color: var(--white-co);
}

.survey-con {
  background: var(--white-co);
  padding: 20px;
  margin-top: 20px;
}

.survey-con h3 {
  font-size: 22px;
}

.survey-con .btn-danger {
  background: var(--white-co);
  color: red;
}

.header-survey {
  margin-top: 30px;
}

.suvey-table {
  background: var(--white-co);
  padding: 20px;
  padding-top: 35px;
  margin-top: 20px;
}

.suvey-table button {
  background: var(--primary-color);
  color: var(--white-co);
  border: 0px;
}

.form-container {
  background: var(--white-co);
  padding: 20px;
  margin-top: 20px;
}

.form-container label {
  margin-top: 18px;
  margin-bottom: 0px;
}

.logo-sec {
  border: solid 1px var(--primary-color);
  padding: 20px;
}

.file-up input {
  position: relative;
  top: -33px;
  opacity: 0;
}

.graph-pie-co {
  background: var(--white-co);
  padding: 20px 30px;
  margin-top: 20px;
  border: solid 1px var(--gray);
}

.graph-pie-co h3 {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.graph-pie-co p {
  margin-bottom: 0px;
  font-weight: 200;
  text-align: center;
}

.graph-pie-co h5 {
  font-size: 14px;
  margin-top: 15px;
  margin-left: 30px;
  color: rgb(86, 86, 86);
  letter-spacing: 1.2px;
}

.graph-pie-co h5 div {
  font-size: 70px;
  height: 10px;
  width: 10px;
  position: relative;
  top: 13px;
  right: 30px;
}

#navexps {
  box-shadow: none;
}



/* checkbox css  */

.checkboxes {
  max-width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.checkboxes__row {
  display: flex;
}

.checkboxes__row:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.checkboxes__item {
  padding: 15px;
  width: 50%;
}

/* STYLE A */

.checkbox.style-a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-a input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-a input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-a input:checked~.checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-a:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-a:hover input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-a .checkbox__checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #333;
  transition: background-color 0.25s ease;
  border-radius: 3px;
}

.checkbox.style-a .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-a .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

/* STYLE B */

.checkbox.style-b {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-b input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-b input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-b input:checked~.checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-b:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-b:hover input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-b .checkbox__checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #333;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

.checkbox.style-b .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-b .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

/* STYLE C */

.checkbox.style-c {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-c input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-c input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-c input:checked~.checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-c:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-c:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-c .checkbox__checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

.checkbox.style-c .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-c .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
}

/* STYLE D */

.checkbox.style-d {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-d input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-d input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-d input:checked~.checkbox__checkmark:after {
  opacity: 1;
}

.checkbox.style-d:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-d:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-d:hover input~.checkbox__body {
  color: #f7cb15;
}

.checkbox.style-d .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-d .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.checkbox.style-d .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}

/* STYLE E */

.checkbox.style-e {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-e input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-e input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-e input:checked~.checkbox__checkmark:after {
  left: 21px;
}

.checkbox.style-e:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-e:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-e .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 40px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-e .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 16px;
  height: 16px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  transition: left 0.25s ease;
}

.checkbox.style-e .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: color 0.25s ease;
}

/* STYLE F */

.checkbox.style-f {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-f input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-f input:checked~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f input:checked~.checkbox__checkmark:after {
  transform: scale(1);
}

.checkbox.style-f input:checked~.checkbox__body {
  font-weight: bold;
}

.checkbox.style-f:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f:hover input:checked~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-f .checkbox__checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 11px;
}

.checkbox.style-f .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 22px;
  height: 22px;
  display: block;
  background-color: #f7cb15;
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.25s ease;
}

.checkbox.style-f .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

/* STYLE G */

.checkbox.style-g {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-g input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-g input:checked~.checkbox__checkmark {
  background-color: #fff;
}

.checkbox.style-g input:checked~.checkbox__checkmark:after {
  opacity: 1;
  left: 8px;
}

.checkbox.style-g input:checked~.checkbox__body {
  font-weight: bold;
}

.checkbox.style-g:hover input~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-g:hover input:checked~.checkbox__checkmark {
  background-color: #eee;
}

.checkbox.style-g .checkbox__checkmark {
  position: absolute;
  top: 1px;
  right: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  transition: background-color 0.25s ease;
  border-radius: 4px;
}

.checkbox.style-g .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: -20px;
  top: -8px;
  width: 15px;
  height: 25px;
  border: solid #f7cb15;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease, left 0.25s ease;
}

.checkbox.style-g .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
}

/* STYLE H */

.checkbox.style-h {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox.style-h input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-h input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-h input:checked~.checkbox__checkmark:after {
  opacity: 1;
  top: -3px;
}

.checkbox.style-h input:checked~.checkbox__body {
  background-position: 0 0;
  color: #fff;
}

.checkbox.style-h:hover input~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-h:hover input:checked~.checkbox__checkmark {
  background-color: #f7cb15;
}

.checkbox.style-h:hover .checkbox__body {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}

.checkbox.style-h .checkbox__checkmark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  height: 22px;
  width: 22px;
  background-color: #f7cb15;
  transition: background-color 0.25s ease;
  border-radius: 4px;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.1), inset -2px -2px 4px rgba(255, 255, 255, 0.4);
}

.checkbox.style-h .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 10px;
  top: -15px;
  width: 10px;
  height: 20px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.25s ease, top 0.25s ease;
}

.checkbox.style-h .checkbox__body {
  color: #333;
  line-height: 1.4;
  font-size: 16px;
  transition: font-weight 0.25s ease;
  font-weight: bold;
  color: #333;
  background: linear-gradient(45deg, #ff0070 0%, #f7cb15 50%, #f7cb15 50%, #f7cb15 100%);
  background-size: 200% 100%;
  background-position: 100% 0;
  padding: 15px;
  padding-left: 52px;
  border-radius: 10px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.25s ease, background 1s ease, color 0.25s ease;
}

/* STYLE I */

.checkbox.style-i {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 65px;
}

.checkbox.style-i input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox.style-i input:checked~.checkbox__checkmark {
  background-color: #49db44;
}

.checkbox.style-i input:checked~.checkbox__checkmark:after {
  transform: rotate(90deg) translateY(-50%) translateX(-50%);
  background-color: #49db44;
}

.checkbox.style-i .checkbox__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 50px;
  background-color: #ff0070;
  transition: background-color 0.25s ease;
  border-radius: 50%;
}

.checkbox.style-i .checkbox__checkmark:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 12px;
  border-radius: 6px;
  transform: rotate(0deg) translateY(-50%) translateX(-50%);
  transform-origin: left top;
  background-color: #ff0070;
  transition: transform 0.25s ease, background-color 0.25s ease;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2), -2px -2px 4px rgba(255, 255, 255, 0.6);
}

.checkbox.style-i .checkbox__body {
  font-weight: bold;
  font-size: 30px;
}

/* THANKS */
.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #eee;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-top: 60px;
}

.thanks>*:not(:last-child) {
  margin-right: 30px;
}

.collapse-body .form-control {
  border-radius: 0px;
  border-color: var(--primary-color);
}


.errorSpan {
  font-size: 12px;
  color: red;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.box-in {
  background: var(--body-color);
  text-align: center;
  padding: 10px;
}

.box-in h6 {
  margin-bottom: 5px;
  margin-top: 0px;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  font-size: 12px;
}

.box-in h3 {
  margin-bottom: 10px;
  color: var(--primary-color);
}

.graph-pie-co h2 {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;

}

.box-outer {
  background-color: var(--white-co);
  padding: 43px;
}

.sur-nav ul {
  display: inline;
}

.sur-nav ul li {
  display: inline;
}

.nvexp {
  padding: 10px 20px;
}

.sur-nav ul {
  position: relative;
  top: 15px;
  color: var(--second-color);
}

.sur-nav ul li a {
  color: var(--second-color) !important;
}

.crd1 {
  border: solid 4px #004e9e;
  border-top-color: #004e9e;
}

.crd2 {
  border: solid 4px #00cd7b;
  border-top-color: #00cd7b;
  border-bottom-color: #00cd7b;
}

.crd3 {
  border: solid 4px #e34b25;
  border-top-color: #e34b25;
  border-bottom-color: #e34b25;
}

.crd4 {
  border: solid 4px orange;
  border-top-color: orange;
  border-bottom-color: orange;
}

.noselpart h2 {
  color: var(--gray);
  font-size: 20px;
  margin-top: 30px;
}

.donut-label tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}

.donut-label tr th {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-card h5 {
  padding-top: 11px !important;
  font-size: 17px;
}

.accord-head {
  background: #008acd;
  padding: 15px;
  padding-top: 15px;
  padding-top: 15px;
  padding-top: 7px;
  cursor: pointer;
  margin-top: 20px;
  border: solid 0px var(--darkgray);
  /* box-shadow: 1px 1px 10px 1px #ababab; */
}

.accord h6 {
  padding-top: 5px;
}

.accord-head .pull-right {
  background: white;
  padding: 5px 20px;
  color: #9a9a9a !important;
  width: 150px;
  border-radius: 10px;
}

.leftSideHeadContents {
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0px;
  background-color: #f0f0f0 !important;
  margin-top: -30px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
  padding: 50px;
}

.module_contents {
  cursor: pointer;
}

.hide {
  display: none !important;
}

/* profile page styles */

.button-contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 10px;
  background-color: #2E263D0D;
  padding: 5px;
  border-radius: 8px;
}

.button-contents .button-nav {
  background: transparent;
  color: black;
  border: none;
  padding: 8px 20px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s ease;
  font-size: 14px;
}

.button-contents .button-nav.active {
  background-color: white;
  color: black;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}


.user-profiles-contents {
  width: 100%;
  height: 100%;
}

.profile-components {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.user-profile {
  width: 218px;
  height: 230px;
  border-radius: 20px;
  border: 1px solid var(--border-color);
  box-shadow: 0px 5px 15px rgba(23, 22, 25, 0.15);
  margin-top: 20px;
}

.user-profile-body-1 {
  width: 100%;
  height: 100px;
  /* display: flex; */
  /* position: relative; */
  background: linear-gradient(to top, #F9FFA099, #FFEB79CC);
  border-radius: 20px 20px 0 0;
}

.user-profile-body-2 {
  width: 100%;
  height: 100px;
  /* display: flex; */
  /* position: relative; */
  background: linear-gradient(to top, #87949799, #C3D5DBCC);
  border-radius: 20px 20px 0 0;
}

.user-profile-body-3 {
  width: 100%;
  height: 100px;
  /* display: flex; */
  /* position: relative; */
  background: linear-gradient(to bottom, #FFCCA0CC, #FF892399);
  border-radius: 20px 20px 0 0;
}

.img-content img {
  width: 83px;
  height: 83px;
  margin-top: 44px;
  margin-left: 18px;
  border-radius: 68px;
  border: solid 4px var(--white-co);
}

.user-profile-body {
  display: flex;
  flex-direction: row;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.user-body-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.user-body-footer h1 {
  width: 21px;
  height: 18px;
  margin-top: 20px;
  margin-left: 30px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font: Rampart One;
  color: #2E263DB2;
}

.user-body-footer span {
  width: 21px;
  height: 20px;
  margin-top: 0px;
  margin-left: 2px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font: Rampart One;
  color: #2E263DB2;
}

.profile-top-num h1 {
  width: 21px;
  height: 18px;
  margin-top: 60px;
  margin-left: 30px;
  font-family: "Rampart One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font: Rampart One;
  color: #2E263DB2;
}

.profile-top-num span {
  font-size: 20px !important;
  width: 25px;
  height: 0px;
  margin-top: 40px;
  margin-left: 25px;
  font-family: "Rampart One", sans-serif;
  font-weight: 600;
  font-style: normal;
  font: Rampart One;
  color: #2E263DB2;
}

.user-profile-body .shadow-content {
  width: 58px;
  height: 8px;
  margin: 20px auto 0;
  /* center horizontally */
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 80%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.profile-footer-shadow .shadow-content {
  width: 58px;
  height: 8px;
  margin: 25px auto 0;
  /* center horizontally */
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.2) 0%, transparent 80%);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}


.profile-footer-content h6 {
  font-size: 14px;
  font-weight: 600;
  color: black;
  text-align: center;
  margin-top: 5px;
}

.profile-footer-content span {
  font-size: 12px;
  font-weight: 400;
  color: black;
  text-align: center;
  margin-top: 5px;
}

.user-desc {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-left: 10px;
}

.user-desc span {
  font-size: 14px;
  font-weight: 500;
  color: var(--blackColor);
  padding-top: 10px;
}

.user-desc p {
  font-size: 10px;
  font-weight: 400;
  color: var(--blackColor);
}

.star-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: solid 1px #2E263D33;
  border-radius: 5px;
  width: 160px;
}

.star-icons i {
  color: #FFDD19CC;
}

.star-value {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.main-profile-contents {
  width: 100%;
  height: 100dvh;
  background-color: var(--white-co);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-profile-contents .main-profile {
  width: 300px;
  height: 540px;
  border: solid 1px #2E263D33;
  border-radius: 20px;
  box-shadow: 0px 5px 15px rgba(23, 22, 25, 0.15);
}

.user-profile-body-4 {
  width: 100%;
  height: 140px;
  display: flex;
  position: relative;
  background: linear-gradient(to bottom, #D5DCFFCC, #F2F4FF99);
  border-radius: 20px 20px 0 0;
}

.profile-img-content img {
  width: 140px;
  height: 140px;
  margin-top: 44px;
  margin-left: 18px;
  border-radius: 68px;
  border: solid 4px var(--white-co);
  background: inherit;
}

.user-profile-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
}

.user-profile-desc span {
  font-size: 142x;
  font-weight: 600;
  color: #2E263DE5;
}

.user-profile-desc p {
  font-size: 12px;
  font-weight: 500;
  color: #2E263DE5;
}

.credit-data {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.credit-data span {
  font-size: 20px;
  font-weight: 600;
  color: #2E263DE5;
}

.credit-data p {
  font-size: 14px;
  font-weight: 500;
  color: #2E263DE5;
}

/* Table contents */
.table-datas {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.table-data-contents {
  display: flex;
  flex-direction: column;

  gap: 20px;
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  scroll-behavior: smooth;
  /* cursor: pointer; */
  /* Hide scrollbar */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.table-data-contents::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Edge */
}


.bcolor1 {
  border: solid 1px #007AFF;
  border-radius: 5px;
  padding: 0;
}

.bcolor2 {
  border: solid 1px #A2845E;
  border-radius: 5px;
  padding: 0;
}

.bcolor3 {
  border: solid 1px #FFCC00;
  border-radius: 5px;
  padding: 0;
}

.bcolor4 {
  border: solid 1px #AF52DE;
  border-radius: 5px;
  padding: 0;
}

.bcolor5 {
  border: solid 1px #FF9500;
  border-radius: 5px;
  padding: 0;
}

.bcolor6 {
  border: solid 1px #34C759;
  border-radius: 5px;
  padding: 0;
}

.bcolor7 {
  border: solid 1px #FFCC00;
  border-radius: 5px;
  padding: 0;
}

.bcolor8 {
  border: solid 1px #AF52DE;
  border-radius: 5px;
  padding: 0;
}

.bcolor9 {
  border: solid 1px #A2845E;
  border-radius: 5px;
  padding: 0;
}

.bcolor10 {
  border: solid 1px #e352bc;
  border-radius: 5px;
  padding: 0;
}

.table-datas {
  height: 50px;
}

.user_datas {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 10px;
}

.sl-number {
  font-size: 14px;
  font-weight: 600;
  color: #000000;
}

.user_datas img {
  width: 34px;
  height: 34px;
  border-radius: 68px;
}

.user_info {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  margin-top: 15px;
}

.user_info span {
  font-size: 14px;
  font-weight: 500;
}

.user_info p {
  font-size: 10px;
  font-weight: 400;
}

.user-star-icons i {
  color: #FFDD19CC;
}

.credit-number {
  font-size: 14px;
  font-weight: 600;
  color: #2E263DE5;
}

#mail label {
  text-transform: lowercase;
}

.profile-right label b {
  color: var(--primary-color) !important;
  text-transform: capitalize;
  margin-top: 50px !important;
}

.profile-right h5 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: solid 1px var(--secondary-color);
  padding-bottom: 5px;
  margin-bottom: 30px !important;
}

.section-card label {
  color: var(--primary-color);
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 14px;
  padding-top: 15px;
}

.tile-top-border {
  border-top: 2px solid rgba(2, 83, 158, 1) !important;
}