@import url(https://fonts.googleapis.com/css2?family=Aleo:wght@700&family=Charm:wght@400;700&family=Lato&family=Montserrat:wght@600&display=swap);*{box-sizing:border-box;font-family:Lato,sans-serif;font-weight:400;margin:0;padding:0}a{color:#000;font-size:17px;font-weight:500;text-decoration:none}.sidebar{background-color:#fff;border-right:1px solid #d1d1d1;height:100vh;overflow-x:hidden;overflow-y:auto;position:-webkit-sticky;position:sticky;top:0}.sidebar .top{margin:25px 0;text-align:center}.sidebar .top img{border-radius:0;width:100px}.sidebar .center .profile-img-container{margin:20px 0;text-align:center}.sidebar .center .profile-img-container img{border-radius:100%;height:100px;width:100px}.sidebar .bottom ul{margin-top:20px}.sidebar .bottom ul li{cursor:pointer;list-style:none;margin:10px 0;padding:10px;position:relative;transition:all .2s ease}.sidebar .bottom ul .treeContainer{align-items:center;display:flex;justify-content:space-between;transition:none}.sidebar .bottom ul .treeContainer>span{align-items:center;display:flex;flex-direction:row;font-weight:700;margin-left:.1em}.sidebar .bottom ul li:after{background-color:#f35e63;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:2px;z-index:-1}.sidebar .bottom ul li:hover:after{content:"";right:0;top:0;width:100%}.sidebar .bottom ul li a{align-items:center;display:flex;font-size:14px;transition:all .3s ease}.sidebar .bottom ul li a>.treeContainer{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}.sidebar .bottom ul li a>.treeContainer>span{color:#000;font-weight:700}.sidebar .bottom ul li:hover a{color:#fff}.sidebar .bottom ul li svg{font-size:20px;text-align:center;width:50px}.has-dropdown{position:relative}.has-dropdown>.dropdown{background-color:#fff;border:1px solid #fafafa;box-shadow:0 2px 48px 0 #0000000f;display:none;position:absolute;right:-200px;top:-50px;width:100%}.has-dropdown>ul a{color:#000}.dropdown li{position:relative;z-index:1}.dropdown li a{color:#000;font-weight:500}.dropdown li:before{background-color:#f35e63;content:" ";height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:3px;z-index:-1}.dropdown li:hover:before{width:100%}.has-dropdown:hover .dropdown{display:block}: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:#ffffffb3;--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 #0000001a,0 2px 15px 0 #0000000d;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;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)}}.nav{background-color:#fff;border:1px solid;border-color:#fff #fff #d1d1d1;position:-webkit-sticky;position:sticky;top:0;z-index:11}.nav-wrapper{align-items:center;display:flex;justify-content:flex-end;margin:10px auto;width:95%}.left-side{display:none;margin:auto;width:100%}.left-side svg{height:40px;width:30px}.left-side .logo{width:120px}.left-side .logo img{border-radius:0;width:100%}.left-side>.__edit{flex-direction:row;justify-content:center}.left-side>.__edit,.right-side{align-items:center;display:flex}.bell-icon{margin-left:10px}.right-side .account-name{align-items:center;cursor:pointer;display:flex;gap:1em;position:relative}.right-side>.account-name>.profileImgContainer{width:50px}.right-side>.account-name>.profileImgContainer img{height:100%;width:100%}.mobile-nav{background:#fff;height:100%;overflow-y:scroll;position:fixed;top:0;transition:all .3s ease;width:220px;z-index:99}.mobile-nav.none{left:-250px}.mobile-nav.show{left:0}.mobile-nav .top{margin:25px 0;text-align:center}.mobile-nav .top img{border-radius:0;width:100px}.mobile-nav .bottom ul{margin-top:20px}.mobile-nav .bottom ul>.treeContainer{align-items:center;display:flex;justify-content:space-between;transition:none}.mobile-nav .bottom ul .treeContainer>span{align-items:center;display:flex;flex-direction:row;font-weight:700;margin-left:.1em}.mobile-nav .bottom ul li{cursor:pointer;list-style:none;margin:15px 0;padding:10px;position:relative;transition:all .2s ease}.mobile-nav .bottom ul li:after{background-color:#9c27b0;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s ease-in-out;width:2px;z-index:-1}.mobile-nav .bottom ul li:hover:after{content:"";right:0;top:0;width:100%}.mobile-nav .bottom ul li a{align-items:center;display:flex;transition:all .3s ease}.mobile-nav .bottom ul li:hover a{color:#fff}.mobile-nav .bottom ul li svg{font-size:20px;text-align:center;width:50px}.logoutBtn{display:flex;justify-content:flex-start;padding:0 .5em}.sidebar-overlay{background:rgba(90,90,90,.712);height:100%;position:fixed;top:0;width:100%;z-index:98}.sidebar-overlay.none{display:none}.sidebar-overlay.show{display:block}.pl_1em{padding-left:1em!important}@media only screen and (max-width:768px){.left-side,.nav-wrapper{justify-content:space-between}.left-side{align-items:center;display:flex}.right-side{display:none}.mobile-nav{width:250px}}@media only screen and (max-width:600px){.mobile-nav{width:230px}}.footer{background-color:#fff;bottom:0;flex-direction:row;padding:10px 0;position:sticky;position:-webkit-sticky;z-index:11}.footer,.footer>span{align-items:center;display:flex;justify-content:center}.footer>span{color:#000;font-size:.9em;font-weight:400}.kyc-request-container{background-color:#fff;display:flex;justify-content:space-between;margin:20px auto;padding:20px 10px;width:90%}.kyc-details_left{width:50%}.kyc_img_container{margin:30px auto;text-align:center;width:50%}.kyc_img_container h4{font-weight:700}.kyc_img_container img{border-radius:0;margin:10px 0;width:100%}.kyc-details_right{margin:auto}.kyc-details_right .epin-button-container{display:flex;justify-content:space-between;margin:20px 0 0;width:50%}.kyc-details_right table{border-collapse:collapse;font-family:arial,sans-serif;width:100%}.kyc-details_right table td,.kyc-details_right table th{border:1px solid #ddd;padding:10px;text-align:left;width:200px}.kyc-details_right table tr:nth-child(2n){background-color:#ddd}.dialog_img{border-radius:0}.chart{background-color:#fff;margin:10px 0}.lineChart{color:gray}.chart .chartGrid,.chart .recharts-cartesian-grid line{stroke:#2c2c2c}.card{align-items:center;background:#fff;border:1px solid #fff;border-radius:5px;box-shadow:0 2px 48px 0 #0000000f;display:flex;justify-content:space-between;position:relative;width:23%}.card:before{background-color:#ff2a63;content:" ";height:100%;position:absolute;width:5px}.card:nth-child(2):before,.card:nth-child(6):before{background-color:#7a99ff}.card:nth-child(3):before,.card:nth-child(7):before{background-color:#ca00fd}.card:nth-child(4):before,.card:nth-child(8):before{background-color:#87ceeb}.card .icon-container{align-items:center;background-color:#ffa3bb;color:#850829;display:flex;justify-content:center}.card svg{height:30px;margin:5px;width:30px}.card:nth-child(2) .icon-container,.card:nth-child(6) .icon-container{background-color:#a7bcff;color:#002394}.card:nth-child(3) .icon-container,.card:nth-child(7) .icon-container{background-color:#eda3ff;color:#56006b}.card:nth-child(4) .icon-container,.card:nth-child(8) .icon-container{background-color:#beedff;color:#057}.card .icon-container{border-radius:5px;margin-left:20px}.card .content-container{margin:20px 10px;width:60%}.card .content-container span{color:#ff2a63;font-size:18px;font-weight:700}.card:nth-child(2) .content-container span,.card:nth-child(6) .content-container span{color:#7a99ff}.card:nth-child(3) .content-container span,.card:nth-child(7) .content-container span{color:#ca00fd}.card:nth-child(4) .content-container span,.card:nth-child(8) .content-container span{color:#057}.card .content-container .card-head{margin:10px 0}@media only screen and (max-width:768px){.card{width:24%}.card .content-container{margin:15px 10px}.card .content-container .card-head{font-size:14px;margin:5px 0}}@media only screen and (max-width:600px){.card{margin:10px 0;width:49%}.card .content-container{margin:10px}.card svg{height:28px;margin:5px;width:28px}.card .content-container span{font-size:16px}.card .content-container .card-head{font-size:13px}}.chart{border-radius:5px;box-shadow:0 2px 48px 0 #0000000f;color:gray;padding:10px}.lineChart{box-shadow:2px 4px 10px 1px #00000078;padding:10px}.chart .title{margin-bottom:20px}.chart .chartGrid,.chart .recharts-cartesian-grid{stroke:#bdbdbd}.dashBoard_cardContainer{flex-wrap:wrap;row-gap:.5em}.LoginForm_form_part_module__E6rDV{padding:10px 15px}.LoginForm_input_group_module__\+pmL\+{margin:10px 0}.profile-component{margin:auto;width:100%}.profile-component .top{align-items:center;border:1px solid #d3d3d3;display:flex;justify-content:space-between;position:relative}.edit-button-container{position:absolute;right:0;top:0;z-index:1}.edit-btn{border-radius:0!important}.profile-component .top .left{text-align:center;width:50%}.profile-component .top .left .sponsorId{font-family:Arial,Helvetica,sans-serif;font-size:1em;margin:6px 0}.profile-component .top .left .username{font-family:Charm,cursive;font-size:25px;letter-spacing:3px;margin:6px 0}.profile-component .top .left .img-container{cursor:pointer;height:200px;margin:auto;width:200px}.profile-component .top .left .img-container img{border-radius:50%;height:100%;width:100%}.profile-component .top .left .left-side-button-container{padding:10px 0}.profile-component .top .left .left-side-button-container .request-epin{margin-left:10px}.profile-component .top .right{padding:10px;width:50%}.profile-component .top .right .general-info{height:100%;position:relative}.profile-component .top .right .general-info>.FirstNdLastNameWrapper{display:flex;flex-direction:row;flex-wrap:wrap;gap:.2em}.profile-component .top .right .general-info>.FirstNdLastNameWrapper>.details-wrapper{width:calc(40% - .1em)}.profile-component .top .right .general-info .details-wrapper{width:80%}.profile-component .top .right .general-info .details-wrapper .heading{color:#464646;font-family:Lato,sans-serif;font-weight:700}.profile-component .top .right .general-info .details-wrapper .result{border:1px solid #d3d3d3;margin:5px 0 20px;padding:10px}@media only screen and (max-width:768px){.profile-component .top{flex-direction:column}.profile-component .top .right .general-info>.FirstNdLastNameWrapper>.details-wrapper{width:calc(50% - .1em)}.profile-component .top .left{margin:40px 0 15px;width:100%}.profile-component .top .left .img-container{height:150px;width:150px}.profile-component .top .right,.profile-component .top .right .general-info .details-wrapper{width:100%}}.table{background-color:#fff;border:1px solid #fff;border-radius:5px;width:49%}.table .table-heading{margin:10px 20px}.more-icons-wrapper{align-items:center;display:flex;justify-content:space-around}.board_link{color:#7b1fa2;font-size:13px;font-weight:100}.inactive-transaction{background-color:#f7f7f7}@media only screen and (max-width:600px){.table{margin:10px 0;width:100%}}.createoffer_form_container__fUJUT{background:#fff;position:relative;width:100%}.createoffer_form_container__fUJUT label{color:#242424;font-size:14px}.createoffer_form_container__fUJUT form{margin:auto;width:50%}.createoffer_flex_input__F7vVx,.createoffer_flex_input_three__yk9Xu{display:flex;justify-content:space-between;margin:20px 0}.createoffer_flex_input__F7vVx>div{width:49%}.createoffer_flex_input_three__yk9Xu>div{width:32%}.createoffer_loading_state__mWHv\+{align-items:center;background:#aca5a556;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:1}.createoffer_loading_state__mWHv\+ p{background:#fff;color:red;margin-bottom:30px;padding:20px}.ticket_details-container{width:100%}.ticket_details-container .ticket-subject{margin:20px 0;text-align:center;width:100%}.ticket_details-container .ticket-subject .subject{font-size:20px;font-weight:700;position:relative}.ticket_details-container .ticket-subject .subject:after{background-color:#add8e6;bottom:-8px;content:"";height:2.5px;left:50%;position:absolute;transform:translateX(-50%);width:20%}.ticket_details-container .answers-area{margin:auto;width:80%}.ticket_details-container .answers-area .ticket-answer{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;justify-content:space-between;margin-top:10px;padding-bottom:10px}.no-answers{text-align:center}.ticket_details-container .answers-area .reverse-answer{align-items:center;border-bottom:1px solid #d3d3d3;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-top:10px;padding-bottom:10px}.ticket_details-container .answers-area .ticket-answer .user-img-container{background:#f47f7f;color:#fff;margin:0 0 0 20px;padding:20px}.reverse-answer .user-img-container{background:#f4cd7f;color:#fff;margin:0 20px 0 0;padding:20px}.user-img-container span{font-weight:700;text-transform:capitalize}.ticket_details-container .answers-area .reverse-answer .msg-container,.ticket_details-container .answers-area .ticket-answer .msg-container{margin:20px;text-align:justify}.ticket_details-container .answers-area .msg{font-size:15px;text-align:right}.ticket_details-container .answers-area .ticket-answer .msg-date{color:gray;font-size:12px;margin-top:10px;text-align:right}.ticket_details-container .answers-area .reverse-answer .msg-date{color:gray;font-size:12px;margin-top:10px}.ticket_details-container .question-area{border-bottom:2px dashed gray;margin:30px auto;padding-bottom:20px;text-align:center}.ticket_details-container .question-area .question{font-size:19px;margin:auto;width:90%}.ticket_details-container .reply-area{margin:20px auto;width:80%}.ticket_details-container .reply-area .textbox-container{align-items:center;display:flex;justify-content:space-between;width:100%}.ticket_details-container .reply-area .textbox-container textarea{height:50px;margin:0 0 0 10px;padding-top:15px}.ticket_details-container .reply-area .textbox-container label{background:#d3d3d3;border-radius:20px;cursor:pointer;padding:10px}.gcDetailsContainer .left-side{display:inline-block;margin:0 auto;width:90%}.gcDetailsContainer .left-side form{margin:20px}.preview-img-section{display:flex;justify-content:space-between;width:100%}.preview_img_container{width:100%;width:49%}.preview_img_container img{height:100%;width:100%}@media only screen and (max-width:768px){.rest .gcDetailsContainer{flex-direction:column-reverse}.gcDetailsContainer .left-side{width:100%}}.cateDetailsContainer .left-side{display:inline-block;margin:0;width:65%}.cateDetailsContainer .left-side form{margin:20px}.input-form_flex-container{display:flex;justify-content:space-between;margin:10px 0}.input-form_flex-container>.input-form{width:49%}.cateDetailsContainer .right-side{align-items:center;display:flex;justify-content:center;width:30%}.cateDetailsContainer .right-side .preview_img_container{width:100%}.cateDetailsContainer .right-side .preview_img_container img{height:100%;width:100%}@media only screen and (max-width:768px){.rest .cateDetailsContainer{flex-direction:column-reverse}.cateDetailsContainer .left-side{width:100%}}@media only screen and (max-width:600px){.rest .category_giftCard_container{flex-direction:column}}::-webkit-scrollbar{cursor:pointer;height:4px;width:4px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{background:#9c27b0;cursor:pointer}.input-form_flex{display:flex}input,select,textarea{border:1px solid #4b4b4b;border-radius:5px;box-shadow:0 2px 48px 0 #0000000f;height:40px;margin:7px 0 0;outline:none;padding:0 15px;width:100%}textarea{height:200px;padding-top:20px}.page{background-color:#fafafa;display:flex}.login-page{align-items:center;display:flex;height:100vh;justify-content:center;margin:auto;width:40%}.login-page .form-part{border:1px solid #ebebeb;border-radius:5px}.sidebar{width:200px}.right-container{width:85%}.rest .card-container,.rest .graph-container{display:flex;justify-content:space-between;margin:20px auto;width:95%}.rest .graph-container{flex-wrap:wrap}.rest .graph-container .chart{width:49%}.rest .cateDetailsContainer,.rest .category_giftCard_container,.rest .data-table-container,.rest .epinrequestcontainer,.rest .gcDetailsContainer,.rest .invoice-container,.rest .profile-container,.rest .table-container{background-color:#fff;display:flex;justify-content:space-between;margin:20px auto;width:95%}.rest .epinrequestcontainer{flex-direction:column}.rest .epinrequestcontainer form{width:100%}.payment-methods-container{margin:auto;width:80%}.nf-container{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.nf-container .nf_image_container{height:70%;width:50%}.nf-container .nf_image_container img{height:100%;width:100%}.epin-container{display:flex;flex-wrap:wrap;margin-top:20px}.epin-container .epin-item{border:1px solid #9c27b0;cursor:pointer;margin-right:10px;padding:10px}.epin-container .epin-item .epin-id{font-weight:500;margin-bottom:5px}.epin-container .epin-item .epin-bal{color:#9c27b0}@media only screen and (max-width:768px){.sidebar{display:none}.payment-methods-container,.right-container{width:100%}.nf-container .nf_image_container{height:50%;width:100%}}@media only screen and (max-width:600px){.rest .card-container{flex-wrap:wrap}.rest .graph-container{flex-direction:column}.rest .graph-container .chart{width:100%}.rest .data-table-container,.rest .table-container{flex-direction:column}.nf-container .nf_image_container{height:40%;width:100%}}
/*# sourceMappingURL=main.8f372e16.css.map*/