@charset "UTF-8";
.cookies-wrapper {
  background-color: white;
  border-radius: 0.7rem;
  position: fixed;
  z-index: 9999 !important;
  bottom: 0;
  margin: 20px;
  padding: 20px;
  box-shadow: 3px 8px 20px 3px rgba(0, 0, 0, 0.25);
}

select {
  background-color: white;
}

body {
  font-size: 1rem;
  font-family: Inter, sans-serif;
  line-height: 1.6;
  color: #112A46;
  background-color: #ffffff;
  min-height: 100vh;
  font-weight: 400;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

.heading_container {
  display: flex;
}
.heading_container h2 {
  color: #252525;
  position: relative;
  font-family: "Poppins", sans-serif;
}
.heading_container h2::before {
  content: "";
  width: 60px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: -5px;
  background-color: #1C448E;
  transform: translate(100%, -50%);
}

/*header section*/
.hero_area {
  background-size: auto;
  position: relative;
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: right top;
  min-height: 100vh;
  z-index: 0;
  width: 100%;
}

.dropdown-menu {
  position: absolute;
  transform: translate3d(-102px, 45px, 0px);
  top: 0px;
  left: 0px;
  will-change: transform;
  padding: 0.4rem 1rem;
}
.dropdown-menu:hover {
  background-color: whitesmoke;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0;
  vertical-align: 0;
  content: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-left: none;
}

.hero_area:after {
  content: "";
  position: absolute;
  top: calc(40% - 200rem);
  right: calc(40% - 220rem);
  width: 250rem;
  height: 250rem;
  background: #93BEDF;
  border-radius: 42.5%;
  transform-origin: 50% 50%;
  -webkit-animation: wave 30s infinite linear;
  animation: wave 30s infinite linear;
  transition: all 2s ease, top 1.5s ease;
  z-index: -1;
}

@keyframes wave {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0.4;
  }
  50% {
    transform: rotate(180deg) scale(0.975);
    opacity: 0.65;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0.4;
  }
}
.sub_page .hero_area {
  height: auto;
  background-size: auto;
}

#app-invoice {
  margin: 1rem;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  /*overflow-x: hidden;*/
  background-color: white;
  box-shadow: 10px -2px 10px 1px gray;
  padding: 20px 15px;
}
.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}
.header_section .nav_container {
  margin: 0 auto;
}
.header_section a {
  color: #1C448E;
  align-items: center;
}
.header_section a:hover {
  text-decoration: underline;
}
.header_section .user_option {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.header_section .user_option a:first-of-type {
  margin-right: 5rem;
}
.header_section .user_option a {
  display: flex;
  color: #112A46;
  align-items: center;
}
.header_section .user_option a img, .header_section .user_option a i {
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
  align-self: flex-end;
}

#invoice-list_wrapper {
  overflow-x: scroll;
}

.button-create-invoice {
  background-color: #FFBC42;
  padding: 15px 25px;
  border-radius: 0.75rem;
  border: 1px solid #112A46;
  color: #112A46;
  font-weight: 700;
  box-shadow: 0px 2px 5px 0px rgb(255, 188, 66);
  width: fit-content;
  margin: auto;
}
.button-create-invoice:hover {
  background-color: #ffab11;
}
.button-create-invoice i {
  min-width: 20px;
  height: 20px;
  margin-right: 5px;
  align-self: flex-end;
}

@media (min-width: 993px) {
  .mobile-user-option {
    display: none;
  }
}
@media (max-width: 992px) {
  .mobile-user-option {
    display: block;
  }
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 10px 15px;
  color: #112A46 !important;
  text-align: center;
  font-size: 16.005px;
  font-weight: 500;
}
.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #112A46;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.custom_nav-container form {
  padding-top: 7px;
}

.navbar-brand {
  margin-right: 5%;
  display: flex;
  align-items: center;
}
.navbar-brand img {
  width: 3.725rem;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
  height: 70px;
}

.custom_nav-container .navbar-toggler {
  outline: none;
  border-color: transparent;
}
.custom_nav-container .navbar-toggler:focus {
  box-shadow: none;
}
.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 50px;
  width: 30px;
  height: 30px;
}

