.cma-form-acf-holder, .cma-question-content .cma-question-body-acf-holder{
    display: grid;
    gap: 25px;
}

.cma-form-acf-holder h6.group-title, .cma-question-content .acf-fields-group h6.group-title {
    background-color: #222222;
    color: #FFF !important;
    margin: 0 0 15px 0;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
}

.cma-form-acf-holder select{
    width: 100%;
    background: #fff url(../imgs/select_arr.png) 100% 18px no-repeat;
}

.cma-form-acf-holder .acf-required{
    display: none;
}

.cma-form-acf-holder .acf-fields-group .acf-field .acf-label label,.cma-form-acf-holder .acf-fields-group .acf-field span.message{
    color: #222222;
    font-size: 15px;
}

.cma-form-acf-holder .acf-fields-group .acf-field .acf-label label:after{
    content:":";
	margin-left: -4px;
}

.cma-question-content .cma-question-body-acf-holder .acf-field span{
    color: black;
    display: block;
    width: 100%;
    margin: 0 0 0 -20px;
}

.cma-question-content .cma-question-body-acf-holder .acf-field{
    color: red;
    padding: 0 0 0 20px;
}

.cma-form-acf-holder h6.group-title.finishing-attributes, .cma-question-content .acf-fields-group h6.group-title.finishing-attributes{
    background-color: #0000fe;
}

.cma-form-acf-holder h6.group-title.shooting-attributes, .cma-question-content .acf-fields-group h6.group-title.shooting-attributes{
    background-color: #008001;
}

.cma-form-acf-holder h6.group-title.playmaking-attributes, .cma-question-content .acf-fields-group h6.group-title.playmaking-attributes{
    background-color: #ffa500;
}

.cma-form-acf-holder h6.group-title.defense-\/-reb\.-attributes, .cma-question-content .acf-fields-group h6.group-title.defense-\/-reb\.-attributes{
    background-color: #fe0000;
}

.cma-form-acf-holder h6.group-title.physical-attributes, .cma-question-content .acf-fields-group h6.group-title.physical-attributes{
    background-color: #778898;
}
.cma-form-acf-holder h6.group-title.scoring-moves, .cma-form-acf-holder h6.group-title.playmaking-moves, .cma-question-content .acf-fields-group h6.group-title.scoring-moves, .cma-question-content .acf-fields-group h6.group-title.playmaking-moves{
    background-color: #475175;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-fields > *:nth-child(1),
.cma-form-acf-holder .acf-field-custom_jumpshot .acf-fields > *:nth-child(2) {
    flex: 0 0 100%;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-fields > *:nth-child(n+3) {
    flex: 0 0 49%;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false input{
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false .checkmark {
    vertical-align: top;
    height: 18px;
    width: 18px;
    background-color: transparent;
    display: inline-block;
    border: 2px solid rgba(0, 0, 0, 0.54);
    border-radius: 2px;
    vertical-align: sub;
    margin: 0 15px;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false input:checked ~ .checkmark {
    background-color: rgba(255,64,129,0.87);
    border: none;
}

.cma-form-acf-holder  .acf-field-custom_jumpshot{
    padding: 1rem 1rem 0.5rem 1rem;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false .checkmark:after{
    display: none;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false input:checked ~ .checkmark:after {
    display: table;
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false input:disabled ~ .checkmark {
    border: 2px solid rgba(0,0,0,0.38);
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false input:disabled ~ .message {
    color: rgba(0, 0, 0, 0.38);
}

.cma-form-acf-holder .acf-field-custom_jumpshot .acf-field-true-false .checkmark:after {
    box-sizing: border-box;
    transform: rotate(45deg);
    padding: 3px;
    margin: 1px 5px;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: "";
}

select[disabled], input[disabled]{
    background-color: #dfdfdf !important;
    color:#555 !important;
}

.cma-form-acf-holder .acf-field-custom_jumpshot > .acf-label{
    display:none;
}

.cma-question-content .acf-fields-sub-group{
    margin-left: 20px;
}

.cma_acf_filters_button_holder{
    position: absolute;
    top: 47px;
    right: 0;
}

.cma_acf_filters_show{
    height: 40px;
}

.cma_acf_filters .wpc-filter-title{
    margin:0px;
}
.cma_acf_filters .wpc-filter-content select{
    margin:0px;
}


.cma_acf_filters .wpc-filters-section{
    margin-bottom:10px;
}