*{
    padding:0px;
    margin:0px;
    font-family: "Roboto", sans-serif;
}
body{
    background-color:#fff !important;
}
.card{
    margin-bottom:20px !important;
}
.registation_outer{
    padding-left: 20px;
    padding-right: 20px;
}
.d-flex{
    display:flex;
}
.flex-1{
    flex:1;
}
.fw-6{
    font-weight:600;
}
.align-items-center{
    align-items: center;
}
.justify-content-end{
    justify-content: end;
}
.justify-content-evenly{
    justify-content: space-evenly;
}
.clr-green{
    color:#038F43;
}
.background-grey{
    background-color: #4f4f4f;
}
.registation-container{
    /* height: calc(100vh - 121px); */
}
.resEvent{
    /* padding:15px; */
}
.res-label{
    background-color: #026B33;
    padding: 15px;
    letter-spacing: 1px;
    font-size: 16px;
}
.resEvent_box{
    /* margin: 15px 0px; */
}
.min-container{
    /* margin: 15px 0px; */
    width: 1100px;
    margin: 15px auto;
}
.resEventImg{
    width: 240px;
    margin-right: 20px;
}
.resEventImg img{
    width: 240px;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
}
.golf-label{
    font-size: 20px;
    margin-bottom: 40px !important;
}
.day-sec{
    margin-bottom:10px;
    font-size:14px;
}
.timeSec{
    font-size:14px;
}
.fee-sec{
    padding: 10px 12px;
    border-radius: 4px;
    width: 160px; 
    margin:auto;
    font-size: 16px;
    margin-top:15px;
}

.div-label{
    padding: 15px 15px;
    background-color: #EEEEEE;
    border-radius: 4px;
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 9%);
    text-transform: capitalize;
    /* color: #333;  */
}
.selectPlayerSec{
    width: 80px;
    padding: 5px;
    height: 30px;
    font-weight: bold;
    border-radius: 3px;
    border-color: #c1c1c1;
}
.reg-player-label{
    margin-bottom:10px;
}
.regDetailsTable-header{
    background-color: #4f4f4f;
    color:#fff;
    font-weight:normal;
}
.regDetailsTable-header th{
    font-weight:normal;
    letter-spacing:1px;
}
.playerRow{
    background-color:#Efefef ;
}
.ply-input{
    height: 30px;
    display: flex;
    align-items:center;
    justify-content: center; 
}
.ply-input input{
    width: 100%;
    padding: 5px;
    height: 30px;
    border: 1px solid #c1c1c1;
    border-radius: 3px;
}


#PlayersDetailsForm [type="checkbox"]:not(:checked),
#PlayersDetailsForm [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
    }
    #PlayersDetailsForm [type="checkbox"]:focus-visible + span.checkbox-style:before {
        outline: 3px solid #005a28;
        outline-offset: 2px;
    }
    #PlayersDetailsForm [type="checkbox"] + span.checkbox-style {
        padding-left: 26px;
        height: 25px;
        line-height: 21px;
        font-weight: normal;
        position: relative;
        padding-left:10px;
        cursor: pointer;
        display: inline-block;
        height: 25px;
        line-height: 25px;
        -webkit-user-select: none;
    }
    #PlayersDetailsForm [type="checkbox"] + span.checkbox-style:before {
        content: '';
        position: absolute;
        top: 5px;
        left: 0;
        width: 18px;
        height: 18px;
        z-index: 0;
        border: 2px solid #5a5a5a;
        border-radius: 1px;
        margin-top: 2px;
        transition: .2s;
    }
    #PlayersDetailsForm [type="checkbox"]:checked + span.checkbox-style:before {
      top: 5px;
      left: 0px;
      width: 8px;
      height: 14px;
      border-top: 2px solid transparent;
      border-left: 2px solid transparent;
      border-right: 3px solid #ffffff;
      border-bottom: 3px solid #ffffff;
      transform: rotate(40deg);
      transform-origin: 100% 100%;
      position: absolute;
      z-index: 22;
    }
    #PlayersDetailsForm [type="checkbox"]:not(.filled-in) + span.checkbox-style:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 0;
      width: 18px;
      height: 18px;
      z-index: 0;
      border: 2px solid #5a5a5a;
      border-radius: 1px;
      margin-top: 2px;
      transition: .2s;
      background-color: #fafbfd;
      transform: scale(1);
    }
    #PlayersDetailsForm [type="checkbox"]:checked + span.checkbox-style:after {
    background-color: #009245 !important;
    border: 2px solid #009245 !important;
  }
  .selectFeeType{
    width: 100%;
    padding: 5px;
    height: 30px;
    border: 1px solid #919191;
    border-radius: 3px;
    background-color:#BDBDBD;
    text-align:center;
  }
  .selectFeeType {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }
  .register-btn{
    background-color: #026B33;
    padding: 8px 12px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    width: 200px;
    letter-spacing: 0.5px;
    display: flex;
    justify-content: center;
    margin: auto;
    cursor: pointer;
    box-shadow:0 2px 5px rgb(0 0 0 / 16%), 0 2px 5px rgb(0 0 0 / 12%);
  }
  .register-btn:hover{
    background-color:#038f43e0;
  }
  .register-btn:focus-visible{
    outline: 3px solid #005a28;
    outline-offset: 2px;
  }
  .resEventFee{
    display: table-column-group;
  }
  #PlayersDetailsForm [type="checkbox"]:checked:disabled + span.checkbox-style:before {
    border-right: 2px solid rgb(241 241 241);
    border-bottom: 2px solid rgba(241 241 241);
}

.requiredfield{
    display: contents;
    color: #ff0606;
}
.regDetailsTable-header .requiredfield{
    color: inherit;
}
select:required:invalid {
    border-color: #c00000;
  }
  input:required:invalid {
    border-color: #c00000;
  }

  .resEventFee{
    display:none !important;
  }
  .showProfile{
	color : #FFF !important;
  }
  @media all and (max-width:1100px){
    .min-container{
        width:100%;
    }
  }
  @media all and (min-width:769px){
    .mobHead,.ContentDivider{
        display:none !important;
    }
  }
  @media all and (max-width:768px){
    .regDetailsTable-header{
        display:none;
    }
    .mobHead{
        width:105px;
        font-weight:600;
        font-size: 14px;
    }
    .ply-input input,.selectFeeType,.ply-input label,.ply-input span.checkbox-style{
        width:calc(100% - 125px);
    }
    .playerRow{
        display: flex;
        flex-wrap: wrap;
        margin-bottom:15px;
    }
    .table tbody tr td{
        width: 50%;
        text-align: left;
        border: 0.5px solid #7f7f7f6e;
        display: flex;
        align-items: center;
    }
    .ply-input{
        justify-content: start;
        width:100%;
    }
    .playerRow td:last-child{
        width:100%;
    }
    .TableRowDiv{
        width:calc(100% - 125px);
    }
    .ContentDivider{
        margin:0px 10px;
    }
    .ply-input input,.selectFeeType{
        height:30px;
    }
  }
  @media all and (max-width:600px){
    .table tbody tr td{
        width: 100%;
    }
    .resEvent_box{
        display:block;
    }
    .resEventImg{
        width:100%;
        margin-bottom:20px;
    }
    .resEventImg img{
        width:100%;
        height:auto;
    }
    .golf-label{
        margin-bottom:15px !important;
    }
    .ply-input input{
        font-size:16px;
    }
  }