/* COLORS */
:root {
  --newgreen: #8ec045;
  --darkgreen: #2d604e;
  --lightgreen: #c5dd90;
  --yellowgreen: #f5ffd7;
  --lightyellow: #fae782;
}


.bg-lightgreen {
  background-color: var(--lightgreen);
}

.bg-yellowgreen {
  background-color: var(--yellowgreen);
}

.bg-lightyellow {
  background-color: var(--lightyellow);
}

.bg-darkgreen {
  background-color: var(--darkgreen);
}

.bg-newgreen {
  background-color: var(--newgreen);
}

/* TEXT */

.lightyellow-text {
  color: var(--lightyellow);
}

.lightgreen-text {
  color: var(--lightgreen);
}

.newgreen-text {
  color: var(--newgreen);
}

.darkgreen-text {
  color: var(--darkgreen);
}

p {
  color: var(--darkgreen);
}

a:visited {
  color: inherit;
}

a:active, a:hover {
  color: var(--darkgreen);
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}
/* SIDEBAR */

.sidebar a p{
  color:white;
}

#addnew-form input {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 16px;
}

#addnew-form input {
  font-size: 14px;
  margin-top: 10px;
  padding-left: 16px;
}

fieldset {
  margin: 0;
  /*padding: 2rem;*/
  box-sizing: border-box;
  display: block;
  border: none;
  /*border: solid 1px #CCC;*/
  min-width: 0;
}

fieldset legend {
  margin: 0 0 1.5rem;
  padding: 0;
  width: 100%;
  float: left;
  display: table;
  font-size: 1.5rem;
  line-height: 140%;
  font-weight: 600;
  color: #333;
}

fieldset legend + * {
  clear: both;
}

.toggle {
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
}

