* {
  box-sizing: border-box;
  -webkit-appearance: none !important;
  outline: none !important;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
  font-style: normal;
  color: #003D71;
}

h1 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 32px;
  line-height: 39px;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 37px;
}

h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
}

h4 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 19px;
}

h5 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
}

p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #003D71;
  margin-bottom: 20px;
}

p:last-child {
  margin-bottom: 0;
}

p.bold,
p b,
p strong,
strong {
  font-weight: 700;
}

p.italic,
span.italic,
p i,
i {
  font-style: italic !important;
}

label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #003D71;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}

a {
  color: #003D71;
}

/* Buttons */

.button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  min-width: 160px;
  min-height: 40px;
  padding: 5px 15px;
  border: 0;
  margin: 0;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  font-style: normal;
  text-transform: uppercase;
  transition: 0.2s all ease-in-out;
}

.button.buttonbig {
  min-width: 390px;
}

.button.button1,
.button.button1:focus {
  background: #00B4FF;
  border: 3px solid #00B4FF;
  color: #ffffff;
}

.button.button1:hover,
.button.button1:focus:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.button.button2,
.button.button2:focus {
  background: #ffffff;
  border: 3px solid #00B4FF;
  color: #00B4FF;
}

.button.button2:hover,
.button.button2:focus:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.button.button3,
.button.button3:focus {
  background: #003D71;
  border: 3px solid #003D71;
  color: #ffffff;
}

.button.button3:hover,
.button.button3:focus:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.button.button4,
.button.button4:focus {
  background: #ffffff;
  border: 3px solid #003D71;
  color: #003D71;
}

.button.button4:hover,
.button.button4:focus:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

.button.button5,
.button.button5:focus {
  background: #ffffff;
  border: 3px solid #8B8C8E;
  color: #8B8C8E;
}

.button.button5:hover,
.button.button5:focus:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
}

/* Container Wrapper */

#container-wrapper,
#container-auth-wrapper {
  position: relative;
}

.main-fluid {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.limit-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

#content-wrapper {
  position: relative;
  padding-top: 80px;
  min-height: 100vh;
}

/* Breadcrumbs */

#breadcrumbs-wrapper ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 40px 0;
}

@media all and (max-width: 768px) {
  #breadcrumbs-wrapper ul {
    margin: 30px 0;
  }
}

#breadcrumbs-wrapper ul li a {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  font-style: normal;
  color: #CDCDCE;
  text-transform: uppercase;
  text-decoration: none;
}

#breadcrumbs-wrapper ul li a.link-disabled {
  pointer-events: none;
}

@media all and (max-width: 640px) {
  #breadcrumbs-wrapper ul li a {
    font-size: 12px;
    line-height: 14px;
  }
}

#breadcrumbs-wrapper ul li:not(:last-child) a::after {
  content: "I";
  color: #CDCDCE;
  padding: 0 5px;
}

#breadcrumbs-wrapper ul li.active a:not(.link-disabled) {
  color: #8B8C8E;
  pointer-events: none;
}

#breadcrumbs-wrapper ul li:hover a:not(.link-disabled) {
  color: #8B8C8E;
}

/* Alerts */

.block-alert-form {
  max-width: 485px;
  margin-bottom: 40px;
}

.block-alert-form .block-alert-header {
  display: flex;
  align-items: center;
}

.block-alert-form .block-alert-header .block-alert-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #FA2838;
  margin-right: 15px;
}

.block-alert-form .block-alert-body {
  margin-top: 10px;
}

.block-alert-form .block-alert-body p {
  color: #FA2838;
}

.block-alert-form .block-alert-body a {
  color: #FA2838;
}

/* From */

.form-default-wrapper .form-fieldset.form-fieldset-margin50 {
  margin-top: 30px;
}

.form-default-wrapper .form-fieldset .form-title {
  margin-bottom: 30px;
}

.form-default-wrapper .form-fieldset .form-subtitle {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media all and (max-width: 740px) {
  .form-default-wrapper .form-fieldset .form-subtitle {
    margin-top: 20px;
  }
}

.form-default-wrapper .form-fieldset .form-subtitle span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  color: #003D71;
  text-transform: uppercase;
}

.form-default-wrapper .form-fieldset .form-row {
  display: flex;
}

@media all and (max-width: 740px) {
  .form-default-wrapper .form-fieldset .form-row {
    flex-direction: column;
  }
}

.form-default-wrapper .form-fieldset .form-row .form-group {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

@media all and (max-width: 740px) {
  .form-default-wrapper .form-fieldset .form-row .form-group {
    margin-right: 0px;
    max-width: 100% !important;
  }
}

.form-default-wrapper .form-fieldset .form-row .form-group-medium {
  max-width: 285px;
}

.form-default-wrapper .form-fieldset .form-row .form-group-big {
  max-width: 390px;
}

.form-default-wrapper .form-fieldset .form-row .form-group-large {
  max-width: 444px;
}

.form-default-wrapper .form-fieldset .form-row .form-group:last-child {
  margin-right: 0;
}

.form-default-wrapper .form-fieldset .form-row .form-group-extra:first-child {
  max-width: 600px;
}

.form-default-wrapper .form-fieldset .form-row .form-group-full {
  max-width: 100%;
}

.form-default-wrapper .form-fieldset .form-row-two .form-group {
  max-width: 300px;
}

.form-default-wrapper .form-fieldset .form-row-two .form-group:first-child {
  max-width: 480px;
}

.form-default-wrapper .form-fieldset .form-row-two-invert .form-group {
  max-width: 480px;
}

.form-default-wrapper .form-fieldset .form-row-two-invert .form-group:first-child {
  max-width: 300px;
}

.form-default-wrapper .form-group {
  margin-bottom: 25px;
}

@media all and (max-width: 740px) {
  .form-default-wrapper .form-group {
    margin-bottom: 15px;
  }
}

.form-default-wrapper .form-group label {
  display: flex;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-style: normal;
  color: #003D71;
  margin-bottom: 5px;
}

.form-default-wrapper .form-group input[type=text],
.form-default-wrapper .form-group input[type=email],
.form-default-wrapper .form-group input[type=number],
.form-default-wrapper .form-group input[type=password] {
  display: flex;
  width: 100%;
  min-height: 30px;
  border: 1px solid #003D71;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
  padding: 5px 10px;
}

.form-default-wrapper .form-group input::-webkit-outer-spin-button,
.form-default-wrapper .form-group input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-default-wrapper .form-group input[type=number] {
  -moz-appearance: textfield;
}

.form-default-wrapper .form-group textarea {
  display: flex;
  width: 100%;
  min-height: 30px;
  border: 1px solid #003D71;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
  padding: 5px 10px;
  resize: none;
}

.form-default-wrapper .form-group .select2 {
  width: 100% !important;
}

.form-default-wrapper .form-group .select2 .select2-selection--single {
  border: 1px solid #003D71;
  border-radius: 0;
  height: 30px;
}

.form-default-wrapper .form-group .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
  padding: 5px 30px 5px 10px;
}

.form-default-wrapper .form-group .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #003D71;
}

.form-default-wrapper .form-group .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  background-color: #003D71;
}

.form-default-wrapper .form-group .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.form-default-wrapper .form-group .from-input-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button .checkbox-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  position: relative;
  margin-right: 10px;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button .checkbox-wrapper::before {
  content: "";
  width: 24px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -6px;
  border-top: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 1;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button .checkbox-wrapper::after {
  content: "";
  width: 23px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: -6px;
  border-bottom: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  font-style: normal;
  color: #003D71;
  margin: 0;
  width: calc(100% - 28px);
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button label a {
  color: #003D71;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::before {
  opacity: 1;
}

.form-default-wrapper .form-group .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::after {
  opacity: 1;
}

.form-default-wrapper .form-group .form-input-file {
  position: relative;
  cursor: pointer;
}

.form-default-wrapper .form-group .form-input-file input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.form-default-wrapper .form-group .form-input-file > div {
  display: flex;
  align-items: center;
  z-index: 0;
}

.form-default-wrapper .form-group .form-input-file > div .placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: calc(100% - 90px);
  min-height: 30px;
  border: 1px solid #003D71;
  border-radius: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
  padding: 5px 10px;
}

.form-default-wrapper .form-group .form-input-file > div .placeholder span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-default-wrapper .form-group .form-input-file > div .button-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  min-height: 30px;
  padding: 5px;
  border: 0;
  margin: 0;
  margin-left: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: #003D71;
  color: #ffffff;
}

.form-default-wrapper .form-group .form-input-file > div .button-upload span {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.22px;
  margin-right: 5px;
}

.form-default-wrapper .form-group.form-group-terms {
  max-width: 100%;
  margin-top: 25px;
  margin-bottom: 80px;
}

