@import url("../fonts/UniviaPro-Light/style.css");
@import url("../fonts/UniviaPro-Medium/style.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
* {
  font-family: "Univia Pro";
  letter-spacing: 0px;
  color: white;
}

html {
  height: 100%;
}
header {
  margin: 30px;
} 
body {
  background-color: rgb(0, 33, 47);
  /*background: linear-gradient(90deg, rgba(61,146,181,0) 0%, rgba(39,97,132,1) 77%); */
  background-image: url('../images/background1.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  opacity: 0.9;
  background-attachment: fixed;
  /*background-color: rgb(0, 33, 83);*/
}

a {
  color: #11B9D1!important;
  text-decoration: none;
}

a:hover{
  color: #14d2ef!important;
}

.bold {
  font-family: "Univia Pro Medium" !important;
  letter-spacing: -1px;
}


.leaf {
  background: #FFFFFF33 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 9px #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 30px 0px;
  opacity: 1;
  padding: 8px 24px 8px 24px;
  border-radius: 15px 0px 15px 0px;
  font-size: 16px;
  color: white;
  text-decoration: none;
}

.btn-info.leaf, .btn-light.leaf {
  background-color: #11B9D199 !important;
  font-family: "Univia Pro Medium" !important;
  letter-spacing: -1px;
  color: white!important;
}

.btn-info.leaf:hover, .btn-light.leaf:hover {
  background-color: white !important;
  color: #17ceeb99!important;
}

.user-icon {
  background: url('../images/user.svg');
  width: 36px;
  height: 36px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  overflow: hidden;
}

.download-icon {
  background: url('../images/download.svg');
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  overflow: hidden;
}

.show-more-icon {
  background: url('../images/show_more.svg');
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-left: -10px;
  overflow: hidden;
}

.form-control,
.form-select {
  border-radius: 5px;
  color: #ffffff;
  border-color: #1194A9;
  background-color: rgba(255, 255, 255, 0);
  font-family: "Univia Pro" !important;
  border-width: 2px;
}

.form-control,
.form-select {}

.form-select option{
  color: #000000!important;
  background-color: rgba(255, 255, 255, 1)!important;
}

:not(.modal-dialog) .form-control:focus{
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #14d2ef;
  color: white;
}
.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
:not(.modal-dialog) input::placeholder, :not(.modal-dialog) input:placeholder-shown {
  color: rgb(223, 223, 223) !important;
  opacity: 1!important;
}

.modal-dialog .form-control,
.modal-dialog .form-select{
  color: rgb(99, 99, 99)!important;
  opacity: 1!important;
}

.items_table > thead {
  color: white;
  text-align: center;
  border-spacing: 0px;
}
.items_table td .bi {
  line-height: 68px;
  font-size: 30px;
}
.items_table > thead tr th {
  padding: 15px 0px;
  font-weight: normal;
  font-family: "Univia Pro Medium" !important;
}
.items_table > thead tr th, .items_table > tbody tr td {
  color: white;
  border-bottom: 0px none;
  background-color: #017e91dc;
}
.items_table > tbody tr td:first-child, .items_table > thead tr th:first-child {
  border-radius: 10px 0px 0px 10px;
  padding-left: 10px;
}
.items_table > tbody tr td:last-child, .items_table > thead tr th:last-child {
  border-radius: 0px 10px 10px 0px;
  padding-right: 10px;
}

.items_table > thead tr th {
  background-color: #017e91b3;
}
.items_table > tbody tr td {
  background-color: rgba(255, 255, 255, 0.152);
  line-height: 45px;
  vertical-align: middle;
}
.items_table {
  border-collapse:separate;
  border-spacing:0 5px;
  width: 100%;
}

.items_table tbody tr,
.items_table thead tr {
  border-bottom: 6px solid transparent;
}

.vich-image {
  display: none;
}

.image-upload {
  margin: 5px;
  width: 120px;
  height: 120px;
  border: 2px dashed #017d91;
  border-radius: 7px 0px;
  cursor: pointer;
  background: url("../images/pic2.png") no-repeat center/cover;
  text-align: center;
  line-height: 120px;
  border-spacing: 3px;
  background-clip: content-box;
  padding: 3px;
}

a.image-upload {
  display: inline-block;
}

.image-upload:hover {
  background-color: #e4f2f3;
  background-image: url("../images/pic-dark.png");
}

.item-approved,
.item-progress {
  background: url('../images/plus.svg');
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  overflow: hidden;
}

.item-progress {
}

.form-check {
  /* display: inline-block;
  width: 50%; */
}
.popup-logo {
  background: url('../images/club-logo.png') no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  z-index: 1000;
  bottom: -50px;
}


#loginModal {
}

.modal-content * {
  color: black;
}

#loginModal .modal-content {
  background-color: transparent !important;
  border: 0px none;
}

#loginModal .modal-body {
  padding: 0px;
}

#login-left-side {
  background: url('../images/login-left.png') no-repeat left top;
  color: white;
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  float: left;
  background-position: center center;
  border-radius: 2.5rem 0px 0px 0px !important;
}

#login-right-side {
  position: relative;
  background-color: #FFFFFF;
  width: 50%;
  float: left;
  border-radius: 0px 0px 2.5rem 0px !important;
}

#login-right-side .btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 12px;
  background-image: url('../images/cross.svg');
}

#loginModal .form-control {
  border-color: black !important;
  border-radius: 5px !important;
  border-width: 2px !important;
}

@media (max-width: 850px) {
  .club-logo {
    width: 200px !important;
    height: 200px !important;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 45px;
  }
}

@media (max-width: 992px) {
  #login-left-side {
    display: none;
  }

  #login-right-side {
    border-radius: 2.5rem 0px 2.5rem 0px !important;
    opacity: 0.9;
  }
}

footer {
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  position: absolute;
  background: #00000038;
}

footer .footer-content {
  padding: 20px 50px 20px 20px;
}

footer .nav li {
  margin-left: 25px;
  font-size: 12px;
}
.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 79, 101, 0.5);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}

.sticky .navbar {
  padding: 10px 0;
  transition: all 0.3s ease-out 0s;
}
.sticky header {
  margin: 5px!important;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.sticky .navbar .navbar-nav .nav-item a {
  color: #162447;
}

.sticky .navbar .navbar-nav .nav-item a::before {
  color: #162447;
}

.sticky .navbar .navbar-toggler .toggler-icon {
  background: #162447;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #fff;
  background: red;
  border-radius: 3px;
  padding-left: 14px;
  font-family: "Univia Pro Medium" !important;
}

.alert {
  font-weight: bold !important;
  font-size: 18px;
}