@media (max-width: 800px) {
  .toggle input + label {
    padding: .75rem .25rem;
    flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.toggle input:focus + label {
  outline: dotted 1px #CCC;
  outline-offset: .45rem;
}

.toggle input:checked + label {
  color: var(--darkgreen) !important;
  background-color: var(--newgreen);
  color: var(--darkgreen);
  box-shadow: 0 0 10px rgba(102, 179, 251, 0.5);
  border-color: var(--newgreen);
  z-index: 1;
}

.toggle input:hover + label {
  border-color: var(--newgreen);
}

.toggle input + label:last-of-type {
  border-radius: 0 25px 25px 0;
  border-left: none;
  color: yellowgreen;
}

.toggle input + label:first-of-type {
  border-radius: 25px 0 0 25px;
  border-right: none;
}

.toggle input + label {
  margin: 0;
  color: var(--newgreen);
  padding: 0.4rem 1.1rem 0.33rem 1.1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  border: solid 2px var(--newgreen);
  background-color: #FFF;
  font-size: 1rem;
  text-align: center;
  font-family: 'Conv_light';
  box-shadow: 0 0 0 rgba(255, 255, 255, 0);
  transition: border-color .15s ease-out, color .25s ease-out, background-color .15s ease-out, box-shadow .15s ease-out;
}

.toggle input {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
}

img {
  border-radius: 5px;
}


.coop-btn {
  border-radius: 25px;
  background-color: var(--newgreen);
  border: 0;
  font-weight: 600;
  transition: 0.33s ease-in-out;
  border: solid 3px var(--newgreen);
  padding: 0.4rem 1.1rem 0.33rem 1.1rem;
  color: var(--darkgreen);
  font-family: "Conv_main-font";
  text-align: center;
  letter-spacing: 1px;
}

.coop-card-description {
  font-family: "Conv_thin";
  color: var(--darkgreen);
  font-weight: 600;
  letter-spacing: 1px;
}

.coop-card-description-news {
  font-family: "Conv_thin";
  color: var(--darkgreen);
  font-weight: 600;
  letter-spacing: 1px;
  max-width: 250px;
}

.timeline-intro {
  font-family: "Conv_thin";
  color: var(--darkgreen);
  font-weight: 600;
  letter-spacing: 1px;
  text-align: justify;
}
.coop-card-icon {
  width: 100px;
  position: absolute;
  right: -15px;
  bottom: -25px;
}

img {
  max-width: 100%;
}

.upload-icon {
  position: absolute;
  top: 8px;
  left: 10px;
}

table{
  border-radius:25px;

}

table th{
  vertical-align: middle;
  font-family: 'Conv_thin';
  font-weight:
  900;font-size: 1.5rem;
  border:none;
}

table td{
  vertical-align: middle;
  font-family: 'Conv_thin';
  color: var(--darkgreen);
  font-weight: 500;
  font-size: 1rem;
}


/* ACORDEAO */

.accordion__item {
  background: #fffffe;
  border-radius: 30px;
}

.accordion__item:not(:last-child) {
  margin-bottom: 15px;
}

.accordion__header {
  padding: 20px;
  padding-right: 50px;
  font-weight: 600;
  font-size: 1.25rem;
  color: #094067;
  position: relative;
  cursor: pointer;
}

.accordion__header::after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("https://cdn.statically.io/gist/koptyaisky/33f5da3d9e6b6cacdf5a353ad033c2ea/raw/c8468a17e0141ee82a2571deea1f76162abb47b6/arrow-down-blue.svg") no-repeat center;
  background-size: contain;
  transition: all .4s ease;
}

.accordion__body {
  padding: 0 40px 20px 20px;
  font-weight: 300;
  /*font-size: 0.875rem;*/
  color: #323232;
  line-height: 1.5;
  display: none;
}

.open-accordion .accordion__body {
  display: block;
}

.open-accordion .accordion__header::after {
  transform: rotate(-180deg);
}
.sort_lession_pointer {
  cursor: n-resize;
}

.bg-tag {
  background-color: #bf1010;
  color: #fff;
  /*border-right: 2px solid #ECECEC;*/
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile {
  height: 2rem;
  width: 2rem;
}

.badge-counter {
  background-color: var(--lightyellow) !important;
}

@media (max-width: 768px) {
  #vertical-menu {
    margin-top: 0px !important;
    margin-left: 3vw !important;
    /*padding: 0;*/
  }
}

.euro::after {
  content: " €";
}

.title-icon {
  max-width: 60px;
}


/*PROJECT CARD */

.project-card-goals {
  width: 100%;
  bottom: 0;
  border-radius: 0 0 25px 25px;
  padding: 0px 30px;
  display: inline-flex;
  justify-content: space-between;
  /*z-index: 7;*/
  /*transform: translateZ(-1px);*/
  position: relative;
  /*background-color: var(--newgreen);*/
  /*padding-top: 20px;*/
  /*padding-bottom: 20px;*/
}

.info-icon {
  color: var(--darkgreen);
  font-size: 25px;
  z-index: 999;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 2rem;
}

.goals-bar {
  position: absolute;
  height: 1.4rem;
  background-color: var(--newgreen);
  border-radius: 0 0 20px 20px;
  z-index: 1;
  LEFT: 0px;
  /*padding: 9px;*/
}

.goals-container {
  position: relative;
  background-color: var(--lightgreen);
  padding: 1px 5px;
  border-radius: 0 0 20px 20px;
  margin-bottom: 0px;
}

.project-card {
  background-color: #ffffff;
  border-radius: 25px;
  border: 1px solid rgba(0,0,0,.125);
  position: relative;
  float:left;
  margin:1%;
  min-height: 380px;
}

.card-list-2 .project-card{
  width:48%;
}

.card-list-3 .project-card{
  width:33.3333%;
}

.form-step{
  border-bottom: solid 3px #f5ffd7;
  flex-basis: 100%;
}

.form-step-show{
  border-bottom: solid 3px var(--lightgreen);
}

@media only screen and (max-width: 767px) {
  .form-step {
    display:none;
  }

  .form-step-show:last-of-type {
    display:block !important;
  }
}

.error{
  color:rgb(205, 81, 81);
}



#popup-lamp {
  position: fixed;
  width: 100px;
  height: 100px;
  z-index: 10;
  background-image: url("../../img/Icons/icon_balao.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 2px;
  bottom: 5vh;
  right: 5vh;
  transition: all 0.5s ease-in-out;
}

#popup-lamp-btn1 {
  position: relative;
  background-color: var(--lightyellow);
  width: 60px;
  height: 60px;
  z-index: 10;
  background-image: url("../../img/Icons/5_lampada.png");
  background-size: contain;
  background-position-x: 2px;
  border-radius: 100%;
  right: 70px;
  bottom: -5px;
  box-shadow: 0px 0px 3px rgb(104, 104, 104);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  transition-delay: 0.33s;
}

