 input[type=text], select, textarea {
     width: 100%;
     padding: 12px;
     border: none;
     border-radius: 4px;
     resize: vertical;
     font-family: 'Raleway', sans-serif;
     font-size: 19px;
     height: 45px;
     box-shadow: 1px 3px 11px #00000054;
}


input[type=text]:hover
{
    border: 2px solid #c8ad72;
}
input[type=text]:focus
{
    border: 2px solid #c8ad72;
    outline: none;
}


input[type=email]
{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    font-family: 'Raleway', sans-serif;
    font-size: 19px;
      box-shadow: 1px 3px 11px #00000054;
      border: none;
       height: 45px;

}
input[type=email]:hover
{
    border: 2px solid #c8ad72;
}
input[type=email]:focus
{
    border: 2px solid #c8ad72;
    outline: none;
}


input[type=tel]
{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
    box-shadow: 1px 3px 11px #00000054;
    border: none;
     height: 45px;
}
input[type=tel]:hover
{
    border: 2px solid #c8ad72;
}
input[type=tel]:focus
{
    border: 2px solid #c8ad72;
    outline: none;
}


input[type=password]
{
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}
input[type=password]:hover
{
    border: 2px solid #c8ad72;
}
input[type=password]:focus
{
    border: 2px solid #c8ad72;
    outline: none;
}

