.panel {
  box-shadow: none;
  background: none;
  border-radius: 0;
}
.custom-box-shadow {
  box-shadow: 0 0 2px 0 #c7c9cc;
  border-radius: 4px !important;
}
.custom-box-shadow:hover {
  box-shadow: 0px 5px 15px -5px #888888;
}
a {
  text-decoration: none !important;
}
.col-md-12 {
  margin-bottom: -15px;
}

.statistics-card {
  background: #ffffff;
}
.card-1 {
  background: #c877e7;
  color: #ffffff;
}
.card-2 {
  background: #d94c83;
  color: #ffffff;
}
.card-3 {
  background: #a2c662;
  color: #ffffff;
}
.card-4 {
  background: #fa5f5f;
  color: #ffffff;
}
.statistics-card:hover {
  transition: 0.2s;
  zoom: 1;
  box-shadow: 0 0 8px 0 #c7c9cc;
}
.bg-white {
  background: #ffffff;
}
.titles {
  font-size: 17px;
  color: #265ea1;
  text-transform: uppercase;
  font-weight: 800;
  background: -webkit-linear-gradient(#265ea1, #39444d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.user-img {
  width: 45px;
}
.add-user-btn {
  margin-top: 33px;
  border-radius: 50%;
  margin-left: 8px;
}
.custom-card-header-bg {
  background: -webkit-linear-gradient(#265ea1, #39444d);
  color: #ffffff;
}
.badge-danger {
  color: #fff !important;
  background-color: #fc4b6c !important;
}
.badge-success {
  color: #fff !important;
  background-color: #49be4a !important;
}
/* body#page-local-dashboard-dashboard_industry ::-webkit-scrollbar {
    width: 3px;
    height: 7px;
}  */
body#page-local-dashboard-dashboard_industry ::-webkit-scrollbar-thumb {
  background: #b8babf !important;
  border-radius: 20px;
}
.blog-image {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.read {
  color: #fff !important;
  background: -webkit-linear-gradient(#265ea1, #39444d) !important;
  border-color: #265ea1;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 10px;
  padding: 4px 0px;
}
.read a {
  color: #fff !important;
  font-size: 12px;
  padding: 20px 15px;
  text-decoration: none;
}
.top-card {
  padding: 20px 20px;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.text-muted {
  color: #6c757d !important;
}
.count {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
}
.top-card .h41 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: -15px;
}
.top-card .h42 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: -15px;
}
.top-card .h43 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: -15px;
}
.top-card .h44 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: -15px;
}
.round {
  line-height: 37px;
  width: 35px;
  font-size: 18px;
  height: 35px;
}
table tbody h6 {
  font-size: 13px;
}
.college-logo {
  background-color: #17a2b8 !important;
  color: #ffffff;
}
.project-logo {
  background-color: #a2c662 !important;
  color: #ffffff;
}
.job-logo {
  background-color: #cbcbcb !important;
  color: #ffffff;
}
.int-logo {
  background-color: #3f9ed4 !important;
  color: #ffffff;
}
.prog-logo {
  background-color: #f49429 !important;
  color: #ffffff;
}
body#page-local-dashboard-dashboard_contentprovider_new .fa-book:before {
  content: "";
  /* font-size: 35px; */
  /* margin-right: 30px; */
}
.card-primary {
  background: #17a2b8 !important;
  border-color: #17a2b8 !important;
}
/* .fake-div {
    width:100%;
    height: 1200px;
    position:relative;
  } */
.card-secondary {
  background: #f49429 !important;
  border-color: #f49429 !important;
}
.course-view-btn {
  color: #fff !important;
  background: #f49429 !important;
  border-color: #f49429 !important;
  box-shadow: none;
  border-radius: 4px;
  margin-top: 10px;
  padding: 4px 0px;
  cursor: pointer;
}
body#page-local-dashboard-dashboard_industry .container {
  padding: 0px !important;
}