#popup-lamp-btn2 {
  position: relative;
  background-color: var(--lightyellow);
  width: 60px;
  height: 60px;
  z-index: 10;
  background-image: url("../../img/Icons/5_lampada.png");
  background-size: contain;
  background-position-x: 2px;
  border-radius: 100%;
  right: -3vh;
  bottom: 130px;
  box-shadow: 0px 0px 3px rgb(104, 104, 104);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}

#popup-lamp:hover div {
  opacity: 1 !important;
}

#popup-lamp:hover {
}

@keyframes btn2 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.custom-input {
    width: 98%;
    border-radius: 50px;
    border-style: none;
    height: 46px;
    font-size: 20px;
    padding-left: 20px;
    font-family: 'Conv_main-font';
    color: var(--newgreen);
}


/* forms */

input[disabled],textarea[disabled],select[disabled]{
  background-color: white !important;
  color: var(--darkgreen);
  cursor: not-allowed;
}

.form-input, .form-select {
  background-color: transparent;
  border-radius: 20px;
  width: 100%;
  border: solid 2px var(--newgreen) !important;
  color: var(--newgreen) !important;
  /*margin: 10px auto;*/
  padding: 5px 10px;
  font-weight: 600;
  font-family: 'Conv_light';
}

.form-select-multiple {
  background-color: transparent;
  border-radius: 5px !important;
  width: 100%;
  height: 167px !important;
  border: solid 2px var(--newgreen) !important;
  color: var(--newgreen) !important;
  padding: 5px 10px;
  font-weight: 600;
  font-family: 'Conv_light';
}

::placeholder {
  color: var(--lightgreen) !important;
}
.form-control:focus {
  color: var(--newgreen);
  background-color: var(--yellowgreen);
  border-color: #9badbf;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(55,90,127,.25);
}
.date-form-field {
  border-radius: 25px;
  border-left-width: 1px;
  background: var(--newgreen);
  color: white;
  padding: 7px;
  padding-right: 10px;
  padding-left: 10px;
}
.fw-bold {
  font-weight: 700!important;
}
input[type='checkbox']:checked {
  background-color: var(--newgreen) !important;
  border-color: var(--newgreen) !important;
}
input[type='checkbox'] {
  border-radius: 3px !important;
  border: solid 1px var(--darkgreen) !important;
  /*border-color: #bf1010;*/
}


/* SELECT2  */

.select2.select2-container {
    width: 100% !important;
  }

  .select2.select2-container .select2-selection {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 41px;
    outline: none !important;
    transition: all .15s ease-in-out;
    width: 100%;
    border: solid 2px var(--newgreen) !important;
    color: var(--newgreen) !important;
    padding: 5px 10px;
    font-weight: 600;
    font-family: 'Conv_light';
    border-radius: 25px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
    -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  }

  .select2.select2-container .select2-selection .select2-selection__rendered {
    color: var(--newgreen) !important;
    line-height: 29px;
    padding-right: 33px;
  }

  .select2.select2-container .select2-selection .select2-selection__arrow {

    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;

  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }

  .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #34495e;
  }

  .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
  }

  .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
  }

  .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
  }

  .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
  }

  .select2-container .select2-dropdown .select2-search {
    padding: 0;
  }

  .select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid #34495e !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
  }

  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }

  .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid #34495e;
  }

  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
  }

  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #8880 transparent transparent transparent !important;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0px !important;
 }
  .opacity-disabled-field{
    opacity: 0.3 !important;
 }
 .client_type-label{
    width: 63%;
    margin-bottom: 40px;
    display: flex;
    justify-content: flex-end;
 }
