.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
    text-align: left;
}

.hide{
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: .875em;
    color: #dc3545;
}

.cat{
  margin: 4px;
  /* background-color: #aaa9ad; */
  border-radius: 4px;
  border: 1px solid #3c67e7;
  overflow: hidden;
  float: left;
}

.cat-image{
  text-align: center;
}
  
.cat label {
  float: left; line-height: 3.0em;
  width: 8.0em; height: 3.0em;
}

.cat label img {
  text-align: center;
  padding: 3px 0;
  display: block;
}
  
.cat label span {
  text-align: center;
  padding: 3px 0;
  display: block;
}
  
.cat label input {
  position: absolute;
  display: none;
  color: #fff !important;
}

/* selects all of the text within the input element and changes the color of the text */
.cat label input + span{color: #000; font-weight: 500;}
  
  
/* This will declare how a selected input will look giving generic properties */
.cat input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}

.action input:checked + span{background-color: #568A8C;}

.mobile_number_input .input-group input {
  font-size: 100%;
  padding: 0.8em;
  outline: none;
  border: 2px solid rgb(200, 200, 200);
  background-color: transparent;
  border-radius: 20px;
  width: 100%;
}

.mobile_number_input .input-group label {
  font-size: 100%;
  position: absolute;
  left: 20px;
  padding: 0.8em;
  margin-left: 0.5em;
  pointer-events: none;
  transition: all 0.3s ease;
  color: #70A7A4;
}

.mobile_number_input .input-group :is(input:focus, input:valid)~label {
  transform: translate(-20%, -75%) scale(.9);
  margin: 0em;
  margin-left: 1em;
  padding: 0.4em;
  background-color: #FFFFFF;
}

.mobile_number_input .input-group :is(input:focus) {
  border-color: rgb(150, 150, 200);
}

.mobile_number_input .input-group .form-control {
  background: transparent;
  border: none;
  padding: 0 10px -1px 0;
}

.mobile_number_input .input-group {
  background: #FFFFFF;
  border: 1px solid rgba(53, 70, 101, 0.5);
  border-radius: 10px;
  /* margin: 18px 0 32px 0; */
  margin: 38px 0 5px 0;
  position: relative;
  align-items: center;
  flex-wrap: unset;
}

.mobile_number_input .input-group .input-group-text {
  background: transparent;
  border: none;
  padding: 17px 23px 17px 23px;
}

.mobile_number_input .input-group .input-group-text img {
  height: 20px;
  width: 20px;
}

.custom-btn {
  color:#7CB4B4;
  padding: 10px 25px;
  min-width: 170px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background:transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  font-size: 16px;
  min-width: 170px;
  border-radius: 10px;
}

.btn-1 {
  border: 2px solid #7CB4B4;
  font-size: 22px;
}

.btn-1:hover {
  background: #7CB4B4;
  color: #fff;
}

.btn-1:active {
  top: 2px;
}