: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: rgba(255, 255, 255, .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-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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( to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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:translate3d(0,var(--y),0) 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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.error,.required{color:red;font-family:sans-serif;font-size:14px}.trade-modal-btn-box{display:flex;gap:5px}.trade-table thead tr th{padding:2px 4px}.trade-setting thead tr th{padding:12px 20px}.trade-table .table-body tr td{padding:2px 4px;border-bottom:1px solid rgb(87 82 82 / 23%);font-family:Poppins-Regular;font-size:14px}.trade-table .table-body .table-row{background-color:#3c8fdf17;font-family:Poppins-Regular;font-size:14px;line-height:normal}.trade-setting .table-body tr td{padding:2px 20px;border-bottom:1px solid rgb(87 82 82 / 23%);font-family:Poppins-Regular;font-size:14px}.trade-table .bold-text{font-weight:550}.trade-table .left-border{position:relative}.trade-table .left-border:before{content:"";position:absolute;width:5px;height:100%;left:0;top:0;background:#003161}.trade-table .left-border-child{position:relative}.trade-table .left-border-child:before{content:"";position:absolute;width:5px;height:100%;left:0;top:0;background-color:#e1aeed}.table-container .trade-table{min-width:1200px}.trade-table tr th:nth-child(1){width:1%}.trade-table tr th:nth-child(2){width:15%}.trade-table tr th:nth-child(3){width:9%}.trade-table tr th:nth-child(4){width:8%}.trade-table tr th:nth-child(5){width:5%}.trade-table tr th:nth-child(6){width:6%}.trade-table tr th:nth-child(7){width:4%}.trade-table tr th:nth-child(8){width:4%}.trade-table tr th:nth-child(9){width:4%}.trade-table tr th:nth-child(10){width:5%}.trade-table tr th:nth-child(11){width:6%}.trade-table tr th:nth-child(12){width:6%}.trade-table tr th:nth-child(13){width:5%}.trade-table tr th:nth-child(14){width:4%}.trade-table tr th:nth-child(15){width:4%}.trade-table tr th:nth-child(16){width:5%}.trade-table tr th:nth-child(17){width:5%}.trade-table tr th:nth-child(18){width:7%}.trade-table tr th:nth-child(19){width:5%}.trade-table tr th:nth-child(20){width:7%}.complete-table tr th:nth-child(1){width:1%}.complete-table tr th:nth-child(2){width:15%}.complete-table tr th:nth-child(3){width:5%}.complete-table tr th:nth-child(4){width:6%}.complete-table tr th:nth-child(5){width:5%}.complete-table tr th:nth-child(6){width:7%}.complete-table tr th:nth-child(7){width:5%}.complete-table tr th:nth-child(8){width:5%}.complete-table tr th:nth-child(9){width:5%}.complete-table tr th:nth-child(10){width:4%}.complete-table tr th:nth-child(11){width:5%}.complete-table tr th:nth-child(12){width:7%}.complete-table tr th:nth-child(13){width:7%}.complete-table tr th:nth-child(14){width:7%}.complete-table tr th:nth-child(15){width:4%}.complete-table tr th:nth-child(16){width:3%}.complete-table tr th:nth-child(17){width:4%}.complete-table tr th:nth-child(18){width:5%}.bookmark-list tr th:nth-child(1){width:1%}.bookmark-list tr th:nth-child(2){width:15%}.bookmark-list tr th:nth-child(3){width:6%}.bookmark-list tr th:nth-child(4){width:6%}.bookmark-list tr th:nth-child(5){width:6%}.bookmark-list tr th:nth-child(6){width:6%}.bookmark-list tr th:nth-child(7){width:5%}.bookmark-list tr th:nth-child(8){width:5%}.bookmark-list tr th:nth-child(9){width:5%}.bookmark-list tr th:nth-child(10){width:5%}.bookmark-list tr th:nth-child(11){width:5%}.bookmark-list tr th:nth-child(12){width:5%}.bookmark-list tr th:nth-child(13){width:4%}.bookmark-list tr th:nth-child(14){width:4%}.bookmark-list tr th:nth-child(15){width:4%}.bookmark-list tr th:nth-child(16){width:4%}.bookmark-list tr th:nth-child(17){width:6%}.trade-setting tr th:nth-child(1){width:80%}.trade-setting tr th:nth-child(2){width:20%}.trading-box-slider{display:flex;justify-content:space-between}.trade-list-main .trade-list-filter-box{max-width:100%;padding-left:0;padding-right:0}.trade-header-flex{display:flex;justify-content:space-between}.trade-header-flex-history{display:flex;flex-direction:column}.trade-list-main .custom-trade-header-flex{gap:5px;justify-content:space-between;align-items:center;margin-bottom:8px}.filter-btn .MuiButtonBase-root{min-width:20px;padding:6px;border-radius:4px;background-color:#003161!important}.filter-btn-history .MuiButtonBase-root{min-width:20px;padding:6px 15px;border-radius:4px;background-color:#003161!important}.filter-icon{width:20px}ul li{padding:0;font-family:Poppins,sans-serif;list-style-type:none}.agency-modal ul li{padding:0;font-family:Poppins,sans-serif;list-style-type:disc;margin-left:15px}.sort-dev .deactive,.sort-dev .deactive:hover{font-size:14px;font-family:Poppins-Medium;text-transform:capitalize;color:#000;min-width:146px}.sort-dev .active,.sort-dev .active:hover{border-radius:36px;font-size:14px;font-family:Poppins-Medium;text-transform:capitalize;transition:none;min-width:146px;background-color:#006a67;color:#fff}.custom-tab-menu-list .custom-sort-dev .deactive,.custom-tab-menu-list .custom-sort-dev .deactive:hover{font-size:12px!important;min-width:146px}.custom-tab-menu-list .custom-sort-dev .active,.custom-tab-menu-list .custom-sort-dev .active:hover{border-radius:36px;font-size:12px!important;min-width:146px}.page{width:100%}.header{color:#000;padding:16px 0}.container{position:relative;width:90%;max-width:1024px;margin:0 auto}.header .title{font-size:24px;line-height:24px;font-weight:700;margin:0}.translations-content-container{height:calc(100vh - 52px);overflow-y:auto}.translations-content-container .heading{font-size:28px;line-height:normal;padding:16px 0;font-family:Poppins-Bold}.translations-content-container .heading-h2{font-size:24px;line-height:normal;padding:8px 0;font-family:Poppins-Bold}.translations-content-container .heading-h3{font-size:20px;line-height:normal;padding:8px 0;font-family:Poppins-Bold}.translations-content-container .heading-h4{font-size:18px;line-height:normal;padding:8px 0;font-family:Poppins-Bold}.translations-content-container .privacy-pera{font-size:14px;line-height:normal;margin-bottom:8px;color:#555;font-family:Poppins-Regular}.translations-content-container .privacy-definitions-pera{font-size:32px;line-height:48px;font-weight:700}.visible{display:block}ul li{line-height:20px}.sort-btn-box{display:flex;justify-content:space-between;align-items:center;cursor:pointer}.sort-btn-box li{font-size:14px;font-family:Poppins-Regular;color:#3052ba}.sort-btn-box svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium{fill:#3052ba}.active-class .active-btn,.active-class .active-btn:hover{background-color:#fff4b7;border-radius:4px;padding:8px;min-width:max-content;font-family:Poppins-Medium;box-shadow:#110c2e26 0 48px 100px}.trade-list-scrollbar::-webkit-scrollbar,.notification-main-box::-webkit-scrollbar{width:4px;height:8px}.trade-list-scrollbar::-webkit-scrollbar-track,.notification-main-box::-webkit-scrollbar-track{background:#f1f1f1}.trade-list-scrollbar::-webkit-scrollbar-thumb,.notification-main-box::-webkit-scrollbar-thumb{background:#1a4475}.trade-list-scrollbar::-webkit-scrollbar-thumb:hover,.notification-main-box::-webkit-scrollbar-thumb:hover{background:#555}.trade-list-main .trade-list-filter-box .trade-list-scrollbar{max-height:calc(100vh - 174px)}.trade-list-main .trade-list-filter-box .custom-trade-list{max-height:calc(100vh - 220px)}.Mui-selected{background-color:#d1cdcd!important}.custom-trade-list-scrollbar .trade-table thead tr th{font-family:Poppins-Medium;background-color:#003161;color:#fff;line-height:normal;font-size:14px;border:0!important}.header-tab-main-box{min-height:auto!important}.header-tab-main-box .active-class{width:100%;display:flex;justify-content:space-between;gap:12px;align-items:center}.active-class .header-tab-box{display:flex;gap:12px}.cus-main-modal .cus-modal{max-width:680px;width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;border-radius:15px;outline:none;padding:8px}.cus-main-modal .cus-history-modal{max-width:500px}.cus-modal .modal-header .modal-heading p{font-family:Poppins-Bold;color:#003161;font-size:20px}.cus-modal .modal-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:8px;padding-right:24px;border-bottom:2px solid #0b2342;margin-bottom:16px}.table-container-modal .trade-table-modal thead tr th{background-color:#1a3f75;color:#fff;padding:2px 4px;font-family:Poppins-Medium}.table-container-modal .trade-table-modal tbody tr td{padding:2px 4px;font-family:Poppins-Regular;font-size:14px;line-height:normal}.table-container-modal .trade-table-setting-modal thead tr th{background-color:#1a3f75;color:#fff;padding:12px 10px;font-family:Poppins-Medium}.table-container-modal .trade-table-setting-modal tbody tr td{padding:12px 10px;font-family:Poppins-Regular;font-size:14px;line-height:normal}.table-container-modal .trade-setting thead tr th{padding:12px 10px;background-color:#1a3f75;color:#fff;font-family:Poppins-Medium}.table-container-modal .trade-setting tbody tr td{padding:12px 10px;font-family:Poppins-Regular;font-size:14px;line-height:normal}.modal-search{display:flex;gap:8px;margin-top:5px}.modal-search button{border:1px solid}.cus-modal .modal-cross-icon-box{display:flex;justify-content:end;padding-bottom:0}.cus-modal .modal-cross-icon-box svg{cursor:pointer;fill:#fff;background:#003161;border-radius:50%;font-size:16px;padding:4px}.modal-body{padding-right:24px}.modal-search .modal-search-input input{font-size:14px;min-width:215px;border-radius:36px;border:.2px solid #0b2342;font-family:Poppins-Medium}.add-modal-table-box .modal-search .modal-select-input input{font-size:14px;padding:8.5px 14px;min-width:250px;border-radius:36px;border:.2px solid #0b2342;font-family:Poppins-Medium}.modal-search .modal-search-input fieldset{border:none}.table-container-modal .trade-table-modal thead tr th:first-child{width:2%}.table-container-modal .trade-table-modal thead tr th:first-child svg{filter:invert()}.table-container-modal .trade-table-modal thead tr th:nth-child(2){width:40%}.table-container-modal .trade-table-modal thead tr th:nth-child(3){width:18%}.table-container-modal .trade-table-modal thead tr th:nth-child(4){width:24%}.table-container-modal .trade-table-setting-modal thead tr th:nth-child(1){width:25%}.table-container-modal .trade-table-setting-modal thead tr th:nth-child(2){width:50%}.table-container-modal .trade-table-setting-modal thead tr th:nth-child(3){width:25%}div[style*="pointer-events: none; color: rgba(130, 130, 130, 0.62);"]{display:none}.comment-box-header{display:flex;justify-content:space-between;align-items:center}.check-box.MuiBox-root.css-0{display:flex;justify-content:start;align-items:center}.modal-submit-box{display:flex;justify-content:space-between}.login-box-cont .forgot-password{font-size:14px;text-align:right;color:#fff;font-family:Poppins-Medium;margin-bottom:26px;cursor:pointer}.submit-btn-box{text-align:center}.modal-submit-box .modal-submit-btn,.submit-btn-box button{min-width:20px;border-radius:40px;background-color:#003161!important;color:#fff;font-weight:700;text-transform:capitalize;min-width:120px}.modal-submit-box .check-box-text{color:#003161;font-weight:700;font-size:14px}.check-box svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium{fill:#003161!important}.check-box span.MuiButtonBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.PrivateSwitchBase-root.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium.Mui-checked.MuiCheckbox-root.MuiCheckbox-colorPrimary.MuiCheckbox-sizeMedium{padding:0}.text-area-box textarea{border:1px solid #d9d9d9;resize:none;font-family:Poppins-Regular}.comment-box-header .comment-box-header-close{fill:#fff;background:#003161;border-radius:50%;font-size:16px;padding:4px}.custom-trade-list-scrollbar .checkbox-color{color:#fff}.sort-dev .deactive,.sort-dev .deactive:hover{font-size:14px;font-family:Poppins-Medium;text-transform:capitalize;color:#000;background-color:#a5cdcc63;min-width:146px;border-radius:40px}.ul-view-comment{font-size:16px;font-family:Poppins-Medium;color:#000;background-color:#fff4b7;border-radius:4px;padding:8px;text-transform:capitalize;box-shadow:#110c2e26 0 48px 100px}.ul-view-comment .view-comment{margin:auto;width:185px;padding-left:12px;display:-webkit-box;-webkit-line-clamp:1;position:relative;-webkit-box-orient:vertical;overflow:hidden;cursor:pointer}.ul-view-comment .view-comment:before{content:"";margin:auto;position:absolute;left:0;top:0;bottom:0;border-radius:50%;height:5px;width:5px;background-color:#000}.create-account-box{text-align:center}.create-account-box .create-account{color:#fff}.ul-view-comment .comment-text{margin:auto auto 5px;max-width:140px;text-align:center;position:relative;color:red}.comment-text:after{content:"";position:absolute;bottom:-1px;width:100%;height:3px;left:0;background-color:#000}.translations-content-container .definitions-child-pera{padding-left:40px}.logout-btn .contact-us-btn{font-size:28px}.icon-btn{display:flex;justify-content:center;align-items:center;gap:15px}.login-box-cont .info-contact-us-page{display:flex;justify-content:start}.info-modal-box-cont .MuiBackdrop-root.MuiModal-backdrop{background-color:#000000b3}.modal-submit-box .modal-close-btn{min-width:20px;border-radius:40px;background-color:#fff;color:#003161;font-weight:700;text-transform:capitalize;min-width:120px}.modal-submit-box .modal-close-btn:hover{background-color:#fff;color:#003161}.modal-search .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl{padding:0}.modal-search:first-child .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-formControl .MuiSelect-select{font-size:14px;max-width:200px;border-radius:36px;border:1px solid #0b2342;font-family:Poppins-Medium}.modal-search-filter fieldset{display:none}.modal-search .MuiSelect-select.MuiSelect-outlined.MuiInputBase-input.MuiOutlinedInput-input{padding:8.5px 14px;border:1px solid #0b2342;border-radius:26px}.add-modal-table-box .common-label-details{font-size:14px;padding-left:15px;font-weight:500}.add-trade-modal{display:flex;justify-content:center}.add-modal-table-box .add-trade-modal .add-submit-btn,.add-modal-table-box .add-trade-modal .add-submit-btn:hover{border-radius:36px;padding:5px;background:#003161;min-width:86px;text-align:center;color:#fff;font-family:Poppins-Medium}.add-trade-modal-body{height:450px;overflow:auto}.modal-search-input-select{border:1px solid;border-radius:20px}.MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-sizeSmall.modal-search-input.modal-search-input-select{border:0}.zone-select-all .MuiSelect-select{font-size:14px}.notification-main-box .notification-box{background-color:#fff;box-shadow:#63636333 0 2px 8px;padding:10px 20px;margin-bottom:10px;border-radius:20px}.notification-box .table-card-cont .notification-card{font-size:15px;font-weight:600;font-family:Poppins-Regular;line-height:normal}.notification-box .table-card-cont .notification-card-body{font-size:15px}.notification-box .table-card-cont .notification-card-box{display:flex;justify-content:space-between}.notification-box .table-card-cont .notification-card-box-flex{display:flex;gap:10px;align-items:center}.notification-box .table-card-cont .notification-card-box-flex .notification-card .notification-title:before{content:"";margin:auto;position:absolute;left:0;top:0;bottom:0;border-radius:50%;height:5px;width:5px;background-color:#000}.notification-box .table-card-cont .notification-card-box-flex .notification-active{width:12px;background-color:green;height:12px;border-radius:50%}.notification-box .table-card-cont .notification-card-box-flex .notification-false{width:12px;background-color:#003161;height:12px;border-radius:50%}.notification-main-box{border-radius:20px;height:calc(100vh - 165px);overflow:auto}.info-modal-box-cont .setting-notification-box{padding:4px 16px 0;min-height:auto}.filter-box-cont .MuiMultiInputDateRangeField-root>:not(style)~:not(style){margin-left:3px}.info-contact-us-page span{margin-right:10px}.trade-loader tr th:nth-child(2){width:5%}.trade-loader tr th:nth-child(3){width:5%}.trade-loader tr th:nth-child(4){width:3%}.trade-loader tr th:nth-child(7){width:6%}.trade-loader tr th:nth-child(8){width:6%}.trade-loader tr th:nth-child(9){width:6%}.trade-loader tr th:nth-child(12){width:7%}.trade-loader tr th:nth-child(13){width:6%}.trade-loader tr th:nth-child(16){width:6%}.trade-loader tr th:nth-child(17){width:7%}.trade-setting-second-sec{margin-top:10px}.trade-setting-second-sec .trade-setting-second-sec-title{font-family:Poppins-Medium;background-color:#fff;line-height:normal;font-size:14px;border:0!important}.trade-setting-second-sec .per-filter-input-box{padding:10px 20px;display:flex;justify-content:space-between;align-items:center}.error-msg-p{color:red;font-family:sans-serif;font-size:14px;padding-top:2px;margin:0}.trade-detail{display:flex;gap:15px}.table-card-box .trade-list-radio-box{display:flex;flex-direction:row}@font-face{font-family:Poppins-Black;src:url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Poppins-Bold;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins-ExtraBold;src:url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Poppins-ExtraLight;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Poppins-Light;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins-Medium;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins-Regular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins-SemiBold;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Poppins-Thin;src:url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype");font-weight:100;font-style:normal}a{text-decoration:none}ul,li{margin:0;padding:0}body{margin:0;padding:0;box-sizing:border-box;font-family:Poppins-Regular}.main-cont-box{min-height:100vh;display:flex;align-items:center;justify-content:center;background-image:url(/assets/Background-564wKj2x.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;padding-left:16px;padding-right:16px}.login-box-cont{position:relative;background:inherit;overflow:hidden;width:70%;height:70%;border-radius:16px;box-shadow:0 6px 20px #0000004d,0 6px 20px #00000026;z-index:1}.login-box-cont:before{content:"";position:absolute;background:inherit;top:0;left:0;right:0;bottom:0;margin:-20px;box-shadow:inset 0 0 500px #fff6;filter:blur(10px);z-index:-1}.logo-box{margin:16px 0 0}.logo-box .logo{width:135px;height:110px;margin:0 auto;border-radius:8px}.logo-box .logo img{height:100%;width:100%;object-fit:cover;border-radius:8px}.login-box-cont .login-title{font-size:28px;text-align:center;color:#fff;font-family:Poppins-Bold}.login-box-cont .login-subtitle{font-size:18px;text-align:center;color:#fff;font-family:Poppins-Medium;margin-bottom:26px}.login-form-box .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl{background-color:#fff}.login-form-box input{padding:10px;font-family:Poppins-Medium}.login-form-box .MuiInputBase-root.MuiOutlinedInput-root.MuiInputBase-colorPrimary.MuiInputBase-fullWidth.MuiInputBase-formControl:focus-visible{outline:0}.sm-border{height:4px;border-radius:36px;background-color:#fff;width:120px;margin:16px auto}.common-btn-box{text-align:center;margin-bottom:26px}.common-btn-box .common-btn{background-color:#fff;min-width:220px;padding:8px 24px;border-radius:36px;font-size:16px;font-family:Poppins-Bold;background:linear-gradient(45deg,#a53ea6,#3a5baf);color:#fff;box-shadow:#00000059 0 5px 15px}.footer-info-link{display:flex;justify-content:center;align-items:center;gap:10px}.footer-info-link .info-link{text-decoration:none;font-size:12px;color:#fff;display:flex;align-items:center}.footer-info-link .info-link:after{display:flex;content:"";height:4px;width:4px;background-color:#fff;border-radius:50%;margin-left:8px}.footer-info-link .info-link:last-child:after{content:none}.header-box{background-color:#003161!important;transition:none}.header-menu-item{display:flex;align-items:center;gap:4px;font-family:Poppins-Medium;font-size:14px;text-transform:capitalize;line-height:normal}.header-menu-item .menu-icon{display:flex}.header-menu-item .menu-icon img{height:22px;width:22px;filter:brightness(0) invert(1);object-fit:contain}.header-tab-cont{width:100%;display:flex;justify-content:space-between}.header-box .header-tab-main-box .active-class .active-btn .header-menu-item{font-size:14px;font-family:Poppins-Medium;line-height:normal;color:#111}.header-box .header-tab-main-box .active-class .active-btn>.header-menu-item .menu-icon img{filter:none}.header-tab-box .active-btnbutton.MuiButtonBase-root.MuiButton-root.MuiButton-text.MuiButton-textInherit.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorInherit.MuiButton-root.MuiButton-text.MuiButton-textInherit.MuiButton-sizeMedium.MuiButton-textSizeMedium.MuiButton-colorInherit{padding:0}.trade-list-main{padding:4px 16px 0;max-height:calc(100vh - 81px);overflow:auto}.table-card-box .table-card-cont{padding:0}.trade-list-main .trade-header-flex .main-trade-heading,.trade-list-main .trade-header-flex-history .main-trade-heading{font-size:20px;font-family:Poppins-Bold;color:#003161;margin-bottom:4px}.tab-menu-list{display:flex;justify-content:space-around;position:relative;gap:16px}.custom-tab-menu-list{gap:8px}.visible-icon{font-size:18px!important;color:#f3f3e0;background:#003161;padding:4px;border-radius:4px;box-shadow:#0000003d 0 3px 8px}.MuiCardContent-root.table-card-cont:last-child{padding-bottom:0}.table-card-cont .MuiTablePagination-root.pagination-box{border:0}.pagination-box .MuiTablePagination-actions button.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-colorInherit.MuiIconButton-sizeMedium svg{background:#003161;border-radius:50%;color:#f3f3e0}.pagination-box .MuiTablePagination-selectLabel,.pagination-box .MuiSelect-select.MuiTablePagination-select.MuiSelect-standard.MuiInputBase-input{color:#003161;font-family:Poppins-Medium;margin:2px 0}.pagination-box svg.MuiSvgIcon-root.MuiSvgIcon-fontSizeMedium.MuiSelect-icon.MuiTablePagination-selectIcon.MuiSelect-iconStandard{fill:#003161}.pagination-box .MuiTablePagination-displayedRows{color:#003161;font-weight:700;margin:2px 0}.table-card-box .table-card-cont .MuiCardContent-root.table-card-cont{border:0}.modal-search .search-submit-btn,.modal-search .search-submit-btn:hover{padding:0;border-radius:36px;background:#003161;min-width:86px;text-align:center;color:#fff;font-family:Poppins-Medium}.modal-search .update-history,.modal-search .update-history:hover{padding:4px}.trade-list-filter-box .filter-box-cont{display:flex;justify-content:start}.filter-box-cont .MuiInputBase-input.MuiOutlinedInput-input{padding:8px;font-family:Poppins-Medium!important}.filter-box-cont .MuiFormLabel-root.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-sizeMedium.MuiInputLabel-outlined.MuiFormLabel-colorPrimary.MuiInputLabel-root.MuiInputLabel-formControl.MuiInputLabel-animated.MuiInputLabel-sizeMedium.MuiInputLabel-outlined{font-family:Poppins-Medium!important;font-size:12px;padding:0;line-height:normal;top:-4px}.filter-box-cont .MuiSelect-select.MuiSelect-outlined.MuiSelect-multiple.MuiInputBase-input.MuiOutlinedInput-input{font-size:14px}@media (min-width: 2560px){.filter-box-cont .MuiInputBase-input.MuiOutlinedInput-input{min-width:446px!important}}.trade-list-filter-box .filter-btn-dash-box{display:flex;gap:16px;justify-content:space-between;margin-top:26px;margin-left:auto;margin-right:auto}.filter-btn-dash-box .filter-btn-dash,.filter-btn-dash-box .filter-btn-dash:hover{background:#003161;color:#fff;min-width:126px;border-radius:36px;box-shadow:#0000003d 0 3px 8px}.filter-btn-dash-box .reset-filter-btn,.filter-btn-dash-box .reset-filter-btn:hover{background-color:#d13434;color:#fff;min-width:126px;border-radius:36px;box-shadow:#0000003d 0 3px 8px}.filter-box-cont p{font-family:Poppins-Regular;font-size:14px}span.MuiSlider-thumb.MuiSlider-thumbSizeMedium.MuiSlider-thumbColorPrimary.MuiSlider-thumb.MuiSlider-thumbSizeMedium.MuiSlider-thumbColorPrimary,span.MuiSlider-track{background:#003161;border:0}.header-top-logo{display:flex}.header-top-logo img{height:50px;width:50px;padding:6px;border-radius:8px;object-fit:cover}.pagination-box .MuiToolbar-root.MuiToolbar-gutters.MuiToolbar-regular.MuiTablePagination-toolbar{min-height:auto!important}.logout-btn{display:flex;align-items:center;cursor:pointer}.logout-btn img{height:26px;width:26px;object-fit:contain;filter:invert()}.agency-modal{padding:8px 16px;font-family:Poppins,sans-serif}.agency-modal .info-list-box .info-list-descript{font-size:16px;line-height:1.4;margin-bottom:12px;font-family:Poppins,sans-serif}.main-cont-box.contact-us-page .contact-detail-box .login-subtitle.contact-subtitle{display:flex;gap:10px;font-size:16px;margin-bottom:8px}.main-cont-box.contact-us-page .contact-detail-box{margin-bottom:26px}.login-form-box .common-btn-box.comon-previ-btn .back-to-login{display:flex;gap:16px;align-items:center}.login-form-box .common-btn-box.comon-previ-btn .back-to-login .btn-back-link{color:#fff;font-size:14px;font-weight:600}.login-form-box .common-btn-box.comon-previ-btn .back-to-login img{width:20px;height:20px;filter:invert()}.description-page .header-box{padding:14px 0}.description-page .header-box .page-title{font-size:16px;font-weight:600;color:#fff;font-family:Poppins-Bold}.description-page .footer{background-color:#003161!important;padding:16px 0}.description-page .footer .privacy-pera-footer{color:#fff;font-size:12px;font-family:Poppins-Regular;text-align:center}.description-page .footer .privacy-pera-footer .footer-link{color:#fff;font-size:12px;font-family:Poppins-SemiBold}.trade-list-filter-box.top-filter-box .filter-box-cont{margin-left:0}.agency-modal h2,.comment-box-header h2{font-size:20px;font-weight:600;color:#003161}.common-login-btn-box{margin-bottom:6px}.admin-dashboard-list-row .notification-container-box{margin-top:10px}.notification-container .notification-container-box,.notification-container .notification-container-box:hover{display:flex;align-items:center;justify-content:space-between;color:#ffffffb3;height:fit-content;padding:8px;border-radius:6px}.notification-container .notification-container-box-false{display:flex;align-items:center;justify-content:space-between;height:fit-content;padding:8px;background:#fff;border-radius:6px;margin-top:10px;border:1px solid}.notification-delete-icon{cursor:pointer;margin-right:10px}.notification-container .notification-container-box .notification-list-img{width:30px;height:23px;border-radius:4px;font-size:.75rem}.notification-label{flex:1;white-space:normal;margin-right:8px}.notification-container-box .no-data{display:flex;justify-content:center;align-items:center}.notification-container .read-notification,.notification-list-text .read-notification{font-weight:700}.badge-content .css-x3w4s2-MuiBadge-badge{font-weight:300;min-width:15px;padding:0;height:15px;position:absolute;right:5px;top:7px}.flex-center{display:flex;align-items:center;justify-content:center;border:1px solid #ffffffb3;border-radius:6px}@media screen and (min-width: 1366px) and (max-width: 1599px){.table-container .trade-table{min-width:2110px}.table-container .trade-loader,.table-container .trade-setting{min-width:100%}}