select:hover{border: 2px solid #0fb2cd;}
select:focus{border: 2px solid #0fb2cd;outline: none;}
textarea:hover{border: 2px solid #c8ad72;}
textarea:focus{border: 2px solid #c8ad72;outline: none;}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
  font-family: Proxima-Nova-Regular;
  color: #333333;
  font-size: 19px;
}

input[type=submit] {

  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  font-size: 19px;
      font-family: 'Raleway', sans-serif;
      background: linear-gradient(
132deg
, rgb(220 198 155 / 97%) 0%, rgba(190,165,115,1) 42%, rgba(190,165,115,1) 100%);
    color: #fff;
    padding: 10px 52px;

    font-weight: 500;
}

input[type=submit]:hover {
  background-color: #c8ad72;
  color: #fff;
  transition: 300ms;
}

input[type=date]
{
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
  color: #000000;
}

input[type=date]:focus
{
    border: 2px solid #c8ad72;
    outline: none;

}




.form-container {
  border-radius: 5px;
  /* background-color: #c1c1c1; */
  padding: 20px;
  /* box-shadow: 1px 1px 10px #0000001a; */
}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

.col-25-adjust1 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75-adjust2 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


.col-75-adjust2 textarea
{
        height: 150px;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



   .error{
   color: #f00;

   }
   .swal2-container {
  z-index: 9999 !important;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 520px) {
  .col-25-adjust1, .col-75-adjust2, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


/* ----------------------DOCTOR REGISTRATION FORM STYLE------------------ */
.search-field
{
    display: grid;
    grid-template-columns: 55px auto;
}

.drf-input
{
    background-color: #e6ebee !important;
     border: none !important;
    border-radius: 0px !important;
    margin-bottom: 11px !important;
    font-family: 'Raleway', sans-serif;
    color: #000000;
    height: 53px;
}

.drf-input::placeholder{color: #133f5c;}

/* file input */
.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputfile + .upload-label {
    /* font-size: 1.25em; */
    font-weight: 700;
    color: white;
    background-color: #b23737;
    display: inline-block;
    padding: 10px;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 6px;
}

.inputfile:focus + .upload-label,
.inputfile + .upload-label:hover {
    background-color: #dcd9d6;
    border: 2px solid #b23737;
    color:  black !important;
}

.inputfile + .upload-label {
	cursor: pointer; /* "hand" cursor */
}

.inputfile:focus + .upload-label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
/* file input ends*/

/* custom select */
/* The container must be positioned relative: */
.custom-select {
  position: relative;

}

.custom-select select {
  display: none; /*hide original SELECT element: */
}

.select-selected {
  background-color: #e6ebee;
  font-size: 14px !important;
}

.select-selected:hover{border: 2px solid #0fb2cd;}

/* Style the arrow inside the select element: */
.select-selected:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #0fb2cd transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #0fb2cd transparent;
  top: 17px;
}

/* style the items (options), including the selected item: */
.select-items div,.select-selected {
    color: #133f5c;
    padding-left: 14px;
    padding-top: 18px;
    border: none;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;


    font-size: 14px !important;

    height: 53px;
}

/* Style items (options): */
.select-items {
  position: absolute;
  background-color: #e6ebee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
  max-height: 217px;
}

/* Hide the items when the select box is closed: */
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: #11b2cd;
  color: #fff;
}


/* send a message to box */
.send-message-to-box
{
    background: linear-gradient(132deg, rgba(224,198,146,0.9724264705882353) 0%, rgba(190,165,115,1) 42%, rgba(190,165,115,1) 100%);
    width: 50%;
    padding: 15px;
    position: relative;
    top: 2px;
    border-radius: 6px;
}

.send-message-to-box p
{
    margin: 0;
    color: #ffffff;
    font-size: 23px;
}

/* custom select 2*/
/* The container must be positioned relative: */
.custom-select2 {
  position: relative;
  width: 50%;

}

.custom-select2 select {
  display: none; /*hide original SELECT element: */
}

.select-selected2 {
  background-color: #e6ebee;
  font-size: 14px !important;
}

.select-selected2:hover{border: 2px solid #c8ad72;}

/* Style the arrow inside the select element: */
.select-selected2:after {
  position: absolute;
  content: "";
  top: 23px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #c8ad72 transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected2.select-arrow-active2:after {
  border-color: transparent transparent #c8ad72 transparent;
  top: 17px;
}

.select-items2 div
{
    color: #6d6d6d;
    padding-left: 14px;
    border-radius: 4px;
    padding-top: 12px;

    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 15px !important;
    height: 47px;
}

/* style the items (options), including the selected item: */
.select-selected2 {
    color: #6d6d6d;
    padding-left: 14px;
    border-radius: 4px;
    padding-top: 12px;

    /* border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent; */
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
    font-size: 19px !important;

    background-color: #fff;

    box-shadow: 1px 3px 11px #00000054;
    border: none;
     height: 45px;
}

/* Style items (options): */
.select-items2 {
  position: absolute;
  background-color: #e6ebee;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: auto;
   max-height: 140px;
}

/* Hide the items when the select box is closed: */
.select-hide2 {
  display: none;
}

.select-items2 div:hover, .same-as-selected2 {
  background-color: #c8ad72;
  color: #fff;
}


/* -----vacancy field styles---------- */

.vacancy-text-field
{
    font-size: 14px !important;
        height: 47px !important;
        font-family: Proxima-Nova-Regular !important;
        box-shadow: none !important;
        border: 1px solid #cccccc !important;
        border-radius: 3px !important;
}

.vacancy-select  .select-selected
{
    color: #797575;
    padding-left: 14px;
    padding-top: 14px;
    border: 1px solid;
    border-color: #cccccc;
    cursor: pointer;
    font-size: 14px !important;
    height: 47px;
    border-radius: 3px;
    background-color: #ffffff;
    font-family: Proxima-Nova-Regular;
}

.vacancy-select .select-selected:after{border-color: #c8ad72 transparent transparent transparent;
}

.vacancy-select .select-items
{
    background-color: #f7f7f7;
}

.vacancy-select .select-items div
{
    color: #8e8e8e;
    font-family: Proxima-Nova-Regular;
}

.vacancy-select .select-items div:hover, .same-as-selected
{
    background-color: #c7ad74 !important;
    color: #fff !important;

}

.vacancy-submit {
    background: black !important;
    font-family: Proxima-Nova-Regular !important;
    border-radius: 3px !important;
}
