
input:focus,
select:focus,
textarea:focus,
button:focus{
    outline: none !important;
}
select, .list-group{
    user-select: none;
}
select:disabled{
    color: #878787 !important;
}
.form-group:has(>.row_title){
    margin-top: 1rem;
}
.row_title{
    font-size: 0.875rem;
    display: inline-flex;
}
label, img{
    user-select: none;
}
.row_title span,
.div-groupname > div > label:has(+input,+select,+ul) span,
.chec-radio .radio-inline .clab span{
    color: #d40101;
    user-select: none;
}
ul.chec-radio{
    text-align: left;
    margin: 0 !important;
    padding: 0.75rem 0 0 0.75rem;
    user-select: none;
}
ul.chec-radio li.pz{
    display: inline;
}
.chec-radio label.radio-inline input[type="checkbox"]{
    display: none;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div{
    color: #fff;
    background-color: #000;
}
.chec-radio .radio-inline .clab{
    cursor: pointer;
    background: #e7e7e7;
    text-align: center;
    text-transform: uppercase;
    color: #333;
    position: relative;
    float: left;
    margin: 0;
    margin-bottom: 0.25rem;
    min-width: 10rem;
    max-width: 12.5rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.675rem;
    text-transform: capitalize;
}
.chec-radio .radio-inline .clab{
    min-width: 10rem;
    max-width: 10rem;
}
.chec-radio label.radio-inline input[type="checkbox"]:checked+div:before{
    content: "\e013";
    margin-right: 0.25rem;
}
.chec-radio label.radio-inline input[type="radio"]{
    display: none;
}
.chec-radio label.radio-inline input[type="radio"]:checked+div{
    color: #FFFFFF;
    background-color: var(--hf-main-color-03);
}
.div-groupname > div{
    padding-top: 0.875rem;
    display: grid;
}
.div-groupname label:has(+input,+textarea,+select,+select.select2.select2-container .select2-selection .select2-selection__rendered,+.input-group,+.set-txt-title){
    color: #656565;
    border-top-left-radius: 0.5rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom: none;
    width: fit-content;
    font-size: 0.875rem;
    user-select: none;
    font-weight: 500;
}
.div-groupname :where(input,select){
    border-radius: 0.125rem;
    border-top-left-radius: 0;
    font-size: 0.875rem;
    border: 1px solid #e7e7e7;
    padding: 0.375rem 0.75rem;
    width: 100%;
} 
.div-groupname input{
    font-size: 0.875rem;
} 
.form-control:disabled{
    background-color: #e7e7e7;
}
.collapse-custom{
    background-color: rgba(250, 235, 215, 0.35);
    font-size: 0.875rem;
}
.ui-menu.ui-autocomplete{
    max-height: 33vh;
    overflow-x: hidden;
    overflow-y: auto;
}
#inp-searchAddress{
    width:calc(100% - 6rem);
}
#matchList, #matchList-ems{
    cursor: pointer;
    position: absolute;
    z-index: 8;
    left: 0;
    right: 0;
    max-height: 20rem;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0.125rem 0.125rem 0 0;
    border-left: 0.0365rem solid rgba(0,123,255,.15);
    border-bottom: 0.0365rem solid rgba(0,123,255,.15);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    font-size: 0.75rem;
}
#matchList::-webkit-scrollbar-track,
#matchList-ems::-webkit-scrollbar-track{
    border-left: 0.125rem solid white;
    background-color: #dbdbdb;
}
#matchList::-webkit-scrollbar,
#matchList-ems::-webkit-scrollbar{
    background-color: #dfe6e9;
    width: 0.375rem;
}
#matchList::-webkit-scrollbar-thumb,
#matchList-ems::-webkit-scrollbar-thumb{
    background-color: rgb(73, 185, 250);
    border-radius: 0.125rem;
}
#matchList .txt-small,
#matchList-ems .txt-small{
    user-select: none;
}
#div-shirtNo31:has(img),
#div-shirtNo32:has(img),
#div-shirtNo33:has(img),
#div-shirtNo34:has(img),
#div-shirtNo35:has(img),
#div-shirtFin:has(img){
    background-color: #f8f8f8;
    margin: 0.5rem 0 1rem 1rem;
    padding-top: 0.5rem;
    box-shadow: 0.5rem 0.25rem 0 0 #e7e7e7;
    border-radius: 0 0.25rem
}
input:read-only{
    cursor: default;
    background-color: #f3f3f3;
    caret-color: transparent;
}
input:read-only:focus{
    box-shadow: none !important;
    background-color: #f3f3f3 !important;
}
label:has(~input.error,~select.error),
input.error,
select.error,
.error~.select2,
.error~.clab{
    background-color: #fff4f4 !important;
    color: red !important;
    box-shadow: 0 0.0625rem 0 0.0625rem #ff000070;
}
.error *{
    color: red !important;
}
label:has(~input.error,~select.error){
    color: #656565 !important;
    border-bottom: none !important;
}
.select2,
.select2.select2-container .select2-selection{
    border-radius: 0 0.125rem 0.125rem 0.125rem !important;
    border-color: #e7e7e7 !important;
}
#div-register .bar-list{
    background-color: #d3d3d366;
}
#div-register .bar-list:nth-child(even){
    background-color: #eeeeee66 !important;
}
.div-tier span{
    background-color: white;
    font-size: 0.75rem;
    line-height: 0.75rem;
    margin-right: 0.25rem;
    padding: 0.375rem 0.5rem;
    border: 1px solid black;
    border-radius: 0.5rem;
    cursor: default;
    user-select: none;
}
span.tier-vip{
    color: goldenrod;
    border-color: goldenrod;
}
span.tier-3k{
    color: #F7CFE3;
    border-color: #F7CFE3;
}
span.tier-6k{
    color: #F1A2C6;
    border-color: #F1A2C6;
}
span.tier-10k{
    color: #E8088C;
    border-color: #E8088C;
}
span.tier-21k{
    color: #9F458A;
    border-color: #9F458A;
}
span.tier-42k{
    color: #693083;
    border-color: #693083;
}
span.tier-send{
    color: #1076BA;
    border-color: #1076BA;
}