declare const _default: "\np.bm-paragraph{\n font-family:\"Poppins\", Verdana, sans-serif;\n color: #000;\n margin:0;\n padding:0;\n} \ninput.bm-date-input{\n font-family:\"Poppins\", Verdana, sans-serif;\n color: #000;\n margin:0;\n display:flex;\n flex:1;\n height:40px;\n border-radius: 9999px;\n padding: 3px 0 3px 20px; \n border: 1px solid rgb(195, 195, 195)\n} \nlabel.bm-label{\n font-family:\"Poppins\", Verdana, sans-serif;\n color: #000;\n margin:0;\n padding:0;\n font-size: .9rem;\n font-weight: 500;\n margin-left:15px;\n}\n\n.bm-date-input-wrapper{\n position:relative; \n width: 100%; \n display:flex;\n flex-direction:row; \n align-items: center;\n}\n.bm-date-input-wrapper input[readonly] { \n cursor: default !important;\n background: rgb(245,245,245);\n}\n.bm-toggle-button{\n position:absolute; \n right:5px; \n width:30px; \n height:30px;\n display:flex;\n align-items:center; \n justify-content:center; \n background-color:rgb(0, 153, 235);\n border: 1px solid rgb(0, 153, 235);\n border-radius: 9999px;\n transition:.5s\n}\n.bm-toggle-button:hover{\n background-color: rgb(0, 131, 202);\n cursor:pointer;\n color:fff;\n border: 1px solid rgb(0, 131, 202)\n}\n.bm-table{\n width:100%; \n background-color:#f5f5f5;\n overflow: hidden;\n padding:16px; \n display:flex;\n flex-direction: column; \n border-radius: 8px; \n box-shadow: 0 0 0.125rem 0 rgba(0,0,0,0.08), 0 0.125rem 0.75rem 0 rgba(0,0,0,0.24);\n box-sizing:border-box;\n}\n.bm-tr{\n display:flex;\n flex:1; \n justify-content:space-between; \n align-items:center;\n flex-direction: row;\n}\n.bm-th{\n display:flex; \n flex:1; \n justify-content:center; \n align-items:center;\n flex-direction:row;\n}\n.bm-td{\n display:flex; \n flex:1;\n justify-content:center; \n align-items: center; \n}\n.bm-td-empty{\n display:flex; \n flex:1;\n justify-content:center; \n align-items: center; \n}\n.bm-td-empty .bm-td-inner-empty{\n height:30px;\n width:30px;\n margin:2px;\n}\n.bm-td-inner{\n height:30px;\n width:30px;\n margin:2px;\n display:flex; \n justify-content:center; \n align-items: center; \n border-radius:9999px;\n transition: .4s;\n border: 1px solid #f5f5f5;\n}\n.bm-td-inner:hover{\n background-color: rgb(0, 131, 202);\n cursor:pointer;\n border: 1px solid rgb(0, 131, 202)\n}\n.bm-td-selected-day{\n background-color: rgb(0, 153, 235);\n cursor:pointer;\n border: 1px solid rgb(0, 153, 235)\n}\n.bm-td-inner:hover p{color:#fff !important}\n.bm-td-selected-day p{color:#fff !important}\n.bm-th p{\n font-size: .9rem;\n font-weight: 500;\n}\n.bm-td-inner p{\n font-size: .8rem;\n font-weight: 300;\n}\n.bm-daylabels-wrapper{margin-bottom: 20px}\n.bm-year-month-title {\n display:flex; \n flex: 5;\n justify-content: center; \n align-items: center;\n flex-direction: column;\n margin-bottom: 10px\n}\n.bm-year-month-title p.bm-month-title{\n font-size: 1.5rem;\n font-weight: 600;\n margin-top: -8px\n}\n.bm-td-current-day{border: 1px solid rgb(0, 202, 101)}\n\n.bm-td-lock-day{ \n pointer-events:none;\n background: repeating-linear-gradient(-55deg,rgb(200, 200, 200), rgb(200, 200, 200) 2px,rgba(0,0,0,0) 2px, rgba(0,0,0,0) 4px);\n border: 1px solid rgb(200, 200, 200)\n}\n\n.bm-arrow {\n border: solid #000;\n border-width: 0 3px 3px 0;\n display: inline-block;\n padding: 3px;\n}\n.bm-td-inner:hover .bm-arrow{\n border-color:white;\n border-width: 0 3px 3px 0;\n}\n.bm-arrow-right {transform: rotate(-45deg);}\n.bm-arrow-left {transform: rotate(135deg);}\n.bm-weekend {color: #ff0000 !important}\n.bm-error-message {\n padding: 8px 16px 20px 16px;\n}\n.bm-error-message p{\n color: #ff0000;\n font-size: .8rem;\n}\n"; export default _default;