@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-size: 0.75rem;
}

.profile_view .card {
  height: auto;
}

.login_bg {
  background: url(../images/login_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.authincation-content {
  padding: 20px;
}

.login_logo img {
  width: 10%;
  margin: 0px 0px 0px 0px;
}

.login_left_img {
  margin: 50px 0px 0px 0px;
  text-align: center;
}

.login_left_img img {
  width: 100%;
  margin: 0px 0px 0px 0px;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0051ec;
  border-color: #0051ec;
}

.btn-primary {
  color: #fff;
  background-color: #0051ec;
  border-color: #0051ec;
}

.form-control {
  border: 1px solid #E7F0FB;
  border-radius: 7px;
}

.network_img {
  width: 100%;
}

.network_img img {
  width: 65%;
  border-radius: 7px;
}

.designation {
  width: 100%;
  display: block;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  display: none;
}

.choose_file {
  background: #eff7fe;
  text-align: center;
  border: 1px dashed #3b79ef;
  border-radius: 7px;
  height: 65px;
}

.custom-file {
  margin: 10px 0px;
}

.choose_file_group {
  min-height: 85px;
}

.alert-light-green {
  background: #f2f5ee;
  border-color: #f2f5ee;
  color: #0050ea;
}

.close_btn {
  background: #fff;
  padding: 5px !important;
  border-radius: 15px;
  box-shadow: 0px 0px 6px #999;
}

.comments_desc {
  background: #f3f3f3;
  border-radius: 7px;
  padding: 10px 10px;
  width: 60%;
}

.send_btn {
  position: absolute;
  bottom: 65px;
  right: 40px;
  padding: 10px;
  border-radius: 7px;
}

.bg-dark-blue {
  background: #0051ec;
  color: #fff;
}

.btn-green {
  background: #88bc3b;
  border: 1px solid #88bc3b;
}

.messages .post-input {
  margin-bottom: 0px;
}

.text-blue {
  color: #0051ec !important;
}

.page-titles .breadcrumb li.active a {
  color: #0051ec;
  font-weight: 600;
}

.bootstrap-select .btn {
  border: 1px solid #b1b4b8 !important;
}

.full_width {
  width: 100% !important;
}

.card-body {
  padding: 0.875rem;
}

.post-input {
  margin-bottom: 15px;
}

.fixed_add_btn {
  position: fixed;
  bottom: 50px;
  right: 70px;
}

.bg-blue-dark-theme {
  background: #0050ea !important;
}

.post_attachment {
  background-color: #999ea3;
  border-color: #999ea3;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  padding: 0.375rem 0.75rem;
}

.post_comments {
  background-color: transparent;
  border-color: transparent;
  color: #999ea3;
  border-radius: 0.5rem;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  padding: 0.375rem 0.75rem;
}

.btn-post-cat {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #fff;
  border-radius: 7px !important;
}

.btn-post-cat-active {
  color: #fff;
  background-color: #0051ec;
  border-color: #0051ec;
}

.btn-post-cat:hover {
  color: #fff;
  background-color: #0051ec;
  border-color: #0051ec;
}

.fancy {
  line-height: 0.5;
  text-align: center;
}

.fancy span {
  display: inline-block;
  position: relative;
}

.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #f5f5f5;
  top: 0;
  width: 600px;
}

.fancy span:before {
  right: 100%;
  margin-right: 15px;
}

.fancy span:after {
  left: 100%;
  margin-left: 15px;
}

.chat_fixed {
  max-height: 350px;
  overflow-y: auto;
  overflow-x: hidden;
}

.comments_left {
  float: left;
  margin-right: 20px;
  padding: 10px 20px;
  text-align: left;
}

.comments_right {
  float: right;
  margin-right: 20px;
  padding: 10px 20px;
  text-align: right;
}

.profile-uoloaded-post img {
  margin-bottom: 0px !important;
}

.overflow-table {
  overflow: scroll;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* Internet Explorer 10+ */
}

.overflow-table::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
}

.white_bg {
  background: transparent;
  box-shadow: none;
}

