/* Updated 2024.08.13 */

/*btn*/
.table .btn {
  width: unset;
  max-height: 24px;
  margin: 0;
  line-height: 24px;
  text-align: center;
}

.regis-btn {
  margin-top: 70px;
  margin-left: auto;
  max-width: 50%;
  --bs-gutter-x: 0;
}

.regis-btn>div {
  padding: 0;
}

.regis-btn .col-lg-6.alone {
  margin-left: auto;
}

.regis-btn .col-lg-6.alone .btn {
  float: right;
}

.bg-gray label, label.d-table-cell {
  padding: 0.75rem;
  line-height: 1.25;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
}

/* label.d-table-cell {font-weight: 700; color: #000;} */

p.d-table-cell {
  padding: 0.75rem;
  vertical-align: middle;
  line-height: 1.25;
  font-weight: 400;
  text-align: left;
}

.d-table {
  text-align: center;
  font-weight: bold;
}

#page-content-wrapper .top {
  padding: 16px 24px;
  background: #fff;
  overflow: hidden;
}

#page-content-wrapper .top button {
  padding: 0;
  border: 0 !important;
  background: #fff !important;
}

#page-content-wrapper .top button i {
  font-size: 30px;
  line-height: 40px;
  color: #000;
}

#page-content-wrapper .top a {
  float: right;
  overflow: hidden;
}

#page-content-wrapper .top a .small {
  float: left;
  margin-top: 5px;
  text-align: right;
}

#page-content-wrapper .top a .small .name {
  color: #35383b;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 5px;
}

#page-content-wrapper .top a .small .date {
  color: #9b9fa3;
  font-size: 12px;
  display: inline-block;
}

#page-content-wrapper .top a img {
  max-width: 40px;
}

/*#page-content-wrapper .top a i {margin-left:20px; color:#cdcfd1; font-size:30px; line-height:40px;}*/
#page-content-wrapper .top a i {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 8px;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
  color: #9B9FA3;
}

#page-content-wrapper .top a i:hover {
  color: #35383b;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  #page-content-wrapper .top {
    padding: 8px 16px;
  }

  #page-content-wrapper .top a .small {
    display: none;
  }

  #page-content-wrapper .top a img {
    float: right;
  }

  #page-content-wrapper .top a i {
    margin-left: 0;
    margin-right: 0;
    line-height: 40px;
  }
}

