@charset "utf-8";
/* CSS Document */

.modal-confirmation {
  max-width: 354px;
  margin: 0 auto;
  min-height: calc(100% - 3.5rem);

  .close-confirmation {
    position: absolute;
    top: -48px;
    right: 0;
    background: url('../img/hexagon_small.svg');
    background-size: 100% 100%;
    width: 37px;
    height: 37px;
    text-align: center;
    align-content: center;

  }

  .close-confirmation-button {
    border: none;
    background: none;
    color: #FFFFFF;
  }

}
.modal.fade.show {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}


.modal-title{
  padding: 1rem ;
  background: url("../img/titleModalBg.svg") no-repeat left;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 2px;
  margin-bottom: -8px;
}
.modal-title h2, .modal-title h4 {
  line-height: 16px;
}
.modal-title h2{font-size: 20px;}
.howto.modal-body{
  padding: 0;
}
.modal-content{
  border-radius: 8px;
}
.list-decimal {
  list-style: decimal;
  li + li {
    margin-top: 12px;
  }
}
.list-green ul li{
  display: flex;
  column-gap: 50px;
  align-items: center;
  height: 70px;
  text-align: left;
  padding-left: 55px;
  padding-right: 15px;
  color: #fff;
}
.list-green ul li:nth-child(1){
  background: url("../img/bgList1.svg") left no-repeat;
  background-size:cover;
}
.list-green ul li:nth-child(2){
  background: url("../img/bgList2.svg") left no-repeat;
  background-size: cover;
}
.list-green ul li:nth-child(3){
  background: url("../img/bgList3.svg") left no-repeat;
  background-size: cover;
}

.continue-button {
  border: none;
  background: url(../img/HMbuttonBg.svg), center;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 12px;
  color: #FFFFFF;
  margin: 0 auto;
}

.modal-action {
  background: url(../img/bgPopupResult.png) no-repeat;
  background-size: cover;
  background-position: center bottom;
}