/* หน้า join-us : ย้ายมาจาก <style> ในหน้า join-us.aspx
   เพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */
        .input-group {
            position: relative;
            display: flex;
            flex-wrap: nowrap !important;
            align-items: stretch;
            width: 100%;
        }

        .btn.btn-primary.btn-file {
            background-color: #000000;
            color: #ffffff;
            padding: 15px 34px;
            position: relative;
            margin-top: 10px;
            font-size: 16px;
            font-weight: 500;
            transition: all .3s linear;
            width: 145px;
            height: 70px;
            margin-top: 1px;
        }

        input#fileinput2 {
            margin-top: -80px !important;
            position: sticky !important;
        }

        .input-group-btn.input-group-append {
            display: contents !important;
        }

        button.btn.btn-default.btn-outline-secondary.fileinput-remove.fileinput-remove-button {
            margin-top: 1px;
            height: 70px;
            width: 140px;
        }

        .custom-link {
            width: 160px !important;
            margin-left: 17px !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;
            }

            .btn.btn-primary.btn-file {
                height: 50px;
                margin-top: 9px;
            }

            button.btn.btn-default.btn-outline-secondary.fileinput-remove.fileinput-remove-button {
                margin-top: 8px;
                height: 51px;
                width: 140px;
            }

            span.file-caption-icon {
                z-index: 99;
            }
        }

        .custom-link {
            cursor: pointer;
        }

        div#kvFileinputModal {
            display: none !important;
        }
