/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 23 maj 2022, 12:53:58
    Author     : marcinniedzwiecki
*/



.sub-menu-columns ul.sub-menu{
  width: 410px;
}

.sub-menu-columns ul.sub-menu li {
  display: inline-block;
  float: left;
  width: 200px;
  border: 0px;
}
.sub-menu-columns ul.sub-menu li:nth-child(odd) {
  float: left;
  margin-right: 0px;
}
.sub-menu-columns ul.sub-menu li:nth-child(even) {
  float: right;
}
.desktop-menu .sub-menu li:not(:first-of-type){
  border: 0px;
}

/* The Modal (background) */
.modalalert {
  display: none; /* Hidden by default */
  justify-content: center;
  align-items: center;
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
  min-height: 100vh !important;
}

/* Modal Content */
.modalalert .not-found__body {
  background-color: #fefefe;
  padding: 40px;
  border: 1px solid #888;
  width: 95%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
}

.modalalert .not-found__image {
  min-width: 260px;
}

/* .modalalert .not-found__modal .not-found__title {
  color: #273E5D;
  font-size: 62px;
  margin-bottom: 0;
}

.modalalert .not-found__modal .not-found__subtitle {
  font-size: 35px !important;
  line-height: 40px;
  min-height: 40px;
  margin-bottom: 20px;
} */

/* The Close Button */
.modalalert-close {
  color: #aaaaaa;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 28px;
  font-weight: bold;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modalalert .modalalert-close:hover,
.modalalert .modalalert-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* 
@media (max-width: 998px) {
  .modalalert .not-found__modal {
    flex-direction: column;
  }

  .modalalert .not-found__modal .not-found__wrapper {
    min-height: 60vh;
  }
}

@media (max-width: 768px) {
  .modalalert .not-found__modal .not-found__title {
    font-size: 48px;
  }
  
  .modalalert .not-found__modal .not-found__subtitle {
    font-size: 30px !important;
    line-height: 40px;
    min-height: 40px;
  }
}

@media (max-width: 480px) {
  .modalalert .not-found__modal .not-found__subtitle {
    margin-top: 5px;
    font-size: 26px !important;
    line-height: 32px;
    min-height: 32px;
  }
} */

/*.footer ul {
    list-style-type: none;
    padding-left: 0rem;
    line-height: 2.2em;
    padding: 0px;
    margin: 0px;
    height: 60px;
}*/

footer .footer-bottom {
  /*height: 60px;*/
}


footer .footer-bottom .lang {
  position: relative;
}

footer .footer-bottom .lang__toggle {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
}

.footer .footer-bottom .lang__toggle span {
  width: auto;
  margin-left: 5px;
  position: relative;
}

.footer .footer-bottom .lang__toggle span::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  width: 20px;
  height: 20px;
  transform: translateY(-70%);
  background-image: url("data:image/svg+xml;utf8,<svg\ fill=\'white\'\ style=\'transform:\ rotate\(0deg\);\'\ height=\'24\'\ viewBox=\'0\ 0\ 24\ 24\'\ width=\'24\'\ xmlns=\'http://www.w3.org/2000/svg\'><path\ d=\'M7\ 10l5\ 5\ 5-5z\'/><path\ d=\'M0\ 0h24v24H0z\'\ fill=\'none\'/></svg>");
  background-repeat: no-repeat;
  background-position-x: -2px;
  background-position-y: 3px;
}

footer .footer-bottom .lang .lang__dropdown {
  position: absolute;
  bottom: 30px;
  background-color: rgba(0,0,0,.9);
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: .1s opacity ease-in-out, .1s visibility ease-in-out;
}

footer .footer-bottom .footer__lang.show .lang__dropdown {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}

footer .footer-bottom .footer__lang.show .lang__toggle span::before {
  transform: rotate(180deg);
}

footer .footer-bottom .lang .lang__dropdown li {
  line-height: 18px;
  cursor: pointer;
}

footer .footer-bottom .lang .lang__dropdown li:hover {
  background-color: rgba(106, 106, 106, .4);
}

footer .footer-bottom .lang .lang__dropdown li a {
  color: #fff;
  font-weight: 400;
  font-size: 15px;
  padding: 8px 20px;
  display: block;
}

footer .footer-bottom .lang svg{
  enable-background:new 0 0 128 128;height: 32px; width: 32px;float:left;
  /*margin-top:13px;*/
}

footer .footer-bottom select{
  height: 30px;
  margin-top: 2px;
  /*margin-top: 15px;*/
  display: block;
  line-height: 15px;
  font-size: 14px;
  padding: 0px;
  padding-left: 10px;
  background: transparent;
  color: white;
  font-weight: 700;
  border: 0px;
  float: left;
  cursor: pointer;
  width: 100px;
  
  
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' style='transform: rotate(0deg);' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 3px;
  
}


footer .footer-bottom select:focus{
  box-shadow: none;
}

footer .footer-bottom select option{
  height: 30px;
  display: block;
  color: #000 !important;
}

.pricing-table .price sup {
    font-size: 1.2rem;
    top: -16px;
    font-weight: 600;
    margin-right: 5px;
}
