.MuiInputBase-input {
  padding: 18.5px 14px !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  font-size: inherit !important;
  border-style: none !important;
  border-width: none !important;
  box-sizing: content-box !important;
}

#mobile_formControl > label + .MuiInput-formControl {
  margin-top: 0;
}

.MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline {
  border: 2px solid #2684ff !important;
}

.style-simple table td {
  border-width: 0 0 1px 0 !important;
}

body {
  padding-right: 0 !important;
}

.cstm_btn-blue {
  background-color: #2b5cd8;
  border: 1px solid #2b5cd8;
}

.cstm_btn-text {
  color: #071b2d;
  background-color: #fff;
}

.green_checks li {
  color: #fff !important;
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 16px;
    line-height: 40px !important;
  }
}

@media only screen and (max-width: 767px) and (min-width: 480px) {
  h3 {
    font-size: 20px;
    line-height: 40px !important;
  }
}

.progress {
  display: flex;
  height: 20px;
  overflow: hidden;
  font-size: 12px;
  background-color: #e9ecef;
  border-radius: 4px;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}

.MuiCheckbox-colorSecondary.Mui-checked {
  color: #2b5cd8 !important;
}

.elemFont {
  /* prettier-ignore */
  font-family: 'Open Sans', sans-serif !important;
}

#Top_bar .menu > li {
  display: none;
}

.top_bar_left {
  margin-bottom: 30px;
}

#Footer .widgets_wrapper {
  display: none;
}

.MuiDialog-paperWidthSm {
  min-width: 400px;
}
