/* @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css"); */
.fv-form-bootstrap .help-block {
  color: red;
  display: block;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd.skiptranslate {
  display: none !important;
}
/* css */
.profile_image {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  border: 2px solid #dfdfdf;
  position: relative;
}
.profile_image label {
  height: 150px;
  width: 150px;
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: -2px;
  background: #21252969;
  display: none;
}
.profile_image label i {
  position: absolute;
  font-size: 30px;
  top: 35%;
  left: 40%;
  color: white !important;
}
.profile_image label:active {
  background: #212529cc;
}
#profile_name {
  border: none;
  border-bottom: 2px solid #3385d9;
  width: fit-content;
  display: none;
}
#profile_name:focus {
  box-shadow: none !important;
}
#profileone .save_profile {
  display: none;
}
.save_profile i {
  font-size: 30px;
}
.img-upload {
  width: 100%;
  height: 100px;
  border: 1px solid #ced4da;
}
.combine_input p,
.combine_input p i {
  font-size: 25px;
}

.combine_input .form-group input {
  font-size: 15px;
}
.cursor {
  cursor: pointer;
}
/* Select2 Css */
.modal {
  z-index: 1051;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #e1e2e6 !important;
  padding: 5px !important;
  height: 38px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 7px !important;
  right: 5px !important;
}
.select2-dropdown {
  border: 1px solid #e1e2e6 !important;
}
.select2 {
  /* width: 100% !important; */
}
/* End of Select2 css */
/* Styles for the popup */
.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
  padding: 20px;
  max-width: 500px;
  word-wrap: break-word;
  z-index: 9999;
}

.popup-content {
  text-align: center;
}

/* Styles for the clickable span */
.clickable-span {
  cursor: pointer;
  text-decoration: underline;
  color: blue;
}
.form-group {
  margin: 5px 0px 5px 0px !important;
}
.c-dashboardInfo {
  margin-bottom: 15px;
}
.c-dashboardInfo .wrap {
  background: #ffffff;
  box-shadow: 2px 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 40px 25px 20px;
  height: 100%;
}
.c-dashboardInfo__title,
.c-dashboardInfo__subInfo {
  color: #6c6c6c;
  font-size: 1.18em;
}
.c-dashboardInfo span {
  display: block;
}
.c-dashboardInfo__count {
  font-weight: 600;
  font-size: 2.5em;
  line-height: 64px;
  color: #323c43;
}
.c-dashboardInfo .wrap:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: "";
}

.c-dashboardInfo:nth-child(1) .wrap:after {
  background: linear-gradient(82.59deg, #00c48c 0%, #00a173 100%);
}
.c-dashboardInfo:nth-child(2) .wrap:after {
  background: linear-gradient(81.67deg, #0084f4 0%, #1a4da2 100%);
}
.c-dashboardInfo:nth-child(3) .wrap:after {
  background: linear-gradient(69.83deg, #0084f4 0%, #00c48c 100%);
}
.c-dashboardInfo:nth-child(4) .wrap:after {
  background: linear-gradient(81.67deg, #ff647c 0%, #1f5dc5 100%);
}
.c-dashboardInfo__title svg {
  color: #d7d7d7;
  margin-left: 5px;
}
.MuiSvgIcon-root-19 {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 24px;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  user-select: none;
  flex-shrink: 0;
}
.taxes .select2-selection__rendered {
  display: flex !important;
  overflow: auto !important;
}
.br-right-0 {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
}
.br-left-0 {
  border-top-left-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}
.section_specific {
  background: skyblue;
}
.counter_report {
  font-weight: bolder;
  font-size: 30px;
}

.btn-light {
  background-color: #fff !important;
  border: 1px solid #fff !important;
  height: 34.5px;
}

.demo-html {
  overflow-x: auto;
}

a {
  cursor: pointer !important;
}

.min-vh-80 {
  min-height: 80vh !important;
}