/* .scoreboard .text-date {margin:0.5rem 0; font-size:14px;} */
.scoreboard td {position: relative; border-right: 1px solid #e5e7e8;}
.scoreboard td:last-child {border-right: 0;}

.container-title {
  display: flex;
  padding: 50px 24px 0;
}
.container-title .current {
  float: right;
}
@media (max-width: 991.98px) {
  .container-title {
    padding: 24px 20px 0;
  }

  .container-title .current {
    float: none;
  }
}

.total_manager .container-fluid .current {
  float: right;
}

/*
.total_manager .breadcrumb-item a {line-height:24px;}
.total_manager .breadcrumb-item + .breadcrumb-item::before {content:''; width:5px; height:25px; display:block; background:url('../img/ico_breadcrumb.png')no-repeat center; padding:0 10px;}
.total_manager .breadcrumb-item + .breadcrumb-item {padding-left:0;}
.total_manager .breadcrumb li:last-of-type a {border-bottom:1px solid #9b9fa3;}
*/
.total_manager div.search-input {
  position: relative;
}

.total_manager .btn.search {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
  background: #000 url(../img/ico_search_white.png)no-repeat center;
  background-size: 20px;
  padding: 0;
}

.total_manager .center-btn>div {
  margin-left: auto;
}

.filter-box-2,
.filter-box-3,
.filter-box-4,
.filter-box-5,
.filter-box-6 {
  margin-bottom: 40px;
  overflow: hidden;
}

.filter-box-2 {
  width: 50%;
  float: right;
}

.filter-box-2>div {
  float: left;
  width: calc(50% - 10px);
  margin-right: 20px;
}

.filter-box-3>div {
  float: left;
  width: calc(33.333% - 14px);
  margin-right: 20px;
}

.filter-box-4>div {
  float: left;
  width: calc(25% - 15px);
  margin-right: 20px;
}

.filter-box-5>div {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.filter-box-5>div.select {
  overflow: hidden;
}

.filter-box-5>div.select select {
  width: 50%;
  float: left;
}

.filter-box-2>div:last-of-type,
.filter-box-3>div:last-of-type,
.filter-box-4>div:last-of-type,
.filter-box-5>div:last-of-type
.filter-box-6>div:last-of-type {
  margin-right: 0;
}

.filter-box-5 .date-search {
  max-width: 100%;
}

.filter-box-5 .date-search input[type="date"] {
  max-width: calc(50% - 7px);
}

.filter-box-5 .date-search::after {
  right: calc(50% - 2px);
}

.filter-box-6>div {
  float: left;
  width: calc(19.5% - 15px);
  margin-right: 20px;
}

.date-search {
  position: relative;
  margin-bottom: 50px;
  max-width: 50%;
  margin-left: auto;
  padding: 0;
  width: 100%;
}

.date-search input[type="date"] {
  max-width: calc(50% - 29px);
}

.date-search input[type="date"]:first-of-type {
  margin-right: 10px;
  position: relative;
}

.date-search::after {
  content: "";
  position: absolute;
  right: calc(50% + 22px);
  top: 50%;
  height: 1px;
  width: 4px;
  background: #000;
}

.btn.search.date-search {
  background: #000 url('../img/ico_search_white.png')no-repeat center;
}

/* Mini-Game Winners - 23.10.05 */
.filter-group .date-search {
  margin: 0;
  max-width: unset;
}

.filter-group .date-search input[type="date"] {
  max-width: calc((100% - 8px) / 2);
}

.filter-group .date-search input[type="date"]:first-of-type {
  margin-right: 8px;
}

.filter-group .date-search::after {
  left: calc(50% - 2px);
  top: 50%;
}

.gender-search {
  position: relative;
  margin-bottom: 40px;
  /* max-width:50%; margin-left:auto; padding:0;max-width:230px;*/
}

.gender-search::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.gender-search>div {
  float: right;
  width: 400px;
  position: relative;
}

.gender-search>div p {
  display: inline-block;
  font-size: 18px;
  width: 75px;
  font-weight: 600;
}

.gender-search>div input[type="text"],
.gender-search>div select {
  width: calc(100% - 123px);
}

.gender-search ul {
  float: left;
  width: 780px;
  overflow: hidden;
  border: 1px solid #000;
}

.gender-search ul li {
  float: left;
  width: 25%;
  list-style: none;
  box-sizing: border-box;
}

.gender-search ul li a {
  display: block;
  line-height: 56px;
  color: #000;
  background: #fff;
  transition: .2s ease-out;
  text-align: center;
  cursor: pointer;
}

.gender-search ul li a:hover,
.gender-search ul li a.on {
  background: #000;
  color: #fff;
}

.gender-search .btn.search {
  background: #000 url('../img/ico_search_white.png')no-repeat center;
}

/* login */
.login {
  height: 100vh;
  position: relative;
}

.login .contents {
  margin-top: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 450px;
  width: 100%;
  min-height: auto !important;
}

/*Membership*/
.members .row {
  --bs-gutter-x: 0;
}

.members .row [class*="col"] {
  text-align: left;
}

.members .row .col-lg-9 {
  padding: 0.75rem;
}

.members .col-lg-4 {
  width: 32%;
  margin-right: 2%;
}

.members .col-lg-4:last-of-type {
  margin-right: 0;
}

.members .row .col-lg-9 .inner .col-4 {
  padding-left: 0;
  margin-top: 15px;
}

.members .row .col-lg-9 .inner {
  overflow: hidden;
}

.members .row .col-lg-9 .inner>div {
  float: left;
  width: 32%;
  margin-right: 2%;
}

.members .row .col-lg-9 .inner>div:last-of-type {
  margin-right: 0;
}

@media (max-width:279.98px) {
  .members .row>div {
    width: 100%;
  }

  /* .members .bg-light label {line-height:45px;} */
}

@media (max-width: 767.98px) {
  .members .row>div .row.inner>div {
    margin-bottom: 8px;
  }

  .members .row .col-lg-9 .inner>div:last-of-type {
    margin-bottom: 0;
  }

  .members .row .col-lg-9 .inner>div {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 991.98px) {
  .members .row>div.col-lg-3 {
    width: 40%;
  }

  .members .row>div.col-lg-9 {
    width: 60%;
  }

  /* .members .row > div .row > div {width:100%; background-color: red;} */
  /* .members .row .col-lg-9 {padding: 0.75rem;} */
  /* .members .row .col-lg {width:100%; margin-bottom:5px; background-color: #00B34A;} */
  .members .row .col-lg:last-of-type {
    margin-bottom: 0;
  }

  /* .members .row > div .row > div .btn-lg {line-height:32px;} */
  /* .members .col-4 {padding-left:0;} */
}

#modal-handicap-reg span.rounded-circle {
  display: inline-block;
  min-width: 28px !important;
  max-height: 28px !important;
  height: 28px !important;
  line-height: 28px;
  text-align: center;
  color:#000;
  background:#fff;
  border: 1px solid #ff7519;
}


/*Course List*/
.course table * {
  border: 1px solid #ff6600;
}

.course_list .btn.btn-outline {
  padding: 0 30px;
  background: #ff6600;
}

/*Course View*/
.course-info .course-name {
  display: block;
  padding: 16px 8px;
  text-align: center;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 16px;
  color: #000;
}
.course-info .col-md-6.d-flex > img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  max-height: 320px;
  border: 0;
  padding: 0;
  margin: 0;
}
.course-info p.d-table-cell {
  padding: 0.75rem;
  line-height: 1.25;
}
.course-info table {
  border-width: 1px;
}
.course-details .info {
  margin-top: 48px;
  margin-bottom: 16px !important;
  font-weight: 700;
  color: #000;
}
.course-details .table thead th,
.course-details .table tbody td {
  height: 62px;
  padding: 0 12px;
  border-right: 1px solid #e5e7e8;
}
.course-info .courselist .table td:last-child {border-right: 0;}
.course-info .courselist .table tr:not(:last-child) td {cursor: pointer;}
.course-info .courselist .table .rounded-circle {
  display: inline-block;
  min-width: 24px !important;
  max-height: 24px !important;
  height: 24px !important;
  line-height: 24px;
  vertical-align: baseline;
  text-align: center;
  border-radius: 50% !important;
}
.course-info .courselist .table td .rounded-circle.info-hole {
  color: #000;
  background: #fff;
  border: 1px solid #00B34A;
}
.course-info .courselist .table td:hover .rounded-circle.info-hole {
  color: #fff;
  background: #00B34A;
  border: 1px solid #00B34A;
  cursor: pointer;
}
.course-info .courselist .table td .rounded-circle.info-par {
  color: #000;
  background: #fff;
  border: 1px solid #FFC107;
}
.course-info .courselist .table td:hover .rounded-circle.info-par {
  color: #fff;
  background: #FFC107;
  border: 1px solid #FFC107;
  cursor: pointer;
}
.course-details .scorecard_title {
  width: 120px;
  position: absolute;
  top: 0;
  z-index: 10;
}
.course-details .fix-table {
  width: calc(100% - 120px);
  margin-left: 120px;
  overflow: auto !important;
}
.course-details .fix-table .table {
  width: 100%;
}
.course-details .fix-table .table .badge {
  width: 18px;
  min-height: 18px;
  max-height: 18px;
  height: 18px;
  padding: 3px !important;
  border-radius: 0 !important;
  text-align: center;
  color: #fff;
  z-index: 1;
}

@media (max-width: 991.98px) {
  .course-details .table * :not(span.rounded-circle) {
    min-height: 56px;
    max-height: 56px;
    height: 56px;
    padding: 0 20px;
    vertical-align: middle;
    font-size: 14px;
  }

  .course-details .scorecard_title {
    width: 80px;
  }

  .course-details .fix-table {
    width: calc(100% - 80px);
    margin-left: 80px;
  }

  .course-details .fix-table .table {
    width: 100%;
  }
}

/* modal-hole-info */
#modal-hole-info .card {
  border-radius: 0;
}

#modal-hole-info h6 {
  text-align: center;
  background: #fcfcfc !important;
}

#modal-hole-info .minimap img {
  object-fit: contain;
  /* contain;    cover; */
  object-position: center;
  width: 100%;
  max-height: 360px;
}

@media (max-width: 991.98px) {
  #modal-hole-info .minimap>* {
    flex: 0 0 auto;
    width: 100%;
  }
}

