/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/*
light blue color #1EB1E9
purple color #9675B6
pink color #EA79A0
*/

/* begin shops css */
.content-left {
  background-color: #EA79A0;
  padding: 0;
}

.backward:hover,
.forward:hover {
  background: #9675B6;
  color: #fff;
}
button.backward,
button.forward,
button.submit {
  background: #1EB1E9;
  color: #fff;
}

.ui-widget-header {
  background: #1EB1E9;
}

input[type=file]::-webkit-file-upload-button, input[type=file].invalid::-webkit-file-upload-button, input[type=file].valid::-webkit-file-upload-button {
  background: #1EB1E9 url(../img/upload_icon.svg) 8px center no-repeat;
}
input[type=file]::-webkit-file-upload-button:hover, input[type=file].invalid::-webkit-file-upload-button:hover, input[type=file].valid::-webkit-file-upload-button:hover {
  background: #9675B6 url(../img/upload_icon.svg) 8px center no-repeat;
}

.container_radio .checkmark:after {
  background: #1EB1E9;
}

.submitApplicationButton:hover {
  background: #9675B6;
}

.form-control:focus {
  box-shadow: none;
  border-color: #1EB1E9;
}

.content-left-wrapper h3 {
  color: #fff;
}
/* end shops css */

/* begin AZ css */
.applyButton:hover {
  background: #EA79A0;
}
.locationBox {
  background-color: #ededed;
  padding: 20px;
  box-shadow: 2px 2px 8px #bdbab8;
}
/* end AZ css */
