@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    input[type='checkbox'].chart,
    input[type='radio'].chart {
        --active: #fac606;
        --active-inner: #fff;
        --focus: 2px rgba(255, 203, 5, .3);
        --border: #5e5e5e;
        --border-hover: #fac606;
        --background: #fff;
        --disabled: #efefef;
        --disabled-inner: #d5d5d5;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;

    }

        input[type='checkbox'].chart:after,
        input[type='radio'].chart:after {
            content: '';
            display: block;
            left: 0;
            top: 0;
            position: absolute;
            -webkit-transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
            transition: opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
            transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s), -webkit-transform var(--d-t, 0.3s) var(--d-t-e, ease);
        }

        input[type='checkbox'].chart:checked,
        input[type='radio'].chart:checked {
            --b: var(--active);
            --bc: var(--active);
            --d-o: .3s;
            --d-t: .6s;
            --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
        }

        input[type='checkbox'].chart:disabled,
        input[type='radio'].chart:disabled {
            --b: var(--disabled);
            cursor: not-allowed;
            opacity: .9;
        }

            input[type='checkbox'].chart:disabled:checked,
            input[type='radio'].chart:disabled:checked {
                --b: var(--disabled-inner);
                --bc: var(--border);
            }

            input[type='checkbox'].chart:disabled + label,
            input[type='radio']:disabled.chart + label {
                cursor: not-allowed;
            }

        input[type='checkbox'].chart:hover:not(:checked):not(:disabled),
        input[type='radio'].chart:hover:not(:checked):not(:disabled) {
            --bc: var(--border-hover);
        }

        input[type='checkbox'].chart:focus,
        input[type='radio'].chart:focus {
            box-shadow: 0 0 0 var(--focus);
        }

        input[type='checkbox'].chart:not(.switch),
        input[type='radio'].chart:not(.switch) {
            width: 21px;
        }

            input[type='checkbox'].chart:not(.switch):after,
            input[type='radio'].chart:not(.switch):after {
                opacity: var(--o, 0);
            }

            input[type='checkbox'].chart:not(.switch):checked,
            input[type='radio'].chart:not(.switch):checked {
                --o: 1;
            }

        input[type='checkbox'].chart + label,
        input[type='radio'].chart + label {
            font-size: 14px;
            line-height: 21px;
            display: inline-block;
            vertical-align: top;
            cursor: pointer;
            margin-left: 4px;
        }

        input[type='checkbox'].chart:not(.switch) {
            border-radius: 7px;
        }

            input[type='checkbox'].chart:not(.switch):after {
                width: 5px;
                height: 9px;
                border: 2px solid var(--active-inner);
                border-top: 0;
                border-left: 0;
                left: 7px;
                top: 4px;
                -webkit-transform: rotate(var(--r, 20deg));
                transform: rotate(var(--r, 20deg));
            }

            input[type='checkbox'].chart:not(.switch):checked {
                --r: 43deg;
            }

    input[type='checkbox'].switch {
        width: 38px;
        border-radius: 11px;
    }

        input[type='checkbox'].switch:after {
            left: 2px;
            top: 2px;
            border-radius: 50%;
            width: 15px;
            height: 15px;
            background: var(--ab, var(--border));
            -webkit-transform: translateX(var(--x, 0));
            transform: translateX(var(--x, 0));
        }

        input[type='checkbox'].switch:checked {
            --ab: var(--active-inner);
            --x: 17px;
        }

        input[type='checkbox'].switch:disabled:not(:checked):after {
            opacity: .6;
        }

    input[type='radio'].chart {
        border-radius: 50%;
    }

        input[type='radio'].chart:after {
            width: 19px;
            height: 19px;
            border-radius: 50%;
            background: var(--active-inner);
            opacity: 0;
            -webkit-transform: scale(var(--s, 0.7));
            transform: scale(var(--s, 0.7));
        }

        input[type='radio'].chart:checked {
            --s: .5;
        }
}
ul.chart {
    margin: 12px;
    padding: 0;
    list-style: none;
    width: 100%;
    max-width: 320px;
}
    ul.chart li.chart {
        margin: 16px 0;
        position: relative;
    }

select.hadi {
    
    border-radius: 10px;
    
}

select.hadi:hover {
    border-color: #fac606;
    border-radius: 10px;
    -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
    transition: background .3s, border-color .3s, box-shadow .2s;
}

    select.hadi:checked {
        border-color: #fac606;
        border-radius: 10px;
        -webkit-transition: background .3s, border-color .3s, box-shadow .2s;
        transition: background .3s, border-color .3s, box-shadow .2s;
    }


input#file {
    display: inline-block;
    width: 100%;
    padding: 150px 0 0 0;
    height: 150px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url('https://cdn1.iconfinder.com/data/icons/hawcons/32/698394-icon-130-cloud-upload-512.png') center center no-repeat #f7f7f7;
    border-radius: 20px;
    background-size: 60px 60px;
    cursor: pointer;
}


textarea.information {
    height: 100px;
    border-radius: 20px;
    border-color: #5e5e5e;
    -webkit-transition: height .3s;
    transition: height .3s;
}
    textarea.information:focus {
        height: 150px;
        border-radius: 20px;
        -webkit-transition: height .3s;
        transition: height .3s;
    }


    .SpecialInput {
        margin: 2em !important; 
        border-radius: 2rem !important; 
        height:30px !important; 
      }