.hole-details {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hole-details span:not(:first-child):before {
  content: "\00b7";
  padding: 0 4px;
}

/*Course Edit*/
.course-edit .row {
  --bs-gutter-x: 0;
}

.course-edit .row .col-md-9 {
  padding: 0.75rem;
}

.hole-info.table-sm {
  border-top: 1px solid #adb0b3 !important;
  border-bottom: 1px solid #e5e7e8 !important;
}

.hole-info.table-sm tr th, .hole-info.table-sm tr:first-child td {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.hole-info.table-sm tr:first-child td {
  font-weight: 600;
  white-space: nowrap;
  color: #000;
  background: #fcfcfc;
}

.hole-info.table-sm td {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.hole-info.table-sm td input {
  min-width: 32px;
  height: 100%;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
}

.hole-info.table-sm tr:last-child td input {color: #ef2b49;}

/* Tournament */
.tournament .col-9 {
  padding: 20px 0.75rem;
}

.tournament label.d-table-cell,
.tournament p.d-table-cell {
  padding: 20px 0.75rem;
  line-height: 1.25em;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.tournament .point small {
  display: inline !important;
  margin-left: 4px;
  vertical-align: bottom;
  color: #22BBBB;
}

.tournament .col-8.d-table p {
  text-align: left;
  font-weight: 400;
}
.tournament .table .btn {
  min-width: 100px;
  display: block;
}

/* .tournament  */
.table .btn:not(:last-child) {
  margin-bottom: 4px;
}

ul.tab-sub {
  display: flex;
  list-style: none;
  width: 100%;
}

ul.tab-sub li {
  flex: 1 1 0%;
  margin-left: -1px;
  box-sizing: border-box;
  border: 1px solid #000;
}

ul.tab-sub li a {
  display: block;
  /* padding-top:2px;  */
  line-height: 46px;
  white-space: nowrap;
  text-align: center;
  color: #000;
  background: #fff;
  transition: .2s ease-out;
}

ul.tab-sub li a:hover,
ul.tab-sub li a.on {
  cursor: pointer;
}

ul.tab-sub li a.on {
  background: #000;
  color: #fff;
}

@media (max-width: 479.98px) {
  ul.tab-sub {
    flex-wrap: wrap;
  }

  ul.tab-sub li {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: -1px;
    overflow: hidden;
  }
}

/* Event */
.event .table .btn-xs {
  min-width: 100px;
  display: block;

}

/* Mini-Game Write */
.table-type .table-sticky-columns {
  margin-top: 16px;
}

.table-type .table-sticky-columns:not(:first-child) {
  margin-top: 28px;
}

.table-type .table-sticky-columns p.info {
  margin-bottom: 8px;
  font-weight: 700;
  color: #000;
}

.table-type .table-sticky-columns .table {
  border-top-width: 1px;
}

.table-type .table-sticky-columns .table th,
.table-type .table-sticky-columns .table td {
  height: 48px;
  border-right: 1px solid #e5e7e8;
}

.table-type .table-sticky-columns .table th {
  padding: 0;
}

.table-type .table-sticky-columns .table td {
  padding: 0 12px;
}

.table-type .table-sticky-columns .table td:last-child {
  border-right: 0;
}

.table-type .table-sticky-header {
  width: 120px;
  position: absolute;
  top: 0;
  z-index: 10;
}

.table-type .fix-table {
  width: calc(100% - 120px);
  margin-left: 120px;
  overflow: auto !important;
}

/* .table-type .fix-table .table {width: 100%;} */
@media (max-width: 991.98px) {
  .table-type .table-sticky-header {
    width: 80px;
    position: absolute;
    top: 0;
    z-index: 10;
  }

  .table-type .fix-table {
    width: calc(100% - 80px);
    margin-left: 80px;
    overflow: auto !important;
  }
}

@media (max-width:279.98px) {

  /* .event .start-m .row > div {width:100%;} */
  .event .start-m .row .bg-gray {
    min-height: 45px;
  }
}

@media (max-width:991.98px) {

  /* .event .start-m .row > div {width:50%;} */
  .event .start-m .row .bg-gray label {
    line-height: 1.2em;
    text-align: left;
  }

  .event .start-m .row .col-lg-9 {
    padding: 10px .75rem;
  }

  .event .start-m .row .col-lg-9.date input {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .event .start-m .row .col-lg-9.date input:first-of-type {
    margin-bottom: 8px;
  }

  .event .start-m .row .col-lg-9.date::before {
    display: none;
  }

  .event .subcourse table {
    font-size: 14px;
  }
}

.dashboard .container-title {
  padding: 44px 0 0;
}
@media (max-width: 991.98px) {
  .dashboard .container-title {
    padding: 24px 0 0;
  }
}

.dashboard .main_wrap {
  overflow: hidden;
}

.dashboard .main_wrap .row {
  --bs-gutter-x: 0;
}

.dashboard .col-lg-4 {
  margin-bottom: 40px;
  width: 32%;
  margin-right: 2%;
  background: #fff;
  padding: 25px;
}

.dashboard .col-lg-4:nth-of-type(3n) {
  margin-right: 0;
}

.dashboard .col-lg-4:nth-of-type(4),
.dashboard .col-lg-4:nth-of-type(5),
.dashboard .col-lg-4:nth-of-type(6) {
  margin-bottom: 0;
}

.dashboard .col-lg-4 p {
  margin-bottom: 15px;
}

.dashboard .col-lg-4 img {
  display: block;
  width: 100%;
}

.profile .row {
  --bs-gutter-x: 0;
}

.profile>.row {
  --bs-gutter-x: 80px;
  margin: 0 auto;
}

.profile .row .col-lg-9 {
  padding: 20px .75rem;
}

.profile .row .col-lg-9 span {
  margin-top: 5px;
}

.profile>.row.hole .col-lg-9 {
  padding-bottom: 0;
}

.profile>.row.hole .col {
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #cdcfd1;
  border-bottom: 0;
  border-right: 0;
  box-sizing: border-box;
}

.profile>.row.hole .col:last-of-type {
  position: relative;
}

.profile>.row.hole .col:last-of-type::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: #cdcfd1;
}

.profile>.row.par .col-lg-9 {
  padding-top: 0;
}

.profile>.row.par .col input {
  text-align: center;
  font-size: 14px;
}

.profile input[type="text"] {
  height: 48px;
  border-radius: 0 !important;
  border: 1px solid #cdcfd1;
  padding: 0 10px;
}

.profile label {
  text-align: left;
}

.profile p.d-table-cell {
  height: unset;
  text-align: left;
}

.profile select {
  height: 48px;
  border-radius: 0 !important;
  border: 1px solid #cdcfd1;
  padding: 0 10px;
}

.profile .form-check.in {
  margin-top: 15px;
  margin-left: 10px;
}

.profile .col-lg-4 {
  width: 32%;
  margin-right: 2%;
}

.profile .col-lg-4:last-of-type {
  margin-right: 0;
}

.profile .sky {
  display: block;
  margin-top: 5px;
  color: red;
  font-size: 12px;
}

.profile .red {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  display: block;
}

.profile .wrap-col .col-lg {
  margin-right: 20px;
}

.profile .wrap-col .col-lg:last-of-type {
  margin-right: 0;
}

.profile .wrap-col select {
  width: 100%;
}

.profile .wrap-col input[type="text"] {
  width: unset;
}

.profile .wrap-col p {
  margin-bottom: 5px;
}

.profile .border-right-0 {
  border-right: 0 !important;
}

.profile textarea {
  margin: 20px auto
}

.profile .input-group.file label {
  padding: 0 .758rem;
  line-height: 46px;
  background: #fff;
  width: 50%;
}

.profile.border-top-dgray .form-check {
  overflow: hidden;
}

.admin .board_view h3 {
  margin: 0 !important;
}

.admin .board_view .cate {
  display: inline-block;
  color: #00b34a;
}

.admin .board_view h3 input[type="text"] {
  width: unset;
  vertical-align: bottom;
}

.admin .board_view .text-end {
  line-height: 26px;
}

.admin .board_view .date {
  color: #9b9fa3;
  font-size: 15px;
}

.admin .board_view .date i {
  margin-right: 8px;
  vertical-align: text-top;
}

.admin .board_view .view {
  color: #9b9fa3;
  font-size: 15px;
  margin-left: 40px;
}

.admin .board_view .view i {
  margin-right: 8px;
  vertical-align: text-top;
}

.admin .board_view .content {
  color: #676d73;
  line-height: 1.4;
}

.admin .board_view .border p {
  height: 52px;
  color: #676d73;
  padding-left: 45px;
  line-height: 54px;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.admin .board_view .border .row {
  --bs-gutter-x: 0;
}

.admin .board_view .box {
  padding: 20px 0;
  margin-top: 30px;
  border-top: 2px solid #35383b;
}

.admin .board_view .box .by {
  margin-bottom: 40px;
}

.admin .board_view .box .by b i {
  font-size: 18px;
  font-weight: 600;
  margin-right: 5px;
  margin-top: -3px;
}

.admin .board_view .box .by a {
  color: #000;
  border-bottom: 1px solid #000;
}

.admin .board_view .row.posting {
  margin-top: 20px;
}

/* Support > Register & Edit */
.board_view .g-2 {
  --bs-gutter-x: 10px;
  --bs-gutter-y: 10px;
}

/* Support */
article {
  display: flex;
}

.article-header {
  border-top: 2px solid #35383b;
  border-bottom: 1px solid #E5E7E8;
}

.article-header {
  padding: 24px 2px;
}

.article-header h5 {
  margin: 0 0 20px;
  font-weight: 500;
  line-height: 1.25em;
  font-size: 20px !important;
}

.article-header .d-flex {
  font-size: 14px;
  color: #9B9FA3;
}

.article-header .icon.badge {
  margin-top: -2px;
  margin-right: 8px;
}

.article-header .ms-sm-auto {
  display: flex;
}

.article-header .ms-sm-auto>span {
  display: flex;
  align-items: center;
}

.article-header i {
  margin-top: -2px;
  margin-right: 2px;
  font-size: 16px !important;
  color: #afb1b3;
}

.article-attach {
  padding: 1em 2px;
  font-size: 14px;
  color: #000;
  border-bottom: 1px solid #E5E7E8;
}

.article-attach a i {
  margin-right: 4px;
  color: #000;
}

.article-attach a:hover {
  text-decoration: underline;
  color: #000 !important;
  cursor: pointer;
}

.article-body {
  padding: 30px 2px 60px;
  line-height: 1.5em;
  color: #52575c;
}

.article-footer {
  flex-direction: column;
  border-top: 1px solid #35383b;
  border-bottom: 1px solid #35383b;
}

.article-footer div {
  padding: 15px 8px 14px;
}

.article-footer div.prev {
  border-bottom: 1px solid #E5E7E8;
}

.article-footer div a {
  display: flex;
  align-items: center;
}

.article-footer i {
  margin-top: -1px;
  margin-right: 8px;
  font-size: 20px;
  color: #000;
}

.article-footer span {
  display: inline-block;
  max-width: calc(100% - 30px);
  padding-top: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #9B9FA3;
}

.article-footer a span {
  color: #52575c;
}

.article-footer a span:hover {
  color: #000 !important;
}

.article-footer .no-data a i {
  color: #9B9FA3;
}

.article-footer .no-data a span {
  color: #9B9FA3 !important;
}

@media (max-width: 575.98px) {
  .article-body {
    padding: 20px 2px 40px;
    font-size: 14px;
  }
}

@media (max-width: 991.98px) {
  .article-footer span {
    font-size: 14px;
  }
}

.notice-list .icon.badge {
  min-width: 48px;
}

.resrc-list .icon.badge {
  min-width: 68px;
}

.inquiry-list .btn.btn-xs {
  min-width: 64px !important;
}

.rebox {
  background: #f8f9fa;
  border-bottom: 1px solid #35383b;
  margin-top: 80px;
}

.rebox div {
  padding: 15px;
}

.rebox .comment::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.rebox .comment h6 {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.rebox .comment input[type="text"] {
  float: left;
  max-width: calc(80% - 66px);
}

.rebox .comment input[type="text"]:first-of-type {
  max-width: calc(20% - 5px);
  margin-right: 5px;
}

.rebox .comment .near {
  margin-left: 30px;
  margin-top: 5px;
  ;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #000;
  line-height: 48px;
  vertical-align: middle;
  text-align: center;
}

.rebox .comment .near i {
  font-size: 20px;
  color: #fff;
  vertical-align: unset;
}

.rebox .repple::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.rebox .repple img {
  float: left;
  margin-right: 10px;
}

.rebox .repple .name {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rebox .repple .name span {
  display: inline-block;
  margin-left: 25px;
  color: #9b9fa3;
  font-size: 12px;
}

.rebox .repple .name span i {
  color: #9b9fa3;
  font-size: 12px;
  margin-right: 5px;
  vertical-align: bottom;
}

.rebox .repple .balloon {
  display: inline-block;
  font-size: 14px;
  padding: 15px;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.rebox .repple .balloon::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url('../img/balloon.png')no-repeat center;
  background-size: contain;
}

.rebox .repple .del {
  margin-top: -5px;
  display: inline-block;
  vertical-align: top;
}

.rebox .repple .del i {
  color: #cdcfd1;
}

/* Time zone */
.time-zone-mark.badge {
  padding: 3px 0 2px !important;
  width: 22px;
  vertical-align: text-top;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 10px !important;
  font-style: normal !important;
}

.time-zone-mark.badge.bg-orange {
  padding-right: 1px !important;
}

/* Modal */
#exampleModal h3 {
  font-size: 24px;
}

#exampleModal .modal-body::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

#exampleModal .modal-body>div {
  float: left;
  width: 48.5%;
}

#exampleModal .modal-body>div img {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #cdcfd1;
}

#exampleModal .modal-body>div p {
  margin-top: 20px;
  text-align: center;
}

#exampleModal .modal-body .right .r {
  margin-bottom: 25px;
}

#exampleModal .modal-body .left {
  margin-right: 3%;
}

#exampleModal1 p {
  margin-bottom: 15px;
}

#exampleModal2 .row.border-bottom .col-lg:last-of-type {
  padding: 20px 0.75rem;
}

