@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=Zen+Dots&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Flow+Block&display=swap');

::selection {
    background: #ff6934;
    color: #1e252b;
}

::-webkit-scrollbar {
    display: none;
}

::placeholder{
    color: #8c8f94;
}

body{
    background: #0e0e10;
    color: #f5f5f8;
    font-family: "Unbounded";
    margin: 0;
}

.no_selection{
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #18181b;
    border-bottom: 2px solid #151518;
}

#nav_logo{
    font-family: "Unbounded";
    font-weight: bold;
    font-size: 26px;
    color: #ff6934;
    width: fit-content;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 10px;
    float: left;
    cursor: pointer;
}

.nav_ele{
    float: left;
    padding: 9px 16px;
    font-size: 18px;
    margin-top: 1px;
    border-radius: 15px;
    transition: 0.1s;
}

.nav_ele:hover{
    cursor: pointer;
    color: #ff6934;
}

.nav_ele:active{
    color: #ff4400;
}

#nav_profile_img{
    height: 40px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    float: right;
    cursor: pointer;
}

#nav_chat_btn{
    width: fit-content;
    float: right;
    padding: 7px 16px 7px 11px;
    background: #2f2f35;
    border-radius: 30px;
    margin-right: 8px;
    transition: 0.1s;
}

#nav_chat_btn:hover{
    cursor: pointer;
    background: #3c3c44;
}

#nav_chat_btn:active{
    background: #4b4b57;
}

#nav_chat_btn svg{
    width: 24px;
    height: 24px;
    fill: #efeff1;
    transform: translateY(2px);
    margin-right: 8px;
}

#nav_chat_btn span{
    display: block;
    float: right;
    transform: translateY(4px);
}

#nav_notifications_btn{
    width: 24px;
    height: 24px;
    fill: #efeff1;
    float: right;
    padding: 9px;
    background: #2f2f35;
    border-radius: 30px;
    margin-right: 8px;
    transition: 0.1s;
}

#nav_notifications_btn:hover{
    cursor: pointer;
    background: #3c3c44;
}

#nav_notifications_btn:active{
    background: #4b4b57;
}

#nav_menu{
    position: fixed;
    top: 66px;
    right: 10px;
    padding: 8px;
    border-radius: 6px;
    color: #efeff1;
    background: #1f1f23;
    width: 300px;
    z-index: 100;
    transition: 0.1s;
    display: none;
    opacity: 0;
}

#nav_menu_profile{
    height: 40px;
    padding: 8px;
    border-radius: 8px;
}

#nav_menu_profile_img{
    height: 40px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 30px;
    float: left;
}

#nav_menu_profile_name{
    float: left;
    margin-left: 8px;
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
}

.nav_hr{
    border: unset;
    border-bottom: 1px solid #38383f;
    margin: 5px 0;
}

.nav_menu_ele{
    font-size: 14px;
    padding: 7px 10px 10px 10px;
    border-radius: 4px;
    transition: 0.1s;
}

.nav_menu_ele:hover{
    cursor: pointer;
    background: #3c3c44;
}

.nav_menu_ele:active{
    background: #4d4d55;
}

.nav_menu_ele svg{
    width: 17px;
    height: 17px;
    fill: #efeff1;
    transform: translateY(3px);
    margin-right: 3px;
}

#nav_menu_dark_theme_on{
    transform: scale(1.5) translateY(2px);
    float: right;
}

#nav_menu_dark_theme_off{
    transform: scale(1.5) translateY(2px);
    float: right;
    display: none;
}

#nav_chats{
    position: fixed;
    top: 66px;
    right: 10px;
    padding: 10px;
    border-radius: 6px;
    color: #efeff1;
    background: #1f1f23;
    width: 350px;
    z-index: 100;
    transition: 0.1s;
    display: none;
    opacity: 0;
}

#nav_chats_h1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#nav_chats_search {
    width: calc(100% - 30px);
    border: none;
    padding: 12px 15px;
    background: #3c3c44;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
    outline: none;
    font-family: "Unbounded";
}

