/* Custom easing */
/* Media Query Mixins */
body {
  font-size: 16px;
  color: rgb(24, 24, 24) !important;
  padding-bottom: 480px;
}

body.logged-in {
  /* padding-bottom: 390px; */
  padding-bottom: 500px;
}

b,
strong {
  font-weight: 600 !important;
}

.primary {
  color: #da1e35;
}

.border-top {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}

h2#step_title {
  font-family: "Teko";
  font-size: 34px;
  text-transform: uppercase;
}

.widget {
  margin-bottom: 0px !important;
}

h3.step-title {
  font-size: 2.5rem !important;
  margin: 1rem 0 0;
}
h3.step-title small {
  font-size: 2rem !important;
  color: #f04e50 !important;
  display: block;
  margin: 15px 0 0;
}

form.account-page-form legend {
  font-family: "Teko";
  font-size: 30px;
  color: black;
  text-transform: uppercase;
  border-bottom: none !important;
}

#reset-pass-submit {
  background-color: #da1e35;
  padding: 10px 20px;
  font-size: 16px;
  border: none !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
#reset-pass-submit:hover {
  background-color: #a11a2a;
}

.mig-login-container a {
  color: black;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 13px;
}

#wrap {
  position: relative !important;
  z-index: 50 !important;
  background-color: white;
  padding-bottom: 20px;
}

ul,
ol {
  padding: 0 0 0 30px !important;
}

.post-content {
  width: 100% !important;
}

.heading-title,
.page-title {
  display: none !important;
}

footer {
  padding: 1rem 0 !important;
}

#site_footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3rem 0 0 !important;
}

.footer-copyright {
  color: white;
  padding: 0;
  margin: 0;
  text-align: center;
}

.breadcrumb {
  display: none !important;
}

.left-col-border {
  border-left: 1px solid #e2e2e2;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}
@media only screen and (max-width: 767px) {
  .left-col-border {
    border-left: 0px solid #e2e2e2;
  }
}

.h-border .elementor-heading-title {
  position: relative;
  display: inline-block;
  margin-bottom: 15px !important;
}
.h-border .elementor-heading-title::after {
  content: "";
  width: 100%;
  background-color: #5c5c5c;
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 1px;
}

.home-img-negative-margin .elementor-widget-container .elementor-image img {
  margin-top: -45px !important;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .home-img-negative-margin .elementor-widget-container .elementor-image img {
    margin-top: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .home-img-negative-margin .elementor-widget-container .elementor-image img {
    margin-top: 0px !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .elementor-301 .elementor-element.elementor-element-7fe3e35 > .elementor-background-overlay {
    opacity: 0.56 !important;
  }
}
@media only screen and (max-width: 767px) {
  .elementor-301 .elementor-element.elementor-element-7fe3e35 > .elementor-background-overlay {
    opacity: 0.7 !important;
  }
}

@media print {
  #main_header {
    visibility: hidden;
    display: none;
  }
  #print_btn {
    visibility: hidden;
    display: none;
  }
  footer {
    visibility: hidden;
    display: none;
  }
}
.mig-dashboard-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mig-dashboard-nav > li {
  margin: 0 0 10px;
}
.mig-dashboard-nav > li > a {
  width: 100%;
  text-align: left;
}

.mig-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 2rem 0 0;
}

.page-title-large-center, .page-title-large {
  height: 200px !important;
}

.heading-title {
  margin: 0 !important;
}

p.lead {
  display: none !important;
}

.fields-set {
  display: none;
  margin: 2rem 0 0;
}
.fields-set.active {
  display: block;
}

.registration-navigation {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  border-top: 1px dotted #ccc;
  padding: 2rem 0 0;
}

.asterisk {
  color: #da1e35;
}

