* {
  padding: 0;
  margin: 0;
}

.product-page .authors-container[data-collaborators="2"] {
  width: 130px;
}

.product-page .authors-container[data-collaborators="3"] {
  width: 175px;
}

.product-page .authors-container[data-collaborators="4"] {
  width: 230px;
}

.authors-container .author {
  float: left;
  position: relative;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  z-index: 3;
}

.authors-container .author:nth-child(1) {
  z-index: 100;
}

.authors-container .author:nth-child(2) {
  z-index: 99;
  margin-left: -20px;
}

.authors-container .author:nth-child(3) {
  z-index: 98;
  margin-left: -20px;
}

.authors-container .author:nth-child(4) {
  z-index: 97;
  margin-left: -20px;
}

.authors-container .author:nth-child(5) {
  z-index: 96;
  margin-left: -20px;
}

.authors-container .author:nth-child(6) {
  z-index: 95;
  margin-left: -20px;
}

.authors-container .author:nth-child(7) {
  z-index: 94;
  margin-left: -20px;
}

.authors-container .author:nth-child(8) {
  z-index: 93;
  margin-left: -20px;
}

.authors-container .author:nth-child(9) {
  z-index: 92;
  margin-left: -20px;
}

.authors-container .author:nth-child(10) {
  z-index: 91;
  margin-left: -20px;
}

.authors-container .author:nth-child(11) {
  z-index: 90;
  margin-left: -20px;
}

.authors-container .author {
  float: left;
  position: relative;
  transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  z-index: 3;
}

.authors-container .author:nth-child(1) {
  z-index: 100;
}

.authors-container .author:nth-child(2) {
  z-index: 99;
  margin-left: -20px;
}

.authors-container .author:nth-child(3) {
  z-index: 98;
  margin-left: -20px;
}

.authors-container .author:nth-child(4) {
  z-index: 97;
  margin-left: -20px;
}

.authors-container .author:nth-child(5) {
  z-index: 96;
  margin-left: -20px;
}

.authors-container .author:nth-child(6) {
  z-index: 95;
  margin-left: -20px;
}

.authors-container .author:nth-child(7) {
  z-index: 94;
  margin-left: -20px;
}

.authors-container .author:nth-child(8) {
  z-index: 93;
  margin-left: -20px;
}

.authors-container .author:nth-child(9) {
  z-index: 92;
  margin-left: -20px;
}

.authors-container .author:nth-child(10) {
  z-index: 91;
  margin-left: -20px;
}

.authors-container .author:nth-child(11) {
  z-index: 90;
  margin-left: -20px;
}

.authors-container:hover .author {
  opacity: 0.3;
}

.authors-container .author:hover {
  opacity: 1;
  z-index: 101;
}

.authors-container > .author > .account-photo {
  width: 55px;
  height: 55px;
  border-width: 2px;
}

.authors-container:after {
  clear: both;
  content: " ";
  display: table;
}

.product-page .authors-container {
  margin: 0 auto;
}

.product-page .authors-container > .author > .account-photo {
  width: 70px;
  height: 70px;
  border-width: 3px;
}

.account-photo img {
  width: 100%;
}

.account-photo .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}

.account-photo .account-type {
  position: absolute;
  bottom: -7px;
  color: #FFFFFF;
  right: -10px;
  width: 30px;
  background-color: #999999;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  font-size: 13px;
  z-index: 3;
}

.account-photo.account-early-adopter {
  border-color: rgba(23, 152, 30, 0.55);
}

.account-photo.account-admin,
.account-photo.account-product-owner {
  border-color: rgba(255, 149, 0, 0.55);
}

.account-admin .account-type,
.account-product-owner .account-type {
  background-color: #ffcd02;
}

.account-photo {
  position: relative;
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  /* border: 3px solid rgba(0, 158, 255, 0.65);
    border-color: #ccc */
}

.account-photo img {
  width: 100%;
}

.account-photo .mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 50%;
}

.account-photo .account-type {
  position: absolute;
  bottom: -7px;
  color: #FFFFFF;
  right: -10px;
  width: 30px;
  background-color: #999999;
  height: 30px;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  font-size: 13px;
  z-index: 3;
}