@media all and (max-width: 580px) {
  .form-default-wrapper .form-group.form-group-terms {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}

.form-default-wrapper .form-group.form-group-terms .checkbox-button input[type=checkbox] {
  width: 12px;
  height: 12px;
}

.form-default-wrapper .form-group.form-group-terms .checkbox-button .checkbox-wrapper {
  width: 12px;
  height: 12px;
  margin-right: 6px;
}

.form-default-wrapper .form-group.form-group-terms .checkbox-button .checkbox-wrapper::before {
  width: 15px;
  height: 5px;
  top: 4px;
  left: -4px;
}

.form-default-wrapper .form-group.form-group-terms .checkbox-button .checkbox-wrapper::after {
  width: 15px;
  height: 5px;
  top: 0px;
  left: -4px;
}

.form-default-wrapper .form-group.form-group-terms .checkbox-button label {
  display: inline;
  font-size: 10px;
  line-height: 11px;
  font-weight: 400;
}

.form-default-wrapper .form-group.form-group-region .from-input-checkbox .checkbox-button {
  width: auto;
  margin-bottom: 15px;
  padding-right: 10px;
}

.form-default-wrapper .form-group .form-field-invalid {
  display: flex;
  margin-top: 2px;
}

.form-default-wrapper .form-group .form-field-invalid span {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid label {
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid input[type=text],
.form-default-wrapper .form-group.is-invalid input[type=email],
.form-default-wrapper .form-group.is-invalid input[type=password],
.form-default-wrapper .form-group.is-invalid input[type=number] {
  border: 1px solid #FA2838;
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid textarea {
  border: 1px solid #FA2838;
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .from-input-checkbox .checkbox-button .checkbox-wrapper {
  border: 1px solid #FA2838;
}

.form-default-wrapper .form-group.is-invalid .from-input-checkbox .checkbox-button label {
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .select2 .select2-selection--single {
  border: 1px solid #FA2838;
}

.form-default-wrapper .form-group.is-invalid .select2 .select2-selection--single .select2-selection__rendered {
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .select2 .select2-selection--single .select2-selection__arrow {
  background-color: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .form-input-file > div .placeholder {
  border: 1px solid #FA2838;
  color: #FA2838;
}

.form-default-wrapper .form-group .form-file-remove-msg {
  display: none;
  align-items: center;
  margin-top: 2px;
}

.form-default-wrapper .form-group .form-file-remove-msg .form-field-remove-img {
  display: none;
  cursor: pointer;
  margin-right: 10px;
}

.form-default-wrapper .form-group .form-file-remove-msg .form-field-remove-img:hover svg > g > rect {
  fill: #003D71;
}

.form-default-wrapper .form-group .form-file-remove-msg .form-field-remove-img:hover svg path {
  fill: #FFFFFF;
}

.form-default-wrapper .form-group .form-file-remove-msg .form-field-invalid {
  margin: 0;
}

.form-default-wrapper .form-group.is-file-upload .form-file-remove-msg {
  display: flex;
}

.form-default-wrapper .form-group.is-file-upload .form-file-remove-msg .form-field-remove-img {
  display: flex;
}

.form-default-wrapper .form-group.is-invalid .form-file-remove-msg .form-field-remove-img svg > g > rect {
  fill: #FA2838;
}

.form-default-wrapper .form-group.is-invalid .form-file-remove-msg .form-field-remove-img svg path {
  fill: #FFFFFF;
}

.form-default-wrapper .form-group-button .button {
  max-width: 160px;
  margin-left: auto;
}

.form-default-wrapper .form-group-footer .form-group-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.form-default-wrapper .form-group-footer .form-group-buttons.form-group-center {
  justify-content: center;
}

.form-default-wrapper .form-group-footer .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

.form-default-wrapper .form-group-footer .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

.select2-dropdown {
  border: 1px solid #003D71;
  border-radius: 0;
}

.select2-dropdown .select2-results__option[aria-selected] {
  padding: 5px 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
}

.select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background-color: #00B4FF;
  color: #FFFFFF;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #003D71;
  color: #FFFFFF;
}

/* Lightbox */

.lightbox-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15px 20px 15px;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.lightbox-wrapper .lightbox-body {
  width: 100%;
  height: 100%;
  max-width: 730px;
  max-height: 320px;
  margin: 0 auto;
  background-color: #FFFFFF;
}

.lightbox-wrapper .lightbox-body .lightbox-close {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 5px;
}

.lightbox-wrapper .lightbox-body .lightbox-close a {
  display: flex;
}

.lightbox-wrapper .lightbox-body .lightbox-close svg {
  cursor: pointer;
}

.lightbox-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: calc(100% - 22px);
  padding: 20px;
}

.lightbox-wrapper .lightbox-body .lightbox-info h2 {
  margin-bottom: 20px;
}

.lightbox-wrapper .lightbox-body .lightbox-info p {
  max-width: 540px;
  margin: 0 auto;
}

.lightbox-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.lightbox-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

.lightbox-wrapper.lightbox-parts-request-info-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-parts-request-info-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-parts-request-info-wrapper .lightbox-body {
  max-height: 380px;
}

.lightbox-wrapper.lightbox-parts-request-info-wrapper .lightbox-body .lightbox-info {
  text-align: start;
}

.lightbox-wrapper.lightbox-parts-request-info-wrapper .lightbox-body .lightbox-info ul {
  color: #003D71;
  max-width: 540px;
  align-items: start;
  margin: 40px auto 0;
}

.lightbox-wrapper.lightbox-confirmation-wrapper,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-confirmation-wrapper.show-lightbox,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-confirmation-wrapper .lightbox-body,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper .lightbox-body {
  max-width: 540px;
}

.lightbox-wrapper.lightbox-confirmation-wrapper .lightbox-body .lightbox-info,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: calc(100% - 22px);
  padding: 20px;
}

.lightbox-wrapper.lightbox-confirmation-wrapper .lightbox-body .lightbox-info p,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper .lightbox-body .lightbox-info p {
  font-weight: 600;
  max-width: 350px;
  margin: 0 auto;
}

.lightbox-wrapper.lightbox-confirmation-wrapper .lightbox-body .lightbox-info .lightbox-actions,
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.lightbox-wrapper.lightbox-confirmation-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child),
.lightbox-wrapper.lightbox-dynamic_confirmation-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body {
  max-width: 730px;
  max-height: 400px;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 540px;
  height: calc(100% - 22px);
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label {
  display: flex;
  align-items: center;
  background-color: #003D71;
  border: 1px solid #003D71;
  border-bottom: 0 !important;
  padding: 4px 10px;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea textarea {
  width: 100%;
  border: 1px solid #003D71;
  border-top: 0 !important;
  resize: none;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 0px;
}

.lightbox-wrapper.lightbox-rejected-dates-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-change-dates-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body {
  max-width: 920px;
  max-height: 640px;
  box-shadow: 5px 3px 8px #00000040;
  overflow-x: auto;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info {
  padding: 30px 40px;
  height: auto;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .top-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #F9FAFA;
  width: 100%;
  text-align: left;
  padding: 26px 47px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .top-wrapper .top-lead {
  color: #FA2838;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .top-wrapper .top-motive {
  color: #595A5C;
  font-size: 12px;
  font-weight: 900;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .top-wrapper .top-text {
  color: #595A5C;
  font-size: 12px;
  padding-top: 10px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper {
  font-size: 12px;
  color: #003D71;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 30px 47px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-field-invalid {
  display: none;
  text-align: left;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .dates-lead {
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .dates-sublead {
  margin-bottom: 20px;
  text-transform: uppercase;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .form-fieldset {
  width: 100%;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-date {
  margin-right: 20px;
  max-width: 200px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-date input {
  border: 0;
  border-bottom: 1px solid #003D71;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-date #number-responsable {
  text-align: center;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-hour {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-hour span.title {
  color: #003D71;
  font-weight: 600;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-hour span.is-invalid {
  color: #FA2838;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .group-responsable {
  margin-top: 30px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .form-note {
  width: 100%;
  text-align: left;
  margin-top: -20px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .form-note span {
  font-size: 11px;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

.lightbox-wrapper.lightbox-change-dates-wrapper .lightbox-body .lightbox-info .dates-wrapper .block-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}

/* Field Radio Button */

.field-radio-button {
  position: relative;
  display: flex;
  align-items: center;
}

.field-radio-button input[type=radio] {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.field-radio-button .radio-button-wrapper {
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #595A5C;
  border-radius: 50%;
}

.field-radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
}

.field-radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

/* Tooltips */

.tooltip-wrapper {
  position: absolute;
  z-index: -10;
  top: 28px;
  left: -165px;
  background: #FFFFFF;
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  padding: 0px;
  text-align: left;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-wrapper.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-wrapper:before {
  content: " ";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  border-bottom: 8px solid #D2D3D4;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-wrapper .tooltip-content .tooltip-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px 5px;
  background-color: #D2D3D4;
}

.tooltip-wrapper .tooltip-content .tooltip-header .btn-close-tooltip {
  display: flex;
  cursor: pointer;
}

.tooltip-wrapper .tooltip-content .tooltip-body {
  padding: 10px 10px;
  font-size: 10px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

.tooltip-wrapper .tooltip-content .tooltip-body a {
  color: #003D71;
  font-weight: 600;
}

.tooltip-image-wrapper {
  position: absolute;
  z-index: -10;
  top: 28px;
  left: -365px;
  background: #FFFFFF;
  width: 100%;
  max-width: 400px;
  min-width: 400px;
  padding: 0px;
  text-align: left;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-image-wrapper.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-image-wrapper:before {
  content: " ";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  border-bottom: 8px solid #D2D3D4;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-image-wrapper .donate-part-image .field-image-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 3px 5px;
  background-color: #D2D3D4;
}

.tooltip-image-wrapper .donate-part-image .field-image-header .btn-close-tooltip {
  display: flex;
  cursor: pointer;
}

.tooltip-image-wrapper .donate-part-image .field-image-body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
}

.tooltip-image-wrapper .donate-part-image .field-image-body div {
  border: 1px solid #D2D3D4;
  padding: 5px;
}

.tooltip-image-wrapper .donate-part-image .field-image-body div img {
  max-height: 260px;
  width: auto;
}

.tooltip-notes-wrapper {
  position: absolute;
  z-index: -10;
  top: 28px;
  left: -165px;
  background: #FFFFFF;
  width: 100%;
  max-width: 200px;
  min-width: 200px;
  padding: 0px;
  text-align: left;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-notes-wrapper.show {
  opacity: 1;
  visibility: visible;
  z-index: 5;
  transition: opacity 0.3s ease-in-out;
}

.tooltip-notes-wrapper:before {
  content: " ";
  position: absolute;
  top: -8px;
  right: 20px;
  width: 0;
  border-bottom: 8px solid #D2D3D4;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 3px 10px;
  background-color: #D2D3D4;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-header .field-label-notes {
  display: flex;
  margin-right: 20px;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-header .field-label-notes span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 600;
  color: #595A5C;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-header .btn-close-tooltip {
  display: flex;
  cursor: pointer;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-body {
  display: flex;
  padding: 10px 10px;
}

.tooltip-notes-wrapper .donate-part-notes .field-notes-body span {
  font-size: 12px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

.no-bottom-margin {
  margin-bottom: 0 !important;
}

.custom-page-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding-bottom: 50px;
}

.custom-page-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

.custom-page-wrapper .block-body h5 {
  margin-bottom: 20px;
  margin-top: 40px;
}

.custom-page-wrapper .block-body ul,
.custom-page-wrapper .block-body ol {
  margin: 20px 0px;
  padding-left: 20px;
}

.custom-page-wrapper .block-body ul li,
.custom-page-wrapper .block-body ol li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #003D71;
}

/* Imports */

#container-auth-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/bg_hospes.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 895px 600px;
  z-index: -1;
}

#container-auth-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  right: 0;
  width: 140px;
  height: 300px;
  background: url("/images/bg_lines.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px 300px;
  z-index: -1;
}

@media all and (max-width: 768px) {
  #container-auth-wrapper::after {
    display: none;
  }
}

#container-auth-wrapper header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 20px 0 10px 0;
  z-index: 100;
}

#container-auth-wrapper header .site-logo a {
  display: flex;
}

#container-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/bg_hospes.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 895px 600px;
  z-index: -1;
}

#container-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  right: 0;
  width: 140px;
  height: 300px;
  background: url("/images/bg_lines.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 140px 300px;
  z-index: -1;
}

@media all and (max-width: 768px) {
  #container-wrapper::after {
    display: none;
  }
}

#container-wrapper.notBackground::before {
  display: none;
}

#container-wrapper.notBackground::after {
  display: none;
}

#container-wrapper header {
  position: fixed;
  width: 100%;
  height: 80px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  padding: 5px 0;
  z-index: 100;
}

#container-wrapper header > .limit-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#container-wrapper header > .limit-wrapper .site-logo {
  display: flex;
  align-items: center;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu {
  margin-right: 30px;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box {
  position: relative;
  width: 25px;
  height: 20px;
  cursor: pointer;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner,
#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner:before,
#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner:after {
  position: absolute;
  width: 25px;
  height: 4px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 5px;
  background-color: #00B4FF;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner {
  top: 2px;
  display: block;
  margin-top: -2px;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner:before {
  content: "";
  display: block;
  top: 8px;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform, opacity;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box .hamburger-inner:after {
  content: "";
  display: block;
  top: 16px;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box.active .hamburger-inner {
  transform: translate3d(0, 8px, 0) rotate(45deg);
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box.active .hamburger-inner:before {
  transform: rotate(-45deg) translate3d(-5px, -6px, 0);
  opacity: 0;
}

#container-wrapper header > .limit-wrapper .site-logo .open-menu .hamburger-box.active .hamburger-inner:after {
  transform: translate3d(0, -16px, 0) rotate(-90deg);
}

#container-wrapper header > .limit-wrapper .site-logo a {
  display: flex;
}

#container-wrapper header > .limit-wrapper .open-user-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
}

#container-wrapper header > .limit-wrapper .open-user-menu .user-information {
  position: relative;
  text-align: right;
}

@media all and (max-width: 768px) {
  #container-wrapper header > .limit-wrapper .open-user-menu .user-information {
    display: none;
  }
}

#container-wrapper header > .limit-wrapper .open-user-menu .user-information .user-hotel-unity-name {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 500;
  color: #003D71;
  text-transform: uppercase;
}

#container-wrapper header > .limit-wrapper .open-user-menu .user-information .user-associate-id {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 500;
  color: #003D71;
  text-transform: uppercase;
  margin-top: 3px;
}

#container-wrapper header > .limit-wrapper .open-user-menu .user-information:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 6px solid #00B4FF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transform: translateY(-50%);
}

#container-wrapper header > .limit-wrapper .open-user-menu .user-icon {
  margin-left: 25px;
}

#container-wrapper header > .limit-wrapper .open-user-menu.activeUser .user-icon svg .borderIcon {
  stroke: #00B4FF;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper {
  position: absolute;
  top: 70px;
  right: 0;
  background-color: #FCFCFC;
  box-shadow: 2px 4px 6px #00000053;
  width: 100%;
  max-width: 350px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper.activeMenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  list-style: none;
  padding: 40px;
  margin: 0;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li {
  padding-bottom: 10px;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li:last-child {
  padding-bottom: 0;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a span {
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #00B4FF;
  text-transform: uppercase;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a svg {
  margin-left: 5px;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a:hover,
#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a.active {
  border-bottom: 2px solid #003D71;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a:hover span,
#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a.active span {
  color: #003D71;
}

#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a:hover svg path,
#container-wrapper header > .limit-wrapper .user-menu-wrapper ul li a.active svg path {
  fill: #003D71;
}

#container-wrapper header .main-menu-wrapper {
  position: fixed;
  top: 70px;
  left: 0;
  background-color: #FCFCFC;
  box-shadow: 0px 2px 8px #00000053;
  width: 100%;
  min-height: 200px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

#container-wrapper header .main-menu-wrapper.activeMenu {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu {
  display: flex;
  list-style: none;
  padding: 40px 0px;
  margin: 0;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li {
  display: flex;
  align-items: start;
  flex-direction: column;
  padding-right: 50px;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 15px;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a span {
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #00B4FF;
  text-transform: uppercase;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a svg {
  margin-left: 5px;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a.link-disabled {
  pointer-events: none;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a:hover span,
#container-wrapper header .main-menu-wrapper ul.mainMenu li a.active span {
  color: #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li a:hover svg path,
#container-wrapper header .main-menu-wrapper ul.mainMenu li a.active svg path {
  fill: #003D71;
  stroke: #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu {
  list-style: none;
  padding: 0;
  margin: 0;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li {
  padding-bottom: 10px;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li:last-child {
  padding-bottom: 0;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a span {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 700;
  color: #00B4FF;
  text-transform: uppercase;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a:hover,
#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a.active {
  border-bottom: 2px solid #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a:hover span,
#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li a.active span {
  color: #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-top: 10px;
  padding-left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  display: none;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li {
  padding-bottom: 10px;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li:last-child {
  padding-bottom: 0;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid transparent;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a span {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 700;
  color: #00B4FF;
  text-transform: uppercase;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a:hover,
#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a.active {
  border-bottom: 2px solid #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a:hover span,
#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li ul.subChildMenu li a.active span {
  color: #003D71;
}

#container-wrapper header .main-menu-wrapper ul.mainMenu li ul.subMenu li.expanded ul.subChildMenu {
  display: inline-block;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

#page-home {
  position: relative;
  padding-bottom: 20px;
}

#page-home::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/images/bg_hospes_home.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: 895px 785px;
  z-index: -1;
}

#page-home .limit-wrapper {
  position: relative;
}

#block-banner-wrapper {
  position: relative;
  width: 100%;
  max-width: 730px;
  height: 100%;
  min-height: 400px;
  margin: 40px auto 45px auto;
}

#block-banner-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 130px;
  right: -90px;
  width: 185px;
  height: 295px;
  background: url("/images/bg_lines_2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 185px 295px;
  z-index: 0;
}

#block-banner-wrapper .slick-list {
  height: 100%;
  z-index: 1;
}

#block-banner-wrapper .banner-item {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

@media all and (max-width: 768px) {
  #block-banner-wrapper .banner-item {
    display: flex;
    align-items: center;
  }
}

#block-banner-wrapper .banner-item .field-slide-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

#block-banner-wrapper .banner-item .banner-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  position: relative;
  z-index: 5;
  width: 455px;
  height: 335px;
  padding: 50px 30px;
  margin: 0 0 0 auto;
}

@media all and (max-width: 768px) {
  #block-banner-wrapper .banner-item .banner-content {
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    padding: 40px 15px;
  }
}

#block-banner-wrapper .banner-item .banner-content::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
  background: url("/images/bg_hospes_2.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 455px 335px;
  z-index: 0;
}

@media all and (max-width: 768px) {
  #block-banner-wrapper .banner-item .banner-content::before {
    background: rgba(255, 255, 255, 0.6);
  }
}

#block-banner-wrapper .banner-item .banner-content .field-slide-title {
  position: relative;
  width: 100%;
  max-width: 350px;
  text-align: right;
  margin-bottom: 20px;
}

@media all and (max-width: 768px) {
  #block-banner-wrapper .banner-item .banner-content .field-slide-title {
    text-align: center;
  }
}

#block-banner-wrapper .banner-item .banner-content .field-slide-text {
  position: relative;
  width: 100%;
  max-width: 300px;
  text-align: right;
}

@media all and (max-width: 768px) {
  #block-banner-wrapper .banner-item .banner-content .field-slide-text {
    text-align: center;
  }
}

#block-banner-wrapper .slick-dots {
  bottom: 20px;
  z-index: 2;
}

#block-banner-wrapper .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

#block-banner-wrapper .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50px;
}

#block-banner-wrapper .slick-dots li button::before {
  display: none;
}

#block-banner-wrapper .slick-dots li.slick-active button {
  background-color: #00B4FF;
}

#block-subcategories-wrapper {
  margin-bottom: 50px;
}

#block-subcategories-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

#block-subcategories-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

#block-highlights-wrapper {
  margin-bottom: 50px;
}

@media all and (max-width: 768px) {
  #block-highlights-wrapper {
    margin-bottom: 0px;
  }
}

#block-highlights-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

#block-highlights-wrapper .block-body .row-fluid {
  display: flex;
  flex-wrap: wrap;
}

@media all and (max-width: 980px) {
  #block-highlights-wrapper .block-body .row-fluid {
    justify-content: center;
  }
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 {
  width: calc(33.33% - 20px);
  max-width: 380px;
  margin-right: 30px;
}

