body {
    /* width: 1366px;
    height: 768px; */
    min-width: 100vw;
    min-height: 100vh;
    font-family: "Roboto", sans-serif;
  }
  body #display-container {
    position: relative;
  }
  
  @media (max-width: 992px) {
    body #display-container {
      height: 768px;
    }
  }
  
  @media (max-width: 1366px) {
    body #display-container {
      width: 1365.5px;
      margin: auto;
    }
  }
  
  .SF-Text {
    font-family: "SF-TEXT";
  }
  
  .text-white {
    color: #fff !important;
  }
  
  .text-black {
    color: #000 !important;
  }
  
  .bg-black {
    background: rgba(0, 0, 0, 0.5) !important;
  }
  
  .bg-black-50 {
    background: rgba(0, 0, 0, 0.36) !important;
  }
  
  .bg-white {
    background: rgba(255, 255, 255, 0.15) !important;
  }
  
  .bg-white-solid {
    background: #fff !important;
  }
  
  .bg-white-solid {
    background-color: #fff !important;
  }
  
  .border {
    border: 1px solid rgba(122, 122, 122, 0.15) !important;
  }
  
  .fz-23 {
    font-size: 25px !important;
  }
  
  .fz-20{
    font-size: 20px !important;
  }
  
  .fz-14 {
    font-size: 14px !important;
  }
  
  .MAIN .gender input[type="radio"] {
    display: none;
  }
  
  .MAIN .gender label {
    color: #fff;
    border: 1px solid #fff;
    width: 36px;
    height: 34px;
    padding-top: 4px;
  }
  
  .MAIN .gender .checked {
    background-color: #fff;
    color: #000;
  }
  
  .MAIN .gender .female {
    margin-left: -5px;
  }
  
  .MAIN .age input[type="range"]{
    -webkit-appearance: none;
  }
  @media (min-width: 1750px) {
    .MAIN .age input[type="range"]{
      width: 170px;
    }
  }
  
  .MAIN .age input[type="range"]:focus{
    outline: none;
  }
  
  .MAIN .age input[type="range"]::-webkit-slider-runnable-track{
    height: 0.2px;
    background: #fff;
  }
  
  .MAIN .age input[type="range"]::-webkit-slider-thumb,
  .MAIN .handicap input[type="range"]::-webkit-slider-thumb {
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    -webkit-appearance: none;
    margin-top: -6px;
  }
  
  .MAIN .age span,
  .MAIN .handicap span {
    border: 1px solid #fff;
    width: 38px;
  }
  .MAIN .shoot {
    text-decoration: none;
  }
  
  
  
  .info-btn {
    position: absolute;
    top: 35px;
    right: 20px;
  }
  .popover__wrapper {
    position: relative;
    /*margin-top: 2.5rem;*/
    display: inline-block;
  }
  .popover__content {
    visibility: hidden;
    position: absolute;
    right: 20;
    transform: translate(0, 10px);
    background: black !important;
    color: #fff;
    padding: 1.5rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    width: 550;
  }
  
  .popover__wrapper:hover .popover__content {
    z-index: 10;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -20px);
    transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  }
  .popover__message {
    text-align: center;
  }
  @media (min-width: 768px) and (max-width: 992px) {
    .popover__content {
      background: rgba(0, 0, 0, 0.5) !important;
    }
  }
  @media (min-width: 1200px) {
    .popover__content {
      background: rgba(0, 0, 0, 0.5) !important;
    }
    .info-btn {
      position: absolute;
      top: 30px;
      right: 20px;
    }
  }
  
  
  
  .Table-results {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 20;
    bottom: 0;
  }
  
  .MAIN table.table thead th,
  .MAIN table.table tbody td {
    border-width: 0 !important;
    vertical-align: middle;
    text-align: left !important;
  }
  .MAIN table.results tbody td{
    border: 3px solid rgba(0, 0, 0, 0.5) !important;
    padding-top: .25rem!important;
    padding-bottom: .25rem!important;
  }
  .MAIN table.results tbody td.first-column, .MAIN table.results thead th.first-column{
    width: 23% !important;
  }
  .MAIN table.results tbody td.second-column, .MAIN table.results thead th.second-column{
    width: 19% !important;
   }
  .MAIN table.results tbody td.third-column, .MAIN table.results thead th.third-column{
    width: 19% !important;
  }
  .MAIN .results .box-shadow{
    box-shadow: 0px 0px 0px 1px #fff !important;
  }
  .MAIN table.results-two tbody {
    display:inline-block;
    border: 2px solid #fff;
    border-collapse: collapse;
    border-spacing: 4px;
    width: 100%;
  }
  .MAIN table.results-two{
    width: 40% !important;
  }
  .MAIN .results-one{
    width: 60% !important;
  }
  .MAIN table.results-two tbody tr td{
    width: 10% !important;
  }
  .MAIN .table.results td.border-none{
    border: 0 !important;
  }
  @media (max-width: 480px) {
    .MAIN table th,
    .MAIN table td {
      font-size: 13px !important;
      vertical-align: bottom;
    }
  }
  
  @media (min-width: 1750px) {
    .MAIN .output-left{
      max-width: 200px !important;
    }
    .col-xl-7 {
      max-width: 1200px !important;
    }
  
    .col-5{
      flex: 0 0 33.333333% !important;
      max-width: 0 0 33.333333% !important;
    }
  }
  