.field-item.specify {
  padding: 20px;
  background-color: #efefef;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.field-item input[type=checkbox],
.field-item input[type=radio] {
  margin: 7px 7px 0 0;
  float: left;
}
.field-item input[type=checkbox]:hover,
.field-item input[type=radio]:hover {
  cursor: pointer;
}

input[type=range]:hover {
  cursor: pointer;
}

.sport__categories {
  margin: 0 0 0 2rem;
}

.add-certification-container {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0 2rem;
  margin: 0 0 0.6rem;
}
.add-certification-container.active {
  display: flex;
}
.add-certification-container > a {
  color: #242424;
  font-size: 1.4rem;
}
.add-certification-container > a:hover {
  color: #da1e35;
}
.add-certification-container > a:hover > span {
  background-color: #da1e35;
  border: 1px solid #da1e35;
}
.add-certification-container > a:hover > span::before {
  background-color: white;
}
.add-certification-container > a:hover > span::after {
  background-color: white;
}
.add-certification-container > a > span {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.add-certification-container > a > span::before {
  content: "";
  width: 1px;
  height: 9px;
  background-color: #da1e35;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.add-certification-container > a > span::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #da1e35;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

label:hover {
  cursor: pointer;
}

/* Input file customization */
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  display: inline-block;
  /* pointer-events: none; Test this on mobile devices */
}
.inputfile + label > strong {
  background-color: #da1e35;
  max-width: 80%;
  font-weight: 400;
  font-size: 1.7rem;
  padding: 7px 15px;
}
.inputfile + label > span {
  color: #666;
  font-weight: 400;
  font-size: 1.7rem;
  padding-left: 10px;
}

.inputfile:focus + label strong,
.inputfile + label strong:hover {
  background-color: #a11a2a;
}

/* Certification fields */
.certification-fields {
  width: 100%;
}

.certification-field {
  width: 100%;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.delete-certification-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: relative;
  top: 4px;
  position: absolute;
  left: -28px;
  top: 15px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.delete-certification-btn:hover {
  background-color: #da1e35;
  border: 1px solid #da1e35;
}
.delete-certification-btn:hover::after {
  background-color: white;
}
.delete-certification-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #da1e35;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

select {
  width: 100%;
}

p.step-count {
  font-size: 2rem !important;
}

.error-message {
  color: #da1e35;
  font-size: 1.5rem;
  border: 1px solid #b31a2c;
  padding: 1rem 1.5rem;
  background-color: #c64252;
  color: white;
  margin: 5px 0 10px;
  display: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
.error-message.active {
  display: block;
}

.error-message.active {
  display: block;
}

.error-message.notice {
  border: 1px solid #173586;
  background-color: #1d42a7;
}

.success-message {
  font-size: 1.5rem;
  border: 1px solid #0a66ad;
  padding: 1rem 1.5rem;
  background-color: #0090ff;
  color: white !important;
  margin: 5px 0 10px;
  display: none;
  font-weight: 400 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

input {
  transition: all 0.4s ease !important;
  -moz-transition: all 0.4s ease !important;
  -webkit-transition: all 0.4s ease !important;
  -o-transition: all 0.4s ease !important;
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=password]:focus {
  border: 1px solid #da1e35;
  background-color: #da1e35;
  color: white;
}

.form-message {
  font-size: 1.4rem;
  color: #da1e35;
}

select {
  margin-bottom: 8px !important;
}

/* Datepicker overrides */
.datepick-month-header,
.datepick-month-header select,
.datepick-month-header input {
  height: 2em !important;
}

.datepick-nav,
.datepick-ctrl {
  height: 2em !important;
}

.datepick-month-header select option {
  color: black !important;
}

.datepick-month table {
  margin: 0 !important;
}

.registration-summary-fields {
  margin-bottom: 1rem;
  width: 33.333%;
  padding: 0 2rem 0 0;
}
.registration-summary-fields > h4 {
  margin: 0 0 25px;
  padding: 0 0 10px;
  position: relative;
}
.registration-summary-fields > h4::after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #da1e35;
  position: absolute;
  left: 0;
  bottom: -5px;
}

.registration-summary-avatar > img {
  max-width: 100%;
}

.registration-summary-certifications {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-certifications ul,
.registration-summary-certifications ol {
  margin: 0 0 1rem 4rem;
}

.registration_step.final__step.active {
  display: flex;
  flex-flow: row wrap;
}

.registration-summary-sports {
  list-style: none;
  padding: 0;
  margin: 0;
}
.registration-summary-sports ul,
.registration-summary-sports ol {
  margin: 0 0 1rem 4rem;
}

.submit-registration-status {
  justify-content: center;
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 10% 0;
}
.submit-registration-status.active {
  display: flex;
}

.payment-receipt-list tbody > tr > td {
  padding: 10px 0;
  vertical-align: initial;
}

.email-validation-fields-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.email-validation-field {
  width: 50px !important;
  margin: 0 5px 0 0 !important;
  text-align: center;
}

.email-verification-error {
  display: none;
  text-align: center;
  color: #da1e35;
  margin: 10px 0 0;
}

.verification-validation-message {
  display: none;
}

.email-verification-success {
  display: none;
}

.step-title-container {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  align-items: center;
  align-content: center;
  color: #252525;
}

h3.step-title {
  font-size: 2.5rem !important;
  margin: 1rem 0 0;
  color: #da1e35;
}

header#main_header {
  padding: 2rem 0;
  margin: 0;
  background-color: #121d32;
}

.login-info {
  background-color: #070d18;
  color: white;
  padding: 8px 0;
}

.micro-header {
  width: 100%;
  background-color: #da1e35;
  text-align: center;
  padding: 10px 15px;
  color: white;
  text-transform: uppercase;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 500;
}

.sign-in-btn a {
  background-color: #da1e35;
  padding: 5px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .sign-in-btn a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .sign-in-btn a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.sign-in-btn a:hover {
  background-color: #a11a2a;
}
.sign-in-btn a::before {
  content: none !important;
}

@media (max-width: 575px) {
  body.logged-in .logo-col {
    text-align: center;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  body.logged-in .login-col {
    justify-content: center !important;
  }
}

.login-info-left {
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .login-info-left {
    text-align: center;
  }
}

.login-info-right {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .login-info-right {
    text-align: center;
  }
}

#copyright_footer {
  padding: 80px 0 !important;
  background-color: #0b111d;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

#return_to_top {
  position: fixed;
  right: -100px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 50;
  background-color: #da1e35;
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}
#return_to_top:hover {
  background-color: #a11a2a;
}

#return_to_top.active {
  right: 25px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#return_to_top::before {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  left: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  transform: rotate(40deg);
}

#return_to_top::after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  right: 15px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  transform: rotate(-40deg);
}

.hidden {
  display: none !important;
}

.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .container {
    width: 1400px !important;
    max-width: 1400px !important;
  }
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.light {
  color: white;
}

.border {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.align-center {
  text-align: center;
}

.flex-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  align-items: center;
  height: 100%;
}
.flex-list > li {
  margin: 0 0.3rem;
}
.flex-list.column {
  flex-direction: column;
}
.flex-list.row {
  flex-direction: row;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase;
}

.action-btn {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #da1e35;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.action-btn.sign-in {
  padding: 0.5rem 2rem;
}
.action-btn.alternate {
  background-color: #f2b849;
  color: black;
}
.action-btn.alternate:hover {
  background-color: #a11a2a !important;
  color: white !important;
}
.action-btn.alternate.inactive:hover {
  background-color: #a11a2a;
  color: black !important;
}
.action-btn.inactive:hover {
  cursor: default;
  background-color: #a11a2a;
  color: white !important;
}
.action-btn:hover {
  color: white !important;
  background-color: #a11a2a !important;
}
.action-btn.step__btn {
  display: none;
}
.action-btn.step__btn.active {
  display: inline-block;
}
.action-btn.disabled {
  opacity: 0.3;
}
.action-btn.secondary {
  background-color: #121d32 !important;
}
.action-btn.secondary:hover {
  background-color: #193368 !important;
}

.textwidget a.action-btn {
  color: white !important;
}
.textwidget a.action-btn:hover {
  color: black !important;
  background-color: #f2b849;
}

.button-primary {
  border: none !important;
  background-color: #da1e35 !important;
}
.button-primary:hover {
  color: white !important;
  background-color: #a11a2a !important;
  transform: translate3d(0, 0, 0) !important;
}

.register-btn {
  padding: 16px 35px;
  font-size: 18px;
  color: white;
  font-family: "Poppins";
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  display: inline;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e65f5e+0,da1e35+98 */
  background: #e65f5e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e65f5e 0%, #da1e35 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e65f5e", endColorstr="#da1e35",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 767px) {
  .register-btn {
    margin: 0 auto;
    display: table;
  }
}
.register-btn.centered {
  margin: 0 auto;
}
.register-btn span {
  position: relative;
  z-index: 10;
}
.register-btn:hover {
  color: white;
}
.register-btn:hover::after {
  transform: scale(1, 1);
}
.register-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #da1e35;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform-origin: 50% 50%;
  transform: scale(0, 1);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.footer-btns {
  margin-top: 30px;
  text-align: center;
}

.image-cropper {
  position: relative;
  width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  z-index: 9997;
}

.image-cropper-mask {
  width: 300px;
  height: 300px;
  opacity: 0.777;
  position: absolute;
  top: 0;
  left: calc(50% - 150px);
  pointer-events: none;
  z-index: 9998;
  background: radial-gradient(transparent 150px, rgb(0, 0, 0) 150px);
  /* background: -webkit-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
  background: -ms-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px);
   background: -o-radial-gradient(transparent 150px, rgba(0,0,0,1) 150px); */
}

.cropit-preview {
  /* You can specify preview size in CSS */
  width: 300px;
  height: 300px;
  cursor: grab;
  margin: 0 0 1.2rem;
}

input.cropit-image-input {
  visibility: hidden;
}

i#cropit-rotation-left,
i#cropit-rotation-right,
i#cropit-small-icon,
i#cropit-large-icon {
  color: #666;
}

i#cropit-rotation-left,
i#cropit-rotation-right {
  background-color: #da1e35;
  padding: 1rem;
  color: white;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
i#cropit-rotation-left:hover,
i#cropit-rotation-right:hover {
  background-color: #666;
  cursor: pointer;
}