.lg_toggl-btn {
  background-color: transparent;
  border: none;
  outline: none;
  width: 56px;
  height: 40px;
  cursor: pointer;
}
.lg_toggl-btn:focus {
  outline: none;
}

.login_btn-container {
  padding-top: 30px;
}
.login_btn-container a {
  color: #1C448E;
  text-transform: uppercase;
}

/*end header section*/
/* slider section */
.slider_section {
  height: calc(90% - 70px);
  display: flex;
  align-items: center;
}
.slider_section .container {
  position: relative;
  z-index: 2;
}
.slider_section .number_box {
  width: 50px;
  position: absolute;
  right: 25px;
  top: 46%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFDFD;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 22px;
}
.slider_section .number_box::before {
  content: "";
  width: 50px;
  height: 1px;
  background-color: #FFFDFD;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slider_section .row {
  align-items: center;
}
.slider_section .detail-box h1 {
  color: #1C448E;
  text-transform: uppercase;
}
.slider_section .detail-box h1 span {
  font-size: 5rem;
  color: #252525;
}
.slider_section .detail-box p {
  margin-top: 15px;
}
.slider_section .detail-box .btn-box {
  margin-top: 45px;
}
.slider_section .detail-box .btn-box a {
  text-transform: uppercase;
  text-align: center;
  width: 135px;
  font-size: 15px;
}
.slider_section .detail-box .btn-box .btn-1 {
  display: inline-block;
  padding: 6px 0;
  background-color: #1C448E;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-right: 5px;
}
.slider_section .detail-box .btn-box .btn-1:hover {
  background-color: transparent;
  border-color: #1C448E;
  color: #1C448E;
}
.slider_section .detail-box .btn-box .btn-2 {
  display: inline-block;
  padding: 6px 0;
  background-color: #252525;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
}
.slider_section .detail-box .btn-box .btn-2:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}
.slider_section .img-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.slider_section .img-container .img-box {
  width: 250px;
}
.slider_section .img-container .img-box img {
  width: 100%;
}
.slider_section .play_btn {
  background-color: #1C448E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: absolute;
  z-index: 3;
  top: 56%;
  right: 32%;
}
.slider_section .play_btn a {
  background-color: #FFFDFD;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 75px;
  height: 75px;
  position: relative;
  z-index: 5;
}
.slider_section .play_btn img {
  width: 20px;
  margin-left: 3px;
}
.slider_section .play_btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #1C448E;
  opacity: 1;
  border-radius: 100%;
  transform: translate(-50%, -50%);
}
.slider_section .play_btn::before {
  z-index: 2;
  animation: before-animation 1500ms infinite;
}
@keyframes before-animation {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 1;
  }
}
.slider_section .carousel-indicators {
  margin: 0;
  align-items: center;
  justify-content: center;
  bottom: -150px;
}
.slider_section .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #1C448E;
  opacity: 1;
  border: none;
  background-clip: unset;
}
.slider_section .carousel-indicators li.active {
  background-color: #252525;
}
.slider_section ol.carousel-indicators.indicator-2 {
  position: unset;
}
.slider_section ol.carousel-indicators.indicator-2 li {
  width: 25px;
  height: 25px;
  text-indent: 0px;
  text-align: center;
  line-height: 25px;
  color: #FFFDFD;
  margin: 0;
  background-color: transparent;
  opacity: 1;
  border: none;
  display: none;
}
.slider_section ol.carousel-indicators.indicator-2 li.active {
  display: block;
}

.about_section .row {
  align-items: center;
}
.about_section .detail-box p {
  margin-top: 20px;
}
.about_section .detail-box a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #252525;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 35px;
}
.about_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}
.about_section .img-box img {
  width: 100%;
}

