.TrackComplaint {
  background: #fff;
  margin-top: 20px;
  padding: 1.25rem; }

html body #content .TrackComplaint .btn-primary-kli {
  padding: 8px 20px !important;
  min-width: 200px; }

.head_regi_comp .c-regi_comp {
  font-family: Lato;
  font-size: 36px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #5e6061; }

.custom-regi-complain .existing-customer {
  font-family: Lato;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #5e6061;
  margin-bottom: 20px; }

.toggle-group {
  display: inline-flex;
  border: 2px solid #da251c;
  border-radius: 25px;
  overflow: hidden;
  height: 35px; }

.toggle-option {
  padding: 5px 15px;
  font-size: 16px;
  font-weight: bold;
  color: #da251c;
  background-color: white;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s ease;
  user-select: none;
  margin-bottom: 0px; }

.toggle-option.active {
  background-color: #da251c;
  color: white; }

input[type="radio"] {
  display: none; }

.custom-toggle-button {
  margin-bottom: 20px; }

/* .reachOutUsBoxright .kli-select{
        border-bottom: 2px solid #5e6061;   
    } */
.reachOutUsBoxright .form-control {
  border: none;
  border-bottom: 2px solid #5e6061;
  border-radius: 0;
  transition: border-color 0.3s ease;
  box-shadow: none; }

.reachOutUsBoxright .form-control:focus {
  border-bottom-color: #5e6061;
  box-shadow: none;
  outline: none; }

.input-textarea .input-textarea-text {
  border: 2px solid #5e6061 !important; }

.c-subcategorys .custom-selectPurpose {
  border: none;
  border-radius: 0;
  transition: border-color 0.3s ease;
  box-shadow: none;
  padding: 0px; }

#content .kli-select {
  border-bottom: 0px solid #5E6061;
  padding: 0px 0px 0px 15px !important;
  font-size: 16px !important; }

.loaderWrap {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.5);
  z-index: 9999; }

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #da251c;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

#form-required {
  color: #da251c;
  font-weight: bold; }

.TrekComplaint {
  max-width: 900px;
  padding: 60px !important; }

#formresponce {
  display: none; }

.TrekComplaint .existing-customer {
  font-size: 20px; }

.TrekComplaint #submit_button {
  margin: 0px 10px 0px 0px; }

@media (min-width: 1200px) {
  .custom-TrekComplaint .container {
    max-width: 600px; } }

@media (min-width: 375px) and (max-width: 767px) {
  .text-nowrap {
    white-space: normal !important; }
  .TrekComplaint {
    padding: 40px !important; }
  .treck-complaint {
    margin-bottom: 20px !important; } }