input[type=range] {
  margin: 2rem 0;
}

a#select-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #f04e50;
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a#select-avatar:hover {
  color: black !important;
  background-color: #f2b849;
}

a#cancel-avatar {
  padding: 1rem 2rem;
  text-align: center;
  color: white;
  background-color: #333;
  display: inline-block;
  font-size: 1.4rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
a#cancel-avatar:hover {
  color: white !important;
  background-color: #666;
}

.lds-dual-ring {
  width: 24px;
  height: 24px;
  opacity: 1;
  position: relative;
  top: 0;
  margin-right: 10px;
}
.lds-dual-ring.centered {
  margin: 0;
}
.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 26px;
  height: 26px;
  margin: 1px;
  border-radius: 50%;
  border: 3px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}
@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 26px;
    height: 26px;
  }
}
.lds-dual-ring.dark::after {
  border-color: #ccc transparent #ccc transparent;
}
.lds-dual-ring.active {
  opacity: 1;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* High resolution */
@media only screen and (min-width: 2000px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .hidden-desktop {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 5000px) {
  .hidden-desktop {
    display: none;
  }
}
/* Desktop - Laptop */
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}
/* Laptop - md-screen */
@media only screen and (min-width: 767px) and (max-width: 980px) {
  .hidden-mobile {
    display: none;
  }
  .col-100-mobile {
    width: 100%;
  }
}
/* Tablet - sm-screen */
@media only screen and (max-width: 767px) {
  .hidden-mobile {
    display: none;
  }
}
/* Mobile */
/* Mobile small */
/* Mobile menu toggle */
.pm-header__aside {
  z-index: 150;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 17px;
}
@media only screen and (max-width: 767px) {
  .pm-header__aside {
    right: 45px;
  }
}

.pm-header__aside .mobile-btn {
  display: none;
}

.pm-header__aside .search-btn {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 5px;
  padding-right: 5px;
  color: #293278;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-header__aside .search-btn:hover {
  color: #e91a56;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .pm-header__aside .mobile-btn {
    display: block;
  }
  .pm-header__aside .search-btn {
    border-left: 0px solid #ccc;
    border-right: 1px solid #ccc;
    padding-left: 0px;
    margin-right: 5px;
    padding-right: 15px;
  }
}
.mobile-btn {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 17px;
  padding-top: 7px;
  margin-left: 14px;
  vertical-align: middle;
  transition: transform 0.15s;
  z-index: 6;
}