@media all and (max-width: 980px) {
  #block-highlights-wrapper .block-body .row-fluid .col-span-3 {
    width: calc(50% - 15px);
    margin-bottom: 30px;
  }

  #block-highlights-wrapper .block-body .row-fluid .col-span-3:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media all and (max-width: 680px) {
  #block-highlights-wrapper .block-body .row-fluid .col-span-3 {
    width: 100%;
    max-width: 380px;
    margin-right: 0px !important;
  }
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3:last-child {
  margin-right: 0;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-header {
  position: relative;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-header .field-highlights-number {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 30px;
  left: -10px;
  width: 60px;
  height: 40px;
  background-color: #00B4FF;
  padding-right: 10px;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-header .field-highlights-number span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  line-height: 40px;
  color: #FFFFFF;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-header .field-highlights-image {
  width: 50%;
  height: 100px;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-body {
  padding: 10px 0px 20px 0px;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-body .field-highlights-title span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 18px;
  color: #003D71;
  text-transform: uppercase;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-body .field-highlights-lead {
  margin-top: 15px;
}

#block-highlights-wrapper .block-body .row-fluid .col-span-3 .col-body .field-highlights-lead span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #003D71;
}

/* Page Selection Associate */

#block-selection-associate-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding: 80px 0;
}

@media all and (max-width: 768px) {
  #block-selection-associate-wrapper {
    padding: 40px 0px;
  }
}

#block-selection-associate-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  #block-selection-associate-wrapper .block-title {
    margin-bottom: 40px;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr {
  display: flex;
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th {
  display: flex;
  align-items: center;
  padding: 4px 10px;
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th span {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}

@media all and (max-width: 380px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th span {
    font-size: 13px;
    line-height: 17px;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-company {
  width: 100%;
  max-width: 285px;
  background-color: #003D71;
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-company {
    max-width: 50%;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-associate {
  width: 100%;
  max-width: calc(100% - 350px);
  background-color: #00B4FF;
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-associate {
    max-width: 50%;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-action {
  width: 100%;
  max-width: 65px;
  background-color: #00B4FF;
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .thead .tr .th.th-action {
    display: none;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr {
  display: flex;
  border-bottom: 1px solid #D2D3D4;
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td {
  display: flex;
  align-items: center;
  padding: 10px 10px;
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td span {
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-company {
  width: 100%;
  max-width: 285px;
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-company {
    max-width: 50%;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-associate {
  width: 100%;
  max-width: calc(100% - 350px);
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-associate {
    max-width: 40%;
  }
}

#block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-action {
  justify-content: center;
  width: 100%;
  max-width: 65px;
}

@media all and (max-width: 580px) {
  #block-selection-associate-wrapper .block-body .block-list-user-associates .block-table .tbody .tr .td.td-action {
    max-width: 10%;
  }
}

#block-selection-associate-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

/* Page Selection Hotel Unit */

#block-selection-hotel-unit-wrapper {
  padding: 80px 0;
}

@media all and (max-width: 768px) {
  #block-selection-hotel-unit-wrapper {
    padding: 40px 0px;
  }
}

#block-selection-hotel-unit-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  #block-selection-hotel-unit-wrapper .block-title {
    margin-bottom: 40px;
  }
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units {
  padding: 0 80px;
}

@media all and (max-width: 768px) {
  #block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units {
    padding: 0 50px;
  }
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units #block-slider-hotel-units {
  display: none;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group {
  max-width: 920px;
  margin: 0 auto;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-slide {
  margin: 0 15px;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-list {
  margin: 0 -15px;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item {
  position: relative;
  min-width: 160px;
  background-color: #D2D3D4;
  border-radius: 20px;
  padding: 15px 15px;
  cursor: pointer;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item .block-item-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item .block-item-image .border-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item .block-item-image .border-image .bg-hotel-unit-img {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 50%;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item .block-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item .block-item-name span {
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  color: #003D71;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item:hover .block-item-image .border-image {
  border: 3px solid #00B4FF;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item:hover .block-item-name span {
  font-weight: 600;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item input[type=radio]:checked + .block-item-wrapper .block-item-icon .border-icon {
  border: 3px solid #00B4FF;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .block-list-item input[type=radio]:checked + .block-item-wrapper .block-item-name span {
  font-weight: 600;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-prev,
#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-next {
  width: 40px;
  height: 40px;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-prev:before,
#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-next:before {
  display: none;
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-prev {
  left: -70px;
}

@media all and (max-width: 768px) {
  #block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-prev {
    left: -50px;
  }
}

#block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-next {
  right: -70px;
}

@media all and (max-width: 768px) {
  #block-selection-hotel-unit-wrapper .block-body .block-list-user-hotel-units .block-list-group .slick-next {
    right: -50px;
  }
}

/* Page Profile */

#block-profile-associates-wrapper {
  padding-bottom: 60px;
}

#block-profile-associates-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#block-profile-associates-wrapper .block-title p {
  margin-top: 30px;
}

#block-profile-associates-wrapper .block-body .row-group {
  display: flex;
}

#block-profile-associates-wrapper .block-body .row-group .item-group {
  width: 100%;
  max-width: 350px;
  margin-right: 30px;
  margin-bottom: 30px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group:last-child {
  margin-right: 0px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group.item-group-small {
  width: 100%;
  max-width: 160px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group.item-group-medium {
  width: 100%;
  max-width: 540px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group.item-group-big {
  width: 100%;
  max-width: 730px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-label {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background-color: #D2D3D4;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-label span {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px 5px 20px;
  border-bottom: 1px solid #003D71;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info span {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  font-style: normal;
  font-weight: 400;
  color: #003D71;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info .item-icon {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 5px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info .item-icon:hover svg path {
  fill: #00B4FF;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info.item-info-edited {
  padding: 15px 34px 5px 20px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info.item-email-info {
  padding: 15px 34px 5px 20px;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info.item-email-info .item-icon {
  cursor: default;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info.item-email-info .item-icon svg {
  cursor: pointer;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-info.item-email-info .item-icon svg.active path {
  fill: #00B4FF;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-input {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 34px 5px 20px;
  border-bottom: 1px solid #003D71;
  display: none;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-input form {
  width: 100%;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-input input {
  width: 100%;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.28px;
  font-style: normal;
  font-weight: 400;
  color: #003D71;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-input .item-icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  bottom: 5px;
  right: 5px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#block-profile-associates-wrapper .block-body .row-group .item-group .item-input .item-icon:hover svg circle {
  fill: #00B4FF;
}

#block-hotel-units-associates-wrapper {
  padding-bottom: 80px;
}

#block-hotel-units-associates-wrapper .block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 {
  width: calc(33.33% - 20px);
  margin-right: 30px;
  margin-bottom: 30px;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3:nth-child(3n+3),
#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3:last-child {
  margin-right: 0px;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 .list-header {
  padding: 10px 20px;
  background-color: #003D71;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 .list-header span {
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #FFFFFF;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 ul.list-hotel-units {
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 ul.list-hotel-units li {
  padding: 10px 20px;
  border-bottom: 1px solid #003D71;
}

#block-hotel-units-associates-wrapper .block-body .list-user-regions .list-col-3 ul.list-hotel-units li span {
  font-size: 12px;
  line-height: 14px;
  font-style: normal;
  font-weight: 400;
  color: #003D71;
}

#block-hotel-units-associates-wrapper .block-body form#addProfileHotelUnit {
  display: none;
  max-width: 810px;
  margin: 0 auto;
}

#block-hotel-units-associates-wrapper .block-body form#addProfileHotelUnit .form-field-invalid {
  display: none;
}

#block-hotel-units-associates-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

#block-profile-institutions-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#block-profile-institutions-wrapper #formEditInstitution {
  padding-bottom: 60px;
}

#block-profile-institutions-wrapper #formEditInstitution .form-row .form-group .item-email-info {
  position: relative;
  display: flex;
  align-items: center;
}

#block-profile-institutions-wrapper #formEditInstitution .form-row .form-group .item-email-info .item-icon {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 5px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#block-profile-partners-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 20px;
}

#block-profile-partners-wrapper #formEditPartner {
  padding-bottom: 60px;
}

#block-profile-partners-wrapper #formEditPartner .form-row .form-group .item-email-info {
  position: relative;
  display: flex;
  align-items: center;
}

#block-profile-partners-wrapper #formEditPartner .form-row .form-group .item-email-info .item-icon {
  position: absolute;
  display: flex;
  bottom: 5px;
  right: 5px;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

/* Page Donations > Donate > Selection */

#block-selection-categories-wrapper {
  padding: 80px 0;
}

@media all and (max-width: 768px) {
  #block-selection-categories-wrapper {
    padding: 40px 0px;
  }
}

#block-selection-categories-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  #block-selection-categories-wrapper .block-title {
    margin-bottom: 40px;
  }
}

#block-selection-categories-wrapper .block-body .block-list-categories {
  padding: 0 80px;
}

@media all and (max-width: 768px) {
  #block-selection-categories-wrapper .block-body .block-list-categories {
    padding: 0 50px;
  }
}

#block-selection-categories-wrapper .block-body .block-list-categories #block-slider-categories {
  display: none;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group {
  max-width: 950px;
  margin: 0 auto;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-slide {
  margin: 0 15px;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-list {
  margin: 0 -15px;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item {
  position: relative;
  min-width: 160px;
  background-color: #D2D3D4;
  border-radius: 20px;
  padding: 15px 15px;
  cursor: pointer;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item .block-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item .block-item-icon .border-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item .block-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item .block-item-name span {
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  color: #003D71;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item:hover .block-item-icon .border-icon {
  border: 3px solid #00B4FF;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item:hover .block-item-name span {
  font-weight: 600;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item input[type=checkbox]:checked + .block-item-wrapper .block-item-icon .border-icon {
  border: 3px solid #00B4FF;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item input[type=checkbox]:checked + .block-item-wrapper .block-item-name span {
  font-weight: 600;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item.disabled {
  pointer-events: none;
  cursor: default;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item.disabled .block-item-icon svg circle {
  fill: #595A5C;
  opacity: 0.5;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .block-list-item.disabled .block-item-name span {
  color: #595A5C;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-prev,
#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-next {
  width: 40px;
  height: 40px;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-prev:before,
#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-next:before {
  display: none;
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-prev {
  left: -70px;
}

@media all and (max-width: 768px) {
  #block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-prev {
    left: -50px;
  }
}

#block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-next {
  right: -70px;
}

@media all and (max-width: 768px) {
  #block-selection-categories-wrapper .block-body .block-list-categories .block-list-group .slick-next {
    right: -50px;
  }
}

#block-selection-categories-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

/* Page Donations > Donate > List */

#block-list-categories-wrapper {
  padding: 50px 0 80px 0;
}

#block-list-categories-wrapper .block-body {
  display: flex;
}

#block-list-categories-wrapper .block-body .block-column-left {
  width: 78px;
}

#block-list-categories-wrapper .block-body .block-column-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#block-list-categories-wrapper .block-body .block-column-left ul li {
  cursor: pointer;
}

#block-list-categories-wrapper .block-body .block-column-left ul li .block-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#block-list-categories-wrapper .block-body .block-column-left ul li .block-item-icon .border-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

#block-list-categories-wrapper .block-body .block-column-left ul li .block-item-icon .border-icon svg {
  width: 64px;
  height: 64px;
}

#block-list-categories-wrapper .block-body .block-column-left ul li:hover .block-item-icon .border-icon,
#block-list-categories-wrapper .block-body .block-column-left ul li.actived .block-item-icon .border-icon {
  border: 3px solid #00B4FF;
}

#block-list-categories-wrapper .block-body .block-column-left ul li.completed .block-item-icon .border-icon {
  position: relative;
}

#block-list-categories-wrapper .block-body .block-column-left ul li.completed .block-item-icon .border-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url("/images/icon-completed.svg");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 20px 20px;
  z-index: 0;
}

#block-list-categories-wrapper .block-body .block-column-left ul li.disabled {
  pointer-events: none;
  display: none;
  cursor: default;
}

#block-list-categories-wrapper .block-body .block-column-left ul li.disabled .block-item-icon svg circle {
  fill: #595A5C;
  opacity: 0.5;
}

#block-list-categories-wrapper .block-body .block-column-right {
  width: calc(100% - 78px);
}

#block-list-categories-wrapper .block-body .block-column-right #block-alert-error {
  display: none;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  margin-bottom: 40px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-label-required {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

#block-list-categories-wrapper .block-body .block-column-right .block-label-required .field-label-required {
  display: flex;
  align-items: center;
  padding: 2px 10px;
  margin-bottom: 5px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-label-required .field-label-required span {
  font-size: 8px;
  line-height: 10px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.16px;
  color: #595A5C;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item {
  margin-bottom: 20px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-subcategory-header {
  background-color: #003D71;
  padding: 4px 15px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-subcategory-header span {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item {
  border-bottom: 1px solid #D2D3D4;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header {
  display: flex;
  padding: 6px 15px;
  align-items: center;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-title {
  width: calc(100% - 151px);
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-title span {
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-minus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  background-color: rgba(210, 211, 212, 0.3);
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  -moz-appearance: textfield;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-webkit-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-moz-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input:-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::placeholder {
  color: #003D71;
  opacity: 1;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input:-ms-input-placeholder {
  color: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-ms-input-placeholder {
  color: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-webkit-outer-spin-button,
#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-total span {
  display: none;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add .part-number-plus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add.is-invalid .part-number-minus span {
  color: #FA2838;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add.is-invalid .part-number-total span {
  color: #FA2838;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-add.is-invalid .part-number-plus span {
  color: #FA2838;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img {
  position: relative;
  cursor: pointer;
  margin-left: 30px;
  background-color: #D2D3D4;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img > div {
  display: flex;
  align-items: center;
  z-index: 0;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img > div .placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  width: 120px;
  min-height: 20px;
  border: 1px solid #595A5C;
  border-radius: 0;
  font-size: 9px;
  line-height: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18px;
  color: #000000;
  padding: 4px 10px;
  height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img > div .placeholder span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img > div .button-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 0;
  margin: 0;
  margin-left: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: #D2D3D4;
  color: #595A5C;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .field-part-img.is-invalid > div .placeholder {
  border: 1px solid #FA2838;
  color: #FA2838;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-edit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  cursor: pointer;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-edit:hover svg path,
#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-header .part-edit.activePart svg path {
  fill: #003D71;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras {
  display: none;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes .field-label-notes {
  display: flex;
  align-items: center;
  background-color: #D2D3D4;
  border: 1px solid #D2D3D4;
  border-bottom: 0 !important;
  padding: 5px 15px;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes .field-label-notes span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 600;
  color: #595A5C;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes textarea {
  width: 100%;
  border: 1px solid #D2D3D4;
  border-top: 0 !important;
  resize: none;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes.is-invalid .field-label-notes {
  border: 1px solid #FA2838;
}

#block-list-categories-wrapper .block-body .block-column-right .block-list-subcategories .block-subcategory-item .block-list-parts .block-part-item .block-part-extras .field-part-notes.is-invalid textarea {
  border: 1px solid #FA2838;
  color: #FA2838;
}

#block-list-categories-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#block-list-categories-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

/* Page Donations > Donate > Resume */

#block-resume-information-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}

#block-resume-information-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#block-resume-information-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

#block-resume-information-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

/* Page Donations > Donate > Form */

#block-form-information-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 60px 0 80px 0;
}

#block-form-information-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

#block-form-information-wrapper .block-title p {
  margin-top: 30px;
}

#block-form-information-wrapper #block-alert-error {
  margin-bottom: 0;
}

#block-form-information-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

/* Page Donations > Consult > Stock */

#block-consult-stock-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

#block-consult-stock-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit {
  display: none;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-minus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  background-color: rgba(210, 211, 212, 0.3);
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  -moz-appearance: textfield;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-webkit-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-moz-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input:-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::placeholder {
  color: #003D71;
  opacity: 1;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input:-ms-input-placeholder {
  color: #003D71;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-ms-input-placeholder {
  color: #003D71;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-webkit-outer-spin-button,
#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-total span {
  display: none;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit .part-number-plus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit.is-invalid .part-number-minus span {
  color: #FA2838;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit.is-invalid .part-number-total span {
  color: #FA2838;
}

#block-consult-stock-wrapper .block-body .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity .form-part-edit .part-number-edit.is-invalid .part-number-plus span {
  color: #FA2838;
}

#block-consult-stock-wrapper .block-body .block-stock-not-results {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* Page Donations > Consult > Request */

#block-consult-requests-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

#block-consult-requests-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #00B4FF;
  padding: 5px 30px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-items-right {
  width: 50px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-items-right span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 50px);
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
  height: 18px;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 2px solid #FFFFFF;
  border-radius: 50px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button .radio-button-wrapper::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button label {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  color: #FFFFFF;
  margin: 0px;
  margin-right: 15px;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 2px solid #003D71;
}

#block-consult-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #003D71;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting:before,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc:before,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc:before,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc_disabled:before,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting:after,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc:after,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc:after,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc_disabled:after,
#block-consult-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table thead {
  background-color: #003D71;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table thead tr {
  height: 30px;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr {
  height: 35px;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.dataTables_empty,
#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.dataTables_empty a,
#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-2 span {
  color: #00B4FF;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-3 span {
  color: #449A47;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-1 span {
  color: #F49323;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-4 span {
  color: #FA2838;
}

#block-consult-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-5 span {
  color: #FA2838;
}

/* Page Donations > Consult > Request > Details */

#block-consult-requests-details-wrapper {
  padding: 0 0 80px 0;
}

#block-consult-requests-details-wrapper .block-request-details-first-step {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

#block-consult-requests-details-wrapper .block-request-details-second-step {
  display: none;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}

#block-consult-requests-details-wrapper .block-request-details-second-step #block-alert-error {
  display: none;
}

#block-consult-requests-details-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

#block-consult-requests-details-wrapper .block-title h4 {
  text-align: center;
}

#block-consult-requests-details-wrapper .block-title h4.status-2 {
  color: #00B4FF;
}

#block-consult-requests-details-wrapper .block-title h4.status-3 {
  color: #449A47;
}

#block-consult-requests-details-wrapper .block-title h4.status-1 {
  color: #F49323;
}

#block-consult-requests-details-wrapper .block-title h4.status-4 {
  color: #FA2838;
}

#block-consult-requests-details-wrapper .block-title h4.status-5 {
  color: #FA2838;
}

#block-consult-requests-details-wrapper .block-body .reject-reason-info {
  color: #FA2838;
}

#block-consult-requests-details-wrapper .block-body .form-fieldset .form-subtitle {
  margin-top: 20px;
}

