@charset "UTF-8";
#header {
  background: white;
  padding: 10px 0;
}
#header .header_wapper {
  max-width: 1520px;
  margin: 0 auto;
  padding: 0 20px;
}
#header .header_wapper .inner_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
#header .header_wapper .inner_header .h_logo a {
  display: inline-block;
  color: black;
}
#header .header_wapper .inner_header .h_logo a img {
  height: 78px;
  -o-object-fit: contain;
     object-fit: contain;
}
#header .header_wapper .inner_header .right_form .form_box ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 20px;
}
#header .header_wapper .inner_header .right_form .form_box ul .date-user-info {
  font-size: 18px;
  padding: 0 15px;
  font-weight: 400;
}
#header .header_wapper .inner_header .right_form .form_box ul .date-user-info .date-info {
  padding-right: 20px;
}
#header .header_wapper .inner_header .right_form .form_box ul li a {
  display: flex;
  align-items: center;
  gap: 5px;
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  padding: 10px 14px;
  border-radius: 50px;
  transition: background 0.3s;
  width: 180px;
}
#header .header_wapper .inner_header .right_form .form_box ul li a img {
  width: 28px;
  height: 29px;
}
#header .header_wapper .inner_header .right_form .form_box ul li a.admin {
  background-color: #FFCB22;
}
#header .header_wapper .inner_header .right_form .form_box ul li a.admin:hover {
  background-color: #ffd000;
}
#header .header_wapper .inner_header .right_form .form_box ul li a.logout {
  background-color: #5FCC00;
  color: white;
}
#header .header_wapper .inner_header .right_form .form_box ul li a.logout:hover {
  background-color: #4bb000;
}

.bottom_nav {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.653);
  z-index: 999;
}

.sub_top_nav {
  padding: 10px 20px;
  max-width: 1550px;
  margin: 0 auto;
}
.sub_top_nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.sub_top_nav li {
  padding: 10px 10px;
  border-radius: 5px;
  position: relative;
}
.sub_top_nav li a {
  color: black;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  position: relative;
  padding: 10px 15px;
  font-size: 18px;
}
.sub_top_nav li a::after {
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background-color: white;
  margin-top: 5px;
}
.sub_top_nav li:nth-child(1) a {
  padding-left: 25px;
}
.sub_top_nav li:nth-child(1) a::after {
  background-color: #5cdcf6;
}
.sub_top_nav li:nth-child(2) a::after {
  background-color: #eb622a;
}
.sub_top_nav li:nth-child(3) a::after {
  background-color: #ffd434;
}
.sub_top_nav li:nth-child(4) a::after {
  background-color: #abd145;
}
.sub_top_nav li:nth-child(5) a::after {
  background-color: #67b160;
}
.sub_top_nav li:nth-child(6) a::after {
  background-color: #7a371e;
}

.sub_top_nav.front {
  padding-left: 0;
}
.sub_top_nav.front li:nth-child(1) a::after {
  background-color: #FF4A0D;
}
.sub_top_nav.front li:nth-child(2) a::after {
  background-color: #FFCB22;
}
.sub_top_nav.front li:nth-child(3) a::after {
  background-color: #5FCC00;
}
.sub_top_nav.front li:nth-child(4) a::after {
  background-color: #529A13;
}