.mobile-btn::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  border-radius: 50%;
  background: #000;
  z-index: -1;
  transition: margin 0.3s, transform 0.3s, background 0.3s, opacity 0.3s;
  opacity: 0;
}

.mobile-btn span {
  display: block;
  height: 3px;
  background: #e91a56;
  transition: height 0.15s, top 0.15s, bottom 0.15s, border-radius 0.15s, transform 0.15s, opacity 0.15s, background 0.3s;
}

.mobile-btn span:first-child {
  bottom: 14px;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:first-child,
.mobile-btn span:last-child {
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-btn span:last-child {
  top: 14px;
}

.mobile-btn.nav-visible span:first-child {
  bottom: 9px;
  transform: translateY(2px) rotate(45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
}

.mobile-btn.nav-visible span:nth-child(2) {
  opacity: 0;
}

.mobile-btn.nav-visible span:last-child {
  top: 9px;
  transform: translateY(-2px) rotate(-45deg);
  transition: height 0.3s, top 0.3s, bottom 0.3s, border-radius 0.15s, transform 0.15s 0.3s, opacity 0.15s, background 0.3s;
}

/* Main Menu */
.pm-nav {
  display: flex;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  z-index: 1000;
}
.pm-nav.mobile {
  display: none;
  background-color: #09111e;
}
.pm-nav > li {
  position: relative;
  margin: 10px 15px 0px 15px;
}
.pm-nav > li:nth-child(5) {
  margin: 10px 0px 0px 25px !important;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav > li:nth-child(5) {
    margin: 10px 0px 0px 25px !important;
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .pm-nav > li:nth-child(5) {
    margin: 10px 0px 0px 25px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li:nth-child(5) {
    margin: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li:nth-child(5) {
    margin: 0px !important;
  }
}
.pm-nav > li:nth-child(5) > a::after {
  content: none;
}
.pm-nav > li:last-child > a::after {
  content: none;
}
.pm-nav > li > a {
  color: #fff;
  font-family: "Poppins";
  font-weight: 600;
  font-size: 1.4rem !important;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .pm-nav > li > a {
    font-size: 1.1rem !important;
  }
}
.pm-nav > li > a:hover::before {
  transform: scalex(1);
  transform-origin: left;
}
.pm-nav > li > a::after {
  content: "";
  height: 11px;
  width: 3px;
  background-color: #da1e35;
  position: absolute;
  top: 13px;
  right: -23px;
}
.pm-nav > li > a::before {
  content: "";
  position: absolute;
  background-color: #da1e35 !important;
  width: 100%;
  left: 0;
  height: 3px !important;
  top: bottom;
  bottom: 0px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transform: scalex(0);
  transform-origin: right;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .pm-nav > li {
    margin: 10px 10px 0px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li {
    margin: 0;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav {
    display: none;
  }
}

body.nav-visible .pm-nav.mobile {
  display: block !important;
  position: relative;
  z-index: 1000;
}

.pm-nav > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 15px 5px 25px !important;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li {
    display: block;
    margin: 0px !important;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li {
    display: block;
    margin: 0px !important;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #293278;
    color: white;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li.current-menu-item span a {
    background-color: #293278;
    color: white;
  }
}
.pm-nav > li > span {
  line-height: 0;
}

.pm-nav > li > span > a {
  color: #fff;
  margin: 2.4rem 15px;
  position: relative;
  font-family: "Poppins";
  font-weight: 500;
  font-size: 1.4rem;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.5px;
  z-index: 1;
  line-height: 1.2;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.6rem 15px;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #222426;
    width: 100%;
    text-align: center;
  }
  .pm-nav > li:last-child span > a {
    border-bottom: 0px solid #222426;
  }
  .pm-nav > li:nth-child(5) span > a {
    border-bottom: 0px solid #222426;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a {
    margin: 0;
    padding: 1.6rem 15px;
    margin: 0 auto;
    display: table;
    border-bottom: 1px solid #222426;
    width: 100%;
    text-align: center;
  }
  .pm-nav > li:last-child span > a {
    border-bottom: 0px solid #222426;
  }
  .pm-nav > li:nth-child(5) span > a {
    border-bottom: 0px solid #222426;
  }
}
.pm-nav > li > span.animate {
  top: 0px;
  opacity: 1;
}

.pm-nav > li > span > a:hover {
  text-decoration: none !important;
}

.pm-nav > li:last-child > span > a:hover::before {
  transform: rotate(0deg) translateZ(0);
  width: 105%;
}

.pm-nav > li:first-child > span > a::after {
  content: none;
}

.pm-nav > li > span > a::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #6953ac;
  position: absolute;
  left: -16px;
  bottom: 3px;
  z-index: 1;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > span > a::after {
    content: none;
    left: auto;
  }
}
.pm-nav > li.menu-item-has-children > span > a::after,
.pm-nav > li.menu-item-has-children > a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #fff;
  position: relative;
  background-color: transparent;
  top: 0px;
  right: -9px;
  transform: rotate(45deg);
}

.pm-nav > li.menu-item-has-children > span > a.active::after {
  top: 3px;
  transform: rotate(225deg);
}

/* Sub menu */
.pm-nav > li > ul.sub-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 260px;
  padding: 0 !important;
  background-color: #e91a56;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  text-transform: none;
  list-style: none;
  z-index: 1000;
  margin-top: 5px;
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.4);
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    box-shadow: none;
    margin: 0 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
    box-shadow: none;
    margin: 0 !important;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}
.pm-nav > li > ul.sub-menu > li.menu-item-has-children {
  position: relative;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu {
  list-style: none;
  position: absolute;
  right: -220px;
  top: -12px;
  background-color: #e91a56;
  min-width: 220px;
  visibility: hidden;
  opacity: 0;
  transform: "translateY" -10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.pm-nav > li > ul.sub-menu > li > ul.sub-menu::before {
  content: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu {
    min-width: auto;
    width: 100%;
    left: 0;
  }
}
.pm-nav > li > .sub-menu > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > ul.sub-menu > li:last-child {
  border: none;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li.current-menu-item a {
    background-color: #3a0d52;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li.current-menu-item a {
    background-color: #3a0d52;
  }
}
.pm-nav > li > ul.sub-menu > li a,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
  color: white;
  display: block;
  font-family: "Poppins";
  margin: 10px 20px;
  padding: 5px 0 15px;
  font-weight: 500;
  font-size: 1.4rem;
  text-decoration: none;
  position: relative;
  border-bottom: 1px solid #e59090;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
.pm-nav > li > ul.sub-menu > li:last-child a,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
  border-bottom: 0px solid #3f5577;
  padding: 5px 0 0px;
}

@media only screen and (min-width: 767px) and (max-width: 1025px) {
  .pm-nav > li > ul.sub-menu > li:last-child a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .pm-nav > li > ul.sub-menu > li:last-child a,
  .pm-nav > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a {
    padding: 15px 10px 15px 10px;
    text-align: center;
    margin: 0;
  }
}
.pm-nav > li > ul.sub-menu > li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: -4px 0 0 0;
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: white;
  position: relative;
  background-color: transparent;
  top: 1px;
  left: -10px;
  opacity: 0;
  transform: rotate(-135deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-nav > li > ul.sub-menu > li a:hover,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  padding-left: 10px;
}

.pm-nav > li > ul.sub-menu > li a:hover::before,
.pm-nav > li > ul.sub-menu > li > ul.sub-menu > li > a:hover::before {
  opacity: 1;
  transform: rotate(-45deg);
}

.pm-nav > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

.pm-nav > li > ul.sub-menu.menu-expand {
  max-height: 1000px;
  visibility: visible !important;
  opacity: 1 !important;
  padding: 0;
  position: relative;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  padding: 0 !important;
  margin: 0 !important;
}

/* Material Datepicker overrides */
.dtp .dtp-buttons {
  background-color: white !important;
}

.dtp-buttons button {
  border: 2px solid #da1e35 !important;
  color: rgb(56, 56, 56) !important;
}
.dtp-buttons button:hover {
  background-color: #da1e35 !important;
  color: white !important;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background-color: #d51d34 !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  background-color: #970c1d !important;
}

.dtp .p10 > a {
  color: white !important;
}

.dtp table.dtp-picker-days tr > td > a {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.dtp table.dtp-picker-days tr > td > a.selected {
  background-color: #d51d34 !important;
}

.dtp table.dtp-picker-days tr > td > a:hover {
  background-color: #d51d34 !important;
  color: white !important;
}

.year-picker-item:hover {
  color: #d51d34 !important;
}

.year-picker-item.active {
  color: #d51d34 !important;
}

.change-sport-current-info {
  display: flex;
  flex-direction: row;
}

.change-sport-current-info .avatar {
  margin-right: 20px;
  width: 150px;
  height: 150px;
}

.change-sport-current-info .avatar img {
  width: 100%;
}

.teams-list-container {
  border-bottom: 1px dotted #cccccc;
  margin-bottom: 25px;
  padding-bottom: 15px;
}

.teams-list-entry .team-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.teams-list-entry .team-information .team-photo {
  width: 30%;
}

.teams-list-entry .team-information .team-details {
  width: 70%;
}

#send_invites_btn {
  display: none;
}

#send_invites_btn.active {
  display: inline-block;
}

.team-member-profile-entry {
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.team-member-profile-information {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.team-member-profile-information .team-member-profile-photo {
  width: 30%;
  margin-right: 20px;
}

.team-member-profile-information .team-member-profile-photo > img {
  width: 100%;
}

.team-member-profile-information .team-member-profile-details {
  width: 70%;
}

.team-invite-field {
  width: auto;
  position: relative;
  margin: 10px 10px 10px 50px;
}

.team-invite-field.bottom-border {
  border-bottom: 0px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.delete-team-invite-btn {
  width: 21px;
  height: 21px;
  border: 1px solid #a2a2a2;
  display: inline-block;
  position: absolute;
  left: -28px;
  top: 15px;
  text-align: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-team-invite-btn:hover {
  background-color: #f04e50;
  border: 1px solid #f04e50;
}

.delete-team-invite-btn:hover::after {
  background-color: white;
}

.delete-team-invite-btn::after {
  content: "";
  width: 11px;
  height: 1px;
  background-color: #f04e50;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 9px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.delete-team-invite-btn > span {
  position: relative;
  top: 20px;
  color: #07074e;
}

.toast-success {
  background-color: #51a351 !important;
  opacity: 1 !important;
}

.toast-error {
  background-color: #cc1414 !important;
  opacity: 1 !important;
}/*# sourceMappingURL=main.css.map */