/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh7USSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6uyw4BMUTPHjx4wXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/lato/v20/S6u9w4BMUTPHh6UVSwiPGQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.MG-container-ui {
  /* Smartphones (landscape) ----------- */
}
@-moz-keyframes MG-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes MG-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes MG-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes MG-fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes MG-spin {
  0%,
  100% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(720deg) scale(0.6);
  }
}
@-moz-keyframes MG-spin {
  0%,
  100% {
    -moz-transform: rotate(0deg) scale(1);
  }
  50% {
    -moz-transform: rotate(720deg) scale(0.6);
  }
}
@-o-keyframes MG-spin {
  0%,
  100% {
    -o-transform: rotate(0deg) scale(1);
  }
  50% {
    -o-transform: rotate(720deg) scale(0.6);
  }
}
@keyframes MG-spin {
  0%,
  100% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(720deg) scale(0.6);
  }
}
.MG-container-ui .MG-icon {
  padding: 2px;
  border: none;
  text-decoration: none;
  display: inline-block;
}
.MG-container-ui .MG-icon-email:after {
  content: '✉';
}
.MG-container-ui .MG-icon-arrow-down:after {
  content: 'ˇ';
}
.MG-container-ui .MG-callback-window-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  vertical-align: middle;
}
.MG-container-ui .MG-ui {
  /* The slider */
  /* Rounded sliders */
}
.MG-container-ui .MG-ui-loading {
  -webkit-animation: MG-fadein 2s;
  -moz-animation: MG-fadein 2s;
  -o-animation: MG-fadein 2s;
  animation: MG-fadein 2s;
}
.MG-container-ui .MG-ui-separator {
  display: block;
  clear: both;
  border: 1px solid red;
}
.MG-container-ui .MG-ui-pt-5 {
  padding-top: 5px !important;
}
.MG-container-ui .MG-ui-pb-5 {
  padding-bottom: 5px !important;
}
.MG-container-ui .MG-ui-mt-5 {
  margin-top: 5px !important;
}
.MG-container-ui .MG-ui-mb-5 {
  margin-bottom: 5px !important;
}
.MG-container-ui .MG-ui-mt-10 {
  margin-top: 10px !important;
}
.MG-container-ui .MG-ui-mt-20 {
  margin-top: 20px !important;
}
.MG-container-ui .MG-ui-mt-40 {
  margin-top: 40px !important;
}
.MG-container-ui .MG-ui-mb-10 {
  margin-bottom: 10px !important;
}
.MG-container-ui .MG-ui-form-item {
  float: left;
}
.MG-container-ui .MG-ui-form-group {
  margin-bottom: 10px;
}
.MG-container-ui .MG-ui-hide {
  display: none !important;
}
.MG-container-ui .MG-ui-form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.MG-container-ui .MG-ui-row {
  margin-bottom: 5px;
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.MG-container-ui .MG-ui-row > * {
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.MG-container-ui .MG-ui-col-3 {
  display: table-cell;
  width: 33.33%;
}
.MG-container-ui .MG-ui-col-4 {
  width: 25%;
  display: table-cell;
  vertical-align: middle;
}
.MG-container-ui .MG-ui-col-2 {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
  padding: 0;
}
.MG-container-ui .MG-ui-col {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.MG-container-ui .MG-ui-form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #666;
  box-shadow: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  padding: 6px 12px;
  display: block;
  width: 100% ;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
.MG-container-ui .MG-ui-form-inline .MG-container-ui .MG-ui-form-control {
  border: 1px solid green;
}
.MG-container-ui .MG-ui-form-control.MG-ui-control-error {
  border: 1px solid red;
}
.MG-container-ui .MG-ui-form-label-top {
  text-transform: uppercase;
  color: #888;
  display: block !important;
  clear: both !important;
}
.MG-container-ui .MG-ui-control-error-message {
  color: red;
  font-size: 10px;
}
.MG-container-ui .MG-ui-form-control::placeholder {
  color: #d0d0d0;
}
.MG-container-ui .MG-ui-form-control:-ms-input-placeholder {
  color: #d0d0d0;
}
.MG-container-ui .MG-ui-form-control::-ms-input-placeholder {
  color: #d0d0d0;
}
.MG-container-ui .MG-ui-form-label {
  font-weight: 500;
  display: block;
}
.MG-container-ui .MG-ui-input-group {
  border-collapse: separate;
}
.MG-container-ui .MG-ui-input-group input {
  margin: 0!important;
  border-radius: 0!important;
}
.MG-container-ui .MG-ui-input-group button:first-of-type {
  border-radius: 4px 0 0 4px!important;
  font-weight: bold;
  outline: none;
}
.MG-container-ui .MG-ui-input-group button:last-of-type {
  border-radius: 0 4px 4px 0!important;
  font-weight: bold;
  outline: none;
}
.MG-container-ui .MG-ui-btn {
  background-color: #363c48;
  border: 1px solid #363c48;
  color: #fff;
  box-shadow: none;
  font-size: 14px;
  padding: 0.4em 0.8em;
  text-align: left;
  cursor: pointer;
}
.MG-container-ui .MG-ui-form-top-close {
  font-weight: bold;
  right: 15px;
  position: absolute;
  top: 5px;
}
.MG-container-ui .MG-ui-cursor-pointer {
  cursor: pointer;
}
.MG-container-ui .MG-ui-btn-block {
  display: block;
  width: 100%;
}
.MG-container-ui .MG-ui-btn-primary {
  background: #e91d62;
  border: 1px solid #e91d62;
  color: #ffffff;
}
.MG-container-ui .MG-ui-btn-primary:disabled,
.MG-container-ui .MG-ui a.MG-ui-btn-primary:disabled {
  background: rgba(233, 29, 98, 0.5);
  border: 0px solid rgba(233, 29, 98, 0.5);
}
.MG-container-ui .MG-ui-btn-whataspp {
  background: #25D366 !important;
  border: 1px solid #25D366 !important;
  color: #ffffff;
}
.MG-container-ui .MG-ui-btn-primary:disabled .MG-ui-spinner-btn,
.MG-container-ui .MG-ui a.MG-ui-btn-primary:disabled .MG-ui-spinner-btn {
  color: #fff;
}
.MG-container-ui .MG-ui-btn-disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.MG-container-ui .MG-ui-btn-secondary {
  background-color: #6c757d;
  border: 1px solid #6c757d;
  color: #fff;
}
.MG-container-ui .MG-ui-btn-success {
  background-color: #28a745;
  border: 1px solid #28a745;
  color: #fff;
}
.MG-container-ui .MG-ui-btn-info {
  background-color: #17a2b8;
  border: 1px solid #17a2b8;
  color: #fff;
}
.MG-container-ui .MG-ui-btn-link {
  background-color: transparent;
  border: 1px solid transparent;
  color: #007bff;
}
.MG-container-ui .MG-ui-btn-sm {
  font-size: 12px;
  padding: 0.3em 1em;
}
.MG-container-ui .MG-ui-pull-right {
  float: right;
}
.MG-container-ui .MG-ui-pull-left {
  float: left;
}
.MG-container-ui .MG-ui-text-center {
  text-align: center !important;
}
.MG-container-ui .MG-ui-text-right {
  text-align: right !important;
}
.MG-container-ui .MG-ui-text-left {
  text-align: left;
}
.MG-container-ui .MG-ui-text-muted {
  font-size: 10px;
  color: #888;
}
.MG-container-ui .MG-ui-float-start {
  float: left !important;
}
.MG-container-ui .MG-ui-alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.MG-container-ui .MG-ui-alert-sm {
  position: relative;
  padding: 0.65rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
}
.MG-container-ui .MG-ui-alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.MG-container-ui .MG-ui-alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.MG-container-ui .MG-ui-alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.MG-container-ui .MG-ui-text-small {
  font-size: 10px;
}
.MG-container-ui .MG-ui-text-strong {
  font-weight: bold;
}
.MG-container-ui .MG-ui-text-danger {
  color: #721c24;
}
.MG-container-ui .MG-ui-text-red {
  color: red;
}
.MG-container-ui .MG-ui-table {
  display: table;
}
.MG-container-ui .MG-ui-table .MG-container-ui .MG-ui-table-row {
  display: table-row;
}
.MG-container-ui .MG-ui-table .MG-container-ui .MG-ui-table-cell {
  display: table-cell;
  padding: 3px 0px;
  padding-right: 10px;
}
.MG-container-ui .MG-ui-spinner-wrapper {
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(248, 248, 248, 0.93);
  position: absolute;
  z-index: 300;
}
.MG-container-ui .MG-ui-spinner {
  margin: 0;
  display: block;
  position: absolute;
  left: 45%;
  top: 40%;
  border: 25px solid rgba(100, 100, 100, 0.2);
  width: 1px;
  height: 1px;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: MG-spin 1.5s infinite;
  -moz-animation: MG-spin 1.5s infinite;
  animation: MG-spin 1.5s infinite;
}
.MG-container-ui .MG-ui-spinner-btn {
  margin: 0;
  display: inline-block;
  border: 5px solid rgba(255, 255, 255, 0.2);
  width: 1px;
  height: 1px;
  padding: 0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-animation: MG-spin 1.5s infinite;
  -moz-animation: MG-spin 1.5s infinite;
  animation: MG-spin 1.5s infinite;
}
.MG-container-ui .MG-ui-spinner-btn-wrapper {
  display: inline-block !important;
}
.MG-container-ui .MG-ui-logout {
  padding-bottom: 0px;
  font-size: 10px;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  position: relative;
  bottom: 0px;
  text-transform: none;
}
.MG-container-ui .MG-ui-logout :hover {
  text-decoration: underline;
  cursor: pointer;
}
.MG-container-ui .MG-ui-terms {
  font-size: 12px;
  position: relative;
  display: table;
  margin: 0 auto;
  clear: both;
  content: '';
}
.MG-container-ui .MG-ui-pink-color {
  color: #e91d62;
}
.MG-container-ui .MG-ui-clock {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #e91d62;
  position: relative;
  display: block;
  margin: auto;
}
.MG-container-ui .MG-ui-clock::before {
  content: "";
  height: 9px;
  width: 2px;
  background-color: white;
  display: block;
  position: absolute;
  left: 8px;
  top: 3px;
  opacity: 0.6;
}
.MG-container-ui .MG-ui-clock::after {
  content: "";
  height: 6px;
  width: 1px;
  background-color: white;
  display: block;
  position: absolute;
  top: 6px;
  left: 11px;
  transform: rotate(45deg);
  opacity: 0.6;
}
.MG-container-ui .MG-ui-user {
  border-radius: 50%;
  border: 1px solid #e91d62;
  height: 18px;
  width: 18px;
  position: relative;
  display: block;
  margin: auto;
}
.MG-container-ui .MG-ui-user::before {
  content: " ";
  display: block;
  height: 4px;
  width: 5px;
  background: #e91d62;
  position: relative;
  left: 5px;
  top: 1px;
  border-radius: 50%;
}
.MG-container-ui .MG-ui-user::after {
  content: " ";
  display: block;
  height: 7px;
  width: 12px;
  background: #e91d62;
  position: relative;
  left: 2px;
  top: 2px;
  border-radius: 50% 50% 0 0;
}
.MG-container-ui .MG-ui-calendar {
  position: relative;
  transform: scale(var(--ggs, 1));
  width: 18px;
  height: 18px;
  border: 2px solid #e91d62 !important;
  border-top: 4px solid;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
  margin: auto;
}
.MG-container-ui .MG-ui-calendar::before {
  display: block;
  box-sizing: border-box;
  content: "";
  position: absolute;
  width: 10px;
  border-radius: 3px;
  left: 2px;
  background-color: #e91d62;
  height: 2px;
  top: 2px;
}
.MG-container-ui .MG-ui-company-image {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  margin: 0px auto 30px auto;
  float: left;
  background-size: cover;
  background-position: center center;
  border: 1px solid #363c48;
}
.MG-container-ui .MG-ui-confirm {
  text-align: center;
}
.MG-container-ui .MG-ui-confirm .confirm-footer {
  margin-top: 30px;
}
.MG-container-ui .MG-ui-confirm h5 {
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
  line-height: 1.3em !important;
  width: 100%;
}
.MG-container-ui .MG-ui-confirm small {
  font-size: 10px;
  color: #838383;
  text-transform: uppercase;
  font-weight: normal;
}
.MG-container-ui .MG-ui-toggleSwitch {
  position: relative;
}
.MG-container-ui .MG-ui-toggleSwitch a {
  font-size: 14px;
  color: #212529;
  line-height: 25px;
  text-decoration: underline !important;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"]:checked + label:before {
  transform: translateX(20px);
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"]:checked + label:after {
  background: #4caf50;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] + label {
  cursor: pointer;
  display: flex;
  user-select: none;
  line-height: 1;
  font-size: 20px;
  padding-left: 55px;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] + label:before {
  left: 20px/10;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] + label:after {
  left: 0;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] + label:before {
  position: absolute;
  content: " ";
  top: 20px/10;
  z-index: 2;
  width: calc(20px - (2px*2));
  height: calc(20px - (2px*2));
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: transform 0.15s ease-out;
}
.MG-container-ui .MG-ui-toggleSwitch [type="checkbox"] + label:after {
  position: absolute;
  content: " ";
  top: 0;
  z-index: 1;
  width: 40px;
  height: 20px;
  background: #ccc;
  border-radius: 40px;
  box-shadow: inset 0 0 1px 2px rgba(0, 0, 0, 0.05);
  transition: background 0.2s ease-out;
}
.MG-container-ui .MG-ui-languageSwitcher small {
  cursor: pointer;
  opacity: 0.7;
  text-transform: uppercase;
  font-style: normal;
  font-size: 10px;
}
.MG-container-ui .MG-ui-languageSwitcher a {
  font-size: 14px;
  text-decoration: none;
  padding: 10px;
  display: block;
}
.MG-container-ui .MG-ui-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.MG-container-ui .MG-ui-slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
input:checked + .MG-container-ui .MG-ui-slider {
  background-color: #2196F3;
}
input:focus + .MG-container-ui .MG-ui-slider {
  box-shadow: 0 0 1px #2196F3;
}
input:checked + .MG-container-ui .MG-ui-slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.MG-container-ui .MG-ui-slider.round {
  border-radius: 34px;
}
.MG-container-ui .MG-ui-slider.round:before {
  border-radius: 50%;
}
.MG-container-ui .MG-ui-col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.MG-container-ui .MG-ui-col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.MG-container-ui .MG-ui-col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.MG-container-ui .MG-ui-col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.MG-container-ui .MG-ui-col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.MG-container-ui .MG-ui-col-6 {
  flex: 0 0 auto;
  width: 48%;
}
.MG-container-ui .MG-ui-col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.MG-container-ui .MG-ui-col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.MG-container-ui .MG-ui-col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.MG-container-ui .MG-ui-col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.MG-container-ui .MG-ui-col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.MG-container-ui .MG-ui-col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.MG-container-ui .MG-ui-offset-1 {
  margin-left: 8.33333333%;
}
.MG-container-ui .MG-ui-offset-2 {
  margin-left: 16.66666667%;
}
.MG-container-ui .MG-ui-offset-3 {
  margin-left: 25%;
}
.MG-container-ui .MG-ui-offset-4 {
  margin-left: 33.33333333%;
}
.MG-container-ui .MG-ui-offset-5 {
  margin-left: 41.66666667%;
}
.MG-container-ui .MG-ui-offset-6 {
  margin-left: 50%;
}
.MG-container-ui .MG-ui-offset-7 {
  margin-left: 58.33333333%;
}
.MG-container-ui .MG-ui-offset-8 {
  margin-left: 66.66666667%;
}
.MG-container-ui .MG-ui-offset-9 {
  margin-left: 75%;
}
.MG-container-ui .MG-ui-offset-10 {
  margin-left: 83.33333333%;
}
.MG-container-ui .MG-ui-offset-11 {
  margin-left: 91.66666667%;
}
.MG-container-ui .MG-ui-divider {
  display: flex;
  line-height: 1em;
  color: #363c48;
  margin: 28px 0px;
}
.MG-container-ui .MG-ui-divider::before,
.MG-container-ui .MG-ui-divider::after {
  content: '';
  display: inline-block;
  flex-grow: 1;
  margin-top: 0.5em;
  background: gray;
  height: 1px;
  margin-right: 10px;
  margin-left: 10px;
}
.MG-container-ui .MG-ui-dropdownIcon {
  position: relative;
  margin: 0px 20px 0px 0px;
}
.MG-container-ui .MG-ui-dropdownIcon ::after {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  top: 40%;
  right: 4px;
  content: "";
  z-index: 98;
}
.MG-container-ui .MG-ui-social-login {
  white-space: normal;
  background-color: white !important;
  border: 1px solid #cccccc;
  color: #333333;
  font-size: 1rem !important;
  width: 100%;
  margin-bottom: 2px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5rem;
  display: flex;
  justify-content: center;
  height: 45px;
  padding: 0px;
}
.MG-container-ui .MG-ui-social-login img {
  height: 45px;
  width: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
}
.MG-container-ui .MG-ui-social-login span {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
}
@media only screen and (min-width: 321px) {
  .MG-container-ui .MG-object-modal-content {
    width: 95%;
    margin: 10% auto;
  }
  .MG-container-ui .MG-object-modal iframe {
    height: 60%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .MG-container-ui {
    /* Styles */
  }
}
.MG-bookings .MG-ui-form-control {
  border: none;
  background: #e6e6e6;
  box-shadow: none;
  margin: 0 0 10px;
}
.MG-bookings .MG-ui-form-label {
  text-transform: uppercase;
  font-size: 11px;
  opacity: 0.6;
  display: inline-block;
  line-height: 1.2;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.MG-bookings .MG-ui-btn,
.MG-bookings a.MG-ui-btn {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.MG-bookings .MG-ui-btn:disabled,
.MG-bookings a.MG-ui-btn:disabled {
  cursor: not-allowed;
}
.modal-header h5 {
  text-align: left;
  font-weight: bold;
  color: #363c48;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}
.modal-header small {
  font-size: 11px;
  opacity: 0.6;
  font-weight: bold;
  line-height: 1;
  display: block;
  color: #363c48;
  text-transform: uppercase;
}
.modal-header .btn-close {
  padding: 0.5rem 1rem !important;
}
.modal-content {
  font-size: 14px;
  line-height: 21px;
  border: none !important;
  margin: 0 auto;
  background: white;
  z-index: 100;
  border-radius: 5px;
  max-width: 498px;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
#MGComponentsContainer {
  padding: 30px;
  /*Connect Buttons*/
}
#MGComponentsContainer h1,
#MGComponentsContainer h2 {
  letter-spacing: 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0;
}
#MGComponentsContainer img {
  max-width: 150px;
}
#MGComponentsContainer a {
  color: #e91d62;
}
#MGComponentsContainer ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #212529;
  opacity: 1;
  /* Firefox */
}
#MGComponentsContainer :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #212529;
}
#MGComponentsContainer ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #212529;
}
#MGComponentsContainer select {
  height: 34px;
  line-height: 14px;
  cursor: pointer;
  border-radius: 5px!important;
}
#MGComponentsContainer p {
  margin: 10px 0 10px 0;
  text-align: center;
  font-size: 14px;
}
#MGComponentsContainer .close {
  top: 15px;
  right: 15px;
  /*padding:5px;*/
  position: absolute;
  font-size: 24px;
}
#MGComponentsContainer .btn.light {
  background: #e6e6e6;
}
#MGComponentsContainer button {
  border-radius: 5px;
}
#MGComponentsContainer .button {
  border: none;
  display: inline-block;
  margin: 20px auto 0 auto;
  padding: 8px 40px;
  background-color: #e91d62;
  color: #fff !important;
  text-decoration: none;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.5s ease;
}
#MGComponentsContainer .button.full {
  width: 100%;
}
#MGComponentsContainer .btn-social {
  border: 1px solid transparent;
  width: 80%;
  display: block;
  position: relative;
  padding: 10px 12px 10px 47px;
  text-align: left;
  white-space: nowrap;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  overflow: hidden;
  text-overflow: ellipsis;
  border-color: rgba(0, 0, 0, 0.2);
  margin: 0px auto 5px auto;
}
#MGComponentsContainer .btn-social > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35px;
  line-height: 40px;
  font-size: 1.2em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  color: #fff !important;
}
#MGComponentsContainer a.btn-social,
#MGComponentsContainer a.btn-social:link,
#MGComponentsContainer a.btn-social:hover,
#MGComponentsContainer a.btn-social:active,
#MGComponentsContainer a.btn-social:visited {
  color: #fff !important;
}
#MGComponentsContainer .btn-facebook {
  background-color: #2d4373;
}
#MGComponentsContainer .btn-google-plus {
  background-color: #dd4b39;
}
#MGComponentsContainer .btn-email-signup {
  background-color: #dd4b39;
}
#MGComponentsContainer .btn-instagram {
  background-color: #3f729b;
}
#MGComponentsContainer .btn-linkedin {
  background-color: #007bb6;
}
#MGComponentsContainer .btn-twitter {
  background-color: #55acee;
}
#MGComponentsContainer .btn-openid {
  background-color: #363c48;
}
#MGComponentsContainer input {
  border-radius: 4px;
  height: 34px;
}
#MGComponentsContainer textarea {
  border-radius: 4px;
  min-height: 100px;
}
#MGComponentsContainer .MG-availability {
  margin: 0px 5px 0px 0;
  padding: 0;
  list-style: none;
}
#MGComponentsContainer .MG-availability a {
  border: none !important;
  text-transform: uppercase;
  margin: 0 5px 5px 0;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  box-sizing: border-box;
  height: 34px;
  padding: 0px 15px;
  line-height: 34px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  text-align: center;
  text-decoration: none !important;
  white-space: inherit;
  border: 1px solid transparent;
  border-radius: 5px;
  transition: all 0.5s ease;
}
#MGComponentsContainer .MG-availability .selected {
  background: #e91d62;
  color: #fff;
}
#MGComponentsContainer .MG-ui-input-group button {
  display: inline;
  width: 25%;
  height: 34px;
}
#MGComponentsContainer .MG-ui-input-group input {
  width: 50%;
  display: inline;
  height: 34px;
}
