/* Scss Document */
* {
  font-family: 'Roboto', sans-serif;
}

body, html {
  height: 100%;
  min-height: 100%;
}

main {
  height: 100vh;
  max-height: 100vh;
  overflow-x: auto;
  overflow-y: hidden;
}

hr {
  border-top: 1px dashed;
}

#sidebar {
  background: #F8F6F2;
  color: #666154;
  width: 294px;
}

#sidebar .dropdown-toggle {
  outline: 0;
}

#sidebar .btn-toggle {
  padding: .25rem .5rem;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #666154;
}

#sidebar .btn-toggle:hover {
  background-color: #72C5D7;
}

#sidebar .btn-toggle::after {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  -webkit-transition: -webkit-transform .35s ease;
  transition: -webkit-transform .35s ease;
  transition: transform .35s ease;
  transition: transform .35s ease, -webkit-transform .35s ease;
  -webkit-transform-origin: .5em 50%;
          transform-origin: .5em 50%;
  margin-left: 15px;
}

#sidebar .btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85);
}

#sidebar .btn-toggle[aria-expanded="true"]::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#sidebar .btn-toggle-nav a {
  padding: .5rem .5rem;
  margin-top: .125rem;
  color: #666154;
}

#sidebar .btn-toggle-nav a:hover {
  background-color: #72C5D7;
  color: #fff;
}

#sidebar .nav-pills .nav-link.active, #sidebar .nav-pills .show > .nav-link {
  background-color: #72C5D7;
}

#sidebar .scrollarea {
  overflow-y: auto;
}

.btn-primary {
  background: #72C6D7;
  border-color: #72C6D7;
  color: #fff;
}

.btn-light {
  border: 1px solid #72C6D7;
  background: none;
  color: #72C6D7;
}

.btn-secondary {
  background: #EFE8DB;
  border-color: #EFE8DB;
  color: #958E80;
}

.btn-secondary:hover {
  background-color: #72C5D7;
  border-color: #72C5D7;
}

main > .container {
  max-width: none;
  padding-top: 50px;
  overflow: auto;
}

main > .container h1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #8A8A8A;
  margin: 0 0 15px 0;
}

main > .container .top-row {
  border-bottom: 1px solid #EAE9EA;
}

main > .container .top-row .nav-tabs {
  border-bottom: none !important;
}

main > .container .top-row .nav-tabs .nav-link {
  color: #958E80;
  font-weight: 700;
}

main > .container .top-row .nav-tabs .nav-link:not(.active) {
  color: #72C5D7;
}

main > .container .top-row > div {
  margin-left: auto;
  font-weight: 700;
  font-size: 14px;
  color: #958E80;
}

main > .container .top-row > div .btn {
  margin-left: 20px;
}

main > .container .table {
  width: 100%;
}

main > .container .table thead {
  background: #E8E8E8;
}

main > .container .table thead th {
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #3F3D39;
}

main > .container .table td {
  border-bottom: 1px dashed;
}

main > .container .table.editable td:last-child {
  width: 250px;
}

main > .container .table.events-table thead {
  background: none;
}

main > .container .table.events-table thead tr:first-child th {
  border: none;
}

main > .container .table.events-table thead tr:first-child th[colspan] {
  border-left: 1px dashed;
  border-right: 1px dashed;
}

main > .container .table.events-table thead tr:last-child th {
  border-left: 1px dashed;
}

main > .container .table.events-table thead tr:last-child th:last-child {
  border-right: 1px dashed;
}

main > .container .table.events-table td:nth-child(n+3) {
  background: #E5E5E5;
}

.wrap {
  border: 1px dashed #E0E0DE;
  border-radius: 12px;
  padding: 20px;
}

.logon {
  width: 655px;
  height: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 0 auto;
}

.logon .top {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #72C6D7;
  border-bottom: 1px dashed #8F8F87;
  padding-bottom: 30px;
  margin-bottom: 35px;
  padding-right: 50px;
  padding-left: 50px;
  text-align: center;
}