#block-consult-requests-details-wrapper .block-body .form-row {
  align-items: flex-end;
}

#block-consult-requests-details-wrapper .block-body .form-row .form-group-special {
  display: flex;
  margin-top: 20px;
}

#block-consult-requests-details-wrapper .block-body .form-row .form-group-special .group-date,
#block-consult-requests-details-wrapper .block-body .form-row .form-group-special .group-hour {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

#block-consult-requests-details-wrapper .block-body .form-row .form-group-special .group-date input,
#block-consult-requests-details-wrapper .block-body .form-row .form-group-special .group-hour input {
  color: #003D71;
  font-size: 12px;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #003D71;
}

#block-consult-requests-details-wrapper .block-body .form-row .group-accept {
  display: flex;
}

#block-consult-requests-details-wrapper .block-body .form-row .download-pdf {
  display: flex;
  align-items: center;
}

#block-consult-requests-details-wrapper .block-body .form-row .download-pdf label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
  font-style: normal;
  color: #003D71;
  margin-right: 15px;
}

#block-consult-requests-details-wrapper .block-body .block-resume-list {
  margin-top: 20px;
}

#block-consult-requests-details-wrapper .block-body .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 20px;
}

#block-consult-requests-details-wrapper .block-body .radio-button input[type=radio] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

#block-consult-requests-details-wrapper .block-body .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #003D71;
  border-radius: 50px;
}

#block-consult-requests-details-wrapper .block-body .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
}

#block-consult-requests-details-wrapper .block-body .radio-button label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
  text-transform: uppercase;
}

#block-consult-requests-details-wrapper .block-body .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#block-consult-requests-details-wrapper .block-body .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#block-consult-requests-details-wrapper .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#block-consult-requests-details-wrapper .is-invalid .radio-button label {
  color: #FA2838;
}

#block-consult-requests-details-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#block-consult-requests-details-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

/* Page Donations > Consult > Request > Details > Document */

#block-consult-requests-details-document-wrapper {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
  padding: 40px 0 80px 0;
}

#block-consult-requests-details-document-wrapper .block-title {
  text-align: center;
  margin-bottom: 40px;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button input[type=radio] {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border: 1px solid #003D71;
  border-radius: 50px;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 100%;
  height: 12px;
  width: 12px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 30px;
  text-transform: uppercase;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#block-consult-requests-details-document-wrapper .block-body .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#block-consult-requests-details-document-wrapper .block-body .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#block-consult-requests-details-document-wrapper .block-body .is-invalid .radio-button label {
  color: #FA2838;
}

#block-consult-requests-details-document-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#block-consult-requests-details-document-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

#block-requests-document-receipt-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}

#block-requests-document-receipt-wrapper .block-title {
  text-align: center;
  margin-bottom: 50px;
}

#block-requests-document-receipt-wrapper .block-title p {
  margin-top: 15px;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory {
  max-width: 100%;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-title {
  width: calc(100% - 150px);
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  max-width: 80px;
  margin-left: 20px;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total input {
  max-width: 55px;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #595A5C;
  border-radius: 0;
  margin: 0;
  padding: 0;
  padding-right: 10px;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.22px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
  text-align: right;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total input::-webkit-outer-spin-button,
#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total input[type=number] {
  -moz-appearance: textfield;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-total span {
  position: absolute;
  right: 0;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.22px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-total-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #D2D3D4;
  padding: 5px 15px;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-total-items .block-total-items-label {
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #595A5C;
  text-transform: uppercase;
}

#block-requests-document-receipt-wrapper .block-resume-list .block-total-items .block-total-items-number {
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 0.22px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

#block-requests-document-receipt-wrapper .form-group-special {
  display: flex;
}

#block-requests-document-receipt-wrapper .form-group-special .group-date,
#block-requests-document-receipt-wrapper .form-group-special .group-hour {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

#block-requests-document-receipt-wrapper .form-group-special .group-date input,
#block-requests-document-receipt-wrapper .form-group-special .group-hour input {
  color: #595A5C;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #003D71;
}

#block-requests-document-receipt-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

#block-requests-document-receipt-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

#block-requests-document-declaration-wrapper {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 50px 0 80px 0;
}

#block-requests-document-declaration-wrapper .block-title {
  text-align: center;
  margin-bottom: 50px;
}

#block-requests-document-declaration-wrapper .block-title p {
  margin-top: 15px;
}

#block-requests-document-declaration-wrapper .block-resume-list .block-resume-categories .block-resume-subcategory {
  max-width: 100%;
}

#block-requests-document-declaration-wrapper .block-resume-list .block-total-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #D2D3D4;
  padding: 5px 15px;
}

#block-requests-document-declaration-wrapper .block-resume-list .block-total-items .block-total-items-label {
  font-size: 14px;
  line-height: 17px;
  font-style: normal;
  font-weight: 700;
  color: #595A5C;
  text-transform: uppercase;
}

#block-requests-document-declaration-wrapper .block-resume-list .block-total-items .block-total-items-number {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

#block-requests-document-declaration-wrapper .form-group-special {
  display: flex;
}

#block-requests-document-declaration-wrapper .form-group-special .group-date,
#block-requests-document-declaration-wrapper .form-group-special .group-hour {
  width: 100%;
  max-width: 180px;
  margin-right: 30px;
}

#block-requests-document-declaration-wrapper .form-group-special .group-date input,
#block-requests-document-declaration-wrapper .form-group-special .group-hour input {
  color: #595A5C;
  text-align: center;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #003D71;
}

#block-requests-document-declaration-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

#block-requests-document-declaration-wrapper .block-footer .button:not(:last-child) {
  margin-right: 30px;
}

/* Page Donations > Feedback */

#page-donation-feedback .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-donation-feedback .limit-wrapper #block-alert-error {
  display: none;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution,