.trending_section {
  background-color: #f4f5f7;
}
.trending_section .tab_container .t-link-box {
  margin: 65px 0;
  color: #1C448E;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.trending_section .tab_container .t-link-box h5 {
  margin: 0;
}
.trending_section .tab_container .t-link-box hr {
  background-color: #1C448E;
  width: 60px;
  height: 1.5px;
  border: none;
  margin: 0 65px 0 5px;
}
.trending_section .tab_container .t-link-box .t-name {
  color: #252525;
}
.trending_section .tab_container .t-link-box:hover {
  cursor: pointer;
}
.trending_section .tab_container .t-link-box[aria-expanded=true] .t-name {
  color: #1C448E;
}
.trending_section .img_container {
  display: flex;
}
.trending_section .img_container .box {
  display: flex;
  flex-direction: column;
}
.trending_section .img_container .box .img-box {
  margin: 15px;
}
.trending_section .img_container .box .img-box img {
  width: 100%;
}
.trending_section .img_container .box.b-1 {
  padding-top: 35px;
}

.discount_section .row {
  align-items: center;
}
.discount_section .detail-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.discount_section .detail-box h2 {
  padding-left: 45px;
}
.discount_section .detail-box h2.main_heading {
  font-size: 3rem;
  padding: 0;
  color: #1C448E;
  text-transform: uppercase;
}
.discount_section .detail-box a {
  display: inline-block;
  padding: 6px 30px;
  background-color: #252525;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 25px;
}
.discount_section .detail-box a:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}
.discount_section .img-box img {
  width: 100%;
}

.brand_section .brand_container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.brand_section .brand_container .box {
  position: relative;
  text-align: center;
  background-color: #e4e5e9;
  padding: 75px 35px 10px 35px;
  margin: 30px 10px 0 10px;
  min-width: 225px;
  flex: 0 0 23.2467%;
}
.brand_section .brand_container .box h6 {
  color: #252525;
}
.brand_section .brand_container .box h6.price {
  color: #1C448E;
}
.brand_section .brand_container .box .new {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 35px;
  background-color: #252525;
  color: #FFFDFD;
}
.brand_section .brand_container .box .new h6 {
  margin: 0;
}
.brand_section .brand_container .box .img-box img {
  width: 100%;
}
.brand_section .brand_container .box:hover {
  background-color: #1C448E;
}
.brand_section .brand_container .box:hover h6.price {
  color: #252525;
}
.brand_section .brand-btn {
  display: inline-block;
  padding: 6px 30px;
  background-color: #252525;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 15px;
}
.brand_section .brand-btn:hover {
  background-color: transparent;
  border-color: #252525;
  color: #252525;
}

.contact_section {
  position: relative;
}
.contact_section .design-box {
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  right: 0;
  width: 75px;
}
.contact_section .design-box img {
  width: 100%;
}
.contact_section h2 {
  margin-bottom: 65px;
}
.contact_section form {
  padding-right: 35px;
}
.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: transparent;
  outline: none;
  color: #101010;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16);
}
.contact_section input::placeholder {
  color: #131313;
}
.contact_section input.message-box {
  height: 120px;
}
.contact_section button {
  display: inline-block;
  padding: 12px 45px;
  background-color: #1C448E;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  margin-top: 35px;
}
.contact_section button:hover {
  background-color: transparent;
  border-color: #1C448E;
  color: #1C448E;
}
.contact_section .map_container {
  height: 100%;
  padding-bottom: 110px;
}
.contact_section .map_container .map-responsive {
  height: 100%;
}

.client_section .custom_heading-container {
  justify-content: center;
}
.client_section .client_container {
  display: flex;
  align-items: flex-start;
}
.client_section .client_box {
  margin-left: 25px;
  margin-right: 25px;
  padding: 25px;
  box-shadow: 0px 0px 20px 0 rgba(0, 0, 0, 0.1);
}
.client_section .client_box .client-id {
  display: flex;
  align-items: center;
}
.client_section .client_box .client-id .img-box img {
  width: 100%;
}
.client_section .client_box .client-id .name {
  margin-left: 15px;
}
.client_section .client_box .client-id .name h5 {
  font-weight: bold;
}
.client_section .client_box .client-id .name p {
  color: #1C448E;
  margin: 0;
}
.client_section .client_box .detail {
  margin-top: 25px;
}
.client_section .client_box:hover {
  background-color: #f3f3f3;
  box-shadow: none;
}
.client_section .client_box:hover .arrow_img {
  background-image: url(../images/arrow-green.png);
}
.client_section .client_box .arrow_img {
  width: 50px;
  height: 30px;
  background-image: url(../images/arrow.png);
  background-size: 25px;
  background-repeat: no-repeat;
}