.nav_chat_ele{
    padding: 8px;
    border-radius: 6px;
    transition: 0.1s;
}

.nav_chat_ele:hover{
    cursor: pointer;
    background: #3c3c44;
}

.nav_chat_ele_img{
    height: 50px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 50px;
}

.nav_chat_ele_{
    float: right;
    width: calc(100% - 60px);
}

.nav_chat_ele_name{
    font-size: 14px;
    margin-top: 8px;
}

.nav_chat_ele_mess{
    font-size: 12px;
    color: #aaa;
    margin-top: 2px;
}

#nav_notifications{
    position: fixed;
    top: 66px;
    right: 10px;
    padding: 10px;
    border-radius: 6px;
    color: #efeff1;
    background: #1f1f23;
    width: 350px;
    z-index: 100;
    transition: 0.1s;
    display: none;
    opacity: 0;
}

#nav_notifications_h1{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

#app{
    max-width: 1200px;
    margin: auto;
    padding: 64px 20px 0 20px;
}

.app_h1{
    color: #ff6934;
    font-size: 28px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}

#app_main_picks{
    height: 86px;
}

.app_main_pick{
    width: calc(25% - 14px);
    background: #29292e;
    border-radius: 6px;
    border: 2px solid #3c3c44;
    float: left;
    margin: 0 5px;
    transition: 0.1s;
}

.app_main_pick:hover{
    cursor: pointer;
    opacity: 0.8;
}

.app_main_pick:active{
    opacity: 0.6;
}

.app_main_pick_amount{
    width: 70px;
    padding: 20px 15px;
    border-right: 2px solid #3c3c44;
    text-align: center;
    display: inline-block;
}

.app_main_pick_amount_label{
    font-size: 12px;
    color: #888;
}

.app_main_pick_amount_value{
    font-size: 18px;
    margin-top: 4px;
}

.app_main_pick_info{
    padding: 20px 15px;
    display: inline-block;
}

.app_main_pick_info_date{
    font-size: 16px;
}

.app_main_pick_info_day{
    font-size: 14px;
    color: #888;
    margin-top: 4px;
}



#settings_h1{
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 10px;
}

#app_menu {
    border-bottom: 3px solid #1f1f23;
}

.app_menu_ele{
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 3px solid #1f1f23;
    transform: translateY(3px);
    transition: 0.1s;
}

.app_menu_ele:hover{
    cursor: pointer;
    color: #ff6934;
}

.app_menu_ele:active{
    color: #ff4400;
}

.app_menu_ele_active{
    width: fit-content;
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    padding: 10px 5px;
    border-bottom: 3px solid #ff6934;
    color: #ff6934;
    transform: translateY(3px);
    cursor: pointer;
    transition: 0.1s;
}

.settings_h2{
    font-size: 18px;
    margin-top: 25px;
}

.app_box{
    padding: 20px;
    background: #18181b;
    border: 2px solid #35353b;
    border-radius: 4px;
    margin-top: 15px;
}

#app_profile_img{
    height: 100px;
    aspect-ratio: 1/1;
    border-radius: 100px;
}

#settings_profile_img_{
    display: inline-block;
    transform: translateY(-18px);
    margin-left: 20px;
}

.settings_box_btn{
    font-size: 14px;
    padding: 8px 22px;
    border-radius: 30px;
    background: #2f2f35;
    width: fit-content;
    transition: 0.1s;
}

.settings_box_btn:hover{
    cursor: pointer;
    background: #35353b;
}

.settings_box_btn:active{
    background: #4b4b57;
}

#settings_profile_img_label{
    color: #888;
    font-size: 12px;
    margin-top: 14px;
}

.app_table{
    background: #18181b;
    border: 2px solid #35353b;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
    font-size: 14px;
}

.app_table td{
    padding: 20px;
    border-bottom: 2px solid #35353b;
}

.app_table tr:last-child td {
    border-bottom: none;
}

