/* financial-statement : รวม <style> 1 บล็อกที่เดิมอยู่ในหน้า financial-statement.aspx
   ย้ายออกมาเพื่อให้ CSP ไม่ต้องพึ่ง 'unsafe-inline' ใน style-src */

        .btn-link {
            text-decoration: none;
        }

        div.ui-menu li {
            list-style: none;
        }

        a {
            color: inherit;
        }

        ul {
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }

        iframe {
            max-width: 100%;
            box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 19%);
        }

        @media (min-width:768px) {
            .container {
                width: 750px
            }
        }

        @media only screen and (max-width: 767px) {
            /* For mobile phones: */

            .card .btn {
                line-height: 2.2rem !important;
            }

            #main-header {
                z-index: 0 !important;
            }

            .et_pb_column {
                z-index: unset;
            }
        }

        @media (max-width: 407px) {
            .finance_download_en {
                font-size: 12px !important;
            }
        }

        @media (max-width: 991px) {
            .mobile-side-menu-md .closebtn {
                position: absolute;
                top: -88px;
                right: 10px;
                font-size: 78px !important;
                display: block;
                color: #ca261f;
                z-index: 1;
            }
        }

        @media (min-width: 981px) {
            .et_pb_gutters3 .et_pb_column_1_4 {
                width: 25% !important;
                /*margin-left: -40px;*/
            }

            .et_pb_gutters3 .et_pb_column_1_2 {
                width: 70% !important;
            }

            .et_pb_gutters3 .et_pb_column_3_4 {
                width: 79% !important;
            }
        }

        @media (min-width:992px) {
            .et_pb_column .et_pb_column_3_4 .et_pb_column_3 .padbot70 {
                width: 1030px;
            }
        }

        @media (min-width:1200px) {
            .container {
                width: 1225px;
            }

            .nav-menu-w {
                width: 16% !important;
            }
        }

        @media (min-width: 1200px) {
            .col-lg-9 {
                width: 75%;
            }
        }

        @media (min-width: 1200px) {
            .col-lg-3 {
                width: 25%;
            }
        }

        .form {
            font-size: 22px;
        }

        .btn-lg-square {
            width: 48px !important;
            height: 48px;
        }

        .btn-sm-square {
            width: 32px !important;
            height: 32px !important;
        }

        .btn.btn-primary, .btn.btn-secondary {
            width: auto;
        }

        .btn-square {
            width: 38px !important;
        }

        button.d-flex.align-items-center.justify-content-between.btn.btn-link.collapsed {
            border: unset;
            background-color: unset;
            border-bottom: 0.5px solid #e6e5e5;
        }

        span {
            font-family: 'FC Minimal' !important;
        }

        button#balance {
            border: unset;
        }

        button#income {
            border: unset;
        }

        button#cash {
            border: unset;
        }

        button.btn.btn-outline-danger {
            border: unset;
        }
        .collapse {
    display: none;
}
        button.d-flex.align-items-center.justify-content-between.btn.btn-link {
    background: unset;
    border: unset;
}
       /* .show {
    display: none !important;
}*/
    