.main_bg {
  background: url("https://obce.esko-t.cz/images/main_bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
}
.main_bg #section_block {
  padding: 100px 0;
}
.main_bg #section_block .section_wapper {
  max-width: 1520px;
  margin: 50px auto;
  padding: 0 20px;
}
.main_bg #section_block .section_wapper .inner_section .main_blk {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
  padding: 20px 0;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin {
  flex: 1 1 470px;
  max-width: 470px;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box {
  position: relative;
  height: 245px;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  color: black;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background-color: white;
  color: black;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box {
  position: absolute;
  top: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box span {
  font-size: 18px;
  font-weight: 500;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box .number {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 18px;
  font-weight: bold;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box .yards {
  background-color: #FFCB22;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box .collection {
  background-color: #5FCC00;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box .other {
  background-color: #529A13;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .sub_box .overviews {
  background-color: #FF4A0D;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .mid_cap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .mid_cap a {
  text-decoration: none;
  color: black;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .mid_cap::after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 5px;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card1::after {
  background: #0db3ff;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card2::after {
  background: #FF4A0D;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card3::after {
  background: #FFCB22;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card4::after {
  background: #5FCC00;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card5::after {
  background: #529A13;
}
.main_bg #section_block .section_wapper .inner_section .main_blk .list_block_admin .list_box .card6::after {
  background: #7B5C23;
}

@media (max-width: 1525px) {
  .main_bg #section_block .section_wapper .inner_section .main_blk {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .main_blk {
    gap: 20px;
  }
  .main_blk .list_block_admin {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.text_block.front {
  background: #fffbe6;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  max-width: 700px;
  margin-left: 20px;
  font-family: Arial, sans-serif;
  font-size: 1.05rem;
  color: #333;
}
.text_block.front .formErrors {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  color: #856404;
  padding: 12px;
  margin-bottom: 18px;
  border-radius: 6px;
  font-size: 1rem;
}
.text_block.front .text_row {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 18px;
}
.text_block.front .text_row .first-title {
  width: 100%;
  font-weight: bold;
  font-size: 1.05rem;
  text-transform: uppercase;
  color: #333;
  margin-bottom: 6px;
}
.text_block.front .text_row .input-box {
  width: 100%;
}
.text_block.front .text_row .input-box input.xinput-text,
.text_block.front .text_row .input-box select.xselectpicker,
.text_block.front .text_row .input-box textarea.input-text {
  width: 100%;
  padding: 15px 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 18px;
  background: #fff;
  transition: border-color 0.2s ease-in-out, background 0.2s;
}
.text_block.front .text_row .input-box input.xinput-text:focus,
.text_block.front .text_row .input-box select.xselectpicker:focus,
.text_block.front .text_row .input-box textarea.input-text:focus {
  border-color: #ffc107;
  background: #fffef6;
  outline: none;
}
.text_block.front .text_row .input-box textarea.input-text {
  resize: vertical;
  min-height: 90px;
}
.text_block.front .text_row.inp_sub,
.text_block.front .text_row .inp_sub {
  text-align: left;
}
.text_block.front .text_row.inp_sub .sub_inp,
.text_block.front .text_row .inp_sub .sub_inp {
  background: #ffc107;
  color: #000;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.text_block.front .text_row.inp_sub .sub_inp:hover,
.text_block.front .text_row .inp_sub .sub_inp:hover {
  background: #e0a800;
}
@media (max-width: 600px) {
  .text_block.front {
    margin-left: 0;
  }
}

.obce_bottom_wapper, .top_sec_box {
  max-width: 1520px;
}

.top_sec_box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.top_sec_box ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.top_sec_box img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.top_sec_box li a {
  width: 210px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #0db3ff;
  color: white;
  font-weight: 410;
  font-size: 18px;
  border-radius: 200px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.top_sec_box li a:hover {
  background-color: #05618b;
}
.top_sec_box ul img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.top_sec_box .right_search_box form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top_sec_box .right_search_box form label {
  font-weight: 600;
  white-space: nowrap;
  color: black;
}
.top_sec_box .right_search_box form .s_input {
  width: 305px;
  padding: 10px 15px;
  border-radius: 200px;
  border: 1px solid #0db3ff;
  font-size: 20px;
  transition: border-color 0.3s;
}
.top_sec_box .right_search_box form .s_input::-moz-placeholder {
  font-size: 18px;
  color: #BCBCBC;
  font-weight: 400;
}
.top_sec_box .right_search_box form .s_input::placeholder {
  font-size: 18px;
  color: #BCBCBC;
  font-weight: 400;
}
.top_sec_box .right_search_box form .s_input:focus {
  outline: none;
  border-color: #0db3ff;
  box-shadow: 0 0 5px rgba(13, 179, 255, 0.5);
}
.top_sec_box .right_search_box form .s_button {
  display: none;
  /*  background-color: $village_primary_color;
   border: none;
   padding: 8px 16px;
   border-radius: 5px;
   color: white;
   font-weight: 600;
   cursor: pointer;
   transition: background-color 0.3s;

   &:hover {
     background-color: darken($village_primary_color, 10%);
   }  */
}

#section {
  padding: 40px 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
#section .section_wapper {
  max-width: 1520px;
  margin: 0 auto;
}
#section .obce_title h3 {
  margin: 0;
  font-size: 24px;
  color: #333;
}
#section .obce_main {
  gap: 20px;
}
#section .obce_main .obce_right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#section .obce_main .obce_right .inner_obce_right {
  flex: 1;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 8px 40px;
  position: relative;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text {
  font-size: 22px;
  font-weight: bold;
  color: #0db3ff;
  width: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  font-family: "Open Sans", sans-serif;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text_mid {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text_mid ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
  gap: 10px;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text_mid li {
  flex: 1;
  text-align: left;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text_mid .obce_table {
  display: none;
  width: 100%;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_text_mid .obce_table.active {
  display: block;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_check {
  display: flex;
  gap: 80px;
  align-items: center;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_check a img {
  width: 23px;
  height: 23px;
  -o-object-fit: contain;
     object-fit: contain;
}
#section .obce_main .obce_right .inner_obce_right .collapase_block .inner_collapse .obce_check .upload_cross img {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  #section .top_sec_box {
    flex-direction: column;
    align-items: flex-start;
  }
  #section .obce_text_mid {
    flex-wrap: wrap !important;
  }
}

.header_row_obce {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  font-size: 16px;
}
.header_row_obce .col {
  flex: 1;
  padding: 5px;
  text-align: left;
  max-width: 316px;
}
.header_row_obce .col.col-name {
  padding-left: 20px;
  margin-right: 15px;
}
.header_row_obce .col.col-phone {
  width: 100%;
  max-width: 100%;
  margin-right: 180px;
}

.townedit {
  padding: 25px 15px;
  max-width: 1520px;
  margin: 0 auto;
  border-radius: 8px;
}
.townedit .form-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
  text-align: left;
}
.townedit .form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.townedit .form-row label {
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  min-width: 50px;
  color: black;
}
.townedit .form-row input,
.townedit .form-row select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  flex: 1;
  width: 100%;
  max-width: 305px;
  padding: 9px 12px;
  border-radius: 20px;
  border: 1px solid transparent;
  font-size: 14px;
  background: white;
  background-color: #EFEFEF;
}
.townedit .form-row input:focus,
.townedit .form-row select:focus {
  transition: border 0.5s;
  outline: none;
  border-color: #007bff;
}
.townedit .form-row .select2-container .select2-selection--single {
  flex: 1;
  max-width: 305px;
  padding: 5px 12px;
  border: 1px solid #ddd;
  border-radius: 20px;
  font-size: 14px;
  background-color: #EFEFEF;
  transition: border-color 0.2s;
  height: auto;
  display: flex;
  align-items: center;
}
.townedit .form-row .select2-container--default .select2-selection--single:focus,
.townedit .form-row .select2-container--default .select2-selection--single:active {
  outline: none;
  border-color: #007bff;
}
.townedit .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: normal;
  padding-left: 4px;
}
.townedit .form-row .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  right: 10px;
}
.townedit .form-row .select2-dropdown {
  border-radius: 15px;
  border: 1px solid #ddd;
  overflow: hidden;
}
.townedit .form-row .select2-results__option {
  padding: 8px 12px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}
.townedit .form-row .select2-results__option:first-child {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.townedit .form-row .select2-results__option:last-child {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom: none;
}
.townedit .form-row .select2-results__option--highlighted {
  background-color: #007bff;
  color: white;
}
.townedit .form-row .editable-input {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 305px;
}
.townedit .form-row .editable-input input {
  width: 100%;
  padding-right: 40px;
  background-color: #EFEFEF;
  border: 1px solid transparent;
}
.townedit .form-row .editable-input input:focus {
  transition: border 0.5s;
  border-color: #007bff;
}
.townedit .form-row .editable-input .village_edit_image {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.townedit .form-group-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 30px;
}
.townedit .form-group {
  background: #EAEAEA;
  border-radius: 12px;
  padding: 20px;
  border: none;
  border-radius: 20px;
  position: relative;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}
.townedit .form-group.active {
  border: 1px solid #007bff;
  transition: border 1s ease;
}
.townedit .form-group h4 {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
}
.townedit .form-group h4 img {
  cursor: pointer;
}
.townedit .form-group .form-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.townedit .form-group .form-grid .form-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.townedit .form-group .form-grid .form-row label {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  min-width: 120px;
}
.townedit .form-group .form-grid .form-row input {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 20px;
  font-size: 14px;
  background: white;
}
.townedit .form-group .form-grid .form-row input:focus {
  outline: none;
  border-color: #007bff;
}
.townedit .form-group .edit-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
}
.townedit .form-submit {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}
.townedit .form-submit button,
.townedit .form-submit input[type=submit] {
  width: 100%;
  max-width: 180px;
  background: #FFCB22;
  border: none;
  padding: 12px 30px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  transition: background-color 0.2s;
}
.townedit .form-submit button:hover,
.townedit .form-submit input[type=submit]:hover {
  background: #ffca28;
}
.townedit .form-submit button:active,
.townedit .form-submit input[type=submit]:active {
  background: #ffb300;
}
.townedit .edit-icon {
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  font-size: 16px;
}
@media (max-width: 768px) {
  .townedit {
    padding: 20px 10px;
  }
  .townedit .form-section,
  .townedit .form-group-container {
    grid-template-columns: 1fr;
  }
  .townedit .form-submit {
    justify-content: center;
  }
}

.main_krey .bottom_title h3 {
  font-size: 20px;
  font-weight: bold;
  color: #FF4A0D;
  text-align: left;
  margin-top: 50px;
}
.main_krey .custom-file-label {
  text-align: left;
  display: inline-block;
  padding: 12px 24px;
  background-color: #FF4A0D;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  border-radius: 200px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  text-align: center;
}
.main_krey .custom-file-label:hover {
  background-color: #d43601;
}
.main_krey .custom-file-label:active {
  background-color: #d43601;
}
.main_krey .first-title {
  display: none;
}

.main_listing {
  border-radius: 8px;
  overflow: hidden;
  max-width: 1520px;
  margin: 20px auto;
}
.main_listing.no-padding {
  padding: 0;
}
.main_listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main_listing li {
  background-color: white;
}
.main_listing li:last-child {
  border-bottom: none;
}
.main_listing .full_row {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  font-size: 18px;
  transition: background-color 0.2s ease;
  flex-wrap: wrap;
  justify-content: flex-start;
  background-color: white;
}
.main_listing .full_row:hover {
  background-color: #f8f9fa;
}
.main_listing .full_row .datetime {
  font-weight: 500;
  min-width: 160px;
  flex-shrink: 0;
  order: -1;
}
.main_listing .full_row .tl_blk {
  word-break: break-word;
  line-height: 1.4;
  flex: 1 1 40%;
  text-align: left;
}
.main_listing .full_row .icon_blk {
  display: flex;
  gap: 100px;
  align-items: center;
  flex: 0 0 22%;
  justify-content: center;
}
.main_listing .full_row .icon_blk a {
  font-size: 18px;
  text-decoration: none;
  color: #007BFF;
}
.main_listing .full_row .icon_blk a img {
  width: 33px;
  height: 33px;
}
.main_listing .full_row .icon_blk .upload_cross img {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
  .main_listing .full_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .main_listing .full_row .datetime {
    order: 1;
    font-size: 12px;
  }
  .main_listing .full_row .tl_blk {
    order: 2;
    margin-bottom: 5px;
    width: 100%;
  }
  .main_listing .full_row .icon_blk {
    order: 3;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
  }
}

.header_row_upload {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-family: "Poppins", sans-serif;
}
.header_row_upload .col-date {
  min-width: 160px;
  flex-shrink: 0;
}
.header_row_upload .col-filename {
  flex: 1 1 40%;
}
.header_row_upload .col-actions {
  flex: 0 0 18%;
  display: flex;
  gap: 100px;
  justify-content: flex-start;
}

.text_block {
  background: white;
  padding: 20px 15px;
}
.text_block .formErrors {
  color: red;
  font-size: 14px;
  margin-bottom: 10px;
}
.text_block .text_row {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.text_block .text_row .first-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.text_block .text_row .xinput-box {
  text-align: left;
}
.text_block .text_row .xinput-box input.xinput-text {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}
.text_block .text_row .xinput-box.inp_sub {
  text-align: left;
}
.text_block .text_row .xinput-box.inp_sub .sub_inp {
  padding: 10px 30px;
  background: #FFCB22;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
}
.text_block .text_row .xinput-box.inp_sub .sub_inp:hover {
  background: #e6b920;
}

.bottom_karty,
.inner_karty,
.header_row_cards {
  overflow-x: hidden;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}
.row .right_search_box form {
  display: flex;
  align-items: center;
  gap: 10px;
}
.row .right_search_box form label {
  font-weight: 600;
  white-space: nowrap;
  color: black;
}
.row .right_search_box form .s_input {
  width: 305px;
  padding: 10px 15px;
  border-radius: 200px;
  border: 1px solid #FFCB22;
  font-size: 20px;
  transition: border-color 0.3s;
}
.row .right_search_box form .s_input::-moz-placeholder {
  font-size: 18px;
  color: #BCBCBC;
  font-weight: 400;
}
.row .right_search_box form .s_input::placeholder {
  font-size: 18px;
  color: #BCBCBC;
  font-weight: 400;
}
.row .right_search_box form .s_input:focus {
  outline: none;
  border-color: #FFCB22;
  box-shadow: 0 0 5px #eeff04;
}
.row .right_search_box form .s_button {
  display: none;
  /*  background-color: $village_primary_color;
   border: none;
   padding: 8px 16px;
   border-radius: 5px;
   color: white;
   font-weight: 600;
   cursor: pointer;
   transition: background-color 0.3s;

   &:hover {
     background-color: darken($village_primary_color, 10%);
   }  */
}

.row > div {
  flex: 0 0 237px;
}

.innerkarty.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFCB22 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 237px;
}
.innerkarty.bar:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.innerkarty.bar .text_karty {
  order: 1;
  margin-right: auto;
}
.innerkarty.bar .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.innerkarty.bar .text_karty a:hover {
  text-decoration: underline;
}
.innerkarty.bar .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.innerkarty.bar .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.innerkarty.bar.image .text_karty {
  padding: 5px 10px;
}
.innerkarty.bar.image .text_karty img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.inner_karty {
  display: flex;
  padding: 20px;
  margin-bottom: 25px;
  max-width: 1520px;
  text-align: left;
}
.inner_karty.file--unread {
  background-color: #FFCB22;
}
.inner_karty .top_inner {
  width: 100%;
  font-size: 15px;
}
.inner_karty .top_inner .row_flex {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  overflow-x: auto;
}
.inner_karty .top_inner .row_flex > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1 1 150px;
  max-width: 250px;
}
.inner_karty .top_inner .row_flex > div span {
  font-size: 18px;
  margin-top: 4px;
}
.inner_karty .top_inner .row_flex > div.inner_lft.message {
  flex: 2 1 400px;
  max-width: none;
  word-break: break-word;
  font-size: 14px;
}
.inner_karty.file--unread {
  background-color: #FFCB22;
}
.inner_karty .inner_rgt span,
.inner_karty .inner_lft span {
  display: none;
}
.inner_karty .inner_rgt a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inner_karty .inner_rgt a span {
  display: none;
}

.header_row_cards {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.header_row_cards .col {
  min-width: 160px;
}
.header_row_cards .col-date {
  flex-shrink: 0;
}
.header_row_cards .col-id {
  flex-shrink: 0;
}
.header_row_cards .col-town {
  flex: 0 0 180px;
  padding-left: 15px;
}
.header_row_cards .col-type {
  flex: 0 0 160px;
  padding-left: 10px;
}
.header_row_cards .col-message {
  flex: 1 1 35%;
  min-width: 180px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header_row_cards .col-actions {
  flex: 0 0 20%;
  display: flex;
  gap: 120px;
  justify-content: flex-start;
  padding-left: 10px;
}
.header_row_cards .col-actions span {
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .bottom_karty,
  .inner_karty,
  .header_row_cards {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
}
.inner_karty_dvory {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
}
.inner_karty_dvory.file--unread {
  background-color: #FFCB22;
}
.inner_karty_dvory .datetime {
  min-width: 200px;
}
.inner_karty_dvory .top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.inner_karty_dvory .top_inner .left_kert {
  display: flex;
}
.inner_karty_dvory .top_inner .left_kert .inner_lft, .inner_karty_dvory .top_inner .left_kert .inner_rgt {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.inner_karty_dvory .top_inner .left_kert .inner_lft span, .inner_karty_dvory .top_inner .left_kert .inner_rgt span {
  display: none;
}
.inner_karty_dvory .top_inner .right_kert {
  display: flex;
  gap: 50px;
  padding-right: 50px;
}
.inner_karty_dvory .top_inner .right_kert .inner_lft, .inner_karty_dvory .top_inner .right_kert .inner_rgt {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
}
.inner_karty_dvory .top_inner .right_kert .inner_lft a, .inner_karty_dvory .top_inner .right_kert .inner_rgt a {
  text-decoration: none;
  text-align: center;
}
.inner_karty_dvory .top_inner .right_kert .inner_lft a img, .inner_karty_dvory .top_inner .right_kert .inner_rgt a img {
  width: 33px;
  height: 33px;
  margin-bottom: 4px;
}
.inner_karty_dvory .top_inner .right_kert .inner_lft a span, .inner_karty_dvory .top_inner .right_kert .inner_rgt a span {
  display: none;
}
.inner_karty_dvory .top_inner .right_kert .inner_rgt a img {
  width: 18px;
  height: 18px;
}

.header_row_filelist {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.header_row_filelist .col {
  min-width: 180px;
}
.header_row_filelist .col-date {
  flex-shrink: 0;
}
.header_row_filelist .col-id {
  min-width: 110px;
  flex-shrink: 0;
}
.header_row_filelist .col-town {
  flex: 0 0 56%;
  padding-left: 15px;
}
.header_row_filelist .col-actions {
  display: flex;
  flex: 0 0 10%;
  gap: 120px;
  justify-content: center;
  padding-left: 10px;
}
.header_row_filelist .col-actions span {
  white-space: nowrap;
}

.inkaso .innerkarty.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5FCC00 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 237px;
}
.inkaso .innerkarty.bar:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.inkaso .innerkarty.bar .text_karty {
  order: 1;
  margin-right: auto;
}
.inkaso .innerkarty.bar .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.inkaso .innerkarty.bar .text_karty a:hover {
  text-decoration: underline;
}
.inkaso .innerkarty.bar .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.inkaso .innerkarty.bar .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}
.inkaso .innerkarty.bar.image .text_karty {
  padding: 5px 10px;
}
.inkaso .innerkarty.bar.image .text_karty img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.inner_karty_inkaso {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
}
.inner_karty_inkaso.file--unread {
  background-color: #5FCC00;
}
.inner_karty_inkaso .datetime {
  min-width: 200px;
}
.inner_karty_inkaso .top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.inner_karty_inkaso .top_inner .left_kert {
  display: flex;
}
.inner_karty_inkaso .top_inner .left_kert .inner_lft, .inner_karty_inkaso .top_inner .left_kert .inner_rgt {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.inner_karty_inkaso .top_inner .left_kert .inner_lft span, .inner_karty_inkaso .top_inner .left_kert .inner_rgt span {
  display: none;
}
.inner_karty_inkaso .top_inner .right_kert {
  display: flex;
  gap: 50px;
  padding-right: 50px;
}
.inner_karty_inkaso .top_inner .right_kert .inner_lft, .inner_karty_inkaso .top_inner .right_kert .inner_rgt {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
}
.inner_karty_inkaso .top_inner .right_kert .inner_lft a, .inner_karty_inkaso .top_inner .right_kert .inner_rgt a {
  text-decoration: none;
  text-align: center;
}
.inner_karty_inkaso .top_inner .right_kert .inner_lft a img, .inner_karty_inkaso .top_inner .right_kert .inner_rgt a img {
  width: 33px;
  height: 33px;
  margin-bottom: 4px;
}
.inner_karty_inkaso .top_inner .right_kert .inner_lft a span, .inner_karty_inkaso .top_inner .right_kert .inner_rgt a span {
  display: none;
}
.inner_karty_inkaso .top_inner .right_kert .inner_rgt a img {
  width: 18px;
  height: 18px;
}
.inner_karty_inkaso.file--unread {
  background-color: #5FCC00;
}

.header_row_inkaso {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.header_row_inkaso .col {
  min-width: 180px;
}
.header_row_inkaso .col-date {
  flex-shrink: 0;
}
.header_row_inkaso .col-id {
  min-width: 110px;
  flex-shrink: 0;
}
.header_row_inkaso .col-town {
  flex: 0 0 56%;
  padding-left: 15px;
}
.header_row_inkaso .col-actions {
  display: flex;
  flex: 0 0 10%;
  gap: 120px;
  justify-content: center;
  padding-left: 10px;
}
.header_row_inkaso .col-actions span {
  white-space: nowrap;
}

.ostatni .innerkarty.bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #529A13 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 237px;
}
.ostatni .innerkarty.bar:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.ostatni .innerkarty.bar .text_karty {
  order: 1;
  margin-right: auto;
}
.ostatni .innerkarty.bar .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.ostatni .innerkarty.bar .text_karty a:hover {
  text-decoration: underline;
}
.ostatni .innerkarty.bar .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.ostatni .innerkarty.bar .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}
.ostatni .innerkarty.bar.image .text_karty {
  padding: 5px 10px;
}
.ostatni .innerkarty.bar.image .text_karty img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

.inner_karty_ostatni {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  font-size: 18px;
  text-align: left;
}
.inner_karty_ostatni.file--unread {
  background-color: #529A13;
}
.inner_karty_ostatni .datetime {
  min-width: 200px;
}
.inner_karty_ostatni .top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
}
.inner_karty_ostatni .top_inner .left_kert {
  display: flex;
}
.inner_karty_ostatni .top_inner .left_kert .inner_lft, .inner_karty_ostatni .top_inner .left_kert .inner_rgt {
  font-weight: 500;
  display: flex;
  flex-direction: column;
  min-width: 150px;
}
.inner_karty_ostatni .top_inner .left_kert .inner_lft span, .inner_karty_ostatni .top_inner .left_kert .inner_rgt span {
  display: none;
}
.inner_karty_ostatni .top_inner .right_kert {
  display: flex;
  gap: 50px;
  padding-right: 50px;
}
.inner_karty_ostatni .top_inner .right_kert .inner_lft, .inner_karty_ostatni .top_inner .right_kert .inner_rgt {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 130px;
}
.inner_karty_ostatni .top_inner .right_kert .inner_lft a, .inner_karty_ostatni .top_inner .right_kert .inner_rgt a {
  text-decoration: none;
  text-align: center;
}
.inner_karty_ostatni .top_inner .right_kert .inner_lft a img, .inner_karty_ostatni .top_inner .right_kert .inner_rgt a img {
  width: 33px;
  height: 33px;
  margin-bottom: 4px;
}
.inner_karty_ostatni .top_inner .right_kert .inner_lft a span, .inner_karty_ostatni .top_inner .right_kert .inner_rgt a span {
  display: none;
}
.inner_karty_ostatni .top_inner .right_kert .inner_rgt a img {
  width: 18px;
  height: 18px;
}
.inner_karty_ostatni.file--unread {
  background-color: #529A13;
}

.header_row_ostatni {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  font-weight: 500;
  border-bottom: 2px solid black;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
}
.header_row_ostatni .col {
  min-width: 180px;
}
.header_row_ostatni .col-date {
  flex-shrink: 0;
}
.header_row_ostatni .col-id {
  min-width: 110px;
  flex-shrink: 0;
}
.header_row_ostatni .col-town {
  flex: 0 0 56%;
  padding-left: 15px;
}
.header_row_ostatni .col-actions {
  display: flex;
  flex: 0 0 10%;
  gap: 120px;
  justify-content: center;
  padding-left: 10px;
}
.header_row_ostatni .col-actions span {
  white-space: nowrap;
}

.rozesilka_main .top_sec_box {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
  padding: 0 15px;
}
.rozesilka_main .top_sec_box ul {
  display: flex;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.rozesilka_main .top_sec_box img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}
.rozesilka_main .top_sec_box li a {
  width: 210px;
  display: inline-block;
  padding: 10px 20px;
  background-color: #7B5C23;
  color: white;
  font-weight: 410;
  font-size: 18px;
  border-radius: 200px;
  text-decoration: none;
  transition: background-color 0.3s;
}
.rozesilka_main .top_sec_box li a:hover {
  background-color: #a06b0a;
}
.rozesilka_main .top_sec_box ul img {
  width: 27px;
  height: 27px;
  margin-right: 5px;
}

.dt-layout-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 24px 28px;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border: 1px solid #e5e7eb;
}
.dt-layout-row .dt-layout-cell {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dt-layout-row .dt-layout-cell label {
  font-size: 15px;
  font-weight: 600;
  color: #374151;
  align-items: center;
  gap: 10px;
}
.dt-layout-row .dt-layout-cell select {
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  background-color: #f9fafb;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s ease;
}
.dt-layout-row .dt-layout-cell select:hover {
  border-color: #9ca3af;
}
.dt-layout-row .dt-layout-cell select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
  background-color: #fff;
}
.dt-layout-row .dt-layout-cell input[type=search] {
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  background-color: #f9fafb;
  color: #374151;
  transition: 0.2s ease;
}
.dt-layout-row .dt-layout-cell input[type=search]:hover {
  border-color: #9ca3af;
}
.dt-layout-row .dt-layout-cell input[type=search]:focus {
  outline: none;
  border-color: #3b82f6;
  background-color: #fff;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}
.dt-layout-row .dt-layout-start {
  flex: 1 1 300px;
}
.dt-layout-row .dt-layout-end {
  flex: 1 1 300px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .dt-layout-row {
    flex-direction: column;
    align-items: stretch;
  }
  .dt-layout-row .dt-layout-cell {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .dt-layout-row .dt-layout-cell label {
    gap: 8px;
  }
  .dt-layout-row .dt-layout-cell select,
  .dt-layout-row .dt-layout-cell input[type=search] {
    width: 100%;
  }
  .dt-layout-row .dt-layout-end {
    justify-content: flex-start;
  }
}

.custom_content_wrapper {
  font-family: Arial, sans-serif;
  background-color: #fff;
  padding: 0;
}
.custom_content_wrapper h2 {
  font-size: 20px;
  font-weight: bold;
  color: #8b6914;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #8b6914;
  padding-bottom: 3px;
}
.custom_content_wrapper h2.mt-4 {
  margin-top: 30px !important;
}
.custom_content_wrapper .table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.custom_content_wrapper .table thead {
  background-color: #f8f9fa;
}
.custom_content_wrapper .table th {
  padding: 10px 12px;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 15px;
}
.custom_content_wrapper .table th:last-child {
  border-right: none;
}
.custom_content_wrapper .table th .dt-column-title {
  padding-left: 15px;
}
.custom_content_wrapper .table td {
  padding: 8px 12px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  vertical-align: middle;
}
.custom_content_wrapper .table td:last-child {
  border-right: none;
}
.custom_content_wrapper .table tbody tr:hover {
  background-color: #f8f9fa;
}

.table td {
  font-size: 14px;
}
.table td a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}
.table td a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.table th:first-child,
.table td:first-child {
  width: 25%;
}
.table th:nth-child(2),
.table td:nth-child(2) {
  width: 20%;
}
.table th:nth-child(3),
.table td:nth-child(3) {
  width: 35%;
}
.table th:last-child,
.table td:last-child {
  width: 20%;
  text-align: center;
}
.table th:last-child a[href*=sablonaDetail]:after,
.table th:last-child a[href*=rozesilkaDetail]:after,
.table td:last-child a[href*=sablonaDetail]:after,
.table td:last-child a[href*=rozesilkaDetail]:after {
  content: " →";
  font-weight: bold;
}
.table td:nth-child(2) {
  font-weight: 500;
}

.detail_btn {
  display: inline-block;
  padding: 4px 12px;
  text-decoration: none;
  border-radius: 3px;
  font-size: 12px;
  transition: background-color 0.2s ease;
}
.detail_btn:hover {
  background-color: rgba(128, 128, 128, 0.152);
  text-decoration: none !important;
}

.mt-4 {
  margin-top: 2rem !important;
}

@media (max-width: 768px) {
  .obce_main {
    padding: 10px;
  }
  .top_sec_box ul {
    flex-direction: column;
    gap: 10px;
  }
  .table {
    font-size: 12px;
  }
  .table th,
  .table td {
    padding: 8px 10px;
  }
  h2 {
    font-size: 20px;
  }
}
.section_wapper {
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.obce_main {
  max-width: 900px;
  margin: 20px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  text-align: center;
  margin: 0 auto;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  font-size: 14px;
  line-height: 1.5;
  color: black;
  background-color: white;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.form-control .mt-2 label {
  font-size: 25px;
}

.col-xs-5 select {
  width: 100%;
  height: 300px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 16px;
  padding: 5px 8px;
  box-sizing: border-box;
  text-align: left;
}

.col-xs-5 h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 25px;
  color: #7B5C23;
  text-align: left;
}

.drop-area {
  border: 2px dashed #bbb;
  padding: 30px;
  text-align: center;
  cursor: pointer;
  border-radius: 7px;
  transition: border-color 0.3s, background-color 0.3s;
  color: #666;
  font-size: 1rem;
  margin: 0 auto;
  max-width: 100%;
}

.file-preview {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.file-item {
  border: 1px solid #ddd;
  padding: 8px 12px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fafafa;
  font-size: 0.9rem;
  max-width: 250px;
}

#prehledy_send {
  max-width: 550px;
}
#prehledy_send .button_input_container {
  display: flex;
  flex-direction: row;
}
#prehledy_send .first-title {
  font-size: 18px;
  font-weight: 700;
  color: #FF4A0D;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
#prehledy_send .xinput-text {
  width: 100%;
  max-width: 350px;
  padding: 15px 12px;
  border: 1.5px solid #FF4A0D;
  border-radius: 50px;
  font-size: 15px;
  transition: border-color 0.3s ease;
  margin-right: 20px;
  cursor: pointer;
}
#prehledy_send .xinput-text:focus {
  outline: none;
  border-color: #cc3b08;
  box-shadow: 0 0 8px rgba(255, 74, 13, 0.5);
}
#prehledy_send .sub_inp {
  background-color: #FF4A0D;
  border: none;
  color: white;
  font-weight: 400;
  padding: 15px 25px;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.25s ease;
  width: 100%;
  max-width: 180px;
  font-size: 17px;
}
#prehledy_send .sub_inp:hover {
  background-color: #cc3b08;
}
#prehledy_send .formErrors div {
  background-color: rgba(255, 178, 161, 0.4784313725);
  border: 1px solid #ff4a0d;
  padding: 8px 12px;
  border-radius: 6px;
  margin-bottom: 8px;
  color: red;
  font-size: 15px;
}

