@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700&subset=latin-ext");
.actualizare-titlu {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  color:  #71984A;
}

.actualizare-text {
  font-size: 20px;
  line-height: 25px;
  color: #4a4a4a;
}

.actualizare-date {
  font-family: 'Montserrat', sans-serif;
  padding: 100px 15px 0 15px;
  margin: 0 auto;
  max-width: 1300px;
}

@media screen and (max-width: 991px) {
  .actualizare-date > * {
    padding-left: 0;
  }
}

.actualizare-box {
  width: 100%;
  margin-top: 20px;
  border: solid 3px #f7f8f1;
  box-sizing: border-box;
  border-radius: 15px;
}

.actualizare-content {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 25px;
}

.actualizare-content .help-block {
    font-size: 20px;
    font-weight: 700;
    color: #FF0000;
}

.actualizare-label {
  font-size: 22px;
  line-height: 27px;
  color:  #71984A;
}

.actualizare-label.has-error {
  color: #a94442;
}

.actualizare-input {
  height: 55px !important;
  background-color: #ffffff !important;
  border: 0 !important;
  border: none !important;
  border-bottom: solid 2px  #71984A !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  font-size: 22px;
  line-height: 26px;
}

.actualizare-submit {
  width: 250px;
  margin-top: 25px;
  min-height: 60px;
}

.actualizare-btn {
  width: 250px;
  height: 50px;
  border: solid 2px  #71984A;
  cursor: pointer;
  border-radius: 20px;
  font-size: 22px;
  line-height: 28px;
  color:  #71984A;
  background-color: #ffffff;
  text-transform: capitalize;
  letter-spacing: normal;
  position: relative;
}

@media screen and (max-width: 991px) {
  .actualizare-btn {
    width: 90%;
  }
}

.actualizare-btn:hover {
  background-color: initial;
}

.actualizare-btn::after {
  content: '\f105';
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 15px;
  position: absolute;
  top: 9px;
}

.actualizare-img {
  width: 100%;
  max-width: 583px;
  height: 363px;
  object-fit: contain;
}

@media screen and (max-width: 991px) {
  .actualizare-col {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  .actualizare-order-last {
    order: 3;
  }
}

/* ==[ required labels ]== */
.required label.control-label::after {
  content: " *";
  color: #a94442;
}

/* ==[ success ]== */
.has-success .control-label,
.has-success .radio {
  color: #333 !important;
}

/* ==[ checkbox ]== */
.ckbox {
  display: block;
  position: relative;
  padding-left: 55px !important;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
  user-select: none;
  margin-top: 15px;
  padding-top: 2px;
}

/* Hide the browser's default checkbox */
.ckbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.54);
}

/* When the checkbox is checked, add a blue background */
.ckbox input:checked ~ .checkmark {
  background-color: rgba(121, 153, 0, 0.87);
  /*border-radius: 50px;*/
  transition: border-color ease .28s;
  transition: background-color ease .28s;
  border: 2px solid rgba(121, 153, 0, 0.87);
}

/*Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/*Style the checkmark/indicator */
.checkmark:after {
  left: 7px;
  top: 2px;
  width: 7px;
  height: 14px;
  border: 1px solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* ==[ inputs ]== */
.cartu-input {
  border: 2px solid  #71984A !important;
  background: #EEEEEE !important;
  transition: all .2s ease;
  font-size: 17px;
  padding: 0 0 0 8px;
  border-radius: 0;
}

/* ==[ utilities ]== */
.spaced-item {
  margin: 10px 0;
}

.d-inline {
  display: inline;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-t-20 {
  margin-top: 20px;
}

.checkmark {
  top: 4px;
}

/* ==[ accordion ]== */
.cartu-accordion {
  padding: 0.5em 1em !important;
}
