body {
  padding: 0;
  margin: 0;
  font-size: 15px;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  background-color: #FFFFFF;
  color: #303952;
}

table {
    width: 100%;
    border-collapse: collapse;
    /*! margin: 20px 0; */
    font-size: 13px;
    text-align: left;
  }
  
  th, td {
    padding: 5px 5px 3px 5px;;
    border: 1px solid #DEDEDE;
  }

  th {
    background-color: #f2f2f2;
    color: #333;
    white-space: nowrap;
  }

  tr:nth-child(even) {
    background-color: #f9f9f9;
  }

  tr:hover{
    background-color: #3c6382;
    color: #FFFFFF;
  }

.width_1_table_title{
  background-color: #3c6382;
  color: #FFFFFF;
  padding: 3px 8px 3px 8px;
  border-radius: 3px 3px 0 0;
}

input{
  font-family: "Nunito", sans-serif;
}

textarea{
  font-family: "Nunito", sans-serif;
}

button{
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  font-weight: 800;
}

select{
  font-family: "Nunito", sans-serif;
  font-size: 13px;
}

h1{

}

h2{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

h3{
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
}

h6{
  margin: 0;
  font-size: 14px;
  font-weight: 800;
}



.line_rules_rieltors{
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  padding: 20px 0 0 0;
  color: #303952;
  font-size: 14px;
  font-weight: 400;
}

.line_rules{
  display: flex;
  flex-direction: column;
  padding: 20px 0 0 0;
  color: #303952;
  font-size: 14px;
  font-weight: 400;
}

.line_rules_this_rieltor{
  display: flex;
  flex-direction: row;
  color: #303952;
  font-size: 14px;
  font-weight: 400;
  margin: 20px 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #CCC;
}

.line_rules_1{
  display: flex;
  flex-direction: column;
}

.line_rules_2{
  display: flex;
  flex-direction: column;
}

.h2{
  display: flex;
  flex-direction: row;
  margin: 0 0 15px 0;
}

.h3{
  display: flex;
  flex-direction: row;
  margin: 20px 0 15px 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #E6E6E6;
}

.menu_links{
  display: flex;
  margin: 5px 0 5px 0;
  padding: 6px 0 4px 0;
  border-radius: 5px;
  transition: all 0.15s;
  text-decoration: none;
  color: #303952;
}

.menu_links:hover{
  background-color: #2f3542;
  text-indent: 10px;
  transition: all 0.15s;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 800;
}

.menu_links_active{
  display: flex;
  padding: 6px 0 4px 0;
  border-radius: 5px;
  background-color: #2f3542;
  text-indent: 10px;
  color: #FFFFFF;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
}

.up_line{
  position: relative;
  display: flex;
  flex-direction: row;
  padding: 0 20px 0 20px;
  background-color: #2f3542;
  color: #FFFFFF;
  height: 60px;
}

.up_line_menu{
  display: flex;
  align-items: center;
  font-family: "Fugaz One", sans-serif;
  font-size: 24px;
}

.up_line_margin_0{
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0px 20px;
}

.grays{
  display: flex;
  flex-direction: row;
  position: relative;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 13px;
}

.grays_1120px{
  display: flex;
  flex-direction: row;
  position: relative;
  width: 96%;
  max-width: 1120px;
  margin: 0 auto;
  font-size: 13px;
}

.grays_1_intro{
  display: flex;
  flex-direction: column;
  padding: 20px;
}

.grays_1{
  display: flex;
  flex-direction: column;
  width: 200px;
  padding: 20px;
  background-color: #F7F7F7;
  min-height: 100vh;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.sticky{
  
}

.grays_2{
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  box-sizing: border-box;
  padding: 20px;
}

.logo_absolute{
  position: absolute;
  top: 20px;
  right: 20px;
}

.input_absolute{
  position: absolute;
  top: 80px;
  right: 20px;
  width: 400px;
}

.add_button_absolute{
  position: absolute;
  top: 18px;
  right: 300px;
  font-size: 20px;
  font-weight: 800;
}

.display_contents{
  display: contents;
}

.img_menu{
  height: 43%;
  transition: opacity 0.2s ease;
  opacity: 1;
}

.display_contents_2{
  position: relative;
  display: flex;
  margin: 0 0 0 15px;
}

.pic_add{
  height: 29px;
}

.add_hint{
  position: absolute;
  bottom: -16px;
  right: -17px;
  font-weight: 500;
  font-size: 8px;
  color: #84817a;
  white-space: nowrap;
  background-color: #F7F7F7;
  padding: 1px 5px;
  border-radius: 3px 3px 0 0;
}

.estateFINDER_guest{
  display: flex;
  align-items: center;
  font-family: "Fugaz One", sans-serif;
  font-size: 24px;
  margin: 5px 0 0 0;
}

.estateFINDER{
  display: flex;
  align-items: end;
  flex-direction: column;
  font-family: "Fugaz One", sans-serif;
  font-size: 24px;
  transition: all 0.15s;
}

.estateFINDER:hover{
  transition: all 0.15s;
  transform: scale(1.05);
  rotate: -1deg;
}

.estateFINDER_footer{
  display: flex;
  align-items: center;
  flex-direction: column;
  font-family: "Fugaz One", sans-serif;
  font-size: 24px;
}

.session_full_name{
  font-size: 11px;
  color: #84817a;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  margin: -7px 0 0 0;
}

.line1{
  display: flex;
  flex-direction: row;
  font-weight: 800;
  font-size: 13px;
  margin: 0 0 20px 0;
}

.borderradius{
  display: flex;
  flex-direction: row;
  overflow: hidden;
  border-radius: 5px;
}

.line1_flex_panel{
  background-color: #E7E7E7;
  padding: 6px 27px 4px 27px;
  font-size: 13px;
  color: #84817a;
  text-decoration: none;
  font-weight: 400;
}

.line1_flex_inside{
  background-color: #F7F7F7;
  padding: 6px 25px 4px 25px;
  font-size: 13px;
  color: #84817a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  margin: 0 20px 0 0;
}

.line1_flex{
  width: 125px;
  background-color: #E7E7E7;
  padding: 6px 0 4px 0;
  font-size: 13px;
  color: #84817a;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.line1_flex:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.line1_flex_active{
  width: 125px;
  background-color: #2f3542;
  padding: 6px 0 4px 0;
  font-size: 13px;
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.row_filter_sale{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  width: 100%;
}

.row_filter_sale a{
  text-decoration: none;
}

.line3_btn_filter{
  width: 125px;
  background-color: #E7E7E7;
  color: #FFF;
  display: flex;
  font-weight: 800;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  text-decoration: none;
}

.line3_btn_filter:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.line3_btn_filter_active{
  width: 125px;
  background-color: #079992;
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  font-weight: 800;
  text-decoration: none;
}

.line3_btn_filter_sale{
  width: 125px;
  background-color: #E7E7E7;
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  text-decoration: none;
  transition: all 0.15s;
}

.line3_btn_filter_sale:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.line3_btn_sort{
  position: relative;
  background-color: #F7F7F7;
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  color: #84817a;
  text-decoration: none;
  transition: all 0.15s;
  border-radius: 5px;
}

.line3_btn_sort:hover{
  background-color: #E7E7E7;
  transition: all 0.15s;
  cursor: pointer;
}

.line3_btn_logout{
  width: 125px;
  background-color: #F7F7F7;
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.15s;
}

.line3_btn_logout:hover{
  background-color: #e66767;
  transition: all 0.15s;
  color: #FFFFFF;
}

.line3_btn_filter_sale_active{
  width: 125px;
  background-color: #2f3542;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  text-decoration: none;
}

.clear_inputs_draft{
  background-color: #F7F7F7;
  border-radius: 3px;
  padding: 6px 15px 5px 15px;
  font-size: 10px;
  font-weight: 800;
  color: #84817a;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
  border: none;
  outline: none;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
  transition: all 0.2s;
}

.clear_inputs_draft:hover{
  transition: all 0.2s;
  background-color: #2c3e50;
  cursor: pointer;
  color: #FFFFFF;
}

.line5_draft{
  color: #FFFFFF;
  background-color: #3c6382;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 20px;
}

.line5_gray{
  color: #84817a;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 20px;
  transition: all 0.15s;
}

.line6_gray{
  color: #84817a;
  background-color: #F7F7F7;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 20px;
  transition: all 0.15s;
}

.line6_gray:hover{
  color: #84817a;
  background-color: #E7E7E7;
  cursor: pointer;
  transition: all 0.15s;
  padding: 5px 15px 4px 15px;
}

.line6_deposit{
  color: #FFFFFF;
  background-color: #e74c3c;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 20px;
  transition: all 0.15s;
}

.line6_only_an{
  color: #FFFFFF;
  background-color: #FC427B;
  border-radius: 5px;
  padding: 5px 10px 4px 10px;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 20px;
  transition: all 0.15s;
}




.manager_background{
  border-radius: 0 0 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  padding: 30px 0 0 0;
  margin: -20px 0 0 0;
  overflow: hidden;
  background-color: #FFFFFF;
}

.manager_photo{
  display: flex;
  flex-direction: column;
}

.manager_photos{
  position: relative;
  z-index: 6669;
  overflow: hidden;
  box-sizing: border-box;
  aspect-ratio: 1;
}

.manager_this_photo{
  width: 100%;
  border-radius: 20px;
}

.manager_name{
  text-align: center;
  font-weight: 800;
  font-size: 25px;
}

.manager_surname{
  text-align: center;
  font-weight: 800;
  font-size: 17px;
}

.manager_phone{
  text-align: center;
  font-weight: 800;
  font-size: 17px;
  background-color: #3c6382;
  color: #FFF;
  padding: 10px 0;
}

.manager_agency{
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  padding: 10px 0;
  margin: 10px 20px 0 20px;
  color: #84817a;
  border-top: 1px solid #DEDEDE;
}

.ggge{
  display: flex;
  flex-direction: column;
  height: 76px;
  background-color: #DEDEDE;
  border-radius: 5px;
  overflow: hidden;
}

.ggge_inside{
  display: flex;
  flex-direction: column;
  height: 76px;
  background-color: #DEDEDE;
  border-radius: 5px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  font-size: 4vw;
  color: #84817a;
  transition: all 0.15s ease;
}

.ggge_inside:hover{
  color: #F7F7F7;
  background-color: #84817a;
  transition: all 0.15s ease;
  cursor: pointer;
}

.ggge_1{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #84817a;
  font-size: 13px;
  font-weight: 800;
}

.ggge_1_active{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f3542;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
}

.ggge_2{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  color: #84817a;
}

.ggge_2_active{
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f3542;
  text-decoration: none;
  font-weight: 800;
  font-size: 13px;
  color: #FFFFFF;
}

.ggge_1:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.ggge_2:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.content{
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

.content333{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
}

.object_multi{
  transition: all 0.15s;
}

.object{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  transition: all 0.15s;
}

.object_pic{
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 8px;
  z-index: 7778;
}

.object_name{
  position: absolute;
  top: 0;
  left: 8px;
  background-color: #FFFFFF;
  padding: 3px 11px 4px 12px;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 400;
  z-index: 2;
}

.object_pic_photo{
  display: flex;
  position: absolute;
  top: 31px;
  left: 8px;
  padding: 3px 11px 4px 12px;
  border-radius: 0 0 8px 8px;
  font-size: 12px;
  font-weight: 400;
  z-index: 2;
  color: #FFFFFF;
}

.only_an{
  position: absolute;
  bottom: 30px;
  right: 0;
  background-color: #FC427B;
  padding: 4px 19px 4px 12px;
  border-radius: 8px 0 0 8px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  z-index: 2;
}

.object_time{
  position: absolute;
  bottom: 0;
  right: 8px;
  background-color: #F7F7F7;
  padding: 4px 11px 2px 12px;
  border-radius: 8px 8px 0 0;
  font-size: 12px;
  font-weight: 400;
  color: #84817a;
  z-index: 2;
}

.object_price{
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 2px 12px 0px 12px;
  background-color: #079992;
  border-radius: 0 7px;
  color: #FFF;
  font-weight: 800;
  font-size: 22px;
}

.pic{
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 7px;
  filter: brightness(1);
  transition: filter 0.15s ease;
}

.pic:hover{
  filter: brightness(0.8);
}

.object_content{
  display: flex;
  flex-direction: column;
  position: relative;
  background-color: #F7F7F7;
  padding: 18px 12px 10px 12px;
  margin: -8px 0 0 0;
  border-radius: 0 0 8px 8px;
  z-index: 7777;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.object_title{
  font-size: 15px;
  font-weight: 700;
  color: #303952;
  text-overflow: ellipsis;
  height: calc(2 * 1.3em);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.object_description{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  color: #84817a;
  margin: 5px 0 0 0;
}

.list{
  display: flex;
  flex-direction: column;
  width: calc(33% - 9.7px);
  padding: 10px;
  background-color: #F7F7F7;
  border-radius: 8px;
  border-bottom: 2px solid #BBBBBB;
  box-sizing: border-box;
}

.list_desc_1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.list_desc_2{
  text-align: right;
  flex: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_desc_3{
  text-align: left;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 0 0;
}

.object_name_company{
  font-weight: 800;
  color: #84817a;
}

.object_reason_update{
  display: flex;
  flex-direction: row;
  font-size: 13px;
  font-weight: 400;
  color: #e74c3c;
  margin: 0 0 5px 0;
}

.new_title{
  position: absolute;
  border-radius: 0 4px 4px 0;
  top: 0;
  height: 50px;
  right: 0;
}

.photo_rieltor{
  display: none;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  top: -5px;
  right: -5px;
  opacity: 0.85;
}

.deposit_title{
  position: absolute;
  bottom: 40px;
  left: 0;
  background-color: #e74c3c;
  padding: 3px 12px 3px 12px;
  border-radius: 0 8px 8px 0;
  font-size: 12px;
  font-weight: 600;
  z-index: 3;
  color: #FFFFFF;
}

.counts{
  display: none;
}



























.build_numbers{
  display: flex;
  flex-direction: column;
  margin: 0 0 20px 0;
  flex: calc(50% - 20px);
  box-sizing: border-box;
  overflow: hidden;
}

.view_list{
  display: flex;
  flex-direction: column;
  width: 100%;
}

.width{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: calc(25% - 15px);
}

.width_checkbox{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.width_1{
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
  margin: 0 0 5px 0;
}

.width_1_pc_table{
  font-size: 13px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: end;
}

.width_2{
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scrollbar-width: none;
}

.width_3{
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 400;
  margin: -15px 0 0 0;
}

.inputs_filter{
  width: 100%;
  height: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 0 10px 0 10px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  box-sizing: border-box;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('/panel/pic/panel_filter_arrow.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.inputs_filter:focus{
  background-color: #f1ede4;
  border: 1px solid #DEDEDE;
  border-radius: 3px 3px 0 0;
}

.hidden_values{
  position: absolute;
  top: -10000px;
}

.drop_filter_menu_numbers{
  display: none;
  width: 100%;
  max-height: 200px;
  background-color: #f1ede4;
  margin: 0 0 0 0;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 0 0 3px 3px;
  overflow: auto;
}

.min_values{
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  width: 100%;
  box-sizing: border-box;
  padding: 1px 5px 5px 5px;
  border-radius: 0 0 3px 3px;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.selected-value{
  background-color: #3c6382;
  color: #FFFFFF;
  padding: 2px 5px 1px 5px;
  border-radius: 3px;
  margin: 5px 5px 0 0;
  transition: all 0.1s;
}

.selected-value:hover{
  background-color: #eb4d4b;
  cursor: pointer;
  transition: all 0.1s;
}

.no-results{
  float: left;
  width: 100%;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 7px 10px 7px 10px;
}

.remove-button{
  font-weight: 800;
}

.checkbox_filter input[type="checkbox"] {
  display: none;
}

.checkbox_filter label {
  float: left;
  width: 100%;
  font-size: 13px;
  outline: none;
  box-sizing: border-box;
  overflow: hidden;
  padding: 7px 10px 7px 10px;
  white-space: wrap;
}

.checkbox_filter:hover label {
  background-color: #f0e4c8;
  transition: all 0.15s;
  cursor: pointer;
}

.checkbox_filter input[type="checkbox"]:checked+label {
  transition: all 0.2s;
  font-weight: 800;
  background-color: #3c6382;
  color: #FFFFFF;
}

.width_buttons{
  display: flex;
}

.multi_button{
  height: 32px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #f0932b;
  color: #FFFFFF;
  border-bottom: 3px solid #d68224;
  width: 100%;
  transition: all 0.150s;
}

.multi_button:hover{
  background-color: #d68224;
  transition: all 0.150s;
  cursor: pointer;
}

.filter_button{
  height: 32px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #3c6382;
  color: #FFFFFF;
  border-bottom: 3px solid #2d4d65;
  flex: 1;
  width: 50%;
  transition: all 0.150s;
}

.filter_button:hover{
  background-color: #2d4d65;
  transition: all 0.150s;
  cursor: pointer;
}

.filter_reset_mobile{
  height: 32px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: transparent;
  color: #84817a;
  border-bottom: 3px solid transparent;
  width: 50%;
  transition: all 0.150s;
}

.filter_reset_mobile:hover{
  color: #303952;
  transition: all 0.150s;
  cursor: pointer;
}

.filter_more{
  height: 31px;
  border: none;
  font-weight: 800;
  display: flex;
  align-items: center;
  margin: 0 0 20px 0;
  justify-content: center;
  border-radius: 3px;
  color: #84817a;
  padding: 1px 0 0 0;
  background-color: #DEDEDE;
  transition: all 0.150s;
}

.filter_more:hover{
  transition: all 0.150s;
  cursor: pointer;
  background-color: #CCCCCC;
}

.inputs_filter_left{
  width: 100%;
  height: 32px;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-radius: 3px 0 0 3px;
  padding: 0 10px 0 10px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  box-sizing: border-box;
}

.inputs_filter_left:focus{
  background-color: #f1ede4;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
}

.inputs_filter_right{
  width: 100%;
  height: 32px;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-radius: 0 3px 3px 0;
  padding: 0 10px 0 10px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  box-sizing: border-box;
}

.inputs_filter_right:focus{
  background-color: #f1ede4;
  border: none;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.pagination_site{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  align-items: center;
}

.back_site{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3c6382;
  padding: 11px 12px 10px 12px;
  font-weight: 800;
  border-radius: 4px;
  transition: all 0.15s;
}

.back_site:hover{
  cursor: pointer;
  background-color: #2d4d65;
  transition: all 0.15s;
}

.front_site{
  color: #FFFFFF;
  text-decoration: none;
  background-color: #3c6382;
  padding: 11px 12px 10px 12px;
  font-weight: 800;
  border-radius: 4px;
  transition: all 0.15s;
}

.front_site:hover{
  cursor: pointer;
  background-color: #2d4d65;
  transition: all 0.15s;
}

.pagination_100{
  width: 100%;
  display: flex;
  gap: 20px;
  grid-column: 1 / -1;
}

.pagination_site_flex_1{
  flex: 1;
}

.pagination_site_flex_inside{
  flex: 1;
}

.text_dec{
  text-decoration: none;
}

.ggge_panel{
  display: flex;
  flex-direction: column;
  background-color: #DEDEDE;
  border-radius: 5px;
  overflow: hidden;
}

.ggge_1{
  flex: 1;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #84817a;
  font-size: 13px;
  font-weight: 800;
}

.ggge_1_active{
  flex: 1;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #2f3542;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 800;
}

.ggge_1:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.ggge_2:hover{
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.line4_names{
  font-size: 20px;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  margin: 1px 0 0 0;
}

.radio_checkbox input[type="radio"] {
  display: none;
}

.radio_checkbox label {
  display: flex;
  align-items: center;
  padding: 6px 10px 5px 10px;
  font-weight: 400;
  color: #84817a;
  border: 1px solid #DEDEDE;
  margin: 0 10px 20px 0;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s;
}

.radio_checkbox:hover label {
  background-color: #DEDEDE;
  transition: all 0.2s;
  cursor: pointer;
}

.radio_checkbox input[type="radio"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #2f3542;
  border: 1px solid #2f3542;
  transition: all 0.2s;
}

.checkbox_deposit input[type="checkbox"] {
  display: none;
}

.checkbox_deposit label {
  display: flex;
  align-items: center;
  padding: 6px 10px 5px 10px;
  font-weight: 400;
  color: #84817a;
  border: 1px solid #DEDEDE;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s;
}

.checkbox_deposit:hover label {
  background-color: #DEDEDE;
  transition: all 0.2s;
  cursor: pointer;
}

.checkbox_deposit input[type="checkbox"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #e74c3c;
  border: 1px solid #e74c3c;
  transition: all 0.2s;
}

.add_input_arrow{
  width: 100%;
  height: 32px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;

  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;

  background-image: url('/pic/down-arrow-svgrepo-com.svg');
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 11px;
}

.add_input_arrow:focus{
  background-color: #f1ede4;
  border: 1px solid #f1ede4;
}

.add_content{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-start;
  margin: 0 0 20px 0;
}

.add_descriptions{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: end;
  margin: 0 0 20px 0;
}

.add_input{
  width: 100%;
  height: 30px;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 0 15px 0 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
}

.add_input:focus{
  background-color: #f1ede4;
  border: 1px solid #f1ede4;
}

.checkbox input[type="checkbox"] {
  display: none;
}

.checkbox label {
  display: flex;
  align-items: center;
  padding: 6px 10px 4px 10px;
  font-weight: 400;
  color: #84817a;
  border: 1px solid #DEDEDE;
  margin: 0 10px 20px 0;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s;
}

.checkbox:hover label {
  background-color: #DEDEDE;
  transition: all 0.2s;
  cursor: pointer;
}

.checkbox input[type="checkbox"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #2f3542;
  border: 1px solid #2f3542;
  transition: all 0.2s;
}

.width_2_wrap_under{
  display: flex;
  flex-direction: row;
  white-space: nowrap;
  scrollbar-width: none;
  flex-wrap: wrap;
}

.add_textarea{
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  resize: none;
}

.add_textarea:focus{
  background-color: #f1ede4;
  border: 1px solid #f1ede4;
}

.add_textarea_2{
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 15px;
  outline: none;
  font-size: 13px;
  font-weight: 400;
  background-color: #F7F7F7;
  resize: none;
}

.add_textarea_2:focus{
  background-color: #f1ede4;
  border: 1px solid #f1ede4;
}

.add_textarea_3{
  width: 100%;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  padding: 15px;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  background-color: #F7F7F7;
  resize: none;
}

.add_textarea_3:focus{
  background-color: #f1ede4;
  border: 1px solid #f1ede4;
}

.count_input{
  color: #84817a;
}

.file input[type="file"] {
  display: none;
}

.file label {
  display: flex;
  align-items: center;
  padding: 6px 10px 5px 10px;
  font-weight: 400;
  color: #84817a;
  border: 1px solid #DEDEDE;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s;
}

.file:hover label{
  background-color: #DEDEDE;
  transition: all 0.2s;
  cursor: pointer;
}

.width_pics{
  display: none;
  flex-direction: column;
  margin: 0 0 0 0;
}

.preview_images_2{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 0 0;
  gap: 10px;
}

.preview_images{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 17px 0;
  gap: 10px;
}

.pre_img{
  position: relative;
  width: calc(10% - 9px);
  overflow: hidden;
  aspect-ratio: 1;
}

.pre_img:hover{
  cursor: pointer;
  filter: brightness(80%);
}

.select_image{
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
  color: #079992;
  font-weight: 400;
  font-size: 13px;
}

.add_button{
  height: 40px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #10afa7;
  color: #FFFFFF;
  border-bottom: 3px solid #079992;
  transition: all 0.15s;
}

.add_button:hover {
  background-color: #079992;
  cursor: pointer;
  transition: all 0.15s;
}

.add_button:disabled {
  background-color: #95a5a6;
  color: #FFFFFF;
  border-bottom: 3px solid #7f8989;
  cursor: not-allowed;
}

.delete_btn{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e74c3c;
  color: #FFFFFF;
  border-radius: 0 3px 0 3px;
  padding: 2px 7px 2px 7px;
  outline: none;
  border: none;
  transition: all 0.15s;
}

.delete_btn:hover{
  cursor: pointer;
  background-color: #c0392b;
  transition: all 0.15s;
}

.pre_img:hover > .delete_btn{
  display: block;
}

.loader_pics {
  width: 30px;
  height: 30px;
  border: 5px solid #DEDEDE;
  border-bottom-color: #10afa7;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.pics_loader{
  display: flex;
  flex-direction: row;
  margin: 20px 0 0 0;
}

.pics_loader_text{
  display: flex;
  flex-direction: column;
  margin: 0 0 0 20px;
  font-size: 11px;
  justify-content: center;
}

.miniradio_checkbox label {
  display: flex;
  align-items: center;
  padding: 1px 10px 0 10px;
  font-weight: 400;
  color: #84817a;
  border: 1px solid #DEDEDE;
  margin: 0 0 0 5px;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s;
}

.miniradio_checkbox input[type="radio"] {
  display: none;
}

.miniradio_checkbox:hover label {
  background-color: #DEDEDE;
  transition: all 0.2s;
  cursor: pointer;
}

.miniradio_checkbox input[type="radio"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #2f3542;
  border: 1px solid #2f3542;
  transition: all 0.2s;
}

.list_pic_1{
  display: flex;
  width: 25%;
  height: 65px;
}

.list_pic_2{
  display: flex;
  width: 25%;
  height: 65px;
  margin: 0 0 0 10px;
}

.list_pic_3{
  display: flex;
  width: 25%;
  height: 65px;
  margin: 0 0 0 10px;
}

.list_pic_4{
  position: relative;
  display: flex;
  width: 25%;
  height: 65px;
  margin: 0 0 0 10px;
}

.list_pic_4_text{
  position: absolute;
  bottom: 3px;
  font-size: 11px;
  color: #84817a;
  user-select: none;
  display: flex;
  width: 100%;
  justify-content: center;
}

.width100percent{
  width: 100%;
}

.cover_4{
  border: 1px dashed #d1ccc0;
  height: 63px
}

.column{
  display: flex;
  flex-direction: column;
}

.list_title{
  font-weight: 700;
  font-size: 15px;
  margin: 10px 0 0 0;
  color: #303952;
}

.list_desc{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
  color: #84817a;
  margin: 5px 0 10px 0;
}

.list_desc_1{
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1;
}

.list_desc_2{
  text-align: right;
  flex: 0.7;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_desc_3{
  text-align: left;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 5px 0 0 0;
}

.flex_1{
  display: flex;
  flex: 1;
}

.width_2_row{
  display: flex;
  flex-direction: row;
  margin: 4px 0 0 0;
}

.column_flex_1{
  display: flex;
  flex-direction: column;
  width: 25%;
  box-sizing: border-box;
  padding: 0 5px 0 0;
}

.list_pic_cover{
  width: 100%;
  height: 65px;
  object-fit: cover;
  border-radius: 3px;
}

.ellips{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_details{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 11px;
  font-weight: 400;
  color: #84817a;
  border-top: 1px solid #d1ccc0;
  padding: 10px 0 0 0;
}

.row{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0px 0 -1px 0;
}

.more_details{
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 5px;
  margin: 0 0 20px 0;
  background-color: #F7F7F7;
  padding: 5px;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
}

.none_text_decoration{
  text-decoration: none;
}

.header_to_object{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3c6382;
  color: #FFFFFF;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  font-size: 11px;
  font-weight: 800;
}

.more_details_btn{
  border-radius: 3px;
  margin: 0 5px 0 0;
  font-size: 11px;
  font-weight: 800;
  color: #84817a;
  padding: 4px 8px 3px 8px;
}

.more_details_btn_active{
  padding: 4px 8px 3px 8px;
  border-radius: 3px;
  background-color: #3c6382;
  margin: 0 5px 0 0;
  font-size: 11px;
  font-weight: 800;
  color: #FFFFFF;
}

.line4_title{
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  margin: 1px 0 0 0;
  font-size: 20px;
}

.delete_btn{
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #e74c3c;
  color: #FFFFFF;
  border-radius: 0 3px 0 3px;
  padding: 2px 7px 2px 7px;
  outline: none;
  border: none;
}

.pre_img:hover > .delete_btn{
  display: block;
}

.no_pic{
  width: 100%;
  color: #84817a;
  background-color: #f1ede4;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 20px;
}

.percent{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.pic_each{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 3px;
  transition: all 0.15s;
}

.pic_each:hover{
  cursor: pointer;
  transition: all 0.15s;
  filter: brightness(80%);
}

.btn_copy{
  display: none;
}

.after_draft{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.after_add{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.after_archive{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.loader_draft {
  width: 30px;
  height: 30px;
  border: 5px solid #DEDEDE;
  border-bottom-color: #10afa7;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader_archive {
  width: 30px;
  height: 30px;
  border: 5px solid #DEDEDE;
  border-bottom-color: #10afa7;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 

.status-good{
  color: #079992;
  font-weight: 800;
}

.status-sql{
  color: #8e44ad;
  font-weight: 800;
}

.status-bad{
  color: #e74c3c;
  font-weight: 800;
}

.status-unknown{
  color: #303952;
  font-weight: 800;
}

.wrap_3{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.all_pics{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  overflow: hidden;
}

.all_params{
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
  align-items: flex-start;
}

.all_param_1{
  display: flex;
  flex-direction: column;
  flex: 1;
  height: 300px;
}

.all_param{
  display: flex;
  flex-direction: column;
  width: calc(33% - 9.7px);
  height: 300px;
}

.param_title{
  display: flex;
  flex-direction: column;
  flex: 1;
  font-weight: 700;
  font-size: 36px;
  margin: 0 0 0 -2px;
}

.param_price{
  display: flex;
  flex-direction: column;
  width: calc(33.2% - 9.7px);
  font-weight: 800;
  font-size: 36px;
  align-items: center;
  justify-content: center;
  color: #079992;
}

.param_title_2{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.param_price_2{
  display: flex;
  flex-direction: column;
  width: calc(33.2% - 9.7px);
}

.object_param{
  display: flex;
  flex-wrap: wrap;
  padding: 20px 20px 10px 20px;
  background-color: #F7F7F7;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.all_description{
  display: flex;
  flex: 1;

  white-space: break-spaces;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.all_title{
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 19px 0;
}

.height{
  display: flex;
  width: 240px;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
}

.height_panel{
  display: flex;
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #DEDEDE;
  margin: 20px 0 0 0;
}

.pic_1{
  height: 300px;
  width: calc(33% - 9.7px);
  border-radius: 5px;
}

.pic_2{
  height: 300px;
  width: calc(33% - 9.7px);
  border-radius: 5px;
}

.pic_3{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  height: 300px;
  width: calc(33% - 9.7px);
}

.pic_3_1_column{
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: calc(50% - 10px);
  box-sizing: border-box;
  overflow: hidden;
}

.pic_3_90px{
  height: 140px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.pic_3_1 {
  position: relative;
  width: calc(50% - 10px);
  height: 300px;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}

.pic_3_1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3); /* Затемнення */
  z-index: 1;

  pointer-events: none;
}

.pic_3_1_more_pic {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  z-index: 2; /* Піднімаємо текст над затемненням */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
  width: 100%;
}

.pic_one{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
  transition: filter 0.15s ease;
}

.pic_one:hover{
  filter: brightness(0.8);
  cursor: pointer;
}

.object_details_gap{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  width: 33%;
}

.object_details_gap_100{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0 0 10px 0;
  width: 100%;
}

.object_details_gap_1{
  color: #84817a;
  font-weight: 400;
  font-size: 13px;
  display: flex;
}

.object_details_gap_2{
  font-weight: 700;
  font-size: 13px;
  display: flex;
}

.object_inside_third{
  
}

.object_inside_description{
  color: #303952;
  white-space: break-spaces;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0 18px 0;
}

.title_slogans{
  font-weight: 800;
  font-size: 14px;
}

.object_inside_four{
  display: flex;
  flex-direction: row;
  padding: 0 20px 20px 0;
  color: #84817a;
  font-weight: 400;
  text-align: left;
  font-size: 14px;
}























.object_inside_manager{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.object_inside_manager_1{
  display: flex;
  flex-direction: row;
  height: 100px;
}

.object_inside_manager_1_1{
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  z-index: 50;
  border-radius: 20px;
  border: 1px solid #EEE;
}

.object_inside_manager_1_2{
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
  padding: 10px 0 10px 30px;
  background-color: #F7F7F7;
  margin: 0 0 0 -20px;
  position: relative;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.titles_absolute{
  position: absolute;
  color: #E3E3E3;
  font-weight: 800;
  font-size: 26px;
  bottom: 5px;
  right: -7px;
  transform: rotate(-12deg);
  z-index: 51;
  user-select: none;
}

.inside_manager_title{
  font-weight: 800;
  font-size: 17px;
}

.inside_manager_name{
  position: relative;
  z-index: 57;
  font-weight: 600;
  font-size: 15px;
}

.inside_manager_estate{
  font-weight: 400;
  font-size: 13px;
  color: #84817a;
  margin: -14px 0 0 0;
  border-bottom: 1px solid #EEE;
  padding: 0 0 3px 0;
}

.object_inside_manager_2{
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  background-color: #F7F7F7;
  height: 91px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  margin: -15px 0 0 0;
  border-radius: 0 0 15px 15px;
}

.object_inside_manager_2_1{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 34px;
  font-size: 13px;
}

.object_inside_manager_2_2{
  display: flex;
  flex-direction: row;
  height: 34px;
}

.input_copy_btn{
  display: flex;
  width: 100%;
  background-color: #3c6382;
  color: #FFFFFF;
  font-size: 11px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  border: none;
  text-decoration: none;
}

.input_copy_btn:disabled{
  background-color: #95a5a6;
  color: #FFFFFF;
  cursor: not-allowed;
}

.copy_link_input{
  outline: none;
  border: none;
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  padding: 0 15px 0 15px;
  background-color: #F7F7F7;
}

.object_inside_manager_pic{
  width: 100px;
  height: 100px;
  border-radius: 20px;
}

.peregl{
  font-size: 16px;
  font-weight: 600;
}

.else{
  font-size: 20px;
  font-weight: 800;
}


.object_inside_third_abuse_btn{
  display: flex;
  flex-direction: column;
  margin: 20px 0 0 0;
  align-items: end;
}

.object_inside_third_abuse{
  display: none;
  flex-direction: column;
  margin: 20px 0 0 0;
}

.show_abuse_textarea{
  width: 25%;
  background-color: #E7E7E7;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  border-radius: 5px;
}



.add_button_del{
  height: 40px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #e74c3c;
  color: #FFFFFF;
  border-bottom: 3px solid #c0392b;
}

.add_button_del:disabled {
  background-color: #95a5a6;
  color: #FFFFFF;
  border-bottom: 3px solid #7f8989;
  cursor: not-allowed;
}

.after_manager{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.after_deleted{
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 13px;
  font-weight: 400;
  margin: 0 0 0 15px;
}

.main_title{
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-family: "Fugaz One", sans-serif;
  font-size: 24px;
}

.main_title_1{
  display: flex;
}

.main_title_2{
  display: flex;
  flex-direction: column;
}

.main_title_2_1{
  display: flex;
  flex-direction: row;
  margin: 0 0 0 25px;
}

.main_title_2_2{
  display: flex;
  flex-direction: row;
}

.this_is_manager{
  display: flex;
  flex-direction: row;
  height: 100px;
  background-color: #F7F7F7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  border-radius: 4px;
  margin: 0 0 20px 0;
  padding: 10px;
  width: calc(33% - 10px);
}

.manager_profile_1{
  width: 100px;
  height: 100px;
  border-radius: 4px;
  overflow: hidden;
}

.manager_profile_2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
  padding: 0 0 0 10px;
}

.profile_pics_this{
  width: 100px;
  height: 100px;
}

.manager_profile_fullname{
  font-size: 15px;
  font-weight: 800;
}

.manager_profile_role{
  color: #84817a;
  font-weight: 400;
  font-size: 12px;
  margin: 5px 0 0 0;
}

.radio_checkbox_manager input[type="radio"] {
  display: none;
}

.radio_checkbox_manager label {
  display: flex;
  align-items: center;
  padding: 1px 7px 1px 7px;
  font-weight: 400;
  color: #84817a;
  margin: 0 0 0 5px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.2s;
}

.radio_checkbox_manager input[type="radio"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #2f3542;
  transition: all 0.2s;
}

.checkbox_manager_block input[type="checkbox"] {
  display: none;
}

.checkbox_manager_block label {
  display: flex;
  align-items: center;
  padding: 1px 7px 1px 7px;
  font-weight: 400;
  color: #84817a;
  margin: 0 5px 0 0;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.2s;
}

.checkbox_manager_block input[type="checkbox"]:checked+label {
  color: #FFFFFF;
  font-weight: 800;
  background-color: #e74c3c;
  transition: all 0.2s;
}

.terwhyrt{
  position: absolute;
  top: 80px;
  right: 20px;
  width: 400px;
}

.close_absolutes{
  display: none;
}

.title_formas{
  font-size: 20px;
  font-weight: 800;
  margin: 20px 0 20px -2px;
}

.if_want{
  height: 34px;
  border: none;
  border-radius: 3px;
  padding: 3px 15px 0 15px;
  outline: none;
  background-color: #F7F7F7;
  color: #84817a;
  border-bottom: 3px solid #E7E7E7;
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  font-family: "Nunito", sans-serif;
  transition: all 0.15s;
}

.if_want:hover{
  cursor: pointer;
  background-color: #E7E7E7;
  transition: all 0.15s;
}

.footer{
  display: flex;
  flex-direction: row;
  position: relative;
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
  font-size: 13px;
}

.footer_1{
  display: flex;
  flex-direction: column;
  width: 200px;
  padding: 20px 20px 15px 20px;
  background-color: #2f3542;
  border-radius: 8px 0 0 0;
}  

.footer_2{
  position: relative;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex: 1;
  box-sizing: border-box;
  background-color: #2f3542;
  border-left: 1px solid #5c5c5c;
  border-radius: 0 8px 0 0;
  padding: 20px;
}

.footer_2_1{
  display: flex;
  flex-direction: row;
}

.footer_2_link{
  font-size: 18px;
  margin: 0 20px -5px 0;
}

.footer_2_link_right{
  font-size: 18px;
  margin: 0 0 -5px 0;
}

.footer_2_link_right{
  text-decoration: none;
  color: #888888;
  font-weight: 300;
  transition: all 0.15s;
}

.footer_2_link_right:hover{
  color: #eb4d4b;
  font-weight: 700;
  transition: all 0.15s;
}

.footer_2_year{
  color: #888888;
  font-weight: 300;
  font-size: 18px;
  margin: 0 20px -5px 0;
}

.footer_2_link_a{
  text-decoration: none;
  color: #888888;
  font-weight: 300;
  transition: all 0.15s;
}

.footer_2_link_a:hover{
  border-bottom: 1px dotted #EEEEEE;
  color: #EEEEEE;
  transition: all 0.15s;
}

.nav_no_pic{
  width: 27px;
  height: 27px;
  display: flex;
  border-radius: 50px;
  flex-direction: column;
  overflow: hidden;

  transition: transform 0.2s ease-in-out;
}

.nav_no_pic:hover{
  transform: scale(1.4);
}

.sort_absolute{
  display: none;
  position: absolute;
  width: 360px;
  border-radius: 5px;
  right: 21px;
  z-index: 88888;
}

.flex_50{
  display: flex;
  flex-direction: column;
  flex: 1;
}

.flex_50_2{
  margin: 0 0 10px 0;
}

.flex_50_radio input[type="radio"] {
  display: none;
}

.flex_50_radio label {
  background-color: #E7E7E7;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  width: 80%;
}

.flex_50_radio input[type="radio"]:checked+label {
  background-color: #777777;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  width: 80%;
}

.line2{
  display: flex;
  flex-direction: row;
  padding: 20px 20px 20px 20px;
  background-color: #F7F7F7;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  font-size: 13px;
  font-weight: 400;
  color: #84817a;
  border-radius: 5px 0 5px 5px;
  margin: 28px 0 0 0;
}

.search_rieltors{
  height: 28px;
  border: none;
  outline: none;
  background-color: #E7E7E7;
  border-radius: 5px;
  width: 300px;
  padding: 0 10px 0 10px;
}

.search_rieltors:focus{
  background-color: #CCCCCC;
}

















.block_rieltor{
  width: calc(25% - 15px);
  display: flex;
  flex-direction: row;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  height: 100px;
  background-color: #F7F7F7;
  overflow: hidden;
}

.block_rieltor_1{
  width: 100px;
}

.block_rieltor_2{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  padding: 0 10px;
}

.rieltor_img{
  width: 100%;

}

.block_rieltor_name_an{
  background-color: #FFF;
  color: #888;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  padding: 2px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
  font-weight: 700;
}

.block_rieltor_name_an_1{
  border-bottom: 1px solid #DEDEDE;
  padding: 0 0 2px 0;
}

.block_rieltor_name_an_2{
  font-size: 11px;
  font-weight: 400;
  padding: 2px 0 0 0;
}

.block_rieltor_phones{
  display: flex;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: #888;
  margin: 3px 0 0 0;
}

.block_rieltor_objects{
  color: #079992;
  display: flex;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  font-size: 11px;
  padding: 5px 0;
  font-weight: 800;
  text-decoration: underline;
  align-items: baseline;
}

.block_rieltor_objects_a{
  color: #079992;
}

.rieltor_pic{
  display: flex;
  width: 300px;
  height: 300px;
  overflow: hidden;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px 0px;
}

.rieltor_info{
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0 0 0 20px;
  justify-content: space-around;
}

.rieltor_info_1{
  font-weight: 800;
  font-size: 50px;
}

.rieltor_info_2{
  font-weight: 800;
  font-size: 30px;
  margin: -10px 0 0 2px;
}

.under_table_hint{
  font-size: 12px;
  color: #84817a;
  font-weight: 400;
  margin: 5px 0 0 0;
}

.line7_content{
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  gap: 20px;
  margin: 20px 0 0 0;
}

.grid_3_row{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  min-width: 1120px;
}

.object_type{
  position: absolute;
  top: 30px;
  left: 8px;
  background-color: #FFFFFF;
  padding: 3px 11px 3px 12px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 400;
  z-index: 9999;
}

.rieltor_link{
  text-decoration: none;
  color: #303952;
}

.rieltor_link:hover{
  text-decoration: underline;
}

.orange{
  display: flex;
}

.orange_for{
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 5px;
  margin: 0 0 10px 0;
  background-color: #F7F7F7;
  padding: 5px 20px;
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 2px solid #EDEDED;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  overflow: hidden;
  color: #84817a;
  font-weight: 800;
}

.draft_background{
  padding: 20px 0 0 0;
  border-top: 2px solid #DEDEDE;
}

.fontweight800{
  font-weight: 800;
}

.title_last_update{
  color: #84817a;
  font-weight: 800;
}

.title_last_update_time{
  color: #84817a;
}

.multi_objects input[type="checkbox"] {
  display: none;
}

.multi_objects label {
  width: 125px;
  background-color: #E7E7E7;
  color: #FFFFFF;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px 0 4px 0;
  color: #84817a;
  text-decoration: none;
  transition: all 0.15s;
  border-radius: 5px;
  margin: 0 20px 0 0;
}

.multi_objects label:hover {
  cursor: pointer;
  background-color: #CCCCCC;
  transition: all 0.15s;
}

.multi_objects input[type="checkbox"]:checked+label {
  color: #FFFFFF;
  background-color: #f0932b;
  transition: all 0.15s;
}






































































.checkbox_multi {
  position: absolute;
  z-index: 9999;
  top: 8px;
  right: 8px;
}

.checkbox-wrapper-45 {
  position: relative;
  border-radius: 8px;
}

.checkbox-wrapper-45 input[type="checkbox"] {
  display: none;
  visibility: hidden;
}

.checkbox-wrapper-45 .cbx {
  -webkit-perspective: 20;
  perspective: 20;
  display: inline-block;
  background: #e8e8eb;
  transform: translate3d(0, 0, 0);
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 8px;
}

.checkbox-wrapper-45 .cbx:hover {
  border-color: #0b76ef;
}

.checkbox-wrapper-45 .flip {
  display: block;
  transform-style: preserve-3d;
  position: relative;
  width: 50px;
  height: 50px;
}

.checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx {
  border-color: #0b76ef;
}

.checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .flip {
  transform: rotateY(180deg);
}

.checkbox-wrapper-45 .front,
.checkbox-wrapper-45 .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.checkbox-wrapper-45 .front {
  background: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Сіра галочка тільки для ненатиснутого стану */
.checkbox-wrapper-45 .front::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='14' viewBox='0 0 16 14'%3E%3Cpath d='M2 8.5L6 12.5L14 1.5' stroke='%23DDDDDD' stroke-width='4' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.checkbox-wrapper-45 .back {
  transform: rotateY(180deg);
  background: #f0932b;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Біла галочка для натиснутого стану */
.checkbox-wrapper-45 .back svg {
  fill: none;
  width: 30px;
  height: 30px;
}

.checkbox-wrapper-45 .back svg path {
  stroke: #fff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Ховаємо сіру галочку при активному стані */
.checkbox-wrapper-45 input[type="checkbox"]:checked + .cbx .front::after {
  display: none;
}

.multi_object{
  display: flex;
  flex-direction: column;
  margin: 40px 0 0 0;
}

.multi_object_count{
  text-align: center;
  margin: 0 0 4px 0;
}

.multi_object_count_b{
  font-size: 17px;
}

.answerrrr{
  text-align: center;
  font-size: 11px;
  margin: 5px 0 0 0;
}

.copy_multi_link{
  border-bottom: 1px dashed #999;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
}

.copy_this_link:hover{
  cursor: pointer;
  text-decoration: underline;
  color: #079992;
}