html input {
  background: #DBE9F6;
  color: rgb(133, 137, 143);
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px 40px;
  border: none;
  width: 100%;
}

html select {
  color: rgb(133, 137, 143);
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px 40px;
  border: none;
  width: 100%;
  appearance: none;
  -moz-appearance: none;
  background: #DBE9F6 url("../img/select_arrow.svg") no-repeat calc(100% - 30px) center;
  background-size: 10px;
}

html textarea {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  font-family: "VisbyCF", serif;
  font-size: 16px;
  padding: 20px;
  border: none;
  width: 100%;
  background: #fff;
}

.checkbox {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 5px;
  display: flex;
}
.checkbox label {
  margin-bottom: 0;
}
.checkbox label .check_box {
  vertical-align: top;
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 18px;
  text-align: center;
  color: #3D768A;
}
.checkbox label .check_box span {
  vertical-align: middle;
}
.checkbox label .check_box .sfc_cb_on {
  background: url(../img/restaurant/icons/fill_in_icon.svg) no-repeat left center;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  display: block;
}
.checkbox label .check_box .sfc_cb_off {
  background: url(../img/restaurant/icons/fill_empty_icon.svg) no-repeat left center;
  background-size: 25px 25px;
  height: 25px;
  width: 25px;
  display: block;
}
.checkbox label .label {
  vertical-align: top;
  display: inline-block;
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.checkbox label .label span {
  font-family: "VisbyCF Bold", serif;
  color: #282829;
  font-size: 13px;
  vertical-align: middle;
  padding-left: 10px;
}
.checkbox label .label span a {
  color: #078F59;
  text-decoration: underline;
}
.checkbox label:hover {
  cursor: pointer;
}
.checkbox.disabled label {
  opacity: 0.2;
}

.btn-primary .checkbox label .check_box {
  color: white;
}

/* sobras form-element container */
.s-form-control {
  outline: none;
}

.sfc-select {
  position: relative;
  z-index: 20;
  background: #fff;
  border-radius: 30px;
}
.sfc-select select.s-form-control {
  position: relative;
  z-index: 21;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  color: #757575;
  background: transparent;
}

.sfc-select:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #078F59;
  position: absolute;
  z-index: 19;
  top: 18px;
  right: 17px;
}

.sfc input.s-form-control {
  position: relative;
  z-index: 21;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 10px 15px;
  width: 100%;
  color: #757575;
  background: transparent;
}
.sfc textarea.s-form-control {
  position: relative;
  z-index: 21;
  border: 1px solid #EBEBEB;
  border-radius: 30px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 12px;
  padding: 10px 15px;
  width: 100%;
  color: #9C9C9C;
  background: transparent;
}
.sfc .btn {
  border-radius: 30px;
  padding: 10px 5px;
  width: 100%;
  color: #fff;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 14px;
}
.sfc .input-group {
  border-radius: 30px;
}
.sfc .input-group .s-form-control {
  width: 0 !important;
  border-right: 0;
}
.sfc .input-group .input-group-append {
  border-radius: 0 30px 30px 0;
  border: 1px solid #EBEBEB;
  border-left: 0;
  max-height: 100%;
}
.sfc .input-group .input-group-append .input-group-text {
  background: transparent;
  border: 0;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 12px;
  padding: 10px 15px;
}

.green_btn {
  background: #87CEB7;
  color: #fff;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.green_btn:disabled {
  opacity: 0.3;
}

