@charset "UTF-8";

:root{

    --icon-tint: invert(16%) sepia(1%) saturate(1%) hue-rotate(22deg) brightness(94%) contrast(91%);

    --main_page_background: #1a0a00;

    --header_height: 58px;
    --header_background: rgba(255,255,255,0.97);
    --header_border_bottom: 1px solid rgba(232, 93, 4, 0.15);
    --header_logo: url(/img/logo.png);
    --header_logo_height: 40px;
    --header_logo_width: 130px;
    --header_burger_background: #E85D04;
    --header_button_text_color: #E85D04;
    --header_button_hover_background_color: rgba(232, 93, 4, 0.1);
    --header_search_box_background: #fff8f0;

    --common_body_background: #FFF8F0;
    --common_page_background: #FFFFFF;
    --common_page_shadow: 0 4px 24px rgba(155,34,38,0.10), 0 1px 5px rgba(232,93,4,0.08);
    --common_page_border_radius: 16px;

    --button_border_radius: 50px;

    --button_primary_color: #E85D04 !important;
    --button_primary_hover_color: #c94e03;
    --button_primary_text_color: #FFFFFF;

    --button_secondary_color: #fff3e8 !important;
    --button_secondary_hover_color: #fde8d0;
    --button_secondary_text_color: #E85D04;

    --button_disabled_color: rgba(0,0,0,.05) !important;
    --button_disabled_hover_color: rgba(0, 0, 0, 0.10);
    --button_disabled_text_color: #999 !important;

    --button_more_color: #f3ede8 !important;
    --button_more_hover_color: #ebe3dc;
    --button_more_text_color: #9B2226;

    --button_link_color: transparent !important;
    --button_link_hover_color: #fff3e8;
    --button_link_text_color: #E85D04;
    --button_link_hover_text_color: #c94e03;

    --button_flat_color: transparent;
    --button_flat_hover_color: #fff3e8;
    --button_flat_text_color: #E85D04;

    --button_card_action_color: #E85D04 !important;
    --button_card_action_hover_color: #c94e03;
    --button_card_action_text_color: #ffffff;
    --button_card_action_hover_text_color: #ffffff;

    --item_link_content: rgba(232, 93, 4, 0.04);
    --item_footer_link_color: #9B2226;
    --item_footer_active_link_color: #E85D04;
    --item_footer_button_color: transparent;
    --item_footer_button_hover_color: var(--button_more_hover_color);
    --item_footer_button_border_radius: 50px;
    --item_featured_shadow: 0 2px 0 0 #9B2226, 0 0 0 1px #E85D04;
    --item_repost_background: #fff3e8;

    --switch_button_off_background_color: #d9cfc8;
    --switch_button_on_background_color: #E85D04;
    --switch_button_disabled_background_color: #c9bfb8;
    --switch_button_slider_background_color: #FFF;

    --separator_common: rgba(155, 34, 38, 0.12);
    --separator_alternate: #f3e8dc;

    --icon_tint: #E85D04;

    --side_menu_icon_tint: #E85D04;
    --side_menu_icon_tint_hover: #9B2226;
    --side_menu_text_color: #5a3a2a;
    --side_menu_text_color_hover: #9B2226;
    --side_menu_li: transparent;
    --side_menu_li_hover: #fff3e8;
    --side_menu_li_selected: #fde8d0;
    --side_menu_border_radius: 12px;

    --input_text_backgroud: #FFFFFF;
    --input_text_color: #3a2010;
    --input_text_placeholder_color: #b09080;
    --input_text_placeholder_color_focus: #E85D04;
    --input_text_border: 1px solid #f0d5c0;
    --input_text_border_focus: 1px solid #E85D04;

    --form_footer_background: #fffaf6;

    --checkbox_label_background: #fffaf6;
    --checkbox_checked_label_background: rgba(232, 93, 4, 0.08);

    --text_primary: #1a0a00;
    --text_link: #E85D04;
    --text_link_hover: #9B2226;
    --text_title: #1a0a00;
    --text_sub_title: #7a4a30;
    --text_footer_link: #9B2226;

    --header_message_background: #E85D04;
    --header_message_border_radius: 12px;
    --header_message_text_color: #ffffff;
    --header_message_shadow: 0 2px 12px rgba(232, 93, 4, 0.3);

    --comment_bubble_background: #fff3e8;

    --ls_menu_item_color: #E85D04;
    --ls_menu_selected_item_backround: #fff3e8;
    --ls_menu_selected_item_color: #9B2226;
    --ls_menu_selected_item_border_left_color: #E85D04;
    --ls_menu_selected_item_border_bottom_color: #E85D04;

    --dropdown_menu_background: #FFFFFF;
    --dropdown_menu_color: var(--text_title);
    --dropdown_menu_hover_background: #fff3e8;
    --dropdown_menu_shadow: rgba(155, 34, 38, .15) 0 4px 16px 0, rgba(0, 0, 0, .08) 0 1px 4px 0;

    --verified_badge_background: #E85D04;

    /*  Alerts  */

    --alert_border_radius: 12px;

    --alert_warning_color: #fff;
    --alert_warning_background_color: #F7B928;
    --alert_warning_border_color: transparent;

    --alert_success_color: #fff;
    --alert_success_background_color: rgba(65, 165, 109, 0.85);
    --alert_success_border_color: transparent;

    --alert_danger_color: #fff;
    --alert_danger_background_color: #9B2226;
    --alert_danger_border_color: transparent;

    --alert_info_color: #fff;
    --alert_info_background_color: #E85D04;
    --alert_info_border_color: transparent;
}