.info_section {
  background-color: #0f1521;
  color: #FFFDFD;
}
.info_section .info_logo {
  width: 80%;
  margin: 0 auto 45px auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #FFFDFD;
}
.info_section .info_logo h2 {
  text-transform: uppercase;
  font-weight: bold;
}
.info_section h5 {
  margin-bottom: 25px;
  font-size: 24px;
}
.info_section .info_insta .insta_container > div {
  display: flex;
}
.info_section .info_insta .insta_container img {
  width: 100%;
}
.info_section .info_insta .insta_container .insta-box {
  margin: 5px;
  display: flex;
  align-items: stretch;
}
.info_section .info_contact .img-box {
  width: 35px;
  display: flex;
  justify-content: center;
}
.info_section .info_contact p {
  margin: 0;
}
.info_section .info_contact > div {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.info_section .info_contact > div img {
  height: auto;
  margin-right: 12px;
}
.info_section .info_form form input {
  outline: none;
  width: 100%;
  padding: 7px 10px;
}
.info_section .info_form form button {
  display: inline-block;
  padding: 8px 30px;
  background-color: #1C448E;
  color: #FFFDFD;
  transition: all 0.3s;
  border: 1px solid transparent;
  border-radius: 0;
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 15px;
}
.info_section .info_form form button:hover {
  background-color: transparent;
  border-color: #1C448E;
  color: #1C448E;
}
.info_section .info_form .social_box {
  margin-top: 35px;
  width: 100%;
  display: flex;
}
.info_section .info_form .social_box a {
  margin-right: 25px;
}

/* footer section*/
.footer_section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #fdfeff;
}

.footer_section p {
  color: #171717;
  margin: 0;
  padding: 25px 0 20px 0;
  margin: 0 auto;
  text-align: center;
}

.footer_section a {
  color: #171717;
}

/* end footer section*/
#navbarSupportedContent {
  transform: translateX(100vw);
  opacity: 0;
  transition: all 0.3s ease-in;
  justify-content: space-between;
  align-items: center;
}

#navbarSupportedContent.lg_nav-toggle {
  transform: translateX(0);
  opacity: 1;
}

@media (min-width: 912px) {
  .custom_menu-btn {
    display: none;
  }
}
.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button {
  margin-top: 12px;
  outline: none;
  border: none;
  background-color: transparent;
}

.custom_menu-btn button span {
  display: block;
  width: 34px;
  height: 3.5px;
  background-color: #fff;
  margin: 8.5px 0;
  transition: all 0.3s;
}

.custom_menu-btn .s-2 {
  transition: all 0.1s;
  width: 17px;
  margin-left: auto;
}

.menu_btn-style button .s-1 {
  transform: rotate(45deg) translate(7px, 10px);
}

.menu_btn-style button .s-2 {
  transform: translateX(100px);
}

.menu_btn-style button .s-3 {
  transform: rotate(-45deg) translate(7px, -10px);
}

/**
Vyse jsou prevzate styly z Free sablony
 */
a {
  color: black;
}

.list-item-img {
  min-width: 100%;
  object-fit: cover;
  overflow: hidden;
  max-height: 300px;
  border-top-left-radius: 1.325rem;
  border-top-right-radius: 1.325rem;
}

.container-homepage-boxes {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 3rem;
  margin-top: 3rem;
}