#exampleModal3 .d-table.col,
#exampleModal5 .d-table.col {
  padding: 10px 0 10px 10px;
}

#exampleModal3 input[type="date"],
#exampleModal5 input[type="date"] {
  margin-bottom: 10px;
}

#exampleModal3 .hour,
#exampleModal5 .hour {
  overflow: hidden;
  position: relative;
}

#exampleModal3 .hour>div,
#exampleModal5 .hour>div {
  float: left;
  width: 47%;
}

#exampleModal3 .hour>div::after,
#exampleModal5 .hour>div::after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
}

#exampleModal3 .hour>div:first-of-type,
#exampleModal5 .hour>div:first-of-type {
  margin-right: 6%;
  position: relative;
}

#exampleModal3 .hour::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 36px;
  left: calc(50% + 2.5px);
  font-size: 16px;
}

#exampleModal5 .hour>div:first-of-type::before {
  content: "";
  width: 5px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: -30px;
  font-size: 16px;
}

#exampleModal3 .hour>div select,
#exampleModal5 .hour>div select {
  float: left;
  width: 50%;
}

#exampleModal4 p {
  display: inline;
}

#exampleModal4 span {
  float: right;
}

#exampleModal4 textarea {
  margin-top: 10px;
}

#exampleModal4 .modal-footer div {
  display: table;
  margin-right: auto;
}

