@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap');

body {
font-family: "Comfortaa", sans-serif;
}


.container {
  max-width: 1170px;
  width: 100%;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}

.jumbotron, .container .jumbotron {
  margin: 0;
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
}

.jumbotron {
  background-color: #fff;
  border-radius: 3px;
}


input#email {
  width: calc(100% - 250px);
  border-radius: 3px;
}

.email-submit {
  width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}

.btn.btn-send.btn-primary.btn-lg.email-submit {
  margin-left: 20px !important;
}

.form-control {
  background-color: #f9f9f9;
}

.form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  padding: .7rem 1rem .7rem;
}

.form-horizontal label, .form-horizontal legend {
  font-weight: 500;
}

.btn-primary {
  background-color: #dabe83;
  border-color: #dabe83;
  color: #fff;
}

.btn-primary:hover {
  border-color: #dabe83;
  background-color: #b49f71;
  color: #fff;
}

.btn.btn-send.btn-primary.btn-lg.email-submit {
  background-color: #dabe83;
  border-color: #dabe83;
  color: #fff;
}
a {
  color:#dca54a!important;
}
.btn.btn-send.btn-primary.btn-lg.email-submit:hover {
  border-color: #dabe83;
  background-color: #b49f71;
  color: #fff;
}
.btn-group-sm > .btn, .btn-sm {
  border-color: 1px solid #a3d5ff;
  background-color: #4881cd;
  color: #fff!important;
}
.btn-group-sm > .btn, .btn-sm:hover {
  border-color: #0665b3;
  background-color: #e2f1fb;
  color: #4881cd!important;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #dca54a !important;
  border: 0px;
}

.btn-warning {
  background-color: #dabe83;
  border-color: #dabe83;
  color: #fff;
}

.btn-warning:hover {
  border-color: #dabe83;
  background-color: #b49f71;
  color: #fff;
}

.custom-control-indicator {
  background-color: #f0f0f0;
  margin-top: 0;
  border: 1px solid #d4d9de;
}


.form-control {
  width: 100%;
  padding: .5rem 1rem .6rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgba(220, 165, 74,.25);
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 165, 74,.25);
}
.text-warning {
  color: #0665b3 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #0665b3 !important;
  text-decoration: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 15px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 3px;
}

.select2-container .select2-selection--single {
  height: 42px !important;
}

.select2-selection__arrow {
  height: 41px !important;

}
.select2-selection__rendered {
  line-height: 41px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 6px;
  width: 20px;
}

.form-horizontal .form-group.row span.sublegend {
  font-size: 0.75rem;
  display: block;
  font-weight: 400;
}

.custom-control-description {
  padding-left: 3px;
}

.label_email {
  padding-bottom: 10px;
}

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 2rem .6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  border-radius: 0rem;
}

label.confirm-format-one {
  margin: 0;
  min-height: 1.5rem;
  padding-left: 1rem;
}

.col-1 {
  -ms-flex: 0 0 3%;
  flex: 0 0 3%;
  max-width: 3%;
}

.select2-results__option {
	padding: 6px 12px;
	user-select: none;
	-webkit-user-select: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #dca54a;
  color: white;
}

@media screen and (max-width:500px){
.jumbotron, .container .jumbotron {padding: 20px;}
input#email {width: 100%;}
.btn.btn-send.btn-warning.btn-lg.email-submit {margin: 0px !important; width: 100%; margin-top: 15px !important;}
.btn-group-lg > .btn, .btn-lg {width: 100%;}
.btn.btn-send.btn-primary.btn-lg.email-submit {margin-left: 0px !important;margin-top: 15px !important;}
}