/*
    $color-main: #273139;

    $color-dark: #2b0000;
    $color-base: #d4aa00;
    $color-alter: #71574e;
    $color-light: #6c757d;

    $color-bg-dark: #E8EAF6;
    $color-bg-base: #FBE9E7;
    $color-bg-alter: #b8a39d;
    $color-bg-light: #6c757d;

    $color-bg-edit-control: #fcfdff;

    $color-x-light: #f8f9fa;
    $color-x-success : #F1F8E9;
    $color-x-warning: #FFF3E0;
    $color-x-danger : #fbe9e7;
    $color-x-dark: #e2edf7;


    $color-match-light: #f8f9fa;
    $color-match-success : #f5fdf3;
    $color-match-warning: #fffde7;
    $color-match-danger : #fdf3f3;

    $color-match-light-border: #dde9ed;
    $color-match-success-border: #d1efd7;
    $color-match-warning-border: #f8ed87;
    $color-match-danger-border : #f7b6b6;

    $color-menu-selected: #ffeedd;


    $bg-help: #fff5ca;
    $bg-info: #d8c093;
    $bg-my-top-page: #646d22;

*/
html,
body {
  height: 100%;
  color: #273139;
  font-family: Nunito;
}

html {
  scroll-behavior: smooth;
}

label,
.label {
  color: #22356d;
}

label {
  margin-bottom: 0.25rem;
}

a {
  text-decoration: none;
  color: #ff5722;
}

.confirm-text-code {
  color: #ff5722 !important;
}

a:hover {
  text-decoration: none;
  color: #ff9b00;
}

/* Text colors */
.color-base {
  color: #ff5722;
}

.color-alter {
  color: #ff9b00;
}

.text-canceled {
  color: red;
}

.text-virtual {
  font-size: 1.25rem;
}

.text-debit {
  color: #ff9b00 !important;
}

.text-credit {
  color: #8bc34a !important;
}

.img-brand {
  height: 28px;
}

/* Background colors */
.bg-my-top-page {
  background-color: #22356d !important;
}

.bg-color-dark {
  background-color: #22356d !important;
}

.bg-color-base {
  background-color: #ff5722;
}

.bg-color-alter {
  background-color: #ff9b00;
}

.bg-color-light {
  background-color: #f8f9fa !important;
}

.bg-body {
  background-color: #EEEEEE !important;
  /*#f8f9fa*/
}

.bg-help {
  background-color: #e3f2fd;
}

.bg-indigo {
  background-color: var(--indigo) !important;
}

.bg-delete {
  background-color: #aaaaaa !important;
  cursor: crosshair;
}

.bg-light-light {
  background-color: #f8f9fa !important;
}

.bg-success-light {
  background-color: #F1F8E9 !important;
}

.bg-warning-light {
  background-color: #FFF3E0 !important;
}

.bg-danger-light {
  background-color: #fbe9e7 !important;
}

.bg-dark-light {
  background-color: #e2edf7 !important;
}

.bg-challenge-status-6 {
  background-color: #E8EAF6 !important;
}

.bg-challenge-status-5 {
  background-color: #FBE9E7 !important;
}

.bg-wildcard-active {
  background-color: #F1F8E9 !important;
}

.bg-wildcard-used {
  background-color: #fbe9e7 !important;
}

.bg-highlight {
  padding: 2px 10px;
  border-radius: 10px;
}

.text-success-light {
  color: #F1F8E9 !important;
}

.text-warning-light {
  color: #FFF3E0 !important;
}

.text-danger-light {
  color: #fbe9e7 !important;
}

.card-info {
  background-color: #CE93D8;
}

.card-help {
  background-color: #e3f2fd;
  padding: 1rem;
}

.card-msg {
  background-color: #ffdbd0 !important;
  padding: 1rem;
}

.border-base {
  border-color: #ff5722 !important;
}

.border-alter {
  border-color: #ff9b00 !important;
}

.border-main {
  border-color: #273139 !important;
}

.border-dark {
  border-color: #22356d !important;
}

.border-indigo {
  border-color: var(--indigo) !important;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #dee2e6 !important;
}

.border-top-dotted {
  border-top: 1px dotted #dee2e6 !important;
}

.border-left-dotted {
  border-left: 1px dotted #dee2e6 !important;
}

.border-right-dotted {
  border-right: 1px dotted #dee2e6 !important;
}

.text-indigo {
  color: var(--indigo) !important;
}

.wrap {
  min-height: 100%;
  height: auto;
  margin: 0 auto -60px;
  padding: 1px 0 60px;
}

.footer {
  height: 60px;
  padding-top: 20px;
  border-top: 1px solid #F5F5F5;
}

.footer-pad {
  padding-right: 4rem;
  padding-left: 4rem;
}

.overlay.active {
  display: block;
  opacity: 1;
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

.alert-danger,
.alert-success,
.alert-info,
.alert-warning {
  z-index: 100;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ced4da !important;
  opacity: 1;
}

::placeholder {
  /* Most modern browsers support this now. */
  color: #ced4da !important;
}

.grid-view table thead {
  background-color: #e4e4e4;
}

.caret-off::before {
  display: none !important;
}

.caret-off::after {
  display: none !important;
}

.icon-link {
  font-size: large;
  padding: 0.5rem;
}

nav > .nav.nav-tabs {
  color: #fff;
  border-radius: 0;
}

nav > div a.nav-item.nav-link.active {
  border: none;
  border-bottom: 3px solid !important;
  color: #ff5722;
  border-radius: 0;
  font-weight: bold;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #22356d !important;
  font-weight: 900;
}

.nav-bbc-gray {
  border-bottom-color: #cccccc !important;
  background-color: transparent !important;
}

.nav-bbc-gray4 {
  border-bottom-color: #ced4da !important;
  background-color: transparent !important;
}

nav > div a.nav-item.nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  margin-left: 2px;
  margin-right: 2px;
  margin-bottom: 2px;
  padding: 0.8rem 1rem 0.2rem 1rem;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
  border: none;
  border-bottom: 3px solid #ff5722 !important;
  color: #ff5722;
  border-radius: 0;
}

.not-set {
  color: #c55;
  font-style: italic;
}

.push-notifications-icon {
  border-radius: 50%;
  border: solid 1px;
  background-color: aliceblue;
  text-align: center;
}

.icon-50 {
  width: 50px;
  height: 50px;
}

.icon-30 {
  width: 30px;
  height: 30px;
}

/* add sorting icons to gridview sort links */
a.sort::after,
a.asc:after,
a.desc:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  padding-left: 5px;
}

a.asc:after {
  content: "\f15d";
  color: #6c757d;
}

a.desc:after {
  content: "\f15e";
  color: #6c757d;
}

a.sort:not(.asc):not(.desc):after {
  content: "\f0dc";
  color: #6c757d;
}

.sort-numerical a.asc:after {
  content: "\f162";
}

.sort-numerical a.desc:after {
  content: "\f886";
}