/* Member Information */
#Modal-member-info p.d-table-cell {
  padding: 12px;
}

/* Owner List - Simulator Count Modal */
.modal .hor-type .row {
  --bs-gutter-x: 0;
}

.modal .hor-type .row>div {
  line-height: 48px;
}

.modal .hor-type .row>div+div {
  padding: 12px;
  line-height: 48px;
}

.owners .sim-code {
  display: flex;
}

.owners .sim-code input {
  width: 60px;
}

.owners .sim-code input:nth-child(2) {
  margin: 0 10px;
}

.owners .sim-code input:nth-child(5) {
  width: 100%;
}

/*Admin Admin list*/
.admin .nav {
  margin-bottom: 70px;
}

.admin table:nth-of-type(2) {
  margin-top: 40px;
}

.admin table.data th,
.admin table.data td {
  border: 1px solid #e6e7e9;
}

.admin table.data td {
  text-align: left;
}

.admin .table .btn {
  padding: 0;
  width: 80px;
}

/*Admin Register Edit*/
.admin .row {
  --bs-gutter-x: 0;
}

.admin .row.border-bottom .col-lg-9 {
  padding: 20px .75rem;
}

/* SubCourse */
.subcourse {
  padding: 0.75rem;
}

.subcourse h6 {
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-size: 16px !important;
  font-weight: 500;
}

.subcourse:nth-child(2) {
  border-top: 1px solid #E5E7E8;
}

/*Admin Game Data Management*/
.admin .top_box {
  overflow: hidden;
}

.admin .top_box .inner::after,
.admin .top_box .left::after,
.admin .top_box .right::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.admin .top_box .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #cdcfd1;
}

.admin .top_box .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 30px;
}

.admin .top_box .right>div {
  float: left;
  width: 50%;
  box-sizing: border-box;
}

.admin .top_box .right>div:first-of-type {
  padding-right: 30px;
  border-right: 1px solid #cdcfd1;
}

.admin .top_box .right>div:last-of-type {
  padding-left: 30px;
}

.admin .top_box .left>div {
  margin-bottom: 25px;
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}

.admin .top_box .left>div:nth-of-type(2n) {
  padding-left: 10px;
}

.admin .top_box .left>div:last-of-type {
  padding: 0;
  float: none;
  width: 100%;
}

.admin .top_box .left>div::after {
  content: '';
  display: block;
  visibility: hidden;
  clear: both;
}

.admin .top_box label {
  display: block;
  color: #000;
  margin-bottom: 12px;
  font-weight: 500;
}

.admin .top_box .left>div.start input,
.admin .top_box .left>div.end input,
.admin .top_box .left>div.gameno input,
.admin .top_box .left>div.nameno input {
  float: left;
  width: 48%;
}

.admin .top_box .left>div input.date {
  padding-right: 35px;
  background: url('../img/ico_date_g.png')no-repeat right 15px center;
  background-size: 18px;
}

.admin .top_box .left>div input.first {
  width: 50%;
  margin-right: 2%;
}

.admin .top_box .left .form-check {
  margin-right: 25px;
}

.admin .top_box .left .form-check:last-of-type {
  margin-right: 0;
}

.admin .top_box .right>div>div {
  margin-bottom: 25px;
}

.admin .top_box .right>div>div:last-of-type {
  margin-bottom: 0;
}

.admin .top_box .right>div>div:last-of-type .form-check {
  margin-right: 25px;
}

.admin .top_box .right>div>div:last-of-type .form-check:last-of-type {
  margin-right: 0;
}

.admin .top_box .form-check label {
  margin-bottom: 0;
  color: #000;
  max-width: 100%;
  display: inline-block;
}

/* Game Data : GameDataInfo.vue */
.game-info table th {
  width: 25%;
}

.game-info table th,
.game-info table td {
  border-right: 1px solid #e5e7e8;
}

.game-info table td:last-child {
  border-right: 0;
}

.pc-none {
  display: none;
  margin-top: 20px;
  text-align: right;
}

/*Swing video List*/
.swings .table .btn {
  min-width: 110px;
  display: block;
  margin: 5px auto;
}

/*Swing video View*/
.swings_view .col-lg-3 .col-lg-6:last-of-type {
  padding: 20px .75rem;
}

.swings_view .accordion {
  margin: 40px auto;
}

.swings_view .accordion-body {
  margin-bottom: 40px;
}

.swings_view .accordion-body .row {
  --bs-gutter-x: 0;
}

.swings_view .accordion-button::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 9px;
  width: 15px;
  right: 5%;
  background-image: url('../img/arrow_none_collapsed.png');
  background-size: contain;
}

.swings_view .accordion-button:not(.collapsed)::after {
  background-image: url('../img/arrow_collapsed.png');
}

.mov_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 40px !important;
}

@media (max-width: 1679.98px) {

  /*Admin Game Data Management*/
  .admin .top_box .left,
  .admin .top_box .right {
    float: none;
    width: 100%;
    padding: 0;
    border: 0;
  }

  .admin .top_box .left>div {
    float: none;
    width: 100%;
    padding: 0;
  }

  .admin .top_box .left>div:nth-of-type(2n) {
    padding: 0;
  }

  /*.admin .top_box .form-check label {font-size:14px; display:inline-block; line-height:16px;}*/
  .admin .top_box .left .form-check {
    margin-right: 15px;
  }

  .admin .top_box .right>div {
    float: none;
    width: 100%;
    padding: 0 !important;
    border: 0 !important;
  }

  .admin .top_box select {
    border: 1px solid #cdcfd1;
  }

  .admin .top_box .right>div>div:last-of-type {
    margin-bottom: 25px;
  }

  .admin .top_box .right>div>div:last-of-type .form-check {
    margin-right: 15px;
  }

  .hide .table tbody td {
    height: unset;
    min-height: unset;
  }

  .layer1 {
    width: 100%;
    padding: 20px 0;
    line-height: 1.2em;
    position: relative;
  }

  /*.layer1::before {content:''; display:block; position:absolute; top:-3px; left:-5%; width:calc(100% + 30%); height:5px; background:#fff;}*/
  .layer1 .row {
    margin: 0 0 15px;
  }

  .layer1 .row:last-of-type {
    margin-bottom: 0;
  }

  .layer1 .row div:nth-of-type(2) {
    padding-left: .75rem;
  }

  .layer1 * {
    font-size: 14px;
  }

}

