@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "Montserrat";
  src: url("fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MontserratBold";
  src: url("fonts/Montserrat-Bold.ttf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
/* .accordion-container{
    margin-bottom: 30px;
    padding: 0px;

    .accordion-header{        
        cursor: pointer;        
        width: 100%;            
        border-bottom: solid 1px $gray-dark;
        padding: 3px 20px;    
    }

      .accordion-content {                      
        width: 100%;
        display:flex;
        flex-direction: row;
        justify-content:space-between;
        padding: 0px 20px;    
        overflow: hidden;
        visibility: hidden;
        opacity: 0;
        height: 0px;
        transition: visibility 1s, opacity 1s linear;      
        font-size: 0.85em;

        &.active {                   
            visibility: visible;
            height: auto;
            opacity: 1;
        }

        > * {
            flex: 1 1 0px;
            margin-top: 15px;
        }
      }

} */
/*AVATARS */
.g-avatar {
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 20px;
}

.g-avatar-1 {
  height: 95px;
  max-width: 95px;
  border-radius: 20px;
}

.g-avatar-2 {
  height: 190px;
  max-width: 190px;
  border-radius: 30px;
}

button, .button {
  border-radius: 8px;
  border-radius: 8px;
  border: none;
  white-space: nowrap;
  padding: 5px 15px;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  width: fit-content;
  text-shadow: none;
  margin-right: 5px;
  margin-left: 5px;
  font-family: Montserrat, Helvetica, sans-serif;
}
@media screen and (min-width: 768px) {
  button, .button {
    background-color: #1AA85D;
    min-height: 35px;
    font-size: 14px;
    color: white;
  }
}
@media screen and (max-width: 768px) {
  button, .button {
    min-height: 45px;
    font-size: 15px;
    background-color: #1AA85D;
    color: white;
  }
}
button.btn-small, .button.btn-small {
  line-height: 0.9em;
  font-size: 0.9em;
  min-height: fit-content;
}
button:first-child, button.btn-first, .button:first-child, .button.btn-first {
  margin-left: 0px;
}
button:last-child, button.btn-last, .button:last-child, .button.btn-last {
  margin-right: 0px;
}
button.no-label, .button.no-label {
  margin-top: 18px;
}
button.no-label-large, .button.no-label-large {
  margin-top: 28px;
}
button:hover, .button:hover {
  background-color: #a3e4c1;
}
button.g-light, .button.g-light {
  color: white;
  background-color: #1AA85D;
  box-shadow: none;
}
button.btn-icon-only:before, .button.btn-icon-only:before {
  margin-right: 0px;
}
button:disabled, .button:disabled {
  background-color: #fafafa;
  color: #676767;
}

.panel button {
  box-shadow: none;
}

.btn-category-men:before,
.btn-category-women:before,
.btn-expand:before,
.btn-collapse:before,
.btn-return:before,
.btn-checked:before,
.btn-add:before,
.btn-join:before,
.btn-prev:before,
.btn-back:before,
.btn-up:before,
.btn-down:before,
.btn-next:before,
.btn-create:before,
.btn-cancel:before,
.btn-edit:before,
.btn-close:before,
.btn-refresh:before,
.btn-delete:before,
.btn-search:before,
.btn-submit:before,
.btn-save:before,
.btn-share:before,
.btn-generate:before,
.btn-generate-cancel:before,
.btn-delete-cancel:before,
.btn-send:before,
.btn-login:before,
.btn-leave:before,
.btn-confirm:before,
.btn-pay:before,
.btn-import:before,
.btn-primary:before,
.btn-secondary:before,
.btn-select:before,
.btn-user:before,
.btn-info:before,
.btn-play:before,
.btn-prev-cancel:before,
.btn-back-cancel:before,
.btn-view:before {
  font-family: "Flaticon";
  position: relative;
  top: 3px;
  margin-right: 7px;
  font-style: normal;
}

.i-action:before,
.i-share:before,
.i-edit:before,
.i-delete:before,
.i-checked:before,
.i-collapse:before,
.i-expand:before {
  font-family: "Flaticon";
  position: relative;
  top: 3px;
  margin-right: 7px;
  font-style: normal;
}

.btn-expand:before,
.i-expand:before {
  content: "";
}

.btn-collapse:before,
.i-collapse:before {
  content: "";
}

.i-checked:before {
  content: "";
}

.i-action,
.i-close {
  font-family: "Flaticon";
  font-size: 30px;
}

.btn-add:before,
.btn-create:before,
.btn-generate:before,
.btn-generate-cancel:before,
.i-add:before {
  content: "";
}

.i-members:before {
  content: "";
}

.btn-prev:before, .btn-prev-cancel:before,
.btn-back:before, .btn-back-cancel:before {
  content: "";
}

.btn-view:before {
  content: "";
}

.btn-share:before, .i-share:before {
  content: "";
}

.btn-leave:before {
  content: "";
}

.btn-join:before {
  content: "";
}

.btn-play:before {
  content: "";
}

.btn-next:after {
  font-family: "Flaticon";
  top: 3px;
  position: relative;
  content: "";
}

.btn-down:before {
  content: "";
}

.btn-up:before {
  content: "";
}

.btn-checked:before, .i-checked:before {
  content: "";
}

.btn-return:before {
  content: "";
}

.btn-cancel:before {
  content: "";
}

.btn-refresh:before {
  content: "";
}

.btn-send:before {
  content: "";
}

.i-chat:before {
  content: "";
}

.i-activity:before {
  content: "";
}

.btn-edit:before,
.i-edit:before {
  content: "";
}

.btn-info:before,
.i-info:before {
  content: "";
}

.btn-delete:before, .i-delete:before,
.btn-delete-cancel:before {
  content: "";
}

.btn-search:before {
  content: "";
}

.btn-save:before, .btn-submit:before, .btn-confirm:before, .btn-pay:before, .btn-import:before {
  content: "";
}

.btn-login:before {
  content: "";
}

.btn-close:before, .i-close:before {
  content: "";
}

.btn-category-men:before {
  content: "";
}

.btn-category-women:before {
  content: "";
}

.btn-user-after:after {
  font-family: "Flaticon";
  top: 3px;
  position: relative;
  content: "";
}

.btn-search,
.btn-secondary,
.btn-expand,
.btn-collapse {
  background-color: #1AA85D;
  border: solid 1px #1AA85D;
  color: white;
}
.btn-search:hover,
.btn-secondary:hover,
.btn-expand:hover,
.btn-collapse:hover {
  background-color: #a3e4c1;
  border: solid 1px #a3e4c1;
}

.btn-cancel,
.btn-generate-cancel,
.btn-prev-cancel,
.btn-back-cancel,
.btn-delete-cancel {
  background-color: #a3e4c1;
  border: solid 1px #a3e4c1;
  color: black;
}
.btn-cancel:hover,
.btn-generate-cancel:hover,
.btn-prev-cancel:hover,
.btn-back-cancel:hover,
.btn-delete-cancel:hover {
  color: black;
  background-color: #35A86A;
  border: solid 1px #35A86A;
}

.btn-delete {
  background-color: #e2e2e2;
  border: solid 1px #e2e2e2;
  color: black;
}
.btn-delete:hover {
  color: black;
  background-color: #ccc;
  border: solid 1px #ccc;
}

.btn-warning,
.btn-warning:hover {
  background-color: #ccc;
  border-color: #ccc;
}

.i-headline {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  font-size: 1.2em;
}
.i-headline > span:first-child:before {
  font-family: "Flaticon";
  margin-right: 15px;
  position: relative;
  top: 3px;
}

.m-panel-button {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
.m-panel-button i {
  display: block;
}
.m-panel-button i::before {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .m-panel-button {
    justify-content: space-evenly;
    width: 96%;
    margin: 20px 2%;
    font-size: 24px;
    padding: 20px;
    line-height: 40px;
    border: solid 1px #1AA85D;
    border-radius: 5px;
  }
  .m-panel-button i {
    color: white;
    font-size: 24px;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .m-panel-button {
    justify-content: flex-end;
    padding: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #064876;
  }
  .m-panel-button i::before {
    margin-left: 10px;
  }
}

.i-size-medium {
  font-size: 14px !important;
}

.button {
  padding-top: 8px;
  padding-bottom: 8px;
}

input,
select,
textarea,
span.e-input-group {
  border-radius: 2px;
  font-family: Montserrat, Helvetica, sans-serif;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  input,
select,
textarea,
span.e-input-group {
    height: 35px;
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  input,
select,
textarea,
span.e-input-group {
    min-height: 62px;
    line-height: 24px;
    font-size: 24px;
  }
}

input[type=checkbox],
.g-form > div > input[type=checkbox] {
  height: 30px !important;
  width: 30px !important;
}
input[type=checkbox]:before,
.g-form > div > input[type=checkbox]:before {
  border-radius: 15px;
}

table.g-table > thead > tr > th input,
table.g-table > thead > tr > th select,
table.g-table > thead > tr > th button,
table.g-table > thead > tr > th textarea {
  zoom: 70%;
  -moz-transform: scale(0.7);
}

table.g-table > tbody > tr > td input[type=checkbox] {
  zoom: 60%;
  -moz-transform: scale(0.6);
}

table.scorecard > tbody > tr > td input[type=checkbox],
table.scorecard > thead > tr > th input[type=checkbox] {
  position: relative;
  top: 5px;
  zoom: 50%;
  -moz-transform: scale(0.5);
}

label {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  label {
    font-size: 16px;
    line-height: 16px;
  }
}
@media screen and (max-width: 768px) {
  label {
    line-height: 24px;
    font-size: 24px;
  }
}
label.control-info {
  font-size: 0.8em;
  color: #8a8383;
  font-weight: 400;
}

.g-form, .g-form-horizontal {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fafafa;
  padding: 30px;
  border-radius: 5px;
}
.g-form > div,
.g-form > form > div, .g-form-horizontal > div,
.g-form-horizontal > form > div {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
  border-bottom: solid 1px white;
}
.g-form > div:last-of-type,
.g-form > form > div:last-of-type, .g-form-horizontal > div:last-of-type,
.g-form-horizontal > form > div:last-of-type {
  border-bottom: none;
}
.g-form > div.g-flex-vertical-start,
.g-form > form > div.g-flex-vertical-start, .g-form-horizontal > div.g-flex-vertical-start,
.g-form-horizontal > form > div.g-flex-vertical-start {
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 20px;
}
.g-form > div:last-of-type, .g-form > div:nth-last-of-type(2),
.g-form > form > div:last-of-type,
.g-form > form > div:nth-last-of-type(2), .g-form-horizontal > div:last-of-type, .g-form-horizontal > div:nth-last-of-type(2),
.g-form-horizontal > form > div:last-of-type,
.g-form-horizontal > form > div:nth-last-of-type(2) {
  border-bottom: none;
}
.g-form > div > div,
.g-form > form > div > div, .g-form-horizontal > div > div,
.g-form-horizontal > form > div > div {
  width: 40%;
  display: flex;
  flex-direction: column;
}
.g-form > div > div > label,
.g-form > form > div > div > label, .g-form-horizontal > div > div > label,
.g-form-horizontal > form > div > div > label {
  width: 100%;
}
.g-form > div.g-form-rows,
.g-form > form > div.g-form-rows, .g-form-horizontal > div.g-form-rows,
.g-form-horizontal > form > div.g-form-rows {
  flex-direction: column;
}
.g-form > div.g-form-rows > label, .g-form > div.g-form-rows > div,
.g-form > div.g-form-rows > input, .g-form > div.g-form-rows > select, .g-form > div.g-form-rows > textarea, .g-form > div.g-form-rows > span.e-input-group,
.g-form > form > div.g-form-rows > label,
.g-form > form > div.g-form-rows > div,
.g-form > form > div.g-form-rows > input,
.g-form > form > div.g-form-rows > select,
.g-form > form > div.g-form-rows > textarea,
.g-form > form > div.g-form-rows > span.e-input-group, .g-form-horizontal > div.g-form-rows > label, .g-form-horizontal > div.g-form-rows > div,
.g-form-horizontal > div.g-form-rows > input, .g-form-horizontal > div.g-form-rows > select, .g-form-horizontal > div.g-form-rows > textarea, .g-form-horizontal > div.g-form-rows > span.e-input-group,
.g-form-horizontal > form > div.g-form-rows > label,
.g-form-horizontal > form > div.g-form-rows > div,
.g-form-horizontal > form > div.g-form-rows > input,
.g-form-horizontal > form > div.g-form-rows > select,
.g-form-horizontal > form > div.g-form-rows > textarea,
.g-form-horizontal > form > div.g-form-rows > span.e-input-group {
  width: 100%;
}
.g-form > div div.g-input-part,
.g-form > div .e-upload.e-control-wrapper,
.g-form > div .e-multiselect.e-control-wrapper,
.g-form > form > div div.g-input-part,
.g-form > form > div .e-upload.e-control-wrapper,
.g-form > form > div .e-multiselect.e-control-wrapper, .g-form-horizontal > div div.g-input-part,
.g-form-horizontal > div .e-upload.e-control-wrapper,
.g-form-horizontal > div .e-multiselect.e-control-wrapper,
.g-form-horizontal > form > div div.g-input-part,
.g-form-horizontal > form > div .e-upload.e-control-wrapper,
.g-form-horizontal > form > div .e-multiselect.e-control-wrapper {
  width: 40% !important;
}
.g-form > div > input,
.g-form > div > select,
.g-form > div > textarea,
.g-form > div > span.e-input-group,
.g-form > form > div > input,
.g-form > form > div > select,
.g-form > form > div > textarea,
.g-form > form > div > span.e-input-group, .g-form-horizontal > div > input,
.g-form-horizontal > div > select,
.g-form-horizontal > div > textarea,
.g-form-horizontal > div > span.e-input-group,
.g-form-horizontal > form > div > input,
.g-form-horizontal > form > div > select,
.g-form-horizontal > form > div > textarea,
.g-form-horizontal > form > div > span.e-input-group {
  width: 40% !important;
}
.g-form > div i,
.g-form > form > div i, .g-form-horizontal > div i,
.g-form-horizontal > form > div i {
  text-align: center;
}
.g-form > div i:before,
.g-form > form > div i:before, .g-form-horizontal > div i:before,
.g-form-horizontal > form > div i:before {
  margin-top: 15px;
}
.g-form > div i.t-margin-small:before,
.g-form > form > div i.t-margin-small:before, .g-form-horizontal > div i.t-margin-small:before,
.g-form-horizontal > form > div i.t-margin-small:before {
  margin-top: 10px;
}
.g-form > div i.control-aligned::before,
.g-form > form > div i.control-aligned::before, .g-form-horizontal > div i.control-aligned::before,
.g-form-horizontal > form > div i.control-aligned::before {
  color: #232323;
  border: solid 1px #ddd;
  border-radius: 8px;
  padding: 5px;
  margin-top: 0px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .g-form > div i.control-aligned::before,
.g-form > form > div i.control-aligned::before, .g-form-horizontal > div i.control-aligned::before,
.g-form-horizontal > form > div i.control-aligned::before {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  .g-form > div i.control-aligned::before,
.g-form > form > div i.control-aligned::before, .g-form-horizontal > div i.control-aligned::before,
.g-form-horizontal > form > div i.control-aligned::before {
    font-size: 52px;
  }
}
.g-form span i:before, .g-form-horizontal span i:before {
  margin: 0 15px;
}
.g-form .validation, .g-form-horizontal .validation {
  width: 100%;
}
.g-form .validation > div, .g-form-horizontal .validation > div {
  width: 100%;
}
.g-form .buttons, .g-form-horizontal .buttons {
  margin-top: 40px;
}
.g-form .g-form-two-values, .g-form-horizontal .g-form-two-values {
  display: flex;
  flex-direction: row;
}
.g-form .g-form-two-values > div, .g-form-horizontal .g-form-two-values > div {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.g-form .g-form-two-values > div:first-of-type, .g-form-horizontal .g-form-two-values > div:first-of-type {
  margin-right: 20px;
}

.buttons {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.buttons > div {
  width: 100% !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.buttons > div:last-child {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.buttons .btn-next {
  align-self: flex-end;
}
.buttons button.last-of-type {
  margin-right: 40px;
}

.g-form-horizontal {
  flex-direction: row;
  padding: 5px 10px;
}
.g-form-horizontal > div {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 10px;
}
.g-form-horizontal > div:last-of-type {
  margin-right: 0px;
}
.g-form-horizontal > div > div, .g-form-horizontal > div > label {
  width: 100%;
}
.g-form-horizontal > div > div:last-of-type, .g-form-horizontal > div > label:last-of-type {
  width: 100% !important;
}
.g-form-horizontal > div input, .g-form-horizontal > div select, .g-form-horizontal > div textarea, .g-form-horizontal > div span.e-input-group {
  width: 100% !important;
  min-width: 100px;
}
.g-form-horizontal label {
  margin-bottom: 3px;
}

.g-form-vertical {
  padding: 10px;
}
.g-form-vertical > div {
  flex-direction: column;
  margin: 15px 0px;
}
.g-form-vertical > div div.dropdown,
.g-form-vertical > div label,
.g-form-vertical > div input[type=text],
.g-form-vertical > div input[type=number],
.g-form-vertical > div input[type=date],
.g-form-vertical > div input[type=search],
.g-form-vertical > div input[type=file],
.g-form-vertical > div input[type=email],
.g-form-vertical > div select, .g-form-vertical > div button {
  width: 100% !important;
}
.g-form-vertical > div.buttons {
  flex-direction: row;
}
.g-form-vertical > div.buttons button {
  margin-bottom: 20px;
}
.g-form-vertical > div > div {
  width: 100% !important;
}

div.g-checkbox {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 100%;
}
div.g-checkbox input {
  width: 14px !important;
  height: 14px !important;
  margin-top: 2px;
  margin-right: 13px;
}

div.g-radio {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
div.g-radio input {
  height: 30px;
  margin-right: 7px;
  box-shadow: none;
}
div.g-radio label {
  color: inherit;
  font-weight: inherit;
  line-height: 36px;
}

input,
select, textarea,
.label,
.g80-control-group {
  padding: 0px 10px;
  border-radius: 5px;
  text-align: left;
  box-shadow: 0px -2px 15px rgba(0, 0, 0, 0.005), 0px 0px 6px 14px rgba(0, 0, 0, 0.01), 0px 4px 10px 2px rgba(0, 0, 0, 0.03);
}
input input,
select input, textarea input,
.label input,
.g80-control-group input {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
input.g-text-align-left,
select.g-text-align-left, textarea.g-text-align-left,
.label.g-text-align-left,
.g80-control-group.g-text-align-left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  input,
select, textarea,
.label,
.g80-control-group {
    height: 35px;
    line-height: 35px;
  }
}
@media screen and (max-width: 768px) {
  input,
select, textarea,
.label,
.g80-control-group {
    min-height: 62px;
    font-size: 24px;
  }
}

input, textarea,
select {
  border: solid 1px #8a8383;
  color: #232323;
}

input[type=number] {
  text-align: center;
}
input[type=number].g-text-align-left {
  text-align: left;
}

.g80-form-compact input, .g80-form-compact select, .g80-form-compact label {
  font-size: 11px;
  padding: 6px 3px;
  font-weight: normal;
  width: 60px;
  height: 30px;
}

.dropdown {
  margin-top: 4px;
}

.g80-loading-message {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px;
  padding-top: 10px;
  align-items: center;
  text-align: center;
}
.g80-loading-message span {
  font-size: 1.2em;
  font-weight: 600;
}
.g80-loading-message img {
  height: 70px;
  width: 70px;
}

.e-id {
  font-size: 12px !important;
  color: grey !important;
}

/* FILE UPLOAD */
.e-upload.e-control-wrapper {
  width: 100%;
}

.file-upload .e-file-select,
.file-upload .e-file-drop {
  display: none;
}

body .e-upload-drag-hover {
  outline: 2px dashed brown;
}

.file-upload #uploadfile {
  width: 60%;
  display: inline-flex;
  margin-left: 5%;
}

body .e-upload-drag-hover {
  outline: 2px dashed brown;
}

.file-upload #uploadfile {
  width: 60%;
  display: inline-flex;
  margin-left: 5%;
}

.validation-message {
  background-color: #FFD061;
  padding: 5px;
}

input::placeholder,
input.form-control::placeholder,
select::placeholder,
select.form-control::placeholder,
textarea::placeholder,
textarea.form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #8a8383;
  opacity: 1;
  /* Firefox */
}

.workspace-status-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border: solid 1px #ddd;
  border-radius: 5px;
  width: 400px;
}
.workspace-status-bar > div {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  padding: 40px;
  text-align: center;
  border-top: solid 1px #ddd;
}
.workspace-status-bar > div:hover, .workspace-status-bar > div.active {
  background-color: #ccc;
  color: white;
}
.workspace-status-bar > div:first-of-type {
  border-top: none;
}
.workspace-status-bar > div span {
  margin-left: 20px;
  margin-right: 20px;
}
.workspace-status-bar > div span:first-child {
  font-weight: 600;
}

/* PANELS */
.g-content-page-header {
  margin-bottom: 20px;
}
.g-content-page-header > div {
  margin-top: 7px;
  margin-bottom: 7px;
}
.g-content-page-header > div:first-of-type {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 4px;
}
.g-content-page-header > div:first-of-type.g-info-expand {
  cursor: pointer;
}
.g-content-page-header > div:first-of-type.g-info-expand:before {
  font-family: "Flaticon";
  position: relative;
  content: "";
  margin-right: 10px;
  top: 2px;
}

.panels > div {
  border: solid 1px #f4f4f4;
  margin-bottom: 5px;
  padding: 8px;
  border-radius: 5px;
}

.panel {
  border: solid 1px #f4f4f4;
  margin-bottom: 20px;
  padding: 30px;
  border-radius: 5px;
}
.panel img.panel-icon {
  float: left;
  margin: 30px;
}
.panel.small, .panel.compact {
  padding: 15px;
}
.panel.g-text-align-center > * {
  text-align: center;
}

.info {
  background-color: #f5f9ff;
}
.info ul {
  margin-top: 3px;
  margin-bottom: 3px;
}

/* OVERLAY */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay > .container {
  background-color: white;
  position: fixed;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 750px) {
  .m-form-vertical {
    padding: 10px;
  }
  .m-form-vertical > div {
    flex-direction: column;
    margin: 15px 0px;
  }
  .m-form-vertical > div div.dropdown,
.m-form-vertical > div label,
.m-form-vertical > div input[type=text],
.m-form-vertical > div input[type=number],
.m-form-vertical > div input[type=date],
.m-form-vertical > div input[type=search],
.m-form-vertical > div input[type=file],
.m-form-vertical > div input[type=email],
.m-form-vertical > div select, .m-form-vertical > div button {
    width: 100% !important;
  }
  .m-form-vertical > div.buttons {
    flex-direction: row;
  }
  .m-form-vertical > div.buttons button {
    margin-bottom: 20px;
  }
  .m-form-vertical > div > div {
    width: 100% !important;
  }
}
.g-cards-filter > div {
  margin: 10px;
  padding: 10px 20px;
  border: solid 1px #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.g-cards-filter > div:hover {
  background-color: #ddd;
  border-color: #ddd;
}

.g-cards {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.g-cards > div {
  display: flex;
  flex-direction: row;
  height: 100px;
  width: 280px;
  margin-bottom: 15px;
  padding: 0px;
  cursor: pointer;
  border: solid 1px #f4f4f4;
  border-radius: 20px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.g-cards > div:hover {
  border-color: #ddd;
}
.g-cards > div.not-selectable {
  background-color: #f4f4f4;
}
.g-cards > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: start;
  padding: 10px 5px;
  overflow: hidden;
  width: 100%;
  /* Content container within the card */
}
.g-cards > div > div:first-child {
  width: 60px;
  padding: 0px;
  margin-right: 15px;
  background-color: #a2a2a2;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  align-items: center;
}
.g-cards > div > div.card-action {
  width: 50px;
}
.g-cards > div > div img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
}
.g-cards > div > div > div {
  display: flex;
  padding: 10px;
  height: 100%;
  flex-direction: column;
  background-color: white;
  opacity: 0.85;
  text-align: center;
  justify-content: center;
  border-radius: 12px;
}
.g-cards > div > div > div .title {
  font-size: 17px;
  font-weight: 500;
}
.g-cards > div > div > div .title-center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.g-cards > div > div > div > * {
  padding: 5px;
}

.g-line-cards {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.g-line-cards > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  padding: 0px;
  border: solid 1px #ddd;
  border-radius: 5px;
  cursor: pointer;
}
.g-line-cards > div > div {
  display: flex;
  flex-direction: row;
  padding: 10px 5px;
}
.g-line-cards > div > div button {
  width: 100%;
}
.g-line-cards > div > div img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin-right: 10px;
}

.g-cards-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.g-cards-list > div {
  margin: 5px;
  padding: 20px;
  font-size: 1.4em;
  border: solid 1px #ddd;
  border-radius: 12px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  cursor: pointer;
}
.g-cards-list > div:hover {
  background-color: #ddd;
  border-color: #ddd;
}

.g-option-list-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.g-option-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: flex-start;
  cursor: pointer;
}
.g-option-list > div {
  padding: 20px 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #8a8383;
}
.g-option-list > div:first-of-type {
  border-top: solid 1px #8a8383;
}
.g-option-list > div:after {
  font-family: "Flaticon";
  content: "";
}
.g-option-list > div.no-icon:after, .g-option-list > div.back:after {
  font-family: inherit;
  content: "";
}
.g-option-list > div.back {
  justify-content: flex-start;
}
.g-option-list > div.back:before {
  font-family: "Flaticon";
  content: "";
}
.g-option-list > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.g-cards-layout {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}
.g-cards-layout > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  border: solid 1px #f4f4f4;
  border-radius: 20px;
  margin-bottom: 7px;
  padding: 10px;
  cursor: pointer;
}
.g-cards-layout > div img {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 5px 15px;
}
.g-cards-layout > div .g-cards-layout-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.g-cards-layout.show-continue-icon > div:after {
  font-family: "Flaticon";
  color: #f4f4f4;
  content: "";
}

.g-option-check-list {
  margin-top: 7px;
  margin-bottom: 7px;
}
.g-option-check-list > div {
  width: 100px;
  padding: 10px;
  margin: 5px;
  justify-content: center;
}
.g-option-check-list > div.g-checked {
  background-color: #a3e4c1;
}

.g-round-games-list {
  flex-wrap: nowrap;
}

.g-golfers-list {
  flex-wrap: nowrap;
}

.chat-entry-form {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 10px;
}
.chat-entry-form input {
  width: 78%;
}
.chat-entry-form button {
  width: 19%;
}

.chats {
  max-height: 800px;
  overflow-y: scroll;
  /* Chat line */
}
.chats > div > div {
  display: flex;
  flex-direction: row;
  padding: 8px;
}
.chats > div > div.info {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 768px) {
  .chats > div > div.info {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  .chats > div > div.info {
    font-size: 14px;
  }
}
.chats > div > div .name {
  font-weight: 500;
}
.chats > div > div img {
  height: 50px;
  max-width: 50px;
  border-radius: 25px;
  margin: 0px 6px;
}
.chats > div > div > div {
  display: flex;
  flex-direction: column;
}
.chats > div .message {
  padding: 25px;
}

.club-header {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 130px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.club-header img.club-logo {
  height: 80px;
  border-radius: 20px;
  margin: 10px;
}
.club-header .title {
  padding: 10px;
  font-size: 40px;
  opacity: 0.8;
  color: black;
  background-color: white;
}

.club-widgets {
  display: flex;
  flex-direction: column;
}

.club-connections-strip {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: 30px;
  border-radius: 3px;
  overflow: hidden;
}
.club-connections-strip .g-icon {
  background: transparent;
  color: #232323;
  padding: 0px;
}
.club-connections-strip .g-icon:before {
  font-size: 28px;
  margin: 5px;
  margin-right: 10px;
}
.club-connections-strip.club-connection-strip-collapsed {
  width: 50px;
  transition: all 1s ease;
}
.club-connections-strip.club-connection-strip-open {
  width: 200px;
  transition: all 1s ease;
}
.club-connections-strip > div {
  display: flex;
  flex-wrap: nowrap;
  padding: 5px;
  cursor: pointer;
  border-bottom: solid 1px white;
}
.club-connections-strip > div img {
  height: 25px;
  width: 25px;
}
.club-connections-strip > div.club-connections-entry i:before {
  padding: 10px 6px;
  margin-left: 9px;
}
.club-connections-strip > div.club-connections-entry span {
  padding: 10px;
}
.club-connections-strip > div:hover {
  background-color: #f8c03d;
}

.image-ratio-banner {
  height: 100px;
  width: 750px;
  height: 90px;
  max-width: 100%;
}

.image-ratio-logo, .image-ratio-profile {
  height: 150px;
  width: 150px;
  max-width: 100%;
}

.col-a > div, .col-b > div {
  padding: 30px;
}

.col-a {
  width: 60%;
  border-right: solid 1px #efefef;
}

.col-b {
  width: 100%;
}
.col-b img {
  display: none;
}

.w_title {
  font-size: 1.2em;
  font-weight: 600px;
}

.w_container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: 30px;
}
.w_container:first-of-type {
  margin-top: 0px;
}
.w_container > * {
  margin: 5px;
}
.w_container img {
  height: 100%;
  width: 10vw;
  max-width: 10vw;
  aspect-ratio: initial;
  border-radius: 10px;
}

.col-c {
  width: 50%;
}
.col-c img {
  width: 10vw;
}

.dropzone {
  padding: 30px;
  list-style: none;
}

.no-drop {
  border: 2px dashed red;
}

.can-drop {
  border: 2px dashed green;
}

.active-zone {
  background: aliceblue;
  border: 2px dashed green;
}

.over-zone {
  background: #ffc6c6;
  border: 2px solid #931414;
}

.draggable {
  margin-bottom: 10px;
  padding: 10px 25px;
  border: 1px solid #424d5c;
  cursor: grab;
}

.draggable:active {
  cursor: grabbing;
}

.dragging {
  cursor: grabbing;
}

.draggable a:not([href]):not([class]) {
  margin-left: 15px;
}

.dragOver {
  border: 5px dotted #666;
}

.btn-group {
  margin-right: 2px;
}

.btn-group-vertical {
  margin-bottom: 6px;
}

.glyphicon {
  margin-top: 4px;
  margin-bottom: 6px;
}

.btn > .caret {
  margin-left: 4px;
}

.btn-edit-widget {
  margin-right: 5px;
}

.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.cursor-pointer {
  cursor: pointer;
}

.side-bar-modal.left .side-bar-modal-dialog {
  position: fixed;
  right: 0;
  margin: auto;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

.side-bar-modal.left .modal-content {
  height: 100%;
  overflow-y: auto;
}

.side-bar-modal.right .modal-body {
  padding: 15px 15px 80px;
}

.side-bar-modal.right.fade .side-bar-modal-dialog {
  left: -320px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
  -o-transition: opacity 0.3s linear, left 0.3s ease-out;
  transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
  right: 0;
}

.toolbar-edit-mode {
  background: #1d2124;
  display: flex;
  justify-content: flex-end;
  margin: 0;
}
.toolbar-edit-mode button {
  box-shadow: none;
  line-height: 20px;
  font-size: 13px;
  border: none;
  border-radius: 8px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
}

.panel-content {
  vertical-align: middle;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

body.material .panel-content,
body.fabric .panel-content,
body.bootstrap .panel-content {
  color: rgba(0, 0, 0, 0.61);
}

.row .row-header {
  padding: 5px;
}

.e-panel-content {
  height: calc(100% - 28px);
  width: 100%;
  display: block;
}

.image-pattern-style {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px;
  width: calc((100% - 12px) / 3);
  cursor: pointer;
  border: 1px solid #D5D5D5;
  background-position: center;
  float: left;
  margin-right: 3px;
  line-height: 77px;
  text-align: center;
}

.image-pattern-style:hover {
  border-color: gray;
  border-width: 1px;
}

.row {
  margin-left: 0px;
  margin-right: 0px;
}

.row-header {
  font-size: 13px;
  font-weight: 500;
}

.e-selected-style {
  border-color: #006CE6;
  border-width: 2px;
}

.e-panel-content {
  padding: 10px;
}

#reset {
  display: block;
  margin: 0 auto;
  width: 90px;
}

.header-border {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  border-top: 5px solid #2684ff;
}

.e-template-icon {
  display: block;
  padding: 12px 0 12px 0;
}

.sb-property-border {
  border: 1px solid lightgray;
}

body.highcontrast #dynamicLayout .panel-content {
  color: rgba(255, 255, 255, 0.54);
}

.mobile .e-control.e-lib.e-dashboardlayout.e-responsive {
  z-index: 0;
  overflow: scroll;
}

.material .e-dashboardlayout.e-control .e-panel .e-panel-header,
.material-dark .e-dashboardlayout.e-control .e-panel .e-panel-header,
.highcontrast .e-dashboardlayout.e-control .e-panel .e-panel-header,
.fabric .e-dashboardlayout.e-control .e-panel .e-panel-header,
.fabric-dark .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap-dark .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap4 .e-dashboardlayout.e-control .e-panel .e-panel-header {
  line-height: 28px;
}

.material.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.material-dark.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.highcontrast.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.fabric.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.fabric-dark.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap-dark.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header,
.bootstrap4.e-bigger .e-dashboardlayout.e-control .e-panel .e-panel-header {
  line-height: 30px;
}

body.material-dark .e-panel .panel-content,
body.material-dark .property-section,
body.fabric-dark .e-panel .panel-content,
body.bootstrap-dark .e-panel .panel-content,
body.tailwind-dark .e-panel .panel-content,
body.bootstrap5-dark .e-panel .panel-content {
  color: #ffffff;
}

.e-control.e-lib.e-dashboardlayout.e-responsive {
  z-index: 0;
}

#searchFieldNews:before {
  margin-right: 5px;
}

.searchField {
  background: #ededed;
  border: 2px solid #cdcdcd;
  padding: 10px 0 10px 32px;
  width: 40px;
  border-radius: 5em;
  transition: all 0.5s;
  color: transparent;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  outline: none;
  -webkit-appearance: textfield;
}

.searchField:hover {
  background-color: #fff;
}

.searchField:focus {
  width: 200px;
  padding-right: 36px;
  color: black;
  cursor: auto;
  background-color: white;
  border-color: tomato;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}

.club-menu2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  background-color: #003864;
  opacity: 0.8;
}
.club-menu2 span {
  cursor: pointer;
  padding: 10px;
  text-align: center;
  color: white;
  font-weight: 600;
  display: block;
  width: 100%;
  white-space: nowrap;
}
.club-menu2 span:hover {
  background-color: #829fb5;
}
.club-menu2 div.profile {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.club-menu2 div.profile img {
  height: 41px;
}

.club-content-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding-top: 0px;
}

@media screen and (max-width: 768px) {
  .w_container {
    flex-direction: column;
    align-items: center;
    border-bottom: solid 1px #ddd;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
  }
  .w_container img {
    width: 100%;
    max-width: 50vw;
  }
  .w_container > * {
    margin: 0px;
  }
  .w_container .w_title {
    display: block;
    margin: 15px 0px;
  }

  .club-content-container {
    flex-direction: column;
    padding: 0px 20px;
  }
  .club-content-container .col-a, .club-content-container .col-b {
    width: 100%;
  }
  .club-content-container .col-a > div, .club-content-container .col-b > div {
    padding: 0px;
  }
}
.club-stats-banner {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  color: #8a8383;
}
.club-stats-banner > div {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  border: solid 1px #f4f4f4;
  border-radius: 25px;
  padding: 10px;
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
}
.club-stats-banner > div > div {
  display: flex;
  flex-direction: row;
}
.club-stats-banner > div > div img {
  margin: 10px;
  height: 40px;
  width: 40px;
}
.club-stats-banner > div > span {
  font-size: 11px;
  color: #8a8383;
}
.club-stats-banner > div:hover > div {
  color: black;
}
.club-stats-banner > div:hover > span {
  color: black;
}

* {
  box-sizing: border-box;
}

body {
  font-weight: 400;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  margin-top: 12px;
  margin-bottom: 4px;
}

h1, .h1 {
  font-size: 20px;
}

h2, .h2 {
  font-size: 18px;
  font-weight: 500;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 14px;
  font-weight: 500;
}

h5 {
  font-size: 1.1em;
}

ul {
  padding: 5px;
  padding-left: 13px;
}

label {
  margin: 0px;
}

p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

i {
  font-size: 14px;
  cursor: pointer;
  display: contents;
}

a, .link {
  color: #064876;
  cursor: pointer;
  text-decoration: none;
}
a.active, .link.active {
  text-decoration: underline;
}
a.highlight, .link.highlight {
  color: #064876;
}
a.highlight:hover, .link.highlight:hover {
  color: #2F76A8;
  text-decoration: none;
}
a:hover, .link:hover {
  color: #2F76A8;
  text-decoration: none;
}

.feature-list {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.feature-list > div {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.feature-list > div:nth-child(odd) {
  background-color: #fafafa;
}
.feature-list > div > div {
  width: 20%;
  padding: 20px 0px;
}
.feature-list > div > div:first-child {
  width: 40%;
  font-weight: 400;
}

/* COURSE RESULTS */
.course-result {
  margin: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.course-result > div {
  padding: 8px;
  margin: 5px;
  float: left;
  cursor: pointer;
  background-color: #FFD061;
  font-size: 0.8em;
  width: 130px;
  height: 40px;
  text-align: center;
  vertical-align: middle;
}

.g-entity-header-container {
  margin-bottom: 40px;
}
.g-entity-header-container .g-entity-header {
  width: 100%;
  height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: top;
  background-position-x: center;
  overflow: hidden;
  border-bottom: solid 1px #f4f4f4;
}
.g-entity-header-container .g-entity-header.g-entity-header-with-image {
  background-color: white;
  opacity: 0.7;
}
.g-entity-header-container .g-entity-header > div {
  width: 100%;
  height: 100%;
  padding: 30px;
  padding-bottom: 0px;
  padding-right: 0px;
  color: #232323;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.g-entity-header-container .g-entity-header > div.g-entity-header-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.g-entity-header-container .g-entity-header > div.g-entity-header-content > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.g-entity-header-container .g-entity-header > div > div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.g-entity-header-container .g-entity-header > div > div.actions {
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}
.g-entity-header-container .g-entity-header > div > div.actions button {
  margin: 0px;
  margin-right: 1px;
  margin-bottom: 1px;
  border-radius: 0px;
}
.g-entity-header-container .g-entity-header > div > div.actions button:last-of-type {
  margin-right: 0px;
}

ul.filter {
  line-height: 40px;
  list-style: none;
  list-style-type: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  background-color: white;
  color: #8a8383;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
ul.filter.l2 {
  font-weight: normal;
}
ul.filter.l2:hover {
  color: #8a8383;
  border-width: 1px;
}
ul.filter.l2.active {
  color: #232323;
  border-width: 1px;
}
ul.filter.l2.create:hover {
  color: #232323;
  border-bottom: 1px;
}
ul.filter.l2.hide:hover {
  color: #232323;
  border-bottom: 1px;
}
ul.filter li {
  padding: 0px 15px;
  margin-left: 2px;
  white-space: nowrap;
  cursor: pointer;
  border-bottom: solid 1px #8a8383;
}
ul.filter li.create::before {
  font-family: flaticon !important;
  content: "";
  display: inline-block;
  padding-right: 7px;
  vertical-align: middle;
  font-weight: 900;
}
ul.filter li.hide::before {
  font-family: flaticon !important;
  content: "";
  display: inline-block;
  padding-right: 7px;
  vertical-align: middle;
  font-weight: 900;
}
ul.filter li:hover, ul.filter li.active {
  color: #232323;
  border-color: #8a8383;
}
ul.filter.l3 {
  justify-content: flex-start;
  zoom: 80%;
  -moz-transform: scale(0.8);
}

.handicap-tables {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 0.9em;
  text-align: center;
  justify-content: space-between;
}
.handicap-tables > div {
  margin: 10px;
}
.handicap-tables > div > table {
  width: 100%;
  padding: 2px;
  max-width: 300px;
  border: solid 1px #f4f4f4;
}
.handicap-tables > div > table tr:nth-child(2n+1) td {
  background-color: #efefef;
}
.handicap-tables > div > table th {
  background-color: #ccc;
  color: white;
  padding: 4px 2px;
  width: 40%;
}
.handicap-tables > div > table td {
  padding: 8px 2px;
}

@media screen and (max-width: 768px) {
  .handicap-tables {
    font-size: 1em;
  }
  .handicap-tables > div {
    width: 100%;
    margin: 0px;
  }
  .handicap-tables > div > table {
    max-width: 100vw;
  }
  .handicap-tables > div > table td, .handicap-tables > div > table th {
    text-align: center;
  }
}
.landing-body-outer {
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  align-items: center;
  overflow-x: hidden;
  background-color: #232323;
  font-family: Montserrat, Helvetica, sans-serif;
}
.landing-body-outer button {
  font-family: Montserrat, Helvetica, sans-serif !important;
}
.landing-body-outer .landing-body-inner {
  width: 1440px;
}
.landing-body-outer .landing-body-inner .landing-content {
  background-image: url("/img/layout/dark-course-1440.png");
}
.landing-body-outer .landing-body-inner .landing-content .landing-header {
  height: 120px;
  padding: 45px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-header img {
  height: 30px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body {
  padding: 40px 80px;
  height: 800px;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-start;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body .landing-body-right .info-panel {
  padding: 30px;
  background-color: white;
  opacity: 0.7;
  border-radius: 20px;
  color: #232323;
  font-size: 16px;
  min-height: 415px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body .landing-body-right .info-panel li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body > div {
  margin-top: 100px;
  width: 520px;
  padding: 30px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body h2 {
  font-size: 64px;
  line-height: 70px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body h2 {
  font-size: 26px;
  line-height: 32px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body p {
  font-size: 24px;
  line-height: 1.5em;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body p.small {
  font-size: 16px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body button {
  background: white;
  color: black;
  box-shadow: none;
  margin-top: 40px;
  margin-right: 40px;
  font-size: 14px;
}
.landing-body-outer .landing-body-inner .landing-content .landing-body button.active, .landing-body-outer .landing-body-inner .landing-content .landing-body button:hover {
  background: #1AA85D;
  color: white;
}
.landing-body-outer .landing-body-inner .landing-content .action-panel {
  padding: 20px;
  background-color: white;
  opacity: 0.7;
  border-radius: 20px;
  color: #232323;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.landing-body-outer .landing-body-inner .landing-content .action-panel > * {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.landing-body-outer .landing-body-inner .landing-content .action-panel button, .landing-body-outer .landing-body-inner .landing-content .action-panel img {
  background-color: #1AA85D;
  color: white;
  height: 40px;
  margin: 0px;
  margin-left: 10px;
  border-radius: 8px;
}
.landing-body-outer .landing-body-inner .landing-content .action-panel input {
  height: 40px;
}

@media screen and (max-width: 768px) {
  .landing-body-inner {
    width: 100vw !important;
  }

  .landing-body {
    height: auto !important;
    padding: 20px !important;
    flex-direction: column !important;
    align-items: center;
    justify-content: flex-start;
  }
  .landing-body .landing-body-right, .landing-body .landing-body-left {
    padding: 10px !important;
  }
  .landing-body button {
    margin: 3px !important;
  }
  .landing-body > div {
    margin-top: 30px !important;
    width: 100% !important;
  }
  .landing-body .action-panel > div:last-of-type {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
  }
  .landing-body .action-panel img, .landing-body .action-panel button {
    margin-top: 10px !important;
  }
}
.p80-menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: fixed;
  top: 0;
  left: -200px;
  height: 100vh;
  width: 200px;
  background-color: white;
  opacity: 0.95;
  transition: 0.5s;
  z-index: 999;
}
.p80-menu.open {
  left: 0;
  transition: 0.5s;
}
.p80-menu ul {
  list-style-type: none;
  padding-left: 0;
  color: #232323;
}
.p80-menu ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: solid 1px #efefef;
  cursor: pointer;
  overflow: hidden;
}
.p80-menu ul li:hover {
  color: #8a8383;
}
.p80-menu ul li i {
  color: #232323;
}
.p80-menu ul li i:before {
  margin-right: 10px;
}
.p80-menu ul li img {
  height: 30px;
  width: 30px;
  border-radius: 15px;
  margin-right: 7px;
}

.g-sponsors {
  width: 100%;
  margin-bottom: 20px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
}
.g-sponsors img {
  max-height: 100px;
  max-width: 100px;
}

body {
  color: #232323;
  font-family: Montserrat, Helvetica, sans-serif;
  font-size: 14px;
  margin: 0px;
}

.container-outer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.container-outer.dark {
  background-color: #232323;
}
.container-outer .container-inner {
  width: 100%;
  max-width: 1440px;
}

.page-footer {
  width: 100%;
  padding: 30px 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  .page-footer {
    padding: 30px;
  }
}
.page-footer a, .page-footer .link {
  color: white;
}
.page-footer a:hover, .page-footer .link:hover {
  color: #2F76A8;
}
.page-footer .social-media-links {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-top: 20px;
}
.page-footer .social-media-links a {
  margin: 20px;
}
.page-footer .social-media-links a i {
  color: white;
}
.page-footer .page-list {
  width: 100%;
  padding-top: 80px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .page-footer .page-list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-footer .page-list h4 {
  color: #fafafa;
}
.page-footer .page-list ul {
  list-style: none;
  padding: 0px;
}
.page-footer .page-list ul li {
  padding: 10px 0px;
}
.page-footer .copyright {
  color: #fafafa;
  margin-top: 30px;
  font-size: 0.8em;
  width: 100%;
  padding: 20px;
}

.container-main {
  display: flex;
  flex-direction: column;
  height: 100vh;
}
.container-main .container-header, .container-main .container-footer {
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.container-main .container-header > div, .container-main .container-footer > div {
  width: 1200px;
}
.container-main .container-header {
  height: 120px;
  border-bottom: none;
}
.container-main .container-header-clubs {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  /* Containers for each topline strip */
}
.container-main .container-header-clubs > div {
  width: 1200px;
  display: flex;
  flex-direction: row;
}
.container-main .container-header-clubs > div.golf80-header-strip {
  height: 65px;
  padding: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: none;
}
.container-main .container-header-clubs > div.golf80-header-strip img {
  height: 35px;
}
.container-main .container-header-clubs > div.club-banner {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-size: cover;
}
.container-main .container-header-clubs > div.club-banner .title {
  font-size: 36px;
  opacity: 0.9;
  padding: 30px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.container-main .container-header-clubs > div.club-banner img {
  height: 100px;
  margin: 20px;
}
.container-main .mobile-club-menu {
  width: 80vw;
  padding: 15px;
  position: fixed;
  top: 80px;
  left: 10px;
  background-color: white;
  opacity: 0.9;
  z-index: 100;
}
.container-main .container-footer {
  background-color: #232323;
  color: white;
}
.container-main .container-middle {
  width: 1200px;
  max-width: 100%;
  justify-content: center;
  align-self: center;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.container-main .container-middle .container-middle-menu {
  width: 200px;
  border-right: none;
  margin-right: 40px;
}
.container-main .container-middle .container-middle-content {
  padding: 60px 15px;
  width: 100%;
  max-width: 1370px;
  flex: 1 1 600px;
  overflow-y: auto;
  overflow-x: hidden;
  flex-grow: 1;
}
.container-main.club .container-middle .container-middle-content {
  padding: 15px 15px;
}

.page-menu {
  list-style: none;
  padding: 0px;
}
.page-menu li {
  border-bottom: none;
  cursor: pointer;
}
.page-menu li a {
  padding: 25px 5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  color: #232323;
}
.page-menu li a:hover, .page-menu li a.active {
  background-color: #f4f4f4;
}
.page-menu li a i {
  color: #232323;
}
.page-menu li a i:before {
  margin-right: 20px;
}
.page-menu li .profile {
  margin-top: 30px;
  padding: 25px 0px;
}

.page-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 45px;
  margin: 20px 0px;
}

.profile:hover {
  background-color: #f4f4f4;
}
.profile a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.profile a img {
  height: 40px;
  max-width: 60px;
  border-radius: 20px;
  margin-right: 10px;
}

.g80-text-page div {
  width: 50%;
  padding: 10px;
}
.g80-text-page div img {
  max-width: 100%;
  border-radius: 30px;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 18px;
  }
  body .container-main .container-header-clubs {
    /* Containers for each topline strip */
  }
  body .container-main .container-header-clubs > div {
    width: 100vw;
  }
  body .container-main .container-header-clubs > div.club-banner .title {
    font-size: 20px;
    padding: 10px;
  }
  body .container-main .container-header-clubs > div.club-menu2 {
    padding: 20px;
    flex-direction: column;
  }
  body .container-main .container-header-clubs > div.club-menu2 > span {
    border-bottom: solid 1px white;
  }
  body .container-main .container-header-clubs > div.club-menu2 img {
    border-radius: 20px;
  }
}
.g-flex-horizontal {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  align-items: flex-start;
}

.g-flex-vertical {
  display: flex;
  flex-direction: column !important;
  flex-wrap: wrap;
}

.g-flex-start {
  align-items: flex-start !important;
}

.g-flex-nowrap {
  flex-wrap: nowrap !important;
}

.g-flex-wrap {
  flex-wrap: wrap !important;
}

.g-flex-grow {
  flex-grow: 1;
}

.g80-flex-grow-evenly > * {
  flex: 1 1 0px;
}

.g-flex-space-between {
  justify-content: space-between;
}

.g-flex-justify-content-center {
  justify-content: center !important;
}

.g-flex-justify-content-space-around {
  justify-content: space-around;
}

.g-flex-justify-content-space-between {
  justify-content: space-between !important;
}

.g-flex-justify-content-start {
  justify-content: flex-start;
}

.g-flex-justify-content-end {
  justify-content: flex-end;
}

.g-flex-align-items-center {
  align-items: center;
}

.g-flex-align-items-end {
  align-items: flex-end;
}

.g-flex-align-items-start {
  align-items: flex-start;
}

.g-flex-justify-content-right {
  justify-content: right;
}

.g-flex-float-right {
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}

@media screen and (max-width: 768px) {
  .m80-flex-column {
    display: flex;
    flex-direction: column !important;
  }
  .m80-flex-column button {
    width: 100%;
  }
}
.match-round .match-round-title {
  background-color: #f4f4f4;
  margin-bottom: 15px;
  padding: 6px;
}

.matches {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.matches > div {
  height: 80px;
  width: 145px;
  margin: 5px;
  border-radius: 20px;
  padding: 3px;
  border: solid 1px #f4f4f4;
  font-size: 11px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.matches > div .meta {
  font-size: 9px;
  color: #8a8383;
}
.matches > div .data {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.matches > div .data > div.results {
  width: 50px;
  font-size: 1.2em;
  padding: 4px 2px;
}
.matches > div .data > div ul {
  width: 100px;
  list-style-type: none;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin: 0px 3px;
  padding-left: 0px;
}
.matches > div .data > div ul li {
  background-color: #ccc;
  color: white;
  border-radius: 3px;
  margin: 2px;
  padding-left: 4px;
  height: 20px;
  line-height: 20px;
}
.matches > div .data > div ul li span {
  float: right;
  margin-right: 5px;
}
.matches > div .data > div ul li.won {
  font-weight: bold;
  font-size: 1.1em;
}
.matches > div .data > div ul li.lost {
  background-color: #8a8383;
}

.match-edit {
  display: flex;
  flex-direction: column;
  padding: 10px;
  margin: 30px 0px;
  background-color: #fafafa;
  border-radius: 5px;
}
.match-edit > div {
  margin: 20px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.match-edit > div > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  width: 100px;
  margin-right: 5px;
}
.match-edit > div > div input {
  width: 100%;
}

.results_remaining {
  text-align: center;
  margin-top: 5px;
  font-size: 0.8em;
  color: #8a8383;
}

.heat-results .disabled {
  background-color: #FFD061;
}

.game-down:after, .game-up:after, .game-all-square:after {
  font-family: "Flaticon";
  content: "";
  margin: 0px 10px;
  background-color: #FF8C00;
  color: white;
  border-radius: 20px;
  font-size: 20px;
  font-variant: normal;
  position: relative;
  top: 3px;
}

.game-up:after {
  background-color: #1AA85D;
  content: "";
}

.game-all-square:after {
  background-color: #064876;
  content: "";
}

.g-icon:before {
  font-family: "Flaticon";
  position: relative;
  top: 3px;
  font-style: normal;
  font-size: 30px;
  color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 25px;
}
.g-icon.g-icon-large:before {
  font-size: 60px;
  top: 60px;
}

.g-card-icon {
  font-family: "Flaticon";
  height: 40px;
  width: 40px;
  font-size: 22px;
  border-radius: 20px;
  color: white;
}
.g-card-icon:before {
  position: relative;
  top: 9px;
  left: 9px;
}

div.isize1:before {
  font-size: 14px;
  padding: 3px;
}

div.isize2:before {
  padding: 5px;
}

div.isize3 {
  height: 60px !important;
  width: 60px !important;
  border-radius: 30px;
}
div.isize3:before {
  font-size: 32px;
  padding: 10px;
}

div.isize4 {
  height: 100px !important;
  width: 100px !important;
  border-radius: 50px;
}
div.isize4:before {
  font-size: 60px;
  padding: 5px;
  position: relative;
  top: 20px;
}

img.isize1 {
  height: 20px !important;
  width: 20px !important;
  border-radius: 10px;
  margin: 0px 5px !important;
}

img.isize2 {
  height: 40px !important;
  width: 40px !important;
  border-radius: 20px;
  margin: 0px 5px !important;
}

img.isize3 {
  height: 60px;
  width: 60px;
  border-radius: 30px;
  margin: 10px;
}

img.isize4 {
  height: 90px;
  width: 90px;
  border-radius: 45px;
  margin: 8px 22px;
}

.g-icon-largest:before {
  font-size: 60px;
  top: 20px;
  margin: 40px;
  padding: 10px;
}

.g-icon-Accounts:before,
.g-icon-Users:before {
  content: "";
}

.g-icon-WorkspaceNews:before {
  content: "";
}

.g-icon-Workspace:before {
  content: "";
}

.g-icon-Tournaments:before {
  content: "";
}

.g-icon-Bookings:before {
  content: "";
}

.g-icon-Leagues:before,
.g-icon-WorkspaceComponent:before {
  content: "";
}

.g-icon-Courses:before {
  content: "";
}

.g-icon-Groups:before {
  content: "";
}

.g-bullet {
  height: 10px;
  width: 10px;
  border-radius: 5px;
  display: inline-block;
}

.icolor0:before {
  background-color: #DB9900;
}

.icolor1:before,
.icolorCourses:before {
  background-color: #DA7800;
}

.icolor2:before {
  background-color: #064876;
}

.icolor3:before,
.icolorAccounts:before,
.icolorUsers:before {
  background-color: #1AA85D;
}

.icolor4:before {
  background-color: #736855;
}

.icolor5:before {
  background-color: #4c664c;
}

.g-background-Courses,
.g-background-Workspace {
  background-color: #8FB6D2 !important;
}

.g-background-Groups {
  background-color: #FFC379 !important;
}

.g-background-Leagues {
  background-color: #FFDC89 !important;
}

.g-background-Tournaments {
  background-color: #8FB6D2 !important;
}

.g-background-Tournaments .g-icon-Tournaments,
.g-background-Tournaments .g-icon-Leagues,
.g-background-Tournaments .g-icon-Groups,
.g-background-Tournaments .g-icon-Workspace,
.g-background-Tournaments .g-icon-Courses,
.g-background-Leagues .g-icon-Tournaments,
.g-background-Leagues .g-icon-Leagues,
.g-background-Leagues .g-icon-Groups,
.g-background-Leagues .g-icon-Workspace,
.g-background-Leagues .g-icon-Courses,
.g-background-Groups .g-icon-Tournaments,
.g-background-Groups .g-icon-Leagues,
.g-background-Groups .g-icon-Groups,
.g-background-Groups .g-icon-Workspace,
.g-background-Groups .g-icon-Courses,
.g-background-Workspace .g-icon-Tournaments,
.g-background-Workspace .g-icon-Leagues,
.g-background-Workspace .g-icon-Groups,
.g-background-Workspace .g-icon-Workspace,
.g-background-Workspace .g-icon-Courses,
.g-background-Courses .g-icon-Tournaments,
.g-background-Courses .g-icon-Leagues,
.g-background-Courses .g-icon-Groups,
.g-background-Courses .g-icon-Workspace,
.g-background-Courses .g-icon-Courses {
  background-color: transparent !important;
}

.g-background-Courses button {
  background-color: #064876;
  color: white;
}

.g-background-Groups button {
  background-color: #FF8C00;
  color: white;
}

.g-background-Leagues button {
  background-color: #DB9900;
  color: white;
}

.g-background-Tournaments button {
  background-color: #2F76A8;
  color: white;
}

/* PAYMENT PLACEHOLDER */
.payment-placeholder {
  position: relative;
  overflow: hidden;
  padding: 16px;
  border: 1px dashed #00883F;
  text-align: center;
}

.payment-placeholder h3 {
  padding: 90px 20px;
  position: relative;
  z-index: 2;
  height: 180px;
  height: 240px;
}

.payment-placeholder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0.4;
}

.payment-row-options {
  display: flex;
  flex-direction: column;
  padding: 20px;
  background-color: #f4f4f4;
}
.payment-row-options .payment-row-tabs {
  display: flex;
  flex-direction: row;
  justify-content: stretch;
}
.payment-row-options .payment-row-action-panels {
  display: flex;
  flex-direction: column;
}

.g-process-panel {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.g-process-panel > div {
  padding: 40px;
  opacity: 0.9;
  width: 600px;
  max-width: 90vw;
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-process-panel > div > div {
  padding: 40px;
  background-color: white;
  opacity: 0.9;
  margin-bottom: 10px;
}
.g-process-panel > div > div label {
  color: #232323;
  font-weight: 400;
}

.scorecard {
  border-collapse: separate;
  border-spacing: 3px 5px;
}
.scorecard thead th {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  border-bottom: solid 1px #f4f4f4;
  margin-bottom: 5px;
}
.scorecard tbody tr.active .title {
  background-color: white;
  color: #8a8383;
}
.scorecard tbody tr.active td.strokes input,
.scorecard tbody tr.active td.putts input {
  background-color: #8a8383;
}
.scorecard tbody tr td {
  text-align: center;
  border-bottom: solid 1px #f4f4f4;
  /* Webkit browsers like Safari and Chrome */
}
.scorecard tbody tr td span {
  display: inline-block;
  height: 28px;
  width: 28px;
  line-height: 28px;
  font-size: 18px;
  border-radius: 14px;
}
.scorecard tbody tr td input {
  width: 45px;
  text-align: center;
  padding: 3px;
}
.scorecard tbody tr td input[type=number] {
  -moz-appearance: textfield;
}
.scorecard tbody tr td input[type=number]::-webkit-inner-spin-button,
.scorecard tbody tr td input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.scorecard tbody tr td.bold {
  font-weight: 400;
  font-size: 1.3em;
}
.scorecard tbody tr td .points {
  padding: 3px 0px;
}
.scorecard.g-zoom2 tbody tr td {
  font-size: 65px;
}
.scorecard.g-zoom2 tbody tr td span {
  font-size: 65px;
  height: 65px;
  width: 65px;
  line-height: 65px;
}

.playertabs {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.playertabs > div {
  border: solid 1px #ddd;
  padding: 5px;
  cursor: pointer;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  margin-right: 3px;
}
.playertabs > div.active {
  background-color: #ccc;
  color: white;
}
.playertabs div.player.active {
  background-color: #42a5f5;
  color: white;
}

/* Round stats overview in scorecard - circles around stats values */
.batch {
  width: 65px;
  padding: 3px;
  text-align: center;
  border: solid 2px #f4f4f4;
  border-radius: 15px;
}
.batch small {
  font-size: 11px;
  color: #8a8383;
  margin-left: 5px;
}

.circle-small {
  background-color: #49c6e6;
  line-height: 12px;
  border-radius: 6px;
  width: 12px;
  display: inline-block;
  color: white;
}

.legend-list {
  padding: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.legend-list > span {
  height: 25px;
  min-width: 25px;
  line-height: 25px;
  margin: 3px;
  text-align: center;
}

.g-round-title {
  width: 100vw;
  max-width: 100%;
  height: 115px;
  background-color: #fafafa;
  border-bottom: solid 1px #f4f4f4;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0px;
}
.g-round-title > div {
  border-radius: 0px;
  width: 100%;
  height: 115px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  background-color: white;
  opacity: 0.8;
  padding: 2px 10px;
}

.scorecard-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
  font-size: 11px;
  margin-bottom: 8px;
  /* Stats container */
}
.scorecard-info .name-row {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.scorecard-info .name-row > div {
  display: flex;
  align-items: center;
  font-size: 18px;
}
.scorecard-info .background-card {
  border-radius: 20px;
  width: 25%;
  margin-right: 15px;
  background-size: cover;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.scorecard-info .background-card > div {
  flex-grow: 1;
}
.scorecard-info .background-card > span {
  text-align: center;
  width: 100%;
  background-color: white;
  opacity: 0.7;
  padding: 10px;
}
.scorecard-info > div {
  display: flex;
  flex-direction: column;
  width: 78%;
}
@media (max-width: 768px) {
  .scorecard-info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .scorecard-info > div {
    width: 100%;
  }
}

/* Row container with header as first row */
.stats-panels {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  /* Stats panel */
}
.stats-panels > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 32%;
  height: 110px;
  background-color: #fafafa;
  border-radius: 20px;
  padding: 10px;
  /* Stats panel row */
}
.stats-panels > div > div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 600;
}
.stats-panels > div > div > span:first-of-type {
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .stats-panels {
    flex-direction: column;
  }
  .stats-panels > div {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-radius: 0px;
    border-bottom: solid 1px #f4f4f4;
  }
}

.action-banner {
  margin: 20px 0px;
  display: flex;
  justify-content: flex-end;
}

.f0 {
  color: #7db44d;
}

.f1 {
  color: #7db44d;
}

.f2 {
  color: #62bc98;
}

.f3 {
  color: #49c6e6;
}

.f4 {
  color: #f8c03d;
}

.f5 {
  color: #f7983c;
}

.f6 {
  color: #f8703d;
}

.b0 {
  border-color: #7db44d;
}

.b1 {
  border-color: #7db44d;
}

.b2 {
  border-color: #62bc98;
}

.b3 {
  border-color: #49c6e6;
}

.b4 {
  border-color: #f8c03d;
}

.b5 {
  border-color: #f7983c;
}

.b6 {
  border-color: #f8703d;
}

.ba1 {
  background-color: #7db44d !important;
  color: white !important;
}

.ba1 {
  background-color: #7db44d !important;
  color: white !important;
}

.ba2 {
  background-color: #62bc98 !important;
  color: white !important;
}

.ba3 {
  background-color: #49c6e6 !important;
  color: white !important;
}

.ba4 {
  background-color: #f8c03d !important;
  color: white !important;
}

.ba5 {
  background-color: #f7983c !important;
  color: white !important;
}

.ba6 {
  background-color: #f8703d !important;
  color: white !important;
}

.scorecard .l,
.mobilescorecard .l,
.stats .l {
  background-color: inherit;
}

.scorecard .l0,
.mobilescorecard .l0,
.stats .l0 {
  background-color: #7DB44D;
  color: white;
  font-weight: bold;
}

.scorecard .l1,
.mobilescorecard .l1,
.stats .l1 {
  background-color: #7DB44D;
  color: white;
}

.scorecard .l2,
.mobilescorecard .l2,
.stats .l2 {
  background-color: #62BC98;
  color: white;
}

.scorecard .l3,
.mobilescorecard .l3,
.stats .l3 {
  background-color: #49C6E6;
  color: white;
}

.scorecard .l4,
.mobilescorecard .l4,
.stats .l4 {
  background-color: #F8C03D;
  color: white;
}

.scorecard .l5,
.mobilescorecard .l5,
.stats .l5 {
  background-color: #F7983C;
  color: white;
}

.scorecard .l6,
.mobilescorecard .l6,
.stats .l6 {
  background-color: #F8703D;
  color: white;
  border-radius: 14px;
}

.m-panels .m-panel-profile {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.m-panels .m-panel-profile img {
  height: 100px;
  width: 100px;
  border-radius: 50px;
  margin: 0px 20px;
}
.m-panels .m-panel-stats {
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  font-size: 20px;
}
.m-panels .m-panel-stats > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  margin: 5px;
  cursor: pointer;
}
.m-panels .m-panel-stats > div > span:first-child {
  height: 60px;
  width: 60px;
  line-height: 45px;
  border-width: 8px;
  border-style: solid;
  border-radius: 30px;
  text-align: center;
}
.m-panels .m-panel-stats > div > span:first-child:hover {
  border-style: double;
}
.m-panels .m-panel-stats > div > span:last-child {
  font-size: 10px;
}
.m-panels .m-panel-stats.size2 {
  padding: 0px;
}
.m-panels .m-panel-stats.size2 > div {
  width: 115px;
}
.m-panels .m-panel-stats.size2 > div > span:first-child {
  height: 90px;
  width: 90px;
  line-height: 68px;
  border-width: 8px;
  border-style: solid;
  border-radius: 45px;
  text-align: center;
  border-width: 12px;
}
.m-panels .m-panel-stats.size2 > div > span:first-child:hover {
  border-style: double;
}

@media screen and (max-width: 768px) {
  .m-panels .m-panel-stats {
    font-size: 38px;
  }
  .m-panels .m-panel-stats > div > span:first-child {
    height: 95px;
    width: 95px;
    line-height: 75px;
    border-width: 10px;
    border-radius: 50px;
  }
  .m-panels .m-panel-stats > div > span:first-child.small {
    font-size: 30px;
  }
  .m-panels .m-panel-stats > div > span:last-child {
    font-size: 10px;
  }
}
.score-entry-mobile-container {
  display: flex;
  flex-direction: column;
  text-align: center;
  vertical-align: middle;
  font-size: 14vw;
}
.score-entry-mobile-container > div {
  display: flex;
  flex-direction: row;
}
.score-entry-mobile-container > div > div, .score-entry-mobile-container > div > span {
  flex: 1;
}
.score-entry-mobile-container .score-entry-navigation {
  line-height: 60px;
  cursor: pointer;
}
.score-entry-mobile-container .score-entry-navigation span {
  margin: 5px;
  display: inline-block;
  width: 60px;
  border-radius: 30px;
  background-color: #676767;
  color: white;
}
.score-entry-mobile-container .score-entry-navigation .hole > span {
  background-color: #232323;
}
.score-entry-mobile-container .score-entry-hole-info {
  background-color: #fafafa;
  font-size: 26px;
}
.score-entry-mobile-container .score-entry-player {
  cursor: pointer;
  display: flex;
  flex-direction: column;
}
.score-entry-mobile-container .score-entry-player .score-entry-player-info {
  background-color: #1AA85D;
  font-size: 20px;
  color: white;
}
.score-entry-mobile-container .score-entry-player > div {
  display: flex;
  flex-direction: row;
  flex: 1;
  justify-content: space-evenly;
}
.score-entry-mobile-container .score-entry-player > div .score-entry-font-small {
  font-size: 16px;
  line-height: 64px;
}
.score-entry-mobile-container .score-entry-player > div.score-entry-player-strokes {
  background-color: #f4f4f4;
}
.score-entry-mobile-container .score-entry-player > div.score-entry-player-putts {
  background-color: #fafafa;
  border-bottom: solid 1px #ddd;
}
.score-entry-mobile-container .score-entry-player > div > div {
  flex: 1;
}

@media (min-width: 750px) {
  .score-entry-mobile-container {
    font-size: 40px;
  }
}
.scorelist > div {
  display: flex;
  flex-direction: row;
  flex-basis: auto;
  width: auto;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 10px;
  margin-bottom: 20px;
  height: 80px;
  cursor: pointer;
}
.scorelist > div > div {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 106px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.scorelist > div > div:first-of-type {
  width: 150px;
  justify-content: flex-end;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  background-color: #a2a2a2;
  background-color: #a2a2a2;
}
.scorelist > div > div:first-of-type div.g-icon {
  background-color: transparent;
}
.scorelist > div > div:first-of-type div.g-icon:before {
  position: relative;
  top: -8px;
}
.scorelist > div > div:first-of-type span {
  background-color: white;
  opacity: 0.8;
}
.scorelist > div > div.stats span {
  width: 100%;
  display: block;
  font-size: 26px;
}
.scorelist > div > div.stats label {
  text-align: center;
  display: contents;
  font-size: 8px;
}

.scorelistentry {
  margin-top: 40px;
  margin-bottom: 40px;
  border-bottom: solid 1px #fafafa;
  cursor: pointer;
}

.scorelistentry img {
  max-width: 88px;
  height: 88px;
  float: left;
}

.scorelistentry div.title .course {
  text-align: right;
}

.scorelistentry div.title .time {
  text-align: center;
}

.scorelistentry div.title {
  background-color: #fafafa;
}

.scorelistentry .row.score {
  font-size: 1.5em;
  text-align: center;
}

.scorelistentry .row.score {
  padding: 6px;
}

.scorelistentry .scoretitles {
  font-size: 0.8em;
  text-align: center;
}

.scorelistentry .scoretitles > div {
  padding: 0px;
}

.scorelistentry .holes {
  color: #DA7800;
}

.scorelistentry .holes9 {
  color: #FF8C00;
  font-weight: bold;
}

.scorelistentry .holes18 {
  color: #00883F;
  font-weight: bold;
}

.Points-3 {
  color: #DB9900;
}

.Points-2 {
  color: #ccc;
}

.Points-1 {
  color: #DA7800;
}

.Points0 {
  color: #FF8C00;
}

.Points1 {
  color: #35A86A;
}

.Points2 {
  color: #049A4A;
}

.Points3 {
  color: #00883F;
}

.category-women, .category-men {
  background-color: #232323;
  padding: 6px;
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
}
.category-women i, .category-men i {
  color: white;
}

.scorelist_mobile > div {
  display: flex;
  flex-direction: column;
  border: solid 1px gray;
  border-radius: 8px;
  align-items: center;
  margin: 30px 10px;
  cursor: pointer;
}
.scorelist_mobile > div div.banner {
  width: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.scorelist_mobile > div div.banner .title {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 70%;
  margin: 10px 0px;
  padding: 5px;
  text-align: center;
  background-color: white;
  opacity: 0.8;
  margin: 15px;
  border-radius: 10px;
}
.scorelist_mobile > div div.stats {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 20px;
}
.scorelist_mobile > div div.stats > div {
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-basis: 0;
  flex-grow: 1;
}
.scorelist_mobile > div div.stats > div span {
  line-height: 50px;
}
.scorelist_mobile > div div.stats > div span:first-of-type {
  font-weight: 600;
  font-size: 50px;
}
.scorelist_mobile > div div.stats > div label {
  font-size: 0.6em;
}

.entry-list {
  display: flex;
  flex-direction: column;
}
.entry-list > div {
  margin: 10px 0px;
  background-color: #fafafa;
  border: solid 1px #ddd;
  padding: 10px;
}
.entry-list > div > div {
  padding: 10px;
}
.entry-list > div .title {
  font-size: 1.2em;
}
.entry-list > div .details {
  font-size: 0.9em;
}
.entry-list > div .details ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.entry-list > div .details ul li {
  border-bottom: 1px solid #ddd;
}
.entry-list > div .actions button, .entry-list > div .actions i {
  margin-left: 5px 15px;
}

.m80-filter {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  font-weight: 600;
  width: 100vw;
  max-width: 750px;
  margin-bottom: 10px;
  cursor: pointer;
  line-height: 15px;
  white-space: nowrap;
  font-size: 0.8em;
}
.m80-filter > div {
  flex-grow: 1;
  padding: 15px 5px;
  text-align: center;
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
}
.m80-filter > div:first-of-type {
  border-left: none;
}
.m80-filter > div:last-of-type {
  border-right: 0px;
}
.m80-filter > div.active {
  background-color: #a3e4c1;
}
.m80-filter > div.m80-filter-nav {
  background-color: #676767;
  color: white;
  width: 60px;
  text-align: center;
  flex-grow: 0;
}

.fab-wrapper {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
}

.fab-checkbox {
  display: none;
}

.fab {
  position: absolute;
  bottom: -1rem;
  right: -3rem;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  background: #676767;
  box-shadow: 0 5px 20px #232323;
  transition: all 0.3s ease;
  z-index: 1;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}

.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(0, 0, 0, 0.2);
}

.fab:hover {
  background: #232323;
  box-shadow: 0 5px 20px 5px #232323;
}

.fab-dots {
  position: absolute;
  height: 4px;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}

.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}

.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}
.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}

.fab-action {
  position: absolute;
  background: #0f1941;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(61, 61, 61, 0.82);
  transition: all 1s ease;
  opacity: 0;
}
.fab-action i {
  color: white;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #232323;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ECECEC;
  opacity: 0.9;
  display: none;
}

.fab-checkbox:checked ~ .backdrop {
  display: block;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}

.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}

.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}

.wrapper .tabs_wrap {
  padding: 20px;
  border-bottom: 1px solid #ebedec;
}

.wrapper .tabs_wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

.wrapper .tabs_wrap ul li {
  list-style: none;
  width: 135px;
  text-align: center;
  background: #e9ecf1;
  border-right: 1px solid #c1c4c9;
  padding: 13px 15px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.wrapper .tabs_wrap ul li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.wrapper .tabs_wrap ul li:last-child {
  border-right: 0px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.wrapper .tabs_wrap ul li:hover,
.wrapper .tabs_wrap ul li.active {
  background: #fafafa;
  color: #fff;
}

.steps {
  width: auto;
  background-color: #FFF;
  padding: 24px 0;
  position: relative;
  margin: auto;
}
.steps::before {
  height: 24px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.2);
}
.steps::after {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: var(--primary-color);
  box-shadow: 0px 0px 5px 0px var(--primary-color);
  border-radius: 15px;
  left: calc(50px / 2);
  bottom: 24px;
  transform: translateX(-45%);
  z-index: 2;
}
.steps .step {
  padding: 0 20px 24px 50px;
  overflow: visible;
}
.steps .step::before {
  content: "";
  position: absolute;
  height: 13px;
  width: 13px;
  background-color: #ddd;
  border-radius: 15px;
  left: calc(50px / 2);
  transform: translateX(-45%);
  z-index: 2;
}
.steps .step.active::before {
  background-color: black;
}
.steps .step::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #ddd;
  left: calc(50px / 2);
  top: 0;
  z-index: 1;
}
.steps .step.minimized {
  cursor: pointer;
  height: 25px;
  overflow: hidden;
}

table.g-same-size-columns td, table.g-same-size-columns th {
  width: 200px;
}
table.g-table, table.e-table {
  width: 100%;
  margin: 15px 0px;
}
table.g-table tbody tr, table.e-table tbody tr {
  height: 60px;
}
table.g-table thead tr, table.e-table thead tr {
  height: 40px;
}
table.g-table-flex-cells-horizontal td > div, table.g-table-flex-cells-horizontal th > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
table.avatars-rounded tbody tr td img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin: 0px;
  padding: 0px;
}
table td, table th {
  text-align: left;
  padding-left: 5px;
  padding-right: 5px;
}
table td.g-right, table th.g-right {
  text-align: right !important;
}
table td.g-center, table th.g-center {
  text-align: center !important;
}
table tr.title td, table tr.title th {
  background-color: #dedede;
}
table th {
  font-variant: all-small-caps;
  font-weight: 500;
  background-color: white;
}
table.g-padding-small th, table.g-padding-small td {
  padding: 10px;
}
table.g-padding-smallest th, table.g-padding-smallest td {
  padding: 5px;
}
table.h-border tr td {
  border-bottom: solid 1px #f4f4f4;
}
table.h-border tr:last-of-type td {
  border-bottom: none;
}
table .h-border-none td {
  border-bottom: none;
}
table.g-zebra tbody > tr:nth-child(odd), table.g-table tbody > tr:nth-child(odd), table.e-table tbody > tr:nth-child(odd) {
  background-color: #f4f4f4;
}
table.h-align-center td, table.h-align-center th {
  text-align: center;
}
table.h-align-center td span, table.h-align-center th span {
  display: block;
  text-align: center;
  margin: 0 auto;
}
table.g-align-first-left td:first-child, table.g-align-first-left th:first-child {
  text-align: left;
}
table.g-align-first-left td:first-child span, table.g-align-first-left th:first-child span {
  width: 100%;
  text-align: left;
}
table.g-align-first-center td:first-child, table.g-align-first-center th:first-child {
  text-align: center;
}
table.table-row-spacing {
  border-collapse: separate;
  border-spacing: 0 15px;
}
table .g-highlight {
  font-weight: 600;
}
table.table-fixed-width {
  table-layout: fixed;
  overflow-wrap: break-word;
}
table.g-list-table {
  width: 100%;
}
table.g-list-table td, table.g-list-table th {
  text-align: center;
  padding: 2px 4px;
}
table.g-list-table td:first-child, table.g-list-table th:first-child {
  text-align: left;
}
table.g-list-table tbody > tr:nth-child(odd) {
  background-color: #f4f4f4;
}
table.g-list-table img {
  height: 50px;
  width: 50px;
  border-radius: 25px;
  margin: 0px;
  padding: 0px;
}
table.g-list-table td.g-info {
  display: flex;
  flex-direction: column;
  text-align: left;
}
table.g-list-table td.g-info > span:first-of-type {
  font-weight: 500;
}
table td.buttons {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 60px;
}
table td.buttons button {
  margin-right: 5px;
}
table td.buttons button:last-of-type {
  margin-right: 0px;
}
@media screen and (max-width: 750px) {
  table.m-table {
    width: 100%;
    max-width: 100vw;
    border-collapse: separate;
    border-spacing: 0 10px;
  }
  table.m-table th, table.m-table td {
    padding: 0px;
    text-align: center;
  }
  table.m-table th {
    padding-left: 2px;
    padding-right: 2px;
    background-color: #232323;
    color: white;
  }
  table.m-table th:first-child {
    text-align: inherit;
  }
  table.m-table td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  table.m-table td:first-of-type {
    text-align: left;
  }
  table.m-table td span {
    display: block;
    text-align: left;
    line-height: 1em;
  }
  table.m-table td span:first-of-type {
    font-weight: 600;
  }
  table.m-table tbody > tr:nth-child(even) {
    background-color: #fafafa;
  }
}
table .g-table-section-separator th, table .g-table-section-separator td {
  background-color: #2F76A8;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .action-panel {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  .action-panel > div {
    width: 100%;
    box-shadow: 5px 5px #fafafa;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 20px;
    margin: 0px;
    padding: 5px;
    border: solid 1px #fafafa;
    background-color: none;
    display: flex;
  }
  .action-panel > div > i {
    font-size: 15vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .action-panel > div > i {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .action-panel > div > i::after {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #app {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
}
@media screen and (max-width: 768px) {
  .p80-content-container-outer {
    max-width: 750px;
    flex-grow: 1;
  }
  .p80-content-container-outer .p80-content {
    flex-grow: 1;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .p80-content-container-outer .g-cards {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p80-content-container {
    width: 100%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .golf80-header-strip {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: solid 1px #f4f4f4;
  }
  .golf80-header-strip img {
    height: 20px;
  }
  .golf80-header-strip i {
    font-size: 28px;
    margin: 5px;
  }
}
@media screen and (max-width: 768px) {
  .club-banner-mobile {
    height: 90px;
    min-height: 90px;
    width: 100vw;
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .club-banner-mobile .title {
    font-size: 1.2em;
    opacity: 0.9;
    padding: 30px;
  }
  .club-banner-mobile img {
    height: 50px;
    margin: 10px;
  }
}
@media screen and (min-width: 768px) {
  .p80-mobile-on-desktop {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .p80-mobile-on-desktop > * {
    width: 75%;
  }
}
.p80-page {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  max-width: 750px;
}
.p80-page .p80-banner {
  background-color: #1AA85D;
  width: 100%;
  height: 65px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.p80-page .p80-banner i {
  color: white;
  font-size: 24px;
}
.p80-page .p80-banner i:before {
  margin: 40px;
}
.p80-page .p80-banner .p80-logo {
  padding: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  color: gray;
}
.p80-page .p80-banner .p80-logo img {
  width: 50%;
  margin-right: 15px;
}
.p80-page .p80-footer {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-color: #1AA85D;
  color: white;
  font-size: 0.7em;
  text-align: center;
  padding: 15px;
  /* Club logo */
}
.p80-page .p80-footer > div {
  margin: 0px 20px;
}
.p80-page .p80-footer img {
  max-height: 70px;
  max-width: 70px;
}

.g80-available {
  background-color: white;
  color: black;
}

.g80-locked,
.teetimes-unavailable {
  background-color: #dddddd;
  color: white;
}

.g80-available {
  background-color: white;
  color: black;
}

.g80-blocked {
  background-color: #ccd4f1;
  color: white;
}

.g80-locked:hover,
.teetimes-unavailable:hover,
.g80-available:hover,
.g80-blocked:hover {
  background-color: white;
  color: #c6c6c6;
}

.g80-teetimes {
  display: flex;
  flex-direction: horizontal;
  flex-wrap: nowrap;
}
.g80-teetimes div.hour {
  background-color: white;
  margin-right: 30px;
  line-height: 50px;
  color: black;
  background-color: inherit;
}
.g80-teetimes div.hour:hover {
  background-color: inherit;
}
.g80-teetimes div.slots {
  display: flex;
  flex-direction: horizontal;
  flex-wrap: wrap;
  font-size: 10px;
  line-height: 15px;
  padding-top: 5px;
}
.g80-teetimes div.slots > div {
  padding-top: 5px;
  border-radius: 8px;
  margin: 10px;
  width: 90px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.g80-teetimes div.slots > div > div:last-of-type {
  line-height: 30px;
  font-size: 18px;
}
.g80-teetimes div.slots > div > div > span {
  margin-left: 5px;
  margin-right: 5px;
}
.g80-teetimes div.slots > div > div > span.price {
  color: #56c77c;
}

.booking-time {
  padding: 15px;
  border-radius: 15px;
  background-color: #ccc;
  color: white;
  font-weight: 600;
  display: inline-block;
  margin: 15px;
  font-size: 1.4em;
}

.resource-list {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}
.resource-list > div {
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 8px 0px;
  font-size: 1.2em;
  color: font-color-ligthest;
}
.resource-list > div::before {
  margin-right: 5px;
  font-family: "Flaticon";
  content: "";
}
.resource-list > div.selected {
  color: #ccc;
}
.resource-list > div.selected::before {
  content: "";
}

.tee-time-result-container {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  max-width: 100%;
}
.tee-time-result-container .selection-titles {
  display: flex;
  flex-direction: row;
}
.tee-time-result-container .selection-titles > div {
  margin-right: 5px;
  font-size: 1.2em;
  padding: 5px 15px;
  cursor: pointer;
  border: solid 0px #ddd;
  border-radius: 5px;
}
.tee-time-result-container .selection-titles > div.active {
  background-color: #e2e2e2;
}

.course-filter {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.course-filter > div {
  width: 160px;
}
.course-filter.course-filter-visible {
  margin-right: 30px;
  width: 160px;
  transition: all 1s ease;
}
.course-filter.course-filter-hidden {
  margin-right: 0px;
  width: 0px;
  transition: all 1s ease;
}

.selection-content {
  padding-top: 25px;
}

.offers-panel {
  padding: 30px;
  background-color: #fafafa;
}
.offers-panel .offers-strip > div, .offers-panel .single-offer > div {
  padding: 10px;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  border: solid 1px #ddd;
  border-radius: 5px;
  margin: 10px;
}
.offers-panel .offers-strip > div.selected, .offers-panel .single-offer > div.selected {
  border-color: #8a8383;
}
.offers-panel .offers-strip > div .title, .offers-panel .single-offer > div .title {
  font-weight: 800;
  text-align: center;
  height: 80px;
}
.offers-panel .offers-strip > div > img, .offers-panel .single-offer > div > img {
  height: 120px;
  margin-bottom: 15px;
}
.offers-panel .offers-strip {
  max-width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: hidden;
}
.offers-panel .offers-strip > div {
  width: 200px;
  height: 250px;
}
.offers-panel .single-offer > div {
  width: 100%;
  max-width: 750px;
  text-align: center;
}

.g80-reservation-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 15px;
  height: 80px;
  font-size: 32px;
  margin-bottom: 10px;
  background-color: #fafafa;
  border-bottom: solid 1px #f4f4f4;
}
.g80-reservation-header img {
  height: 80px;
}

.r-status-icon-0,
.r-status-icon-10,
.r-status-icon-20,
.r-status-icon-30,
.r-status-icon-40 {
  display: block;
  height: 20px;
  width: 20px;
  border-radius: 10px;
}
.r-status-icon-0:before,
.r-status-icon-10:before,
.r-status-icon-20:before,
.r-status-icon-30:before,
.r-status-icon-40:before {
  font-family: "Flaticon";
  position: relative;
  font-style: normal;
  font-size: 20px;
  color: white;
  border-radius: 20px;
}

.r-status-icon-0 {
  background-color: #FFDC89;
}
.r-status-icon-0:before {
  content: "";
}

.r-status-icon-10 {
  background-color: #DB9900;
}
.r-status-icon-10:before {
  content: "";
}

.r-status-icon-20 {
  background-color: #a3e4c1;
}
.r-status-icon-20:before {
  content: "";
}

.r-status-icon-30 {
  background-color: #35A86A;
}
.r-status-icon-30:before {
  content: "";
}

.r-status-icon-40 {
  background-color: #DA7800;
}
.r-status-icon-40:before {
  content: "";
}

.g-drag-over {
  border: solid 1px #FFC379;
  font-weight: 500;
}

.g-visible-flex-True {
  display: flex;
}

.g-visible-flex-False {
  display: none;
}

.title, .header {
  font-size: 1.15em;
  line-height: 1.15em;
  margin-bottom: 10px;
}

.g-title {
  padding: 10px;
  background-color: #e2e2e2;
  margin: 5px 0px;
  width: 100%;
}
.g-title.g-title-selected:after {
  font-family: "Flaticon";
  content: "";
  font-style: normal;
  position: relative;
  left: 20px;
  top: 3px;
}

.g-bold {
  font-weight: 500;
}

.g-transparent {
  color: transparent;
}

.g-strong {
  font-weight: 500;
}

.g-color-weak {
  color: #8a8383;
}

ul.search-filter {
  list-style: none;
}
ul.search-filter icon {
  margin-left: 15px;
}

.g-clickable {
  cursor: pointer;
}

.g-link {
  color: #064876;
  cursor: pointer;
}

.g-brand-color-lightest {
  color: #efefef;
}
.g-brand-color-lightest:hover {
  color: #ccc;
}

.g-hover-round-border:hover {
  border: solid 1px #ccc;
  border-radius: 10px;
}

.g-height-100p {
  height: 100% !important;
}

.g-width-100p {
  width: 100% !important;
}

.g-width-80p {
  width: 80%;
}

.g-width-75p {
  width: 75%;
}

.g-width-70p {
  width: 70%;
}

.g-width-60p {
  width: 60%;
}

.g-width-50p {
  width: 50%;
}

.g-width-40p {
  width: 40%;
}

.g-width-30p {
  width: 30%;
}

.g-width-25p {
  width: 25%;
}

.g-width-20p {
  width: 20%;
}

.g-width-25 {
  width: 25px !important;
}

.g-width-50 {
  width: 50px !important;
}

.g-width-75 {
  width: 75px !important;
}

.g-width-100 {
  width: 100px !important;
}

.g-width-150 {
  width: 150px !important;
}

.g-width-200 {
  width: 200px !important;
}

.g-width-250 {
  width: 250px !important;
}

.g-width-350 {
  width: 350px !important;
}

.g-width-400 {
  width: 400px !important;
}

.g-width-2digits {
  width: 67px !important;
}

.g-width-6digits {
  width: 85px !important;
}

@media (max-width: 800px) {
  .m-width-100p {
    width: 100% !important;
  }
}
.g80-rounded-corners-small {
  border-radius: 5px;
}

.g80-rounded-corners-medium {
  border-radius: 15px;
}

.b-border-xlarge {
  border-bottom: solid 5px #ddd;
}

.profile-circle {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  margin: 5px;
}

/* FLOATING */
.g-text-align-center {
  text-align: center !important;
}

.g-text-align-right {
  text-align: right !important;
}

.g-text-align-left {
  text-align: left !important;
}

.h-align-left {
  text-align: left;
}

.no-top-margin {
  margin-top: 0px !important;
}

.g-no-margin {
  margin: 0px !important;
}

.g-before-margin-small:before {
  margin: 3px !important;
}

.g-margin-medium {
  margin: 15px;
}

.g-margin-large {
  margin: 30px;
}

.g-children-space-between > div {
  display: flex;
  justify-content: space-between;
}

.g-margin-children-small > * {
  margin: 5px;
}

.g-margin-children-medium > *, .g-margin-children-medium > form > * {
  margin: 15px;
}

.g-padding-children-medium > *, .g-padding-children-medium > form > * {
  padding: 15px;
}

.v-margin-children-medium > *, .v-margin-children-medium > form > * {
  margin-top: 30px;
  margin-bottom: 30px;
}

.h-margin-children-medium > *, .h-margin-children-medium > form > * {
  margin-right: 30px;
  margin-left: 30px;
}
.h-margin-children-medium > *:first-of-type, .h-margin-children-medium > form > *:first-of-type {
  margin-left: 0px;
}
.h-margin-children-medium > *:last-of-type, .h-margin-children-medium > form > *:last-of-type {
  margin-right: 0px;
}

.g-margin-children-large > * {
  margin: 30px;
}

.g-margin-small {
  margin: 7px;
}

.v-margin-small {
  margin-top: 7px;
  margin-bottom: 7px;
}

.v-margin-medium {
  margin-top: 15px;
  margin-bottom: 15px;
}

.v-margin-large {
  margin-top: 30px;
  margin-bottom: 30px;
}

.t-margin-small {
  margin-top: 15px;
}

.t-margin-large {
  margin-top: 40px;
}

.b-margin-medium {
  margin-bottom: 15px;
}

.b-margin-large {
  margin-bottom: 40px;
}

.t-margin-medium {
  margin-top: 15px;
}

.t-margin-xlarge {
  margin-top: 70px;
}

.t-margin-xxlarge {
  margin-top: 120px;
}

.h-margin-none {
  margin-left: 0px;
  margin-right: 0px;
}

.h-margin-small {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.h-margin-large {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.h-padding-none td,
.h-padding-none {
  padding-top: 0px;
  padding-bottom: 0px;
}

.v-padding-none td {
  padding-left: 0px;
  padding-right: 0px;
}

i.r-margin-medium:before {
  margin-right: 15px;
}

.l-padding-medium {
  padding-left: 15px;
}

.l-padding-large {
  padding-left: 25px;
}

.v-padding-medium {
  padding-top: 15px;
}

.t-padding-medium {
  padding-top: 10px;
}

.b-padding-medium {
  padding-bottom: 10px;
}

.b-padding-large {
  padding-bottom: 30px;
}

.g-padding-large {
  padding: 30px;
}

.g-padding-small {
  padding: 7px;
}

.g-padding-medium {
  padding: 15px;
}

.v-padding-medium {
  padding-top: 15px;
  padding-bottom: 15px;
}

.h-padding-small {
  padding-left: 10px;
  padding-right: 10px;
}

.h-padding-large {
  padding-left: 30px;
  padding-right: 30px;
}

.g-width-content {
  width: fit-content;
}

.g-border {
  border: solid 1px #f4f4f4;
}

.g-border-radius-default {
  border-radius: 5px;
}

.g-bottom-border {
  border-bottom: solid 1px #f4f4f4;
}

.g-font-size-small {
  font-size: 0.85em;
}

.g-font-size-smallest {
  font-size: 0.7em;
}

.no-border {
  border: solid 0px white;
}

.g-grid-padding-icons {
  padding: 8px;
}
.g-grid-padding-icons i:before {
  margin-left: 4px;
  margin-right: 4px;
}

img.social-media {
  height: 30px;
  margin: 10px;
  text-align: center;
}
img.social-media.google {
  height: 38px;
}

.background-shade {
  background-color: #fafafa;
}

.g-background-form {
  background-color: #fafafa;
}

.h-icon-margin-medium::before {
  margin-left: 5px !important;
  margin-right: 5px !important;
}

.g-shadow {
  box-shadow: 0px 2px 5px 3px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.g-no-shadow {
  box-shadow: none;
}

.warning {
  background-color: #8a8383;
  color: white;
}
.warning i {
  color: white !important;
}

.g80-grid-actions {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.g80-grid-actions i {
  display: block;
}
.g80-grid-actions i::before {
  margin-right: 8px;
}
.g80-grid-actions i:last-of-type::before {
  margin-right: 3px;
}

.g-checklist {
  list-style-type: none;
}
.g-checklist > li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.g-checklist > li:before {
  font-family: "Flaticon";
  content: "";
  position: relative;
  top: 3px;
  margin-left: -14px;
  left: -10px;
}

.g-check:before {
  font-family: "Flaticon";
  content: "";
  position: relative;
}

.g-circle-icon:before {
  background-color: #f4f4f4;
  color: white;
  padding: 7px;
  border-radius: 10px;
}
.g-circle-icon:before:hover {
  background-color: #35A86A;
}

.g-hidden {
  visibility: hidden;
  height: 0px;
  width: 0px;
  transition: all 0.2s ease;
}

.full-screen {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.full-screen > * {
  max-width: 100%;
  max-height: 100%;
}

.full-screen-map {
  background-image: url(https://static.golf80.com/img/Layout/Dev/reykjavik-golf-map.png);
  background-size: cover;
}
.full-screen-map > div {
  height: 100%;
  width: 100%;
  background-color: white;
  opacity: 0.6;
  text-align: center;
  padding: 50px;
}

.g-color-1 {
  color: #DB9900;
}

.g-color-2 {
  color: #064876;
}

.g-color-3 {
  color: #1AA85D;
}

.g-color-4 {
  color: #DA7800;
}

@media screen and (max-width: 768px) {
  .m80-flex-column {
    flex-direction: column !important;
  }
  .m80-flex-column button.no-label {
    margin-top: 0px;
  }

  .m80-width-100p {
    width: 100% !important;
  }

  .m80-font-size-80p {
    font-size: 0.8em !important;
  }

  .g-cards > div {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .m-hide {
    display: none;
  }
}
.xtra_gsi .club-banner {
  height: 230px !important;
}
.xtra_gsi .club-banner img {
  width: 100% !important;
  height: 100% !important;
}

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