/* Minification failed. Returning unminified contents.
(83,15): run-time error CSS1039: Token not allowed after unary operator: '-form-control-color'
(92,26): run-time error CSS1039: Token not allowed after unary operator: '-form-background'
(115,34): run-time error CSS1039: Token not allowed after unary operator: '-form-control-color'
(128,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(129,15): run-time error CSS1039: Token not allowed after unary operator: '-form-control-disabled'
(700,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
/*https: //codepen.io/Julix/pen/LeXNWw*/

.ui-slider-horizontal {
  height: 6px !important;
}
.ui-widget-content {
  background: #fc3283;
  color: #fc3283;
  border: 1px solid #fc3283 !important;
}
.ui-widget {
  font-size: 8px !important;
}
.ui-slider {
  /*font-size: 0.6em;*/
  width: 80%;
  margin-bottom: 14px;
  /*margin-left: 1.2em;*/

  /*Slider-range darker*/

}
.ui-slider .ui-slider-handle {
  background-color: #fc3283;
  background-blend-mode: multiply;
  font-size: 2em;
  margin-top: -3px;
  border-radius: 1px;
  border-color: #fc3283;
  border: 1px solid #fc3283 !important;
  background: #fc3283 !important;
  font-weight: normal !important;
  color: #fc3283 !important;
}
.ui-slider .ui-slider-range {
  background-color: #fc3283;
  background-blend-mode: multiply;
}
.price-filters {
  display: flex;
  justify-content: space-evenly;
  max-width: 60%;
}
.price-filters label {
  width: 30%;
}
.price-filters input[type="number"] {
  border: none;
  max-width: 30%;
}
span.ui-slider-handle.ui-state-default.ui-corner-all:first-of-type {
  border-radius: 50%;
}
span.ui-slider-handle.ui-state-default.ui-corner-all:last-of-type {
  border-radius: 50%;
}
* {
  font-family: 'Roboto', sans-serif !important;
}
a {
  cursor: pointer !important;
}
.checkbox {
  display: inline-flex;
  cursor: pointer;
}
.checkbox label {
  margin-left: 4px;
}
.form-control {
  /*font-family: system-ui, sans-serif;*/
  /*font-size: 2rem;
    font-weight: bold;*/
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.form-control + .form-control {
  margin-top: 1em;
}
.form-control--disabled {
  color: var(--form-control-color);
  cursor: not-allowed;
}
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid #fc3283;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  outline: none !important;
  margin-top: 6px;
}
input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: CanvasText;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
  background-color: #fc3283;
}
input[type="checkbox"]:focus {
  outline: max(2px, 0.15em) solid currentColor;
  outline-offset: max(2px, 0.15em);
}
input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.slick-list {
  padding: 0 20% 0 0 !important;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  /*opacity: .2;*/

}
.slick-dots li button:before {
  font-size: 42px;
}
.px-paginate-container {
  cursor: pointer;
}
.px-paginate-container .px-btn {
  cursor: pointer;
  color: #fc3283 !important;
  background: white !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #fc3283;
  border-radius: 50%;
  margin-right: 4px;
  margin-left: 4px;
  width: 30px !important;
  border: none !important;
}
.px-paginate-container .px-btn.px-btn-last {
  border: none;
}
.px-paginate-container .px-btn.px-btn-first {
  border: none;
}
.px-paginate-container .px-btn.selected {
  background: #fc3283 !important;
  color: white !important;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.html2canvas-container {
  width: 1920px !important;
  height: 1440px !important;
  /*height: 1080px !important;*/

}
/*@page {
    size: landscape !important;
}*/

/*@page {
    size: portrait !important;
}*/

/*floating label*/

/*https://jsfiddle.net/yzzxrsnn/2/*/

/*https://stackoverflow.com/questions/40754891/how-to-keep-floating-labels-floating-after-input-pure-css*/

.dropdown-toggle:after {
  display: none;
}
.success-container {
  text-align: center;
}
.filter-sidebar {
  /*border-right: 5px solid @base-border-color;*/
  position: absolute;
  top: 0;
  height: 100vh;
  width: 450px;
  background-color: white !important;
  z-index: 9999999999999999;
}
@media (max-width: 767px) {
  .filter-sidebar {
    width: 100%;
    height: 100%;
  }
}
.filter-sidebar a {
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.filter-sidebar .header-container {
  margin-top: 20%;
  /*border-bottom: 1px solid @base-red-color;*/
  margin-bottom: 25px;
  text-align: right;
  padding-right: 25px;
  padding-bottom: 15px;
}
.filter-sidebar .header-container .header .title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding-left: 36px;
}
.filter-sidebar .header-container .header .close-button {
  color: black;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.filter-sidebar .filters-container {
  padding-left: 25px;
  padding-bottom: 25px;
  /*height: 100%;*/
  height: 100vh !important;
  overflow-y: auto;
  cursor: pointer;
  background-color: white !important;
}
.filter-sidebar .filters-container .clear-filters-container {
  padding-bottom: 25px;
}
.filter-sidebar .filters-container .first-level-container {
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 5px;
}
.filter-sidebar .filters-container .first-level-container .second-level-container {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.filter-sidebar .filters-container .first-level-container .second-level-container .third-level-container {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.filter-sidebar .filters-container .first-level-container .second-level-container .third-level-container .fourth-level-container {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
}
.filter-sidebar .filters-container .first-level-container .second-level-container .third-level-container .fourth-level-container .fourth-level-item {
  font-weight: normal;
}
.cart-container {
  position: relative;
}
.cart-container .cart-items-count {
  position: absolute;
  width: 20px;
  height: 20px;
  /*background: #D9D9D9;*/
  background: #f4951f;
  top: -10px;
  right: -10px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  /*color: #000;*/
  color: white;
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  /*line-height: normal;*/

}
@media (max-width: 768px) {
  .slick-track {
    left: 15%;
  }
}
.banner-anchor {
  text-decoration: none;
}
.banner-anchor .carousel-img {
  margin: auto;
  border-radius: 20px;
  text-align: center;
  width: auto;
  height: auto;
}
.banner-anchor .carousel-img.desktop {
  /*width: 1080px;*/
  /*height: 364px;*/
  width: 99%;
  height: auto;
  margin-left: 13.5%;
}
.banner-anchor .carousel-img.orange {
  background: #f4951f;
}
.banner-content {
  margin: auto;
  width: 1080px;
  /*width: 90%;*/
  height: 364px;
  border-radius: 20px;
  background: #fc3283;
  color: white;
  text-align: center;
  font-size: 48px;
}
.banner-content.orange {
  background: #f4951f;
}
.banner-container {
  padding-bottom: 48px;
  display: flex;
  justify-content: center;
}
.banner-container img {
  /*margin: auto;*/
  width: 100%;
}
@media (min-width: 1199px) {
  .banner-container img {
    margin-right: 25px;
    width: auto;
  }
}
.banner-container.gray-container {
  background: #ededed;
  padding-bottom: 0px;
  margin-bottom: 48px;
}
/*.form-input {*/

/*border: 3px solid #ccc;
    outline: none;
    border-radius: 10px;
    outline: none;
    resize: none;
    text-align: left;
    -webkit-appearance: none;
    background: transparent;
    background: #fff;
    font-size: 18px;
    -webkit-transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;
    transition: border-color ease-in-out .5s,box-shadow ease-in-out .5s;*/

/*}

.form-input + .form-label {
    display: block;
    pointer-events: none;
    line-height: 0px;*/

/*margin-top: -43px;
    margin-bottom: 43px;*/

/*transition: transform 1s;
    position: absolute;
    left: 0;
    top: 8px;
}

// Estado inicial
.form-label {
    padding-top: 18px;*/

/*@media(max-width:767px) {
        padding-top: 22px;
    }*/

/*font-size: 15px;
    font-weight: normal;
    color: #666666;
    margin-left: 11px !important;
    text-align: left;
    padding-left: 2px;

    &.static {
        transform: translateY(-14px);
        color: #fc3283;
        font-size: 12px;
        font-weight: 200;
        text-align: left;
    }
}

// Durante foco
.form-input:focus + .form-label {
    transform: translateY(-14px);
    color: #fc3283;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
}

// Após tirar foco, mas com valor preenchido
.input-focus-label {
    transform: translateY(-14px);
    color: #fc3283;
    font-size: 12px;
    font-weight: 200;
    text-align: left;
}*/

/*floating label*/

.all-pink-bar-container {
  width: 100%;
  margin-bottom: -16px;
}
.all-pink-bar-container .all-pink-bar {
  width: 100%;
  border: 1px solid #fc3283;
  background: #fc3283;
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
}
.all-pink-bar-container .all-pink-bar img {
  margin-right: 16px;
}
.header-search-bar {
  display: flex;
  justify-content: space-between;
}
.header-search-bar.mobile .search-container {
  position: relative;
}
.header-search-bar.mobile .search-container input[type=text] {
  padding-left: 32px;
  height: 33px;
  margin: auto;
  margin-right: 9px;
  border-radius: 4px;
  min-width: 313px;
}
@media (min-width: 1199px) {
  
}
.header-search-bar.mobile .search-container img {
  position: absolute;
  top: 10px;
  left: 7px;
  width: 13px;
}
.header-search-bar.mobile button {
  margin: auto;
  height: 33px;
  max-width: 53px;
  color: white;
  font-family: Roboto;
  font-size: 10.379px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 4px;
  padding: 10px;
}
.header-search-bar.desktop .search-container {
  position: relative;
}
.header-search-bar.desktop .search-container input[type=text] {
  padding-left: 52px;
  height: 53px;
  margin: auto;
  margin-right: 9px;
  border-radius: 10px;
  min-width: 475px;
}
.header-search-bar.desktop .search-container img {
  position: absolute;
  top: 13px;
  left: 13px;
}
.header-search-bar.desktop button {
  margin: auto;
}
.footer {
  background: #fc3283 !important;
  border: none !important;
  color: white !important;
  text-align: center !important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (min-width: 1199px) {
  .footer {
    text-align: left;
  }
}
.footer .logo-and-images {
  text-align: center;
}
@media (min-width: 1199px) {
  .footer .logo-and-images {
    text-align: left;
  }
}
.footer .footer-content-container {
  padding: 6px !important;
  padding-top: 29px !important;
  padding-bottom: 24px !important;
}
.footer .footer-content-container .bottom-part {
  padding-top: 90px;
  color: white;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer img {
  margin: auto;
  margin-bottom: 11px;
}
@media (min-width: 1199px) {
  .footer img {
    margin-right: 13px;
  }
}
.footer .title {
  color: white;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 18px;
  text-align: center;
  padding-top: 25px;
}
@media (min-width: 1199px) {
  .footer .title {
    padding-top: 0;
    text-align: left;
  }
}
.footer .navigation-item {
  text-align: center;
}
@media (min-width: 1199px) {
  .footer .navigation-item {
    text-align: left;
  }
}
.footer a {
  color: white !important;
  text-decoration: none;
}
.footer a img {
  margin: auto;
}
@media (min-width: 1199px) {
  .footer a img {
    margin-right: 13px;
  }
}
@media (max-width: 768px) {
  .footer {
    width: 100% !important;
    bottom: 0 !important;
  }
}
.select2-selection__rendered .player-option-content {
  border: none;
  padding: 0;
  padding-top: 6px;
  padding-left: 6px;
}
.select2-selection__rendered .player-option-content .option-image {
  display: none;
}
.select2-selection__rendered .player-option-content .option-info .info:not(.name) {
  display: none;
  /*min-height: 8px;
                margin-bottom: 4px;

                &.name {
                    color: #3C2A4D;
                    font-weight: bold;
                }*/

}
/*.select2-results__option {
    border-bottom: 1px solid #000;
}*/

.player-option-content {
  display: flex;
  padding: 16px;
  color: #3e3e3e;
  text-align: left;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  /*border-bottom: 1px solid #000;*/

}
.player-option-content .option-image {
  padding-right: 8px;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.player-option-content .option-image img {
  width: 100%;
  max-width: 32px;
  border-radius: 2px;
  margin: auto;
}
.player-option-content .option-info {
  margin: auto;
  margin-left: 0;
  margin-right: 0;
}
.player-option-content .option-info .info {
  min-height: 8px;
  margin-bottom: 4px;
}
.player-option-content .option-info .info.name {
  color: #3c2a4d;
  font-weight: bold;
}
body {
  font-size: 16px !important;
}
body .filters-row {
  display: flex;
}
body .filters-row a {
  color: #333333;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
body .image-container img {
  width: 100%;
  max-width: 100px;
}
body .alert {
  padding: 16px;
}
@media (min-width: 1199px) {
  body .alert {
    max-width: 51%;
  }
}
body .row {
  --bs-gutter-x: 0px !important;
}
@media (max-width: 1199px) {
  body .hidden-xs {
    display: none !important;
  }
}
body .page-container {
  padding-left: 70px;
  padding-right: 70px;
}
@media (min-width: 1199px) {
  body .visible-xs {
    display: none !important;
  }
}
body .ui-datepicker {
  width: auto !important;
}
body nav {
  /*padding: 14px 0px 14px 16px !important;*/
  /*padding: 0px 0px 0px 16px !important;*/
  padding: 0px 0px 0px 0px !important;
  height: 217px;
  border-bottom: 2px solid #fc3283 !important;
  transition: ease .5s;
}
body nav.mobile {
  height: 170px;
}
body nav .brand {
  margin-top: -6px;
}
body nav.navbar.navbar-expand {
  flex-wrap: wrap;
}
body nav .navbar-collapse {
  /*padding-right: 61px;*/
  padding: 0px 0px 0px 16px !important;
  margin: auto;
  margin-top: 27px;
  display: flex;
}
body nav .navbar-collapse.mobile {
  flex-direction: row;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: -10px;
}
body nav .navbar-collapse.mobile ul.navbar-nav {
  margin-left: 0;
  margin-top: -20px;
}
@media (min-width: 1199px) {
  body nav .navbar-collapse.mobile ul.navbar-nav.top {
    margin-bottom: 40px;
  }
}
body nav .navbar-collapse.mobile ul.navbar-nav li.nav-item {
  margin: auto;
  margin-right: 14px;
  width: auto;
}
body nav .navbar-collapse.mobile ul.navbar-nav li.nav-item .nav-link {
  color: #3e3e3e !important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: auto;
  padding: 0 !important;
  white-space: nowrap;
}
@media (min-width: 1199px) {
  body nav .navbar-collapse.mobile ul.navbar-nav li.nav-item .nav-link {
    font-size: 14px;
    margin-top: -2px;
  }
}
body nav .navbar-collapse.mobile ul.navbar-nav li.nav-item .nav-link .brand {
  width: 32px;
}
body nav .navbar-collapse.desktop {
  flex-direction: column;
  flex-grow: 0;
}
body nav .navbar-collapse.desktop .navbar-align {
  margin-left: 0;
}
@media (min-width: 1199px) {
  body nav .navbar-collapse.desktop ul.navbar-nav.top {
    margin-bottom: 40px;
    width: 130%;
  }
}
@media (min-width: 1199px) {
  body nav .navbar-collapse.desktop ul.navbar-nav.bottom {
    width: 130%;
  }
}
body nav .navbar-collapse.desktop ul.navbar-nav li.nav-item {
  margin: auto;
  margin-right: 14px;
  width: auto;
}
body nav .navbar-collapse.desktop ul.navbar-nav li.nav-item.bigger-space {
  margin-right: 65px;
}
body nav .navbar-collapse.desktop ul.navbar-nav li.nav-item .nav-link {
  color: #3e3e3e !important;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: auto;
  padding: 0 !important;
  white-space: nowrap;
}
@media (min-width: 1199px) {
  body nav .navbar-collapse.desktop ul.navbar-nav li.nav-item .nav-link {
    font-size: 14px;
    margin-top: -2px;
  }
}
body a.btn.smaller {
  padding-top: 10px;
}
body .btn {
  width: 100%;
  max-width: 300px;
  height: 53px;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  /*padding-bottom: 8px;
        padding-top: 8px;*/
  border: none;
}
body .btn:hover {
  color: white;
  text-decoration: none;
}
body .btn.smaller {
  height: 43px;
  font-weight: 500;
}
body .btn.composed-button {
  border: 1px solid #fc3283;
  background: white;
  color: #fc3283;
  font-size: 14px;
  max-width: 127px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 20px;
  display: flex;
  padding-top: 5px;
}
body .btn.btn-base {
  background: #fc3283;
}
body .btn.btn-primary {
  background: #f4951f;
}
body .back-home-button-container .back-home-button {
  display: flex;
  width: 167px;
  height: 33px;
  padding: 6px 31px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #fc3283;
  text-decoration: none;
  text-decoration-line: none !important;
  color: white !important;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  body .back-home-button-container .back-home-button {
    margin: auto;
  }
}
body .product-description-container {
  padding-top: 70px;
  padding-bottom: 51px;
}
body .product-description-container .product-description-title {
  color: black;
  /* H1 - 32 */
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 37px;
}
body .product-description-container .product-description-content {
  color: black;
  /* Body - 16 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 51px;
}
body .product-specifications-container {
  /*margin-left: 26px;*/
  border-radius: 10px;
  background: white;
  box-shadow: 5px 5px 27px 7px rgba(0, 0, 0, 0.04);
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 19px;
  padding-bottom: 15px;
  color: black;
  font-family: Roboto;
  line-height: normal;
  font-style: normal;
}
body .product-specifications-container .product-name-container {
  font-size: 28px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
body .product-specifications-container .product-ratings-container {
  color: #f4951f;
  font-family: Inter;
  font-size: 10.402px;
  font-style: normal;
  font-weight: 500;
  line-height: 13.73px;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
body .product-specifications-container .product-ratings-container .product-ratings-stars {
  margin-right: 5px;
}
body .product-specifications-container .product-color-container select {
  border-radius: 10px;
  border: 1px solid #fc3283 !important;
  color: black;
  /* Caption - 14 */
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .product-specifications-container .product-size-container .title {
  color: black;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 18px;
}
body .product-specifications-container .product-size-container .form-group .rb-box {
  padding-bottom: 20px;
}
body .product-specifications-container .product-size-container .form-group .rb {
  /*padding: 16px 0;
                    text-align: center;*/
  /*background: #FFF;
                    border-radius: .3em;*/
  padding-bottom: 20px;
}
body .product-specifications-container .product-size-container .form-group .rb-tab {
  display: inline-block;
  position: relative;
  /*width: 20%;*/
  width: 60px;
  height: 60px;
}
body .product-specifications-container .product-size-container .form-group .rb-txt {
  /*position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    font-size: .5em;
                    color: #FFFFFF;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: .5em;
  color: white;
  color: black;
  font-family: Roboto;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .product-specifications-container .product-size-container .form-group .rb-spot {
  position: absolute;
  width: 55px;
  height: 55px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: transparent;
  cursor: pointer;
  transition: ease .5s;
  border-radius: 4px;
  border: 1px solid #fc3283;
  color: black;
  font-family: Roboto;
  font-size: 9.625px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .product-specifications-container .product-size-container .form-group .rb-tab-active .rb-spot {
  background: #fc3283;
  border: 2px solid rgba(243, 49, 128, 0.6);
  color: white;
}
body .product-specifications-container .product-size-container .form-group .rb-tab-active .rb-spot .rb-txt {
  color: white;
}
body .product-specifications-container .product-size-container .form-group .button-box {
  padding: 10px 0;
  text-align: center;
}
body .product-specifications-container .product-size-container .form-group button {
  display: inline-block;
  width: 80%;
  margin-top: 1.2em;
  padding: 1em;
  max-width: 220px;
  font-size: .9em;
  color: #d42d78;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .15em;
  background: white;
  border: none;
  outline: none;
  border-radius: 5em;
  box-shadow: 0 15px 20px -10px rgba(0, 0, 0, 0.3);
  transition: color 0.6s, box-shadow 0.3s, transform 0.3s;
  cursor: pointer;
}
body .product-specifications-container .product-size-container .form-group button:hover {
  box-shadow: 0 3px 5px -5px rgba(0, 0, 0, 0.3);
  color: #6f6f6f;
}
body .product-specifications-container .product-pricing-container .product-details .price {
  color: #fc3283;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 3px;
}
body .product-specifications-container .product-pricing-container .product-details .installments {
  color: black;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 3px;
}
body .product-specifications-container .product-pricing-container .product-details .see-installments {
  color: #f4951f;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 20px;
}
body .product-specifications-container .product-pricing-container .multiple-buttons-container {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  body .product-specifications-container .product-pricing-container .multiple-buttons-container {
    flex-wrap: wrap;
    justify-content: center;
  }
}
body .product-specifications-container .product-pricing-container .multiple-buttons-container .buttons-container {
  margin-right: 6px;
}
@media (max-width: 1199px) {
  body .product-specifications-container .product-pricing-container .multiple-buttons-container .buttons-container {
    margin-bottom: 8px;
  }
}
body .product-specifications-container .product-pricing-container .multiple-buttons-container .buttons-container button,
body .product-specifications-container .product-pricing-container .multiple-buttons-container .buttons-container a {
  width: 100%;
  min-width: 125px;
  max-width: 300px !important;
  padding-left: 40px;
  padding-right: 40px;
}
body .images-carousel-container {
  display: flex;
  flex-direction: column;
  padding-right: 26px;
}
body .images-carousel-container .arrows {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
body .images-carousel-container .arrows img {
  margin: auto;
}
body .images-carousel-container .product-image-carousel {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .images-carousel-container .product-image-carousel .product-image-container {
  border-radius: 10px;
  border: 2px solid #fc3283;
  width: 100px;
  /*padding: 4px;*/
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 11px;
  margin-top: 11px;
}
body .images-carousel-container .product-image-carousel .product-image-container img {
  border-radius: 10px;
  width: 95px;
  margin: auto;
}
body .mobile-images-carousel-container {
  /*display: flex;*/
  /*flex-direction: column;*/
  /*padding-right: 26px;*/
  justify-content: space-between;
}
body .mobile-images-carousel-container .arrows {
  display: flex;
  justify-content: center;
}
body .mobile-images-carousel-container .arrows img {
  margin: auto;
}
body .mobile-images-carousel-container .product-image-carousel {
  display: flex;
  justify-content: space-between;
}
body .mobile-images-carousel-container .product-image-carousel .product-image-container {
  border-radius: 10px;
  border: 2px solid #fc3283;
  width: 54px;
  /*padding: 4px;*/
  display: flex;
  justify-content: center;
  margin: auto;
  margin-bottom: 11px;
  margin-top: 11px;
}
body .mobile-images-carousel-container .product-image-carousel .product-image-container img {
  border-radius: 10px;
  width: 52px;
  margin: auto;
}
body .product-main-image-container {
  padding-right: 26px;
}
body .product-main-image-container img {
  width: 100%;
  max-width: 480px;
  border-radius: 10px;
  height: auto;
}
body .page-title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 29px;
  padding-top: 35px;
}
body .buttons-container.change-quantities {
  display: flex;
  justify-content: space-between;
}
body .buttons-container.change-quantities .btn {
  border: none !important;
  height: 33px;
}
body .buttons-container.change-quantities input {
  border-radius: 6.167px;
  border: 2px solid #fc3283;
  color: #f4951f;
  width: 81px;
  max-width: 81px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  height: 33px;
}
body .main {
  overflow-x: hidden;
}
body .main .content {
  padding: 0;
  /*margin: auto;*/
  padding-top: 239px;
  padding-bottom: 90px;
  background: white;
  /*@media (min-width: 1200px) {
                padding-left: 52px;
                padding-right: 52px;
            }*/

  /*.page-container {
                width: 100%;
                max-width: 400px;
                margin: auto;
            }*/

}
body .main .content.loggedout {
  background-image: url(/Content/img/new-layout/estadio.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin: auto;
  /*display: flex;
                justify-content: center;*/

}
body .main .content.loggedout form {
  border-radius: 16px;
  background: white;
  padding-left: 56px;
  padding-right: 60px;
  padding-top: 40px;
  padding-bottom: 44px;
  width: 100%;
  max-width: 416px;
  margin: auto;
  text-align: left;
  font-size: 16px;
}
@media (max-width: 768px) {
  body .main .content.loggedout form {
    padding-left: 32px;
    padding-right: 32px;
  }
}
body .main .content.loggedout form label {
  width: 100% !important;
}
body .main .content.loggedout form a {
  font-size: 13px;
}
body .main .content.loggedout form span {
  font-size: 13px;
}
body .main .content.loggedout .logo-container {
  margin-bottom: 30px;
}
body .main .content.loggedout .logo-container.back {
  margin-top: -24px;
  text-align: left;
  margin-bottom: 32px;
}
body .main .content.loggedout .logo-container.back img {
  width: 32px;
}
body .main .content.loggedout .logo-container img {
  width: 100%;
}
body .main .content.loggedout .page-title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 100% */
  margin-bottom: 15px;
}
body .main .content.loggedout .terms {
  color: #101010;
  text-align: center;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 200% */

}
body .main .content.loggedout .terms a {
  font-size: 12px;
  font-weight: 300;
}
body .main .content .admin {
  padding: 2.5rem 2.5rem 1.5rem !important;
}
body .main .content .product-detail-section {
  padding-top: 60px;
}
body .main .content .cart-products-container {
  margin-bottom: 115px;
}
body .main .content .cart-products-container .order-calculation-container .title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
body .main .content .cart-products-container .order-calculation-container .calculation {
  color: black;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
body .main .content .cart-products-container .order-calculation-container .calculation.total {
  border-top: 1px solid #e3e3e3;
}
body .main .content .cart-products-container .order-calculation-container .calculation .value.yellow {
  color: #f4951f;
  padding-bottom: 15px;
}
body .main .content .cart-products-container .order-calculation-container .button-container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
body .main .content .cart-products-container .order-calculation-container .button-container .btn {
  width: 100%;
  max-width: 100%;
}
body .main .content .cart-products-container .product-container-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 115px;
}
body .main .content .cart-products-container .product-container-row .product-details-container {
  padding-top: 74px;
  display: flex;
  justify-content: flex-end;
}
body .main .content .cart-products-container .product-container-row .product-details-container .product-price {
  color: #fc3283;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .main .content .cart-products-container .product-container-row .product-content-container {
  display: flex;
  justify-content: flex-start;
}
body .main .content .cart-products-container .product-container-row .product-content-container .image-container img {
  width: 124px;
  max-width: 124px;
  margin-right: 51px;
}
body .main .content .cart-products-container .product-container-row .product-content-container .product-name-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .main .content .cart-products-container .product-container-row .product-content-container .product-name-container .product-name {
  color: black;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .main .content .cart-products-container .product-container-row .product-content-container .product-name-container a {
  color: #fc3283;
}
body .main .content .cart-pament-selection-products-container {
  padding-top: 80px;
  margin-bottom: 115px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  body .main .content .cart-pament-selection-products-container {
    flex-direction: column-reverse;
  }
}
body .main .content .cart-pament-selection-products-container .payment-selection {
  border-radius: 10px;
  border: 2px solid #fc3283;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 36px;
  padding-right: 36px;
}
body .main .content .cart-pament-selection-products-container .payment-selection .title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
body .main .content .cart-pament-selection-products-container .payment-selection select {
  border-radius: 9.084px;
  background: whitesmoke;
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .cart-pament-selection-products-container .address-selection {
  border-radius: 10px;
  border: 2px solid #fc3283;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 36px;
  padding-right: 36px;
  background: whitesmoke;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group.row {
  display: flex;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group .control-label {
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 34px;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group .cep {
  display: flex;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group .cep input {
  border-radius: 10px;
  border: 1px solid #fc3283;
  max-width: 277px;
  margin-right: 8px;
  height: 32px !important;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group .cep button {
  max-width: 37px;
  padding: 6px 9px 10px 9px;
}
body .main .content .cart-pament-selection-products-container .address-selection .address-form-fields .form-group input[type=text] {
  border-radius: 10px;
  border: 1px solid #fc3283;
  height: 32px !important;
}
body .main .content .cart-pament-selection-products-container .address-selection .consolidated-address .header {
  display: flex;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .address-selection .consolidated-address .header .name {
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .cart-pament-selection-products-container .address-selection .consolidated-address .header .name .star-icon {
  margin-right: 12px;
}
body .main .content .cart-pament-selection-products-container .address-selection .consolidated-address .header .name .chip {
  color: black;
  font-family: Roboto;
  font-size: 9.214px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 4px;
  background: #fdd400;
  padding: 2px 12px 2px 12px;
  margin-left: 40px;
}
body .main .content .cart-pament-selection-products-container .address-selection .consolidated-address .header .option a {
  color: #fc3283;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration-line: underline;
  margin-top: -20px;
}
body .main .content .cart-pament-selection-products-container .address-selection .title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 35px;
}
body .main .content .cart-pament-selection-products-container .address-selection select {
  border-radius: 9.084px;
  background: whitesmoke;
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .title {
  color: #fc3283;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e3e3e3;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .calculation {
  color: black;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .calculation.total {
  border-top: 1px solid #e3e3e3;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .calculation .value.yellow {
  color: #f4951f;
  padding-bottom: 15px;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .button-container {
  padding-top: 20px;
  display: flex;
  justify-content: center;
}
body .main .content .cart-pament-selection-products-container .order-calculation-container .button-container .btn {
  width: 100%;
  max-width: 100%;
}
body .main .content .cart-pament-selection-products-container .products-list {
  padding-left: 60px;
  /*padding-top: 80px;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 115px;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-details-container {
  padding-top: 74px;
  display: flex;
  justify-content: flex-end;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-details-container .product-price {
  color: #fc3283;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-details-container .buttons-container.change-quantities {
  display: flex;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-details-container .buttons-container.change-quantities .btn {
  border: none;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-details-container .buttons-container.change-quantities input {
  border-radius: 6.167px;
  border: 2px solid #fc3283;
  color: #f4951f;
  width: 81px;
  max-width: 81px;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-content-container {
  display: flex;
  justify-content: flex-start;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-content-container .image-container img {
  width: 124px;
  max-width: 124px;
  margin-right: 51px;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-content-container .product-name-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-content-container .product-name-container .product-name {
  color: black;
  font-family: Roboto;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .main .content .cart-pament-selection-products-container .products-list .product-container-row .product-content-container .product-name-container a {
  color: #fc3283;
}
body .main .content .main-banner-container {
  padding-bottom: 96px;
}
body .main .content .products-container .category-title {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 55px;
}
body .main .content .products-container .category-title .category-text {
  color: #f4951f;
  font-family: Roboto;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-bottom: 4px solid #fc3283;
  max-width: 35%;
}
@media (max-width: 1199px) {
  body .main .content .products-container .category-title .category-text {
    font-size: 24px;
    max-width: 45%;
  }
}
body .main .content .products-container .product-category-container .product-container {
  padding-bottom: 60px;
  /*padding-bottom: 120px;*/

}
body .main .content .products-container .product-category-container .product-container .product-content-container {
  margin: auto;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 23px;
  width: 100%;
  max-width: 227px;
}
body .main .content .products-container .product-category-container .product-container .product-content-container .image-container {
  margin-bottom: 12px;
  display: flex;
  justify-content: center;
}
body .main .content .products-container .product-category-container .product-container .product-content-container .image-container a img {
  width: 91px;
}
body .main .content .products-container .product-category-container .product-container .product-content-container .product-details-container {
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .products-container .product-category-container .product-container .product-content-container .product-details-container .product-name {
  margin-bottom: 12px;
  /*max-height: 120px;*/
  height: 40px;
  overflow-y: hidden;
}
body .main .content .products-container .product-category-container .product-container .product-content-container .product-details-container .product-price {
  margin-bottom: 12px;
  color: black;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
body .main .content .select2-search__field {
  width: 100% !important;
}
body .main .content .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  body .main .content .page-header {
    border-bottom: 1px solid #101010;
  }
}
@media (max-width: 768px) {
  body .main .content .page-header .action {
    position: fixed;
    left: 0;
    bottom: 36px;
    text-align: center;
    width: 100%;
    z-index: 5;
    border-radius: 8px 8px 0px 0px;
    background: white;
    box-shadow: 0px 0px 10px 4px rgba(80, 58, 101, 0.1);
    padding: 16px;
  }
  body .main .content .page-header .action a {
    margin: auto;
    height: 56px;
    padding: 16px;
  }
}
body .main .content .page-header.no-border {
  border-bottom: none;
}
body .main .content .page-header .back-button {
  color: #fc3283;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 150% */

}
body .main .content .page-header .back-button img {
  margin: auto;
  width: 16px;
}
body .main .content .page-header .title {
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}
body .main .content .page-header .title.home {
  flex-direction: column;
}
body .main .content .page-header .title .page-title {
  color: #101010;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin: auto;
  margin-right: 20px;
  margin-left: 0;
}
body .main .content .page-header .title .page-subtitle {
  padding-top: 4px;
  color: #3e3e3e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  width: 100%;
  max-width: 700px;
}
body .main .content .page-content {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  padding-top: 16px;
  margin: auto;
  width: 100%;
}
body .main .content .page-content form {
  margin: auto;
}
@media (max-width: 768px) {
  body .main .content .page-content {
    padding-bottom: 106px;
  }
}
body .main .content .page-content .cards-container {
  display: flex;
  justify-content: start;
}
@media (max-width: 992px) {
  body .main .content .page-content .cards-container {
    flex-wrap: wrap;
  }
}
body .main .content .page-content .cards-container .card-container {
  margin-bottom: 24px;
  margin-right: 24px;
  width: 100%;
  max-width: 31%;
}
@media (max-width: 768px) {
  body .main .content .page-content .cards-container .card-container {
    margin-right: 0;
    max-width: 100%;
  }
}
body .main .content .page-content .compare-player-card-content {
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 10px 4px rgba(80, 58, 101, 0.1);
  width: 100%;
  max-width: 305px;
}
@media (max-width: 576px) {
  body .main .content .page-content .compare-player-card-content {
    max-width: 100%;
  }
}
body .main .content .page-content .compare-player-card-content .top {
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 16px;
  /*padding-bottom: 24px;*/
  width: 100%;
  display: flex;
  max-width: 416px;
}
body .main .content .page-content .compare-player-card-content .top .card-image {
  margin-right: 16px;
}
body .main .content .page-content .compare-player-card-content .top .card-image img {
  width: 100%;
  max-width: 100px;
  min-width: 100px;
  border-radius: 10px;
}
body .main .content .page-content .compare-player-card-content .top .card-info .label {
  color: #95adbe;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .main .content .page-content .compare-player-card-content .top .card-info .value {
  color: #101010;
  leading-trim: both;
  text-edge: cap;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 27px;
}
body .main .content .page-content .compare-player-card-content .stats {
  width: 100%;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data {
  display: flex;
  justify-content: space-between;
  padding-top: 8px;
  padding-left: 30px;
  padding-bottom: 8px;
  padding-right: 40px;
  color: #101010;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data.even {
  background: #f6f6f6;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .icon-and-label {
  display: flex;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .icon-and-label .icon {
  margin: auto;
  margin-right: 8px;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .icon-and-label .icon img {
  margin: auto;
  width: 24px;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .icon-and-label .label {
  margin: auto;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .value {
  margin: auto;
  margin-right: 0;
  max-width: 42px;
  overflow-x: hidden;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .value.green {
  color: #17b6c2;
}
body .main .content .page-content .compare-player-card-content .stats .stats-data .data .value.red {
  color: #f67b7b;
}
body .main .content .page-content .report-player-card-content {
  width: 100%;
  max-width: 416px;
  display: flex;
  padding: 0px;
  color: #101010;
  text-align: left;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 4px rgba(80, 58, 101, 0.1);
}
@media (max-width: 768px) {
  body .main .content .page-content .report-player-card-content {
    max-width: 100%;
  }
}
body .main .content .page-content .report-player-card-content .label {
  color: #95adbe;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .main .content .page-content .report-player-card-content .card-image {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  body .main .content .page-content .report-player-card-content .card-image {
    text-align: center;
    min-width: 75px;
    margin: auto;
  }
}
body .main .content .page-content .report-player-card-content .card-image img {
  width: 100%;
  max-width: 140px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 768px) {
  body .main .content .page-content .report-player-card-content .card-image img {
    max-width: 63px;
    height: auto;
    border-radius: 10px;
  }
}
body .main .content .page-content .report-player-card-content .card-info {
  padding-left: 12px;
  padding-top: 18px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 228px;
}
@media (max-width: 768px) {
  body .main .content .page-content .report-player-card-content .card-info {
    min-width: 154px;
  }
}
body .main .content .page-content .report-player-card-content .card-info .name {
  margin-bottom: 17px;
}
body .main .content .page-content .report-player-card-content .card-info .name .label {
  margin-bottom: 4px;
}
body .main .content .page-content .report-player-card-content .card-info .name .name-value {
  max-width: 228px;
  height: 16px;
  overflow-y: hidden;
}
body .main .content .page-content .report-player-card-content .card-info .stats-data .data {
  display: flex;
  margin-bottom: 2px;
}
body .main .content .page-content .report-player-card-content .card-info .stats-data .data .icon {
  margin-right: 8px;
}
body .main .content .page-content .report-player-card-content .card-info .stats-data .data .value {
  margin: auto;
}
body .main .content .page-content .report-player-card-content .card-info .other-data {
  display: flex;
  padding: 0px;
  text-align: left;
  /*@media (max-width: 768px) {
                                                flex-wrap: wrap;
                                            }*/

}
body .main .content .page-content .report-player-card-content .card-info .other-data .data {
  font-size: 10px !important;
  padding-right: 8px;
  margin-bottom: 16px;
  /*white-space: nowrap;*/

}
@media (max-width: 768px) {
  body .main .content .page-content .report-player-card-content .card-info .other-data .data {
    width: 50%;
  }
}
body .main .content .page-content .report-player-card-content .card-info .other-data .data div img {
  margin: auto;
  height: 14px;
  width: 100%;
  max-width: 24px;
  object-fit: cover;
  overflow: hidden;
}
body .main .content .page-content .report-player-card-content .card-info .other-data .data .label {
  margin-bottom: 7px;
}
body .main .content .page-content .report-player-card-content .card-info .other-data .score {
  display: flex;
}
body .main .content .page-content .report-player-card-content .card-info .other-data .score .score-number {
  background: #7bd6c6;
  padding: 8px 12px;
  border-radius: 50%;
  color: white;
}
body .main .content .page-content .report-player-card-content .card-info .other-data .score .score-text {
  margin: auto;
  color: #7bd6c6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 4px;
}
body .main .content .page-content .report-player-card-content .card-info .score {
  display: flex;
}
body .main .content .page-content .report-player-card-content .card-info .score .score-number {
  background: #7bd6c6;
  padding: 8px 12px;
  border-radius: 50%;
  color: white;
}
body .main .content .page-content .report-player-card-content .card-info .score .score-text {
  margin: auto;
  color: #7bd6c6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 4px;
}
body .main .content .page-content .report-player-card-content .actions {
  background: #f6f6f6;
  height: auto;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body .main .content .page-content .report-player-card-content .actions .action {
  margin-left: 12px;
  margin-right: 12px;
}
body .main .content .page-content .report-player-card-content .actions .action.edit {
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #95adbe;
}
body .main .content .page-content .report-player-card-content .actions .action.report {
  padding: 12px 0px 12px 0px;
}
body .main .content .page-content .report-player-card-content .actions .action.look {
  border-top: 1px solid #95adbe;
  padding: 12px 0px 12px 0px;
}
body .main .content .page-content .report-player-card-content .actions .action a.card-action-btn {
  cursor: pointer;
}
@media (min-width: 1200px) {
  body .main .content .form-container {
    margin: auto;
    max-width: 80%;
  }
}
@media (min-width: 1440px) {
  body .main .content .form-container {
    margin: auto;
    max-width: 60%;
  }
}
body .main .content .btn {
  width: 100%;
  /*max-width: 338px;*/
  max-width: 167px;
  margin: auto;
  margin-left: 0;
  min-height: 24px !important;
  border-radius: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding-left: 16px;
  padding-right: 16px;
  /*padding-bottom: 8px;
                padding-top: 8px;*/
  height: 33px;
  border: none;
  height: 100%;
}
body .main .content .btn.smaller {
  height: 43px !important;
}
body .main .content .btn.btn-base {
  background: #fc3283;
  color: white !important;
}
body .main .content .btn.btn-primary {
  background: #f4951f;
  color: white !important;
}
body .main .content .btn.btn-default {
  background: white;
  color: #fc3283 !important;
  border: 2px solid #fc3283;
}
body .main .content .btn.btn-default.subtract-button {
  background: transparent;
}
body .main .content .btn.btn-default.add-button {
  background: transparent;
}
body .main .content .btn .feather {
  margin-right: 8px;
}
body .main .content .select2-container {
  /*width: 100% !important;*/
  width: auto;
  font-size: 16px;
}
body .main .content .select2-container.select2-container--disabled .select2-selection--single {
  background-color: #e2e8ee;
}
body .main .content .select2-container .select2-selection--single {
  background-color: white;
  border: 1px solid #aaaaaa;
  border-radius: 10px;
  width: 100%;
  height: 56px !important;
  padding: 16px;
  color: #574f7d;
  font-size: 16px;
  /*height: 100% !important;*/

}
body .main .content .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
  color: #574f7d;
  padding: 0;
}
body .main .content .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__clear {
  float: left;
}
body .main .content .select2-container .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 17px;
  right: 10px;
  width: 20px;
}
body .main .content select {
  width: 100%;
  /*max-width: 338px;*/
  height: 56px !important;
  /*-webkit-appearance: searchfield;
                appearance: searchfield;*/
  border: 1px solid #95adbe;
  color: #574f7d;
  border-radius: 10px;
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  body .main .content label {
    width: 90%;
  }
}
body .main .content input[type=search] {
  height: 56px !important;
  border-radius: 10px;
  border: 1px solid #95adbe;
  background: white;
  color: #574f7d;
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 768px) {
  body .main .content input[type=search] {
    width: 100% !important;
  }
}
body .main .content .form-fields {
  display: flex;
  width: 100%;
}
body .main .content .report-title {
  color: #101010;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  /* 100% */
  margin-bottom: 24px;
  padding-top: 46px;
}
body .main .content .report-values-title {
  display: flex;
  color: #101010;
  font-family: Roboto;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 24px;
}
body .main .content .report-values-title .icon {
  margin: auto;
  margin-left: 0;
  margin-right: 8px;
}
body .main .content .report-values-title .icon img {
  width: 24px;
  margin: auto;
}
body .main .content .picture-container {
  margin-bottom: 24px;
  width: 100% !important;
  text-align: center;
}
body .main .content .picture-container input[type=file] {
  visibility: hidden;
}
body .main .content .picture-container .picture-img-container {
  margin: auto;
  height: 100%;
  /*max-height: 169px;*/
  width: 100%;
  max-width: 169px;
  margin-bottom: 8px;
  border-radius: 10px;
  background: #f6f6f6;
}
body .main .content .picture-container .picture-img-container img {
  margin: auto;
  width: 100%;
}
body .main .content .form-group {
  padding: 0 !important;
  margin-bottom: 16px !important;
  color: #fc3283;
  display: flex;
  flex-direction: column;
  /*justify-content: space-between !important;*/
  position: relative;
  /*width: 100%;
                max-width: 20%;*/

  /*flex-direction: column;

                &.buttons {
                    flex-direction: row;
                }*/

  /*.field-validation-error {
                    position: absolute;
                    left: 4px;
                    font-size: 10px;*/

  /*bottom: -15px;*/

  /*top: 58px;
                }*/

  /*.control-label {
                    z-index: 1;
                    position: absolute;
                    top: 0;
                    height: 24px;
                    left: 16px;
                    color: #95ADBE;
                    font-family: Roboto;
                    font-size: 12px;
                    font-style: normal;
                    font-weight: 300;
                    line-height: 24px;
                }*/

}
body .main .content .form-group.button-container {
  padding-top: 30px;
}
body .main .content .form-group .form-label {
  color: black;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  body .main .content .form-group:not(:last-child) {
    padding-right: 24px !important;
  }
}
body .main .content .form-group.buttons-container {
  margin: auto;
  width: 100%;
  max-width: 324px;
  display: flex;
  justify-content: space-between;
  /*margin-top: 117px;*/
  margin-top: 5%;
  padding-bottom: 3% !important;
}
body .main .content .form-group .form-control {
  width: 100% !important;
}
body .main .content .form-group .search-container {
  position: relative;
}
body .main .content .form-group .search-container img {
  position: absolute;
  left: 0;
}
body .main .content .form-group input[type=text],
body .main .content .form-group .form-control,
body .main .content .form-group select {
  width: 100% !important;
  height: 56px !important;
  border-radius: 10px;
  color: #574f7d;
  border: 1px solid #c8c8c8;
  font-size: 16px;
  padding: 16px;
}
body .main .content .form-group input[type=text].form-input,
body .main .content .form-group .form-control.form-input,
body .main .content .form-group select.form-input {
  border: 1px solid #fc3283;
}
body .main .content .form-group a {
  /*color: #FC3283;
                    font-family: Roboto;
                    font-size: 16px;
                    font-style: normal;
                    font-weight: 600;
                    line-height: 24px;
                    text-decoration-line: underline;
                    margin-right: 24px;*/
  color: #fc3283;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .form-group a.black-link {
  color: black;
  /* Body - 16 */
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
body .main .content .form-group a.btn {
  width: 100%;
  max-width: 338px;
  border-radius: 10px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  padding: 16px;
  text-decoration-line: none !important;
}
body .main .content .form-group a.btn.smaller {
  height: 43px !important;
}
body .main .content .home-cards-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .main .content .home-cards-container .home-card {
  padding: 16px;
  width: 100%;
  max-width: 18%;
  border-radius: 10px;
  background: white;
  box-shadow: 0px 0px 10px 4px rgba(80, 58, 101, 0.1);
  margin-right: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1199px) {
  body .main .content .home-cards-container .home-card {
    margin: auto;
    margin-bottom: 24px;
    max-width: 312px;
  }
}
body .main .content .home-cards-container .home-card .title {
  text-align: center;
  color: #574f7d;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 25px;
}
body .main .content .home-cards-container .home-card .title .title-image img {
  margin: auto;
  margin-right: 8px;
  /*height: 70px;*/
  width: 80%;
}
body .main .content .home-cards-container .home-card .title .title-name {
  text-align: center;
}
body .main .content .home-cards-container .home-card .description {
  height: 70px;
  margin-bottom: 15px !important;
  color: #3e3e3e;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}
body .main .content .dataTables_wrapper .dataTables_filter {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
}
@media (min-width: 768px) {
  body .main .content .dataTables_wrapper .dataTables_filter.adjusted-filter {
    margin-top: -58px;
    max-width: 80%;
  }
}
body .main .content .dataTables_wrapper .dataTables_filter input {
  padding-left: 48px;
  margin-left: 0px;
}
body .main .content .dataTables_wrapper .dataTables_filter img {
  position: absolute;
  left: 21px;
  top: 17px;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .dataTables_filter label {
    width: 100%;
  }
}
body .main .content .dataTables_wrapper .dataTables_length {
  text-align: right !important;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .dataTables_length {
    display: none;
  }
}
body .main .content .dataTables_wrapper .dataTables_length select {
  padding: 16px;
}
body .main .content .dataTables_wrapper .dataTables_info {
  font-size: 16px;
  color: #fc3283 !important;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .dataTables_info {
    display: none;
  }
}
@media (min-width: 768px) {
  body .main .content .dataTables_wrapper .dataTables_info {
    max-width: 80%;
  }
}
body .main .content .dataTables_wrapper .dataTables_paginate {
  display: flex;
  align-items: flex-end;
  /* @media (min-width: 768px) {
                        margin-top: -34px;
                    }*/

}
body .main .content .dataTables_wrapper .dataTables_paginate .pagination {
  width: 100%;
}
body .main .content .dataTables_wrapper .dataTables_paginate .pagination .paginate_button {
  margin-right: 8px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  background: white;
}
body .main .content .dataTables_wrapper .dataTables_paginate .pagination .paginate_button a {
  border-radius: 10px;
  color: #fc3283 !important;
  border: 1px solid #fc3283 !important;
}
body .main .content .dataTables_wrapper .dataTables_paginate .pagination .paginate_button[disabled] a {
  color: #dddddd !important;
  border: 1px solid #dddddd !important;
  background: #dddddd !important;
}
body .main .content .dataTables_wrapper .dataTables_paginate .pagination .paginate_button.active a {
  color: white !important;
  border: 1px solid #fc3283 !important;
  background: #fc3283;
}
body .main .content .dataTables_wrapper table {
  /*max-width: 80% !important;
                    margin: auto;*/
  width: 100% !important;
}
body .main .content .dataTables_wrapper table thead {
  background: #e0f0ea;
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}
body .main .content .dataTables_wrapper table thead tr th {
  border: none;
  padding: 8px;
}
body .main .content .dataTables_wrapper table thead tr th.center {
  text-align: center;
}
body .main .content .dataTables_wrapper table tbody tr td {
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
}
body .main .content .dataTables_wrapper table tbody tr td .match-score {
  color: #3e3e3e;
  display: flex;
}
body .main .content .dataTables_wrapper table tbody tr td .match-score .block {
  display: flex;
  width: 33%;
  font-weight: normal;
  /*&:not(:last-child) {
                                            padding-right: 44px !important;
                                        }*/

}
body .main .content .dataTables_wrapper table tbody tr td .match-score .block .team-picture {
  padding: 8px;
}
body .main .content .dataTables_wrapper table tbody tr td .match-score .block .team-name {
  padding: 8px;
}
body .main .content .dataTables_wrapper table tbody tr td .match-score .block .team-name img {
  width: 20px;
  height: 20px;
}
body .main .content .dataTables_wrapper table tbody tr td .match-score .block.score div {
  margin: auto;
}
body .main .content .dataTables_wrapper table tbody tr td a {
  color: #fc3283;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: 24px;
  /* 150% */
  text-decoration: none;
}
body .main .content .dataTables_wrapper .cards thead {
  display: none;
}
body .main .content .dataTables_wrapper .cards tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  height: 100%;
}
body .main .content .dataTables_wrapper .cards tbody tr {
  float: left;
  width: 100%;
  max-width: 416px;
  height: auto !important;
  margin-right: 24px;
  margin-bottom: 24px;
  border: none !important;
  border-radius: 10px;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .cards tbody tr {
    margin-right: 0;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr.team {
  max-width: 100%;
}
@media (min-width: 1199px) {
  body .main .content .dataTables_wrapper .cards tbody tr.team {
    max-width: 206px;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr td {
  display: block;
  height: 100%;
  padding: 0;
  border-radius: 10px;
}
body .main .content .dataTables_wrapper .cards tbody tr td:before {
  content: attr(data-label);
  position: relative;
  float: left;
  color: gray;
  min-width: 4rem;
  margin-left: 0;
  margin-right: 1rem;
  text-align: left;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content {
  display: flex;
  padding: 0px;
  color: #101010;
  text-align: left;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 10px;
  height: 100%;
  box-shadow: 0px 0px 10px 4px rgba(80, 58, 101, 0.1);
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .label {
  color: #95adbe;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-image {
  width: 100%;
  max-width: 140px;
  height: auto;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: -2px;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-image {
    text-align: center;
    min-width: 75px;
    margin: auto;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-image img {
  width: 100%;
  max-width: 140px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 8px 0px 0px 8px;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-image img {
    max-width: 63px;
    height: auto;
    border-radius: 10px;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info {
  padding-left: 12px;
  padding-top: 18px;
  padding-bottom: 16px;
  width: 100%;
  max-width: 228px;
}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info {
    min-width: 154px;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .name {
  margin-bottom: 17px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .name .label {
  margin-bottom: 4px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .name .name-value {
  max-width: 228px;
  height: 16px;
  overflow-y: hidden;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data {
  display: flex;
  padding: 0px;
  text-align: left;
  /*@media (max-width: 768px) {
                                                flex-wrap: wrap;
                                            }*/

}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .data {
  font-size: 10px !important;
  padding-right: 8px;
  margin-bottom: 16px;
  /*white-space: nowrap;*/

}
@media (max-width: 768px) {
  body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .data {
    width: 50%;
  }
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .data div img {
  margin: auto;
  width: 24px;
  height: 14px;
  object-fit: cover;
  overflow: hidden;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .data .label {
  margin-bottom: 7px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .score {
  display: flex;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .score .score-number {
  background: #7bd6c6;
  padding: 8px 12px;
  border-radius: 50%;
  color: white;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .other-data .score .score-text {
  margin: auto;
  color: #7bd6c6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 4px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .score {
  display: flex;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .score .score-number {
  background: #7bd6c6;
  padding: 8px 12px;
  border-radius: 50%;
  color: white;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .card-info .score .score-text {
  margin: auto;
  color: #7bd6c6;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 4px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .actions {
  background: #f6f6f6;
  height: auto;
  border-radius: 0px 8px 8px 0px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .actions .action {
  margin-left: 12px;
  margin-right: 12px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .actions .action.edit {
  padding: 12px 0px 12px 0px;
  border-bottom: 1px solid #95adbe;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .actions .action.report {
  padding: 12px 0px 12px 0px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .player-card-content .actions .action.look {
  border-top: 1px solid #95adbe;
  padding: 12px 0px 12px 0px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  color: #101010;
  text-align: left;
  font-size: 12px;
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  border-radius: 10px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .card-info-left {
  margin: auto;
  margin-left: 0;
  display: flex;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .card-info-left .card-image {
  width: 100%;
  max-width: 30px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: auto;
  padding: 8px;
  border-radius: 50%;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .card-info-left .card-image img {
  width: 100%;
  max-width: 16px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: auto;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .card-info-left .name-value {
  margin: auto;
  max-width: 228px;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .action {
  margin: auto;
}
body .main .content .dataTables_wrapper .cards tbody tr td .team-card-content .action.look {
  padding: 12px 0px 12px 0px;
}
.main-container {
  margin: auto;
}