@media (max-width:1199.98px) {
  .gender-search {
    max-width: unset;
  }

  .gender-search ul {
    margin-left: 0;
  }

  .gender-search ul,
  .gender-search>div {
    width: 100%;
  }

  .gender-search>div {
    margin-bottom: 10px;
  }

  .gender-search>div p {
    display: block;
    width: 100%;
    margin: 20px 0 10px
  }

  .gender-search>div input[type="text"],
  .gender-search>div select {
    width: calc(100% - 48px);
  }
}

@media (max-width:1023.98px) {
  .dashboard .col-lg-4:nth-child(odd) {
    width: calc(50% - 15px);
    margin: 0 15px 25px 0;
  }

  .dashboard .col-lg-4:nth-child(even) {
    width: calc(50% - 15px);
    margin: 0 0 25px 15px;
  }
}

@media (max-width: 991.98px) {

  /*
    #page-content-wrapper .container-fluid {max-height:calc(100vh - 173px);}
    p.d-table-cell {height:45px;}
    */
  .m-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }

  .nav {
    display: none;
  }

  .swiper {
    display: block;
    margin: 40px auto;
    position: relative;
  }

  .swiper::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #cdcfd1;
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .swiper .swiper-slide {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px 20px;
    width: unset;
  }

  .swiper .swiper-slide.active {
    border-bottom: 2px solid #000;
  }

  .regis-btn {
    max-width: 100%;
    margin: 40px auto 0;
  }

  .regis-btn .col-lg-6.alone {
    padding: 0;
  }

  .regis-btn.btn2>div {
    width: 50%;
  }

  .regis-btn.btn3>div {
    width: 33.333%;
  }



  .total_manager .container-fluid .current {
    float: none;
  }

  .date-search,
  .filter-box-1,
  .filter-box-2,
  .filter-box-3 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .filter-box-4,
  .filter-box-5 {
    margin-bottom: 20px;
  }

  .filter-box-2 {
    width: 100%;
    float: none;
  }

  .filter-box-1 ul {
    margin-left: 0;
    margin-bottom: 15px;
    font-size: 14px;
  }

  .filter-box-3>div {
    width: calc(50% - 5px);
    margin-right: 10px;
  }

  .filter-box-3>div:last-of-type {
    width: 100%;
    margin-top: 10px;
  }

  .filter-box-4>div {
    width: calc(50% - 5px);
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .filter-box-3>div:nth-of-type(2n),
  .filter-box-4>div:nth-of-type(2n) {
    margin-right: 0;
  }

  .filter-box-4>div:nth-of-type(3),
  .filter-box-4>div:nth-of-type(4) {
    width: 100%;
  }

  .filter-box-4>div:last-of-type {
    margin-bottom: 0;
  }

  .filter-box-5>div {
    margin-right: 0;
    width: 100%;
    float: none;
  }

  .filter-box-5 .date-search {
    margin-bottom: 10px;
  }

  .filter-box-5>div:last-of-type {
    margin-top: 10px;
  }

  .total_manager .center-btn {
    margin: 25px auto 0;
  }

  .total_manager .login .contents {
    width: 90%;
  }

  .total_manager .admin table.data * {
    font-size: 14px;
    height: 45px;
    line-height: 1;
  }

  .profile>.row {
    --bs-gutter-x: 1.5rem;
  }

  .profile .row .col-lg-9 {
    padding: 10px .75rem;
  }

  .profile>div p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .profile p.d-table-cell {
    height: unset;
    font-size: 14px;
  }

  .profile input[type="text"] {
    height: 45px;
  }

  .profile .bg-light label {
    line-height: 1.2em;
  }

  .profile select {
    height: 45px;
  }

  .profile>.row>div {
    width: 50%;
    position: relative;
  }

  .profile .col-8,
  .profile .col-4,
  .profile .col-lg-4 {
    width: 100%;
  }

  .profile .form-check.in {
    margin-top: 5px;
    margin-left: 0;
  }

  .profile .form-check label {
    height: unset;
  }

  .profile .col-lg-4 select {
    margin-bottom: 10px;
  }

  .profile .col-lg-4:last-of-type select {
    margin-bottom: 0;
  }

  /*page-25*/
  .profile .wrap-col input[type="text"] {
    width: 35px;
  }

  .profile .wrap-col .col-lg {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .profile .wrap-col .col-lg:last-of-type {
    margin-bottom: 0;
  }

  .profile .btn {
    line-height: 1;
    max-height: unset;
    height: 45px;
  }

  .profile .btn-lg {
    text-indent: -9999px;
    max-width: 43px;
    height: 43px;
    position: absolute;
    right: calc(1px + .75rem);
    top: 11px;
    background: #fff url('../img/ico_edit.png')no-repeat center;
    background-size: 15px;
    border: 0;
  }

  /*Admin Game Data Management*/
  .admin .board_view h3 {
    font-size: 19px !important;
    margin-bottom: 10px;
  }

  .admin .board_view h3 .cate {
    font-size: 19px;
    display: block;
    margin-bottom: 5px;
  }

  .admin .board_view .border {
    border-left: 0 !important;
    border-right: 0 !important;
  }

  .admin .board_view .text-end {
    text-align: left;
  }

  .admin .board_view .text-end span {
    margin-left: 0;
    font-size: 12px;
    line-height: 1;
  }

  .admin .board_view .box {
    margin-top: 10px;
  }

  .admin .board_view .box .by {
    margin-bottom: 20px;
  }

  .admin .board_view .content {
    font-size: 14px;
  }

  .admin .board_view .col p {
    padding-left: 15px;
    height: 45px;
    font-size: 12px;
    line-height: 50px;
    width: 90%;
  }

  .admin .board_view .bg-light label {
    font-size: 12px;
  }

  .admin .board_view .row.justify-content-end {
    --bs-gutter-x: 0;
    margin-top: 20px;
  }

  .admin .board_view .row.justify-content-end .btn {
    height: 45px;
    line-height: 45px;
  }

  .admin .board_view .row.edit select,
  .admin .board_view .row.edit input[type="text"] {
    height: 45px;
  }

  .admin .board_view .row.edit select {
    margin-bottom: 10px;
  }

  .admin .board_view .row.posting .col-lg {
    margin-bottom: 5px;
  }

  .center-btn .col-lg-2 {
    margin-bottom: 10px;
  }

  .center-btn .col-lg-2:last-of-type {
    margin-bottom: 0;
  }

  .rebox {
    border-bottom: 0;
  }

  .rebox div {
    position: relative;
  }

  .rebox .comment h6 {
    line-height: 1;
    margin-top: 25px;
  }

  .rebox .comment input[type="text"]:first-of-type {
    max-width: 100%;
    margin-bottom: 5px;
  }

  .rebox .comment input[type="text"]:last-of-type {
    max-width: 100%;
    margin-right: 0;
    padding-right: 45px !important;
  }

  .rebox .comment .near {
    position: absolute;
    right: 25px;
    bottom: 20px;
  }

  .rebox .comment .near i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .rebox .repple img {
    width: 35px;
  }

  .rebox .repple .del {
    display: none;
  }

  .rebox .repple .name span {
    margin-left: 10px;
  }

  .slide-btn a {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #000;
    line-height: 40px;
  }

  .slide-btn a:first-of-type {
    margin-right: 5px;
  }

  .slide-btn a i {
    font-size: 14px;
    color: #000;
    width: 40px;
    text-align: center;
  }

  .slide-btn a:hover {
    background: #000;
  }

  .slide-btn a:hover i {
    color: #fff;
  }

  /*Swing video View*/
  .swings .table .btn {
    margin: unset;
  }

  .swings .table .btn:first-of-type {
    margin-bottom: 5px;
  }

  /*Swing video View*/
  .swings_view .col-lg-3 .col-lg-6 {
    width: 50%;
  }

  .swings_view .col-lg-3 .col-lg-6:last-of-type {
    padding: 10px .75rem;
  }

  .swings_view .accordion {
    margin-top: 20px;
  }

  .swings_view .accordion-body {
    margin-bottom: 20px;
  }

  .swings_view .accordion-button {
    line-height: 48px;
  }

  /*Admin Edit*/
  .admin .row.border-bottom>div {
    width: 50%;
  }

  .admin .row.border-bottom .col-lg-9 {
    padding: 10px .75rem;
  }
}

@media (max-width:599.98px) {
  .dashboard .col-lg-4:nth-child(odd) {
    width: 100%;
    margin: 0 auto 25px !important;
  }

  .dashboard .col-lg-4:nth-child(even) {
    width: 100%;
    margin: 0 auto 25px !important;
  }
}

@media (max-width:575.98px) {
  .filter-box-2>div {
    width: 100%;
  }

  .filter-box-2>div:first-of-type {
    margin-bottom: 10px;
  }

  .admin .top_box .left .form-check {
    width: 50%;
    margin-right: 0;
  }
}

@media (max-width:279.98px) {
  .profile>.row>div {
    width: 100%;
  }

  .course-list .btn.btn-outline {
    padding: 0;
    min-width: unset;
    width: 100%;
  }

  /*Swing video List*/
  .swings .table .btn {
    padding: 0;
    min-width: unset;
    width: 100%;
  }

  /*Swing video View*/
  .swings_view .col-lg-3 .col-lg-6 {
    width: 100%;
  }

  .swings_view .col-lg-3 .col-lg-6 label {
    line-height: 45px;
  }

  .swings_view .rebox .comment input[type="text"]:first-of-type {
    float: none;
    width: 100%;
    max-width: unset;
  }

  .swings_view .rebox .repple .name span {
    margin-left: 0;
  }

  .swings_view .rebox .repple img {
    max-width: 30px;
  }

  /*Admin Edit*/
  .admin .row.border-bottom>div {
    width: 100%;
  }

  .admin .row.border-bottom>div label {
    line-height: 45px;
  }
}

/* Game Data Correction */
#modal-data-correction .bg-black {
  color: #fff;
  background-color: rgba(53, 56, 59, 0.9) !important;
}
#modal-data-correction .bg-black,
#modal-data-correction .bg-white {
  text-align: left;
}
#modal-data-correction .bg-white {
  padding: 30px 0 6px;
}
#modal-data-correction .bg-black > p,
#modal-data-correction .bg-white > p {
  display: inline-flex;
  position: -webkit-sticky;
  position: sticky;
  left: 12px;
}
#modal-data-correction .bg-white::before {
  position: absolute;
  bottom: 0;
  content: "";
	width: 100%;
	height: 32px;
  border-top: 1px solid #adb0b3;
  background-color: rgba(53, 56, 59, 0.1) !important;
}
#modal-data-correction input.form-control-sm {
  min-width: 32px;
  padding: 0;
  text-align: center;
  color: #ef2b49;
}

