*{
    padding:0px;
    margin:0px;
}
.padding-0{
    padding:0px;
}
.d-flex{
    display:flex;
}
.bg-grey-1{
    background: #eeeeee !important;
}
.p-15{
    padding: 15px;
}
.ml-20{
    margin-left:20px;
}
.mt-15{
    margin-top:15px;
}
.mb-5{
    margin-bottom:5px;
}
.mb-15{
    margin-bottom:15px;
}
.eventImg{
    border-radius: 6px;
    min-height: 200px;
    width: auto;
    min-width: 350px;
    max-width: 350px;
    object-fit: cover;
}
.details-container{
    margin:15px 5px 0px 5px;
}
.descTitle{
    color: var(--s, #016235);
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 0.5px;
    text-transform:uppercase;
    margin-top: 10px !important;
    margin-bottom :10px !important;
}
.descInfor{
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
    color: #000;
}
.descDate{
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
    color: #000;
}
.feeTypeLabel{
    background-color: var(--s, #016235);
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    font-size: 16px;
}
.eventPlayer-header tr{
    background-color: #4f4f4f;
}
.eventPlayer-header th{
    background-color: #4f4f4f;
    color: #fff;
    font-weight: normal;
    padding: 10px !important;
}
.FeeTypeRow .ply-input input{
    width:100%;
    height: 33px;
}
.eventPlayerTable tbody tr td, .eventPlayerTable tbody tr th{
    padding: 10px;
    border: 0px;
}
.selectFeeType{
    width: 300px;
    height:33px;
    padding: 6px 12px;
    outline:none;
    border-radius: 4px;
    color: #000;
}
.border-0{
    border:0px !important;
}
.eventPlayerTable.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ececec;
}
.FeeTypeRow .ply-input{
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
}
.FeeTypeRow .ply-input input{
    border-radius: 4px;
    border:0px;
    outline:none;
    padding: 6px 12px 6px 12px;
}
button, input, select, textarea{
    border:0px;
}
.bg-grey-1 {
    background-color: #eeeeee !important;
}
.RegisterPayBtn{
    padding: 8px 12px;
    box-shadow: 0 2px 5px rgb(0 0 0 / 16%), 0 2px 10px rgb(0 0 0 / 12%);
    background-color: var(--s, #016235);
    color: var(--ts, #fff);
    letter-spacing: 1px;
    border-radius: 4px;
    border: none;
    font-size: 13px;
}
.min-container{
    width: 1100px;
    margin: 15px auto;
}
@media all and (max-width:1100px){
    .min-container{
        width:100% !important;
    }
}
@media (max-width: 1100px) {
    /* Same padding/height values as release's own (unconditional) rules for this table -
       one rule per element type, not per column, so mobile renders identically to desktop
       instead of each field needing its own size. table-layout stays "auto" like release,
       so the browser allocates each column's width from its own content either way. */
    .eventPlayerTable{
        table-layout: auto;
        width: 100%;
    }
    .eventPlayerTable th,
    .eventPlayerTable td {
        padding: 10px;
        box-sizing: border-box;
    }
    .FeeTypeRow .ply-input input,
    .selectFeeType {
        padding: 6px 12px;
        height: 33px;
        box-sizing: border-box;
    }
    /* Keep every header on one line like release, instead of multi-word headers
       (e.g. "Last Name") wrapping onto two lines, which was making the header row
       grow taller and throwing off its alignment relative to the input row below it. */
    .eventPlayer-header th{
        white-space: nowrap;
    }
    .eventPlayerTable td{
        word-break: break-word;
        overflow: hidden;
    }
    .FeeTypeRow .ply-input{
        min-width: 0;
    }
    .FeeTypeRow .ply-input input{
        min-width: 0;
        width: 100%;
    }
    .selectFeeType{
        width: 100% !important;
        min-width: 0 !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .eventPlayerFeeType{
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    body{
        overflow-x: hidden;
    }
}
@media all and (max-width:600px){
    .selectPlayer {
        width: 100%;
        height: auto;
    }
    .Event_box {
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .EventInfo.ml-20{
        margin-left: 10px;
        flex: 1;
        min-width: 0;
    }
    .descTitle{
        font-size: 16px;
    }
    .descInfor, .descDate{
        font-size: 12px;
    }
    .container-fuild {
        width: auto;
    }
}
/* Extra-narrow phones: iPhone SE (375px), iPhone 12 Pro (390px), iPhone XR (414px) */
@media all and (max-width:430px){
    .EventInfo.ml-20{
        margin-left: 8px;
    }
    .descTitle{
        font-size: 14px;
    }
    .descInfor, .descDate{
        font-size: 11px;
    }
}