.login_left_head {
  font-size: 36px;
  color: #2e3e5c !important;
  line-height: 48px;
  font-family: "TT Wellingtons";
  font-weight: 800;
  margin-bottom: 0px !important;
}

.text-dark-gray {
  color: #2e3e5c;
  font-family: "TT Wellingtons";
  font-weight: 600;
}

.login_form {
  font-family: "Inter", sans-serif;
}

.login_form label {
  font-weight: 400;
}

.login_form input {
  border: 1px solid #e7f0fb;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(231, 240, 251, 1);
  border-radius: 14px;
  color: rgba(129, 137, 176, 1);
}

.login_form input:hover {
  border: 1px solid #e7f0fb;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(231, 240, 251, 1);
  border-radius: 14px;
  color: rgba(129, 137, 176, 1);
}

.bg-pink {
  background: #93278f;
}

.primary_btn {
  color: #fff !important;
  border-radius: 14px;
}

.auth-form {
  padding: 0px 50px !important;
}

.login_right {
  padding-top: 100px !important;
}

.text-light-blue {
  color: #8189b0;
}

.form-group a {
  color: #ff405a;
  text-decoration: underline;
}

.custom-control.custom-checkbox {
  line-height: 23px;
}

.nav-header .brand-title {
  color: #2e3e5c;
  text-align: left;
  font-family: "TT Wellingtons";
  font-weight: 800;
  line-height: 48px;
  letter-spacing: -1.2px;
  color: #2e3e5c;
}

.line-height-medium {
  line-height: 1.5 !important;
}

.activity_icon_box {
  width: 80px;
  height: 100px;
  float: left;
  margin-right: 15px;
}

.activity_icon_box_icon {
  width: 66px;
  height: 66px;
}

.bg-byte_size {
  background: #f8ece5;
}

.bg-programs {
  background: #f4e8fd;
}

.bg-live_ses {
  background: #ffd6e8;
}

.bg-workshop {
  background: #d5fff9;
}

.bg-news_articles {
  background: #dfeeff;
}

.table thead {
  background-color: #f8f8f8;
}

.table thead th {
  vertical-align: middle;
  color: #2e3e5c;
  border-color: #f0f1f5;
  font-size: 12px;
  font-weight: 700;
  color: #2e3e5c;
  white-space: normal !important;
}

.table tbody tr td {
  vertical-align: middle;
  color: #2e3e5c;
  border-color: #f0f1f5;
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.action-icon-btn {
  padding: 0px;
  margin-top:-30px;
}

.badge-draft {
  color: #00BCD4;
}

.badge-submitted {
  color: #FFC107;
}

.badge-under-review {
  color: #795548;
}

.badge-rejected {
  color: #F44336;
}

.badge-published {
  color: #607D8B;
}

.badge-open {
  color: #4CAF50;
}

.badge-closed {
  color: #FF9800;
}

.badge-pending {
  color: #ac2c64;
}

.badge-complete {
  color: #00b570;
}

.badge-on-hold {
  color: #9E9E9E;
}

.badge-terminated {
  color: #F44336;
}

.view_all {
  color: #93278F !important;
  background: #E7F0FB;
  padding: 10px 20px;
  border-radius: 9px;
}

.view_all i {
  padding-left: 5px;
}

.link-button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  padding: 0;
  margin: 0;
}

.deznav .metismenu>li>a g [fill] {
  fill: #2e3e5c;
}

a.active_menu .nav-text {
  color: #93278f;
}

a.active_menu svg [fill] {
  fill: #93278f;
}

.add_listing_btn {
  width: 20%;
}

.notification_dropdown svg [fill] {
  fill: #93278f;
}