@media (min-width: 992px) {
  .arrow-left-to-right {
    transform: scale(1, -1);
    width: 200px;
    position: absolute;
    bottom: 2rem;
    left: 2rem;
  }
  .arrow-right-to-left {
    transform: scale(-1, -1);
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .form-box-homepage {
    width: 80%;
  }
}
@media (max-width: 991px) {
  .arrow-left-to-right {
    transform: scale(1, -1);
    width: 200px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .arrow-right-to-left {
    transform: scale(-1, -1);
    width: 200px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .form-box-homepage {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .form-box-second-homepage {
    display: none;
  }
  .form-box-second-homepaget {
    display: none;
  }
  .form-box-homepage {
    width: 100%;
  }
}
.form-box-homepage-last {
  width: 90%;
}

.form-box-homepage, .form-box-homepage-last {
  background-color: white;
  padding: 25px;
  border-radius: 1.325rem;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.45);
  min-height: 300px;
}
.form-box-homepage h3, .form-box-homepage-last h3 {
  text-align: center;
}
.form-box-homepage ul, .form-box-homepage-last ul { /* Vložení ikony před každou položku */
  list-style-type: none; /* Odstraní výchozí tečky */
  padding-left: 0; /* Odstraní výchozí odsazení */
}
.form-box-homepage ul li, .form-box-homepage-last ul li {
  text-align-last: center;
  padding-left: 1.5em; /* Vytvoří prostor pro ikonu */
  position: relative; /* Nutné pro absolutní pozicování pseudoelementu */
  margin-top: 1rem;
}
.form-box-homepage ul li::before, .form-box-homepage-last ul li::before {
  content: "\f00c"; /* Unicode kód pro ikonu "fajfky" z Font Awesome */
  font-family: "Font Awesome 6 Free"; /* Název fontu pro ikony */
  font-weight: 900; /* U Font Awesome je nutné specifikovat tloušťku */
  position: absolute; /* Umístí ikonu nezávisle na textu */
  left: 0;
  top: 0;
  color: #28a745; /* Barva ikony (např. zelená) */
}
.form-box-homepage img, .form-box-homepage-last img {
  width: 85%;
  display: block;
  margin: 40px auto;
  object-fit: cover;
  object-position: top;
  height: 250px;
  margin-top: 0;
  /* Kouzlo je zde 👇 */
  mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%); /* Pro starší prohlížeče (Safari, Chrome) */
}

.form-box-second-homepage {
  padding: 25px;
  width: 50%;
  min-height: 300px;
  position: relative;
}

.container-homepage-steps {
  display: flex;
  flex-flow: row;
  justify-content: center;
  gap: 2rem;
}

.form-box {
  margin-top: 3rem;
  background-color: white;
  padding: 25px;
  border-radius: 1.325rem;
  box-shadow: 0 7px 17px 0px rgba(0, 0, 0, 0.45);
}

.upload-button {
  border-radius: 28px;
  position: relative;
  right: 0;
  bottom: 0;
  display: block;
  background: #fff;
  width: 150px;
  box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
  /* -webkit-transform: translate(-50%, -50%); */
  /* transform: translate(-50%, -50%); */
}
.upload-button svg {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -15px;
  fill: #fff;
}
.upload-button div {
  height: 4px;
  margin: -2px 0 0 0;
  position: absolute;
  top: 50%;
  left: 71px;
  right: 25px;
  background: #d3d7e0;
  display: none;
  border-radius: 2px;
}
.upload-button div span {
  position: absolute;
  background: #28e470;
  height: 4px;
  left: 0;
  top: 0;
  width: 0;
  display: block;
  border-radius: 2px;
}
.upload-button a {
  position: relative;
  display: block;
  background: #1C448E;
  z-index: 2;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
}
.upload-button a span {
  cursor: pointer;
  display: block;
}

.upload-button-form {
  position: relative;
  display: block;
  background: #1C448E;
  z-index: 2;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  text-align: center;
  border-color: transparent;
  width: 100%;
  color: #fff;
  box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
}

.upload-button-form:focus {
  outline: none !important;
}

.list-item-box {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  height: 100%;
  border-radius: 1.325rem;
  background-color: white;
}
.list-item-box h4 {
  font-size: 1.2rem;
  max-height: 2.9rem;
  overflow: hidden;
}

/*Clearing Floats*/
.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

/* Form wrapper styling */
.search-wrapper {
  margin: 0px auto 25px auto;
  border-radius: 40px;
  background: white;
  padding-right: 0;
  box-shadow: -1px 2px 20px 1px #e5e5e5;
}

/* Form text input */
.search-wrapper input {
  width: 330px;
  height: 100%;
  margin-left: 20px;
  float: left;
  font: bold 13px "lucida sans", "trebuchet MS", "Tahoma";
  border: 0;
  background: #fff;
  border-radius: 40px;
  border-top-style: none;
}

.search-wrapper input:focus {
  outline: 0;
  background: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8) inset;
}

.search-wrapper input::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
  padding-left: 20px;
}

