@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@800&display=swap");
h1, h2, h3 {
  font-family: "Mukta", sans-serif;
  margin-bottom: 20px;
  margin-top: 30px;
}

h3 {
  font-size: 1.4rem;
}

body {
  font-family: Arial;
  background-color: #fff3d5;
}

a, a:link {
  color: #dd1367;
}

a:hover {
  color: #19486a;
  text-decoration: none;
}

nav.navbar {
  background-color: #c6c7e3 !important;
  box-shadow: 0 2px 30px 0 rgba(31, 32, 68, 0.15);
  padding: 0 24px;
}
nav.navbar li.nav-item {
  color: rgba(0, 0, 0, 0.89) !important;
  font-size: 18px;
}

span.invalid-feedback {
  margin-bottom: 10px;
}

footer {
  margin-top: 100px;
  background-color: #2b2d5b;
  color: #FFFFFF;
}
footer .container {
  padding: 56px 0;
}
footer ul {
  list-style: none;
}
footer ul li {
  display: inline-block;
  padding: 0 24px 0 0;
}
footer ul li a {
  color: #FFF !important;
  font-size: 18px;
}
footer ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.34);
}

.navbar-brand img {
  padding: 10px 10px !important;
  height: 120px;
  width: auto;
  margin-right: 20px;
}

section.bg-white {
  background: #FFFFFF;
  padding: 75px 0px;
}

section.bg-grey {
  background-color: #f1f1f1;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #dd1367;
  border: none;
  font-weight: bold;
  color: #FFFFFF !important;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #c6c7e3 !important;
}

.btn {
  padding: 16px 30px;
}

.btn-link {
  color: #dd1367;
  font-weight: bold;
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none;
}

/* Application Form 3 steps */
.wizard .actions li a {
  background-color: #dd1367 !important;
}

.wizard .actions > ul {
  max-width: none;
  border-bottom: none;
  padding-bottom: 0px;
}


#wizard .content {
  padding: 50px 50px 30px 50px;
}
#wizard .bd-wizard-step-icon {
  background-color: #dd1367 !important;
}
#wizard .bd-wizard-step-title {
  margin-bottom: 5px;
}
#wizard .bd-wizard-step-icon i {
  color: #FFFFFF !important;
}
#wizard div.row > div {
  margin-bottom: 15px;
}
#wizard div.form-check {
  /*checkbox/*/
margin-left: 18px;
  margin-top: -7px;
  /*checked*/
  /*focused*/
}
#wizard div.form-check label {
  margin-left: 20px;
  margin-top: 15px;
}
#wizard div.form-check input[type=checkbox] {
  width: 2em;
  font-size: inherit;
  margin: 0;
  transform: translateX(-9999px);
}
#wizard div.form-check input[type=checkbox] + label:before,
#wizard div.form-check input[type=checkbox] + label:after,
#wizard div.form-check input[type=checkbox]:checked + label:before,
#wizard div.form-check input[type=checkbox]:checked + label:after {
  position: absolute;
  border: none;
  left: 0em;
  top: 10px;
  width: 2em;
  height: 2em;
  margin: 0;
}
#wizard div.form-check input[type=checkbox] + label:before {
  border-radius: 10%;
  background-color: #bbbbbb;
  content: "";
}
#wizard div.form-check input[type=checkbox] + label:after {
  background-color: white;
  border-radius: 10%;
  transform: scale(0.8);
  content: "";
}
#wizard div.form-check input[type=checkbox]:checked + label:before {
  background-color: #3b88fd;
  content: "";
}
#wizard div.form-check input[type=checkbox]:checked + label:after {
  position: absolute;
  content: "✓";
  border: none;
  background-color: #3b88fd;
  border-radius: 10%;
  color: white;
  text-align: center;
  line-height: 2;
}
#wizard div.form-check input[type=checkbox]:focus + label:before {
  border: 0.1em solid #8eb9fb;
  margin-top: -0.1em;
  margin-left: -0.1em;
  box-shadow: 0 0 0.2em #3b88fd;
}

.project-container {
  padding: 5px;
}
.project-container .project-inner {
  background: #D8D8D8;
  padding-bottom: 15px;
}
.project-container .project-inner .project-content {
  padding: 20px 15px 0px 15px;
  height: 100px;
}
.project-container .project-inner .project-content span.title {
  font-weight: bold;
  font-size: 18px;
}
.project-container .project-inner .btn-primary {
  display: block !important;
  margin: auto 15px !important;
  margin-bottom: 200px;
}
.project-container .project-inner .results {
  margin: 0px 15px 15px 15px;
}
.project-container .project-img {
  background-size: cover;
  background-position: center center;
  height: 400px;
}

.shariff .info {
  display: none;
}

.vich-image img {
  width: auto;
  height: 150px;
}

form label {
  margin-top: 15px;
}

.align-right {
  text-align: right;
  float: right;
  margin-bottom: 15px;
}

table {
  margin-top: 10px;
}

.accordion .card-header {
  padding: 0px 0px 0px 0px;
}

.project-view {
  padding-top: 40px;
}
.project-view h1 {
  margin: 0px 0px 0px 0px;
  padding-left: 15px;
}

#form_projects label,
#confirmation_privacy label {
  margin-top: 0px !important;
}

#confirmation_privacy .project_link_ext {
  display: none;
}

.votingHeader {
  min-height: 300px !important;
  display: block;
  background-position: center center;
}

.alert {
  margin-top: 25px;
}

div.custom-file {
  margin-bottom: 25px;
}

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