.search-area .input-group-text {
  border: 1px solid #999ea3;
  border-left: 0px;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu>li.mm-active>a svg [fill] {
  fill: #93278f;
}

.deznav .metismenu>li>a svg {
  max-width: 30px;
  max-height: 30px;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu>li>a {
  padding: 15px 30px !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li>a {
  padding: 15px 0px !important;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li.mm-active>a svg [fill] {
  fill: #fff;
}

[data-sidebar-style="full"][data-layout="vertical"] .menu-toggle .deznav .metismenu>li:hover>a svg [fill] {
  fill: #fff;
}

/* Rahul */

.fa-xmark {
  font-size: 25px;
}

.close-btn {
  font-size: 16px;
  font-weight: 700;
  color: #22263d;
}

.close-btn-main {
  background: none;
  outline: none;
  border: none;
}

.popup-textbox::placeholder {
  color: #8189b0;
}

.popup-textbox {
  outline: none;
  border: 1px solid #e7f0fb;
  color: #2e3e5c;
  font-size: 12px;
  font-family: "poppins", sans-serif;
  font-weight: 500;
  padding: 15px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 3px 10px #0000000a;
  background: #fff;
}

.card-body-padding {
  padding: 0.875rem 1.875rem;
}

.color-black5C {
  color: #2e3e5c !important;
}

.popup-subheadings {
  color: #2e3e5c !important;
  font-size: 14px;
  font-weight: 600;
}

.submit-btn-link {
  text-decoration: none;
  border: none;
  outline: none;
}

.submit-btn {
  background-color: #93278f;
  border-radius: 18px;
  color: #fff;
  padding: 14px;
  height: 50px;
  width: 160px;
  border: none;
}

.card-header-small {
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-title-small {
  font-size: 13px;
}

.card-small-text {
  color: #2e3e5c;
  font-size: 10px;
  margin-bottom: 0px;
}

.br-small {
  border-radius: 11px !important;
}

.h-100vh {
  height: 100vh !important;
}

.confirmation-text-for-updates {
  font-size: 24px;
  font-weight: 700;
  color: #2e3e5c;
  width: auto;
}

.justify-content-evenly {
  justify-content: space-evenly;
}

.section-tabs {
  padding: 0 20px;
  display: flex;
}

.section-tabs-heading {
  font-size: 14px;
  color: #2e3e5c;
  font-weight: 600;
  margin-bottom: 0px;
}

.section-tab {
  background-color: #e7f0fb;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 25px;
  width: fit-content;
  margin-right: 3px;
}

.section-tab-purple {
  background-color: #93278f;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 8px 25px;
  width: fit-content;
  margin-right: 3px;
}

.section-tab-purple p {
  color: #ffffff;
  font-size: 600;
}

.back-button-transparent {
  background: none;
  display: flex;
  align-items: center;
  border: none;
}

.listing-profile-image {
  height: 85px;
  width: 85px;
  border-radius: 50%;
}

.fa-eye {
  position: relative;
}

.fa-eye::before {
  content: "\f06e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 0;
}

.big-bold-purple-text {
  font-size: 18px;
  font-family: "poppins", sans-serif;
  color: #93278f;
  font-weight: 700;
}

.small-sub-custom-text {
  font-size: 14px;
  font-family: "poppins", sans-serif;
  color: #484f56;
  font-weight: 500;
}

.listing-details-box {
  width: 40%;
  border-radius: 14px;
  border: 1px solid #e7f0fb;
  box-shadow: 0px 2px 48px #0000000a;
  padding: 20px;
  display: flex;
  align-items: center;
}

.medium-info {
  font-size: 18px;
  font-weight: 600;
  color: #2e3e5c;
}

.detox-icon {
  border-radius: 11px;
  height: 70px;
  width: 70px;
}

.detox-effects {
  color: #93278f;
  font-size: 12px;
  font-weight: 600;
}

.rating-stars {
  height: 14px;
  width: 90px;
}

.small-text-heading {
  font-size: 12px;
  font-weight: 700;
  color: #2e3e5c;
}

.small-text-heading-2 {
  font-size: 14px;
  font-weight: 700;
  color: #2e3e5c;
}

.bold-medium-grey {
  color: #8189b0;
  font-size: 16px;
  font-weight: 600;
}

.calender-icon {
  background: none;
  height: 42px;
  width: 36px;
}

.detox-timings {
  color: #93278f;
  font-size: 14px;
  font-weight: 500;
}

.medium-small-grey {
  color: #8189b0;
  font-size: 12px;
  font-weight: 500;
  font-family: "TT Wellingtons";
}

.tt-wellingtons {
  font-family: "TT Wellingtons" !important;
}

.inter {
  font-family: "Inter", sans-serif !important;
}

.images-heading-text {
  color: #2e3e5c;
  font-size: 14px;
  font-weight: 600;
}

.participant-task-images {
  max-width: 125px;
  max-height: 100px;
  margin-right: 10px;
}

.comment-area {
  border-radius: 14px;
  border: 1px solid #e7f0fb;
  box-shadow: 0px 2px 48px #0000000a;
  padding: 20px;
  color: #484f56;
  width: 100%;
}

.comment-area::placeholder {
  color: #8189b0;
}

.bar-chart-calculation {
  height: auto;
  width: 100%;
  box-shadow: 0 2px 20px #00000014;
  border-radius: 12px;
}

.detailed-banner {
  padding: 10px 20px;
}

.detailed-banner-image {
  height: auto;
  width: 48%;
  float: left;
  max-width: 500px;
}

.detailed-banner-image img {
  height: auto;
  width: 100%;
  float: left;
}

.points-results {
  color: #2e3e5c;
  font-size: 16px;
  font-weight: 600;
}

.edit-btn-custom {
  height: 42px;
  display: flex;
  align-items: center;
  background-color: #e7f0fb;
  border-radius: 8px;
  padding: 7px 15px;
  border: none;
}

.edit-btn-custom .edit-text {
  font-size: 16px;
  font-weight: 500;
  color: #2e3e5c;
}

.edit-btn-custom .fa-edit {
  font-size: 18px;
  color: #2e3e5c;
}

.main-search {
  width: 220px;
  /* margin: 50px auto; */
}

.btn-search-input {
  background-color: #2e3e5c;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0 14px;
}

.btn-search-input .fa-search {
  color: #ffffff;
  font-size: 15px;
}

.form-control-custom {
  height: 40px;
  padding: 10px 15px;
  font-size: 11px;
  color: #2e3e5c;
}

.form-control:hover {
  color: #2e3e5c;
}

.form-control-custom::placeholder {
  color: #adadad;
}

.filter-select {
  background: none;
  border: 1px solid #e7f0fb;
  border-radius: 12px;
  padding: 8px 15px;
  font-size: 12px;
  color: #2e3e5c;
}

.nav-header {
  height: 5.5rem !important;
}

.header {
  height: 5.5rem !important;
}

/* .deznav {
  width: 18rem !important;
  padding-top: 70px;
} */

/* .content-body {
  margin-left: 18.563rem !important;
} */

[data-header-position="fixed"] .content-body {
  padding-top: 5.5rem;
}

[data-sidebar-style="full"][data-layout="vertical"] .deznav .metismenu>li>a {
  font-size: 12px;
  font-weight: 700;
  font-family: "TT Wellingtons";
}

.nav-header .brand-logo {
  padding-left: 30px;
  padding-right: 30px;
}

.nav-control {
  right: -1.0625rem;
}

.table-user-img {
  height: 42px;
  width: 42px;
  border-radius: 8px;
}

.btn-add-new {
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  border: none;
  margin-left: 20px;
}

.btn-custom-purple {
  width: 140px;
  height: 50px;
}

.btn-bgNone {
  background: none;
  border: 1px solid #2e3e5c;
  border-radius: 12px;
  width: 140px;
  height: 50px;
}

.confirmation-buttons-end {
  display: flex;
  align-items: center;
  justify-content: end;
}


.card-header {
  border-bottom: none !important;
}

.w-35 {
  width: 35% !important;
}

.points-results-link {
  color: #2680eb;
  text-decoration: underline;
  font-size: 16px;

  font-weight: 600;
}

.bb-line {
  border-bottom: 2px solid #f0f1f5;
  margin-top: 15px;
  margin-bottom: 15px;
}

.section-sub-heading {
  font-size: 18px;
  font-family: "TT Wellingtons";
  font-weight: 600;
  color: #2e3e5c;
  margin-bottom: 0px;
}

.task-headings {
  font-size: 16px;
  font-weight: 600;
  color: #93278f;
  font-family: "Inter", sans-serif;
  margin-bottom: 0px;
}

.pink-red {
  color: #ff405a;
}

.pink-red-small {
  font-size: 10px;
  color: #ff405a;
}

.banner-image-upload-box {
  border: 1px solid #e7f0fb;
  background-color: #e7f0fb;
}

input::file-selector-button {
  display: none;
}

.btn-primary-small {
  background-color: #93278f;
  border: none;
  font-size: 10px;
  font-family: "TT Wellingtons";
  color: #fff;
  padding: 5px 8px;
  border-radius: 7px;
  height: 30px;
}

.section-sub-heading-inter {
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: #2e3e5c;
  margin-bottom: 0px;
}

.section-sub-heading-inter-medium {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  color: #2e3e5c;
  margin-bottom: 0px;
}

.section-sub-heading-inter-small {
  font-size: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 800;
  color: #2e3e5c;
  margin-bottom: 0px;
  margin-left: 10px;
}

.btn-close-red {
  background-color: red;
  border-radius: 8px;
  color: #fff;
  font-family: "TT Wellingtons";
  font-size: 14px;
  height: 25px;
  width: 25px;
  font-weight: 500;
  border: none;
  padding: 1px;
}

.bg-green {
  background-color: #00b570 !important;
}

.fa-upload {
  position: absolute;
  top: 30%;
  left: 4%;
}

.fa-upload::before {
  color: #2e3e5c;
  font-size: 18px;
  font-family: "Font Awesome 5 Free";
}

.btn-addlisting-sidebar {
  background-color: #93278f;
  border: none;
  border-radius: 14px;
  color: #fff;
  padding: 0.8rem 1.5rem;
  width: 85%;
  font-size: 14px;
  margin: auto;
}

.header-right .notification_dropdown .nav-link {
  border-radius: 1rem;
  padding: 10px;
}

.pulse-css {
  height: 0.7rem;
  width: 0.7rem;
}

/* .bar-chart-calculation {
} */

.upcoming_left {
  width: 20%;
}

.upcoming_left img {
  width: 100%;
}

.rightcard1 .media img {
  width: 100%;
}

.my_listing tr td a {
  display: inline-block;
  padding: 0px 5px;
  color: #2E3E5C;
}

.footer .copyright p {
  text-align: center;
  margin: 0;
  font-weight: normal;
}

.language_btn {
  background: transparent;
  padding: 5px 15px;
  border: 1px solid #2E3E5C;
  margin-bottom: 10px;
  color: #2E3E5C;
  font-size: 14px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  box-shadow: 0 3px 6px #00000029;
}

.language_btn.selected {
  color: #fff;
  background-color: #93278f;
}

.active_row {
  background: #FFECED;
}

.form-group label {
  color: #2E3E5C;
}

.cancel_btn {
  border: 1px solid #2E3E5C;
  width: 20%;
  height: 50px;
  border-radius: 18px;
  color: #2E3E5C;
  background-color: white;
  font-size: 18px;
  margin-right: 10px;
}

.save_btn {
  border: 0px solid #2E3E5C;
  background: #93278F;
  width: 20%;
  height: 50px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}

.dash_icon_left {
  width: 25%;
}

.dash_icon_left img {
  width: 100%;
}

.rightcard2 {
  background-color: #fff;
  height: auto;
  border-radius: 20px 20px 20px 20px;
  margin-top: 15px;
  padding: 20px 10px 20px 10px;
}

.headercard2 {
  width: 100%;
  margin-bottom: 0x;
  margin-top: 10px;
  border: 2px solid rgb(233, 241, 251);
  border-radius: 20px 20px 0px 0px;
  padding: 20px 10px;
}

.notify-points-img {
  height: 16px;
  width: 16px;
}

.commentbox1 {
  width: 100%;
  border: 2px solid rgb(233, 241, 251);
  padding: 20px 10px;
}

.commentbox1_star {
  float: right;
}

.commentbox1_star i::before {
  font-size: 12px;
  color: #FFA501;
}

.userimage {
  width: 100%;
  float: left;
}

.userimage .image {
  width: 10%;
  float: left;
}

.userimage .content {
  width: 90%;
  float: left;
}

.userimage img {
  border-radius: 20px;
  float: left;
}

.userimage h6 {
  float: left;
  padding-left: 10px;
  width: 100%;
}

.userimage .time_mins {
  float: right;
}

.userimage .userstar {
  float: left;
  text-align: left;
  padding-left: 10px;
  margin-bottom: 5px;
  width: 70%;
}

.userimage .commentbox1_star {
  float: right;
  width: 30%;
  text-align: right;
}

.react-responsive-modal-modal {
  box-shadow: 0px -10px 50px #0000001F !important;
  border-radius: 20px !important;
  width: 30%;
}

.react-responsive-modal-closeButton svg {
  fill: #22263D;
}

.close_icon {
  cursor: pointer;
}

.react-tiny-popover-container {
  width: 25%;
}

.custom_popover {
  background: #fff;
  box-shadow: 0px 3px 60px #0000002B;
  border-radius: 10px;
  padding: 20px;
}

.react-responsive-modal-root {
  background: url(../images/login_bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom center;
}

.react-responsive-modal-overlay {
  background: transparent !important;
}

.listing-details {
  display: flex;
}

.table th,
.table td {
  vertical-align: middle;
}

.profilephoto_camera_icon {
  position: relative;
  background: #93278F;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  padding: 7px;
  text-align: center;
  margin: -15px auto 0px auto;
  z-index: 99999 !important;
  opacity: .9;
}

.profilephoto_camera_icon i {
  color: #fff;
  font-size: 16px;
}

.home_add_listing_btn {
  width: 80%;
  margin: 0px auto 20px auto;
}

.languages-chip {
  background-color: #E7F0FB;
  box-shadow: 0 3px 6px #00000029;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #2E3E5C;
  height: 26px;
  width: 70px;
  text-align: center;
  padding: 3px;
  font-weight: 600;
  margin-right: 10px;
}

.fa-brands {
  font-size: 27px;
  color: #2E3E5C;
}

.w-30 {
  width: 30% !important;
}

.form-error-text {
  color: #ec0303 !important;
}

.table-image {
  max-width: 50px;
}

.bar_chart_full {
  width: 100%;
  height: auto;
}

.bar_chart_head {
  color: #2E3E5C;
  font-size: 14px;
  line-height: 20px;
  font-family: "TT Wellingtons" !important;
  font-weight: 600;
  margin-bottom: 20px;
  float: left;
}

.bar_chart_box {
  border-radius: 14px;
  border: 1px solid #e7f0fb;
  box-shadow: 0px 2px 48px #0000000a;
  padding: 0px 20px 20px 20px !important;
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.bar_chart_select {
  float: right;
}

.participants-feedbacks {
  width: 40%;
  border-radius: 14px;
  border: 1px solid #e7f0fb;
  box-shadow: 0px 2px 48px #0000000a;
  padding: 20px;
  display: block;
  align-items: center;
}

.participants-feedbacks-sub-sec {
  width: 100%;
  height: auto;
  margin: 10px 0px;
}

.participants-feedbacks-sub-sec .participant-task-images {
  border-radius: 10px;
}

.participants-feedbacks-sub-sec .stars {
  margin: 10px 0px;
}

.participants-feedbacks-sub-sec .stars i {
  color: #ffa501;
  font-size: 16px;
}

.customer_uploads {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.customer_uploads {
  width: 100%;
  height: auto;
  display: flex;
  overflow: auto;
}

.customer_uploads_uploaded_image {
  width: auto;
  height: auto;
  margin-right: 10px;
  display: block ruby;
  position: relative;
}

.customer_uploads_uploaded_image_img {
  position: relative;
  width: auto;
  margin-right: 10px;
}

.customer_uploads_uploaded_image_img img {
  height: 120px;
  border-radius: 15px;
}

.customer_upload {
  width: auto;
  height: auto;
  max-height: 100px;
  cursor: pointer;
  border-radius: 8px;
}

.listing-details-box-display {
  display: flex;
}

.mr-7 {
  margin-right: 7px;
}

.deznav .metismenu>li>a img {
  max-width: 24px;
  max-height: 24px;
  height: 100%;
  margin-right: 5px;
  margin-top: -3px;
  color: #93278F;
}