@charset "UTF-8";

:root {
  --icon-tint: invert(16%) sepia(1%) saturate(1%) hue-rotate(22deg)
    brightness(94%) contrast(91%);
    ---iconVerified:#aeaeae;
    ---iconColor:#ffff;   
  --main_page_background: #f4f4f4;
  --pro_btn: #febcd8;
  --accent_color: #ff56a7;
  --button_darker_color: #6c0040;
  --darck_gr_background: #cbcbcb;

  --header_height: 39px;
  --header_background: #e4e4e4;
  --header_border_bottom: 1px solid #ececec;
  --header_logo: url(/img/kenzi_co_w.png);
  --header_logo_height: 40px;
  --header_logo_width: 162px;
  --header_burger_background: #686868;
  --header_button_text_color: #a30262;
  --header_button_hover_background_color: #a30262;
  --header_search_box_background: #224b7a;
  --header_send_gift_background: #ECECEC;
  --common_body_background: #f4f4f4;
  --common_page_background: #e4e4e4;
  --common_page_shadow: 0 2px 2px 0 #dce1e6, 0 1px 5px 0 #dce1e6,
    0 3px 1px -2px #e7e8ec;
  --common_page_border_radius: 2px;

  --button_border_radius: 3px;

  --button_primary_color: #a30262 !important;
  --button_primary_hover_color: #940359;
  --button_primary_text_color: #ffffff;

  --button_secondary_color: #e4e4e4 !important;
    --button_secondary_hover_color: #f4f4f4 ;
    --button_secondary_text_color: #121212;

  --button_disabled_color: #2f2f2f !important;
  --button_disabled_hover_color: #a30262;
  --button_disabled_text_color: #e4e4e4 !important;

  --button_more_color: #a30262 !important;;
  --button_more_hover_color: #940359;
  --button_more_text_color: #ffff;

  --button_link_color: transparent !important;
  --button_link_hover_color: #e1e5eb;
  --button_link_text_color: #54759e;
  --button_link_hover_text_color: #285473;

  --button_flat_color: transparent;
  --button_flat_hover_color: #e4e4e4;
  --button_flat_text_color: #a30262;

  --button_card_action_color: #de5e5d !important;
  --button_card_action_hover_color: #dc7070;
  --button_card_action_text_color: #ffffff;
  --button_card_action_hover_text_color: #ffffff;

  --item_link_content: rgba(84, 117, 158, 0.04);
  --item_footer_link_color: #606770;
  --item_footer_active_link_color: #ee2a44;
  --item_footer_button_color: transparent;
  --item_footer_button_hover_color: var(--button_more_hover_color);
  --item_footer_button_border_radius: 3px;
  --item_featured_shadow: 0 2px 0 0 #ce5b3a, 0 0 0 1px #ea7351;
  --item_repost_background: #f3f1f1;

  --switch_button_off_background_color: #ccc;
  --switch_button_on_background_color: #4a76a8;
  --switch_button_disabled_background_color: #a19b9b;
  --switch_button_slider_background_color: #fff;

  --separator_common: #ececec;
  --separator_alternate: #e4e4e4;

  --icon_tint: #7d9cb8;

  --side_menu_icon_tint: #a30262;
  --side_menu_icon_tint_hover: #940359;
  --side_menu_text_color: #2f2f2f;
  --side_menu_text_color_hover: #404040;
  --side_menu_li: transparent;
  --side_menu_li_hover: #e4e4e4;
  --side_menu_li_selected: #e4e4e4;
  --side_menu_border_radius: 3px;

  --input_text_backgroud: #ececec;
  --input_text_color: #2f2f2f;
  --input_text_placeholder_color: #404040;
  --input_text_placeholder_color_focus: #404040;
  --input_text_border: 1px solid #e4e4e4;
  --input_text_border_focus: 1px solid #e4e4e4;

  --form_footer_background: #fcfcfc;

  --checkbox_label_background: #ececec;
  --checkbox_checked_label_background: rgba(45, 114, 217, 0.1);

  --text_primary: #2f2f2f;
  --text_link: #404040;
  --text_link_hover: #940359;
  --text_title: #2f2f2f;
  --text_sub_title: #2f2f2f;
  --text_footer_link: #404040;
  --text_footer_link_hover: #940359;
  --text_footer_link_active: #940359;

  --header_message_background: #588fe1;
  --header_message_border_radius: 3px;
  --header_message_text_color: #ffffff;
  --header_message_shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 2px 1px -2px rgba(0, 0, 0, 0.12);

  --comment_bubble_background: #f2f2f2;

  --ls_menu_item_color: #a30262;
  --ls_menu_selected_item_backround: #f0f2f5;
  --ls_menu_selected_item_color: #000000;
  --ls_menu_selected_item_border_left_color: #a30262;
  --ls_menu_selected_item_border_bottom_color: #a30262;

  --dropdown_menu_background: #f4f4f4;
  --dropdown_menu_color: var(--text_title);
  --dropdown_menu_hover_background: #f2f2f2;

  --verified_badge_background: #5890ff;

  /*  Alerts  */

  --alert_border_radius: 3px;

  --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.61);
  --alert_success_border_color: transparent;

  --alert_danger_color: #fff;
  --alert_danger_background_color: #f02849;
  --alert_danger_border_color: transparent;

  --alert_info_color: #0c5460;
  --alert_info_background_color: #d1ecf1;
  --alert_info_border_color: transparent;
}