.logon .top svg {
  margin: 0 26px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.logon .bottom {
  background: #FFFFFF;
  border-radius: 22px;
  overflow: hidden;
}

.logon .bottom h2 {
  background-color: #e8e8e8;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 42px;
  color: #938E8E;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 60px;
}

.logon .bottom form {
  padding: 0 56px;
}

.logon .bottom form .form-control {
  margin-bottom: 16px;
  background: #F8F6F2;
}

.logon .bottom form button {
  width: 100%;
}

.logon .bottom .form-check {
  padding: 0 80px;
  margin: 30px 0;
}

.chart-wrap {
  background: #e8e8e8;
  border: 1px dashed #E7E5DE;
  border-radius: 40px;
  overflow: hidden;
}

.grade-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: space=baseline;
      -ms-flex-pack: space=baseline;
          justify-content: space=baseline;
}

.grade-form .grade-left {
  width: 35%;
  min-width: 450px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.grade-form .grade-center {
  width: 30%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grade-form .grade-center svg {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: crosshair;
}

.grade-form .grade-center .cursor {
  cursor: crosshair;
}

.grade-form .grade-center > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 60px;
}

.grade-form .grade-center > div > div label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #9C9E9E;
  text-align: center;
  display: block;
}

.grade-form .grade-center > div > div .form-select {
  width: 100px;
}

.grade-form .grade-center > div > div:nth-child(2) {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.grade-form .grade-center > div > div:nth-child(2) .btn {
  width: 75px;
  margin-bottom: 8px;
}

.grade-form .grade-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 35%;
  min-width: 450px;
}

.grade-form .grade-right .shirt {
  background: url(../images/shirt2.svg) no-repeat center !important;
}

.grade-form .grade-right .icons-group div {
  position: relative;
}

.grade-form .grade-right .icons-group div:first-child {
  background-color: #ccc;
}

.grade-form .grade-right .icons-group div:last-child {
  background: none !important;
}

.grade-form h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #958E80;
  margin-bottom: 80px;
}

.grade-form .table .icon {
  border: 1px solid #72C6D7;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 70px;
}

.grade-form .table .icons-group {
  border: 1px solid #72C6D7;
  border-radius: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100px;
  overflow: hidden;
  height: 48px;
}

.grade-form .table .icons-group div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
}

.grade-form .table .icons-group div:first-child {
  border-right: 1px solid #72C6D7;
}

.grade-form .table .icons-group div:last-child {
  background-color: #ccc;
}

.grade-form .table thead td, .grade-form .table thead th {
  background-color: #fff;
  border-bottom: none;
  font-size: 12px !important;
  text-align: center;
  padding-left: 2px;
  padding-right: 2px;
}

.grade-form .table thead td {
  border: none !important;
}

.grade-form .table td, .grade-form .table th {
  border-right: 1px dashed;
}

.grade-form .table td:nth-last-child(2), .grade-form .table td:nth-last-child(1), .grade-form .table td:first-child, .grade-form .table th:nth-last-child(2), .grade-form .table th:nth-last-child(1), .grade-form .table th:first-child {
  border-right: none;
}

.grade-form .table td {
  vertical-align: middle;
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

.grade-form .table tbody td:nth-child(n+2) {
  background: #F9F6F2;
}

.grade-form .table .shirt {
  background: url(../images/shirt.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  width: 22px;
  height: 32px;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
}

.grade-form .table input {
  text-align: center;
  font-size: 14px;
}

.map-wrap {
  background: #e8e8e8;
  border: 1px dashed #E7E5DE;
  border-radius: 40px;
  padding: 75px 50px 30px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.map-wrap .map-left {
  min-width: 350px;
}

.map-wrap .map-left ul.players-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.map-wrap .map-left ul.players-list li {
  border-bottom: 1px dashed #E0E0DE;
  padding: 10px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: #3F3D39;
}

.map-wrap .map-left h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #3F3D39;
  margin: 30px 0;
}

.map-wrap .map-right svg {
  max-width: 100%;
}

.tab-content > .tab-pane {
  height: 1px;
  overflow: hidden;
  display: block;
  visibility: hidden;
}

.tab-content > .active {
  height: auto;
  overflow: visible;
  visibility: visible;
}

.zoneA:hover,
.zoneB:hover,
.zoneV:hover,
.zoneG:hover,
.zoneD:hover,
.zoneE:hover,
.zoneZh:hover {
  opacity: 0.3;
}

.zoneA:active,
.zoneB:active,
.zoneV:active,
.zoneG:active,
.zoneD:active,
.zoneE:active,
.zoneZh:active {
  opacity: 0.6;
}
/*# sourceMappingURL=main.css.map */