.hubs_popup_wrapper{position:fixed;top:0;left:0;right:0;bottom:0;z-index:30;width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-color);overflow:auto;background-color:rgba(14,12,19,.5)}.hubs_popup_wrapper.hide{display:none!important}.hubs_popup_wrapper.show{display:block!important}.hubs_popup_wrapper .game_account_scrollbar::-webkit-scrollbar,.hubs_popup_wrapper .multiselect__content-wrapper::-webkit-scrollbar{width:6px}.hubs_popup_wrapper .game_account_scrollbar::-webkit-scrollbar-thumb,.hubs_popup_wrapper .multiselect__content-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--header-modal-game-account-bg)}.hubs_popup_wrapper .game_account_scrollbar::-webkit-scrollbar-track,.hubs_popup_wrapper .multiselect__content-wrapper::-webkit-scrollbar-track{border-radius:4px;background-color:var(--content-modal-game-account-bg)}.hubs_popup_wrapper .multiselect__tags{background:var(--dropdown-modal-game-account-bg);border-radius:0;border:none}.hubs_popup_wrapper .multiselect__content-wrapper,.hubs_popup_wrapper .multiselect__single{background:var(--dropdown-modal-game-account-bg);color:var(--text-color)}.hubs_popup_wrapper .multiselect__content-wrapper{border:none;border-radius:0}.hubs_popup_wrapper .multiselect__option{background:var(--dropdown-modal-game-account-bg);color:var(--text-color)}.hubs_popup_wrapper .multiselect__option--selected{background:var(--color-dark-alt)}.hubs_popup_wrapper .multiselect__option--highlight{background-color:var(--color-border)}.hubs_popup_wrapper .option__title{display:flex;align-items:center;font-size:13px!important}.hubs_popup_wrapper .option__title img{max-width:20px;height:auto;margin-right:10px}.hubs_popup_wrapper .multiselect__content-wrapper{max-height:200px!important}.hubs_popup_wrapper .multiselect__option--selected,.hubs_popup_wrapper .multiselect__option--selected.multiselect__option--highlight{background:#cecece;color:#000}.hubs_popup_wrapper .hubs_popup_container{display:flex;flex-direction:column;min-width:500px;zoom:.9;max-height:100vh}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_header{background:var(--scrimmage-title-bg-color);border-radius:5px 5px 0 0;-webkit-clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0);clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0);padding:20px;display:flex;align-items:center;justify-content:space-between}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_header .hubs_popup_title{font-weight:700;font-size:25px;line-height:35px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_header .hubs_popup_esc{cursor:pointer}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body{background:var(--community-scrimmage-section-bg-color);border-radius:0 0 5px 5px;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:40px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents{display:flex;align-items:flex-start;justify-content:center;zoom:1.15;width:100%}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content{background:var(--scrimmage-title-bg-color);border-radius:4px;-webkit-clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0);clip-path:polygon(0 0,calc(100% - 20px) 0,100% 20px,100% 100%,0 100%,0 0);padding:18px;width:100%}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content.content_right{margin-left:30px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_title{font-weight:700;font-size:16px;line-height:22px;display:flex;align-items:center;padding-bottom:10px;border-bottom:1px solid #525562}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info{padding:10px 0;display:flex;align-items:center;border-bottom:1px solid #586890}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info>img{width:40px;height:40px;margin-right:10px;-o-object-fit:cover;object-fit:cover}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info .user_data{display:flex;flex-direction:column}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info .user_data>span{font-weight:600;font-size:26px;line-height:26px;max-width:275px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info .user_data .smaller{font-weight:400;font-size:12px;line-height:15px;color:#898b9c;display:flex;align-items:center}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info .user_data .smaller>img{width:11px;height:11px;margin-right:5px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_user_info .user_data.right{margin-left:auto}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_actions{margin:15px 0;display:flex;align-items:center}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_actions input{height:36px;width:200px;padding:5px 10px;font-weight:600;font-size:12px;line-height:16px;color:#fff;opacity:.4;margin-right:15px;background:#3d3f4a;border:1.5px solid #fff;box-sizing:border-box;border-radius:2px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_actions .content_action_search{flex-direction:column;font-weight:700;font-size:10px;line-height:14px;display:flex}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_actions_buttons{height:36px;padding:5px 15px;display:flex;align-items:center;text-align:center;border-radius:1.5px;font-weight:800;font-size:14px;line-height:19px;cursor:pointer}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_actions_buttons.orange{background:#ee733a;color:#fff}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards{display:flex;flex-wrap:wrap;width:525px;overflow-y:auto;height:400px;align-content:flex-start}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards::-webkit-scrollbar{width:6px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards::-webkit-scrollbar-thumb{border-radius:6px;background-color:#8a8a8a}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards::-webkit-scrollbar-track{border-radius:6px;background-color:#434554}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form{padding:10px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group{margin-bottom:18px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_title{font-weight:700;font-size:13px;line-height:13px;display:flex;align-items:center;margin-bottom:10px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_input{position:relative}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_input>svg{position:absolute;top:10px;left:6px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_input .icon_end{position:absolute;top:10px;right:6px;cursor:pointer}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_input>input,.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_input>select{width:100%;height:35px;padding:5px 30px;background:var(--community-upcoming-scrimmage-bg-color);color:#adadad;width:280px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_action{margin:30px 0 0;display:flex;justify-content:space-between;align-items:center}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_action.content_center{justify-content:center!important}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_action_text{cursor:pointer;font-weight:700;font-size:11px;line-height:15px;text-align:center;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#e64747;display:inline-block}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_form .form_group .form_action_button{font-weight:700;font-size:11px;line-height:15px;text-align:center;padding:5px 10px;background:#ee733a;border-radius:1.5px;cursor:pointer}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list{margin-top:15px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info{margin-bottom:5px;padding:8px;display:flex;align-items:center;background:#1d1f2c;border-radius:3px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_image{width:40px;height:40px;margin-right:10px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_image img{width:100%}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_stats{margin-right:10px;width:140px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_stats .user_name{font-weight:400;font-size:12px;line-height:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_stats .user_rank{font-weight:400;font-size:10px;line-height:14px;color:#adadad;display:flex;align-items:center;margin-top:5px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_stats .user_rank img{margin-right:5px;width:11px;height:11px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_action{margin-right:10px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_list .user_stats_info .user_action .action_add{width:25px;height:25px;display:flex;align-items:center;justify-content:center;background:#e97b26;font-size:23px;font-weight:700;cursor:pointer}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_actions{display:flex;align-items:center;justify-content:center;margin-top:40px}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_actions .hubs_popup_button{margin:0 5px;padding:8px 16px;font-weight:700;font-size:15px;line-height:20px;text-align:center;border-radius:2px;width:180px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_actions .hubs_popup_button.btn_esc{background:#69769b}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_actions .hubs_popup_button.btn_save{background:#ee733a}.hubs_popup_wrapper::-webkit-scrollbar{display:none}@supports(-webkit-touch-callout:none){@media(max-width:590px){#hubs_popup_add_filter_manage_scrimmage.hubs_popup_wrapper,#hubs_popup_add_filter_upcoming_scrimmage.hubs_popup_wrapper{padding-top:50px}}}@media(max-width:590px){.hubs_popup_wrapper .hubs_popup_container{min-width:100%;width:100%;transform:unset}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_header{-webkit-clip-path:unset;clip-path:unset}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents{zoom:1}.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards,.hubs_popup_wrapper .hubs_popup_container .hubs_popup_body .hubs_popup_contents .hubs_popup_content .content_cards>div{width:100%}.hubs_popup_wrapper .scrimmage_teams{flex-wrap:wrap;justify-content:center!important}.hubs_popup_wrapper .scrimmage_team_card{width:100%;margin:10px 0}.hubs_popup_wrapper .last_step_info{flex-wrap:wrap;padding:0!important;border-left:unset}.hubs_popup_wrapper .last_step_info .scrimmage_info_title{background:#4c4e5b;border-right:unset}.hubs_popup_wrapper .last_step_info .scrimmage_duration,.hubs_popup_wrapper .last_step_info .scrimmage_game,.hubs_popup_wrapper .last_step_info .scrimmage_info_title,.hubs_popup_wrapper .last_step_info .scrimmage_start_time{width:100%;height:40px;display:flex;align-items:center;justify-content:flex-start}.hubs_popup_wrapper .last_step_info .scrimmage_game:after,.hubs_popup_wrapper .last_step_info .scrimmage_start_time:after{height:0;width:0}.hubs_popup_wrapper .confirm_scrimmage_btn{width:100%!important}.hubs_popup_wrapper .scrimmage_select_team{padding:40px 0!important}}.game_edit_section .game_account_scrollbar::-webkit-scrollbar,.game_edit_section .multiselect__content-wrapper::-webkit-scrollbar{width:6px}.game_edit_section .game_account_scrollbar::-webkit-scrollbar-thumb,.game_edit_section .multiselect__content-wrapper::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--header-modal-game-account-bg)}.game_edit_section .game_account_scrollbar::-webkit-scrollbar-track,.game_edit_section .multiselect__content-wrapper::-webkit-scrollbar-track{border-radius:4px;background-color:var(--content-modal-game-account-bg)}.game_edit_section .multiselect__tags{background:var(--dropdown-modal-game-account-bg);border-radius:0;border:none}.game_edit_section .multiselect__content-wrapper,.game_edit_section .multiselect__single{background:var(--dropdown-modal-game-account-bg);color:var(--text-color)}.game_edit_section .multiselect__content-wrapper{border:none;border-radius:0}.game_edit_section .multiselect__option{background:var(--dropdown-modal-game-account-bg);color:var(--text-color)}.game_edit_section .multiselect__option--selected{background:var(--color-dark-alt)}.game_edit_section .multiselect__option--highlight{background-color:var(--color-border)}.game_edit_section .option__title{display:flex;align-items:center;font-size:13px!important}.game_edit_section .option__title img{max-width:20px;height:auto;margin-right:10px}.game_edit_section .multiselect__content-wrapper{max-height:200px!important;position:static!important;z-index:100}.game_edit_section .multiselect__option--selected,.game_edit_section .multiselect__option--selected.multiselect__option--highlight{background:#cecece;color:#000}

/*# sourceMappingURL=hubs_popup.css.map*/