.mec-wrap.mec-ud-main {
  background: #edf0f3;
  padding: 60px 15px;
}

.mec-ud-main-content {
  max-width: 838px;
  margin: 0 auto;
}

.mec-wrap.clearfix .row.mec-ud-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  background: #fff;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 5px 5px;
}

.mec-wrap.clearfix .row.mec-ud-wrap .col-md-3 {
  width: unset;
  flex: 1;
  float: unset;
  background: #f6f8fa;
  padding: 40px;
  min-height: 610px;
  border-radius: 0 0 0 5px;
}

.mec-wrap.clearfix .row.mec-ud-wrap .col-md-9 {
  width: unset;
  flex: 4;
  float: unset;
  border-radius: 0 0 5px 0;
}

/*  Right Menu */
.mec-ud-menu a {
  display: block;
  line-height: 22px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  border-bottom: 1px solid #eaebec;
  padding-bottom: 13px;
  margin-bottom: 13px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  transition: all 0.2s ease;
}

.mec-ud-main-content .mec-ud-wrap .mec-ud-menu a {
  text-decoration: none;
}

.mec-ud-menu a:last-of-type {
  border: none;
}

.mec-ud-menu a.active,
.mec-ud-menu a:focus,
.mec-ud-menu a:hover {
  color: #008aff;
}

.mec-ud-menu a svg,
.mec-ud-menu a svg path {
  vertical-align: middle;
  transition: all 0.2s ease;
}

.mec-ud-menu a span {
  vertical-align: middle;
  margin-left: 8px;
}

.mec-ud-menu a:hover svg path,
.mec-ud-menu a.active svg path {
  fill: #008aff;
}

.mec-ud-content {
  display: none;
  animation: fadeEffect 0.31s;
  padding: 40px 0 30px 7px;
}

.mec-ud-content.active {
  display: block;
  animation: fadeEffect 0.31s;
}

/* Profile Tab */
.mec-ud-woocommerce label,
div#mec-ud-profile label {
  display: block;
  margin-bottom: 5px;
}

.mec-ud-woocommerce p {
  position: relative;
}

table.form-table tr.user-profile-picture,
input.mec-ud-attachment-id {
  display: none !important;
}

div.mec-ud-attachment-image img,
.mec-avatar-preview img {
  background-color: white;
  border-radius: 50px;
  padding: 3px;
  width: 75px;
  height: 75px;
}

.mec-ud-spec {
  position: relative;
  margin-bottom: 30px;
}