/* badge , x point*/
.xpointlist .table .btn, .badgelist .table .btn {
  min-width: 100px;
  display: block;
}

/* Scorecard */
#scorecard {margin-top: 32px;}
@media (min-width: 992px) {
    #scorecard {margin-top: 40px;}
}
#scorecard .round-summary .d-flex {align-items: center;}
/* #scorecard .round-summary .text-date {margin:0.5rem 0; font-size:14px;} */
#scorecard .round-summary .type-play {
    padding:5px 6px 4px;
    font-size:11px;
    font-weight: 500;
    color: #fff;
    text-align:center;
    text-transform:uppercase;
    vertical-align:baseline;
    border-radius:2px;
}
#scorecard .round-summary .type-play.stroke {background-color:#0033A1;}
#scorecard .round-summary .type-play.newperio {background-color:#FF9800;}
#scorecard .round-summary .total-score {font-size:64px; font-weight:700; letter-spacing:-1px; color: #000;}
#scorecard .round-summary .total-score small {display:inline-block; margin-left: 4px; vertical-align:3px; letter-spacing:0; font-size:0.375em;}
#scorecard .round-summary .total-score small span {display:inline-block; vertical-align:-1px;}

#scorecard .round-record {margin-top:40px;}
#scorecard .round-record + .round-record {margin-top:70px;}
#scorecard .round-record .table-responsive {margin-bottom: 0;}
#scorecard .round-record h6 {
    padding: 20px 12px; font-size:18px; text-align:center;
    border-top: 2px solid #35383b !important;
}
#scorecard .round-record .table {border-top: 1px solid #676D73;}
#scorecard .round-record th {border-right: 1px solid #e5e7e8;}
#scorecard .round-record .col-1 {font-weight: 500; color: #000; background: #fcfcfc !important;}
#scorecard .round-record td {position: relative;}
#scorecard .round-record td span {
    display:inline-block; position:absolute; top:50%; left:50%;
    margin-top:-1.25em; margin-left:-1.25em; width:2.5em; height:2.5em; line-height:2.5em;
    box-sizing:border-box; border-radius:50%; font-weight:400;
}
#scorecard .round-record td span.eagle {border:1px solid #00B34A;}
#scorecard .round-record td span.eagle::after {
    content: ""; display:block;
    width:2em; height:2em; border-radius:50%; border:1px solid #00B34A;
    position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:0;
}
#scorecard .round-record td span.birdie {border:1px solid #00B34A;}
#scorecard .round-record td span.par {background-color:rgba(0, 0, 0, 0.03);}
#scorecard .round-record td span.bogey {border-radius:2px; border:1px solid #000;}
#scorecard .round-record td span.d-bogey {border-radius:2px; border:1px solid #000;}
#scorecard .round-record td span.d-bogey::after {
    content: ""; display:block;
    width:2em; height:2em; border-radius:2px; border:1px solid #000;
    position:absolute; left:50%; top:50%; transform:translate(-50%, -50%); z-index:0;
}
#scorecard .round-record td span.t-bogey-over {border-radius:2px; border:2px solid #EF2B49;}
@media (max-width: 991.98px) {
    #scorecard .round-record h6 {padding: 1em 12px; font-size: 16px !important;}
    #scorecard .round-record td span {
        margin-top:-1em; margin-left:-1em; width:2em; height:2em; line-height:2em;
    }
    #scorecard .round-record td span.eagle::after,
    #scorecard .round-record td span.d-bogey::after {width:1.5em; height:1.5em;}
}

