/* @import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700,900&display=swap');

        body {
            /* padding: 100px 0; */
/* background: #ecf0f4; */
/* width: 100%;
            height: 100%; */
/* font-size: 18px; */
/* line-height: 1.5; */
/* font-family: 'Roboto', sans-serif; */
/* color: #222; */
/* } */
*/ .container_appoint {
  max-width: 1250px;
  width: 100%;
  margin-top: -1.9em;
}

h1 {
  font-weight: 700;
  font-size: 45px;
  font-family: "Roboto", sans-serif;
}

.header {
  margin-bottom: 50px;
}

.form-wrap {
  background: rgba(255, 255, 255, 1);
  width: 100%;
  max-width: 950px;
  padding: 50px;
  margin: 0 auto;
  position: relative;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-wrap:before {
  content: "";
  width: 90%;
  height: calc(100% + 60px);
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: -30px;
  background: #00bcd9;
  z-index: -1;
  opacity: 0.8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.15);
}

.form-group {
  margin-bottom: 5px;
}

.form-group > label {
  display: block;
  font-size: 18px;
  color: #000;
}

.custom-control-label {
  color: #000;
  font-size: 16px;
}

.form-control,
.form-select {
  height: 47px;
  background-color: white;
  border: 1px solid rgb(198, 9, 9);
  /* padding: 0 15px; */
  font-size: 14px;
  border: 1px solid #c7c8c9;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-control:focus {
  border-color: #00bcd9;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  height: 47px;
  padding-top: 15px;
  resize: none;
}
.btn {
  padding: 0.6rem 0.5rem;
  font-size: 18px;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea {
  font-size: 12px;
}

/* This line is to increase the height of the select when we apply the select 2 library */
.select2-container .select2-selection--single {
  height: 47px;
}

/*  This is to change the background color of the select element when the select 2 is applied on the select tag */
.select2-container--default .select2-selection--single {
  background-color: white;
  border: 1px solid #e0dddd;
}

/* This line is to increase the height of the select when we apply the select 2 library */
.select2-container .select2-selection--multiple {
  min-height: 47px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #e0dddd;
}

/*  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
.wrapper textarea {
  width: 100%;
  resize: none;
  height: 48px;
  outline: none;
  padding: 10px;
  font-size: 16px;
  margin-top: 5px;
  border-radius: 5px;
  max-height: 330px;
  caret-color: #4671ea;
  border: 1px solid #bfbfbf;
  background-color: #ffffff;
}

/*  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, */
.part2 {
  background-color: #ffffff;
}

/* ....... This is for the hover effect on the newly added patient history  */
.custom-hover {
  transition: background-color 0.3s ease;
}

.custom-hover:hover {
  background-color: #ebebeb;
}
/* ....... the above is for the hover effect on the newly added patient history  */
