{"version":3,"file":"widgets/crypto-price-table.css","mappings":";;;AAAA;AAGI;EACQ;EACA;EACA;EACA;EACA;EACA;EACA;AADZ;AAGY;EACI;EACA;EACA;EACA;EACA;AADhB;AAIY;EACI;EACA;EACA;EACA;EACA;AAFhB;AAMoB;;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAJxB;AASY;EACI;EACA;AAPhB;AAUoB;EACI;EACA;EACA;EACA;EACA;EACA;AARxB;AAYgB;EACI;EACA;EACA;AAVpB;AAYoB;EACI;EACA;EACA;AAVxB;AAYwB;EACI;AAV5B;AAawB;EACI;AAX5B;AAiBY;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAfhB;AAiBgB;EACI;EACA;EACA;AAfpB;AAkBgB;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;AAhBpB;AAoBY;EACI;AAlBhB;AAqBY;EACI;AAnBhB;AAsBY;;EAEI;EACA;EACA;AApBhB;AAyBoB;EACI;EACA;EACA;AAvBxB,C","sources":["webpack://ultimate-crypto-widget/./assets/styles/sass/crypto-price-table.scss"],"sourcesContent":["/* Styles for crypto-price-table */\n .ucwp-crypto-price-table{\n\n    .ucwp-crypto-price-table-main {\n            width: 100%;\n            padding: 10px;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            justify-content: center;\n            align-items: center;\n    \n            * {\n                box-sizing: border-box;\n                padding: 0;\n                margin: 0;\n                font-family: 'Poppins', sans-serif;\n                font-weight: 600;\n            }\n    \n            .ucwp-crypto-price-table-main-table {\n                border-collapse: collapse;\n                background: #e2eef4;\n                padding: 10px;\n                width: max-content;\n                max-width: 100%;\n    \n                tr {\n    \n                    td,\n                    th {\n                        border-right-color: #0077b6;\n                        /* Red border color */\n                        border-right-width: 1px;\n                        /* Border thickness */\n                        border-right-style: solid;\n                        /* Border style */\n                        width: 120px;\n                        text-align: center;\n                        padding-bottom: 23px;\n                        font-size: 7.5px;\n                    }\n                }\n            }\n    \n            .crypto-price-table-name-info {\n                display: flex;\n                align-items: center;\n    \n                .crypto-price-table-name-info-image {\n                    img {\n                        width: 30px;\n                        height: 30px;\n                        object-fit: cover;\n                        border-radius: 50%;\n                        margin-right: 10px;\n                        gap: 8px;\n                    }\n                }\n    \n                .crypto-price-table-name-info-name {\n                    display: flex;\n                    flex-direction: column;\n                    justify-content: center;\n    \n                    span {\n                        display: inline-block;\n                        text-align: left;\n                        width: 100%;\n    \n                        &:first-child {\n                            font-weight: 800;\n                        }\n    \n                        &:last-child {\n                            font-weight: 600;\n                        }\n                    }\n                }\n            }\n    \n            .ucwp-crypto-price-table-main-search {\n                width: 100%;\n                padding: 10px;\n                margin-bottom: 10px;\n                border-radius: 5px;\n                border: 1px solid #03045e;\n                background: #e2eef4;\n                text-align: center;\n                font-size: 12px;\n                font-weight: 300;\n    \n                &::placeholder {\n                    text-align: center;\n                    font-size: 12px;\n                    font-weight: 300;\n                }\n    \n                &::after {\n                    content: '\\f002';\n                    font-family: 'Font Awesome 5 Free';\n                    font-weight: 900;\n                    font-size: 12px;\n                    position: absolute;\n                    right: 10px;\n                    top: 50%;\n                    transform: translateY(-50%);\n                    color: #03045e;\n                }\n            }\n    \n            td:has(.fa-arrow-up) {\n                color: green;\n            }\n    \n            td:has(.fa-arrow-down) {\n                color: red;\n            }\n    \n            td:first-child,\n            th:first-child {\n                width: 40px !important;\n                padding: 0 5px;\n                border-right: none !important;\n            }\n    \n            thead {\n                tr {\n                    th {\n                        font-size: 10px !important;\n                        font-weight: 600 !important;\n                        padding-top: 20px !important;\n                    }\n                }\n            }\n        }\n}\n"],"names":[],"sourceRoot":""}