.app_table th{
    padding: 20px;
    border-bottom: 2px solid #35353b;
    text-align: left;
    background: #2f2f35;
}

.profile_table{
    background: #18181b;
    border: 2px solid #35353b;
    border-radius: 4px;
    margin-top: 15px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    table-layout: fixed;
    font-size: 14px;
}

.profile_table td{
    padding: 12px 20px;
    border-bottom: 2px solid #35353b;
}

.profile_table tr:last-child td {
    border-bottom: none;
}

.profile_table th{
    padding: 20px;
    border-bottom: 2px solid #35353b;
    text-align: left;
    background: #2f2f35;
}

.profile_table_td_label{
    color: #aaa;
}

#app_profile_username {
    font-size: 26px;
    font-weight: bold;
    display: inline-block;
}

#app_profile_in_numbers {
    color: #ddd;
    font-size: 12px;
    margin-top: 6px;
}

.app_profile_stats {
    padding: 0 20px;
    border-radius: 6px;
    text-align: center;
    display: inline-block;
}

.app_profile_stats_value {
    font-size: 28px;
    font-weight: bold;
}

.app_profile_stats_label {
    color: #aaa;
    margin-top: 2px;
    font-size: 12px;
}

#app_profile_follow_btn{
    padding: 8px 20px;
    border-radius: 6px;
    background: #ff6934;
    text-align: center;
    width: fit-content;
    display: inline-block;
    margin-left: 10px;
    transform: translateY(-4px);
    font-size: 13px;
    transition: 0.1s;
}

#app_profile_follow_btn:hover{
    cursor: pointer;
    background: #ff4400;
}

#app_profile_go_to_chat_btn{
    width: 24px;
    height: 24px;
    fill: #fff;
    padding: 4px;
    background: #3c3c44;
    border-radius: 6px;
    display: inline-block;
    margin-left: 5px;
    transform: translateY(8px);
    transition: 0.1s;
}

#app_profile_go_to_chat_btn:hover{
    cursor: pointer;
    background: #2f2f35;
}

#app_profile_more_btn{
    width: 24px;
    height: 24px;
    fill: #fff;
    padding: 4px;
    background: #3c3c44;
    border-radius: 6px;
    display: inline-block;
    margin-left: 5px;
    transform: translateY(8px);
    transition: 0.1s;
}

#app_profile_more_btn:hover{
    cursor: pointer;
    background: #2f2f35;
}

#app_profile_stats_label{
    font-size: 12px;
    font-weight: bold;
    color: #b8b8b8;
    padding-bottom: 6px;
    margin-bottom: 14px;
    border-bottom: 2px solid #35353b;
}

#app_profile_stats_select {
    float: right;
    color: #ff6934;
}

.profile_segment_label {
    margin-top: 15px;
    font-weight: bold;
    font-size: 18px;
    color: #dcdcdc;
}

#app_profile_context_menu {
    width: 140px;
    padding: 5px;
    background: #1f1f23;
    border: 1px solid #38383f;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    margin-left: -32px;
    margin-top: 34px;
    display: none;
    opacity: 0;
    transition: 0.1s;
}

.app_profile_context_menu_ele {
    padding: 8px;
    border-radius: 4px;
    transition: 0.1s;
}

.app_profile_context_menu_ele:hover {
    cursor: pointer;
    background: #3c3c44;
}

.app_profile_context_menu_ele:active{
    background: #4d4d55;
}

.app_profile_context_menu_ele svg{
    fill: #f5f5f8;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    transform: translateY(1px);
}

.app_profile_context_menu_ele span{
    transform: translateY(-2px);
    display: inline-block;
}

#app_picks{
    width: calc(100% - 300px);
}

.pick{
    background: #29292e;
    border-radius: 6px;
    border: 2px solid #3c3c44;
    margin-bottom: 10px;
    transition: 0.1s;
}

.pick_header{
    padding: 15px;
    border-bottom: 2px solid #3c3c44;
}

.pick_header_user_img{
    height: 50px;
    border-radius: 50px;
}

