/*!

      =========================================================
      * Report Maker - v1.0.0
      =========================================================
      
      * Copyright 2021 Nhat Vu (https://github.com/nhatvu148)
      
      =========================================================
      
      * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

*/
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);.react-chatbot-kit-user-chat-message-container{display:flex;margin:15px 0;justify-content:flex-end}.react-chatbot-kit-user-avatar-container{width:40px;height:40px;border-radius:50%;margin-left:12.5px;background-color:#3d4e8d;display:flex;justify-content:center;align-items:center}.react-chatbot-kit-user-avatar-icon{fill:#fff;width:15px;height:15px}.react-chatbot-kit-user-chat-message{background-color:#0084ff;padding:10px;border-radius:5px;font-size:.9rem;color:#fff;font-weight:medium;position:relative;text-align:left;max-width:200px;overflow-wrap:break-word;word-wrap:break-word}.react-chatbot-kit-user-chat-message-arrow{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #0084ff;position:absolute;right:-7px;top:13px}.react-chatbot-kit-chat-bot-message-container{display:flex;margin:15px 0;justify-content:flex-start}.react-chatbot-kit-chat-bot-avatar-container{width:40px;height:40px;border-radius:50%;font-size:1.2rem;margin-right:12.5px;background-color:#d8d8d8;display:flex;justify-content:center;align-items:center}.react-chatbot-kit-chat-bot-avatar-icon{fill:#494646;width:22.5px;height:22.5px}.react-chatbot-kit-chat-bot-avatar-letter{color:#1d1d1d}.react-chatbot-kit-chat-bot-message{padding:10px;border-radius:5px;font-size:.9rem;font-weight:medium;position:relative;text-align:left;max-width:200px;overflow-wrap:break-word;word-wrap:break-word}.react-chatbot-kit-chat-bot-message-arrow{width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;position:absolute;left:-7px;top:13px}.react-chatbot-kit-chat-bot-loading-icon-container{height:17px;width:25px}.chatbot-loader-container{display:flex;width:100%;justify-content:center}#chatbot-loader #chatbot-loader-dot1,#chatbot-loader #chatbot-loader-dot2{-webkit-animation:load 1s infinite;animation:load 1s infinite}#chatbot-loader #chatbot-loader-dot2{-webkit-animation-delay:.2s;animation-delay:.2s}#chatbot-loader #chatbot-loader-dot3{-webkit-animation:load 1s infinite;animation:load 1s infinite;-webkit-animation-delay:.4s;animation-delay:.4s}@-webkit-keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes load{0%{opacity:0}50%{opacity:1}to{opacity:0}}.react-chatbot-kit-chat-container{position:relative;width:375px}.react-chatbot-kit-chat-inner-container{height:500px;background-color:#fff;border-radius:3px;margin-bottom:15px;border-radius:5px}.react-chatbot-kit-chat-inner-container-dark{height:500px;background-color:#242526;border-radius:3px;margin-bottom:15px;border-radius:5px}.react-chatbot-kit-chat-header{border-top-right-radius:5px;border-top-left-radius:5px;background-color:#efefef;font-family:Arial;display:flex;align-items:center;font-size:.85rem;color:#514f4f;padding:12.5px;font-weight:700}.react-chatbot-kit-chat-input-container{position:absolute;bottom:0;width:100%;display:flex}.react-chatbot-kit-chat-message-container{padding:0 17.5px 10px;overflow:scroll;height:424px}.react-chatbot-kit-chat-input{width:100%;padding:12.5px;font-size:.85rem;border:1px solid #d8d8d8;border-top-left-radius:5px;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top-right-radius:5px}.react-chatbot-kit-chat-input-form{width:100%;display:flex}.react-chatbot-kit-chat-input::-webkit-input-placeholder{color:#585858}.react-chatbot-kit-chat-input:-ms-input-placeholder{color:#585858}.react-chatbot-kit-chat-input::-ms-input-placeholder{color:#585858}.react-chatbot-kit-chat-input::placeholder{color:#585858}.react-chatbot-kit-chat-btn-send{background-color:#2898ec;width:100px;border:none;color:#fff;border-bottom-right-radius:5px}.react-chatbot-kit-chat-btn-send-icon{fill:#fff;width:15px}.react-chatbot-kit-error{background-color:#fff;border-radius:3px;padding:15px}.react-chatbot-kit-error-container{width:260px}.react-chatbot-kit-error-header{font-size:1.3rem;color:#1d1d1d;margin-bottom:30px}.react-chatbot-kit-error-docs{display:block;margin:25px auto;color:#38688b;padding:8px;border:1px solid #2898ec;width:130px;text-align:center;text-decoration:none;font-size:1rem}body{font-family:"Roboto"}.ant-layout-footer,.ant-layout-header{padding:0;box-sizing:border-box;border:1px solid #e9e9e9;background:#fff}.ant-layout-footer{line-height:1.5;text-align:center}.ant-layout-sider{background:#3ba0e9;color:#fff;line-height:120px}.ant-layout-content,.ant-layout-sider{box-sizing:border-box;border:1px solid #e9e9e9}.ant-layout-content{background:#fff;color:#000;min-height:78.9vh}.code-box-demo>div>.ant-layout{margin-bottom:48px}.code-box-demo>div>.ant-layout:last-child{margin:0}.trigger{font-size:24px;line-height:64px;padding:5px 24px 0;cursor:pointer;transition:color .3s;color:#fff}.trigger:hover{color:hsla(0,0%,100%,.5)}.logo{display:flex;align-items:center;justify-content:center;height:64px;text-align:center}#components-form-demo-normal-login .login-form{max-width:300px}#components-form-demo-normal-login .login-form-forgot{float:right}#components-form-demo-normal-login .login-form-button{width:100%}.table-striped-rows thead tr th{background-color:#1890ff;color:#fff}.table-striped-rows tr:nth-child(n) td{background-color:#fff}.table-striped-rows tr:nth-child(2n) td{background-color:#e7ebf0}.table-striped-rows-dark thead tr th{background-color:#424242;color:#fff}.table-striped-rows-dark tr:nth-child(n) td{background-color:#4d4d4d;color:#fff}.table-striped-rows-dark tr:nth-child(2n) td{background-color:#3e3e3f;color:#fff}.table-striped-rows-dark .ant-table-tbody>tr.ant-table-row:hover>td{background:#858585}.noHover{pointer-events:none}.MuiFab-primary{background-color:#1890ff!important}.MuiFab-primary:hover{background-color:rgba(24,144,255,.8)!important}.AppBar{z-index:10!important}.MuiTableCell-root{padding:16px 2px!important}.cellstyle.MuiTableCell-root{border-bottom:1px solid #a3a3a3}.MuiTableCell-head{padding:20px 2px!important}.logout-button{width:100%;background-color:rgba(2,32,60,.8)!important}.logout-button:hover{background-color:#02203c!important}.logout-button-dark{width:100%;background-color:#1e85e4!important}.logout-button-dark:hover{background-color:rgba(32,128,217,.8)!important}.header-text .ant-drawer-title{color:#fffcec}@media (max-width:500px){.responsive-card{width:95%!important}}.ant-select-item-option-selected:not(.ant-select-item-option-disabled){color:#424242;font-weight:1;background-color:#40a9ff}.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{transition:none}.selectstyle.ant-select-single:not(.ant-select-customize-input) .ant-select-selector{color:#fff;background-color:#424242;border:1px solid #d9d9d9;transition:none}.selectstyle .ant-select-arrow{color:#fff}.selectdropdownstyle .ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#303031;color:#fffcec}.ant-select:not(.ant-select-disabled):hover .ant-select-selector{border-color:#40a9ff;border-right-width:1px!important}.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#cfcfcf}.optionstyle.ant-select-item-option-active:not(.ant-select-item-option-disabled){background-color:#303031;color:#fffcec}.optionstyle.ant-select-dropdown{color:#fffcec;background-color:#515151}.selectdropdownstyle{background-color:#666}.selectdropdownstyle *{color:#fffcec}.datestyle>div.ant-picker-input>input{color:#fffcec;font-size:14px;background-color:#666;background-image:none}.datestyle>div>span.ant-picker-suffix{color:#fff}.datestyle>div>span.ant-picker-clear{color:#fff;background:#666;transition:opacity .3s,color .3s}.menustyle.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected{background-color:#515151}.ant-btn,.ant-input-number,.ant-picker-input>input,.ant-select-multiple .ant-select-selection-search-input,.ant-select-multiple .ant-select-selection-search-mirror{transition:none}.ant-dropdown-menu-submenu-title:hover,.menu-dark .ant-dropdown-menu-item:hover{background-color:#303031}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#eaecee}::-webkit-scrollbar-thumb{background-color:#9d9fa0;border-radius:20px;border:3px solid #eaecee}.ant-picker-dropdown-range{z-index:1300!important}