/* COLORS */
.base-color {
  color: #000;
}

.white-color {
  color: #ffffff;
}

.brand-color {
  color: #00acac;
}

.accent-color {
  color: #d9e0e7;
}

.secondary-color {
  color: #1e764c;
}

.tertiary-color {
  color: #FDAA66;
}

.quaternary-color {
  color: #DC654E;
}

.background-brand-color {
  background-color: #00acac;
}

.background-accent-color {
  background-color: #d9e0e7;
}

.background-secondary-color {
  background-color: #1e764c;
}

.background-tertiary-color {
  background-color: #FDAA66;
}

.background-quaternary-color {
  background-color: #DC654E;
}

.admin-pages {
  font-size: 1.4rem;
}
.admin-pages table, .admin-pages select, .admin-pages label, .admin-pages input {
  font-size: 1.4rem;
}

.analytics-pages {
  font-size: 2rem !important;
}
.analytics-pages .collapsable-table-header {
  font-size: 2rem !important;
}
.analytics-pages .table > thead > tr > th,
.analytics-pages .table > tbody > tr > th,
.analytics-pages .table > tfoot > tr > th,
.analytics-pages .table > thead > tr > td,
.analytics-pages .table > tbody > tr > td,
.analytics-pages .table > tfoot > tr > td {
  font-size: 14px;
}
@media (min-width: 768px) {
  .analytics-pages .table > thead > tr > th,
  .analytics-pages .table > tbody > tr > th,
  .analytics-pages .table > tfoot > tr > th,
  .analytics-pages .table > thead > tr > td,
  .analytics-pages .table > tbody > tr > td,
  .analytics-pages .table > tfoot > tr > td {
    font-size: 2rem;
  }
}
.analytics-pages .panel-title {
  font-size: 2.7rem;
}

.checkbox.invoice-checkbox {
  margin-left: -13px;
}
.checkbox.invoice-checkbox input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  padding: 10px;
  margin-top: 7px;
}

.filter-row {
  width: 50%;
  margin: 0 auto;
  padding: 0 5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3rem;
}

.event-type-form {
  margin: 0 auto;
  max-width: 415px;
  padding: 1rem;
}
.event-type-form .select2-container {
  width: 40% !important;
}
.event-type-form label {
  margin-right: 1rem;
}
.event-type-form #id_event_type {
  text-align: left;
  margin-right: 1rem;
}

.category-legend-row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  grid-gap: 15px;
  justify-content: space-evenly;
  margin: 20px auto;
}
@media (min-width: 992px) {
  .category-legend-row {
    max-width: 25vw;
  }
}
.category-legend-row p {
  margin-bottom: 0;
}
.category-legend-row .category-legend-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5px;
  align-items: center;
  justify-items: center;
}
.category-legend-row .category-legend-box .legend-color {
  width: 25px;
  height: 25px;
}
.category-legend-row .category-legend-box .blue {
  background-color: #4d4dff;
}
.category-legend-row .category-legend-box .pink {
  background-color: #ff00ff;
}
.category-legend-row .category-legend-box .black {
  background-color: #000000;
}
.category-legend-row .category-legend-box .legend-text {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .container-fluid, .container {
    padding: 0 !important;
  }
}

@media (max-width: 992px) {
  .row > [class*=col-] {
    padding: 0 15px !important;
  }
}

