/* หน้า complaint-channel : ย้ายมาจาก <style> ในหน้า complaint-channel.aspx
   เพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src
   รวมกฎของ #subscribe ที่เดิมอยู่ในบล็อก <style> ย่อยของแต่ละภาษา
   (ต่างกันแค่ width : en 100% / th 110% จึงแยกเป็น modifier .subscribe--wide) */
        .content-footer {
            z-index: -1 !important;
        }

        div#googlecapt {
            margin-top: 40px;
        }

        .col-sm-6 {
            margin-top: 40px;
        }

        .form-control {
            float: left;
            width: 100%;
            background: #f4f4f4;
            margin-bottom: 20px;
            font-size: 13px;
            font-weight: 700;
            height: 70px;
            border-radius: none;
            position: relative;
            z-index: 20;
            padding-left: 30px;
            color: #999;
            border: 0;
            -webkit-appearance: none;
        }

        label {
            font-size: 18px !important;
        }

        .form-group {
            text-align: left;
        }

        .btn:hover {
            padding-left: 50px !important;
        }

        @media screen and (max-width: 768px) {
            #subscribe {
                float: none !important;
            }

            .text-center.h4.mt-2 {
                margin-top: 25px !important;
            }

            input.file-caption-name.form-control.kv-fileinput-caption {
                background-color: #f4f4f4;
                height: 38px !important;
                margin-top: 9px !important;
            }
        }

        .head-sub-title {
            text-align: left;
            font-size: 24px;
            margin-bottom: 20px;
        }

        .titel-complainant {
            text-align: left;
            font-size: 24px;
            margin-bottom: 20px;
            margin-top: 60px;
        }

        .btn {
            border-radius: unset !important;
        }

        .btn-primary {
            color: #fff;
            background-color: #000000 !important;
            border-color: #000000 !important;
        }

        input.file-caption-name.form-control.kv-fileinput-caption {
            background-color: #f4f4f4;
            height: 57px;
            margin-top: 10px;
            z-index: -99;
        }

#subscribe {
    float: left;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    margin-bottom: 20px;
}

    #subscribe.subscribe--wide {
        width: 110%;
    }
