div.cabinet_object_snippet {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 10px;
  padding: 5px;
  border-color: #dfdfdf;
  border-radius: 5px;
}
div.cabinet_suborder_snippet {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
div.cabinet_delivery_data_card {
  background-color: #fff;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
}
span.cabinet_snippet_header {
  font-weight: bold;
}
div.cabinet_operation_form_wrapper {
  width: 50%;
  margin: 20px auto;
}
div.cabinet_listing_filter_panel {
  background-color: #ddd;
  padding: 10px;
  border-radius: 10px;
}
div.cabinet_listing_paginator {
  margin-top: 10px;
}
.cabinet_operation_form_wrapper label.form__label {
  padding: 0;
}
#cabinet_header ul {
  list-style: none;
  padding: 0;
  height: 38px;
  margin-left: auto;
  margin-right: auto;
}
#cabinet_header li {
  border-radius: 10px 10px 0 0;
  float: left;
  border: 1px solid #dfdfdf;
  border-bottom-width: 0;
  margin: 0 1px 0 0;
  padding: 10px;
  background: #FAFAFA;
}
#cabinet_header li.active {
  position: relative;
  top: 1px;
  background: white;
  width: 150px;
  text-align: center;
  font-weight: bold;
}
#cabinet_header li a {
  padding: 4em;
  text-decoration: none;
  color: black;
}
div.error_message_container {
  font-weight: bold;
  color: red;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 5px;
  margin-top: 2px;
}
span.cabinet_object_title {
  font-size: 16px;
  font-weight: bold;
}
.cabinet_snippet {
  border: 1px solid #dfdfdf;
  display: block;
  border-radius: 10px;
  width: 100%;
  margin: 2px auto 10px;
  padding: 10px;
}
.object_card_header {
  display: flex;
}
.object_card_header > .card_header_item {
  flex: 1;
  font-weight: bold;
  padding: 5px;
  border-bottom: 1px dotted #dfdfdf;
}
.object_card_header > .card_header_item.item_red {
  color: red;
}
.object_card_header > .card_header_item.item_green {
  color: green;
}
.object_card_header > .card_header_item.item_blue {
  color: blue;
}
.cabinet_snippet_photo_container {
  height: 100%;
  width: 150px;
  padding: 5px;
  border-right: 1px dotted #dfdfdf;
  display: block;
  border-radius: 10px 0 0 10px;
}
input[type='radio'],
label {
  vertical-align: baseline;
  padding: 10px;
  margin: 10px;
}
table.summary_table {
  width: 600px;
  border-collapse: collapse;
}
table.summary_table th,
table.summary_table td {
  padding: 15px;
  text-align: center;
}
table.summary_table td:first-child {
  text-align: left;
}
table.summary_table tr {
  border-bottom: 1px dotted #dfdfdf;
}
div.feature_motivation_block {
  background-color: #EFE;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
div.verification_success_message {
  background-color: #EFE;
  padding: 20px;
  border-radius: 10px;
  margin-top: 20px;
}
div.cabinet_form_error_message_container {
  font-weight: bold;
  color: red;
}
.conversation_link {
  bottom: 9px;
  left: 300px;
  position: absolute;
  z-index: 10;
}
.alert.alert-success.red {
  border: 3px solid red;
}
.cabinet_about_offer {
  float: left;
  width: 100%;
}
.cabinet_about_offer > * {
  float: left;
  margin-right: 5px;
}
div.explanation_block {
  border-radius: 5px;
  padding: 10px;
  background-color: #DDFFDD;
}
.message_to_buyer_view,
.show_more_safedeal {
  color: #00b4ff;
  cursor: pointer;
}
.message_to_buyer_container {
  display: none;
}
.icon_location {
  background-image: url(/images/icons/icon-location_24.png);
}
.icon_delivery {
  background-image: url(/images/icons/icon-delivery_24.png);
}
.suggestion_category {
  display: block;
  position: absolute;
  z-index: 1;
  max-height: 200px;
  min-width: 100px;
  max-width: 600px;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  background: #fff;
  color: #414141;
  padding: unset;
  overflow: auto;
  margin-top: -1px;
}
#container_sell_form .suggestion_category li {
  margin: initial;
}
.suggestion_category li {
  cursor: pointer;
  padding: 10px;
}
.suggestion_category li:hover {
  background-color: #5897fb;
}
.suggestion_category .sc_title {
  padding: 10px 0 5px 10px;
  font-weight: bold;
}
.suggestion_category .sc_close {
  position: absolute;
  right: 10px;
  top: 2px;
  color: #414141;
  font-size: 1.5em;
  cursor: pointer;
}
.offers__item__params.offers__item__params_one.offers__item__expiry {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}
.ending_timer_block {
  background-color: red;
  color: white;
  position: absolute;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
  top: -33px;
  right: 30px;
}
.ending_timer_block::after {
  content: '';
  position: absolute;
  left: 10px;
  border: 8px solid transparent;
  border-top: 8px solid red;
  bottom: -16px;
}
.other_box a:visited {
  color: #0083ff;
}
.cabinet_content {
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.cabinet_menu {
  flex: 25;
  min-width: 295px;
  border-right: 1px solid #dfdfdf;
}
.cabinet_items {
  flex: 75;
}
#upload_bulk_import .default_fields[data-tag="anti_sniper_flag"] {
  display: flex;
}
#upload_bulk_import .default_fields label {
  cursor: pointer;
}
#source_name_id {
  padding-top: initial;
  padding-bottom: initial;
}
#external_account_id_descr_text {
  padding-left: 20px;
  font-style: italic;
}
#sync_snipped .head1 select {
  cursor: pointer;
  padding: 5px;
  margin-left: 10px;
}
#sync_snipped .hide {
  display: none;
}
#sync_snipped #select_yml {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80px;
  margin-left: 20px;
  cursor: pointer;
}
#sync_snipped #select_yml svg {
  display: block;
  width: 50px;
  height: 50px;
}
#sync_snipped #select_yml span {
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
}
.green {
  color: #35ba01;
}
.profile {
  background: #FBE8E6;
  padding: 17px 11px 7px;
  position: relative;
}
.profile .settings {
  position: absolute;
  right: 11px;
  top: 17px;
}
.profile .profile_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 14px;
}
.profile .profile_top .avatar {
  width: 55px;
  height: 55px;
  margin-right: 17px;
  border-radius: 50%;
  overflow: hidden;
}
.profile .profile_top .avatar a,
.profile .profile_top .avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.profile .profile_top .avatar .avatar_popup {
  position: absolute;
  z-index: 999;
  padding: 10px;
  background-color: white;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  top: -50px;
  left: 130px;
  max-width: 500px;
  max-height: 500px;
}
.profile .profile_top .description .name {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-bottom: 2px;
}
.profile .profile_top .description .description_bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile .profile_top .description .description_bottom .number {
  background: #109CF1;
  border-radius: 4px;
  font-style: normal;
  font-weight: bold;
  font-size: 9px;
  line-height: 13px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  padding: 2px 10px;
  margin-right: 6px;
}
.profile .profile_top .description .description_bottom .user_badge {
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
.profile .profile_top .description .description_bottom .user_badge img {
  width: 100%;
  object-fit: contain;
}
.profile .profile_top .description img {
  display: block;
}
.profile .profile_bottom .links {
  margin-bottom: 10px;
  font-weight: 500;
}
.profile .profile_bottom .links a {
  margin-right: 5px;
}
.profile .profile_bottom .myid {
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 165%;
  letter-spacing: 0.01em;
  color: #000000;
  opacity: 0.4;
}
.profile_menu {
  padding: 5px 0;
  flex: 1;
}
.profile_menu .item {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7em;
  letter-spacing: 0.01em;
}
.profile_menu .item .title_container {
  padding: 9px 19px 9px 10px;
  width: 100%;
}
.profile_menu .item .title_container .item_button {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
.profile_menu .item .title_container .item_button .new {
  color: #FF3700;
  font-size: 10px;
  font-weight: bold;
}
.profile_menu .item .title_container .item_button .button_icon {
  margin-right: 8px;
  display: block;
  width: 20px;
  height: 20px;
  color: #E5E5E5;
}
.profile_menu .item .button_inner_icon {
  margin-right: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #9c9c9c;
}
.profile_menu .item .button_inner_icon.red_ellipse {
  border-color: #F7685B;
}
.profile_menu .item .button_inner_icon.green_ellipse {
  border-color: #2ED47A;
}
.profile_menu .item .button_inner_icon.blue_ellipse {
  border-color: #109CF1;
}
.profile_menu .item .button_inner_icon.cap {
  border: none;
}
.profile_menu .item.with_inner > .inner {
  padding: 20px 0 20px 15px;
  display: none;
}
.profile_menu .item.with_inner > .title_container {
  position: relative;
}
.profile_menu .item.with_inner > .title_container::after {
  content: url("../images/responsive/closed.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-15px, -45%);
}
.profile_menu .item.with_inner.active > .inner,
.profile_menu .item.with_inner.current > .inner {
  display: block;
}
.profile_menu .item.with_inner.active > .title_container::after,
.profile_menu .item.with_inner.current > .title_container::after {
  content: url("../images/responsive/opened.svg");
}
.profile_menu .level-1 {
  padding: 0 2px 0 9px;
  font-weight: bold;
  color: #000;
}
.profile_menu .level-1 a {
  color: #000;
}
.profile_menu .level-1.active > .title_container,
.profile_menu .level-1.current > .title_container {
  color: #EB5757;
  background: #FBE8E6;
  border-radius: 4px;
}
.profile_menu .level-1.active > .title_container .button_icon svg path,
.profile_menu .level-1.current > .title_container .button_icon svg path {
  fill: #EB5757;
}
.profile_menu .level-2 {
  font-style: normal;
  font-weight: 500;
  color: #000;
}
.profile_menu .level-2 a {
  color: #000;
}
.profile_menu .level-3 {
  font-style: normal;
  color: #334D6E;
}
.profile_menu .level-3 a {
  color: #334D6E;
}
.profile_menu .level-2 > .title_container:hover,
.profile_menu .level-3 > .title_container:hover,
.profile_menu .level-2.current:not(.with_inner) > .title_container,
.profile_menu .level-3.current:not(.with_inner) > .title_container {
  background: rgba(247, 104, 91, 0.07);
  border-radius: 4px;
}
.profile_menu hr {
  display: block;
  border: none;
  height: 1px;
  background: #EBEFF2;
}