@media (max-width: 992px) {
  .panel-title {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  .panel-title {
    font-size: 1.2em;
  }
}

@media (max-width: 992px) {
  h4 {
    font-size: 1.2em !important;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 1em !important;
  }
}

@media (max-width: 992px) {
  .content {
    padding: 15px 0 0 !important;
  }
}

@media (max-width: 992px) {
  .table {
    font-size: 16px !important;
  }
}

@media (max-width: 992px) {
  .navbar-brand {
    padding: 12px 27px 12px;
  }
}

@media (max-width: 992px) {
  .navbar-toggle {
    margin-right: 22px;
  }
}

@media (max-width: 992px) {
  .profile-info .col-md-6 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 992px) {
  .profile-container {
    padding: 15px 15px 0;
  }
}

@media (max-width: 992px) {
  .page-container-login {
    padding: 15px !important;
  }
}

.login-cover {
  background: url("../images/login-background.jpg") center/cover no-repeat;
}
@media (max-width: 992px) {
  .login-cover {
    padding: 15px !important;
  }
}

@media (max-width: 480px) {
  .login .login-header .brand {
    font-size: 24px !important;
  }
}

@media (max-width: 992px) {
  .login-content h1 {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .login-v2 .login-content {
    padding: 15px !important;
  }
}

@media (max-width: 992px) {
  .login-content h1 {
    font-size: 1.6em;
    margin-bottom: 15px;
  }
}

.btn-round-robins, .btn-robins {
  display: block;
  max-width: none !important;
}
@media (min-width: 576px) {
  .btn-round-robins, .btn-robins {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .btn-round-robins, .btn-robins {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
  }
}

.col-round-robins .panel-body {
  position: relative;
}
@media (max-width: 480px) {
  .col-round-robins .panel-body {
    font-size: 16px !important;
  }
}
.col-round-robins .pro-rr-image-container {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 3px;
  right: 3px;
}
.col-round-robins .pro-rr-image {
  object-fit: cover !important;
  object-position: top;
  width: 100% !important;
  height: 100% !important;
  margin: 0 0 0 auto !important;
  border-radius: 50%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.4);
}

.mens-color-bg {
  background-color: #4d4dff !important;
}

.womens-color-bg {
  background-color: #ff00ff !important;
}

@media (max-width: 992px) {
  .profile-info {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .profile-info .col-user {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 480px) {
  .m-t-40 {
    margin-top: 15px !important;
  }
}

.profile-tabs {
  margin-bottom: 15px !important;
}
@media (max-width: 992px) {
  .profile-tabs li {
    font-size: 18px !important;
    margin-bottom: 10px !important;
    width: 100% !important;
  }
}
@media (max-width: 992px) {
  .profile-tabs li a {
    font-size: 16px !important;
    width: 100% !important;
    max-width: 100% !important;
    text-align: center !important;
    border-radius: 6px !important;
  }
}

@media (max-width: 480px) {
  .credit-title {
    font-size: 1.4em;
  }
}

@media (max-width: 992px) {
  .title-video {
    font-size: 1.4em;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  #colVideo {
    padding: 0 !important;
    margin-bottom: 20px !important;
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  .panel-video {
    margin-bottom: 15px;
    background-color: #fff;
  }
}

@media (max-width: 480px) {
  .mb-0-res-two {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 992px) {
  #court-type {
    margin-top: 15px !important;
  }
}

.reservation-detail ul {
  padding-left: 20px;
}

@media (max-width: 480px) {
  .fc-left h2 {
    margin-bottom: 15px !important;
    margin-top: 15px !important;
    font-size: 1.4em !important;
  }
}

@media (max-width: 480px) {
  .manage-players {
    padding-bottom: 10px;
  }
}
.manage-players .label-danger {
  font-size: 2em;
}
.manage-players .label-success {
  font-size: 2em;
  background-color: green;
}
.manage-players .label-danger, .manage-players .label-success {
  font-size: 2em;
  display: block;
  max-width: 500px;
  height: auto;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .manage-players .label-danger, .manage-players .label-success {
    font-size: 1.4em;
  }
}
@media (max-width: 480px) {
  .manage-players .label-danger, .manage-players .label-success {
    font-size: 1.2em;
    margin-bottom: 10px !important;
    padding: 9px 9px 12px;
  }
}
.manage-players .row-top {
  padding-bottom: 2em;
}
.manage-players .row-labels {
  padding-bottom: 15px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
}
@media (min-width: 992px) {
  .manage-players .row-labels {
    justify-self: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .manage-players .row-labels {
    grid-template-columns: 1fr;
    grid-gap: 15px 0;
  }
}
@media (max-width: 480px) {
  .manage-players .row-labels {
    padding: 0 15px;
    display: block;
  }
}
.manage-players .btn-group-vertical > .btn-group:after, .manage-players .btn-group-vertical > .btn-group:before, .manage-players .btn-toolbar:after, .manage-players .btn-toolbar:before, .manage-players .clearfix:after, .manage-players .clearfix:before, .manage-players .container-fluid:after, .manage-players .container-fluid:before, .manage-players .container:after, .manage-players .container:before, .manage-players .dl-horizontal dd:after, .manage-players .dl-horizontal dd:before, .manage-players .form-horizontal .form-group:after, .manage-players .form-horizontal .form-group:before, .manage-players .modal-footer:after, .manage-players .modal-footer:before, .manage-players .modal-header:after, .manage-players .modal-header:before, .manage-players .nav:after, .manage-players .nav:before, .manage-players .navbar-collapse:after, .manage-players .navbar-collapse:before, .manage-players .navbar-header:after, .manage-players .navbar-header:before, .manage-players .navbar:after, .manage-players .navbar:before, .manage-players .pager:after, .manage-players .pager:before, .manage-players .panel-body:after, .manage-players .panel-body:before, .manage-players .row:after, .manage-players .row:before {
  display: none;
}
@media (max-width: 480px) {
  .manage-players label {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .manage-players .btn-go-back {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 480px) {
  .manage-players .btn-reservation2 {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 1600px) {
  .col-reservation-detail {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 992px) {
  .col-reservation-detail .row > [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 1600px) {
  .col-reservation-detail .panel-body {
    line-height: 33px;
    font-size: 18px !important;
    line-height: 35px;
  }
}
@media (min-width: 992px) {
  .col-reservation-detail .panel-body {
    font-size: 18px !important;
    line-height: 35px;
  }
}
@media (max-width: 992px) {
  .col-reservation-detail .panel-body {
    font-size: 16px !important;
    line-height: 30px !important;
  }
}
@media (max-width: 992px) {
  .col-reservation-detail .panel-inverse-two {
    margin-bottom: 0 !important;
  }
}
.col-reservation-detail .row-pt {
  padding-top: 25px;
}
@media (max-width: 992px) {
  .col-reservation-detail .row-pt {
    padding-top: 0;
  }
}
.col-reservation-detail .table {
  margin-bottom: 0;
  font-size: 16px;
}
@media (max-width: 992px) {
  .col-reservation-detail .plr-0-res-two {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

@media (max-width: 1600px) {
  .edit-reservation-page .col-reservation {
    width: 100% !important;
    max-width: 100% !important;
    flex: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  overflow: auto;
}

.guest-pro-color {
  background-color: #2858c3 !important;
  color: #fff !important;
}

.fine-amount-div {
  display: none;
}

.filter-form {
  max-width: 50vw;
  display: block;
  margin: auto;
}
.filter-form .inputs {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  grid-gap: 3rem;
  margin-bottom: 3rem;
}
.filter-form .inputs .form-group {
  margin-bottom: 0;
}
.filter-form .inputs p {
  margin: 0 0 3px;
}
.filter-form .inputs input {
  min-width: 15rem;
  margin-bottom: 0;
  font-size: 1.6rem;
}

#downloadPDF {
  position: relative;
  z-index: 99;
}

.stock-certificate-box {
  position: relative;
}

.certificate-image {
  width: 100%;
  height: auto;
}

.certificate-content {
  position: absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 1200px) {
  .certificate-content {
    top: 4%;
  }
}
@media (min-width: 1600px) {
  .certificate-content {
    width: 94%;
  }
}
.certificate-content .stock-number {
  float: left;
  margin-left: -2rem;
  margin-top: 12px;
}
.certificate-content .club-title {
  margin-top: 150px;
  padding: 2rem;
  font-family: Serif, serif;
  font-size: 4.6rem;
}
.certificate-content .stock-digit {
  float: right;
  margin-top: -2rem;
  margin-right: 5px;
}
.certificate-content .filler-text {
  text-decoration: underline;
  color: darkgreen;
  font-family: "Arial", sans-serif;
}
.certificate-content .certificate-name {
  text-transform: uppercase;
  font-family: "Chonburi", cursive;
  font-stretch: expanded;
  font-size: 4rem;
}
.certificate-content .certificate-text {
  font-family: "IM Fell Double Pica", serif;
  font-size: 2.2rem;
  margin: 2rem 0;
}
.certificate-content .old-english-font {
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 2.6rem;
}
.certificate-content .president-signature {
  float: right;
  font-family: "Birthstone Bounce", cursive;
  text-align: right;
  font-size: 2.6rem;
  margin-right: 10vw;
}
.certificate-content .president-signature span {
  font-family: "Arial", sans-serif;
  font-size: small;
  text-decoration: none !important;
}
@media (min-width: 1600px) {
  .certificate-content .president-signature {
    margin-right: 15vw;
    margin-top: 0;
  }
}

.detail-stock-certificate-box {
  position: relative;
  width: 3300px;
  height: 2550px;
}
.detail-stock-certificate-box .certificate-image {
  width: 3300px;
  height: 2550px;
}

.top-section {
  position: absolute;
  top: 75px;
  left: 0;
  width: 100%;
  font-size: 4rem;
}
.top-section .stock-number {
  float: left;
  font-size: 3.6rem;
  margin-top: 15px;
  margin-left: 70px;
}
.top-section .stock-number span {
  font-size: 5rem;
}
.top-section .stock-digit {
  float: right;
  margin-top: -32px;
  margin-right: 105px;
  font-size: 5rem;
}

.detail-certificate-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 24%;
}
.detail-certificate-content .club-title {
  font-family: Serif, serif;
  font-size: 6.6rem;
}
.detail-certificate-content .filler-text {
  text-decoration: underline;
  color: darkgreen;
  font-family: "Arial", sans-serif;
}
.detail-certificate-content .certificate-name {
  text-transform: uppercase;
  font-family: "Chonburi", cursive;
  font-stretch: expanded;
  font-size: 7rem;
}
.detail-certificate-content .certificate-text {
  font-family: "IM Fell Double Pica", serif;
  font-size: 7.2rem;
  margin: 2rem 0;
}
.detail-certificate-content .old-english-font {
  font-family: "UnifrakturMaguntia", cursive;
  font-size: 7.6rem;
}
.detail-certificate-content .president-signature {
  float: right;
  font-family: "Birthstone Bounce", cursive;
  text-align: right;
  font-size: 7.6rem;
  margin-right: 581px;
  margin-top: 30px;
}
.detail-certificate-content .president-signature span {
  font-family: "Arial", sans-serif;
  font-size: 6rem;
  text-decoration: none !important;
}

.login-v2 {
  margin: 0 auto;
}

.pace-top {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  justify-self: center;
  align-self: center;
  grid-template-rows: auto 0;
}

.login .login-header {
  color: #fff;
  position: relative;
  width: auto;
  font-weight: 300;
  padding-top: 15px;
  top: auto;
}
@media (min-width: 992px) {
  .login .login-header {
    padding: 0 !important;
    position: absolute !important;
    margin-top: -60px !important;
    left: 0 !important;
    right: 0 !important;
  }
}
@media (min-width: 992px) {
  .login .login-content {
    padding: 30px;
  }
}
.login .brand {
  padding: 0;
  font-size: 34px;
  text-align: center;
  font-family: "Lora", sans-serif;
}
.login .form-control {
  font-size: 18px;
  height: auto;
  min-height: 45px;
}
.login p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.login .submit-button {
  border-radius: 6px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-15 {
  margin-top: 15px !important;
}

@media (max-width: 768px) {
  .login-v2 {
    margin: 0 auto !important;
  }
}

.submit-button {
  transition: all 0.3s ease-in-out;
}

.page-container-login {
  padding: 15px;
}

.show-res {
  display: none;
}
@media (max-width: 992px) {
  .show-res {
    display: block;
  }
}

.click-here-link {
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
.click-here-link:hover {
  opacity: 0.9;
}

.password-reset h1 {
  margin-top: 0;
}
.password-reset p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
}
.password-reset .mb-0 {
  margin-bottom: 0;
}

.dropdown-toggle {
  transition: all 0.3s ease-in-out;
}

.dropdown-menu a {
  transition: all 0.3s ease-in-out;
}

.sign-out-nav a {
  width: 100%;
  display: block;
  text-decoration: none;
}

.dropdown-menu .divider {
  margin: 5px 0;
}

@media (max-width: 992px) {
  .navbar-brand {
    margin-right: 0;
    width: auto;
  }
}

@media (max-width: 992px) {
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
}

@media (max-width: 768px) {
  .page-sidebar-minified.page-sidebar-minified .sidebar {
    overflow-y: auto;
  }
}

.modal {
  z-index: 1060;
}

.pro-card-row {
  display: grid;
  grid-gap: 30px;
  align-items: center;
  justify-items: center;
}
@media (min-width: 1200px) {
  .pro-card-row {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1600px) {
  .pro-card-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.pro-card-row .pro-card-image {
  max-height: 400px;
  height: 400px;
  display: block;
  margin: auto;
  width: auto !important;
  max-width: 100%;
}
.pro-card-row .pro-card {
  margin: 15px 0 !important;
  position: relative;
  border: 5px solid #00acac;
  border-radius: 1px;
  outline: 25px solid #1e764c;
  outline-offset: 0;
  width: 90%;
}
@media (min-width: 768px) {
  .pro-card-row .pro-card {
    width: 80%;
    margin: 50px;
  }
}
.pro-card-row .pro-info {
  padding: 5px;
  margin-top: 15px;
}
.pro-card-row .pro-info .btn {
  font-weight: bolder;
  font-size: 20px;
  margin-top: 15px;
}
.pro-card-row .name-box {
  position: absolute;
  top: -15px;
  left: -15px;
  padding: 15px;
  background: white;
}

.pro-card-modal .modal-header {
  position: relative;
}
.pro-card-modal .close {
  position: absolute;
  float: right;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  filter: alpha(opacity=20);
  opacity: 1;
  z-index: 99999;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  right: 0;
  top: 0;
}
@media (min-width: 1200px) {
  .pro-card-modal .close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
    right: -60px;
    top: -15px;
  }
}
.pro-card-modal .modal-body {
  padding: 0;
}
.pro-card-modal .modal-body.pro-card {
  position: relative;
  margin: 0 !important;
  border: 5px solid #00acac;
  border-radius: 1px;
  outline: 25px solid #1e764c;
  outline-offset: 0;
  width: 100%;
}
.pro-card-modal .modal-body p {
  padding: 0 15px;
  margin-bottom: 0;
}
.pro-card-modal .modal-body .ml-15 {
  margin-left: 15px;
}
.pro-card-modal .modal-body .pro-info {
  padding: 15px;
}

#procard .django-ckeditor-widget {
  display: block !important;
}

.table > thead > tr > th.summary-table-headings {
  font-weight: bold;
  font-size: large;
  background: #00acac;
}

.table.summary-table > tbody > tr > th {
  font-weight: bold;
  font-size: large;
  background: #00acac !important;
}

.django-flatpickr input[readonly] {
  background: #fff;
  color: #000;
  opacity: 1;
}

.property-manage-form .django-flatpickr input[readonly] {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
  color: #fff;
  opacity: 1;
}

.property-manage-form .select2-container--default .select2-selection--single {
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25)) !important;
  color: #fff !important;
  box-shadow: inset 6px 6px 10px 0 rgba(0, 0, 0, 0.2), inset -6px -6px 10px 0 rgba(255, 255, 255, 0.13) !important;
  border-radius: 50px !important;
  border-color: transparent !important;
  min-height: 34px !important;
}

.property-manage-form .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  min-height: 34px !important;
  font-size: 1em;
  font-weight: normal !important;
}

.property-manage-form .select2-container--default .select2-selection--single .select2-selection__rendered:hover {
  border-radius: 50px !important;
  border-color: transparent !important;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.22), rgba(255, 255, 255, 0.25));
  box-shadow: inset -6px -6px 10px 0 rgba(0, 0, 0, 0.2), inset 6px 6px 10px 0 rgba(255, 255, 255, 0.13);
}

.button-row .btn {
  margin: 5px;
}

#res12mnths, #games12mnths {
  font-size: 14px;
}

.stats-title.pros {
  text-align: center;
}

.widget-stats .progressbar-text {
  font-weight: bold;
  letter-spacing: 1px;
}

.stats-number.black {
  color: black;
}

.badges {
  display: inline-block;
  min-width: 28px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  font-weight: bold;
  font-size: 14px;
}

.bg-orange {
  background-color: #F86624 !important;
}

.bg-purple {
  background-color: #662E9B !important;
}

.bg-teal {
  background-color: #43BCCD !important;
}

.bg-green {
  background-color: #62A87C !important;
}

.section-title {
  font-size: 15px;
  margin-bottom: 4px;
}

.stat-line {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 6px;
}

.label-title {
  display: inline-block;
  text-align: right;
  margin-right: 10px;
}

.pro-name {
  text-decoration: underline;
}

[id$=-circle] svg {
  max-width: 100%;
  max-height: 100%;
  width: 100px;
  height: 100px;
}

.circle-widget {
  background-color: #f0f3f5;
  padding: 15px;
}

.circle-container {
  height: 100px;
  width: 100px;
  margin: 0 auto;
}

.circle-value {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

.circle-label {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

/* Recent Lessons card layout */
.lesson-card {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 12px 14px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3e6ea;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lesson-card a {
  font-weight: bolder;
}

.lesson-card-header {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 6px;
}

.lesson-card-pros {
  font-weight: bolder;
  color: #327e4f;
}

.lesson-card-time {
  font-size: 16px;
  color: #777;
  text-align: right;
}

.lesson-card-row {
  font-size: 16px;
  margin-bottom: 4px;
}

.lesson-card-row strong {
  color: #662E9B;
}

.lesson-card-footer {
  margin-top: 6px;
  font-size: 16px;
}

.lesson-card-footer a {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .lesson-card-header {
    flex-direction: column;
    align-items: flex-start;
  }
  .lesson-card-time {
    margin-top: 2px;
  }
}
/* Masonry container for lesson cards */
.lesson-masonry {
  column-count: 1;
  column-gap: 15px;
}

@media (min-width: 576px) {
  .lesson-masonry {
    column-count: 2;
  }
}
@media (min-width: 992px) {
  .lesson-masonry {
    column-count: 3;
  }
}
/* Make each card work inside a CSS masonry column */
.lesson-masonry .lesson-card {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}

.no-lessons-message {
  text-align: center;
  font-size: 15px;
  color: #777;
  padding: 20px 0;
  width: 100%;
  display: block;
}

.lesson-grid {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  align-items: start;
}

/* Make all cards equal height for uniform rows */
.lesson-card {
  height: auto;
  min-height: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lesson-card {
    min-height: 270px;
  }
}
@media (min-width: 992px) {
  .lesson-card {
    min-height: 225px;
  }
}
@media (min-width: 992px) {
  .lesson-card {
    min-height: 230px;
  }
}

/*****************************************************
 * Lessons Given - Improved Modern Stat Blocks
 *****************************************************/
.lesson-stat-card {
  background: #43BCCD; /* nicer blue */
  color: black;
  border-radius: 14px; /* more rounded */
  padding: 25px;
  position: relative;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
  min-height: 160px; /* makes it look substantial */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Hover effect (desktop only) */
@media (hover: hover) {
  .lesson-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
  }
}
/* Title inside card */
.lesson-stat-title {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.9;
  letter-spacing: 0.5px;
}

/* Big number */
.lesson-stat-value {
  font-size: 48px; /* bigger */
  font-weight: 700;
  margin-top: 10px;
}

/* Arrow icon positioning */
.lesson-stat-icon {
  position: absolute;
  right: 18px;
  top: 18px;
  font-size: 24px;
  opacity: 0.55;
  color: #Ffffff;
}

.club-pros-container {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.club-pro-card {
  background: #fff;
  border-radius: 32px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-left: 16px solid #662E9B;
}

.pro-name {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
}

.stats-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
  font-size: 16px;
}

.stats-group div strong {
  color: #333;
}

/*# sourceMappingURL=responsive.css.map */
