@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.logo-img {
  margin: 10px;
}

i.bi {
  margin: 0 !important;
}

.logo-img img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 10px 0;
}

ul.navbar-nav .li a:hover {
  color: #eee;
}

.image-user {
  width: 50px;
  height: 50px;
  display: inline-block;
  border-radius: 50%;
}

.user-img {
  padding: 4px;
  border: 1px solid #ddd;
  display: inline-block;
  width: 150px;
  height: 200px;
}

.user-img img {
  width: 100%;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.user-img:hover {
  opacity: 0.7;
}

.file2 {
  visibility: hidden;
}

.file2-input {
  background: #fff;
  border: 1px solid #ddd;
  padding: 5px 30px;
  cursor: pointer;
  border-radius: 5px !important;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.file2-input:hover {
  opacity: 0.8;
}

.previewImage {
  padding: 2px;
  border: 0 !important;
}

.previewImage img {
  width: 150px;
  height: 200px;
  border: 0 !important;
  margin: 10px 0;
}

.previewLogo {
  padding: 2px;
  border: 0 !important;
}

.previewLogo img {
  width: 150px;
  height: 150px;
  border: 0 !important;
  margin: 10px 0;
}

.label-upload-img {
  background: #ddd;
  border: 2px dashed #fff;
  border-radius: 10px;
  width: 100%;
  height: 200px;
  text-align: center;
  color: #aaa;
  cursor: pointer;
}

.label-upload-img:hover {
  background: #eee;
}

.label-upload {
  display: inline-block;
  position: relative;
  margin: 15% auto;
}

.img-profile {
  background: #eee;
  border: 3px solid #ddd;
  /* width: 60%; */
  height: 90%;
  margin: 10px auto 20px;
  border-radius: 5px;
}

.wrapper-logo {
  margin: 10px 0 20px;
}

.wrapper-logo .btn {
  margin: 0 12px;
}

/* Okt 22 */
ul.list-kontak {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.list-kontak li {
	padding: 5px;
}

.countdown {
	background: #fff;
	border-radius: 5px;
	margin: 20px auto 10px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	text-align: center;
	width: 250px;
}

.timer {
	background: rgb(75, 147, 255);
	display: inline-block;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding: 5px 10px;
	border-radius: 5px;
	height: 55px;
}

.days {
	display: block;
	font-size: 11px;
	padding: 5px auto;
}

.card .header h2 {
  line-height: 24px;
}

.card .header {
  background: #f4f4f4;
}

.alert {
  border-radius: 5px;
}

.head-alert {
  line-height: 24px;
}

/* Loading */
.loadings {
  background: rgba(255, 255, 255, 1);
  border-radius: 2px;
  padding: 15% 10px;
  text-align: center;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  display: none;
  position: fixed;
  width: 77%;
  height: 100vh;
  z-index: 99;
}

@media (max-width: 720px) {
  .loadings {
    position: fixed;
    width: 90%;
    margin: 10px 20px;
    left: 0;
  }
}

@media (max-width: 480px) {
  .loadings {
    position: fixed;
    width: 90%;
    margin: 10px 20px;
    left: 0;
  }
}