@tailwind base;@tailwind components;@tailwind utilities;@font-face{font-family:hanuman!important;src:local("hanuman"),url(/static/media/HANUMAN.4a7426a42671b926ad14.TTF) format("tff")}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:hanuman!important;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,hanuman,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.card{border:initial!important;border-radius:10px}.assign-card{min-height:calc(90vh - 75px)}.color-red{color:#d31145}.color-green{color:#28a745}.primary-button{background-color:#d31145;color:#fff}.site-layout-background{background-color:#fff;color:#000!important}.tableTitle{display:flex;justify-content:right}.header-title{align-items:center;color:#f0f8ff;font-size:1.5vw;padding:20px;text-align:center!important}.ant-space{gap:20px}.m-left-40{margin-left:40px}.ant-dropdown-menu{top:27px!important}.drop-button{align-items:center;color:#f0f8ff;font-family:hanuman;font-size:1vw;padding:20px;text-align:center!important}.toast-message-success{background:#3da758}.toast-message-error,.toast-message-success{font-feature-settings:"clig" off,"liga" off;align-items:center;border-radius:25px;color:#fff;font-family:AIA Everest;font-size:15px;font-style:normal;font-weight:200;justify-content:center;letter-spacing:.1px;text-transform:capitalize;width:26vw}.toast-message-error{background:#d31145}.line{border-top:2px solid #868b8c}.dashboard-col{border-bottom-right-radius:50px;border-top-right-radius:50px;color:#fff;display:flex;font-size:16px;height:75px;margin-bottom:10px;overflow:hidden;padding-left:5px;padding-top:5px;position:relative;z-index:0}.icon{color:#fff;font-size:68px;opacity:.2;position:absolute;right:20px;z-index:1}.box{position:relative}.black-color{background-color:#34495e}.green-color{background-color:#1bbc9b}.blue-color{background-color:#3598db}.datatable-row-selected{background-color:#69c0ff}.datatable-row-selected .ant-table-cell-row-hover{background:#69c0ff!important}.button{background:#5b636b;background:var(--aia-primary-charcoal-805-b-636-b,#5b636b);border-radius:10px;height:3rem;width:230px}.ant-input{border-radius:4px}.grid-tile{display:flex;gap:20px;justify-content:flex-start}.txt-center{display:flex;flex-direction:column;font-weight:500;padding:20px 0 50px}.ant-input{height:30px}.text-reward-title{font-family:hanuman}.button-modal{align-items:center;cursor:pointer;font-size:1.2vw}.button-custom{font-size:small;height:50px}.button-custom,.button-custom-coin-gem{background-color:#5b636b!important;border-radius:10px;margin:0;padding:0 20px;width:100%}.button-custom-coin-gem{text-wrap:wrap;font-size:smaller;height:40px}.row-btn{display:flex;flex-direction:row;flex-wrap:nowrap}.form-control{margin:45px auto auto}.user-channel-agent{align-items:center;justify-content:center;line-height:20px;width:40px}.on-selected-button{background-color:#5b636b!important;color:#fff!important}.text-reward-title{font-size:1.2vw!important;line-height:1.4}.float-right{float:right}.back-text{background-color:#fff}.col-grid-coin-dreward{align-items:flex-start;display:flex;flex-direction:row;gap:15px;height:60px;justify-content:flex-start!important}.preferably-square{width:300px}.picture-grid{aspect-ratio:auto 1/1;display:flex!important;flex-direction:row-reverse}.object-cover{aspect-ratio:auto 1/1;height:100px;width:200px}.row-grid{display:flex;gap:40px!important}.fixed-bar-reward-bar{margin-Right:-100px;padding-Right:100px;align-items:center;background-color:#fff;border-bottom:1px solid;border-top:1px solid;bottom:0;color:#5b636b;display:flex;font-family:sans-serif;font-size:5px!important;font-weight:700;height:100px;margin-left:-100px;padding-left:100px;position:fixed;text-align:center;width:100%}.add-to-card-button{background-color:"#5B636B";color:"#FFF";height:"30px";width:"160px"}.add-to-card-button:disabled{background:#adb1b5!important;color:#fff;height:"30px";width:"160px"}.vl-reward{border-left:1px solid #5b636b;height:75px;left:50%;margin-left:-3px;position:absolute;top:0}.fontSize{font-size:.8vw}.phonenumber-text{font-family:AIA Everest}.wrapper-Quantity{align-items:center;display:flex;flex-direction:column;justify-items:center}.fixed-bar-total,.wrapper-Quantity{justify-content:center}.vl-reward-agent{border-left:1px solid #5b636b;height:100px;left:50%;margin-left:-3px;position:absolute;top:-50px}.fixed-bar-total-comfirm-order{margin-Right:-100px;padding-Right:100px;align-items:center;background-color:#fff;border-bottom:1px solid;border-top:1px solid;bottom:0;color:#5b636b;display:flex;font-family:sans-serif;font-size:1em!important;font-weight:700;height:100px;justify-content:center!important;line-height:2.5;margin-left:-100px;padding-left:50px;position:fixed;text-align:center;width:100%}.ant-modal-mask{background-color:rgba(0,0,0,.6)!important;opacity:.1}.drawer-title{color:#fff;color:var(--aia-primary-charcoal-805-b-636-b,#fff);display:flex;justify-content:flex-end;letter-spacing:.2px}.drawer-button,.drawer-title{align-items:center;font-size:1.5rem;font-weight:600;line-height:36px}.drawer-button{color:#5b636b;color:var(--aia-primary-charcoal-805-b-636-b,#5b636b);justify-content:center;letter-spacing:.1px;margin:0;padding:0}.ant-drawer-close{color:#fff}.category-button{color:#5b636b}.category-button,.on-selected-button{background:#fff;background:var(--aia-interactive-state-default-ffffff,#fff);border:1px solid #adb1b5;border:1px solid var(--aia-primary-charcoal-40-adb-1-b-5,#adb1b5);border-radius:28px;display:inline-block;font-weight:500;margin-left:10px;margin-right:5px;text-align:center;text-decoration:none}.on-selected-button{background-color:#5b636b;color:#fff}.scroll-menu-button{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;white-space:nowrap}.scroll-menu-button::-webkit-scrollbar{display:none}.imgStyle{height:150px!important;width:150px!important}.col-flex-gap{display:flex;flex-direction:row;gap:15px;justify-content:space-between}.description-label,.description-value{color:#5b636b;font-size:small}.description-value{font-weight:500}.add-to-card-button-before-click{background-color:#5b636b;color:#fff;font-weight:500;width:100%}.add-to-card-button-after-click{background-color:#3da758;color:#fff;font-weight:500;width:100%}.ant-drawer-close{color:#fff!important}.apply-button-in-drawer{align-items:center;color:#5b636b;color:var(--aia-primary-charcoal-805-b-636-b,#5b636b);font-size:1.5rem;font-weight:600;justify-content:center;letter-spacing:.1px;line-height:36px;padding-left:10px;padding-right:10px;text-decoration:none}.apply-button-in-drawer:hover{border-color:#fff!important}.drawer-collapse-label{color:#5b636b;font-family:Hanuman;font-size:1.2rem;font-weight:550;line-height:36px}.ant-collapse-content-active{margin:0!important;padding:0!important}.order-status{background:#fff;background:var(--aia-interactive-state-default-ffffff,#fff);border:1px solid #adb1b5;border:1px solid var(--aia-primary-charcoal-40-adb-1-b-5,#adb1b5);border-radius:28px;color:#fff;display:inline-block;font-size:smaller;font-weight:500;text-align:center;text-decoration:none;width:70%}.ant-layout{padding:0!important}.ant-card-contain-grid:not(.ant-card-loading) .ant-card-body{margin:-1px 0 0 -1px;padding:30px}.ant-card-contain-grid .ant-card-body{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between!important}.ant-card-grid{box-shadow:0 0 0 0!important;transition:all .3s;width:30%!important}.upload-bt{float:right}.upload-file{align-items:center;display:flex}.ant-btn-primary:focus,.ant-btn-primary:hover{background:#5b636b!important;background:var(--aia-primary-charcoal-805-b-636-b,#5b636b)!important;border-color:#5b636b!important;border-color:var(--aia-primary-charcoal-805-b-636-b,#5b636b)!important}.ant-card-bordered{border:0}.body-card{padding:20px}.gutter-box{background:#00a0e9;padding:8px 0}.p-top-10{padding-top:0}.p-top-30{padding-top:30px}.user-mangement-row{justify-content:space-between!important}.txt-center{padding:10px 0 30px;text-align:center}.ant-btn.ant-btn-circle{background:#eeeff0;border-radius:50%!important;min-width:50px!important}.ant-modal-footer{display:flex;justify-content:space-between}.ant-btn-primary{border:0}.card-layout{justify-content:space-around;width:100%}.ant-card{width:100%}.border-radis{border-radius:50%;height:100px;width:100px}.card-row{display:contents;flex-wrap:nowrap;justify-content:flex-start}.list-title{color:#d31145;color:var(--aia-primary-red-d-31145,#d31145);font-size:32px;font-style:normal;font-weight:700;line-height:30px}.card-layout{align-items:center;display:flex;gap:30px;justify-content:flex-start}.line-height{line-height:30px}.vl{border-left:2px solid #5b636b;height:120px;left:50%;margin-left:-3px;position:absolute;top:-48px}.coin-radis{border:1px solid #f9d65c;border:1px solid var(--aia-tint-yellow-75-f-9-d-65-c,#f9d65c);border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:0}.coin-radis,.gems-radis{background:#fff;height:30px;width:80px}.gems-radis{border:1px solid #5699c1;border:1px solid var(--aia-primary-blue-755699-c-1,#5699c1);border-radius:10px;border-bottom-left-radius:0;border-bottom-right-radius:10px;border-top-left-radius:10px;border-top-right-radius:0}.row-create-date{display:flex;justify-content:flex-end}.p-left-10{padding:2px 0 0 10px}.space-active{line-height:50px}.col-grid{align-items:flex-start;display:flex;height:74px}.col-grid,.col-grid-coin{flex-direction:column;justify-content:space-between}.col-grid-coin{align-items:center}.txt-coin-gems{font-weight:500}.ant-tag-borderless{border:1px solid #5b636b;border-radius:20px}.coin-txt-color{color:#f9d65c;font-weight:500}.gem-txt-color{font-weight:500}.search-field{height:auto}.title-button-font{color:#1f78ad;font-size:1.4vw;font-weight:700}.ant-modal-content{box-shadow:none!important}.ant-modal-mask{background-color:rgba(0,0,0,.32)!important;opacity:1}.button-modal{color:#1f78ad;font-size:1vw;font-weight:500}.button-custom-cancel{background-color:#fff;border:1px solid #5b636b;border-radius:10px;color:#666e75!important}.text-reward-title{font-size:1.2vw}.fixed-bar-total{font-size:1em!important}.user-profile{background-color:#fff}.user-profile-title{color:#d31145;color:var(--aia-primary-red-d-31145,#d31145);font-size:32px}.phonenumber-text,.user-profile-title{font-style:normal;font-weight:700;line-height:30px}.phonenumber-text{font-size:15px}.title-dev{align-items:baseline;display:flex;flex-direction:column;justify-content:center;margin-left:15px}.user-status{align-items:top;font-size:15px;font-weight:700;line-height:30px}.user-channel-dev{align-items:top;align-items:center;display:flex;flex-direction:column;font-size:15px;font-weight:500;gap:20px;height:-webkit-max-content;height:max-content;line-height:50px;padding-left:20px}.user-channel{align-items:center;border-radius:14px;border-style:solid;border-width:thin;justify-content:center;line-height:20px;width:40px}.col-grid-coin{display:flex;height:60px}.txt-coin-gems{font-feature-settings:"clig" off,"liga" off;color:#5b636b;color:var(--aia-primary-charcoal-805-b-636-b,#5b636b);font-size:20px;font-style:normal;font-weight:600;letter-spacing:.1px;line-height:20px}.coin-txt-color{color:#8e7000;color:var(--aia-secondary-deep-yellow-8-e-7000,#8e7000)}.coin-txt-color,.gem-txt-color{font-weight:700;line-height:20px}.gem-txt-color{color:#1f78ad;color:var(--aia-primary-blue-1-f-78-ad,#1f78ad)}.table-column-style{align-items:"center";display:"flex";flex-direction:"column";gap:"10px";justify-content:"center"}.imgStyleCard{height:90px;width:90px}.text-reward-title{color:#5b636b;font-size:1.5em;font-weight:750}.description-value-coin{color:#8e7000;font-weight:500}.description-value-gem{color:#1f78ad;font-weight:500}.plusminus{border-left:3px solid #dcd3d3!important;border-right:none}.minusButton,.plusminus{align-items:center;border-bottom:none;border-radius:0;border-top:none;font-size:1.8rem;height:50px;justify-content:center;margin:0;padding:0;width:50px}.minusButton{border-left:none;border-right:3px solid #dcd3d3!important}.wrapper{align-items:center;display:flex;justify-content:center;justify-items:center}.ant-input-number-input{text-align:center!important}.input-number-item{border-radius:0;font-size:"1.5rem";height:"50px";justify-content:"center";width:"50px"}.fixed-bar-total{margin-Right:-100px;padding-Right:100px;align-items:center;background-color:#fff;border-bottom:1px solid;border-top:1px solid;bottom:0;color:#5b636b;display:flex;font-family:sans-serif;font-size:5px!important;font-weight:700;height:100px;margin-left:-100px;padding-left:100px;position:fixed;text-align:center;width:100%}.bar-text{align-items:center;font-style:normal;justify-content:center;line-height:0}.process-button-style{background:#5b636b;border:1px solid #adb1b5;border:1px solid var(--aia-primary-charcoal-40-adb-1-b-5,#adb1b5);border-radius:28px;color:#fff;display:inline-block;font-size:small;font-weight:500;margin:0;padding:0;text-align:center;text-decoration:none;width:200px}.button-layout{align-items:center;display:inline-flex;flex-direction:column;gap:5px}.process-button-style:disabled{background:#adb1b5;border:1px solid #adb1b5;border:1px solid var(--aia-primary-charcoal-40-adb-1-b-5,#adb1b5);border-radius:28px;color:#fff;display:inline-block;font-weight:500;margin:0;padding:0;text-align:center;text-decoration:none;width:200px}.search-field1{border-radius:26px!important}.input-search{border-radius:30px!important;height:50px!important}.label-header{font-size:1rem;font-style:normal;font-weight:500}.actions{color:#fff}.ant-table-row{position:relative}.ant-table-row:hover .actions{color:#868b8c;display:flex;right:0;text-align:left}.ant-table-row:hover .hideAction{color:#f4f1ef;left:0}.notification-text{font-size:1.2rem;font-weight:600}.notification-description{font-size:1rem}.notification-date{color:#868b8c;font-size:.8rem}.table-row-read{background-color:#fff}.table-row-unread{background-color:#f4f1ef}.table-row-read .actions{color:#fff}.table-row-unread .actions{color:#f4f1ef}body{font-family:hanuman}.login-title{font-size:40px;font-weight:500;text-align:center}.login-forgot{color:crimson;float:right}.ant-col-rtl .login-form-forgot{float:left}.login-form-button{background:#d31145!important;border-color:#d31145;border-radius:8px;color:#fff;font-family:hanuman;height:70px!important;width:410px!important}.login-form-button:hover{background:#d31145!important;border-color:#d31145;color:#fff}.form-group{margin-bottom:1rem}.form-control{background-color:#f7f7f8;border:0!important;display:block;font-size:1rem;margin:auto;width:435px}.title{color:#000;text-align:center}.ant-btn-primary:hover{background:#c2185b;border-color:#c2185b;color:#fff}.ant-input-affix-wrapper{line-height:2.7715}.ant-btn-primary:focus,.ant-btn-primary:hover{background:#d31145!important;border-color:#d31145!important}.ant-layout-header{background:#d31145;color:rgba(0,0,0,.88);height:88px;line-height:64px;padding:0 50px}.logo{height:48px;width:48px}.logo-header{display:flex;min-height:9vh}.login-form,.logo-header{align-items:center;justify-content:center}.login-form{background:#f7f7f8;display:block;gap:10px;width:100%}.button-container{align-items:center;display:flex;justify-content:center}.username{font-weight:bolder;padding:0 0 25px}.ant-input{border-radius:4px!important}.footer-login{width:100%}.footer-img{height:415px;margin-top:90px;object-fit:cover;width:100%}body,html{height:100%;margin:0;padding:0;width:100%}.error-login-fail{align-items:center;background:#ba036120;display:flex!important;height:50px;justify-content:space-around;margin:10px}.description-font{align-items:center;display:flex;flex-direction:column;font-size:.8rem;justify-content:center;justify-items:center;padding-bottom:50px}.otp-input-form{height:68px;width:45px}.otp-style{display:flex;justify-content:space-around;padding-top:50px}.countdown-text{margin-left:10px}.center-error-message:where(.ant-form-item) .ant-form-item-explain-error{text-align:center}