@import url(/assets/fonts/Inter/stylesheet.css);*{box-sizing:border-box;font-family:Inter, Roboto, Arial, sans-serif;line-height:120%}html{scroll-behavior:smooth;width:100%;height:100%}body{margin:0;padding:0;overflow:auto;color:#2a2d37;font-size:16px;font-weight:600;width:100%;height:100%}body.stop-scroll{overflow:hidden}.page{width:100%;float:left;height:auto}.container{float:left;width:100%;position:relative}.block{width:100%;float:left;padding:0 10px}.section{padding:20px 0}h1{font-size:38px}h2{font-size:24px}img{display:block}.dark a{color:#ffffff}input[type=text],input[type=email],input[type=number],input[type=password],input[type=datetime-local],select{font-size:15px;height:46px;border:none;padding:2px 15px;border-radius:5px;font-weight:600}textarea{font-size:16px;padding:15px 15px;border-radius:5px;border:none;font-weight:600}input::placeholder,textarea::placeholder{color:#999999}input[type=text].has_error,input[type=password].has_error,select.has_error,textarea.has_error{background:#ffdbe5;color:#ff0000}.columns{float:left;width:100%}.columns .column:first-child{width:100%;float:left}.columns .column:last-child{width:100%;float:left}.column2{width:100%;float:left}.column3{width:100%;float:left}.column4{width:100%;float:left}.button{color:white;display:block;text-decoration:none;cursor:pointer;font-size:16px;transition:0.3s;border-radius:5px;font-weight:600}.button.white{color:#ffffff;border:1px solid #ffffff}.button.white:hover,.button.white:active{color:#292929;background:#ffffff}.button.yellow{color:#292929;background:#FFD700}.button.yellow:hover,.button.yellow:active{background:#ffffff}.button.border_blue{color:#3755fa;border:1px solid #3755FA}.button.border_blue:hover,.button.border_blue:active{color:#ffffff;background:#3755fa}.button.red{background:#ff5555}.button.red:hover,.button.red:active{background:#e81616}.button.green{background:#00c7ab}.button.green:hover,.button.green:active{background:#028d79}.button.blue{background:#3755FA}.button.blue:hover,.button.blue:active{background:#1d3be1}.button.gray{background:#a1a1a1}.button.gray:hover,.button.gray:active{background:#7f7f7f}.blue_text{color:#3755FA}.green_text{color:#00A507}.hidden{display:none !important}@media (min-width: 480px){.column4{width:50%}}@media (min-width: 800px){h1{font-size:64px}h2{font-size:34px}.block{width:600px;float:none;margin:0 auto;display:block;padding:0}.column2{width:50%}.column4{width:25%}}@media (min-width: 1024px){.block{width:800px}.section{padding:40px 0}.columns .column:first-child{width:50%}.columns .column:last-child{width:50%}.column3{width:33.333%}}@media (min-width: 1200px){.block{width:1000px}}.popup{position:fixed;top:0;left:0;width:100%;height:100%;justify-content:center;align-items:center;display:none;z-index:2500;overflow-y:scroll}.popup>.content{background:#ffffff;position:relative;padding:20px;border-radius:0;width:calc(100% - 60px);margin:0 auto}.popup .close{display:block;background:#333;border:1px solid #cccccc;border-radius:50%;position:absolute;right:-10px;top:-10px;width:27px;height:27px;text-align:center;cursor:pointer;margin:0;font:20px Roboto;text-shadow:none !important;color:#ffffff !important;padding-top:1px;font-weight:normal !important}.popup .close:after,.popup .close:before{position:absolute;content:"";width:17px;height:2px;background:#ffffff;top:11px;left:4px}.popup .close:after{transform:rotate(-45deg)}.popup .close:before{transform:rotate(45deg)}.popup.active{display:flex}#notify_popup{zoom:0;transition:1s;opacity:0;padding:0 20px}#notify_popup.active{opacity:1;zoom:1;background:rgba(40,40,40,0.9)}#notify_popup>.content{min-width:300px;max-width:600px;width:100%;border-radius:5px}#notify_popup .title{font-size:20px;padding:30px 10px 0;text-align:center;font-weight:bold}#notify_popup.success .title{color:#35927b}#notify_popup.error .title{color:#f8155b;font-weight:bold}#notify_popup .notify_messages{padding:40px 10px;font-size:16px;line-height:30px;text-align:center}#notify_popup .notify_messages .notify_message{padding:5px 0}#notify_popup .button_wrap{display:flex;justify-content:center;align-items:center}#notify_popup .button{width:120px;margin:0 10px;text-align:center;font-size:16px;padding:14px 0;height:46px}#notify_popup>.content .close_icon{width:27px;height:27px}#notify_popup>.content .close_icon:before{left:4px}#notify_popup>.content .close_icon:after{left:4px}#notify_popup.active{display:flex}@media (min-width: 600px){#notify_popup{padding:0}}.apx_preloader{position:fixed;display:flex;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,0.9);justify-content:center;align-items:center;z-index:2000}.apx_preloader .lds_ripple{position:relative;width:80px;height:80px;margin:40px auto 0}.apx_preloader .lds_ripple div{position:absolute;border:4px solid #3755fa;opacity:1;border-radius:50%;animation:lds_ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.apx_preloader .lds_ripple div:nth-child(2){animation-delay:-0.5s}@keyframes lds_ripple{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0;left:0;width:72px;height:72px;opacity:0}}.apx_preloader .text{margin:20px 0;text-align:center;font-size:18px;font-weight:bold;color:#3755fa}.spoiler{background:#ebeeff;border-radius:10px;margin:20px 0;float:left;width:100%;padding:0 20px 0 20px;overflow:hidden}.spoiler .title{padding:20px 0 20px 0;float:left;width:100%;font-size:20px;cursor:pointer;font-weight:600}.spoiler .text{float:left}.spoiler .arrow{float:right;width:20px;height:20px;margin-top:2px}.spoiler.opened .arrow{transform:rotate(180deg)}.spoiler .more{float:left;width:100%;font-size:16px;height:0}.spoiler.opened .more{height:auto;padding-bottom:20px}table.blue_table{width:100%;float:left;font-size:16px;border-collapse:separate;border-spacing:0;border-radius:20px;border:1px solid #3755fa;overflow:hidden}.blue_table tr:last-child{border-bottom:0}.blue_table th{background:#3755fa;color:#ffffff;text-align:left;padding:15px;font-weight:600;font-size:18px}.blue_table td{text-align:left;padding:15px;font-weight:600;border-right:1px solid #3755fa;border-bottom:1px solid #3755fa}@media (min-width: 640px){table.blue_table{border-radius:10px;border:2px solid #3755fa}}.apx_select{background:#ffffff;float:left;border-radius:5px;cursor:default;position:relative;user-select:none;font-size:16px;height:46px;font-weight:600}.apx_select.opened{background:#ffffff;float:left;border-bottom-left-radius:0;border-bottom-right-radius:0}.apx_select.disabled{background:#dddddd}.apx_select .value{position:relative;overflow:hidden}.apx_select .value:before{position:absolute;top:50%;right:10px;margin-top:-4px;content:"";width:18px;height:13px;background-image:url(/assets/images/arrow_black.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.apx_select.opened .value:before{transform:rotate(180deg)}.apx_select .value .variant-begin-text{position:absolute;left:0;top:0;border:none;width:100%}.apx_select:not(.opened) .value .variant-begin-text{display:none}.apx_select .variants{display:block;float:left;background:#ffffff;border:1px solid #cccccc;border-bottom-left-radius:5px;border-bottom-right-radius:5px;margin:0 0 0 -1px;max-height:300px;overflow-x:hidden;overflow-y:scroll;position:absolute;z-index:300;top:46px}.apx_select:not(.opened) .variants{display:none}.apx_select.opened .variants{display:block}.apx_select .variants .variant{overflow:hidden;width:100%;display:flex;align-items:center}.apx_select.multiple .variants .variant{border-left:5px solid transparent}.apx_select:not(.multiple) .variants:not(:hover) .variant.active{background:#ebeeff}.apx_select.multiple .variants .variant.active{background:#ebeeff}.apx_select .variants .variant:hover{background:#ebeeff}.apx_select .variants::-webkit-scrollbar{width:10px;border-left:1px solid #cccccc}.apx_select .variants::-webkit-scrollbar-thumb{background:#bdc0c6;border-radius:2px}.apx_select .variants::-webkit-scrollbar-thumb:active{background:#3755fa}.apx_select .variant.hide{display:none}#user_filter.apx_select,#provider_filter.apx_select,#service_filter.apx_select,#status_filter.apx_select{margin-right:10px}.apx_select .value{padding:12px 18px;width:218px;height:44px}.apx_select .value div{overflow:hidden;text-overflow:ellipsis;height:22px;white-space:nowrap;z-index:100;color:#242424;padding-top:2px}.apx_select .variants{width:300px}.apx_select .variant{padding:10px}.table_wrap{height:auto;overflow-x:auto;overflow-y:auto;margin:0 auto}.custom_table{width:100%;float:left;border-collapse:separate;border-spacing:0}.custom_table tr:last-child{border-bottom:0}.custom_table th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.custom_table th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.radio_button{font-weight:600;display:flex;align-items:center}.radio_button input{display:none}.radio_button .mark{background:#ffffff;border:2px solid #3755fa;border-radius:100%;width:20px;height:20px;float:left;margin-right:5px;position:relative;display:flex;justify-content:center;align-items:center}.radio_button .mark:after{content:'';background:#3755fa;border-radius:100%;width:12px;height:12px;display:none}.radio_button input:checked+.mark:after{display:block}.checkbox_button{font-weight:600;display:flex;align-items:center}.checkbox_button input{display:none}.checkbox_button .mark{background:#ffffff;border:2px solid #3755fa;float:left;margin-right:5px;position:relative;display:flex;justify-content:center;align-items:center}.checkbox_button .mark:after{width:9px;height:9px;top:2px;left:2px;position:absolute;content:'';background:#3755fa;display:none}.checkbox_button input:checked+.mark:after{display:block}.custom_toggle label{width:46px;height:24px;border-radius:24px;background:#2A2D37;position:relative;cursor:pointer;float:left}.custom_toggle label:after{content:'';position:absolute;top:0;left:0;width:24px;height:24px;background:#ffffff;border-radius:24px;transition:0.3s}.custom_toggle input:checked+label{background:#3755fa}.custom_toggle input:checked+label:after{left:22px}.page_navigator{float:left;width:100%;padding:20px 0}.paging{display:table;margin:0 auto}.paging .last_page,.paging .next_page{background-image:url(/assets/images/parts/paging/left_arrow.svg);background-repeat:no-repeat;background-size:15px auto;background-position:center}.paging .next_page{transform:rotate(180deg)}.paging .paging_action{float:left;width:40px;height:40px;text-align:center;padding:11px 0;margin:0 5px;cursor:pointer}.paging .paging_action:not(.active){color:#8b8d9b}.paging .paging_action:not(.active):hover,.paging .paging_action:not(.active):active{color:#2a2d37}.paging .paging_action.active{color:#2a2d37}.left_bar_wrap{width:300px;left:-300px;background:#2a2d37;height:100%;padding:20px 0;position:fixed;overflow-y:auto;transition:0.3s;z-index:1000}.left_bar_wrap.opened{left:0;transition:0.3s}.left_bar{float:left;width:100%}.left_bar .main_logo_wrap{padding:0 20px;float:left;width:100%}.left_bar .main_logo{color:#ffffff;float:left;display:table}.left_bar .main_logo .icon{width:30px;float:left}.left_bar .main_logo .text{font-size:20px;float:left;height:30px;display:flex;justify-content:center;align-items:center;padding-left:5px}.left_bar .close_button{width:17px;height:17px;float:right;margin-top:6px;cursor:pointer;background-image:url(/assets/images/parts/left_bar/menu_close_white.svg);background-size:contain;background-position:center;background-repeat:no-repeat}.left_bar .close_button:active,.left_bar .close_button:hover{background-image:url(/assets/images/parts/left_bar/menu_close_blue.svg)}.left_bar .left_menu{float:left;width:100%;padding-top:20px;font-size:14px}.left_bar ul,.left_bar li{list-style:none;margin:0;padding:0;float:left;width:100%}.left_bar li .sub_menu{display:none}.left_bar li.opened .sub_menu{display:block}.left_bar .menu_item{float:left;width:100%;text-decoration:none;padding:10px 20px;cursor:pointer}.left_bar .menu_item.blue_link{color:#3755fa;font-size:16px}.left_bar .menu_item.white_link{color:#ffffff}.left_bar .menu_item:active,.left_bar .menu_item:hover{background:#424242}.left_bar .menu_item .icon{width:20px;height:20px;display:flex;justify-content:center;align-items:center;float:left;margin-right:10px}.left_bar .menu_item .icon img{max-width:20px;max-height:20px;float:left;width:100%}.left_bar .menu_item .text{float:left;width:calc(100% - 30px);padding-top:3px}.left_bar .menu_item.home_link .text{font-size:14px;padding:2px 0 0}.left_bar .menu_item .arrow{width:14px;float:right;padding:6px 0 0}.left_bar .opened .menu_item .arrow{transform:rotate(180deg);padding:0 0 5px}@media (min-width: 1024px){.left_bar_wrap{left:0}.left_bar .main_logo{margin:0 auto;float:none}.left_bar .main_logo .icon{width:40px}.left_bar .main_logo .text{font-size:24px;float:left;height:40px}.left_bar .close_button{display:none}}.top_bar{background:#eaeaeb;width:100%;float:left;padding:10px 20px}.top_bar .mobile_menu_button{float:left;cursor:pointer;padding:13px 10px}.top_bar .mobile_menu_button img{width:24px}.top_bar .mobile_menu_button,.top_bar .user_name{justify-content:center;align-items:center}.top_bar .mobile_menu_button,.top_bar .user_name{display:flex}.top_bar .user_name{background:#ffffff;font-size:16px;font-weight:600;border-radius:10px;padding:4px 10px;height:44px;cursor:pointer;float:right;position:relative}.top_bar .user_name .arrow{width:14px;float:left}.top_bar .user_name .icon{max-width:32px;max-height:32px;width:100%;margin-right:10px}.top_bar .user_name .icon img{width:100%;float:left}.top_bar .user_name .text{float:left;text-overflow:ellipsis;height:27px;overflow:hidden;padding:6px 10px 6px 0}.top_bar .user_name .variants{position:absolute;top:0;left:0;visibility:hidden;opacity:0;transition:0.3s;z-index:100;width:100%;border-radius:10px;padding-top:44px;box-shadow:2px 8px 16px 4px #00000014}.top_bar .user_name .variant{height:44px;float:left;width:100%;padding:7px 10px 7px 10px}.top_bar .user_name .variants .variant:last-child{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.top_bar .user_name:active,.top_bar .user_name:hover{border-bottom-right-radius:0;border-bottom-left-radius:0;background:#ffffff}.top_bar .user_name:active .arrow,.top_bar .user_name:hover .arrow{transform:rotate(-180deg)}.top_bar .user_name:active .variants,.top_bar .user_name:hover .variants{visibility:visible;opacity:1;transition:0.3s;border-top-right-radius:0;border-top-left-radius:0}.top_bar .profile_variants .variant{color:#2a2d37;background:#ffffff}.top_bar .user_name .profile_variants .variant:active,.top_bar .user_name .profile_variants .variant:hover{background:#ebeeff;color:#2a2d37}.top_bar .profile_variants .variant .icon{width:30px;height:30px;float:left}.top_bar .profile_variants .variant .text{width:calc(100% - 40px);padding:5px 0 5px 0}@media (min-width: 1024px){.top_bar{padding:20px}.top_bar .mobile_menu_button{display:none}.top_bar .mobile_menu_button img{width:36px}}.main{padding:20px}.main .area{padding-bottom:20px}.main .column2{padding-bottom:20px}.main h2{width:100%;float:left;font-size:28px;font-weight:bold;padding:20px 0 20px;margin:0;line-height:100%}.main h2.editor_title{font-weight:normal}.main h2.editor_title b{font-weight:bold}.gray_area{background:#eaeaeb;border-radius:10px;padding:20px 20px}.blue_area{background:#ebeeff;border-radius:10px;padding:20px 20px}.main .row{padding:0}.content{width:100%;right:0;position:absolute}.btn_back{float:left;padding:20px 0 0}.btn_back img{float:left;width:24px;height:24px;margin-right:5px}.btn_back .text{float:left;height:24px;display:flex;align-items:center}.btn_back:active,.btn_back:hover{color:#3755fa}.line{margin-bottom:20px;border-top:1px solid #c8cad9}.helper{background:#3755fa;border-radius:100%;width:18px;height:18px;color:#ffffff;font-size:12px;display:flex;justify-content:center;align-items:center;margin-left:5px;cursor:default;position:absolute}.helper .data{background:#2a2d37;width:200px;padding:10px;font-size:10px;font-weight:400;position:absolute;z-index:100;top:22px;left:0;display:none}.helper:active .data,.helper:hover .data{display:block}@media (min-width: 800px){.main .column2:first-child{padding-right:10px}.main .column2:last-child{padding-left:10px}}@media (min-width: 960px){.main .column2{padding-bottom:0}.main .row:first-child{padding:0 0 10px 0}.main .row:last-child{padding:10px 0 0 0}}@media (min-width: 1024px){.content{width:calc(100% - 300px)}.helper .data{left:calc(50% - 100px)}}.popup:not(.active){display:none}.popup.active{display:block;position:fixed;width:100%;height:100%;z-index:2000;background-color:#000000b2;overflow-y:auto}@media (min-width: 800px){.popup.active{display:flex;justify-content:center;align-items:center}}#index .main_stats{text-align:center}#index .custom_table{color:#2a2d37;font-size:14px}#index .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#index .custom_table th:first-child{border-bottom-left-radius:0}#index .custom_table th:last-child{border-bottom-right-radius:0}#index .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#index .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#index .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#sign_in .sign_in_area_wrap{position:absolute;display:flex;justify-content:center;align-items:center;width:100%;height:100%}#sign_in .sign_in_area{max-width:500px;width:100%}#sign_in .field{width:100%;float:left;padding-bottom:20px}#sign_in .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#sign_in .field:last-child{padding-bottom:0}#sign_in .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left;width:100%}#sign_in .main_logo_wrap{float:left;width:100%;padding:40px 0 20px}#sign_in .main_logo{display:table;margin:0 auto}#sign_in .main_logo .icon{width:30px;float:left}#sign_in .main_logo .text{font-size:20px;float:left;height:30px;display:flex;justify-content:center;align-items:center;padding-left:5px}#sign_in input{width:100%;float:left}#sign_in .errors{width:100%;float:left;padding:0 0 10px;min-height:30px}#sign_in .sign_in{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#add_user .field{width:100%;float:left;padding-bottom:20px}#add_user .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#add_user .column2 .field:last-child{padding-bottom:0}#add_user .value input,#add_user .value .apx_select,#add_user .value .apx_select .value,#add_user .value .apx_select .variants{width:100%;float:left}#add_user .password_wrap [name=password],#add_user .api_key_wrap [name=api_key]{width:calc(100% - 56px)}#add_user .password_wrap .generate_password,#add_user .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#add_user .password_wrap .generate_password img,#add_user .api_key_wrap .generate_api_key img{width:30px;height:30px}#add_user .add{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#edit_user .field{width:100%;float:left;padding-bottom:20px}#edit_user .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#edit_user .column2 .field:last-child{padding-bottom:0}#edit_user .value input,#edit_user .value .apx_select,#edit_user .value .apx_select .value,#edit_user .value .apx_select .variants{width:100%;float:left}#edit_user .password_wrap [name=password],#edit_user .api_key_wrap [name=api_key]{width:calc(100% - 56px)}#edit_user .password_wrap .generate_password,#edit_user .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#edit_user .password_wrap .generate_password img,#edit_user .api_key_wrap .generate_api_key img{width:30px;height:30px}#edit_user .update{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#give_balance .field{width:100%;float:left;padding-bottom:20px}#give_balance .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#give_balance .column2 .field:last-child{padding-bottom:0}#give_balance .value input{width:100%;float:left}#give_balance .user_balance{padding:12px;height:46px;border-radius:5px;width:100%;float:left;background:#eaeaeb}#give_balance .give{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#users #filter_websites .search_status_wrap{float:left;padding-bottom:20px;width:100%}#users .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#users .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#users .param{font-size:14px;font-weight:600;padding-bottom:10px}#users textarea,#users .value input,#users .apx_select,#users .apx_select .value,#users .apx_select .value div,#users .value .apx_select .variants{width:100%;float:left}#users .title .text,#users .param .text{float:left;position:relative}#users .search_by_login,#users .search_status_wrap{float:left;padding-bottom:20px;width:100%}#users .search_by_login .search_wrap{float:left;width:100%}#users .search_status_wrap .search_status{float:left;width:100%}#users .search_by_login .search_box{position:relative;float:left;width:100%}#users .search_by_login .search_box .find_button{position:absolute;top:0;right:0;width:46px;height:46px;display:flex;justify-content:center;align-items:center;cursor:pointer}#users .search_by_login .search_box .find_button img{width:24px;height:24px}#users .sort_filters .sort_filter{padding-bottom:20px}#users .sort_filters #sorting_direction img,#users .sort_filters #sort_by img{width:18px;float:left;margin-right:5px}#users .custom_table{color:#2a2d37;font-size:14px}#users .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#users .custom_table th:first-child{border-bottom-left-radius:0}#users .custom_table th:last-child{border-bottom-right-radius:0}#users .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#users .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#users .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#users .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#users .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#users .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#users .custom_table .action_button:active .action_button_menu,#users .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#users .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#users .custom_table .action_button .action_button_menu .variant:active,#users .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#users .custom_table .api_key{min-width:120px}#users .custom_table .amount{min-width:120px}#users .custom_table .country{min-width:150px}#users .paging_wrap{padding-top:20px}#users .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:120px;margin-top:20px;float:right}@media (min-width: 1024px){#users .search_by_login{width:66.666%}#users .search_by_login .search_wrap{padding-right:10px}#users .search_status_wrap{padding-left:10px;float:left;width:33.333%}#users .sort_filters{display:none}}#add_provider .field{width:100%;float:left;padding-bottom:20px}#add_provider .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#add_provider .column2 .field:last-child{padding-bottom:0}#add_provider .value input,#add_provider .value .apx_select,#add_provider .value .apx_select .value,#add_provider .value .apx_select .variants{width:100%;float:left}#add_provider .add{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#edit_provider .field{width:100%;float:left;padding-bottom:20px}#edit_provider .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#edit_provider .column2 .field:last-child{padding-bottom:0}#edit_provider .value input,#edit_provider .value .apx_select,#edit_provider .value .apx_select .value,#edit_provider .value .apx_select .variants{width:100%;float:left}#edit_provider .update{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#providers .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#providers .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#providers .param{font-size:14px;font-weight:600;padding-bottom:10px}#providers textarea,#providers .value input,#providers .apx_select,#providers .apx_select .value,#providers .apx_select .value div,#providers .value .apx_select .variants{width:100%;float:left}#providers .title .text,#providers .param .text{float:left;position:relative}#providers .custom_table{color:#2a2d37;font-size:14px}#providers .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#providers .custom_table th:first-child{border-bottom-left-radius:0}#providers .custom_table th:last-child{border-bottom-right-radius:0}#providers .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#providers .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#providers .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#providers .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#providers .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#providers .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#providers .custom_table .action_button:active .action_button_menu,#providers .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#providers .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#providers .custom_table .action_button .action_button_menu .variant:active,#providers .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#providers .custom_table .api_key{min-width:120px}#providers .custom_table .amount{min-width:120px}#providers .custom_table .country{min-width:150px}#providers .paging_wrap{padding-top:20px}#providers .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:120px;margin-top:20px;float:right}@media (min-width: 1024px){#providers .search_by_login{width:66.666%}#providers .search_by_login .search_wrap{padding-right:10px}#providers .search_status_wrap{padding-left:10px;float:left;width:33.333%}#providers .sort_filters{display:none}}#add_price .field{width:100%;float:left;padding-bottom:20px}#add_price .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#add_price .column2 .field:last-child{padding-bottom:0}#add_price .value input,#add_price .value .apx_select,#add_price .value .apx_select .value,#add_price .value .apx_select .variants{width:100%;float:left}#add_price .password_wrap .generate_password,#add_price .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#add_price .password_wrap .generate_password img,#add_price .api_key_wrap .generate_api_key img{width:30px;height:30px}#add_price .add{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#edit_price .field{width:100%;float:left;padding-bottom:20px}#edit_price .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#edit_price .column2 .field:last-child{padding-bottom:0}#edit_price .value input,#edit_price .value .apx_select,#edit_price .value .apx_select .value,#edit_price .value .apx_select .variants{width:100%;float:left}#edit_price .password_wrap .generate_password,#edit_price .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#edit_price .password_wrap .generate_password img,#edit_price .api_key_wrap .generate_api_key img{width:30px;height:30px}#edit_price .update{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#prices .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#prices .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#prices .param{font-size:14px;font-weight:600;padding-bottom:10px}#prices textarea,#prices .value input,#prices .apx_select,#prices .apx_select .value,#prices .apx_select .value div,#prices .value .apx_select .variants{width:100%;float:left}#prices .title .text,#prices .param .text{float:left;position:relative}#prices .custom_table{color:#2a2d37;font-size:14px}#prices .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#prices .custom_table th:first-child{border-bottom-left-radius:0}#prices .custom_table th:last-child{border-bottom-right-radius:0}#prices .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#prices .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#prices .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#prices .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#prices .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#prices .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#prices .custom_table .action_button:active .action_button_menu,#prices .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#prices .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#prices .custom_table .action_button .action_button_menu .variant:active,#prices .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#prices .custom_table .api_key{min-width:120px}#prices .custom_table .amount{min-width:120px}#prices .custom_table .country{min-width:150px}#prices .paging_wrap{padding-top:20px}#prices .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:120px;margin-top:20px;float:right}@media (min-width: 1024px){#prices .search_by_login{width:66.666%}#prices .search_by_login .search_wrap{padding-right:10px}#prices .search_status_wrap{padding-left:10px;float:left;width:33.333%}#prices .sort_filters{display:none}}#add_user_price .field{width:100%;float:left;padding-bottom:20px}#add_user_price .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#add_user_price .column2 .field:last-child{padding-bottom:0}#add_user_price .value input,#add_user_price .value .apx_select,#add_user_price .value .apx_select .value,#add_user_price .value .apx_select .variants{width:100%;float:left}#add_user_price .password_wrap .generate_password,#add_user_price .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#add_user_price .password_wrap .generate_password img,#add_user_price .api_key_wrap .generate_api_key img{width:30px;height:30px}#add_user_price .add{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#edit_user_price .field{width:100%;float:left;padding-bottom:20px}#edit_user_price .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#edit_user_price .column2 .field:last-child{padding-bottom:0}#edit_user_price .value input,#edit_user_price .value .apx_select,#edit_user_price .value .apx_select .value,#edit_user_price .value .apx_select .variants{width:100%;float:left}#edit_user_price .password_wrap .generate_password,#edit_user_price .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#edit_user_price .password_wrap .generate_password img,#edit_user_price .api_key_wrap .generate_api_key img{width:30px;height:30px}#edit_user_price .update{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#user_prices .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#user_prices .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#user_prices .param{font-size:14px;font-weight:600;padding-bottom:10px}#user_prices textarea,#user_prices .value input,#user_prices .apx_select,#user_prices .apx_select .value,#user_prices .apx_select .value div,#user_prices .value .apx_select .variants{width:100%;float:left}#user_prices .title .text,#user_prices .param .text{float:left;position:relative}#user_prices .custom_table{color:#2a2d37;font-size:14px}#user_prices .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#user_prices .custom_table th:first-child{border-bottom-left-radius:0}#user_prices .custom_table th:last-child{border-bottom-right-radius:0}#user_prices .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#user_prices .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#user_prices .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#user_prices .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#user_prices .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#user_prices .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#user_prices .custom_table .action_button:active .action_button_menu,#user_prices .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#user_prices .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#user_prices .custom_table .action_button .action_button_menu .variant:active,#user_prices .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#user_prices .custom_table .api_key{min-width:120px}#user_prices .custom_table .amount{min-width:120px}#user_prices .custom_table .country{min-width:150px}#user_prices .paging_wrap{padding-top:20px}#user_prices .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:150px;margin-top:20px;float:right}@media (min-width: 1024px){#user_prices .search_by_login{width:66.666%}#user_prices .search_by_login .search_wrap{padding-right:10px}#user_prices .search_status_wrap{padding-left:10px;float:left;width:33.333%}#user_prices .sort_filters{display:none}}#add_locked_price .field{width:100%;float:left;padding-bottom:20px}#add_locked_price .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#add_locked_price .column2 .field:last-child{padding-bottom:0}#add_locked_price .value input,#add_locked_price .value .apx_select,#add_locked_price .value .apx_select .value,#add_locked_price .value .apx_select .variants{width:100%;float:left}#add_locked_price .password_wrap .generate_password,#add_locked_price .api_key_wrap .generate_api_key{width:46px;height:46px;margin-left:10px;float:left;display:flex;justify-content:center;align-items:center}#add_locked_price .password_wrap .generate_password img,#add_locked_price .api_key_wrap .generate_api_key img{width:30px;height:30px}#add_locked_price .add{padding:14px 0;text-align:center;width:100%;float:left;height:46px}#locked_prices .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#locked_prices .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#locked_prices .param{font-size:14px;font-weight:600;padding-bottom:10px}#locked_prices textarea,#locked_prices .value input,#locked_prices .apx_select,#locked_prices .apx_select .value,#locked_prices .apx_select .value div,#locked_prices .value .apx_select .variants{width:100%;float:left}#locked_prices .title .text,#locked_prices .param .text{float:left;position:relative}#locked_prices .custom_table{color:#2a2d37;font-size:14px}#locked_prices .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#locked_prices .custom_table th:first-child{border-bottom-left-radius:0}#locked_prices .custom_table th:last-child{border-bottom-right-radius:0}#locked_prices .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#locked_prices .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#locked_prices .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#locked_prices .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#locked_prices .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#locked_prices .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#locked_prices .custom_table .action_button:active .action_button_menu,#locked_prices .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#locked_prices .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#locked_prices .custom_table .action_button .action_button_menu .variant:active,#locked_prices .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#locked_prices .custom_table .api_key{min-width:120px}#locked_prices .custom_table .amount{min-width:120px}#locked_prices .custom_table .country{min-width:150px}#locked_prices .paging_wrap{padding-top:20px}#locked_prices .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:180px;margin-top:20px;float:right}@media (min-width: 1024px){#locked_prices .search_by_login{width:66.666%}#locked_prices .search_by_login .search_wrap{padding-right:10px}#locked_prices .search_status_wrap{padding-left:10px;float:left;width:33.333%}#locked_prices .sort_filters{display:none}}#orders #filter_websites .search_status_wrap{float:left;padding-bottom:20px;width:100%}#orders .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#orders .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#orders .param{font-size:14px;font-weight:600;padding-bottom:10px}#orders textarea,#orders .value input,#orders .apx_select,#orders .apx_select .value,#orders .apx_select .value div,#orders .value .apx_select .variants{width:100%;float:left}#orders .title .text,#orders .param .text{float:left;position:relative}#orders .custom_table{color:#2a2d37;font-size:14px}#orders .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#orders .custom_table th:first-child{border-bottom-left-radius:0}#orders .custom_table th:last-child{border-bottom-right-radius:0}#orders .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#orders .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#orders .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#orders .custom_table .action_button{display:table;cursor:pointer;margin:0 auto}#orders .custom_table .action_button img{margin:0 auto;width:20px}#orders .custom_table .price{min-width:120px}#orders .custom_table .country{min-width:150px}#orders .custom_table .traffic_value{min-width:280px}#orders .paging_wrap{padding-top:20px}#order-coupons #filter_websites .search_status_wrap{float:left;padding-bottom:20px;width:100%}#order-coupons .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#order-coupons .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#order-coupons .param{font-size:14px;font-weight:600;padding-bottom:10px}#order-coupons textarea,#order-coupons .value input,#order-coupons .apx_select,#order-coupons .apx_select .value,#order-coupons .apx_select .value div,#order-coupons .value .apx_select .variants{width:100%;float:left}#order-coupons .title .text,#order-coupons .param .text{float:left;position:relative}#order-coupons .custom_table{color:#2a2d37;font-size:14px}#order-coupons .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#order-coupons .custom_table th:first-child{border-bottom-left-radius:0}#order-coupons .custom_table th:last-child{border-bottom-right-radius:0}#order-coupons .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#order-coupons .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#order-coupons .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#order-coupons .custom_table .action_button{display:table;cursor:pointer;margin:0 auto}#order-coupons .custom_table .action_button img{margin:0 auto;width:20px}#order-coupons .custom_table .price{min-width:120px}#order-coupons .custom_table .country{min-width:150px}#order-coupons .custom_table .traffic_value{min-width:280px}#order-coupons .paging_wrap{padding-top:20px}#order-coupons .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#order-coupons .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#order-coupons .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#order-coupons .custom_table .action_button:active .action_button_menu,#order-coupons .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#order-coupons .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#order-coupons .custom_table .action_button .action_button_menu .variant:active,#order-coupons .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#order-coupons .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:120px;margin-top:20px;float:right}#traffic .filters{padding-bottom:20px}#traffic .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#traffic .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#traffic .param{font-size:14px;font-weight:600;padding-bottom:10px}#traffic .traffic_date{background:#ffffff;float:left;border-radius:5px;cursor:default;position:relative;user-select:none;font-size:16px;height:46px;font-weight:600;width:100%}#traffic .traffic_date_input{height:46px;white-space:nowrap;border-radius:5px;z-index:100;color:#242424;border:none;font-size:16px;font-weight:600;padding:12px 18px}#traffic textarea,#traffic .value input,#traffic .apx_select,#traffic .apx_select .value,#traffic .apx_select .value div,#traffic .value .apx_select .variants{width:100%;float:left}#traffic .title .text,#traffic .param .text{float:left;position:relative}#traffic .custom_table{color:#2a2d37;font-size:14px;min-width:1500px}#traffic .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#traffic .custom_table .long_column{width:150px}#traffic .custom_table th:first-child{border-bottom-left-radius:0}#traffic .custom_table th:last-child{border-bottom-right-radius:0}#traffic .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719;word-wrap:break-word;word-break:break-word}#traffic .custom_table td.id{width:100px}#traffic .custom_table td.utm_params{width:200px;word-break:break-all}#traffic .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#traffic .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#traffic .custom_table .action_button{display:table;cursor:pointer;margin:0 auto}#traffic .custom_table .action_button img{margin:0 auto;width:20px}#traffic .custom_table .price{min-width:120px}#traffic .custom_table .country{min-width:150px}#traffic .custom_table .traffic_value{min-width:280px}#traffic .paging_wrap{padding-top:20px}@media (min-width: 800px){#traffic .column4{padding:0 5px}}#payments #filter_websites .search_status_wrap{float:left;padding-bottom:20px;width:100%}#payments .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#payments .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#payments .param{font-size:14px;font-weight:600;padding-bottom:10px}#payments textarea,#payments .value input,#payments .apx_select,#payments .apx_select .value,#payments .apx_select .value div,#payments .value .apx_select .variants{width:100%;float:left}#payments .title .text,#payments .param .text{float:left;position:relative}#payments .custom_table{color:#2a2d37;font-size:14px}#payments .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#payments .custom_table th:first-child{border-bottom-left-radius:0}#payments .custom_table th:last-child{border-bottom-right-radius:0}#payments .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#payments .custom_table .status{text-transform:capitalize}#payments .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#payments .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#payments .custom_table .action_button{display:table;cursor:pointer;margin:0 auto}#payments .custom_table .action_button img{margin:0 auto;width:20px}#payments .custom_table .price{min-width:120px}#payments .custom_table .country{min-width:150px}#payments .custom_table .traffic_value{min-width:280px}#payments .paging_wrap{padding-top:20px}#contact_sales #filter_websites .search_status_wrap{float:left;padding-bottom:20px;width:100%}#contact_sales .statistic_wrap{font-size:18px;font-weight:600;padding-bottom:20px}#contact_sales .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#contact_sales .param{font-size:14px;font-weight:600;padding-bottom:10px}#contact_sales textarea,#contact_sales .value input,#contact_sales .apx_select,#contact_sales .apx_select .value,#contact_sales .apx_select .value div,#contact_sales .value .apx_select .variants{width:100%;float:left}#contact_sales .title .text,#contact_sales .param .text{float:left;position:relative}#contact_sales .custom_table{color:#2a2d37;font-size:14px}#contact_sales .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#contact_sales .custom_table th:first-child{border-bottom-left-radius:0}#contact_sales .custom_table th:last-child{border-bottom-right-radius:0}#contact_sales .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#contact_sales .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#contact_sales .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#contact_sales .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#contact_sales .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#contact_sales .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#contact_sales .custom_table .action_button:active .action_button_menu,#contact_sales .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#contact_sales .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#contact_sales .custom_table .action_button .action_button_menu .variant:active,#contact_sales .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#contact_sales .custom_table .full_name,#contact_sales .custom_table .company_name,#contact_sales .custom_table .company_email,#contact_sales .custom_table .your_use_case{min-width:150px}#contact_sales .custom_table .social_media_contact,#contact_sales .custom_table .created_at{min-width:200px}#contact_sales .paging_wrap{padding-top:20px}#blog .title{font-size:18px;font-weight:600;padding-bottom:20px;float:left}#blog .param{font-size:14px;font-weight:600;padding-bottom:10px}#blog textarea,#blog .value input,#blog .apx_select,#blog .apx_select .value,#blog .apx_select .value div,#blog .value .apx_select .variants{width:100%;float:left}#blog .title .text,#blog .param .text{float:left;position:relative}#blog .custom_table{color:#2a2d37;font-size:14px}#blog .custom_table th{background:#ffffff;padding:20px;text-align:center;font-weight:600}#blog .custom_table th:first-child{border-bottom-left-radius:0}#blog .custom_table th:last-child{border-bottom-right-radius:0}#blog .custom_table td{padding:10px 20px;text-align:center;font-weight:500;background:#2a2d3719}#blog .custom_table tr:last-child td:first-child{border-bottom-left-radius:10px}#blog .custom_table tr:last-child td:last-child{border-bottom-right-radius:10px}#blog .custom_table .action_button{display:table;cursor:pointer;margin:0 auto;position:relative}#blog .custom_table .action_button img{margin:0 auto;width:20px;z-index:100;position:relative}#blog .custom_table .action_button .action_button_menu{position:absolute;background:#ffffff;top:7px;width:150px;right:0;border-radius:5px;z-index:200;overflow:hidden;transition:0.3s;box-shadow:2px 8px 16px 4px #00000014;display:none}#blog .custom_table .action_button:active .action_button_menu,#blog .custom_table .action_button:hover .action_button_menu{transition:0.3s;display:block}#blog .custom_table .action_button .action_button_menu .variant{padding:10px;width:100%;float:left;cursor:pointer;text-decoration:none;color:#2a2d37}#blog .custom_table .action_button .action_button_menu .variant:active,#blog .custom_table .action_button .action_button_menu .variant:hover{background:#ebeeff}#blog .custom_table .name_en{min-width:350px}#blog .custom_table .created_at{min-width:200px}#blog .paging_wrap{padding-top:20px}#blog .add{text-align:center;padding:12px 0;height:44px;border-radius:5px;width:120px;margin-top:20px;float:right}#edit_post .field{width:100%;float:left;padding-bottom:20px}#edit_post .field .param{font-size:14px;font-weight:600;padding-bottom:10px}#edit_post .value input,#edit_post .value .apx_select,#edit_post .value .apx_select .value,#edit_post .value .apx_select .variants{width:100%;float:left}#edit_post input,#edit_post select{width:100%;float:left;height:44px}#edit_post .button_wrap{display:table;margin:20px auto;width:150px}#edit_post .to_back{width:150px;padding:12px 0;text-align:center;float:left;margin-bottom:20px}#edit_post .update,#edit_post .add{padding:14px 0;text-align:center;width:100%;float:left;min-width:250px;height:46px}@media (min-width: 400px){#edit_post .button_wrap{width:auto}#edit_post .to_back{margin-bottom:0;margin-right:20px}}
/*# sourceMappingURL=account.min.css.map */
