.transform-up{-webkit-animation:transformUp 0.5s forwards;animation:transformUp 0.5s forwards}.transform-down{-webkit-animation:transformDown 0.5s forwards;animation:transformDown 0.5s forwards}.expand-left{-webkit-animation:expandLeft 0.5s forwards;animation:expandLeft 0.5s forwards}.shrink-right{-webkit-animation:shrinkRight 0.5s forwards;animation:shrinkRight 0.5s forwards}@-webkit-keyframes shrinkRight{0%{width:18%;opacity:1}100%{width:0%;opacity:0}}@keyframes shrinkRight{0%{width:18%;opacity:1}100%{width:0%;opacity:0}}@-webkit-keyframes expandLeft{0%{width:0;opacity:0}100%{width:340px;opacity:1}}@keyframes expandLeft{0%{width:0;opacity:0}100%{width:340px;opacity:1}}@-webkit-keyframes transformDown{0%{-webkit-transform:translateY(-136px);transform:translateY(-136px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}@keyframes transformDown{0%{-webkit-transform:translateY(-136px);transform:translateY(-136px)}100%{-webkit-transform:translateY(0px);transform:translateY(0px)}}@-webkit-keyframes transformUp{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}100%{-webkit-transform:translateY(-136px);transform:translateY(-136px)}}@keyframes transformUp{0%{-webkit-transform:translateY(0px);transform:translateY(0px)}100%{-webkit-transform:translateY(-136px);transform:translateY(-136px)}}@-webkit-keyframes moveDown{from{bottom:0}to{bottom:-100px}}@keyframes moveDown{from{bottom:0}to{bottom:-100px}}@-webkit-keyframes moveUp{from{bottom:-100px}to{bottom:0}}@keyframes moveUp{from{bottom:-100px}to{bottom:0}}.move-up{-webkit-animation:moveUp 0.5s forwards;animation:moveUp 0.5s forwards}.move-down{-webkit-animation:moveDown 0.5s forwards;animation:moveDown 0.5s forwards}.spinner{border:3px solid white;border-radius:50%;border-top:3px solid transparent;width:24px;height:24px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:"NotoNaskhArabicUI-Regular";src:url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.eot?") format("eot"),url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.otf") format("otf"),url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.woff2") format("woff2"),url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.woff") format("woff"),url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.ttf") format("truetype"),url("../fonts/noto/regular/NotoNaskhArabicUI-Regular.svg#Samplina_Neue") format("svg")}@font-face{font-family:"NotoNaskhArabicUI-Bold";src:url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.eot?") format("eot"),url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.otf") format("otf"),url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.woff2") format("woff2"),url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.woff") format("woff"),url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.ttf") format("truetype"),url("../fonts/noto/bold/NotoNaskhArabicUI-Bold.svg#Samplina_Neue") format("svg")}@font-face{font-family:"Roboto-Regular";src:url("../fonts/roboto/regular/Roboto-Regular.eot?") format("eot"),url("../fonts/roboto/regular/Roboto-Regular.otf") format("otf"),url("../fonts/roboto/regular/Roboto-Regular.woff2") format("woff2"),url("../fonts/roboto/regular/Roboto-Regular.woff") format("woff"),url("../fonts/roboto/regular/Roboto-Regular.ttf") format("truetype"),url("../fonts/roboto/regular/Roboto-Regular.svg#Samplina_Neue") format("svg")}@font-face{font-family:"Roboto-Bold";src:url("../fonts/roboto/bold/Roboto-Bold.eot?") format("eot"),url("../fonts/roboto/bold/Roboto-Bold.otf") format("otf"),url("../fonts/roboto/bold/Roboto-Bold.woff2") format("woff2"),url("../fonts/roboto/bold/Roboto-Bold.woff") format("woff"),url("../fonts/roboto/bold/Roboto-Bold.ttf") format("truetype"),url("../fonts/roboto/bold/Roboto-Bold.svg#Samplina_Neue") format("svg")}h1,.h1{font-size:50px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}h2,.h2{font-size:37px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}h3,.h3{font-size:28px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}h4,.h4{font-size:22px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}h5,.h5{font-size:16px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}h6,.h6{font-size:12px;font-family:"NotoNaskhArabicUI-Regular";font-weight:normal}.bold{font-family:"NotoNaskhArabicUI-Bold"}.bold-en{font-family:"Roboto-Bold"}.regular{font-family:"NotoNaskhArabicUI-Regular"}.regular-en{font-family:"Roboto-Regular"}.secondary-font-color{color:#3197CA}.primary-font-color{color:#0F3448}.size-96-32{width:96px !important;height:32px !important}.size-300-32{width:300px !important;height:32px !important}.size-80-42{width:80px !important;height:42px !important}.size-64-64{width:64px;height:64px}.size-120-48{width:120px;height:48px}.size-300-40{width:300px !important;height:40px !important}.size-300-40-max{width:100% !important;max-width:300px;height:40px !important}.size-60-42{width:60px !important;height:42px !important}.default-btn{background:#3197CA;border-radius:3px;width:96px;height:32px;color:#fff;border:none;outline:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.default-btn:hover{background:#56A9D3;cursor:pointer}.default-btn:active{background:#297CA6}.outline-btn{color:#3197CA;border:solid 1px #3197CA;background:0 0;border-radius:3px;width:96px;height:32px;outline:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;margin:0}.outline-btn:hover{background:#7BBCDD;color:white;cursor:pointer}.homepage-icon-btn{width:30px !important;font-size:24px}.main-post-btn-desktop i{font-size:20px}.main-post-btn-desktop span{margin-right:5px}.main-post-btn-mobile{width:50px;height:50px;border-radius:50%;background:rgba(49,151,202,0.9);position:fixed;z-index:2;left:30px;bottom:12%;top:auto;border:none;outline:none !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-bottom:2px}.main-post-btn-mobile i{color:white;position:relative;width:50px;height:49px}.main-post-btn-mobile i::before{font-size:40px !important;line-height:1;position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.main-post-btn-mobile:hover{cursor:pointer}.main-post-btn-mobile:active{background:#297CA6}.instrument-watch-btn-desktop{margin-top:7px;width:100%;max-width:300px;height:40px;border:none;outline:none;border-radius:3px}.instrument-watch-btn-desktop:hover{cursor:pointer}.instrument-watch-btn-desktop:focus{border:none;outline:none}.instrument-watch-btn-desktop.bg-up.watch{border:1px solid #21CE99;color:#21CE99;background:0 0}.instrument-watch-btn-desktop.bg-up.watch:hover{background:rgba(33,206,153,0.2)}.instrument-watch-btn-desktop.bg-up.watch:active{background:rgba(26,116,92,0.5);border:1px solid #21CE99}.instrument-watch-btn-desktop.bg-up.watched{background:#21CE99;color:#0F3448}.instrument-watch-btn-desktop.bg-up.watched:hover{background:#49D6AB;border:1px solid #21CE99}.instrument-watch-btn-desktop.bg-up.watched:active{background:#1A745C;border:none}.instrument-watch-btn-desktop.bg-down.watch{border:1px solid #FB522B;color:#FB522B;background:0 0}.instrument-watch-btn-desktop.bg-down.watch:hover{background:rgba(244,85,49,0.2)}.instrument-watch-btn-desktop.bg-down.watch:active{background:rgba(132,54,39,0.5);border:1px solid #FB522B}.instrument-watch-btn-desktop.bg-down.watched{background:#FB522B;color:#0F3448}.instrument-watch-btn-desktop.bg-down.watched:hover{background:#F67356}.instrument-watch-btn-desktop.bg-down.watched:active{background:#843627;border:none}:disabled{background:#BDC7CD !important;color:#91A2AB !important;border:none !important}:disabled .spinner{border:3px solid #91A2AB;border-top:3px solid transparent}.profile-follow-btn,.sign-up-btn,.login-btn,.bearish-btn,.bullish-btn,.change-password-btn{height:40px;width:300px;border-radius:3px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:3px;border:none;outline:none !important}.profile-follow-btn:hover,.sign-up-btn:hover,.login-btn:hover,.bearish-btn:hover,.bullish-btn:hover,.change-password-btn:hover{cursor:pointer}.facebook-login-btn{width:100%;height:32px;padding:10px;background-color:#4267b2;font-size:16px;margin-top:5px}.facebook-login-btn i{font-size:25px}.facebook-login-btn:hover{background-color:#4267b2}.facebook-login-btn i{padding-left:13px}.profile-follow-btn{width:96px;height:32px;font-family:"NotoNaskhArabicUI-Bold";font-size:16px}.profile-follow-btn.follow{border:1px solid #3197CA;color:#3197CA;background:0 0}.profile-follow-btn.follow:hover{background:#56A9D3;color:white}.profile-follow-btn.follow:active{background:#297CA6;color:white}.profile-follow-btn.unfollow{background:#3197CA;color:white;border:none}.profile-follow-btn.unfollow:hover{background:#56A9D3;color:white}.profile-follow-btn.unfollow:active{background:#297CA6;color:white}.instrument-list .number-down .instrument-watch-btn-desktop.watch{border:1px solid #FB522B;color:#FB522B;background:0 0}.instrument-list .number-down .instrument-watch-btn-desktop.watch:hover{background:rgba(244,85,49,0.2)}.instrument-list .number-down .instrument-watch-btn-desktop.watch:active{background:rgba(132,54,39,0.5);border:1px solid #FB522B}.instrument-list .number-down .instrument-watch-btn-desktop.watched{background:#FB522B;color:#0F3448}.instrument-list .number-down .instrument-watch-btn-desktop.watched:hover{background:#F67356}.instrument-list .number-down .instrument-watch-btn-desktop.watched:active{background:#843627;border:none}.instrument-list .number-up .instrument-watch-btn-desktop.watch{border:1px solid #21CE99;color:#21CE99;background:0 0}.instrument-list .number-up .instrument-watch-btn-desktop.watch:hover{background:rgba(33,206,153,0.2)}.instrument-list .number-up .instrument-watch-btn-desktop.watch:active{background:rgba(26,116,92,0.5);border:1px solid #21CE99}.instrument-list .number-up .instrument-watch-btn-desktop.watched{background:#21CE99;color:#0F3448}.instrument-list .number-up .instrument-watch-btn-desktop.watched:hover{background:#49D6AB;border:1px solid #21CE99}.instrument-list .number-up .instrument-watch-btn-desktop.watched:active{background:#1A745C;border:none}.instrument-list .instrument-watch-btn-desktop{max-width:96px;height:32px}.sign-up-btn,.login-btn,.change-password-btn{border-radius:3px;background:#3197CA;font-family:"NotoNaskhArabicUI-Regular"}.sign-up-btn:hover,.login-btn:hover,.change-password-btn:hover{background:#56A9D3}.sign-up-btn:active,.login-btn:active,.change-password-btn:active{background:#297CA6}.bearish-btn,.bullish-btn{width:96px !important;height:32px !important;font-family:"NotoNaskhArabicUI-Regular";color:#fff !important;padding:0 !important;border-radius:3px !important;margin-top:0;margin-bottom:0}.bearish-btn img,.bullish-btn img{max-width:24px;height:auto}.bearish-btn input,.bullish-btn input{display:none}.bullish-btn{border:solid 1px #21CE99;border-radius:3px;margin-left:0;background-color:transparent;color:#21CE99 !important}.bullish-btn #bull-path{fill:#21CE99 !important;-webkit-transform:scale(0.4);transform:scale(0.4)}.bullish-btn #bull-graph{-webkit-transform:scale(0.12);transform:scale(0.12)}.bullish-btn.hover,.bullish-btn.active{color:white !important;background-color:#21CE99}.bullish-btn.hover #bull-path,.bullish-btn.active #bull-path{fill:white !important}.bearish-btn{border:solid 1px #FB522B;background-color:transparent;margin-left:10px;color:#FB522B !important}.bearish-btn #bear-path{fill:#FB522B !important;-webkit-transform:scale(0.4);transform:scale(0.4)}.bearish-btn.hover,.bearish-btn.active{color:white !important;background-color:#FB522B}.bearish-btn.hover #bear-path,.bearish-btn.active #bear-path{fill:white !important}.disable-btn{background-color:gray;border:none;color:#fff !important}.disable-btn #bull-path{fill:#fff !important;-webkit-transform:scale(0.4);transform:scale(0.4)}.disable-btn #bull-graph{-webkit-transform:scale(0.12);transform:scale(0.12)}.disable-btn #bear-path{fill:#fff !important;-webkit-transform:scale(0.4);transform:scale(0.4)}.disable-btn.hover,.disable-btn.active{color:white !important;background-color:gray !important}.disable-btn.hover #bull-path,.disable-btn.hover #bear-path,.disable-btn.active #bull-path,.disable-btn.active #bear-path{fill:white !important;background-color:gray !important}.save-btn,.submit-btn{background:#3197CA;border-radius:3px;width:96px;height:32px;color:#fff;font-family:"NotoNaskhArabicUI-Regular";font-size:16px;border:none;outline:none !important}.save-btn:hover,.submit-btn:hover{background:#56A9D3;cursor:pointer}.save-btn:active,.submit-btn:active{background:#297CA6}.save-btn{width:120px;height:48px;padding:0;margin:0 auto}.submit-btn{width:300px;height:40px;border:2px solid #7BBCDD}.transparent-btn{background-color:transparent;outline:none;border:none}.transparent-btn:hover{cursor:pointer}.transparent-pesudo-btn{background-color:transparent;color:#3197CA}.transparent-pesudo-btn:hover,.transparent-pesudo-btn:active{background-color:transparent;color:white;cursor:pointer}.trend-btn{border-radius:3px;font-family:Roboto-Regular;font-size:12px;letter-spacing:0;width:auto;height:24px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 10px 10px;float:right}.trend-btn:hover{cursor:pointer}.trend-btn.trend-up{background:#EAFAF5;color:#21CE99 !important}.trend-btn.trend-up:hover{background:#C2F1E3}.trend-btn.trend-up:active{background:#9AE8D0}.trend-btn.trend-down{background:#FEEFEC;color:#FB522B !important}.trend-btn.trend-down:hover{background:#FDE0D9}.trend-btn.trend-down:active{background:#FBC1B4}.delete-btn i{color:red;font-size:20px}.delete-btn:hover{cursor:pointer}.delete-btn:focus{outline:none}.login-btn-transparent{border-radius:3px;width:96px;height:42px;padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 5px;padding:0}.login-btn-transparent:hover{cursor:pointer;background-color:rgba(255,255,255,0.2)}@media screen and (max-width: 992px){.instrument-watch-btn-desktop,.profile-follow-btn,.change-password-btn{width:96px;height:32px}.instrument-list-watch-unwatch-btn{width:75px}.size-80-32-mobile{width:80px !important;height:32px !important}}.more-btn{cursor:pointer;background-color:#fff;color:#3197CA;border-radius:3px;padding:13px;text-align:center;font-weight:bold;font-size:14px}.more-btn a{color:#fff}.link-btn{color:#1098d2}.side-watchlist{background:#fff}.side-watchlist .watchlist-search{padding:15px}.side-watchlist .watchlist-search .side-watchlist-search{width:80%;float:right}.side-watchlist .watchlist-search .side-watchlist-search input{height:31px;border-radius:3px}.side-watchlist .watchlist-search .side-watchlist-sort{font-size:27px;position:absolute;left:30px;top:10px;cursor:pointer}.side-watchlist .watchlist-search .flag-div{text-align:center;padding:0}.side-watchlist .watchlist-search .row-area .symbol{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-watchlist .watchlist-search .row-area .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.side-watchlist .watchlist-search .sub-title{color:#9e9e9e;font-size:0.85em}.side-watchlist .watch-title a{color:#2c2c2c;font-weight:bold;cursor:pointer}.side-watchlist .watch-title a:hover{color:#257098}.side-watchlist .number-up .watch-last{width:100%;background:none;color:#000;font-weight:bold;padding:0;text-align:left}.side-watchlist .number-up .watch-last span{vertical-align:top}.side-watchlist .number-up .watch-last span img{margin-right:5px;vertical-align:inherit}.side-watchlist .number-up .watch-last-sub{color:#21CE99;text-align:left;font-size:0.7em}.side-watchlist .number-up .watch-last-sub span:first-child{margin-left:5px}.side-watchlist .number-down .watch-last{width:100%;background:none;color:#000;font-weight:bold;padding:0;text-align:left}.side-watchlist .number-down .watch-last span{vertical-align:top}.side-watchlist .number-down .watch-last span img{margin-right:5px;vertical-align:inherit}.side-watchlist .number-down .watch-last-sub{color:#FB522B;text-align:left;font-size:0.7em}.side-watchlist .number-down .watch-last-sub span:first-child{margin-left:5px}.search-results{width:100%;right:12px;background:#f2f2f2;border:1px solid #ccc;-webkit-box-shadow:-1px 10px 18px -10px rgba(0,0,0,0.75);box-shadow:-1px 10px 18px -10px rgba(0,0,0,0.75);direction:ltr;max-height:500px;position:absolute;border:1px solid #ececec;z-index:1}.search-results .react-tabs__tab-list{border-bottom:1px solid #cdcdcd;color:#333;margin:0;height:28px;background:#f7f9f9;overflow:hidden}.search-results .react-tabs__tab-list li{padding:4px 15px;font-size:0.85em;background:#f7f9f9;border-bottom:2px solid #f7f9f9}.search-results .react-tabs__tab-list li:hover{background:#929292e0;color:#fff;border-bottom:2px solid #929292e0}.search-results .react-tabs__tab-list .react-tabs__tab--selected{font-weight:normal;border-bottom:2px solid #329cd4}.search-results .row-area{direction:rtl;text-align:right}.search-results .row-area a{color:#878787 !important}.search-results .row-area .symbol,.search-results .row-area .name,.search-results .row-area .field{text-overflow:ellipsis;overflow:hidden}.search-results .row-area .row{padding:5px 0;border-bottom:1px solid #ececec;font-size:20px !important}.search-results .row-area .row:hover,.search-results .row-area .active-search-row{background:#dfdfe0;cursor:pointer}.search-results .row-area span{vertical-align:middle}.search-results .row-area .field i{top:10px;background:#0f91c9;padding:5px;border-radius:10px;width:20px;height:20px;color:#fff}.search-results .row-area .flag-div{padding:0 !important}.search-results .row-area h4{text-align:center;margin:0;padding:15px;font-size:1em;color:#333;font-weight:bold}.default-watchlist-body{padding:0px !important;width:635px !important;border-radius:3px}.default-watchlist-body .center-loading{margin:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.default-watchlist-body .default-watchlist{border-radius:3px}.default-watchlist-body .default-watchlist .watchlist-error{padding:10px 20px 10px 0px;color:#FB522B;font-size:12px}.default-watchlist-body .default-watchlist .header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 0;background-color:#0F3448}.default-watchlist-body .default-watchlist .header h2{line-height:1;margin:5px 0 0 0;color:white;font-size:22px}.default-watchlist-body .default-watchlist .body{padding:0 15px 0 15px;background-color:white}.default-watchlist-body .default-watchlist .body .subheader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:solid 2px #e5e5e5;padding:10px 0}.default-watchlist-body .default-watchlist .body .subheader p{color:#34445d;width:100%;font-size:14;font-family:"NotoNaskhArabicUI-Bold";padding:10px 0;margin-bottom:0;padding:0}.default-watchlist-body .default-watchlist .body .search{max-width:300px;width:100%}.default-watchlist-body .default-watchlist .body .search .search-results{max-width:300px;width:100%;right:0}.default-watchlist-body .default-watchlist .body .search .search-input-area input{border-width:2px !important}.default-watchlist-body .default-watchlist .body .instruments{border-bottom:solid 2px #e5e5e5;direction:ltr;width:100%}.default-watchlist-body .default-watchlist .body .instruments>div{height:230px !important}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument{direction:rtl;padding-right:25px;overflow:hidden;padding-bottom:0px}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument .instrument-div{margin:0 0 10px 0;padding:0}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument .instrument-div input{margin:0 0 0px 10px !important}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument h5{padding:10px 0px;color:#34445d;font-weight:normal}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument .ltr-div{direction:ltr;text-align:right}.default-watchlist-body .default-watchlist .body .instruments .sub-instrument .rtl-div{direction:rtl;text-align:right}.default-watchlist-body .default-watchlist .body .selected-instruments{padding:10px 0;direction:rtl;width:100%;min-height:50px;height:auto;overflow:unset;border:none;overflow-x:hidden;padding-right:25px}.default-watchlist-body .default-watchlist .body .selected-instruments h5{fooverflownt-size:16px;color:#34445d}.default-watchlist-body .default-watchlist .body .selected-instruments .instrument-div{margin:0 0 4px 0;padding:0}.default-watchlist-body .default-watchlist .body .selected-instruments .instrument-div>label{line-height:1;padding-top:1px}.default-watchlist-body .default-watchlist .body .controls{padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.default-watchlist-body .default-watchlist .instrument-div{padding-right:0px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;float:right}.default-watchlist-body .default-watchlist .instrument-div input{margin:0 0 0px 5px !important}.default-watchlist-body .default-watchlist .instrument-div .text{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden}.default-watchlist-body .default-watchlist .instrument-div .text label{line-height:1;margin-top:3px}.default-watchlist-body .default-watchlist .instrument-div .text .sub-title{font-size:12px}.default-watchlist-body .default-watchlist .instrument-div .text .title{font-family:"NotoNaskhArabicUI-Bold";font-size:12px;margin-bottom:5px}@media screen and (max-width: 990px){.default-watchlist-body{width:99.88% !important}}.watchlist .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3px}.watchlist .header i{color:#0c516f;margin-left:10px;line-height:1;font-size:27px}.watchlist .header .title{color:#0c516f;margin:0}.watchlist .watchlist-custom-header{padding-right:15px}.watchlist .create-watchlist{color:#0F3448;font-size:22px;text-decoration:none;padding:0;text-align:right}.watchlist .create-watchlist:hover{color:#3197CA}.watchlist .description{font-size:14px;margin:5px 0;color:#0F3448;text-align:right}.watchlist.no-watclist .custom-card{padding:15px !important}.watchlist.no-watclist .body{margin-bottom:10px}.watchlist.no-watclist .login-btn{color:#000;width:96px;height:42px}.watchlist.no-watclist .login-btn:hover{color:#3197CA;text-decoration:underline}.watchlist.no-watclist .or{font-family:"NotoNaskhArabicUI-Bold";font-size:16px}[class*="-modal"]{padding:0px !important;border-radius:3px !important}[class*="-modal"] a.narcissus_x3xwbs{top:10px !important}[class*="-modal"] a.narcissus_x3xwbs circle{display:none !important}[class*="-modal"] a.narcissus_x3xwbs rect{fill:#E9ECEE !important}@media screen and (max-width: 992px){[class*="-modal"]{top:0px !important}}.default-modal .modal-content{width:100%;max-width:100%;height:100%;border-radius:3px;padding:0px}.default-modal .modal-content .header{padding:15px 0;margin:0;border-bottom:solid 1px #E9ECEE}.default-modal .modal-content .header .title{color:#0F3448;letter-spacing:0;margin:0}.default-modal .modal-content .modal-body{padding:15px}.default-modal .modal-content .card-body{padding:15px 0}.default-modal .modal-content .help-icon{left:8px !important;top:21px !important;font-size:21px !important}@media screen and (max-width: 556px){.default-modal{width:99.8% !important}.default-modal .modal-content{width:100%;max-width:100%}}.login-modal,.register-modal{width:400px !important}.login-modal input,.register-modal input{border-radius:0 !important}@media screen and (max-width: 556px){.login-modal,.register-modal{width:99.8% !important}.login-modal .modal-content,.register-modal .modal-content{width:100%;max-width:100%}}@media screen and (max-width: 556px){.register-modal{width:99.8% !important}.register-modal .modal-content{width:100%;max-width:100%}}.not-active-modal{width:320px !important;height:179px;padding:0 12px !important;opacity:0.9;background:#0F3448 !important}.not-active-modal .na-header{border:none;padding-bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-right:2px}.not-active-modal .na-header .modal-title{font-family:"NotoNaskhArabicUI-Bold";font-size:16px;color:#FFFFFF;letter-spacing:0}.not-active-modal .na-header i{color:white;font-size:20px;margin-left:20px}.not-active-modal .modal-body{background:0 0;font-family:"NotoNaskhArabicUI-Regular";font-size:16px;color:#BDC7CD;letter-spacing:0;line-height:24px;padding-right:40px !important}.not-active-modal .modal-body a{color:#BDC7CD}@media screen and (max-width: 990px){.not-active-modal{width:99.8% !important}}.add-post-modal{width:590px !important}.add-post-modal .header{background-color:#0F3448;border-top-left-radius:3px;border-top-right-radius:3px}.add-post-modal .header .title{color:white !important}@media screen and (max-width: 767px){.add-post-modal{width:99.8% !important;top:0px !important;height:100vh !important}.add-post-modal a.narcissus_x3xwbs{top:0px !important;left:0px !important;z-index:1 !important}}.preview-idea-modal{padding:0 !important;height:auto !important}.preview-idea-modal .center-loading{padding:20px}.preview-idea-modal .status{margin-left:50px;margin-top:4px}@media screen and (max-width: 600px){.preview-idea-modal{width:99.8% !important}}.image-preview-modal{max-width:1000px}@media screen and (max-width: 600px){.image-preview-modal{max-width:99% !important;width:99% !important}}.idea-reshare-modal{max-width:550px;width:550px !important;padding:20px 0px !important}@media screen and (max-width: 992px){.idea-reshare-modal{width:99.88% !important;top:0 !important}.idea-reshare-modal .reshare-idea-area{width:100%;min-width:100%}}.mobile-pro-modal a.narcissus_x3xwbs{top:0px !important;left:0px !important;z-index:1 !important}.mobile-pro-modal a.narcissus_x3xwbs rect{fill:#0F3448 !important}.mobile-pro-white-close-modal a.narcissus_x3xwbs rect{fill:#E9ECEE !important}.chart-modal{position:absolute;width:80% !important;top:20px !important}.change-profile-picture-modal{width:450px !important;min-width:450px !important;max-width:600px !important;height:auto;border-radius:3px !important}.change-profile-picture-modal .card-upload-image{width:100%}.change-profile-picture-modal .card-upload-image .img-div{width:auto;height:auto;text-align:center}.change-profile-picture-modal .card-upload-image .dropzone{width:100%;border-radius:0px;color:#0F3448;background:none;text-align:center;font-size:16px;border-bottom:1px dashed #0F3448;margin-top:5px;border-top:1px dashed #0F3448;font-weight:bold;overflow:hidden;height:auto;padding:10px}.change-profile-picture-modal .card-upload-image .dropzone span{cursor:pointer}.change-profile-picture-modal .card-upload-image .change-profile-pic-footer{text-align:center;margin:10px}.tutorial-modal{width:635px !important;height:auto !important}.tutorial-modal .content-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tutorial-modal .tutorial-header{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:15px 0;background-color:#0F3448}.tutorial-modal .tutorial-header h2{line-height:1;margin:5px 0 0 0;color:white;font-size:22px}.tutorial-modal .tutorial-footer{border-top:solid 1px #e5e5e5;padding:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.tutorial-modal .link{color:#0F3448;font-size:16px}.tutorial-modal .link:hover{color:#3197CA;text-decoration:underline}@media screen and (max-width: 990px){.tutorial-modal .tutorial-header{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:10;width:100%}.tutorial-modal .tutorial-footer{position:-webkit-sticky;position:sticky;bottom:0;left:0;z-index:10;width:100%;background-color:white}}.multi-step-modal .step-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.multi-step-modal .step-progress .step-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.multi-step-modal .step-progress .step-group .step-circle{border:2px solid #91A2AB;border-radius:50%;width:24px;height:24px;color:#91A2AB;display:table-cell;vertical-align:middle;text-align:center;line-height:24px}.multi-step-modal .step-progress .step-group .step-line{height:2px;right:24px;top:12px;width:60px;background:#91A2AB}.multi-step-modal .step-progress .step-group.current .step-circle{border-color:#3197CA;color:#3197CA}.multi-step-modal .step-progress .step-group.completed .step-circle{border-color:#3197CA;background:#3197CA;color:white}.multi-step-modal .step-progress .step-group.completed .step-line{background:#3197CA}.multi-step-modal .step-progress .step-group:last-child .step-line{display:none}@media screen and (max-width: 990px){.default-watchlist-modal,.tutorial-modal{width:99.88% !important;min-height:100vh;height:auto;top:0 !important;display:-webkit-box;display:-ms-flexbox;display:flex}.default-watchlist-modal a.narcissus_x3xwbs,.tutorial-modal a.narcissus_x3xwbs{top:0px !important;left:0px !important;z-index:1 !important}}.close-button-inside a.narcissus_x3xwbs{top:0px !important;left:0px !important;z-index:1 !important}.close-button-dark a.narcissus_x3xwbs rect{fill:#0F3448 !important}.close-button-light a.narcissus_x3xwbs rect{fill:#E9ECEE !important}.full-page-modal{top:0 !important;left:0 !important;width:100% !important;min-height:100vh;height:auto}.close-button-right a.narcissus_x3xwbs{top:0 !important;left:auto !important;right:87px !important}.header-dark .header{background-color:#0F3448}.header-dark .header .title{color:white !important}.preview-idea-div .idea-box{border-bottom:none}.preview-idea-div .idea-info{border-bottom:solid 1px  #E9ECEE;border-top:solid 1px  #E9ECEE;width:100%;height:40px;padding:0 20px}.preview-idea-div .idea-info>div>span{margin:3px 7px;font-size:16px}.preview-idea-div .symbol-count{border-left:solid 1px  #E9ECEE;padding:10px;font-size:16px;color:#0F3448}.preview-idea-div .idea-symbols{margin:10px}.preview-idea-div .idea-symbols>div{padding:0 10px}.preview-idea-div .idea-symbols>div>div{overflow:hidden;height:25px}.preview-idea-div .idea-symbols>div>div .left{color:#929292;font-size:16px;line-height:1.31}.preview-idea-div .idea-symbols>div.symbol-down{border-right:solid 3px #FB522B}.preview-idea-div .idea-symbols>div.symbol-down .change-rate,.preview-idea-div .idea-symbols>div.symbol-down i{color:#FB522B}.preview-idea-div .idea-symbols>div.symbol-up{border-right:solid 3px #21CE99}.preview-idea-div .idea-symbols>div.symbol-up .change-rate,.preview-idea-div .idea-symbols>div.symbol-up i{color:#21CE99}.preview-idea-div .idea-symbols>div.none{border-right:solid 3px #929292}.preview-idea-div .idea-symbols>div.none .change-rate,.preview-idea-div .idea-symbols>div.none i{color:#929292}.preview-idea-div .idea-symbols .change-rate{font-size:16px}.preview-idea-div .idea-symbols .qoute-symbol{font-size:16px;color:#53626C}.preview-idea-div .idea-symbols .left{font-size:16px;color:#53626C}.preview-idea-div .idea-symbols .icon{margin:0px -3px 0px 0px;padding:0px 0px 7px 0px}.preview-idea-div .idea-symbols .icon i{font-size:18px}.mobile-preview-idea a.narcissus_x3xwbs{top:5px !important;left:20px !important;z-index:2px}.mobile-preview-idea a.narcissus_x3xwbs rect{fill:#0F3448}.idea-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0;width:100%;background-color:white;border-bottom:1px solid #E9ECEE;border-radius:3px 0 0 3px;text-decoration:none !important;position:relative}.idea-box.with-corner{border-radius:3px}.idea-box>div{padding-left:15px}.idea-box .idea-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.idea-box .idea-header>div:first-child{margin:0 10px}.idea-box .idea-header .user-fullname{margin:0;color:#3197CA}.idea-box .idea-header .user-fullname *{color:#3197CA}.idea-box .idea-header .username{font-size:13px;color:#53626C;margin:0;padding-top:3px}.idea-box .idea-header .date{font-size:13px;color:#53626C;padding:0 5px;font-weight:normal;margin-top:6px;font-family:"NotoNaskhArabicUI-Bold"}.idea-box .idea-header .status{background:#FFFFFF;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:65px;height:22px;font-size:12px;margin:0}.idea-box .idea-header .status.up{color:#21CE99;border:1px solid #21CE99}.idea-box .idea-header .status.down{color:#FB522B;border:1px solid  #F35430}.idea-box .idea-body{color:#0F3448;padding-right:60px;font-size:18px;text-align:right;word-wrap:break-word;margin-top:15px;font-family:"NotoNaskhArabicUI-Regular"}.idea-box .idea-body span{font-size:18px;color:#3197CA}.idea-box .idea-body .render-mention{direction:ltr;margin:0 5px;display:inline-block}.idea-box .idea-body-img{padding-right:54px}.idea-box .idea-body-img img{border:1px solid #53626C}.idea-box .idea-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:60px}.idea-box .idea-footer ul{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0;margin:0;margin-top:12px}.idea-box .idea-footer ul li button{padding:0;margin:0px}.idea-box .idea-footer ul li{padding:0;width:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.idea-box .idea-footer ul li *{color:#91A2AB}.idea-box .idea-footer ul span{margin:5px 2px 0px 0px}.idea-box .idea-footer ul .likes.not-zero{color:#3197CA}.idea-box .idea-footer ul .shares.not-zero{color:#21CE99}.idea-box .idea-footer .more-dots{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:12px 20px 0px 20px}.idea-box .idea-footer .more-dots>a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}.idea-box .idea-footer .more-dots>a i{color:#91A2AB;font-size:28px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.idea-box .idea-footer .more-dots>a i::before{line-height:1}.idea-box .idea-footer .more-dots .idea-more-dropdown{padding:10px;min-width:100px !important;width:100px !important;margin-top:-5px !important}.idea-box .idea-footer .more-dots .idea-more-dropdown.postion-right{right:0 !important;left:auto !important}.idea-box .idea-footer .more-dots .idea-more-option{font-size:12px;line-height:1;display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:3px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.idea-box .idea-footer .more-dots .idea-more-option:hover{color:#3197CA !important}.idea-box button{background:0 0;outline:none;border:none}.idea-box button:hover{cursor:pointer}.idea-box:not(.not-clickable):hover{background:#F4F7F9;cursor:pointer}.idea-box .line{background:#E9ECEE;width:4px;height:101px;position:absolute;right:28px;top:-95px;z-index:1}.idea-box .reaction{font-size:20px}.idea-box .reaction.replies{font-size:21px}.idea-box .reshare-from-idea{padding-right:60px;margin-top:10px}.idea-box .reshare-from-idea>div{border:1px solid #BDC7CD;overflow:hidden;padding:10px}.idea-box .reshare-from-idea>div .idea-body{padding-right:0px;font-size:16px;margin:0px;margin-top:5px}.idea-box .reshare-from-idea>div .idea-body-img{padding-right:54px}.idea-box .reshare-from-idea>div .idea-body-img img{border:1px solid #53626C}.idea-box .reshare-from-idea>div .username{font-size:13px;color:#53626C;padding-top:3px}.idea-box .reshare-from-idea>div .user-fullname{margin:0}.idea-box .reshare-from-idea>div button.idea-image{width:97px;height:97px}.idea-box .reshare-from-idea>div button.idea-image img{width:100%;height:100%}.idea-box .reshare-from-idea .status{background:#FFFFFF;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:65px;height:22px;font-size:12px;margin:0}.idea-box .reshare-from-idea .status.up{color:#21CE99;border:1px solid #21CE99}.idea-box .reshare-from-idea .status.down{color:#FB522B;border:1px solid  #F35430}.idea-box .replying-to{margin-right:60px;font-size:12px;font-family:"NotoNaskhArabicUI-Bold";color:#3A5869;margin-bottom:5px}.idea-box .replying-to a{font-size:12px;text-decoration:none;font-family:"Roboto-Regular"}.reply-for-idea-box{background-color:#E9ECEE;margin-bottom:10px}.preview-idea-div{min-width:450px;width:550px}@media (max-width: 590px){.preview-idea-div{min-width:100%;width:100%}}.preview-idea-div .see-full-conv{font-size:16px;margin-right:60px}.preview-idea-div .see-full-conv a{text-decoration:none;margin-top:10px;line-height:1;display:inline-block}.profile-avatar-container{margin-left:10px;-webkit-box-sizing:unset !important;box-sizing:unset !important}.add-new-idea-textarea,.add-reply-textarea,.reshare-idea-area,.inbodypost{border-radius:3px;width:100%;padding:15px 10px;background-color:white;border:none;margin:0 0 10px 0px !important;font-family:'NotoNaskhArabicUI-Regular' !important}.add-new-idea-textarea .add-new-idea-header .fullname,.add-reply-textarea .add-new-idea-header .fullname,.reshare-idea-area .add-new-idea-header .fullname,.inbodypost .add-new-idea-header .fullname{margin-left:5px;font-size:16px;color:#0F3448}.add-new-idea-textarea .add-new-idea-header .username,.add-reply-textarea .add-new-idea-header .username,.reshare-idea-area .add-new-idea-header .username,.inbodypost .add-new-idea-header .username{font-size:13px;color:#53626C;padding-top:3px}.add-new-idea-textarea.m-0,.add-reply-textarea.m-0,.reshare-idea-area.m-0,.inbodypost.m-0{margin:0px !important}.add-new-idea-textarea .add-new-idea-body,.add-reply-textarea .add-new-idea-body,.reshare-idea-area .add-new-idea-body,.inbodypost .add-new-idea-body{padding-right:45px;margin-top:9px;position:relative}.add-new-idea-textarea .add-new-idea-body #idea_body,.add-new-idea-textarea .add-new-idea-body .mention-area__input,.add-new-idea-textarea .add-new-idea-body #general_idea_body,.add-new-idea-textarea .add-new-idea-body #reply-body,.add-new-idea-textarea .add-new-idea-body #reshare-body,.add-reply-textarea .add-new-idea-body #idea_body,.add-reply-textarea .add-new-idea-body .mention-area__input,.add-reply-textarea .add-new-idea-body #general_idea_body,.add-reply-textarea .add-new-idea-body #reply-body,.add-reply-textarea .add-new-idea-body #reshare-body,.reshare-idea-area .add-new-idea-body #idea_body,.reshare-idea-area .add-new-idea-body .mention-area__input,.reshare-idea-area .add-new-idea-body #general_idea_body,.reshare-idea-area .add-new-idea-body #reply-body,.reshare-idea-area .add-new-idea-body #reshare-body,.inbodypost .add-new-idea-body #idea_body,.inbodypost .add-new-idea-body .mention-area__input,.inbodypost .add-new-idea-body #general_idea_body,.inbodypost .add-new-idea-body #reply-body,.inbodypost .add-new-idea-body #reshare-body{background:#FFFFFF;border:2px solid #BDC7CD !important;line-height:1.3 !important;border-radius:5px !important;min-height:56px;height:auto !important;width:100% !important;overflow:hidden;-webkit-transform:none;-moz-transform:none;-o-transform:none}.add-new-idea-textarea .add-new-idea-body .idea-container,.add-reply-textarea .add-new-idea-body .idea-container,.reshare-idea-area .add-new-idea-body .idea-container,.inbodypost .add-new-idea-body .idea-container{height:150px !important}.add-new-idea-textarea .add-new-idea-body .idea-container #idea_body,.add-new-idea-textarea .add-new-idea-body .idea-container .mention-area__input,.add-new-idea-textarea .add-new-idea-body .idea-container #reply-body,.add-new-idea-textarea .add-new-idea-body .idea-container #reshare-body,.add-reply-textarea .add-new-idea-body .idea-container #idea_body,.add-reply-textarea .add-new-idea-body .idea-container .mention-area__input,.add-reply-textarea .add-new-idea-body .idea-container #reply-body,.add-reply-textarea .add-new-idea-body .idea-container #reshare-body,.reshare-idea-area .add-new-idea-body .idea-container #idea_body,.reshare-idea-area .add-new-idea-body .idea-container .mention-area__input,.reshare-idea-area .add-new-idea-body .idea-container #reply-body,.reshare-idea-area .add-new-idea-body .idea-container #reshare-body,.inbodypost .add-new-idea-body .idea-container #idea_body,.inbodypost .add-new-idea-body .idea-container .mention-area__input,.inbodypost .add-new-idea-body .idea-container #reply-body,.inbodypost .add-new-idea-body .idea-container #reshare-body{height:150px !important;line-height:1.3 !important;width:100% !important;border-radius:5px !important}.add-new-idea-textarea .add-new-idea-body .chars-area,.add-reply-textarea .add-new-idea-body .chars-area,.reshare-idea-area .add-new-idea-body .chars-area,.inbodypost .add-new-idea-body .chars-area{position:absolute;bottom:7px;left:40px;z-index:1;color:#BDC7CD}.add-new-idea-textarea .add-new-idea-body .idea-image-box,.add-reply-textarea .add-new-idea-body .idea-image-box,.reshare-idea-area .add-new-idea-body .idea-image-box,.inbodypost .add-new-idea-body .idea-image-box{float:right;margin:2px 0px 0px 10px;position:absolute;z-index:1;left:0;bottom:0;top:auto;line-height:1}.add-new-idea-textarea .add-new-idea-body .idea-image-box i,.add-reply-textarea .add-new-idea-body .idea-image-box i,.reshare-idea-area .add-new-idea-body .idea-image-box i,.inbodypost .add-new-idea-body .idea-image-box i{color:#BDC7CD;font-size:25px}.add-new-idea-textarea .add-new-idea-body .idea-image-box i:hover,.add-reply-textarea .add-new-idea-body .idea-image-box i:hover,.reshare-idea-area .add-new-idea-body .idea-image-box i:hover,.inbodypost .add-new-idea-body .idea-image-box i:hover{color:#3197CA}.add-new-idea-textarea .add-new-idea-body .idea-image-box input,.add-reply-textarea .add-new-idea-body .idea-image-box input,.reshare-idea-area .add-new-idea-body .idea-image-box input,.inbodypost .add-new-idea-body .idea-image-box input{display:none}.add-new-idea-textarea .add-new-idea-body .idea-image-box label,.add-reply-textarea .add-new-idea-body .idea-image-box label,.reshare-idea-area .add-new-idea-body .idea-image-box label,.inbodypost .add-new-idea-body .idea-image-box label{margin:0}.add-new-idea-textarea .add-new-idea-body .idea-image-box label:hover,.add-reply-textarea .add-new-idea-body .idea-image-box label:hover,.reshare-idea-area .add-new-idea-body .idea-image-box label:hover,.inbodypost .add-new-idea-body .idea-image-box label:hover{cursor:pointer}.add-new-idea-textarea .add-idea-footer,.add-reply-textarea .add-idea-footer,.reshare-idea-area .add-idea-footer,.inbodypost .add-idea-footer{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;padding-right:53px}.add-new-idea-textarea .add-idea-footer .controls,.add-reply-textarea .add-idea-footer .controls,.reshare-idea-area .add-idea-footer .controls,.inbodypost .add-idea-footer .controls{width:100%;float:left;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.add-new-idea-textarea .add-idea-footer .controls .buttons-area,.add-reply-textarea .add-idea-footer .controls .buttons-area,.reshare-idea-area .add-idea-footer .controls .buttons-area,.inbodypost .add-idea-footer .controls .buttons-area{width:auto;height:32px}.add-new-idea-textarea .add-idea-footer .controls .buttons-area label,.add-reply-textarea .add-idea-footer .controls .buttons-area label,.reshare-idea-area .add-idea-footer .controls .buttons-area label,.inbodypost .add-idea-footer .controls .buttons-area label{margin-top:0}.add-new-idea-textarea .add-idea-footer .controls .buttons-area>div,.add-reply-textarea .add-idea-footer .controls .buttons-area>div,.reshare-idea-area .add-idea-footer .controls .buttons-area>div,.inbodypost .add-idea-footer .controls .buttons-area>div{background:0 0}.add-new-idea-textarea .add-idea-footer .controls .chars-area,.add-reply-textarea .add-idea-footer .controls .chars-area,.reshare-idea-area .add-idea-footer .controls .chars-area,.inbodypost .add-idea-footer .controls .chars-area{color:#230000;margin:0px 10px}.add-new-idea-textarea.no-customer,.add-reply-textarea.no-customer,.reshare-idea-area.no-customer,.inbodypost.no-customer{min-height:82px}.add-new-idea-textarea.no-customer .add-new-idea-body,.add-reply-textarea.no-customer .add-new-idea-body,.reshare-idea-area.no-customer .add-new-idea-body,.inbodypost.no-customer .add-new-idea-body{padding:0}.add-new-idea-textarea.opened,.add-reply-textarea.opened,.reshare-idea-area.opened,.inbodypost.opened{min-height:177px}.add-new-idea-textarea.opened .add-new-idea-body,.add-new-idea-textarea.opened #idea_body,.add-new-idea-textarea.opened .mention-area__input,.add-new-idea-textarea.opened #general_idea_body,.add-new-idea-textarea.opened #reshare-body,.add-new-idea-textarea.opened #reply-body,.add-new-idea-textarea.opened .idea-textarea,.add-new-idea-textarea.opened .mention-area__control,.add-new-idea-textarea.opened .mention-area__input,.add-reply-textarea.opened .add-new-idea-body,.add-reply-textarea.opened #idea_body,.add-reply-textarea.opened .mention-area__input,.add-reply-textarea.opened #general_idea_body,.add-reply-textarea.opened #reshare-body,.add-reply-textarea.opened #reply-body,.add-reply-textarea.opened .idea-textarea,.add-reply-textarea.opened .mention-area__control,.add-reply-textarea.opened .mention-area__input,.reshare-idea-area.opened .add-new-idea-body,.reshare-idea-area.opened #idea_body,.reshare-idea-area.opened .mention-area__input,.reshare-idea-area.opened #general_idea_body,.reshare-idea-area.opened #reshare-body,.reshare-idea-area.opened #reply-body,.reshare-idea-area.opened .idea-textarea,.reshare-idea-area.opened .mention-area__control,.reshare-idea-area.opened .mention-area__input,.inbodypost.opened .add-new-idea-body,.inbodypost.opened #idea_body,.inbodypost.opened .mention-area__input,.inbodypost.opened #general_idea_body,.inbodypost.opened #reshare-body,.inbodypost.opened #reply-body,.inbodypost.opened .idea-textarea,.inbodypost.opened .mention-area__control,.inbodypost.opened .mention-area__input{min-height:100px !important;border-radius:5px;margin-top:0px;border-color:#56A9D3 !important;width:100% !important}.add-new-idea-textarea.closed,.add-reply-textarea.closed,.reshare-idea-area.closed,.inbodypost.closed{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;min-height:83px;width:100% !important}.add-new-idea-textarea.closed .add-new-idea-body,.add-new-idea-textarea.closed .mention-area__input,.add-new-idea-textarea.closed #idea_body,.add-new-idea-textarea.closed #general_idea_body,.add-new-idea-textarea.closed #reshare-body,.add-new-idea-textarea.closed #reply-body,.add-new-idea-textarea.closed .idea-textarea,.add-new-idea-textarea.closed .mention-area__control,.add-reply-textarea.closed .add-new-idea-body,.add-reply-textarea.closed .mention-area__input,.add-reply-textarea.closed #idea_body,.add-reply-textarea.closed #general_idea_body,.add-reply-textarea.closed #reshare-body,.add-reply-textarea.closed #reply-body,.add-reply-textarea.closed .idea-textarea,.add-reply-textarea.closed .mention-area__control,.reshare-idea-area.closed .add-new-idea-body,.reshare-idea-area.closed .mention-area__input,.reshare-idea-area.closed #idea_body,.reshare-idea-area.closed #general_idea_body,.reshare-idea-area.closed #reshare-body,.reshare-idea-area.closed #reply-body,.reshare-idea-area.closed .idea-textarea,.reshare-idea-area.closed .mention-area__control,.inbodypost.closed .add-new-idea-body,.inbodypost.closed .mention-area__input,.inbodypost.closed #idea_body,.inbodypost.closed #general_idea_body,.inbodypost.closed #reshare-body,.inbodypost.closed #reply-body,.inbodypost.closed .idea-textarea,.inbodypost.closed .mention-area__control{min-height:56px !important;border-radius:5px;width:100% !important}.add-new-idea-textarea.closed .add-new-idea-body,.add-reply-textarea.closed .add-new-idea-body,.reshare-idea-area.closed .add-new-idea-body,.inbodypost.closed .add-new-idea-body{padding-right:0}.add-new-idea-textarea .mention-area__control,.add-reply-textarea .mention-area__control,.reshare-idea-area .mention-area__control,.inbodypost .mention-area__control{width:100% !important}.add-new-idea-textarea #reply-form-error,.add-reply-textarea #reply-form-error,.reshare-idea-area #reply-form-error,.inbodypost #reply-form-error{color:red;text-align:right}.add-reply-textarea{background:#F4F7F9}.reshare-idea-area .reshared-div{overflow:hidden;border:none;border-right:2px solid #dfdfdf;cursor:text;margin-top:10px}.reshare-idea-area .reshared-div:hover{cursor:pointer}.attachment-area{margin-top:-5px}.attachment-area .upload-image-area,.attachment-area .upload-reply-image-area,.attachment-area .upload-reshare-image-area{height:auto;margin:0px;border:2px solid #BDC7CD;padding:15px 10px 10px 10px;background:#f7f8fa;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:3px;border-top:0}.attachment-area .upload-image-area .text,.attachment-area .upload-reply-image-area .text,.attachment-area .upload-reshare-image-area .text{margin:0 5px;color:#0F3448}.attachment-area .upload-image-area .image-area,.attachment-area .upload-reply-image-area .image-area,.attachment-area .upload-reshare-image-area .image-area{margin:0 5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;position:relative}.attachment-area .upload-image-area .image-area img,.attachment-area .upload-reply-image-area .image-area img,.attachment-area .upload-reshare-image-area .image-area img{width:auto;height:58px;border-radius:3px}.attachment-area .upload-image-area .image-area a,.attachment-area .upload-reply-image-area .image-area a,.attachment-area .upload-reshare-image-area .image-area a{position:absolute;left:5px;top:5px}.attachment-area .upload-image-area .image-area a i,.attachment-area .upload-reply-image-area .image-area a i,.attachment-area .upload-reshare-image-area .image-area a i{color:#E9ECEE;font-size:12px;padding:1px}.attachment-area .upload-image-area div,.attachment-area .upload-reply-image-area div,.attachment-area .upload-reshare-image-area div{height:100%}.profile-area{position:realtive}.profile-area button.follow-link{background:#007bff;position:absolute;right:-6px;top:20px}.notification-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;font-weight:bold;font-size:15px;padding:10px;margin:0}.notification-text button{font-weight:bold;color:#329cd4}.notification-text i{margin-left:10px;font-size:20px;color:#91A2AB}.right-padding-30{padding-right:30px !important}.notification-follow-text{margin-right:0px;color:#329cd4}.mobile-idea-box:hover{background-color:#FFF !important}.reply-for-idea-box-mobile:hover{background-color:#e8e8e8 !important}.ideas-form-error{color:#FB522B;margin-right:54px;margin-top:10px !important;font-size:12px}.mention-area__suggestions{position:relative;margin-top:35px !important;min-width:180px !important}.mention-area__suggestions::before{display:inline-block;position:absolute;width:100%;vertical-align:middle;content:"---";top:-38px;right:0;left:auto;padding:10px 15px !important;margin:0px;background-color:white;font-size:13px;border:0px;color:white;background-color:#0F3448;-webkit-box-shadow:-2px -10px 30px -2px rgba(0,0,0,0.2);box-shadow:-2px -10px 30px -2px rgba(0,0,0,0.2)}.mention-area__suggestions::after{display:inline-block;position:absolute;width:0;height:0;vertical-align:middle;content:"";top:-43px;right:10px;left:auto;color:#0F3448;border-bottom:.4em solid;border-right:.4em solid transparent;border-left:.4em solid transparent}.open-close-socket-div{background-color:#fff;border-bottom:1px solid #e9ecee}.open-close-socket-div>div{width:100%;padding:10px;font-size:18px;color:#eda826;cursor:pointer}.open-close-socket-div i{margin-top:5px;font-size:21px}.open-close-socket-div>div:hover{color:#3197ca}.open-close-socket-div>div:hover>i{color:#3197ca}.idea-count-tooltip{position:fixed;z-index:2;bottom:86px;top:auto;right:50%;left:auto;-webkit-transform:translateX(50%);transform:translateX(50%);-webkit-transition:all 0.4s ease-out 0s;transition:all 0.4s ease-out 0s;border-radius:20px;padding:10px;width:100px;text-align:center;background-color:#3197ca;color:#fff;font-weight:bold;cursor:pointer}@font-face{font-family:NotoNaskhArabicUI-Regular;src:url("")}@font-face{font-family:NotoNaskhArabicUI-Bold;src:url("")}.alert-component{opacity:0.9;background:#0F3448;border-radius:4px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:-100px;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);z-index:10;border:none;border-radius:3px;min-width:200px;min-height:60px;width:auto;height:auto;padding:10px}.alert-component .alert-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.alert-component .alert-body{margin-right:7px}.alert-component>div{color:#fff;font-family:NotoNaskhArabicUI-Bold;font-size:16px}.alert-component i{color:#fff;font-size:20px}@media screen and (max-width: 990px){.alert-component{width:99.8% !important}}.form-input-container{margin-left:0px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.form-input-container i{position:absolute;bottom:7px;left:7px;font-size:20px;color:#BDC7CD}.auto-width{width:auto}.default-text-field{background:#FFFFFF;border:1px solid #BDC7CD;border-radius:3px;width:100%;max-width:300px;height:40px;font-size:16px;color:#0F3448;letter-spacing:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0 15px 0 30px;background:0 0;outline:none;margin:0}.default-text-field:focus{background:#FFFFFF;border:2px solid #7BBCDD}.default-text-field.has-error{background:#FFFFFF;border:2px solid #FB522B}.form-input-error{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:5px;color:#FB522B}.form-input-error span{width:100%;max-width:300px;font-size:12px;color:#FB522B;letter-spacing:0}.form-url{font-size:9px;color:#3197CA !important;letter-spacing:0;text-decoration:none}.form-url:hover{cursor:pointer !important}.search-input{border-radius:3px;height:38px;background:#fff;color:#000}.reset-form{margin:0x;padding:20px;background:#fff;text-align:right}.reset-form .description{text-align:right;color:black}.reset-form #forgotPassword_form{height:121px}.registration-form{width:300px;max-width:100%}.registration-form p.category{padding-top:12px}.contact-us-area{margin:auto;padding:20px 0}.contact-us-area textarea{min-height:125px;padding:15px}.settings-form .input-group{margin-top:15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.settings-form label{width:25%;margin:0;padding:8px;font-weight:bold;text-align:right;height:auto}.settings-form .phone-number-area .phone-number{width:87%;border-radius:0 !important;border-top-right-radius:5px !important;border-bottom-right-radius:5px !important}.settings-form .phone-number-area .phone-code{width:65px !important;border:1px solid #f2f2f2;text-align:center;border-radius:0 !important;direction:ltr;border:none;position:absolute;left:0;bottom:1px;color:#91A2AB;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;line-height:1}#resetPasswordForm_form input{border-radius:10px}.contact-us-form{width:300px}.form-group{margin:0px 0px 5px 0px !important;min-height:40px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;max-width:300px}.form-group .input-label-top{margin-bottom:0}.form-general-error-container{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-general-error-container .form-error-field{width:100%;max-width:300px}.form-side-text{margin-right:30px;margin-top:5px}.form-controls{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.form-controls .right,.form-controls .left,.form-controls .center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.form-controls .center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.form-controls .right{width:auto !important}.form-controls .right .form-btn-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:96px;height:100%}.form-controls .left{margin-right:10px}.form-controls .signup-form-text{font-size:12px;margin:0 0 5px 0}.form-controls .signup-form-text a{font-size:12px;margin-right:5px}.form-controls .help-links{width:100%;max-width:300px;line-height:0.95}.form-controls .help-links .terms-link{font-size:9px;color:#3197CA !important;letter-spacing:0;text-decoration:none}.form-controls .help-links .terms-link:hover{cursor:pointer !important}.add-idea-error{margin-bottom:8px;background-color:#FB522B;padding:8px;border-radius:3px}.add-idea-error span{color:white;font-size:12px}.add-idea-error .form-input-error{margin:0}.radio-group{max-width:350px;overflow:hidden;padding-right:5px}.radio-group .radio-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 5px 15px;float:right}.radio-group .radio-area input{margin-left:5px}.radio-group .radio-area label{margin:0}.checkbox-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin:0 0 5px 15px;float:right}.checkbox-area input{margin-left:5px}.checkbox-area label{margin:0;font-size:12px}#ideas_widget_form{max-width:300px}@font-face{font-family:NotoNaskhArabicUI-Regular;src:url("")}@font-face{font-family:NotoNaskhArabicUI-Bold;src:url("")}@font-face{font-family:Roboto-Regular;src:url("")}@media screen and (max-width: 500px){.paddding-x-mobile{padding:0 5px !important}}@media screen and (max-width: 992px){.size-62-32{width:62px !important;height:32px !important}.size-80-40{width:80px !important;height:40px !important}.width-96-30-mobile{width:96px;height:32px}.header-middle-mobile .search-input-area .search-results{width:120%;right:0;-webkit-transform:translateX(12%);transform:translateX(12%)}.header-middle-mobile .search-input-area .search-results *{color:black}.zero-margin-mobile{margin:0}.chart-div{margin:-175px 0 0 0  !important}.symbol-header{height:auto !important}.symbol-header.no-chart{min-height:150px !important}.highcharts-background{fill:none;stroke:none}.highcharts-yaxis-grid path,highcharts-xaxis-grid path{stroke:none !important}g.highcharts-axis-labels text{color:#ccd6eb !important;fill:#ccd6eb !important}.highcharts-label text{color:white !important;fill:white !important}.chart-wrapper{width:100%}.no-padding-container{padding:0 !important}.full-width,full-width-mobile{max-width:100%}.watch-btn{margin-top:44px;padding:5px 0px !important}.navbar-brand{margin-right:0px}.custom-button{padding-top:0px;background:0;border:none;outline:none}.custom-button:hover{cursor:pointer}.fa-eye{float:left}.watchlist-sidemenu{position:fixed;top:0;left:-86vw;z-index:10;height:100vh;background-color:white;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;width:86vw}.watchlist-sidemenu.opened{left:0;-webkit-box-shadow:2px 0 6px -2px #c7aeae;box-shadow:2px 0 6px -2px #c7aeae}.watchlist-sidemenu.closed{left:-86vw}.watchlist-sidemenu .sidemenu-container{padding:50px 0px}.watchlist-sidemenu .sidemenu-container .search-input-area{margin:0 10px}.watchlist-sidemenu .sidemenu-container .search-input-area .row *{color:black}.watchlist-sidemenu .sidemenu-container .watch-sub-title{padding-left:0}.watchlist-sidemenu .sidemenu-container .watch-sidebar{background-color:white;margin-top:15px;width:100%;height:calc(100vh - 210px);overflow-y:scroll}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div{padding:5px 0px;margin:5px 0px;margin-bottom:5px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div *{text-align:left;direction:ltr}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-down{border-left:solid 3px #FB522B;padding:5px 0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-down>div.left{margin-right:0px;padding-right:0px;padding-left:0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-down .watch-last-sub{color:#FB522B;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;margin:0px;padding:0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-down .watch-sub-title a{color:#FB522B}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-up{border-left:solid 3px #21CE99;padding:5px 0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-up>div.left{margin-right:0px;padding-right:0px;padding-left:0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-up .watch-last-sub{color:#21CE99;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;margin:0px;padding:0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div.number-up .watch-sub-title a{color:#21CE99}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div .left,.watchlist-sidemenu .sidemenu-container .watch-sidebar>div .right{overflow:hidden}.watchlist-sidemenu .sidemenu-container .watch-sidebar>div .left .watch-title,.watchlist-sidemenu .sidemenu-container .watch-sidebar>div .right .watch-title{padding:0px}.watchlist-sidemenu .sidemenu-container .watch-sidebar .watch-title>a{color:black}.side-main-menu{position:fixed;top:0;right:-86vw;z-index:10;height:100vh;background-color:#0F3448;-webkit-transition:all 500ms ease-in-out;transition:all 500ms ease-in-out;width:86vw;overflow-y:scroll}.side-main-menu .sidemenu-container{height:100%}.side-main-menu.opened{right:0}.side-main-menu.closed{right:-86vw}.side-main-menu .side-main-menu-header{width:100%;height:74px;padding:14.4px 32px;border-bottom:solid 1px #0A222E}.side-main-menu .side-main-menu-header .profile-info span:first-child{font-family:NotoNaskhArabicUI-Bold;font-size:16px;color:#FFFFFF;letter-spacing:0;margin-bottom:5px}.side-main-menu .side-main-menu-header .profile-info span:nth-child(2){font-size:15px;color:#53626C;direction:ltr;font-family:Roboto-Regular}.side-main-menu .side-main-menu-header .profile-area{width:39px;height:45px;border-radius:50%}.side-main-menu .side-main-menu-header .profile-area button{width:100%;height:100%;border:none;outline:none;background:0 0;border-radius:50%;padding:0}.side-main-menu .side-main-menu-header .profile-area button i{color:white;font-size:32px}.side-main-menu .side-main-menu-header .profile-area img{border-radius:50%}.side-main-menu .side-main-menu-body{width:100%}.side-main-menu .side-main-menu-body .menu ul{list-style-type:none;width:100%;padding:0}.side-main-menu .side-main-menu-body .menu li{height:70px;border-bottom:solid 1px #0A222E;width:100%;padding-right:33px}.side-main-menu .side-main-menu-body .menu li a{text-decoration:none;font-size:21px;color:#E9ECEE;letter-spacing:0;font-family:NotoNaskhArabicUI-Regular;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.side-main-menu .side-main-menu-body .menu li a i{color:white;font-size:18px;margin-left:15px}.side-main-menu .side-main-menu-body .menu li a:hover{cursor:pointer}.side-main-menu .side-main-menu-footer{width:100%;padding-right:32px}.side-main-menu .side-main-menu-footer .menu ul{list-style-type:none;padding:0}.side-main-menu .side-main-menu-footer .menu ul i{font-size:7px;color:#91A2AB;margin:0 5px}.side-main-menu .side-main-menu-footer .menu li a{font-size:14px;color:#91A2AB !important;letter-spacing:0}.side-main-menu .side-main-menu-footer .social-menu ul{list-style-type:none;width:100%;padding:0 0 115px 0}.side-main-menu .side-main-menu-footer .social-menu li{margin:0 5px}.side-main-menu .side-main-menu-footer .social-menu li:first-child{margin-right:0px}.side-main-menu .side-main-menu-footer .social-menu li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#3A5869;border-radius:3px;width:24px;height:24px}.side-main-menu .side-main-menu-footer .social-menu li a i{font-size:15px;color:#0F3448}.side-main-menu .side-main-menu-footer .options-menu li:first-child{margin-left:30px}.side-main-menu .side-main-menu-footer .options-menu li a{font-size:17px;color:#91A2AB;letter-spacing:0}.tarnsparent-layer-main-menu{width:14vw;position:fixed;background:0 0;top:0;left:-14vw;z-index:10;height:100vh;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out}.tarnsparent-layer-main-menu.closed{left:-14vw}.tarnsparent-layer-main-menu.opened{left:0}.tarnsparent-layer-sidebar-watchlist{width:14vw;position:fixed;background:0 0;top:0;right:-14vw;z-index:10;height:100vh;-webkit-transition:all 100ms ease-in-out;transition:all 100ms ease-in-out}.tarnsparent-layer-sidebar-watchlist.closed{right:-14vw}.tarnsparent-layer-sidebar-watchlist.opened{right:0}.profile-header{height:auto !important;padding-bottom:0px !important}}.profile-header-mobile .profile-follow{margin:0;width:100%}.profile-header-mobile .bio.outer{position:relative}.profile-header-mobile .bio.outer .inner{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.profile-header-mobile .bio span{text-align:right;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-header-mobile .controls{margin:5px 0}.profile-header-mobile .margin-y{margin:5px 0}.profile-header-mobile .padding-x{padding:0 5px}.profile-header-mobile .status{padding:23px 5px !important;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-header-mobile .four-divs,.profile-header-mobile .six-divs{height:auto !important;padding:0px !important}.profile-header-mobile .main-tabs{margin-top:0px}#navigation{background:#0C2633}#navigation:before{display:none !important}#navigation .nav-item{text-align:right}.change-rate.down{color:#FB522B}.change-rate.up{color:#21CE99}.icon{color:white;font-size:32px}.icon:hover{cursor:pointer}.search-icon{font-size:32px !important}.profile-tabs-scrollbar{width:400px;height:60px;overflow-x:auto;white-space:nowrap}.profile-tabs-scrollbar>div{width:400px;height:60px;overflow:auto;white-space:nowrap;list-style-type:none}.profile-tabs-scrollbar>div div{width:100px !important;max-width:100px !important;float:right}.flex-row-justify-end-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.flex-row-justify-start-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.flex-row-justify-center-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-column-justify-start-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.flex-column-justify-start-align-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start}.flex-column-justify-center-align-start{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-column-justify-center-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.flex-column-justify-end-align-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.flex-space{-webkit-box-flex:1;-ms-flex:1;flex:1}.flip-horizantal{-webkit-transform:scaleX(-1);transform:scaleX(-1);-webkit-filter:FlipH;filter:FlipH;-ms-filter:"FlipH"}.row-start{padding-right:0;padding-left:5px;padding-top:0;padding-bottom:0}.row-end{padding-right:5px;padding-left:0;padding-top:0;padding-bottom:0}.row-center{padding:0 5px 0 5px !important}.no-border-radius{border-radius:0 !important}.instrument-trend-container{display:-webkit-box;display:-ms-flexbox;display:flex}.instrument-trend-container .instrument-trend-inner-container{position:relative}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip{position:absolute;z-index:1;bottom:100%;left:50%;margin-left:-96px;margin-bottom:10px;-webkit-box-shadow:0 6px 16px 0 rgba(0,0,0,0.21);box-shadow:0 6px 16px 0 rgba(0,0,0,0.21);border-radius:3px;width:192px;height:36px;visibility:hidden;opacity:0;background:white;-webkit-transition:all 300ms ease-ion-out;transition:all 300ms ease-ion-out}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip input{display:none}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul{list-style-type:none;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;margin:0;padding:0}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul li{width:calc(100%/3);display:-webkit-box;display:-ms-flexbox;display:flex}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul li:not(:last-child){border-left:1px solid #E9ECEE}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul li label{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#3A5869;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul li label:hover{cursor:pointer;background-color:#ECF5FA;color:#3197CA}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip ul li label.active{background-color:#ECF5FA;color:#3197CA}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip::after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:white transparent transparent transparent}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip::before{content:" ";position:absolute;top:100%;left:0;width:192px;height:10px;opacity:0}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip.active{visibility:visible;opacity:1}.instrument-trend-container .instrument-trend-inner-container .idea-period-tooltip.active:nth-child(2)::after{border-color:#ECF5FA transparent transparent transparent}.profile-header{height:180px;background-color:#0F3448 !important}.profile-header .main-title{direction:ltr;color:white;text-align:right}.profile-header .form-control{border-radius:0;background:#fff;color:#000;padding:8px}.profile-header .main_panel p{margin:0;font-size:1em;color:#fff;font-weight:normal}.profile-header .card{background:none;border:0;-webkit-box-shadow:none;box-shadow:none}.profile-header .small-card{padding:0;height:35px !important;min-height:inherit !important}.profile-header .status{padding:3px 0;color:#ffffff;font-style:italic;font-weight:bold}.profile-header .input-group,.profile-header .form-group{margin:10px 0}.profile-header .progress-bar{height:3rem;line-height:2;color:#fff;background-color:#007bff;-webkit-transition:width .6s ease;transition:width .6s ease;width:25%;padding:3px;display:grid}.profile-header .progress .yellow-75-bg{background-color:#FAB128}.profile-header .progress .yellow-100-bg{background-color:#EDA826}.profile-header .progress .yellow-200-bg{background-color:#D39622}.profile-header .progress .yellow-300-bg{background-color:#AD7B1C}.profile-header .progress .yellow-400-bg{background-color:#6D4E12}.profile-header .flag-div{text-align:center;padding:0}.profile-header .row-area .field{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header .row-area .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-header .search-results{width:140%}.profile-header .bio span{float:left;padding-left:20px;color:#d0d0d0}.profile-header .bio span i{color:#929292;padding-left:5px}.profile-header .bio .online{color:#49a950}.profile-header .bio .online i{color:#49a950}.profile-header .bio-area{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:0;width:100%;position:relative;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.profile-header .bio-area .bio-text{border:1px solid white;font-size:12px;border-radius:3px;padding:5px;font-weight:normal;margin-right:10px;margin:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-left:30px;padding-right:10px;overflow:hidden;text-overflow:ellipsis;display:block;text-align:right;line-height:2;width:100%;min-height:35px;max-height:55px;height:auto}.profile-header .bio-area.editable:hover{cursor:pointer}.profile-header .bio-area.edit .bio-text{padding:0}.profile-header .bio-area i{padding:0}.profile-header .bio-area i.edit-icon{position:absolute;left:5px;top:5px;font-size:20px}.profile-header .bio-area i.status-icon{color:#91A2AB;margin-left:10px}.profile-header .bio-area i.edit-icon{color:white;margin:0 5px}.profile-header .bio-area .bio-input{width:100%;margin-top:2px;text-align:right;border-radius:3px;background:#fff;color:#333;padding:5px;overflow:hidden;border:none;margin:0;outline:none;min-height:35px;max-height:55px;height:auto}.profile-header .bio-area .no-icon{display:block;width:35px}.symbol-header{background-color:#0F3448;-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.symbol-header.height-180{height:180px}.symbol-header .search-results{width:140%;right:0;background:#f2f2f2fa;border:1px solid #ccc}.symbol-header .flag-div{text-align:center;padding:0}.symbol-header .row-area .field{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.symbol-header .row-area .name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.symbol-header .list-group{text-align:right}.symbol-header .title{color:#fff;margin:0}.symbol-header .input-group,.symbol-header .form-group{margin:15px 0}.symbol-header .table-inverse.table-bordered{margin:0}.symbol-header .table-inverse.table-bordered tr{border-bottom:1px solid rgba(208,208,208,0.22);text-align:right}.symbol-header .table-inverse td,.symbol-header .table-inverse th,.symbol-header .table-inverse thead th{vertical-align:middle;padding:3px;background:#0F3448;border:0;text-align:center;font-weight:normal}.symbol-header .main-number{color:#fff;margin:0;font-family:'Quicksand', sans-serif;font-size:40px;margin-top:-6px}.symbol-header .main-number span{font-size:31px}.symbol-header .arrow-down,.symbol-header .arrow-up{font-size:34px;line-height:1;height:29px}.symbol-header .card{background:none;border:0}.symbol-header .small-card{padding:0;height:35px !important;min-height:inherit !important}.symbol-header .main_panel p{margin:0;color:#fff;font-weight:normal}.symbol-header .sub-number{color:#fff;margin:0;float:left;padding:14px 0 0 0}.symbol-header .numbers-div{float:left}.symbol-header .numbers-div ul{list-style:none;float:right;padding:0;width:100%}.symbol-header .numbers-div ul li{overflow:hidden}.symbol-header .numbers-div ul li h3.title{float:right;width:85%}.symbol-header .numbers-div ul li div.no-of-wathces{color:white;font-size:15px;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.symbol-header .numbers-div ul li h5{width:50%}.symbol-header.bg-down,.symbol-header.bg-up,.symbol-header.bg-none{background-color:#0F3448}.sticky-symbol-header{z-index:1;min-height:50px !important;background-color:#0F3448 !important;height:80px}.sticky-symbol-header .watch-or-remove-div{width:100%;max-width:300px}.sticky-symbol-header .title{color:#fff;margin:0}.sticky-symbol-header .main-number{color:#fff}.header-notification{background-color:#EDA826;font-family:"NotoNaskhArabicUI-Regular";height:auto;padding:12px 8px;color:#FFF;font-size:16px;text-align:center;z-index:4}.header-notification .header-noti-here{text-decoration:underline;cursor:pointer;font-weight:bold}.side-main-menu-body .noti-count-span{color:#fff;text-align:center;font-weight:bold;padding-top:0px;height:27px;width:27px;line-height:33px;border-radius:50%;background:red;margin-right:10px}.common-header{-webkit-transition:all 0.5s ease;transition:all 0.5s ease}.iframe-area{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.iframe-area .loading-area{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.iframe-area .unvisible{opacity:0}.widgets-area{width:100vw}.widgets-area .ideas-widget-container{width:auto;max-width:840px}.widgets-area .ideas-widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widgets-area .ideas-widget .section{background-color:white;border-radius:5px;margin:15px;padding:15px}.widgets-area .ideas-widget .left,.widgets-area .ideas-widget .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.widgets-area .ideas-widget .left{padding:0 5px}@media screen and (max-width: 992px){.widgets-area{width:100vw;padding:5px !important;margin-top:20px}.widgets-area .card-area{width:100%}.widgets-area .card-area .pro-card{padding:0}.widgets-area .ideas-widget{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.widgets-area .ideas-widget .left,.widgets-area .ideas-widget .right{width:100%}}.preview-area{max-width:400px;max-height:420px}.code-area{max-height:200px}.card-area{display:inline-block;width:100%;margin-bottom:20px}.card-area .card-title{color:#0c516f;font-family:"NotoNaskhArabicUI-Bold";font-size:22px;margin-bottom:10px}.pro-card{border-radius:3px;border:0px;-webkit-box-shadow:none;box-shadow:none;padding:15px;background-color:white}.section-area{display:inline-block;margin:20px}.section-area h5{font-size:16px;font-family:"NotoNaskhArabicUI-Bold";margin-bottom:10px}.section-area .body{border-radius:5px;padding:15px;width:400px;height:auto;min-height:200px;overflow:auto}.section-area .body.inset{background:#EAEAEA;-webkit-box-shadow:inset 1px 1px 2px #aeaeae, 1px 1px 2px #fff;box-shadow:inset 1px 1px 2px #aeaeae, 1px 1px 2px #fff}.section-area .body.outline{border:solid 1px gray}@media screen and (max-width: 992px){.section-area{width:100%}.section-area .body{width:100%;max-width:100% !important;padding:5px !important}}.paragraph{word-break:break-all;white-space:normal}.message{font-size:16px}.message.error{color:#FB522B}.message.success{color:#21CE99}::-webkit-input-placeholder{color:#91A2AB !important}:-ms-input-placeholder{color:#91A2AB !important}::-ms-input-placeholder{color:#91A2AB !important}::placeholder{color:#91A2AB !important}body{direction:rtl;background:#f2f2f2;font-family:"NotoNaskhArabicUI-Regular";padding-top:56px}body.fixed{width:100%;position:fixed}body.overflow-hidden{overflow:hidden}.color-white{color:white}.custom-card{border-radius:3px;border:0px;-webkit-box-shadow:none;box-shadow:none;padding:15px;background-color:white;margin-bottom:25px}.about-container .about-en{direction:ltr}.about-container .about-en h3,.about-container .about-en h4{font-family:"Roboto-Bold"}.about-container .about-ar{direction:rtl}.about-container .about-ar h3,.about-container .about-ar h4{font-family:"NotoNaskhArabicUI-Bold"}.about-container ul{list-style-type:circle}.about-container p,.about-container ul{font-size:16px !important}.about-container p *,.about-container ul *{font-size:16px !important}.tim-row{margin-bottom:20px}.logo-link:hover{cursor:pointer}.tim-white-buttons{background-color:#777777}.typography-line{padding-left:25%;margin-bottom:35px;position:relative;display:block;width:100%}.instrument-qoute-symbol{direction:ltr}.symbol-change-rate{font-size:20px;direction:ltr;padding-right:8px;padding-top:16px}.no-of-wathces .center-loading .loading_gif{max-width:20px;height:auto;margin:0px}.multiline{white-space:pre-line}.links-menu{overflow:hidden}.links-menu span{margin:0 5px 0 10px;float:right}.links-menu a{margin:0 5px;float:right}.links-menu a:hover{cursor:pointer;color:#56A9D3 !important}.side-links-menu{overflow:hidden}.side-links-menu>*{margin:0 5px;float:right}.header-nav-desktop ul{list-style-type:none}.header-nav-desktop ul li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.typography-line span{bottom:10px;color:#c0c1c2;display:block;font-weight:400;font-size:13px;line-height:13px;left:0;margin-left:20px;position:absolute;width:260px;text-transform:none}.tim-row{padding-top:60px}.tim-row h3{margin-top:0}.switch{margin-right:20px}#navbar-full .navbar{border-radius:0 !important;margin-bottom:15px;z-index:2}#menu-dropdown .navbar{border-radius:3px}#pagination-row .pagination-container{height:100%;max-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}#icons-row i.now-ui-icons{font-size:30px}.space{height:130px;display:block}.space-110{height:110px;display:block}.space-50{height:50px;display:block}.space-70{height:70px;display:block}.navigation-example .img-src{background-attachment:scroll}#navigation{background:#0C2633}#navigation>ul>li.transparent-hover{padding:5px;height:42px;border-radius:3px}#navigation>ul>li.transparent-hover:hover{background-color:rgba(255,255,255,0.2)}.navigation-example{background-position:center center;background-size:cover;margin-top:0;min-height:740px;height:100%}.page-header-image{background:#0F3448}.login-text p{font-size:0.95em;text-align:justify}#notifications{background-color:#FFFFFF;display:block;width:100%;position:relative}.tim-note{text-transform:capitalize}.space-100{height:100px;display:block;width:100%}.be-social{padding-bottom:20px;margin:0 auto 40px}.txt-white{color:#FFFFFF}.txt-gray{color:#ddd !important}.parallax{width:100%;height:570px;display:block;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;background-position:center center}.logo-container .logo{overflow:hidden;border-radius:50%;border:1px solid #333333;width:50px;float:left}.logo-container .brand{font-size:16px;color:#FFFFFF;line-height:18px;float:left;margin-left:10px;margin-top:7px;width:70px;height:40px;text-align:right}.logo-container .brand-material{font-size:18px;margin-top:15px;height:25px;width:auto}.logo-container .logo img{width:100%}.navbar-small .logo-container .brand{color:#333333}.navbar{position:relative;margin:0}.fixed-section{top:90px;max-height:80vh;overflow:scroll;position:-webkit-sticky;position:sticky}.fixed-section ul{padding:0}.fixed-section ul li{list-style:none}.fixed-section li a{font-size:14px;padding:2px;display:block;color:#666666}.fixed-section li a.active{color:#00bbff}.fixed-section.float{position:fixed;top:100px;width:200px;margin-top:0}.parallax .parallax-image{width:100%;overflow:hidden;position:absolute}.parallax .parallax-image img{width:100%}@media (max-width: 768px){.parallax .parallax-image{width:100%;height:640px;overflow:hidden}.parallax .parallax-image img{height:100%;width:auto}}.img-container{width:100%;overflow:hidden}.img-container img{width:100%}.lightbox img{width:100%}.lightbox .modal-content{overflow:hidden}.lightbox .modal-body{padding:0}@media screen and (min-width: 991px){.lightbox .modal-dialog{width:960px}}@media (max-width: 991px){.fixed-section.affix{position:relative;margin-bottom:100px}}.presentation .front,.presentation .front:after,.presentation .front .btn,.logo-container .logo,.logo-container .brand{-webkit-transition:all .2s;transition:all .2s}#images h4{margin-bottom:30px}#javascriptComponents{padding-bottom:0}.layers-container{display:block;margin-top:50px;position:relative}.layers-container img{position:absolute;width:100%;height:auto;top:0;left:0;text-align:center}.animate{transition:1.5s ease-in-out;-moz-transition:1.5s ease-in-out;-webkit-transition:1.5s ease-in-out}.navbar-default.navbar-small .logo-container .brand{color:#333333}.navbar-transparent.navbar-small .logo-container .brand{color:#FFFFFF}.navbar-default.navbar-small .logo-container .brand{color:#333333}.sharing-area{margin-top:80px}.section-thin,.section-notifications{padding:0}.section-navbars{padding-top:0}#navbar .navbar{margin-bottom:20px}#navbar .navbar-toggler,#menu-dropdown .navbar-toggler{pointer-events:none}.section-tabs{background:#EEEEEE}.section-pagination{padding-bottom:0}.section-download{padding-top:130px}.section-download .description{margin-bottom:60px}.section-download h4{margin-bottom:25px}.section-examples a{text-decoration:none}.side-list .list-group-item{padding:5px}.side-list .list-group-item small{margin-top:0}.side-list .list-group-item .col-3{float:right;padding:0;height:57px}.side-list .d-header .article-description{color:#0F3448;text-overflow:ellipsis;height:auto;line-height:31px;overflow:hidden;white-space:nowrap}.side-list p.category{margin-bottom:5px}.side-list .main_panel p{display:none}.padd-0-15{padding-right:15px;padding-left:15px}.center-ideas .list-group-item .col-11{text-align:right}.not-found{padding:40px 0}.not-found a{background:#0c516f;margin-top:10px;width:200px;font-size:1em}.not-found small{color:#f00}#popup_watchlist .modal-dialog{max-width:40%}.section-examples h5{margin-top:0px}.header-margin{margin-top:0px}.components-page .wrapper>.header,.tutorial-page .wrapper>.header{height:500px;padding-top:128px;background-size:cover;background-position:center center}.wrapper{padding-top:0}.components-page .title,.tutorial-page .title{color:#FFFFFF}.brand .h1-seo{font-size:2.8em;text-transform:uppercase;font-weight:300}.brand .n-logo{max-width:100px;margin-bottom:40px}.invision-logo{max-width:70px;top:-2px;position:relative}.creative-tim-logo{max-width:140px;top:-2px;position:relative}.section-javascript .title{margin-bottom:0}.navbar .switch-background{display:block}.navbar-transparent .switch-background{display:none}@media (max-width: 768px){.btn,.btn-morphing{margin-bottom:10px}.parallax .motto{top:170px;margin-top:0;font-size:60px;width:270px}}.navbar-brand{cursor:pointer}.navbar-brand img{max-width:175px;display:block;float:right}.navbar-brand span{font-size:24px;display:block;float:left;margin:-4px 10px}.page-header.page-header-small{height:85px;max-height:100px;background:#0F3448}.header-span{display:grid;text-align:center;float:right;padding-top:20px;width:100%}.header-span .title{font-weight:bold}.header-span .number-up{color:#21CE99}.header-span .number-down{color:#FB522B}.header-span .number-neutral{color:#c0c0c0}.bg-primary{background-color:#0C2633 !important;padding-top:0;padding-bottom:0;height:56px}.bg-gray{background:#f9f9f9 !important}.page-header:before{background-color:rgba(0,0,0,0.13)}.page-header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.page-header .container .row{-webkit-box-flex:1;-ms-flex:1;flex:1}.main_search{margin-top:10px}.main_search input{height:38px;border-radius:25px;background:#fff;color:#000;padding:9px}.main_search .input-group-addon{padding:10px 10px 10px 5px !important}.form-control:focus{border:1px solid #0f98d2}.form-control:focus+.input-group-addon,.form-control:focus ~ .input-group-addon{border:1px solid #1590c5}.advanced{width:100%}.alert{text-align:right;direction:rtl}.alert.alert-warning{background-color:#2c7ba6;margin:0;text-align:center;font-size:1.5em}#registerModal .modal-dialog{max-width:490px}#registerModal .field-info{margin-top:10px;font-size:1.6em}#registerModal .help-block{color:#333}.input-group,.form-group{margin:0}#AccountForm input{background:#fff;border-radius:0;color:#444}.dont-have-account{background:none;border:0;color:#fff;font-size:0.8em;padding:0;text-decoration:underline !important;cursor:pointer;margin-top:5px}.input-group .form-control{width:100%}.dropdown-menu .menu-header .full-name{font-size:16px}.dropdown-menu .menu-header .username{color:#998b8b}.dropdown-menu li{border-bottom:1px solid #f2f2f2}.dropdown-menu .dropdown-item{text-align:right;cursor:pointer;font-size:16px;padding:0}.dropdown-menu .dropdown-item:hover{background:0 0;color:#3197CA !important}.dropdown-menu .dropdown-item:hover i{color:#3197CA}.dropdown-menu i{color:#998b8b;font-size:18px;margin-left:5px}.footer.footer-default{background-color:#bbbbbb;color:#fff}#myModal .help-block span{color:#fff;position:absolute;background:#A16267;padding:3px 11px}#registerModal .help-block span{color:#fff;position:absolute;background:#A16267;padding:3px 11px}.modal-backdrop{z-index:1}.card-signup .header{height:auto}.card-login{background-color:#4B7B94}.card-login input{border-radius:0}.material-button-toggle{left:30px;right:auto !important}.card[data-background-color="blue"]{background-color:#4B7B94;-webkit-box-shadow:none;box-shadow:none;border-radius:0;border:0}.main_panel p{text-align:right;color:#556065}.main_panel span{vertical-align:middle;text-transform:initial;height:auto}#SurveyForm{text-align:right;margin-top:-20px}#SurveyForm label{float:right;width:100%}#SurveyForm label input{margin-left:5px;vertical-align:middle}.help-block{text-align:right;color:#f00;font-size:0.8em;padding:5px 0}.signup-form-text{float:right;font-size:0.9em;margin-top:10px;margin-bottom:25px}.small-card{min-height:107px !important;padding:15px}.section{background:#f2f2f2;padding:15px 0}.padd-0{padding:0 !important}.list-group-item:focus,.list-group-item:hover{background:rgba(15,52,72,0.08)}.no-hover{border-left:0 !important}.d-header h5{text-align:right;height:25px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.list-group-item small{float:right;color:#bbb;margin-top:15px}.list-group-item hr{margin:10px 0 5px 0;background:#f5f5f5}.list-group-item .col-3{float:right;padding:0;height:70px}.list-group-item .col-3 img{height:100%;width:100%}.list-group-item .col-9{float:left;padding-left:0}.list-group-item .col-1{float:right;padding:0}.list-group-item .col-11{float:left;padding-left:0}.scroll-400{max-height:400px;overflow-y:scroll}.main-instrument{text-align:right;padding:0}.main-instrument .main-title{float:right;font-size:2.5em;text-align:right}.main-instrument .main-number{float:right;font-size:1.8em;color:#444;padding:11px 10px 0 0}.main-instrument .sub-number{float:right;font-size:1.2em;padding:20px 10px 0 0}.number-up .sub-number{color:#21CE99}.number-down .sub-number{color:#FB522B}.card-up{border-top:2px solid #21CE99;border-radius:10px}.card-down{border-top:2px solid #FB522B;border-radius:10px}.follow-link{padding:0;text-align:center;height:20px;width:20px;font-weight:400;color:#ffffff !important;margin-right:5px;border-radius:30px;background:#1098d2;position:absolute;right:-8px;top:29px}.follow-link i{display:block;font-size:12px;line-height:22px}.instrument-list{width:100%}.instrument-list .list-group-item{border-left:0}.center-ideas .list-group-item{border-right:2px solid #dfdfdf;border-radius:0}.list-group-item .nav-pills{float:left}.instrument-list .list-group-item:hover{border-right:3px solid #1191c8}.title-up{font-weight:normal;text-transform:unset}.title{font-weight:normal}.material-button{position:fixed;z-index:1;width:70px;height:70px;font-size:1.5em;color:#fff;background:#1193cb;border:none;border-radius:50%;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.275);box-shadow:0 3px 6px rgba(0,0,0,0.275);outline:none;bottom:40px;right:40px;cursor:pointer}.material-button-toggle{width:70px;height:70px;margin:0 auto}.material-button-toggle span{font-size:1.5em}.material-button-toggle:hover{background:#0c516f}.landing-page .header{height:auto}.inbodybost .card-body{padding:0}.inbodybost{margin-bottom:0px;background:#fff;padding:10px 0;height:auto}.form-control--multiLine{padding:0 !important}.full-width{width:100%}.landing-page .header .title{text-transform:none !important}.row{margin:0}.main_panel .col{padding:0}.chart-div .row>div{width:100%}.center-ideas .chart-div{position:relative;margin-top:-85px;margin-bottom:15px;border-radius:10px;height:172px;overflow:hidden;direction:ltr}.center-ideas .chart-div .advanced-chart-icon{position:absolute;left:10px;z-index:1;top:1px;font-size:35px;cursor:pointer}.center-ideas .chart-div .advanced-chart-icon i{color:#3197CA}.center-ideas .mt-m70{margin-top:-50px;background:#fff;border:0;height:auto;border-radius:0}.center-ideas .highcharts-container{height:170px !important;border-radius:10px}.center-ideas .sub-menu{height:35px;border-bottom:1px solid #cccccc}.center-ideas .sub-menu ul{list-style:none;margin:0;float:right;padding-right:10px}.center-ideas .sub-menu ul li{float:right;padding:7px 5px;color:#0F3448}.center-ideas .sub-menu ul li a{color:#333333;font-size:0.95em}.center-ideas .sub-menu ul li a :hover{border-bottom:1px solid #0F3448;color:#0F3448;font-weight:600}.center-ideas .sub-menu ul li a .active{color:#0F3448;font-weight:600}.center-ideas .sub-menu ul li :first-child{margin-left:10px}.display-none{display:none}.search-results{direction:ltr;max-height:500px;background:white;width:100%;position:absolute;right:0px;border:1px solid #E9ECEE;z-index:2}.search-results .react-tabs__tab-list{border-bottom:1px solid #E9ECEE;color:#333;margin:0;height:28px;background:#f7f9f9;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;direction:rtl;list-style-type:none}.search-results .react-tabs__tab-list li{padding:4px 15px;font-size:0.85em;background:#f7f9f9;border-bottom:2px solid #f7f9f9}.search-results .react-tabs__tab-list li:hover{background:#929292e0;color:#fff;border-bottom:2px solid #929292e0;cursor:pointer}.search-results .react-tabs__tab-list .react-tabs__tab--selected{font-weight:normal;border-bottom:2px solid #329cd4}.search-results .row-area{direction:rtl;text-align:right;padding:0px a;padding-color:#878787}.search-results .row-area .symbol,.search-results .row-area .name,.search-results .row-area .field,.search-results .row-area .full_name,.search-results .row-area .username{text-overflow:ellipsis;overflow:hidden}.search-results .row-area .row{padding:5px 20px 5px 0;border-bottom:1px solid #ececec}.search-results .row-area .row:hover,.search-results .row-area .active-search-row{background:#dfdfe0;cursor:pointer}.search-results .row-area span{vertical-align:middle}.search-results .row-area .field i{top:10px;background:#0f91c9;padding:5px;border-radius:10px;width:20px;height:20px;color:#fff}.search-results .row-area .flag-div img{width:24px;max-width:24px}.search-results .row-area h4{text-align:center;margin:0;padding:15px;font-size:1em;color:#333;font-weight:bold}.search-input-area{position:relative}.search-input-area i{position:absolute;left:7px;top:0px;color:#333;font-size:1em}.mini-chart{height:40px;max-width:90px !important}.profile-div .col-md-2{height:65px}.profile-div h4{margin:0;float:right;color:#fff}.profile-div .profile-msg{margin-left:0;background:#0F3448;padding:0px 35px;border:1px solid #44bb98;width:115px}.profile-div .profile-follow{margin-left:0;background:#0F3448 !important;padding:0px 35px;border:1px solid #43b3e2}.profile-div .sub-title{float:right;margin:0;color:#fff;padding:3px 0 3px 3px;text-align:right}#searchHelp{color:#cacaca}select.form-control:not([size]):not([multiple]){height:calc(2.25rem + 2px);padding:5px;border-radius:5px}.bg-up .sub-number{color:#4CAF50 !important}.bg-down .sub-number{color:#f77e7e !important}.bg-none .sub-number{color:#cccaca !important}div.no-of-wathces{color:white;font-size:15px;font-weight:bold;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.highcharts-title{display:none}.highcharts-scrollbar{display:none}.highcharts-range-selector-buttons{display:none}#ChangePasswordForm label{width:40%;margin:0;padding:18px 0;font-weight:bold;text-align:right}g.highcharts-axis-labels.highcharts-xaxis-labels text{font-size:9px !important}g.highcharts-axis-labels.highcharts-yaxis-labels{padding-right:10px !important}g.highcharts-axis-labels.highcharts-yaxis-labels text{font-size:9px !important}.highcharts-input-group{display:none}.highcharts-navigator{display:none}.highcharts-credits{display:none}.highcharts-contextbutton{display:none}.users_list{width:100%;padding:0}.users_list span{padding:15px;float:right}.users_list .user-image{float:right;max-width:50px;border-radius:5px}.users_list .list-group-item:hover{border-left:0}.loading_gif{max-width:65px}.loading-btn-gif{max-width:30px}.minichart-loading-img{width:35px}.field-info{position:absolute;left:5px;top:7px;z-index:1;cursor:pointer}.seven-divs{-webkit-box-flex:0;-ms-flex:0 0 14.285%;flex:0 0 14.285%;max-width:14.285%}button.dismiss-modal{position:absolute;left:0;top:0;border:0;background:#00000069;color:#fff;padding:5px 10px}.dropdown-toggle::after{margin-right:.4em;display:none}.Tabs{width:100%}.customer-settings-tabs ul{list-style:none;margin:0;overflow:hidden;background-color:#FFF;padding:0;border-bottom:1px solid #f2f2f2}.customer-settings-tabs ul li{float:right;padding:5px 15px;cursor:pointer;background-color:#FFF;margin-left:2px}.customer-settings-tabs ul li:hover{background-color:#929292e0;color:#fff}.customer-settings-tabs ul .react-tabs__tab--selected{font-weight:bold;background-color:#f2f2f296}.no-permissions{width:100%;margin:20px 0;font-size:1.2em;color:#f00;font-weight:bold}.hide-me{display:none !important}.modal-open{padding-right:0 !important;overflow:auto}.modal-open .navbar{padding-right:15px !important}.card-watchlist h4{background:#4b7b94;color:#fff;padding:15px;font-weight:bold;margin:0;text-align:right}.card-watchlist p{text-align:right;margin:0 25px;color:#0c2633;padding:10px 0 0 0;font-weight:bold}.card-watchlist .instruments{direction:ltr;margin:5px 25px;border:1px solid #5f93af;padding:10px 0}.card-watchlist .sub-instrument{text-align:right;padding:0 15px 10px;color:#fff;overflow:hidden;border-bottom:1px solid #5f93af4a;margin-bottom:10px}.sub-instrument h5{color:#0c2633;font-size:1.2em;margin:0;padding:0;font-weight:bold}.sub-instrument .instrument-div{float:right;width:32%;direction:rtl;color:#0c2633;margin:5px 0px}.instrument-div label{margin:0;vertical-align:text-bottom}.instrument-div input{margin:5px}.instruments-footer{margin:10px 25px}.instruments-footer button{width:200px;background:#72bbe0;border:1px solid #72bbe0;font-weight:bold;margin:auto;float:none}.card-watchlist{background-color:#ffffff}.center-ideas .chart-div .highcharts-container{width:100%;text-align:center}.chart-div .highcharts-container{width:100px}.no-border-top{border:0}.table td,.table th{border-top:0}.highcharts-root{margin:auto;float:none}.chart-td{vertical-align:middle !important}.overflow-vi{overflow:visible}.padd-0-5{padding:0 5px}.main-alert{background-size:20px 20px;-webkit-box-shadow:0 5px 0 rgba(0,0,0,0.1);box-shadow:0 5px 0 rgba(0,0,0,0.1);color:#0F3448;display:block;font:bold 16px/40px sans-serif;height:40px;position:absolute;text-align:center;text-decoration:none;top:-45px;width:100%;-webkit-animation:alert 1s ease forwards;animation:alert 1s ease forwards;z-index:9999}@-webkit-keyframes alert{0%{opacity:0}50%{opacity:1}100%{top:0}}@keyframes alert{0%{opacity:0}50%{opacity:1}100%{top:0}}@media (min-width: 576px){.modal-dialog{max-width:395px;margin:95px auto}#addPost .modal-dialog{max-width:600px}}@media screen and (max-width: 991px){.section-navbars .navbar-collapse{display:none !important}}@media (min-width: 992px){.container{max-width:1280px;padding:0 1.25rem 0}}@media (min-width: 768px) and (max-width: 991px){.col-md-6{-ms-flex:0 0 100%;-webkit-box-flex:0;flex:0 0 100%;max-width:100%}}.hidden{display:none}.rtl{direction:rtl}.ltr{direction:ltr}.instrument-div>div{display:inline;vertical-align:middle}.instrument-div>div.checkbox-div{float:right}.instrument-div>div>div{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.modal-backdrop.fade.in{opacity:1}.fade.in.modal{opacity:1}.center-loading{text-align:center;width:100%}.center{text-align:center}.close-classic{color:#777 !important;font:14px/100% arial, sans-serif;float:left;text-shadow:0 1px 0 #fff;cursor:pointer}.left{float:left}.right{float:right}.nav-pills .nav-item .nav-link:hover{background-color:#1097d1 !important;color:#fff}.mention-area{text-align:start !important}.profile-avatar-area{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.profile-avatar-area img{opacity:1 !important;height:auto}.profile-avatar-area button{width:100%;height:100%;border:1px solid #E9ECEE;background-color:#E9ECEE;border-radius:50%;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;overflow:hidden}.profile-avatar-area button:hover{cursor:pointer}.profile-avatar-area.size-40-40{width:42px;height:42px}.profile-avatar-area.size-24-24{width:26px;height:26px}.profile-avatar-area.size-96-96{width:98px;height:98px}.profile-avatar-area.size-76-76{width:78px;height:78px}.profile-avatar-area .change-profile i{position:absolute;top:-11px;left:-2px;background:0 0;padding:3px;font-size:32px;color:#91A2AB}.profile-avatar-area .change-profile i:hover{cursor:pointer;color:#3197CA}.notification-icon{position:relative;padding-left:5px;width:60px}.notification-icon .icon-notifications{color:#bdc7cd;font-size:30px}.notification-icon .icon-notifications:hover{cursor:pointer;color:#E9ECEE}.notification-icon .icon-notifications:active{color:#91A2AB}.notification-icon span{float:right;border-radius:50%;font-size:9px;color:#fff;text-align:center;background:red;font-weight:bold;position:absolute;padding-top:1px;height:16px;width:16px;line-height:16px;left:16px;top:9px}.horizantal-scrollable-profile-tabs{width:100%;height:50px;padding-top:1px;overflow-x:auto;overflow-y:hidden;white-space:nowrap}.horizantal-scrollable-profile-tabs .tab-container{height:50px;display:inline-block;width:100px}.horizantal-scrollable-profile-tabs .tab-container .tabs-btn{display:block;width:100%;height:50px;font-size:16px;border-bottom:4px solid transparent}.horizantal-scrollable-profile-tabs .tab-container .tabs-btn.active{border-bottom:4px solid white}.horizantal-scrollable-profile-tabs .tab-container .tabs-btn.active .tabs-text{color:white}.horizantal-scrollable-profile-tabs .tab-container .tabs-btn .tabs-text{color:#BDC7CD;margin-bottom:0;font-size:16px;text-align:center}.horizantal-scrollable-profile-tabs .tab-container .tabs-btn .tabs-text .invisible{opacity:0}.main-profile-tabs{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.main-profile-tabs .tab-container .tabs-btn{color:#95A9B1;border-radius:0;background:none;width:100%;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-bottom:4px solid transparent}.main-profile-tabs .tab-container .tabs-btn:hover{color:#fff}.main-profile-tabs .tab-container .tabs-btn.active{background:none;color:#fff;border:0;border-bottom:4px solid #329CD4}.main-profile-tabs .tab-container .tabs-btn .tabs-text{color:#329cd4;margin-bottom:0;font-size:16px}.main-profile-tabs .tab-container .tabs-btn .tabs-text .invisible{opacity:0}.main-profile-tabs .tab-container.six-divs{width:calc(100%/6)}.main-profile-tabs .tab-container.four-divs{width:calc(100%/4)}.main-profile-tabs .tab-container.three-divs{width:calc(100%/3)}.main-profile-tabs .tab-container.one-div{width:100px}.homepage-feed-tabs{margin-top:5px;display:-webkit-box;display:-ms-flexbox;display:flex}.homepage-feed-tabs>div{color:#95A9B1;width:calc(100%/3);border-radius:0;border:none;background:none;width:100%;padding:5px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center;padding-bottom:0px}.homepage-feed-tabs>div .tabs-btn{border-bottom:4px solid transparent}.homepage-feed-tabs>div .tabs-btn:hover{color:#fff}.homepage-feed-tabs>div .tabs-btn.active{background:none;color:#fff;border:0;border-bottom:4px solid #329CD4}.homepage-feed-tabs>div .tabs-btn.active .tabs-text{color:#3197CA}.homepage-feed-tabs>div .tabs-btn .tabs-text{color:#91A2AB;margin-bottom:0;font-size:16px}.homepage-feed-tabs>div .tabs-btn .tabs-text .invisible{opacity:0}.pointer{cursor:pointer}.main-index :hover{color:#EDA826}.instrument-list a{cursor:pointer;font-family:"NotoNaskhArabicUI-Bold"}.instrument-list h4,.instrument-list .markets-section-title{padding:10px;width:auto;border-bottom:0;position:relative;color:#777;display:block;text-align:right;vertical-align:middle;font-size:22px}.instrument-list .instrument-item{padding:10px;background-color:#fff;border-bottom:1px solid #E9ECEE}.instrument-list .instrument-item .instrument-name{text-align:right;padding-right:20px}.instrument-list .instrument-item .instrument-name a.quote-symbol{color:#3197ca}.instrument-list .instrument-item>div{margin:auto;padding:5px}.instrument-list .instrument-item>div.watch-unwatch-btn{text-align:center}.instrument-list .instrument-item>input{cursor:pointer}.instrument-list .instrument-item .instrument-watch-btn-desktop.watched{color:#fff !important}.instrument-list .bg-down .change-rate{color:#FB522B;direction:ltr;text-align:center}.instrument-list .bg-up .change-rate{color:#21CE99;direction:ltr;text-align:center}.featured-instrument{height:auto;min-height:170px;background:white;width:auto;overflow:hidden}.featured-instrument :hover{cursor:pointer;background:#f4f7f9}.featured-instrument>div{min-height:170px;padding:22px;text-align:right}.featured-instrument .instrument-name{margin-bottom:22px}.featured-instrument a.quote-symbol{color:#3197ca}.featured-instrument .number-down .change-rate{color:#FB522B;direction:ltr;text-align:center}.featured-instrument .number-up .change-rate{color:#21CE99;direction:ltr}.owl-stage-outer,.owl-nav,.owl-dots{direction:ltr !important}.content-item{border-bottom:1px solid #E9ECEE;background-color:white;padding:10px;direction:rtl;color:#0F3448;display:-webkit-box;display:-ms-flexbox;display:flex}.content-item .content-item-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden}.content-item .content-item-body.vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.content-item .content-item-body>div{padding:0;margin:0}.content-item .content-item-body .content-item-image{padding:5px;max-height:50px;min-width:70px;width:70px}.content-item .content-item-body .content-item-text{padding-right:3px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.content-item .content-item-body .item-title-wrap{width:100%;height:60px;margin:10px 0}.content-item .content-item-body .item-title-wrap .title{line-height:1.5;font-size:14px;height:100%;white-space:normal;text-overflow:ellipsis;overflow:hidden}@media screen and (min-width: 992px){.content-item:hover{background-color:#F4F7F9}}.slider-arrow-nav .owl-stage-outer{position:relative}.slider-arrow-nav .prev-arrow-nav-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:0}.slider-arrow-nav .next-arrow-nav-btn{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0}.slider-arrow-nav .nav-icon{color:#91A2AB;font-size:20px;display:inline-block;background-color:rgba(145,162,171,0.4);color:white;padding-top:5px}.arrow-down{color:#FB522B}.arrow-up{color:#21CE99}.pro-nav-btn,.pro-nav-dot>span{background-color:#BDC7CD !important}.pro-nav-btn:hover,.pro-nav-dot:hover>span,.pro-nav-dot.active>span{background-color:#91A2AB !important}.sticky{position:fixed;z-index:4;top:0;left:0;width:100%;height:auto}.sticky-section{position:fixed;z-index:3;top:56px;-webkit-transform:translateY(-136px);transform:translateY(-136px);left:0;width:100%}.sticky-header-search-box{width:0%;opacity:0}.sticky-header-search-box .search-input-area .search-results{width:520px !important}.sticky-header-search-box .search-input-area .search-results .profile-header .search-results{width:105%;right:0;background:#f2f2f2;border:1px solid #ccc}.cssload-loader{position:relative;width:9px;height:9px;margin:0 auto;margin-top:30px;margin-bottom:30px;border-radius:9px;background-color:#3197ca;transform-origin:50% 50%;-o-transform-origin:50% 50%;-ms-transform-origin:50% 50%;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;animation:cssload-loader 0.9s ease-in-out infinite;-o-animation:cssload-loader 0.9s ease-in-out infinite;-ms-animation:cssload-loader 0.9s ease-in-out infinite;-webkit-animation:cssload-loader 0.9s ease-in-out infinite;-moz-animation:cssload-loader 0.9s ease-in-out infinite}.cssload-loader:before{content:"";position:absolute;background-color:#3197ca;top:0px;left:-19px;height:9px;width:9px;border-radius:9px}.cssload-loader:after{content:"";position:absolute;background-color:#3197ca;top:0px;left:19px;height:9px;width:9px;border-radius:9px}@keyframes cssload-loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}}@-webkit-keyframes cssload-loader{0%{-webkit-transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg)}100%{-webkit-transform:rotate(180deg)}}.grecaptcha-badge{display:none}.article-image{width:60px;height:40px}.ideas-for-site{background-color:#FFF;border:1px solid #E9ECEE}.ideas-for-site .idea-box:hover{background-color:#FFF !important}.ideas-for-site .header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:12px;border-bottom:1px solid #E9ECEE}.ideas-for-site .header .title{font-size:17px;margin-left:10px;font-family:"NotoNaskhArabicUI-Bold";color:#0F3448}.ideas-for-site .footer{padding:5px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ideas-for-site .footer a{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0px}.ideas-for-site .a-btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;height:30px;width:75px}.market-share .title>span{text-align:right;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;direction:rtl;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.market-share .title>span .username{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;line-height:unset;padding-bottom:3px;margin-top:-3px}.return-to-top{position:fixed;z-index:2;-webkit-transition:all 0.4s ease-out;transition:all 0.4s ease-out;bottom:45px;top:auto;right:50%;left:auto;border-radius:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.return-to-top:hover{cursor:pointer}.return-to-top.element-shown{display:block}.return-to-top.element-hidden{display:none}.return-to-top i{color:rgba(145,162,171,0.7);font-size:50px;line-height:1;display:block;height:40px;width:40px}@media screen and (max-width: 992px){.return-to-top{bottom:auto;top:145px;left:30px;right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.header-nav-desktop .nav-link-a{color:white;text-decoration:none}.header-nav-desktop .nav-link-a:hover{color:white}.input-overlay{position:absolute;top:0;left:0;width:100%;height:100%}.track-vertical{left:2px !important;right:auto !important;height:100%;padding:2px 0px}.track-horizontal{bottom:2px !important;top:auto !important;width:100%;padding:0 2px}.thumb-vertical,.thumb-horizontal{background-color:rgba(0,0,0,0.2);border-radius:5px}@media screen and (min-width: 992px){.scrollbar-view{margin:0 !important;-ms-overflow-style:none}.scrollbar-view::-webkit-scrollbar{display:none}}.async-button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.custom-checkbox{position:relative;height:20px;width:20px;margin-left:5px}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer}.custom-checkbox .checkmark{position:absolute;top:0;right:0;height:20px;width:20px;border-radius:5px;border:solid 2px #eee;background-color:transparent}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:5px;top:1px;width:6px;height:12px;border:solid #3197CA;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.custom-checkbox .checkmark:hover{cursor:pointer}.custom-checkbox input:checked ~ .checkmark:after{display:block}.custom-checkbox input:checked ~ .checkmark{border-color:#3197CA}.icon-team{width:15px;height:15px;margin:0 5px}.instrument-info-table{height:112px;width:100%}.icon-send{font-size:21px}.follow-area{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.follow-card{background-color:white;width:100%;border-radius:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;margin:5px 0}.follow-card .section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.follow-card .controls-section{background-color:white;height:67px}.follow-card .avatar-section{background-color:#7BBCDD;height:95px}.follow-card .fullname{color:#0F3448;font-size:16px;font-family:"NotoNaskhArabicUI-Bold"}.follow-card .username{color:#53626C;font-size:13px;font-family:"Roboto-Regular"}.main-title{font-size:22px;font-family:"NotoNaskhArabicUI-Bold";color:#0c516f;margin-bottom:10px}.sub-title{font-size:16px;font-family:"NotoNaskhArabicUI-Bold";color:#0c516f;text-align:right}.add-reply-area{background-color:#F4F7F9}.or-text{color:#000;text-align:center}.forogot-pass-div{-webkit-box-pack:end !important;-ms-flex-pack:end !important;justify-content:flex-end !important}.bearsih-bar{background-color:#FB522B;padding-top:3px}.bullish-bar{background-color:#21CE99;padding-top:3px}.show-again-area span{color:#0F3448 !important}.sentiment-idea-modal{width:450px !important}.sentiment-card{font-size:22px !important}.sentiment-card i{font-size:24px !important}.sentiment-card-body{min-height:100px}.sentiment-card-body-m{height:220px}.sentiment-card-body-m .sentiment-card{margin-bottom:0px !important}.sentiment-card-body-m .h5{margin-top:35px !important}.sentiment-text{width:300px;margin:0 auto !important;padding:20px 0px 0px 0px !important;font-weight:bold}

/*# sourceMappingURL=style-v50.css.map */