#scorecard .box {margin-bottom:40px; padding:1.5rem 0;}
#scorecard .box p {position:relative; display:inline-block; padding:0 1rem; font-size:14px; line-height:1em; color:#aaaeb3;}
#scorecard .box p span {margin-right:5px; width:14px; height:14px; display:inline-block; position:relative; top:2px;}
#scorecard .box p.eagle span {border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.eagle span::after {content: ""; display:block; position:absolute; top:50%; left:50%; width:8px; height:8px; transform:translate(-50%, -50%); border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.birdie span {border-radius:50%; border:1px solid #00B34A;}
#scorecard .box p.par span::after {content:'0'; display:block; width:14px; height:14px; background:#f8f9fb; top:50%; left:50%; transform:translate(-50%, -50%); position:absolute; color:#686c6f; line-height:14px; border-radius:50%; text-align:center;}
#scorecard .box p.bogey span {border-radius:2px; border:1px solid #000;}
#scorecard .box p.d-bogey span {border-radius:2px; border:1px solid #000;}
#scorecard .box p.d-bogey span::after {content: ""; display:block; position:absolute; top:50%; left:50%; width:8px; height:8px; transform:translate(-50%, -50%); border-radius:2px; border:1px solid #000;}
#scorecard .box p.t-bogey-over span {border-radius:2px; border:2px solid #EF2B49;}

@media (max-width: 991.98px) {
    #scorecard .round-summary h5 {font-size:18px;}
    #scorecard .round-summary .total-score {font-size:40px;}
    #scorecard .round-record {margin-top:30px;}
    #scorecard .round-record + .round-record {margin-top:40px;}
    #scorecard .round-record h6 {font-size:16px;}
    #scorecard .round-record .row > div[class|=col] > div span {
        margin-top:-1em; margin-left:-1em; width:2em; height:2em; line-height:2em;
    }
    #scorecard .round-record .row > div[class|=col] > div span.eagle::after,
    #scorecard .round-record .row > div[class|=col] > div span.d-bogey::after {width:1.5em; height:1.5em;}
    #scorecard .box {margin-bottom: 30px; padding:1rem 0 0;}
    #scorecard .box p {padding:1.25rem 0.25rem 0.5rem; text-align:center; font-size:11px;}
    #scorecard .box p span {position:absolute; top:0; left:50%; transform:translateX(-50%);}
}

@media (min-width: 576px) {
    #scorecard .round-summary .player .center-cropped {width:64px; height:64px;}
}

@media (max-width: 479.98px) {
    #scorecard .round-summary .d-flex {flex-direction: column !important; align-items: flex-start;}
    #scorecard .round-summary .total-score {margin-top: 16px;}
    #scorecard .round-record h6 {font-size:14px;}
    #scorecard .round-record .row * {font-size:12px;}
}

#modal-scorecard-total #scorecard {margin-top: 0;}
#modal-scorecard-total label.d-table-cell,
#modal-scorecard-total p.d-table-cell {padding:1.375em 0.75em 1.25em; line-height:1.25em; word-wrap: break-word !important; word-break: break-word !important;}
#modal-scorecard-total label.d-table-cell {font-weight:700; text-align:center; color:#000;}

.pd0 {
  padding: 0px;
}

.pd10 {
  padding: 10px;
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pd30 {
  padding: 30px;
}

.pd40 {
  padding: 40px;
}

.pd50 {
  padding: 50px;
}

.pd100 {
  padding: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt0 {
  padding-top: 0px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt100 {
  padding-top: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr10 {
  padding-right: 10px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.pr50 {
  padding-right: 50px;
}

.pr100 {
  padding-right: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl10 {
  padding-left: 10px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pl50 {
  padding-left: 50px;
}

.pl100 {
  padding-left: 100px;
}

.mg0 {
  margin: 0px;
}

.mg10 {
  margin: 10px;
}

.mg15 {
  margin: 15px;
}

.mg20 {
  margin: 20px;
}

.mg30 {
  margin: 30px;
}

.mg40 {
  margin: 40px;
}

.mg50 {
  margin: 50px;
}

.mg100 {
  margin: 100px;
}

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

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb100 {
  margin-bottom: 100px;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

.mr0 {
  margin-right: 0px;
}

.mr10 {
  margin-right: 10px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr100 {
  margin-right: 100px;
}

.ml0 {
  margin-left: 0px;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml100 {
  margin-left: 100px;
}


.per5 {
  width: 5%;
}

.per10 {
  width: 10%;
}

.per15 {
  width: 15%;
}

.per20 {
  width: 20%;
}

.per25 {
  width: 25%;
}

.per30 {
  width: 30%;
}

.per35 {
  width: 35%;
}

.per40 {
  width: 40%;
}

.per45 {
  width: 45%;
}

.per50 {
  width: 50%
}

.per55 {
  width: 55%;
}

.per60 {
  width: 60%
}

.per65 {
  width: 65%;
}

.per70 {
  width: 70%
}

.per75 {
  width: 75%;
}

.per80 {
  width: 80%
}

.per85 {
  width: 85%;
}

.per90 {
  width: 90%
}

.per95 {
  width: 95%;
}

.per100 {
  width: 100%;
}

.px10 {
  width: 10px;
}

.px20 {
  width: 20px;
}

.px30 {
  width: 30px;
}

.px40 {
  width: 40px;
}

.px50 {
  width: 50px;
}

.px60 {
  width: 60px;
}

.px70 {
  width: 70px;
}

.px80 {
  width: 80px;
}

.px90 {
  width: 90px;
}

.px100 {
  width: 100px;
}

.px150 {
  width: 150px;
}

.px200 {
  width: 200px;
}

.px250 {
  width: 250px;
}

.px300 {
  width: 300px;
}

.px350 {
  width: 350px;
}

.px400 {
  width: 400px;
}

.px450 {
  width: 450px;
}

.px500 {
  width: 500px;
}

.px550 {
  width: 550px;
}

.px600 {
  width: 600px;
}

.px650 {
  width: 650px;
}

.px700 {
  width: 700px;
}