.search-wrapper input:-moz-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
}

.search-wrapper input:-ms-input-placeholder {
  color: #999;
  font-weight: normal;
  font-style: italic;
  border-style: none;
}

/* Form submit button */
.search-wrapper button {
  overflow: visible;
  position: relative;
  float: right;
  border: 0;
  padding: 0;
  cursor: pointer;
  height: 40px;
  width: 110px;
  font: 17px/40px "lucida sans", "trebuchet MS", "Tahoma";
  color: #fff;
  /*text-transform: uppercase;*/
  background: #1C448E;
  border-radius: 40px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: -1px 0 0 0 #1C448E;
}

.search-wrapper button:hover {
  transition: 0.3s;
  box-shadow: -4px 2px 20px 7px #1C448E;
}

.search-wrapper button:active,
.search-wrapper button:focus {
  background: #1C448E;
  outline: 0;
}

.search-wrapper button:focus:before,
.search-wrapper button:active:before {
  border-right-color: #c42f2f;
}

.search-wrapper button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */
  border: 0;
  padding: 0;
}

.fulltext-select-location {
  box-shadow: none;
  height: 100%;
  border-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
  color: black;
  margin-left: 11px;
  font: 13px/40px "lucida sans", "trebuchet MS", "Tahoma";
  cursor: pointer;
}

@media (max-width: 780px) {
  .fulltext-select-location {
    display: none;
  }
}
@media (max-width: 560px) {
  .search-wrapper input {
    width: 60%;
  }
}
@media (max-width: 380px) {
  .search-wrapper input {
    width: 50%;
  }
}
@media (max-width: 305px) {
  .search-wrapper input {
    width: 40%;
  }
}
.fulltext-select-location:active,
.fulltext-select-location:focus {
  outline: 0;
}

.profile-view-avatar {
  max-width: 250px;
  object-fit: cover;
  width: 100%;
  aspect-ratio: 1;
  border: 5px solid white;
  box-shadow: 3px 8px 20px 3px rgba(0, 0, 0, 0.25);
}

.profile-view-avatar-label:after {
  content: "Editovat foto";
  position: absolute;
  top: 43%;
  left: 21%;
  font-size: 22px;
  color: white;
}

.white-box, .profile-view-contact-container {
  background-color: white;
  border-radius: 1.325rem;
  padding: 25px;
  box-shadow: 3px 8px 20px 3px rgba(0, 0, 0, 0.25);
}

.white-box-homepage-main {
  background-color: white;
  border-radius: 3.825rem 1.325rem;
  padding: 25px 25px;
  box-shadow: 1px 2px 20px 1px rgba(0, 0, 0, 0.25);
  margin: auto;
  text-align: center;
  margin-top: 3rem;
}

.city-price-in-box {
  position: absolute;
  bottom: 7px;
  left: 5%;
}

.bottom-box-row {
  min-height: 100px;
}

.contact-header {
  color: #1C448E;
}

.breadscrumb-arrow-right a {
  color: #304C89;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.breadscrumb-arrow-right a:not(:last-child):after {
  content: "";
  border-top: 1px solid black;
  border-right: 1px solid black;
  display: inline-grid;
  width: 7px;
  transform: rotate(45deg) translate(0, -2px);
  height: 7px;
  margin-left: 4px;
  margin-right: 6px;
}

.tooltip-inner {
  background: white;
  color: black;
  box-shadow: 3px 8px 20px 3px rgba(0, 0, 0, 0.25);
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #FFF;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #FFF;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #FFF;
}

.pagination .active {
  color: #1C448E !important;
}
.pagination a {
  cursor: pointer;
}

.alert-not-found {
  border-radius: 1.325rem;
  background-color: rgb(36, 209, 120);
  border-color: #1C448E;
  color: white;
  box-shadow: 3px 8px 20px 3px rgba(0, 0, 0, 0.25);
  font-size: larger;
}

.profile-view-avatar-label {
  cursor: pointer;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #1C448E;
  background-color: #1C448E;
}

.upload-button-all {
  position: relative;
  display: block;
  background: #1C448E;
  z-index: 2;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
}