.mec-ud-spec > div {
  display: inline-block;
  width: 47%;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.me-ud-spec-ticket,
.mec-ud-reports-number-spec-ticket {
  margin-right: 3%;
}

.mec-ud-spec > div div {
  display: block;
  line-height: 22px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.me-ud-spec-ticket,
.mec-ud-reports-number-spec-ticket {
  background: #e9faef;
  color: #46d083;
}

.me-ud-spec-event,
.mec-ud-reports-number-spec-total {
  background: #fcf2fa;
  color: #f079d8;
}

.mec-ud-spec > div div:first-of-type {
  font-size: 26px;
  font-weight: 500;
}

.mec-ud-spec > div div:last-of-type {
  font-size: 16px;
  letter-spacing: 1.1px;
}

.mec-ud-wrap .mec-ud-form {
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin-bottom: 20px;
}

.woocommerce .mec-ud-wrap .mec-ud-form {
  position: relative;
}

.woocommerce .mec-ud-wrap button {
  border: unset;
  color: #fff;
}

.mec-ud-woocommerce select,
.mec-ud-woocommerce input,
.mec-ud-woocommerce textarea,
.mec-ud-wrap .mec-ud-form input[type="text"],
.mec-ud-wrap .mec-ud-form input[type="email"],
.mec-ud-wrap .mec-ud-form textarea {
  padding: 10px 0 7px;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
  box-shadow: none;
  background: 0 0;
  font-size: 15px;
  font-weight: 500;
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin-bottom: 14px;
  border-radius: 0;
  width: 100%;
}

.mec-ud-wrap .mec-ud-form textarea {
  color: #8f9295;
  font-weight: 400;
  transition: all 0.2s ease;
  overflow: hidden;
  line-height: 27px;
}

.mec-ud-woocommerce select,
.mec-ud-woocommerce input,
.mec-ud-wrap .mec-ud-form textarea:focus,
.mec-ud-wrap .mec-ud-form input:focus {
  outline: none;
}

.mec-ud-form label {
  position: absolute;
  width: 100%;
  padding: 14px 0 15px;
  margin: 0 !important;
  transition: all 0.2s ease;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  color: #8f9295;
  cursor: text;
  bottom: 5px;
}

.mec-ud-woocommerce label {
  width: 100%;
  margin: 0 !important;
  transition: all 0.2s ease;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-weight: 400;
  font-size: 15px;
  color: #8f9295;
  cursor: text;
}

.mec-ud-woocommerce select,
.mec-ud-woocommerce input {
  width: 100%;
  border-radius: 3px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}

.mec-ud-wrap .mec-ud-form-p label {
  bottom: 55px;
}

.mec-ud-form.mec-ud-active label {
  margin-top: -20px !important;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  bottom: 44px;
}

.mec-ud-form.mec-ud-active input {
  border-color: #008aff;
}

.mec-ud-wrap .mec-ud-form-p.mec-ud-active label {
  bottom: 95px;
}

.mec-ud-image label {
  margin-top: 20px;
  font-size: 15px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin-bottom: 15px !important;
  color: #8f9295;
  font-weight: 500;
}

.mec-ud-image-box,
.mec-ud-image-url,
.mec-ud-org-image-url,
.mec-ud-speaker-image-url {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.mec-ud-image-url,
.mec-ud-org-image-url,
.mec-ud-speaker-image-url {
  margin-right: 0;
  margin-top: 0;
}

.mec-ud-image-upload {
  border: 2px dashed #eaebed;
  clear: both;
  padding: 15px 15px 15px;
}

.mec-ud-image-url .image-file,
.mec-ud-org-image-url .image-file,
.mec-ud-speaker-image-url .image-file {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

.mec-ud-image-url .image-file + label,
.mec-ud-org-image-url .image-file + label,
.mec-ud-speaker-image-url .image-file + label {
  border-radius: 4rem;
  color: #008aff;
  cursor: pointer;
  display: inline-block;
}

.mec-ud-image-url .image-file:focus + label,
.mec-ud-image-url .image-file + label:hover,
.mec-ud-org-image-url .image-file:focus + label,
.mec-ud-org-image-url .image-file + label:hover,
.mec-ud-speaker-image-url .image-file:focus + label,
.mec-ud-speaker-image-url .image-file + label:hover {
  color: #000;
}

.mec-ud-image-url .image-file:focus + label {
  outline: 1px dotted #000;
}

.mec-ud-image-url p,
.mec-ud-image-url p label {
  margin-bottom: 0 !important;
}

.mec-ud-image-url p.image-notice {
  font-size: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #8f9295;
}

.mec-ud-woocommerce .woocommerce-Button,
.mec-ud-woocommerce [type="submit"],
button.mec-ud-submit-form {
  margin-top: 60px;
  background-color: #008aff !important;
  border-radius: 2px !important;
  box-shadow: 0px 5px 10px rgba(0, 138, 255, 0.3);
  padding: 16.72px 22px !important;
  line-height: 12px;
}

.mec-ud-woocommerce .woocommerce-Button:hover,
.mec-ud-woocommerce [type="submit"]:hover,
button.mec-ud-submit-form:hover {
  background: #222 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
}

button.mec-ud-submit-form img {
  vertical-align: middle;
}

button.mec-ud-submit-form span {
  vertical-align: middle;
  margin-left: 15px;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 14px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.mec-ud-saveLoader {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  vertical-align: middle;
}

form.mec-profile-form {
  position: relative;
}

.mec-ud-saveLoader .mec-loader {
  width: 20px;
  height: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  border-width: 0.2em;
}

.mec-ud-saveLoader-hover {
  position: absolute;
  background: #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.7;
}

.mec-ud-form svg {
  position: absolute;
  bottom: 23px;
  right: 18px;
  transition: all 0.2s ease;
}

.mec-ud-form p {
  color: #c6cacf;
  font-size: 14px !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  line-height: 22px;
  margin-top: 6px;
}

.mec-ud-wrap .mec-ud-form textarea ~ p {
  margin-top: -4px;
}

.mec-ud-form.mec-ud-form-p svg {
  bottom: unset;
  top: 14px;
}

.mec-ud-form.mec-ud-active svg path {
  fill: #008aff;
}

.mec-ud-wrap .mec-ud-form.mec-ud-active input,
.mec-ud-wrap .mec-ud-form.mec-ud-active textarea {
  border-color: #008aff;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Events List */
.col-xs-2.mec-ud-download-attendees {
  text-align: center;
}

.clearfix.mec-ud-events-title {
  border-bottom: 2px solid #008aff;
  padding-bottom: 18px;
  margin-bottom: 30px;
}

.clearfix.mec-ud-events-title [class^="col-xs-"],
.clearfix.mec-ud-events-list-item [class^="col-xs-"] {
  padding: 0;
}

.clearfix.mec-ud-events-title span {
  font-weight: 600;
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 17px;
}

.clearfix.mec-ud-events-title [class^="col-xs-"],
.clearfix.mec-ud-events-list-item [class^="col-xs-"] {
  text-align: center;
}

.clearfix.mec-ud-events-title [class^="col-xs-"]:first-of-type,
.clearfix.mec-ud-events-list-item [class^="col-xs-"]:first-of-type {
  text-align: left;
}

.mec-ud-events-list-item {
  border-bottom: 1px solid #eff0f2;
  margin-bottom: 23px;
  padding-bottom: 23px;
}

span.mec-fes-ud-event-title a {
  color: #000;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  font-size: 15px;
}

table.mec-profile-bookings td a {
  color: #000;
  text-decoration: none !important;
}

span.mec-fes-ud-event-title a:hover,
table.mec-profile-bookings td a:hover {
  color: #008aff;
}

.mec-fes-ud-event-view.mec-event-status {
  color: #fff !important;
  border-color: transparent !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  padding: 4px 10px 5px;
  border-radius: 2px;
  font-size: 12px;
}

.mec-fes-ud-event-view.mec-book-confirmed {
  background: #2dca73 !important;
  box-shadow: 0px 2px 7px 0 rgba(45, 202, 115, 0.25);
}

.mec-fes-ud-event-view.mec-book-pending {
  background: #ffc114 !important;
  box-shadow: 0px 2px 7px 0 rgba(255, 193, 20, 0.25);
}

.mec-fes-ud-event-view.mec-book-rejected {
  background: #fe686a !important;
  box-shadow: 0px 2px 7px 0 rgba(254, 104, 106, 0.25);
}

.mec-fes-ud-event-view.mec-book-other {
  background: #40d9f1 !important;
  box-shadow: 0px 2px 7px 0 rgba(64, 217, 241, 0.25);
}

span.mec-fes-ud-event-export a:before,
span.mec-fes-ud-event-remove:before,
span.mec-fes-ud-event-view a:before {
  font-family: simple-line-icons;
  font-size: 13px;
  vertical-align: middle;
  color: #000;
  font-size: 15px;
  cursor: pointer;
}

span.mec-fes-ud-event-export a:before {
  content: "";
}

span.mec-fes-ud-event-remove:before {
  content: "";
  margin-right: 5px;
  margin-left: 5px;
}

span.mec-fes-ud-event-view a:before {
  content: "";
  margin-right: 5px;
  margin-left: 5px;
}

.mec-ud-main-content .mec-ud-wrap .mec-ud-menu a:focus {
  outline: none;
}

span.mec-fes-ud-event-export a:hover:before,
span.mec-fes-ud-event-remove:hover:before,
span.mec-fes-ud-event-view a:hover:before {
  color: #008aff;
}

/* Tooltip */
.mec-fes-ud-event-view,
.mec-fes-ud-event-remove,
.mec-fes-ud-event-export {
  position: relative;
}

.mec-ud-events-list-item .wn-p-t-right {
  min-width: 100px;
  width: auto;
  white-space: nowrap;
  display: inline-block;
  top: -8px;
  left: 50%;
  margin-top: 0;
  transform: translate(-50%, -100%);
  padding: 0;
  background-color: #000;
  color: #fff;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  border-radius: 3px !important;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.23s;
  padding: 5px 14px 6px;
  border-radius: 8px;
}

.mec-ud-events-list-item .wn-p-t-right .wn-p-t-text-content {
  font-size: 13px;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  letter-spacing: 0;
  font-weight: 500;
}

.mec-ud-events-list-item .wn-p-t-right i {
  position: absolute !important;
  top: 100%;
  right: 50%;
  margin-top: -7px !important;
  margin-right: -5px !important;
  width: 11px;
  height: 24px;
  overflow: hidden;
  transform: rotate(-90deg);
}

.mec-ud-events-list-item .wn-p-t-right i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #000;
  box-shadow: 0 8px 9px -4px #535a61;
}

.mec-ud-content-wrap .mec-event-date .mec-tooltip .box,
.mec-ud-content-wrap .mec-event-status .mec-tooltip .box {
  border-radius: 3px;
}

/* Export */
span.mec-fes-ud-event-export {
  position: relative;
}

span.mec-fes-ud-event-export:hover .wn-p-t-right,
span.mec-fes-ud-event-view:hover .wn-p-t-right,
span.mec-fes-ud-event-remove:hover .wn-p-t-right {
  visibility: visible;
  opacity: 1;
}

.mec-ud-events-list a {
  text-decoration: none !important;
}

.mec-ud-events-add-new a {
  background: #008aff;
  padding: 13px 33px 13px 28px;
  color: #fff !important;
  margin-top: 40px;
  background-color: #008aff;
  border-radius: 2px !important;
  box-shadow: 0px 5px 10px rgba(0, 138, 255, 0.3) !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 21px;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.mec-ud-events-add-new a:hover {
  color: #fff;
  background: #222 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.mec-ud-events-add-new a span {
  vertical-align: middle;
}

.mec-ud-events-add-new a:before {
  font-family: simple-line-icons;
  vertical-align: middle;
  content: "";
  margin-right: 15px;
}

.mec-fes-ud-export-wrapper.mec-fes-export-wrapper {
  background: #f5faff;
}

.mec-fes-ud-export-wrapper.mec-fes-export-wrapper ul li {
  border: 1px solid #008aff;
  box-shadow: 0 2px 6px -4px #008aff;
}

.mec-fes-ud-export-wrapper.mec-fes-export-wrapper .mec-export-badge {
  color: #008aff;
  background: #def0ff;
}

.mec-fes-ud-export-wrapper.mec-fes-export-wrapper ul li.fes-export-date-active {
  color: #008aff;
}

.mec-fes-ud-export-wrapper.mec-fes-export-wrapper
  ul
  li.fes-export-date-active:before {
  border: 6px solid #008aff;
  box-shadow: 0 3px 16px -3px #008aff;
}

.mec-fes-ud-export-wrapper .mec-fes-btn-export span {
  background: #008aff;
  box-shadow: 0 1px 7px -3px #008aff !important;
}

.mec-fes-ud-export-wrapper .mec-fes-btn-export span:hover {
  background: #222;
}

/* Tickets */
.mec-ud-tickets table.mec-profile-bookings tbody tr:first-of-type td {
  background: #fff;
}

.mec-ud-tickets table.mec-profile-bookings tbody tr:first-of-type {
  border-bottom: 2px solid #008aff;
}

.mec-ud-tickets table.mec-profile-bookings tbody tr td:first-of-type {
  text-align: left;
  padding: 0;
}

.mec-ud-tickets table.mec-profile-bookings tbody tr td:last-of-type {
  text-align: center;
  padding: 0;
}

.mec-ud-tickets table.mec-profile-bookings,
.mec-ud-tickets table.mec-profile-bookings tr,
.mec-ud-tickets .mec-profile-bookings tbody tr td {
  border: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
}

.mec-ud-tickets a.mec-event-title {
  font-size: 14px;
}

.mec-ud-tickets table tbody tr:hover > td,
.mec-ud-tickets table tbody tr:hover > th {
  background-color: transparent;
}

.mec-ud-tickets .mec-event-status.mec-book-confirmed {
  background: #2dca73;
  box-shadow: 0px 2px 7px 0 rgba(45, 202, 115, 0.25);
}

.mec-ud-tickets .mec-event-status.mec-book-pending {
  background: #ffc114;
  box-shadow: 0px 2px 7px 0 rgba(255, 193, 20, 0.25);
}

.mec-ud-tickets .mec-event-status.mec-book-rejected {
  background: #fe686a;
  box-shadow: 0px 2px 7px 0 rgba(254, 104, 106, 0.25);
}

.mec-ud-tickets table.mec-profile-bookings tbody tr[id^="mec_profile_booking"] {
  border-bottom: 1px solid #eff0f2;
}

/* Heaedr */
.mec-head-wrap {
  display: flex;
  width: 100%;
}

.mec-head-wrap div {
  flex: 1;
}

.mec-ud-wrap-header {
  background: #008aff;
  color: #fff;
  text-align: center;
  padding: 17px 0;
  text-transform: capitalize;
  font-size: 26px;
  font-weight: bold;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  border-radius: 7px 7px 0 0;
  line-height: 43px;
  box-shadow: 0 3px 15px rgba(0, 138, 255, 0.25);
  z-index: 99;
}

.mec-wrap.clearfix.mec-ud-main .row {
  margin: 0;
}

.mec-ud-content-wrap .mec-profile .mec-profile-bookings tbody tr td {
  text-align: center;
}

.mec-ud-content-wrap
  .mec-profile
  .mec-profile-bookings
  tbody
  tr
  td:nth-child(2) {
  text-align: left;
}

/* When  user is not login */
.mec-ud-main-content.mec-user-not-login {
  max-width: 390px;
}

.mec-ud-main-content.mec-user-not-login .mec-ud-wrap-header {
  font-size: 27px;
}

.mec-ud-main-content.mec-user-not-login .mec-login-form {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.mec-ud-main .mec-user-not-login #mec-login-form.mec-login-form button {
  background: #008aff;
  box-shadow: 0 4px 22px -7px #008aff;
}

.mec-user-not-login #mec-login-form.mec-login-form button:hover {
  background: #222;
  box-shadow: 0 4px 22px -7px #222;
}

/* Reports */
form.mec-ud-reports-filters input,
form.mec-ud-reports-filters select,
form.mec-ud-reports-filters button {
  display: inline-block;
  width: auto;
}

#mec_ud_gateways_chart {
  display: none;
}

.mec-ud-reports-number-spec-total,
.mec-ud-reports-number-spec-ticket {
  cursor: auto !important;
}

/* new reports */
.mec-ud-reports-select-events {
  padding-right: 15px;
  padding-bottom: 15px;
}

.mec-ud-reports-select-main-reports {
  border: 1px solid #e2e3e4;
  width: 100%;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  margin-bottom: 15px;
  padding: 0;
  width: 202px;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button,
form.mec-ud-reports-filters.mec-ud-sales-report button {
  background: #f9fafb !important;
  position: relative !important;
  margin: 0 !important;
  color: #737d85 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  text-transform: capitalize !important;
  width: 100px !important;
  letter-spacing: 0 !important;
  line-height: 24px !important;
  padding: 10px 0 !important;
  border-radius: 2px !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button:hover {
  background: #fff !important;
  transition: all 0.2s ease !important;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button:first-of-type {
  border-right: 1px solid #e2e3e4 !important;
}

.mec-ud-reports-select-main-reports button.mec-ud-reports-button.mec-selected,
.mec-ud-reports-select-main-reports button.mec-ud-reports-button:focus {
  background: #008aff !important;
  background: linear-gradient(
    95deg,
    #36a2ff 0,
    #008aff 50%,
    #0072ff 100%
  ) !important;
  color: #fff !important;
  outline: 0 !important;
  box-shadow:
    0 3px 15px -5px #008aff,
    0 0 0 1px #008aff !important;
  z-index: 2 !important;
  border: none !important;
}

.mec-ud-reports-select-main-reports
  button.mec-ud-reports-button.mec-selected:after,
.mec-ud-reports-select-main-reports button.mec-ud-reports-button:focus:after {
  content: "";
  position: absolute;
  display: block;
  background: 0 0;
  top: auto;
  height: auto;
  bottom: -12px;
  left: 50%;
  margin-left: -6px;
  width: 0;
  border-width: 6px;
  border-style: solid;
  border-color: #008aff transparent transparent;
}

.mec-ud-reports-select-events label {
  display: block;
  font-size: 13px;
  font-weight: 400;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin-bottom: 15px;
}

.mec-ud-reports-select-events .select2 {
  width: 100% !important;
}

.mec-ud-reports-select-events
  .select2-container--default
  .select2-selection--single {
  border-radius: 2px;
  border: 1px solid #e2e3e4;
  height: 38px;
  padding-top: 5px;
  width: 100%;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
}

.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}

.select2-container--open .select2-dropdown--below {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  border-color: #d7d8d9;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) inset;
  border-color: #d7d8d9;
  border-radius: 2px;
}

.mec-ud-reports input[type="text"],
.mec-ud-reports select {
  border: 1px solid #e2e3e4;
  font-size: 13px;
  font-weight: 400;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  margin-bottom: 15px;
  border-radius: 2px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
  max-width: 150px;
}

form.mec-ud-reports-filters.mec-ud-sales-report button {
  background: #46d083 !important;
  color: #fff !important;
  height: 36px;
  line-height: 16px !important;
  width: 88px;
  padding: 0;
  margin-top: 1px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}

form.mec-ud-reports-filters.mec-ud-sales-report button:hover {
  background: #1fc26f !important;
}

/* Media Queries */
@media (max-width: 991px) {
  .mec-wrap.clearfix .row.mec-ud-wrap .col-md-3 {
    min-height: auto;
    text-align: center;
  }

  .mec-wrap.clearfix .row.mec-ud-wrap {
    display: block;
  }

  .mec-wrap.clearfix .row.mec-ud-wrap .col-xs-3 {
    min-height: auto;
    text-align: center;
  }

  .mec-ud-menu a {
    display: inline-block;
    margin-right: 8%;
    text-align: center;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }

  .mec-ud-menu a span {
    display: block;
    margin-top: 12px;
    margin-left: 0;
  }

  .mec-ud-menu a:last-of-type {
    margin: 0;
  }
}

@media (max-width: 768px) {
  .mec-ud-menu a {
    margin-right: 6%;
    font-size: 14px;
  }

  .mec-wrap.clearfix .row.mec-ud-wrap .col-xs-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 480px) {
  .mec-wrap.clearfix .row.mec-ud-wrap .col-xs-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .mec-ud-menu a {
    margin-right: 4%;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #mec-ud-reports canvas#mec_ud_reports_chatrs {
    width: auto !important;
  }

  .mec-wrap.clearfix .row.mec-ud-wrap .col-md-3 {
    padding: 25px 40px;
  }

  .mec-ud-content.active {
    padding-top: 25px;
    padding-left: 0;
  }

  #mec-ud-events .clearfix.mec-ud-events-title span {
    font-size: 13px;
  }

  table.mec-profile-bookings td a,
  span.mec-fes-ud-event-title a,
  span.mec-fes-ud-event-date.mec-event-start-date {
    font-size: 12px;
  }

  .mec-ud-tickets table.mec-profile-bookings tbody tr:first-of-type td,
  .mec-fes-ud-event-view.mec-book-confirmed {
    font-size: 11px;
  }

  #mec-ud-events .clearfix.mec-ud-events-title span,
  .mec-ud-content-wrap .mec-profile .mec-profile-bookings tbody tr td {
    word-break: break-all;
  }
}

@media (max-width: 376px) {
  .mec-fes-ud-event-view.mec-book-confirmed {
    font-size: 10px;
    padding: 2px 4px;
    line-height: 1.4;
  }
}

.mec-fes-form-top-actions a.mec-fes-form-back-to {
  display: none;
}

.mec-fes-form-to-dashboard {
  display: block;
}

.mec-ud-image-url p {
  margin-top: -3px;
}

canvas#mec_ud_reports_chatrs {
  width: 575px !important;
}

span.mec-fes-ud-event-date.mec-event-start-date {
  font-size: 12px;
}

.mec-ud-woocommerce form [type="submit"].disabled {
  opacity: 0.5;
  filter: grayscale(1);
  pointer-events: none;
  cursor: not-allowed;
}

.mec-ud-woocommerce .woocommerce-Message {
  color: #999 !important;
}

.mec-ud-woocommerce table.woocommerce-orders-table {
  border: 1px solid #eee;
  margin: 0 0 15px;
  text-align: left;
  width: 100%;
}

.mec-ud-woocommerce table.woocommerce-orders-table th {
  border: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
  border-bottom: 2px solid #008aff;
}

.mec-ud-woocommerce table.woocommerce-orders-table tr {
  border-bottom: 1px solid #eff0f2;
}

.mec-ud-woocommerce table.woocommerce-orders-table td {
  border: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  color: #000;
  vertical-align: middle;
  font-size: 12px;
}

.mec-ud-woocommerce table.woocommerce-orders-table td a.woocommerce-button {
  border: none;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  vertical-align: middle;
  font-size: 12px;
  padding: 10px;
  border-radius: 2px;
  top: 15px;
  background-color: #008aff;
  border-radius: 2px !important;
  box-shadow: 0px 5px 10px rgba(0, 138, 255, 0.3);
  padding: 16.72px 22px !important;
  line-height: 12px;
  margin: 0;
}

.mec-ud-woocommerce-menu-item:before {
  content: "";
  width: 6px;
  height: 7px;
  position: relative;
  display: inline-block;
  background-color: #008aff;
  border-radius: 25px;
  box-shadow: 0 0 9px -1px #008aff;
}

.woocommerce-Button .mec-ud-saveLoader {
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.event-pagination span,
.event-pagination a {
  background: #008aff;
  padding: 0px 10px;
  color: #fff !important;
  background-color: #008aff;
  border-radius: 2px !important;
  box-shadow: 0px 5px 10px rgba(0, 138, 255, 0.3) !important;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none !important;
  transition: all 0.2s ease;
}

.event-pagination span,
.event-pagination a:hover {
  color: #fff;
  background: #222 !important;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3) !important;
}

.dashbord-custom-color span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: solid 1px #ddd;
  border-radius: 50px;
  cursor: pointer;
}

.dashbord-custom-color span.gray-color {
  background-color: gray;
}

.dashbord-custom-color span.red-color {
  /* random red */
  background-color: #ff3b3b;
}

.dashbord-custom-color span.blue-color {
  background-color: #008aff;
}

.dashbord-custom-color span.yellow-color {
  background-color: #e2cf28;
}

.dashbord-custom-color span.green-color {
  background-color: #8bc34a;
}

.dashbord-custom-color span.pink-color {
  background-color: #e91e63;
}

.dashbord-custom-color span.purple-color {
  background-color: #9c27b0;
}

.dashbord-custom-color span.cyan-color {
  background-color: #009688;
}

span.mec-ud-login-message {
  width: 100%;
  background: #fff;
  padding: 20px 0 0 0;
  margin: 0 auto;
  text-align: center;
  font-size: 10px;
  position: relative;
  display: block;
  color: #afafaf;
  font-style: italic;
}

.mec-ud-main-content .woocommerce-info,
.mec-ud-main-content .woocommerce-noreviews,
.mec-ud-main-content p.no-comments {
  background-color: #edf0f3;
}

.mec-ud-events-list-item,
.clearfix.mec-ud-events-title {
  display: flex;
}

.mec-ud-events-list-item div,
.clearfix.mec-ud-events-title div {
  flex-grow: 6;
}