.sort-ordinal a.asc:after {
  content: "\f884";
}

.sort-ordinal a.desc:after {
  content: "\f160";
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* Text table body*/
.tt-body {
  color: #3a545d !important;
  /*OK #454a59 #6c757d teste:#009688 */
}

.photo {
  width: 100px;
  height: 100px;
}

.photo-border {
  border-radius: 1rem;
  border: solid 1px white;
  padding: 2px;
}

.photo-user {
  max-width: 225px;
  width: 100%;
  height: auto;
  background-color: white;
}

.photo-user-border {
  border-radius: 1rem;
  border: solid 1px #607d8b;
  padding: 0.5rem;
}

.face-xs {
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
}

.face {
  border-radius: 50% !important;
  width: 50px;
  height: 50px;
}

.face-sm {
  border-radius: 50% !important;
  width: 75px;
  height: 75px;
}

.face-md {
  border-radius: 50% !important;
  width: 100px;
  height: 100px;
}

.face-lg {
  border-radius: 50% !important;
  width: 200px;
  height: 200px;
}

.logo-image {
  width: 50px;
  height: 50px;
}

.logo-image-32 {
  width: 32px;
  height: 32px;
}

.cover-image {
  width: 100%;
  max-width: 150px;
  max-height: 200px;
  border-radius: 5px;
}

.cover-image-mini {
  width: 100%;
  max-width: 95px;
  max-height: 120px;
  border-radius: 5px;
}

.cover-md {
  max-width: 300px;
}

.logo-image-container {
  padding: 5px;
  background-color: #ff5722;
}

.item-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-body-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

.card-border-link:hover {
  box-shadow: 0 0 2px 2px #ff5722 !important;
  /*#007bff */
  cursor: pointer;
}

.title {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.title h4 {
  margin-top: 0.3rem;
  margin-bottom: 0.1rem;
}

.header {
  height: 60px;
  width: 100%;
  display: flex;
  background-color: #ffffff;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.header h4 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.text-overflow-elipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-bold,
.bold {
  font-weight: bold;
}

.text-italic,
.italic {
  font-style: italic;
}

.text-height-1 {
  line-height: 1.2 !important;
}

.fs-xs {
  font-size: 0.6rem !important;
}

.fs-sm,
.fs-s {
  font-size: 0.8rem !important;
}

.fs-md,
.fs-m {
  font-size: 1.25rem !important;
}

.fs-2rem,
.fs-lg,
.fs-l {
  font-size: 1.5rem !important;
}

.fs-xl {
  font-size: 2rem !important;
}

.fs-xxl {
  font-size: 3rem !important;
}

.fw-600 {
  font-weight: 600;
}

.breadcrumb-nav {
  font-size: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #212529;
}

ul.breadcrumb-nav li {
  display: inline-block;
  white-space: nowrap;
}

.breadcrumb-active {
  font-weight: 600;
  color: #273139;
}

.breadcrumb-nav .breadcrumb-link {
  font-weight: 600;
}

.btn-hamburger a {
  color: gray;
}

.btn-hamburger a:hover,
.breadcrumb-link a:hover {
  color: #ff9b00;
}

.breadcrumb-nav .breadcrumb-link:nth-child(n+2)::before {
  /* content: '\f105';
  font-family: "Font Awesome 5 Free"; */
  padding-left: 2px;
  padding-right: 4px;
  content: "|";
}

.force-line-break::before {
  content: "\a";
  white-space: pre;
}

.navbar-collapse {
  background-color: #fff;
}

/* spinner */
.spinner {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 60px;
  width: 60px;
  margin: 0px auto;
  animation: rotation 0.6s infinite linear;
  border-left: 10px solid #ff872a;
  border-right: 10px solid #ff872a;
  border-bottom: 10px solid rgba(255, 111, 0, 0.3490196078);
  border-top: 10px solid #FF5722;
  border-radius: 100%;
  z-index: 1051;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #ff5722;
  background-color: #ff5722;
}

.bg-texture {
  background-image: url("../data/site/bg-texture.png");
}

.bg-texture-1 {
  background-image: url("../data/site/bg.png");
}

.bg-image {
  background-image: url("../data/site/bg_image.jpg") !important;
}

.bg-image-1 {
  background-image: url("../data/site/bg_image_1.png") !important;
}

.bg-image-2 {
  background-image: url("../data/site/bg_image_2.png") !important;
}

.bg-blue-field {
  background-image: url("../data/site/blue_field.png") !important;
}

.my-info-bar-bg {
  background-image: url("../data/site/player.png") !important;
}

.bg-shape-1 {
  width: 90px;
  height: 280px;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url("../data/site/shape_1.png") !important;
  transform: rotate(-20deg);
}

.bg-shape-2 {
  background-repeat: no-repeat;
  background-image: url("../data/site/shape_2.png") !important;
}

.bg-shape-3 {
  background-repeat: no-repeat;
  background-image: url("../data/site/shape_3.png") !important;
}

.bg-shape-4 {
  background-repeat: no-repeat;
  background-image: url("../data/site/shape_4.png") !important;
}

.bg-shape-5 {
  width: 600px;
  height: 600px;
  position: absolute;
  overflow: auto;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:svgjs="http://svgjs.dev/svgjs" viewBox="0 0 800 800" opacity="0.18"><defs><linearGradient x1="50%" y1="0%" x2="50%" y2="100%" id="cccoil-grad"><stop stop-color="hsl(37, 91%, 55%)" stop-opacity="1" offset="0%"></stop><stop stop-color="hsl(0, 0%, 100%)" stop-opacity="1" offset="100%"></stop></linearGradient></defs><g stroke="url(%23cccoil-grad)" fill="none" stroke-linecap="round"><circle r="363" cx="400" cy="400" stroke-width="7" stroke-dasharray="1939 2281" transform="rotate(360, 400, 400)" opacity="0.55"></circle><circle r="346.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="1762 2177" transform="rotate(343, 400, 400)" opacity="0.14"></circle><circle r="330" cx="400" cy="400" stroke-width="7" stroke-dasharray="1595 2073" transform="rotate(326, 400, 400)" opacity="0.74"></circle><circle r="313.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="1435 1970" transform="rotate(309, 400, 400)" opacity="0.32"></circle><circle r="297" cx="400" cy="400" stroke-width="7" stroke-dasharray="1284 1866" transform="rotate(291, 400, 400)" opacity="0.94"></circle><circle r="280.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="1141 1762" transform="rotate(274, 400, 400)" opacity="0.21"></circle><circle r="264" cx="400" cy="400" stroke-width="7" stroke-dasharray="1007 1659" transform="rotate(257, 400, 400)" opacity="0.54"></circle><circle r="247.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="881 1555" transform="rotate(240, 400, 400)" opacity="0.36"></circle><circle r="231" cx="400" cy="400" stroke-width="7" stroke-dasharray="764 1451" transform="rotate(223, 400, 400)" opacity="0.13"></circle><circle r="214.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="655 1348" transform="rotate(206, 400, 400)" opacity="0.95"></circle><circle r="198" cx="400" cy="400" stroke-width="7" stroke-dasharray="554 1244" transform="rotate(189, 400, 400)" opacity="0.32"></circle><circle r="181.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="462 1140" transform="rotate(171, 400, 400)" opacity="0.23"></circle><circle r="165" cx="400" cy="400" stroke-width="7" stroke-dasharray="378 1037" transform="rotate(154, 400, 400)" opacity="0.23"></circle><circle r="148.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="302 933" transform="rotate(137, 400, 400)" opacity="0.68"></circle><circle r="132" cx="400" cy="400" stroke-width="7" stroke-dasharray="235 829" transform="rotate(120, 400, 400)" opacity="0.96"></circle><circle r="115.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="176 726" transform="rotate(103, 400, 400)" opacity="0.24"></circle><circle r="99" cx="400" cy="400" stroke-width="7" stroke-dasharray="126 622" transform="rotate(86, 400, 400)" opacity="0.33"></circle><circle r="82.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="84 518" transform="rotate(69, 400, 400)" opacity="0.99"></circle><circle r="66" cx="400" cy="400" stroke-width="7" stroke-dasharray="50 415" transform="rotate(51, 400, 400)" opacity="0.39"></circle><circle r="49.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="25 311" transform="rotate(34, 400, 400)" opacity="0.66"></circle><circle r="33" cx="400" cy="400" stroke-width="7" stroke-dasharray="8 207" transform="rotate(17, 400, 400)" opacity="0.48"></circle><circle r="16.5" cx="400" cy="400" stroke-width="7" stroke-dasharray="0 104" opacity="0.23"></circle></g></svg>');
}

.bg-transparent-blue {
  background-color: rgba(0, 123, 255, 0.25) !important;
}

.bg-transparent-70 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-transparent-1 {
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-transparent-white-95 {
  background-color: rgba(255, 255, 255, 0.95);
}

.bg-light {
  background-color: #FBFCFD !important;
}

.rounded {
  border-radius: 1rem !important;
}

.bg-image-top {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  top: 0px;
  left: 0;
  height: 200px;
  width: 100%;
  position: absolute;
}

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  background: none;
  cursor: inherit;
  display: block;
}

.winner {
  color: #6c757d;
  border-radius: 0.25rem;
  font-weight: 600;
}

.loser {
  color: #6c757d;
  border-radius: 0.25rem;
  font-weight: 400;
}

.vs {
  border: 1px solid #F44336;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background-color: #FF5722 !important;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  position: relative;
  z-index: 1;
}

.vs-h {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.vs-v {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.text-secondary,
.text-muted {
  color: #6c757d !important;
}

/*matches data*/
.result {
  min-width: 25px;
  text-align: center;
  border-left: 1px solid #dee2e6 !important;
  font-style: italic;
  color: #6c757d;
  font-weight: bold;
}

.points {
  min-width: 25px;
  text-align: center;
  border: 1px dotted #6c757d;
  color: gray;
}

.challenge-1,
.challenge-2,
.challenge-3,
.challenge-4 {
  background-color: #f5fdf3;
  border-color: #d39e00 !important;
}

.challenge-5 {
  border-color: var(--danger) !important;
  background-color: rgba(255, 194, 200, 0.2705882353);
}

.challenge-6 {
  background-color: #f5fdf3;
  border-color: #28a745 !important;
}

.match {
  border-radius: 0.5rem;
  border: 1px solid;
}

.match-0,
.match-5 {
  background-color: #f8f9fa;
  border-color: #dde9ed !important;
}

.match-3 {
  background-color: #fdf3f3;
  border-color: #f7b6b6 !important;
}

.match-7 {
  background-color: #fffde7;
  border-color: #f8ed87 !important;
}

.match-9 {
  background-color: #f5fdf3;
  border-color: #d1efd7 !important;
}

/*matches status*/
.match-left {
  min-width: 23%;
}

/*Player status*/
.player-status-1,
.player-status-A {
  color: var(--success);
}

.player-status-0,
.player-status-I {
  color: var(--danger);
}

.photo-image-sm {
  max-width: 200px;
}

.photo-image {
  max-width: 300px;
}

.responsive {
  width: 100%;
  height: auto;
}

.snow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

.color-input {
  height: 30px;
  width: 100px;
}

.icon {
  width: 35px;
  text-align: center !important;
  align-self: center !important;
}

.thumbs:hover {
  color: var(--blue);
  cursor: pointer;
}

.glyphicon {
  font-family: "Font Awesome 5 Free";
}

.glyphicon-eye-open:before {
  content: "\f06e";
  color: var(--success);
}

.glyphicon-pencil:before {
  content: "\f044";
  color: var(--primary);
}

.glyphicon-trash:before {
  content: "\f2ed";
  color: var(--danger);
}

a.gallery-item > img {
  margin: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 0.25rem !important;
  padding: 2px;
  max-height: 120px;
  max-width: 120px;
}

div.slide > img {
  border-radius: 1rem;
  border: solid 3px white;
  padding: 2px;
}

/* http://www.asiteaboutnothing.net/c_decode-url.html */
.bg-photo {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22camera%22%20class%3D%22svg-inline--fa%20fa-camera%20fa-w-16%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%3E%3Cpath%20fill%3D%22%23eaeaea%22%20d%3D%22M512%20144v288c0%2026.5-21.5%2048-48%2048H48c-26.5%200-48-21.5-48-48V144c0-26.5%2021.5-48%2048-48h88l12.3-32.9c7-18.7%2024.9-31.1%2044.9-31.1h125.5c20%200%2037.9%2012.4%2044.9%2031.1L376%2096h88c26.5%200%2048%2021.5%2048%2048zM376%20288c0-66.2-53.8-120-120-120s-120%2053.8-120%20120%2053.8%20120%20120%20120%20120-53.8%20120-120zm-32%200c0%2048.5-39.5%2088-88%2088s-88-39.5-88-88%2039.5-88%2088-88%2088%2039.5%2088%2088z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 3rem;
}

.bg-video {
  background-image: url("data:image/svg+xml,%3Csvg%20aria-hidden%3D%22true%22%20focusable%3D%22false%22%20data-prefix%3D%22fas%22%20data-icon%3D%22video%22%20class%3D%22svg-inline--fa%20fa-video%20fa-w-18%22%20role%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20576%20512%22%3E%3Cpath%20fill%3D%22%23eaeaea%22%20d%3D%22M336.2%2064H47.8C21.4%2064%200%2085.4%200%20111.8v288.4C0%20426.6%2021.4%20448%2047.8%20448h288.4c26.4%200%2047.8-21.4%2047.8-47.8V111.8c0-26.4-21.4-47.8-47.8-47.8zm189.4%2037.7L416%20177.3v157.4l109.6%2075.5c21.2%2014.6%2050.4-.3%2050.4-25.8V127.5c0-25.4-29.1-40.4-50.4-25.8z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 2rem;
  background-size: 3rem;
}

.pay-quantity {
  width: 100px;
  text-align: center;
}

.pay-value {
  width: 120px;
  text-align: right;
}

/*    .pay-icon{
        width: 20px;        
    }
 */
.flat-input {
  border: 0;
  background-color: white;
}

.shadow-inset-1 {
  box-shadow: inset 0 0 60px var(--secondary);
}

.shadow-inset-2 {
  box-shadow: inset 0 0 60px #477b3e;
}

.shadow-inset-3 {
  box-shadow: inset 0 0 60px #9ad3e0;
}

.bg-image-move {
  animation: move 60s ease infinite;
}

@keyframes move {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.trophy {
  border: solid 1px #FF9800;
  padding: 10px;
  border-radius: 50%;
  color: #FF5722;
  background-color: #ffffff;
}

.d-flow-root {
  display: flow-root;
}

/* card */
.card-group-x {
  display: flex;
  flex-flow: row wrap;
}

.card-group-x > .card {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}

.card-group-x > .card:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: -1px;
}

.card-group-x > .card:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-left: -1px;
}

.group-team:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.modal-content,
.card {
  border-radius: 1.25rem;
}

.modal-title {
  color: #22356d !important;
}

.close:hover {
  color: #ff5722 !important;
}

.card-header:first-child {
  border-radius: calc(1.25rem - 1px) calc(1.25rem - 1px) 0 0;
}

.card-img-top {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}

.card-img-left {
  border-top-left-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}

.card-footer:last-child {
  border-radius: 0 0 calc(1.25rem - 1px) calc(1.25rem - 1px) !important;
}

.mini-photo-border-bk {
  border-radius: 1rem;
  border: solid 1px gray;
  padding: 1px;
}

/* info */
.group-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #22356d;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}

.group-title-info {
  font-size: small;
  margin-bottom: 0.5rem;
  color: #6c757d;
}

.group-sub-title {
  color: #ff9b00;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}

.card-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0;
  color: #22356d;
  letter-spacing: 0.05rem;
}

.text-group {
  color: #ff9b00;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05rem;
}

.responsive.photo {
  margin: 0.25rem !important;
  border: 1px solid #dee2e6 !important;
  border-radius: 1rem !important;
  padding: 2px;
}

.col-left {
  width: 30%;
  text-align: center;
  border-right: solid 1px lightgray !important;
}

.col-center {
  width: 40%;
  color: gray;
  text-align: center;
  font-size: small;
}

.col-right {
  width: 30%;
  text-align: center;
  border-left: solid 1px lightgray !important;
}

.h-team-sep {
  background-color: #ff9b00;
  width: 50px;
  color: white;
  padding: 2px;
  text-align: center;
  margin-top: -13px;
  margin-left: -10px;
  border-radius: 10px;
  font-weight: 700;
  border: solid 2px;
}

.sep {
  border-bottom: 2px solid #ff5722;
  box-shadow: 0 0 5px 0px #ff9b00;
}

.v-team-sep {
  background-color: #ff9b00;
  width: 50px;
  padding: 2px;
  text-align: center;
  border-radius: 10px;
  color: white;
  font-weight: 700;
  border: solid 2px;
  margin-left: -24px;
}

/* fim info */
.player-counter-reset {
  counter-reset: num 0;
}

.player-counter:before {
  counter-increment: num;
  content: counter(num);
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  font-size: small;
  color: #6c757d;
}

/* timelline */
.timeline {
  counter-reset: seq 0;
  position: relative;
  padding-left: 0px;
}

.timeline li {
  list-style: none;
  float: left;
  width: 25%;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  font-size: small;
}

.timeline li:before {
  counter-increment: seq;
  content: counter(seq);
  width: 32px;
  height: 32px;
  border: 2px solid #ff5722;
  border-radius: 50%;
  display: block;
  text-align: center;
  line-height: 26px;
  margin: 0 auto 10px auto;
  color: #ff9b00;
  transition: all ease-in-out 0.3s;
  font-size: large;
}

.timeline li:after {
  content: "";
  position: absolute;
  width: calc(100% - 30px);
  height: 2px;
  background-color: #ff5722;
  top: 15px;
  left: calc(-50% + 15px);
  transition: all ease-in-out 0.3s;
}

.timeline li:first-child:after {
  content: none;
}

.timeline li.active {
  font-weight: 700;
}

.timeline li.active:before {
  background-color: #ff5722;
  color: #fff;
}

/* fim timeline */
.border-top-bottom {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

.nav-item.active > .badge {
  display: none;
}

.border-gradient {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #ff5722 50%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #ff5722 50%, transparent 100%);
  border-image-slice: 1;
}

.border-gradient-light {
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #e3e3e3 50%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #e3e3e3 50%, transparent 100%);
  border-image-slice: 1;
}

.brackets-teams-separator {
  border-bottom: 1px solid #dee2e6 !important;
  /*        border-bottom: 1px solid transparent;
      border-image: linear-gradient(to left, rgb(0 0 0 / 25%) 0%, transparent 60%);
      border-image-slice: 1*/
}

.no-after:after {
  content: none !important;
}

.subscription-status-0 {
  color: var(--danger) !important;
}

.subscription-status-1 {
  color: var(--success) !important;
}

.subscription-status-2 {
  color: var(--warning) !important;
}

.col-fix-25 {
  width: 25px;
  max-width: 25px;
  min-width: 25px;
}

.col-fix-30 {
  width: 30px;
  max-width: 30px;
  min-width: 30px;
}

.col-fix-40 {
  width: 40px;
  max-width: 40px;
  min-width: 40px;
}

.col-fix-50 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

.col-fix-60 {
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}

.col-fix-80 {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
}

.col-fix-90 {
  width: 90px;
  max-width: 90px;
  min-width: 90px;
}

.col-fix-100 {
  width: 100px;
  max-width: 100px;
  min-width: 100px;
}

.col-fix-110 {
  width: 110px;
  max-width: 110px;
  min-width: 110px;
}

.col-fix-140 {
  width: 140px;
  max-width: 140px;
  min-width: 140px;
}

.col-fix-160 {
  width: 160px;
  max-width: 160px;
  min-width: 160px;
}

.col-fix-200 {
  width: 200px;
  max-width: 200px;
  min-width: 200px;
}

.col-fix-badge {
  width: 30px !important;
  padding-left: 1px !important;
  padding-right: 1px !important;
  text-align: center;
}

.col-lg-fix-110 {
  width: 110px;
  max-width: 110px;
  min-width: 110px;
}

.cookie-legal {
  position: fixed;
  bottom: 0.25rem;
  left: 1rem;
  z-index: 1;
  width: 20rem;
  height: 14rem;
  opacity: 1;
  transition: all 0.5s;
}

.cookie-legal-content {
  position: absolute;
  bottom: 0;
  width: 20rem;
}

.cookie-legal-content-closed {
  bottom: -100%;
  opacity: 0;
}

.cookie-legal-content .card-content {
  max-height: 200px;
}

.cookie-legal-content .cookie_btn {
  margin-bottom: 2.8rem;
}

.cookie-message-content {
  position: fixed;
  top: 100px;
  max-width: 98%;
}

.bg-cookie-message {
  background-color: #F0F4C3;
}

.zoom {
  transition: 0.3s transform cubic-bezier(0.155, 1.105, 0.295, 1.12), 0.3s box-shadow;
}

.zoom:hover {
  transform: scale(1.01);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.img-separator {
  margin-top: -35px;
  background-color: white;
  padding: 15px;
  border: 1px solid #dee2e6;
  border-radius: 50%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.0784313725) !important;
}

.radius {
  border-radius: 3rem;
  border: 1px solid #dee2e6;
  padding: 0;
  margin: 5px;
}

.no-radius {
  border-radius: 0 !important;
}

.bg-club-dark {
  background-color: #3c344a !important;
}

a.bg-gray7:hover {
  background-color: rgba(0, 0, 0, 0.0784313725) !important;
}

.bg-gradient {
  background-image: linear-gradient(to right, transparent 0%, #888 50%, transparent 100%);
}

.bg-gradient-light {
  background-color: #ffffff;
  background-image: linear-gradient(to top, #ffffff, #fcfcfc, #f8f8f8, #f5f5f5, #f2f2f2, #f2f2f2, #f2f2f2, #f2f2f2, #f5f5f5, #f8f8f8, #fcfcfc, #ffffff);
}

.info-buttons-container {
  background-color: #ced4da;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.my-info-buttons-container {
  background-color: #b3b3b3;
  /*#b3b3b3a3 #ced4da;*/
  /*    border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid rgb(0 0 0 / 10%);              */
}

.my-card-footer {
  text-align: right !important;
  padding-top: 1.5rem !important;
}

.cursor-drag {
  cursor: move;
}

.pointer,
.cursor-pointer {
  cursor: pointer;
}

.cursor-default {
  cursor: default;
}

.easymix-status,
.match-status,
.competition-status {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 5px;
  padding-top: 5px;
  font-size: small;
  font-weight: 600;
  text-align: center;
  border-radius: 1.25rem !important;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #22356d;
  border: 1px dashed;
}

.border-rounded-dashed {
  padding: 0.25rem 0.5rem !important;
  border-radius: 1.25rem !important;
  font-size: small;
  font-weight: 600;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  color: #22356d;
  border: 1px dashed;
}

.competition-status-aux-1 {
  border-color: #273139 !important;
}

.competition-status-aux-2 {
  border-color: #ff5722 !important;
}

.competition-status-aux-3 {
  border-color: #ff9b00 !important;
}

.competition-status-aux-4 {
  border-color: #ff5722 !important;
}

.competition-status-aux-5 {
  border-color: #ff5722 !important;
  color: #ff5722;
}

.competition-status-aux-7 {
  border-color: #6c757d !important;
  color: #6c757d !important;
}

.invitation-status-A {
  color: grey;
}

.invitation-status-V {
  color: var(--success);
}

.invitation-status-R {
  color: var(--danger);
}

.invitation-status-F {
  color: black;
}

.hour-circle {
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 30px;
  height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: x-small;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: white;
}

.half-hour-circle {
  border: 1px solid #dee2e6 !important;
  border-radius: 50% !important;
  width: 15px;
  height: 15px;
  text-align: center;
  vertical-align: middle;
  font-size: x-small;
  margin-top: auto;
  margin-bottom: auto;
  background-color: white;
}

.time:hover {
  cursor: pointer;
}

.time-selected {
  background-color: var(--teal);
  color: white;
}

.day-inactive .time-selected {
  background-color: rgba(32, 201, 151, 0.3607843137);
  color: white;
}

.time-selected-inactive {
  background-color: rgba(32, 201, 151, 0.3607843137);
  color: white;
}

.activity-status-0 {
  color: var(--primary);
}

.activity-status-3 {
  color: var(--success);
}

.activity-status-5 {
  color: var(--danger);
}

.activity-status-7 {
  color: var(--indigo);
}

.activity-status-9 {
  color: var(--dark);
}

.no-badge {
  color: var(--dark);
  background-color: #f7f7f7;
  border: solid 1px #cccccc;
}

.notify-message {
  padding: 1rem;
}

.select2-container .select2-search--inline {
  float: right !important;
}

.select2-container--krajee-bs4 .select2-selection {
  background-color: #fcfdff;
}

.user-info {
  border-top: 1px dotted #dfdfdf !important;
  font-size: small;
  color: #6c757d;
}

.user-name {
  /*    border-right: 1px dotted #dfdfdf !important;*/
  line-height: 2;
}

.product-image-50 {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

.product-thumbnail {
  background-color: #fff;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-bottom: 0.25rem !important;
  margin-top: 0.25rem !important;
}

.select2-container--krajee-bs4 .select2-selection--multiple .select2-selection__choice {
  padding: 0 0.1rem 0 0.1rem !important;
}

/*.modal-body{
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}*/
.modal {
  overflow: auto !important;
}

.w-60 {
  width: 60%;
}

.w-40 {
  width: 40%;
}

.schema-not-available {
  color: #6c757d !important;
}

.schema-not-available:after {
  content: "\f05e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 600;
  font-size: large;
  right: 35px;
  top: 20px;
  color: #F44336;
  z-index: 1050;
}

.new-schema:after {
  content: " New ";
  position: absolute;
  font-weight: 600;
  font-size: small;
  background-color: yellow;
  margin-left: 10px;
  padding: 2px;
  border: 1px solid orange;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.new-file:after {
  content: " New ";
  position: absolute;
  font-weight: 600;
  font-size: x-small;
  background-color: yellow;
  margin-left: 5px;
  padding: 0 2px;
  border: 1px solid orange;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.search-panel {
  border-radius: 30px;
  border: 1px solid #ced4da;
  padding: 3px;
}

.search-input {
  border: 1px solid white;
  margin: 5px 20px;
}

.search-button {
  border: 0;
  padding: 5px 15px;
}

input.search-input:focus {
  outline: none;
}

input.hover.search-input:hover {
  border-bottom: 1px solid #ced4da;
}

.rating:hover {
  color: #ffc107 !important;
  cursor: pointer;
  transform: scale(1.05);
}

img.full-screen {
  cursor: pointer;
  border-radius: 5px;
}

img.full-screen:hover {
  transform: scale(1.05);
}

/* CUSTOM */
.card-header {
  background-color: unset;
  border-bottom: 0 !important;
  padding: 1.25rem;
}

.card-header.border-gradient {
  border-bottom: 1px solid !important;
}

.card-footer {
  background-color: unset;
  border-top: 0 !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #ced4da;
  padding-right: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
}

.form-control {
  color: #3c3c3c !important;
  background-color: #fcfdff;
}

.select2-container--krajee-bs4 .select2-selection {
  box-shadow: unset;
}

.bg-form-control {
  background-color: #fcfdff;
}

div.mce-edit-area {
  background: #fcfdff !important;
  filter: none;
}

.main-table-list,
.table-list-main {
  border: 1px solid #dfdfdf !important;
  padding: 0.25rem !important;
  margin-bottom: 0.5rem;
}

/*NORMAL*/
.header-space {
  padding: 2rem 1.25rem 0.5rem 1.25rem;
}

.header-nav-space {
  padding: 2rem 1.25rem 0.5rem 1.25rem;
}

.card-space {
  padding: 1.25rem;
}

.body-space {
  padding: 0.75rem 1.25rem;
}

.footer-space {
  padding: 0.75rem 1.25rem;
}

.breadcrumb-menu {
  display: none;
}

.font-mobile {
  font-size: 170%;
}

/*  (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px) */
.col-alert {
  width: 90%;
}

.container-padding-top {
  margin-top: 100px;
}

.wrap > .container {
  padding: 100px 15px 20px;
}

@media (min-width: 767.98px) {
  .workspace-search .form-group {
    width: 50%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .breadcrumb-menu {
    display: block;
  }
  .font-mobile {
    font-size: 100%;
  }
  .col-alert {
    width: 80%;
  }
  .info-header-title {
    min-width: 75% !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-on-line-break {
    display: none;
  }
  .line-sm-break::before {
    content: "\a";
    white-space: pre;
  }
  .breadcrumb-menu ul li:nth-of-type(1n+3) {
    display: none;
  }
  .footer-pad {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .text-group {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
  }
  .workspace-search .form-group {
    width: 100% !important;
  }
  .bg-shape-5 {
    width: 200px !important;
    height: 200px !important;
  }
}
@media (min-width: 991.98px) {
  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }
  .col-fix-lg-80 {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
  }
  .col-fix-lg-110 {
    width: 110px !important;
    max-width: 110px !important;
    min-width: 110px !important;
  }
  .workspace-content {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-alert {
    width: 800px;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    border-top: 1px solid lightgray;
    margin-top: 12px;
  }
  .navbar-brand,
  .navbar-toggler {
    padding: 0px;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .header-container {
    margin-top: 49px;
  }
  .hidden-on-line-break {
    display: none;
  }
  .line-break::before {
    content: "\a";
    white-space: pre;
  }
  .wrap > .container {
    padding: 60px 15px 20px;
  }
  .container-padding-top {
    margin-top: 60px !important;
  }
}
@media (min-width: 1320px) {
  .workspace-content,
  .col-xxl-8 {
    flex: 0 0 73.333333%;
    max-width: 73.333333%;
  }
  .workspace-search .form-group {
    width: 33.33% !important;
  }
  .header-space {
    padding: 4rem 3rem 1rem 3rem;
  }
  .header-nav-space {
    padding: 4rem 3rem 1rem 3rem;
  }
  .card-space {
    padding: 3rem;
  }
  .body-space {
    padding: 1rem 3rem;
  }
  .footer-space {
    padding: 1rem 3rem 2rem 3rem;
  }
  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }
}
@media (min-width: 1600px) {
  .workspace-search .form-group {
    width: 25% !important;
  }
}
.navbar-nav-padding-bottom {
  padding-bottom: 2rem;
}

.btn-hamburger {
  width: 60px;
  max-width: 60px !important;
  margin-bottom: auto;
  margin-top: auto;
  padding-left: 12px;
  font-size: x-large;
  border-right: 1px solid #dee2e6 !important;
}

.btn-border-dark {
  background-color: transparent;
  border: 1px solid #22356d !important;
  color: #22356d;
}

.btn-border-base {
  background-color: transparent;
  border: 1px solid #ff5722 !important;
  color: #ff5722;
}

.btn-border-alter {
  background-color: transparent;
  color: #ff9b00;
  border: 1px solid #ff9b00 !important;
}

.btn-border-light {
  background-color: transparent;
  color: #ff5722;
  border: 1px solid #dee2e6 !important;
}

.btn-solid-dark {
  background-color: #22356d;
  border-color: #22356d !important;
  color: #fff;
}

.btn-solid-base {
  background-color: #ff5722;
  border-color: #ff5722 !important;
  color: #fff;
}

.btn-solid-alter {
  background-color: #ff9b00;
  border-color: #ff9b00 !important;
  color: #fff;
}

.btn-solid-light {
  background-color: #6c757d;
  border-color: #6c757d !important;
  color: #ff5722;
}

.text-main {
  color: #273139 !important;
}

.text-dark,
.link-dark {
  color: #22356d !important;
}

.text-base,
.link-base {
  color: #ff5722;
}

.text-alter,
.link-alter {
  color: #ff9b00;
}

.text-light,
.link-light {
  color: #6c757d;
}

.btn-pt {
  padding: 0.3rem 0.75rem;
  border-radius: 3rem;
  margin: 1px;
  display: inline-block;
  border: 1px solid;
  text-align: center;
  align-self: center;
  text-decoration: none;
}
.btn-pt:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.btn-pt:disabled:hover {
  opacity: 0.4;
  cursor: not-allowed;
}
.btn-pt:hover {
  background-color: rgba(0, 0, 0, 0.1) !important;
  color: #ff9b00;
  cursor: pointer;
}

.btn-pt:focus {
  text-decoration: none;
}

.btn-group > .btn-pt:last-child {
  border-radius: 0 3rem 3rem 0 !important;
  margin-left: -1px;
}

.btn-group > .btn-pt:first-child {
  border-radius: 3rem 0 0 3rem !important;
  margin-right: 0;
}

.btn-group > .btn-pt:not(:first-child):not(:last-child) {
  border-radius: 0 !important;
  margin-left: -1px;
  margin-right: 0px;
}

.dropdown-lg {
  width: 20rem !important;
}

.dropdown-item {
  color: #273139 !important;
}

.dropdown-text {
  padding: 0.25rem 1rem;
  color: #ff9b00;
  font-size: smaller;
  background-color: #FAFAFA;
}

.d-flex > .custom-radio {
  padding-right: 2rem;
}

.workspace {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-bottom: 1.5rem !important;
}

.workspace-content {
  width: 100%;
}

/* table */
.table-check-box {
  width: 20px;
}

.table-cmd {
  width: 40px;
  min-width: 40px;
  position: sticky;
  right: 0;
  z-index: 100;
  background: white;
  padding: 0 !important;
}

.table-cmd > div > a > .fas {
  width: 30px;
}

.table-list {
  width: 100%;
  font-size: 0.9rem;
}

.table-list-wrapper {
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  min-height: 150px;
}

.table-list th,
.table-list td {
  padding: 0.25rem;
}

.table-sublist th,
.table-sublist td {
  padding: 1px;
}

.table-list thead tr td,
.table-list thead tr th,
.table-list thead tr th a {
  font-weight: bold;
  color: #22356d !important;
}

.table-list thead {
  border-bottom: 1px solid #e0e0e0;
}

.table-list tbody tr {
  border-bottom: 1px dotted #e0e0e0;
}

.table-sublist tbody tr {
  border-bottom: 0 !important;
}

.col-table-lg {
  max-width: 300px;
  width: 300px;
  overflow-wrap: break-word;
  white-space: normal !important;
  font-size: smaller;
}

table.table-list tbody:not(.no-link) tr:hover:not(.no-link) td:not(.no-link) {
  background-color: #e0e0e0;
}

table.table-list tr:hover td.td-link {
  color: #ff5722;
}

tr:hover td.table-cmd .dropdown .fa-ellipsis-v:before,
.dropdown:hover .fa-ellipsis-v:before {
  content: "\f0c9";
}

.td-link-item:hover {
  color: #ff9b00;
  cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(228, 228, 228, 0.251);
}

.dropdown-item:active {
  color: #ff5722 !important;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.078);
}

.page-link:hover {
  color: #ff9b00;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page-link {
  color: #ff5722;
  padding: 0.25rem 0.75rem !important;
  min-width: 30px;
  min-height: 30px;
  text-align: center;
}

.page-item.active .page-link {
  background-color: rgba(255, 255, 255, 0);
  border-color: #ff5722;
  color: #ff5722;
  font-weight: bold;
}

.page-link-input {
  height: 28px;
  width: 65px;
  border: 0;
  text-align: center;
  color: #ff5722;
}

.page-link-editable {
  position: relative;
  display: block;
  padding: 1px;
  margin-left: -1px;
  line-height: 1.25;
  background-color: #fff;
  border: 1px solid #dee2e6;
  width: 70px;
  min-height: 25px;
}

input.hover.page-link-input:hover {
  border-bottom: 1px solid #ff5722 !important;
}

input.page-link-input:focus {
  outline: none;
}

.border-left-lg {
  border-left: 5px solid;
}

.position-not-selected {
  color: #6c757d;
  border: 1px solid;
}

.position-selected {
  color: #22356d;
  background-color: #AED581;
  border: 1px solid #8BC34A;
}

.position-best {
  color: #ff5722;
  border: 1px solid #FFC107;
  background-color: #FFE082;
}

.badge-simple {
  color: #6c757d;
  border: 1px solid;
}

.badge {
  display: inline !important;
  padding: 0.2em 0.5em !important;
  text-align: center;
  align-self: center !important;
}

/* SIDEBAR */
a.no-caret.dropdown-toggle.nav-link:after {
  display: none;
}

.sidebar-menu {
  z-index: 10;
  left: 0;
  top: 0;
  bottom: 0;
  transition: 0.5s;
  -ms-overflow-style: none;
  box-shadow: 1px 1rem 1rem 1px rgba(0, 0, 0, 0.075) !important;
  background-color: #fff;
}

.sidebar-menu-items {
  background-color: #fff;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sidebar-menu::-webkit-scrollbar {
  display: none;
}

.list-group-item {
  padding: 0.5rem 1rem !important;
}

/* Submenu item*/
.sidebar-submenu {
  font-size: 0.9rem;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom: 1px solid transparent;
  -o-border-image: linear-gradient(to right, transparent 0%, #E0E0E0 50%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #E0E0E0 50%, transparent 100%);
  border-image-slice: 1;
}

.sdb-menu-group {
  padding-bottom: 0 !important;
  padding-top: 0.8rem !important;
  padding: 2px !important;
  margin-bottom: 2px;
}

.submenu-icon {
  width: 20px;
}

.inactive::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin-left: -1.52em;
  margin-right: 0.6em;
  content: "\f05e";
  color: rgba(0, 0, 0, 0.5);
}

.selected-menu-icon::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.sdb-submenu-item:hover,
.sdb-menu-item:hover,
.sdb-menu:hover {
  background-color: #ff5722 !important;
  color: #ffffff !important;
}

[aria-expanded=false] .submenu-icon::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  width: 8px;
}

[aria-expanded=true] .submenu-icon::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border: 0.2em solid #ff9b00;
  border-radius: 3px;
}

.competition-group-item {
  height: 80px !important;
}

.sdb-submenu-item {
  color: #6c757d !important;
  display: flex !important;
  border-radius: 0 17px 17px 0;
  width: 100%;
  text-align: inherit;
  position: relative;
  background-color: #fff;
  padding: 0.4rem 1rem;
  height: 34px;
  border: 1px solid white;
}

.sdb-submenu-selected {
  font-weight: 500;
  background-color: #ffeedd !important;
}

.sdb-submenu-selected::after {
  float: right;
  vertical-align: 0em;
  content: "";
  border-top: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #ff9b00;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: -15px;
}

.sidebar-content {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
  padding-top: 15px;
  margin-top: 3px;
}

.sdb-menu-selected {
  background-color: #ffeedd !important;
  font-weight: 500;
}

.list-group-item {
  border: 0 !important;
  border-radius: 0 20px 20px 0 !important;
}

.sidebar-collapsed {
  width: 0px;
}

.sidebar-expanded {
  width: 230px;
}

.sidebar-menu,
.sidebar-content {
  overflow-y: scroll;
}

.sdb-menu-item {
  display: flex !important;
  border-radius: 0 19px 19px 0;
  width: 100%;
  color: #273139;
  text-align: inherit;
  position: relative;
  background-color: #fff;
  padding: 0.4rem 1rem;
  height: 38px;
  border: 1px solid white;
}

.sdb-icon {
  width: 30px;
  font-size: 1.1rem;
}

.border-separator {
  -o-border-image: linear-gradient(to right, transparent 0%, #E0E0E0 50%, transparent 100%);
     border-image: linear-gradient(to right, transparent 0%, #E0E0E0 50%, transparent 100%);
  border-image-slice: 1;
}

.menu-collapsed {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.sdb-title {
  width: 100%;
  font-size: large;
  font-weight: 500;
}

.col-schema-team-points {
  width: 80pt;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: right;
  align-self: center !important;
}

/*Usado nas pesquisas*/
.workspace-search {
  font-size: smaller;
  padding: 0.5rem;
  border: 1px solid #ff5722 !important;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.workspace-search form {
  width: 100%;
  display: contents;
}

.border-dark {
  border-color: #22356d !important;
}

.btn:hover {
  color: #ff5722;
  text-decoration: none;
}

.icon {
  width: 35px;
  text-align: center !important;
  align-self: center !important;
}

.card-dark {
  border-radius: 3rem;
  background-color: #22356d;
  color: #fff;
  padding: 0.25rem 1rem;
}

.page-counter {
  display: flex;
  align-items: center;
  margin: 0 0.5rem;
}

.table-pagination {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.5rem;
}

.pagination {
  margin: 0 0.5rem;
}

.workspace-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.nothing-to-show {
  width: 100%;
  text-align: center;
  font-style: italic;
  font-size: 0.9rem;
  color: #6c757d;
  padding: 0.5rem;
}

.navbar-top {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}

.ball::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff5722;
}

.ball2::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #ff9b00;
}

.bg-bege {
  background-color: #FFFAF3;
}

.home-top-page {
  width: 100%;
  min-height: 460px;
  top: 100px;
  background-color: #FFFAF3;
}

.home-title {
  font-size: 2rem;
  color: #22356d;
  padding-bottom: 1rem;
  font-weight: 600;
}

.home-text {
  font-size: 1rem;
  color: #22356d;
}

.img-responsive {
  background-color: #fff;
  max-width: 100%;
  height: auto;
}

.competition-box {
  border-radius: 1.25rem;
  display: flex;
  background-color: #f8f9fa;
  margin: 1rem;
}

.box-image {
  border-radius: 1.25rem;
}

.box-detail {
  width: 300px !important;
  display: grid;
}

.navbar-expand-lg > .container {
  margin-top: 5px;
}

.btn-pt-sm {
  padding: 0.15rem 0.5rem !important;
  font-size: 0.875rem;
  line-height: 1.5;
}

.club-code {
  background-color: #273139;
  color: #fff;
  text-align: center;
  border-radius: 30px;
  align-self: center;
  font-size: medium;
  display: inline-block;
  padding: 0.1rem 0.5rem;
}

.club-code-md {
  width: 60px;
}

.card.settings {
  height: 100%;
  text-align: center;
}

.card.settings > .card-header {
  font-size: 1.25rem;
  padding: 1rem;
}

.card.settings > .card-body {
  padding-top: 0;
  color: #6c757d;
}

.dropdown-tournament-select {
  border: none;
  font-size: 1.25rem;
  text-align: center;
  color: #ff5722;
  font-weight: 600;
  padding: 0.1rem;
  min-width: 200px;
  background-color: white;
  cursor: pointer;
  outline: none;
}

.dropdown-tournament-select:hover {
  color: #ff5722;
}

.btn.active {
  background-color: #ff5722;
  color: white;
}

.btn-pt.btn-border-dark.active {
  color: #ff5722 !important;
}

.chall-value {
  color: #6c757d;
}

.fix-title {
  position: fixed;
  left: 100px;
  right: 100px;
  top: 17px;
  text-align: center;
  z-index: 10000;
}

.plan-yes {
  color: #8BC34A;
}

.plan-no {
  color: #f44336;
}

.plan-tab {
  padding-left: 10px;
}

.plan-price {
  text-align: center;
  font-size: 1.5rem;
  color: #ff9b00;
}

.plan-group {
  padding-top: 1rem;
  font-weight: bold;
}

.plan-title {
  font-weight: 900;
  font-size: 1.5rem;
  text-align: center;
}

.plan-selected {
  border-color: #ff5722;
  border-width: medium;
}

.plan-selected .price-selected {
  border-color: #ff5722;
  border-width: thin;
  border-style: dashed;
  background-color: #e3f2fd;
}

.iti {
  width: 100%;
}

.info-header-title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid white;
  border-radius: 80px;
  padding: 0.5rem 2rem;
  min-width: 100%;
  text-align: center !important;
}

.btn-touch-spin {
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.nav.btn-group > .active {
  color: #22356d !important;
}

.row-mov-details {
  background-color: #fcfdff !important;
  color: #9E9E9E !important;
}

.team-status-1,
.presence-status-3 {
  background-color: #F1F8E9;
}

.team-status-9,
.presence-status-5 {
  background-color: #fbe9e7;
}

.team-status-0,
.presence-status-7 {
  background-color: #FFF3E0;
}

.text-team-status-1,
.text-presence-status-3 {
  color: #F1F8E9;
}

.text-team-status-0,
.text-presence-status-7 {
  color: #FFF3E0;
}

.text-team-status-9,
.text-presence-status-5 {
  color: #fbe9e7;
}

.th-icon {
  display: inline-block;
  min-width: 25px;
  text-align: center;
}

.th-icon > .sort {
  color: #ff5722;
}

.th-icon > .sort-pos {
  font-size: xx-small;
  color: #ff5722;
}

.sortable-ghostClass {
  background-color: #F1F8E9;
}

.sortable-swapClass {
  background-color: #FFF3E0;
}

.page-link-summary {
  font-size: small;
  color: var(--secondary) !important;
  padding-top: 6px !important;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.text-danger {
  color: #e57373 !important;
}

.gridview-row-header {
  color: #6c757d !important;
  border-bottom: 1px dotted #dee2e6 !important;
  border-right: 1px solid #dee2e6 !important;
  text-align: center !important;
}

.min-height-300 {
  min-height: 300px !important;
}

.select2-container--krajee-bs4 .select2-selection {
  background-color: #fcfdff !important;
  box-shadow: none !important;
}

.owner-face {
  border-radius: 10% !important;
  border: 1px solid #c5c0c0;
  width: 55px;
  height: 55px;
}

.min-width-80 {
  min-width: 80px !important;
}

.growl-close {
  background-color: transparent;
  border: 0;
  float: right;
  font-weight: bold;
  font-size: large;
}

.calendar-bg-occupy {
  background-image: linear-gradient(135deg, #ffffff 25%, #ebebeb 25%, #ebebeb 50%, #ffffff 50%, #ffffff 75%, #ebebeb 75%, #ebebeb 100%) !important;
  background-size: 28.28px 28.28px !important;
}

.no-permission {
  color: #FF9800;
  padding: 0.5rem 1rem;
  border: 1px dashed gray;
  border-radius: 20px;
  margin: auto;
}

.btn-pt.disabled {
  background-color: rgba(139, 139, 139, 0.2196078431) !important;
}

button.link-pt {
  border: 0;
  background-color: inherit;
}

.field-image {
  max-width: 400px;
  max-height: 300px;
}

.pt-new:after {
  content: "Novo";
  position: relative;
  font-weight: 600;
  font-size: small;
  background-color: #fc6030;
  padding: 0 4px;
  border: 1px dashed #fff;
  color: #fff;
  border-radius: 20px;
}

.bg-dark-gradient {
  background: #181e41 !important;
  background: linear-gradient(-45deg, #181e41, #28326a) !important;
}

.bubble-shadow {
  position: relative;
  overflow: hidden;
}

.bubble-shadow:before {
  position: absolute;
  top: -10%;
  right: -140px;
  width: 300px;
  height: 300px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.bubble-shadow:after {
  position: absolute;
  top: -65px;
  right: 80px;
  width: 150px;
  height: 150px;
  content: "";
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.phase-status {
  text-align: center;
  border: 1px solid #dee2e6;
  border-radius: 1rem;
  padding: 0.25rem 1rem;
  margin-top: auto;
  margin-bottom: auto;
}

.notification {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #333;
}

.notification .badge {
  position: absolute;
  top: -8px;
  right: -10px;
  padding: 4px 6px;
  border-radius: 50%;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  min-width: 18px;
  text-align: center;
}/*# sourceMappingURL=site.css.map */