.page-main {
  background-color: #f2f3f8 !important;
}
.text-white {
  color: #ffffff;
}
.font-size-fifteen {
  font-size: 15px;
  font-weight: 800;
}
.font-size-thirteen {
  font-size: 13px;
}
.bg-white {
  background: #ffffff;
}
.little-profile .pro-img img {
  width: 85px;
  height: 85px;
  /* margin: 6px 98px 21px; */
}
.little-profile .pro-img {
  margin-top: -47px;
  margin-bottom: 20px;
}
.btn-rounded.btn-md {
  padding: 4px 33px;
  font-size: 13px;
}
.btn-primary,
.btn-outline-primary {
  box-shadow: 0 2px 2px rgba(116, 96, 238, 0.05);
}
.btn-rounded {
  border-radius: 60px;
}
.waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.btn-primary {
  color: #fff;
  background-color: #2c588c;
  border-color: #2c588c;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15);
}
small {
  font-size: 79%;
  font-weight: 400;
}
.finance-card {
  text-align: center;
  background: linear-gradient(to bottom, #09a1a1 0%, #ffffff 100%);
  color: white;
}
.earn-btn {
  padding: 5px 10px;
  border-radius: 4px;
  color: #06a1a0;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  font-weight: 900;
  background: white;
}
.rank-btn {
  padding: 5px 10px;
  border-radius: 4px;
  color: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.09), 0 6px 6px rgba(0, 0, 0, 0.13);
  font-weight: 900;
  font-size: 16px;
  background: #06a1a0;
}

