@import"https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/5.8.55/css/materialdesignicons.min.css";@import"https://fonts.googleapis.com/css?family=Exo:400,700&amp;subset=latin-ext";@import"https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800&amp;subset=latin-ext";.new_list_wrapper_V{margin-left:auto;margin-bottom:10px}.list-builder_align-lists{justify-content:flex-start!important;text-transform:none!important;padding-left:37px!important}.section_title{font-size:26px;margin:0 0 20px 20px;font-weight:400}.wrapp{position:relative;min-height:100%}.user_modal_form{width:40%;margin-top:30px}.sorter_wrap{display:flex;align-items:center;justify-content:space-between}.pagination_wrap{width:100%;position:absolute;left:0;bottom:0;padding:20px;background:#fff;box-shadow:-2px -2px 5px #e3e3e3}.col-item_text{font-size:16px}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.event_preview_widget{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto;margin:16px 16px 0;-webkit-box-shadow:0 2px 10px 0 rgba(0,0,0,.15);box-shadow:0 2px 10px #00000026;border-radius:5px;overflow:hidden}.event_preview_widget.flatten{margin:0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 #0000;border-radius:0}.event_preview_widget .event_message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px;padding:40px;background-color:#f9fbfb;border-radius:4px;border:1px solid var(--table_font_lignt_gray_06);text-align:center;line-height:21px}.event_preview_widget .event_message.red{background-color:#f8dddd;border:1px solid #ff8d92;color:#ad0c14}.event_preview_widget .event_message.green{background-color:#dbf4b5;border:1px solid #35ac00;color:#2e8d04}.event_preview_widget .event_message.blue{background-color:#daf0ff;border:1px solid #95d4ff;color:#0e8de4}.event_preview_widget .sport_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:auto}.event_preview_widget section.matches_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;border-top-style:solid;border-top-width:1px}.event_preview_widget section.matches_header .section_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;font-size:13px}.event_preview_widget section.matches_header .section_wrap .label_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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:10px;font-weight:400;text-transform:uppercase;border-right-style:solid;border-right-width:1px;border-bottom-style:solid;border-bottom-width:1px}.event_preview_widget section.matches_header .section_wrap .labels_wrapper{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:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-right-style:solid;border-right-width:1px;border-bottom-style:solid;border-bottom-width:1px}.event_preview_widget section.matches_header .section_wrap .labels_wrapper .odd_label{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;width:50px;height:24px;font-size:11px;font-weight:600}.event_preview_widget section.matches_header .section_wrap.sport_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;border-right-style:solid;border-right-width:1px;border-bottom-style:solid;border-bottom-width:1px}.event_preview_widget section.matches_header .section_wrap.sport_title .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:56px;font-size:16px;font-weight:700}.event_preview_widget section.matches_header .section_wrap.sport_title .label i.si{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;font-size:24px;margin:0 10px}.event_preview_widget section.matches_header .section_wrap.all_games{width:30px;font-size:24px;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom-style:solid;border-bottom-width:1px}.event_preview_widget section.match_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:auto;font-size:13px;line-height:16px}.event_preview_widget section.match_row .section_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-bottom-width:1px;border-bottom-style:solid;border-right-width:1px;border-right-style:solid}.event_preview_widget section.match_row .section_wrap .time_wrapper{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;border-right-width:1px;border-right-style:solid}@media (max-width: 650px){.event_preview_widget section.match_row .section_wrap .time_wrapper{min-height:50px}}.event_preview_widget section.match_row .section_wrap .time_wrapper span{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;line-height:13px}.event_preview_widget section.match_row .section_wrap .time_wrapper span.time_left{width:40px}@media (max-width: 650px){.event_preview_widget section.match_row .section_wrap .time_wrapper span.time_left{width:30px}}.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_date{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;font-size:10px;text-transform:uppercase;width:65px;padding:0 0 0 10px;opacity:.7}.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_time{-webkit-box-pack:right;-ms-flex-pack:right;justify-content:right;width:65px;padding:0 0 0 10px;font-weight:600}.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_ligue{font-weight:600;cursor:pointer}.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_ligue:hover,.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_ligue:focus,.event_preview_widget section.match_row .section_wrap .time_wrapper span.match_ligue:active{color:#14a0ff}.event_preview_widget section.match_row .section_wrap .teams_wtapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-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:stretch;-ms-flex-pack:stretch;justify-content:stretch;overflow:hidden;padding:0 8px;font-size:14px;font-weight:600;cursor:pointer}.event_preview_widget section.match_row .section_wrap .teams_wtapper .home_team,.event_preview_widget section.match_row .section_wrap .teams_wtapper .away_team{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.event_preview_widget section.match_row .section_wrap .teams_wtapper .vs{font-weight:400;padding:0 6px;opacity:.6}.event_preview_widget section.match_row .section_wrap .teams_wtapper:hover+.sport_icon,.event_preview_widget section.match_row .section_wrap .teams_wtapper:focus+.sport_icon,.event_preview_widget section.match_row .section_wrap .teams_wtapper:active+.sport_icon{opacity:1}.event_preview_widget section.match_row .section_wrap .match_results{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event_preview_widget section.match_row .section_wrap .match_results .result_w{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:0 8px 0 0}@media (max-width: 650px){.event_preview_widget section.match_row .section_wrap .match_results .result_w{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.event_preview_widget section.match_row .section_wrap .match_results .result_w .result{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;min-height:18px;min-width:10px;font-size:14px;font-weight:700}.event_preview_widget section.match_row .section_wrap .match_results_essential{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event_preview_widget section.match_row .section_wrap .match_results_essential .result_w{padding:0 10px}.event_preview_widget section.match_row .section_wrap .match_results_essential .result_w .result{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;min-height:18px;min-width:12px;font-size:14px;font-weight:700}.event_preview_widget section.match_row .section_wrap .match_results_essential .icon{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;font-size:16px;line-height:18px;height:18px;width:22px}.event_preview_widget section.match_row .section_wrap.match_preview{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.event_preview_widget section.match_row .section_wrap .icon{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;font-size:16px;width:32px;cursor:pointer;opacity:.7}.event_preview_widget section.match_row .section_wrap .icon:hover,.event_preview_widget section.match_row .section_wrap .icon:focus,.event_preview_widget section.match_row .section_wrap .icon:active{opacity:1}.event_preview_widget section.match_row .section_wrap .sport_icon{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;width:36px;font-size:18px;padding:0 0 0 8px;-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1;opacity:.6}.event_preview_widget section.match_row .section_wrap .odd_wrap{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-preferred-size:auto;flex-basis:auto;cursor:pointer}.event_preview_widget section.match_row .section_wrap .odd_wrap .odd{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:50px;min-height:46px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:13px;font-weight:400;cursor:pointer}@media (max-width: 1680px){.event_preview_widget section.match_row .section_wrap .odd_wrap .odd{min-height:50px}}@media (max-width: 650px){.event_preview_widget section.match_row .section_wrap .odd_wrap .odd{width:50px}}.event_preview_widget section.match_row .section_wrap .odd_wrap .down_ico,.event_preview_widget section.match_row .section_wrap .odd_wrap .up_ico{position:absolute;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;font-size:24px}.event_preview_widget section.match_row .section_wrap .odd_wrap .down_ico{left:-6px;bottom:-2px}.event_preview_widget section.match_row .section_wrap .odd_wrap .up_ico{top:-2px;right:-6px}.event_preview_widget section.match_row .section_wrap .odd_wrap.odd_margin{opacity:.6}.event_preview_widget section.match_row .section_wrap .odd_wrap.odd_margin .odd{border-left-width:1px;border-left-style:solid;border-right-width:1px;border-right-style:solid;font-weight:400}.event_preview_widget section.match_row .section_wrap .odd_wrap.odd_down .odd,.event_preview_widget section.match_row .section_wrap .odd_wrap.odd_up .odd,.event_preview_widget section.match_row .section_wrap .odd_wrap.selected .odd{font-weight:600}.event_preview_widget section.match_row .section_wrap.all_games .odd_wrap{width:30px}.event_preview_widget section.match_row .section_wrap.all_games .odd_wrap .odd{font-size:16px}.event_preview_widget section.match_row .section_wrap:last-child{border-right:0px solid transparent}.event_preview_widget section.match_row .team_results{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.event_preview_widget section.match_row:last-child .section_wrap{border-bottom:0px solid transparent}.row.sidebar .left .event_preview_widget,.row.half .left .event_preview_widget{margin:16px 8px 0 16px}.row.sidebar .left .event_preview_widget.flatten,.row.half .left .event_preview_widget.flatten{margin:0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 #0000;border-radius:0}.row.sidebar .right .event_preview_widget,.row.half .right .event_preview_widget{margin:16px 16px 0 8px}.row.sidebar .right .event_preview_widget.flatten,.row.half .right .event_preview_widget.flatten{margin:0;-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0);box-shadow:0 0 #0000;border-radius:0}.row.sidebar .right .event_preview_widget .teams_wtapper{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row.sidebar .right .event_preview_widget .teams_wtapper .vs{display:none}@media (max-width: 1000px){.row.single .left .event_preview_widget .teams_wtapper{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row.single .left .event_preview_widget .teams_wtapper .vs{display:none}}@media (max-width: 1681px){.row.sidebar .left .event_preview_widget .teams_wtapper{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row.sidebar .left .event_preview_widget .teams_wtapper .vs{display:none}}.row.sidebar .right .event_preview_widget .match_results .result_w{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.row.sidebar .right .event_preview_widget .match_results .result_w .result{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;min-height:18px;min-width:10px;font-size:14px;font-weight:700}.row.sidebar .right .event_preview_widget .match_results .result_w .double_dots{display:none!important}@media (max-width: 1681px){.row.half .left .event_preview_widget .teams_wtapper,.row.half .right .event_preview_widget .teams_wtapper{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.row.half .left .event_preview_widget .teams_wtapper .vs,.row.half .right .event_preview_widget .teams_wtapper .vs{display:none}}@media (max-width: 1024px){.event_preview_widget .section_wrap.final_odds_comb{display:none!important}}@media (max-width: 960px){.event_preview_widget .section_wrap.next_goal_odds,.event_preview_widget .section_wrap.goals_sum_odds{display:none!important}}@media (max-width: 650px){.event_preview_widget .section_wrap.all_games,.event_preview_widget .section_wrap.match_preview,.event_preview_widget .section_wrap .sport_icon,.event_preview_widget .section_wrap .match_stats{display:none!important}}@media (max-width: 650px){.row.sidebar .right .event_preview_widget .section_wrap.final_odds_comb,.row.sidebar .right .event_preview_widget .section_wrap.next_goal_odds,.row.sidebar .right .event_preview_widget .section_wrap.goals_sum_odds,.row.sidebar .right .event_preview_widget .section_wrap.all_games,.row.sidebar .right .event_preview_widget .section_wrap.match_preview,.row.sidebar .right .event_preview_widget .section_wrap .sport_icon,.row.sidebar .right .event_preview_widget .section_wrap .match_stats{display:none!important}}*{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.betshop_header{position:relative;z-index:7;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.betshop_header .app_nav_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:70px;border-top-width:4px;border-top-style:solid}.betshop_header .app_nav_main .nav_main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:66px}@media (max-width: 650px){.betshop_header .app_nav_main .nav_main{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.betshop_header .app_nav_main .nav_user{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;width:350px;height:66px}@media (max-width: 650px){.betshop_header .app_nav_main .nav_user{width:100px}}.betshop_header .app_nav_subnav{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:40px}.menu_switch{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;width:60px;height:66px;cursor:pointer;pointer-events:all}@media (max-width: 1441px){.menu_switch{pointer-events:none;opacity:.2}}@media (max-width: 650px){.menu_switch{pointer-events:auto;opacity:1}}.app_logo{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:180px;height:66px;overflow:hidden}@media (max-width: 650px){.app_logo{width:160px}}.app_logo img{width:auto;height:40px}.mobile_head_nav{display:none;cursor:pointer;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:66px;width:40px;font-size:24px;text-decoration:none;border-bottom-style:solid;border-bottom-width:4px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.mobile_head_nav:hover,.mobile_head_nav:active,.mobile_head_nav:focus,.mobile_head_nav.active,.mobile_head_nav.router-link-exact-active{border-bottom-style:solid;border-bottom-width:4px}@media (max-width: 650px){.mobile_head_nav{display:-webkit-box;display:-ms-flexbox;display:flex}}ul.main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;list-style:none;position:relative}@media (max-width: 650px){ul.main{position:absolute;z-index:200;top:62px;right:100px;display:block;list-style:none;min-width:200px;height:0;overflow:hidden;opacity:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}ul.main.toggle{opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:visible}ul.main.toggle li.nav_item{overflow:visible}ul.main.toggle li.nav_item .nav_link,ul.main.toggle li.nav_item span.nav_link{height:43px;width:100%;opacity:1;overflow:visible;padding:0 20px 0 16px;border-left-width:4px;border-left-style:solid;border-bottom:0px solid transparent}ul.main.toggle li.nav_item .nav_link span.label,ul.main.toggle li.nav_item span.nav_link span.label{padding:0;border:0 solid transparent}ul.main.toggle li.nav_item:hover .nav_link,ul.main.toggle li.nav_item:hover span.nav_link,ul.main.toggle li.nav_item:active .nav_link,ul.main.toggle li.nav_item:active span.nav_link,ul.main.toggle li.nav_item:focus .nav_link,ul.main.toggle li.nav_item:focus span.nav_link,ul.main.toggle li.nav_item.active .nav_link,ul.main.toggle li.nav_item.active span.nav_link,ul.main.toggle li.nav_item.router-link-exact-active .nav_link,ul.main.toggle li.nav_item.router-link-exact-active span.nav_link{border-left-width:4px;border-left-style:solid;border-bottom:0 solid transparent}ul.main.toggle li.nav_item:last-child:hover .nav_link,ul.main.toggle li.nav_item:last-child:hover span.nav_link,ul.main.toggle li.nav_item:last-child:active .nav_link,ul.main.toggle li.nav_item:last-child:active span.nav_link,ul.main.toggle li.nav_item:last-child:focus .nav_link,ul.main.toggle li.nav_item:last-child:focus span.nav_link,ul.main.toggle li.nav_item:last-child.active .nav_link,ul.main.toggle li.nav_item:last-child.active span.nav_link,ul.main.toggle li.nav_item:last-child.router-link-exact-active .nav_link,ul.main.toggle li.nav_item:last-child.router-link-exact-active span.nav_link{border-bottom:0 solid transparent}ul.main.toggle.priority_nav{right:0}}ul.main .nav_item{cursor:pointer;position:relative}ul.main .nav_item .nav_link{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:66px;text-decoration:none;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-bottom-style:solid;border-bottom-width:4px}@media (max-width: 650px){ul.main .nav_item .nav_link{height:43px}}ul.main .nav_item .nav_link span.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600;text-decoration:none;text-transform:uppercase;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;height:21px;padding:0 20px;border-left-width:1px;border-left-style:solid}ul.main .nav_item .nav_link span.label i.mdi-menu-down{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;width:10px;height:21px;padding-left:15px;font-size:20px}ul.main .nav_item .nav_link:hover,ul.main .nav_item .nav_link:active,ul.main .nav_item .nav_link:focus,ul.main .nav_item .nav_link.active,ul.main .nav_item .nav_link.router-link-exact-active{border-bottom-style:solid;border-bottom-width:4px}ul.main .nav_item .nav_link:hover span.label,ul.main .nav_item .nav_link:active span.label,ul.main .nav_item .nav_link:focus span.label,ul.main .nav_item .nav_link.active span.label,ul.main .nav_item .nav_link.router-link-exact-active span.label{border-left-width:0px;border-left-style:solid}ul.main .nav_item .dropdown_menu{position:absolute;z-index:200;top:62px;display:block;list-style:none;min-width:200px;height:0;overflow:hidden;opacity:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;-webkit-box-shadow:0px 5px 30px -2px rgba(0,0,0,.4);box-shadow:0 5px 30px -2px #0006}ul.main .nav_item .dropdown_menu li.nav_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;border-top-style:solid;border-top-width:1px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}ul.main .nav_item .dropdown_menu li.nav_item .nav_link,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;text-decoration:none;height:0;padding:0 20px 0 16px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-left-width:4px;border-left-style:solid}ul.main .nav_item .dropdown_menu li.nav_item .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link span.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;border-width:0;width:100%;font-weight:400;font-size:13px;text-transform:none;border-left:1px solid transparent}ul.main .nav_item .dropdown_menu li.nav_item .nav_link span.label i.mdi-menu-down,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link span.label i.mdi-menu-down{-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transform-origin:100% 55%;transform-origin:100% 55%}ul.main .nav_item .dropdown_menu li.nav_item .nav_link:hover,ul.main .nav_item .dropdown_menu li.nav_item .nav_link:active,ul.main .nav_item .dropdown_menu li.nav_item .nav_link:focus,ul.main .nav_item .dropdown_menu li.nav_item .nav_link.active,ul.main .nav_item .dropdown_menu li.nav_item .nav_link.router-link-exact-active,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:hover,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:active,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:focus,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link.active,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link.router-link-exact-active{border-left-width:4px;border-left-style:solid;border-bottom-width:0;border-bottom-color:transparent}ul.main .nav_item .dropdown_menu li.nav_item .nav_link:hover span.label,ul.main .nav_item .dropdown_menu li.nav_item .nav_link:active span.label,ul.main .nav_item .dropdown_menu li.nav_item .nav_link:focus span.label,ul.main .nav_item .dropdown_menu li.nav_item .nav_link.active span.label,ul.main .nav_item .dropdown_menu li.nav_item .nav_link.router-link-exact-active span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:hover span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:active span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link:focus span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link.active span.label,ul.main .nav_item .dropdown_menu li.nav_item span.nav_link.router-link-exact-active span.label{border-left:1px solid transparent}ul.main .nav_item .dropdown_menu li.nav_item:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:last-child span.nav_link span.label{border-left:0px solid transparent;border-right:0px solid transparent}ul.main .nav_item .dropdown_menu li.nav_item:hover:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:hover:last-child span.nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:active:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:active:last-child span.nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:focus:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item:focus:last-child span.nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item.active:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item.active:last-child span.nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item.router-link-exact-active:last-child .nav_link span.label,ul.main .nav_item .dropdown_menu li.nav_item.router-link-exact-active:last-child span.nav_link span.label{border-left:0px solid transparent;border-right:0px solid transparent}ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu{position:relative;top:0;-webkit-box-shadow:0px 0px 0px 0px transparent;box-shadow:0 0 0 0 transparent}ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item{border-top-style:solid;border-top-width:1px}ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link{height:0;opacity:0;padding:0 20px 0 16px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;border-left-style:solid;border-left-width:4px}ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link:hover,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link:active,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link:focus,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link.active,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item .nav_link.router-link-exact-active,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link:hover,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link:active,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link:focus,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link.active,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu li.nav_item span.nav_link.router-link-exact-active{border-left-style:solid;border-left-width:4px}ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu.toggle li.nav_item .nav_link,ul.main .nav_item .dropdown_menu li.nav_item .dropdown_menu.toggle li.nav_item span.nav_link{height:43px;opacity:1;padding:0 20px 0 16px}ul.main .nav_item .dropdown_menu.priority_nav{right:0}ul.main .nav_item .dropdown_menu.toggle{opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:visible}ul.main .nav_item .dropdown_menu.toggle li.nav_item{overflow:visible}ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link{height:43px;width:100%;opacity:1;overflow:visible;padding:0 20px 0 16px;border-left-width:4px;border-left-style:solid;border-bottom:0px solid transparent}ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link:hover,ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link:active,ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link:focus,ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link.active,ul.main .nav_item .dropdown_menu.toggle li.nav_item .nav_link.router-link-exact-active,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link:hover,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link:active,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link:focus,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link.active,ul.main .nav_item .dropdown_menu.toggle li.nav_item span.nav_link.router-link-exact-active{border-left-width:4px;border-left-style:solid}ul.main .nav_item .dropdown_menu.toggle.priority_nav{right:0}ul.main .nav_item:last-child .nav_link span.label{border-right-style:solid;border-right-width:1px}ul.main .nav_item:last-child .nav_link span.label.priority_nav{padding:0 10px;border-right:0px solid transparent}ul.main .nav_item:last-child .nav_link span.label.priority_nav i.mdi-dots-vertical{font-size:24px}ul.main .nav_item:last-child:hover .nav_link,ul.main .nav_item:last-child:active .nav_link,ul.main .nav_item:last-child:focus .nav_link,ul.main .nav_item:last-child.active .nav_link,ul.main .nav_item:last-child.router-link-exact-active .nav_link{text-decoration:none;border-bottom-width:solid;border-bottom-style:4px}ul.main .nav_item:last-child:hover .nav_link span.label,ul.main .nav_item:last-child:active .nav_link span.label,ul.main .nav_item:last-child:focus .nav_link span.label,ul.main .nav_item:last-child.active .nav_link span.label,ul.main .nav_item:last-child.router-link-exact-active .nav_link span.label{border-right:1px solid transparent}ul.main .nav_item:last-child:hover .nav_link span.label.priority_nav,ul.main .nav_item:last-child:active .nav_link span.label.priority_nav,ul.main .nav_item:last-child:focus .nav_link span.label.priority_nav,ul.main .nav_item:last-child.active .nav_link span.label.priority_nav,ul.main .nav_item:last-child.router-link-exact-active .nav_link span.label.priority_nav{border-right:0px solid transparent}ul.main .nav_item:last-child:hover .nav_link span.label.priority_nav i.mdi-dots-vertical,ul.main .nav_item:last-child:active .nav_link span.label.priority_nav i.mdi-dots-vertical,ul.main .nav_item:last-child:focus .nav_link span.label.priority_nav i.mdi-dots-vertical,ul.main .nav_item:last-child.active .nav_link span.label.priority_nav i.mdi-dots-vertical,ul.main .nav_item:last-child.router-link-exact-active .nav_link span.label.priority_nav i.mdi-dots-vertical{font-size:24px}ul.main .nav_item:hover .nav_link,ul.main .nav_item:active .nav_link,ul.main .nav_item:focus .nav_link,ul.main .nav_item.active .nav_link,ul.main .nav_item.router-link-exact-active .nav_link{text-decoration:none;border-bottom-style:solid;border-bottom-width:4px}ul.main .nav_item:hover .nav_link span.label,ul.main .nav_item:active .nav_link span.label,ul.main .nav_item:focus .nav_link span.label,ul.main .nav_item.active .nav_link span.label,ul.main .nav_item.router-link-exact-active .nav_link span.label{border-left-style:solid;border-left-width:1px;border-left-color:transparent}ul.main .nav_item:hover+.nav_item .nav_link span.label,ul.main .nav_item:active+.nav_item .nav_link span.label,ul.main .nav_item:focus+.nav_item .nav_link span.label,ul.main .nav_item.active+.nav_item .nav_link span.label,ul.main .nav_item.router-link-exact-active+.nav_item .nav_link span.label{border-left-style:solid;border-left-width:1px;border-left-color:transparent}ul.main .nav_item.active .nav_link span.label i.mdi-menu-down,ul.main .nav_item.router-link-exact-active .nav_link span.label i.mdi-menu-down{-webkit-transform:rotate(-180deg);transform:rotate(-180deg);-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.user_menu{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-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;height:66px}.user_menu .user_menu_content{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;width:100%;height:66px;opacity:.6;cursor:pointer;border-left:1px solid var(--font_lignt_gray_02)}.user_menu .user_menu_content .user_img{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;height:66px;width:66px}@media (max-width: 650px){.user_menu .user_menu_content .user_img{width:50px}}.user_menu .user_menu_content .user_img img{width:34px;height:34px;border-radius:18px;border:2px solid var(--font_lighter_gray)}.user_menu .user_menu_content .user_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:66px}@media (max-width: 650px){.user_menu .user_menu_content .user_info{display:none}}.user_menu .user_menu_content .user_info .user_name{color:var(--font_lighter_gray);font-weight:300;font-size:13px;line-height:15px}.user_menu .user_menu_content .user_info .user_budget{color:var(--font_lighter_gray);font-weight:700;font-size:16px;line-height:18px}.user_menu .user_menu_content i.mdi{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;font-size:24px;height:24px;width:40px;color:var(--font_lighter_gray)}@media (max-width: 650px){.user_menu .user_menu_content i.mdi{display:none}}.user_menu .user_menu_content:hover,.user_menu .user_menu_content:focus,.user_menu .user_menu_content:active,.user_menu .user_menu_content.active{opacity:1}.user_menu .user_login_content{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;width:350px;height:66px;padding:0 20px 0 0;cursor:pointer;border-left:1px solid var(--font_lignt_gray_02)}.user_menu .user_login_content .login_btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;opacity:.6}.user_menu .user_login_content .login_btn .user_img{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;height:66px;width:66px}.user_menu .user_login_content .login_btn .user_img img{width:34px;height:34px;border-radius:18px;border:2px solid var(--font_lighter_gray)}.user_menu .user_login_content .login_btn .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--font_lighter_gray);font-size:14px;font-weight:600;text-transform:uppercase;text-decoration:none}.user_menu .user_login_content .login_btn:hover,.user_menu .user_login_content .login_btn:active,.user_menu .user_login_content .login_btn.active{opacity:1}.user_menu .user_login_content .register{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;height:30px;padding:0 10px;border-radius:3px;border:1px solid var(--accent_color);color:var(--accent_color);font-size:12px;font-weight:400;text-transform:uppercase;text-decoration:none}.user_menu .user_login_content .register:hover,.user_menu .user_login_content .register:focus,.user_menu .user_login_content .register:active,.user_menu .user_login_content .register.active{background-color:var(--accent_color);color:var(--white)}.user_menu .dropdown_menu{position:absolute;z-index:200;top:66px;left:0;right:auto;width:100%;height:0;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-shadow:0px 5px 30px -2px var(--bg_dark_zero_06);box-shadow:0 5px 30px -2px var(--bg_dark_zero_06)}@media (max-width: 650px){.user_menu .dropdown_menu{width:240px;left:auto;right:0}}.user_menu .dropdown_menu ul{list-style:none;background-color:var(--bg_dark_three)}.user_menu .dropdown_menu ul li.dropdown_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid var(--font_lignt_gray_01)}.user_menu .dropdown_menu ul li.dropdown_item a.label,.user_menu .dropdown_menu ul li.dropdown_item span.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:0px;padding:0 10px 0 0;color:var(--font_lighter_gray_08);font-size:14px;font-weight:400;cursor:pointer;background-color:var(--bg_dark_three);border-left:4px solid transparent;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.user_menu .dropdown_menu ul li.dropdown_item a.label i.mdi,.user_menu .dropdown_menu ul li.dropdown_item span.label i.mdi{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;width:62px;height:24px;font-size:24px}.user_menu .dropdown_menu ul li.dropdown_item:hover a.label,.user_menu .dropdown_menu ul li.dropdown_item:hover span.label,.user_menu .dropdown_menu ul li.dropdown_item:focus a.label,.user_menu .dropdown_menu ul li.dropdown_item:focus span.label,.user_menu .dropdown_menu ul li.dropdown_item:active a.label,.user_menu .dropdown_menu ul li.dropdown_item:active span.label,.user_menu .dropdown_menu ul li.dropdown_item.active a.label,.user_menu .dropdown_menu ul li.dropdown_item.active span.label{color:var(--white);background-color:var(--bg_dark_one);border-left:4px solid var(--accent_color)}.user_menu .dropdown_menu .login_form{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:stretch;-ms-flex-pack:stretch;justify-content:stretch;background-color:var(--bg_dark_three);min-height:80px;padding:30px 20px 30px 30px}.user_menu .dropdown_menu .login_form input{all:unset}.user_menu .dropdown_menu .login_form input.login_input{-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--font_lighter_gray);font-size:14px;line-height:14px;height:36px;padding:5px 10px;margin-bottom:10px;border-radius:3px;border:1px solid var(--font_lighter_gray_06)}.user_menu .dropdown_menu .login_form input.login_input:hover,.user_menu .dropdown_menu .login_form input.login_input:focus,.user_menu .dropdown_menu .login_form input.login_input:active{border:1px solid var(--font_lighter_gray)}.user_menu .dropdown_menu .login_form ::-webkit-input-placeholder{color:var(--font_lighter_gray_06)}.user_menu .dropdown_menu .login_form ::-moz-placeholder{color:var(--font_lighter_gray_06)}.user_menu .dropdown_menu .login_form :-ms-input-placeholder{color:var(--font_lighter_gray_06)}.user_menu .dropdown_menu .login_form :-moz-placeholder{color:var(--font_lighter_gray_06)}.user_menu .dropdown_menu .login_form .msg{padding:15px 25px;margin-bottom:10px;border-radius:5px;font-size:16px;font-weight:400;line-height:21px;color:var(--accent_color);border:2px solid transparent;background-color:var(--accent_color_02)}.user_menu .dropdown_menu .login_form .msg strong{font-weight:700}.user_menu .dropdown_menu .login_form .button_group{display:-webkit-box;display:-ms-flexbox;display:flex;height:36px}.user_menu .dropdown_menu .login_form .button_group button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:34px;padding:5px 15px;border-radius:3px;border:1px solid var(--font_lighter_gray_06);background-color:transparent;color:var(--font_lighter_gray);font-size:11px;line-height:13px;text-transform:uppercase}.user_menu .dropdown_menu .login_form .button_group button.sign_in{margin-right:10px;text-align:center;border:1px solid var(--accent_color);color:var(--accent_color);font-size:14px;font-weight:600}.user_menu .dropdown_menu .login_form .button_group button.sign_in:hover,.user_menu .dropdown_menu .login_form .button_group button.sign_in:focus,.user_menu .dropdown_menu .login_form .button_group button.sign_in:active{background-color:var(--accent_color);color:var(--white)}.user_menu .dropdown_menu .login_form .button_group button.reset_pass{padding:5px;border:1px solid transparent}.user_menu .dropdown_menu .login_form .button_group button.reset_pass:hover,.user_menu .dropdown_menu .login_form .button_group button.reset_pass:focus,.user_menu .dropdown_menu .login_form .button_group button.reset_pass:active{background-color:var(--font_lighter_gray_02);color:var(--white)}.user_menu .dropdown_menu.toggle{height:-webkit-max-content;height:-moz-max-content;height:max-content;opacity:1}.user_menu .dropdown_menu.toggle ul li.dropdown_item a.label,.user_menu .dropdown_menu.toggle ul li.dropdown_item span.label{height:50px;opacity:1}.notification_menu{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;width:60px;height:66px;cursor:pointer;border-left-width:1px;border-left-style:solid}@media (max-width: 650px){.notification_menu{width:50px}}.notification_menu i.mdi{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;position:absolute;z-index:1;font-size:24px;width:24px;height:24px}.notification_menu i.dot{z-index:2;opacity:0;padding:0 20px 16px 0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.notification_menu:hover i.mdi,.notification_menu:focus i.mdi,.notification_menu:active i.mdi{opacity:1}.notification_menu:hover i.mdi-circle-medium,.notification_menu:focus i.mdi-circle-medium,.notification_menu:active i.mdi-circle-medium{opacity:0}.notification_menu:hover i.mdi-circle-medium.active,.notification_menu:focus i.mdi-circle-medium.active,.notification_menu:active i.mdi-circle-medium.active{opacity:1}.notification_menu.active i.dot{opacity:1}.nav_subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:40px}@media (max-width: 650px){.nav_subnav{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.nav_subnav .mobile_head_subnav{display:none;cursor:pointer;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:40px;width:48px;font-size:24px;text-decoration:none;border-bottom-style:solid;border-bottom-width:4px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.nav_subnav .mobile_head_subnav:hover,.nav_subnav .mobile_head_subnav:active,.nav_subnav .mobile_head_subnav:focus,.nav_subnav .mobile_head_subnav.active,.nav_subnav .mobile_head_subnav.router-link-exact-active{border-bottom-style:solid;border-bottom-width:4px}@media (max-width: 650px){.nav_subnav .mobile_head_subnav{display:-webkit-box;display:-ms-flexbox;display:flex}}.nav_subnav ul.subnav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:40px;list-style:none}@media (max-width: 650px){.nav_subnav ul.subnav{position:absolute;z-index:200;top:104px;right:0;display:block;list-style:none;min-width:200px;height:0;overflow:hidden;opacity:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;-webkit-box-shadow:0px 5px 30px -2px rgba(0,0,0,.4);box-shadow:0 5px 30px -2px #0006}.nav_subnav ul.subnav.toggle{opacity:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:visible}.nav_subnav ul.subnav.toggle li.nav_item{overflow:visible}.nav_subnav ul.subnav.toggle li.nav_item .nav_link,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link{height:43px;width:100%;opacity:1;overflow:visible;padding:0 20px 0 16px;border-left-style:solid;border-left-width:4px;border-bottom:0px solid transparent}.nav_subnav ul.subnav.toggle li.nav_item .nav_link span.label,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link span.label{padding:0;border:0 solid transparent}.nav_subnav ul.subnav.toggle li.nav_item .nav_link:hover,.nav_subnav ul.subnav.toggle li.nav_item .nav_link:active,.nav_subnav ul.subnav.toggle li.nav_item .nav_link:focus,.nav_subnav ul.subnav.toggle li.nav_item .nav_link.active,.nav_subnav ul.subnav.toggle li.nav_item .nav_link.router-link-exact-active,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link:hover,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link:active,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link:focus,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link.active,.nav_subnav ul.subnav.toggle li.nav_item span.nav_link.router-link-exact-active{border-left-style:solid;border-left-width:4px;border-bottom:0px solid transparent}.nav_subnav ul.subnav.toggle.priority_nav{right:0}}.nav_subnav ul.subnav li.nav_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.nav_subnav ul.subnav li.nav_item .nav_link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding:0 20px;font-size:12px;font-weight:600;text-decoration:none;text-transform:uppercase;border-bottom-style:solid;border-bottom-width:4px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.nav_subnav ul.subnav li.nav_item .nav_link i.mdi-dots-vertical{font-size:24px}.nav_subnav ul.subnav li.nav_item .nav_link:hover,.nav_subnav ul.subnav li.nav_item .nav_link:active,.nav_subnav ul.subnav li.nav_item .nav_link:focus,.nav_subnav ul.subnav li.nav_item .nav_link.active,.nav_subnav ul.subnav li.nav_item .nav_link.router-link-exact-active{text-decoration:none;border-bottom-style:solid;border-bottom-width:4px}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;position:absolute;z-index:200;top:36px;min-width:200px;opacity:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;-webkit-box-shadow:0px 5px 30px -2px rgba(0,0,0,.4);box-shadow:0 5px 30px -2px #0006}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item{display:-webkit-box;display:-ms-flexbox;display:flex;border-top-width:1px;border-top-style:solid;height:0;opacity:0;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link{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;widows:100%;height:0;padding:0 15px 0 20px;font-weight:400;font-size:13px;text-transform:none;border-left-style:solid;border-left-width:4px;border-bottom:0px solid transparent;text-decoration:none}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link:hover,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link:active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link:focus,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link.active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item .nav_link.router-link-exact-active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link:hover,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link:active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link:focus,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link.active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu li.nav_item span.nav_link.router-link-exact-active{text-decoration:none;border-left-style:solid;border-left-width:4px;border-bottom:0px solid transparent}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle{opacity:1}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item{height:44px;opacity:1;color:1;border-top-style:solid;border-top-width:1px}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item .nav_link,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item span.nav_link{height:43px}.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item .nav_link:hover,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item .nav_link:active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item .nav_link:focus,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item span.nav_link:hover,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item span.nav_link:active,.nav_subnav ul.subnav li.nav_item ul.dropdown_menu.toggle li.nav_item span.nav_link:focus{text-decoration:none}.nav_subnav ul.subnav li.nav_item.priority_nav .nav_link{padding:0 10px}.nav_subnav ul.subnav li.nav_item.priority_nav .nav_link i.mdi-dots-vertical{font-size:24px}.nav_subnav ul.subnav li.nav_item.priority_nav ul.dropdown_menu{right:0}.nav_search{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:240px;height:40px;border-right-style:solid;border-right-width:1px}@media (max-width: 650px){.nav_search{width:calc(100% - 99px)}}.nav_search i.mdi{width:60px;text-align:center;font-size:24px;position:relative;z-index:1}.nav_search input.search_field{position:absolute;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:40px;padding:0 0 0 60px;border:none;border-radius:0;font-size:13px;line-height:13px;background-color:transparent}.nav_search ::-webkit-input-placeholder{color:inherit;text-transform:uppercase;font-size:12px;line-height:12px}.nav_search ::-moz-placeholder{color:inherit;text-transform:uppercase;font-size:12px;line-height:12px}.nav_search :-ms-input-placeholder{color:inherit;text-transform:uppercase;font-size:12px;line-height:12px}.nav_search :-moz-placeholder{color:inherit;text-transform:uppercase;font-size:12px;line-height:12px}input[type=search]{-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.subnav_time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:350px;height:40px;font-size:12px;font-weight:400;line-height:16px;border-left-width:1px;border-left-style:solid}@media (max-width: 650px){.subnav_time{display:none}}.subnav_time i.mdi{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;font-size:20px;width:0px;opacity:0;margin:0 0 0 66px}.subnav_time .date{padding:0 10px 0 0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{margin-left:-8px;position:absolute}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{content:"";z-index:-1;border-width:8px;left:-8px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker__year-read-view--down-arrow:before,.react-datepicker__month-read-view--down-arrow:before,.react-datepicker__month-year-read-view--down-arrow:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block}.react-datepicker{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:10}.react-datepicker-popper[data-placement^=bottom]{margin-top:10px}.react-datepicker-popper[data-placement^=top]{margin-bottom:10px}.react-datepicker-popper[data-placement^=right]{margin-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{margin-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;border-top-right-radius:.3rem;padding-top:8px;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 2px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{background:none;line-height:1.7rem;text-align:center;cursor:pointer;position:absolute;top:10px;width:0;padding:0;border:.45rem solid transparent;z-index:10;height:10px;width:10px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:10px;border-right-color:#ccc}.react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__navigation--previous--disabled,.react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__navigation--next{right:10px;border-left-color:#ccc}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:80px}.react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__navigation--next--disabled,.react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px;border-top-color:#ccc}.react-datepicker__navigation--years-previous:hover{border-top-color:#b3b3b3}.react-datepicker__navigation--years-upcoming{top:-4px;border-bottom-color:#ccc}.react-datepicker__navigation--years-upcoming:hover{border-bottom-color:#b3b3b3}.react-datepicker__month-container{float:left}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:85px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:70px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-72px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:70px;overflow-x:hidden;margin:0 auto;text-align:center}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__month--selected,.react-datepicker__month--in-selecting-range,.react-datepicker__month--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__month--selected:hover,.react-datepicker__month--in-selecting-range:hover,.react-datepicker__month--in-range:hover{background-color:#1d5d90}.react-datepicker__month--disabled{color:#ccc;pointer-events:none}.react-datepicker__month--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__day,.react-datepicker__month-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2{color:green}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range{background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range,.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range{background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover{background-color:transparent}.react-datepicker__month-text.react-datepicker__month--selected:hover,.react-datepicker__month-text.react-datepicker__month--in-range:hover{background-color:#216ba5}.react-datepicker__month-text:hover{background-color:#f0f0f0}.react-datepicker__input-container{position:relative;display:inline-block}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{border-top-color:#ccc;float:right;margin-left:20px;top:8px;position:relative;border-width:.45rem}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:10;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0;position:absolute;top:50%;right:7px;height:16px;width:16px;margin:-8px auto 0}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;position:absolute;top:0;right:0;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;content:"×"}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__portal .react-datepicker__navigation{border:.81rem solid transparent}.react-datepicker__portal .react-datepicker__navigation--previous{border-right-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--previous:hover{border-right-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--previous--disabled,.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover{border-right-color:#e6e6e6;cursor:default}.react-datepicker__portal .react-datepicker__navigation--next{border-left-color:#ccc}.react-datepicker__portal .react-datepicker__navigation--next:hover{border-left-color:#b3b3b3}.react-datepicker__portal .react-datepicker__navigation--next--disabled,.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover{border-left-color:#e6e6e6;cursor:default}body{color:#73879c;font-family:Open Sans,sans-serif}.modal_content p,.modal_content h2{margin:0}h2{font-family:Open Sans,sans-serif!important}body{margin:0;padding:0;border:0;outline:0;color:#657688;color:#5c6e81;font-family:Open Sans,sans-serif}*{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;outline:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-moz-selection{background:#00a752;color:#fff;text-shadow:none}::selection{background:#00a752;color:#fff;text-shadow:none}.login_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-line-pack:center;align-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100vw;height:100vh;overflow-x:hidden;overflow-y:scroll;background-position:center;background-attachment:fixed;background-size:cover}.login_wrapper .login_dialog{width:280px;height:auto}.login_wrapper .login_dialog .login_logo{width:280px;padding:0 0 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.login_wrapper .login_dialog .login_logo img{width:auto;height:40px}.login_wrapper .login_dialog .login_box{background-color:#fff;color:#8fa4b8;position:relative;width:100%;-webkit-box-shadow:0 10px 100px 30px rgba(9,23,38,.7);box-shadow:0 10px 100px 30px #091726b3}.login_wrapper .login_dialog .login_box .login_form .form_container{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;padding:0 30px 20px}.login_wrapper .login_dialog .login_box .login_form .input_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.login_wrapper .login_dialog .login_box .login_form .floating_label{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 0 20px}.login_wrapper .login_dialog .login_box .login_form .floating_label label{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;font-size:10px;line-height:10px;text-transform:uppercase}.login_wrapper .login_dialog .login_box .login_form .floating_label i{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:2px;width:24px;height:26px;color:#8fa4b8;font-size:24px;line-height:24px}.login_wrapper .login_dialog .login_box .login_form .floating_label span.border_bottom{height:1px;background:#fff0;border-bottom:1px solid rgba(143,164,184,.5);width:100%;display:block}.login_wrapper .login_dialog .login_box .login_form .floating_label span.border_bottom:after{display:block;content:"";width:0;height:0;-webkit-transition:.3s;transition:.3s;border-bottom:2px solid rgba(255,255,255,0)}.login_wrapper .login_dialog .login_box .login_form .floating_label input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:26px;padding:0 12px 0 0;margin:0;outline:0;font-size:14px;line-height:24px;background-color:#fff;background-image:none;border:0px solid rgba(0,0,0,0);border-radius:0;-webkit-box-shadow:0 0 0 rgba(0,0,0,0);box-shadow:0 0 #0000}.login_wrapper .login_dialog .login_box .login_form .floating_label input:focus+i,.login_wrapper .login_dialog .login_box .login_form .floating_label input:active+i,.login_wrapper .login_dialog .login_box .login_form .floating_label input:focus-within+i{color:#4e6375}.login_wrapper .login_dialog .login_box .login_form .floating_label input:focus+span.border_bottom,.login_wrapper .login_dialog .login_box .login_form .floating_label input:active+span.border_bottom,.login_wrapper .login_dialog .login_box .login_form .floating_label input:focus-within+span.border_bottom{width:100%;height:1px;border-bottom:2px solid rgba(114,170,30,0)}.login_wrapper .login_dialog .login_box .login_form .message{position:absolute;width:100%;height:40px;padding-left:30px;background-color:#fff0;font-size:14px;color:#fff0}.login_wrapper .login_dialog .login_box .login_form .message .message_contnt{color:#fff0;font-size:13px;line-height:40px;display:none}.login_wrapper .login_dialog .login_box .login_form .message.error{background-color:#e35454}.login_wrapper .login_dialog .login_box .login_form .message.error .message_contnt{display:block;color:#fff}.login_wrapper .login_dialog .login_box .login_form .message.success{background-color:#7fbd22}.login_wrapper .login_dialog .login_box .login_form .message.success .message_contnt{display:block;color:#fff}.login_wrapper .login_dialog .login_box .login_form .message.warning{background-color:#f1af00}.login_wrapper .login_dialog .login_box .login_form .message.warning .message_contnt{display:block;color:#fff}.login_wrapper .login_dialog .login_box .form_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#4e6375;font-size:24px;line-height:32px;padding:95px 0 55px}.login_wrapper .login_dialog .login_box .form_title.with_icon span{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;width:32px;height:32px;margin:0 0 0 10px;color:#8fa4b8;font-size:24px;text-align:center;border-radius:16px;border:1px solid #8fa4b8}.login_wrapper .login_dialog .login_box .login_form_logo{height:26px;width:auto;margin:60px 30px 0}.login_wrapper .login_dialog .login_box .remember_me{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%;padding-bottom:10px}.login_wrapper .login_dialog .login_box .remember_me label.form_checkbox_icon{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;width:24px;height:24px;line-height:24px;background-position:center;background-repeat:no-repeat}.login_wrapper .login_dialog .login_box .remember_me label.form_checkbox_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;cursor:pointer;color:#8fa4b8;font-size:13px;line-height:24px;padding:0 0 0 10px;font-weight:600;text-decoration:none}.login_wrapper .login_dialog .login_box .remember_me input.form_checkbox{margin-bottom:0!important;padding-left:24px;vertical-align:middle;line-height:24px;cursor:pointer;opacity:0;position:absolute}.login_wrapper .login_dialog .login_box a.reset_pass{padding:60px 0 0;color:#8fa4b8;font-size:13px;line-height:21px;text-decoration:none}.login_wrapper .login_dialog .login_box a.reset_pass:hover,.login_wrapper .login_dialog .login_box a.reset_pass:focus,.login_wrapper .login_dialog .login_box a.reset_pass:active{color:#4e6375;text-decoration:underline}.login_wrapper .login_dialog .copyrights{color:#becddb;text-align:center;font-size:13px;padding:25px 0 15px;margin:0}.btn_green{display:inline-block;cursor:pointer;padding:0 20px;text-transform:uppercase;vertical-align:middle;text-align:center;color:#fff;font-size:14px;font-weight:600;line-height:36px;background-color:#7fbd22;border:2px solid #7fbd22;border-radius:20px}.btn_green:hover,.btn_green:focus,.btn_green:active{background-color:#72aa1e;border:2px solid #639617}.btn_green.btn_full_w{width:100%}.btn_green.btn_wide{padding:0 40px}.btn_green.login_btn{margin:20px 0 0}.flex_wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex_justify_space_between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.flex_justify_space_evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.hidden_scroll{-ms-overflow-style:none;scrollbar-width:none}.hidden_scroll::-webkit-scrollbar{display:none}.margin_auto{margin:auto}.padding_bottom_160{padding-bottom:160px!important}.resize_no{resize:none!important}.e_ico{width:24px;height:24px;fill:currentColor}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.fadeInDown{-webkit-animation:fadeInDown .5s ease-in-out;animation:fadeInDown .5s ease-in-out}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.slideInDown{-webkit-animation:slideInDown .5s ease-in-out;animation:slideInDown .5s ease-in-out}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}}.fadeInRight{-webkit-animation:fadeInRight .4s ease-in-out;animation:fadeInRight .4s ease-in-out}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.fadeOutRight{-webkit-animation:fadeOutRight .4s ease-in-out;animation:fadeOutRight .4s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation:fadeIn .2s ease-in-out;animation:fadeIn .2s ease-in-out}.simplebar-scrollbar:before{background-color:#251b1b66!important}.custom_scroll{scrollbar-width:none;-ms-overflow-style:none}.custom_scroll::-webkit-scrollbar{display:none;width:0px;background:transparent}.msg{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:14px 18px;margin:0;border-width:2px;border-style:solid;border-radius:6px;font-size:13px;font-weight:400;line-height:21px}.msg.yellow{color:#654700;border-color:#feb20033;background-color:#feb20033}.msg.red{color:#881616;border-color:#e3545433;background-color:#e3545429}.msg.green{color:#3c571d;border-color:#8bc34a33;background-color:#8bc34a33}.msg.green_dark{color:#02542a;border-color:#27ae6033;background-color:#27ae601a}.msg.blue{color:#10425f;border-color:#2d9cdb33;background-color:#2d9cdb24}.main_head{position:relative;z-index:10;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;width:100%;height:80px;background-color:#fff;border-bottom:1px solid rgba(141,162,182,.3);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head .divider_vert{display:block;width:1px;height:42px;background-color:#8da2b633}.main_head.height_100{height:100%}.main_head .tool_item,.main_head a.tool_item,.main_head span.tool_item{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;width:48px;height:48px;border-radius:24px;color:#8fa4b8;font-size:24px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head .tool_item .notif,.main_head a.tool_item .notif,.main_head span.tool_item .notif{position:absolute;top:8px;left:8px;width:12px;height:12px;border-radius:6px;background-color:#e81e27;border:2px solid #fff}.main_head .tool_item .tooltip_content,.main_head a.tool_item .tooltip_content,.main_head span.tool_item .tooltip_content{margin-right:0;margin-left:0}.main_head .tool_item:first-child,.main_head a.tool_item:first-child,.main_head span.tool_item:first-child{-webkit-box-sizing:content-box;box-sizing:content-box;width:48px;height:48px}.main_head .tool_item:hover,.main_head .tool_item:active,.main_head .tool_item:focus,.main_head a.tool_item:hover,.main_head a.tool_item:active,.main_head a.tool_item:focus,.main_head span.tool_item:hover,.main_head span.tool_item:active,.main_head span.tool_item:focus{color:#4e6375;background-color:#4e63751a}.main_head .tool_item:hover .notif,.main_head .tool_item:active .notif,.main_head .tool_item:focus .notif,.main_head a.tool_item:hover .notif,.main_head a.tool_item:active .notif,.main_head a.tool_item:focus .notif,.main_head span.tool_item:hover .notif,.main_head span.tool_item:active .notif,.main_head span.tool_item:focus .notif{border:2px solid #ebedef}.main_head .tool_item.toggle_trigger,.main_head a.tool_item.toggle_trigger,.main_head span.tool_item.toggle_trigger{width:48px;overflow:hidden;opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head .tool_item.toggle_trigger.toggle,.main_head a.tool_item.toggle_trigger.toggle,.main_head span.tool_item.toggle_trigger.toggle{width:0;opacity:0}.main_head .tool_item.selected,.main_head a.tool_item.selected,.main_head span.tool_item.selected{color:#5b9602;background-color:#7fbd2233}.main_head .tool_item.selected:hover,.main_head .tool_item.selected:active,.main_head .tool_item.selected:focus,.main_head a.tool_item.selected:hover,.main_head a.tool_item.selected:active,.main_head a.tool_item.selected:focus,.main_head span.tool_item.selected:hover,.main_head span.tool_item.selected:active,.main_head span.tool_item.selected:focus{color:#5b9602;background-color:#7fbd2280}.main_head .tool_item.medium,.main_head a.tool_item.medium,.main_head span.tool_item.medium{width:42px;height:42px}.main_head .tool_item.small,.main_head a.tool_item.small,.main_head span.tool_item.small{width:36px;height:36px}.main_head .tool_item.small .e_ico,.main_head a.tool_item.small .e_ico,.main_head span.tool_item.small .e_ico{width:22px;height:22px}.main_head .logo{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;height:80px;width:0px;opacity:0;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main_head .logo img{height:30px;width:auto;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main_head .title_section{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:center;-ms-flex-pack:center;justify-content:center;height:80px;margin:0;padding:0 30px;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head .title_section h1.title_section{height:24px}.main_head .title_section h2.subtitle{height:18px;letter-spacing:0}.main_head h1.title_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;margin:0;padding:0 30px;font-size:21px;line-height:22px;font-weight:400;font-family:Exo,sans-serif;text-transform:uppercase;vertical-align:middle;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head h2.subtitle{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;margin:0;font-size:18px;font-weight:400;line-height:18px;letter-spacing:-.5px;vertical-align:middle;-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_head h2.subtitle strong{font-weight:700}.main_head h2.subtitle small{font-size:12px;font-weight:400;line-height:16px;text-transform:uppercase}.main_head .wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:42px;padding:0 20px}.main_head .wrapper.border_left{border-left:1px solid rgba(141,162,182,.3)}.main_head .wrapper.border_right{border-right:1px solid rgba(141,162,182,.3)}.main_head.no_border{border-left:none}.main_head .section_title{position:absolute;z-index:-1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;height:48px;font-size:13px;font-weight:400;text-transform:uppercase;color:#8da2b6}.main_head .section_title.left{left:70px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main_head .section_title.right{right:70px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main_head .section_title.regular{position:relative;z-index:1}.main_head .sport_filter_scroler{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px}.main_head .action_tools_left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}.main_head .action_tools_left .wrapper{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-left:1px solid rgba(141,162,182,.2)}.main_head .action_tools_left .wrapper.no_border{border-left:none}.main_head .action_tools_right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px}.main_head .action_tools_right .wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-left:1px solid rgba(141,162,182,.2)}.main_head .action_tools_right .wrapper.no_border{border-left:none}.main_head .head_left_half,.main_head .head_right_half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;width:50%}.main_head .layout_col_left,.main_head .layout_col_right{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;width:340px;height:80px}.main_head .layout_col_center{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-flex:1;-ms-flex-positive:1;flex-grow:1;height:80px}.main_head .head_full_w{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;width:100%}.main_head .sidebar_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:380px;height:80px}.main_head .content_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(100% - 380px);height:80px}.head_tools{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;height:80px}.head_tools .wrapper{position:relative;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;height:42px;padding:0 15px 0 8px;border-left:1px solid rgba(141,162,182,.2)}.head_tools a,.head_tools .tool_item,.head_tools a.tool_item,.head_tools span.tool_item{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;width:48px;height:48px;border-radius:24px;color:#8fa4b8;font-size:24px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.head_tools a .notif,.head_tools .tool_item .notif,.head_tools a.tool_item .notif,.head_tools span.tool_item .notif{position:absolute;top:8px;left:8px;width:12px;height:12px;border-radius:6px;background-color:#e81e27;border:2px solid #fff}.head_tools a .tooltip_content,.head_tools .tool_item .tooltip_content,.head_tools a.tool_item .tooltip_content,.head_tools span.tool_item .tooltip_content{margin-right:0;margin-left:0}.head_tools a:first-child,.head_tools .tool_item:first-child,.head_tools a.tool_item:first-child,.head_tools span.tool_item:first-child{-webkit-box-sizing:content-box;box-sizing:content-box;width:48px;height:48px}.head_tools a:hover,.head_tools a:active,.head_tools a:focus,.head_tools .tool_item:hover,.head_tools .tool_item:active,.head_tools .tool_item:focus,.head_tools a.tool_item:hover,.head_tools a.tool_item:active,.head_tools a.tool_item:focus,.head_tools span.tool_item:hover,.head_tools span.tool_item:active,.head_tools span.tool_item:focus{color:#4e6375;background-color:#4e63751a}.head_tools a:hover .notif,.head_tools a:active .notif,.head_tools a:focus .notif,.head_tools .tool_item:hover .notif,.head_tools .tool_item:active .notif,.head_tools .tool_item:focus .notif,.head_tools a.tool_item:hover .notif,.head_tools a.tool_item:active .notif,.head_tools a.tool_item:focus .notif,.head_tools span.tool_item:hover .notif,.head_tools span.tool_item:active .notif,.head_tools span.tool_item:focus .notif{border:2px solid #ebedef}.head_tools a.toggle_trigger,.head_tools .tool_item.toggle_trigger,.head_tools a.tool_item.toggle_trigger,.head_tools span.tool_item.toggle_trigger{width:48px;overflow:hidden;opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.head_tools a.toggle_trigger.toggle,.head_tools .tool_item.toggle_trigger.toggle,.head_tools a.tool_item.toggle_trigger.toggle,.head_tools span.tool_item.toggle_trigger.toggle{width:0;opacity:0}.head_tools a.selected,.head_tools .tool_item.selected,.head_tools a.tool_item.selected,.head_tools span.tool_item.selected{color:#5b9602;background-color:#7fbd2233}.head_tools a.selected:hover,.head_tools a.selected:active,.head_tools a.selected:focus,.head_tools .tool_item.selected:hover,.head_tools .tool_item.selected:active,.head_tools .tool_item.selected:focus,.head_tools a.tool_item.selected:hover,.head_tools a.tool_item.selected:active,.head_tools a.tool_item.selected:focus,.head_tools span.tool_item.selected:hover,.head_tools span.tool_item.selected:active,.head_tools span.tool_item.selected:focus{color:#5b9602;background-color:#7fbd2280}.head_tools.no_border{border-left:none}.main_footer{position:relative;z-index:10;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:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;height:80px;background-color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.main_footer.content_left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.main_footer.content_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.main_footer.content_stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.main_footer.f_tiny{height:24px}.main_footer.f_small{height:48px}.main_footer.f_normal{height:80px}.main_footer.f_large{height:160px}.main_footer .table_sum{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;padding:0 0 0 65px}.main_footer .table_sum .sum_item{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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:auto;height:36px;padding:0 10px}.main_footer .table_sum .sum_item .sum_label,.main_footer .table_sum .sum_item .currency{width:100%;height:12px;font-size:10px;font-weight:400;text-transform:uppercase;color:#8da2b6}.main_footer .table_sum .sum_item .sum_content{width:100%;height:24px;font-size:14px;font-weight:700;text-transform:uppercase;color:#556373}.main_footer .table_sum .sum_item .currency{height:24px}.pagination_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto}.pagination_wrap .pag_item{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;width:32px;height:32px;border-radius:16px;font-size:11px;line-height:10px;font-weight:400;color:#8da2b6;background-color:#8da2b600;cursor:pointer}.pagination_wrap .pag_item i{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;font-size:16px;width:24px;height:24px}.pagination_wrap .pag_item.selected{font-weight:700;color:#556373;border:4px solid rgba(141,162,182,.2)}.pagination_wrap .pag_item:hover,.pagination_wrap .pag_item:focus,.pagination_wrap .pag_item:active{font-weight:700;color:#556373;background-color:#8da2b640}.pagination_wrap.left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.pagination_wrap.right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.bottom_fotter{position:absolute;bottom:0;left:0}.content_right{position:fixed;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:380px;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto;background-color:#bfcfdd1a;-webkit-box-shadow:inset 10px 0px 30px 0px rgba(0,0,0,.06);box-shadow:inset 10px 0 30px #0000000f}.content_right .scrollable{width:410px;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto}.tree_view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:25px}.tree_view *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.tree_view .text_red{color:#e35454}.tree_view .level_one_item,.tree_view .level_two_item,.tree_view .level_three_item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#73879c;font-size:13px;line-height:16px;cursor:pointer}.tree_view .level_one_item.no_line,.tree_view .level_two_item.no_line,.tree_view .level_three_item.no_line{padding:0}.tree_view .level_one_item .tree_item_cont,.tree_view .level_two_item .tree_item_cont,.tree_view .level_three_item .tree_item_cont{width:fit-content;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}.tree_view .level_one_item .tree_item_cont .tree_item_ico,.tree_view .level_two_item .tree_item_cont .tree_item_ico,.tree_view .level_three_item .tree_item_cont .tree_item_ico{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;min-width:32px;width:32px;height:32px;font-size:24px;line-height:24px;color:#73879c}.tree_view .level_one_item .tree_item_cont .tree_item_ico .mdi-chevron-right,.tree_view .level_one_item .tree_item_cont .tree_item_ico .mdi-circle-medium,.tree_view .level_two_item .tree_item_cont .tree_item_ico .mdi-chevron-right,.tree_view .level_two_item .tree_item_cont .tree_item_ico .mdi-circle-medium,.tree_view .level_three_item .tree_item_cont .tree_item_ico .mdi-chevron-right,.tree_view .level_three_item .tree_item_cont .tree_item_ico .mdi-circle-medium{color:#bfcfdd}.tree_view .level_one_item .tree_item_cont .tree_label,.tree_view .level_two_item .tree_item_cont .tree_label,.tree_view .level_three_item .tree_item_cont .tree_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;padding:0 5px 0 0;font-weight:400;cursor:pointer}.tree_view .level_one_item .tree_item_cont .tree_label .item_name_field,.tree_view .level_two_item .tree_item_cont .tree_label .item_name_field,.tree_view .level_three_item .tree_item_cont .tree_label .item_name_field{display:inline-block;margin:0 .5rem;overflow:hidden;text-overflow:ellipsis;width:6rem}.tree_view .level_one_item .tree_item_cont .events_no,.tree_view .level_two_item .tree_item_cont .events_no,.tree_view .level_three_item .tree_item_cont .events_no{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;min-width:70px;padding:0 10px 0 5px;font-weight:700}.tree_view .level_one_item .tree_item_cont:hover,.tree_view .level_one_item .tree_item_cont:focus,.tree_view .level_one_item .tree_item_cont:active,.tree_view .level_two_item .tree_item_cont:hover,.tree_view .level_two_item .tree_item_cont:focus,.tree_view .level_two_item .tree_item_cont:active,.tree_view .level_three_item .tree_item_cont:hover,.tree_view .level_three_item .tree_item_cont:focus,.tree_view .level_three_item .tree_item_cont:active{color:#19a6ea;background-color:#edf6ff}.tree_view .level_one_item .tree_item_cont:hover .tree_item_ico,.tree_view .level_one_item .tree_item_cont:focus .tree_item_ico,.tree_view .level_one_item .tree_item_cont:active .tree_item_ico,.tree_view .level_two_item .tree_item_cont:hover .tree_item_ico,.tree_view .level_two_item .tree_item_cont:focus .tree_item_ico,.tree_view .level_two_item .tree_item_cont:active .tree_item_ico,.tree_view .level_three_item .tree_item_cont:hover .tree_item_ico,.tree_view .level_three_item .tree_item_cont:focus .tree_item_ico,.tree_view .level_three_item .tree_item_cont:active .tree_item_ico{color:#19a6ea}.tree_view .level_one_item .tree_item_cont:hover .tree_item_ico .mdi-chevron-right,.tree_view .level_one_item .tree_item_cont:hover .tree_item_ico .mdi-circle-medium,.tree_view .level_one_item .tree_item_cont:focus .tree_item_ico .mdi-chevron-right,.tree_view .level_one_item .tree_item_cont:focus .tree_item_ico .mdi-circle-medium,.tree_view .level_one_item .tree_item_cont:active .tree_item_ico .mdi-chevron-right,.tree_view .level_one_item .tree_item_cont:active .tree_item_ico .mdi-circle-medium,.tree_view .level_two_item .tree_item_cont:hover .tree_item_ico .mdi-chevron-right,.tree_view .level_two_item .tree_item_cont:hover .tree_item_ico .mdi-circle-medium,.tree_view .level_two_item .tree_item_cont:focus .tree_item_ico .mdi-chevron-right,.tree_view .level_two_item .tree_item_cont:focus .tree_item_ico .mdi-circle-medium,.tree_view .level_two_item .tree_item_cont:active .tree_item_ico .mdi-chevron-right,.tree_view .level_two_item .tree_item_cont:active .tree_item_ico .mdi-circle-medium,.tree_view .level_three_item .tree_item_cont:hover .tree_item_ico .mdi-chevron-right,.tree_view .level_three_item .tree_item_cont:hover .tree_item_ico .mdi-circle-medium,.tree_view .level_three_item .tree_item_cont:focus .tree_item_ico .mdi-chevron-right,.tree_view .level_three_item .tree_item_cont:focus .tree_item_ico .mdi-circle-medium,.tree_view .level_three_item .tree_item_cont:active .tree_item_ico .mdi-chevron-right,.tree_view .level_three_item .tree_item_cont:active .tree_item_ico .mdi-circle-medium{color:#19a6ea}.tree_view .level_one_item .tree_item_cont.active .tree_label:not(.green_text),.tree_view .level_one_item .tree_item_cont.active .events_no,.tree_view .level_two_item .tree_item_cont.active .tree_label:not(.green_text),.tree_view .level_two_item .tree_item_cont.active .events_no,.tree_view .level_three_item .tree_item_cont.active .tree_label:not(.green_text),.tree_view .level_three_item .tree_item_cont.active .events_no{color:#19a6ea;font-weight:700}.tree_view .level_one_item .tree_item_cont.active .tree_item_ico,.tree_view .level_two_item .tree_item_cont.active .tree_item_ico,.tree_view .level_three_item .tree_item_cont.active .tree_item_ico,.tree_view .level_one_item .tree_item_cont.active .tree_item_ico .mdi-chevron-right,.tree_view .level_one_item .tree_item_cont.active .tree_item_ico .mdi-circle-medium,.tree_view .level_two_item .tree_item_cont.active .tree_item_ico .mdi-chevron-right,.tree_view .level_two_item .tree_item_cont.active .tree_item_ico .mdi-circle-medium,.tree_view .level_three_item .tree_item_cont.active .tree_item_ico .mdi-chevron-right,.tree_view .level_three_item .tree_item_cont.active .tree_item_ico .mdi-circle-medium{color:#19a6ea}.tree_view .level_one_item .tree_item_cont.no_icon .tree_item_ico,.tree_view .level_two_item .tree_item_cont.no_icon .tree_item_ico,.tree_view .level_three_item .tree_item_cont.no_icon .tree_item_ico{display:none}.tree_view .level_one_item .tree_item_cont.no_icon .tree_label,.tree_view .level_two_item .tree_item_cont.no_icon .tree_label,.tree_view .level_three_item .tree_item_cont.no_icon .tree_label{padding:0 0 0 10px}.tree_view .level_one_item .tree_item_cont.disabled,.tree_view .level_two_item .tree_item_cont.disabled,.tree_view .level_three_item .tree_item_cont.disabled,.tree_view .level_one_item .disabled,.tree_view .level_two_item .disabled,.tree_view .level_three_item .disabled{opacity:.6}.tree_view .level_one_item .tree_item_cont{border-radius:16px}.tree_view .level_one_item{width:100%}.tree_view .level_one_item .tree_item_cont.no_icon .tree_label{padding:0 10px}.tree_view .level_two_item,.tree_view .level_three_item{padding:0 0 0 26px}.tree_view .level_two_item:not(.no_line) .tree_item_cont,.tree_view .level_three_item:not(.no_line) .tree_item_cont{margin-left:10px}.tree_view .level_two_item:last-child:after,.tree_view .level_three_item:last-child:after{height:16px}.tree_view .level_two_item.dragging:before,.tree_view .level_two_item.dragging:after,.tree_view .level_three_item.dragging:before,.tree_view .level_three_item.dragging:after{display:none!important}.tree_view .level_two_item.dragging:last-child:after,.tree_view .level_three_item.dragging:last-child:after{display:none!important}.tree_view .level_two_item{padding:0}.tree_view .level_two_list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:0}.tree_view .level_two_list .level_two_item{height:0;opacity:0;overflow:visible}.tree_view .level_two_list.expanded{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.tree_view .level_two_list.expanded .level_two_item{max-width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1}.tree_view .level_two_list.expanded .level_two_item .level_three_list{max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:0}.tree_view .level_two_list.expanded .level_two_item .level_three_list .level_three_item{max-width:100%;height:0;opacity:0;overflow-y:visible}.tree_view .level_two_list.expanded .level_two_item .level_three_list.expanded{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.tree_view .level_two_list.expanded .level_two_item .level_three_list.expanded .level_three_item{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1}.tooltip_top{position:relative;font-style:normal;font-weight:400;cursor:pointer}.tooltip_top span.tooltip_content{white-space:nowrap;position:absolute;min-width:80px;color:#fff;font-size:10px;text-transform:uppercase;background-color:#4e6375;height:24px;line-height:24px;text-align:center;visibility:hidden;border-radius:4px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_top span.tooltip_content strong{display:inline;line-height:24px;font-size:10px}.tooltip_top span.tooltip_content:after{content:"";position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:0;height:0}.tooltip_top.warning span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;background-color:#e35454!important}*:hover.tooltip_top span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;bottom:30px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_bottom{position:relative;font-style:normal;font-weight:400;cursor:pointer}.tooltip_bottom span.tooltip_content{white-space:nowrap;position:absolute;min-width:80px;color:#fff;font-size:10px;text-transform:uppercase;background-color:#4e6375;height:24px;line-height:24px;text-align:center;visibility:hidden;border-radius:4px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_bottom span.tooltip_content:after{content:"";position:absolute;bottom:100%;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);width:0;height:0}.tooltip_bottom.warning span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;top:30px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;background-color:#e35454!important}*:hover.tooltip_bottom span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;top:30px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;height:auto;width:auto}.tooltip_left{position:relative;font-style:normal;font-weight:400;cursor:pointer}.tooltip_left span.tooltip_content{white-space:nowrap;position:absolute;min-width:80px;color:#fff;font-size:10px;text-transform:uppercase;background-color:#4e6375;height:24px;line-height:24px;text-align:center;visibility:hidden;border-radius:4px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_left span.tooltip_content:after{content:"";position:absolute;top:50%;left:100%;margin-top:-5px;width:0;height:0}.tooltip_left.warning span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;right:100%;top:50%;margin-top:-12px;margin-right:6px;z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;background-color:#e35454!important}*:hover.tooltip_left span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;right:100%;top:50%;margin-top:-12px;margin-right:6px;z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_right{position:relative;font-style:normal;font-weight:400;cursor:pointer}.tooltip_right span.tooltip_content{white-space:nowrap;position:absolute;min-width:80px;color:#fff;font-size:10px;text-transform:uppercase;background-color:#4e6375;height:24px;line-height:24px;text-align:center;visibility:hidden;border-radius:4px;padding:0 10px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.tooltip_right span.tooltip_content:after{content:"";position:absolute;top:50%;right:100%;margin-top:-5px;width:0;height:0}.tooltip_right.warning span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;left:100%;top:50%;margin-top:-12px;margin-left:6px;z-index:99999;background-color:#e35454!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}*:hover.tooltip_right span.tooltip_content{white-space:nowrap;visibility:visible;opacity:.95;left:100%;top:50%;margin-top:-12px;margin-left:6px;z-index:99999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.redish{background-color:#e35454!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.red{background-color:#c41821!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.green{background-color:#7fbd22!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.green_dark{background-color:#5b9602!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.blueish{background-color:#3fbee6!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.blue{background-color:#19a6ea!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}span.tooltip_content.orange{background-color:#fd9800!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}table{border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle;text-align:left;width:100%;color:#657688}table *{border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:middle}table i,table .svg_icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:24px;line-height:24px;width:24px;height:24px;fill:currentColor}table thead tr.green_row th,table thead tr.green_row td,table tbody tr.green_row th,table tbody tr.green_row td,table tfoot tr.green_row th,table tfoot tr.green_row td{color:#365a01;background-color:#7fbd224d;border-color:#7fbd2266}table thead tr.green_row:hover td,table thead tr.green_row:focus td,table thead tr.green_row:active td,table tbody tr.green_row:hover td,table tbody tr.green_row:focus td,table tbody tr.green_row:active td,table tfoot tr.green_row:hover td,table tfoot tr.green_row:focus td,table tfoot tr.green_row:active td{background-color:#7fbd2280}table thead tr.green_row .input_form_group,table tbody tr.green_row .input_form_group,table tfoot tr.green_row .input_form_group{color:#436e01}table thead tr.green_row .input_form_group.edit_result,table tbody tr.green_row .input_form_group.edit_result,table tfoot tr.green_row .input_form_group.edit_result{border:2px solid rgba(127,189,34,0)}table thead tr.green_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.green_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.green_row .input_form_group.edit_result .separator.vert_line .line{background-color:#7fbd2266}table thead tr.green_row .input_form_group.edit_result input[type=text],table thead tr.green_row .input_form_group.edit_result input[type=number],table tbody tr.green_row .input_form_group.edit_result input[type=text],table tbody tr.green_row .input_form_group.edit_result input[type=number],table tfoot tr.green_row .input_form_group.edit_result input[type=text],table tfoot tr.green_row .input_form_group.edit_result input[type=number]{color:#365a01}table thead tr.green_row .input_form_group:hover,table tbody tr.green_row .input_form_group:hover,table tfoot tr.green_row .input_form_group:hover{border:2px solid rgba(127,189,34,.5)}table thead tr.green_row .input_form_group:focus-within,table tbody tr.green_row .input_form_group:focus-within,table tfoot tr.green_row .input_form_group:focus-within{border:2px solid rgba(127,189,34,.8);-webkit-box-shadow:0 0 20px 2px rgba(127,189,34,.4);box-shadow:0 0 20px 2px #7fbd2266}table thead tr.orange_row th,table thead tr.orange_row td,table tbody tr.orange_row th,table tbody tr.orange_row td,table tfoot tr.orange_row th,table tfoot tr.orange_row td{color:#975b00;background-color:#fd98004d;border-color:#fd980066}table thead tr.orange_row:hover td,table thead tr.orange_row:focus td,table thead tr.orange_row:active td,table tbody tr.orange_row:hover td,table tbody tr.orange_row:focus td,table tbody tr.orange_row:active td,table tfoot tr.orange_row:hover td,table tfoot tr.orange_row:focus td,table tfoot tr.orange_row:active td{background-color:#fd980080}table thead tr.orange_row .input_form_group,table tbody tr.orange_row .input_form_group,table tfoot tr.orange_row .input_form_group{color:#975b00}table thead tr.orange_row .input_form_group.edit_result,table tbody tr.orange_row .input_form_group.edit_result,table tfoot tr.orange_row .input_form_group.edit_result{border:2px solid rgba(253,152,0,0)}table thead tr.orange_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.orange_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.orange_row .input_form_group.edit_result .separator.vert_line .line{background-color:#fd980066}table thead tr.orange_row .input_form_group.edit_result input[type=text],table thead tr.orange_row .input_form_group.edit_result input[type=number],table tbody tr.orange_row .input_form_group.edit_result input[type=text],table tbody tr.orange_row .input_form_group.edit_result input[type=number],table tfoot tr.orange_row .input_form_group.edit_result input[type=text],table tfoot tr.orange_row .input_form_group.edit_result input[type=number]{color:#975b00}table thead tr.orange_row .input_form_group:hover,table tbody tr.orange_row .input_form_group:hover,table tfoot tr.orange_row .input_form_group:hover{border:2px solid rgba(253,152,0,.4)}table thead tr.orange_row .input_form_group:focus-within,table tbody tr.orange_row .input_form_group:focus-within,table tfoot tr.orange_row .input_form_group:focus-within{border:2px solid rgba(253,152,0,.8);-webkit-box-shadow:0 0 20px 2px rgba(253,152,0,.4);box-shadow:0 0 20px 2px #fd980066}table thead tr.yellow_row th,table thead tr.yellow_row td,table tbody tr.yellow_row th,table tbody tr.yellow_row td,table tfoot tr.yellow_row th,table tfoot tr.yellow_row td{color:#846b00;background-color:#fecf0029;border-color:#feb20033}table thead tr.yellow_row:hover td,table thead tr.yellow_row:focus td,table thead tr.yellow_row:active td,table tbody tr.yellow_row:hover td,table tbody tr.yellow_row:focus td,table tbody tr.yellow_row:active td,table tfoot tr.yellow_row:hover td,table tfoot tr.yellow_row:focus td,table tfoot tr.yellow_row:active td{background-color:#fecf0066}table thead tr.yellow_row .input_form_group,table tbody tr.yellow_row .input_form_group,table tfoot tr.yellow_row .input_form_group{color:#8e7400}table thead tr.yellow_row .input_form_group.edit_result,table tbody tr.yellow_row .input_form_group.edit_result,table tfoot tr.yellow_row .input_form_group.edit_result{border:2px solid rgba(254,178,0,0)}table thead tr.yellow_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.yellow_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.yellow_row .input_form_group.edit_result .separator.vert_line .line{background-color:#feb20066}table thead tr.yellow_row .input_form_group.edit_result input[type=text],table thead tr.yellow_row .input_form_group.edit_result input[type=number],table tbody tr.yellow_row .input_form_group.edit_result input[type=text],table tbody tr.yellow_row .input_form_group.edit_result input[type=number],table tfoot tr.yellow_row .input_form_group.edit_result input[type=text],table tfoot tr.yellow_row .input_form_group.edit_result input[type=number]{color:#8e7400}table thead tr.yellow_row .input_form_group:hover,table tbody tr.yellow_row .input_form_group:hover,table tfoot tr.yellow_row .input_form_group:hover{border:2px solid rgba(254,178,0,.4)}table thead tr.yellow_row .input_form_group:focus-within,table tbody tr.yellow_row .input_form_group:focus-within,table tfoot tr.yellow_row .input_form_group:focus-within{border:2px solid rgba(254,178,0,.8);-webkit-box-shadow:0 0 20px 2px rgba(254,178,0,.4);box-shadow:0 0 20px 2px #feb20066}table thead tr.red_row th,table thead tr.red_row td,table tbody tr.red_row th,table tbody tr.red_row td,table tfoot tr.red_row th,table tfoot tr.red_row td{color:#d72323;background-color:#e354541f;border-color:#e354544d}table thead tr.red_row:hover td,table thead tr.red_row:focus td,table thead tr.red_row:active td,table tbody tr.red_row:hover td,table tbody tr.red_row:focus td,table tbody tr.red_row:active td,table tfoot tr.red_row:hover td,table tfoot tr.red_row:focus td,table tfoot tr.red_row:active td{background-color:#e3545442}table thead tr.red_row .input_form_group,table tbody tr.red_row .input_form_group,table tfoot tr.red_row .input_form_group{color:#d72323}table thead tr.red_row .input_form_group.edit_result,table tbody tr.red_row .input_form_group.edit_result,table tfoot tr.red_row .input_form_group.edit_result{border:2px solid rgba(227,84,84,0)}table thead tr.red_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.red_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.red_row .input_form_group.edit_result .separator.vert_line .line{background-color:#e3545466}table thead tr.red_row .input_form_group.edit_result input[type=text],table thead tr.red_row .input_form_group.edit_result input[type=number],table tbody tr.red_row .input_form_group.edit_result input[type=text],table tbody tr.red_row .input_form_group.edit_result input[type=number],table tfoot tr.red_row .input_form_group.edit_result input[type=text],table tfoot tr.red_row .input_form_group.edit_result input[type=number]{color:#d72323}table thead tr.red_row .input_form_group:hover,table tbody tr.red_row .input_form_group:hover,table tfoot tr.red_row .input_form_group:hover{border:2px solid rgba(227,84,84,.4)}table thead tr.red_row .input_form_group:focus-within,table tbody tr.red_row .input_form_group:focus-within,table tfoot tr.red_row .input_form_group:focus-within{border:2px solid rgba(227,84,84,.8);-webkit-box-shadow:0 0 20px 2px rgba(227,84,84,.4);box-shadow:0 0 20px 2px #e3545466}table thead tr.purple_row th,table thead tr.purple_row td,table tbody tr.purple_row th,table tbody tr.purple_row td,table tfoot tr.purple_row th,table tfoot tr.purple_row td{color:#b023d7;background-color:#e354d51f;border-color:#e354d54d}table thead tr.purple_row:hover td,table thead tr.purple_row:focus td,table thead tr.purple_row:active td,table tbody tr.purple_row:hover td,table tbody tr.purple_row:focus td,table tbody tr.purple_row:active td,table tfoot tr.purple_row:hover td,table tfoot tr.purple_row:focus td,table tfoot tr.purple_row:active td{background-color:#e354d542}table thead tr.purple_row .input_form_group,table tbody tr.purple_row .input_form_group,table tfoot tr.purple_row .input_form_group{color:#b023d7}table thead tr.purple_row .input_form_group.edit_result,table tbody tr.purple_row .input_form_group.edit_result,table tfoot tr.purple_row .input_form_group.edit_result{border:2px solid rgba(227,84,84,0)}table thead tr.purple_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.purple_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.purple_row .input_form_group.edit_result .separator.vert_line .line{background-color:#e354d566}table thead tr.purple_row .input_form_group.edit_result input[type=text],table thead tr.purple_row .input_form_group.edit_result input[type=number],table tbody tr.purple_row .input_form_group.edit_result input[type=text],table tbody tr.purple_row .input_form_group.edit_result input[type=number],table tfoot tr.purple_row .input_form_group.edit_result input[type=text],table tfoot tr.purple_row .input_form_group.edit_result input[type=number]{color:#b023d7}table thead tr.purple_row .input_form_group:hover,table tbody tr.purple_row .input_form_group:hover,table tfoot tr.purple_row .input_form_group:hover{border:2px solid rgba(227,84,213,.4)}table thead tr.purple_row .input_form_group:focus-within,table tbody tr.purple_row .input_form_group:focus-within,table tfoot tr.purple_row .input_form_group:focus-within{border:2px solid rgba(227,84,213,.8);-webkit-box-shadow:0 0 20px 2px rgba(227,84,213,.4);box-shadow:0 0 20px 2px #e354d566}table thead tr.blue_row th,table thead tr.blue_row td,table tbody tr.blue_row th,table tbody tr.blue_row td,table tfoot tr.blue_row th,table tfoot tr.blue_row td{color:#1180b5;background-color:#19a6ea1f;border-color:#19a6ea4d}table thead tr.blue_row:hover td,table thead tr.blue_row:focus td,table thead tr.blue_row:active td,table tbody tr.blue_row:hover td,table tbody tr.blue_row:focus td,table tbody tr.blue_row:active td,table tfoot tr.blue_row:hover td,table tfoot tr.blue_row:focus td,table tfoot tr.blue_row:active td{background-color:#19a6ea33}table thead tr.blue_row .input_form_group,table tbody tr.blue_row .input_form_group,table tfoot tr.blue_row .input_form_group{color:#1180b5}table thead tr.blue_row .input_form_group.edit_result,table tbody tr.blue_row .input_form_group.edit_result,table tfoot tr.blue_row .input_form_group.edit_result{border:2px solid rgba(25,166,234,0)}table thead tr.blue_row .input_form_group.edit_result .separator.vert_line .line,table tbody tr.blue_row .input_form_group.edit_result .separator.vert_line .line,table tfoot tr.blue_row .input_form_group.edit_result .separator.vert_line .line{background-color:#19a6ea66}table thead tr.blue_row .input_form_group.edit_result input[type=text],table thead tr.blue_row .input_form_group.edit_result input[type=number],table tbody tr.blue_row .input_form_group.edit_result input[type=text],table tbody tr.blue_row .input_form_group.edit_result input[type=number],table tfoot tr.blue_row .input_form_group.edit_result input[type=text],table tfoot tr.blue_row .input_form_group.edit_result input[type=number]{color:#1180b5}table thead tr.blue_row .input_form_group:hover,table tbody tr.blue_row .input_form_group:hover,table tfoot tr.blue_row .input_form_group:hover{border:2px solid rgba(25,166,234,.4)}table thead tr.blue_row .input_form_group:focus-within,table tbody tr.blue_row .input_form_group:focus-within,table tfoot tr.blue_row .input_form_group:focus-within{border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}table thead tr th,table thead tr td,table tbody tr th,table tbody tr td,table tfoot tr th,table tfoot tr td{padding:6px;border-bottom:1px solid #e2e8ed;vertical-align:middle;text-align:left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;-ms-text-size-adjust:100%;text-size-adjust:100%;line-height:14px;font-size:13px;font-weight:400}table thead tr th.actions_cell,table thead tr td.actions_cell,table tbody tr th.actions_cell,table tbody tr td.actions_cell,table tfoot tr th.actions_cell,table tfoot tr td.actions_cell{text-align:right;padding:0}table thead tr:hover td,table thead tr:focus td,table thead tr:active td,table tbody tr:hover td,table tbody tr:focus td,table tbody tr:active td,table tfoot tr:hover td,table tfoot tr:focus td,table tfoot tr:active td{background-color:#8da2b61a}table thead tr th{height:40px;font-size:13px;line-height:13px;font-weight:700;border-bottom-width:2px;border-color:#ebe2ed;background-color:#f8fafb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}table tfoot tr th{height:40px;font-size:13px;line-height:13px;font-weight:700;border-top-width:2px;border-color:#e2e8ed;background-color:#f8fafb;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}table.cell_nowrap{white-space:nowrap}table .ellipsis_wrapp{display:table;table-layout:fixed;width:100%}table .ellipsis_wrapp span{line-height:16px;display:table-cell;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}table .vs{width:24px;font-size:10px;text-transform:uppercase;color:#8da2b6cc}table.sticky_header thead tr td,table.sticky_header thead tr th,table.sticky_header tfoot tr td,table.sticky_header tfoot tr th,table.sticky_footer thead tr td,table.sticky_footer thead tr th,table.sticky_footer tfoot tr td,table.sticky_footer tfoot tr th{position:-webkit-sticky;position:sticky;z-index:2;border-width:0!important;background-color:#f8fafb}table.sticky_header thead tr.green_row th,table.sticky_header thead tr.green_row td,table.sticky_header tfoot tr.green_row th,table.sticky_header tfoot tr.green_row td,table.sticky_footer thead tr.green_row th,table.sticky_footer thead tr.green_row td,table.sticky_footer tfoot tr.green_row th,table.sticky_footer tfoot tr.green_row td{background-color:#eaf4db;-webkit-box-shadow:0px 1px 0px 0px #c9e3a3,0px -1px 0px 0px #c9e3a3;box-shadow:0 1px #c9e3a3,0 -1px #c9e3a3}table.sticky_header thead tr.orange_row th,table.sticky_header thead tr.orange_row td,table.sticky_header tfoot tr.orange_row th,table.sticky_header tfoot tr.orange_row td,table.sticky_footer thead tr.orange_row th,table.sticky_footer thead tr.orange_row td,table.sticky_footer tfoot tr.orange_row th,table.sticky_footer tfoot tr.orange_row td{background-color:#fee0b2;-webkit-box-shadow:0px 1px 0px 0px #fdc36b,0px -1px 0px 0px #fdc36b;box-shadow:0 1px #fdc36b,0 -1px #fdc36b}table.sticky_header thead tr.yellow_row th,table.sticky_header thead tr.yellow_row td,table.sticky_header tfoot tr.yellow_row th,table.sticky_header tfoot tr.yellow_row td,table.sticky_footer thead tr.yellow_row th,table.sticky_footer thead tr.yellow_row td,table.sticky_footer tfoot tr.yellow_row th,table.sticky_footer tfoot tr.yellow_row td{background-color:#fff1b2;-webkit-box-shadow:0px 1px 0px 0px #ffd86b,0px -1px 0px 0px #ffd86b;box-shadow:0 1px #ffd86b,0 -1px #ffd86b}table.sticky_header thead tr.red_row th,table.sticky_header thead tr.red_row td,table.sticky_header tfoot tr.red_row th,table.sticky_header tfoot tr.red_row td,table.sticky_footer thead tr.red_row th,table.sticky_footer thead tr.red_row td,table.sticky_footer tfoot tr.red_row th,table.sticky_footer tfoot tr.red_row td{background-color:#fceaea;-webkit-box-shadow:0px 1px 0px 0px #f5bcbc,0px -1px 0px 0px #f5bcbc;box-shadow:0 1px #f5bcbc,0 -1px #f5bcbc}table.sticky_header thead tr.purple_row th,table.sticky_header thead tr.purple_row td,table.sticky_header tfoot tr.purple_row th,table.sticky_header tfoot tr.purple_row td,table.sticky_footer thead tr.purple_row th,table.sticky_footer thead tr.purple_row td,table.sticky_footer tfoot tr.purple_row th,table.sticky_footer tfoot tr.purple_row td{background-color:#fceaea;-webkit-box-shadow:0px 1px 0px 0px #dabee0,0px -1px 0px 0px #dabee0;box-shadow:0 1px #dabee0,0 -1px #dabee0}table.sticky_header thead tr.blue_row th,table.sticky_header thead tr.blue_row td,table.sticky_header tfoot tr.blue_row th,table.sticky_header tfoot tr.blue_row td,table.sticky_footer thead tr.blue_row th,table.sticky_footer thead tr.blue_row td,table.sticky_footer tfoot tr.blue_row th,table.sticky_footer tfoot tr.blue_row td{background-color:#e3f4fc;-webkit-box-shadow:0px 1px 0px 0px #a6dcf7,0px -1px 0px 0px #a6dcf7;box-shadow:0 1px #a6dcf7,0 -1px #a6dcf7}table.sticky_header thead tr:last-child td,table.sticky_header thead tr:last-child th,table.sticky_header thead tr:only-child td,table.sticky_header thead tr:only-child th,table.sticky_header tfoot tr:last-child td,table.sticky_header tfoot tr:last-child th,table.sticky_header tfoot tr:only-child td,table.sticky_header tfoot tr:only-child th,table.sticky_footer thead tr:last-child td,table.sticky_footer thead tr:last-child th,table.sticky_footer thead tr:only-child td,table.sticky_footer thead tr:only-child th,table.sticky_footer tfoot tr:last-child td,table.sticky_footer tfoot tr:last-child th,table.sticky_footer tfoot tr:only-child td,table.sticky_footer tfoot tr:only-child th{-webkit-box-shadow:0px 1px 0px 0px #e2e8ed,0px 0px 0px 0px #e2e8ed;box-shadow:0 1px #e2e8ed,0 0 #e2e8ed}table.sticky_header thead tr:first-child td,table.sticky_header thead tr:first-child th,table.sticky_header tfoot tr:first-child td,table.sticky_header tfoot tr:first-child th,table.sticky_footer thead tr:first-child td,table.sticky_footer thead tr:first-child th,table.sticky_footer tfoot tr:first-child td,table.sticky_footer tfoot tr:first-child th{top:0}table.sticky_header thead tr:nth-child(2) td,table.sticky_header thead tr:nth-child(2) th,table.sticky_header tfoot tr:nth-child(2) td,table.sticky_header tfoot tr:nth-child(2) th,table.sticky_footer thead tr:nth-child(2) td,table.sticky_footer thead tr:nth-child(2) th,table.sticky_footer tfoot tr:nth-child(2) td,table.sticky_footer tfoot tr:nth-child(2) th{top:40px}table.sticky_header tfoot tr td,table.sticky_header tfoot tr th,table.sticky_footer tfoot tr td,table.sticky_footer tfoot tr th{bottom:0}table.small_row thead tr th,table.small_row tbody tr th,table.small_row tfoot tr th{padding:6px}.overflow_x_scroll{overflow-x:scroll}.table_placeholder{display:flex;align-items:center;justify-content:center}.admin_table{border-collapse:collapse;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid rgba(141,162,182,.2);border-bottom:0 solid transparent;background-color:transparent}.admin_table thead tr th,.admin_table thead tr td{font-size:11px;line-height:10px;text-transform:uppercase;border-bottom-width:2px;background-color:#f8fafb}.admin_table tfoot tr th,.admin_table tfoot tr td{font-size:11px;line-height:10px;text-transform:uppercase;border-top-width:2px;background-color:#f8fafb}.admin_table tbody tr th{font-weight:400}.admin_table tbody tr:hover td,.admin_table tbody tr:focus td,.admin_table tbody tr:active td{background-color:#8da2b61a}table.full_w{margin:0;border:0 solid transparent}table.full_w th,table.full_w td{padding:6px}table.full_w th:first-child,table.full_w td:first-child{padding-left:30px}table.full_w th:last-child,table.full_w td:last-child{padding-right:24px}table.full_w th.actions_cell,table.full_w td.actions_cell{text-align:right;padding:0}table.full_w th.actions_cell:last-child,table.full_w td.actions_cell:last-child{padding-right:50px}table.full_w th.td_input,table.full_w td.td_input{padding-top:0;padding-bottom:0}table.autorisation th,table.autorisation td{padding:2px 6px}table.autorisation th.entry_date_time,table.autorisation th.authorization_status,table.autorisation th.payment_status{width:auto}table.autorisation th.location_group{width:180px}table.autorisation th.location_terminal{width:220px}table.autorisation th.user_status{width:auto}table.autorisation th.online_user,table.autorisation th.comment{width:200px}table.autorisation th.payment_ccy,table.autorisation th.payment_approved,table.autorisation th.bookmaker,table.autorisation th.authorized_time{width:auto}table.autorisation td{height:32px}table.autorisation_prematch th,table.autorisation_live th{height:26px}table.autorisation_prematch th.sifra,table.autorisation_live th.sifra{width:50px}table.autorisation_prematch th.date_time,table.autorisation_live th.date_time,table.autorisation_prematch th.parametar,table.autorisation_live th.parametar,table.autorisation_prematch th.tip,table.autorisation_live th.tip{width:90px}table.autorisation_prematch th.opis_tipa,table.autorisation_live th.opis_tipa{width:140px}table.autorisation_prematch th.sivi_parametar,table.autorisation_live th.sivi_parametar{width:110px}table.autorisation_prematch th.kvota,table.autorisation_live th.kvota{width:70px;text-align:center}table.autorisation_prematch th.siva_kvota,table.autorisation_live th.siva_kvota{width:80px;text-align:center}table.autorisation_prematch th.prematch_kvota,table.autorisation_live th.prematch_kvota{width:140px;text-align:center}table.autorisation_prematch th.tenth,table.autorisation_live th.tenth{width:70px}table.autorisation_prematch th.ziva_uplata,table.autorisation_live th.ziva_uplata{width:90px}table.autorisation_prematch th.single,table.autorisation_live th.single{width:50px}table.autorisation_prematch th.isplata,table.autorisation_live th.isplata{width:120px}table.autorisation_prematch th.otkaci_par,table.autorisation_live th.otkaci_par{width:85px}table.autorisation_prematch th:first-child,table.autorisation_live th:first-child{padding-left:10px}table.autorisation_prematch th:last-child,table.autorisation_live th:last-child{padding-right:10px}table.autorisation_prematch td .competitors,table.autorisation_prematch td .period,table.autorisation_live td .competitors,table.autorisation_live td .period{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}table.autorisation_prematch td .competitors .home_team,table.autorisation_prematch td .competitors .away_team,table.autorisation_prematch td .period .home_team,table.autorisation_prematch td .period .away_team,table.autorisation_live td .competitors .home_team,table.autorisation_live td .competitors .away_team,table.autorisation_live td .period .home_team,table.autorisation_live td .period .away_team{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:16px}table.autorisation_prematch td .competitors .home_team .phase,table.autorisation_prematch td .competitors .away_team .phase,table.autorisation_prematch td .period .home_team .phase,table.autorisation_prematch td .period .away_team .phase,table.autorisation_live td .competitors .home_team .phase,table.autorisation_live td .competitors .away_team .phase,table.autorisation_live td .period .home_team .phase,table.autorisation_live td .period .away_team .phase{width:80px}table.autorisation_prematch td .competitors .home_team .fr,table.autorisation_prematch td .competitors .away_team .fr,table.autorisation_prematch td .period .home_team .fr,table.autorisation_prematch td .period .away_team .fr,table.autorisation_live td .competitors .home_team .fr,table.autorisation_live td .competitors .away_team .fr,table.autorisation_live td .period .home_team .fr,table.autorisation_live td .period .away_team .fr{width:40px}table.autorisation_prematch td.opis_tipa,table.autorisation_live td.opis_tipa{font-size:12px}table.autorisation_prematch td input.edit_field,table.autorisation_live td input.edit_field{width:50px;height:22px;padding:0 2px}table.autorisation_prematch td .warning input.edit_field,table.autorisation_live td .warning input.edit_field{color:#e35454;border:2px solid #e35454}table.autorisation_prematch td .warning ::-moz-selection,table.autorisation_prematch td .warning::-moz-selection,table.autorisation_live td .warning ::-moz-selection,table.autorisation_live td .warning::-moz-selection{background:#e35454;color:#fff;text-shadow:none}table.autorisation_prematch td .warning ::selection,table.autorisation_prematch td .warning::selection,table.autorisation_live td .warning ::selection,table.autorisation_live td .warning::selection{background:#e35454;color:#fff;text-shadow:none}table.autorisation_prematch td:first-child,table.autorisation_live td:first-child{padding-left:10px}table.autorisation_prematch td:last-child,table.autorisation_live td:last-child{padding-right:10px}table.sticky_header thead tr td,table.sticky_header thead tr th{position:-webkit-sticky;position:sticky;z-index:2;border-bottom-width:0!important;border-top-width:0!important;-webkit-box-shadow:0px 0px 0px 0px rgba(226,232,237,0),0px 0px 0px 0px rgba(226,232,237,0);box-shadow:0 0 #e2e8ed00,0 0 #e2e8ed00}table.sticky_header thead tr.green_row th,table.sticky_header thead tr.green_row td{background-color:#eaf4db;-webkit-box-shadow:0px 1px 0px 0px #c9e3a3,0px -1px 0px 0px #c9e3a3;box-shadow:0 1px #c9e3a3,0 -1px #c9e3a3}table.sticky_header thead tr.orange_row th,table.sticky_header thead tr.orange_row td{background-color:#fee0b2;-webkit-box-shadow:0px 1px 0px 0px #fdc36b,0px -1px 0px 0px #fdc36b;box-shadow:0 1px #fdc36b,0 -1px #fdc36b}table.sticky_header thead tr.yellow_row th,table.sticky_header thead tr.yellow_row td{background-color:#fff1b2;-webkit-box-shadow:0px 1px 0px 0px #ffd86b,0px -1px 0px 0px #ffd86b;box-shadow:0 1px #ffd86b,0 -1px #ffd86b}table.sticky_header thead tr.red_row th,table.sticky_header thead tr.red_row td{background-color:#fceaea;-webkit-box-shadow:0px 1px 0px 0px #f5bcbc,0px -1px 0px 0px #f5bcbc;box-shadow:0 1px #f5bcbc,0 -1px #f5bcbc}table.sticky_header thead tr.purple_row th,table.sticky_header thead tr.purple_row td{background-color:#fceaea;-webkit-box-shadow:0px 1px 0px 0px #dabee0,0px -1px 0px 0px #dabee0;box-shadow:0 1px #dabee0,0 -1px #dabee0}table.sticky_header thead tr.blue_row th,table.sticky_header thead tr.blue_row td{background-color:#e3f4fc;-webkit-box-shadow:0px 1px 0px 0px #a6dcf7,0px -1px 0px 0px #a6dcf7;box-shadow:0 1px #a6dcf7,0 -1px #a6dcf7}table.sticky_header thead tr th.green_cell,table.sticky_header thead tr td.green_cell{background-color:#eaf4db}table.sticky_header thead tr th.orange_cell,table.sticky_header thead tr td.orange_cell{background-color:#fee0b2}table.sticky_header thead tr th.yellow_cell,table.sticky_header thead tr td.yellow_cell{color:#705c00;background-color:#fff1b2}table.sticky_header thead tr th.red_cell,table.sticky_header thead tr td.red_cell{background-color:#fceaea}table.sticky_header thead tr th.blue_cell,table.sticky_header thead tr td.blue_cell{color:#063c55;background-color:#e3f4fc}table.sticky_header thead tr:last-child td,table.sticky_header thead tr:last-child th,table.sticky_header thead tr:only-child td,table.sticky_header thead tr:only-child th{border-top-width:0;-webkit-box-shadow:0px 1px 0px 0px #e2e8ed,0px 0px 0px 0px #e2e8ed;box-shadow:0 1px #e2e8ed,0 0 #e2e8ed}table.sticky_header thead tr.label_group_row td,table.sticky_header thead tr.label_group_row th{top:0;height:16px;padding-top:0;padding-bottom:0;font-weight:400;vertical-align:bottom}table.sticky_header thead tr.label_row td,table.sticky_header thead tr.label_row th{top:16px;height:18px;padding-top:0;padding-bottom:0;vertical-align:bottom}table.sticky_header thead tr.custom_actions_row td,table.sticky_header thead tr.custom_actions_row th{top:34px}table.sticky_header.top_42 thead tr td,table.sticky_header.top_42 thead tr th{position:-webkit-sticky;position:sticky;top:42px;z-index:8}table.sticky_header.top_60 thead tr td,table.sticky_header.top_60 thead tr th{position:-webkit-sticky;position:sticky;top:60px;z-index:8}table.sticky_footer tfoot.t_foot tr td,table.sticky_footer tfoot.t_foot tr th{position:-webkit-sticky;position:sticky;z-index:2;bottom:0;-webkit-box-shadow:0px -1px 0px 0px #e2e8ed;box-shadow:0 -1px #e2e8ed}table.sticky_footer tfoot.t_foot tr:hover td,table.sticky_footer tfoot.t_foot tr:hover th,table.sticky_footer tfoot.t_foot tr:focus td,table.sticky_footer tfoot.t_foot tr:focus th,table.sticky_footer tfoot.t_foot tr:active td,table.sticky_footer tfoot.t_foot tr:active th{background-color:#f8fafb}.divided_items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:24px}.divided_items .dv_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 8px;border-right:1px solid rgba(141,162,182,.4)}.divided_items .dv_item:last-child{border-right:0px solid rgba(141,162,182,0)}.ibet_users_table thead tr td:first-child,.ibet_users_table thead tr th:first-child{padding:0 4px 0 10px}.ibet_users_table thead tr td:last-child,.ibet_users_table thead tr th:last-child{padding:0 12px 0 4px}.ibet_users_table thead tr td._id,.ibet_users_table thead tr th._id{max-width:64px}.ibet_users_table thead tr td._140,.ibet_users_table thead tr th._140{width:140px}.ibet_users_table thead tr td._currency,.ibet_users_table thead tr th._currency{width:42px}.ibet_users_table tbody tr td:first-child{padding:0 4px 0 10px}.ibet_users_table tbody tr td:last-child{padding:0 12px 0 4px}.td_status.green{color:#365a01;background:-webkit-gradient(linear,left top,right top,from(rgba(127,189,34,.4)),to(rgba(127,189,34,0)));background:linear-gradient(90deg,#7fbd2266,#7fbd2200)}.td_status.orange{color:#975b00;background:-webkit-gradient(linear,left top,right top,from(rgba(253,152,0,.4)),to(rgba(253,152,0,0)));background:linear-gradient(90deg,#fd980066,#fd980000)}.td_status.yellow{color:#846b00;background:-webkit-gradient(linear,left top,right top,from(rgba(254,207,0,.4)),to(rgba(254,207,0,0)));background:linear-gradient(90deg,#fecf0066,#fecf0000)}.td_status.red{color:#d72323;background:-webkit-gradient(linear,left top,right top,from(rgba(227,84,84,.4)),to(rgba(227,84,84,0)));background:linear-gradient(90deg,#e3545466,#e3545400)}.td_status.blue{color:#1180b5;background:-webkit-gradient(linear,left top,right top,from(rgba(25,166,234,.4)),to(rgba(25,166,234,0)));background:linear-gradient(90deg,#19a6ea66,#19a6ea00)}.td_flag{width:auto;height:20px;margin-right:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.time_stamp .date,.time_stamp .time{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px}.time_stamp .date{padding:0 6px 0 0}.time_stamp .time{padding:0 0 0 6px}.td_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;position:relative;height:35px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.td_actions .tbl_btn{margin:0}.td_actions *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cell_short{position:relative;width:24px;height:24px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:700}.cell_short .tooltip_content{font-weight:400}.tbl_btn{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;width:35px;height:35px;margin:0 6px 0 0;border-radius:22px;background:transparent;cursor:pointer;color:#8da2b6}.tbl_btn i{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;font-size:24px;line-height:24px;width:24px;height:24px}.tbl_btn i.xxl{font-size:48px}.tbl_btn i.xl{font-size:42px}.tbl_btn i.lg{font-size:36px}.tbl_btn i.md{font-size:20px}.tbl_btn i.sm{font-size:18px}.tbl_btn.light{opacity:.6}.tbl_btn.red:hover,.tbl_btn.red:focus,.tbl_btn.red:active{opacity:1;color:#e35454}.tbl_btn.green:hover,.tbl_btn.green:focus,.tbl_btn.green:active{opacity:1;color:#7fbd22}.tbl_btn.orange:hover,.tbl_btn.orange:focus,.tbl_btn.orange:active{opacity:1;color:#f7a407}.tbl_btn:hover,.tbl_btn:focus,.tbl_btn:active{opacity:1;color:#19a6ea}.tbl_btn.desabled{pointer-events:none;color:#8da2b680}.tbl_btn.desabled:hover,.tbl_btn.desabled:focus,.tbl_btn.desabled:active{opacity:1;color:#8da2b680}.desabled{color:#8da2b680}.activated{color:#7fbd22}.td_filter{display:flex;margin-right:10px}.td_filter-id{font-weight:700;margin-left:5px}.resort_coulmn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:24px}.resort_coulmn .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;height:24px;padding-right:8px;font-size:11px;font-weight:700}.resort_coulmn .mdi-menu-up,.resort_coulmn .mdi-menu-down,.resort_coulmn .mdi-menu-swap{width:18px}.resort_coulmn i{cursor:pointer}.resort_coulmn i:hover,.resort_coulmn i:focus,.resort_coulmn i:active{color:#657688}i.small{font-size:18px!important}.content_editable{font-weight:600}.content_editable:hover,.content_editable:focus,.content_editable:active{color:#19a6ea}.url_pt{color:#657688;cursor:pointer}.url_pt:hover,.url_pt:focus,.url_pt:active{color:#19a6ea}.user_url{cursor:pointer}.user_url:hover,.user_url:focus,.user_url:active{color:#19a6ea}.stake_name{cursor:pointer}.stake_name_border{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:auto;height:16px;padding:0 8px;border-right:1px solid rgba(141,162,182,.5)}.stake_name_border:first-child{padding:0 8px 0 0}.stake_name_border:last-child{border-right:0px solid rgba(141,162,182,0)}.td_input{padding-left:0!important}.td_input input[type=text],.td_input input[type=number],.td_input input[type=email],.td_input input[type=password],.td_input input[type=search],.td_input input[type=tel],.td_input input[type=url],.td_input input[type=datetime],.td_input input[type=week],.td_input input[type=time],.td_input input[type=month],.td_input input[type=date]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:36px;padding-left:6px;color:#556373;cursor:pointer;pointer-events:all;border-radius:4px;border:2px solid transparent;background-color:transparent;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.td_input input[type=text]:hover,.td_input input[type=number]:hover,.td_input input[type=email]:hover,.td_input input[type=password]:hover,.td_input input[type=search]:hover,.td_input input[type=tel]:hover,.td_input input[type=url]:hover,.td_input input[type=datetime]:hover,.td_input input[type=week]:hover,.td_input input[type=time]:hover,.td_input input[type=month]:hover,.td_input input[type=date]:hover{background-color:#fff;border:2px solid rgba(141,162,182,.8)}.td_input input[type=text]:focus,.td_input input[type=text]:active,.td_input input[type=number]:focus,.td_input input[type=number]:active,.td_input input[type=email]:focus,.td_input input[type=email]:active,.td_input input[type=password]:focus,.td_input input[type=password]:active,.td_input input[type=search]:focus,.td_input input[type=search]:active,.td_input input[type=tel]:focus,.td_input input[type=tel]:active,.td_input input[type=url]:focus,.td_input input[type=url]:active,.td_input input[type=datetime]:focus,.td_input input[type=datetime]:active,.td_input input[type=week]:focus,.td_input input[type=week]:active,.td_input input[type=time]:focus,.td_input input[type=time]:active,.td_input input[type=month]:focus,.td_input input[type=month]:active,.td_input input[type=date]:focus,.td_input input[type=date]:active{background-color:#fff;border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}.td_input input[type=text]:disabled,.td_input input[type=number]:disabled,.td_input input[type=email]:disabled,.td_input input[type=password]:disabled,.td_input input[type=search]:disabled,.td_input input[type=tel]:disabled,.td_input input[type=url]:disabled,.td_input input[type=datetime]:disabled,.td_input input[type=week]:disabled,.td_input input[type=time]:disabled,.td_input input[type=month]:disabled,.td_input input[type=date]:disabled{border:2px solid transparent;background-color:transparent;cursor:not-allowed;-webkit-box-shadow:none;box-shadow:none}.status_symbol{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;width:20px;height:20px;margin:2px;border-radius:16px;font-size:11px;font-weight:700;text-transform:uppercase}.status_symbol i{width:24px;height:24px;font-size:24px;line-height:24px}.status_symbol.gray{color:#303944;border:1px solid rgba(141,162,182,.4);background-color:#8da2b633}.status_symbol.red{color:#fff;background-color:#e35454}.status_symbol.orange{color:#fff;background-color:#fd8000}.status_symbol.green{color:#fff;background-color:#7fbd22}.status_symbol.blue{color:#fff;background-color:#3fbee6}.status_symbol.red_ico{color:#e35454}.status_symbol.orange_ico{color:#fd8000}.status_symbol.green_ico{color:#7fbd22}.status_symbol.blue_ico{color:#19a6ea}.prepress_table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;color:#657688;font-size:13px}.prepress_table i{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;width:24px;height:24px;font-size:24px}.prepress_table i.size_20{font-size:20px}.prepress_table i.size_18{font-size:18px}.prepress_table i.size_16{font-size:16px}.prepress_table .mdi{cursor:pointer}.prepress_table .t_row{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;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.prepress_table .t_row .td{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:stretch;align-self:stretch;min-height:36px;margin:0;padding:6px;border-bottom:1px solid #e2e8ed}.prepress_table .t_head{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:10px;text-transform:uppercase;background-color:#fff}.prepress_table .t_body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.prepress_table .t_body .t_row:nth-child(2n){background-color:#fff}.prepress_table .t_body .t_row:nth-child(odd){background-color:#73879c12}.t_body_scrollable{display:block;overflow-y:auto;max-height:calc(100vh - 250px)}.t_body_scrollable tr td{background:none!important;border-bottom:none!important}.betmedia_modal .modal_body{height:calc(100vh - 180px);max-height:calc(100vh - 180px)}.betmedia_modal .t_head th{background:none}.prepress_table .t_foot{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.prepress_table .page_options{width:70px;padding-top:0!important;padding-bottom:0!important;padding-right:0!important}.prepress_table .tournament_list{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;border-bottom:0!important}.prepress_table .tournament_list .tournament_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0}.prepress_table .tournament_list .tournament_row .tournament_info_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.prepress_table .tournament_list .event_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:0;padding:0;opacity:0;overflow:hidden;border:0px solid #e2e8ed;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.prepress_table .tournament_list .event_list .single_event{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;width:100%;height:36px}.prepress_table .tournament_list .event_list .single_event.redish_text .unchecked,.prepress_table .tournament_list .event_list .single_event.redish_text .checked{color:#e35454}.prepress_table .tournament_list .event_list .single_event .td{border-bottom:0px solid #e2e8ed}.prepress_table .tournament_list .event_list .single_event .event_competetors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.prepress_table .tournament_list .event_list.expanded{opacity:1;overflow:visible;padding:10px 0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-bottom:1px solid #e2e8ed}.prepress_table .page_options_head{width:210px}.prepress_table .page_options_head .list_no{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;width:24px;font-size:13px}.prepress_table .tournament_options{width:164px}.prepress_table .sport_icon{width:64px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .competition_name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.prepress_table .event_no{width:50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .standings_id{width:150px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .standings_id input{width:75px;text-align:left;margin-right:20px}.prepress_table .template_choice{min-width:150px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .standings_table{width:160px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .standings_id,.prepress_table .standings_form{width:120px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.prepress_table .page_actions{width:80px}.prepress_table .list_option{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;width:64px;min-height:36px;height:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden}.prepress_table .list_option .list_no{position:absolute;z-index:2;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:36px;opacity:1}.prepress_table .list_option .drag_handle{position:absolute;z-index:3;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:36px;cursor:pointer;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;opacity:0}.prepress_table .list_option .shade_inner_right{position:absolute;z-index:1;right:-5px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;width:5px;height:100%;-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,.2);box-shadow:0 0 10px 2px #0003;background-color:#fff}.prepress_table .list_option .checkbox_custom,.prepress_table .list_option .radio_custom{height:36px}.prepress_table .list_option:hover .drag_handle,.prepress_table .list_option:focus .drag_handle,.prepress_table .list_option:active .drag_handle{opacity:1}.prepress_table .list_option:hover .list_no,.prepress_table .list_option:focus .list_no,.prepress_table .list_option:active .list_no{opacity:0}.prepress_table .del_tour{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:auto}.prepress_table .del_tour:hover,.prepress_table .del_tour:focus,.prepress_table .del_tour:active{color:#e35454}.loader{display:-webkit-box;display:-ms-flexbox;display:flex;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;overflow:hidden;position:absolute;z-index:-10;width:100%;height:100%;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#fff}.loader img.loader_img{-o-object-fit:contain;object-fit:contain}.loader.activate{position:absolute;z-index:100;opacity:.85}.loader.activate button{margin:.5rem 0}.priority,.events_no,.alphabetical,.inactive{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:25%;flex-basis:25%;padding:10px}.priority .dragable_table,.events_no .dragable_table,.alphabetical .dragable_table,.inactive .dragable_table{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:hidden;width:100%;border:1px solid rgba(141,162,182,.2);border-radius:4px;background-color:#fff}.priority .dragable_table.dragging,.events_no .dragable_table.dragging,.alphabetical .dragable_table.dragging,.inactive .dragable_table.dragging{position:relative;z-index:50;border:0 solid transparent;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,.1);box-shadow:0 0 20px #0000001a}.priority .tbl_btn,.priority .tbl_icon,.events_no .tbl_btn,.events_no .tbl_icon,.alphabetical .tbl_btn,.alphabetical .tbl_icon,.inactive .tbl_btn,.inactive .tbl_icon{margin:0 8px 0 0}.priority .tbl_btn:last-child,.priority .tbl_icon:last-child,.events_no .tbl_btn:last-child,.events_no .tbl_icon:last-child,.alphabetical .tbl_btn:last-child,.alphabetical .tbl_icon:last-child,.inactive .tbl_btn:last-child,.inactive .tbl_icon:last-child{margin:0 4px 0 0}.tbl_body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;border-radius:4px}.tbl_body .tbl_row:last-child{border-bottom:0px solid rgba(0,0,0,0)}.tbl_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:36px;font-size:13px;line-height:13px;border-bottom:1px solid rgba(141,162,182,.2);background-color:#fff}.tbl_row:hover{background-color:#8da2b61a}.tbl_row.tbl_head{font-weight:700;background-color:#8da2b60f}.tbl_row.tbl_head .tbl_label{text-transform:uppercase}.tbl_row.dragging{border:0 solid transparent;-webkit-box-shadow:0px 0px 20px 0px rgba(0,0,0,.1);box-shadow:0 0 20px #0000001a}.tbl_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:36px}.tbl_btn,.tbl_icon{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;width:36px;height:36px;cursor:pointer}.tbl_btn i,.tbl_icon i{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;font-size:24px;line-height:24px;width:24px;height:24px}.sortable,.not_sortable{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.sortable{width:75%;padding:10px 0 10px 10px}.not_sortable{width:25%;padding:10px 10px 10px 0}.drop_tbl_body{background-color:#3fbee633}.market_sorting_tbl{border-top:1px solid rgba(141,162,182,.2);border-bottom:1px solid rgba(141,162,182,.2)}.market_sorting_tbl .tbl_row.tbl_head{font-size:11px;font-weight:700;color:#73879c;background-color:#8da2b60f}.market_sorting_tbl .col_1{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:120px;padding:0 0 0 30px}.market_sorting_tbl .tbl_action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:78px;padding:0 20px 0 0}.market_sorting_tbl .tbl_action i{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;width:24px;height:24px;font-size:24px}.current_plan,.previous_plan_list,.future_plan{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.current_plan{padding:16px 0 0}.future_plan{padding:16px 0;border-bottom:1px solid rgba(141,162,182,.2)}.plan_list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:flex-end;-ms-flex-align:flex-end;align-items:flex-end;width:100%;padding:0 24px 0 0}.plan_list_item .plan_name,.plan_list_item .plan_date,.plan_list_item .extension_label,.plan_list_item .extension_date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;text-transform:uppercase;cursor:pointer}.list_item_info{display:flex;flex-direction:column}.list_item_name{font-size:14px;text-transform:uppercase;margin-bottom:2px}.list_item_name .mdi{padding-right:4px}.offer_name{font-weight:600;background-color:#0000000d;border-radius:4px;padding:3px 6px}.one_line_form.edit_list_wrapper{display:flex;flex-direction:column;height:auto;border:none;width:100%}.plan_list_item .plan_name strong,.plan_list_item .plan_date strong,.plan_list_item .extension_label strong,.plan_list_item .extension_date strong{padding:0 6px;font-weight:700}.plan_list_item .plan_name{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 6px 0 0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.plan_list_item .plan_date{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100px;font-weight:700;padding:0 12px 0 0}.plan_list_item .extension_label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.plan_list_item .extension_date{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:50px;padding:0 12px 0 0}.plan_list_item .plan_ico,.plan_list_item .plan_new{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;width:32px;height:32px}.plan_list_item .plan_ico i,.plan_list_item .plan_new i{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;width:24px;height:24px;font-size:20px}.plan_list_item .plan_ico.info,.plan_list_item .plan_new.info{color:#8da2b699}.plan_list_item .plan_ico:hover,.plan_list_item .plan_ico:focus,.plan_list_item .plan_ico:active,.plan_list_item .plan_new:hover,.plan_list_item .plan_new:focus,.plan_list_item .plan_new:active{color:#19a6ea}.plan_list_item.active_item .active_icon{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;color:#fd9800}.plan_list_item.active_item .active_icon .tooltip_content{margin-left:0}.plan_list_item.selected_item{color:#19a6ea;font-weight:700}.plan_list_item.selected_item .plan_ico,.plan_list_item.selected_item .plan_new,.plan_list_item.selected_item .info{color:#19a6ea}.plan_list_item.selected_item:hover .plan_ico,.plan_list_item.selected_item:hover .plan_new,.plan_list_item.selected_item:hover .info,.plan_list_item.selected_item:focus .plan_ico,.plan_list_item.selected_item:focus .plan_new,.plan_list_item.selected_item:focus .info,.plan_list_item.selected_item:active .plan_ico,.plan_list_item.selected_item:active .plan_new,.plan_list_item.selected_item:active .info{color:#0886c2}.plan_list_item:hover,.plan_list_item:active,.plan_list_item:focus{color:#0886c2;background-color:#19a6ea1f}.plan_list_item:hover .info,.plan_list_item:active .info,.plan_list_item:focus .info{color:#0886c2}.new_extension{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;width:290px;height:32px;padding:0 64px 0 30px}.new_plan_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 30px 30px;margin:16px 0 0;border-bottom:1px solid #efefef}.previous_plan_list{height:0;width:100%;padding:0;overflow:hidden;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.previous_plan_list.toggle{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:15px 0;overflow:visible;opacity:1}.previous_plan_list .plan_list_item{padding:0 24px 0 0}.previous_plan_list .plan_list_item .toggle_ico{opacity:0;width:0;height:0;font-size:24px;-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.previous_plan_list .plan_list_item .status_ico{opacity:1;width:24px;height:24px}.previous_plan_list .plan_list_item:hover .toggle_ico,.previous_plan_list .plan_list_item:active .toggle_ico,.previous_plan_list .plan_list_item:focus .toggle_ico,.previous_plan_list .plan_list_item.toggle .toggle_ico{opacity:1;width:32px;height:32px}.previous_plan_list .plan_list_item:hover .status_ico,.previous_plan_list .plan_list_item:active .status_ico,.previous_plan_list .plan_list_item:focus .status_ico,.previous_plan_list .plan_list_item.toggle .status_ico{opacity:0;width:0;height:0}.previous_plan_list .plan_list_item.toggle .toggle_ico{opacity:1;width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.previous_plan_list .extension_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0;margin:0;border-bottom:0px solid rgba(141,162,182,0)}.previous_plan_list .extension_wrapper .plan_list_item{height:0;opacity:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.previous_plan_list .extension_wrapper.toggle{padding:0 0 16px;margin:0 0 16px;border-bottom:1px solid rgba(141,162,182,.2)}.previous_plan_list .extension_wrapper.toggle .plan_list_item{height:32px;opacity:1;overflow:hidden}.previous_plan_list .extension_wrapper.toggle:last-child{padding:0;margin:0;border-bottom:0px solid rgba(141,162,182,0)}.accordion_section{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;height:60px;width:100%}.accordion_section .accordion_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;width:42px;height:42px;font-size:24px;line-height:24px;border-radius:24px;background-color:#fff;-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,.2);box-shadow:0 2px 10px #0003;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;cursor:pointer}.accordion_section .accordion_button .mdi-chevron-up{position:absolute;z-index:10;opacity:1}.accordion_section .accordion_button .mdi-chevron-down{position:absolute;z-index:11;opacity:0}.accordion_section .accordion_button:hover,.accordion_section .accordion_button:focus,.accordion_section .accordion_button:active{background-color:#19a6ea;color:#fff}.accordion_section .accordion_button.toggle .mdi-chevron-up{opacity:0}.accordion_section .accordion_button.toggle .mdi-chevron-down{opacity:1}.accordion_section .accordion_section_label{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;height:16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 6px;margin:8px 12px 8px 28px;font-size:10px;font-weight:700;text-transform:uppercase;border-radius:12px;background-color:#fff;cursor:pointer}.accordion_section .accordion_section_label:hover,.accordion_section .accordion_section_label:focus,.accordion_section .accordion_section_label:active{background-color:#19a6ea;color:#fff}.accordion_section .line{position:absolute;z-index:-1;height:1px;width:100%;background-color:#8da2b633}.accordion_section.small{height:32px}.accordion_section.label_left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.accordion_section.label_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.modal_cover{position:fixed;z-index:40;left:0;top:0;width:100vw;height:100vh;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:13px;line-height:14px;color:#8795a3;background:#ffffffe6}.modal_cover.over_1{z-index:41}.modal_cover.over_2{z-index:42}.modal_cover.over_3{z-index:43}.modal_cover.over_4{z-index:44}.modal_cover.over_5{z-index:45}.modal_cover .modal_content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:280px;min-height:420px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;overflow-x:hidden;border-radius:6px;background:#fff;-webkit-box-shadow:0px 15px 80px 10px rgba(27,44,66,.25);box-shadow:0 15px 80px 10px #1b2c4240}.modal_cover .modal_content button.close{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:48px;height:48px;padding:0;margin:0;position:absolute;z-index:30;right:10px;top:10px;border-radius:50%}.modal_cover .modal_content button.close i{font-size:24px}.modal_cover .modal_content button.close:hover,.modal_cover .modal_content button.close:focus,.modal_cover .modal_content button.close:active{color:#73879c;background-color:#8fa4b826}.modal_cover .modal_content .modal_head{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;-ms-flex-item-align:start;align-self:flex-start;width:100%;height:68px;padding:0}.modal_cover .modal_content .modal_head .modal_title,.additionals_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-family:Exo,sans-serif;font-size:18px;font-weight:300;color:#4e6375;padding:0 60px 0 15px;margin:0}.modal_cover .modal_content .modal_body{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:stretch;align-self:stretch;width:100%;max-height:calc(100vh - 180px);overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.modal_cover .modal_content .modal_body::-webkit-scrollbar{width:0px}.modal_cover .modal_content .modal_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:flex-end;width:100%;height:68px;padding:14px}.modal_cover .modal_content .modal_footer.small{height:48px;padding:6px}.modal_cover .modal_message_title{width:100%;height:32px;margin:0 0 10px;padding:0 10px;font-size:21px;font-family:Exo,sans-serif;line-height:32px;letter-spacing:-.5px;text-transform:uppercase;text-align:center;color:#657688}.modal_cover p{width:100%;margin:0 0 8px;padding:0 16px;font-size:14px;line-height:21px;letter-spacing:0px;color:#8da2b6}.modal_cover p small{font-size:10px;text-transform:uppercase;font-weight:400}.modal_cover .context_icon{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;width:100%;height:200px;padding:20px 0 0}.modal_cover .context_icon .modal_icon_64{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;width:128px;height:128px;font-size:64px}.modal_cover .context_icon .modal_icon_128{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;width:128px;height:128px;font-size:128px}.modal_cover .context_icon svg.svg_graphic{width:120px;height:120px}.modal_cover .subtitle_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;width:100%}.modal_cover .subtitle_wrapper .subtitle{font-size:14px;line-height:18px;padding:0 8px}.modal_cover .option_list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:46px;width:100%;padding:0 20px}.modal_cover .event_info{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:10px 20px 0}.modal_cover .col_border_right{border-right-width:1px;border-right-style:solid;border-right-color:#8da2b64d}.modal_cover .col_border_left{border-left-width:1px;border-left-style:solid;border-left-color:#8da2b64d}.modal_cover .col_border_top{border-top-width:1px;border-top-style:solid;border-top-color:#8da2b64d}.modal_cover .col_border_bottom{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#8da2b64d}.modal_cover .col_border_bottom{border-bottom-color:#8da2b633}.modal_cover .content_start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.modal_cover .content_end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.modal_cover .content_center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.modal_cover .content_separate{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.modal_cover .direction_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.modal_cover .direction_column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.modal_cover.toggle{display:-webkit-box;display:-ms-flexbox;display:flex}.modal_cover.sm .modal_content{width:280px;max-height:96vh}.modal_cover.sm .modal_content .modal_body input.normal,.modal_cover.sm .modal_content .modal_body input.large{width:100%}.modal_cover.sm.mh_540 .modal_content{min-height:540px}.modal_cover.sm_360 .modal_content{width:360px;max-height:96vh}.modal_cover.sm_320 .modal_content{width:320px;max-height:96vh}.modal_cover.md .modal_content{width:420px;max-height:96vh}.modal_cover.lg .modal_content{width:680px;max-height:96vh}.modal_cover.xl .modal_content{width:920px;max-height:96vh}.modal_cover.xxl .modal_content{width:1140px;max-height:96vh}@media only screen and (max-width: 1140px){.modal_cover.xxl .modal_content{width:96%}}.modal_cover.xxxl .modal_content{width:1540px;max-height:96vh}@media only screen and (max-width: 1540px){.modal_cover.xxxl .modal_content{width:96%}}.modal_cover.notification .modal_content{width:400px;max-height:250px;min-height:200px}.modal_cover.autorisation .modal_content .modal_head{display:none}.modal_cover.autorisation .modal_content .modal_body{max-height:calc(100vh - 260px)}.modal_cover.autorisation .modal_content .modal_footer{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal_cover.short .modal_content{min-height:220px}.modal_cover.odd_controler .modal_content{height:96vh;max-height:100vh;border-radius:0}.modal_cover.odd_controler .modal_content .content_container{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;height:calc(98vh - 68px);width:100%}.modal_cover.odd_controler .modal_content .content_container .modal_body{max-height:calc(98vh - 80px)}@media only screen and (max-width: 1540px){.modal_cover.odd_controler .modal_content{width:98%}}.modal_cover.odd_controler .modal_content.no_footer .content_container{height:100%}.modal_cover.odd_controler .modal_content.no_footer .modal_footer{display:none}.modal_cover.odd_controler .modal_content.no_footer .modal_body{max-height:100%}.modal_cover.no_footer .content_container{height:100%}.modal_cover.no_footer .modal_footer{display:none}.modal_cover.no_footer .modal_body{max-height:100%}.modal_cover.full_w .modal_content{width:96%;max-height:96vh}.modal_cover.max_96 .modal_content,.modal_cover.max_96 .modal_content .modal_body.user_ticket{max-height:96vh!important}.custom_row{position:relative;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:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 25px;margin:20px 0}.custom_row .drop_menu{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.custom_row .drop_label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%!important}.custom_row .drop_icon{position:absolute;z-index:3;bottom:0;right:20px}.custom_row .market_search{width:calc(100% - 15px)}.autorisation .modal_content .modal_head{display:none}.autorisation .modal_content .modal_footer{height:260px;padding:0}.autorisation .modal_content .modal_footer .ticket_authorize{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;width:100%;height:160px;padding:24px;background-color:#d4dee480;border-top:1px solid rgba(101,118,136,.2);border-bottom:1px solid rgba(101,118,136,.2)}.autorisation .modal_content .modal_footer .ticket_authorize .info_block{position:relative;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:center;-ms-flex-pack:center;justify-content:center;height:110px;margin:0 20px 0 0;border-radius:6px;background-color:#fff;-webkit-box-shadow:0px 2px 8px 1px rgba(85,99,115,.16);box-shadow:0 2px 8px 1px #55637329}.autorisation .modal_content .modal_footer .ticket_authorize .info_block .freebet_icon{position:absolute;z-index:1;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;top:10px;right:10px;width:28px;height:28px;border-radius:20px;font-size:22px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block .box_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:40px;padding:0 15px 5px;font-size:13px;line-height:14px;color:#8da2b6}.autorisation .modal_content .modal_footer .ticket_authorize .info_block .box_amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%;height:40px;padding:0 15px 0 0;font-size:36px;line-height:40px;font-weight:700;letter-spacing:-1px;color:#3a4551}.autorisation .modal_content .modal_footer .ticket_authorize .info_block .box_currency{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:42px;height:40px;font-size:21px;line-height:40px;font-weight:100;letter-spacing:-1px;color:#8da2b6}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input{font-size:36px;line-height:40px;font-weight:700;letter-spacing:-1px;text-align:right;color:#3a4551;width:100%;margin:0;padding:0 5px 0 0;border-radius:3px;border:0px solid rgba(0,0,0,0);background-color:transparent}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input::-webkit-inner-spin-button,.autorisation .modal_content .modal_footer .ticket_authorize .info_block input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input::-webkit-input-placeholder{color:#8da2b6;font-size:12px;letter-spacing:0;height:40px;line-height:24px;font-weight:300;text-transform:uppercase;vertical-align:middle}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input::-moz-placeholder{color:#8da2b6;font-size:12px;letter-spacing:0;height:40px;line-height:24px;font-weight:300;text-transform:uppercase;vertical-align:middle}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input:-ms-input-placeholder{color:#8da2b6;font-size:12px;letter-spacing:0;height:40px;line-height:24px;font-weight:300;text-transform:uppercase;vertical-align:middle}.autorisation .modal_content .modal_footer .ticket_authorize .info_block input:-moz-placeholder{color:#8da2b6;font-size:12px;letter-spacing:0;height:40px;line-height:24px;font-weight:300;text-transform:uppercase;vertical-align:middle}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.ccy,.autorisation .modal_content .modal_footer .ticket_authorize .info_block.payment{width:240px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.payment .box_label{padding:0 56px 5px 20px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.new_amount{width:260px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.new_amount .box_label{padding:0 56px 5px 20px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.new_amount .box_amount{background-color:#8da2b633}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.new_amount .box_currency{color:#657688}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.agent{width:120px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-right:0}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .payment_place_message,.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .system_message,.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .bookmaker_message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 20px;width:100%;height:20px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .bookmaker_message{height:40px;padding:0 0 0 20px;background-color:#8da2b633}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_label,.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_label input,.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_content input{height:40px;max-width:100%;font-size:13px;font-weight:400;text-align:left;letter-spacing:0}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_label{width:110px}.autorisation .modal_content .modal_footer .ticket_authorize .info_block.messages .message_content{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.autorisation .modal_content .modal_footer .ticket_actions{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;width:100%;height:100px;padding:24px;background-color:#fff}.autorisation .modal_content .modal_footer .ticket_actions .reject_ticket,.autorisation .modal_content .modal_footer .ticket_actions .authorize_ticket,.autorisation .modal_content .modal_footer .ticket_actions .close_ticket{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;height:52px;border-radius:26px;font-size:21px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:#fff}.autorisation .modal_content .modal_footer .ticket_actions .reject_ticket,.autorisation .modal_content .modal_footer .ticket_actions .authorize_ticket{width:360px;margin-right:25px}.autorisation .modal_content .modal_footer .ticket_actions .close_ticket{width:250px;margin-left:auto}.autorisation .modal_content .top_section{position:-webkit-sticky;position:sticky;z-index:3;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;background-color:#fff}.autorisation .modal_content .top_section .user_info_tbl,.autorisation .modal_content .top_section .ticket_info_tbl{padding:20px 0}.autorisation .modal_content .top_section .user_info_tbl table,.autorisation .modal_content .top_section .ticket_info_tbl table{border-color:#eef1f4}.autorisation .modal_content .top_section .user_info_tbl table td,.autorisation .modal_content .top_section .ticket_info_tbl table td{padding-top:0;padding-bottom:0;height:26px;color:#8da2b6;border-color:#eef1f4}.autorisation .modal_content .top_section .user_info_tbl table td .font_700,.autorisation .modal_content .top_section .user_info_tbl table td.font_700,.autorisation .modal_content .top_section .ticket_info_tbl table td .font_700,.autorisation .modal_content .top_section .ticket_info_tbl table td.font_700{color:#657688}.autorisation .modal_content .top_section .user_info_tbl table td .user_payment,.autorisation .modal_content .top_section .ticket_info_tbl table td .user_payment{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.autorisation .modal_content .top_section .user_info_tbl{width:600px}.autorisation .modal_content .top_section .ticket_info_tbl{width:800px;margin-left:auto}.autorisation.red .modal_footer .ticket_authorize{background-color:#ff34204d;border-top:1px solid rgba(196,24,33,.2);border-bottom:1px solid rgba(196,24,33,.2)}.autorisation.red .user_info_tbl .cell_color,.autorisation.red .ticket_info_tbl .cell_color{color:#e35454!important;border-color:#e3545433!important;background-color:#e3545433}.autorisation.yellow .modal_footer .ticket_authorize{background-color:#f1c40f66;border-top:1px solid rgba(253,152,0,.4);border-bottom:1px solid rgba(253,152,0,.4)}.autorisation.yellow .user_info_tbl .cell_color,.autorisation.yellow .ticket_info_tbl .cell_color{color:#fd9800!important;border-color:#feb20033!important;background-color:#feb20033!important}.autorisation.orange .modal_footer .ticket_authorize{background-color:#fc950199;border-top:1px solid #fd9800;border-bottom:1px solid #fd9800}.autorisation.orange .user_info_tbl .cell_color,.autorisation.orange .ticket_info_tbl .cell_color{color:#b17300!important;border-color:#fd980033!important;background-color:#fd980033!important}.autorisation.green .modal_footer .ticket_authorize{background-color:#89b30066;border-top:1px solid rgba(91,150,2,.4);border-bottom:1px solid rgba(91,150,2,.4)}.autorisation.green .user_info_tbl .cell_color,.autorisation.green .ticket_info_tbl .cell_color{color:#5b9602!important;border-color:#89b30033!important;background-color:#89b30033!important}.autorisation.blue .modal_footer .ticket_authorize{background-color:#3498db33;border-top:1px solid rgba(25,166,234,.2);border-bottom:1px solid rgba(25,166,234,.2)}.autorisation.blue .user_info_tbl .cell_color,.autorisation.blue .ticket_info_tbl .cell_color{color:#3498db!important;border-color:#3498db33!important;background-color:#3498db33!important}.admin_sport .modal_content,.admin_cat .modal_content,.admin_comp .modal_content{min-height:300px}.admin_sport .row,.admin_cat .row,.admin_comp .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.admin_sport .label,.admin_cat .label,.admin_comp .label{width:80px;line-height:32px}.admin_sport .label small,.admin_cat .label small,.admin_comp .label small{line-height:32px}.admin_sport input,.admin_cat input,.admin_comp input{width:60%}.admin_sport .col-8,.admin_cat .col-8,.admin_comp .col-8{overflow:hidden}.admin_sport .col-4 .row,.admin_cat .col-4 .row,.admin_comp .col-4 .row{height:33px;margin-bottom:20px;-ms-flex-pack:distribute;justify-content:space-around}.admin_sport .selectbox_dropdown,.admin_cat .selectbox_dropdown,.admin_comp .selectbox_dropdown{width:200px;max-width:200px}.admin_sport .selectbox_dropdown.expanded .selectbox_list,.admin_cat .selectbox_dropdown.expanded .selectbox_list,.admin_comp .selectbox_dropdown.expanded .selectbox_list{max-height:156px}.admin_sport .upload_field,.admin_cat .upload_field,.admin_comp .upload_field{height:35px;width:35px;position:relative;overflow:hidden;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}.admin_sport .upload_field input,.admin_cat .upload_field input,.admin_comp .upload_field input{position:absolute;top:0;left:0;right:0;bottom:0;padding:0;height:100%;width:100%;border:none;color:transparent}.admin_sport .upload_field input::-webkit-file-upload-button,.admin_cat .upload_field input::-webkit-file-upload-button,.admin_comp .upload_field input::-webkit-file-upload-button{visibility:hidden}.admin_sport .upload_field input:before,.admin_cat .upload_field input:before,.admin_comp .upload_field input:before{content:"";display:block;height:100%;width:100%;cursor:pointer}.admin_tour .row,.admin_comp .row{display:-webkit-box;display:-ms-flexbox;display:flex}.admin_tour .double_row span,.admin_comp .double_row span{line-height:18px}.admin_tour .column,.admin_comp .column{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:0 10px;line-height:34px}.admin_tour .column:not(.text-right),.admin_comp .column:not(.text-right){-webkit-box-flex:1.5;-ms-flex:1.5;flex:1.5}.admin_tour .column span,.admin_comp .column span{width:100%}.admin_tour .label,.admin_comp .label{display:inline-block;width:100%;line-height:32px;color:#657688;font-weight:700}.admin_tour .selectbox_dropdown,.admin_tour .right_input,.admin_comp .selectbox_dropdown,.admin_comp .right_input{width:200px}.admin_tour .checkbox_custom,.admin_tour .radio_custom,.admin_comp .checkbox_custom,.admin_comp .radio_custom{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}.admin_tour .upload_field,.admin_comp .upload_field{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;position:relative;height:35px;width:35px;overflow:hidden}.admin_tour .upload_field input,.admin_comp .upload_field input{position:absolute;top:0;left:0;right:0;bottom:0;height:100%;width:100%;padding:0;border:none;color:transparent}.admin_tour .upload_field input::-webkit-file-upload-button,.admin_comp .upload_field input::-webkit-file-upload-button{visibility:hidden}.admin_tour .upload_field input:before,.admin_comp .upload_field input:before{content:"";display:block;height:100%;width:100%;cursor:pointer}.admin_tour .left_col .label,.admin_comp .left_col .label{width:80px;line-height:32px}.admin_tour .left_col .label small,.admin_comp .left_col .label small{line-height:32px}.admin_tour .left_col .short,.admin_comp .left_col .short{margin-left:20px}.admin_tour .expanded,.admin_comp .expanded{z-index:4}.admin_tour .countries.expanded .selectbox_list,.admin_comp .countries.expanded .selectbox_list{max-height:215px}.admin_tour .right_col .row,.admin_comp .right_col .row{width:65%;height:33px;-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center;margin-bottom:20px}.admin_tour .right_col .label,.admin_comp .right_col .label{font-weight:400}.admin_comp .right_col .row{width:100%;height:33px;margin-bottom:20px}.admin_comp .list ul{list-style-type:none}.admin_comp .list li{height:34px;margin-bottom:20px;line-height:1.5}.text-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.text-center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:center}.selectbox_list_item{border-bottom:1px solid #e2e8ed}.selectbox_dropdown .selected{height:34px;min-height:34px;max-height:34px;-webkit-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.selectbox_dropdown .selectbox_list{-webkit-transition:all .25s ease-in-out!important;transition:all .25s ease-in-out!important}.selectbox_dropdown.expanded .selectbox_list{height:224px!important;z-index:4}.notification_bar{position:fixed;z-index:200;top:0;left:auto;bottom:0;width:380px;height:100vh;overflow-x:hidden;overflow-y:scroll;pointer-events:none}.notification_bar .notifications{position:relative;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:16px 0 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-align:start;-ms-flex-align:start;align-items:flex-start;pointer-events:none}.notification_bar.ntf_group{pointer-events:none;background:-webkit-gradient(left top,left bottom,color-stop(5%,rgba(255,255,255,.9)),color-stop(35%,rgba(255,255,255,0)));background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,rgba(255,255,255,.9)),color-stop(35%,rgba(255,255,255,0)));background:linear-gradient(to bottom,#ffffffe6 5%,#fff0 35%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=0)}.notification_bar.ntf_group .notifications{pointer-events:none}.toast_notification{margin:0 16px 16px 32px;bottom:auto;left:auto;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;width:300px;background-color:#fff;-webkit-box-shadow:0px 0px 20px 4px rgba(0,0,0,.2);box-shadow:0 0 20px 4px #0003;border-radius:4px;pointer-events:all}.toast_notification .ntf_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:300px;min-height:60px}.toast_notification .ntf_title .ntf_icon{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:18px;width:60px;height:60px;font-size:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.toast_notification .ntf_title .ntf_icon.mdi-close{width:48px;font-size:18px;opacity:.4;cursor:pointer;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;pointer-events:all}.toast_notification .ntf_title .ntf_icon.mdi-close:hover,.toast_notification .ntf_title .ntf_icon.mdi-close:focus,.toast_notification .ntf_title .ntf_icon.mdi-close:active{opacity:1}.toast_notification .ntf_title p.title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:196px;min-height:32px;padding:10px 6px 10px 0;margin:0;font-size:14px;line-height:16px;font-weight:600}.toast_notification .ntf_title .separator{height:32px;width:1px;margin:0;background-color:#8da2b6;opacity:.3}.toast_notification .ntf_content{padding:0 24px 20px 60px;font-size:14px;font-weight:400}.toast_notification .separator{width:264px;height:1px;margin-bottom:10px;background-color:#8da2b6;opacity:.3}.toast_notification .ntf_action{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;width:300px;padding:0 10px 10px}.toast_notification .ntf_action.action_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast_notification .ntf_action.action_left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.toast_notification.red{-webkit-box-shadow:0px 0px 20px 4px rgba(227,84,84,.6);box-shadow:0 0 20px 4px #e3545499;background-color:#e35454;color:#881616}.toast_notification.red p.title{color:#721313}.toast_notification.red .separator{background-color:#881616;opacity:.3}.toast_notification.red .btn{background-color:#e35454;border:1px solid #881616;color:#881616}.toast_notification.red .btn:hover,.toast_notification.red .btn:focus,.toast_notification.red .btn:active{background-color:#881616;color:#e35454}.toast_notification.orange{-webkit-box-shadow:0px 0px 20px 4px rgba(253,152,0,.8);box-shadow:0 0 20px 4px #fd9800cc;background-color:#fd9800;color:#975b00}.toast_notification.orange p.title{color:#975b00}.toast_notification.orange .separator{background-color:#975b00;opacity:.3}.toast_notification.orange .btn{background-color:#fd9800;border:1px solid #975b00;color:#975b00}.toast_notification.orange .btn:hover,.toast_notification.orange .btn:focus,.toast_notification.orange .btn:active{background-color:#975b00;color:#fd9800}.toast_notification.green{-webkit-box-shadow:0px 0px 20px 4px rgba(127,189,34,.8);box-shadow:0 0 20px 4px #7fbd22cc;background-color:#7fbd22;color:#263f00;color:#456712}.toast_notification.green p.title{color:#456712}.toast_notification.green .separator{background-color:#456712;opacity:.3}.toast_notification.green .btn{background-color:#7fbd22;border:1px solid #456712;color:#456712}.toast_notification.green .btn:hover,.toast_notification.green .btn:focus,.toast_notification.green .btn:active{background-color:#456712;color:#7fbd22}.toast_notification.blue{-webkit-box-shadow:0px 0px 20px 4px rgba(0,160,253,.6);box-shadow:0 0 20px 4px #00a0fd99;background-color:#00a0fd;color:#012c46}.toast_notification.blue p.title{color:#004f7e}.toast_notification.blue .separator{background-color:#004f7e;opacity:.3}.toast_notification.blue .btn{background-color:#00a0fd;border:1px solid #004f7e;color:#004f7e}.toast_notification.blue .btn:hover,.toast_notification.blue .btn:focus,.toast_notification.blue .btn:active{background-color:#004f7e;color:#00a0fd}.toast_notification.clear_all{height:46px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;background-color:transparent;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000}.toast_notification.clear_all .ntf_icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;padding:12px;border-radius:24px;background-color:#fff;cursor:pointer;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all;pointer-events:all}.toast_notification.clear_all .ntf_icon .tooltip_content{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:-10px}.toast_notification.clear_all .ntf_icon.mdi-close,.toast_notification.clear_all .ntf_icon .mdi-close{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-line-pack:center;align-content:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:24px;opacity:.5}.toast_notification.clear_all .ntf_icon:hover.mdi-close,.toast_notification.clear_all .ntf_icon:hover .mdi-close,.toast_notification.clear_all .ntf_icon:focus.mdi-close,.toast_notification.clear_all .ntf_icon:focus .mdi-close,.toast_notification.clear_all .ntf_icon:active.mdi-close,.toast_notification.clear_all .ntf_icon:active .mdi-close{opacity:1}.notification_bar.toggle_on{right:-32px;opacity:1;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.notification_bar.toggle_on.ntf_group,.notification_bar.toggle_on.ntf_group .notifications{pointer-events:auto}.notification_bar.toggle_on .toast_notification{position:relative;right:0;overflow:hidden;opacity:1;-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.notification_bar.toggle_on .toast_notification:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s}.notification_bar.toggle_on .toast_notification:nth-child(2){-webkit-transition-delay:.03s;transition-delay:.03s}.notification_bar.toggle_on .toast_notification:nth-child(3){-webkit-transition-delay:.06s;transition-delay:.06s}.notification_bar.toggle_on .toast_notification:nth-child(4){-webkit-transition-delay:.09s;transition-delay:.09s}.notification_bar.toggle_on .toast_notification:nth-child(5){-webkit-transition-delay:.12s;transition-delay:.12s}.notification_bar.toggle_on .toast_notification:nth-child(6){-webkit-transition-delay:.15s;transition-delay:.15s}.notification_bar.toggle_on .toast_notification:nth-child(7){-webkit-transition-delay:.18s;transition-delay:.18s}.notification_bar.toggle_on .toast_notification:nth-child(8){-webkit-transition-delay:.21s;transition-delay:.21s}.notification_bar.toggle_on .toast_notification:nth-child(9){-webkit-transition-delay:.24s;transition-delay:.24s}.notification_bar.toggle_on .toast_notification:nth-child(10){-webkit-transition-delay:.27s;transition-delay:.27s}.notification_bar.toggle_on .toast_notification:nth-child(11){-webkit-transition-delay:.3s;transition-delay:.3s}.notification_bar.toggle_on .toast_notification:nth-child(12){-webkit-transition-delay:.33s;transition-delay:.33s}.notification_bar.toggle_on .toast_notification:nth-child(13){-webkit-transition-delay:.36s;transition-delay:.36s}.notification_bar.toggle_on .toast_notification:nth-child(14){-webkit-transition-delay:.39s;transition-delay:.39s}.notification_bar.toggle_on .toast_notification:nth-child(15){-webkit-transition-delay:.42s;transition-delay:.42s}.notification_bar.toggle_on .toast_notification:nth-child(16){-webkit-transition-delay:.45s;transition-delay:.45s}.notification_bar.toggle_on .toast_notification:nth-child(17){-webkit-transition-delay:.48s;transition-delay:.48s}.notification_bar.toggle_on .toast_notification:nth-child(18){-webkit-transition-delay:.51s;transition-delay:.51s}.notification_bar.toggle_on .toast_notification:nth-child(19){-webkit-transition-delay:.54s;transition-delay:.54s}.notification_bar.toggle_on .toast_notification:nth-child(20){-webkit-transition-delay:.57s;transition-delay:.57s}.notification_bar.toggle_on .toast_notification.close_notif{-webkit-animation:CloseNotif .15s ease-in forwards;animation:CloseNotif .15s ease-in forwards}@-webkit-keyframes CloseNotif{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);height:auto;margin:0 16px 16px 32px}20%{opacity:.5;-webkit-transform:translateY(-20%);transform:translateY(-20%);height:auto;margin:0 16px 10px 32px}40%{opacity:0;-webkit-transform:translateY(-40%);transform:translateY(-40%);height:60px;margin:0 16px 5px 32px}60%{opacity:0;-webkit-transform:translateY(-60%);transform:translateY(-60%);height:40px;margin:0 16px 0 32px}80%{opacity:0;-webkit-transform:translateY(-80%);transform:translateY(-80%);height:20px;margin:0 16px 0 32px}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);height:0;margin:0 16px 0 32px}}@keyframes CloseNotif{0%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);height:auto;margin:0 16px 16px 32px}20%{opacity:.5;-webkit-transform:translateY(-20%);transform:translateY(-20%);height:auto;margin:0 16px 10px 32px}40%{opacity:0;-webkit-transform:translateY(-40%);transform:translateY(-40%);height:60px;margin:0 16px 5px 32px}60%{opacity:0;-webkit-transform:translateY(-60%);transform:translateY(-60%);height:40px;margin:0 16px 0 32px}80%{opacity:0;-webkit-transform:translateY(-80%);transform:translateY(-80%);height:20px;margin:0 16px 0 32px}to{opacity:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);height:0;margin:0 16px 0 32px}}.notification_bar.toggle_on .toast_notification.close_notif *{-webkit-transform:inherit;transform:inherit}.notification_bar.toggle_off{right:-348px;opacity:0;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;-webkit-transition-delay:.4s;transition-delay:.4s}.notification_bar.toggle_off .toast_notification{position:relative;opacity:1;right:-600px;-webkit-transition:all .4s ease-in-out;transition:all .4s ease-in-out}.notification_bar.toggle_off .toast_notification:nth-child(1){-webkit-transition-delay:0s;transition-delay:0s}.notification_bar.toggle_off .toast_notification:nth-child(2){-webkit-transition-delay:.03s;transition-delay:.03s}.notification_bar.toggle_off .toast_notification:nth-child(3){-webkit-transition-delay:.06s;transition-delay:.06s}.notification_bar.toggle_off .toast_notification:nth-child(4){-webkit-transition-delay:.09s;transition-delay:.09s}.notification_bar.toggle_off .toast_notification:nth-child(5){-webkit-transition-delay:.12s;transition-delay:.12s}.notification_bar.toggle_off .toast_notification:nth-child(6){-webkit-transition-delay:.15s;transition-delay:.15s}.notification_bar.toggle_off .toast_notification:nth-child(7){-webkit-transition-delay:.18s;transition-delay:.18s}.notification_bar.toggle_off .toast_notification:nth-child(8){-webkit-transition-delay:.21s;transition-delay:.21s}.notification_bar.toggle_off .toast_notification:nth-child(9){-webkit-transition-delay:.24s;transition-delay:.24s}.notification_bar.toggle_off .toast_notification:nth-child(10){-webkit-transition-delay:.27s;transition-delay:.27s}.notification_bar.toggle_off .toast_notification:nth-child(11){-webkit-transition-delay:.3s;transition-delay:.3s}.notification_bar.toggle_off .toast_notification:nth-child(12){-webkit-transition-delay:.33s;transition-delay:.33s}.notification_bar.toggle_off .toast_notification:nth-child(13){-webkit-transition-delay:.36s;transition-delay:.36s}.notification_bar.toggle_off .toast_notification:nth-child(14){-webkit-transition-delay:.39s;transition-delay:.39s}.notification_bar.toggle_off .toast_notification:nth-child(15){-webkit-transition-delay:.42s;transition-delay:.42s}.notification_bar.toggle_off .toast_notification:nth-child(16){-webkit-transition-delay:.45s;transition-delay:.45s}.notification_bar.toggle_off .toast_notification:nth-child(17){-webkit-transition-delay:.48s;transition-delay:.48s}.notification_bar.toggle_off .toast_notification:nth-child(18){-webkit-transition-delay:.51s;transition-delay:.51s}.notification_bar.toggle_off .toast_notification:nth-child(19){-webkit-transition-delay:.54s;transition-delay:.54s}.notification_bar.toggle_off .toast_notification:nth-child(20){-webkit-transition-delay:.57s;transition-delay:.57s}.divider_horizontal,.divider_vertical{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}.divider_horizontal .thin_line,.divider_vertical .thin_line{position:absolute;z-index:0;height:1px;width:100%;background-color:#8da2b64d}.divider_horizontal .div_label,.divider_vertical .div_label{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;z-index:1;width:auto;height:18px;padding:0 8px;margin:0 18px;border-radius:12px;font-size:10px;font-weight:400;text-transform:uppercase;background-color:#fff}.divider_horizontal .div_label i,.divider_vertical .div_label i{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;font-size:18px;width:18px;height:18px}.divider_horizontal.label_left,.divider_vertical.label_left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.divider_horizontal.label_right,.divider_vertical.label_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.divider_horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:32px}.divider_horizontal.small{height:24px}.divider_horizontal.large{height:48px}.divider_vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:32px;height:100%}.divider_vertical.small{width:24px}.divider_vertical.large{width:48px}.vert_nav{position:-webkit-sticky;position:sticky;z-index:3;top:0;width:180px;height:100%;height:calc(100vh - 80px);background-color:#73879c0f}.vert_nav .nav_item{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;width:100%;height:36px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.vert_nav .nav_item .icon{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;width:32px;height:36px}.vert_nav .nav_item .label{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;padding:0 10px 0 16px;font-size:13px;font-weight:400;max-height:32px;line-height:18px}.vert_nav .nav_item:hover,.vert_nav .nav_item:focus,.vert_nav .nav_item:active{color:#303944;background-color:#73879c14}.vert_nav .nav_item.selected{background-color:#fff;color:#19a6ea;border-top:1px solid #e2e8ed;border-bottom:1px solid #e2e8ed}.vert_nav .nav_item.selected .label{font-weight:600}.geo_content_wrap{position:relative;z-index:4;width:calc(100% - 180px);min-height:100%;background-color:#fff;-webkit-box-shadow:0px 0px 10px 2px rgba(48,57,68,.2);box-shadow:0 0 10px 2px #30394433}.user_ticket{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.user_ticket .ticket_content{background-color:#fff;-webkit-box-shadow:0px 0px 20px rgba(48,57,68,.3);box-shadow:0 0 20px #3039444d}.user_ticket .ticket_header{position:-webkit-sticky;position:sticky;z-index:10;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:10px 30px 10px 10px;border-bottom:1px solid rgba(110,120,132,.2);background-color:#fff}.user_ticket .ticket_header .ticket_info_item{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:48px;padding:0 0 0 10px}.user_ticket .ticket_header .ticket_info_item .icon_option{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;width:24px;height:24px;margin:0 10px;font-size:24px;color:#4e6375;cursor:pointer}.user_ticket .ticket_header .ticket_info_item .icon_option:hover,.user_ticket .ticket_header .ticket_info_item .icon_option:focus,.user_ticket .ticket_header .ticket_info_item .icon_option:active{color:#19a6ea}.user_ticket .ticket_header .ticket_info_item .status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:4px 6px;font-size:10px;font-weight:600;text-transform:uppercase;background-color:#6e7884;color:#fff;border-radius:3px;cursor:pointer}.user_ticket .ticket_header .ticket_info_item .status.red{background-color:#f25454}.user_ticket .ticket_header .ticket_info_item .status.yellow{background-color:#ffad3d;color:#584406}.user_ticket .ticket_header .ticket_info_item .status.green{background-color:#27ae60}.user_ticket .ticket_header .ticket_info_item .status.blue{background-color:#2d9cdb}.user_ticket .ticket_header .ticket_info_item .label,.user_ticket .ticket_header .ticket_info_item .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-right:1px solid rgba(110,120,132,.1)}.user_ticket .ticket_header .ticket_info_item .label{height:10px;font-size:10px;text-transform:uppercase;color:#8795a3}.user_ticket .ticket_header .ticket_info_item .content{height:24px;font-size:14px;font-weight:600;color:#353c44}.user_ticket .ticket_header .ticket_info_item .content small{font-weight:400;padding:0 6px}.user_ticket .ticket_header .ticket_info_item .content .mdi-apple{margin-top:-3px!important}.user_ticket .ticket_header .ticket_info_item:last-child .label,.user_ticket .ticket_header .ticket_info_item:last-child .content{border-right:1px solid rgba(110,120,132,0)}.user_ticket .ticket_subheader{position:-webkit-sticky;position:sticky;z-index:10;top:69px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;height:37px;padding:10px 30px 10px 10px;border-bottom:1px solid rgba(110,120,132,.2);background-color:#fff}.user_ticket .ticket_subheader .ticket_info_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:16px;padding:0 0 0 10px;border-right:1px solid rgba(110,120,132,.1)}.user_ticket .ticket_subheader .ticket_info_item .label,.user_ticket .ticket_subheader .ticket_info_item .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user_ticket .ticket_subheader .ticket_info_item .label{height:10px;padding-right:10px;font-size:10px;text-transform:uppercase;color:#8795a3}.user_ticket .ticket_subheader .ticket_info_item .content{height:16px;font-size:14px;font-weight:600;color:#353c44}.user_ticket .ticket_subheader .ticket_info_item .content small{font-weight:400;padding:0 6px}.user_ticket .ticket_subheader .ticket_info_item:last-child{border-right:1px solid rgba(110,120,132,0)}.user_ticket .sustems_wrapper{position:relative;width:100%;padding-bottom:26px;background-color:#f9fafb}.user_ticket .system{position:relative;z-index:3;margin-bottom:26px;background-color:#fff;border-bottom:1px solid #e2e5e9}.user_ticket .system .system_label{position:absolute;bottom:-20px;left:16px;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;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:21px;overflow:hidden;text-transform:uppercase}.user_ticket .system .system_label .label{position:relative;z-index:1;height:20px;padding:0 6px;color:#79838d;font-size:11px;font-weight:600;line-height:22px;vertical-align:middle;background-color:#fff;border-bottom:1px solid #d8dadf}.user_ticket .system .system_label .sys_left{position:relative;z-index:0;width:18px;height:20px;-webkit-transform:translate(10px,0px) skew(26deg,0deg);transform:translate(10px) skew(26deg);background-color:#fff;border-left:1px solid #d8dadf;border-bottom:1px solid #d8dadf;border-bottom-left-radius:4px}.user_ticket .system .system_label .sys_right{position:relative;z-index:0;width:18px;height:20px;-webkit-transform:translate(-10px,0px) skew(-26deg,0deg);transform:translate(-10px) skew(-26deg);background-color:#fff;border-right:1px solid #d8dadf;border-bottom:1px solid #d8dadf;border-bottom-right-radius:4px}.user_ticket .system.blue{border-bottom:1px solid #d7e7ee}.user_ticket .system.blue .table_row{background-color:#56ccf21f;border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.blue .table_row:hover,.user_ticket .system.blue .table_row:focus,.user_ticket .system.blue .table_row:active{background-color:#56ccf233}.user_ticket .system.blue .table_row:hover+.table_row,.user_ticket .system.blue .table_row:focus+.table_row,.user_ticket .system.blue .table_row:active+.table_row{border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.blue .system_label .label{color:#38474b;background-color:#eaf9fd;border-bottom:1px solid #d7e7ee}.user_ticket .system.blue .system_label .sys_left{background-color:#eaf9fd;border-left:1px solid #d7e7ee;border-bottom:1px solid #d7e7ee}.user_ticket .system.blue .system_label .sys_right{background-color:#eaf9fd;border-right:1px solid #d7e7ee;border-bottom:1px solid #d7e7ee}.user_ticket .system.violet{border-bottom:1px solid #e2deec}.user_ticket .system.violet .table_row{background-color:#bb6bd91f;border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.violet .table_row:hover,.user_ticket .system.violet .table_row:focus,.user_ticket .system.violet .table_row:active{background-color:#bb6bd933}.user_ticket .system.violet .table_row:hover+.table_row,.user_ticket .system.violet .table_row:focus+.table_row,.user_ticket .system.violet .table_row:active+.table_row{border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.violet .system_label .label{color:#38474b;background-color:#f7edfa;border-bottom:1px solid #e2deec}.user_ticket .system.violet .system_label .sys_left{background-color:#f7edfa;border-left:1px solid #e2deec;border-bottom:1px solid #e2deec}.user_ticket .system.violet .system_label .sys_right{background-color:#f7edfa;border-right:1px solid #e2deec;border-bottom:1px solid #e2deec}.user_ticket .system.orange .table_row{background-color:#ff572214;border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.orange .table_row:hover,.user_ticket .system.orange .table_row:focus,.user_ticket .system.orange .table_row:active{background-color:#ff57221f}.user_ticket .system.orange .table_row:hover+.table_row,.user_ticket .system.orange .table_row:focus+.table_row,.user_ticket .system.orange .table_row:active+.table_row{border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.orange .system_label .label{color:#38474b;background-color:#ffeee8;border-bottom:1px solid #e8dede}.user_ticket .system.orange .system_label .sys_left{background-color:#ffeee8;border-left:1px solid #e8dede;border-bottom:1px solid #e8dede}.user_ticket .system.orange .system_label .sys_right{background-color:#ffeee8;border-right:1px solid #e8dede;border-bottom:1px solid #e8dede}.user_ticket .system.green .table_row{background-color:#00a75217;border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.green .table_row:hover,.user_ticket .system.green .table_row:focus,.user_ticket .system.green .table_row:active{background-color:#00a75224}.user_ticket .system.green .table_row:hover+.table_row,.user_ticket .system.green .table_row:focus+.table_row,.user_ticket .system.green .table_row:active+.table_row{border-top:1px solid rgba(141,162,182,.2)}.user_ticket .system.green .system_label .label{color:#38474b;background-color:#e8f7ef;border-bottom:1px solid #d6e6e3}.user_ticket .system.green .system_label .sys_left{background-color:#e8f7ef;border-left:1px solid #d6e6e3;border-bottom:1px solid #d6e6e3}.user_ticket .system.green .system_label .sys_right{background-color:#e8f7ef;border-right:1px solid #d6e6e3;border-bottom:1px solid #d6e6e3}.user_ticket .ticket_table_head{position:-webkit-sticky;position:sticky;z-index:10;top:106px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fafafb}.user_ticket .ticket_table_head .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:30px;padding:0 6px;overflow:hidden;font-size:10px;text-transform:uppercase;font-weight:400;color:#6e7884}.user_ticket .ticket_table_head .cell:first-child{padding-left:20px}.user_ticket .ticket_table_head .cell:last-child{padding-right:20px}.user_ticket .ticket_table_head .cell strong{font-weight:700;color:#3f4750}.user_ticket .table_row{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:42px;background-color:#fff;border-top:1px solid #eef1f4}.user_ticket .table_row .cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:42px;padding:0 6px;overflow:hidden;font-size:13px;font-weight:400;color:#6e7884}.user_ticket .table_row .cell:first-child{padding-left:20px}.user_ticket .table_row .cell:last-child{padding-right:20px}.user_ticket .table_row .cell strong{font-weight:700;color:#3f4750}.user_ticket .table_row .cell small{font-size:11px}.user_ticket .table_row:hover,.user_ticket .table_row:active,.user_ticket .table_row:focus{background-color:#f4f4f5;border-top:1px solid #d8dadf}.user_ticket .table_row:hover+.table_row,.user_ticket .table_row:active+.table_row,.user_ticket .table_row:focus+.table_row{border-top:1px solid #d8dadf}.user_ticket .svg_icon.live{color:#f25454;width:18px;height:18px}.user_ticket .info_icon{color:#f2c94c;font-size:18px}.user_ticket .competetors{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px}.user_ticket .competetors .team_home,.user_ticket .competetors .team_away{max-width:300px;height:15px;color:#353c44;font-size:13px;font-weight:700;line-height:13px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.user_ticket .competetors .separator{width:4px;height:1px;margin:0 6px;background-color:#8da2b6}.user_ticket .competetors .separator.vs{width:12px;height:14px;opacity:.6;font-size:10px;font-weight:400;text-align:center;line-height:16px;background-color:transparent}.user_ticket .competetors.vert{-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.user_ticket .competetors.vert .team_home,.user_ticket .competetors.vert .team_away{width:100%}.user_ticket .competetors.vert .separator{display:none}.user_ticket .ticket_table_head .cell.ticket_code,.user_ticket .table_row .cell.ticket_code{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:80px}.user_ticket .ticket_table_head .cell.icon_single_col,.user_ticket .table_row .cell.icon_single_col{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:42px}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col,.user_ticket .table_row .cell.ticket_event_timestamp_col{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;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:120px;text-align:center}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:16px}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .time,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .date,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .elapsed,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .period,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .event_start,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .time,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .date,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .elapsed,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .period,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .event_start{font-size:11px;line-height:16px;padding:0 6px}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .time,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .elapsed,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .time,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .elapsed{width:54px;color:#3f4750;text-align:left;font-weight:700}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .event_start,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .date,.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .period,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .event_start,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .date,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .period{width:48px;text-align:right}.user_ticket .ticket_table_head .cell.ticket_event_timestamp_col .timestamp .divider,.user_ticket .table_row .cell.ticket_event_timestamp_col .timestamp .divider{width:1px;height:16px;background-color:#8da2b666}.user_ticket .ticket_table_head .cell.sport_icon,.user_ticket .ticket_table_head .cell.icon_single_col,.user_ticket .table_row .cell.sport_icon,.user_ticket .table_row .cell.icon_single_col{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;overflow:visible!important;width:36px}.user_ticket .ticket_table_head .cell.competetors_col,.user_ticket .table_row .cell.competetors_col{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:300px;padding:0 6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.user_ticket .ticket_table_head .cell.stake,.user_ticket .table_row .cell.stake{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;min-width:60px}.user_ticket .ticket_table_head .cell.result_col,.user_ticket .table_row .cell.result_col{width:180px}.user_ticket .ticket_table_head .cell.result_col .result_wrap,.user_ticket .table_row .cell.result_col .result_wrap{position:relative;z-index:1;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;white-space:nowrap}.user_ticket .ticket_table_head .cell.result_col .result_wrap .separator,.user_ticket .table_row .cell.result_col .result_wrap .separator{width:5px;text-align:center}.user_ticket .ticket_table_head .cell.result_col .result_wrap .period_label,.user_ticket .table_row .cell.result_col .result_wrap .period_label{position:absolute;z-index:2;top:4px;left:0;width:100%;height:10px;font-size:10px;line-height:10px;font-weight:400;text-align:center;text-transform:uppercase;color:#3f475099}.user_ticket .ticket_table_head .cell.result_col .result_wrap.vert,.user_ticket .table_row .cell.result_col .result_wrap.vert{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px 0;margin-right:10px}.user_ticket .ticket_table_head .cell.result_col .result_wrap.vert .separator,.user_ticket .table_row .cell.result_col .result_wrap.vert .separator{display:none}.user_ticket .ticket_table_head .cell.result_col .strong,.user_ticket .table_row .cell.result_col .strong{color:#3f4750;font-weight:800}.user_ticket .ticket_table_head .cell.type_long,.user_ticket .table_row .cell.type_long{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:200px;font-size:13px;line-height:13px}.user_ticket .ticket_table_head .cell.type_short,.user_ticket .table_row .cell.type_short{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;width:90px}.user_ticket .ticket_table_head .cell.type_long,.user_ticket .ticket_table_head .cell.stake_edit,.user_ticket .table_row .cell.type_long,.user_ticket .table_row .cell.stake_edit{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:8px;padding-bottom:8px;max-width:300px}.user_ticket .ticket_table_head .cell.type_long .item_wrap,.user_ticket .ticket_table_head .cell.stake_edit .item_wrap,.user_ticket .table_row .cell.type_long .item_wrap,.user_ticket .table_row .cell.stake_edit .item_wrap{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;height:26px;text-align:right;margin:2px 0;width:100%;max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user_ticket .ticket_table_head .cell.type_long .item_wrap,.user_ticket .table_row .cell.type_long .item_wrap{display:block;width:100%;max-width:300px;height:26px;line-height:26px;text-align:right;margin:2px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user_ticket .ticket_table_head .cell.type_short,.user_ticket .ticket_table_head .cell.stake_gray,.user_ticket .ticket_table_head .cell.stake,.user_ticket .table_row .cell.type_short,.user_ticket .table_row .cell.stake_gray,.user_ticket .table_row .cell.stake{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;max-width:80px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-top:8px;padding-bottom:8px}.user_ticket .ticket_table_head .cell.type_short .item_wrap,.user_ticket .ticket_table_head .cell.stake_gray .item_wrap,.user_ticket .ticket_table_head .cell.stake .item_wrap,.user_ticket .table_row .cell.type_short .item_wrap,.user_ticket .table_row .cell.stake_gray .item_wrap,.user_ticket .table_row .cell.stake .item_wrap{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;height:26px;text-align:right;margin:2px 0;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.user_ticket .ticket_table_head .cell.stake_edit,.user_ticket .table_row .cell.stake_edit{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;min-width:120px}.user_ticket .ticket_table_head .cell.stake_gray,.user_ticket .table_row .cell.stake_gray{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right;-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;min-width:60px}.user_ticket .stake .stake_btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:22px;padding:0 8px;color:#3f4750;font-family:Roboto,sans-serif;font-size:12px;font-weight:700;line-height:12px;text-align:center;background-color:#79838d29;border-radius:4px;border-width:1px;border-style:solid;border-color:transparent}.user_ticket .stake .stake_btn.red{color:#fff;background-color:#f25454}.user_ticket .stake .stake_btn.green{color:#fff;background-color:#00a752}.user_ticket .stake .stake_btn.yellow{color:#584406;background-color:#f2c94c}.user_ticket .ticket_footer{position:-webkit-sticky;position:sticky;z-index:10;top:auto;bottom: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:center;-ms-flex-pack:center;justify-content:center;margin-top:-26px;background-color:#f9fafb;border-top:1px solid rgba(110,120,132,.05)}.user_ticket .ticket_footer .info_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:48px;padding:0 0 0 20px}.user_ticket .ticket_footer .footer_info_item{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:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:48px;padding:0 0 0 10px}.user_ticket .ticket_footer .footer_info_item .label,.user_ticket .ticket_footer .footer_info_item .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:0 10px 0 0;border-right:1px solid rgba(110,120,132,.1)}.user_ticket .ticket_footer .footer_info_item .label{height:10px;font-size:10px;text-transform:uppercase;color:#8795a3}.user_ticket .ticket_footer .footer_info_item .content{height:24px;font-size:14px;font-weight:600;color:#353c44}.user_ticket .ticket_footer .footer_info_item .content .currency{height:24px;padding:8px 0 0;color:#8795a3;text-transform:uppercase;font-size:10px;line-height:10px;font-weight:400}.user_ticket .ticket_footer .footer_info_item.short_80{width:80px}.user_ticket .ticket_footer .action_wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:48px;padding:0 10px 20px 20px}.user_ticket.color_gap{padding:40px}.user_ticket.color_gap.opened_ticket{background-color:#f2c94c4d;border-top:1px solid rgba(88,68,6,.2);border-bottom:1px solid rgba(88,68,6,.2)}.user_ticket.color_gap.opened_ticket .ticket_status{color:#584406;background-color:#f2c94c}.user_ticket.color_gap.loss_ticket{background-color:#f254544d;border-top:1px solid rgba(210,39,42,.2);border-bottom:1px solid rgba(210,39,42,.2)}.user_ticket.color_gap.loss_ticket .ticket_status{color:#fff;background-color:#f25454}.user_ticket.color_gap.win_ticket{background-color:#56ccf24d;border-top:1px solid rgba(47,128,237,.2);border-bottom:1px solid rgba(47,128,237,.2)}.user_ticket.color_gap.win_ticket .ticket_status{color:#fff;background-color:#56ccf2}.user_ticket.color_gap.paid_ticket{background-color:#3ab76d4d;border-top:1px solid rgba(0,100,0,.2);border-bottom:1px solid rgba(0,100,0,.2)}.user_ticket.color_gap.paid_ticket .ticket_status{color:#fff;background-color:#3ab76d}.user_ticket.color_gap.canceled_ticket{background-color:#d2d9df1f;border-top:1px solid rgba(48,57,68,.1);border-bottom:1px solid rgba(48,57,68,.1)}.user_ticket.color_gap.canceled_ticket .ticket_status{color:#303944;background-color:#9ea9b44d}.timeline .timeline_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:fit-content}.timeline .timeline_item .description.changes{width:200px;min-width:200px;height:100%;flex-direction:column;overflow:hidden;padding:0 10px;display:flex;align-items:center;justify-content:center}.timeline .timeline_item .description.w_50{width:240px;overflow:hidden}.subheading{position:-webkit-sticky;position:sticky;z-index:30;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:60px;padding:9px 20px;background-color:#fff;border-bottom:1px solid rgba(141,162,182,.2)}.subheading .account_type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:42px;padding:0 20px 0 0;border-right:1px solid rgba(141,162,182,.2)}.subheading .account_type .radio_custom{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.subheading .time_stamp_filter{width:240px;margin:0 20px}.subheading .transaction_type{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 20px 0 0;border-right:1px solid rgba(141,162,182,.2)}.subheading .transaction_type .radio_custom{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mobile_de_filter_wrapper{position:relative}.mobile_de_filter{position:absolute;z-index:9;top:80px;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:0;overflow:hidden;opacity:0;background-color:#fff;-webkit-box-shadow:0px 4px 80px 0px rgba(0,0,0,.4);box-shadow:0 4px 80px #0006;-webkit-transition:all ease-in-out .2s;transition:all ease-in-out .2s}.mobile_de_filter .filter_section{min-height:94px;border-right:1px solid rgba(141,162,182,.2)}.date_time_container{min-width:220px}.mobile_de_filter .filter_section:last-child{border-right:0px solid rgba(141,162,182,0)}.mobile_de_filter.toggle{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:visible;opacity:1}.payment_reservation{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px 0;background-color:#fff;border-radius:8px;-webkit-box-shadow:0px 5px 15px rgba(92,110,129,.4);box-shadow:0 5px 15px #5c6e8166}.payment_reservation .date{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 0;font-size:12px;line-height:12px;font-weight:400;color:#5c6e81cc}.payment_reservation .date .separator{display:inline-block;width:1px;height:16px;margin:0 4px;background-color:#8da2b666}.payment_reservation .reserved{padding:0 10px}.payment_reservation .reserved .date{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.payment_reservation .reserved .label{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;width:100%;padding-top:2px;font-size:14px;font-weight:600}.payment_reservation .res_amount{padding:0 10px}.payment_reservation .res_amount .amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:16px;font-weight:700;color:#5c6e81}.payment_reservation .res_amount .currency{padding:0 0 0 4px;font-size:14px;font-weight:300;text-transform:uppercase;color:#8da2b6}.payment_reservation .options{padding:0 10px}.form_set{width:100%;height:auto;padding:0;margin:0;border:none}.form_set .form_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:auto}.form_set .form_row .row_title{display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow:hidden;font-size:13px;font-weight:400;line-height:16px;min-height:16px;max-height:32px}.form_set .form_col{width:100%;height:auto}.form_set.geo_form .accordion_item{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;border-bottom:1px solid rgba(143,164,184,.14);padding:10px 14px}.form_set.geo_form .accordion_item .accordion_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.form_set.geo_form .accordion_item .accordion_header.form_row{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.form_set.geo_form .accordion_item .accordion_header.form_row .acc_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:35%;height:32px}.form_set.geo_form .accordion_item .accordion_header.form_row .acc_label .row_title{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left;padding-right:10px}.form_set.geo_form .accordion_item .accordion_header.form_row .option{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15%;height:32px;margin:0 .5rem}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content{display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;width:30%}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea{color:#5b6772}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.full_w,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.full_w{width:100%!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_60,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_60{width:60px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_80,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_80{width:80px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_100,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_100{width:100px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_120,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_120{width:120px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_140,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_140{width:140px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_160,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_160{width:160px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_180,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_180{width:180px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_200,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_200{width:200px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_240,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_240{width:240px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_300,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_300{width:300px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content input.width_360,.form_set.geo_form .accordion_item .accordion_header.form_row .value_content textarea.width_360{width:360px!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content .rdw-editor-wrapper{padding-right:0!important}.form_set.geo_form .accordion_item .accordion_header.form_row .value_content .locked{pointer-events:none;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text;color:#3f4750;border:1px solid rgba(133,144,155,.2);background-color:#8fa4b80f}.form_set.geo_form .accordion_item .accordion_header.form_row .info{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;width:5%;height:32px;padding:0 0 0 6px}.form_set.geo_form .accordion_item .accordion_header.form_row .info>i,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi{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;width:24px;height:24px;margin-left:6px;font-size:20px;line-height:20px;cursor:pointer;color:#6e7884}.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.info:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.info:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.info:active,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.info:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.info:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.info:active{color:#ffad3d}.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.edit:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.edit:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.edit:active,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.edit:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.edit:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.edit:active{color:#27ae60}.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.copy:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.copy:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.copy:active,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.copy:hover,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.copy:focus,.form_set.geo_form .accordion_item .accordion_header.form_row .info>i.mdi.copy:active{color:#2d9cdb}.form_set.geo_form .accordion_item .accordion_collapse{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:0;overflow:hidden;opacity:0;-webkit-transition:all .16s ease-in-out;transition:all .16s ease-in-out}.form_set.geo_form .accordion_item .accordion_collapse .range_title,.form_set.geo_form .accordion_item .accordion_collapse .range_option,.form_set.geo_form .accordion_item .accordion_collapse .range_input,.form_set.geo_form .accordion_item .accordion_collapse .range_title_option,.form_set.geo_form .accordion_item .accordion_collapse .range_option_input,.form_set.geo_form .accordion_item .accordion_collapse .range_option_input_info{-webkit-transition:all .16s ease-in-out;transition:all .16s ease-in-out}.form_set.geo_form .accordion_item .accordion_collapse .range_title{width:340px}.form_set.geo_form .accordion_item .accordion_collapse .range_option{width:120px}.form_set.geo_form .accordion_item .accordion_collapse .range_input{width:calc(100% - 520px)}.form_set.geo_form .accordion_item .accordion_collapse .range_title_option{width:460px}.form_set.geo_form .accordion_item .accordion_collapse .range_option_input{width:calc(100% - 340px);padding-right:60px}.form_set.geo_form .accordion_item .accordion_collapse .range_option_input_info{width:calc(100% - 340px)}.form_set.geo_form .accordion_item .accordion_collapse .range_title_option_input{width:calc(100% - 60px)}.form_set.geo_form .accordion_item.active .accordion_collapse{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1}.form_set.geo_form .row_set{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:100%;height:32px}.form_set.geo_form .row_set .row_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:100%;height:32px;border-bottom:1px solid rgba(141,162,182,.2);border-right:1px solid rgba(141,162,182,.2)}.form_set.geo_form .row_set .row_item:first-child{border-left:1px solid rgba(141,162,182,.2)}.form_set.geo_form .row_set .row_item.custom_input input[type=text],.form_set.geo_form .row_set .row_item.custom_input input[type=number],.form_set.geo_form .row_set .row_item.custom_input input[type=email],.form_set.geo_form .row_set .row_item.custom_input input[type=password],.form_set.geo_form .row_set .row_item.custom_input input[type=search],.form_set.geo_form .row_set .row_item.custom_input input[type=tel],.form_set.geo_form .row_set .row_item.custom_input input[type=url],.form_set.geo_form .row_set .row_item.custom_input input[type=datetime],.form_set.geo_form .row_set .row_item.custom_input input[type=week],.form_set.geo_form .row_set .row_item.custom_input input[type=time],.form_set.geo_form .row_set .row_item.custom_input input[type=month],.form_set.geo_form .row_set .row_item.custom_input input[type=date]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px;padding-left:6px;color:#556373;cursor:pointer;pointer-events:all;border-radius:4px;border:2px solid transparent;background-color:transparent;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.form_set.geo_form .row_set .row_item.custom_input input[type=text]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=number]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=email]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=password]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=search]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=tel]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=url]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=datetime]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=week]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=time]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=month]:hover,.form_set.geo_form .row_set .row_item.custom_input input[type=date]:hover{background-color:#fff;border:2px solid rgba(141,162,182,.8)}.form_set.geo_form .row_set .row_item.custom_input input[type=text]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=text]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=number]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=number]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=email]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=email]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=password]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=password]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=search]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=search]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=tel]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=tel]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=url]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=url]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=datetime]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=datetime]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=week]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=week]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=time]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=time]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=month]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=month]:active,.form_set.geo_form .row_set .row_item.custom_input input[type=date]:focus,.form_set.geo_form .row_set .row_item.custom_input input[type=date]:active{background-color:#fff;border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}.form_set.geo_form .row_set:first-child .row_item{border-top:1px solid rgba(141,162,182,.2)}.overlay{position:absolute;z-index:-10;bottom:0;right:0;width:100vw;height:100vh;overflow:hidden;pointer-events:none;opacity:0;background-color:transparent;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.overlay .overlay_circle{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;width:56px;height:56px;position:absolute;bottom:20px;right:20px;border-radius:50%;background-color:var(--font_lighter_gray_08);-webkit-transform:translate(50%,50%);transform:translate(50%,50%);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out}.overlay .overlay_circle .overlay_circle_inner{width:2px;height:2px;border-radius:50%;background-color:var(--bg_dark_one_8);-webkit-transition:all .6s ease-in-out;transition:all .6s ease-in-out;-webkit-transition-delay:.2s;transition-delay:.2s}.floating_button{position:absolute;z-index:301;bottom:20px;right:20px;width:56px;height:66px;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:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;overflow:hidden;cursor:pointer}.floating_button .btn_tooltip{position:relative;height:0px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;overflow:hidden}.floating_button .btn_tooltip.main{display:-webkit-box;display:-ms-flexbox;display:flex;height:56px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.floating_button .btn_tooltip.main .round_btn{width:56px;height:56px;margin:0}.floating_button .btn_tooltip:hover .tooltip_label,.floating_button .btn_tooltip:hover .round_btn,.floating_button .btn_tooltip:focus .tooltip_label,.floating_button .btn_tooltip:focus .round_btn,.floating_button .btn_tooltip:active .tooltip_label,.floating_button .btn_tooltip:active .round_btn{background-color:#e81e27}.floating_button .tooltip_label{position:relative;right:-10px;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;width:0;height:26px;padding:0;color:#fff;font-size:11px;line-height:12px;text-transform:uppercase;border-radius:4px;opacity:0;overflow:hidden;white-space:nowrap;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.floating_button .round_btn{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;width:48px;height:48px;border-radius:50%;font-size:24px;margin:0 4px 0 0;color:#fff9;background-color:#73879c66;-webkit-box-shadow:0px 0px 0px 0px rgba(31,34,38,0);box-shadow:0 0 #1f222600;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.floating_button:hover,.floating_button:focus,.floating_button:active{height:auto;width:auto;overflow:visible}.floating_button:hover .btn_tooltip,.floating_button:focus .btn_tooltip,.floating_button:active .btn_tooltip{height:56px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:10px 0 0;overflow:visible}.floating_button:hover .tooltip_label,.floating_button:focus .tooltip_label,.floating_button:active .tooltip_label{right:10px;padding:0 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;opacity:1;background-color:#73879c;-webkit-box-shadow:0px 0px 15px 5px rgba(31,34,38,.25);box-shadow:0 0 15px 5px #1f222640}.floating_button:hover .round_btn,.floating_button:focus .round_btn,.floating_button:active .round_btn{background-color:#73879c;color:#fff;-webkit-box-shadow:0px 0px 15px 5px rgba(31,34,38,.25);box-shadow:0 0 15px 5px #1f222640}.floating_button:hover+.overlay,.floating_button:focus+.overlay,.floating_button:active+.overlay{z-index:300;width:100vw;height:100vh;opacity:1;overflow:hidden;background-color:var(--bg_dark_two)}.floating_button:hover+.overlay .overlay_circle,.floating_button:focus+.overlay .overlay_circle,.floating_button:active+.overlay .overlay_circle{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;width:230vw;height:230vw;-webkit-transform:translate(50%,50%);transform:translate(50%,50%);position:absolute;bottom:0;right:0}.floating_button:hover+.overlay .overlay_circle .overlay_circle_inner,.floating_button:focus+.overlay .overlay_circle .overlay_circle_inner,.floating_button:active+.overlay .overlay_circle .overlay_circle_inner{width:230vw;height:230vw}.channel_connection{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-flex:1;-ms-flex-positive:1;flex-grow:1}.channel_connection.no_header{padding-top:20px}.channel_connection.no_header .list_header{display:none!important}.channel_connection .list_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:68px}.channel_connection .list_header .local_title,.channel_connection .list_header .provider_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:45%;flex-basis:45%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.channel_connection .list_header .local_title .sort_ico,.channel_connection .list_header .provider_title .sort_ico{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;font-size:24px;width:48px;height:24px;cursor:pointer}.channel_connection .list_header .local_title .sort_ico i,.channel_connection .list_header .provider_title .sort_ico i{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;font-size:24px;line-height:24px;width:24px;height:24px;border-radius:12px;background-color:#8fa4b800;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.channel_connection .list_header .local_title .sort_ico:focus i,.channel_connection .list_header .local_title .sort_ico:active i,.channel_connection .list_header .local_title .sort_ico:hover i,.channel_connection .list_header .provider_title .sort_ico:focus i,.channel_connection .list_header .provider_title .sort_ico:active i,.channel_connection .list_header .provider_title .sort_ico:hover i{background-color:#8fa4b833}.channel_connection .list_header .local_title .list_title,.channel_connection .list_header .provider_title .list_title{font-size:13px;font-weight:300}.channel_connection .list_header .local_title{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.channel_connection .list_header .local_title .list_title{padding:0 0 0 15px}.channel_connection .list_header .local_title .sort_ico{border-right:1px solid rgba(143,164,184,.4)}.channel_connection .list_header .provider_title .list_title{padding:0 15px 0 0}.channel_connection .list_header .provider_title .sort_ico{border-left:1px solid rgba(143,164,184,.4)}.channel_connection .list_header .divider{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;-ms-flex-item-align:stretch;align-self:stretch;position:relative;width:178px;font-size:24px}.channel_connection .list_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.channel_connection .list_wrapper .list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%;height:42px;opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.channel_connection .list_wrapper .list_item .list_item_content{position:relative;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;width:300px;height:42px}.channel_connection .list_wrapper .list_item .local_list,.channel_connection .list_wrapper .list_item .provider_list{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:45%;flex-basis:45%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.channel_connection .list_wrapper .list_item .local_list .home_team,.channel_connection .list_wrapper .list_item .local_list .away_team,.channel_connection .list_wrapper .list_item .provider_list .home_team,.channel_connection .list_wrapper .list_item .provider_list .away_team{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:138px}.channel_connection .list_wrapper .list_item .local_list .item_label,.channel_connection .list_wrapper .list_item .provider_list .item_label{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:260px}.channel_connection .list_wrapper .list_item .local_list .vs,.channel_connection .list_wrapper .list_item .provider_list .vs{width:24px;color:#8fa4b8cc;padding:0 6px;font-size:10px;line-height:14px;text-transform:uppercase}.channel_connection .list_wrapper .list_item .local_list .connect_ico,.channel_connection .list_wrapper .list_item .provider_list .connect_ico{color:#bfcfdd;font-size:14px}.channel_connection .list_wrapper .list_item .local_list.selected,.channel_connection .list_wrapper .list_item .provider_list.selected{color:#19a6ea}.channel_connection .list_wrapper .list_item .local_list.selected .connect_ico,.channel_connection .list_wrapper .list_item .local_list.selected .vs,.channel_connection .list_wrapper .list_item .provider_list.selected .connect_ico,.channel_connection .list_wrapper .list_item .provider_list.selected .vs{color:#3fbee6}.channel_connection .list_wrapper .list_item .local_list.selected .event_start,.channel_connection .list_wrapper .list_item .provider_list.selected .event_start{color:#19a6ea}.channel_connection .list_wrapper .list_item .local_list.selected .event_start .event_date,.channel_connection .list_wrapper .list_item .provider_list.selected .event_start .event_date{border-color:#19a6ea}.channel_connection .list_wrapper .list_item .local_list.selected .event_start .divider,.channel_connection .list_wrapper .list_item .provider_list.selected .event_start .divider{color:#19a6ea}.channel_connection .list_wrapper .list_item .local_list,.channel_connection .list_wrapper .list_item .local_list .list_item_content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.channel_connection .list_wrapper .list_item .local_list .connect_ico{margin:0 0 0 15px}.channel_connection .list_wrapper .list_item .local_list .event_start{margin-left:25px}.channel_connection .list_wrapper .list_item .connections{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;position:relative;width:60px;font-size:24px}.channel_connection .list_wrapper .list_item .connections *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.channel_connection .list_wrapper .list_item .connections .line{position:absolute;z-index:-1;width:100%;height:1px;background-color:#bfcfdd}.channel_connection .list_wrapper .list_item .connections .connect,.channel_connection .list_wrapper .list_item .connections .disconnect{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;width:22px;height:22px;margin:2px;border-radius:14px;background-color:#bfcfdd;font-size:16px;line-height:24px;color:#fff;cursor:pointer}.channel_connection .list_wrapper .list_item .connections .connect:hover,.channel_connection .list_wrapper .list_item .connections .connect:focus,.channel_connection .list_wrapper .list_item .connections .connect:active,.channel_connection .list_wrapper .list_item .connections .connect.active,.channel_connection .list_wrapper .list_item .connections .disconnect:hover,.channel_connection .list_wrapper .list_item .connections .disconnect:focus,.channel_connection .list_wrapper .list_item .connections .disconnect:active,.channel_connection .list_wrapper .list_item .connections .disconnect.active{background-color:#e35454}.channel_connection .list_wrapper .list_item .provider_list{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.channel_connection .list_wrapper .list_item .provider_list .connect_ico{padding:0 15px 0 0}.channel_connection .list_wrapper .list_item .provider_list .event_start{margin-right:25px}.channel_connection .list_wrapper .list_item.selected{color:#19a6ea}.channel_connection .list_wrapper .list_item.selected .connect_ico,.channel_connection .list_wrapper .list_item.selected .vs{color:#3fbee6}.channel_connection .list_wrapper .list_item.selected .connections .line,.channel_connection .list_wrapper .list_item.selected .connections .connect{background-color:#19a6ea}.channel_connection .list_wrapper .list_item.selected .connections .connect:hover,.channel_connection .list_wrapper .list_item.selected .connections .connect:focus,.channel_connection .list_wrapper .list_item.selected .connections .connect:active,.channel_connection .list_wrapper .list_item.selected .connections .connect.active{background-color:#45d7ff}.channel_connection .list_wrapper .list_item.selected .connections .disconnect{background-color:#e35454}.channel_connection .list_wrapper .list_item.selected .connections .disconnect:hover,.channel_connection .list_wrapper .list_item.selected .connections .disconnect:focus,.channel_connection .list_wrapper .list_item.selected .connections .disconnect:active,.channel_connection .list_wrapper .list_item.selected .connections .disconnect.active{background-color:#c91919}.channel_connection .list_wrapper .list_item.selected .event_start{color:#19a6ea}.channel_connection .list_wrapper .list_item.selected .event_start .event_date{border-color:#19a6ea}.channel_connection .list_wrapper .list_item.selected .sport_icon{padding:0 10px;color:#3fbee6}.channel_connection .list_wrapper .list_item.selected .sport_icon:hover,.channel_connection .list_wrapper .list_item.selected .sport_icon:focus,.channel_connection .list_wrapper .list_item.selected .sport_icon:active{color:#19a6ea}.channel_connection .list_wrapper.toggle .list_item{height:0;opacity:0}.channel_connection .list_wrapper_not_connected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding-bottom:48px}.channel_connection .list_item_edit{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;width:52px;height:42px;font-size:24px;color:#bfcfdd;cursor:pointer}.channel_connection .list_item_edit:focus,.channel_connection .list_item_edit:active,.channel_connection .list_item_edit:hover{color:#7fbd22}.channel_connection .event_start{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;width:110px;height:42px;font-size:13px}.channel_connection .event_start .event_date{width:52px;height:18px;text-align:right}.channel_connection .event_start .event_time{width:32px;height:18px;font-weight:700}.channel_connection .event_start .divider{height:18px;width:1px;margin:0 10px;background-color:#73879c33}.channel_connection .tournament{padding:0 8px;width:200px;font-size:13px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel_connection .match_id{width:60px;font-size:13px;font-weight:400;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel_connection .sport_icon{padding:0 10px;color:#8da2b6}.channel_connection .sport_icon:hover,.channel_connection .sport_icon:focus,.channel_connection .sport_icon:active{color:#657688}.channel_connection .local_list_wrapper,.channel_connection .provider_list_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:45%;flex-basis:45%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.channel_connection .local_list_wrapper .list_item,.channel_connection .provider_list_wrapper .list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px}.channel_connection .local_list_wrapper .list_item .home_team,.channel_connection .local_list_wrapper .list_item .away_team,.channel_connection .provider_list_wrapper .list_item .home_team,.channel_connection .provider_list_wrapper .list_item .away_team{font-size:13px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:138px}.channel_connection .local_list_wrapper .list_item .item_label,.channel_connection .provider_list_wrapper .list_item .item_label{font-size:13px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:266px}.channel_connection .local_list_wrapper .list_item .vs,.channel_connection .provider_list_wrapper .list_item .vs{width:24px;color:#8fa4b8cc;padding:0 6px;font-size:10px;line-height:14px;text-transform:uppercase}.channel_connection .local_list_wrapper .list_item .connect_ico,.channel_connection .provider_list_wrapper .list_item .connect_ico{color:#bfcfdd;font-size:24px}.channel_connection .local_list_wrapper .list_item .list_item_content,.channel_connection .provider_list_wrapper .list_item .list_item_content{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;width:300px;height:42px;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:transparent;border:1px solid transparent}.channel_connection .local_list_wrapper .list_item .list_item_content .connect_ico,.channel_connection .provider_list_wrapper .list_item .list_item_content .connect_ico{position:relative;width:24px;height:42px;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;color:#bfcfdd}.channel_connection .local_list_wrapper .list_item .list_item_content .connect_ico .mdi-radiobox-blank,.channel_connection .provider_list_wrapper .list_item .list_item_content .connect_ico .mdi-radiobox-blank{position:absolute;z-index:5;opacity:1}.channel_connection .local_list_wrapper .list_item .list_item_content .connect_ico .mdi-radiobox-marked,.channel_connection .provider_list_wrapper .list_item .list_item_content .connect_ico .mdi-radiobox-marked{position:absolute;z-index:6;opacity:0}.channel_connection .local_list_wrapper .list_item .list_item_content.selected .connect_ico,.channel_connection .provider_list_wrapper .list_item .list_item_content.selected .connect_ico{color:#3fbee6}.channel_connection .local_list_wrapper .list_item .list_item_content.selected .connect_ico .mdi-radiobox-blank,.channel_connection .provider_list_wrapper .list_item .list_item_content.selected .connect_ico .mdi-radiobox-blank{opacity:0}.channel_connection .local_list_wrapper .list_item .list_item_content.selected .connect_ico .mdi-radiobox-marked,.channel_connection .provider_list_wrapper .list_item .list_item_content.selected .connect_ico .mdi-radiobox-marked{opacity:1}.channel_connection .local_list_wrapper .list_item:hover,.channel_connection .local_list_wrapper .list_item:focus,.channel_connection .local_list_wrapper .list_item:active,.channel_connection .local_list_wrapper .list_item.selected,.channel_connection .provider_list_wrapper .list_item:hover,.channel_connection .provider_list_wrapper .list_item:focus,.channel_connection .provider_list_wrapper .list_item:active,.channel_connection .provider_list_wrapper .list_item.selected{color:#19a6ea}.channel_connection .local_list_wrapper .list_item:hover .connect_ico,.channel_connection .local_list_wrapper .list_item:hover .sport_icon,.channel_connection .local_list_wrapper .list_item:hover .vs,.channel_connection .local_list_wrapper .list_item:focus .connect_ico,.channel_connection .local_list_wrapper .list_item:focus .sport_icon,.channel_connection .local_list_wrapper .list_item:focus .vs,.channel_connection .local_list_wrapper .list_item:active .connect_ico,.channel_connection .local_list_wrapper .list_item:active .sport_icon,.channel_connection .local_list_wrapper .list_item:active .vs,.channel_connection .local_list_wrapper .list_item.selected .connect_ico,.channel_connection .local_list_wrapper .list_item.selected .sport_icon,.channel_connection .local_list_wrapper .list_item.selected .vs,.channel_connection .provider_list_wrapper .list_item:hover .connect_ico,.channel_connection .provider_list_wrapper .list_item:hover .sport_icon,.channel_connection .provider_list_wrapper .list_item:hover .vs,.channel_connection .provider_list_wrapper .list_item:focus .connect_ico,.channel_connection .provider_list_wrapper .list_item:focus .sport_icon,.channel_connection .provider_list_wrapper .list_item:focus .vs,.channel_connection .provider_list_wrapper .list_item:active .connect_ico,.channel_connection .provider_list_wrapper .list_item:active .sport_icon,.channel_connection .provider_list_wrapper .list_item:active .vs,.channel_connection .provider_list_wrapper .list_item.selected .connect_ico,.channel_connection .provider_list_wrapper .list_item.selected .sport_icon,.channel_connection .provider_list_wrapper .list_item.selected .vs{color:#19a6ea}.channel_connection .divider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:48px}.channel_connection .local_list_wrapper .list_item,.channel_connection .local_list_wrapper .list_item .list_item_content{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.channel_connection .local_list_wrapper .list_item .connect_ico{margin:0 0 0 15px}.channel_connection .local_list_wrapper .list_item .checkbox_custom{width:24px;height:24px;margin-left:10px}.channel_connection .local_list_wrapper .list_item .event_start{margin-left:25px}.channel_connection .provider_list_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.channel_connection .provider_list_wrapper .list_item .list_item_content{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.channel_connection .provider_list_wrapper .list_item .connect_ico{margin:0 15px 0 0;cursor:pointer}.channel_connection .provider_list_wrapper .list_item .connect_ico:hover,.channel_connection .provider_list_wrapper .list_item .connect_ico:focus,.channel_connection .provider_list_wrapper .list_item .connect_ico:active{color:#3fbee6}.channel_connection .provider_list_wrapper .list_item .checkbox_custom{width:24px;height:24px;margin-right:10px}.channel_connection .provider_list_wrapper .list_item .event_start{margin-right:25px}.channel_connection.short{padding-right:380px}.accordion_title{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;height:0px;padding:5px 40px;opacity:0;overflow:hidden;font-size:10px;line-height:12px;text-transform:uppercase;text-align:center;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.accordion_title.toggle{height:32px;opacity:1}.paring_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 20px);height:auto;padding:25px}.paring_wrapper .list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0;border-radius:6px;background-color:#fff;border:1px solid #fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.paring_wrapper .list_item .list_item_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px;padding:0 5px 0 16px;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.paring_wrapper .list_item .list_item_head .item_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;font-size:14px;font-weight:600;color:#657688;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.paring_wrapper .list_item .list_item_head .item_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;padding:0 10px;font-size:11px;font-weight:400;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.paring_wrapper .list_item .list_item_head .item_options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;margin-left:auto;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.paring_wrapper .list_item .list_item_head .item_options i{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;width:24px;height:24px;font-size:20px;margin:0 0 0 10px}.paring_wrapper .list_item .list_item_head .item_options i.mdi-menu-down{font-size:24px}.paring_wrapper .list_item .list_item_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;opacity:0;overflow:hidden;padding:0;border-top:0px solid #e2e8ed}.paring_wrapper .list_item .list_item_content .list_item{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;width:100%;height:0;padding:0;border-radius:6px;opacity:0;overflow:hidden;background-color:#fff0;border:0px solid rgba(255,255,255,0);cursor:pointer}.paring_wrapper .list_item .list_item_content .list_item:hover,.paring_wrapper .list_item .list_item_content .list_item:focus,.paring_wrapper .list_item .list_item_content .list_item:active{background-color:#8da2b633}.paring_wrapper .list_item .list_item_content .list_item .item_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px;font-size:14px;font-weight:400;color:#657688}.paring_wrapper .list_item .list_item_content .list_item .item_options{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.paring_wrapper .list_item .list_item_content .list_item .item_options i{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;width:24px;height:24px;font-size:20px;margin:0 10px 0 0}.paring_wrapper .list_item .list_item_content .list_item .item_options i.remove{color:#8da2b6}.paring_wrapper .list_item .list_item_content .list_item .item_options i.remove:hover,.paring_wrapper .list_item .list_item_content .list_item .item_options i.remove:focus,.paring_wrapper .list_item .list_item_content .list_item .item_options i.remove:active{color:#e35454}.paring_wrapper .list_item:hover,.paring_wrapper .list_item:focus,.paring_wrapper .list_item:active{border:1px solid #e2e8ed;background-color:#f8fafb}.paring_wrapper .list_item.expanded{background-color:#f8fafb;border:1px solid #e2e8ed}.paring_wrapper .list_item.expanded .list_item_head,.paring_wrapper .list_item.expanded .list_item_head .item_label,.paring_wrapper .list_item.expanded .list_item_head .item_info,.paring_wrapper .list_item.expanded .list_item_head .item_options{height:42px}.paring_wrapper .list_item.expanded .list_item_content{opacity:1;padding:10px;border-top:1px solid #e2e8ed}.paring_wrapper .list_item.expanded .list_item_content .list_item{opacity:1;height:32px}.paring_wrapper .list_item.expanded:hover,.paring_wrapper .list_item.expanded:focus,.paring_wrapper .list_item.expanded:active{border:1px solid #e2e8ed;background-color:#f8fafb}.right_pannel{position:absolute;top:0;right:-380px;z-index:100;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100vh;width:380px;overflow:hidden;background-color:#fff;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.right_pannel *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.right_pannel .right_pannel_title{position:relative;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;width:100%;height:80px;border-bottom:1px solid rgba(141,162,182,.3)}.right_pannel .right_pannel_title .svg_icon{margin-left:30px}.right_pannel .right_pannel_title .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px 0 35px;margin:0;font-size:16px;line-height:16px;font-weight:400;text-transform:uppercase}.right_pannel .right_pannel_title .title.competetors{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0 10px;width:calc(100% - 200px)}.right_pannel .right_pannel_title .title.competetors .team_home,.right_pannel .right_pannel_title .title.competetors .team_away{font-family:Open Sans,sans-serif;font-weight:600;font-size:13px;line-height:16px;text-transform:none;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.right_pannel .right_pannel_title .head_tools{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;height:32px;padding:0 15px 0 8px;border-left:1px solid rgba(141,162,182,.2)}.right_pannel .right_pannel_title .head_tools .tool_item{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;width:48px;height:48px;color:#8fa4b8;font-size:24px;border-radius:24px;cursor:pointer}.right_pannel .right_pannel_title .head_tools .tool_item:hover,.right_pannel .right_pannel_title .head_tools .tool_item:active{color:#4e6375;background-color:#4e63751a}.right_pannel .right_pannel_title .selectbox_wrapper{position:relative;height:42px}.right_pannel .right_pannel_title .selectbox_wrapper *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown{margin:0 25px;min-height:42px}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown .selected{height:42px;border:1px solid rgba(255,255,255,.4)}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown .selected .selectbox_list_item{height:42px}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown .selected:active,.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown .selected:focus,.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown .selected:hover{border:1px solid rgba(143,164,184,.4)}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown.expanded .selectbox_list{overflow:visible}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown.expanded .selectbox_list .selectbox_list_item{height:42px}.right_pannel .right_pannel_title .selectbox_wrapper .selectbox_dropdown.expanded .selected{border:1px solid rgba(255,255,255,.4);border-bottom:1px solid rgba(143,164,184,.4)}.right_pannel .right_pannel_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:410px;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto}.right_pannel .right_pannel_content .resulting_form{width:380px;height:100%;padding:20px 25px 40px 35px}.right_pannel.toggle{right:0;-webkit-box-shadow:-10px 0px 30px 0px rgba(0,0,0,.1);box-shadow:-10px 0 30px #0000001a}.right_pannel.offer_plan{width:290px}.right_pannel.offer_plan .right_pannel_content{width:100%;padding-right:0;padding-top:10px;padding-bottom:10px}.right_pannel.offer_plan.toggle{right:0}.right_pannel.offer_plan .accordion_section_label{margin:8px 26px}.right_pannel.offer_plan .right_pannel_title .title{font-weight:600;font-size:14px}.right_pannel.no_shadow{border-left:1px solid rgba(143,164,184,.2);-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000}.right_pannel.no_shadow.toggle{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000}.component_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:30px 10px 0 35px;font-size:15px;font-weight:400;line-height:32px;text-transform:uppercase}.component_title span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.component_title i{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;font-size:24px;width:24px;height:24px}.component_title i.tooltip_right,.component_title i.tooltip_left,.component_title i.tooltip_top,.component_title i.tooltip_bottom{margin-left:10px;cursor:pointer;pointer-events:all;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.component_title strong{font-weight:700}.component_title strong.start,.component_title strong.middle,.component_title strong.end{display:-webkit-box;display:-ms-flexbox;display:flex;color:#657688}.component_title strong.start{padding:0 8px 0 0}.component_title strong.middle{padding:0 8px}.component_title strong.end{padding:0 0 0 8px}.right_sub_pannel{width:800px;display:-webkit-box;display:-ms-flexbox;display:flex}.event_host{position:relative;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;width:100%;height:200px}.event_host .event_players,.event_host .labels{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;width:100%}.event_host .labels{height:20px}.event_host .host,.event_host .guest,.event_host .host_label,.event_host .guest_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50%;font-size:16px;line-height:18px;font-weight:600;font-family:Exo,sans-serif;color:#657688;padding:0 20px}.event_host .host_label,.event_host .guest_label{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:20px;font-size:10px;font-weight:400;text-transform:uppercase;color:#8da2b6}.event_host .host,.event_host .host_label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;text-align:right}.event_host .rotate_host_guest{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;position:absolute;z-index:4;width:32px;height:32px;font-size:24px;color:#19a6ea;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-radius:16px;background-color:#fff}.event_host .rotate_host_guest:hover,.event_host .rotate_host_guest:focus,.event_host .rotate_host_guest:active{color:#fff;background-color:#19a6ea}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,180deg);transform:rotate3d(0,0,1,180deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,180deg);transform:rotate3d(0,0,1,180deg);opacity:0}}.rotateOut{-webkit-animation:rotateOut .4s forwards;animation:rotateOut .4s forwards}.user_overview_details,.status_row{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:10px 20px;min-height:60px;font-size:13px;line-height:14px;border-bottom:1px solid rgba(141,162,182,.2);background-color:#00a0fd0d}.user_overview_details .info_row,.status_row .info_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:20px}.user_overview_details .info_row .label,.user_overview_details .info_row .info,.status_row .info_row .label,.status_row .info_row .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:20px}.user_overview_details .info_row .label .strong,.user_overview_details .info_row .info .strong,.status_row .info_row .label .strong,.status_row .info_row .info .strong{font-weight:700}.user_overview_details .info_row .label,.status_row .info_row .label{width:120px}.user_overview_details .info_row .info,.status_row .info_row .info{width:calc(100% - 120px)}.user_overview_details .info_row.label_lg .label,.status_row .info_row.label_lg .label{width:180px}.user_overview_details .info_row.label_lg .info,.status_row .info_row.label_lg .info{width:calc(100% - 180px)}.user_overview_details .border_divider,.status_row .border_divider{border-right:1px solid rgba(141,162,182,.2)}.user_funds{position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:42px;padding:0 16px}.user_funds .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:18px;font-size:11px;line-height:18px}.user_funds .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;height:24px;font-size:18px;font-weight:700;line-height:18px}.user_funds .currency{height:24px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 0 0 2px;font-size:12px;line-height:12px;font-weight:400;text-transform:uppercase}.user_funds.border_left{border-left:1px solid rgba(141,162,182,.2)}.user_funds.border_right{border-right:1px solid rgba(141,162,182,.2)}.parameters{position:relative;width:100%;min-height:100%;background-color:#73879c0f}.parameters .vertical_navigation{width:260px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.parameters .vertical_navigation.sticky{position:-webkit-sticky;position:sticky;z-index:3;top:60px}.parameters .geo_content_wrap{position:relative;z-index:4;width:calc(100% - 260px);background-color:#fff;-webkit-box-shadow:0px 0px 10px 2px rgba(48,57,68,.2);box-shadow:0 0 10px 2px #30394433}ul.app_menu{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-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-wrap:nowrap;flex-wrap:nowrap;overflow-x:hidden;overflow-y:auto;list-style:none;width:290px;max-height:calc(100vh - 120px)}ul.app_menu *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}ul.app_menu.widget_menu li{opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}ul.app_menu.widget_menu li.toggle .nav_item .label{font-weight:700;color:#73879c}ul.app_menu.widget_menu li .nav_item .label{padding:0 0 0 20px}ul.app_menu li{width:260px}ul.app_menu li a,ul.app_menu li .nav_item,ul.app_menu li a.nav_item,ul.app_menu li span.nav_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:52px;width:100%;color:#8da2b6;font-size:11px;text-transform:uppercase;text-decoration:none;cursor:pointer;background-color:transparent}ul.app_menu li a i,ul.app_menu li a .svg_icon,ul.app_menu li .nav_item i,ul.app_menu li .nav_item .svg_icon,ul.app_menu li a.nav_item i,ul.app_menu li a.nav_item .svg_icon,ul.app_menu li span.nav_item i,ul.app_menu li span.nav_item .svg_icon{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;width:60px;height:50px;font-size:24px;text-align:center;vertical-align:middle;line-height:50px}ul.app_menu li a i.cert,ul.app_menu li a .svg_icon.cert,ul.app_menu li .nav_item i.cert,ul.app_menu li .nav_item .svg_icon.cert,ul.app_menu li a.nav_item i.cert,ul.app_menu li a.nav_item .svg_icon.cert,ul.app_menu li span.nav_item i.cert,ul.app_menu li span.nav_item .svg_icon.cert{display:-webkit-box;display:-ms-flexbox;display:flex;width:40px}ul.app_menu li a span.label,ul.app_menu li .nav_item span.label,ul.app_menu li a.nav_item span.label,ul.app_menu li span.nav_item span.label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:50px;width:auto;font-size:11px;line-height:10px}ul.app_menu li a:hover,ul.app_menu li a:focus,ul.app_menu li a:active,ul.app_menu li a.active,ul.app_menu li a.router-link-exact-active,ul.app_menu li .nav_item:hover,ul.app_menu li .nav_item:focus,ul.app_menu li .nav_item:active,ul.app_menu li .nav_item.active,ul.app_menu li .nav_item.router-link-exact-active,ul.app_menu li a.nav_item:hover,ul.app_menu li a.nav_item:focus,ul.app_menu li a.nav_item:active,ul.app_menu li a.nav_item.active,ul.app_menu li a.nav_item.router-link-exact-active,ul.app_menu li span.nav_item:hover,ul.app_menu li span.nav_item:focus,ul.app_menu li span.nav_item:active,ul.app_menu li span.nav_item.active,ul.app_menu li span.nav_item.router-link-exact-active{background-color:#303944}ul.app_menu li ul.submenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}ul.app_menu li ul.submenu li{height:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}ul.app_menu li ul.submenu li a,ul.app_menu li ul.submenu li a.nav_item,ul.app_menu li ul.submenu li span.nav_item{height:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#303944}ul.app_menu li ul.submenu li a:hover,ul.app_menu li ul.submenu li a:focus,ul.app_menu li ul.submenu li a:active,ul.app_menu li ul.submenu li a.active,ul.app_menu li ul.submenu li a.router-link-exact-active,ul.app_menu li ul.submenu li a.nav_item:hover,ul.app_menu li ul.submenu li a.nav_item:focus,ul.app_menu li ul.submenu li a.nav_item:active,ul.app_menu li ul.submenu li a.nav_item.active,ul.app_menu li ul.submenu li a.nav_item.router-link-exact-active,ul.app_menu li ul.submenu li span.nav_item:hover,ul.app_menu li ul.submenu li span.nav_item:focus,ul.app_menu li ul.submenu li span.nav_item:active,ul.app_menu li ul.submenu li span.nav_item.active,ul.app_menu li ul.submenu li span.nav_item.router-link-exact-active{background-color:#222a35}ul.app_menu li ul.submenu.toggle li{height:52px;overflow:hidden}ul.app_menu li ul.submenu.toggle li a,ul.app_menu li ul.submenu.toggle li a.nav_item,ul.app_menu li ul.submenu.toggle li span.nav_item{height:52px;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}ul.app_menu li ul.submenu.widgets{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-flex:2;-ms-flex-positive:2;flex-grow:2;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-line-pack:start;align-content:flex-start;overflow-x:hidden;overflow-y:auto;width:228px}ul.app_menu li ul.submenu.widgets .widget_single{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;cursor:pointer;width:114px;height:0px;overflow:hidden;border-radius:6px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:transparent}ul.app_menu li ul.submenu.widgets .widget_single:hover,ul.app_menu li ul.submenu.widgets .widget_single:active,ul.app_menu li ul.submenu.widgets .widget_single:focus,ul.app_menu li ul.submenu.widgets .widget_single.active{background-color:#303944}ul.app_menu li ul.submenu.widgets .widget_single img{width:32px;height:32px;pointer-events:none}ul.app_menu li ul.submenu.widgets .widget_single span{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;height:20px;width:100%;font-size:10px;line-height:10px;text-transform:uppercase;text-align:center;pointer-events:none}ul.app_menu li ul.submenu.widgets.toggle .widget_single{height:80px}ul.app_menu li ul.submenu.widgets.toggle .widget_single:hover,ul.app_menu li ul.submenu.widgets.toggle .widget_single:active,ul.app_menu li ul.submenu.widgets.toggle .widget_single:focus,ul.app_menu li ul.submenu.widgets.toggle .widget_single.active{background-color:#222a35}.action_bar_menu .app_menu{padding:16px 0 0 16px}.action_bar_menu .app_menu li{width:228px}.action_bar_menu .app_menu li a,.action_bar_menu .app_menu li .nav_item,.action_bar_menu .app_menu li a.nav_item,.action_bar_menu .app_menu li span.nav_item{border-radius:6px;margin:3px 0;height:46px}.action_bar_menu .app_menu li ul.submenu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:6px;background-color:#303944;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.action_bar_menu .app_menu li ul.submenu li{height:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.action_bar_menu .app_menu li ul.submenu li a,.action_bar_menu .app_menu li ul.submenu li a.nav_item,.action_bar_menu .app_menu li ul.submenu li span.nav_item{height:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#303944}.action_bar_menu .app_menu li ul.submenu li a:hover,.action_bar_menu .app_menu li ul.submenu li a:focus,.action_bar_menu .app_menu li ul.submenu li a:active,.action_bar_menu .app_menu li ul.submenu li a.active,.action_bar_menu .app_menu li ul.submenu li a.router-link-exact-active,.action_bar_menu .app_menu li ul.submenu li a.nav_item:hover,.action_bar_menu .app_menu li ul.submenu li a.nav_item:focus,.action_bar_menu .app_menu li ul.submenu li a.nav_item:active,.action_bar_menu .app_menu li ul.submenu li a.nav_item.active,.action_bar_menu .app_menu li ul.submenu li a.nav_item.router-link-exact-active,.action_bar_menu .app_menu li ul.submenu li span.nav_item:hover,.action_bar_menu .app_menu li ul.submenu li span.nav_item:focus,.action_bar_menu .app_menu li ul.submenu li span.nav_item:active,.action_bar_menu .app_menu li ul.submenu li span.nav_item.active,.action_bar_menu .app_menu li ul.submenu li span.nav_item.router-link-exact-active{background-color:#222a35}.action_bar_menu .app_menu li ul.submenu.toggle{height:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.action_bar_menu .app_menu li ul.submenu.toggle li{height:52px;overflow:hidden}.action_bar_menu .app_menu li ul.submenu.toggle li a,.action_bar_menu .app_menu li ul.submenu.toggle li .nav_item,.action_bar_menu .app_menu li ul.submenu.toggle li a.nav_item,.action_bar_menu .app_menu li ul.submenu.toggle li span.nav_item{height:52px;border-radius:6px;margin:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.action_bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:60px;height:100vh;background-color:#303944}.action_bar *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.action_bar .bottom_divider{display:-webkit-box;display:-ms-flexbox;display:flex;border-bottom:1px solid rgba(115,135,156,.4);height:1px;width:28px}.action_bar .bottom_divider.big{margin:26px 0 25px}.action_bar .menu_toggle{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:60px;height:80px;-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:flex-end;cursor:pointer;overflow:hidden;text-indent:-9999px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wNC0wNVQxMjo1MDozMyswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDQtMjBUMDg6NDI6NTArMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDQtMjBUMDg6NDI6NTArMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDc2Y2M3OWItMTRiNS05MDRiLWFhZDYtOGExM2Q5YzA3MTJkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ3NmNjNzliLTE0YjUtOTA0Yi1hYWQ2LThhMTNkOWMwNzEyZCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQ3NmNjNzliLTE0YjUtOTA0Yi1hYWQ2LThhMTNkOWMwNzEyZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDc2Y2M3OWItMTRiNS05MDRiLWFhZDYtOGExM2Q5YzA3MTJkIiBzdEV2dDp3aGVuPSIyMDE4LTA0LTA1VDEyOjUwOjMzKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgqi4sUAAACPSURBVGiB7dfBDYMwDEBRjNgNdmiHKJPAEHSHdrp0gfgUiV9L/x3hki8j4URrbapspg8wygCaATQDaAbQDKAZQDOAtmQvzvf3ry4Kr8caveflJ2AALbI7cUT3k8Nk5yw/AQNoBtAMoKW70HF9btmF9uc29MMpPwEDaOkuVEX5CRhAM4BmAM0AmgE0A2gG0H6trBRZB4rFggAAAABJRU5ErkJggg==),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABABpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDNzYwODZBMzZBMzExRTlCQUE2RTE5RDI5MUVBOTdBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDNzYwODY5MzZBMzExRTlCQUE2RTE5RDI5MUVBOTdBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZTc5OTRkMy0wZDE5LTE3NDYtYTM2MS01NmQ5NTRhN2I4M2MiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjY2EwMDNkYi0zZTFlLTc4NDAtYWYzYi1jYzlhMGI0MmJkMmQiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5hbGVhX2xvZ288L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoCI0YYAAAp0SURBVHja7FsLjF5FFT5ndovb7Za6YBuaoqlAJJZiowldNZAW46MpISaiIpoobgKSYEwIIpGIhESJqUp8xBiqtbUbsCGYGEmUajBoFKmPIEpADVWxoFSsbWl3t93HHL8z7/vv/Xfvtv/WRXaas3fuzPxn5sw5c15zyyJCL6Vi6CVWFgheIPj/rHS3NnzuR5+qHchkyfAEAE8SYp5Em7h37WMWPwZtFMaQ778Q485F/TyMeSXqyzBuMZ76g1E8DwD2of8p9P8RP9rL4bfsZlZ8FN7Zv7cUN1J4Svv7L75vZoI7tIlvBnwAsB6LWattbqm6VhYnWKLLFE+MZFE7ircn8fwJQFf7mznn8EmURYDrPKE8YANH2MmBfzP6FOOI9tyyjtg0RqjPMF1kiS7CqJtB/APovgcwNN/O8CDgcSz9KxDuAXHi5QTfc1U4i55rU+Gn0O/HuLoeCt2QWCezCc+daHgE8I75QPAawEM4qdvAuddkQo0jhER5Gk62GMqn3Pg+R1wcH8eQ65NEuKsPoE25vQtwxv+K4CtZiRXeIEGVeA5lRSJhitQvpqWvfLaOD9IR+tzvhK/E42eAN51qgj+JyXdBTy+P3PLc8RyzBXesE9nARfJ1FfHy3Y0hDr8t+qKkuNPupQXjL0Dfw+EYnRKCP4+Nv8MTGg1IyTlft0GEIxdFOJ3TaEYiV7MB8uNVSuL4QGTekHQ8aBsarp1rLf1pTPZxb1qCMXGmxdfVzIizm8aR4s0QOf3s2sN7+LGabtBt3KsXdwkaPI/nYLYomDROVYxhuQvzHMfrt+eCYIiQud2RhN1Xh0Oy5XeKmCn5COkd9RHU9jDbB9H8JN73o2M4jFiKxyoseo1l2YTnOvQvEi6cjLShNmh7dXLYGzpRXc87UPkzKr/sJMGvBXwtLoMC0Wn3oz+R3lm5/ZywHULTVvWiGsxxO2Ad5hgEkkEg6El+leM0e647qbJhbuM3wNvqdYAXZn2Gx+W0CkxKl+7lvYAebz+zQqkop4pp4TvRrgv4BOCphps6Afgt4HpW70zMjqgH4lwirXNTNFurUd3eKaV1PWCtJPtJhRLhSh17/Xc8N+HlRsC/TsLk7QV8GLiuBv6R6M1TUoJ1ipDehaa3nSzBK4DsjmxKohbm6mTO9PAz6HgLYHcH3VUoI74M3BwtzdQUB4eSKftqCGW8oDch2EKEIwDDTSD0dJvMQzYV2UV0bU+HgGHvHAQjD2GujZhr1Bamr9xwL+6ufn4IWk5IafUBwYeiMNUpJ6+FneP/Xrzsm2nlIxOnpzDSLZ2TVQ5t3lb1dh1p/emv0PNRDN2Wo0Bvy9lZi7woKLOPAOPdjUU6igwAZ0I9qdI74opyClHvbX5B7cvRiWUOmpbRySUOjtnesvlb4Ox3JHGz8NyieHvOX4KGNzYm2AaNC2KvqriElB16G/1eYWhg/oxQF02oVrc9dNwupmNYbCzD4OrJFMUX14R1fAwwnJVY9N+zN2O9B/i+duqpndI6C4guiQqJqKqgKOc2tniPoA2nJpZ25BBPWJhHq+E2/Rtr2J7PcGEhKhEWX5p2ZGaRdj9cD4RLMrIYBWXlhfqzIHpoQrqpDkYnezuuvSaBVxUp5j9os3VIfnb20c1atJ/TSGkFR35dRVHFsE3TUNm3fQAK5lht6oPHplu3yvuGMPdEGymLWZ8pSSxLXWMQ8P3o6rfR+CQ/Ox41cI15TZ3VmEqwmiO256ucmuDvJ7+44ubZ3W5sfcavXbkGe3YLEKzOCy3cUZ/pCnWfBBPmzArlHos7Tuw2P3LXloFJqFjNpd3fxCwBi1mpmUcbplYnPRLtxcaqM/tEHUU90TGqSRhA1LZGSxr/mTLaSsFCES6KN1USIijjnjbslHFmiVJ0JW5DjOs3q5qK9Gl4vKIMd3wwgD3jKDTmAJA/P4vj1wsp+xK5lG7MZMTQL4ZWQjZx1oV+LkzkGDrG0FCC6okhagors5+gEmBYljclWNVhj5tOQoQSkLv4VXeP6RD+1EYmUi/P61k1v8SFFic1xMNUxMOFnLu9MFQqlFKEI9f9z8rUNDZmSTOC/a9wPExIrpZnLQSIosyuv3aUeku3OG5FTgokbBX6qeBma6wtlBPyMiUkzesMY01TDusBGKtkGwpk0e3EKnQHj7fZsNbyGH6rh7s3EaHiqmIcpbGF8taEAnG5K35ttsbV5SCVONuPNLPDxMcAh6IHk6KjbOP0XaOo/jJHJUV2sab8A+J8Z0zyUbCbOdwzwVuq5ryoJjrLbiRVUryxHgKdw9by15t6WhbI91cnyu5lIHoRkK4uQ7EIw5NtXclbgWtrJYnQ4i1Jkf3MueroyobsaPL4unI6N7qXflP+Sj42fr7hGXa2da+4NIpXJF7sssIJV0IbUX1wls4SIhkagthtxNr6sd/jJMHEcExcUcU0+XeTElgVb0iMJX8pZ5yxJNpnfLpnpHF4GPD9PmUOKSuYUingZTN2/db66Kif+roPtpvz5wHmx/1wEJFfg7+TkvLDZkpaBWL5hulSKkr0i+lC/E84D4+VMWcKEam8E+IbJSTdW0HHHZk4A9A/vwkuMo/352sPSgmAwrCrOOiN3uaZJplP3DZ1ZzjAThA7lkXaa2hbJAVCsP1NDD9zZqKXzQuCp8tp/UW5DHKvEIkunqm4dUoyiF6JMfc0ub+N2Y++7sMdWfxwkSNL95Ass+VwtoMon7UFd1vTo4VT8nZU7m26UJfjGn/5iRMKW3+iEjNTXvpRELpDigS4LfKM0SkIfe9BRS+tVzad/Mh4P70wfmbjxY5M9oHYpR3W0mKqQHwLCBuxZQql8Hioeg2qYq13t5fPZhFK9OGx5W37NXs5OrlkTs1SWf4Joq8rTZP3P8tUaekmunue7wd4K6Cr6WIOgehDYyuKjKXPgp4KO9xahkRkK4kpLrDL6xaTvL78uQJfjsqP8foLwE2ATU0XdXDsLBqzL5sNHaoQzu0kwc4PBld3S+XzhqpTQhXnn2LSfgD9WwA/VJcVcGkHGbYq3Br+Afh/p89wkdecYE3jtIJLpBmjo98NxHtkCjepEh7GiKh0ZkKS/0I1daie1wFiX40NfxhzXY0NPhv1Pv8RHH+BpvkiYLbfeBwFwg1A/ANpua+N57hixorYtUiSa777tnib0BaKS706wNK/DDyvijokxtPhYu2DeHlnJwimkOW4DIR8w06Jlzl/a9XyhU5Wbm7sxpT9OLFyDnBtLmPn+PVQ/MgGfYOdIjiWa0HUNUD+H6oV6eIbLGnNiHD3tNnrIrBvA6uAuyv7+DkVVRy3FZ0mWIv60a+DCO4sL96oyk1qvQsCJ/aowzQt5pDBaAN/A67RdPFdcjp/F/b0XBCs5VmA3iPrpfWu4vaxCCkp3f2Evi1Wumk6mKHsw1z35e/DQi47ucZOeLbPFcGx/BRwFXb4AsAWEPaotHJaGOLPg8Ebm57B5Z1vDWDTbgCux1OMTlR6gF+kNp9ezMX30noFc7MHfj12fQD7fTZM13PE8j3Un+nQPAeA/2Js4g0weFeQy5HREyx8F/Hkd9v9iBf+G88CwQsELxD8Yir/FWAASPxa/dPLWlQAAAAASUVORK5CYII=);background-repeat:no-repeat,no-repeat;background-position:18px center,75px center;background-size:24px 24px,30px 30px}.action_bar .nav,.action_bar .tools{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;width:60px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.action_bar .nav .tab_item,.action_bar .tools .tab_item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:60px;height:52px;cursor:pointer;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none}.action_bar .nav .tab_item .active_border,.action_bar .tools .tab_item .active_border{background-color:transparent;width:4px;height:40px;margin-right:2px;border-radius:0 4px 4px 0}.action_bar .nav .tab_item.active .active_border,.action_bar .tools .tab_item.active .active_border{background-color:#7fbd22}.action_bar .nav .tab_item .dropdown_right,.action_bar .tools .tab_item .dropdown_right{position:absolute;z-index:305;top:10px;left:60px;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;width:0px;height:0px;overflow:hidden;border-radius:4px;background-color:#fff;-webkit-box-shadow:0px 0px 25px 0px rgba(34,42,53,.9);box-shadow:0 0 25px #222a35e6;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.action_bar .nav .tab_item .dropdown_right.create_page,.action_bar .tools .tab_item .dropdown_right.create_page{top:0}.action_bar .nav .tab_item .dropdown_right .drop_list_item,.action_bar .tools .tab_item .dropdown_right .drop_list_item{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;width:100%;min-height:0px;overflow:hidden;background-color:#fff;border-bottom:0px solid transparent;text-decoration:none}.action_bar .nav .tab_item .dropdown_right .drop_list_item .icon,.action_bar .tools .tab_item .dropdown_right .drop_list_item .icon{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;width:40px;height:42px;font-size:24px}.action_bar .nav .tab_item .dropdown_right .drop_list_item .label,.action_bar .tools .tab_item .dropdown_right .drop_list_item .label{font-size:13px;text-transform:uppercase;color:#8fa4b8}.action_bar .nav .tab_item .dropdown_right .drop_list_item .input_field,.action_bar .tools .tab_item .dropdown_right .drop_list_item .input_field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;margin-left:10px;margin-right:0;height:32px}.action_bar .nav .tab_item .dropdown_right .drop_list_item .btn,.action_bar .tools .tab_item .dropdown_right .drop_list_item .btn{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;width:50px;height:60px;padding:0;margin:0;background-color:transparent;color:#8fa4b8}.action_bar .nav .tab_item .dropdown_right .drop_list_item .btn i,.action_bar .tools .tab_item .dropdown_right .drop_list_item .btn i{font-size:24px}.action_bar .nav .tab_item .dropdown_right .drop_list_item .btn:hover,.action_bar .nav .tab_item .dropdown_right .drop_list_item .btn:focus,.action_bar .nav .tab_item .dropdown_right .drop_list_item .btn:active,.action_bar .tools .tab_item .dropdown_right .drop_list_item .btn:hover,.action_bar .tools .tab_item .dropdown_right .drop_list_item .btn:focus,.action_bar .tools .tab_item .dropdown_right .drop_list_item .btn:active{background-color:transparent;color:#00a0fd}.action_bar .nav .tab_item .dropdown_right .drop_list_item:hover,.action_bar .nav .tab_item .dropdown_right .drop_list_item:focus,.action_bar .nav .tab_item .dropdown_right .drop_list_item:active,.action_bar .tools .tab_item .dropdown_right .drop_list_item:hover,.action_bar .tools .tab_item .dropdown_right .drop_list_item:focus,.action_bar .tools .tab_item .dropdown_right .drop_list_item:active{background-color:#f8fbfe}.action_bar .nav .tab_item .dropdown_right.toggle,.action_bar .tools .tab_item .dropdown_right.toggle{width:200px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.action_bar .nav .tab_item .dropdown_right.toggle .drop_list_item,.action_bar .tools .tab_item .dropdown_right.toggle .drop_list_item{height:42px;border-bottom:1px solid rgba(141,162,182,.15);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none}.action_bar .nav .tab_item .dropdown_right.toggle .drop_list_item:last-child,.action_bar .nav .tab_item .dropdown_right.toggle .drop_list_item:only-child,.action_bar .tools .tab_item .dropdown_right.toggle .drop_list_item:last-child,.action_bar .tools .tab_item .dropdown_right.toggle .drop_list_item:only-child{border-bottom:0px solid transparent;text-decoration:none}.action_bar .nav .tab_item .dropdown_right.toggle.create_page,.action_bar .tools .tab_item .dropdown_right.toggle.create_page{top:0;width:230px}.action_bar .nav .tab_item .dropdown_right.toggle.create_page:only-child,.action_bar .tools .tab_item .dropdown_right.toggle.create_page:only-child{border-bottom:0px solid transparent}.action_bar .nav .tab_item .dropdown_right.toggle.create_page .drop_list_item,.action_bar .tools .tab_item .dropdown_right.toggle.create_page .drop_list_item{height:56px;width:230px}.action_bar .nav .nav_item,.action_bar .tools .nav_item{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;width:46px;height:46px;margin:3px 0;border-radius:50%;font-size:24px;line-height:24px;color:#8fa4b8;cursor:pointer;background-color:transparent;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-decoration:none}.action_bar .nav .nav_item i,.action_bar .tools .nav_item i{font-size:24px;line-height:24px}.action_bar .nav .nav_item:hover,.action_bar .nav .nav_item:focus,.action_bar .nav .nav_item:active,.action_bar .tools .nav_item:hover,.action_bar .tools .nav_item:focus,.action_bar .tools .nav_item:active{background-color:#222a35;text-decoration:none}.action_bar .nav .nav_item.green,.action_bar .tools .nav_item.green{color:#7fbd22;border:2px solid rgba(127,189,34,.2);background-color:#7fbd2233;text-decoration:none}.action_bar .nav .nav_item.green:hover,.action_bar .nav .nav_item.green:focus,.action_bar .nav .nav_item.green:active,.action_bar .nav .nav_item.green.active,.action_bar .tools .nav_item.green:hover,.action_bar .tools .nav_item.green:focus,.action_bar .tools .nav_item.green:active,.action_bar .tools .nav_item.green.active{color:#fff;background-color:#7fbd22;text-decoration:none}.action_bar .nav .nav_item.red,.action_bar .tools .nav_item.red{color:#e35454;border:2px solid rgba(227,84,84,.2);background-color:#e3545433;text-decoration:none}.action_bar .nav .nav_item.red:hover,.action_bar .nav .nav_item.red:focus,.action_bar .nav .nav_item.red:active,.action_bar .tools .nav_item.red:hover,.action_bar .tools .nav_item.red:focus,.action_bar .tools .nav_item.red:active{color:#fff;background-color:#e35454;text-decoration:none}.action_bar .nav{padding-top:16px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.action_bar .tools{justify-self:flex-end;padding:0 0 6px}.action_bar .tools .nav_item{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:3px 0}.action_bar.menu_hide .menu_toggle{background-position:-10px center,15px center;background-size:24px 24px,30px 30px;text-decoration:none}.action_bar.menu_hide .menu_toggle:hover,.action_bar.menu_hide .menu_toggle:focus,.action_bar.menu_hide .menu_toggle:active{background-position:18px center,45px center;background-size:24px 24px,30px 30px;text-decoration:none}.sidebar_page_title{position:absolute;top:80px;left:0;width:60px;max-height:calc(100vh - 230px);padding:60px 0 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation-delay:.1s;animation-delay:.1s}.sidebar_page_title *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.sidebar_page_title span{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;-ms-flex-line-pack:center;align-content:center;width:60px;min-height:250px;font-size:14px;font-weight:400;font-family:Exo,sans-serif;white-space:nowrap;text-transform:uppercase;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_sidebar *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.app_sidebar .sidebar_page_title{opacity:0;left:-60px;pointer-events:none}.app_sidebar.menu_hide .sidebar_page_title{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;left:0}.action_bar .sidebar_page_title{position:relative;top:auto;left:-60px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px 0 0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation-delay:.1s;animation-delay:.1s;color:#8fa4b8}.action_bar.menu_hide .sidebar_page_title{left:0}.icon_sidebar{position:relative}.icon_sidebar .ico_wrap{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;height:24px;width:24px}.icon_sidebar .ico_wrap .main_view{position:relative;z-index:1;width:16px;height:20px;background-color:transparent;border:2px solid #8da2b6}.icon_sidebar .ico_wrap .left_side,.icon_sidebar .ico_wrap .right_side{position:absolute;z-index:2;top:4px;bottom:4px;width:2px;height:16px;background-color:#8da2b6;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.icon_sidebar .ico_wrap .left_side{left:0;right:auto}.icon_sidebar .ico_wrap .right_side{left:auto;right:0}.icon_sidebar.from_left .left_side{display:block}.icon_sidebar.from_left .right_side,.icon_sidebar.from_right .left_side{display:none}.icon_sidebar.from_right .right_side{display:block}.icon_sidebar:hover .left_side,.icon_sidebar:hover .right_side,.icon_sidebar:focus .left_side,.icon_sidebar:focus .right_side,.icon_sidebar:active .left_side,.icon_sidebar:active .right_side{top:2px;bottom:2px;height:20px;width:8px}.icon_sidebar:hover .left_side,.icon_sidebar:focus .left_side,.icon_sidebar:active .left_side{left:2px;right:auto}.icon_sidebar:hover .right_side,.icon_sidebar:focus .right_side,.icon_sidebar:active .right_side{left:auto;right:2px}.icon_sidebar.active .left_side,.icon_sidebar.active .right_side{top:2px;bottom:2px;height:20px;width:8px}.icon_sidebar.active .left_side{left:2px;right:auto}.icon_sidebar.active .right_side{left:auto;right:2px}.icon_sidebar.active:hover .left_side,.icon_sidebar.active:hover .right_side,.icon_sidebar.active:focus .left_side,.icon_sidebar.active:focus .right_side,.icon_sidebar.active:active .left_side,.icon_sidebar.active:active .right_side{top:4px;bottom:4px;width:2px;height:16px}.icon_sidebar.active:hover .left_side,.icon_sidebar.active:focus .left_side,.icon_sidebar.active:active .left_side{left:0;right:auto}.icon_sidebar.active:hover .right_side,.icon_sidebar.active:focus .right_side,.icon_sidebar.active:active .right_side{left:auto;right:0}.drop_menu{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px;cursor:pointer}.drop_menu *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-style:normal}.drop_menu .drop_fixed{position:fixed;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px}.drop_menu .drop_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:24px;cursor:pointer}.drop_menu .drop_label .label{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;min-width:24px;line-height:12px;height:24px}.drop_menu .drop_label .label.small{font-size:11px;font-weight:600;text-transform:uppercase;padding:0 4px}.drop_menu .drop_label i{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;width:24px;height:24px;font-size:24px}.drop_menu .drop_list{position:absolute;z-index:1;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;height:0;opacity:0;visibility:hidden;-webkit-box-shadow:0 6px 15px 2px rgba(85,99,115,.3);box-shadow:0 6px 15px 2px #5563734d;border-radius:4px;scrollbar-width:none;-ms-overflow-style:none}.drop_menu .drop_list::-webkit-scrollbar{width:0px}.drop_menu .drop_list_item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;overflow-x:hidden;overflow-y:hidden;width:100%;height:0;white-space:nowrap;padding:0 10px;opacity:0;visibility:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background-color:#fff;cursor:pointer;border-bottom:1px solid #e2e8ed;font-weight:400;font-size:11px}.drop_menu .drop_list_item.checkbox_custom{padding:0}.drop_menu .drop_list_item:hover,.drop_menu .drop_list_item:focus,.drop_menu .drop_list_item:active{background-color:#f1f4f6;color:#657688}.drop_menu .drop_list_item.src{position:-webkit-sticky;position:sticky;top:0;z-index:2;width:100%;padding:0 4px;border-bottom-color:#fff;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.drop_menu .drop_list_item.src input{height:26px;width:100%;color:#556373;-webkit-box-shadow:inset 0px 0px 4px 0px rgba(85,99,115,.2);box-shadow:inset 0 0 4px #55637333}.drop_menu .drop_list_item.src:hover,.drop_menu .drop_list_item.src:focus,.drop_menu .drop_list_item.src:active{background-color:#fff;border-bottom-color:#fff}.drop_menu .drop_list_item.actions{position:-webkit-sticky;position:sticky;top:0;z-index:2;width:100%;padding:8px 4px 4px;border-bottom-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.drop_menu .drop_list_item.actions button{margin-top:0;margin-bottom:0}.drop_menu .drop_list_item.actions:hover,.drop_menu .drop_list_item.actions:focus,.drop_menu .drop_list_item.actions:active{background-color:#fff!important;border-bottom-color:#fff!important}.drop_menu .drop_list_item.green{color:#517816!important;background-color:#7fbd2233;border-bottom:1px solid rgba(127,189,34,.2)}.drop_menu .drop_list_item.green:hover,.drop_menu .drop_list_item.green:focus,.drop_menu .drop_list_item.green:active{color:#456712!important;background-color:#7fbd2266!important;border-bottom:1px solid rgba(127,189,34,.2)}.drop_menu .drop_list_item.redish{color:#c52020!important;background-color:#e3545433;border-bottom:1px solid rgba(227,84,84,.2)}.drop_menu .drop_list_item.redish:hover,.drop_menu .drop_list_item.redish:focus,.drop_menu .drop_list_item.redish:active{color:#b41d1d!important;background-color:#e3545466!important;border-bottom:1px solid rgba(227,84,84,.2)}.drop_menu .drop_list_item.blueish{color:#0f72a3!important;background-color:#19a6ea33;border-bottom:1px solid rgba(25,166,234,.2)}.drop_menu .drop_list_item.blueish:hover,.drop_menu .drop_list_item.blueish:focus,.drop_menu .drop_list_item.blueish:active{color:#0b587d!important;background-color:#19a6ea66!important;border-bottom:1px solid rgba(25,166,234,.2)}.drop_menu .drop_list_item.orange{color:#975b00!important;background-color:#fd980066;border-bottom:1px solid rgba(253,152,0,.2)}.drop_menu .drop_list_item.orange:hover,.drop_menu .drop_list_item.orange:focus,.drop_menu .drop_list_item.orange:active{color:#643c00!important;background-color:#fd980099!important;border-bottom:1px solid rgba(253,152,0,.2)}.drop_menu .drop_list.toggle{z-index:10;-ms-flex-flow:wrap;flex-flow:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:256px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;opacity:1;visibility:visible;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;overflow-x:hidden;overflow-y:auto;background-color:#fff;scrollbar-width:none;-ms-overflow-style:none}.drop_menu .drop_list.toggle::-webkit-scrollbar{width:0px}.drop_menu .drop_list.toggle .drop_list_item{height:32px;width:100%;opacity:1;visibility:visible;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.drop_menu .drop_list.toggle .drop_list_item .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px}.drop_menu .drop_list.toggle .drop_list_item:hover,.drop_menu .drop_list.toggle .drop_list_item:focus,.drop_menu .drop_list.toggle .drop_list_item:active{color:#fff;background-color:#19a6ea;border-bottom:1px solid #19a6ea}.drop_menu .drop_list.toggle .drop_list_item.selected{color:#fff;background-color:#3fbee6;border-bottom:1px solid #3fbee6}.drop_menu .drop_list.toggle .drop_list_item.selected:hover,.drop_menu .drop_list.toggle .drop_list_item.selected:focus,.drop_menu .drop_list.toggle .drop_list_item.selected:active{color:#fff;background-color:#19a6ea;border-bottom:1px solid #19a6ea}.drop_menu .drop_list.toggle .drop_list_item.src{position:-webkit-sticky;position:sticky;top:0;z-index:2;width:100%;padding:0 4px;border-bottom-color:#fff;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.drop_menu .drop_list.toggle .drop_list_item.src input{height:26px;width:100%;color:#556373;-webkit-box-shadow:inset 0px 0px 4px 0px rgba(85,99,115,.2);box-shadow:inset 0 0 4px #55637333}.drop_menu .drop_list.toggle .drop_list_item.src:hover,.drop_menu .drop_list.toggle .drop_list_item.src:focus,.drop_menu .drop_list.toggle .drop_list_item.src:active{background-color:#fff;border-bottom-color:#fff}.drop_menu .drop_list.toggle .drop_list_item.checkbox_custom{padding:0;height:36px;color:#657688}.drop_menu .drop_list.toggle .drop_list_item.checkbox_custom:hover,.drop_menu .drop_list.toggle .drop_list_item.checkbox_custom:focus,.drop_menu .drop_list.toggle .drop_list_item.checkbox_custom:active{color:#3a4551;background-color:#eef2f6;border-bottom:1px solid #e2e8ed}.drop_menu.down .drop_list{top:24px}.drop_menu.up .drop_list{bottom:24px}.drop_menu.left .drop_list{right:auto}.drop_menu.right .drop_list{right:0;left:auto}.drop_menu.toggle .drop_list{z-index:10;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:256px;-ms-flex-flow:wrap;flex-flow:wrap;opacity:1;visibility:visible;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.drop_menu.toggle .drop_list::-webkit-scrollbar{width:0px}.drop_menu.toggle .drop_list_item{height:32px;opacity:1;visibility:visible;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.drop_menu.toggle .drop_list_item .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px}.region_wrapp{position:absolute;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.region_wrapp .drop_fixed{position:fixed;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:32px}.select_region,.select_region_absolute{position:relative;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;height:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:24px}.select_region_absolute{position:absolute;z-index:1}.select_region .drop_fixed_region,.select_region_absolute .drop_fixed_region{position:fixed;z-index:101;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:24px}.select_region .drop_label,.select_region_absolute .drop_label{font-size:11px;font-weight:600;text-transform:uppercase;padding:0 4px}.select_region.down .drop_list,.down.select_region_absolute .drop_list{top:32px}.select_region.up .drop_list,.up.select_region_absolute .drop_list{bottom:32px}.select_region.position_top,.position_top.select_region_absolute{top:0!important;right:auto;bottom:auto;left:auto}.select_region.position_right,.position_right.select_region_absolute{top:auto;right:0!important;bottom:auto;left:auto}.select_region.position_bottom,.position_bottom.select_region_absolute{top:auto;right:auto;bottom:0!important;left:auto}.select_region.position_left,.position_left.select_region_absolute{top:auto;right:auto;bottom:auto;left:0!important}.select_region i,.select_region_absolute i{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;width:24px;height:24px;font-size:24px}.select_region:hover,.select_region_absolute:hover,.select_region:focus,.select_region_absolute:focus,.select_region:active,.select_region_absolute:active,.select_region.toggle,.toggle.select_region_absolute{z-index:10;color:#657688}.select_region:hover .drop_label,.select_region_absolute:hover .drop_label,.select_region:focus .drop_label,.select_region_absolute:focus .drop_label,.select_region:active .drop_label,.select_region_absolute:active .drop_label,.select_region.toggle .drop_label,.toggle.select_region_absolute .drop_label{color:#19a6ea}.select_region:hover i,.select_region_absolute:hover i,.select_region:focus i,.select_region_absolute:focus i,.select_region:active i,.select_region_absolute:active i,.select_region.toggle i,.toggle.select_region_absolute i{color:#19a6ea}.select_region .drop_list_item,.select_region_absolute .drop_list_item{color:#657688}.select_region .drop_list_item:hover,.select_region_absolute .drop_list_item:hover,.select_region .drop_list_item:focus,.select_region_absolute .drop_list_item:focus,.select_region .drop_list_item:active,.select_region_absolute .drop_list_item:active{color:#fff;background-color:#19a6ea;border-bottom:1px solid #19a6ea}.select_region .drop_list_item.selected,.select_region_absolute .drop_list_item.selected{color:#fff;background-color:#3fbee6;border-bottom:1px solid #3fbee6}.select_region .drop_list_item.selected:hover,.select_region_absolute .drop_list_item.selected:hover,.select_region .drop_list_item.selected:focus,.select_region_absolute .drop_list_item.selected:focus,.select_region .drop_list_item.selected:active,.select_region_absolute .drop_list_item.selected:active{color:#fff;background-color:#19a6ea;border-bottom:1px solid #19a6ea}.select_region .drop_list_item.src,.select_region_absolute .drop_list_item.src{border-bottom-color:#fff}.select_region .drop_list_item.src:hover,.select_region_absolute .drop_list_item.src:hover,.select_region .drop_list_item.src:focus,.select_region_absolute .drop_list_item.src:focus,.select_region .drop_list_item.src:active,.select_region_absolute .drop_list_item.src:active{background-color:#fff;border-bottom-color:#fff}.blank_select{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;height:32px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.blank_select .menu_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;height:24px;padding:0 8px}.blank_select i{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;width:24px;height:24px;font-size:24px}.blank_select:hover,.blank_select:focus,.blank_select:active{color:#657688}.tab_nav{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:36px;border-bottom:1px solid rgba(141,162,182,.15)}.tab_nav_themes{border-bottom:none}.tab_nav_color_groups{border-bottom:none;display:flex;flex-direction:column;height:100%}.themes_modal_body{height:100%;width:100%}.themes_modal_container{padding:55px 55px 0;display:flex;flex-direction:row;max-height:calc(100vh - 180px)}.themes_modal_container_right::-webkit-scrollbar,.themes_modal_container_right::-webkit-scrollbar-thumb{width:.5em;background-color:transparent}.themes_modal_name_container{margin-top:22px;margin-left:55px;width:50%}.themes_modal_name_container span{font-size:11px;font-weight:700;margin-right:16px}.themes_modal_container_left{height:100%}.themes_modal_container_right{flex:1;padding-left:50px;overflow-y:auto}.color_picker_item{width:32px;height:32px;position:relative;cursor:pointer}.color_picker_item .refresh{width:100%;height:100%}.color_picker_item .refresh:active{width:90%;height:90%}.color_picker_item .refresh img{width:32px;height:32px}.color_picker_container{width:32px;height:32px;position:relative;margin-right:16px}.color_picker_container img{height:100%;width:100%;position:absolute;z-index:1}.color_picker_container:hover img{height:110%;width:110%}.color_picker_input{height:100%;width:100%;position:absolute;z-index:10;border:none;border-radius:16px;outline:none;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;background:transparent;opacity:0}.color_picker_input.transparent{opacity:0}.tab_nav .tab_nav_item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;padding:0 12px;font-size:11px;font-weight:400;text-transform:uppercase;border-bottom:4px solid rgba(255,255,255,0);cursor:pointer}.tab_nav .tab_nav_item i{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;width:24px;height:24px;font-size:24px}.tab_nav .tab_nav_item:hover,.tab_nav .tab_nav_item:focus,.tab_nav .tab_nav_item:active{color:#3fbee6;border-bottom:4px solid rgba(63,190,230,.8)}.tab_nav .tab_nav_item.active{color:#19a6ea;border-bottom:4px solid #19a6ea}.tab_nav .select_region,.tab_nav .select_region_absolute{position:relative!important;height:36px;border-bottom:4px solid rgba(255,255,255,0)}.tab_nav .select_region:hover,.tab_nav .select_region_absolute:hover,.tab_nav .select_region:focus,.tab_nav .select_region_absolute:focus,.tab_nav .select_region:active,.tab_nav .select_region_absolute:active{border-bottom:4px solid rgba(63,190,230,.8)}.tab_nav .select_region:hover i,.tab_nav .select_region_absolute:hover i,.tab_nav .select_region:focus i,.tab_nav .select_region_absolute:focus i,.tab_nav .select_region:active i,.tab_nav .select_region_absolute:active i{color:#3fbee6}.tab_nav .select_region.toggle,.tab_nav .toggle.select_region_absolute{border-bottom:4px solid #19a6ea}.tab_nav .select_region.toggle i,.tab_nav .toggle.select_region_absolute i{color:#19a6ea}.tab_nav .bookmaker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;padding:0 0 0 100px;border-bottom:6px solid rgba(255,255,255,0)}.tab_nav .action_options{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;height:36px;margin-left:auto}.tab_nav.medium,.tab_nav.medium .tab_nav_item,.tab_nav.medium .select_region,.tab_nav.medium .select_region_absolute,.tab_nav.medium .action_options,.tab_nav.medium .bookmaker{height:42px}.tab_content_wrap{position:relative;width:100%}.tab_content_wrap .tab_content{position:relative;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.tab_content_wrap .tab_content.market_padding{padding:25px 25px 10px}.tab_content_wrap .tab_content.active{display:-webkit-box;display:-ms-flexbox;display:flex}.market_table{width:100%}.market_table .m_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;border-bottom:1px solid #e2e8ed}.market_table .m_row:hover,.market_table .m_row:focus,.market_table .m_row:active{background-color:#8da2b61a}.market_table .m_row .m_cell{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-height:32px;padding:4px 6px}.market_table .m_row .m_cell:first-child{padding-left:20px}.market_table .m_row .m_cell:last-child{padding-right:20px}.market_table .m_row .m_cell.stake_name{min-width:90px;max-width:100px;padding-left:25px}.market_table .m_row .m_cell.st_id{min-width:180px}.market_table .m_row .m_cell.actions{-webkit-box-flex:unset;-ms-flex-positive:unset;flex-grow:unset;min-width:78px;margin-left:auto}.market_table .m_row .m_cell.actions i{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;font-size:24px;width:24px;height:24px;margin-right:10px}.market_table .m_row .m_cell.actions i:last-child{margin-right:0}.market_table .m_row.header{border-top:2px solid #e2e8ed;border-bottom:2px solid #e2e8ed;background-color:#8da2b61a}.market_table_grid{display:-webkit-box;display:-ms-flexbox;display:flex;padding:40px 20px 120px}.market_table_grid .market_table_label{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:stretch;-ms-flex-align:stretch;align-items:stretch;-ms-flex-negative:0;flex-shrink:0;width:238px}.market_table_grid .market_table_label .m_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px;border-right:1px solid rgba(141,162,182,.25);border-left:1px solid rgba(141,162,182,.25);border-bottom:1px solid rgba(141,162,182,.25)}.market_table_grid .market_table_label .m_col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:42px;height:32px;padding:6px;font-size:10px;text-transform:uppercase;border-right:1px solid rgba(141,162,182,.25)}.market_table_grid .market_table_label .flag_place{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.market_table_grid .market_table_label .tournament_name{padding:6px;font-size:10px;text-transform:uppercase}.market_table_grid .market_table_label .empty_row{border-bottom:0px solid rgba(141,162,182,0)}.market_table_grid .market_table_label .empty_row.border_gradient{height:46px;border-width:1px;border-style:solid;-o-border-image:linear-gradient(to bottom,rgba(141,162,182,.25),rgba(141,162,182,0)) 1 100%;border-image:-webkit-gradient(linear,left top,left bottom,from(rgba(141,162,182,.25)),to(rgba(141,162,182,0))) 1 100%;border-image:linear-gradient(to bottom,#8da2b640,#8da2b600) 1 100%}.market_table_grid .market_table_label .tournament_name,.market_table_grid .market_table_label .auto_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:32px;overflow:hidden}.market_table_grid .market_table_label .tournament_name input,.market_table_grid .market_table_label .auto_label input{width:auto;height:32px!important;color:#19a6ea;font-weight:700}.market_table_grid .market_table_label .tournament_name input::-webkit-input-placeholder,.market_table_grid .market_table_label .auto_label input::-webkit-input-placeholder{color:#3fbee6cc;text-transform:uppercase}.market_table_grid .market_table_label .tournament_name input::-moz-placeholder,.market_table_grid .market_table_label .auto_label input::-moz-placeholder{color:#3fbee6cc;text-transform:uppercase}.market_table_grid .market_table_label .tournament_name input:-ms-input-placeholder,.market_table_grid .market_table_label .auto_label input:-ms-input-placeholder{color:#3fbee6cc;text-transform:uppercase}.market_table_grid .market_table_label .tournament_name input:-moz-placeholder,.market_table_grid .market_table_label .auto_label input:-moz-placeholder{color:#3fbee6cc;text-transform:uppercase}.market_table_grid .market_table_label .code_row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:24px;padding:0 10px;font-size:11px}.market_table_grid .market_table_config{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:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow-x:auto}.market_table_grid .market_table_config>.market_wrapper{position:relative;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:flex-start;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0;border-top-width:0px;border-top-style:solid;border-top-color:transparent}.market_table_grid .market_table_config>.market_wrapper .market_controls{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;-ms-flex-item-align:stretch;align-self:stretch;min-width:42px;width:100%;height:32px;padding:6px;border-right:1px solid rgba(141,162,182,.25)}.market_table_grid .market_table_config>.market_wrapper .market_controls i{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;width:24px;height:24px;margin:0 2px;font-size:20px;opacity:0;-webkit-transition:opacity .15s ease-in-out;transition:opacity .15s ease-in-out}.market_table_grid .market_table_config>.market_wrapper>.market_label{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;-ms-flex-item-align:stretch;align-self:stretch;width:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;height:32px;padding:6px;font-size:10px;font-weight:700;text-transform:uppercase;border-bottom:1px solid rgba(141,162,182,.25);border-right:1px solid rgba(141,162,182,.25)}.market_table_grid .market_table_config>.market_wrapper .market_games{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-item-align:stretch;align-self:stretch}.market_table_grid .market_table_config>.market_wrapper .market_games .game_content{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-flex:1;-ms-flex-positive:1;flex-grow:1}.market_table_grid .market_table_config>.market_wrapper .market_games .game_content .game_name,.market_table_grid .market_table_config>.market_wrapper .market_games .game_content .typing_code,.market_table_grid .market_table_config>.market_wrapper .market_games .game_specifier,.market_table_grid .market_table_config>.market_wrapper .market_games .typing_code{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;min-width:42px;height:32px;padding:6px;font-size:10px;text-transform:uppercase;border-bottom:1px solid rgba(141,162,182,.25);border-right:1px solid rgba(141,162,182,.25)}.market_table_grid .market_table_config>.market_wrapper .market_games .game_content .game_name,.market_table_grid .market_table_config>.market_wrapper .market_games .game_specifier{font-weight:700}.market_table_grid .market_table_config>.market_wrapper .market_games .game_content .typing_code,.market_table_grid .market_table_config>.market_wrapper .market_games .typing_code{height:24px}.market_table_grid .market_table_config>.market_wrapper .market_games input.typing_code{width:100%}.market_table_grid .market_table_config>.market_wrapper .market_games .game_content .game_odd{height:46px;color:#8da2b600;border-right-width:1px;border-right-style:solid;-o-border-image:linear-gradient(to bottom,rgba(141,162,182,.25),rgba(141,162,182,0)) 1 100%;border-image:-webkit-gradient(linear,left top,left bottom,from(rgba(141,162,182,.25)),to(rgba(141,162,182,0))) 1 100%;border-image:linear-gradient(to bottom,#8da2b640,#8da2b600) 1 100%;border-bottom:0;border-left:0;border-top:0}.market_table_grid .market_table_config>.market_wrapper:hover .market_controls i,.market_table_grid .market_table_config>.market_wrapper:focus .market_controls i,.market_table_grid .market_table_config>.market_wrapper:active .market_controls i{opacity:1}.market_table_grid .market_table_config .add_market_last{position:relative;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:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:64px;padding:0 0 6px}.market_table_grid .market_table_config .add_market_last i{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;width:24px;height:24px;font-size:24px;color:#3fbee6;cursor:pointer}.market_table_grid .market_table_config .add_market_last i:hover,.market_table_grid .market_table_config .add_market_last i:focus,.market_table_grid .market_table_config .add_market_last i:active{color:#19a6ea}.market_table_grid .market_table_config .add_market_last .invisible_drop{position:absolute;top:0;left:0;width:32px;height:64px}.market_table_grid .market_table_config .add_market_last .invisible_drop.drop_menu.down .drop_list{top:56px}.market_table_grid .market_table_config .add_market{position:absolute;top:0;left: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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:32px;height:166px;margin-left:-16px;cursor:pointer}.market_table_grid .market_table_config .add_market i{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;font-size:24px;color:#3fbee6;cursor:pointer;opacity:0}.market_table_grid .market_table_config .add_market .stroke_top{width:2px;height:96px;background-color:#3fbee6;opacity:0}.market_table_grid .market_table_config .add_market .stroke_bottom{width:2px;height:46px;opacity:0;background:#3fbee6;background:-webkit-gradient(linear,left top,left bottom,from(#3fbee6),to(rgba(63,190,230,0)));background:linear-gradient(180deg,#3fbee6,#3fbee600);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#3fbee6",endColorstr="#3fbee6",GradientType=1)}.market_table_grid .market_table_config .add_market .invisible_drop{position:absolute;top:0;left:0;width:32px;height:64px}.market_table_grid .market_table_config .add_market:hover i,.market_table_grid .market_table_config .add_market:hover .stroke_top,.market_table_grid .market_table_config .add_market:hover .stroke_bottom,.market_table_grid .market_table_config .add_market:focus i,.market_table_grid .market_table_config .add_market:focus .stroke_top,.market_table_grid .market_table_config .add_market:focus .stroke_bottom,.market_table_grid .market_table_config .add_market:active i,.market_table_grid .market_table_config .add_market:active .stroke_top,.market_table_grid .market_table_config .add_market:active .stroke_bottom{opacity:1}.flag_model{display:block;width:26px;height:16px;-webkit-transform:skewX(-15deg);transform:skew(-15deg);background-color:#8da2b666}.footer_options{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;width:100%;padding:20px}.status_sign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:120px;height:24px;border-radius:12px;background-color:#8da2b64d;text-transform:uppercase}.status_sign .sign{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;width:24px;height:24px;border-radius:12px;font-size:11px;font-weight:700;color:#fff;background-color:#8da2b6}.status_sign .svg_icon{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;width:24px;height:24px;border-radius:12px;color:#8da2b6}.status_sign .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 0 0 10px;width:86px;font-size:11px;font-weight:400;color:#556373}.status_sign.yellow{background-color:#feb2004d}.status_sign.yellow .sign{color:#fff;background-color:#feb200}.status_sign.yellow .sign .svg_icon{color:#fff}.status_sign.yellow .svg_icon{color:#feb200;background-color:transparent}.status_sign.yellow .label{color:#b17300}.status_sign.orange{background-color:#fd9800b3}.status_sign.orange .sign{color:#fff;background-color:#fd8000}.status_sign.orange .sign .svg_icon{color:#fff}.status_sign.orange .svg_icon{color:#fd8000;background-color:transparent}.status_sign.orange .label{color:#905e01}.status_sign.red{background-color:#e3545440}.status_sign.red .sign{color:#fff;background-color:#e35454}.status_sign.red .sign .svg_icon{color:#fff}.status_sign.red .svg_icon{color:#e35454}.status_sign.red .label{color:#c41821}.status_sign.green{background-color:#7fbd224d}.status_sign.green .sign{color:#fff;background-color:#7fbd22}.status_sign.green .sign .svg_icon{color:#fff}.status_sign.green .svg_icon{color:#7fbd22;background-color:transparent}.status_sign.green .label{color:#5b9602}.status_sign.blue{background-color:#3fbee633}.status_sign.blue .sign{color:#fff;background-color:#3fbee6}.status_sign.blue .sign .svg_icon{color:#fff}.status_sign.blue .svg_icon{color:#3fbee6;background-color:transparent}.status_sign.blue .label{color:#19a6ea}.status_dot{position:relative;z-index:1;width:16px;height:16px;border-radius:10px;background-color:#8da2b6}.status_dot.yellow{background-color:#feb200}.status_dot.orange{background-color:#fd9800}.status_dot.red{background-color:#e35454}.status_dot.green{background-color:#7fbd22}.status_dot.blue{background-color:#3fbee6}.status_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:16px;line-height:16px;font-size:11px}.status_item .status_label{padding:0 6px;font-size:11px}.status_item .status_label.strong,.status_item strong{font-weight:600}.risk_tag_level{display:-webkit-box;display:-ms-flexbox;display:flex;height:16px;width:98%;position:relative}.risk_tag_level .milestones{position:absolute;z-index:6;width:100%;height:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.risk_tag_level .milestones .milestone_dot{display:inline-block;width:12px;height:12px;margin:2px;border-radius:6px;background-color:#0000}.risk_tag_level .full_bar{position:absolute;z-index:5;width:100%;height:16px;border-radius:8px;background-color:#6e849833}.risk_tag_level .full_bar .status_percentage{height:16px;border-radius:8px;background-color:#6e849826}.risk_tag_level .full_bar .status_percentage.blank{background-color:#6e849803;width:100%}.risk_tag_level .full_bar .status_percentage.red_1{background-color:#e74c3c;width:100%}.risk_tag_level .full_bar .status_percentage.red_2{background-color:#e74c3c;width:90%}.risk_tag_level .full_bar .status_percentage.red_3{background-color:#e74c3c;width:75%}.risk_tag_level .full_bar .status_percentage.orange{background-color:#e67e22;width:60%}.risk_tag_level .full_bar .status_percentage.yellow{background-color:#fcac01;width:45%}.risk_tag_level .full_bar .status_percentage.blue{background-color:#3498db;width:30%}.risk_tag_level .full_bar .status_percentage.green{background-color:#a3cb38;width:15%}.risk_tag_level .full_bar .status_percentage.gray{background-color:#6e849899;width:100%}.risk_tag_level.slim{width:100%;height:4px;border-radius:4px}.risk_tag_level.slim .milestones{height:4px;border-radius:4px}.risk_tag_level.slim .milestones .milestone_dot{width:4px;height:4px;margin:0;border-radius:4px}.risk_tag_level.slim .full_bar,.risk_tag_level.slim .status_percentage{height:4px;border-radius:4px}.search_dropdown_wrapper{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:32px}.search_dropdown_wrapper .actions{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px}.search_dropdown_wrapper .actions i{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;width:24px;height:24px;font-size:24px;margin-right:4px}.search_dropdown_wrapper .actions i.create:hover,.search_dropdown_wrapper .actions i.create:focus,.search_dropdown_wrapper .actions i.create:active{color:#7fbd22}.search_dropdown_wrapper .actions i.import:hover,.search_dropdown_wrapper .actions i.import:focus,.search_dropdown_wrapper .actions i.import:active{color:#19a6ea}.search_dropdown_wrapper.normal{height:32px}.search_dropdown_wrapper.medium{height:36px}.search_dropdown_wrapper.large{height:42px}.search_dropdown{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.search_dropdown input.src{padding:0 0 0 30px;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="%23c0c7cc" d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg>');background-repeat:no-repeat;background-position:3px center}.search_dropdown input.src:hover,.search_dropdown input.src:focus,.search_dropdown input.src:active{background-image:url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="24" height="24" viewBox="0 0 24 24"><path fill="%238795a3" d="M9.5,3A6.5,6.5 0 0,1 16,9.5C16,11.11 15.41,12.59 14.44,13.73L14.71,14H15.5L20.5,19L19,20.5L14,15.5V14.71L13.73,14.44C12.59,15.41 11.11,16 9.5,16A6.5,6.5 0 0,1 3,9.5A6.5,6.5 0 0,1 9.5,3M9.5,5C7,5 5,7 5,9.5C5,12 7,14 9.5,14C12,14 14,12 14,9.5C14,7 12,5 9.5,5Z" /></svg>');background-repeat:no-repeat;background-position:3px center}.search_dropdown .src_results{position:fixed;z-index:3000;-webkit-transform:translate(0px,34px);transform:translateY(34px);display:block;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-height:0;height:0;opacity:0;background-color:#fff;-webkit-box-shadow:0 6px 15px 2px rgba(141,162,182,.3);box-shadow:0 6px 15px 2px #8da2b64d;border-radius:4px;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.search_dropdown .src_results::-webkit-scrollbar{width:0px}.search_dropdown .src_results .list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:0;padding:0 8px;font-size:13px;line-height:14px;font-weight:400;opacity:0;background-color:#fff;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.search_dropdown .src_results .list_item.selected{color:#fff;background-color:#3fbee6}.search_dropdown .src_results .list_item:hover,.search_dropdown .src_results .list_item:focus,.search_dropdown .src_results .list_item:active{color:#fff;background-color:#19a6ea}.search_dropdown .src_results.toggle{max-height:320px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1}.search_dropdown .src_results.toggle .list_item{opacity:1;height:32px}.search_dropdown.small{height:32px;max-width:260px}.search_dropdown.small input.src{height:30px}.search_dropdown.small .src_results{-webkit-transform:translate(0px,32px);transform:translateY(32px)}.sport_filter_expand{position:relative;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;width:100%!important;height:60px!important;overflow-x:auto;overflow-y:hidden}.sport_filter_expand.from_left .sport_filter_list{left:48px}.sport_filter_expand.from_right .sport_filter_list{right:48px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sport_filter_expand .sport_filter_list{position:absolute;z-index:14;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;width:0;opacity:0;background-color:#fff;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sport_filter_expand .sport_filter_list .tool_item{width:0;opacity:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.sport_filter_expand .sport_filter_list .selected{color:#5b9602;background-color:#5b960233}.sport_filter_expand.toggle{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.sport_filter_expand.toggle .sport_filter_list{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;opacity:1}.sport_filter_expand.toggle .tool_item{width:48px;opacity:1;overflow:visible}.sport_filter_expand.medium{width:36px;height:36px}.sport_filter_expand.medium .tool_item,.sport_filter_expand.medium .tool_item:first-child{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;width:36px!important;height:36px!important;border-radius:20px;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.sport_filter_expand.medium .sport_filter_list .tool_item,.sport_filter_expand.medium .sport_filter_list .tool_item:first-child{width:0px!important;height:0px!important;opacity:0}.sport_filter_expand.medium.from_left .sport_filter_list{left:36px}.sport_filter_expand.medium.from_right .sport_filter_list{right:36px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sport_filter_expand.medium.toggle .sport_filter_list .tool_item,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:first-child{width:36px!important;height:36px!important;opacity:1}.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:hover,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:active,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:focus,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:first-child:hover,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:first-child:active,.sport_filter_expand.medium.toggle .sport_filter_list .tool_item:first-child:focus{color:#5b9602;background-color:#7fbd224d}.sport_filter_expand.tiny{width:32px;height:32px}.sport_filter_expand.tiny .tool_item,.sport_filter_expand.tiny .tool_item:first-child{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;width:32px!important;height:32px!important;border-radius:16px;-webkit-transition:opacity .1s ease-in-out;transition:opacity .1s ease-in-out}.sport_filter_expand.tiny .sport_filter_list .tool_item,.sport_filter_expand.tiny .sport_filter_list .tool_item:first-child{width:0px!important;height:0px!important;opacity:0}.sport_filter_expand.tiny.from_left .sport_filter_list{left:32px}.sport_filter_expand.tiny.from_right .sport_filter_list{right:32px;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:first-child{width:32px!important;height:32px!important;opacity:1}.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:hover,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:active,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:focus,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:first-child:hover,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:first-child:active,.sport_filter_expand.tiny.toggle .sport_filter_list .tool_item:first-child:focus{color:#5b9602;background-color:#7fbd224d}.t_head .sport_filter_list{background-color:#f8fafb}.socket_status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.socket_status .status_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:10px;line-height:10px;text-transform:uppercase}.socket_status i{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;width:24px;height:24px;font-size:24px;margin:0 10px}.socket_status.red_status .status_label{font-weight:600;color:#e35454}.socket_status.red_status i{color:#f30000;text-shadow:0px 0px 8px rgba(227,84,84,.8)}.socket_status.red_status i:after{position:absolute;width:50px;height:50px;border-radius:50%;content:"";opacity:0;pointer-events:none;border:2px solid rgba(227,84,84,.6);-webkit-animation:anim_jelena_effect .9s ease-out infinite;animation:anim_jelena_effect .9s ease-out infinite}.socket_status.green_status .status_label{font-weight:400}.socket_status.green_status i{color:#7fbd22}.socket_status.orange_status .status_label{font-weight:600;color:#fd9800}.socket_status.orange_status i{color:#fd9800}.match_details{background-color:#8da2b614}.match_markets{-webkit-box-shadow:0px 15px 60px -2px rgba(0,0,0,.2);box-shadow:0 15px 60px -2px #0003}.extended_title{display:-webkit-box;display:-ms-flexbox;display:flex;padding:15px 0 0 15px;margin:0 0 10px;border-bottom:1px solid rgba(141,162,182,.3)}.extended_title .competetor_info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 75px)}.extended_title .svg_icon{width:44px;height:44px;margin:0 16px 0 0}.extended_title .svg_icon .e_ico{width:36px;height:36px;font-size:36px}.extended_title .competetors{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:center;-ms-flex-pack:center;justify-content:center;width:100%;height:44px}.extended_title .competetors .home_team,.extended_title .competetors .away_team{width:100%;color:#556373;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:16px;line-height:18px;font-weight:600}.extended_title .tournament{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:20px;padding:2px 0 0;font-size:11px;line-height:11px;font-weight:400}.odd_controler .match_info,.odd_controler .match_events{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.odd_controler .info_section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:36px;padding:0 10px 0 30px;color:#657688}.odd_controler .info_section .label{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;text-align:right;padding-right:10px;font-size:13px;line-height:14px;height:36px;width:170px;color:#73879c}.odd_controler .info_section .parameter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;line-height:14px;font-weight:700;color:#4e6375;height:36px;color:#3a4551}.odd_controler .info_section .parameter.h_25{height:25px}.odd_controler .info_section .parameter .period{position:relative;z-index:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:0 6px}.odd_controler .info_section .parameter .period:first-child{padding:0 6px 0 0}.odd_controler .info_section .parameter .period .period_label{position:absolute;z-index:2;left:0;top:-10px;width:100%;height:8px;text-align:center;font-size:10px;font-weight:400;line-height:10px;text-transform:uppercase;opacity:.6}.odd_controler .info_section .actions i{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;width:24px;height:24px;font-size:24px}.odd_controler .section_title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:36px;padding:0 0 0 30px;color:#73879c;font-size:21px;font-weight:300}.odd_controler .match_events{width:100%;min-height:fit-content;height:210px;margin:20px 0;padding:20px 0;-webkit-box-shadow:0px 2px 16px 0px rgba(0,0,0,.14);box-shadow:0 2px 16px #00000024;background-color:#fff;border-top:1px solid rgba(141,162,182,.3);border-bottom:1px solid rgba(141,162,182,.3)}.odd_controler .match_events.result{height:fit-content;max-height:200px}.odd_controler .match_info.video_stream{position:-webkit-sticky;position:sticky;bottom:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.odd_controler .match_info.video_stream .info_section{-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;width:33.333%;height:42px}.odd_controler .match_info.video_stream .info_section .label{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.odd_controler .date{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:21px;padding:0 10px;font-weight:400}.odd_controler .time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:21px;padding:0 10px 0 0;border-right-width:1px;border-right-style:solid;border-right-color:#8da2b64d}.odd_controler .odds_controler_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:16px 0 15px 20px;position:-webkit-sticky;position:sticky;top:0;z-index:10;background-color:#fff;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#8da2b64d}.odd_controler .odds_controler_footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:20px;position:-webkit-sticky;position:sticky;bottom:0;z-index:10;background-color:#fff;border-top-width:1px;border-top-style:dotted;border-top-color:#8da2b657}.odd_controler .odds_controler_footer.bottom{position:absolute;bottom:0}.market_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;padding:8px 0 0;border-top-width:1px;border-top-style:dotted;border-top-color:#8da2b666}.market_wrapper:nth-child(2){border-top-width:0px;border-top-style:solid;border-top-color:#8da2b600}.market_wrapper:nth-last-child(2){margin-bottom:auto}.market_wrapper .game_wrapp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:32px;min-width:calc(33.333% - 8px);max-width:calc(50% - 8px);margin:0 8px 8px 0;border-radius:6px;border:2px solid rgba(141,162,182,.24);background-color:#fff;color:#3a4551;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.market_wrapper .game_wrapp .game_label{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;height:32px;width:calc(100% - 70px);padding:0 8px;font-size:11px;line-height:11px;font-weight:400;text-align:center;text-transform:uppercase;word-wrap:break-word}.market_wrapper .game_wrapp .game_label strong{font-weight:700;color:#3a4551}.market_wrapper .game_wrapp .game_odd{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;height:28px;width:70px;padding:0 8px;color:#3a4551;font-size:14px;line-height:14px;font-weight:700;text-align:center;border-radius:4px;border-left:1px solid rgba(141,162,182,.2);border-right:0;border-bottom:0;border-top:0;background-color:#8da2b61a}.market_wrapper .game_wrapp .save_btn{position:relative;right:-2px;height:32px;margin:0;padding:0 6px;border-radius:0 6px 6px 0}.market_wrapper .game_wrapp input.game_odd{position:relative;right:-2px;border-radius:4px 0 0 4px}.market_wrapper .game_wrapp:hover,.market_wrapper .game_wrapp:focus,.market_wrapper .game_wrapp:active{border:2px solid #8da2b6;background-color:#8da2b6}.market_wrapper .game_wrapp:hover .game_label,.market_wrapper .game_wrapp:focus .game_label,.market_wrapper .game_wrapp:active .game_label{color:#fff}.market_wrapper .game_wrapp:hover .game_odd,.market_wrapper .game_wrapp:focus .game_odd,.market_wrapper .game_wrapp:active .game_odd{color:#fff;background-color:#8da2b633;border-left:1px solid rgba(255,255,255,.8)}.market_wrapper .game_wrapp.red{border:2px solid rgba(227,84,84,.2);background-color:#e3545433;color:#801016}.market_wrapper .game_wrapp.red .game_label{color:#801016}.market_wrapper .game_wrapp.red .game_odd{color:#801016;background-color:#e3545433;border-left:1px solid rgba(227,84,84,0)}.market_wrapper .game_wrapp.red:hover,.market_wrapper .game_wrapp.red:focus,.market_wrapper .game_wrapp.red:active{border:2px solid #e35454;background-color:#e35454}.market_wrapper .game_wrapp.red:hover .game_label,.market_wrapper .game_wrapp.red:focus .game_label,.market_wrapper .game_wrapp.red:active .game_label{color:#fff}.market_wrapper .game_wrapp.red:hover .game_odd,.market_wrapper .game_wrapp.red:focus .game_odd,.market_wrapper .game_wrapp.red:active .game_odd{color:#fff;background-color:#e3545433;border-left:1px solid rgba(255,255,255,.4)}.market_wrapper .game_wrapp.green{border:2px solid rgba(127,189,34,.4);background-color:#7fbd224d;color:#2d4b01}.market_wrapper .game_wrapp.green .game_label{color:#2d4b01}.market_wrapper .game_wrapp.green .game_odd{color:#2d4b01;background-color:#7fbd2266;border-left:1px solid rgba(127,189,34,0)}.market_wrapper .game_wrapp.green:hover,.market_wrapper .game_wrapp.green:focus,.market_wrapper .game_wrapp.green:active{border:2px solid #7fbd22;background-color:#7fbd22}.market_wrapper .game_wrapp.green:hover .game_label,.market_wrapper .game_wrapp.green:focus .game_label,.market_wrapper .game_wrapp.green:active .game_label{color:#fff}.market_wrapper .game_wrapp.green:hover .game_odd,.market_wrapper .game_wrapp.green:focus .game_odd,.market_wrapper .game_wrapp.green:active .game_odd{color:#fff;background-color:#7fbd2233;border-left:1px solid rgba(255,255,255,.4)}.market_wrapper .game_wrapp.yellow{border:2px solid rgba(254,178,0,.4);background-color:#feb2004d;color:#7f5900}.market_wrapper .game_wrapp.yellow .game_label{color:#7f5900}.market_wrapper .game_wrapp.yellow .game_odd{color:#7f5900;background-color:#feb20066;border-left:1px solid rgba(254,178,0,0)}.market_wrapper .game_wrapp.yellow:hover,.market_wrapper .game_wrapp.yellow:focus,.market_wrapper .game_wrapp.yellow:active{border:2px solid #feb200;background-color:#feb200}.market_wrapper .game_wrapp.yellow:hover .game_label,.market_wrapper .game_wrapp.yellow:focus .game_label,.market_wrapper .game_wrapp.yellow:active .game_label{color:#7f5900}.market_wrapper .game_wrapp.yellow:hover .game_odd,.market_wrapper .game_wrapp.yellow:focus .game_odd,.market_wrapper .game_wrapp.yellow:active .game_odd{color:#7f5900;background-color:#feb20033;border-left:1px solid rgba(255,255,255,.4)}.market_wrapper .game_wrapp.blue{border:2px solid rgba(25,166,234,.3);background-color:#19a6ea4d;color:#0b5578}.market_wrapper .game_wrapp.blue .game_label{color:#0b5578}.market_wrapper .game_wrapp.blue .game_odd{color:#0b5578;background-color:#19a6ea4d;border-left:1px solid rgba(25,166,234,0)}.market_wrapper .game_wrapp.blue:hover,.market_wrapper .game_wrapp.blue:focus,.market_wrapper .game_wrapp.blue:active{border:2px solid #19a6ea;background-color:#19a6ea}.market_wrapper .game_wrapp.blue:hover .game_label,.market_wrapper .game_wrapp.blue:focus .game_label,.market_wrapper .game_wrapp.blue:active .game_label{color:#fff}.market_wrapper .game_wrapp.blue:hover .game_odd,.market_wrapper .game_wrapp.blue:focus .game_odd,.market_wrapper .game_wrapp.blue:active .game_odd{color:#fff;background-color:#19a6ea33;border-left:1px solid rgba(255,255,255,.4)}.market_wrapper .game_wrapp.emptyish{border:2px solid rgba(141,162,182,0);background-color:#8da2b640}.market_wrapper .game_wrapp.emptyish .game_label{color:#1d1f20}.market_wrapper .game_wrapp.emptyish .game_odd{color:#1d1f20;background-color:#8da2b600;border-left:1px solid rgba(141,162,182,.4)}.market_wrapper .game_wrapp.inactiveish{border:2px solid rgba(227,84,84,.4);background-color:#fff;color:#ad151d}.market_wrapper .game_wrapp.inactiveish .game_label{color:#ad151d}.market_wrapper .game_wrapp.inactiveish .game_odd{color:#ad151d;background-color:#e3545466;border-left:1px solid rgba(227,84,84,0)}.market_wrapper .game_wrapp.inactiveish:hover,.market_wrapper .game_wrapp.inactiveish:focus,.market_wrapper .game_wrapp.inactiveish:active{border:2px solid rgba(227,84,84,.4);background-color:#e3545433;color:#801016}.market_wrapper .game_wrapp.inactiveish:hover .game_label,.market_wrapper .game_wrapp.inactiveish:focus .game_label,.market_wrapper .game_wrapp.inactiveish:active .game_label{color:#801016}.market_wrapper .game_wrapp.inactiveish:hover .game_odd,.market_wrapper .game_wrapp.inactiveish:focus .game_odd,.market_wrapper .game_wrapp.inactiveish:active .game_odd{color:#801016;background-color:#e3545466;border-left:1px solid rgba(227,84,84,0)}.market_wrapper .game_margin{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;height:32px;width:46px;margin:0 8px 8px 0;padding:0 8px;font-size:14px;line-height:14px;font-weight:400;color:#73879c;background-color:#fff;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.market_wrapper .market_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:260px;padding:0 10px 0 0;font-size:13px;line-height:14px;text-align:right}.market_wrapper .market_label strong{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;height:32px;padding:0 4px;color:#3a4551;font-weight:700;text-align:right}.market_wrapper .market_label .label_content{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;height:32px;padding:0 4px;text-align:right}.market_wrapper .market_odd_list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;width:calc(100% - 440px)}.market_wrapper .market_actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;height:32px;width:180px;padding:0 10px 0 0}.market_wrapper .info_content{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;width:100%;height:200px;padding:0 4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.market_wrapper .info_content.small{height:32px}.market_wrapper.desabled{opacity:.4;pointer-events:none;background-color:#8da2b64d}.market_wrapper.desabled .market_label{color:#657688}.odd_controler_status .checkbox_button_group,.odd_controler_status .radio_button_group{-ms-flex-pack:distribute!important;justify-content:space-around!important;width:180px;padding:0 10px 0 0}span.ellipsis_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;z-index:99999;top:0;width:0;height:inherit;color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-transform:inherit;text-align:inherit;white-space:nowrap;background-color:#fff;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;visibility:hidden;opacity:0;-webkit-box-shadow:0 0 20px 0 rgba(85,99,115,.3);box-shadow:0 0 20px #5563734d;padding:10px 16px;border-radius:4px;-webkit-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.ellipsis_left{position:relative;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ellipsis_left span.ellipsis_content{left:0;-webkit-transform:translate(-16px,-10px);transform:translate(-16px,-10px)}.ellipsis_right{position:relative;cursor:pointer}.ellipsis_right span.ellipsis_content{right:0;-webkit-transform:translate(16px,-10px);transform:translate(16px,-10px)}*:hover.ellipsis_left{overflow:visible!important}*:hover.ellipsis_left span.ellipsis_content{visibility:visible;opacity:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:0 0 20px 0 rgba(85,99,115,.3);box-shadow:0 0 20px #5563734d}*:hover.ellipsis_left span.ellipsis_content.active{pointer-events:all;-webkit-user-select:all;-moz-user-select:all;-ms-user-select:all;user-select:all}*:hover.ellipsis_left span.ellipsis_content.active .tag_item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}*:hover.ellipsis_right{overflow:visible!important}*:hover.ellipsis_right span.ellipsis_content{visibility:visible;opacity:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;-webkit-box-shadow:0 0 20px 0 rgba(85,99,115,.3);box-shadow:0 0 20px #5563734d}*:hover.ellipsis_right span.ellipsis_content.active{pointer-events:all;-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}*:hover.ellipsis_right span.ellipsis_content.active .tag_item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.middle_controls{position:fixed;z-index:30;left:50%;-webkit-transform:translate(-50%,120px);transform:translate(-50%,120px);width:42px;min-height:120px}.middle_controls .control_option{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;width:42px;height:42px;margin-bottom:10px;border-radius:21px;background-color:#fff;-webkit-box-shadow:0px 2px 10px 0px rgba(0,0,0,.2);box-shadow:0 2px 10px #0003;-webkit-transition:all .16s ease-in-out;transition:all .16s ease-in-out;font-size:18px}.middle_controls .control_option.blue_hover:hover,.middle_controls .control_option.blue_hover:focus,.middle_controls .control_option.blue_hover:active{color:#fff;background-color:#19a6ea;-webkit-box-shadow:0px 2px 10px 0px rgba(25,166,234,.6);box-shadow:0 2px 10px #19a6ea99}.middle_controls .control_option.green_hover:hover,.middle_controls .control_option.green_hover:focus,.middle_controls .control_option.green_hover:active{color:#fff;background-color:#5b9602;-webkit-box-shadow:0px 2px 10px 0px rgba(91,150,2,.6);box-shadow:0 2px 10px #5b960299}.middle_controls .control_option.red_hover:hover,.middle_controls .control_option.red_hover:focus,.middle_controls .control_option.red_hover:active{color:#fff;background-color:#e35454;-webkit-box-shadow:0px 2px 10px 0px rgba(227,84,84,.6);box-shadow:0 2px 10px #e3545499}.middle_controls .control_option.orange_hover:hover,.middle_controls .control_option.orange_hover:focus,.middle_controls .control_option.orange_hover:active{color:#fff;background-color:#fd9800;-webkit-box-shadow:0px 2px 10px 0px rgba(253,152,0,.6);box-shadow:0 2px 10px #fd980099}.middle_controls .control_option.yellow_hover:hover,.middle_controls .control_option.yellow_hover:focus,.middle_controls .control_option.yellow_hover:active{color:#fff;background-color:#feb200;-webkit-box-shadow:0px 2px 10px 0px rgba(254,178,0,.6);box-shadow:0 2px 10px #feb20099}.svg-box{display:inline-block;position:relative;width:150px}.svg-box .green-stroke{stroke:#7cb342}.svg-box .red-stroke{stroke:#e35454}.svg-box .yellow-stroke{stroke:#ffc107}.svg-box .circular circle.path{stroke-dasharray:330;stroke-dashoffset:0;stroke-linecap:round;opacity:.4;-webkit-animation:.7s draw-circle ease-out;animation:.7s draw-circle ease-out}.svg-box .checkmark{stroke-width:6.25;stroke-linecap:round;position:absolute;top:56px;left:49px;width:52px;height:40px}.svg-box .checkmark path{-webkit-animation:1s draw-check ease-out;animation:1s draw-check ease-out}@-webkit-keyframes draw-circle{0%{stroke-dasharray:0,330;stroke-dashoffset:0;opacity:1}80%{stroke-dasharray:330,330;stroke-dashoffset:0;opacity:1}to{opacity:.4}}@keyframes draw-circle{0%{stroke-dasharray:0,330;stroke-dashoffset:0;opacity:1}80%{stroke-dasharray:330,330;stroke-dashoffset:0;opacity:1}to{opacity:.4}}@-webkit-keyframes draw-check{0%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:0}50%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:1}to{stroke-dasharray:130,80;stroke-dashoffset:48}}@keyframes draw-check{0%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:0}50%{stroke-dasharray:49,80;stroke-dashoffset:48;opacity:1}to{stroke-dasharray:130,80;stroke-dashoffset:48}}.svg-box .cross{stroke-width:6.25;stroke-linecap:round;position:absolute;top:54px;left:54px;width:40px;height:40px}.svg-box .cross .first-line{-webkit-animation:.7s draw-first-line ease-out;animation:.7s draw-first-line ease-out}.svg-box .cross .second-line{-webkit-animation:.7s draw-second-line ease-out;animation:.7s draw-second-line ease-out}@-webkit-keyframes draw-first-line{0%{stroke-dasharray:0,56;stroke-dashoffset:0}50%{stroke-dasharray:0,56;stroke-dashoffset:0}to{stroke-dasharray:56,330;stroke-dashoffset:0}}@keyframes draw-first-line{0%{stroke-dasharray:0,56;stroke-dashoffset:0}50%{stroke-dasharray:0,56;stroke-dashoffset:0}to{stroke-dasharray:56,330;stroke-dashoffset:0}}@-webkit-keyframes draw-second-line{0%{stroke-dasharray:0,55;stroke-dashoffset:1}50%{stroke-dasharray:0,55;stroke-dashoffset:1}to{stroke-dasharray:55,0;stroke-dashoffset:70}}@keyframes draw-second-line{0%{stroke-dasharray:0,55;stroke-dashoffset:1}50%{stroke-dasharray:0,55;stroke-dashoffset:1}to{stroke-dasharray:55,0;stroke-dashoffset:70}}.svg-box .alert-sign{stroke-width:6.25;stroke-linecap:round;position:absolute;top:40px;left:68px;width:15px;height:70px;-webkit-animation:.5s alert-sign-bounce cubic-bezier(.175,.885,.32,1.275);animation:.5s alert-sign-bounce cubic-bezier(.175,.885,.32,1.275)}.svg-box .alert-sign .dot{stroke:none;fill:#ffc107}@-webkit-keyframes alert-sign-bounce{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes alert-sign-bounce{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}50%{-webkit-transform:scale(0);transform:scale(0);opacity:1}to{-webkit-transform:scale(1);transform:scale(1)}}.select_box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;max-width:200px;padding:0 15px 0 0;height:32px}.select_box select{height:32px;min-width:160px;padding:0 6px;border-radius:4px;border:1px solid rgba(143,164,184,.5);font-size:14px}.select_box select:required:invalid{color:#8fa4b8}.select_box option[value=""][disabled]{display:none}.select_box option{display:-webkit-box;display:-ms-flexbox;display:flex;color:#8da2b6;height:24px;line-height:24px;padding:10px}.select_box.accent select:required:invalid{color:#73879c;font-weight:600;text-transform:uppercase}.select_box.accent option{color:#73879c;font-weight:600;text-transform:none}.selectbox_wrapper{position:relative;width:100%;height:34px}.selectbox_wrapper *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.selectbox_wrapper .selectbox_fixed{position:fixed;z-index:101;min-width:200px;max-width:300px;height:34px}.selectbox_dropdown{position:absolute;top:0;left:0;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:240px;height:34px;overflow:hidden;font-weight:400;border-radius:4px;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.selectbox_dropdown i{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;width:24px;height:24px;overflow:hidden;font-size:24px}.selectbox_dropdown .selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:34px;font-size:13px;padding-right:10px;overflow:hidden;border-radius:4px;border:1px solid rgba(143,164,184,.4);-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out;cursor:pointer}.selectbox_dropdown .selected .selectbox_list_item{height:34px;opacity:1}.selectbox_dropdown .selected .selectbox_list_item .light_label{color:#73879ca6}.selectbox_dropdown .selected .selectbox_list_item:hover,.selectbox_dropdown .selected .selectbox_list_item:focus,.selectbox_dropdown .selected .selectbox_list_item:active{background-color:#8fa4b800}.selectbox_dropdown .selected:hover,.selectbox_dropdown .selected:focus,.selectbox_dropdown .selected:active{border:1px solid rgba(143,164,184,.4);background-color:#8fa4b800}.selectbox_dropdown .selected i{-webkit-transform:rotateX(0deg);transform:rotateX(0)}.selectbox_dropdown .selectbox_list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:0;overflow:hidden;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.selectbox_dropdown .selectbox_list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:0;width:100%;overflow:hidden;opacity:0;font-size:13px;line-height:13px;padding:0 10px;cursor:pointer}.selectbox_dropdown .selectbox_list_item .select_label,.selectbox_dropdown .selectbox_list_item .light_label,.selectbox_dropdown .selectbox_list_item .bold_label{font-size:13px}.selectbox_dropdown .selectbox_list_item .light_label{padding-right:10px}.selectbox_dropdown .selectbox_list_item .bold_label{font-weight:700}.selectbox_dropdown .selectbox_list_item.active_item i{color:#fd9800}.selectbox_dropdown .selectbox_list_item:hover,.selectbox_dropdown .selectbox_list_item:focus,.selectbox_dropdown .selectbox_list_item:active{background-color:#8fa4b81f}.selectbox_dropdown .selectbox_list_item .light_label{color:#73879cbf}.selectbox_dropdown.expanded{-webkit-box-shadow:0px 6px 20px 0px rgba(0,0,0,.2);box-shadow:0 6px 20px #0003;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.selectbox_dropdown.expanded .selected{border-radius:0;border:1px solid rgba(255,255,255,.3);border-bottom:1px solid rgba(143,164,184,.3)}.selectbox_dropdown.expanded .selected i{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.selectbox_dropdown.expanded .selected:active,.selectbox_dropdown.expanded .selected:focus,.selectbox_dropdown.expanded .selected:hover{background-color:#8fa4b81f}.selectbox_dropdown.expanded .selectbox_list{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:256px;-ms-flex-flow:wrap;flex-flow:wrap;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.selectbox_dropdown.expanded .selectbox_list::-webkit-scrollbar{width:0px}.selectbox_dropdown.expanded .selectbox_list .selectbox_list_item{opacity:1;height:32px}.selectbox_wrapper.small{height:18px}.selectbox_wrapper.small .selectbox_dropdown{position:absolute;top:0;left:0;z-index:3;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background-color:#8da2b6;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;max-width:200px;height:18px;overflow:hidden;font-weight:400;font-size:10px;line-height:10px;color:#fff;border-radius:3px;-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.selectbox_wrapper.small .selectbox_dropdown i{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;width:18px;height:18px;overflow:hidden;font-size:18px}.selectbox_wrapper.small .selectbox_dropdown .selected{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;font-size:10px;line-height:10px;color:#fff;padding-right:2px;overflow:hidden;border-radius:2px;border:0px solid rgba(141,162,182,0);background-color:#8da2b6;cursor:pointer}.selectbox_wrapper.small .selectbox_dropdown .selected .selectbox_list_item{height:18px;opacity:1}.selectbox_wrapper.small .selectbox_dropdown .selected .selectbox_list_item .light_label{color:#73879ca6}.selectbox_wrapper.small .selectbox_dropdown .selected .selectbox_list_item:hover,.selectbox_wrapper.small .selectbox_dropdown .selected .selectbox_list_item:focus,.selectbox_wrapper.small .selectbox_dropdown .selected .selectbox_list_item:active{background-color:#8fa4b800}.selectbox_wrapper.small .selectbox_dropdown .selected:hover,.selectbox_wrapper.small .selectbox_dropdown .selected:focus,.selectbox_wrapper.small .selectbox_dropdown .selected:active{border:0px solid rgba(143,164,184,0);background-color:#4e6375}.selectbox_wrapper.small .selectbox_dropdown .selected i{-webkit-transform:rotateX(0deg);transform:rotateX(0)}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list{-ms-flex-flow:wrap;flex-flow:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:0;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:0;overflow:hidden;opacity:0;font-size:10px;line-height:10px;text-transform:uppercase;padding:0 0 0 6px;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .select_label,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .light_label,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .bold_label{font-size:10px}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .light_label{padding-right:0}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .bold_label{font-weight:700}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item.active_item .select_label,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item.active_item .light_label,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item.active_item .bold_label{font-weight:700;color:#19a6ea}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item:hover,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item:focus,.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item:active{background-color:#4e6375}.selectbox_wrapper.small .selectbox_dropdown .selectbox_list_item .light_label{color:#73879ca6}.selectbox_wrapper.small .selectbox_dropdown.expanded{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.selectbox_wrapper.small .selectbox_dropdown.expanded .selected{border-radius:0;border:0 solid #fff;border-bottom:0px solid #fff;height:24px}.selectbox_wrapper.small .selectbox_dropdown.expanded .selected i{-webkit-transform:rotateX(180deg);transform:rotateX(180deg)}.selectbox_wrapper.small .selectbox_dropdown.expanded .selected:active,.selectbox_wrapper.small .selectbox_dropdown.expanded .selected:focus,.selectbox_wrapper.small .selectbox_dropdown.expanded .selected:hover{background-color:#4e6375}.selectbox_wrapper.small .selectbox_dropdown.expanded .selectbox_list{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:256px;-ms-flex-flow:wrap;flex-flow:wrap;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.selectbox_wrapper.small .selectbox_dropdown.expanded .selectbox_list::-webkit-scrollbar{width:0px}.selectbox_wrapper.small .selectbox_dropdown.expanded .selectbox_list .selectbox_list_item{opacity:1;height:24px}.search_form{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:36px;max-width:240px;color:#8fa4b8}.search_form .search_field{height:32px;width:100%;padding:0 32px 0 10px;font-size:14px;font-family:Open Sans,sans-serif;border:1px solid rgba(143,164,184,.5);border-radius:4px}.search_form .search_field.margin_right_5{margin-right:0}.search_form .src_toggle{position:absolute;z-index:3;right:5px;font-size:24px;line-height:24px}.search_form ::-webkit-input-placeholder{font-size:12px;text-transform:uppercase;color:#8fa4b8cc;-webkit-user-select:none;user-select:none}.search_form ::-moz-placeholder{font-size:12px;text-transform:uppercase;color:#8fa4b8cc;-moz-user-select:none;-webkit-user-select:none;user-select:none}.search_form :-ms-input-placeholder{font-size:12px;text-transform:uppercase;color:#8fa4b8cc;-ms-user-select:none;-webkit-user-select:none;user-select:none}.search_form :-moz-placeholder{font-size:12px;text-transform:uppercase;color:#8fa4b8cc;-moz-user-select:none;-webkit-user-select:none;user-select:none}.search_form.toggle_left{position:relative;height:48px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search_form.toggle_left .search_field{opacity:0;width:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.search_form.toggle_left .src_toggle{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;position:absolute;z-index:30;right:0;left:auto;width:48px;height:48px;border-radius:24px;opacity:1;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.search_form.toggle_left .src_toggle:hover,.search_form.toggle_left .src_toggle:active,.search_form.toggle_left .src_toggle:focus{color:#4e6375;background-color:#4e63751a}.search_form.toggle_left .src_btn{position:absolute;z-index:-2;right:0;left:auto;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;width:48px;height:48px;opacity:0;cursor:pointer;font-size:24px}.search_form.toggle_left .src_btn:hover,.search_form.toggle_left .src_btn:active,.search_form.toggle_left .src_btn:focus{color:#4e6375}.search_form.toggle_left.toggle .src_toggle{opacity:0;z-index:-1}.search_form.toggle_left.toggle .search_field{width:240px;opacity:1}.search_form.toggle_left.toggle .search_field.margin_right_5{margin-right:5px}.search_form.toggle_left.toggle .src_btn{opacity:1;z-index:30}.search_form.toggle_left.toggle .message{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.search_form.toggle_right{position:relative;height:48px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.search_form.toggle_right .search_field{opacity:0;width:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;text-indent:32px}.search_form.toggle_right .src_toggle{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;position:absolute;z-index:30;left:0;right:auto;width:48px;height:48px;border-radius:24px;opacity:1;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.search_form.toggle_right .src_toggle:hover,.search_form.toggle_right .src_toggle:active,.search_form.toggle_right .src_toggle:focus{color:#4e6375;background-color:#4e63751a}.search_form.toggle_right .src_btn{position:absolute;z-index:-2;left:0;right:auto;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;width:48px;height:48px;opacity:0;cursor:pointer;font-size:24px}.search_form.toggle_right .src_btn:hover,.search_form.toggle_right .src_btn:active,.search_form.toggle_right .src_btn:focus{color:#4e6375}.search_form.toggle_right.toggle .src_toggle{opacity:0;z-index:-1}.search_form.toggle_right.toggle .search_field{width:240px;opacity:1}.search_form.toggle_right.toggle .search_field.margin_right_5{margin-right:5px}.search_form.toggle_right.toggle .src_btn{opacity:1;z-index:30}.search_form.toggle_right.toggle .message{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1}.search_form .message{position:absolute;bottom:5px;left:8px;z-index:6;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;height:10px;padding:1px 4px;background-color:#fff;font-size:10px}.search_form.msg_redish .search_field{border:2px solid #e35454;color:#e35454}.search_form.msg_redish .search_field::-webkit-input-placeholder{color:#e3545499}.search_form.msg_redish .search_field::-moz-placeholder{color:#e3545499}.search_form.msg_redish .search_field:-ms-input-placeholder{color:#e3545499}.search_form.msg_redish .search_field:-moz-placeholder{color:#e3545499}.search_form.msg_redish .src_btn{color:#e35454}.search_form.msg_redish .src_btn:hover,.search_form.msg_redish .src_btn:active,.search_form.msg_redish .src_btn:focus{color:#c41821}.search_form.msg_redish .message{color:#e35454}.search_form.msg_blue .search_field{border:2px solid #3fbee6;color:#3fbee6}.search_form.msg_blue .search_field::-webkit-input-placeholder{color:#3fbee699}.search_form.msg_blue .search_field::-moz-placeholder{color:#3fbee699}.search_form.msg_blue .search_field:-ms-input-placeholder{color:#3fbee699}.search_form.msg_blue .search_field:-moz-placeholder{color:#3fbee699}.search_form.msg_blue .src_btn{color:#3fbee6}.search_form.msg_blue .src_btn:hover,.search_form.msg_blue .src_btn:active,.search_form.msg_blue .src_btn:focus{color:#19a6ea}.search_form.msg_blue .message{color:#3fbee6}.search_form.msg_green .search_field{border:2px solid #7fbd22;color:#7fbd22}.search_form.msg_green .search_field::-webkit-input-placeholder{color:#7fbd2299}.search_form.msg_green .search_field::-moz-placeholder{color:#7fbd2299}.search_form.msg_green .search_field:-ms-input-placeholder{color:#7fbd2299}.search_form.msg_green .search_field:-moz-placeholder{color:#7fbd2299}.search_form.msg_green .src_btn{color:#7fbd22}.search_form.msg_green .src_btn:hover,.search_form.msg_green .src_btn:active,.search_form.msg_green .src_btn:focus{color:#5b9602}.search_form.msg_green .message{color:#7fbd22}.search_form.msg_orange .search_field{border:2px solid #fd9800;color:#fd9800}.search_form.msg_orange .search_field::-webkit-input-placeholder{color:#fd980099}.search_form.msg_orange .search_field::-moz-placeholder{color:#fd980099}.search_form.msg_orange .search_field:-ms-input-placeholder{color:#fd980099}.search_form.msg_orange .search_field:-moz-placeholder{color:#fd980099}.search_form.msg_orange .src_btn{color:#fd9800}.search_form.msg_orange .src_btn:hover,.search_form.msg_orange .src_btn:active,.search_form.msg_orange .src_btn:focus{color:#fd9800}.search_form.msg_orange .message{color:#fd9800}.search_form.msg_gray .search_field{border:1px solid rgba(141,162,182,.5);color:#8da2b6}.search_form.msg_gray .search_field::-webkit-input-placeholder{color:#8da2b699}.search_form.msg_gray .search_field::-moz-placeholder{color:#8da2b699}.search_form.msg_gray .search_field:-ms-input-placeholder{color:#8da2b699}.search_form.msg_gray .search_field:-moz-placeholder{color:#8da2b699}.search_form.msg_gray .src_btn{color:#8da2b6}.search_form.msg_gray .src_btn:hover,.search_form.msg_gray .src_btn:active,.search_form.msg_gray .src_btn:focus{color:#556373}.search_form.msg_gray .message{color:#8da2b6}.one_line_form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:30px;width:100%;border-radius:4px;border:1px solid rgba(143,164,184,.5)}.one_line_form.width_80{width:80px}.one_line_form.width_150{width:150px}.one_line_form .react-datepicker-wrapper,.one_line_form input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:50%;max-width:100%;height:18px;padding:0 10px;border:0 solid transparent;border-left:1px solid rgba(143,164,184,.5);border-radius:0;color:#73879c;font-size:11px;text-transform:uppercase}.one_line_form .react-datepicker-wrapper::-webkit-input-placeholder,.one_line_form input::-webkit-input-placeholder{color:#73879c99}.one_line_form .react-datepicker-wrapper::-moz-placeholder,.one_line_form input::-moz-placeholder{color:#73879c99}.one_line_form .react-datepicker-wrapper:-ms-input-placeholder,.one_line_form input:-ms-input-placeholder{color:#73879c99}.one_line_form .react-datepicker-wrapper:-moz-placeholder,.one_line_form input:-moz-placeholder{color:#73879c99}.one_line_form .react-datepicker-wrapper:first-child,.one_line_form input:first-child{border-left:0px solid rgba(143,164,184,0)}.one_line_form .react-datepicker-wrapper input{width:100%;padding:0}.one_line_form button.ico_btn{width:24px;height:24px;padding:0}.one_line_form.action{border-radius:4px 0 0 4px!important;border-right:0 solid rgba(143,164,184,0);width:calc(100% - 32px)}input[type=date]::-webkit-inner-spin-button{display:none;-webkit-appearance:none}.one_line_form_action{margin:0!important;padding:0 5px!important;border-radius:0 4px 4px 0!important}.btn{height:24px;padding:0 8px;margin:0 3px;font-family:Open Sans,sans-serif;text-transform:uppercase;font-size:11px;line-height:10px;border-radius:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;background-color:#8da2b6}.btn *{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn i{font-size:18px;line-height:20px}.btn:hover,.btn:focus,.btn:active{color:#fff;background-color:#4e6375}.btn.lg{height:34px;padding:0 14px;margin:0 3px;font-size:12px;line-height:12px;font-weight:600;text-transform:uppercase;border-radius:4px}.btn.lg.round{border-radius:20px;padding:0 18px}.btn.lg_32{height:32px;padding:0 14px;margin:0 3px;font-size:12px;line-height:12px;font-weight:600;text-transform:uppercase;border-radius:4px}.btn.lg_32.round{border-radius:20px;padding:0 18px}.btn.md{height:30px;padding:0 14px;margin:0 3px;font-size:11px;line-height:14px;text-transform:uppercase;border-radius:3px}.btn.md.round{border-radius:20px;padding:0 18px}.btn.tiny{height:20px;padding:0 6px;margin:0 3px;font-size:10px;line-height:20px;text-transform:uppercase;border-radius:4px;border-width:0!important}.btn.tiny.round{border-radius:12px;padding:0 10px}.btn.round{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;padding:0 12px;border-radius:12px}.btn.outline{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#8da2b6;border:1px solid #8da2b6;background-color:#8da2b600}.btn.outline:hover,.btn.outline:focus,.btn.outline:active{color:#fff;border:1px solid #8da2b6;background-color:#8da2b6}.btn.ico{padding:0}.btn.transparent{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#8fa4b8;background-color:#8fa4b800}.btn.transparent:hover,.btn.transparent:focus,.btn.transparent:active{color:#fff;background-color:#8fa4b8}.btn.transparent i{font-size:24px;line-height:24px}.btn.light{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#4e6375cc;background-color:#8da2b64d}.btn.light:hover,.btn.light:focus,.btn.light:active{color:#fff;background-color:#8da2b6}.btn.light.outline{color:#8da2b6;border:1px solid rgba(141,162,182,.5);background-color:#8da2b600}.btn.light.outline:hover,.btn.light.outline:focus,.btn.light.outline:active{color:#4e6375;border:1px solid rgba(141,162,182,0);background-color:#8da2b64d}.btn.red{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(227,84,84,0);background-color:#e35454}.btn.red:hover,.btn.red:focus,.btn.red:active{color:#fff;border:2px solid rgba(196,55,55,0);background-color:#c43737}.btn.red.outline{color:#e35454;border:2px solid #e35454;background-color:#e3545400}.btn.red.outline:hover,.btn.red.outline:focus,.btn.red.outline:active{color:#fff;border:2px solid rgba(227,84,84,0);background-color:#e35454}.btn.red.outline_thin{color:#e35454;border:1px solid #e35454;background-color:#e3545400}.btn.red.outline_thin:hover,.btn.red.outline_thin:focus,.btn.red.outline_thin:active{color:#fff;border:1px solid rgba(227,84,84,0);background-color:#e35454}.btn.red.transparent{color:#e35454;border:0px solid rgba(227,84,84,0);background-color:#e3545400}.btn.red.transparent:hover,.btn.red.transparent:focus,.btn.red.transparent:active{color:#fff;border:0px solid rgba(227,84,84,0);background-color:#e35454}.btn.green{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(127,189,34,0);background-color:#7fbd22}.btn.green:hover,.btn.green:focus,.btn.green:active{color:#fff;border:2px solid rgba(101,158,16,0);background-color:#659e10}.btn.green.outline{color:#7fbd22;border:2px solid #7fbd22;background-color:#7fbd2200}.btn.green.outline:hover,.btn.green.outline:focus,.btn.green.outline:active{color:#fff;border:2px solid rgba(127,189,34,0);background-color:#7fbd22}.btn.green.outline_thin{color:#7fbd22;border:1px solid #7fbd22;background-color:#7fbd2200}.btn.green.outline_thin:hover,.btn.green.outline_thin:focus,.btn.green.outline_thin:active{color:#fff;border:1px solid rgba(127,189,34,0);background-color:#7fbd22}.btn.green.transparent{color:#7fbd22;border:0px solid rgba(127,189,34,0);background-color:#7fbd2200}.btn.green.transparent:hover,.btn.green.transparent:focus,.btn.green.transparent:active{color:#fff;border:0px solid rgba(127,189,34,0);background-color:#7fbd22}.btn.green_bold{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(39,174,96,0);background-color:#27ae60}.btn.green_bold:hover,.btn.green_bold:focus,.btn.green_bold:active{color:#fff;border:2px solid rgba(16,121,60,0);background-color:#10793c}.btn.green_bold.outline{color:#27ae60;border:2px solid #27ae60;background-color:#27ae6000}.btn.green_bold.outline:hover,.btn.green_bold.outline:focus,.btn.green_bold.outline:active{color:#fff;border:2px solid rgba(16,121,60,0);background-color:#10793c}.btn.green_bold.outline_thin{color:#27ae60;border:1px solid #27ae60;background-color:#27ae6000}.btn.green_bold.outline_thin:hover,.btn.green_bold.outline_thin:focus,.btn.green_bold.outline_thin:active{color:#fff;border:1px solid rgba(16,121,60,0);background-color:#10793c}.btn.green_bold.transparent{color:#27ae60;border:0px solid rgba(39,174,96,0);background-color:#27ae6000}.btn.green_bold.transparent:hover,.btn.green_bold.transparent:focus,.btn.green_bold.transparent:active{color:#fff;border:0px solid rgba(39,174,96,0);background-color:#27ae60}.btn.orange{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(253,152,0,0);background-color:#fd9800}.btn.orange:hover,.btn.orange:focus,.btn.orange:active{color:#fff;border:2px solid rgba(202,121,0,0);background-color:#ca7900}.btn.orange.outline{color:#fd9800;border:2px solid #fd9800;background-color:#fd980000}.btn.orange.outline:hover,.btn.orange.outline:focus,.btn.orange.outline:active{color:#fff;border:2px solid rgba(253,152,0,0);background-color:#fd9800}.btn.orange.outline_thin{color:#fd9800;border:1px solid #fd9800;background-color:#fd980000}.btn.orange.outline_thin:hover,.btn.orange.outline_thin:focus,.btn.orange.outline_thin:active{color:#fff;border:1px solid rgba(253,152,0,0);background-color:#fd9800}.btn.orange.transparent{color:#fd9800;border:0px solid rgba(253,152,0,0);background-color:#fd980000}.btn.orange.transparent:hover,.btn.orange.transparent:focus,.btn.orange.transparent:active{color:#fff;border:0px solid rgba(253,152,0,0);background-color:#fd9800}.btn.blue{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(0,160,253,0);background-color:#00a0fd}.btn.blue:hover,.btn.blue:focus,.btn.blue:active{color:#fff;border:2px solid rgba(0,136,214,0);background-color:#0088d6}.btn.blue.outline{color:#00a0fd;border:2px solid #00a0fd;background-color:#00a0fd00}.btn.blue.outline:hover,.btn.blue.outline:focus,.btn.blue.outline:active{color:#fff;border:2px solid rgba(0,160,253,0);background-color:#00a0fd}.btn.blue.outline_thin{color:#00a0fd;border:1px solid #00a0fd;background-color:#00a0fd00}.btn.blue.outline_thin:hover,.btn.blue.outline_thin:focus,.btn.blue.outline_thin:active{color:#fff;border:1px solid rgba(0,160,253,0);background-color:#00a0fd}.btn.blue.transparent{color:#00a0fd;border:0px solid rgba(0,160,253,0);background-color:#00a0fd00}.btn.blue.transparent:hover,.btn.blue.transparent:focus,.btn.blue.transparent:active{color:#fff;border:0px solid rgba(0,160,253,0);background-color:#00a0fd}.btn.light_blue{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:2px solid rgba(63,190,230,0);background-color:#3fbee6}.btn.light_blue:hover,.btn.light_blue:focus,.btn.light_blue:active{color:#fff;border:2px solid rgba(11,146,187,0);background-color:#0b92bb}.btn.light_blue.outline{color:#3fbee6;border:2px solid #3fbee6;background-color:#3fbee600}.btn.light_blue.outline:hover,.btn.light_blue.outline:focus,.btn.light_blue.outline:active{color:#fff;border:2px solid rgba(63,190,230,0);background-color:#3fbee6}.btn.light_blue.outline_thin{color:#3fbee6;border:1px solid #3fbee6;background-color:#3fbee600}.btn.light_blue.outline_thin:hover,.btn.light_blue.outline_thin:focus,.btn.light_blue.outline_thin:active{color:#fff;border:1px solid rgba(63,190,230,0);background-color:#3fbee6}.btn.light_blue.transparent{color:#3fbee6;border:0px solid rgba(63,190,230,0);background-color:#3fbee600}.btn.light_blue.transparent:hover,.btn.light_blue.transparent:focus,.btn.light_blue.transparent:active{color:#fff;border:0px solid rgba(63,190,230,0);background-color:#3fbee6}.tag_item{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;white-space:nowrap;cursor:pointer;color:#fff;font-size:10px;text-transform:uppercase;height:18px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0 3px;padding:0 6px;border-radius:3px;background-color:#8da2b6;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.tag_item:hover,.tag_item:active,.tag_item:focus{background-color:#4e6375;color:#fff}.tag_item.outline{color:#8da2b6;border:1px solid #8da2b6;background-color:#8da2b600}.tag_item.outline:hover,.tag_item.outline:focus,.tag_item.outline:active{color:#fff;border:1px solid rgba(141,162,182,0);background-color:#8da2b6}.tag_item.light{color:#4e6375;background-color:#8da2b64d}.tag_item.light:hover,.tag_item.light:active,.tag_item.light:focus{background-color:#4e6375;color:#fff}.tag_item.light.outline{color:#4e6375;border:1px solid rgba(78,99,117,.5);background-color:#4e637500}.tag_item.light.outline:hover,.tag_item.light.outline:focus,.tag_item.light.outline:active{color:#4e6375;border:1px solid rgba(78,99,117,0);background-color:#4e63754d}.tag_item.redish{color:#fff;background-color:#e35454}.tag_item.redish:hover,.tag_item.redish:active,.tag_item.redish:focus{background-color:#c41821;color:#fff}.tag_item.redish.outline{color:#8da2b6;border:1px solid rgba(141,162,182,.5);background-color:#8da2b600}.tag_item.redish.outline:hover,.tag_item.redish.outline:focus,.tag_item.redish.outline:active{color:#4e6375;border:1px solid rgba(141,162,182,0);background-color:#8da2b64d}.tag_item.green{color:#fff;background-color:#7fbd22}.tag_item.green:hover,.tag_item.green:active,.tag_item.green:focus{background-color:#5b9602;color:#fff}.tag_item.green.outline{color:#8da2b6;border:1px solid rgba(141,162,182,.5);background-color:#8da2b600}.tag_item.green.outline:hover,.tag_item.green.outline:focus,.tag_item.green.outline:active{color:#4e6375;border:1px solid rgba(141,162,182,0);background-color:#8da2b64d}.tag_item.blue{-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;color:#fff;border:1px solid rgba(0,160,253,0);background-color:#00a0fd}.tag_item.blue:hover,.tag_item.blue:focus,.tag_item.blue:active{color:#fff;border:1px solid rgba(0,136,214,0);background-color:#0088d6}.tag_item.blue.outline{color:#00a0fd;border:1px solid #00a0fd;background-color:#00a0fd00}.tag_item.blue.outline:hover,.tag_item.blue.outline:focus,.tag_item.blue.outline:active{color:#fff;border:1px solid rgba(0,160,253,0);background-color:#00a0fd}input,select,textarea{padding:0 8px;font-family:Open Sans,sans-serif;font-size:13px;color:#73879c;border-radius:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:1px solid rgba(143,164,184,.4)}input.tiny,select.tiny,textarea.tiny{height:20px;padding:0 8px;font-size:11px}input.tiny:hover,input.tiny:focus,input.tiny:active,select.tiny:hover,select.tiny:focus,select.tiny:active,textarea.tiny:hover,textarea.tiny:focus,textarea.tiny:active{background-color:#fff}input.small,select.small,textarea.small{height:24px;padding:0 8px;font-size:11px}input.small:hover,input.small:focus,input.small:active,select.small:hover,select.small:focus,select.small:active,textarea.small:hover,textarea.small:focus,textarea.small:active{background-color:#fff}input.stake_edit,select.stake_edit,textarea.stake_edit{max-height:32px;width:55px;padding:0 8px;text-align:right}input.stake_edit:hover,input.stake_edit:focus,input.stake_edit:active,select.stake_edit:hover,select.stake_edit:focus,select.stake_edit:active,textarea.stake_edit:hover,textarea.stake_edit:focus,textarea.stake_edit:active{background-color:#fff}input.height_md,select.height_md,textarea.height_md{height:30px!important}input.height_lg_32,select.height_lg_32,textarea.height_lg_32{height:32px!important}input.height_lg_34,select.height_lg_34,textarea.height_lg_34{height:34px!important}input.short_120,select.short_120,textarea.short_120{width:120px!important}input.short,select.short,textarea.short{max-height:32px;width:75px!important;padding:0 8px}input.normal,select.normal,textarea.normal{height:32px;padding:0 8px;font-size:13px}input.medium,select.medium,textarea.medium{height:36px;padding:0 8px;font-size:13px}input.large,select.large,textarea.large{height:42px;padding:0 8px;font-size:13px}input.invisible,select.invisible,textarea.invisible{border:0px solid rgba(143,164,184,0)}input.full_w,select.full_w,textarea.full_w{width:100%!important}input.focus:hover,select.focus:hover,textarea.focus:hover{border:2px solid #19a6ea}input.focus:focus,select.focus:focus,textarea.focus:focus{border:2px solid #19a6ea;-webkit-box-shadow:0 0 16px 2px rgba(25,166,234,.6)!important;box-shadow:0 0 16px 2px #19a6ea99!important}input::-webkit-input-placeholder,select::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#73879c66}input::-moz-placeholder,select::-moz-placeholder,textarea::-moz-placeholder{color:#73879c66}input:-ms-input-placeholder,select:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#73879c66}input:-moz-placeholder,select:-moz-placeholder,textarea:-moz-placeholder{color:#73879c66}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}textarea{width:100%;padding:4px 8px}.color_picker_presenter{width:65px;height:40px;margin-right:16px;border-radius:3px}.form_input{width:100%;margin:0 3px 10px 0;width:32px;height:32px}.form_input input{margin:0}.input_message{display:-webkit-box;display:-ms-flexbox;display:flex;justify-items:center;width:100%;color:#73879c;font-size:13px;line-height:24px}.input_message i{font-size:24px}.input_message.error{color:#e35454}.input_message.success{color:#7fbd22}ul.checkbox_list{list-style:none;width:100%}ul.checkbox_list li.checkbox_list_item{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;width:100%;height:42px;font-size:16px;line-height:16px}ul.checkbox_list li.checkbox_list_item input[type=checkbox],ul.checkbox_list li.checkbox_list_item label{cursor:pointer}ul.checkbox_list li.checkbox_list_item label{text-indent:10px}.form_group.form_line_input{position:relative;margin:0 0 25px;padding-top:20px;width:100%}.form_horizontal .form_group.form_line_input{padding-top:10px;margin:0 -15px 20px}.form_horizontal .form_group.form_line_input>label{padding-top:5px;font-size:12px;color:#73879c;opacity:.8}.form_group.form_line_input .form_control{background:none;border:0;border-bottom:1px solid rgba(115,135,156,.4);color:#73879c;-webkit-box-shadow:none;box-shadow:none;width:100%;line-height:30px;padding-left:0;padding-right:0;font-size:14px}.form_group.form_line_input .form_control.form_control_static{border-bottom:0}.form_group.form_line_input .form_control.input_sm{font-size:14px;padding:6px 0}.form_group.form_line_input .form_control.input_lg{font-size:20px;padding:14px 0}.form_group.form_line_input .form_control~label,.form_group.form_line_input .form_control~.form_control_focus{width:100%;position:absolute;left:0;bottom:0;pointer-events:none}.form_horizontal .form_group.form_line_input .form_control~label,.form_horizontal .form_group.form_line_input .form_control~.form_control_focus{width:auto;left:15px;right:15px}.form_group.form_line_input .form_control~label:after,.form_group.form_line_input .form_control~.form_control_focus:after{content:"";position:absolute;z-index:5;bottom:0;left:0;height:2px;width:0;visibility:hidden;-webkit-transition:.2s ease all;transition:.2s ease all}.form_group.form_line_input .form_control~label{top:0;margin-bottom:0;font-size:14px;color:#73879c;opacity:.6}.form_group.form_line_input .form_control~.help_block_error{opacity:1}.form_group.form_line_input .form_control.edited:not([readonly])~label,.form_group.form_line_input .form_control.edited:not([readonly])~.form_control_focus,.form_group.form_line_input .form_control:focus:not([readonly])~label,.form_group.form_line_input .form_control:focus:not([readonly])~.form_control_focus{color:#73879c}.form_group.form_line_input .form_control.edited:not([readonly])~label:after,.form_group.form_line_input .form_control.edited:not([readonly])~.form_control_focus:after,.form_group.form_line_input .form_control:focus:not([readonly])~label:after,.form_group.form_line_input .form_control:focus:not([readonly])~.form_control_focus:after{visibility:visible;left:0;width:100%;background:#7fbd22}.form_group.form_line_input .form_control.edited:not([readonly])~label,.form_group.form_line_input .form_control:focus:not([readonly])~label{opacity:1}.form_group.form_line_input .form_control.edited:not([readonly])~.help_block,.form_group.form_line_input .form_control:focus:not([readonly])~.help_block{color:#73879c;opacity:1}.form_group.form_line_input .form_control.edited:not([readonly])~.help_block_error,.form_group.form_line_input .form_control:focus:not([readonly])~.help_block_error{opacity:0}.form_group.form_line_input .form_control.edited:not([readonly]):not(:focus)~.help_block{opacity:0}.form_group.form_line_input .form_control.edited:not([readonly]):not(:focus)~.help_block_error{opacity:0}.form_group.form_line_input .form_control[readonly],.form_group.form_line_input .form_control[disabled],fieldset[disabled] .form_group.form_line_input .form_control{background:none;cursor:not-allowed;border-bottom:1px dashed #73879c}.form_group.form_line_input.form_floating_label .form_control~label{font-size:14px;top:45px;-webkit-transition:.2s ease all;transition:.2s ease all;color:#73879c}.form_group.form_line_input.form_floating_label .form_control[readonly]~label,.form_group.form_line_input.form_floating_label .form_control.edited~label,.form_group.form_line_input.form_floating_label .form_control.form_control_static~label,.form_group.form_line_input.form_floating_label .form_control:focus:not([readonly])~label,.form_group.form_line_input.form_floating_label .form_control.focus:not([readonly])~label{top:25px;font-size:13px}.form_group.form_line_input.form_floating_label .form_control.input_sm~label{font-size:12px;top:24px}.form_group.form_line_input.form_floating_label .form_control.input_sm[readonly]~label,.form_group.form_line_input.form_floating_label .form_control.input_sm.form_control_static~label,.form_group.form_line_input.form_floating_label .form_control.input_sm.edited~label,.form_group.form_line_input.form_floating_label .form_control.input_sm:focus:not([readonly])~label,.form_group.form_line_input.form_floating_label .form_control.input_sm.focus:not([readonly])~label{top:0;font-size:13px}.form_group.form_line_input.form_floating_label .form_control.input_lg~label{font-size:20px;top:30px}.form_group.form_line_input.form_floating_label .form_control.input_lg[readonly]~label,.form_group.form_line_input.form_floating_label .form_control.input_lg.edited~label,.form_group.form_line_input.form_floating_label .form_control.input_lg.form_control_static~label,.form_group.form_line_input.form_floating_label .form_control.input_lg:focus:not([readonly])~label,.form_group.form_line_input.form_floating_label .form_control.input_lg.focus:not([readonly])~label{top:0;font-size:13px}.form_group.form_line_input.form_floating_label .input_icon>label{padding-left:34px}.form_group.form_line_input.form_floating_label .input_icon.right>label{padding-left:0;padding-right:34px}.form_group.form_line_input.form_floating_label .input_group.left_addon label{padding-left:34px}.form_group.form_line_input.form_floating_label .input_group.right_addon label{padding-right:34px}.form_group.form_line_input+.input_icon{padding-top:0}.form_group.form_line_input .help_block{position:absolute;margin:2px 0 0;opacity:0;font-size:13px}.form_group.form_line_input>.input_icon>i{left:0;bottom:0;margin:9px 2px 10px 10px;color:#73879c;position:absolute;font-size:24px}.form_group.form_line_input>.input_icon.input_icon_lg>i{top:6px}.form_group.form_line_input>.input_icon.input_icon_sm>i{top:-1px}.form_group.form_line_input>.input_icon .form_control{padding-left:34px}.form_group.form_line_input>.input_icon>label{margin-top:-20px}.form_group.form_line_input>.input_icon.right .form_control{padding-left:0;padding-right:34px}.form_group.form_line_input>.input_icon.right>i{left:auto;right:0;margin:2px 0 2px 15px}.form_group.form_line_input+.input_group{padding-top:0}.form_group.form_line_input .input_group{padding-top:0}.form_group.form_line_input .input_group>label{margin-top:-20px}.form_group.form_line_input .input_group .input_group_addon{border-radius:0;background:none;border:0;border-bottom:1px solid #73879c}.form_group.form_line_input .input_group+.input_group_control{padding-top:0}.form_group.form_line_input .input_group .input_group_control{padding-top:0;position:relative;display:table-cell;vertical-align:bottom}.form_group.form_line_input .input_group .input_group_control>label{margin-top:-20px}.form_group.form_line_input .input_group .input_group_btn .btn{border-radius:3px}.form_group.form_line_input .input_group .input_group_btn.btn_left .btn{margin-right:10px}.form_group.form_line_input .input_group .input_group_btn.btn_right .btn{margin-left:10px}.form_group.form_line_input .input_group .help_block{margin-top:35px}.form_group.form_line_input .input_group.input_group_sm .help_block{margin-top:30px}.form_group.form_line_input .input_group.input_group_lg .help_block{margin-top:47px}.form_inline .form_line_input{margin:0 20px 0 0;padding-top:0}.form_inline .form_line_input>.input_icon{padding:0}.form_horizontal .form_group.form_line_input .input_icon .form_control{padding-left:33px}.form_horizontal .form_group.form_line_input .input_icon>i{top:0}.form_horizontal .form_group.form_line_input .input_icon.right .form_control{padding-left:0;padding-right:33px}.form_horizontal .form_group.form_line_input .input_icon>.form_control_focus{left:0!important;right:0!important}.form_horizontal .form_group.form_line_input .input_group{padding-top:0}.form_horizontal .form_group.form_line_input .input_group>.input_group_btn .btn{margin-bottom:0!important}.form_horizontal .form_group.form_line_input .input_group>.input_group_control{padding-top:0}.form_horizontal .form_group.form_line_input .input_group>.input_group_control>.form_control_focus{left:0!important;right:0!important}.form_horizontal .form_group.form_line_input .input_group>.form_control_focus{left:0!important;right:0!important}.date_time_form{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;width:100%}.input_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;height:32px;font-size:13px;font-weight:400;line-height:16px}.input_label.normal{height:32px}.input_label.medium{height:36px}.input_label.large{height:42px}.input_label.small,.input_label .small,.input_label small{font-size:10px;line-height:16px;font-weight:400;text-transform:uppercase;color:#8da2b6}.input_label.strong,.input_label .strong,.input_label strong{font-size:14px;line-height:16px;font-weight:700;color:#657688}.input_label.has_warning.small,.input_label.has_warning .small,.input_label.has_warning small,.input_label.has_warning.strong,.input_label.has_warning .strong,.input_label.has_warning strong{color:#e35454}.input_form_group{position:relative;z-index:1;padding:1px;border:1px solid rgba(143,164,184,.4);border-radius:4px;-webkit-transition:all .1s ease-in-out;transition:all .1s ease-in-out}.input_form_group .separator{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;width:4px;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.input_form_group .separator.vert_line{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;width:9px}.input_form_group .separator.vert_line .line{width:1px;height:14px;background-color:#8fa4b866}.input_form_group.edit_result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:56px;height:36px;border-radius:4px;border:2px solid rgba(143,164,184,0);cursor:pointer}.input_form_group.edit_result input[type=text],.input_form_group.edit_result input[type=number]{width:100%;height:36px;padding:2px;color:#556373;cursor:pointer;pointer-events:all;font-weight:400;border-radius:4px;border:0px solid transparent;background-color:transparent;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.input_form_group.edit_result input[type=text].team_home,.input_form_group.edit_result input[type=number].team_home{text-align:right;padding:2px 0 2px 2px}.input_form_group.edit_result input[type=text].team_away,.input_form_group.edit_result input[type=number].team_away{padding:2px 2px 2px 0}.input_form_group.normal.edit_result,.input_form_group.normal input[type=text],.input_form_group.normal input[type=number]{height:32px}.input_form_group.periods_2{width:121px}.input_form_group.periods_3{width:186px}.input_form_group.periods_4,.input_form_group.periods_5,.input_form_group.periods_6,.input_form_group.periods_7,.input_form_group.periods_8,.input_form_group.periods_9,.input_form_group.periods_10,.input_form_group.periods_11,.input_form_group.periods_12,.input_form_group.periods_13,.input_form_group.periods_14{width:251px}.input_form_group:hover{padding:0;border:2px solid rgba(143,164,184,.4)}.input_form_group:focus-within{z-index:100;background-color:#fff;padding:0;border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}.input_form_group.timeframe{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}.input_form_group.timeframe input{width:80px;font-size:13px;text-transform:uppercase}.input_form_group.timeframe input::-webkit-input-placeholder{font-size:11px!important}.input_form_group.timeframe input::-moz-placeholder{font-size:11px!important}.input_form_group.timeframe input:-ms-input-placeholder{font-size:11px!important}.input_form_group.timeframe input:-moz-placeholder{font-size:11px!important}.input_form_group.w_radio_select{padding:0;border:1px solid rgba(141,162,182,.4)}.input_form_group.w_radio_select input[type=text],.input_form_group.w_radio_select input[type=number]{height:30px;padding:6px;color:#556373;cursor:pointer;pointer-events:all;font-weight:400;border-radius:4px;border:0px solid transparent;background-color:transparent;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out}.input_form_group.w_radio_select .payment_amount{width:100px}.input_form_group.w_radio_select:hover{padding:0;border:1px solid rgba(141,162,182,.6)}.input_form_group.w_radio_select:focus-within{z-index:100;background-color:#fff;padding:0;border:1px solid rgba(141,162,182,.8);-webkit-box-shadow:0 0 0px 0px rgba(25,166,234,0);box-shadow:0 0 #19a6ea00}textarea.short_description{width:100%!important;height:140px!important}.value_filter_form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:28px;border-radius:4px;background-color:#fff;border:1px solid rgba(143,164,184,.5)}.value_filter_form input{max-width:80px;height:28px;padding:0 4px;border:none;background-color:transparent}.value_filter_form .btn_ico{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;width:28px;height:28px;border-radius:4px;color:#5c6e81;background-color:#8da2b61a}.value_filter_form .btn_ico i{font-size:14px}.value_filter_form .btn_ico:hover,.value_filter_form .btn_ico:focus,.value_filter_form .btn_ico:active{color:#5c6e81;background-color:#8da2b666}.value_filter_form .btn_ico.active{color:#fff;background-color:#00a0fd}.form_row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:8px 0}.form_row .input_label{-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding-right:10px}.form_row .input_icon{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;position:absolute;z-index:3;top:0;right:0;width:32px;height:32px}.form_row .input_icon i{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;width:18px;height:18px;font-size:18px}.form_row.radio_inline .checkbox_custom{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.form_row.read_only label,.form_row.read_only input,.form_row.read_only select,.form_row.read_only textarea{background:#fff;border-width:0!important;border-color:#fff!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;color:#3f4750;font-weight:600}.form_col .input_label{width:100%;height:20px;font-size:12px;padding:0 0 4px 10px}.form_col input,.form_col select,.form_col textarea{width:100%;border-radius:3px;border:none!important;-webkit-box-shadow:inset 0px 0px 0px 1px rgba(143,164,184,.4)!important;box-shadow:inset 0 0 0 1px #8fa4b866!important}.form_col input:hover,.form_col input:active,.form_col select:hover,.form_col select:active,.form_col textarea:hover,.form_col textarea:active{border:none!important;-webkit-box-shadow:inset 0px 0px 0px 1px #00a0fd!important;box-shadow:inset 0 0 0 1px #00a0fd!important}.form_col input:focus,.form_col select:focus,.form_col textarea:focus{border:none!important;-webkit-box-shadow:inset 0px 0px 0px 2px #00a0fd,0 0 16px 2px rgba(0,160,253,.2)!important;box-shadow:inset 0 0 0 2px #00a0fd,0 0 16px 2px #00a0fd33!important}.a_radio{position:relative}.a_radio input[type=radio]{visibility:hidden;position:absolute}.a_radio label{cursor:pointer;padding-left:30px}.a_radio label>span{display:block;position:absolute;left:0;-webkit-transition-duration:.3s;transition-duration:.3s}.a_radio label>.box{top:0;border:2px solid #73879c;height:20px;width:20px;border-radius:50%!important;z-index:5}.a_radio label>.box:after{display:block;position:absolute;opacity:0;top:-22px;left:-22px;width:60px;height:60px;border-radius:30px;content:"";background-color:#8da2b61a}.a_radio label>.check{top:5px;left:5px;width:10px;height:10px;background:#7fbd22;opacity:0;z-index:6;border-radius:50%!important;-webkit-transform:scale(0);transform:scale(0)}.a_radio input[type=radio]:checked~label>.check{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.a_radio input[type=radio]:checked~label>.box{border:2px solid #7fbd22}.a_radio input[type=radio]:checked~label>.box:after{opacity:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation:radio_click .3s forwards;animation:radio_click .3s forwards}.a_radio input[type=radio]:disabled~label,.a_radio input[type=radio][disabled]~label,.a_radio input[type=radio]:disabled~label>.box,.a_radio input[type=radio][disabled]~label>.box,.a_radio input[type=radio]:disabled:checked~label>.check,.a_radio input[type=radio][disabled]:checked~label>.check{cursor:not-allowed;opacity:.5}@-webkit-keyframes radio_click{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}@keyframes radio_click{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(0);transform:scale(0)}}.a_radio_list{margin:10px 0}.form_horizontal .a_radio_list{margin-top:5px}.a_radio_list .a_radio{display:block;margin-bottom:20px}.a_radio_inline{margin:5px 0}.form_horizontal .a_radio_inline{margin-top:7px}.a_radio_inline .a_radio{display:inline-block;margin-right:20px}.a_radio_inline .a_radio:last-child{margin-right:0}@-webkit-keyframes growCircleRadio{0%,to{-webkit-transform:scale(0);transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25);transform:scale(1.25)}}@keyframes growCircleRadio{0%,to{-webkit-transform:scale(0);transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25);transform:scale(1.25)}}.a_checkbox{position:relative}.a_checkbox.a_checkbox_inline{display:inline-block;width:100%}.form_inline .a_checkbox.a_checkbox_inline{margin-right:20px;top:3px}.a_checkbox input[type=checkbox]{visibility:hidden;position:absolute}.a_checkbox label{cursor:pointer;padding-left:30px;font-size:16px;line-height:20px}.a_checkbox label>span{display:block;position:absolute;left:0;-webkit-transition-duration:.3s;transition-duration:.3s}.a_checkbox label>span.inc{background:#fff;left:-20px;top:-20px;height:60px;width:60px;opacity:0;border-radius:50%!important}.a_checkbox label>.box{top:0;border:2px solid #73879c;height:20px;width:20px;z-index:5;-webkit-transition-delay:.2s;transition-delay:.2s}.a_checkbox label>.check{top:-4px;left:6px;width:10px;height:20px;border:2px solid #7fbd22;border-top:none;border-left:none;opacity:0;z-index:5;-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition-delay:.3s;transition-delay:.3s}.a_checkbox label>span.inc{-webkit-animation:growCircle .3s ease;animation:growCircle .3s ease}.a_checkbox input[type=checkbox]:checked~label>.box{opacity:0;-webkit-transform:scale(0) rotate(-180deg);transform:scale(0) rotate(-180deg)}.a_checkbox input[type=checkbox]:checked~label>.check{opacity:1;-webkit-transform:scale(1) rotate(45deg);transform:scale(1) rotate(45deg)}.a_checkbox input[type=checkbox]:disabled~label,.a_checkbox input[type=checkbox][disabled]~label,.a_checkbox input[type=checkbox]:disabled~label>.box,.a_checkbox input[type=checkbox][disabled]~label>.box,.a_checkbox input[type=checkbox]:disabled:checked~label>.check,.a_checkbox input[type=checkbox][disabled]:checked~label>.check{cursor:not-allowed;opacity:.5}.a_checkbox_list{margin:10px 0;width:100%}.form_horizontal .a_checkbox_list{margin-top:5px}.a_checkbox_list .a_checkbox{display:block;margin-bottom:20px}.a_checkbox_list .a_checkbox:last-child{margin-bottom:0}.a_checkbox_inline{margin:5px 0}.form_horizontal .a_checkbox_inline{margin-top:7px}.a_checkbox_inline .a_checkbox{display:inline-block;margin-right:20px}.a_checkbox_inline .a_checkbox:last-child{margin-right:0}@-webkit-keyframes growCircle{0%,to{-webkit-transform:scale(0);transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25);transform:scale(1.25)}}@keyframes growCircle{0%,to{-webkit-transform:scale(0);transform:scale(0);opacity:1}70%{background:#eee;-webkit-transform:scale(1.25);transform:scale(1.25)}}.checkbox_custom,.radio_custom{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;height:32px;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.checkbox_custom i,.radio_custom i{font-size:24px}.checkbox_custom .check_cover,.checkbox_custom .radio_cover,.radio_custom .check_cover,.radio_custom .radio_cover{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;width:32px;height:32px;border-radius:18px;font-size:14px;font-weight:600;text-transform:uppercase}.checkbox_custom .check_cover.square,.checkbox_custom .radio_cover.square,.radio_custom .check_cover.square,.radio_custom .radio_cover.square{border-radius:8px}.checkbox_custom .check_cover.unchecked,.checkbox_custom .radio_cover.unchecked,.radio_custom .check_cover.unchecked,.radio_custom .radio_cover.unchecked{color:#617386;background-color:#8da2b61a;border:2px solid rgba(141,162,182,.4)}.checkbox_custom .check_cover.checked,.checkbox_custom .radio_cover.checked,.radio_custom .check_cover.checked,.radio_custom .radio_cover.checked{color:#303944;background-color:#8da2b666;border:2px solid rgba(141,162,182,.1)}.checkbox_custom:hover .check_cover.unchecked,.checkbox_custom:hover .radio_cover.unchecked,.checkbox_custom:focus .check_cover.unchecked,.checkbox_custom:focus .radio_cover.unchecked,.checkbox_custom:active .check_cover.unchecked,.checkbox_custom:active .radio_cover.unchecked,.radio_custom:hover .check_cover.unchecked,.radio_custom:hover .radio_cover.unchecked,.radio_custom:focus .check_cover.unchecked,.radio_custom:focus .radio_cover.unchecked,.radio_custom:active .check_cover.unchecked,.radio_custom:active .radio_cover.unchecked{color:#556373;background-color:#8da2b666;border:2px solid #8da2b6}.checkbox_custom:hover .check_cover.checked,.checkbox_custom:hover .radio_cover.checked,.checkbox_custom:focus .check_cover.checked,.checkbox_custom:focus .radio_cover.checked,.checkbox_custom:active .check_cover.checked,.checkbox_custom:active .radio_cover.checked,.radio_custom:hover .check_cover.checked,.radio_custom:hover .radio_cover.checked,.radio_custom:focus .check_cover.checked,.radio_custom:focus .radio_cover.checked,.radio_custom:active .check_cover.checked,.radio_custom:active .radio_cover.checked{color:#fff;background-color:#8da2b6cc;border:2px solid #8da2b6}.checkbox_custom strong,.radio_custom strong{font-weight:700;cursor:pointer}.checkbox_custom input[type=checkbox],.checkbox_custom input[type=radio],.radio_custom input[type=checkbox],.radio_custom input[type=radio]{position:absolute;z-index:6;opacity:0;display:inline-block;width:24px;height:24px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.checkbox_custom .checked,.radio_custom .checked{display:none}.checkbox_custom input[type=checkbox]:checked~.checked,.radio_custom input[type=checkbox]:checked~.checked{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox_custom input[type=checkbox]:checked~.unchecked,.radio_custom input[type=checkbox]:checked~.unchecked{display:none}.checkbox_custom input[type=checkbox]:disabled,.radio_custom input[type=checkbox]:disabled{cursor:auto}.checkbox_custom input[type=checkbox]:disabled~.mdi,.radio_custom input[type=checkbox]:disabled~.mdi{opacity:.3;cursor:auto}.checkbox_custom input[type=radio]:checked~.checked,.radio_custom input[type=radio]:checked~.checked{display:-webkit-box;display:-ms-flexbox;display:flex}.checkbox_custom input[type=radio]:checked~.unchecked,.radio_custom input[type=radio]:checked~.unchecked{display:none}.checkbox_custom input[type=radio]:disabled,.radio_custom input[type=radio]:disabled{cursor:auto}.checkbox_custom input[type=radio]:disabled~.mdi,.radio_custom input[type=radio]:disabled~.mdi{opacity:.3;cursor:auto}.checkbox_custom label,.radio_custom label{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox_custom label .strong,.radio_custom label .strong{font-weight:700}.checkbox_custom label strong,.radio_custom label strong{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 8px;font-weight:700}.checkbox_custom label.left,.radio_custom label.left{padding-right:8px}.checkbox_custom label.right,.radio_custom label.right{padding-left:8px}.checkbox_custom.check_right input[type=checkbox],.checkbox_custom.check_right input[type=radio],.checkbox_custom.radio_right input[type=checkbox],.checkbox_custom.radio_right input[type=radio],.radio_custom.check_right input[type=checkbox],.radio_custom.check_right input[type=radio],.radio_custom.radio_right input[type=checkbox],.radio_custom.radio_right input[type=radio]{left:auto;right:0}.checkbox_custom.check_right label,.checkbox_custom.radio_right label,.radio_custom.check_right label,.radio_custom.radio_right label{padding-left:0;padding-right:8px}.checkbox_custom.check_left input[type=checkbox],.checkbox_custom.check_left input[type=radio],.checkbox_custom.radio_left input[type=checkbox],.checkbox_custom.radio_left input[type=radio],.radio_custom.check_left input[type=checkbox],.radio_custom.check_left input[type=radio],.radio_custom.radio_left input[type=checkbox],.radio_custom.radio_left input[type=radio]{left:0;right:auto}.checkbox_custom.check_left label,.checkbox_custom.radio_left label,.radio_custom.check_left label,.radio_custom.radio_left label{padding-left:8px;padding-right:0}.checkbox_custom.chek_only,.checkbox_custom.radio_only,.radio_custom.chek_only,.radio_custom.radio_only{width:24px;height:24px}.checkbox_custom.large i,.radio_custom.large i{font-size:32px}.checkbox_custom.large.chek_only,.checkbox_custom.large.radio_only,.checkbox_custom.large input[type=checkbox],.checkbox_custom.large input[type=radio],.radio_custom.large.chek_only,.radio_custom.large.radio_only,.radio_custom.large input[type=checkbox],.radio_custom.large input[type=radio]{width:32px;height:32px}.checkbox_custom.medium i,.radio_custom.medium i{font-size:28px}.checkbox_custom.medium.chek_only,.checkbox_custom.medium.radio_only,.checkbox_custom.medium input[type=checkbox],.checkbox_custom.medium input[type=radio],.radio_custom.medium.chek_only,.radio_custom.medium.radio_only,.radio_custom.medium input[type=checkbox],.radio_custom.medium input[type=radio],.checkbox_custom.medium .check_cover,.checkbox_custom.medium .radio_cover,.radio_custom.medium .check_cover,.radio_custom.medium .radio_cover{width:28px;height:28px}.checkbox_custom.medium .check_cover.square,.checkbox_custom.medium .radio_cover.square,.radio_custom.medium .check_cover.square,.radio_custom.medium .radio_cover.square{border-radius:6px}.checkbox_custom.small,.radio_custom.small{width:24px;height:24px}.checkbox_custom.small i,.radio_custom.small i{font-size:20px}.checkbox_custom.small.chek_only,.checkbox_custom.small.radio_only,.checkbox_custom.small input[type=checkbox],.checkbox_custom.small input[type=radio],.radio_custom.small.chek_only,.radio_custom.small.radio_only,.radio_custom.small input[type=checkbox],.radio_custom.small input[type=radio]{width:24px;height:24px}.checkbox_custom.small .check_cover,.checkbox_custom.small .radio_cover,.radio_custom.small .check_cover,.radio_custom.small .radio_cover{width:20px;height:20px;font-size:11px;margin:2px}.checkbox_custom.small .check_cover.square,.checkbox_custom.small .radio_cover.square,.radio_custom.small .check_cover.square,.radio_custom.small .radio_cover.square{border-radius:4px}.checkbox_custom.small label,.radio_custom.small label{height:16px;font-size:13px;line-height:16px;letter-spacing:-.3px}.checkbox_custom.tiny i,.radio_custom.tiny i{font-size:16px}.checkbox_custom.tiny.chek_only,.checkbox_custom.tiny.radio_only,.checkbox_custom.tiny input[type=checkbox],.checkbox_custom.tiny input[type=radio],.radio_custom.tiny.chek_only,.radio_custom.tiny.radio_only,.radio_custom.tiny input[type=checkbox],.radio_custom.tiny input[type=radio]{width:16px;height:16px}.checkbox_custom.tiny .check_cover,.checkbox_custom.tiny .radio_cover,.radio_custom.tiny .check_cover,.radio_custom.tiny .radio_cover{width:16px;height:16px;margin:2px;font-size:10px;font-weight:600}.checkbox_custom.tiny .check_cover.square,.checkbox_custom.tiny .radio_cover.square,.radio_custom.tiny .check_cover.square,.radio_custom.tiny .radio_cover.square{border-radius:2px}.checkbox_custom.tiny label,.radio_custom.tiny label{height:16px;font-size:13px;line-height:16px;letter-spacing:-.3px}.checkbox_custom.tiny_label label,.radio_custom.tiny_label label{font-size:10px;line-height:12px;text-transform:uppercase}.checkbox_custom.light,.radio_custom.light{color:#8da2b6}.checkbox_custom.light:hover,.checkbox_custom.light:focus,.checkbox_custom.light:active,.radio_custom.light:hover,.radio_custom.light:focus,.radio_custom.light:active{color:#657688}.checkbox_custom.dark,.radio_custom.dark{color:#657688}.checkbox_custom.dark .check_cover.checked,.checkbox_custom.dark .radio_cover.checked,.radio_custom.dark .check_cover.checked,.radio_custom.dark .radio_cover.checked{color:#fff;background-color:#8da2b6;border:2px solid #8da2b6}.checkbox_custom.dark:hover .check_cover.unchecked,.checkbox_custom.dark:hover .radio_cover.unchecked,.checkbox_custom.dark:focus .check_cover.unchecked,.checkbox_custom.dark:focus .radio_cover.unchecked,.checkbox_custom.dark:active .check_cover.unchecked,.checkbox_custom.dark:active .radio_cover.unchecked,.radio_custom.dark:hover .check_cover.unchecked,.radio_custom.dark:hover .radio_cover.unchecked,.radio_custom.dark:focus .check_cover.unchecked,.radio_custom.dark:focus .radio_cover.unchecked,.radio_custom.dark:active .check_cover.unchecked,.radio_custom.dark:active .radio_cover.unchecked{color:#657688;background-color:#8da2b64d;border:2px solid #8da2b6}.checkbox_custom.dark:hover .check_cover.checked,.checkbox_custom.dark:hover .radio_cover.checked,.checkbox_custom.dark:focus .check_cover.checked,.checkbox_custom.dark:focus .radio_cover.checked,.checkbox_custom.dark:active .check_cover.checked,.checkbox_custom.dark:active .radio_cover.checked,.radio_custom.dark:hover .check_cover.checked,.radio_custom.dark:hover .radio_cover.checked,.radio_custom.dark:focus .check_cover.checked,.radio_custom.dark:focus .radio_cover.checked,.radio_custom.dark:active .check_cover.checked,.radio_custom.dark:active .radio_cover.checked{color:#fff;background-color:#8da2b6cc;border:2px solid #8da2b6}.checkbox_custom.yellow,.radio_custom.yellow{color:#feb200}.checkbox_custom.yellow span.tooltip_content,.radio_custom.yellow span.tooltip_content{background-color:#feb200!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.yellow .check_cover.checked,.checkbox_custom.yellow .radio_cover.checked,.radio_custom.yellow .check_cover.checked,.radio_custom.yellow .radio_cover.checked{color:#fff;background-color:#feb200;border:2px solid #feb200}.checkbox_custom.yellow:hover .check_cover.unchecked,.checkbox_custom.yellow:hover .radio_cover.unchecked,.checkbox_custom.yellow:focus .check_cover.unchecked,.checkbox_custom.yellow:focus .radio_cover.unchecked,.checkbox_custom.yellow:active .check_cover.unchecked,.checkbox_custom.yellow:active .radio_cover.unchecked,.radio_custom.yellow:hover .check_cover.unchecked,.radio_custom.yellow:hover .radio_cover.unchecked,.radio_custom.yellow:focus .check_cover.unchecked,.radio_custom.yellow:focus .radio_cover.unchecked,.radio_custom.yellow:active .check_cover.unchecked,.radio_custom.yellow:active .radio_cover.unchecked{color:#b17300;background-color:#feb20066;border:2px solid #feb200}.checkbox_custom.yellow:hover .check_cover.checked,.checkbox_custom.yellow:hover .radio_cover.checked,.checkbox_custom.yellow:focus .check_cover.checked,.checkbox_custom.yellow:focus .radio_cover.checked,.checkbox_custom.yellow:active .check_cover.checked,.checkbox_custom.yellow:active .radio_cover.checked,.radio_custom.yellow:hover .check_cover.checked,.radio_custom.yellow:hover .radio_cover.checked,.radio_custom.yellow:focus .check_cover.checked,.radio_custom.yellow:focus .radio_cover.checked,.radio_custom.yellow:active .check_cover.checked,.radio_custom.yellow:active .radio_cover.checked{color:#fff;background-color:#feb200cc;border:2px solid #feb200}.checkbox_custom.orange,.radio_custom.orange{color:#fd9800}.checkbox_custom.orange span.tooltip_content,.radio_custom.orange span.tooltip_content{background-color:#fd9800!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.orange .check_cover.checked,.checkbox_custom.orange .radio_cover.checked,.radio_custom.orange .check_cover.checked,.radio_custom.orange .radio_cover.checked{color:#fff;background-color:#fd9800;border:2px solid #fd9800}.checkbox_custom.orange:hover .check_cover.unchecked,.checkbox_custom.orange:hover .radio_cover.unchecked,.checkbox_custom.orange:focus .check_cover.unchecked,.checkbox_custom.orange:focus .radio_cover.unchecked,.checkbox_custom.orange:active .check_cover.unchecked,.checkbox_custom.orange:active .radio_cover.unchecked,.radio_custom.orange:hover .check_cover.unchecked,.radio_custom.orange:hover .radio_cover.unchecked,.radio_custom.orange:focus .check_cover.unchecked,.radio_custom.orange:focus .radio_cover.unchecked,.radio_custom.orange:active .check_cover.unchecked,.radio_custom.orange:active .radio_cover.unchecked{color:#b17300;background-color:#fd980066;border:2px solid #fd9800}.checkbox_custom.orange:hover .check_cover.checked,.checkbox_custom.orange:hover .radio_cover.checked,.checkbox_custom.orange:focus .check_cover.checked,.checkbox_custom.orange:focus .radio_cover.checked,.checkbox_custom.orange:active .check_cover.checked,.checkbox_custom.orange:active .radio_cover.checked,.radio_custom.orange:hover .check_cover.checked,.radio_custom.orange:hover .radio_cover.checked,.radio_custom.orange:focus .check_cover.checked,.radio_custom.orange:focus .radio_cover.checked,.radio_custom.orange:active .check_cover.checked,.radio_custom.orange:active .radio_cover.checked{color:#fff;background-color:#fd9800cc;border:2px solid #fd9800}.checkbox_custom.redish,.radio_custom.redish{color:#e35454}.checkbox_custom.redish span.tooltip_content,.radio_custom.redish span.tooltip_content{background-color:#e35454!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.redish .check_cover.checked,.checkbox_custom.redish .radio_cover.checked,.radio_custom.redish .check_cover.checked,.radio_custom.redish .radio_cover.checked{color:#fff;background-color:#e35454;border:2px solid #e35454}.checkbox_custom.redish:hover .check_cover.unchecked,.checkbox_custom.redish:hover .radio_cover.unchecked,.checkbox_custom.redish:focus .check_cover.unchecked,.checkbox_custom.redish:focus .radio_cover.unchecked,.checkbox_custom.redish:active .check_cover.unchecked,.checkbox_custom.redish:active .radio_cover.unchecked,.radio_custom.redish:hover .check_cover.unchecked,.radio_custom.redish:hover .radio_cover.unchecked,.radio_custom.redish:focus .check_cover.unchecked,.radio_custom.redish:focus .radio_cover.unchecked,.radio_custom.redish:active .check_cover.unchecked,.radio_custom.redish:active .radio_cover.unchecked{color:#c41821;background-color:#e3545466;border:2px solid #e35454}.checkbox_custom.redish:hover .check_cover.checked,.checkbox_custom.redish:hover .radio_cover.checked,.checkbox_custom.redish:focus .check_cover.checked,.checkbox_custom.redish:focus .radio_cover.checked,.checkbox_custom.redish:active .check_cover.checked,.checkbox_custom.redish:active .radio_cover.checked,.radio_custom.redish:hover .check_cover.checked,.radio_custom.redish:hover .radio_cover.checked,.radio_custom.redish:focus .check_cover.checked,.radio_custom.redish:focus .radio_cover.checked,.radio_custom.redish:active .check_cover.checked,.radio_custom.redish:active .radio_cover.checked{color:#fff;background-color:#e35454cc;border:2px solid #e35454}.checkbox_custom.red,.radio_custom.red{color:#c41821}.checkbox_custom.red span.tooltip_content,.radio_custom.red span.tooltip_content{background-color:#c41821!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.red .check_cover.checked,.checkbox_custom.red .radio_cover.checked,.radio_custom.red .check_cover.checked,.radio_custom.red .radio_cover.checked{color:#fff;background-color:#c41821;border:2px solid #c41821}.checkbox_custom.red:hover .check_cover.unchecked,.checkbox_custom.red:hover .radio_cover.unchecked,.checkbox_custom.red:focus .check_cover.unchecked,.checkbox_custom.red:focus .radio_cover.unchecked,.checkbox_custom.red:active .check_cover.unchecked,.checkbox_custom.red:active .radio_cover.unchecked,.radio_custom.red:hover .check_cover.unchecked,.radio_custom.red:hover .radio_cover.unchecked,.radio_custom.red:focus .check_cover.unchecked,.radio_custom.red:focus .radio_cover.unchecked,.radio_custom.red:active .check_cover.unchecked,.radio_custom.red:active .radio_cover.unchecked{color:#c41821;background-color:#c4182166;border:2px solid #c41821}.checkbox_custom.red:hover .check_cover.checked,.checkbox_custom.red:hover .radio_cover.checked,.checkbox_custom.red:focus .check_cover.checked,.checkbox_custom.red:focus .radio_cover.checked,.checkbox_custom.red:active .check_cover.checked,.checkbox_custom.red:active .radio_cover.checked,.radio_custom.red:hover .check_cover.checked,.radio_custom.red:hover .radio_cover.checked,.radio_custom.red:focus .check_cover.checked,.radio_custom.red:focus .radio_cover.checked,.radio_custom.red:active .check_cover.checked,.radio_custom.red:active .radio_cover.checked{color:#fff;background-color:#c41821cc;border:2px solid #c41821}.checkbox_custom.green,.radio_custom.green{color:#7fbd22}.checkbox_custom.green span.tooltip_content,.radio_custom.green span.tooltip_content{background-color:#7fbd22!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.green .check_cover.checked,.checkbox_custom.green .radio_cover.checked,.radio_custom.green .check_cover.checked,.radio_custom.green .radio_cover.checked{color:#fff;background-color:#7fbd22;border:2px solid #7fbd22}.checkbox_custom.green:hover .check_cover.unchecked,.checkbox_custom.green:hover .radio_cover.unchecked,.checkbox_custom.green:focus .check_cover.unchecked,.checkbox_custom.green:focus .radio_cover.unchecked,.checkbox_custom.green:active .check_cover.unchecked,.checkbox_custom.green:active .radio_cover.unchecked,.radio_custom.green:hover .check_cover.unchecked,.radio_custom.green:hover .radio_cover.unchecked,.radio_custom.green:focus .check_cover.unchecked,.radio_custom.green:focus .radio_cover.unchecked,.radio_custom.green:active .check_cover.unchecked,.radio_custom.green:active .radio_cover.unchecked{color:#5d8e14;background-color:#7fbd2266;border:2px solid #7fbd22}.checkbox_custom.green:hover .check_cover.checked,.checkbox_custom.green:hover .radio_cover.checked,.checkbox_custom.green:focus .check_cover.checked,.checkbox_custom.green:focus .radio_cover.checked,.checkbox_custom.green:active .check_cover.checked,.checkbox_custom.green:active .radio_cover.checked,.radio_custom.green:hover .check_cover.checked,.radio_custom.green:hover .radio_cover.checked,.radio_custom.green:focus .check_cover.checked,.radio_custom.green:focus .radio_cover.checked,.radio_custom.green:active .check_cover.checked,.radio_custom.green:active .radio_cover.checked{color:#fff;background-color:#7fbd22cc;border:2px solid #7fbd22}.checkbox_custom.green_dark,.radio_custom.green_dark{color:#5b9602}.checkbox_custom.green_dark span.tooltip_content,.radio_custom.green_dark span.tooltip_content{background-color:#5b9602!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.green_dark .check_cover.checked,.checkbox_custom.green_dark .radio_cover.checked,.radio_custom.green_dark .check_cover.checked,.radio_custom.green_dark .radio_cover.checked{color:#fff;background-color:#5b9602;border:2px solid #5b9602}.checkbox_custom.green_dark:hover .check_cover.unchecked,.checkbox_custom.green_dark:hover .radio_cover.unchecked,.checkbox_custom.green_dark:focus .check_cover.unchecked,.checkbox_custom.green_dark:focus .radio_cover.unchecked,.checkbox_custom.green_dark:active .check_cover.unchecked,.checkbox_custom.green_dark:active .radio_cover.unchecked,.radio_custom.green_dark:hover .check_cover.unchecked,.radio_custom.green_dark:hover .radio_cover.unchecked,.radio_custom.green_dark:focus .check_cover.unchecked,.radio_custom.green_dark:focus .radio_cover.unchecked,.radio_custom.green_dark:active .check_cover.unchecked,.radio_custom.green_dark:active .radio_cover.unchecked{color:#5b9602;background-color:#5b960266;border:2px solid #5b9602}.checkbox_custom.green_dark:hover .check_cover.checked,.checkbox_custom.green_dark:hover .radio_cover.checked,.checkbox_custom.green_dark:focus .check_cover.checked,.checkbox_custom.green_dark:focus .radio_cover.checked,.checkbox_custom.green_dark:active .check_cover.checked,.checkbox_custom.green_dark:active .radio_cover.checked,.radio_custom.green_dark:hover .check_cover.checked,.radio_custom.green_dark:hover .radio_cover.checked,.radio_custom.green_dark:focus .check_cover.checked,.radio_custom.green_dark:focus .radio_cover.checked,.radio_custom.green_dark:active .check_cover.checked,.radio_custom.green_dark:active .radio_cover.checked{color:#fff;background-color:#5b9602cc;border:2px solid #5b9602}.checkbox_custom.blueish,.radio_custom.blueish{color:#3fbee6}.checkbox_custom.blueish span.tooltip_content,.radio_custom.blueish span.tooltip_content{background-color:#3fbee6!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.blueish .check_cover.checked,.checkbox_custom.blueish .radio_cover.checked,.radio_custom.blueish .check_cover.checked,.radio_custom.blueish .radio_cover.checked{color:#fff;background-color:#3fbee6;border:2px solid #3fbee6}.checkbox_custom.blueish:hover .check_cover.unchecked,.checkbox_custom.blueish:hover .radio_cover.unchecked,.checkbox_custom.blueish:focus .check_cover.unchecked,.checkbox_custom.blueish:focus .radio_cover.unchecked,.checkbox_custom.blueish:active .check_cover.unchecked,.checkbox_custom.blueish:active .radio_cover.unchecked,.radio_custom.blueish:hover .check_cover.unchecked,.radio_custom.blueish:hover .radio_cover.unchecked,.radio_custom.blueish:focus .check_cover.unchecked,.radio_custom.blueish:focus .radio_cover.unchecked,.radio_custom.blueish:active .check_cover.unchecked,.radio_custom.blueish:active .radio_cover.unchecked{color:#19a6ea;background-color:#3fbee666;border:2px solid #3fbee6}.checkbox_custom.blueish:hover .check_cover.checked,.checkbox_custom.blueish:hover .radio_cover.checked,.checkbox_custom.blueish:focus .check_cover.checked,.checkbox_custom.blueish:focus .radio_cover.checked,.checkbox_custom.blueish:active .check_cover.checked,.checkbox_custom.blueish:active .radio_cover.checked,.radio_custom.blueish:hover .check_cover.checked,.radio_custom.blueish:hover .radio_cover.checked,.radio_custom.blueish:focus .check_cover.checked,.radio_custom.blueish:focus .radio_cover.checked,.radio_custom.blueish:active .check_cover.checked,.radio_custom.blueish:active .radio_cover.checked{color:#fff;background-color:#3fbee6cc;border:2px solid #3fbee6}.checkbox_custom.blue,.radio_custom.blue{color:#19a6ea}.checkbox_custom.blue span.tooltip_content,.radio_custom.blue span.tooltip_content{background-color:#19a6ea!important;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.checkbox_custom.blue .check_cover.checked,.checkbox_custom.blue .radio_cover.checked,.radio_custom.blue .check_cover.checked,.radio_custom.blue .radio_cover.checked{color:#fff;background-color:#19a6ea;border:2px solid #19a6ea}.checkbox_custom.blue:hover .check_cover.unchecked,.checkbox_custom.blue:hover .radio_cover.unchecked,.checkbox_custom.blue:focus .check_cover.unchecked,.checkbox_custom.blue:focus .radio_cover.unchecked,.checkbox_custom.blue:active .check_cover.unchecked,.checkbox_custom.blue:active .radio_cover.unchecked,.radio_custom.blue:hover .check_cover.unchecked,.radio_custom.blue:hover .radio_cover.unchecked,.radio_custom.blue:focus .check_cover.unchecked,.radio_custom.blue:focus .radio_cover.unchecked,.radio_custom.blue:active .check_cover.unchecked,.radio_custom.blue:active .radio_cover.unchecked{color:#0f7fb8;background-color:#19a6ea66;border:2px solid #19a6ea}.checkbox_custom.blue:hover .check_cover.checked,.checkbox_custom.blue:hover .radio_cover.checked,.checkbox_custom.blue:focus .check_cover.checked,.checkbox_custom.blue:focus .radio_cover.checked,.checkbox_custom.blue:active .check_cover.checked,.checkbox_custom.blue:active .radio_cover.checked,.radio_custom.blue:hover .check_cover.checked,.radio_custom.blue:hover .radio_cover.checked,.radio_custom.blue:focus .check_cover.checked,.radio_custom.blue:focus .radio_cover.checked,.radio_custom.blue:active .check_cover.checked,.radio_custom.blue:active .radio_cover.checked{color:#fff;background-color:#19a6eacc;border:2px solid #19a6ea}.main_head .checkbox_custom,.main_head .radio_custom{width:auto}.drop_list_item.checkbox_custom i.checked,.drop_list_item.checkbox_custom i.unchecked{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:36px;height:36px;font-size:20px;line-height:36px;text-align:center}.drop_list_item.checkbox_custom input[type=checkbox],.drop_list_item.checkbox_custom input[type=radio]{width:36px;height:36px}.drop_list_item.checkbox_custom label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:36px;padding:0 10px 0 0;line-height:36px}.radio_select{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.radio_select .checkbox_custom input[type=checkbox],.radio_select .checkbox_custom input[type=radio],.radio_select .radio_custom input[type=checkbox],.radio_select .radio_custom input[type=radio]{width:32px;height:32px}.radio_select .checkbox_custom .check_cover,.radio_select .checkbox_custom .radio_cover,.radio_select .radio_custom .check_cover,.radio_select .radio_custom .radio_cover{width:32px;height:32px;border-radius:0}.radio_select .checkbox_custom .check_cover.unchecked,.radio_select .checkbox_custom .radio_cover.unchecked,.radio_select .radio_custom .check_cover.unchecked,.radio_select .radio_custom .radio_cover.unchecked,.radio_select .checkbox_custom .check_cover.checked,.radio_select .checkbox_custom .radio_cover.checked,.radio_select .radio_custom .check_cover.checked,.radio_select .radio_custom .radio_cover.checked{border:0px solid rgba(141,162,182,0)}.radio_select .checkbox_custom:first-child .check_cover,.radio_select .checkbox_custom:first-child .radio_cover,.radio_select .radio_custom:first-child .check_cover,.radio_select .radio_custom:first-child .radio_cover{border-radius:4px 0 0 4px}.radio_select .checkbox_custom:last-child .check_cover,.radio_select .checkbox_custom:last-child .radio_cover,.radio_select .radio_custom:last-child .check_cover,.radio_select .radio_custom:last-child .radio_cover{border-radius:0 4px 4px 0}.radio_select .checkbox_custom:hover .check_cover.unchecked,.radio_select .checkbox_custom:hover .radio_cover.unchecked,.radio_select .checkbox_custom:focus .check_cover.unchecked,.radio_select .checkbox_custom:focus .radio_cover.unchecked,.radio_select .checkbox_custom:active .check_cover.unchecked,.radio_select .checkbox_custom:active .radio_cover.unchecked,.radio_select .radio_custom:hover .check_cover.unchecked,.radio_select .radio_custom:hover .radio_cover.unchecked,.radio_select .radio_custom:focus .check_cover.unchecked,.radio_select .radio_custom:focus .radio_cover.unchecked,.radio_select .radio_custom:active .check_cover.unchecked,.radio_select .radio_custom:active .radio_cover.unchecked{border:0px solid rgba(127,189,34,0)}.radio_select .checkbox_custom:hover .check_cover.checked,.radio_select .checkbox_custom:hover .radio_cover.checked,.radio_select .checkbox_custom:focus .check_cover.checked,.radio_select .checkbox_custom:focus .radio_cover.checked,.radio_select .checkbox_custom:active .check_cover.checked,.radio_select .checkbox_custom:active .radio_cover.checked,.radio_select .radio_custom:hover .check_cover.checked,.radio_select .radio_custom:hover .radio_cover.checked,.radio_select .radio_custom:focus .check_cover.checked,.radio_select .radio_custom:focus .radio_cover.checked,.radio_select .radio_custom:active .check_cover.checked,.radio_select .radio_custom:active .radio_cover.checked{border:0px solid rgba(127,189,34,0)}.checkbox_list label.space_between{width:calc(100% - 24px);height:24px;font-size:13px;line-height:24px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.checkbox_list.desabled_list .checkbox_custom{pointer-events:none}.checkbox_list.desabled_list .checkbox_custom i{opacity:0}.checkbox_filter,.radio_filter{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}.checkbox_filter .filter_label,.radio_filter .filter_label{padding:0 10px;font-size:10px;line-height:10px;text-transform:uppercase}.checkbox_filter .filter_label.align_left,.radio_filter .filter_label.align_left{text-align:left}.checkbox_filter .filter_label.align_right,.radio_filter .filter_label.align_right{text-align:right}.checkbox_filter .checkbox_button_group,.checkbox_filter .radio_button_group,.radio_filter .checkbox_button_group,.radio_filter .radio_button_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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.switch{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:36px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:22px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.switch input.switch_mark{display:none}.switch .slider{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;width:36px;height:22px;border-radius:12px;background-color:#6e788440;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.switch .slider:before{position:relative;z-index:2;display:block;content:"";height:18px;width:18px;margin:2px 16px 2px 2px;border-radius:10px;background-color:#fff;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);box-shadow:0 1px 3px #0000004d;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.switch .checkbox_label{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:22px;padding:0 8px;color:#3f4750;font-size:11px;line-height:11px;font-weight:500;text-transform:uppercase}.switch .checkbox_label .off_label{position:relative;z-index:3;opacity:1;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:22px}.switch .checkbox_label .on_label{position:relative;z-index:0;opacity:0;top:0;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:22px}.switch input.switch_mark:checked~.checkbox_label .off_label,.switch input.switch_mark:focus~.checkbox_label .off_label{display:none;z-index:0;opacity:0}.switch input.switch_mark:checked~.checkbox_label .on_label,.switch input.switch_mark:focus~.checkbox_label .on_label{display:-webkit-box;display:-ms-flexbox;display:flex;z-index:3;opacity:1}.switch input.switch_mark:checked~.slider,.switch input.switch_mark:focus~.slider{background-color:#27ae60}.switch input.switch_mark:checked~.slider:before,.switch input.switch_mark:focus~.slider:before{margin:2px 2px 2px 16px}.switch input{width:100px}.switch.on_off .slider{background-color:#e35454}.switch.on_off input.switch_mark:checked~.slider,.switch.on_off input.switch_mark:focus~.slider{background-color:#27ae60}.switch.on_accent input.switch_mark:checked~.slider,.switch.on_accent input.switch_mark:focus~.slider{background-color:#2d9cdb}.switch.no_shade .slider:before{-webkit-box-shadow:0 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000}.switch.automatic_ticket_assignment .checkbox_label,.switch.automatic_authorization .checkbox_label,.switch.automatic_rejection .checkbox_label{font-size:10px;line-height:10px}.switch.automatic_ticket_assignment{width:150px}.switch.automatic_authorization{width:180px}.switch.automatic_rejection{width:160px}.image_preview{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;width:100%;height:auto;font-size:14px;line-height:16px}.image_preview img{width:100%;height:auto;line-height:0}.image_preview .empty{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;width:100%;height:120px;font-size:14px;line-height:16px;border-radius:8px;background-color:#8da2b61a}.app_content{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100vw;height:100vh;position:fixed;background-color:#f8fbfe}.app_sidebar{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:2;width:260px;height:100vh;background-color:#3a4551;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_sidebar .sidebar_head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;width:260px;position:relative;border-bottom:1px solid rgba(116,136,157,.2)}.app_sidebar .sidebar_head .menu_toggle{display:-webkit-box;display:-ms-flexbox;display:flex;min-width:60px;height:80px;overflow:hidden;text-indent:-9999px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAAsTAAALEwEAmpwYAAAFEmlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIiB4bXA6Q3JlYXRlRGF0ZT0iMjAxOC0wNC0wNVQxMjo1MDozMyswMjowMCIgeG1wOk1vZGlmeURhdGU9IjIwMTgtMDQtMjBUMDg6NDI6NTArMDI6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMTgtMDQtMjBUMDg6NDI6NTArMDI6MDAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIiBwaG90b3Nob3A6SUNDUHJvZmlsZT0ic1JHQiBJRUM2MTk2Ni0yLjEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDc2Y2M3OWItMTRiNS05MDRiLWFhZDYtOGExM2Q5YzA3MTJkIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ3NmNjNzliLTE0YjUtOTA0Yi1hYWQ2LThhMTNkOWMwNzEyZCIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjQ3NmNjNzliLTE0YjUtOTA0Yi1hYWQ2LThhMTNkOWMwNzEyZCI+IDx4bXBNTTpIaXN0b3J5PiA8cmRmOlNlcT4gPHJkZjpsaSBzdEV2dDphY3Rpb249ImNyZWF0ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NDc2Y2M3OWItMTRiNS05MDRiLWFhZDYtOGExM2Q5YzA3MTJkIiBzdEV2dDp3aGVuPSIyMDE4LTA0LTA1VDEyOjUwOjMzKzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKFdpbmRvd3MpIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pgqi4sUAAACPSURBVGiB7dfBDYMwDEBRjNgNdmiHKJPAEHSHdrp0gfgUiV9L/x3hki8j4URrbapspg8wygCaATQDaAbQDKAZQDOAtmQvzvf3ry4Kr8caveflJ2AALbI7cUT3k8Nk5yw/AQNoBtAMoKW70HF9btmF9uc29MMpPwEDaOkuVEX5CRhAM4BmAM0AmgE0A2gG0H6trBRZB4rFggAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;background-size:24px 24px}.app_sidebar .sidebar_head .logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:80px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.app_sidebar .sidebar_head .logo img{height:26px;width:auto}.app_sidebar .sidebar_head .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:left;-ms-flex-pack:left;justify-content:left;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:80px;width:auto;font-size:14px;font-weight:400;font-family:Exo,sans-serif;text-transform:uppercase;line-height:14px;overflow-wrap:break-word;white-space:pre-wrap}.app_sidebar .sidebar_head .icon_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;height:50px;width:50px;font-size:24px;cursor:pointer;border-radius:25px;background-color:#fff0;color:#8fa4b8}.app_sidebar .sidebar_head .icon_btn img{width:24px;height:24px}.app_sidebar .sidebar_head .icon_btn:last-child{margin:0 0 0 -12px}.app_sidebar .sidebar_head .icon_btn:hover,.app_sidebar .sidebar_head .icon_btn:focus,.app_sidebar .sidebar_head .icon_btn:active,.app_sidebar .sidebar_head .icon_btn.active{color:#74889d;background-color:#e7eef4}.app_sidebar .sidebar_head .dropdown{position:absolute;z-index:300;top:58px;right:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:0;width:184px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;overflow:hidden;background-color:#fff;-webkit-box-shadow:0px 0px 25px 0px rgba(31,34,38,.25);box-shadow:0 0 25px #1f222640;border-radius:4px;opacity:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_sidebar .sidebar_head .dropdown .list_item{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:end;-ms-flex-pack:end;justify-content:flex-end;height:0px;width:100%;color:#8fa4b8;text-decoration:none;border:0px solid transparent;cursor:pointer;overflow:hidden;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_sidebar .sidebar_head .dropdown .list_item .label{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;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:50px;font-size:11px;line-height:10px;text-align:right;text-transform:uppercase}.app_sidebar .sidebar_head .dropdown .list_item i{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;width:40px;height:50px;font-size:24px}.app_sidebar .sidebar_head .dropdown .list_item i.create_page:hover,.app_sidebar .sidebar_head .dropdown .list_item i.create_page:focus,.app_sidebar .sidebar_head .dropdown .list_item i.create_page:active,.app_sidebar .sidebar_head .dropdown .list_item i.create_page.active{color:#00a0fd}.app_sidebar .sidebar_head .dropdown .list_item input.small{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:130px}.app_sidebar .sidebar_head .dropdown .list_item:hover,.app_sidebar .sidebar_head .dropdown .list_item:focus,.app_sidebar .sidebar_head .dropdown .list_item:active,.app_sidebar .sidebar_head .dropdown .list_item.active{color:#4e6375;background-color:#f8fbfe}.app_sidebar .sidebar_head .dropdown.toggle{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;opacity:1}.app_sidebar .sidebar_head .dropdown.toggle .list_item{height:45px;border-bottom:1px solid rgba(141,162,182,.15)}.app_sidebar .sidebar_head .bottom_divider,.app_sidebar .sidebar_head .bottom_divider .separator{display:none}.app_sidebar.widgets .sidebar_head{z-index:3}.app_sidebar.widgets .sidebar_head .logo{display:none}.app_sidebar.widgets .sidebar_head .title,.app_sidebar.widgets .sidebar_head .layout{display:-webkit-box;display:-ms-flexbox;display:flex}.app_sidebar.widgets .widget_menu{display:-webkit-box;display:-ms-flexbox;display:flex;opacity:1;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-animation-delay:.1s;animation-delay:.1s}.app_sidebar.menu_hide{width:60px}.app_sidebar.menu_hide .widget_menu{max-height:calc(100vh - 120px)}.app_sidebar.menu_hide .widget_menu .widget_single{opacity:0}.app_sidebar.menu_hide .layout_menu{max-height:calc(100vh - 120px)}.app_sidebar.menu_hide .layout_menu .layout_item{opacity:0}.app_sidebar.menu_hide .betshop_settings{max-height:calc(100vh - 120px);opacity:0}.app_sidebar.menu_hide .betshop_settings .betshop_item,.app_sidebar.menu_hide .nav_tabs,.app_sidebar.menu_hide .nav_tabs .tab_item{opacity:0}.app_sidebar.menu_hide .widget_tools{height:100px;-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}.app_sidebar.menu_hide .widget_tools button{width:60px;height:50px;border-radius:0;margin:0;padding:0;font-size:24px;text-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}.app_sidebar.menu_hide .widget_tools button span.button_label{display:none}.app_sidebar.menu_hide .widget_tools button i.mdi{display:-webkit-box;display:-ms-flexbox;display:flex}.app_sidebar.menu_hide ul.app_menu.widget_menu li{opacity:0}.app_sidebar .sidebar_copyrights{display:-webkit-box;display:-ms-flexbox;display:flex}.app_sidebar.cover_content{position:absolute;z-index:4;-webkit-box-shadow:0px 0px 40px 10px rgba(48,57,68,.5);box-shadow:0 0 40px 10px #30394480}.app_sidebar.cover_content.menu_hide{-webkit-box-shadow:0px 0px 0px 0px rgba(0,0,0,0);box-shadow:0 0 #0000}.action_bar_menu .sidebar_head{border-bottom:0px solid transparent}.action_bar_menu .sidebar_head .bottom_divider{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;width:260px;height:1px}.action_bar_menu .sidebar_head .bottom_divider .separator{display:-webkit-box;display:-ms-flexbox;display:flex;height:1px;width:230px;background-color:#74889d33}.app_main{position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-preferred-size:calc(100vw - 260px);flex-basis:calc(100vw - 260px);height:100vh;overflow:hidden;z-index:3;overflow-y:auto;overflow-x:hidden;background-color:#fff;-webkit-box-shadow:0px 0px 25px 0px rgba(31,34,38,.25);box-shadow:0 0 25px #1f222640;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_main.menu_hide{-ms-flex-preferred-size:calc(100vw - 60px);flex-basis:calc(100vw - 60px)}.app_main.menu_hide .pagination_wrap{width:calc(100vw - 60px);left:60px}.app_main.menu_hide .main_head .logo{height:80px;width:90px;opacity:1}.app_main.menu_hide h1.title_section,.app_main.menu_hide .title_section{padding:0 30px 0 0}.app_main.menu_hide h1.title_section.hidden_logo,.app_main.menu_hide .title_section.hidden_logo{padding:0 30px}.app_main.cover_content{-ms-flex-preferred-size:calc(100vw - 60px);flex-basis:calc(100vw - 60px)}.app_main.cover_content .main_head,.app_main.cover_content .main_footer{margin-left:60px;width:calc(100vw - 60px)}.app_main.cover_content .main_head .logo{height:80px;width:0;opacity:0}.app_main.cover_content .main_head h1.title_section,.app_main.cover_content .main_head .title_section{padding:0 30px}.main_head.right_pannel_toggle,.main_footer.right_pannel_toggle{padding-right:380px}.main_head.offer_plan_toggle,.main_footer.offer_plan_toggle{padding-right:290px}.scroll_content.right_pannel_toggle{padding-right:380px}.scroll_content.offer_plan_toggle{padding-right:290px}.app_content .app_main{-ms-overflow-style:none;scrollbar-width:none}.app_content .app_main::-webkit-scrollbar{display:none}.app_content .app_main .scroll_container{position:relative;width:calc(100vw - 230px);height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content .app_main .scroll_container .scroll_content{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100vw - 260px);position:relative;top:0;left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content .app_main.menu_hide .scroll_container{width:calc(100vw - 30px)}.app_content .app_main.menu_hide .scroll_container .scroll_content{width:calc(100vw - 60px)}.app_content .app_main.cover_content .scroll_container{width:calc(100vw - 30px);margin-left:60px}.app_content .app_main.cover_content .scroll_container .scroll_content{width:calc(100vw - 60px)}.app_content.action_bar_menu .app_main .scroll_container{position:relative;width:calc(100vw - 300px);height:calc(100vh - 80px);overflow-x:hidden;overflow-y:auto;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content.action_bar_menu .app_main .scroll_container .scroll_content{width:calc(100vw - 320px);position:relative;top:0;left:0;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content.action_bar_menu .app_main.menu_hide .scroll_container{width:calc(100vw - 30px)}.app_content.action_bar_menu .app_main.menu_hide .scroll_container .scroll_content{width:calc(100vw - 60px)}.app_content.action_bar_menu .app_sidebar .sidebar_head .logo{position:relative;left:0;padding:0 0 0 36px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content.action_bar_menu .app_sidebar .sidebar_head .menu_toggle{min-width:76px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAABABpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjY1RTYzOTA2ODZDRjExREJBNkUyRDg4N0NFQUNCNDA3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkZDNzYwODZBMzZBMzExRTlCQUE2RTE5RDI5MUVBOTdBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkZDNzYwODY5MzZBMzExRTlCQUE2RTE5RDI5MUVBOTdBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDozZTc5OTRkMy0wZDE5LTE3NDYtYTM2MS01NmQ5NTRhN2I4M2MiIHN0UmVmOmRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjY2EwMDNkYi0zZTFlLTc4NDAtYWYzYi1jYzlhMGI0MmJkMmQiLz4gPGRjOnRpdGxlPiA8cmRmOkFsdD4gPHJkZjpsaSB4bWw6bGFuZz0ieC1kZWZhdWx0Ij5hbGVhX2xvZ288L3JkZjpsaT4gPC9yZGY6QWx0PiA8L2RjOnRpdGxlPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoCI0YYAAAp0SURBVHja7FsLjF5FFT5ndovb7Za6YBuaoqlAJJZiowldNZAW46MpISaiIpoobgKSYEwIIpGIhESJqUp8xBiqtbUbsCGYGEmUajBoFKmPIEpADVWxoFSsbWl3t93HHL8z7/vv/Xfvtv/WRXaas3fuzPxn5sw5c15zyyJCL6Vi6CVWFgheIPj/rHS3NnzuR5+qHchkyfAEAE8SYp5Em7h37WMWPwZtFMaQ778Q485F/TyMeSXqyzBuMZ76g1E8DwD2of8p9P8RP9rL4bfsZlZ8FN7Zv7cUN1J4Svv7L75vZoI7tIlvBnwAsB6LWattbqm6VhYnWKLLFE+MZFE7ircn8fwJQFf7mznn8EmURYDrPKE8YANH2MmBfzP6FOOI9tyyjtg0RqjPMF1kiS7CqJtB/APovgcwNN/O8CDgcSz9KxDuAXHi5QTfc1U4i55rU+Gn0O/HuLoeCt2QWCezCc+daHgE8I75QPAawEM4qdvAuddkQo0jhER5Gk62GMqn3Pg+R1wcH8eQ65NEuKsPoE25vQtwxv+K4CtZiRXeIEGVeA5lRSJhitQvpqWvfLaOD9IR+tzvhK/E42eAN51qgj+JyXdBTy+P3PLc8RyzBXesE9nARfJ1FfHy3Y0hDr8t+qKkuNPupQXjL0Dfw+EYnRKCP4+Nv8MTGg1IyTlft0GEIxdFOJ3TaEYiV7MB8uNVSuL4QGTekHQ8aBsarp1rLf1pTPZxb1qCMXGmxdfVzIizm8aR4s0QOf3s2sN7+LGabtBt3KsXdwkaPI/nYLYomDROVYxhuQvzHMfrt+eCYIiQud2RhN1Xh0Oy5XeKmCn5COkd9RHU9jDbB9H8JN73o2M4jFiKxyoseo1l2YTnOvQvEi6cjLShNmh7dXLYGzpRXc87UPkzKr/sJMGvBXwtLoMC0Wn3oz+R3lm5/ZywHULTVvWiGsxxO2Ad5hgEkkEg6El+leM0e647qbJhbuM3wNvqdYAXZn2Gx+W0CkxKl+7lvYAebz+zQqkop4pp4TvRrgv4BOCphps6Afgt4HpW70zMjqgH4lwirXNTNFurUd3eKaV1PWCtJPtJhRLhSh17/Xc8N+HlRsC/TsLk7QV8GLiuBv6R6M1TUoJ1ipDehaa3nSzBK4DsjmxKohbm6mTO9PAz6HgLYHcH3VUoI74M3BwtzdQUB4eSKftqCGW8oDch2EKEIwDDTSD0dJvMQzYV2UV0bU+HgGHvHAQjD2GujZhr1Bamr9xwL+6ufn4IWk5IafUBwYeiMNUpJ6+FneP/Xrzsm2nlIxOnpzDSLZ2TVQ5t3lb1dh1p/emv0PNRDN2Wo0Bvy9lZi7woKLOPAOPdjUU6igwAZ0I9qdI74opyClHvbX5B7cvRiWUOmpbRySUOjtnesvlb4Ox3JHGz8NyieHvOX4KGNzYm2AaNC2KvqriElB16G/1eYWhg/oxQF02oVrc9dNwupmNYbCzD4OrJFMUX14R1fAwwnJVY9N+zN2O9B/i+duqpndI6C4guiQqJqKqgKOc2tniPoA2nJpZ25BBPWJhHq+E2/Rtr2J7PcGEhKhEWX5p2ZGaRdj9cD4RLMrIYBWXlhfqzIHpoQrqpDkYnezuuvSaBVxUp5j9os3VIfnb20c1atJ/TSGkFR35dRVHFsE3TUNm3fQAK5lht6oPHplu3yvuGMPdEGymLWZ8pSSxLXWMQ8P3o6rfR+CQ/Ox41cI15TZ3VmEqwmiO256ucmuDvJ7+44ubZ3W5sfcavXbkGe3YLEKzOCy3cUZ/pCnWfBBPmzArlHos7Tuw2P3LXloFJqFjNpd3fxCwBi1mpmUcbplYnPRLtxcaqM/tEHUU90TGqSRhA1LZGSxr/mTLaSsFCES6KN1USIijjnjbslHFmiVJ0JW5DjOs3q5qK9Gl4vKIMd3wwgD3jKDTmAJA/P4vj1wsp+xK5lG7MZMTQL4ZWQjZx1oV+LkzkGDrG0FCC6okhagors5+gEmBYljclWNVhj5tOQoQSkLv4VXeP6RD+1EYmUi/P61k1v8SFFic1xMNUxMOFnLu9MFQqlFKEI9f9z8rUNDZmSTOC/a9wPExIrpZnLQSIosyuv3aUeku3OG5FTgokbBX6qeBma6wtlBPyMiUkzesMY01TDusBGKtkGwpk0e3EKnQHj7fZsNbyGH6rh7s3EaHiqmIcpbGF8taEAnG5K35ttsbV5SCVONuPNLPDxMcAh6IHk6KjbOP0XaOo/jJHJUV2sab8A+J8Z0zyUbCbOdwzwVuq5ryoJjrLbiRVUryxHgKdw9by15t6WhbI91cnyu5lIHoRkK4uQ7EIw5NtXclbgWtrJYnQ4i1Jkf3MueroyobsaPL4unI6N7qXflP+Sj42fr7hGXa2da+4NIpXJF7sssIJV0IbUX1wls4SIhkagthtxNr6sd/jJMHEcExcUcU0+XeTElgVb0iMJX8pZ5yxJNpnfLpnpHF4GPD9PmUOKSuYUingZTN2/db66Kif+roPtpvz5wHmx/1wEJFfg7+TkvLDZkpaBWL5hulSKkr0i+lC/E84D4+VMWcKEam8E+IbJSTdW0HHHZk4A9A/vwkuMo/352sPSgmAwrCrOOiN3uaZJplP3DZ1ZzjAThA7lkXaa2hbJAVCsP1NDD9zZqKXzQuCp8tp/UW5DHKvEIkunqm4dUoyiF6JMfc0ub+N2Y++7sMdWfxwkSNL95Ass+VwtoMon7UFd1vTo4VT8nZU7m26UJfjGn/5iRMKW3+iEjNTXvpRELpDigS4LfKM0SkIfe9BRS+tVzad/Mh4P70wfmbjxY5M9oHYpR3W0mKqQHwLCBuxZQql8Hioeg2qYq13t5fPZhFK9OGx5W37NXs5OrlkTs1SWf4Joq8rTZP3P8tUaekmunue7wd4K6Cr6WIOgehDYyuKjKXPgp4KO9xahkRkK4kpLrDL6xaTvL78uQJfjsqP8foLwE2ATU0XdXDsLBqzL5sNHaoQzu0kwc4PBld3S+XzhqpTQhXnn2LSfgD9WwA/VJcVcGkHGbYq3Br+Afh/p89wkdecYE3jtIJLpBmjo98NxHtkCjepEh7GiKh0ZkKS/0I1daie1wFiX40NfxhzXY0NPhv1Pv8RHH+BpvkiYLbfeBwFwg1A/ANpua+N57hixorYtUiSa777tnib0BaKS706wNK/DDyvijokxtPhYu2DeHlnJwimkOW4DIR8w06Jlzl/a9XyhU5Wbm7sxpT9OLFyDnBtLmPn+PVQ/MgGfYOdIjiWa0HUNUD+H6oV6eIbLGnNiHD3tNnrIrBvA6uAuyv7+DkVVRy3FZ0mWIv60a+DCO4sL96oyk1qvQsCJ/aowzQt5pDBaAN/A67RdPFdcjp/F/b0XBCs5VmA3iPrpfWu4vaxCCkp3f2Evi1Wumk6mKHsw1z35e/DQi47ucZOeLbPFcGx/BRwFXb4AsAWEPaotHJaGOLPg8Ebm57B5Z1vDWDTbgCux1OMTlR6gF+kNp9ezMX30noFc7MHfj12fQD7fTZM13PE8j3Un+nQPAeA/2Js4g0weFeQy5HREyx8F/Hkd9v9iBf+G88CwQsELxD8Yir/FWAASPxa/dPLWlQAAAAASUVORK5CYII=);background-repeat:no-repeat;background-position:32px center;background-size:30px 30px;pointer-events:none;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.app_content.action_bar_menu .app_sidebar .widget_tools{display:none}.app_content.action_bar_menu .app_sidebar.menu_hide{width:0}.app_content.action_bar_menu .app_sidebar.menu_hide .sidebar_head .logo{left:-48px}.app_content.action_bar_menu .app_sidebar.menu_hide .sidebar_head .menu_toggle{background-position:-15px center}.app_content.action_bar_menu .app_sidebar .sidebar_page_title{display:none}.app_content.action_bar_menu .app_main{-ms-flex-preferred-size:calc(100vw - 320px);flex-basis:calc(100vw - 320px)}.app_content.action_bar_menu .app_main.menu_hide .main_head .logo{opacity:0;width:0}.app_content.action_bar_menu .app_main.menu_hide .main_head h1.title_section,.app_content.action_bar_menu .app_main.menu_hide .main_head .title_section{padding:0 30px}.main_content{position:relative;height:calc(100vh - 80px);width:100%;overflow-x:hidden;overflow-y:auto}.main_content .shrink_1440{width:1440px;margin:0 auto}.main_content .shrink_1366{width:1366px;margin:0 auto}.main_content .shrink_1280{width:1280px;margin:0 auto}.main_content.no_overflow{overflow:hidden}.main_content .component_container{border-top:1px solid rgba(141,162,182,.3);padding:80px 1.5%;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.main_content .secondary_sidebar{width:440px;height:calc(100vh - 80px);overflow-x:hidden;overflow-y:scroll}.main_content .secondary_content{width:calc(100% - 380px);height:calc(100vh - 80px);overflow-x:hidden;overflow-y:scroll}.main_content .top_half,.main_content .bottom_half{width:100%;height:calc(50vh - 40px);overflow-x:hidden}.main_content .col_2,.main_content .col_3,.main_content .col_4,.main_content .col-1,.main_content .col-2,.main_content .col-3,.main_content .col-4,.main_content .col-5,.main_content .col-6,.main_content .col-7,.main_content .col-8,.main_content .col-9,.main_content .col-10,.main_content .col-11,.main_content .col-12,.main_content .sidebar_secondary,.main_content .content_secondary,.main_content .layout_col_left,.main_content .layout_col_right,.main_content .layout_col_center{position:relative}.main_content .col_2.scrollable,.main_content .col_3.scrollable,.main_content .col_4.scrollable,.main_content .col-1.scrollable,.main_content .col-2.scrollable,.main_content .col-3.scrollable,.main_content .col-4.scrollable,.main_content .col-5.scrollable,.main_content .col-6.scrollable,.main_content .col-7.scrollable,.main_content .col-8.scrollable,.main_content .col-9.scrollable,.main_content .col-10.scrollable,.main_content .col-11.scrollable,.main_content .col-12.scrollable,.main_content .sidebar_secondary.scrollable,.main_content .content_secondary.scrollable,.main_content .layout_col_left.scrollable,.main_content .layout_col_right.scrollable,.main_content .layout_col_center.scrollable{overflow:hidden;height:calc(100vh - 80px)}.main_content .col_2.scrollable .col_scroll_content,.main_content .col_3.scrollable .col_scroll_content,.main_content .col_4.scrollable .col_scroll_content,.main_content .col-1.scrollable .col_scroll_content,.main_content .col-2.scrollable .col_scroll_content,.main_content .col-3.scrollable .col_scroll_content,.main_content .col-4.scrollable .col_scroll_content,.main_content .col-5.scrollable .col_scroll_content,.main_content .col-6.scrollable .col_scroll_content,.main_content .col-7.scrollable .col_scroll_content,.main_content .col-8.scrollable .col_scroll_content,.main_content .col-9.scrollable .col_scroll_content,.main_content .col-10.scrollable .col_scroll_content,.main_content .col-11.scrollable .col_scroll_content,.main_content .col-12.scrollable .col_scroll_content,.main_content .sidebar_secondary.scrollable .col_scroll_content,.main_content .content_secondary.scrollable .col_scroll_content,.main_content .layout_col_left.scrollable .col_scroll_content,.main_content .layout_col_right.scrollable .col_scroll_content,.main_content .layout_col_center.scrollable .col_scroll_content{height:calc(100vh - 80px);width:calc(100% + 40px);overflow-x:hidden;overflow-y:scroll}.main_content .col_2{width:50%}.main_content .col_3{width:33.333%}.main_content .col_4{width:25%}.main_content .col-1{max-width:8.333333%!important}.main_content .col-2{max-width:16.666667%!important}.main_content .col-3{max-width:25%!important}.main_content .col-4{max-width:33.333333%!important}.main_content .col-5{max-width:41.666667%}.main_content .col-6{max-width:50%!important}.main_content .col-7{max-width:58.333333%!important}.main_content .col-8{max-width:66.666667%!important}.main_content .col-9{max-width:75%!important}.main_content .col-10{max-width:83.333333%!important}.main_content .col-11{max-width:91.666667%!important}.main_content .col-12{max-width:100%!important}.main_content .sidebar_secondary{width:380px}.main_content .content_secondary{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.main_content .layout_col_left,.main_content .layout_col_right{width:340px}.main_content .layout_col_center{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.col-1{width:8.333333%!important}.col-2{width:16.666667%!important}.col-3{width:25%!important}.col-4{width:33.333333%!important}.col-5{width:41.666667%!important}.col-6{width:50%!important}.col-7{width:58.333333%!important}.col-8{width:66.666667%!important}.col-9{width:75%!important}.col-10{width:83.333333%!important}.col-11{width:91.666667%!important}.col-12{width:100%!important}.test_class{color:red}.app_content.f_tiny .main_content,.app_content.f_tiny .main_content .scroll_container{height:calc(100vh - 104px)}.app_content.f_tiny .main_footer .f_tiny{height:24px}.app_content.f_small .main_content,.app_content.f_small .main_content .scroll_container{height:calc(100vh - 128px)}.app_content.f_small .main_footer.f_small{height:48px}.app_content.f_normal .main_content,.app_content.f_normal .main_content .scroll_container{height:calc(100vh - 160px)}.app_content.f_normal .main_footer.f_normal{height:80px}.app_content.f_large .main_content,.app_content.f_large .main_content .scroll_container{height:calc(100vh - 240px)}.app_content.f_large .main_footer.f_large{height:160px}.app_content .main_content{height:calc(100vh - 80px)}.app_content.no_header .main_content,.app_content.no_header .main_content .scroll_container{height:100vh}.app_content.no_header .main_content .top_half,.app_content.no_header .main_content .bottom_half{width:100%;height:50vh;overflow-x:hidden}.app_content.no_header .main_content .top_half.vh_10,.app_content.no_header .main_content .bottom_half.vh_10{height:10vh}.app_content.no_header .main_content .top_half.vh_20,.app_content.no_header .main_content .bottom_half.vh_20{height:20vh}.app_content.no_header .main_content .top_half.vh_30,.app_content.no_header .main_content .bottom_half.vh_30{height:30vh}.app_content.no_header .main_content .top_half.vh_40,.app_content.no_header .main_content .bottom_half.vh_40{height:40vh}.app_content.no_header .main_content .top_half.vh_60,.app_content.no_header .main_content .bottom_half.vh_60{height:60vh}.app_content.no_header .main_content .top_half.vh_70,.app_content.no_header .main_content .bottom_half.vh_70{height:70vh}.app_content.no_header .main_content .top_half.vh_80,.app_content.no_header .main_content .bottom_half.vh_80{height:80vh}.app_content.no_header .main_content .top_half.vh_90,.app_content.no_header .main_content .bottom_half.vh_90{height:90vh}.app_content.no_header .main_head{display:none}.sidebar_copyrights{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;width:260px;padding:0 0 0 20px;-webkit-transition:all .18s ease-in-out;transition:all .18s ease-in-out;opacity:1;font-size:11px;line-height:11px;color:#8fa4b8}.app_sidebar.menu_hide .sidebar_copyrights{opacity:0}.new_geo_entity{height:auto;width:100%;padding:1rem}.new_geo_entity .row{display:flex;padding:.5rem 1rem;flex-direction:column}.new_geo_entity .row h4{margin-bottom:.25rem}.new_geo_entity .input_row{width:85%;display:flex;flex-direction:row;align-items:center}.new_geo_entity .input_row .input_element{display:flex;flex-direction:column;height:4rem}.new_geo_entity .input_row .col-4,.new_geo_entity .input_row .col-5{padding:0 1rem}.new_geo_entity .input_row .col-4 label,.new_geo_entity .input_row .col-5 label{padding-left:.25rem;font-size:.75rem}.new_geo_entity .input_row input:read-only{background-color:#dcdcdc}.new_geo_entity .input_row input.error{border:1px solid red}.new_geo_entity .input_row label.error{color:red}.new_geo_entity .button_wrap{display:flex;justify-content:flex-end;padding:.5rem 0}.new_geo_entity .divider{display:block;margin:.5rem 0;border-bottom:1px solid rgba(141,162,182,.3)}.new_geo_entity .error-message{color:red;font-size:.75rem;padding-left:.25rem}.accordion_widget-wrap{width:100%;display:flex;background-color:transparent!important}.accordion_widget-wrap td{width:100%;padding:0!important}.accordion_widget{width:100%}.accordion_widget-header{width:100%;display:flex;align-items:center;padding:5px 5px 6px 10px;border-bottom:1px solid rgba(0,0,0,.2)}.accordion_widget-title{margin-left:10px!important;font-size:16px}.accordion_widget-body{padding-left:45px;overflow:hidden;transition:height .3s ease}.accordion_widget-item{height:30px;display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,.2)}.accordion_widget-toggle{margin:0 15px 0 auto;transition:.3s ease}.accordion_widget-toggle:hover{color:#00f}.betmedia_refresh_label{display:flex;height:30px;width:30px;border-radius:50%;align-items:center;justify-content:center;background-color:#0088d6;color:#fff;margin-right:auto;cursor:pointer}.betmedia_item-row{display:flex;width:100%}.betmedia_item-row td{font-weight:700;width:100%}.betmedia_item-row .actions_cell{padding-right:40px!important}.betmedia_table-heading{font-size:16px!important;color:#0088d6}.warning{display:flex;flex-direction:column;padding-top:30px}.warning-message{font-size:30px;padding:20px;text-align:center}.reservation_details{display:flex;flex-direction:column;padding-top:10px;border-top:1px solid rgba(0,0,0,.5);margin:0 30px}.reservation_details-header{margin-bottom:6px}.reservation_details-title{font-size:22px;color:#1d1f20;font-weight:600}.reservation_label{font-weight:500;color:#000c}.reservation_details-row{padding-bottom:3px;width:100%;display:flex;text-align:right;font-size:16px}.user_cred_details{display:flex;flex-direction:column;padding-top:10px;border-top:1px solid rgba(0,0,0,.5);margin:0 30px}.user_cred_details-header{margin-bottom:6px}.user_cred_details-title{font-size:22px;color:#1d1f20;font-weight:600}.user_cred_details-label{font-weight:500;color:#000c}.user_cred_details-row{padding-bottom:3px;width:100%;display:flex;text-align:right;font-size:16px;justify-content:space-between;margin-top:10px}.status-indicator{display:block;width:15px;height:15px;border-radius:50%;margin:0 auto;background-color:gray}.status-indicator-meta{background-color:#707e8b}.status-indicator-prematch{background-color:#3fbee6}.status-indicator-cancelled{background-color:#e35454}.status-indicator-live{background-color:#3bda38}.status-indicator-interrupted{background-color:#fdf900}.status-indicator-pendingresults{background-color:#8da2b6}.status-indicator-partiallyresulted{background-color:#feb200}.status-indicator-resulted{background-color:#27ae60}.status-indicator-archived{background-color:#73879c}.status-indicator-finished{background-color:#3a4551}.status-indicator-cashedout{background-color:#fd9800}.status-indicator-winning{background-color:#27ae60}.status-indicator-invalid{background-color:#e35454}.status-indicator-submitted{background-color:#3fbee6}.status-indicator-verified{background-color:#7fbd22}.status-indicator-confirmed{background-color:#00a0fd}.status-indicator-active{background-color:#0088d6}.status-indicator-canceled{background-color:#c43737}.status-indicator-losing{background-color:#e35454}.status-indicator-payedout{background-color:#27ae60}.status-indicator-expired{background-color:#8da2b6}.status-indicator-deleted{background-color:#73879c}.bar_cond{font-family:Barlow Condensed,sans-serif!important}.roboto_cond{font-family:Roboto Condensed,sans-serif!important}.open_sans{font-family:Open Sans,sans-serif!important}.exo{font-family:Exo,sans-serif!important}.uppercase{text-transform:uppercase!important}.text_trasform_none{text-transform:unset!important}input[type=text],input[type=password],textarea,select{background-color:#fff0;outline:none!important;background-image:none;-webkit-box-shadow:0 0 0 100px rgba(255,255,255,0) inset;box-shadow:0 0 0 100px #fff0 inset}input[type=text]:focus,input[type=text]:active,input[type=text]:-webkit-autofill,input[type=password]:focus,input[type=password]:active,input[type=password]:-webkit-autofill,textarea:focus,textarea:active,textarea:-webkit-autofill,select:focus,select:active,select:-webkit-autofill{background-color:#fff0;outline:none!important;background-image:none;-webkit-box-shadow:0 0 0 100px rgba(255,255,255,0) inset;box-shadow:0 0 0 100px #fff0 inset}.pagebuilder_placeholder{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;width:100%;height:200%;color:#73879ccc;font-size:24px;font-weight:300}.content_placeholder{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;width:100%;height:100%;color:#73879ccc;font-size:24px;font-weight:300}.placeholder{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;width:100%;height:100%;padding:60px 20px;font-size:21px;line-height:24px;font-weight:300;color:#8fa4b8}button{border:none;outline:none;background:transparent;cursor:pointer}.form_subtitle{width:100%;padding:25px 3px 5px;text-align:right;border-bottom:1px solid rgba(115,135,156,.2)}.sticky_top_0_z10{position:-webkit-sticky;position:sticky;z-index:10;top:0}.justify_center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.align_center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.flex_column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex_grow_1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex_direction_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex_direction_col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex_justify_start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.flex_justify_end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.flex_justify_center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.flex_justify_space_around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.flex_justify_space-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.left_it{margin-right:auto!important}.right_it{margin-left:auto!important}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation:flash 3s infinite;animation:flash 3s infinite}@-webkit-keyframes flash_bg_red{0%,50%,to{background-color:#ca05051a}25%,75%{background-color:#ca050500}}@keyframes flash_bg_red{0%,50%,to{background-color:#ca05051a}25%,75%{background-color:#ca050500}}.flash_bg_red{-webkit-animation:flash_bg_red 3s infinite;animation:flash_bg_red 3s infinite}@-webkit-keyframes flash_bg_green{0%,50%,to{color:#29aa02;background-color:#29aa021a}25%,75%{background-color:#29aa0200}}@keyframes flash_bg_green{0%,50%,to{color:#29aa02;background-color:#29aa021a}25%,75%{background-color:#29aa0200}}.jelena_effect:after{position:absolute;width:50px;height:50px;border-radius:50%;content:"";opacity:0;pointer-events:none;border:2px solid rgba(227,84,84,.6);-webkit-animation:anim_jelena_effect .9s ease-out infinite;animation:anim_jelena_effect .9s ease-out infinite}@-webkit-keyframes anim_jelena_effect{0%{opacity:1;-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1)}to{opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}}@keyframes anim_jelena_effect{0%{opacity:1;-webkit-transform:scale3d(.5,.5,1);transform:scale3d(.5,.5,1)}to{opacity:0;-webkit-transform:scale3d(1.2,1.2,1);transform:scale3d(1.2,1.2,1)}}.tamara_effect:after{-webkit-box-shadow:0 0 0 3px rgba(227,84,84,.05);box-shadow:0 0 0 3px #e354540d;-webkit-animation:anim_tamara_effect .5s ease-out infinite;animation:anim_tamara_effect .5s ease-out infinite}@-webkit-keyframes anim_tamara_effect{0%{-webkit-box-shadow:0 0 0 3px rgba(227,84,84,.3);box-shadow:0 0 0 3px #e354544d;opacity:1;-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}to{-webkit-box-shadow:0 0 0 100px rgba(227,84,84,0);box-shadow:0 0 0 100px #e3545400;opacity:0;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}@keyframes anim_tamara_effect{0%{-webkit-box-shadow:0 0 0 3px rgba(227,84,84,.3);box-shadow:0 0 0 3px #e354544d;opacity:1;-webkit-transform:scale3d(.6,.6,1);transform:scale3d(.6,.6,1)}to{-webkit-box-shadow:0 0 0 100px rgba(227,84,84,0);box-shadow:0 0 0 100px #e3545400;opacity:0;-webkit-transform:scale3d(1,1,1);transform:scaleZ(1)}}.flash_bg_green{-webkit-animation:flash_bg_green 3s infinite;animation:flash_bg_green 3s infinite}.text_left{text-align:left!important}.text_right{text-align:right!important}.text_center{text-align:center!important}.text_nowrap{white-space:nowrap!important}.white_text,.white_text_hover:hover{color:#fff!important}.white_bg,.white_bg_hover:hover{background-color:#fff!important}.white_bgish,.white_bgish_hover:hover{background-color:#fff3!important}.white_border_top{border-top-color:#fff!important}.white_border_right{border-right-color:#fff!important}.white_border_bottom{border-bottom-color:#fff!important}.white_border_left{border-left-color:#fff!important}.white_border{border-color:#fff!important}.white_borderish{border-color:#fff3!important}.yellow_text,.yellow_text_hover:hover{color:#feb200!important}.yellow_bg,.yellow_bg_hover:hover{background-color:#feb200!important}.yellow_bgish,.yellow_bgish_hover:hover{background-color:#feb20033!important}.yellow_border_top{border-top-color:#feb200!important}.yellow_border_right{border-right-color:#feb200!important}.yellow_border_bottom{border-bottom-color:#feb200!important}.yellow_border_left{border-left-color:#feb200!important}.yellow_border{border-color:#feb200!important}.yellow_borderish{border-color:#feb20033!important}.orange_text,.orange_text_hover:hover{color:#fd9800!important}.orange_bg,.orange_bg_hover:hover{background-color:#fd9800!important}.orange_bgish,.orange_bgish_hover:hover{background-color:#fd980033!important}.orange_border_top{border-top-color:#fd9800!important}.orange_border_right{border-right-color:#fd9800!important}.orange_border_bottom{border-bottom-color:#fd9800!important}.orange_border_left{border-left-color:#fd9800!important}.orange_border{border-color:#fd9800!important}.orange_borderish{border-color:#fd980033!important}.red_hot_text,.red_hot_text_hover:hover{color:#f30000!important}.red_hot_bg,.red_hot_bg_hover:hover{background-color:#f30000!important}.red_hot_bgish,.red_hot_bgish_hover:hover{background-color:#f3000033!important}.red_hot_border_top{border-top-color:#f30000!important}.red_hot_border_right{border-right-color:#f30000!important}.red_hot_border_bottom{border-bottom-color:#f30000!important}.red_hot_border_left{border-left-color:#f30000!important}.red_hot_border{border-color:#f30000!important}.red_hot_borderish{border-color:#f3000033!important}.red_text,.red_text_hover:hover{color:#c41821!important}.red_bg,.red_bg_hover:hover{background-color:#c41821!important}.red_bgish,.red_bgish_hover:hover{background-color:#c4182133!important}.red_border_top{border-top-color:#c41821!important}.red_border_right{border-right-color:#c41821!important}.red_border_bottom{border-bottom-color:#c41821!important}.red_border_left{border-left-color:#c41821!important}.red_border{border-color:#c41821!important}.red_borderish{border-color:#c4182133!important}.redish_text,.redish_text_hover:hover{color:#e35454!important}.redish_bg,.redish_bg_hover:hover{background-color:#e35454!important}.redish_bgish,.redish_bgish_hover:hover{background-color:#e3545433!important}.redish_border_top{border-top-color:#e35454!important}.redish_border_right{border-right-color:#e35454!important}.redish_border_bottom{border-bottom-color:#e35454!important}.redish_border_left{border-left-color:#e35454!important}.redish_border{border-color:#e35454!important}.redish_borderish{border-color:#e3545433!important}.blue_text,.blue_text_hover:hover{color:#19a6ea!important}.blue_bg,.blue_bg_hover:hover{background-color:#19a6ea!important}.blue_bgish,.blue_bgish_hover:hover{background-color:#19a6ea33!important}.blue_border_top{border-top-color:#19a6ea!important}.blue_border_right{border-right-color:#19a6ea!important}.blue_border_bottom{border-bottom-color:#19a6ea!important}.blue_border_left{border-left-color:#19a6ea!important}.blue_border{border-color:#19a6ea!important}.blue_borderish{border-color:#19a6ea33!important}.blueish_text,.blueish_text_hover:hover{color:#3fbee6!important}.blueish_bg,.blueish_bg_hover:hover{background-color:#3fbee6!important}.blueish_bgish,.blueish_bgish_hover:hover{background-color:#3fbee633!important}.blueish_border_top{border-top-color:#3fbee6!important}.blueish_border_right{border-right-color:#3fbee6!important}.blueish_border_bottom{border-bottom-color:#3fbee6!important}.blueish_border_left{border-left-color:#3fbee6!important}.blueish_border{border-color:#3fbee6!important}.blueish_borderish{border-color:#3fbee633!important}.green_01_text,.green_01_text_hover:hover{color:#27ae60!important}.green_01_bg,.green_01_bg_hover:hover{background-color:#27ae60!important}.green_01_bgish,.green_01_bgish_hover:hover{background-color:#27ae6033!important}.green_01_border_top{border-top-color:#27ae60!important}.green_01_border_right{border-right-color:#27ae60!important}.green_01_border_bottom{border-bottom-color:#27ae60!important}.green_01_border_left{border-left-color:#27ae60!important}.green_01_border{border-color:#27ae60!important}.green_01_borderish{border-color:#27ae6033!important}.green_02_text,.green_02_text_hover:hover{color:#02904d!important}.green_02_bg,.green_02_bg_hover:hover{background-color:#02904d!important}.green_02_bgish,.green_02_bgish_hover:hover{background-color:#02904d33!important}.green_02_border_top{border-top-color:#02904d!important}.green_02_border_right{border-right-color:#02904d!important}.green_02_border_bottom{border-bottom-color:#02904d!important}.green_02_border_left{border-left-color:#02904d!important}.green_02_border{border-color:#02904d!important}.green_02_borderish{border-color:#02904d33!important}.green_03_text,.green_03_text_hover:hover{color:#02542a!important}.green_03_bg,.green_03_bg_hover:hover{background-color:#02542a!important}.green_03_bgish,.green_03_bgish_hover:hover{background-color:#02542a33!important}.green_03_border_top{border-top-color:#02542a!important}.green_03_border_right{border-right-color:#02542a!important}.green_03_border_bottom{border-bottom-color:#02542a!important}.green_03_border_left{border-left-color:#02542a!important}.green_03_border{border-color:#02542a!important}.green_03_borderish{border-color:#02542a33!important}.green_text,.green_text_hover:hover{color:#5b9602!important}.green_bg,.green_bg_hover:hover{background-color:#5b9602!important}.green_bgish,.green_bgish_hover:hover{background-color:#5b960233!important}.green_border_top{border-top-color:#5b9602!important}.green_border_right{border-right-color:#5b9602!important}.green_border_bottom{border-bottom-color:#5b9602!important}.green_border_left{border-left-color:#5b9602!important}.green_border{border-color:#5b9602!important}.green_borderish{border-color:#5b960233!important}.dark_green_text,.dark_green_text_hover:hover{color:#7fbd22!important}.dark_green_bg,.dark_green_bg_hover:hover{background-color:#7fbd22!important}.dark_green_bgish,.dark_green_bgish_hover:hover{background-color:#7fbd2233!important}.dark_green_border_top{border-top-color:#7fbd22!important}.dark_green_border_right{border-right-color:#7fbd22!important}.dark_green_border_bottom{border-bottom-color:#7fbd22!important}.dark_green_border_left{border-left-color:#7fbd22!important}.dark_green_border{border-color:#7fbd22!important}.dark_green_borderish{border-color:#7fbd2233!important}.gray_text,.gray_text_hover:hover{color:#8da2b6!important}.gray_bg,.gray_bg_hover:hover{background-color:#8da2b6!important}.gray_bgish,.gray_bgish_hover:hover{background-color:#8da2b633!important}.gray_border_top{border-top-color:#8da2b6!important}.gray_border_right{border-right-color:#8da2b6!important}.gray_border_bottom{border-bottom-color:#8da2b6!important}.gray_border_left{border-left-color:#8da2b6!important}.gray_border{border-color:#8da2b6!important}.gray_borderish{border-color:#8da2b633!important}.gray_dark_text,.gray_dark_text_hover:hover{color:#657688!important}.gray_dark_bg,.gray_dark_bg_hover:hover{background-color:#657688!important}.gray_dark_bgish,.gray_dark_bgish_hover:hover{background-color:#65768833!important}.gray_dark_border_top{border-top-color:#657688!important}.gray_dark_border_right{border-right-color:#657688!important}.gray_dark_border_bottom{border-bottom-color:#657688!important}.gray_dark_border_left{border-left-color:#657688!important}.gray_dark_border{border-color:#657688!important}.gray_dark_borderish{border-color:#65768833!important}.gray_darken_text,.gray_darken_text_hover:hover{color:#556373!important}.gray_darken_bg,.gray_darken_bg_hover:hover{background-color:#556373!important}.gray_darken_bgish,.gray_darken_bgish_hover:hover{background-color:#55637333!important}.gray_darken_border_top{border-top-color:#556373!important}.gray_darken_border_right{border-right-color:#556373!important}.gray_darken_border_bottom{border-bottom-color:#556373!important}.gray_darken_border_left{border-left-color:#556373!important}.gray_darken_border{border-color:#556373!important}.gray_darken_borderish{border-color:#55637333!important}.col_border_right{border-right-width:1px;border-right-style:solid;border-right-color:#8da2b64d}.col_border_left{border-left-width:1px;border-left-style:solid;border-left-color:#8da2b64d}.col_border_top{border-top-width:1px;border-top-style:solid;border-top-color:#8da2b64d}.col_border_bottom{border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:#8da2b64d}.no_border{border:none!important}.z_0{z-index:0!important}.z_1{z-index:1!important}.z_2{z-index:2!important}.z_3{z-index:3!important}.z_4{z-index:4!important}.z_5{z-index:5!important}.z_6{z-index:6!important}.z_7{z-index:7!important}.z_8{z-index:8!important}.z_9{z-index:9!important}.z_10{z-index:10!important}.z_11{z-index:11!important}.z_12{z-index:12!important}.z_13{z-index:13!important}.z_14{z-index:14!important}.z_15{z-index:15!important}.z_16{z-index:16!important}.z_17{z-index:17!important}.z_18{z-index:18!important}.z_19{z-index:19!important}.z_20{z-index:20!important}.z_21{z-index:21!important}.z_22{z-index:22!important}.z_23{z-index:23!important}.z_24{z-index:24!important}.z_25{z-index:25!important}.z_26{z-index:26!important}.z_27{z-index:27!important}.z_28{z-index:28!important}.z_29{z-index:29!important}.z_30{z-index:30!important}.z_31{z-index:31!important}.z_32{z-index:32!important}.z_33{z-index:33!important}.z_34{z-index:34!important}.z_35{z-index:35!important}.z_36{z-index:36!important}.z_37{z-index:37!important}.z_38{z-index:38!important}.z_39{z-index:39!important}.z_40{z-index:40!important}.z_41{z-index:41!important}.z_42{z-index:42!important}.z_43{z-index:43!important}.z_44{z-index:44!important}.z_45{z-index:45!important}.z_46{z-index:46!important}.z_47{z-index:47!important}.z_48{z-index:48!important}.z_49{z-index:49!important}.z_50{z-index:50!important}.z_51{z-index:51!important}.z_52{z-index:52!important}.z_53{z-index:53!important}.z_54{z-index:54!important}.z_55{z-index:55!important}.z_56{z-index:56!important}.z_57{z-index:57!important}.z_58{z-index:58!important}.z_59{z-index:59!important}.z_60{z-index:60!important}.z_61{z-index:61!important}.z_62{z-index:62!important}.z_63{z-index:63!important}.z_64{z-index:64!important}.z_65{z-index:65!important}.z_66{z-index:66!important}.z_67{z-index:67!important}.z_68{z-index:68!important}.z_69{z-index:69!important}.z_70{z-index:70!important}.z_71{z-index:71!important}.z_72{z-index:72!important}.z_73{z-index:73!important}.z_74{z-index:74!important}.z_75{z-index:75!important}.z_76{z-index:76!important}.z_77{z-index:77!important}.z_78{z-index:78!important}.z_79{z-index:79!important}.z_80{z-index:80!important}.z_81{z-index:81!important}.z_82{z-index:82!important}.z_83{z-index:83!important}.z_84{z-index:84!important}.z_85{z-index:85!important}.z_86{z-index:86!important}.z_87{z-index:87!important}.z_88{z-index:88!important}.z_89{z-index:89!important}.z_90{z-index:90!important}.z_91{z-index:91!important}.z_92{z-index:92!important}.z_93{z-index:93!important}.z_94{z-index:94!important}.z_95{z-index:95!important}.z_96{z-index:96!important}.z_97{z-index:97!important}.z_98{z-index:98!important}.z_99{z-index:99!important}.z_100{z-index:100!important}.z_101{z-index:101!important}.z_102{z-index:102!important}.z_103{z-index:103!important}.z_104{z-index:104!important}.z_105{z-index:105!important}.z_106{z-index:106!important}.z_107{z-index:107!important}.z_108{z-index:108!important}.z_109{z-index:109!important}.z_110{z-index:110!important}.z_111{z-index:111!important}.z_112{z-index:112!important}.z_113{z-index:113!important}.z_114{z-index:114!important}.z_115{z-index:115!important}.z_116{z-index:116!important}.z_117{z-index:117!important}.z_118{z-index:118!important}.z_119{z-index:119!important}.z_120{z-index:120!important}.z_121{z-index:121!important}.z_122{z-index:122!important}.z_123{z-index:123!important}.z_124{z-index:124!important}.z_125{z-index:125!important}.z_126{z-index:126!important}.z_127{z-index:127!important}.z_128{z-index:128!important}.z_129{z-index:129!important}.z_130{z-index:130!important}.z_131{z-index:131!important}.z_132{z-index:132!important}.z_133{z-index:133!important}.z_134{z-index:134!important}.z_135{z-index:135!important}.z_136{z-index:136!important}.z_137{z-index:137!important}.z_138{z-index:138!important}.z_139{z-index:139!important}.z_140{z-index:140!important}.z_141{z-index:141!important}.z_142{z-index:142!important}.z_143{z-index:143!important}.z_144{z-index:144!important}.z_145{z-index:145!important}.z_146{z-index:146!important}.z_147{z-index:147!important}.z_148{z-index:148!important}.z_149{z-index:149!important}.z_150{z-index:150!important}.z_151{z-index:151!important}.z_152{z-index:152!important}.z_153{z-index:153!important}.z_154{z-index:154!important}.z_155{z-index:155!important}.z_156{z-index:156!important}.z_157{z-index:157!important}.z_158{z-index:158!important}.z_159{z-index:159!important}.z_160{z-index:160!important}.z_161{z-index:161!important}.z_162{z-index:162!important}.z_163{z-index:163!important}.z_164{z-index:164!important}.z_165{z-index:165!important}.z_166{z-index:166!important}.z_167{z-index:167!important}.z_168{z-index:168!important}.z_169{z-index:169!important}.z_170{z-index:170!important}.z_171{z-index:171!important}.z_172{z-index:172!important}.z_173{z-index:173!important}.z_174{z-index:174!important}.z_175{z-index:175!important}.z_176{z-index:176!important}.z_177{z-index:177!important}.z_178{z-index:178!important}.z_179{z-index:179!important}.z_180{z-index:180!important}.z_181{z-index:181!important}.z_182{z-index:182!important}.z_183{z-index:183!important}.z_184{z-index:184!important}.z_185{z-index:185!important}.z_186{z-index:186!important}.z_187{z-index:187!important}.z_188{z-index:188!important}.z_189{z-index:189!important}.z_190{z-index:190!important}.z_191{z-index:191!important}.z_192{z-index:192!important}.z_193{z-index:193!important}.z_194{z-index:194!important}.z_195{z-index:195!important}.z_196{z-index:196!important}.z_197{z-index:197!important}.z_198{z-index:198!important}.z_199{z-index:199!important}.z_200{z-index:200!important}.font_200{font-weight:200!important}.font_300{font-weight:300!important}.font_400{font-weight:400!important}.font_500{font-weight:500!important}.font_100{font-weight:100!important}.font_600{font-weight:600!important}.font_700{font-weight:700!important}.font_800{font-weight:800!important}.font_900{font-weight:900!important}.font_10px{font-size:10px!important}.font_11px{font-size:11px!important}.font_12px{font-size:12px!important}.font_13px{font-size:13px!important}.font_14px{font-size:14px!important}.font_15px{font-size:15px!important}.font_16px{font-size:16px!important}.font_17px{font-size:17px!important}.font_18px{font-size:18px!important}.font_19px{font-size:19px!important}.font_20px{font-size:20px!important}.font_21px{font-size:21px!important}.font_22px{font-size:22px!important}.font_23px{font-size:23px!important}.font_24px{font-size:24px!important}.font_32px{font-size:32px!important}.font_34px{font-size:34px!important}.font_36px{font-size:36px!important}.font_40px{font-size:40px!important}.svg_icon{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;width:24px;height:24px}i.status_icon{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;width:24px;height:24px;font-size:24px;margin:0 20px}i.status_icon:after{position:absolute;z-index:0;top:11px;left:11px;width:2px;height:2px;border-radius:2px;background-color:#8da2b624;content:"";-webkit-box-shadow:0 0 0 20px rgba(141,162,182,.14);box-shadow:0 0 0 20px #8da2b624}i.status_icon.transparent{color:#556373}i.status_icon.transparent:after{background-color:#8da2b600;-webkit-box-shadow:0 0 0 0px rgba(141,162,182,0);box-shadow:0 0 #8da2b600}i.status_icon.red{color:red}i.status_icon.red:after{background-color:#ff00001a;-webkit-box-shadow:0 0 0 20px rgba(255,0,0,.1);box-shadow:0 0 0 20px #ff00001a}i.status_icon.redish{color:#e35454}i.status_icon.redish:after{background-color:#e3545424;-webkit-box-shadow:0 0 0 20px rgba(227,84,84,.14);box-shadow:0 0 0 20px #e3545424}i.status_icon.orange{color:#fd9800}i.status_icon.orange:after{background-color:#fd980033;-webkit-box-shadow:0 0 0 20px rgba(253,152,0,.2);box-shadow:0 0 0 20px #fd980033}i.status_icon.yellow{color:#feb200}i.status_icon.yellow:after{background-color:#feb20033;-webkit-box-shadow:0 0 0 20px rgba(254,178,0,.2);box-shadow:0 0 0 20px #feb20033}i.status_icon.green{color:#5b9602}i.status_icon.green:after{background-color:#7fbd2233;-webkit-box-shadow:0 0 0 20px rgba(127,189,34,.2);box-shadow:0 0 0 20px #7fbd2233}i.status_icon.blue{color:#19a6ea}i.status_icon.blue:after{background-color:#19a6ea24;-webkit-box-shadow:0 0 0 20px rgba(25,166,234,.14);box-shadow:0 0 0 20px #19a6ea24}.padding_left_1{padding-left:1px!important}.padding_right_1{padding-right:1px!important}.padding_top_1{padding-top:1px!important}.padding_bottom_1{padding-bottom:1px!important}.padding_1{padding:1px!important}.margin_left_1{margin-left:1px!important}.margin_right_1{margin-right:1px!important}.margin_top_1{margin-top:1px!important}.margin_bottom_1{margin-bottom:1px!important}.margin_1{margin:1px!important}.padding_left_2{padding-left:2px!important}.padding_right_2{padding-right:2px!important}.padding_top_2{padding-top:2px!important}.padding_bottom_2{padding-bottom:2px!important}.padding_2{padding:2px!important}.margin_left_2{margin-left:2px!important}.margin_right_2{margin-right:2px!important}.margin_top_2{margin-top:2px!important}.margin_bottom_2{margin-bottom:2px!important}.margin_2{margin:2px!important}.padding_left_3{padding-left:3px!important}.padding_right_3{padding-right:3px!important}.padding_top_3{padding-top:3px!important}.padding_bottom_3{padding-bottom:3px!important}.padding_3{padding:3px!important}.margin_left_3{margin-left:3px!important}.margin_right_3{margin-right:3px!important}.margin_top_3{margin-top:3px!important}.margin_bottom_3{margin-bottom:3px!important}.margin_3{margin:3px!important}.padding_left_4{padding-left:4px!important}.padding_right_4{padding-right:4px!important}.padding_top_4{padding-top:4px!important}.padding_bottom_4{padding-bottom:4px!important}.padding_4{padding:4px!important}.margin_left_4{margin-left:4px!important}.margin_right_4{margin-right:4px!important}.margin_top_4{margin-top:4px!important}.margin_bottom_4{margin-bottom:4px!important}.margin_4{margin:4px!important}.padding_left_6{padding-left:6px!important}.padding_right_6{padding-right:6px!important}.padding_top_6{padding-top:6px!important}.padding_bottom_6{padding-bottom:6px!important}.padding_6{padding:6px!important}.margin_left_6{margin-left:6px!important}.margin_right_6{margin-right:6px!important}.margin_top_6{margin-top:6px!important}.margin_bottom_6{margin-bottom:6px!important}.margin_6{margin:6px!important}.padding_left_7{padding-left:7px!important}.padding_right_7{padding-right:7px!important}.padding_top_7{padding-top:7px!important}.padding_bottom_7{padding-bottom:7px!important}.padding_7{padding:7px!important}.margin_left_7{margin-left:7px!important}.margin_right_7{margin-right:7px!important}.margin_top_7{margin-top:7px!important}.margin_bottom_7{margin-bottom:7px!important}.margin_7{margin:7px!important}.padding_left_8{padding-left:8px!important}.padding_right_8{padding-right:8px!important}.padding_top_8{padding-top:8px!important}.padding_bottom_8{padding-bottom:8px!important}.padding_8{padding:8px!important}.margin_left_8{margin-left:8px!important}.margin_right_8{margin-right:8px!important}.margin_top_8{margin-top:8px!important}.margin_bottom_8{margin-bottom:8px!important}.margin_8{margin:8px!important}.padding_left_9{padding-left:9px!important}.padding_right_9{padding-right:9px!important}.padding_top_9{padding-top:9px!important}.padding_bottom_9{padding-bottom:9px!important}.padding_9{padding:9px!important}.margin_left_9{margin-left:9px!important}.margin_right_9{margin-right:9px!important}.margin_top_9{margin-top:9px!important}.margin_bottom_9{margin-bottom:9px!important}.margin_9{margin:9px!important}.padding_left_11{padding-left:11px!important}.padding_right_11{padding-right:11px!important}.padding_top_11{padding-top:11px!important}.padding_bottom_11{padding-bottom:11px!important}.padding_11{padding:11px!important}.margin_left_11{margin-left:11px!important}.margin_right_11{margin-right:11px!important}.margin_top_11{margin-top:11px!important}.margin_bottom_11{margin-bottom:11px!important}.margin_11{margin:11px!important}.padding_left_12{padding-left:12px!important}.padding_right_12{padding-right:12px!important}.padding_top_12{padding-top:12px!important}.padding_bottom_12{padding-bottom:12px!important}.padding_12{padding:12px!important}.margin_left_12{margin-left:12px!important}.margin_right_12{margin-right:12px!important}.margin_top_12{margin-top:12px!important}.margin_bottom_12{margin-bottom:12px!important}.margin_12{margin:12px!important}.padding_left_13{padding-left:13px!important}.padding_right_13{padding-right:13px!important}.padding_top_13{padding-top:13px!important}.padding_bottom_13{padding-bottom:13px!important}.padding_13{padding:13px!important}.margin_left_13{margin-left:13px!important}.margin_right_13{margin-right:13px!important}.margin_top_13{margin-top:13px!important}.margin_bottom_13{margin-bottom:13px!important}.margin_13{margin:13px!important}.padding_left_14{padding-left:14px!important}.padding_right_14{padding-right:14px!important}.padding_top_14{padding-top:14px!important}.padding_bottom_14{padding-bottom:14px!important}.padding_14{padding:14px!important}.margin_left_14{margin-left:14px!important}.margin_right_14{margin-right:14px!important}.margin_top_14{margin-top:14px!important}.margin_bottom_14{margin-bottom:14px!important}.margin_14{margin:14px!important}.padding_left_16{padding-left:16px!important}.padding_right_16{padding-right:16px!important}.padding_top_16{padding-top:16px!important}.padding_bottom_16{padding-bottom:16px!important}.padding_16{padding:16px!important}.margin_left_16{margin-left:16px!important}.margin_right_16{margin-right:16px!important}.margin_top_16{margin-top:16px!important}.margin_bottom_16{margin-bottom:16px!important}.margin_16{margin:16px!important}.padding_left_17{padding-left:17px!important}.padding_right_17{padding-right:17px!important}.padding_top_17{padding-top:17px!important}.padding_bottom_17{padding-bottom:17px!important}.padding_17{padding:17px!important}.margin_left_17{margin-left:17px!important}.margin_right_17{margin-right:17px!important}.margin_top_17{margin-top:17px!important}.margin_bottom_17{margin-bottom:17px!important}.margin_17{margin:17px!important}.padding_left_18{padding-left:18px!important}.padding_right_18{padding-right:18px!important}.padding_top_18{padding-top:18px!important}.padding_bottom_18{padding-bottom:18px!important}.padding_18{padding:18px!important}.margin_left_18{margin-left:18px!important}.margin_right_18{margin-right:18px!important}.margin_top_18{margin-top:18px!important}.margin_bottom_18{margin-bottom:18px!important}.margin_18{margin:18px!important}.padding_left_19{padding-left:19px!important}.padding_right_19{padding-right:19px!important}.padding_top_19{padding-top:19px!important}.padding_bottom_19{padding-bottom:19px!important}.padding_19{padding:19px!important}.margin_left_19{margin-left:19px!important}.margin_right_19{margin-right:19px!important}.margin_top_19{margin-top:19px!important}.margin_bottom_19{margin-bottom:19px!important}.margin_19{margin:19px!important}.padding_left_21{padding-left:21px!important}.padding_right_21{padding-right:21px!important}.padding_top_21{padding-top:21px!important}.padding_bottom_21{padding-bottom:21px!important}.padding_21{padding:21px!important}.margin_left_21{margin-left:21px!important}.margin_right_21{margin-right:21px!important}.margin_top_21{margin-top:21px!important}.margin_bottom_21{margin-bottom:21px!important}.margin_21{margin:21px!important}.padding_left_22{padding-left:22px!important}.padding_right_22{padding-right:22px!important}.padding_top_22{padding-top:22px!important}.padding_bottom_22{padding-bottom:22px!important}.padding_22{padding:22px!important}.margin_left_22{margin-left:22px!important}.margin_right_22{margin-right:22px!important}.margin_top_22{margin-top:22px!important}.margin_bottom_22{margin-bottom:22px!important}.margin_22{margin:22px!important}.padding_left_23{padding-left:23px!important}.padding_right_23{padding-right:23px!important}.padding_top_23{padding-top:23px!important}.padding_bottom_23{padding-bottom:23px!important}.padding_23{padding:23px!important}.margin_left_23{margin-left:23px!important}.margin_right_23{margin-right:23px!important}.margin_top_23{margin-top:23px!important}.margin_bottom_23{margin-bottom:23px!important}.margin_23{margin:23px!important}.padding_left_24{padding-left:24px!important}.padding_right_24{padding-right:24px!important}.padding_top_24{padding-top:24px!important}.padding_bottom_24{padding-bottom:24px!important}.padding_24{padding:24px!important}.margin_left_24{margin-left:24px!important}.margin_right_24{margin-right:24px!important}.margin_top_24{margin-top:24px!important}.margin_bottom_24{margin-bottom:24px!important}.margin_24{margin:24px!important}.padding_left_26{padding-left:26px!important}.padding_right_26{padding-right:26px!important}.padding_top_26{padding-top:26px!important}.padding_bottom_26{padding-bottom:26px!important}.padding_26{padding:26px!important}.margin_left_26{margin-left:26px!important}.margin_right_26{margin-right:26px!important}.margin_top_26{margin-top:26px!important}.margin_bottom_26{margin-bottom:26px!important}.margin_26{margin:26px!important}.padding_left_27{padding-left:27px!important}.padding_right_27{padding-right:27px!important}.padding_top_27{padding-top:27px!important}.padding_bottom_27{padding-bottom:27px!important}.padding_27{padding:27px!important}.margin_left_27{margin-left:27px!important}.margin_right_27{margin-right:27px!important}.margin_top_27{margin-top:27px!important}.margin_bottom_27{margin-bottom:27px!important}.margin_27{margin:27px!important}.padding_left_28{padding-left:28px!important}.padding_right_28{padding-right:28px!important}.padding_top_28{padding-top:28px!important}.padding_bottom_28{padding-bottom:28px!important}.padding_28{padding:28px!important}.margin_left_28{margin-left:28px!important}.margin_right_28{margin-right:28px!important}.margin_top_28{margin-top:28px!important}.margin_bottom_28{margin-bottom:28px!important}.margin_28{margin:28px!important}.padding_left_29{padding-left:29px!important}.padding_right_29{padding-right:29px!important}.padding_top_29{padding-top:29px!important}.padding_bottom_29{padding-bottom:29px!important}.padding_29{padding:29px!important}.margin_left_29{margin-left:29px!important}.margin_right_29{margin-right:29px!important}.margin_top_29{margin-top:29px!important}.margin_bottom_29{margin-bottom:29px!important}.margin_29{margin:29px!important}.padding_left_0{padding-left:0!important}.padding_right_0{padding-right:0!important}.padding_top_0{padding-top:0!important}.padding_bottom_0{padding-bottom:0!important}.padding_0{padding:0!important}.margin_left_0{margin-left:0!important}.margin_right_0{margin-right:0!important}.margin_top_0{margin-top:0!important}.margin_bottom_0{margin-bottom:0!important}.margin_0{margin:0!important}.padding_left_5{padding-left:5px!important}.padding_right_5{padding-right:5px!important}.padding_top_5{padding-top:5px!important}.padding_bottom_5{padding-bottom:5px!important}.padding_5{padding:5px!important}.margin_left_5{margin-left:5px!important}.margin_right_5{margin-right:5px!important}.margin_top_5{margin-top:5px!important}.margin_bottom_5{margin-bottom:5px!important}.margin_5{margin:5px!important}.padding_left_10{padding-left:10px!important}.padding_right_10{padding-right:10px!important}.padding_top_10{padding-top:10px!important}.padding_bottom_10{padding-bottom:10px!important}.padding_10{padding:10px!important}.margin_left_10{margin-left:10px!important}.margin_right_10{margin-right:10px!important}.margin_top_10{margin-top:10px!important}.margin_bottom_10{margin-bottom:10px!important}.margin_10{margin:10px!important}.padding_left_15{padding-left:15px!important}.padding_right_15{padding-right:15px!important}.padding_top_15{padding-top:15px!important}.padding_bottom_15{padding-bottom:15px!important}.padding_15{padding:15px!important}.margin_left_15{margin-left:15px!important}.margin_right_15{margin-right:15px!important}.margin_top_15{margin-top:15px!important}.margin_bottom_15{margin-bottom:15px!important}.margin_15{margin:15px!important}.padding_left_20{padding-left:20px!important}.padding_right_20{padding-right:20px!important}.padding_top_20{padding-top:20px!important}.padding_bottom_20{padding-bottom:20px!important}.padding_20{padding:20px!important}.margin_left_20{margin-left:20px!important}.margin_right_20{margin-right:20px!important}.margin_top_20{margin-top:20px!important}.margin_bottom_20{margin-bottom:20px!important}.margin_20{margin:20px!important}.padding_left_25{padding-left:25px!important}.padding_right_25{padding-right:25px!important}.padding_top_25{padding-top:25px!important}.padding_bottom_25{padding-bottom:25px!important}.padding_25{padding:25px!important}.margin_left_25{margin-left:25px!important}.margin_right_25{margin-right:25px!important}.margin_top_25{margin-top:25px!important}.margin_bottom_25{margin-bottom:25px!important}.margin_25{margin:25px!important}.padding_left_30{padding-left:30px!important}.padding_right_30{padding-right:30px!important}.padding_top_30{padding-top:30px!important}.padding_bottom_30{padding-bottom:30px!important}.padding_30{padding:30px!important}.margin_left_30{margin-left:30px!important}.margin_right_30{margin-right:30px!important}.margin_top_30{margin-top:30px!important}.margin_bottom_30{margin-bottom:30px!important}.margin_30{margin:30px!important}.padding_left_35{padding-left:35px!important}.padding_right_35{padding-right:35px!important}.padding_top_35{padding-top:35px!important}.padding_bottom_35{padding-bottom:35px!important}.padding_35{padding:35px!important}.margin_left_35{margin-left:35px!important}.margin_right_35{margin-right:35px!important}.margin_top_35{margin-top:35px!important}.margin_bottom_35{margin-bottom:35px!important}.margin_35{margin:35px!important}.padding_left_40{padding-left:40px!important}.padding_right_40{padding-right:40px!important}.padding_top_40{padding-top:40px!important}.padding_bottom_40{padding-bottom:40px!important}.padding_40{padding:40px!important}.margin_left_40{margin-left:40px!important}.margin_right_40{margin-right:40px!important}.margin_top_40{margin-top:40px!important}.margin_bottom_40{margin-bottom:40px!important}.margin_40{margin:40px!important}.padding_left_45{padding-left:45px!important}.padding_right_45{padding-right:45px!important}.padding_top_45{padding-top:45px!important}.padding_bottom_45{padding-bottom:45px!important}.padding_45{padding:45px!important}.margin_left_45{margin-left:45px!important}.margin_right_45{margin-right:45px!important}.margin_top_45{margin-top:45px!important}.margin_bottom_45{margin-bottom:45px!important}.margin_45{margin:45px!important}.padding_left_50{padding-left:50px!important}.padding_right_50{padding-right:50px!important}.padding_top_50{padding-top:50px!important}.padding_bottom_50{padding-bottom:50px!important}.padding_50{padding:50px!important}.margin_left_50{margin-left:50px!important}.margin_right_50{margin-right:50px!important}.margin_top_50{margin-top:50px!important}.margin_bottom_50{margin-bottom:50px!important}.margin_50{margin:50px!important}.padding_left_55{padding-left:55px!important}.padding_right_55{padding-right:55px!important}.padding_top_55{padding-top:55px!important}.padding_bottom_55{padding-bottom:55px!important}.padding_55{padding:55px!important}.margin_left_55{margin-left:55px!important}.margin_right_55{margin-right:55px!important}.margin_top_55{margin-top:55px!important}.margin_bottom_55{margin-bottom:55px!important}.margin_55{margin:55px!important}.padding_left_60{padding-left:60px!important}.padding_right_60{padding-right:60px!important}.padding_top_60{padding-top:60px!important}.padding_bottom_60{padding-bottom:60px!important}.padding_60{padding:60px!important}.margin_left_60{margin-left:60px!important}.margin_right_60{margin-right:60px!important}.margin_top_60{margin-top:60px!important}.margin_bottom_60{margin-bottom:60px!important}.margin_60{margin:60px!important}.padding_left_65{padding-left:65px!important}.padding_right_65{padding-right:65px!important}.padding_top_65{padding-top:65px!important}.padding_bottom_65{padding-bottom:65px!important}.padding_65{padding:65px!important}.margin_left_65{margin-left:65px!important}.margin_right_65{margin-right:65px!important}.margin_top_65{margin-top:65px!important}.margin_bottom_65{margin-bottom:65px!important}.margin_65{margin:65px!important}.padding_left_70{padding-left:70px!important}.padding_right_70{padding-right:70px!important}.padding_top_70{padding-top:70px!important}.padding_bottom_70{padding-bottom:70px!important}.padding_70{padding:70px!important}.margin_left_70{margin-left:70px!important}.margin_right_70{margin-right:70px!important}.margin_top_70{margin-top:70px!important}.margin_bottom_70{margin-bottom:70px!important}.margin_70{margin:70px!important}.padding_left_75{padding-left:75px!important}.padding_right_75{padding-right:75px!important}.padding_top_75{padding-top:75px!important}.padding_75{padding:75px!important}.margin_left_75{margin-left:75px!important}.margin_right_75{margin-right:75px!important}.margin_top_75{margin-top:75px!important}.margin_bottom_75{margin-bottom:75px!important}.margin_75{margin:75px!important}.padding_left_80{padding-left:80px!important}.padding_right_80{padding-right:80px!important}.padding_top_80{padding-top:80px!important}.padding_bottom_80{padding-bottom:80px!important}.padding_80{padding:80px!important}.margin_left_80{margin-left:80px!important}.margin_right_80{margin-right:80px!important}.margin_top_80{margin-top:80px!important}.margin_bottom_80{margin-bottom:80px!important}.margin_80{margin:80px!important}.padding_left_85{padding-left:85px!important}.padding_right_85{padding-right:85px!important}.padding_top_85{padding-top:85px!important}.padding_bottom_85{padding-bottom:85px!important}.padding_85{padding:85px!important}.margin_left_85{margin-left:85px!important}.margin_right_85{margin-right:85px!important}.margin_top_85{margin-top:85px!important}.margin_bottom_85{margin-bottom:85px!important}.margin_85{margin:85px!important}.padding_left_90{padding-left:90px!important}.padding_right_90{padding-right:90px!important}.padding_top_90{padding-top:90px!important}.padding_bottom_90{padding-bottom:90px!important}.padding_90{padding:90px!important}.margin_left_90{margin-left:90px!important}.margin_right_90{margin-right:90px!important}.margin_top_90{margin-top:90px!important}.margin_bottom_90{margin-bottom:90px!important}.margin_90{margin:90px!important}.padding_left_95{padding-left:95px!important}.padding_right_95{padding-right:95px!important}.padding_top_95{padding-top:95px!important}.padding_bottom_95{padding-bottom:95px!important}.padding_95{padding:95px!important}.margin_left_95{margin-left:95px!important}.margin_right_95{margin-right:95px!important}.margin_top_95{margin-top:95px!important}.margin_bottom_95{margin-bottom:95px!important}.margin_95{margin:95px!important}.padding_left_100{padding-left:100px!important}.padding_right_100{padding-right:100px!important}.padding_top_100{padding-top:100px!important}.padding_bottom_100{padding-bottom:100px!important}.padding_100{padding:100px!important}.margin_left_100{margin-left:100px!important}.margin_right_100{margin-right:100px!important}.margin_top_100{margin-top:100px!important}.margin_bottom_100{margin-bottom:100px!important}.margin_100{margin:100px!important}.padding_left_105{padding-left:105px!important}.padding_right_105{padding-right:105px!important}.padding_top_105{padding-top:105px!important}.padding_bottom_105{padding-bottom:105px!important}.padding_105{padding:105px!important}.margin_left_105{margin-left:105px!important}.margin_right_105{margin-right:105px!important}.margin_top_105{margin-top:105px!important}.margin_bottom_105{margin-bottom:105px!important}.margin_105{margin:105px!important}.padding_left_110{padding-left:110px!important}.padding_right_110{padding-right:110px!important}.padding_top_110{padding-top:110px!important}.padding_bottom_110{padding-bottom:110px!important}.padding_110{padding:110px!important}.margin_left_110{margin-left:110px!important}.margin_right_110{margin-right:110px!important}.margin_top_110{margin-top:110px!important}.margin_bottom_110{margin-bottom:110px!important}.margin_110{margin:110px!important}.padding_left_115{padding-left:115px!important}.padding_right_115{padding-right:115px!important}.padding_top_115{padding-top:115px!important}.padding_bottom_115{padding-bottom:115px!important}.padding_115{padding:115px!important}.margin_left_115{margin-left:115px!important}.margin_right_115{margin-right:115px!important}.margin_top_115{margin-top:115px!important}.margin_bottom_115{margin-bottom:115px!important}.margin_115{margin:115px!important}.padding_left_120{padding-left:120px!important}.padding_right_120{padding-right:120px!important}.padding_top_120{padding-top:120px!important}.padding_bottom_120{padding-bottom:120px!important}.padding_120{padding:120px!important}.margin_left_120{margin-left:120px!important}.margin_right_120{margin-right:120px!important}.margin_top_120{margin-top:120px!important}.margin_bottom_120{margin-bottom:120px!important}.margin_120{margin:120px!important}.margin_left_auto{margin-left:auto!important}.margin_right_auto{margin-right:auto!important}.margin_top_auto{margin-top:auto!important}.margin_bottom_auto{margin-bottom:auto!important}.left_0{left:0}.right_0{right:0}.top_0{top:0}.bottom_0{bottom:0}.disabled{opacity:.4!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important}.full_w{width:100%!important}.quazi_match_tracker{position:relative;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:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:80px}.quazi_match_tracker .full_time{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;position:absolute;z-index:0;top:32px;left:0;width:100%;height:16px}.quazi_match_tracker .full_time .line{position:absolute;z-index:1;width:100%;height:2px;border-radius:2px;background-color:#8da2b633}.quazi_match_tracker .full_time .time_elapsed_line{position:absolute;z-index:2;height:2px;border-radius:2px;background-color:#8da2b699}.quazi_match_tracker .full_time .time_elapsed{position:absolute;z-index:2;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;width:40px;height:16px;color:#8da2b6;font-size:11px;font-weight:400;border-left:1px solid rgba(141,162,182,.3);background-color:#f6f8f9}.quazi_match_tracker .full_time .overtime{position:absolute;z-index:2;height:2px;border-radius:2px;background-color:#e35454}.quazi_match_tracker .teamname{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:21px;padding:0 8px;font-size:11px;text-transform:uppercase;color:#8da2b699}.quazi_match_tracker .point_in_time{position:absolute;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;height:44px;border-right:1px solid rgba(141,162,182,.4);pointer-events:none}.quazi_match_tracker .point_in_time .point{position:relative;right:-4px;width:8px;height:8px;border-radius:6px;border:2px solid #afbdcb;background-color:#f6f8f9}.quazi_match_tracker .point_in_time i.event_icon,.quazi_match_tracker .point_in_time .svg_icon{position:absolute;z-index:5;right:-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;width:18px;height:18px;font-size:18px;color:#8da2b6;background-color:#f6f8f9;pointer-events:all}.quazi_match_tracker .point_in_time.score{border-right:1px solid rgba(63,190,230,.6)}.quazi_match_tracker .point_in_time.score .point{border:2px solid #3fbee6;background-color:#3fbee6}.quazi_match_tracker .point_in_time.score i.event_icon,.quazi_match_tracker .point_in_time.score .svg_icon{color:#3fbee6}.quazi_match_tracker .point_in_time.score i.event_icon .tooltip_content,.quazi_match_tracker .point_in_time.score .svg_icon .tooltip_content{background-color:#3fbee6}.quazi_match_tracker .point_in_time.carton .carton_icon{position:absolute;z-index:5;right:-7px;width:14px;height:18px;border:2px solid #f6f8f9;background-color:#8da2b666;pointer-events:all}.quazi_match_tracker .point_in_time.carton.yellow .carton_icon,.quazi_match_tracker .point_in_time.carton.yellow .carton_icon .tooltip_content{background-color:#feb200}.quazi_match_tracker .point_in_time.carton.red .carton_icon,.quazi_match_tracker .point_in_time.carton.red .carton_icon .tooltip_content{background-color:#e35454}.quazi_match_tracker .home{position:absolute;z-index:1;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;height:45px;width:100%}.quazi_match_tracker .home .teamname{margin-bottom:6px}.quazi_match_tracker .home .point_in_time{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.quazi_match_tracker .home .point_in_time i.event_icon,.quazi_match_tracker .home .point_in_time .svg_icon{bottom:auto;top:0}.quazi_match_tracker .home .point_in_time.carton .carton_icon{top:0;bottom:auto}.quazi_match_tracker .away{position:absolute;z-index:2;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;height:44px;width:100%}.quazi_match_tracker .away .teamname{margin-top:6px}.quazi_match_tracker .away .point_in_time{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.quazi_match_tracker .away .point_in_time i.event_icon,.quazi_match_tracker .away .point_in_time .svg_icon{bottom:0;top:auto}.quazi_match_tracker .away .point_in_time.carton .carton_icon{top:auto;bottom:0}.resulting_form .drop_menu{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.resulting_form .input_form_group.edit_result{border:1px solid rgba(143,164,184,.4)}.resulting_form .input_form_group:hover{border:2px solid #19a6ea}.resulting_form .input_form_group:focus-within{z-index:100;background-color:#fff;border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}.resulting_form .form_row{padding:4px 0}.resulting_form .form_row .input_label{font-size:11px;line-height:12px}.resulting_form .form_row .btn{height:32px;padding:0 8px;margin:0 0 0 3px;font-size:11px;line-height:12px;font-weight:400;text-transform:uppercase;border-radius:4px}.title_info_block{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;width:100%;height:auto;padding:40px 0;border-bottom:1px solid #e2e8ed}.title_info_block .info_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:1400px}@media (max-width: 1440px){.title_info_block .info_wrapper{width:100%}}.title_info_block .info_wrapper .info_col{border-right:1px solid rgba(141,162,182,.2)}.title_info_block .info_wrapper .info_col:first-child{border-left:1px solid rgba(141,162,182,.2)}.title_info_block .info_wrapper .general_info{width:260px}.title_info_block .info_wrapper .balance{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:stretch;-ms-flex-pack:stretch;justify-content:stretch;width:calc(100% - 520px)}.title_info_block .info_wrapper .balance .info_content{width:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 10px 0 0}.title_info_block .info_wrapper .balance .amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.title_info_block .info_wrapper .balance .amount .info_row{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.title_info_block .info_wrapper .info_title{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;width:100%;height:26px;padding:0 10px 0 0;font-size:10px;font-weight:400;line-height:10px;text-transform:uppercase}.title_info_block .info_wrapper .title_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px;min-width:70px}.title_info_block .info_wrapper .title_sub_label{width:auto;padding:0 10px}.title_info_block .info_wrapper .info_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.title_info_block .info_wrapper .info_label,.title_info_block .info_wrapper .info_content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:26px}.title_info_block .info_wrapper .info_label{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:70px;font-size:10px;font-weight:400;line-height:10px;text-align:right;text-transform:uppercase;color:#8da2b6}.title_info_block .info_wrapper .info_content{width:190px;padding:0 0 0 10px;font-size:13px;font-weight:700;line-height:13px;color:#556373}.title_info_block .info_wrapper .first_name,.title_info_block .info_wrapper .last_name,.title_info_block .info_wrapper .city,.title_info_block .info_wrapper .country{padding-right:6px}.title_info_block .info_wrapper .date,.title_info_block .info_wrapper .time{height:16px;line-height:16px}.title_info_block .info_wrapper .date{padding:0 10px 0 0;margin:0 10px 0 0;border-right:1px solid rgba(141,162,182,.6)}.timeline{width:100%;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.timeline .timeline_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.timeline .timeline_item .time_point,.timeline .timeline_item .date,.timeline .timeline_item .time,.timeline .timeline_item .person,.timeline .timeline_item .action,.timeline .timeline_item .state,.timeline .timeline_item .description,.timeline .timeline_item .action_col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px;font-size:13px;font-weight:400}.timeline .timeline_item .time_point{position:relative;width:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.timeline .timeline_item .time_point .point{width:10px;height:10px;border-radius:6px;background-color:#6e7884}.timeline .timeline_item .time_point:before{content:"";position:absolute;z-index:1;top:0;width:2px;height:13px;background-color:#6e788433}.timeline .timeline_item .time_point:after{content:"";position:absolute;z-index:1;bottom:0;width:2px;height:13px;background-color:#6e788433}.timeline .timeline_item .date{width:80px;height:13px;padding:0 4px;border-right:1px solid rgba(110,120,132,.2)}.timeline .timeline_item .time{width:60px;height:13px;padding:0 20px 0 4px}.timeline .timeline_item .person{width:200px;padding:0 20px 0 0}.timeline .timeline_item .action{width:168px;padding:0 20px 0 0}.timeline .timeline_item .state{width:140px;padding:0 20px 0 0}.timeline .timeline_item .description{width:320px}.timeline .timeline_item .action_col{width:80px}.timeline .timeline_item:first-child .time_point:before{opacity:0}.timeline .timeline_item:first-child .time_point:after{opacity:1}.timeline .timeline_item:last-child .time_point:before{opacity:1}.timeline .timeline_item:last-child .time_point:after{opacity:0}.timeline .timeline_item:only-child .time_point:before{opacity:0}.timeline .timeline_item:only-child .time_point:after{opacity:0}:root{--dark_font: rgba(105, 116, 129, 1);--table_font_darker_gray: rgba(83, 99, 116, 1);--izmedju: rgba(98, 116, 135, 1);--table_font_dark_gray: rgba(115, 135, 156, 1);--table_font_lignt_gray: rgba(143, 164, 184, 1);--table_font_lignt_gray_005: rgba(143, 164, 184, .05);--table_font_lignt_gray_01: rgba(143, 164, 184, .1);--table_font_lignt_gray_02: rgba(143, 164, 184, .2);--table_font_lignt_gray_03: rgba(143, 164, 184, .3);--table_font_lignt_gray_06: rgba(143, 164, 184, .6);--table_font_lighter_gray: rgba(153, 166, 179, 1);--hover_neutral_accent_color: rgba(43, 183, 0, 1)}.f_row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.f_col{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ticket_widget .ticket_header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:350px;padding:32px 15px 0;background-image:url(../../build/img/ticket/tiket_top_1.png);background-repeat:no-repeat;background-position:top center}.ticket_widget .ticket_header .ticket_title{display:-webkit-box;display:-ms-flexbox;display:flex}.ticket_widget .ticket_header .ticket_title .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;font-size:18px;font-weight:600;letter-spacing:-.5px;padding-left:18px;border-bottom:1px solid var(--table_font_lignt_gray_02)}.ticket_widget .ticket_header .ticket_title .match_no{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 10px;border-bottom:1px solid var(--table_font_lignt_gray_02)}.ticket_widget .ticket_header .ticket_title .match_no .badge{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;height:18px;min-width:18px;padding:2px;color:#fff;font-size:11px;line-height:14px;border-radius:9px;background-color:var(--font_dark_gray)}.ticket_widget .ticket_header .ticket_title .clear_all{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;width:46px;height:64px;padding-right:18px;font-size:24px;cursor:pointer;border-bottom:1px solid var(--table_font_lignt_gray_02)}.ticket_widget .ticket_header .ticket_title .clear_all:hover,.ticket_widget .ticket_header .ticket_title .clear_all:focus,.ticket_widget .ticket_header .ticket_title .clear_all:active{color:#e71e27}.ticket_widget .ticket_header .ticket_type{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 6px}.ticket_widget .ticket_header .ticket_type .single_multi,.ticket_widget .ticket_header .ticket_type .system{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;width:50%;height:45px;font-size:14px;font-weight:700;text-transform:uppercase;cursor:pointer;border-bottom:3px solid transparent}.ticket_widget .ticket_header .ticket_type .single_multi .label,.ticket_widget .ticket_header .ticket_type .system .label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:18px;border-right:1px solid var(--table_font_lignt_gray_03)}.ticket_widget .ticket_header .ticket_type .single_multi:hover,.ticket_widget .ticket_header .ticket_type .single_multi:focus,.ticket_widget .ticket_header .ticket_type .single_multi:active,.ticket_widget .ticket_header .ticket_type .system:hover,.ticket_widget .ticket_header .ticket_type .system:focus,.ticket_widget .ticket_header .ticket_type .system:active{color:var(--accent_color);border-bottom:3px solid var(--table_font_lignt_gray_06)}.ticket_widget .ticket_header .ticket_type .single_multi.active,.ticket_widget .ticket_header .ticket_type .system.active{color:var(--accent_color);border-bottom:3px solid var(--accent_color)}.ticket_widget .ticket_header .ticket_type .single_multi:last-child.system .label,.ticket_widget .ticket_header .ticket_type .system:last-child.system .label{border-right:0px solid transparent}.ticket_widget .stakes{width:350px;background-image:url(../../build/img/ticket/tiket_middle_01.png);background-repeat:repeat-y;background-position:top center;padding:0 15px}.ticket_widget .stakes .stake_item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 18px}.ticket_widget .stakes .stake_item .section_wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.ticket_widget .stakes .stake_item .section_wrap .teams_wtapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;font-weight:600}.ticket_widget .stakes .stake_item .section_wrap .teams_wtapper .home_team,.ticket_widget .stakes .stake_item .section_wrap .teams_wtapper .away_team{max-width:115px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--font_darker_gray)}.ticket_widget .stakes .stake_item .section_wrap .teams_wtapper .vs{font-weight:400;padding:0 5px;opacity:.6}.ticket_widget .stakes .stake_item .section_wrap .remove_stake_item{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;width:24px;height:36px;font-size:18px;cursor:pointer}.ticket_widget .stakes .stake_item .section_wrap .remove_stake_item:hover,.ticket_widget .stakes .stake_item .section_wrap .remove_stake_item:focus,.ticket_widget .stakes .stake_item .section_wrap .remove_stake_item:active{color:#e71e27}.ticket_widget .stakes .stake_item .section_wrap .time_result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:12px;line-height:20px}.ticket_widget .stakes .stake_item .section_wrap .time_result .time{font-size:11px;opacity:.6}.ticket_widget .stakes .stake_item .section_wrap .time_result .current_result{font-weight:700;color:var(--accent_color)}.ticket_widget .stakes .stake_item .section_wrap .odds{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;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 0 0 8px;font-size:14px;font-weight:600}.ticket_widget .stakes .stake_item .section_wrap .odds .inactive_odd{text-decoration:line-through}.ticket_widget .stakes .stake_item .section_wrap .odds .active_odd{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 4px;color:#fff;border-radius:3px;background-color:var(--accent_color)}.ticket_widget .stakes .stake_item .section_wrap.border_b{padding-bottom:16px;border-bottom:1px solid var(--table_font_lignt_gray_03)}.ticket_widget .stakes .stake_item:last-child .section_wrap.border_b{padding-bottom:6px;border-bottom:0px solid transparent}.ticket_widget .cut_0{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;height:15px;background-image:url(../../build/img/ticket/tiket_top_2.png);background-repeat:no-repeat;background-position:top center}.ticket_widget .cut_01{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;height:20px;background-image:url(../../build/img/ticket/tiket_ticket_cut_01.png);background-repeat:no-repeat;background-position:top center}.ticket_widget .payment_settings{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:350px;padding:0 35px;background-image:url(../../build/img/ticket/tiket_middle_02.png);background-repeat:repeat-y;background-position:top center}.ticket_widget .payment_settings .bet_placement{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;padding:10px 0 0}.ticket_widget .payment_settings .bet_placement .bet_amount{font-size:11px;font-weight:400;text-transform:uppercase;padding:0 10px 0 0}.ticket_widget .payment_settings .bet_placement .amount_input{height:38px;width:100px;text-align:right;font-size:18px;font-weight:600;border:2px solid rgba(115,135,156,.8)}.ticket_widget .payment_settings .bet_placement .amount_input::-webkit-input-placeholder{color:#73879ccc}.ticket_widget .payment_settings .bet_placement .amount_input::-moz-placeholder{color:#73879ccc}.ticket_widget .payment_settings .bet_placement .amount_input:-ms-input-placeholder{color:#73879ccc}.ticket_widget .payment_settings .bet_placement .amount_input:-moz-placeholder{color:#73879ccc}.ticket_widget .payment_settings .bet_placement .amount_input.red{border:2px solid rgba(196,24,33,.8);color:#c41821}.ticket_widget .payment_settings .bet_placement .amount_input.green{border:2px solid rgba(53,172,0,.8);color:#35ac00}.ticket_widget .payment_settings .slip_result{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;padding:15px 0}.ticket_widget .payment_settings .slip_result .stake_sum{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;width:50%}.ticket_widget .payment_settings .slip_result .stake_sum .stake_label{font-size:12px}.ticket_widget .payment_settings .slip_result .stake_sum .stake_amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:20px;margin:2px 0;padding:0 4px;font-size:14px;line-height:14px;color:#fff;border-radius:3px;background-color:#35ac00}.ticket_widget .payment_settings .slip_result .slip_reward{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.ticket_widget .payment_settings .slip_result .slip_reward .slip_label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;font-size:12px}.ticket_widget .payment_settings .slip_result .slip_reward .stake_amount{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;padding-left:4px;font-size:24px;font-weight:700;line-height:24px;color:#35ac00}.ticket_widget .payment_settings .slip_result .slip_reward .stake_amount .currency{font-weight:400;padding-left:4px}.ticket_widget .payment_settings .stake_change{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ticket_widget .payment_settings .stake_change i.mdi{margin-right:6px;font-size:24px}.ticket_widget .payment_settings .stake_change .label{font-size:13px;font-weight:400}.ticket_widget .cut_02{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;height:20px;background-image:url(../../build/img/ticket/tiket_ticket_cut_02.png);background-repeat:no-repeat;background-position:top center}.ticket_widget .ticket_action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:350px;padding:0 15px 15px;background-image:url(../../build/img/ticket/tiket_bottom.png);background-repeat:no-repeat;background-position:bottom center}.ticket_widget .ticket_action .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 20px 20px;font-size:14px;text-align:center;color:var(--dark_font)}.ticket_widget .ticket_action .btn_group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:12px 20px 20px}.ticket_widget .ticket_action .btn_group .btn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:42px;margin:0 10px 0 0;font-size:16px;font-weight:600;color:#fff;text-transform:uppercase;border-radius:4px;background-color:var(--accent_color)}.ticket_widget .ticket_action .btn_group .btn:hover,.ticket_widget .ticket_action .btn_group .btn:focus,.ticket_widget .ticket_action .btn_group .btn:active{background-color:var(--accent_color_dark)}.ticket_widget .ticket_action .btn_group .btn:last-child{margin:0}.ticket_widget .ticket_action .btn_group .btn.light{background-color:var(--table_font_lighter_gray)}.ticket_widget .ticket_action .btn_group .btn.light:hover,.ticket_widget .ticket_action .btn_group .btn.light:focus,.ticket_widget .ticket_action .btn_group .btn.light:active{background-color:var(--table_font_dark_gray)}.ticket_widget .empty_placeholder,.ticket_widget.empty .stakes,.ticket_widget.empty .cut_01,.ticket_widget.empty .payment_settings{display:none}.ticket_widget.empty .empty_placeholder{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:350px;height:300px;background-image:url(../../build/img/ticket/ticket_vs.png),url(../../build/img/ticket/tiket_middle_01.png);background-repeat:no-repeat,repeat-y;background-position:center,top center}.ticket_widget.empty .empty_placeholder .message{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 20px 40px;font-size:14px;text-align:center;color:var(--dark_font)}.ticket_widget.empty .cut_02{width:350px;background-image:url(../../build/img/ticket/tiket_ticket_cut_03.png)}.provider-input{box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;outline:none;display:block;width:80%;padding:7px;border:none;border-bottom:1px solid #ddd;background:transparent;margin-bottom:10px;font:16px Arial,Helvetica,sans-serif;height:45px}.provider-input:disabled{opacity:.3}#checkboxes{background-color:#fff;margin-left:25px;padding:10px}.checkbox{margin:5px}.checkbox label{min-height:21px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer;line-height:22px}.c-checkbox span{position:relative;display:inline-block;vertical-align:top;margin-left:-20px;width:20px;height:20px;border-radius:2px;border:1px solid #ccc;text-align:center}.c-checkbox span:before{position:absolute;top:0;left:0;right:0;bottom:0;opacity:0;text-align:center!important;font-size:12px;line-height:18px;vertical-align:middle}.c-checkbox input[type=checkbox]{position:absolute;margin:4px 5px 0 0;opacity:0}.c-checkbox input[type=checkbox]:checked{color:#fff;transition:color .3s ease-out}.c-checkbox input[type=checkbox]:checked+span{border-color:#5d9cec;background-color:#5d9cec}.c-checkbox input[type=checkbox]:checked+span:before{color:#fff;opacity:1;transition:color .3s ease-out}.date-picker{left:-101px}.remove_this_slobo{height:100%;width:100%;outline:none;border:none;background-color:transparent}.btn_green:hover{background-color:#72aa1e;border:2px solid #72aa1e}.login_wrapper .login_dialog .login_box{background-color:transparent;border-radius:20px}.edit_time_V{width:150px;border-radius:4px;border:1px solid rgba(143,164,184,.5)}.single_date_V{width:80px;border-radius:4px;border:1px solid rgba(143,164,184,.5)}.market_wrapper_bonus{padding:30px;height:25%}.market_label_bonus{width:20%!important}.market_label{position:relative;padding-right:40px}.label_content_bonus{height:100%!important;width:100%!important;font-size:15px}.market_odd_list_bonus{width:80%!important;height:100%}.game_wrap_bonus{height:55px!important}.game_label_bonus{font-size:16px}.game_odd_bonus{height:52px!important;text-align:center;font-size:16px}.start_time_bonus{display:flex;justify-content:center;align-items:center;font-size:15px}.start_time_bonus .time{font-weight:700}.refresh_wrapper{position:relative;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;height:42px;padding:0 15px 0 8px;margin-left:auto}.refresh_wrapper .tool_item{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;width:48px;height:48px;border-radius:24px;color:#8fa4b8;font-size:24px;text-decoration:none;cursor:pointer;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.btn_pmc_V{margin-right:10px!important;margin-left:-12px!important}.error-boundary{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:30%;left:40%}.error-boundary__text{font-size:1.7rem}.error-boundary__error{color:#e35454;padding:20px}.btn_list_V{border-radius:0!important}.new_list_wrapper_V{width:100%;margin-bottom:10px;display:flex;flex-direction:column;align-items:flex-start}.font_size_14{font-size:14px!important}.list-builder_align-lists{justify-content:flex-start!important;text-transform:none!important;padding-left:20px!important;margin-bottom:4px}.builder_odds{display:flex;margin-left:auto!important;flex-basis:32%!important;align-items:center;justify-content:space-evenly}.builder_odds>*{flex-basis:20%}.width_5_perc{width:5%}.width_10_perc{width:10%}.width_15_perc{width:15%}.width_20_perc{width:20%}.width_30_perc{width:33.333%}.width_50_perc{width:50%}.width_60_perc{width:60%}.width_80_perc{width:80%}.y_auto_overflow{overflow-y:auto}.rtl_direction{direction:rtl}.ltr_direction{direction:ltr}.min_height_oddtypes_list{min-height:480px}.void_timeframes_wrap{height:680px}.void_timeframe_checkbox{overflow-y:scroll}.void_timeframe:hover{cursor:pointer}.void_timeframe.selected{border:1px solid;color:#1180b5;background-color:#19a6ea1f;border-color:#19a6ea4d}.icon_form_V{display:flex;flex-wrap:wrap;margin-bottom:25px}.icon_form_V .row{flex:1 0 50%;justify-content:space-evenly}.flex{flex:1!important}.channel_connection .list_wrapper.toggle .list_item{display:none!important}.hide_scroll::-webkit-scrollbar{display:none}.td_standings_input input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:28px;color:#556373;cursor:pointer;pointer-events:all;border-radius:4px;border:2px solid transparent;background-color:transparent;-webkit-transition:all 0s ease-in-out;transition:all 0s ease-in-out;text-align:center}.td_standings_input input:hover{background-color:#fff;border:2px solid rgba(141,162,182,.8)}.td_standings_input input:focus,.td_standings_input input:active{background-color:#fff;border:2px solid rgba(25,166,234,.8);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.4);box-shadow:0 0 20px 2px #19a6ea66}.form_result{padding:1px;height:24px;width:24px;border-radius:4px;display:flex;justify-content:center;align-items:center}.green_bg_light_hover:hover{background-color:#7fc418!important}.yellow_bg_light_hover:hover{background-color:#f7cb63!important}.red_bg_light_hover:hover{background-color:#e35d64!important}.error_input_V{background-color:#fff;border:2px solid #e35454!important;box-shadow:0 0 15px 1px #f25d5d!important}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.fadeInDown_V{-webkit-animation:fadeInDown .2s ease-in-out;animation:fadeInDown .2s ease-in-out}.special_header{position:sticky;top:80px;background-color:#fff;z-index:70}.result_special_value{-webkit-box-direction:normal!important;box-sizing:border-box;outline:0;-webkit-font-smoothing:antialiased;font-family:Open Sans,sans-serif;border-radius:3px;transition:all .2s ease-in-out;border:1px solid rgba(143,164,184,.4);display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;margin:0 8px 8px 0;padding:0 8px;font-size:14px;line-height:14px;font-weight:400;color:#73879c;background-color:#fff;-webkit-user-select:none;user-select:none;height:30px;width:55px}.width_90{width:90px!important}.min_width_50{min-width:50px!important}.list_6_items{max-height:192px!important}.list_5_items{max-height:162px!important}.timeline_wrapper_item{display:flex;flex-direction:row!important;flex-wrap:nowrap}.changes_wrapper{display:flex;flex-direction:column;flex-basis:70%}.time_point:after{content:none!important}.time_point:before{content:none!important}.date_height{height:32px!important;border-right:none!important}.tag_item.orange{color:#fff!important;background-color:#fcac32!important}.result_index{background-color:#d8ebbc!important}.tag_item.custom{padding:15px 20px;color:#fff;margin-left:25px;font-size:14px;border-radius:4px}.market_odd_list_wide{width:calc(100% - 340px)!important}.market_label_small{width:220px!important}.disabled_V{opacity:.9!important;-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important;pointer-events:none!important}.currency_table{width:25%!important;margin-left:300px!important;margin-top:80px!important}.currency_converter{width:20%!important;margin-left:170px!important;margin-top:80px!important;display:flex;flex-direction:column;align-items:center;box-shadow:#00000029 0 1px 4px}.currency_converter input{height:40px;font-size:17px;padding:0 10px;border:2px solid #abc6e4;text-align:center}.currency_converter input:focus{background-color:#fff;border:2px solid rgba(25,166,234,.6);-webkit-box-shadow:0 0 20px 2px rgba(25,166,234,.2);box-shadow:0 0 20px 2px #19a6ea33}.currency_converter_dropdown{padding:5px;border:.5px solid #abc6e4;border-radius:5px}.display_inline{display:inline!important}.input_padding{padding:2px 8px!important}.display_block_V{display:block!important}.similar_ticket_field{color:#8795a3}.item_wrap .stake_btn{width:45px!important}.padding_bottom_75{padding-bottom:75px!important}.tennis_ball{display:inline-block;width:10px;height:10px;border-radius:10px;background-color:#feb200;margin-left:10px}.flex_wrap{flex-wrap:wrap}.print-accordion{width:100%}.print-accordion_item{display:flex;align-items:center;width:max-content;transition:all .2s ease-in-out;cursor:pointer}.print-accordion_item:hover,.print-accordion_item.toggle{color:#19a6ea;font-weight:700}.print-accordion_item .print-accordion_icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px}.print-accordion_item .toggle_ico{display:flex;align-items:center;justify-content:center;opacity:1;width:32px;height:32px;font-size:24px;-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.print-accordion_item.toggle .toggle_ico{opacity:1;width:32px;height:32px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.print-accordion_item .toggle_ico--2{display:flex;align-items:center;justify-content:center;opacity:1;width:32px;height:32px;font-size:24px;-webkit-transform:rotate(0deg);transform:rotate(0);-webkit-transition:-webkit-transform .2s ease-in-out;transition:-webkit-transform .2s ease-in-out;transition:transform .2s ease-in-out;transition:transform .2s ease-in-out,-webkit-transform .2s ease-in-out}.print-accordion_item.toggle .toggle_ico--2{opacity:1;width:32px;height:32px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.print-accordion_list{display:flex;flex-direction:column;width:100%;height:0;opacity:0;overflow:hidden;transition:all .6s ease-in-out}.print-accordion_list.toggle{height:fit-content;opacity:1;overflow:auto}.side_v{color:#19a6ea!important}.insert_row_v{opacity:0;padding-right:10px!important}.csv_row:hover .insert_row_v{opacity:1}.rich-text-editor{min-height:200px}.preview-email-modal{height:290px}.preview-email{height:214px;width:800px}.preview-email-preview{min-height:234px;max-height:360px;width:800px}.rich-text-editor-email{min-height:200px;max-height:360px;width:800px}.rdw-editor-wrapper{padding-right:45px!important}.rdw-suggestion-dropdown{position:relative!important;min-width:300px!important;max-height:300px!important;width:80%!important}.rdw-mention-link{line-height:19px!important}.date-picker-override .react-datepicker.date-and-time{display:flex!important}.date-picker-override .react-datepicker__month-container,.date-picker-override .react-datepicker__time-container{float:none!important}.react-datepicker__time-container,.react-datepicker__time-container .react-datepicker__time,.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:90px}.transactions-table-height-override{height:calc(100vh - 350px)!important;overflow:hidden}.notifications-table-height-override{height:calc(100vh - 208px)!important;overflow:hidden}.risk_online_user_name{cursor:pointer;padding:2px 10px 2px 2px;text-decoration:underline}.risk_online_user_name:hover{border:thin solid rgba(192,192,192,.65);border-radius:5px;padding:2px 10px 2px 1px}.online_user_description{resize:none;height:200px}.market_odd_list_flex{flex-direction:column!important;justify-content:center!important;align-items:center!important}.max_height_300{max-height:300px;overflow:auto}.wide_description{width:100%!important}.tag_item.disabled_v{opacity:.4!important}.file_upload{width:100%;border:none;padding:0}.file_upload::-webkit-file-upload-button{visibility:hidden;margin-left:-70px}.file_upload{height:24px;font-family:Open Sans,sans-serif;text-transform:uppercase;font-size:11px;line-height:10px;border-radius:3px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out;white-space:nowrap;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#8da2b6;color:#8da2b6;border:1px solid #8da2b6;background-color:#8da2b600}.file_upload:hover:before,.file_upload:active:before,.file_upload:focus:before{background:#2116461a}.add_document_preview{width:90%;height:auto;min-height:300px;object-fit:contain;padding:30px}.disable_resize{resize:none}.no_background{background:none}.horizontal_scroll{overflow-x:auto}table tbody tr:nth-child(2n){background-color:#f3f6f8}.bg_row_color_0{background-color:#eaf9fd!important}.bg_row_color_1{background-color:#f6edfa!important}.bg_row_color_2{background-color:#f1fdea!important}.bg_row_color_3{background-color:#fdfdea!important}.bg_row_color_4{background-color:#fdeaea!important}.bg_row_color_5{background-color:#fdf5ea!important}.bg_row_color_6{background-color:#eafdf8!important}.bg_row_color_7{background-color:#f3edfa!important}.bg_row_color_8{background-color:#fdfdea!important}.description_flex{width:100%;height:42px;display:flex;align-items:center;justify-content:flex-end}.w_250{width:250px;min-width:250px;max-width:250px}.w_123{width:123px!important;min-width:123px!important;max-width:123px!important}.w_80{width:80px;min-width:80px;max-width:80px}.bg_row_color_green{background-color:#bddc8d4d!important}.bg_row_color_red{background-color:#e98a724d!important}table thead tr.expandable_tr:hover td,table thead tr.expandable_tr:focus td,table thead tr.expandable_tr:active td,table tbody tr.expandable_tr:hover td,table tbody tr.expandable_tr:focus td,table tbody tr.expandable_tr:active td,table tfoot tr.expandable_tr:hover td,table tfoot tr.expandable_tr:focus td,table tfoot tr.expandable_tr:active td{background-color:#4956631a!important}table thead tr th.td_span,table thead tr td.td_span,table tbody tr th.td_span,table tbody tr td.td_span,table tfoot tr th.td_span,table tfoot tr td.td_span{height:0;padding:0;opacity:0;overflow:hidden;transition:all .2s ease-in-out;border-bottom-width:0}table thead tr th.td_span .expandable_content,table thead tr td.td_span .expandable_content,table tbody tr th.td_span .expandable_content,table tbody tr td.td_span .expandable_content,table tfoot tr th.td_span .expandable_content,table tfoot tr td.td_span .expandable_content{width:100%;height:0;opacity:0;overflow:hidden}table thead tr th.td_span.toggle,table thead tr td.td_span.toggle,table tbody tr th.td_span.toggle,table tbody tr td.td_span.toggle,table tfoot tr th.td_span.toggle,table tfoot tr td.td_span.toggle{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:0;opacity:1;transition:all .2s ease-in-out}table thead tr th.td_span.toggle .expandable_content,table thead tr td.td_span.toggle .expandable_content,table tbody tr th.td_span.toggle .expandable_content,table tbody tr td.td_span.toggle .expandable_content,table tfoot tr th.td_span.toggle .expandable_content,table tfoot tr td.td_span.toggle .expandable_content{padding:30px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;background-color:#e9edf0;opacity:1;overflow:visible;transition:all .2s ease-in-out}table thead tr th.td_span.toggle .expandable_content table,table thead tr td.td_span.toggle .expandable_content table,table tbody tr th.td_span.toggle .expandable_content table,table tbody tr td.td_span.toggle .expandable_content table,table tfoot tr th.td_span.toggle .expandable_content table,table tfoot tr td.td_span.toggle .expandable_content table{box-shadow:0 0 20px #3039444d;background-color:#fff}table thead tr th.td_span.toggle .expandable_content table tr:last-child td,table thead tr td.td_span.toggle .expandable_content table tr:last-child td,table tbody tr th.td_span.toggle .expandable_content table tr:last-child td,table tbody tr td.td_span.toggle .expandable_content table tr:last-child td,table tfoot tr th.td_span.toggle .expandable_content table tr:last-child td,table tfoot tr td.td_span.toggle .expandable_content table tr:last-child td{border-bottom-width:0}.maxHeight_156{max-height:156px!important}@media (min-width: 914px){.hide_desktop{display:none!important}}@media (max-width: 914px){.app_content.f_small .main_content .scroll_container{height:calc(100vh - 190px)!important}.app_content.f_small .main_content{height:calc(100vh - 180px)!important}.padding_mobile{padding:20px}.flexDirectionColumn{flex-direction:column}.sport_filter_mobile{display:flex!important;flex-direction:column!important;height:300px!important;overflow-y:scroll!important;position:absolute!important;top:45px!important;left:-4px!important;width:42px!important;overflow-x:hidden!important;box-shadow:0 6px 15px 2px #5563734d;border-radius:4px}.hide{display:none!important}.height_auto{height:auto!important}.overflow_visible_mobile{overflow:visible!important}.x_scroll{display:block;overflow-x:auto!important;white-space:nowrap!important;margin-bottom:40px!important;margin-top:20px!important}.x_scroll_ls{display:block;overflow-x:auto!important;white-space:nowrap!important;margin-bottom:0!important;margin-top:0!important}.x_scroll_footer{padding:10px;height:auto!important;display:flex;flex-direction:column;justify-content:center;align-items:center}.remove_margin_on_mobile{margin-bottom:0!important}.filter_label_mobile{width:100px}.max_width_100{width:100%!important}.z_index_mobile{z-index:1000!important}.flex_content{display:flex;flex-direction:column}table thead tr:hover td,table thead tr:focus td,table thead tr:active td,table tbody tr:hover td,table tbody tr:focus td,table tbody tr:active td,table tfoot tr:hover td,table tfoot tr:focus td,table tfoot tr:active td,.table_row:hover,.table_row:active{background-color:#ffcb51!important}.empty_div{padding:40px 0}.h_500{height:500px!important}}.icon_info{font-size:20px}.info_cell{display:"flex";justify-content:"center"}.filter_options_mobile{width:100%;display:flex;justify-items:flex-start;justify-content:flex-start;padding:5px}.filter_section_mobile{display:flex;flex-direction:row}.mobile_border{display:flex;flex-direction:column;padding:10px;justify-content:left;align-items:flex-start;border-bottom:1px solid rgba(141,162,182,.3)}.mobile_border_center{display:flex;flex-direction:column;padding:10px;justify-content:center;align-items:center;border-bottom:1px solid rgba(141,162,182,.3)}.filterOptionsMobile{display:flex;justify-content:center}.sticky{position:sticky;top:0;z-index:2}@media (max-width: 914px){.overflow_x{overflow-x:auto!important;display:block;white-space:nowrap!important}.modal-body_mobile{width:100vw!important}.modal-footer_mobile{width:100vw!important;align-self:normal!important}.w_1800{width:1800px!important}.w_2200{width:2200px!important}.w_2000{width:2000px!important}.x_scroll__m_0{display:block;overflow-x:auto!important;white-space:nowrap!important;margin-bottom:0!important;margin-top:0!important}.closeBtnMobile{top:-10px!important;left:-14px!important}.form_col input.mobile_outline{border:1px solid rgba(143,164,184,.4)!important}.right_panel_empty_div{padding:120px 0}.padding_bottom_120_mobile{padding-bottom:120px!important}.bg_white{background-color:#fff!important}.w_fit_content_mobile{width:fit-content!important}.margin_left_64_mobile{margin-left:64px!important}}.green_text{color:green!important}.red_text{color:red!important}.line_height_18{line-height:18px!important}.w_40{width:40px!important}.w_80{width:80px!important}.w_400{width:400px!important}.fit_content{width:fit-content}.checkboxStyle{height:17px!important;width:17px!important;border:none!important;border-radius:3px;outline:none;cursor:pointer}.hidden_content{display:none!important}.black_dark_text{color:#242930!important}.light_blue_bg{background-color:#8fcbdd!important}.light_green_bg{background-color:#8ec7a6!important}.light_yellow_bg{background-color:#fcd989!important}.light_red_bg{background-color:#e7abab!important}.light_purple_bg{background-color:#d9bbdb!important}.light_gray_bg{background-color:#ececec!important}.font_size_14 td{font-size:14px!important}.light_gray_bg td{background-color:#ececec!important}.static{position:static}.reset_style table{text-align:center}.reset_style td{border:none;border-collapse:collapse;border-spacing:0}.reset_style table thead tr:hover td,.reset_style table thead tr:focus td,.reset_style table thead tr:active td,.reset_style table tbody tr:hover td,.reset_style table tbody tr:focus td,.reset_style table tbody tr:active td,.reset_style table tfoot tr:hover td,.reset_style table tfoot tr:focus td,.reset_style table tfoot tr:active td{background-color:transparent}.clock{display:flex;flex-direction:flex;position:absolute;top:0;left:0;width:100%;height:fit-content;font-size:11px;align-items:center;justify-content:space-between;color:#e1f0ff;padding:2px 6px}.clock i{padding-right:2px}.promotion-dropdown{position:absolute;top:21px;left:64px;display:flex;flex-direction:column;width:auto;height:fit-content;max-height:130px!important;overflow-y:auto;overflow-x:hidden;padding:0;background-color:#fff;box-shadow:0 6px 15px 2px #5563734d}.promotion-dropdown::-webkit-scrollbar{display:none}.promotion-dropdown-list{padding:4px;border-bottom:1px solid #e2e8ed;background-color:#fff}.minWidth_108{min-width:108px}.link_look{text-decoration:underline;color:#19a6ea;cursor:pointer}tr.dark_gray td{font-weight:600;font-size:14px!important;background-color:#e1f0ff!important}table.autorisation_live td .period{width:fit-content}.period_container{display:flex;align-items:center;justify-content:flex-start;max-width:452px;height:51.5px!important;overflow-y:hidden;overflow-x:auto}table.autorisation_live td .competitors{display:block;max-width:376px!important;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important}table.autorisation_live td .competitors .home_team,table.autorisation_live td .competitors .away_team{display:block;overflow:hidden!important;white-space:nowrap!important;text-overflow:ellipsis!important;width:100%!important}.tooltip{padding-left:10px;color:#037ff3}.tooltip:hover{display:flex!important;flex-direction:column!important;align-items:start!important}.tooltip .tooltiptext{visibility:hidden;height:0;display:none!important}.tooltip:hover .tooltiptext{height:fit-content!important;display:block!important;visibility:visible}.flex_center{display:flex!important;justify-content:center!important;align-items:center!important}.flex_left{display:flex!important;justify-content:flex-start!important;align-items:center!important}.flex_right{display:flex!important;justify-content:flex-end!important;align-items:center!important}.ellipsis_dropdown{display:block!important;text-overflow:ellipsis!important;white-space:nowrap!important;overflow:hidden!important;padding-top:8px!important}.text_bold{font-weight:700}.opacity{opacity:.6}.table-wrap--nested{margin-left:35px;border-left:2px solid #1677ff;box-shadow:3px 0 5px #0003}.modal_download-link{opacity:0;display:block;width:0;height:0;pointer-events:none;z-index:-1}.section_title{font-size:26px;margin:30px 0 30px 20px;font-weight:400}.additionals_title{margin:30px 0 20px}.game_wrapper{padding:30px 0 100px;min-height:100%;max-height:100vh;overflow-y:auto}.field_wrap{display:flex;margin-bottom:20px;align-items:center}.game_label{margin-right:30px}.modal_form{width:100%;margin-top:30px}.column-header_title{line-height:1.3;margin-right:auto;color:#32363b;overflow:hidden;white-space:nowrap;max-width:150px;width:100%;text-overflow:ellipsis}.sorter_wrap{display:flex;align-items:center;justify-content:space-between;margin:0 10px}.sorter_buttons{display:flex}.sorter_btn:hover{color:#1677ff}.sorter_btn:first-child{margin-right:5px}.pagination_wrap{width:calc(100% - 260px);position:fixed;left:260px;bottom:0;padding:20px;background:#fff;box-shadow:0 -5px 5px -5px #cbcaca;z-index:100;transition:all .2s ease-in-out}.pagination_wrap_reload{position:absolute;right:20px}.modal_title{font-size:20px;color:#222;font-weight:500}.table_footer{width:100%;display:flex;border-top:1px solid #e4e4e4;box-shadow:0 0 5px #e3e3e3;background-color:#f3f6f8}.table_cell:first-child{position:sticky}.table_cell:not(.table-cell:last-child){border-right:1px solid #f0f0f0;padding:10px 20px;font-weight:700}.table-actions_wrapper{display:flex;justify-content:center}.table-actions_button{margin-right:8px}.table-actions_button:last-child{margin-right:0}.clear-filters_wrap{display:flex;justify-content:center}.table_row:last-child td{border-top:1px solid rgba(22,119,255,.2);border-color:#1677ff33!important;font-weight:700;color:#242424}.header_cell{font-weight:700;color:#242424;width:calc(100% + 34px);display:flex;align-items:center;padding:0 15px;border-top:1px solid #f0f0f0;height:50px;margin:15px 0 -16px -17px;font-size:16px}.header_cell--bg{background-color:#dceafc}.header_cell-symbol{font-size:13px;transform:translateY(-1px);margin-right:3px}.column-header_actions{display:flex;align-items:center;justify-content:flex-end}.col-item_text{display:block;font-size:16px;line-height:1.3;max-width:468px;text-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}.col-item_text-right{text-align:right}.col-item_text-left{text-align:left}.col-item_text-center{text-align:center!important;align-items:center!important}.text-uppercase{text-transform:uppercase}.outcome-select-btn{transition:all .3s ease-in-out}.outcome-select-btn{cursor:pointer}.selected-outcome{background-color:#c0bfbf;color:#32363b;opacity:.3}.outcome-red,.outcome-green{box-sizing:border-box}.outcome-red:hover{background-color:#c0bfbf;color:#32363b;opacity:.3}.outcome-green:hover{opacity:1;background:#72aa1e;color:#fff}.duplicate_market{width:20px;height:20px;display:flex;justify-content:center;align-items:center;border-radius:4px;color:#fff;font-size:16px;font-weight:700;margin-left:auto;position:absolute;transform:translateY(-50%);top:50%;right:10px}.duplicate_market.add{background-color:#20b2f5}.duplicate_market.remove{background-color:#f44336}.duplicate_market:hover .icon{transform:rotate(180deg)}.duplicate_market .icon{transition:all .3s ease-in-out}.column_count_wrapper{display:flex;height:60px;align-items:flex-end}.column_count{font-size:20px;text-transform:uppercase;display:flex;align-items:baseline}.column_count_number{font-weight:700;font-size:24px;margin-left:6px}.col_warning_wrapper{position:relative}.column_count_number.warning{color:#cf392e}.col_warning{box-shadow:2px 2px 5px #0000004d;background-color:#fff;border-radius:10px;padding:20px;font-size:22px;display:flex;align-items:flex-start;position:absolute;bottom:15px;right:20px;transition:all .3s ease-in-out;max-width:500px}.col_warning.hidden{visibility:hidden;opacity:0}.col_warning .col_warning_text{font-size:14px}.col_warning .icon{color:#cf392e;font-size:26px;margin-right:10px;font-weight:700}.col_progressbar_wrapper{width:calc(100% - 30px);height:4px;min-height:4px;overflow:hidden;border-radius:5px;margin:0 15px}.col_progressbar{display:block;max-width:100%;height:100%;transition:all .3s ease-in-out}.col_progressbar.green{background-color:#7fbd22}.col_progressbar.red{background-color:#cf392e}