.top_sec_box.admin li a {
  width: 300px;
}

.admin_user {
  display: flex;
  justify-content: center;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 20px;
  min-height: 100vh;
}
.admin_user .top_bck_lnk {
  margin-bottom: 20px;
}
.admin_user .top_bck_lnk .bck_inner a {
  text-decoration: none;
  color: #007bff;
  font-weight: 500;
  transition: color 0.2s ease;
}
.admin_user .top_bck_lnk .bck_inner a:hover {
  color: #0056b3;
}
.admin_user .obce_bottom_wapper {
  border-radius: 12px;
  padding: 20px;
}
.admin_user .obce_bottom_wapper .obce_title {
  margin-bottom: 20px;
}
.admin_user .obce_bottom_wapper .obce_title h3 {
  margin: 0;
  font-size: 1.4rem;
  color: #333;
  font-weight: 600;
}
.admin_user .obce_bottom_wapper .obce_right .inner_obce_right .inner_obce_scroll {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}
.admin_user .obce_bottom_wapper .obce_right .inner_obce_right .inner_obce_scroll::-webkit-scrollbar {
  width: 6px;
}
.admin_user .obce_bottom_wapper .obce_right .inner_obce_right .inner_obce_scroll::-webkit-scrollbar-thumb {
  background-color: #bbb;
  border-radius: 4px;
}
.admin_user .obce_bottom_wapper .user_card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 12px 16px;
  transition: background-color 0.2s ease, box-shadow 0.2s ease;
  font-size: 18px;
}
.admin_user .obce_bottom_wapper .user_card:hover {
  background-color: #f7faff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.admin_user .obce_bottom_wapper .user_card .user_info {
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, auto));
  gap: 24px;
  color: #555;
  align-items: center;
}
.admin_user .obce_bottom_wapper .user_card .user_info .user_name {
  font-weight: 600;
  color: #333;
}
.admin_user .obce_bottom_wapper .user_card .user_actions {
  display: flex;
  gap: 10px;
}
.admin_user .obce_bottom_wapper .user_card .user_actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}
.admin_user .obce_bottom_wapper .user_card .user_actions a img {
  width: 18px;
  height: 18px;
}
.admin_user .obce_bottom_wapper .user_card .user_actions a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
  .admin_user .user_card {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .admin_user .user_card .user_info {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .admin_user .user_card .user_actions {
    align-self: flex-end;
  }
}

.townedit_admin {
  max-width: 750px;
  margin: 40px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background: #fff;
  padding: 25px 30px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
  color: #222;
}
.townedit_admin .user-add-form table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 14px;
}
.townedit_admin .user-add-form th,
.townedit_admin .user-add-form td {
  vertical-align: middle;
  padding: 0;
}
.townedit_admin .user-add-form th {
  width: 162px;
  text-align: right;
  padding-right: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.townedit_admin .user-add-form td {
  text-align: left;
}
.townedit_admin .user-add-form td label {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  gap: 10px;
  color: #333;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.townedit_admin .user-add-form input[type=text],
.townedit_admin .user-add-form input[type=email],
.townedit_admin .user-add-form input[type=password] {
  width: 100%;
  padding: 10px 14px;
  font-size: 15px;
  border: 1.8px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  font-family: inherit;
}
.townedit_admin .user-add-form input[type=text]:focus,
.townedit_admin .user-add-form input[type=email]:focus,
.townedit_admin .user-add-form input[type=password]:focus {
  outline: none;
  border-color: #0066ff;
  box-shadow: 0 0 8px rgba(102, 163, 255, 0.5333333333);
}
.townedit_admin .user-add-form .checkbox-input {
  width: 22px;
  height: 22px;
  accent-color: #0066ff;
  cursor: pointer;
  flex-shrink: 0;
}
.townedit_admin .user-add-form .btn-submit {
  width: 100%;
  margin: 0 auto;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 700;
  color: white;
  background-color: #0066ff;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
.townedit_admin .user-add-form .btn-submit:hover, .townedit_admin .user-add-form .btn-submit:focus {
  background-color: #004bb5;
  outline: none;
}
.townedit_admin .user-add-form label.required::after {
  content: "*";
  color: #d93025;
  margin-left: 4px;
}
.townedit_admin .user-add-form .form-error {
  color: #d93025;
  font-size: 0.9rem;
  margin-top: 4px;
  font-weight: 600;
}

.login_popup {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.login_popup .login_inner-popup {
  background: #fff;
  max-width: 725px;
  padding: 50px 0;
}
.login_popup .login_inner-popup h3 {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 25px;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  padding: 10px 0 0;
}
.login_popup .login_inner-popup h3 span {
  font-size: 25px;
  color: #4ca344;
  font-weight: 700;
}
.login_popup .login_inner-popup form {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.agree_popup .modal-dialog {
  width: 100% !important;
  max-width: 725px !important;
  margin: 0 !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  padding: 0 !important;
}
.agree_popup .modal-dialog .modal-content .modal-body {
  padding: 0 !important;
}

.agree_btns {
  display: inline-block;
  width: 100%;
  padding: 50px 0 0;
}
.agree_btns ul {
  display: inline-block;
  width: 100%;
}
.agree_btns ul li {
  display: inline-block;
  width: auto;
  margin-right: 16px;
}
.agree_btns ul li:last-child {
  margin-right: 0;
}
.agree_btns ul li .submit,
.agree_btns ul li .close {
  display: inline-block;
  width: 295px;
  background: #737373;
  font-size: 25px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  border: none;
  transition: all 0.5s ease-in-out;
}
.agree_btns ul li .submit.submit,
.agree_btns ul li .close.submit {
  padding: 10px 0;
}
.agree_btns ul li .submit.close,
.agree_btns ul li .close.close {
  padding: 15px 0;
  float: none;
  opacity: 1;
}
.agree_btns ul li .submit:hover,
.agree_btns ul li .close:hover {
  background: #4ca344;
}

.main_login {
  display: inline-block;
  max-width: 503px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main_login .longin_block {
  display: inline-block;
  width: 100%;
  background: #fff;
}
.main_login .longin_block form {
  display: inline-block;
  width: 100%;
  padding: 25px 30px;
}
.main_login .longin_block form .logo {
  display: inline-block;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: solid 1px #888;
}
.main_login .longin_block form .logo img {
  display: inline-block;
  max-width: 100%;
}
.main_login .longin_block form .form_block {
  display: inline-block;
  width: 100%;
  padding: 30px 0 0;
}
.main_login .longin_block form .form_block .row_field {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.main_login .longin_block form .form_block .row_field .text {
  display: inline-block;
  width: 100%;
  height: 45px;
  border: solid 1px #888;
  padding: 0 108px;
  font-size: 20px;
  color: #818181;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: url("../images/user.png") no-repeat left 45px center;
}
.main_login .longin_block form .form_block .row_field .text::-moz-placeholder {
  color: #818181;
  opacity: 1;
}
.main_login .longin_block form .form_block .row_field .text::placeholder {
  color: #818181;
  opacity: 1;
}
.main_login .longin_block form .form_block .row_field:nth-child(2) .text {
  background: url("../images/lock.png") no-repeat left 45px center;
}
.main_login .longin_block form .form_block .row_field .submit {
  display: inline-block;
  width: 100%;
  height: 35px;
  border: none;
  background: #4ca344;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin-top: 5px;
  transition: all 0.5s ease-in-out;
}
.main_login .longin_block form .form_block .row_field .submit:hover {
  opacity: 0.7;
}
.main_login .longin_block form .form_block .row_field_txt {
  display: inline-block;
  width: 100%;
}
.main_login .longin_block form .form_block .row_field_txt button {
  display: inline-block;
  width: auto;
  font-size: 16px;
  color: #888;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  background: none;
  border: none;
}

.forgot_block {
  display: inline-block;
  width: 100%;
  background: #e6e6e6;
  padding: 17px 35px;
  float: left;
  backface-visibility: hidden;
  opacity: 0;
}
.forgot_block.active {
  backface-visibility: visible;
  opacity: 1;
}
.forgot_block p {
  display: inline-block;
  float: left;
  width: auto;
  font-size: 16px;
  color: #ed1c24;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.forgot_block span {
  display: inline-block;
  float: right;
  width: auto;
  font-size: 23px;
  color: #ed1c24;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  padding-left: 50px;
  background: url("../images/call.png") no-repeat left center;
  margin: 9px 0 0;
}

.yashica_cap {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
}
.yashica_cap p {
  display: inline-block;
  width: auto;
  font-size: 18px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
}

#section_form {
  padding: 10px 15px;
  margin: 0 auto;
}

.rozesilka_form_sablona .custom_content_wrapper {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  max-width: 1000px;
  margin: 40px auto;
}
.rozesilka_form_sablona .custom_content_wrapper h1 {
  color: #7B5C23;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 2px solid rgba(123, 92, 35, 0.2);
  padding-bottom: 20px;
}
.rozesilka_form_sablona .custom_content_wrapper label {
  display: block;
  font-weight: 500;
  color: #7B5C23;
  margin: 15px 0;
  font-size: 18px;
}
.rozesilka_form_sablona .custom_content_wrapper .form-control {
  width: 100%;
  padding: 25px 14px;
  border: 1px solid rgb(51, 36, 4);
  border-radius: 8px;
  font-size: 16px;
  transition: border-color 0.3s, box-shadow 0.3s;
}
.rozesilka_form_sablona .custom_content_wrapper .form-control:focus {
  border-color: #7B5C23;
  box-shadow: 0 0 6px rgba(123, 92, 35, 0.4);
  outline: none;
}
.rozesilka_form_sablona .custom_content_wrapper textarea {
  resize: vertical;
  min-height: 180px;
}
.rozesilka_form_sablona .cust_btn.sbmt {
  background-color: #7B5C23;
  margin: 20px 0;
  color: #fff;
  border: none;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.25s, transform 0.1s;
}
.rozesilka_form_sablona .cust_btn.sbmt:hover {
  background-color: #5f461b;
  transform: translateY(-1px);
}
.rozesilka_form_sablona .cust_btn.sbmt:active {
  transform: translateY(0);
}
@media (max-width: 600px) {
  .rozesilka_form_sablona .custom_content_wrapper {
    padding: 20px;
  }
  .rozesilka_form_sablona .custom_content_wrapper h1 {
    font-size: 1.5rem;
  }
}
.rozesilka_form_sablona .mt-2 input[type=submit],
.rozesilka_form_sablona .mt-2 button[type=submit],
.rozesilka_form_sablona .mt-2 input[type=send] {
  background-color: #7B5C23;
  border: none;
  padding: 12px 24px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.25s, transform 0.1s;
  margin: 20px auto 0;
  display: block;
  max-width: 100%;
  text-align: center;
}
.rozesilka_form_sablona .mt-2 input[type=submit]:hover,
.rozesilka_form_sablona .mt-2 button[type=submit]:hover,
.rozesilka_form_sablona .mt-2 input[type=send]:hover {
  background-color: #5f461b;
  transform: translateY(-1px);
}
.rozesilka_form_sablona .mt-2 input[type=submit]:active,
.rozesilka_form_sablona .mt-2 button[type=submit]:active,
.rozesilka_form_sablona .mt-2 input[type=send]:active {
  transform: translateY(0);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  font-family: "Inter", sans-serif;
  color: black;
}

#section {
  background-color: white;
}

.content {
  max-width: 1520px;
  margin: 0 auto;
}

h2 {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

.top_bck_lnk {
  display: none;
}

.obce_main {
  max-width: 1520px;
  margin: 0 auto;
}

.obce_title {
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.obce_title h3 {
  font-weight: 700;
  color: #0db3ff;
  letter-spacing: 1px;
  font-size: 25px;
}

.bottom_title h3 {
  padding: 5px 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FF4A0D;
  text-align: left;
  margin-top: 50px;
}

.header_row_upload.front .col-actions {
  gap: 70px;
}

.innerkarty.bar.front.prehled {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FF4A0D !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 400px;
}
.innerkarty.bar.front.prehled:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.innerkarty.bar.front.prehled .text_karty {
  order: 1;
  margin-right: auto;
}
.innerkarty.bar.front.prehled .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.innerkarty.bar.front.prehled .text_karty a:hover {
  text-decoration: underline;
}
.innerkarty.bar.front.prehled .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.innerkarty.bar.front.prehled .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.innerkarty.bar.front.sberne {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fcd034 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 400px;
}
.innerkarty.bar.front.sberne:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.innerkarty.bar.front.sberne .text_karty {
  order: 1;
  margin-right: auto;
}
.innerkarty.bar.front.sberne .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.innerkarty.bar.front.sberne .text_karty a:hover {
  text-decoration: underline;
}
.innerkarty.bar.front.sberne .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.innerkarty.bar.front.sberne .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.innerkarty.bar.front.inkaso {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #5FCC00 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 400px;
}
.innerkarty.bar.front.inkaso:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.innerkarty.bar.front.inkaso .text_karty {
  order: 1;
  margin-right: auto;
}
.innerkarty.bar.front.inkaso .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.innerkarty.bar.front.inkaso .text_karty a:hover {
  text-decoration: underline;
}
.innerkarty.bar.front.inkaso .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.innerkarty.bar.front.inkaso .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.innerkarty.bar.front.ostatni {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #529A13 !important;
  color: #fff;
  padding: 5px 4px 5px 20px;
  width: 100%;
  margin: 10px 15px;
  transition: transform 0.3s, box-shadow 0.3s;
  border-radius: 200px;
  max-width: 400px;
}
.innerkarty.bar.front.ostatni:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.innerkarty.bar.front.ostatni .text_karty {
  order: 1;
  margin-right: auto;
}
.innerkarty.bar.front.ostatni .text_karty a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}
.innerkarty.bar.front.ostatni .text_karty a:hover {
  text-decoration: underline;
}
.innerkarty.bar.front.ostatni .top_karty {
  order: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.innerkarty.bar.front.ostatni .top_karty span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  background: #fff;
  border-radius: 50%;
  color: black;
  font-weight: 700;
  font-size: 18px;
}

.innerkarty.bar.front.prehled, .innerkarty.bar.front.sberne, .innerkarty.bar.front.inkaso, .innerkarty.bar.front.ostatni {
  width: 300px;
}

.innerkarty.bar.front.prehled.image .text_karty, .innerkarty.bar.front.sberne.image .text_karty, .innerkarty.bar.front.inkaso.image .text_karty, .innerkarty.bar.front.ostatni.image .text_karty {
  padding: 5px 10px;
}
.innerkarty.bar.front.prehled.image .text_karty img, .innerkarty.bar.front.sberne.image .text_karty img, .innerkarty.bar.front.inkaso.image .text_karty img, .innerkarty.bar.front.ostatni.image .text_karty img {
  width: 25px;
  height: 25px;
  margin-right: 6px;
}

/* 
@use "./sites/mixins" as *;
@use "./sites/variables" as *; *//*# sourceMappingURL=main.css.map */