.img-container {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.img-container img {
  vertical-align: middle;
}

.img-container .content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */
  color: #f1f1f1;
  width: 100%;
  padding: 20px;
}
.titles {
  font-size: 17px;
  margin-top: -5px;
  color: #265ea1;
  text-transform: uppercase;
  font-weight: 800;
  background: -webkit-linear-gradient(#baa453, #95319b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.trending-title {
  font-size: 17px;
  color: #265ea1;
  text-transform: uppercase;
  font-weight: 800;
  background: -webkit-linear-gradient(#265ea1, #39444d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
a.disabled {
  pointer-events: none;
  cursor: default;
}
.upcoming-logo {
  width: 80px;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
}
.sc-db-logos {
  width: 60px;
  height: 60px;
  border: 1px solid #dbdbdb;
  border-radius: 50px;
}
.bg-white {
  background: white;
}
.schedule-card {
  box-shadow: rgb(184, 184, 184) 0px 0px 5px 0px;
}
.flex-div {
  display: flex;
  justify-content: space-between;
}

.stat-card {
  box-shadow: rgb(184, 184, 184) 0px 0px 5px 0px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 5px !important;
  margin-bottom: 20px;
  font-weight: 600;
}
.card-title {
  color: #ffffff;
}
.profile-name {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-top: -15px;
}
.des {
  font-size: 13px;
  margin-top: 5px;
  color: #636364;
  margin-bottom: 0px;
}
.mentor-rating {
  /* color: #43aa09; */
  font-size: 14px;
}
.progress {
  margin: 20px auto;
  padding: 0;
  width: 90%;
  height: 30px;
  overflow: hidden;
  background: #c02121;
  border-radius: 6px;
}
.progress {
  height: 5px;
  margin-top: 10px;
  margin-bottom: 22px;
  overflow: hidden;
  background-color: #e4eaec;
  border-radius: 0.215rem;
}
.custom-box-shadow {
  box-shadow: 0 20px 30px 0 rgba(60, 29, 137, 0.08);
  border-radius: 4px !important;
  /* 0 0 2px 0 #c2c5ca */
}
.custom-box-shadow:hover {
  box-shadow: 0 20px 30px 0 rgba(60, 29, 137, 0.08);
}
a {
  text-decoration: none !important;
}
.blog-image {
  border-radius: 4px;
  margin-top: -45px;
  margin-bottom: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  width: 100%;
}
.top-card {
  padding: 20px 20px;
  display: block;
  text-align: center;
  text-decoration: none !important;
}
.card-4 {
  background: #fa5f5f;
  color: #ffffff;
}
.card-secondary {
  background: #267246 !important;
  border-color: #267246 !important ;
}
.card-primary {
  background: #343131 !important;
  border-color: #343131 !important;
}
.top-card .h44 {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: -15px;
}
/* .count {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
} */
.card-title {
  font-size: 15px;
}
/* .card{
    margin-bottom: 20px;
} */
.mentee-num {
  background: #cd5858;
  border-radius: 50px;
  height: 24px;
  color: white;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  width: 28px;
  /* margin-top: 10px; */
  vertical-align: middle;
  margin-bottom: 8px;
}
.hired-num {
  background: #5e9121;
  border-radius: 50px;
  height: 24px;
  color: white;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  width: 28px;
  /* margin-top: 10px; */
  vertical-align: middle;
  margin-bottom: 8px;
}
.ctc-num {
  background: #ba9c39;
  border-radius: 50px;
  height: 24px;
  color: white;
  font-size: 17px;
  font-weight: 800;
  text-align: center;
  width: 28px;
  /* margin-top: 10px; */
  vertical-align: middle;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:focus,
.nav-tabs .nav-link.active:hover {
  padding: 10px 20px 10px 20px !important;
  border-radius: 49.5px !important;
  box-shadow: 0 5px 10px 0 rgba(110, 63, 195, 0.35) !important;
  background: #003a76 !important;
  /* margin-left: 18px; */
  font-size: 12px;
}
.custom-tabs {
  background: #e9e9e9 !important;
  width: fit-content !important;
  border-radius: 50px !important;
  margin-left: 16px !important;
  padding-left: 0px !important;
}
.analytics-card .nav-link:focus,
.analytics-card .nav-link:hover {
  background: #e9e9e9 !important;
  border-radius: 50px !important;
}
.nav-tabs .nav-link {
  color: #526069;
  transition: 0.25s;
  font-size: 12px;
}
.mentor-price {
  background: #ffffff;
  border-radius: 4px;
  padding: 10px;
  color: #2b8213;
  top: 30px;
  left: 30;
  position: absolute;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.invoice-card {
  color: white;
  border-radius: 9px;
  padding: 10px 40px;
}
.mr-fb-img {
  border-radius: 50px;
  height: 50px;
  width: 50px;
}
.mt-17 {
  margin-top: 17px !important;
}
.time {
  float: right !important;
}
.earned-card {
  height: 209px;
  background: #fff !important;
}
.recent-fb-time {
  height: 280px;
}
.analytics-card,
.webnairs-card,
.rcomend-card,
.announcement-card {
  background-color: #fff;
  border-radius: 7px;
  /* margin: 15px 0; */
  box-shadow: 0 20px 30px 0 rgb(60 29 137 / 8%);
  padding: 10px !important;
}
.usersummary-card,
.leaderboard-card,
.stdmonth-card,
.trendingmentor-card {
  /* height: 200px; */
  background-color: #fff;
  border-radius: 7px;
  /* margin: 15px 0; */
  box-shadow: 0 4px 8px -8px #3c1d89;
  padding: 20px !important;
}
.card-title {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.data-summary-rectangle {
  /* height: 58px;s */
  margin: 15px 1px 12px 0;
  padding: 14px 28px 14px 19px;
  border-radius: 9px;
  background-color: #ecffd9;
}
.rating-stars i {
  margin: 0px 2px;
  color: #f8c400;
}
.profile-bio {
  /* letter-spacing: normal; */
  color: #4a4a4a;
  text-align: left !important;
  font-size: 12.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.profile-overlay-icon {
  position: absolute;
  opacity: 0.2;
  font-size: 43px;
  left: 25px;
  top: -9px;
}
.purple-gradient {
  background-image: linear-gradient(133deg, #e5a4ed, #7a5bf5);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.blue-gradient {
  background-image: linear-gradient(133deg, #3023ae, #53a0fd);
  /* linear-gradient(to right, #3023ae -39%, #3942c1 -7%, #53a0fd 90%, #b4ec51 233%); */
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.green-gradient {
  background-image: linear-gradient(to bottom, #b4ec51, #429321);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.orange-gradient {
  background-image: linear-gradient(133deg, #fad961, #f76b1c);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.red-gradient {
  background-image: linear-gradient(to bottom, #f5515f, #9f041b);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}
.courses-count {
  text-align: center;
}
.profile-count {
  font-size: 10.5px;
  margin-top: -10px !important;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
}
.sub-text {
  color: #8c919c;
  font-size: 12px;
}
.icon-color {
  color: #003a76 !important;
  margin: 0px 10px 0 1px;
  left: 0px !important;
  top: 2px !important;
  font-size: 20px !important;
  opacity: 1 !important;
}
.tab-content > .active {
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}
.header-text {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
}
.dropdown-design {
  background: #fff;
  border-radius: 30px;
  margin: 4px 10px;
  font-size: 11px;
  padding: 5px 10px;
  border-radius: 15.5px;
  border: solid 0.2px #979797;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
.dropdown-design:focus {
  border: 1px solid #c0b8b8 !important;
  outline: none;
}
.drop-down-label {
  font-family: "Open Sans", sans-serif;
  color: #000000;
  font-size: 10px;
  font-weight: 600;
}
.graph-labels {
  font-size: 12px;
  font-weight: 600;
  margin-left: 4px;
  margin-top: -3px;
}
.overlay-icons {
  position: absolute;
  opacity: 0.3;
  font-size: 29px;
  left: -16px;
  top: -8px;
  color: #d6d3d3;
}
body#page-local-contentprovider-course-report .dropdown-menu {
  min-width: 241px !important;
}
hr {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}
.view-details-btn {
  padding: 10px 30px;
  font-size: 12px;
  background-color: rgba(110, 63, 195, 0.2);
  margin-right: 10px;
}
.view-details-btn a {
  color: #003a76;
  font-weight: 700;
}
.upcoming-cards {
  border-radius: 10px !important;
  box-shadow: 0 20px 30px 0 rgba(60, 29, 137, 0.08);
}
.announcement-card li {
  list-style: circle;
  cursor: pointer;
  font-size: 12.5px;
  z-index: 9999;
  margin-bottom: 10px;
}
.announcement-card li ::marker {
  color: green;
}
.announcement-card li:first-child:before {
  top: 6px;
}
.announcement-card li:before {
  content: "";
  position: absolute;
  left: 13px;
  border-left: 1.2px solid #ede4e4;
  height: 65%;
  width: 1px;
}
.trending-course {
  position: relative !important;
  color: white;
}
.trending-course img {
  height: 140px;
  border-radius: 6px;
}
.trending-course-content {
  position: absolute !important;
  top: 0px;
  padding: 13px;
}

.tasks {
  padding: 10px 24px 10px 10px;
  border-radius: 5px;
  margin-bottom: -16px;
  border: solid 1px #ededef;
}
.task-calendar {
  padding: 14px 18px 0 15px;
  border-radius: 4.8px;
  box-shadow: 0 20px 30px 0 rgba(60, 29, 137, 0.08);
  background: #fff;
}
.load-more {
  padding: 12px 0px 14px 0px;
  border-radius: 4px;
  text-align: center;
  background-color: #f3f3f3;
  margin: 20px 20px;
  font-size: 13px;
}
.table-header {
  padding: 29px 60px 28px 28px !important;
  /* border: solid 0.2px #979797 !important; */
  background-color: #f7f3ff !important;
}
.view-status-td {
  padding: 7px 33px 8px 10px !important;
  background-color: #e8f3db !important;
  border: 1px solid #e8f3db !important;
  color: #61af0d !important;
  margin-top: -9px;
}
.dropdown,
.dropup {
  position: relative;
  margin-top: -7px;
}
.dropdown-menu {
  min-width: auto !important;
  padding: 5px 10px 5px;
  width: 140px;
  box-shadow: 0 2px 10px 0 rgb(0 0 0 / 15%);
}
.dropdown-menu {
  transition: 0.25s;
}
.dropdown-menu li {
  color: #526069 !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1200;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 10px;
  margin: 5px 0 0;
  font-size: 12px;
  color: #526069;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e4eaec;
  border-radius: 0.215rem;
  box-shadow: 0 3px 12px rgb(0 0 0 / 5%);
}
.dropdown-toggle:after {
  display: none !important;
}
.table td,
.table thead {
  padding: 18px 14px 16px 14px;
}
table {
  border: none !important;
}
table {
  margin: 0% 0 !important;
  color: #67757c !important;
  border: 1px solid #f3f1f1 !important;
  font-size: 14px !important;
  background: white !important;
  border: 1px solid #dfdfdf !important;
  box-shadow: 2px 2px 10px -5px #dfdfdf00 !important;
  padding: 0px !important;
  text-transform: capitalize !important;
}
.custom-tr:hover {
  border-left: 10px solid #003a76;
  cursor: pointer;
}
.leaderboard-bb {
  border-bottom: 5px solid #ebebeb;
}
.mentor-pro-img {
  width: 65px;
  height: 65px;
  border-radius: 50px;
}
.trendingmentor-card {
  height: 200px;
  background-color: #fff;
  border-radius: 7px;
  margin: 15px 0;
  box-shadow: 0 20px 30px 0 rgb(60 29 137 / 8%);
  padding: 20px !important;
}
.trendingmentor-card {
  height: auto !important;
  position: relative;
}
.description {
  color: #b9b2b2;
  font-size: 11px !important;
  line-height: 1.4;
  letter-spacing: 0.21px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.rating-section.d-flex.pt-10 {
  font-size: 11px;
}
.advertisement-card {
  border: 1px solid;
  background: #fff;
  text-align: center;
  height: 250px;
  box-shadow: 0 20px 30px 0 rgb(60 29 137 / 8%);
}
.trendingmentor-card img {
  width: 50px;
  border-radius: 100%;
}
.rounded-circle {
  border-radius: 50% !important;
}
.trendingmentor-card .checked {
  color: #e3c72f;
  padding-right: 5px;
}
.view-procolor:hover,
.view-procolor:hover a {
  background-color: #003a76;
  color: #fff;
  box-shadow: 0 2px 6px 0 #003a76;
}
.view-procolor {
  background-color: #003a76;
  color: #fff;
  box-shadow: 0 2px 6px 0 #003a76;
  font-size: 10px;
}
.custom-probtn i {
  margin-left: 15px;
  border-left: 1px solid #cec2c2;
  /* padding-left: 10px; */
  color: #003a76;
  padding: 8px 12px;
  font-size: 10px;
}
abbr {
  text-decoration: none !important;
  cursor: help;
  border-bottom: 0;
  font-weight: 500 !important;
  font-size: 14px !important;
}
table.minicalendar.calendartable {
  width: 100% !important;
}
.calendar_event_user {
  background: #fff !important;
  line-height: 30px !important;
  color: #000 !important;
}
.calendar_event_user a {
  color: #000 !important;
}
table.minicalendar.calendartable tbody td {
  vertical-align: middle !important;
}
caption.calendar-controls a {
  color: #000 !important;
  /* font-family: ProximaNova; */
  font-size: 16px !important;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.52;
  letter-spacing: normal;
}
.announcement-card h5 {
  color: black !important;
}
.first-space {
  color: #f5a623;
}
.second-space {
  color: #9b9b9b;
}
.third-space {
  color: #8d6b24;
}
ul li::marker {
  color: #003a76 !important;
  font-weight: bold !important;
  font-size: 15px !important;
}
.btn .project-logo,
.btn .job-logo,
.btn .int-logo,
.btn .project-logo,
.btn .btn-info .btn-lg {
  background: transparent !important;
  color: black !important;
  border: transparent !important;
  font-size: 15px !important;
}
.ro-blocks {
  background: #f4f5fa;
  padding: 14px 21px 14px 15px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 600px) {
  /* For mobile phones: */
  h2 {
    font-size: 25px !important;
  }
  .site-navbar .navbar-header .hamburger::before,
  .site-navbar .navbar-header .hamburger .hamburger-bar,
  .site-navbar .navbar-header .hamburger::after {
    background-color: #000 !important;
  }
  .site-navbar .navbar-header .navbar-toggler {
    color: #030303;
  }
  .progress {
    margin: 20px;
    padding: 0;
    width: 85%;
  }
  .mob-d-block {
    display: block !important;
    margin-top: 10px !important;
  }
  .profile-overlay-icon {
    position: absolute;
    opacity: 0.2;
    font-size: 28px;
    left: 40px;
    top: -10px;
  }
  .mob-profile-card {
    height: 462px !important;
  }
  .mob-mb-10 {
    margin-bottom: 10px;
  }
  .mob-mt-20 {
    margin-top: 20px;
  }
  .mob-text-center {
    text-align: center !important;
  }
  .mob-d-grid {
    display: grid !important;
  }
  .mob-ml-12 {
    margin-left: 12px !important;
  }
  .mob-ml-25 {
    margin-left: 25px !important;
  }
  .header-text {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    font-size: 14px;
    font-weight: 700;
  }
  .table {
    width: 585px;
    font-size: 12px !important;
  }
  .task-calendar {
    padding: 14px 5px 0px 5px;
    overflow: scroll;
  }
  .mob-pr-0 {
    padding-right: 0px !important;
  }
  .mob-pl-0 {
    padding-left: 0px !important;
  }
}

.custom-probtn {
  background-color: #efefef;
  padding: 4px 2px 4px 0px !important;
  border-radius: 20px;
  width: fit-content;
  cursor: pointer;
}
hr {
  border-top: 1px solid #c9ccdf !important;
}