#page-donation-feedback .limit-wrapper #jobFeedbackForm,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution {
  margin-top: 100px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-field-invalid,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-field-invalid,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-field-invalid,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-field-invalid,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-field-invalid,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-field-invalid {
  display: none;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .no-listing-parts-text-container .no-listing-parts-text,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .no-listing-parts-text-container .no-listing-parts-text,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .no-listing-parts-text-container .no-listing-parts-text,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .no-listing-parts-text-container .no-listing-parts-text a,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text a,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text a,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .no-listing-parts-text-container .no-listing-parts-text a,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .no-listing-parts-text-container .no-listing-parts-text a,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .no-listing-parts-text-container .no-listing-parts-text a {
  color: #00B4FF;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-fieldset-title,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-fieldset-title,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-fieldset-title,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-fieldset-title,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-fieldset-title,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-fieldset-title {
  margin-bottom: 20px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-fieldset-title label,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-fieldset-title label,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-fieldset-title label,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-fieldset-title label,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-fieldset-title label,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-fieldset-title label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
  text-transform: uppercase;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .feedback-classification,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .feedback-classification,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .feedback-classification,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .feedback-classification,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .feedback-classification,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .feedback-classification {
  margin-top: 15px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .feedback-classification.is-invalid label,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .feedback-classification.is-invalid label,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .feedback-classification.is-invalid label,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .feedback-classification.is-invalid label,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .feedback-classification.is-invalid label,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .feedback-classification.is-invalid label {
  color: #FA2838;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio {
  margin-top: 5px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .title,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .title,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .title,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .title,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .title,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .title {
  margin-bottom: 15px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio span,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio span,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio span,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio span,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio span,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio span {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: auto;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container {
  margin-top: 5px;
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 30px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container.container-classification,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container.container-classification,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container.container-classification,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container.container-classification,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container.container-classification,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container.container-classification {
  margin-right: 4px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container:last-of-type,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container:last-of-type,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container:last-of-type,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container:last-of-type,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container:last-of-type,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container:last-of-type {
  margin-right: 0;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container span,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container span,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container span,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container span,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container span,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container span {
  margin-right: 12px;
  font-size: 12px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container input,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container input,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container input,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container input,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container input,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .checkmark,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .checkmark {
  position: relative;
  float: right;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #003D71;
  border-radius: 50%;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container:hover input ~ .checkmark,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container:hover input ~ .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container:hover input ~ .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container:hover input ~ .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container:hover input ~ .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #003D71;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container input:checked ~ .checkmark,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container input:checked ~ .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container input:checked ~ .checkmark,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #003D71;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .checkmark:after,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container input:checked ~ .checkmark:after,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container input:checked ~ .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container input:checked ~ .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container input:checked ~ .checkmark:after {
  display: block;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .container .checkmark:after,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .container .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .container .checkmark:after,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .container .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .container .checkmark:after,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .container .checkmark:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00B4FF;
  top: 3px;
  left: 3px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-input-radio .checkbox-button,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-input-radio .checkbox-button,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-input-radio .checkbox-button,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-input-radio .checkbox-button,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-input-radio .checkbox-button,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-input-radio .checkbox-button {
  margin-bottom: 10px;
}

#page-donation-feedback .limit-wrapper #donationFeedbackForm .form-group-footer,
#page-donation-feedback .limit-wrapper #donationFeedbackFormInstitution .form-group-footer,
#page-donation-feedback .limit-wrapper #jobFeedbackFormInstitution .form-group-footer,
#page-donation-feedback .limit-wrapper #jobFeedbackForm .form-group-footer,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackForm .form-group-footer,
#page-donation-feedback .limit-wrapper #volunteeringFeedbackFormInstitution .form-group-footer {
  padding-top: 20px;
  padding-bottom: 60px;
}

/* Institutions */

/* Page Notifications */

#block-notifications-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#block-notifications-wrapper .block-title {
  text-align: center;
  margin-bottom: 50px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table {
  border-collapse: collapse;
  width: 100%;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table .table-header {
  background: #003D71;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table .table-header th {
  vertical-align: middle;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  padding: 5px 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-align: start;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table tr {
  max-height: 50px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table tr td ul {
  background-color: #E8F7FD;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table tr:nth-child(even) td ul {
  background-color: #F2F9FC;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table tr.table-row-header td ul,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table tr.table-row-header-subcategory td ul {
  background-color: #D5F1FC;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category {
  width: 260px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category ul {
  list-style-type: none;
  margin-right: 4px;
  height: 50px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul {
  list-style-type: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li {
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li span,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li span {
  vertical-align: middle;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button {
  position: relative;
  display: inline-block;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button .checkbox-wrapper,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button .checkbox-wrapper {
  width: 20px;
  height: 20px;
  border: 1.5px solid #595A5C;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button .checkbox-wrapper:before,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button .checkbox-wrapper:before {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 1.5px solid #003D71;
  border-top: 0;
  border-right: 0;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button input[type=checkbox].checkbox-subcategory {
  position: absolute;
  width: 20px;
  display: block;
  height: 20px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper:before,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper:before {
  opacity: 1;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper,
#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper {
  border: 1.5px solid #003D71;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-body table td.part ul li span {
  vertical-align: middle;
  color: #595A5C;
  font-size: 12px;
  font-weight: 400;
}

#block-notifications-wrapper #formUserInstitutionNotifications .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

/* Page FAQ's */

#block-list-faqs .block-faqs-item {
  margin-bottom: 40px;
}

#block-list-faqs .block-faqs-item .block-header-faq span {
  font-size: 16px;
  line-height: 18px;
  font-weight: 600;
  color: #003D71;
  text-transform: uppercase;
}

#block-list-faqs .block-faqs-item .block-header-faq span:after {
  display: block;
  content: "";
  width: 65px;
  height: 5px;
  background-color: #003D71;
  margin-top: 5px;
  margin-bottom: 15px;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item {
  margin-bottom: 20px;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #003D71;
  padding: 8px 15px;
  cursor: pointer;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-header span {
  font-size: 14px;
  line-height: 16px;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-header svg {
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-header.active svg {
  transform: rotate(180deg);
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-body {
  display: none;
  padding: 10px 15px;
  border-bottom: 1px solid #D2D3D4;
}

#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-body p,
#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-body a,
#block-list-faqs .block-faqs-item .block-accordion-faqs .accordion-item .accordion-body span {
  font-size: 13px;
  line-height: 17px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

/* List Resume */

.block-resume-list .block-resume-categories {
  margin-bottom: 40px;
}

.block-resume-list .block-resume-categories .list-categories-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  color: #003D71;
  text-transform: uppercase;
}

.block-resume-list .block-resume-categories .list-categories-title span:after {
  display: block;
  content: "";
  width: 65px;
  height: 5px;
  background-color: #003D71;
  margin-top: 5px;
  margin-bottom: 15px;
}

.block-resume-list .block-resume-categories .block-resume-subcategory {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item {
  margin-bottom: 20px;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-header {
  background-color: #003D71;
  padding: 4px 15px;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-header span {
  font-size: 14px;
  line-height: 18px;
  font-style: normal;
  font-weight: 600;
  color: #FFFFFF;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item {
  min-height: 35px;
  border-bottom: 1px solid #D2D3D4;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header {
  display: flex;
  padding: 6px 15px;
  justify-content: space-between;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-title {
  width: calc(100% - 50px);
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-title span {
  font-size: 13px;
  line-height: 15px;
  font-style: normal;
  font-weight: 400;
  color: #595A5C;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-quantity span {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

.block-resume-list .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 10px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-title {
  width: calc(100% - 160px);
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras {
  margin-left: 10px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-image {
  position: relative;
  padding-right: 15px;
  height: 16px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-image svg {
  cursor: pointer;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-image svg:hover path,
.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-image svg.active path {
  fill: #003D71;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-notes {
  position: relative;
  padding-right: 15px;
  height: 16px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-notes svg {
  cursor: pointer;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-notes svg:hover path,
.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-notes svg.active path {
  fill: #003D71;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-edit {
  height: 16px;
  cursor: pointer;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-edit:hover svg path {
  fill: #003D71;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-save {
  display: none;
  height: 16px;
  cursor: pointer;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .part-item-header .part-item-header-extras .btn-extra-save:hover svg circle {
  fill: #003D71;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras {
  display: none;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 5px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes .field-label-notes {
  display: flex;
  align-items: center;
  background-color: #D2D3D4;
  border: 1px solid #D2D3D4;
  border-bottom: 0 !important;
  padding: 5px 15px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes .field-label-notes span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 600;
  color: #595A5C;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes textarea {
  width: 100%;
  border: 1px solid #D2D3D4;
  border-top: 0 !important;
  resize: none;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes.is-invalid .field-label-notes {
  border: 1px solid #FA2838;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-notes.is-invalid textarea {
  border: 1px solid #FA2838;
  color: #FA2838;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img {
  position: relative;
  cursor: pointer;
  margin-bottom: 5px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img input {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img > div {
  display: flex;
  align-items: center;
  z-index: 0;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img > div .placeholder {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 255px;
  min-height: 20px;
  border: 1px solid #595A5C;
  border-radius: 0;
  font-size: 9px;
  line-height: 11px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.18px;
  color: #000000;
  padding: 4px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 22px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img > div .placeholder span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img > div .button-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 85px;
  min-height: 20px;
  padding: 5px;
  border: 0;
  margin: 0;
  margin-left: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 0;
  background: #D2D3D4;
  color: #595A5C;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img > div .button-upload span {
  font-size: 8px;
  line-height: 10px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0.16px;
  margin-right: 5px;
}

.block-resume-list.block-resume-actions .block-resume-categories .block-resume-subcategory .list-subcategory-item .list-subcategory-parts .list-subcategory-part-item .block-part-extras .field-part-img.is-invalid > div .placeholder {
  border: 1px solid #FA2838;
  color: #FA2838;
}

#block-parts-order-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 40px;
}

#block-parts-order-wrapper .block-title {
  text-align: center;
}

#block-parts-order-wrapper .block-subtitle {
  text-align: center;
  margin-top: 25px;
}

#block-parts-order-wrapper #formOrderParts .block-regions {
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 10px 20px 0px 20px;
  background-color: #00B4FF;
}

#block-parts-order-wrapper #formOrderParts .block-regions .title-wrapper span.title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 60px;
  list-style: none;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button {
  position: relative;
  display: flex;
  align-items: center;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button input[type=checkbox] {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button .check-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid white;
  border-radius: 9px;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button .check-button-wrapper:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  z-index: 1;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px;
  margin-right: 10px;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button input[type=checkbox]:checked + .check-button-wrapper:before {
  background: #003D71;
}

#block-parts-order-wrapper #formOrderParts .block-regions ul li .check-button input[type=checkbox]:checked + .check-button-wrapper {
  border: 1.5px solid #003D71;
}

#block-parts-order-wrapper #formOrderParts .block-parts {
  margin-top: 15px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table {
  border-collapse: collapse;
  width: 100%;
}

#block-parts-order-wrapper #formOrderParts .block-parts table .table-header {
  background: #003D71;
}

#block-parts-order-wrapper #formOrderParts .block-parts table .table-header th {
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: start;
  text-transform: uppercase;
}

#block-parts-order-wrapper #formOrderParts .block-parts table tr {
  max-height: 50px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table tr td ul {
  background-color: #E8F7FD;
  margin-bottom: 0rem;
}

#block-parts-order-wrapper #formOrderParts .block-parts table tr:nth-child(even) td ul {
  background-color: #F2F9FC;
}

#block-parts-order-wrapper #formOrderParts .block-parts table tr.table-row-header td ul {
  background-color: #D5F1FC;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category {
  width: 260px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category ul {
  list-style-type: none;
  margin-right: 4px;
  height: 50px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul {
  list-style-type: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li {
  height: 50px;
  line-height: 50px;
  display: inline-block;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li span {
  vertical-align: middle;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button {
  position: relative;
  display: inline-block;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button .checkbox-wrapper {
  width: 20px;
  height: 20px;
  border: 1.5px solid #595A5C;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button .checkbox-wrapper:before {
  content: "";
  width: 10px;
  height: 5px;
  position: absolute;
  top: 4px;
  left: 3px;
  border: 1.5px solid #003D71;
  border-top: 0;
  border-right: 0;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory {
  position: absolute;
  width: 20px;
  display: block;
  height: 20px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper:before {
  opacity: 1;
}

#block-parts-order-wrapper #formOrderParts .block-parts table td.subcategory ul li .checkbox-button input[type=checkbox].checkbox-subcategory:checked + .checkbox-wrapper {
  border: 1.5px solid #003D71;
}

#block-parts-order-wrapper #formOrderParts .form-group-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#block-parts-order-wrapper #formOrderParts .form-group-buttons.form-group-center {
  justify-content: center;
}

#block-parts-order-wrapper #formOrderParts .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

#block-parts-order-wrapper #formOrderParts .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

#block-register-parts-order-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 20px auto;
}

#block-register-parts-order-wrapper .block-title {
  text-align: center;
}

#block-register-parts-order-wrapper .block-subtitle {
  text-align: center;
  margin-top: 25px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .region-name {
  margin-top: 40px;
  text-align: center;
  color: #00B4FF;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 40px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 {
  width: 350px !important;
  margin-right: 16px;
  margin-left: 16px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 .select2-selection--single {
  border: 2px solid #00B4FF;
  border-radius: 0;
  height: 30px;
  background-color: #00B4FF;
  text-transform: uppercase;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding: 0 20px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: white;
  text-transform: uppercase;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  background-color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-filters .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit {
  margin-top: 40px;
  background-color: rgba(213, 241, 252, 0.8);
  padding: 30px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit .hotel-unit-name {
  color: #003D71;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit .hotel-unit-address {
  color: #003D71;
  font-size: 14px;
  font-weight: 600;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table {
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table .table-header {
  background: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table .table-header th {
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: start;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table .table-header th.no-padding {
  padding: 6px 0px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table .table-header th.centered {
  text-align: center;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table tr {
  max-height: 50px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table tr td {
  background-color: #E8F7FD;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table tr:nth-child(even) td {
  background-color: #F2F9FC;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table tr.table-row-header td,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table tr.table-row-header-subcategory td {
  background-color: #D5F1FC;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category {
  width: 260px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category ul {
  list-style-type: none;
  height: 50px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.subcategory,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.part {
  vertical-align: middle;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.subcategory span,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.part span {
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.part span {
  color: #8B8C8E;
  font-size: 12px;
  font-weight: 400;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.available-quantity {
  text-align: center;
  vertical-align: middle;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.available-quantity span {
  color: #595A5C;
  font-size: 14px;
  font-weight: 600;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity {
  vertical-align: middle;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-minus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  background-color: rgba(210, 211, 212, 0.3);
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 22px;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
  text-align: center;
  background-color: transparent;
  border: 0;
  box-shadow: none;
  -moz-appearance: textfield;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input.non-zero {
  color: #00B4FF;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-webkit-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-moz-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input:-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-ms-input-placeholder {
  color: #003D71;
  opacity: 1;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::placeholder {
  color: #003D71;
  opacity: 1;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input:-ms-input-placeholder {
  color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-ms-input-placeholder {
  color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-webkit-outer-spin-button,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total span {
  display: none;
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-total span.non-zero {
  color: #00B4FF;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.edit-quantity .part-add .part-number-plus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions {
  vertical-align: middle;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-image {
  position: relative;
  height: 16px;
  padding-right: 15px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg {
  cursor: pointer;
  height: 16px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg:hover path,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg.active path {
  fill: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes {
  position: relative;
  height: 16px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg {
  cursor: pointer;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg:hover path,
#block-register-parts-order-wrapper #formRegisterOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg.active path {
  fill: #003D71;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .form-group-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .form-group-buttons.form-group-center {
  justify-content: center;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

#block-register-parts-order-wrapper #formRegisterOrderParts .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

#block-resume-parts-order-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 20px auto;
}

#block-resume-parts-order-wrapper .block-title {
  text-align: center;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .region-name {
  margin-top: 40px;
  text-align: center;
  color: #00B4FF;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit {
  margin-top: 40px;
  background-color: rgba(213, 241, 252, 0.8);
  padding: 30px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .hotel-unit-name {
  color: #003D71;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .hotel-unit-address {
  color: #003D71;
  font-size: 14px;
  font-weight: 600;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table {
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table .table-header {
  background: #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table .table-header th {
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: start;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table .table-header th.no-padding {
  padding: 6px 0px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table .table-header th.centered {
  text-align: center;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table tr {
  max-height: 50px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table tr td {
  background-color: #E8F7FD;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table tr:nth-child(even) td {
  background-color: #F2F9FC;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table tr.table-row-header td,
#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table tr.table-row-header-subcategory td {
  background-color: #D5F1FC;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category {
  width: 260px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category ul {
  list-style-type: none;
  height: 50px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.subcategory,
#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.part {
  vertical-align: middle;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.subcategory span,
#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.part span {
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.part span {
  color: #8B8C8E;
  font-size: 12px;
  font-weight: 400;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.selected-quantity {
  text-align: center;
  vertical-align: middle;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.selected-quantity span {
  color: #595A5C;
  font-size: 14px;
  font-weight: 600;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions {
  vertical-align: middle;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-image {
  position: relative;
  height: 16px;
  padding-right: 15px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg {
  cursor: pointer;
  height: 16px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg:hover path,
#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-image svg.active path {
  fill: #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes {
  position: relative;
  height: 16px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg {
  cursor: pointer;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg:hover path,
#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit table td.actions .options .btn-extra-notes svg.active path {
  fill: #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability {
  margin-top: 40px;
  color: #003D71;
  display: flex;
  font-size: 12px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .dates-lead {
  font-weight: 400;
  text-transform: uppercase;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates {
  margin-top: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .form-fieldset {
  width: 100%;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .form-field-invalid {
  display: none;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-date {
  margin-right: 20px;
  max-width: 200px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-date input {
  border: 0;
  border-bottom: 1px solid #003D71;
  background-color: transparent;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-date #number-responsable {
  text-align: center;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-hour {
  display: flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-hour span.title {
  color: #003D71;
  font-weight: 600;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-hour span.is-invalid {
  color: #FA2838;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .group-responsable {
  margin-top: 30px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .form-note {
  width: 100%;
  text-align: left;
  margin-top: -20px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .form-note span {
  font-size: 11px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .form-change-dates .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .block-hotel-unit .collection-availability .block-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 20px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .form-group-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .form-group-buttons.form-group-center {
  justify-content: center;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

#block-resume-parts-order-wrapper #formResumeOrderParts .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

#block-requests-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 40px auto 80px auto;
}

#block-requests-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items {
  background-color: #00B4FF;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 30px;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-items-right {
  font-size: 14px;
  padding-right: 139px;
  padding-left: 30px;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-items-right span {
  font-weight: 600;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 2px solid #FFFFFF;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #FFFFFF;
  box-sizing: border-box;
  margin: 0px;
  margin-right: 15px;
  font-size: 12px;
  font-weight: 600;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  right: 0;
  cursor: pointer;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 2px solid #003D71;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #003D71;
}

#block-requests-wrapper .block-body .block-requests-filter .block-requests-filter-items .block-requests-filter-item-parts .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #FFFFFF;
}

#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting:before,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc:before,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc:before,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc_disabled:before,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting:after,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc:after,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc:after,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_asc_disabled:after,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#block-requests-wrapper .block-body .block-requests-tabel table.dataTable.row-border tbody th,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable.row-border tbody td,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable.display tbody th,
#block-requests-wrapper .block-body .block-requests-tabel table.dataTable.display tbody td {
  border-top: 1px solid #D2D3D4;
}

#block-requests-wrapper .block-body .block-requests-tabel table {
  width: 100%;
  max-width: 980px;
  font-size: 12px;
  color: #595A5C;
  margin-top: 10px !important;
}

#block-requests-wrapper .block-body .block-requests-tabel table thead {
  background-color: #003D71;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
}

#block-requests-wrapper .block-body .block-requests-tabel table thead tr {
  height: 30px;
}

#block-requests-wrapper .block-body .block-requests-tabel table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr {
  height: 35px;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-2 {
  color: #00B4FF;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-3 {
  color: #449A47;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-1 {
  color: #F49323;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-4 {
  color: #FA2838;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td.status-5 {
  color: #FA2838;
}

#block-requests-wrapper .block-body .block-requests-tabel table tbody tr td a {
  color: #595A5C;
}

#block-request-details-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto 20px auto;
}

#block-request-details-wrapper .block-title {
  text-align: center;
}

#block-request-details-wrapper h4 {
  margin-top: 40px;
  text-align: center;
}

#block-request-details-wrapper h4.status-2 {
  color: #00B4FF;
}

#block-request-details-wrapper h4.status-3 {
  color: #449A47;
}

#block-request-details-wrapper h4.status-1 {
  color: #F49323;
}

#block-request-details-wrapper h4.status-4 {
  color: #FA2838;
}

#block-request-details-wrapper h4.status-5 {
  color: #FA2838;
}

#block-request-details-wrapper .reject-reason-info {
  color: #FA2838;
}

#block-request-details-wrapper .block-hotel-unit {
  margin-top: 40px;
  background-color: rgba(213, 241, 252, 0.8);
  padding: 30px;
}

#block-request-details-wrapper .block-hotel-unit .delivery-date,
#block-request-details-wrapper .block-hotel-unit .contact {
  color: #003D71;
  font-size: 12px;
  font-weight: 600;
}

#block-request-details-wrapper .block-hotel-unit .download-pdf {
  float: right;
  margin-top: -15px;
  margin-right: 15px;
}

#block-request-details-wrapper table {
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
}

#block-request-details-wrapper table .table-header {
  background: #003D71;
}

#block-request-details-wrapper table .table-header th {
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: start;
}

#block-request-details-wrapper table .table-header th.no-padding {
  padding: 6px 0px;
}

#block-request-details-wrapper table .table-header th.centered {
  text-align: center;
}

#block-request-details-wrapper table tr {
  max-height: 50px;
}

#block-request-details-wrapper table tr td {
  background-color: #E8F7FD;
}

#block-request-details-wrapper table tr:nth-child(even) td {
  background-color: #F2F9FC;
}

#block-request-details-wrapper table tr.table-row-header td,
#block-request-details-wrapper table tr.table-row-header-subcategory td {
  background-color: #D5F1FC;
}

#block-request-details-wrapper table td.category {
  width: 260px;
}

#block-request-details-wrapper table td.category ul {
  list-style-type: none;
  height: 50px;
}

#block-request-details-wrapper table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#block-request-details-wrapper table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#block-request-details-wrapper table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#block-request-details-wrapper table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#block-request-details-wrapper table td.subcategory,
#block-request-details-wrapper table td.part {
  vertical-align: middle;
}

#block-request-details-wrapper table td.subcategory span,
#block-request-details-wrapper table td.part span {
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#block-request-details-wrapper table td.part span {
  color: #8B8C8E;
  font-size: 12px;
  font-weight: 400;
}

#block-request-details-wrapper table td.selected-quantity {
  text-align: center;
  vertical-align: middle;
}

#block-request-details-wrapper table td.selected-quantity span {
  color: #595A5C;
  font-size: 14px;
  font-weight: 600;
}

#block-request-details-wrapper table td.actions {
  vertical-align: middle;
}

#block-request-details-wrapper table td.actions .options {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-request-details-wrapper table td.actions .options .btn-extra-image {
  position: relative;
  height: 16px;
  padding-right: 15px;
}

#block-request-details-wrapper table td.actions .options .btn-extra-image svg {
  cursor: pointer;
  height: 16px;
}

#block-request-details-wrapper table td.actions .options .btn-extra-image svg:hover path,
#block-request-details-wrapper table td.actions .options .btn-extra-image svg.active path {
  fill: #003D71;
}

#block-request-details-wrapper table td.actions .options .btn-extra-notes {
  position: relative;
  height: 16px;
}

#block-request-details-wrapper table td.actions .options .btn-extra-notes svg {
  cursor: pointer;
}

#block-request-details-wrapper table td.actions .options .btn-extra-notes svg:hover path,
#block-request-details-wrapper table td.actions .options .btn-extra-notes svg.active path {
  fill: #003D71;
}

#block-request-details-wrapper table.without-delivery-info {
  margin-top: 50px;
}

#block-request-details-wrapper .form-group-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#block-request-details-wrapper .form-group-buttons.form-group-center {
  justify-content: center;
}

#block-request-details-wrapper .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

#block-request-details-wrapper .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

#block-request-details-wrapper #request-cancellation-dialog-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#block-request-details-wrapper #request-cancellation-dialog-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#sustainability .limit-wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

#sustainability .link-wrapper {
  color: #003D71;
  font-weight: 400;
  font-size: 14px;
}

#sustainability .link-wrapper a {
  text-decoration: none;
  color: #003D71;
  font-weight: 400;
}

#sustainability .bold-link-title {
  color: #003D71;
  font-weight: 600;
  font-size: 14px;
}

#sustainability .block-title {
  margin-left: 3px;
  margin-top: 60px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 32pt;
}

#sustainability .block-content {
  margin-bottom: 60px;
}

#sustainability .block-content .item {
  margin-bottom: 50px;
  display: inline-block;
  width: 100%;
}

#sustainability .block-content .item .item-content {
  margin-top: 20px;
}

#sustainability .block-content .item .item-content .item-image {
  margin-right: 30px;
  float: left;
  width: 32%;
}

#sustainability .block-content .item .item-content .item-description {
  width: 60%;
  overflow: hidden;
}

#sustainability .block-content .item .item-content .item-description p {
  font-size: 14px;
  font-weight: 400;
}

#sustainability .block-content .item .item-content .item-description ul,
#sustainability .block-content .item .item-content .item-description ol {
  margin: 20px 0px;
  padding-left: 20px;
}

#sustainability .block-content .item .item-content .item-description ul li,
#sustainability .block-content .item .item-content .item-description ol li {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 25px;
  color: #003D71;
}

#page-selection-job-areas .block-title {
  text-align: center;
  margin-bottom: 60px;
}

@media all and (max-width: 768px) {
  #page-selection-job-areas .block-title {
    margin-bottom: 40px;
  }
}

#page-selection-job-areas .block-body .block-list-job-areas {
  padding: 0 80px;
}

@media all and (max-width: 768px) {
  #page-selection-job-areas .block-body .block-list-job-areas {
    padding: 0 50px;
  }
}

#page-selection-job-areas .block-body .block-list-job-areas #block-slider-job-areas {
  display: none;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group {
  max-width: 950px;
  margin: 0 auto;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-slide {
  margin: 0 15px;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-list {
  margin: 0 -15px;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item {
  position: relative;
  min-width: 160px;
  background-color: #d2d3d4;
  border-radius: 20px;
  padding: 15px 15px;
  cursor: pointer;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item .block-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item .block-item-icon .border-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 126px;
  height: 126px;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 5px;
  transition: all 0.2s ease-in-out;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item .block-item-name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item .block-item-name span {
  word-break: break-word;
  height: 40px;
  font-size: 12px;
  line-height: 18px;
  font-style: normal;
  font-weight: 400;
  color: #003d71;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item:hover .block-item-icon .border-icon {
  border: 3px solid #00b4ff;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item:hover .block-item-name span {
  font-weight: 600;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item input[type=checkbox]:checked + .block-item-wrapper .block-item-icon .border-icon {
  border: 3px solid #00b4ff;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item input[type=checkbox]:checked + .block-item-wrapper .block-item-name span {
  font-weight: 600;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item.disabled {
  pointer-events: none;
  cursor: default;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item.disabled .block-item-icon svg circle {
  fill: #595a5c;
  opacity: 0.5;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .block-list-item.disabled .block-item-name span {
  color: #595a5c;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-prev,
#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-next {
  width: 40px;
  height: 40px;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-prev:before,
#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-next:before {
  display: none;
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-prev {
  left: -70px;
}

@media all and (max-width: 768px) {
  #page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-prev {
    left: -50px;
  }
}

#page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-next {
  right: -70px;
}

@media all and (max-width: 768px) {
  #page-selection-job-areas .block-body .block-list-job-areas .block-list-group .slick-next {
    right: -50px;
  }
}

#page-selection-job-areas .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}

#page-available-job-profiles #block-consult-requests-wrapper {
  padding: 0px 0 80px 0;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper {
  width: 100%;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper .block-title {
  text-align: center;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-between;
  margin-top: 40px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 {
  width: 48% !important;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 .select2-selection--single {
  border: 2px solid #00B4FF;
  border-radius: 0;
  height: 30px;
  background-color: #00B4FF;
  text-transform: uppercase;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 .select2-selection--single .select2-selection__rendered {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  padding: 0 20px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 .select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: white;
  text-transform: uppercase;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 26px;
  height: 26px;
  background-color: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-filters .select2 .select2-selection--single .select2-selection__arrow b {
  border-color: #FFFFFF transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit {
  margin-top: 40px;
  background-color: rgba(213, 241, 252, 0.8);
  padding: 30px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit .hotel-unit-name {
  color: #003D71;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit .hotel-unit-address {
  color: #003D71;
  font-size: 14px;
  font-weight: 600;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table {
  margin-top: 15px;
  border-collapse: collapse;
  width: 100%;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table .table-header {
  background: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table .table-header th {
  color: white;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: start;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table .table-header th.no-padding {
  padding: 6px 0px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table .table-header th.centered {
  text-align: center;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table tr {
  max-height: 50px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table tr td {
  background-color: #E8F7FD;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table tr:nth-child(even) td {
  background-color: #F2F9FC;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table tr.table-row-header td,
#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table tr.table-row-header-subcategory td {
  background-color: #D5F1FC;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category {
  width: 260px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category ul {
  list-style-type: none;
  height: 50px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category ul li {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category ul li .indicator {
  height: 50px;
  width: 5px;
  background-color: #B2E7FA;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category ul li img.logo {
  margin-left: 15px;
  width: 34px;
  height: 34px;
  max-width: 34px;
  margin-right: 15px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.category ul li label {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.subcategory,
#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.part {
  vertical-align: middle;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.subcategory span,
#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.part span {
  color: #595A5C;
  font-size: 12px;
  font-weight: 600;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.part span {
  color: #8B8C8E;
  font-size: 12px;
  font-weight: 400;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.available-quantity {
  text-align: center;
  vertical-align: middle;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.available-quantity span {
  color: #595A5C;
  font-size: 14px;
  font-weight: 600;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity {
  vertical-align: middle;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-minus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-minus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-total {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: rgba(210, 211, 212, 0.3);
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-total span {
  font-size: 12px;
  line-height: 15px;
  font-style: normal;
  font-weight: 800;
  color: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-total span.non-zero {
  color: #00B4FF;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #D2D3D4;
  cursor: pointer;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.edit-quantity .part-add .part-number-plus span {
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
  font-weight: 600;
  color: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions {
  vertical-align: middle;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options {
  display: flex;
  align-items: center;
  justify-content: center;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-image {
  position: relative;
  height: 16px;
  padding-right: 15px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-image svg {
  cursor: pointer;
  height: 16px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-image svg:hover path,
#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-image svg.active path {
  fill: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-notes {
  position: relative;
  height: 16px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-notes svg {
  cursor: pointer;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-notes svg:hover path,
#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .block-hotel-unit table td.actions .options .btn-extra-notes svg.active path {
  fill: #003D71;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .form-group-buttons {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 50px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .form-group-buttons.form-group-center {
  justify-content: center;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .form-group-buttons .form-btn-left {
  margin-right: 15px;
}

#page-available-job-profiles #block-consult-requests-wrapper #block-profiles-table-wrapper #formSelectorsProfiles .form-group-buttons .form-btn-right {
  margin-left: 15px;
}

#page-profile .limit-wrapper-profile {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-profile .limit-wrapper-profile .from-input-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button .checkbox-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  position: relative;
  margin-right: 10px;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button .checkbox-wrapper::before {
  content: "";
  width: 24px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -6px;
  border-top: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 1;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button .checkbox-wrapper::after {
  content: "";
  width: 23px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: -6px;
  border-bottom: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  font-style: normal;
  color: #003D71;
  margin: 0;
  width: calc(100% - 28px);
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button label a {
  color: #003D71;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::before {
  opacity: 1;
}

#page-profile .limit-wrapper-profile .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::after {
  opacity: 1;
}

#page-profile .limit-wrapper-profile .contract-type-options {
  margin-top: 20px;
}

#page-profile .limit-wrapper-profile .contract-type-options p.subtitle {
  margin: 0;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 10px;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-profile .limit-wrapper-profile .contract-type-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-profile .limit-wrapper-profile .contract-type-options.hidden {
  display: none;
}

#page-profile .limit-wrapper-profile .blue-line {
  background-color: #003D71;
  height: 1px;
}

#page-profile .limit-wrapper-profile .subtitle {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-profile .limit-wrapper-profile #status-block {
  margin-bottom: 30px;
}

#page-profile .limit-wrapper-profile #status-block .status-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #003D71;
}

#page-profile .limit-wrapper-profile #profile-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#page-profile .limit-wrapper-profile #profile-block .profile-info {
  margin-top: 15px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-profile .limit-wrapper-profile #profile-block .start-end-dates {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 0;
}

#page-profile .limit-wrapper-profile #profile-block .start-end-dates .start-end-date-block {
  text-align: center;
  width: 100%;
  max-width: 160px;
}

#page-profile .limit-wrapper-profile #profile-block .start-end-dates .start-end-date-block .dates-title {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-profile .limit-wrapper-profile #profile-block .start-end-dates .start-end-date-block .dates {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-profile .limit-wrapper-profile #profile-block .start-end-dates .profile-info {
  margin-top: 15px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-profile .limit-wrapper-profile #profile-block .wrapper-profile {
  width: 100%;
}

#page-profile .limit-wrapper-profile #candidate-block {
  width: 100%;
  margin: 40px auto;
}

#page-profile .limit-wrapper-profile #candidate-block .gender-institution {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

#page-profile .limit-wrapper-profile #candidate-block .gender-institution .gender-institution-block {
  width: 100%;
  max-width: 255px;
  float: left;
}

#page-profile .limit-wrapper-profile #candidate-block .gender-institution .gender-institution-block .gender {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-profile .limit-wrapper-profile #candidate-block .gender-institution .gender-institution-block .gender-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .age-block {
  width: 100%;
  max-width: 65px;
  float: left;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .age-block .age {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .age-block .age-info-block {
  text-align: center;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .age-block .age-info-block .age-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .nationality-block {
  width: 100%;
  max-width: 350px;
  float: left;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .nationality-block .nationality {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-profile .limit-wrapper-profile #candidate-block .age-nationality .nationality-block .nationality-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-profile .limit-wrapper-profile #candidate-block .language-schooling .other-language-block {
  width: 100%;
  max-width: 350px;
}

#page-profile .limit-wrapper-profile #candidate-block .language-schooling .other-language {
  margin-left: 30px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-profile .limit-wrapper-profile #candidate-block .language-schooling .schooling {
  max-width: 350px;
}

#page-profile .limit-wrapper-profile #candidate-block .language-schooling .schooling .schooling-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-profile .limit-wrapper-profile #candidate-block .professional-experience {
  width: 100%;
}

#page-profile .limit-wrapper-profile #candidate-block .professional-experience .professional-experience-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-profile #button-limit-wrapper {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

#page-profile #button-limit-wrapper .buttons {
  width: 100%;
  max-width: 730px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page-profile #button-limit-wrapper .buttons .button {
  width: 100%;
  max-width: 350px;
}

#page-schedule-interview {
  padding-bottom: 60px;
}

#page-schedule-interview .limit-wrapper {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
}

#page-schedule-interview .limit-wrapper #block-alert-error {
  display: none;
}

#page-schedule-interview .limit-wrapper #status-block {
  margin-bottom: 30px;
}

#page-schedule-interview .limit-wrapper #status-block .status-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #003D71;
}

#page-schedule-interview .limit-wrapper #status-block .status-title .status-name {
  margin-left: 20px;
}

#page-schedule-interview .limit-wrapper #status-block .status-title .status-name.status-1 {
  color: #F49323;
}

#page-schedule-interview .limit-wrapper #status-block .status-title .status-name.status-2 {
  color: #449A47;
}

#page-schedule-interview .limit-wrapper #status-block .status-title .status-name.status-3 {
  color: #FA2838;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset {
  margin-top: 10px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-field-invalid {
  display: none;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-title {
  margin-bottom: 20px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-title h6 {
  font-size: 12px;
  font-weight: 600;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-big {
  max-width: 350px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-big .recruitment-process {
  border: 1px solid #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-small {
  max-width: 160px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-small .recruitment-process {
  border: 1px solid #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers {
  max-width: 180px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control {
  width: 160px;
  margin-top: 5px;
  border: 1px solid #003D71;
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control::-webkit-input-placeholder {
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control::-moz-placeholder {
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control:-ms-input-placeholder {
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control::-ms-input-placeholder {
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control::placeholder {
  color: #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .form-group-pickers .form-control:focus {
  margin-top: 0;
  width: 160px;
  border: 1px solid #003D71;
  color: #003D71;
  height: 30px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-row .function {
  width: 350px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid input[type=text],
#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid input[type=number] {
  border: 1px solid #FA2838 !important;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid input[type=text].centered,
#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid input[type=number].centered {
  text-align: center;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=text],
#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=number] {
  border: 0;
  border-bottom: 1px solid #003D71;
  color: #595A5C;
  background-color: transparent;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=text].centered,
#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=number].centered {
  text-align: center;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options {
  display: flex;
  justify-content: center;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 25px;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-schedule-interview .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting:before,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_asc:before,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_desc:before,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_asc_disabled:before,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting:after,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_asc:after,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_desc:after,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_asc_disabled:after,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table thead {
  background-color: #003D71;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table thead tr {
  height: 30px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr {
  height: 35px;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td.dataTables_empty,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td.dataTables_empty a,
#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td.status-1 span {
  color: #F49323;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td.status-2 span {
  color: #449A47;
}

#page-interview-requests #block-consult-job-profile-answers-wrapper .block-body .block-interview-requests-table table tbody tr td.status-3 span {
  color: #FA2838;
}

#page-interview-request .button-limit-wrapper {
  margin-top: 80px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

#page-interview-request .button-limit-wrapper .button {
  width: 100%;
  max-width: 160px;
}

#page-interview-request .button-limit-wrapper .button.big {
  max-width: 350px;
}

#page-interview-request .limit-wrapper-interview-request {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  margin: auto;
  opacity: 0;
  z-index: 2;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button .checkbox-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  position: relative;
  margin-right: 10px;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button .checkbox-wrapper::before {
  content: "";
  width: 24px;
  height: 5px;
  position: absolute;
  top: 7px;
  left: -6px;
  border-top: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(45deg);
  z-index: 1;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button .checkbox-wrapper::after {
  content: "";
  width: 23px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: -6px;
  border-bottom: 1px solid #003D71;
  background: transparent;
  opacity: 0;
  transform: rotate(-45deg);
  z-index: 1;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button label {
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  font-style: normal;
  color: #003D71;
  margin: 0;
  width: calc(100% - 28px);
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button label a {
  color: #003D71;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::before {
  opacity: 1;
}

#page-interview-request .limit-wrapper-interview-request .from-input-checkbox .checkbox-button input[type=checkbox]:checked + .checkbox-wrapper::after {
  opacity: 1;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options {
  margin-top: 20px;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options p.subtitle {
  margin: 0;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 10px;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-interview-request .limit-wrapper-interview-request .contract-type-options.hidden {
  display: none;
}

#page-interview-request .limit-wrapper-interview-request .blue-line {
  background-color: #003D71;
  height: 1px;
}

#page-interview-request .limit-wrapper-interview-request .subtitle {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-interview-request .limit-wrapper-interview-request #status-block {
  margin-bottom: 30px;
}

#page-interview-request .limit-wrapper-interview-request #status-block .status-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #003D71;
}

#page-interview-request .limit-wrapper-interview-request #status-block .status-title .status-name {
  margin-left: 20px;
}

#page-interview-request .limit-wrapper-interview-request #status-block .status-title .status-name.status-1 {
  color: #F49323;
}

#page-interview-request .limit-wrapper-interview-request #status-block .status-title .status-name.status-2 {
  color: #449A47;
}

#page-interview-request .limit-wrapper-interview-request #status-block .status-title .status-name.status-3 {
  color: #FA2838;
}

#page-interview-request .limit-wrapper-interview-request #status-block .reject-reason {
  width: 100%;
}

#page-interview-request .limit-wrapper-interview-request #status-block .reject-reason .subtitle {
  margin-top: 30px;
}

#page-interview-request .limit-wrapper-interview-request #status-block .reject-reason .reject-reason-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request #status-block .button-limit-wrapper {
  margin-top: 30px;
}

#page-interview-request .limit-wrapper-interview-request #profile-block {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .profile-info {
  margin-top: 15px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .start-end-dates {
  width: 100%;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  margin-top: 0;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .start-end-dates .start-end-date-block {
  text-align: center;
  width: 100%;
  max-width: 160px;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .start-end-dates .start-end-date-block .dates-title {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .start-end-dates .start-end-date-block .dates {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .start-end-dates .profile-info {
  margin-top: 15px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-interview-request .limit-wrapper-interview-request #profile-block .wrapper-profile {
  width: 100%;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block {
  width: 100%;
  margin: 40px auto;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .gender-institution {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .gender-institution .gender-institution-block {
  width: 100%;
  max-width: 255px;
  float: left;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .gender-institution .gender-institution-block .gender {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .gender-institution .gender-institution-block .gender-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .age-block {
  width: 100%;
  max-width: 65px;
  float: left;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .age-block .age {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .age-block .age-info-block {
  text-align: center;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .age-block .age-info-block .age-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .nationality-block {
  width: 100%;
  max-width: 350px;
  float: left;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .nationality-block .nationality {
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .age-nationality .nationality-block .nationality-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .language-schooling .other-language-block {
  width: 100%;
  max-width: 350px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .language-schooling .other-language {
  margin-left: 30px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .language-schooling .schooling {
  max-width: 350px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .language-schooling .schooling .schooling-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .professional-experience {
  width: 100%;
}

#page-interview-request .limit-wrapper-interview-request #candidate-block .professional-experience .professional-experience-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-job-areas-notifications #block-notifications-wrapper {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-job-areas-notifications #block-notifications-wrapper .block-title {
  margin-bottom: 60px;
}

#page-job-areas-notifications #block-notifications-wrapper #fromJobProfileAreasNotifications {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#page-job-areas-notifications #block-notifications-wrapper #fromJobProfileAreasNotifications #field-job-areas .title {
  margin-bottom: 15px;
}

#page-job-areas-notifications #block-notifications-wrapper #fromJobProfileAreasNotifications #field-job-areas .checkbox-button {
  margin-bottom: 10px;
}

#page-job-areas-notifications #block-notifications-wrapper #fromJobProfileAreasNotifications .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}

#page-view-job-profile-inclusive .limit-wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-view-job-profile-inclusive .limit-wrapper #block-alert-error {
  display: none;
}

#page-view-job-profile-inclusive .limit-wrapper .form-legend {
  font-size: 0.7rem;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .form-field-invalid {
  display: none;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .form-row {
  margin-top: 1px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .form-group-footer {
  margin-bottom: 60px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options {
  margin-top: 20px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 5px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
  cursor: pointer;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm .radio-options.hidden {
  display: none;
}

#page-view-job-profile-inclusive .limit-wrapper #viewJobProfileInclusiveForm #field-reading-wrapper .reading {
  width: 100%;
}

#page-create-job-profile .limit-wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-create-job-profile .limit-wrapper #block-alert-error {
  display: none;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .form-field-invalid {
  display: none;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .form-row {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .form-group-footer {
  margin-bottom: 60px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-job-areas {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-job-areas .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto auto;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-job-areas .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-region .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto auto;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-region .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type {
  width: 100%;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .checkbox-button {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 5px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
  cursor: pointer;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm #field-contract-type .contract-type-options.hidden {
  display: none;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info {
  margin-top: 20px;
  display: block;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info .group-gender .block-gender .is-invalid .radio-button label {
  color: #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-gender .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-gender .is-invalid .radio-button label {
  color: #FA2838;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-age-wrapper {
  max-width: 80px;
  margin-right: 100px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox #communication-language-others-input {
  margin-bottom: -15px;
  border: 0px;
  border-bottom: 1px solid #003D71;
  display: none;
}

#page-create-job-profile .limit-wrapper #createJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox #communication-language-others-input.is-invalid {
  border-bottom: 1px solid #FA2838;
  color: #FA2838;
}

#page-create-job-profile-capacity .limit-wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-create-job-profile-capacity .limit-wrapper #block-alert-error {
  display: none;
}

#page-create-job-profile-capacity .limit-wrapper .form-legend {
  font-size: 0.7rem;
}

#page-create-job-profile-capacity .limit-wrapper #createJobProfileCapacityForm .form-field-invalid {
  display: none;
}

#page-create-job-profile-capacity .limit-wrapper #createJobProfileCapacityForm .form-row {
  margin-top: 1px;
}

#page-create-job-profile-capacity .limit-wrapper #createJobProfileCapacityForm .form-group-footer {
  margin-bottom: 60px;
}

#page-create-job-profile-capacity .limit-wrapper #createJobProfileCapacityForm #field-reading-wrapper .reading {
  width: 100%;
}

#page-create-job-profile-inclusive .limit-wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-create-job-profile-inclusive .limit-wrapper #block-alert-error {
  display: none;
}

#page-create-job-profile-inclusive .limit-wrapper .form-legend {
  font-size: 0.7rem;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .form-field-invalid {
  display: none;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .form-row {
  margin-top: 1px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .form-group-footer {
  margin-bottom: 60px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options {
  margin-top: 20px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 5px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
  cursor: pointer;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm .radio-options.hidden {
  display: none;
}

#page-create-job-profile-inclusive .limit-wrapper #createJobProfileInclusiveForm #field-reading-wrapper .reading {
  width: 100%;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 0 15px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body {
  display: flex;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left {
  width: 78px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li {
  cursor: pointer;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li .block-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li .block-item-icon .border-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border: 3px solid transparent;
  border-radius: 50%;
  padding: 4px;
  transition: all 0.2s ease-in-out;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li .block-item-icon .border-icon svg {
  width: 64px;
  height: 64px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li:hover .block-item-icon .border-icon,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li.activated .block-item-icon .border-icon {
  border: 3px solid #00B4FF;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li.disabled {
  pointer-events: none;
  cursor: default;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-left ul li.disabled .block-item-icon svg circle {
  fill: #595A5C;
  opacity: 0.5;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right {
  width: calc(100% - 78px);
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .job-area-name span {
  color: #003D71;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 5px;
  border-bottom: 5px solid #003D71;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table {
  margin-top: 30px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting:before,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_asc:before,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_desc:before,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_asc_disabled:before,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting:after,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_asc:after,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_desc:after,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_asc_disabled:after,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table thead {
  background-color: #003D71;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table thead tr {
  height: 30px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr {
  height: 35px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.dataTables_empty,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.dataTables_empty a,
#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.status-2 span {
  color: #00B4FF;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.status-3 span {
  color: #449A47;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.status-1 span {
  color: #F49323;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr td.status-4 span {
  color: #FA2838;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr .actions a {
  text-decoration: none;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr .actions .edit-button {
  margin-right: 15px;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr .actions .edit-button:hover svg path {
  fill: #003D71;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr .actions .delete-button {
  cursor: pointer;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-body .block-column-right .block-list-job-profiles .block-profiles-table table tbody tr .actions .delete-button:hover svg path {
  fill: #003D71;
}

#page-list-job-profiles-institutions #block-list-job-profiles-wrapper .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body {
  max-height: 570px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm {
  margin-top: 20px;
  max-width: 540px;
  width: 100%;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .form-field-invalid {
  display: none;
  text-align: left;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #field-delete-reason-options {
  justify-content: center;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .group-delete-reason-options {
  display: flex;
  justify-content: center;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .group-delete-reason-options .block-delete-reason-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 {
  display: none;
  margin-top: 20px;
  max-width: 540px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .left-column .radio-button:last-child {
  margin-top: 46px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .right-column {
  flex: 1;
  max-width: 350px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .right-column #field-hotel-unit-name-wrapper {
  display: none;
  margin-top: 15px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-other {
  display: none;
  margin-top: 20px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-other .block-content {
  margin-top: 40px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .lightbox-actions {
  display: none;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .lightbox-actions.show {
  display: flex;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-list-job-profiles-institutions .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .is-invalid .radio-button label {
  color: #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #block-alert-error {
  display: none;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .form-field-invalid {
  display: none;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .form-row {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .form-group-footer {
  margin-bottom: 60px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-job-areas {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-job-areas .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto auto;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-job-areas .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-region .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto auto;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-region .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type {
  width: 100%;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .checkbox-button {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group {
  display: grid;
  grid-template-columns: auto auto auto auto auto;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 15px;
  margin-top: 5px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button input[type=radio] {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 0;
  z-index: 1;
  margin: 0px;
  cursor: pointer;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button .radio-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #FFFFFF;
  border: 1px solid #003D71;
  border-radius: 30px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button .radio-button-wrapper::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: auto;
  background: transparent;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button label {
  font-size: 12px;
  font-weight: 600;
  color: #003D71;
  margin: 0px;
  margin-left: 10px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options .radio-group .is-invalid .radio-button label {
  color: #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm #field-contract-type .contract-type-options.hidden {
  display: none;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info {
  margin-top: 20px;
  display: block;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info .group-gender .block-gender .is-invalid .radio-button label {
  color: #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-gender .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-gender .is-invalid .radio-button label {
  color: #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-age-wrapper {
  max-width: 80px;
  margin-right: 100px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox {
  display: grid;
  grid-template-columns: auto auto;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox .checkbox-button {
  margin-top: 20px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox #communication-language-others-input {
  margin-bottom: -15px;
  border: 0px;
  border-bottom: 1px solid #003D71;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox #communication-language-others-input.hidden {
  display: none;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .candidate-info #field-communication-languages .from-input-checkbox #communication-language-others-input.is-invalid {
  border-bottom: 1px solid #FA2838;
  color: #FA2838;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .form-group-buttons .form-btn-left {
  margin-right: 30px;
}

#page-edit-job-profile .page-edit-job-profile-wrapper .limit-wrapper #editJobProfileForm .form-group-buttons .form-btn-right {
  margin-left: 30px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body {
  max-height: 570px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm {
  margin-top: 20px;
  max-width: 540px;
  width: 100%;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .form-field-invalid {
  display: none;
  text-align: left;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #field-delete-reason-options {
  justify-content: center;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .group-delete-reason-options {
  display: flex;
  justify-content: center;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .group-delete-reason-options .block-delete-reason-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 {
  display: none;
  margin-top: 20px;
  max-width: 540px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .left-column .radio-button:last-child {
  margin-top: 46px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .right-column {
  flex: 1;
  max-width: 350px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-1 .block-content .right-column #field-hotel-unit-name-wrapper {
  display: none;
  margin-top: 15px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-other {
  display: none;
  margin-top: 20px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm #more-info-option-other .block-content {
  margin-top: 40px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .lightbox-actions {
  display: none;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .lightbox-actions.show {
  display: flex;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-edit-job-profile .lightbox-job-profile-delete-wrapper .lightbox-body #deleteJobProfileReasonsForm .is-invalid .radio-button label {
  color: #FA2838;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-title {
  text-align: center;
  margin-bottom: 50px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-title .subtitle {
  margin-top: 40px;
  font-size: 16px;
  color: #00B4FF;
  font-weight: 800;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting:before,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_asc:before,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_desc:before,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_asc_disabled:before,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting:after,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_asc:after,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_desc:after,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_asc_disabled:after,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table thead {
  background-color: #003D71;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table thead tr {
  height: 30px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr {
  height: 35px;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td.dataTables_empty,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td.dataTables_empty a,
#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td.status-1 span {
  color: #F49323;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td.status-2 span {
  color: #449A47;
}

#page-consult-job-profile-answers #block-consult-job-profile-answers-wrapper .block-body .block-job-profile-answers-table table tbody tr td.status-3 span {
  color: #FA2838;
}

#page-job-profile-answer {
  padding-bottom: 60px;
}

#page-job-profile-answer .limit-wrapper {
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

#page-job-profile-answer .limit-wrapper #status-block {
  margin-bottom: 30px;
}

#page-job-profile-answer .limit-wrapper #status-block .status-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  color: #003D71;
}

#page-job-profile-answer .limit-wrapper #status-block .status-title .status-name {
  margin-left: 20px;
}

#page-job-profile-answer .limit-wrapper #status-block .status-title .status-name.status-1 {
  color: #F49323;
}

#page-job-profile-answer .limit-wrapper #status-block .status-title .status-name.status-2 {
  color: #449A47;
}

#page-job-profile-answer .limit-wrapper #status-block .status-title .status-name.status-3 {
  color: #FA2838;
}

#page-job-profile-answer .limit-wrapper #status-block .reject-reason {
  width: 100%;
}

#page-job-profile-answer .limit-wrapper #status-block .reject-reason .subtitle {
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 12px;
  color: #003D71;
  font-weight: 600;
}

#page-job-profile-answer .limit-wrapper #status-block .reject-reason .reject-reason-info {
  margin-top: 2px;
  margin-bottom: 0;
  color: #595A5C;
  font-size: 11px;
  margin-left: 10px;
}

#page-job-profile-answer .limit-wrapper #status-block .blue-line {
  background-color: #003D71;
  height: 1px;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset {
  margin-top: 10px;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-field-invalid {
  display: none;
  text-align: center;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-title {
  margin-bottom: 20px;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-title h6 {
  font-size: 12px;
  font-weight: 600;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=text] {
  border: 0;
  border-bottom: 1px solid #003D71;
  color: #595A5C;
  background-color: transparent;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group input[type=text].centered {
  text-align: center;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options {
  display: flex;
  justify-content: center;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 25px;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group .block-interview-options .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-job-profile-answer .limit-wrapper .form-default-wrapper .form-fieldset .form-group.is-invalid .radio-button label {
  color: #FA2838;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body {
  max-width: 730px;
  max-height: 400px;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 540px;
  height: calc(100% - 22px);
  padding: 40px 0 40px 0;
  margin: 0 auto;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body .lightbox-info .lightbox-form {
  width: 100%;
  margin-top: 30px;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body .lightbox-info .lightbox-form .form-field-invalid {
  display: none;
  text-align: left;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 0px;
}

#page-job-profile-answer .lightbox-answer-accept-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body {
  max-width: 730px;
  max-height: 400px;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 540px;
  height: calc(100% - 22px);
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label {
  display: flex;
  align-items: center;
  background-color: #003D71;
  border: 1px solid #003D71;
  border-bottom: 0 !important;
  padding: 4px 10px;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea textarea {
  width: 100%;
  border: 1px solid #003D71;
  border-top: 0 !important;
  resize: none;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0px;
}

#page-job-profile-answer .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

#page-volunteering-actions-notification-index .block-title {
  text-align: center;
  margin-bottom: 88px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox {
  text-align: center;
  margin-left: 36px;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* On mouse-over, add a grey background color */
  /* When the radio button is checked, add a blue background */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .title {
  margin-bottom: 15px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox span {
  font-size: 12px;
  font-weight: 700;
  color: #003D71;
  margin: auto;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 30px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container span {
  margin-right: 12px;
  font-size: 12px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .checkmark {
  position: relative;
  float: right;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #003D71;
  border-radius: 50%;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container:hover input ~ .checkmark {
  background-color: transparent;
  border: 1px solid #003D71;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #003D71;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container input:checked ~ .checkmark:after {
  display: block;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .container .checkmark:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00B4FF;
  top: 3px;
  left: 3px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .form-input-checkbox .checkbox-button {
  margin-bottom: 10px;
}

#page-volunteering-actions-notification-index #formVolunteeringActionsNotifications .block-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 210px;
}

#page-applications-list #block-volunteer-applications-wrapper {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-applications-list #block-volunteer-applications-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc_disabled:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc_disabled:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead {
  background-color: #003D71;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr {
  height: 30px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr {
  height: 35px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-1 {
  color: #F49323;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-2 {
  color: #449A47;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-3 {
  color: #FA2838;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td.dataTables_empty,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td.dataTables_empty a,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td.status-column a {
  text-decoration: none;
}

#page-actions-list #block-volunteer-actions-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-actions-list #block-volunteer-actions-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions {
  position: relative;
  display: flex;
  margin-top: 20px;
  padding: 10px 20px 0px 20px;
  background-color: #00B4FF;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions .title-wrapper span.title {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #FFFFFF;
  text-transform: uppercase;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: 60px;
  list-style: none;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button {
  position: relative;
  display: flex;
  align-items: center;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button input[type=radio] {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button .check-button-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1.5px solid white;
  border-radius: 9px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button .check-button-wrapper:before {
  content: "";
  position: absolute;
  border-radius: 5px;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  z-index: 1;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button label {
  font-size: 12px;
  line-height: 15px;
  font-weight: 600;
  color: #FFFFFF;
  margin: 0px;
  margin-right: 10px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button input[type=radio]:checked + .check-button-wrapper:before {
  background: #003D71;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body #form-group-region .block-regions ul li .check-button input[type=radio]:checked + .check-button-wrapper {
  border: 1.5px solid #003D71;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting:before,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_asc:before,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_desc:before,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_asc_disabled:before,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting:after,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_asc:after,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_desc:after,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_asc_disabled:after,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table thead {
  background-color: #003D71;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table thead tr {
  height: 30px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr {
  height: 35px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
  height: 40px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td .name-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td .name-image img {
  width: 65px;
  height: 35px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td .image-associados {
  width: 65px;
  height: 35px;
  float: right;
  margin-right: 15px;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td.dataTables_empty,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td.dataTables_empty a,
#page-actions-list #block-volunteer-actions-wrapper .block-body .block-action-list-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-detail-volunteering-action .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .form-field-invalid {
  display: none;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .form-fieldset-title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm input[disabled] {
  border: 0;
  border-bottom: 1px solid #003D71;
  background: transparent;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm input[disabled].centered {
  text-align: center;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm #img-wrapper {
  width: 100%;
  height: 220px;
  border: 1px solid #003D71;
  padding: 7px;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm #img-wrapper img {
  width: 100%;
  height: 100%;
  display: inline-block;
  /* Instead of display: block; */
  margin: 0 auto;
  vertical-align: middle;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .field-border-bottom {
  border-bottom: 1px solid #003D71;
  padding: 5px 10px;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .field-border-bottom label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .form-group-footer {
  padding-bottom: 60px;
}

#page-detail-volunteering-action .limit-wrapper #detailVolunteeringActionForm .group-address {
  margin-bottom: 15px;
}

#page-create-volunteering-action-application .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-create-volunteering-action-application .limit-wrapper #block-alert-error {
  display: none;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-field-invalid {
  display: none;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-fieldset-title {
  margin-bottom: 20px;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-fieldset-title label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
  text-transform: uppercase;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-fieldset-title span {
  text-transform: lowercase;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-group-footer {
  margin-bottom: 60px;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .form-title {
  text-align: center;
}

#page-create-volunteering-action-application .limit-wrapper #createVolunteeringActionApplicationForm .group-address {
  margin-bottom: 15px;
}

#page-volunteering-action-application .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-field-invalid {
  display: none;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title {
  margin-bottom: 30px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #003D71;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title span.status-name {
  margin-left: 20px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title span.status-1 {
  color: #F49323;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title span.status-2 {
  color: #449A47;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-title span.status-3 {
  color: #FA2838;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm #rejection-reason-wrapper {
  margin-bottom: 20px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm #rejection-reason-wrapper label.title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FA2838;
  text-transform: uppercase;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm #rejection-reason-wrapper #field-rejection-reason {
  margin-top: 10px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .new-dates-fieldset {
  margin-top: 20px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-fieldset-title {
  margin-bottom: 20px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-fieldset-title label {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
  text-transform: uppercase;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-fieldset-title span {
  text-transform: lowercase;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm #img-wrapper {
  width: 100%;
  height: 220px;
  border: 1px solid #003D71;
  padding: 7px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm #img-wrapper img {
  width: 100%;
  height: 100%;
  display: inline-block;
  /* Instead of display: block; */
  margin: 0 auto;
  vertical-align: middle;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm input[disabled] {
  border: 0;
  border-bottom: 1px solid #003D71;
  background: transparent;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm input[disabled].centered {
  text-align: center;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .field-border-bottom {
  border-bottom: 1px solid #003D71;
  padding: 5px 10px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .field-border-bottom label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .form-group-footer {
  padding-bottom: 60px;
}

#page-volunteering-action-application .limit-wrapper #volunteeringActionApplicationForm .group-address {
  margin-bottom: 15px;
}

#page-create-volunteering-action .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-create-volunteering-action .limit-wrapper #block-alert-error {
  display: none;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .form-field-invalid {
  display: none;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .form-group-footer {
  margin-bottom: 60px;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .form-title {
  text-align: center;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-address {
  margin-bottom: 15px;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .row-date {
  margin-top: 20px;
  margin-bottom: -20px;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-create-volunteering-action .limit-wrapper #createVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-edit-volunteering-action .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-edit-volunteering-action .limit-wrapper #block-alert-error {
  display: none;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .form-field-invalid {
  display: none;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .form-group-footer {
  margin-bottom: 60px;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .form-title {
  text-align: center;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-address {
  margin-bottom: 15px;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .row-date {
  margin-top: 20px;
  margin-bottom: -20px;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-edit-volunteering-action .limit-wrapper #editVolunteeringActionForm .group-dates .block-options .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-detail-volunteering-action-application .limit-wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  padding: 0;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-field-invalid {
  display: none;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title {
  margin-bottom: 30px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title span {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: #003D71;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title span.status-name {
  margin-left: 20px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title span.status-1 {
  color: #F49323;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title span.status-2 {
  color: #449A47;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-title span.status-3 {
  color: #FA2838;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm #rejection-reason-wrapper {
  margin-bottom: 20px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm #rejection-reason-wrapper label.title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  color: #FA2838;
  text-transform: uppercase;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm #rejection-reason-wrapper #field-rejection-reason {
  margin-top: 10px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-fieldset-title {
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #003D71;
  margin-bottom: 20px;
  text-transform: uppercase;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm input[disabled] {
  border: 0;
  border-bottom: 1px solid #003D71;
  background: transparent;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm input[disabled].centered {
  text-align: center;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .field-border-bottom {
  border-bottom: 1px solid #003D71;
  padding: 5px 10px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .field-border-bottom label {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.22px;
  color: #003D71;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .form-group-footer {
  padding-bottom: 60px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .group-address {
  margin-bottom: 15px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options {
  margin-top: -20px;
  margin-bottom: 30px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button {
  position: relative;
  display: inline-block;
  margin-right: 20px !important;
  margin-top: 15px;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button .radio-button-wrapper {
  width: 18px;
  height: 18px;
  border: 1px solid #003D71;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  background-color: white;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button .radio-button-wrapper::before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 100%;
  height: 10px;
  width: 10px;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  background: transparent;
  box-sizing: border-box;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button label {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-family: inherit;
  color: #003D71;
  box-sizing: border-box;
  margin: 0px;
  margin-left: 15px;
  font-size: 12px;
  font-weight: 600;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button input[type=radio] {
  position: absolute;
  width: 18px;
  height: 18px;
  display: block;
  margin: 0px;
  opacity: 0;
  z-index: 1;
  top: 0;
  left: 0;
  cursor: pointer;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button input[type=radio]:checked + .radio-button-wrapper {
  border: 1px solid #003D71;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button input[type=radio]:checked + .radio-button-wrapper::before {
  background: #00B4FF;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options .radio-button input[type=radio]:checked + .radio-button-wrapper + label {
  color: #003D71;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options.is-invalid .radio-button .radio-button-wrapper {
  border: 1px solid #FA2838;
}

#page-detail-volunteering-action-application .limit-wrapper #detailVolunteeringActionApplicationForm .radio-options.is-invalid .radio-button label {
  color: #FA2838;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-in-out;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.show-lightbox {
  opacity: 1;
  visibility: visible;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body {
  max-width: 730px;
  max-height: 400px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  width: 100%;
  max-width: 540px;
  height: calc(100% - 22px);
  padding: 40px 20px 40px 20px;
  margin: 0 auto;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 20px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label {
  display: flex;
  align-items: center;
  background-color: #003D71;
  border: 1px solid #003D71;
  border-bottom: 0 !important;
  padding: 4px 10px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea .lightbox-textarea-label span {
  font-size: 9px;
  line-height: 11px;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-textarea textarea {
  width: 100%;
  border: 1px solid #003D71;
  border-top: 0 !important;
  resize: none;
  padding: 10px 15px;
  font-size: 11px;
  line-height: 12px;
  font-style: normal;
  font-weight: 400;
  color: #000000;
  font-family: "Montserrat", sans-serif;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 0px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .lightbox-actions .button:not(:last-child) {
  margin-right: 30px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .rejection-reason-radio {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  margin: 15px 0 0 0;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .rejection-reason-radio input[type=radio] {
  width: 18px;
  height: 18px;
  border: 1px solid #003d71;
  border-radius: 500px;
  cursor: pointer;
  position: relative;
  margin: 0 10px 0 0;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .rejection-reason-radio input[type=radio]:after {
  display: block;
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  background: transparent;
  box-sizing: border-box;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper .lightbox-body .lightbox-info .rejection-reason-radio input[type=radio]:checked:after {
  background: #00B4FF;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info p:first-child,
#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info label {
  text-transform: uppercase;
  font-size: 12px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info label {
  margin: 0 auto 10px 0;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea {
  margin-top: 10px;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info .lightbox-textarea textarea {
  background-color: #bbb;
  pointer-events: none;
}

#page-detail-volunteering-action-application .limit-wrapper .lightbox-answer-reject-reason-wrapper.lightbox-answer-reject-reason-dates-wrapper .lightbox-body .lightbox-info.other .lightbox-textarea textarea {
  background-color: #fff;
  pointer-events: all;
}

#page-detail-volunteering-action-application #detailVolunteeringActionApplicationForm #accept-required,
#page-detail-volunteering-action-application #detailVolunteeringActionApplicationForm #invalid-submission {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  font-style: normal;
  color: #FA2838;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting:before,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_asc:before,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_desc:before,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_asc_disabled:before,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting:after,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_asc:after,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_desc:after,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_asc_disabled:after,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table thead {
  background-color: #003D71;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table thead tr {
  height: 30px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table thead tr th.centered {
  text-align: center;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr {
  height: 35px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td.dataTables_empty,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td.dataTables_empty a,
#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td .name-image {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td .name-image img {
  width: 65px;
  height: 35px;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td.applications-column {
  text-align: center;
}

#page-volunteering-actions-list #block-volunteering-actions-list-wrapper .block-body .block-volunteering-actions-table table tbody tr td.applications-column span a {
  color: #003D71;
  font-weight: 800;
  font-size: 12px;
}

#page-applications-list #block-volunteer-applications-wrapper {
  width: 100%;
  max-width: 790px;
  margin: 0 auto;
  padding: 0 0 80px 0;
}

#page-applications-list #block-volunteer-applications-wrapper .block-title {
  text-align: center;
  margin-bottom: 60px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc_disabled:before,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc_disabled:before {
  right: 1em;
  top: 6px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-up.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_asc_disabled:after,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table.dataTable thead .sorting_desc_disabled:after {
  right: 1em;
  bottom: 1px;
  content: "";
  display: block;
  background-image: url("/images/filter-icon-down.png");
  background-repeat: no-repeat;
  height: 12px;
  width: 12px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table {
  width: 100%;
  max-width: 980px;
  margin: 0 !important;
  margin-top: 10px !important;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead {
  background-color: #003D71;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr {
  height: 30px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr th {
  vertical-align: middle;
  text-align: left;
  padding-left: 30px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table thead tr th span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr {
  height: 35px;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td {
  padding-left: 30px;
  vertical-align: middle;
  border-bottom: 1px solid #D2D3D4;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-1 {
  color: #F49323;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-2 {
  color: #449A47;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td #status-3 {
  color: #FA2838;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td.dataTables_empty,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td span {
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  color: #595A5C;
}

#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td.dataTables_empty a,
#page-applications-list #block-volunteer-applications-wrapper .block-body .block-applications-list-table table tbody tr td span a {
  color: #595A5C;
  text-transform: uppercase;
}

#block-footer {
  background-color: #003D71;
  padding: 50px 0px 40px 0px;
  color: #FFFFFF;
}

@media all and (max-width: 768px) {
  #block-footer {
    padding: 30px 0px 30px 0px;
  }
}

#block-footer .footer-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1110px;
  padding: 0 15px;
}

#block-footer .footer-wrapper .block-body .row-fluid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid {
    flex-direction: column;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 {
  margin-right: 50px;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3:last-child {
  margin-right: 0;
}

@media all and (max-width: 860px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 {
    margin-right: 20px;
  }
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
    margin-right: 0px;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-header {
  position: relative;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-header span {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-header span {
    font-size: 16px;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body img.logo {
  margin-top: 30px;
  width: 210px;
  height: 85px;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body img.logo {
    margin-top: 15px;
    width: 180px;
    height: 75px;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts {
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 500;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts {
    margin-top: 15px;
    font-size: 14px;
    text-align: center;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts span {
  display: inline-block;
  margin-bottom: 6px;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts span a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts ul {
  display: flex;
  align-items: center;
  margin-top: 15px;
  list-style-type: none;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts ul {
    justify-content: center;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts ul li {
  margin-right: 10px;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .contacts ul li .social_logo {
  width: 30px;
  height: 30px;
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .info {
  margin-top: 30px;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .info {
    margin-top: 15px;
    text-align: center;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .info a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 6px;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .info a {
    font-size: 14px;
  }
}

#block-footer .footer-wrapper .block-body .row-fluid .col-span-3 .col-body .info a:hover {
  text-decoration: underline;
}

#block-footer .footer-wrapper .copyright {
  margin-top: 55px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
}

@media all and (max-width: 768px) {
  #block-footer .footer-wrapper .copyright {
    margin-top: 0px;
    font-size: 14px;
  }
}