.upload-button-all:focus {
  position: relative;
  display: block;
  background: #1C448E;
  z-index: 2;
  line-height: 56px;
  height: 56px;
  border-radius: 28px;
  width: 100%;
  text-align: center;
  color: #fff;
  box-shadow: 0 2px 6px rgba(170, 185, 200, 0.4);
}

.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}

.carousel-control-prev:hover, .carousel-control-next:hover {
  opacity: 0.5;
}

.thumb img {
  height: 150px;
  object-fit: cover;
}

.carousel-item {
  max-height: 600px;
}

.carousel-inner .item {
  max-height: 600px;
}

.btn-outline-success {
  color: #1C448E;
  border-color: #1C448E;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #1C448E;
  border-color: #1C448E;
}

.footer {
  background-color: #93BEDF;
  box-shadow: -3px 1px 20px 3px rgba(0, 0, 0, 0.25);
}
.footer .list-group-flush > li {
  background-color: transparent;
  border: 0;
  padding: 0.25rem 1.25rem;
}
.footer .list-group-flush > li a:hover {
  text-decoration: underline;
}
.footer .list-group-flush > li img {
  max-width: 30px;
  margin-right: 10px;
}
.footer .copyright-text {
  margin-bottom: 0;
}

@media (max-width: 765px) {
  .footer-links-row {
    text-align: center;
  }
}
.pagination .active {
  border: 1px solid #93BEDF;
  border-radius: 25px;
}

@media (min-width: 575px) {
  .facebook-share-profil-button {
    position: absolute;
    bottom: 0;
    left: -100px;
  }
  .facebook-share-profil-button img {
    width: 30%;
  }
}
@media (min-width: 990px) {
  .facebook-share-profil-button {
    position: absolute;
    bottom: 0;
    left: -40px;
  }
  .facebook-share-profil-button img {
    width: 35%;
  }
}
@media (max-width: 574px) {
  .facebook-share-profil-button {
    position: absolute;
    bottom: 0;
    left: 240px;
  }
  .facebook-share-profil-button img {
    width: 18%;
  }
}
h1, .h1 {
  font-size: 2rem;
}

@media (max-width: 574px) {
  h1, .h1 {
    font-size: 1.5rem;
  }
}
.form-control {
  color: black;
}

textarea::placeholder {
  color: #989898;
}

a.no-hover-underline:hover {
  text-decoration: none !important;
}

.selected-div {
  border: 5px solid #93BEDF;
}

mark, .mark {
  padding: 0;
}

.autoComplete_wrapper > input::placeholder {
  color: #989898 !important;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:hover::placeholder {
  color: #989898 !important;
  transition: all 0.3s ease;
  -webkit-transition: all -webkit-transform 0.3s ease;
}

.autoComplete_wrapper > input:focus::placeholder {
  padding: 0.1rem 0.6rem;
  font-size: 0.95rem;
  color: #989898 !important;
}

a.text-link-normal {
  color: black !important;
}

a.text-link-normal:hover {
  text-decoration: underline !important;
  color: black !important;
}

.tail-select:hover,
textarea:hover,
input:hover,
.input-visible:hover,
select:not(.fulltext-select-location):hover {
  border-color: black !important;
}

.text-bg-info {
  color: #000 !important;
  background-color: RGBA(13, 202, 240, 1) !important;
}

.text-bg-info--outlined {
  color: #000 !important;
  border: 2px solid RGBA(13, 202, 240, 1) !important;
  background-color: transparent !important;
}

.button-secondary-border {
  width: fit-content;
  border: 1px solid #93BEDF;
  border-radius: 28px;
  padding: 7px 12px;
  cursor: pointer;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
.button-secondary-border:hover {
  box-shadow: -3px 1px 20px 3px rgba(0, 0, 0, 0.25);
  background-color: #93BEDF;
}

[data-delete-description] {
  fill: grey;
  cursor: pointer;
  -webkit-transition: 0.8s ease;
  -moz-transition: 0.8s ease;
  -o-transition: 0.8s ease;
  transition: 0.8s ease;
}
[data-delete-description]:hover {
  fill: black;
}

/*# sourceMappingURL=style.css.map */