.account-photo.account-early-adopter {
  border-color: rgba(23, 152, 30, 0.55);
}

.account-photo.account-admin,
.account-photo.account-product-owner {
  border-color: rgba(255, 149, 0, 0.55);
}

.account-early-adopter .account-type {
  background-color: #05ae0e;
}

.account-admin .account-type,
.account-product-owner .account-type {
  background-color: #ffcd02;
}

.simplebar-wrapper {
  background-color: #2B2E63 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.asside-header {
  background-color: transparent !important;
}

.menu-title {
  color: white;
}
.menu-title:focus {
  color: black;
}

.parent-icon {
  color: white;
}
.parent-icon:focus {
  color: black;
}

.card-header {
  color: #2B2E63;
}
.card-header h5 {
  font-size: 1.1rem !important;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  margin-top: 0.6rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 0.5rem;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  height: 150px;
  margin: 20px auto;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons button {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.size {
  font-size: 5rem;
  margin-bottom: 1rem;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #212529;
}

.top-header .navbar {
  background-color: #2B2E63 !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 999;
}

.card-bg {
  background-color: white !important;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
  color: black !important;
  border-radius: 1rem;
  transition: ease 1s;
  margin-bottom: 2rem;
}
.card-bg .bg-black-1 {
  background-color: black;
}

.radial-01 {
  float: left;
  position: relative;
  width: 82px;
  height: 79px;
  text-align: center;
  background-color: red;
  padding-top: 0px;
  border-radius: 100%;
  margin: 9px;
}

.radial-01 p {
  position: absolute;
  left: -25px;
  bottom: -55px;
  z-index: 50;
  width: 150px;
}

.radial-01 .radial-01-number {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: #fff;
  border-radius: 100%;
  padding-top: 41px;
  z-index: 20;
}

.radial-01 .radial-01-number {
  font-size: 24px;
  padding-top: 25px;
}

.radial-01 .radial-01-number .radial-01-syb {
  font-size: 20px;
}

.radial-01 > span.radial-01-border-r:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: #ccc;
  border-radius: 100%;
  z-index: 5;
}

.radial-01 > span.radial-01-border-r:after {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background-color: #008cba;
  border-radius: 100%;
  z-index: 10;
  clip: rect(0px, 120px, 120px, 60px);
}

.button_assi button {
  padding: 0.6rem;
  background: white;
  border: 1px solid rgb(71, 69, 69);
}
.button_assi button:hover {
  border: 1px solid rgb(192, 15, 15);
  color: red;
}

.box__ {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.border-coaches {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.border-coaches p {
  color: #ccc;
  font-weight: 500;
  font-size: 0.9rem;
}
.border-coaches h6 {
  font-size: 1.3rem;
  color: #2b2e63;
  font-weight: 600;
}
.border-coaches h5 {
  font-size: 1rem;
  font-weight: 500;
}

.blue_detail {
  background-color: #2B2E63;
  color: white;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.label_coach input {
  margin-bottom: 1rem;
}

.sidebar-wrapper .metismenu .mm-active > a,
.sidebar-wrapper .metismenu a:active,
.sidebar-wrapper .metismenu a:focus,
.sidebar-wrapper .metismenu a:hover {
  text-decoration: none;
  background-color: rgba(170, 163, 163, 0.431372549) !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev" !important;
  font-size: 1.6rem !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next" Im !important;
  font-size: 1.6rem !important;
}

.accordion {
  border-radius: 3px;
  width: 100%;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
  background: white;
  color: black;
  overflow: hidden;
}

.accordion-header {
  border-bottom: 2px solid #ccc;
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.accordion-header-content {
  padding: 10px;
  overflow: hidden;
  position: relative;
  z-index: 9;
}

.accordion-header-content-label {
  color: #ccc;
}

.accordion-header-content-title {
  margin-top: 10px;
}

.accordion-content {
  padding: 10px;
  position: relative;
  overflow: hidden;
}

.accordion-content-text {
  color: #ccc;
}

/* accordion open effect */
details summary {
  cursor: pointer;
  transition: all 225ms ease-out;
  position: relative;
}

details[open] summary {
  margin-bottom: 100px;
  overflow: hidden;
  position: relative;
  background: #ECECEC;
}

details[open] .accordion-content {
  padding: 10px;
  margin-top: -100px;
}

details[open] .accordion-header-content-label {
  color: black;
}

/* remove marker */
details > summary {
  list-style: none;
}

details > summary::-webkit-details-marker {
  display: none;
}

/* custom marker */
summary::after {
  content: "+";
  position: absolute;
  top: 5px;
  right: 14px;
  font-size: 35px;
}

details[open] summary::after {
  content: "-";
  font-size: 62px;
  position: absolute;
  top: -16px;
  right: 14px;
}

.button.button-small {
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}

td input[type=text],
td select {
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 2px 8px;
}

th:last-child {
  text-align: right;
}

td:last-child {
  text-align: right;
}

td:last-child .button {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  background-color: #FFF;
}

td:last-child .button .fa {
  line-height: 30px;
  width: 30px;
}

.showLeft {
  background-color: white !important;
  border: 1px solid white !important;
  text-shadow: white !important;
  color: black !important;
  padding: 10px;
}

.icons li {
  background: none repeat scroll 0 0 black;
  height: 7px;
  width: 7px;
  line-height: 0;
  list-style: none outside none;
  margin-right: 15px;
  margin-top: 3px;
  vertical-align: top;
  border-radius: 50%;
  pointer-events: none;
}

.btn-left {
  left: 0.4em;
}

.btn-right {
  right: 0.4em;
}

.btn-left,
.btn-right {
  position: absolute;
  top: 0.24em;
}

.dropbtn {
  background-color: #4caf50;
  position: fixed;
  color: white;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
  background-color: #3e8e41;
}

.dropdown {
  position: relative;
  display: inline-block;
  right: 0.4em;
}

.dropdown-content {
  display: none;
  position: relative;
  margin-top: 60px;
  background-color: #f9f9f9;
  min-width: 160px;
  overflow: auto;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.show {
  display: block;
}

@media screen and (min-width: 1025px) {
  .wrapper.toggled:not(.sidebar-hovered) .sidebar-wrapper .sidebar-header {
    width: 70px;
    display: none;
  }
}
.coache__ {
  border-top: 1px solid black;
}

.toggle__ {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.toggle__ input[type=checkbox] {
  position: relative;
  width: 54px;
  height: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: #d2d2d2;
  outline: none;
  border-radius: 2rem;
  cursor: pointer;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
}
.toggle__ input[type=checkbox]::before {
  content: "";
  width: 27px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.toggle__ input[type=checkbox]:checked::before {
  transform: translateX(100%);
  background: #fff;
}
.toggle__ input[type=checkbox]:checked {
  background: #2b2e63;
}

.filter__ select {
  box-shadow: rgba(0, 14, 27, 0.12) 0px 8px 24px;
  border: none;
  font-size: 1rem;
  border-radius: 0.2rem;
  padding: 0.7rem;
}

.filter__1 select {
  box-shadow: rgba(130, 139, 148, 0.12) 0px 8px 24px;
  border: none;
  font-size: 1rem;
  border-radius: 0.2rem;
}

.buton-shdow {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #2b2e63;
}

.tab-bogie-coach .tab-title {
  font-size: 1.2rem;
}
.tab-bogie-coach .nav-pills .nav-link {
  border-radius: 0.25rem;
  color: #495057;
  padding: 0.4rem 3rem;
}
.tab-bogie-coach .nav-pills .nav-link.active,
.tab-bogie-coach .nav-pills .show > .nav-link {
  color: white;
  background-color: #2b2e63;
}

.btn-dark {
  color: #fff;
  background-color: #2b2e63;
  border-color: #212529;
}

#stage_form .form-check-label {
  font-size: 1rem;
}

.bg-login {
  background-image: url(../images/gallery/sign-train.png);
}

.authentication-content {
  background-image: url(../images/gallery/sign-bg.png);
}/*# sourceMappingURL=custom.css.map */