.fb_btn {
  background: #3c5899;
  color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  padding: 15px 15px;
  width: 80%;
  margin-left: 10%;
  border: none;
  margin-bottom: 15px;
}
.fb_btn i {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.fb_btn i:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  background-color: transparent;
  background-image: url(../img/login/fb_logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -3px;
  left: -12px;
}
.fb_btn.btn-block {
  width: 100%;
  margin: 0;
}
.fb_btn:disabled {
  opacity: 0.3;
}

.google_btn {
  background: #de4b39;
  color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  padding: 15px 15px;
  width: 80%;
  margin-left: 10%;
  border: none;
  margin-bottom: 15px;
}
.google_btn i {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.google_btn i:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -3px;
  left: -12px;
}
.google_btn i:after {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url(../img/login/google_logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 35px;
  height: 35px;
}
.google_btn.btn-block {
  width: 100%;
  margin: 0;
}
.google_btn:disabled {
  opacity: 0.3;
}

.apple_btn {
  background: #000000;
  color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  padding: 15px 15px;
  width: 80%;
  margin-left: 10%;
  border: none;
  margin-bottom: 15px;
}
.apple_btn i {
  margin-right: 30px;
  display: inline-block;
  position: relative;
}
.apple_btn i:after {
  content: "";
  display: block;
  border: 1px solid #fff;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  position: absolute;
  top: -3px;
  left: -12px;
}
.apple_btn i:after {
  display: inline-block;
  content: "";
  background-color: transparent;
  background-image: url(../img/login/apple_logo.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 35px;
  height: 35px;
}
.apple_btn.btn-block {
  width: 100%;
  margin: 0;
}
.apple_btn:disabled {
  opacity: 0.3;
}

.login_btn_row div.col {
  margin-top: 10px;
}

.soc_login_btn {
  position: relative;
}
.soc_login_btn i {
  position: absolute;
  left: 17px;
}

body.login_page .btn {
  padding: 8px 10px;
  font-size: 14px;
  padding: 8px 10px;
}
body .soc_login_btn {
  font-size: 11px;
  padding: 10px;
  padding-left: 40px;
  text-align: left;
}
@media (max-width: 320px) {
  body .soc_login_btn span {
    display: none !important;
  }
}
body .soc_login_btn i:after {
  top: -5px;
  width: 28px;
  height: 28px;
}

.dark_btn {
  background: #424040;
  color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  width: 80%;
  margin-left: 10%;
  border: none;
  margin-bottom: 15px;
}
.dark_btn.btn-block {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.red_btn {
  background: #FE572D;
  color: #fff;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.red_btn:disabled {
  opacity: 0.3;
}

.grey_btn {
  background: rgba(0, 0, 0, 0.1607843137);
  color: #000;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 18px;
  padding: 10px 15px;
  width: 80%;
  margin-left: 10%;
  border: none;
  margin-bottom: 15px;
}

.dark_btn_small {
  background: #414042;
  color: #fff;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  width: 60%;
  margin-left: 20%;
  border: none;
  margin-bottom: 15px;
}

.grey_btn_small {
  background: rgba(0, 0, 0, 0.1607843137);
  color: #000;
  border-radius: 50px;
  font-family: "Noto Sans";
  font-weight: 600;
  font-size: 14px;
  padding: 5px 15px;
  width: 60%;
  margin-left: 20%;
  border: none;
  margin-bottom: 15px;
}

.col_hyphen {
  max-width: 10px !important;
  text-align: center;
  padding: 0 !important;
  line-height: 43px !important;
  height: 43px !important;
  vertical-align: middle;
  font-size: 20px !important;
  font-weight: bold !important;
  color: #757575 !important;
}

.col_date {
  max-width: 150px !important;
}

input[type=time]::-webkit-clear-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button {
  display: none;
}

input[type=time],
input[type=time]::-webkit-clear-button,
input[type=time]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

input[type=date]:after {
  content: "";
  display: block;
  width: 15px;
  height: 22px;
  background: transparent url("../img/restaurant/icons/calendar_icon2.svg") no-repeat top center;
  position: absolute;
  right: 20px;
  top: 10px;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}

.input_time_comp .view {
  display: none;
}
@media (max-width: 1024px) {
  .input_time_comp .input {
    opacity: 0;
    position: absolute !important;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .input_time_comp .view {
    display: block;
    position: relative;
    z-index: 0 !important;
  }
}

.purple_btn {
  background: #592E8D;
  color: #fff;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.purple_btn:disabled {
  opacity: 0.3;
}

.light_purple_btn {
  background: #A781D5;
  color: #fff;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.light_purple_btn:disabled {
  opacity: 0.3;
}

.blue_btn {
  background: #88B6DF;
  color: #fff;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
}
.blue_btn:disabled {
  opacity: 0.3;
}

.yellow_btn {
  background: #FECB00;
  color: #282829;
  border-radius: 50px;
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  padding: 15px;
  width: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.yellow_btn p {
  margin-bottom: 0;
  padding-left: 15px;
}
.yellow_btn img {
  width: 30px;
  height: auto;
}

.back-btn {
  position: relative;
}
.back-btn .back_btn {
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  color: #282829;
  background: unset;
  border: unset;
  padding-left: 40px;
}
.back-btn .back_btn:before {
  content: "";
  background: url("../img/back_arrow.png") no-repeat center;
  background-size: 14px;
  position: absolute;
  top: 5px;
  left: 0;
  height: 19px;
  width: 19px;
}

.upload_photo_box {
  margin-bottom: 25px;
  background: #FECB00;
  padding: 30px;
  text-align: center;
  border-radius: 20px;
}
.upload_photo_box p {
  font-family: "VisbyCF Bold", serif;
  font-size: 16px;
  letter-spacing: 1px;
  color: #282829;
}

.purple-text {
  font-family: "VisbyCF Bold", serif;
  font-size: 23px;
  letter-spacing: 1px;
  color: #592E8D;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

/*# sourceMappingURL=forms.css.map */