.pick_body{
    padding: 15px;
    border-bottom: 2px solid #3c3c44;
}

.pick_footer{
    padding: 15px;
}

#settings_profile_img_delete_btn {
    height: 19px;
    width: 19px;
    fill: #ff6934;
    padding: 7px;
    border-radius: 30px;
    transform: translate(5px, 11px);
}

#settings_profile_img_delete_btn:hover {
    background: #2f2f35;
    fill: #fff;
    cursor: pointer;
}

.settings_value_box {
    width: fit-content;
    padding: 6px 20px;
    border-radius: 6px 0 0 6px;
    border: 1px solid #555;
    background: #28282c;
    color: #adadb8;
    float: left;
    cursor: default;
    margin-top: 2px;
}

.settings_value_box_svg_btn {
    height: 19px;
    width: 19px;
    padding: 6px;
    background: #2f2f35;
    fill: #eee;
    border-radius: 0 6px 6px 0;
    margin-top: 2px;
    transition: 0.1s;
}

.settings_value_box_svg_btn:hover{
    cursor: pointer;
    background: #35353b;
    color: #fafafa;
}

.settings_value_box_svg_btn:active{
    background: #414149;
    color: #fff;
}

#popup_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000cc;
    z-index: 1;
}

.popup_form{
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #18181b;
    border-radius: 8px;
    padding: 30px;
    width: 600px;
    z-index: 1;
}

.popup_form_label {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

.popup_form_text {
    margin-top: 10px;
    font-size: 12px;
    color: #ccc;
}

.popup_form_input_label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.popup_form_input {
    width: calc(100% - 34px);
    padding: 8px 15px;
    border-radius: 6px;
    background: #18181b;
    border: 2px solid #888;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    outline: none;
    font-family: 'Unbounded';
}

.popup_form_input:hover{
    border: 2px solid #999;
}

.popup_form_input:focus{
    border: 2px solid #ff6934;
}

.popup_form_input_error {
    width: calc(100% - 34px);
    padding: 8px 15px;
    border-radius: 6px;
    background: #18181b;
    border: 2px solid #ff4f4d;
    margin-top: 8px;
    font-size: 14px;
    color: #fff;
    outline: none;
    font-family: 'Unbounded';
}

.popup_form_input_error_label{
    color: #ff4f4d;
    font-size: 12px;
    margin-top: 2px;
    display: none;
}

.popup_form_btn_cancel {
    background: #2f2f35;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 30px;
    float: left;
    transition: 0.1s;
}

.popup_form_btn_cancel:hover{
    cursor: pointer;
    background: #35353b;
}

.popup_form_btn_cancel:active{
    background: #45454e;
    color: #fff;
}

.popup_form_btn_ok {
    background: #ff6934;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 30px;
    float: right;
}

.popup_form_btn_ok:hover{
    cursor: pointer;
    background: #e75a26;
    color: #fff;
}

.popup_form_btn_ok:active{
    background: #ff4400;
}

.popup_form_btn_ok_ {
    background: #232328;
    color: #adadb8;
    cursor: no-drop;
    width: fit-content;
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 30px;
    margin-top: 30px;
    float: right;
}

.form_error{
    padding: 5px 8px;
    border-radius: 4px;
    background: #941910;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 10px;
    font-size: 12px;
}

.form_error svg{
    width: 26px;
    height: 26px;
    fill: #fff;
}

#notify {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    z-index: 9999;
}

.notify {
    color: #fff;
    padding: 12px 20px;
    border-radius: 8px;
    box-shadow: 0px 4px 12px rgba(0,0,0,0.25);
    min-width: 220px;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.4s ease;
    cursor: default;
}

#loading{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000dd;
    z-index: 999;
    display: none;
    opacity: 0;
    transition: 0.5s;
}

#loading_svg{
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    fill: #ccc;
    animation: spin 1s linear infinite;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

.picks_header_user_name {
    display: inline-block;
    transform: translate(10px, -16px);
}