: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-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));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.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;left:env(safe-area-inset-left);margin:0;padding: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;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;border-radius:var(--toastify-toast-bd-radius);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.Toastify__toast--stacked{width:100%;transform:translate3d(0,var(--y),0)scale(var(--s));transition:transform .3s;position:absolute}.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:"";height:calc(var(--g)*1px);position:absolute;bottom:100%;left:0;right:0}.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:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;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: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;cursor:pointer;opacity:.7;z-index:1;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;border-bottom-left-radius:var(--toastify-toast-bd-radius);position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0}.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{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}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:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}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:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,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:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}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:translateY(2000px)}}.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%{opacity:0;animation-timing-function:ease-in;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:translate3d(0,var(--y),0)perspective(400px)}30%{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,-20deg);opacity:1}to{transform:translate3d(0,var(--y),0)perspective(400px)rotate3d(1,0,0,90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}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:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translateY(-500px)}}.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-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
@font-face{font-family:FontAwesome;src:url(../media/fontawesome-webfont.72ad7697.eot);src:url(../media/fontawesome-webfont.72ad7697.eot)format("embedded-opentype"),url(../media/fontawesome-webfont.4072977e.woff2)format("woff2"),url(../media/fontawesome-webfont.10354c05.woff)format("woff"),url(../media/fontawesome-webfont.e9bd16a3.ttf)format("truetype"),url(../media/fontawesome-webfont.489ddb81.svg)format("svg");font-weight:400;font-style:normal}.fa{font:14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}.fa-lg{vertical-align:-15%;font-size:1.33333em;line-height:.75em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{text-align:center;width:1.28571em}.fa-ul{margin-left:2.14286em;padding-left:0;list-style-type:none}.fa-ul>li{position:relative}.fa-li{text-align:center;width:2.14286em;position:absolute;top:.142857em;left:-2.14286em}.fa-li.fa-lg{left:-1.85714em}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{animation:2s linear infinite fa-spin}.fa-pulse{animation:1s steps(8,end) infinite fa-spin}@keyframes fa-spin{0%{transform:rotate(0)}to{transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";transform:scaleY(-1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{vertical-align:middle;width:2em;height:2em;line-height:2em;display:inline-block;position:relative}.fa-stack-1x,.fa-stack-2x{text-align:center;width:100%;position:absolute;left:0}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-remove:before,.fa-close:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-gear:before,.fa-cog:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-rotate-right:before,.fa-repeat:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-warning:before,.fa-exclamation-triangle:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-gears:before,.fa-cogs:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-feed:before,.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-save:before,.fa-floppy-o:before{content:""}.fa-square:before{content:""}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-unsorted:before,.fa-sort:before{content:""}.fa-sort-down:before,.fa-sort-desc:before{content:""}.fa-sort-up:before,.fa-sort-asc:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-legal:before,.fa-gavel:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-flash:before,.fa-bolt:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-paste:before,.fa-clipboard:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-unlink:before,.fa-chain-broken:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:""}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:""}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:""}.fa-euro:before,.fa-eur:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-rupee:before,.fa-inr:before{content:""}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:""}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:""}.fa-won:before,.fa-krw:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-turkish-lira:before,.fa-try:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-institution:before,.fa-bank:before,.fa-university:before{content:""}.fa-mortar-board:before,.fa-graduation-cap:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:""}.fa-file-zip-o:before,.fa-file-archive-o:before{content:""}.fa-file-sound-o:before,.fa-file-audio-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:""}.fa-ge:before,.fa-empire:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-send:before,.fa-paper-plane:before{content:""}.fa-send-o:before,.fa-paper-plane-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-intersex:before,.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-genderless:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-hotel:before,.fa-bed:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}.fa-yc:before,.fa-y-combinator:before{content:""}.fa-optin-monster:before{content:""}.fa-opencart:before{content:""}.fa-expeditedssl:before{content:""}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:""}.fa-battery-3:before,.fa-battery-three-quarters:before{content:""}.fa-battery-2:before,.fa-battery-half:before{content:""}.fa-battery-1:before,.fa-battery-quarter:before{content:""}.fa-battery-0:before,.fa-battery-empty:before{content:""}.fa-mouse-pointer:before{content:""}.fa-i-cursor:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-sticky-note:before{content:""}.fa-sticky-note-o:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-diners-club:before{content:""}.fa-clone:before{content:""}.fa-balance-scale:before{content:""}.fa-hourglass-o:before{content:""}.fa-hourglass-1:before,.fa-hourglass-start:before{content:""}.fa-hourglass-2:before,.fa-hourglass-half:before{content:""}.fa-hourglass-3:before,.fa-hourglass-end:before{content:""}.fa-hourglass:before{content:""}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:""}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:""}.fa-hand-scissors-o:before{content:""}.fa-hand-lizard-o:before{content:""}.fa-hand-spock-o:before{content:""}.fa-hand-pointer-o:before{content:""}.fa-hand-peace-o:before{content:""}.fa-trademark:before{content:""}.fa-registered:before{content:""}.fa-creative-commons:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-tripadvisor:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-get-pocket:before{content:""}.fa-wikipedia-w:before{content:""}.fa-safari:before{content:""}.fa-chrome:before{content:""}.fa-firefox:before{content:""}.fa-opera:before{content:""}.fa-internet-explorer:before{content:""}.fa-tv:before,.fa-television:before{content:""}.fa-contao:before{content:""}.fa-500px:before{content:""}.fa-amazon:before{content:""}.fa-calendar-plus-o:before{content:""}.fa-calendar-minus-o:before{content:""}.fa-calendar-times-o:before{content:""}.fa-calendar-check-o:before{content:""}.fa-industry:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-map-o:before{content:""}.fa-map:before{content:""}.fa-commenting:before{content:""}.fa-commenting-o:before{content:""}.fa-houzz:before{content:""}.fa-vimeo:before{content:""}.fa-black-tie:before{content:""}.fa-fonticons:before{content:""}.fa-reddit-alien:before{content:""}.fa-edge:before{content:""}.fa-credit-card-alt:before{content:""}.fa-codiepie:before{content:""}.fa-modx:before{content:""}.fa-fort-awesome:before{content:""}.fa-usb:before{content:""}.fa-product-hunt:before{content:""}.fa-mixcloud:before{content:""}.fa-scribd:before{content:""}.fa-pause-circle:before{content:""}.fa-pause-circle-o:before{content:""}.fa-stop-circle:before{content:""}.fa-stop-circle-o:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-hashtag:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-percent:before{content:""}.fa-gitlab:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpforms:before{content:""}.fa-envira:before{content:""}.fa-universal-access:before{content:""}.fa-wheelchair-alt:before{content:""}.fa-question-circle-o:before{content:""}.fa-blind:before{content:""}.fa-audio-description:before{content:""}.fa-volume-control-phone:before{content:""}.fa-braille:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:""}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-signing:before,.fa-sign-language:before{content:""}.fa-low-vision:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-pied-piper:before{content:""}.fa-first-order:before{content:""}.fa-yoast:before{content:""}.fa-themeisle:before{content:""}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:""}.fa-fa:before,.fa-font-awesome:before{content:""}.fa-handshake-o:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-o:before{content:""}.fa-linode:before{content:""}.fa-address-book:before{content:""}.fa-address-book-o:before{content:""}.fa-vcard:before,.fa-address-card:before{content:""}.fa-vcard-o:before,.fa-address-card-o:before{content:""}.fa-user-circle:before{content:""}.fa-user-circle-o:before{content:""}.fa-user-o:before{content:""}.fa-id-badge:before{content:""}.fa-drivers-license:before,.fa-id-card:before{content:""}.fa-drivers-license-o:before,.fa-id-card-o:before{content:""}.fa-quora:before{content:""}.fa-free-code-camp:before{content:""}.fa-telegram:before{content:""}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:""}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:""}.fa-thermometer-2:before,.fa-thermometer-half:before{content:""}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:""}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:""}.fa-shower:before{content:""}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:""}.fa-podcast:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-times-rectangle:before,.fa-window-close:before{content:""}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:""}.fa-bandcamp:before{content:""}.fa-grav:before{content:""}.fa-etsy:before{content:""}.fa-imdb:before{content:""}.fa-ravelry:before{content:""}.fa-eercast:before{content:""}.fa-microchip:before{content:""}.fa-snowflake-o:before{content:""}.fa-superpowers:before{content:""}.fa-wpexplorer:before{content:""}.fa-meetup:before{content:""}.sr-only{clip:rect(0,0,0,0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;width:auto;height:auto;margin:0;position:static;overflow:visible}
.signin-bg1{background-image:url(../media/login-bg.da420b82.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;display:block;overflow:auto}.title-container{max-width:470px}.title-container h1{color:var(--color-white);font-size:var(--font-30);font-weight:var(--weight700);margin-bottom:0}.title-container h1 sup{font-size:var(--font-17)}.title-container h2{color:var(--color-white);font-size:var(--font-17);margin:10px 0}.title-container h2 span{font-size:var(--font-25);color:var(--thm-red);font-weight:var(--weight700)}.title-container p{color:var(--color-white);font-size:var(--font-17)}.form-height{justify-content:center;height:100%}.cust-focus-info{background-color:#ffffffd9;border-radius:23px;width:400px;padding:30px;position:relative}.cust-focus-info h2{font-size:var(--font-25);font-weight:var(--weight600);white-space:normal;word-break:break-word;margin-bottom:0;line-height:31px}.pass-fix-show{cursor:pointer;align-items:center;margin-top:auto;margin-bottom:auto;display:flex;position:absolute;top:0;bottom:0;right:0}.cust-focus-info .btn-common-all{border-radius:50rem;padding:11px}.account-text-info{font-size:var(--font-15);line-height:normal}.account-text-info a,.account-text-info a:hover{color:var(--thm-color)}.agrud-text-btm{color:var(--color-white);font-size:var(--font-17)}.frt-links-new{color:var(--thm-color);font-size:var(--font-13);transition:all .3s}.frt-links-new:hover{color:var(--thm-color);text-decoration:underline}.cust-focus-info .form-control,.cust-focus-info .form-control:focus{box-shadow:none;border:0;border-bottom:1px solid var(--thm-color);font-size:var(--font-15);background-color:#0000;border-radius:0;padding:10px 0}.cust-focus-info p{font-size:var(--font-15);font-weight:var(--weight500);margin:5px 0 0;line-height:normal}.cls-mdl-new{cursor:pointer;background-color:var(--thm-color);border-radius:50%;justify-content:center;align-items:center;width:30px;min-width:30px;height:30px;display:inline-flex;position:absolute;top:-10px;right:-10px}.cls-mdl-new svg{width:14px;height:14px}input:-webkit-autofill{-webkit-text-fill-color:#000}input:-moz-autofill{-moz-text-fill-color:#000}input:-ms-autofill{-ms-text-fill-color:#000}input:-webkit-autofill{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}input:-webkit-autofill:focus{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}input:-webkit-autofill:hover{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}select:-webkit-autofill{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}select:-webkit-autofill:focus{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}select:-webkit-autofill:hover{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}textarea:-webkit-autofill{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}textarea:-webkit-autofill:focus{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}textarea:-webkit-autofill:hover{-ms-box-shadow:inset 0 0 0 1000px transparent;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 0 1000px #0000}input:-internal-autofill-selected{background-color:#0000!important}.login-btn-all{font-size:var(--font-15);font-weight:var(--weight400);background-color:var(--thm-color);color:var(--color-white);border:0;border-radius:50px;padding:11px}.show-pass.pass-fix-show:before{content:""}.text-danger{font-size:var(--font-11);font-weight:var(--weight400)}.text-danger,.text-red{color:var(--thm-red)!important}@media (max-width:991px){.title-container{text-align:center;max-width:100%}.cust-focus-info{margin:auto}}@media (max-width:767px){.cust-focus-info{width:100%;padding:20px}.title-container p br{display:none}}
.hdr-top-div{z-index:1000;border-bottom:1px solid var(--thm-border);background-color:var(--color-white);align-items:center;height:60px;padding:12px;display:flex;position:sticky;top:0;left:0;right:0}.hdr-top-logut a{color:var(--thm-color);font-size:var(--font-15);font-weight:var(--weight500)}.footer-copyright-text-new{color:var(--thm-graytext);font-size:var(--font-13);padding:25px 0}.footer-menu-info-new{border-top:1px solid var(--thm-border);border-bottom:1px solid var(--thm-border);padding:15px 0;display:inline-block}.footer-menu-info-new ul li{text-align:center;border-right:1px solid var(--thm-border);padding:7px 15px;display:inline-block}.footer-menu-info-new ul li:last-child{border-right:0}.footer-menu-info-new ul li a{color:var(--thm-graytext);font-size:var(--font-15);font-weight:var(--weight500);text-transform:uppercase;transition:all .3s}.footer-menu-info-new ul li a:hover{color:var(--thm-color)}.footer-media ul li{vertical-align:middle;margin:0 6px;display:inline-block}.footer-media ul li .social-media-icon{border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.footer-media ul li .social-media-icon a{color:var(--color-white);font-size:var(--font-20);padding:9px 2px;display:inline-block}.footer-media ul li:first-child .social-media-icon{background-color:#3b5998}.footer-media ul li:nth-child(2) .social-media-icon{background-color:#0077b5}.footer-media ul li:nth-child(3) .social-media-icon{background-color:#1da1f3}.footer-media{padding:50px 0 30px}.mobile-menu .nav-item{vertical-align:middle;margin:0 12px 12px 0;display:inline-block}.mobile-menu .nav-item .nav-link{font-size:var(--font-13);color:var(--color-black);font-weight:var(--weight500);cursor:pointer;background-color:#ededf5;border:1px solid #0000;border-radius:3px;padding:10px}.mobile-menu .nav-item .nav-link:hover{background-color:var(--thm-color);color:var(--color-white)!important}.mobile-menu{border-bottom:1px solid var(--thm-border);padding:12px}.header-position .form-control,.header-position .form-control:focus{border:3px solid var(--thm-color);height:40px;-webkit-box-shadow:none;box-shadow:none;font-size:var(--font-13);text-overflow:ellipsis;border-radius:25px;padding-right:30px;line-height:24px}.tips-src-div{text-align:right}.tips-text bdo svg{width:15px;height:15px;margin-right:4px}.tips-text bdi{margin-right:8px}.tips-text span{font-size:var(--font-13);color:var(--thm-color);font-weight:var(--weight500);line-height:normal}.tips-searching-box{background-color:var(--color-white);text-align:left;filter:drop-shadow(0 0 10px #0003);opacity:0;visibility:hidden;z-index:1000;border-radius:5px;width:550px;padding:15px;transition:all .3s;position:absolute;top:150%;right:0;transform:translateY(20px)}.tips-searching-box:before{content:"";background:url(../media/droupdown-arrow.16818719.svg) 0 0/cover;width:25px;height:11px;position:absolute;top:-10px;right:20%}.tips-hdrs-list{border-bottom:1px solid var(--thm-border);font-size:var(--font-15);font-weight:var(--weight700);margin-bottom:10px;padding-bottom:10px}.tips-hdrs-list bdo{z-index:1;margin-right:8px;position:relative}.tips-scroll{max-height:400px;overflow:hidden auto}.tips-scroll li{color:var(--thm-graytext);font-size:var(--font-13);align-items:baseline;margin:5px 0;display:flex}.tips-scroll li div{background-color:var(--thm-color);border-radius:50%;width:6px;min-width:6px;height:6px;margin-right:8px}.tips-text:hover .tips-searching-box{opacity:1;visibility:visible;transform:translateY(0)}.search-full-width{max-width:1100px}.search-full-width .form-style-cust{background-color:#ededf5}.search-full-width .cust-home-search-new input{background-color:#fff;border-radius:25px;height:50px}.search-full-width .cust-home-search-new .input-group-text{height:50px}.search-full-width .cust-radio-btn-new label{margin-top:3px;font-size:14px;font-weight:500}.cust-radio-btn-new label{font-size:18px;font-weight:500}.cust-radio-btn-search[type=radio]:checked+label:before,.cust-radio-btn-search[type=radio]:not(:checked)+label:before{content:"";background:#fff;border:1px solid #ddd;border-radius:100%;width:18px;height:18px;position:absolute;top:4px;left:0}.cust-radio-btn-search[type=radio]:checked+label:after,.cust-radio-btn-search[type=radio]:not(:checked)+label:after{content:"";background:var(--thm-color);border-radius:100%;width:12px;height:12px;transition:all .2s;position:absolute;top:7px;left:3px}.portfolio-wrap{border:1px solid #ced4da;border-top:none;border-radius:0 0 3px 3px}.superParent{height:565px;overflow-y:auto}.portfolio-cont{text-align:left;border-bottom:1px solid #ccc;align-items:center;width:100%;padding:7px 12px;display:flex}.portfolio-cont:hover{color:var(--thm-color)}@media (max-width:1199px){.header-menu .mobile-menu{background-color:var(--color-white);z-index:9999;width:250px;margin-left:-250px;padding:0;transition:all .3s;position:fixed;top:0;bottom:0;overflow:hidden auto}.header-menu .mobile-menu.active{margin-left:0}.mobile-menu .nav-item{background-color:var(--color-white);margin:0;padding:12px 12px 0;display:block}.header-menu .lyr-all-dark{z-index:-1;background-color:#00000080;display:none;position:fixed;inset:0}.mobile-menu.active .lyr-all-dark{display:block}}@media (max-width:767px){.footer-menu-info-new ul li{border:none;padding:7px 10px}.tips-searching-box{width:300px}}
.multi-news-infos{background-color:#fff2cc;border-radius:5px;flex-direction:column;height:100%;padding:12px;display:flex}.dropdown-info-screener .btn,.dropdown-info-screener .btn-success:not(:disabled):not(.disabled).active:focus,.dropdown-info-screener .btn-success:not(:disabled):not(.disabled):active:focus,.dropdown-info-screener .show>.btn-success.dropdown-toggle:focus{width:100%;min-height:45px;-webkit-box-shadow:none;box-shadow:none;border-radius:3px;justify-content:space-between;align-items:center;padding:6px 30px 6px 12px;font-size:12px;display:flex;position:relative;color:#000!important;background-color:#fff!important;border:1px solid #ced4da!important}.dropdown-info-screener .dropdown-toggle:after{content:"";vertical-align:middle;border:.45em solid #0000;border-top:0;border-bottom:.75em solid;align-items:center;margin:auto 0;display:flex;position:absolute;top:19px;bottom:0;right:12px;transform:rotate(180deg)}.dropdown-info-screener .dropdown-toggle[aria-expanded=true]:after{bottom:17px;transform:rotate(0)}.dropdown-info-screener .dropdown-menu{-webkit-box-shadow:none;box-shadow:none;z-index:3;border:1px solid #ced4da;border-radius:3px;width:100%;min-width:100%;max-width:100%;padding:5px 0;overflow:hidden}.serch-info-top{position:relative}.serch-info-top i{object-fit:contain;align-items:center;width:15px;height:15px;margin-top:auto;margin-bottom:auto;margin-right:12px;display:flex;position:absolute;top:0;bottom:0;right:12px}.serch-info-top .form-control{height:30px;font-size:12px}.serch-info-top{z-index:1;background-color:#fff;padding:10px;position:sticky;top:0}.serch-info-top .form-control::-webkit-input-placeholder{font-size:9px}.serch-info-top .form-control::placeholder{font-size:9px}.serch-info-top .form-control:placeholder-shown{font-size:9px}.serch-info-top .form-control:-ms-placeholder-shown{font-size:9px}.dropdown-info-screener .dropdown-menu ul{max-height:215px;overflow:hidden auto}.dropdown-info-screener .dropdown-menu ul li{vertical-align:middle;word-break:break-word;align-items:center;padding:4px 10px;display:flex}.dropdown-info-screener .dropdown-menu .dropdown-item:active,.dropdown-info-screener .dropdown-menu .dropdown-item:focus,.dropdown-info-screener .dropdown-menu .dropdown-item:hover{background-color:#f7fbff}.dropdown-info-screener .dropdown{border-radius:10px}.dropdown-info-screener .btn p{background:var(--thm-color);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;margin:0 0 0 12px;font-size:9px;line-height:normal;display:inline-flex}.dropdown-info-screener .btn div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.select-top-menu .form-style-cust{height:35px}.select-top-menu .lbl-text-all{min-width:80px}.btn-go-cust,.btn-go-cust:hover{background:var(--thm-color);color:var(--color-white);font-size:var(--font-15);text-transform:uppercase;font-weight:var(--weight500);border:0;border-radius:5px;padding:5px 10px;display:inline-block}.multi-news-right{background-color:#e4ffea;border-radius:5px;height:100%;padding:12px}.select-top-menu .btn-go-cust{width:80px;height:80px;position:relative;bottom:-10px}.custs-btns-info .btn-go-cust{width:80px;height:80px}.cust-home-search-new input{border-radius:25px}.cust-home-search-new .input-group-text{background-color:var(--thm-color);border:1px solid var(--thm-color);height:45px;color:var(--color-white);cursor:pointer;border-radius:0 25px 25px 0;padding:16px 30px;position:absolute;top:0;right:0}.portfolio-input{position:relative}.z-index-class{z-index:999;margin:auto}.drek-body-class{z-index:998;background:#0000004d;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.custom-modal-class-info{display:none}.custom-modal-class{background-color:#fff;border:1px solid #ccc;margin-top:5px;position:absolute;top:100%;left:0;right:0}.custom-modal-class #superParent{height:470px;overflow-y:auto}.portfolio-cont{text-align:left;width:100%;font-size:var(--font-13);cursor:pointer;border-bottom:1px solid #ccc;align-items:center;padding:7px 12px;line-height:18px;display:flex}.cust-radio-btn-new label{font-size:18px;font-weight:500}.news-load .login-btn-all{justify-content:center;align-items:center;width:180px;height:43px;display:inline-flex}.truncate_text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;position:relative;overflow:hidden}.newmarketback{font-size:var(--font-13);font-weight:var(--weight400);background-color:#f7fbff}.cust-table-common .table thead th.keywords-column,.cust-table-common .table tbody td.keywords-column{white-space:normal;word-break:break-word;width:250px;min-width:250px;max-width:250px}.keywords-column i{font-size:var(--font-17);cursor:pointer}.box-down-arrow-rotate i{transform:rotate(180deg)}.cust-table-common .table thead th.title-column,.cust-table-common .table tbody td.title-column{white-space:normal;word-break:break-word;width:350px;min-width:350px;max-width:350px}.cust-table-common .table thead th.body-column,.cust-table-common .table tbody td.body-column{white-space:normal;word-break:break-word;width:550px;min-width:550px;max-width:550px}.cust-table-common .table thead th.name-column,.cust-table-common .table tbody td.name-column{white-space:normal;word-break:break-word;width:115px;min-width:115px;max-width:115px}.ico-fonts-size i{font-size:var(--font-17);margin:0 8px}@media (max-width:767px){.select-top-menu .btn-go-cust{width:100%}}
.top-scrollbar,.top-scrollbar-load,.top-scrollbar-acco{z-index:3;top:-1px;left:0;right:0;overflow:auto hidden}.inner-scrollbar,.inner-scrollbar-load,.inner-scrollbar-acco{width:100%;height:1px}.scrollable-table,.scrollable-table-load,.scrollable-table-acco{height:100%;overflow:auto}.table-custom-info{border:1px solid var(--thm-border)}.common-dropmenu-info .btn,.common-dropmenu-info .btn:focus{background-color:var(--color-lightblue);border:1px solid var(--thm-border);width:100%;height:35px;box-shadow:none;line-height:20px;font-weight:var(--weight400);font-size:var(--font-13);color:var(--color-black);border-radius:5px;justify-content:space-between;align-items:center;padding:6px 12px;display:flex}.common-dropmenu-info .btn-check:checked+.btn,.common-dropmenu-info .btn.active,.common-dropmenu-info .btn.show,.common-dropmenu-info .btn:first-child:active,.common-dropmenu-info :not(.btn-check)+.btn:active{color:var(--color-black);background-color:var(--color-lightblue);border:1px solid var(--thm-border)}.common-dropmenu-info .btn-check:checked+.btn:focus-visible,.common-dropmenu-info .btn.active:focus-visible,.common-dropmenu-info .btn.show:focus-visible,.common-dropmenu-info .btn:first-child:active:focus-visible,.common-dropmenu-info :not(.btn-check)+.btn:active:focus-visible{box-shadow:none}.common-dropmenu-info .dropdown-toggle:after{background-image:url(../media/filter-arrow-top.e59f6ba3.png);background-position:50%;background-repeat:no-repeat;background-size:contain;border:0;width:10px;height:6px;margin-left:auto}.common-dropmenu-info .btn[aria-expanded=true].dropdown-toggle:after{transform:rotate(180deg)}.common-dropmenu-info .btn[aria-expanded=true]{border-color:var(--thm-color)!important}.common-dropmenu-info .dropdown-menu{z-index:5;background-color:var(--color-white);border:1px solid var(--thm-border);scrollbar-width:auto;border-radius:5px;width:180px;min-width:180px;max-width:180px;max-height:300px;padding:0;overflow:hidden auto;box-shadow:0 0 5px #dfdfdf}.common-dropmenu-info .dropdown-menu .dropdown-item{font-weight:var(--weight400);font-size:var(--font-11);color:var(--color-black);white-space:normal;border-bottom:1px solid var(--thm-border);word-break:break-word;padding:7px 10px;line-height:normal}.common-dropmenu-info .dropdown-menu .dropdown-item:first-child{border-radius:5px 5px 0 0}.common-dropmenu-info .dropdown-menu .dropdown-item:last-child{border-bottom:0;border-radius:0 0 5px 5px}.common-dropmenu-info .dropdown-menu .dropdown-item.active,.common-dropmenu-info .dropdown-menu .dropdown-item:hover{background-color:var(--thm-color);color:var(--color-white)}.common-dropmenu-info .dropdown-menu::-webkit-scrollbar{width:2px}.common-dropmenu-info .btn bdi{text-overflow:ellipsis;white-space:nowrap;margin-right:5px;display:block;overflow:hidden}.common-dropmenu-info{width:180px;min-width:180px;margin:0 10px}.cust-table-common .table thead th{vertical-align:middle;color:var(--color-white);font-size:var(--font-13);font-weight:var(--weight700);white-space:nowrap;background-color:var(--thm-color);border:0;border-bottom:1px solid var(--thm-border);text-transform:capitalize;text-align:center;padding:10px 16px;position:relative}.cust-table-common .table tbody td{text-align:center;vertical-align:middle;white-space:nowrap;color:var(--color-black);font-size:var(--font-13);font-weight:var(--weight400);border:0;border-bottom:1px solid var(--thm-border);background-color:#0000;padding:8px 16px}.cust-table-common .table tbody{border:0}.cust-table-common .table tbody tr:nth-child(2n) td{background-color:#f2f2f2}.tbldata-big-text{font-weight:var(--weight500);text-align:left;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;width:100%;display:-webkit-box;overflow:hidden}.tbldata-small-text{font-weight:var(--weight300);display:block}.data-small-ctr{font-size:var(--font-9);font-weight:var(--weight300)}.cust-table-common .table tbody tr:hover td{background-color:#4488ee4d}.tbldata-hover-text{white-space:normal;text-align:left;min-width:230px;display:block}.cust-table-common .table tbody tr:hover a.tbldata-hover-text{color:var(--thm-color)}.cust-table-common .table tbody tr .tbldata-hover-text a{color:var(--color-black)}.cust-table-common .table tbody tr:last-child td{border-bottom:0}.border-cover-all{border:1px solid var(--thm-border)}.position-relative-search{position:relative}.export-btn-ico{font-size:var(--font-13);color:var(--thm-color);font-weight:var(--weight500);vertical-align:middle;background-color:#0000;border:0;align-items:center;padding:0;line-height:normal;display:inline-flex}.export-btn-ico svg{width:15px;height:15px}a.export-btn-ico:hover{color:var(--thm-color)}.watchlist-btn-ico{font-size:var(--font-13);font-weight:var(--weight500);background-color:var(--thm-color);color:var(--color-white);white-space:nowrap;border:1px solid var(--thm-color);border-radius:5px;padding:3px 7px;line-height:20px}.watchlist-btn-ico img{width:17px;height:17px}.sorting-menu-info button{background-color:var(--thm-color);font-size:var(--font-13);color:var(--color-white);border:0;border-radius:5px;width:30px;height:35px;padding:5px}.sorting-menu-info .form-select,.sorting-menu-info .custom-select{font-size:var(--font-13);box-shadow:none;cursor:pointer;border-radius:5px;height:35px;margin:0 10px;line-height:normal}.sorting-menu-info .form-select:focus,.sorting-menu-info .custom-select:focus{border-color:var(--thm-color)}.sorting-menu-info{justify-content:center;align-items:center;margin-bottom:12px;display:inline-flex}.titel-date-cust{font-size:var(--font-11);font-weight:var(--weight500);line-height:normal;display:inline-block}.topsearch-sortings{height:auto;margin:0;padding:0;display:inline-flex}.p-12px{padding:12px}.tbl-topsearch-pagination .input-group-search{max-width:230px;margin-bottom:12px;padding-right:5px}.tbl-topsearch-pagination .input-group-search .input-group-text{height:35px}.input-group-search .form-style-cust{text-overflow:ellipsis;height:35px;padding:6px 6px 6px 12px}.input-group-search .input-group-text{border-color:var(--thm-color);background-color:var(--thm-color);cursor:pointer;font-size:var(--font-13);font-weight:var(--weight600);border-radius:5px;padding:6px 10px}.custom-select-label,.custom-table-page{color:var(--color-black);font-size:var(--font-11);font-weight:var(--weight500);white-space:nowrap}.custom-select-pagination .btn,.custom-select-pagination .btn:focus{font-size:var(--font-11);font-weight:var(--weight400);border:0;border-radius:0;justify-content:center;align-items:center;padding:0;display:inline-flex;box-shadow:none!important;color:var(--color-black)!important;background-color:#0000!important}.custom-select-pagination .dropdown-toggle:after{color:#0000008a;border-top:.45em solid;border-left:.45em solid #0000;border-right:.45em solid #0000;margin-left:8px}.custom-select-pagination .dropdown-menu{z-index:4;border:0;border-radius:5px;min-width:48px;padding:8px 0;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f;top:0!important;inset:unset!important;transform:translateY(-55px)!important}.custom-select-pagination .dropdown-menu .dropdown-item{color:var(--color-black);font-size:var(--font-11);font-weight:var(--weight400);transition:all .3s}.custom-select-pagination .dropdown-menu .dropdown-item:hover,.custom-select-pagination .dropdown-menu .dropdown-item:hover:focus{color:var(--color-tabletextnew);background-color:var(--color-tablenew)}.pagination-sc-style button{cursor:pointer;background-color:#0000;border:0;margin-left:8px;padding:0}.pagination-sc-style button svg{width:7px;height:12px}.pagination-sc-style button:disabled svg path{fill:#00000042}.table-btm-pagination{border-top:1px solid var(--thm-border);padding:12px}.no-data-table{height:350px;color:var(--color-black);font-size:var(--font-15);line-height:normal}.tbl-size-autofirsts .tbldata-hover-text{min-width:auto}.source-text-btm{font-size:var(--font-11);margin:10px 0 0}.source-text-btm ul li{margin-left:8px;padding-left:8px;line-height:normal;position:relative}.source-text-btm ul li:before{content:"";background-color:var(--color-black);align-items:center;width:1px;height:12px;margin-top:auto;margin-bottom:auto;display:flex;position:absolute;top:0;bottom:0;left:0}.source-text-btm ul li:first-child:before{display:none}.source-text-btm ul li bdi{margin-right:5px}.source-text-btm ul li bdi,.source-text-btm ul li span{vertical-align:middle;display:inline-block;position:relative}.source-text-btm ul li span{top:1px}.source-text-btm ul li:first-child bdi{border-left:4px solid #0000;border-bottom:9px solid var(--thm-color);border-top:0 solid #0000;border-right:4px solid #0000;width:0;height:0}.source-text-btm ul li:nth-child(2) bdi{background-color:var(--thm-color);transform-origin:0 100%;width:7px;height:7px;margin:0 5px;top:1px;transform:rotate(-45deg)}.source-text-btm ul li:nth-child(3) bdi{border-bottom:0 solid #0000;border-left:4px solid #0000;border-right:4px solid #0000;border-top:9px solid var(--thm-color);width:0;height:0;top:1px}.source-text-btm ul li:first-child{padding-left:0}.cust-table-common .table thead th.multi-check-width .multi-checkbox-info .cust-chk-bx{position:relative;left:3px}.cust-table-common .table tbody td.multi-check-width .multi-checkbox-info{padding:0;position:relative;top:-9px;left:3px}.right-side-dropdown .tbl-topsearch-pagination{margin:0}.right-side-dropdown .table .fx-last-value{width:75px;min-width:75px;max-width:75px}.right-side-dropdown .table .fx-chnage-value{width:125px;min-width:125px;max-width:125px}.right-side-dropdown .table .fx-action-ico{width:75px;min-width:75px;max-width:75px}.right-side-dropdown .tbldata-big-text{-webkit-line-clamp:1}.fx-action-ico button img{object-fit:contain;vertical-align:middle;width:16px;height:16px}.right-side-dropdown .cust-table-common .table{border-collapse:separate;border-spacing:0}.right-side-dropdown .cust-table-common .table tbody .active-tbl td{border-top:1px solid var(--thm-color);border-bottom:1px solid var(--thm-color)}.right-side-dropdown .cust-table-common .table tbody .active-tbl td:first-child{border-left:1px solid var(--thm-color)}.right-side-dropdown .cust-table-common .table tbody .active-tbl td:last-child{border-right:1px solid var(--thm-color)}.common-title-all.gap-btms{margin-bottom:12px}.cust-table-common .table thead th.multi-check-width{vertical-align:top}.cust-table-common .table tbody td.multi-check-width,.cust-table-common .table thead th.multi-check-width{text-align:center;border-right:1px solid var(--thm-border);width:52px;min-width:52px;max-width:52px;margin:0 auto;padding:9px 0}.multi-check-width .multi-checkbox-info{flex-direction:column-reverse;justify-content:center;align-items:center;padding-bottom:18px;display:flex}.multi-checkbox-info bdi{font-size:var(--font-9);margin-bottom:6px}.cust-table-common .table tbody td.secound-stikcy-div,.cust-table-common .table thead th.secound-stikcy-div{z-index:2;position:sticky;left:0}.tbl-topsearch-pagination .custom-table-btm{margin-bottom:12px}.custom-table-ftr{margin-top:12px}.desc-color-text,.asc-color-text{align-items:center;display:inline-flex}.tbl-btns-btm{margin-bottom:12px}.heading-tab-dropdowns .btn,.heading-tab-dropdowns .btn:focus{font-size:var(--font-13);color:var(--thm-color);font-weight:var(--weight500);vertical-align:middle;background-color:#0000;border:0;border-radius:0;align-items:center;padding:0;line-height:normal;display:inline-flex}.heading-tab-dropdowns .dropdown-toggle:after{display:none}.heading-tab-dropdowns .dropdown-menu{border:1px solid var(--thm-border);width:300px;box-shadow:none;z-index:4;padding:10px}.heading-tab-dropdowns{align-items:center;display:flex}.optionsOfSelectbox{border-bottom:1px solid var(--thm-border);cursor:pointer;justify-content:space-between;align-items:center;padding:6px;transition:all .3s;display:flex}.optionsOfSelectbox:hover{color:var(--color-white);background-color:#c80f0acc;border-color:#c80f0acc}.symboleName{width:100%;max-width:110px;color:var(--color-black)}.symboleName div{font-size:var(--font-13);word-break:break-word}.symboleName small{text-overflow:ellipsis;white-space:normal;-webkit-line-clamp:1;font-size:var(--font-11);-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.optionsOfSelectbox:hover .symboleName,.optionsOfSelectbox:hover small{color:var(--color-white)}.security-type-addbutton{width:100%;max-width:110px;color:var(--color-black);align-self:flex-start;display:flex}.security-type-addbutton small{font-size:var(--font-9);white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.add-symbol-btn{font-size:var(--font-20);font-weight:var(--weight900)}.optionsOfSelectbox-scroll{max-height:270px;overflow-y:auto}.input-group-inner .form-control{height:36px}.watchlist-search{align-items:center;margin-top:auto;margin-bottom:auto;display:flex;position:absolute;top:0;bottom:0;right:12px}.watchlist-search svg{width:14px;height:14px}.nodata-text-symbol{font-size:var(--font-15);font-weight:var(--weight600)}.menu-text-info .form-style-cust{max-width:250px;height:32px;font-size:var(--font-11)}.symbol-text-info{font-size:var(--font-13);font-weight:var(--weight500);cursor:pointer;align-items:center;display:flex}.tbl-topsearch-pagination .watchlist-btn-ico,.tbl-topsearch-pagination .export-btn-ico{font-size:var(--font-11);white-space:nowrap}.economic-table-cust .table thead th{font-size:var(--font-13);vertical-align:middle;border-color:var(--thm-border);background-color:var(--thm-color);white-space:nowrap;border:1px solid var(--thm-border);font-weight:var(--weight700);color:var(--color-white);border-top:0;padding:12px}.economic-table-cust .table tbody td{font-size:var(--font-13);vertical-align:middle;border:1px solid var(--thm-border);white-space:nowrap;word-break:break-word;font-weight:var(--weight400);background-color:var(--color-bgeven);padding:10px 12px}.economic-table-cust .table thead th:first-child,.economic-table-cust .table tbody td:first-child{z-index:10;position:sticky;left:0}.economic-table-cust .table tbody tr:hover td{background-color:var(--thm-colorlight)}.economic-table-cust .table thead th:first-child,.economic-table-cust .table tbody td:first-child{border-left:0}.economic-table-cust .table thead th:last-child,.economic-table-cust .table tbody td:last-child{border-right:0}.pdf-image-cust{vertical-align:middle;display:inline-block}.pdf-image-cust img{object-fit:contain;width:22px;height:22px}.cust-table-common .table tbody td.bdr-rmv-check,.cust-table-common .table thead th.bdr-rmv-check{border-right:0}.table-kiko-events .table-bordered tbody tr{height:50px}.table-kiko-events .table-cust-ticker .row{display:flex}.table-kiko-events .table-cust-ticker .col-3{flex-direction:column;display:flex}.table-kiko-events .table-cust-ticker table{flex:1}.fx-size-date{height:13px}.progress-size-cust .progress{text-align:center;background-color:#b5b5b5;border-radius:15px;width:200px;height:24px}.progress-size-cust .progress-bar{background-color:var(--color-green);text-align:center}.progress-size-cust .progress span{color:var(--color-white);font-weight:var(--weight500);font-size:var(--font-13);line-height:15px;position:absolute;inset:0}.add-symbol-alerts{color:var(--thm-color);font-weight:var(--weight500)}.react-data-table-height{border:1px solid var(--thm-border);padding:12px}.loader-bull{flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex}.loader-bull img{max-width:120px}.cust-table-common .table thead th .cust-chk-bx,.cust-table-common .table tbody td .cust-chk-bx{position:relative;top:-12px;left:3px}@media (max-width:991px){.tbl-topsearch-pagination .input-group-search{max-width:100%;padding-right:0}.custom-top-sorting{margin:12px 0 0}.tbldata-hover-text{min-width:130px}.sorting-menu-info{display:flex}.common-dropmenu-info{width:100%;min-width:auto;margin:0 10px 0 0}.common-dropmenu-info .dropdown-menu{width:100%;min-width:100%;max-width:100%}.heading-tab-dropdowns .dropdown-menu{width:280px}}
:root{--thm-color:#48e;--color-lightgray:#ededf5;--color-lightbg:#edf5f9;--color-lightbg2:#f7fbff;--color-white:#fff;--color-black:#000;--thm-border:#e5e5e5;--thm-graytext:#495057;--thm-red:red;--thm-green:green;--thm-yellow:#ffba00;--thm-tablerow:#f8f8f8;--chart-box:#e9e9e9;--color-bluedark:#0f53ff;--color-pdf-bg:#d9d9d9;--color-pdf-text:#606060;--font-9:9px;--font-10:10px;--font-11:11px;--font-12:12px;--font-13:13px;--font-14:14px;--font-15:15px;--font-16:16px;--font-17:17px;--font-18:18px;--font-19:19px;--font-20:20px;--font-22:22px;--font-23:23px;--font-24:24px;--font-25:25px;--font-28:28px;--font-29:29px;--font-30:30px;--font-35:35px;--weight300:300;--weight400:400;--weight500:500;--weight600:600;--weight700:700;--weight800:800;--weight900:900}body{width:100%;font-family:Arial,"sans-serif";font-weight:var(--weight400);color:var(--color-black);margin:0;padding:0;overflow-x:hidden}body,html{scroll-behavior:smooth;height:100%}ul{margin:0;padding:0;list-style:none}a,a:hover{color:var(--thm-color);text-decoration:none}:focus,button:focus{outline:none}::-webkit-input-placeholder{color:var(--color-black);font-weight:var(--weight400);font-size:11px}::placeholder{color:var(--color-black);font-weight:var(--weight400);font-size:11px}:placeholder-shown{color:var(--color-black);font-weight:var(--weight400);font-size:11px}:-ms-placeholder-shown{color:var(--color-black);font-weight:var(--weight400);font-size:11px}#__next{flex-direction:column;min-height:100%;display:flex}.form-style-cust{border:1px solid var(--thm-border);height:45px;font-size:var(--font-15);color:var(--color-black);font-weight:var(--weight400);border-radius:5px;line-height:20px}.form-style-cust:focus{border-color:var(--thm-color);box-shadow:0 0 2px var(--thm-color)}.cust-chk-bx{cursor:pointer;font-weight:var(--weight400);font-size:var(--font-13);-webkit-user-select:none;user-select:none;text-transform:capitalize;margin-bottom:0;padding-left:35px;display:inline-block;position:relative}.cust-chk-bx input{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.cust-chkmark{background-color:#fff;border:1px solid #ccc;width:20px;height:20px;position:absolute;top:0;left:0}.cust-chk-bx input:checked~.cust-chkmark:after{display:block}.cust-chk-bx .cust-chkmark:after{border:solid var(--thm-color);border-width:0 3px 3px 0;width:7px;height:13px;top:1px;left:6px;transform:rotate(45deg)}.cust-chkmark:after{content:"";display:none;position:absolute}.lbl-text-all{line-height:normal;font-size:var(--font-13);font-weight:var(--weight400);white-space:nowrap;margin-bottom:5px;display:block}.tooltip{z-index:9}.tooltip.show{opacity:1;filter:drop-shadow(0 0 10px #0003)}.tooltip-inner{color:var(--thm-graytext);font-size:var(--font-13);text-align:left;word-break:break-word;background-color:var(--color-white);max-width:300px;font-weight:var(--weight400);border-radius:5px;padding:10px}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{border-left-color:var(--color-white)}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{border-right-color:var(--color-white)}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{border-top-color:var(--color-white)}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{border-bottom-color:var(--color-white)}
