.back-btn {
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  border: 0;
  margin-bottom: 17.5px;

}

.kvg-wrapper .back-btn {
  color: #007B3D;
}
.vicon-wrapper .back-btn {
  color: #0C3451;
}

.back-btn .arrow {
  border-width: 0 1px 1px 0;
  margin-right: 10px;
}

.details-card-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  flex-direction: column;
}

.details-card {
  width: 100%;
  margin-bottom: 25px;
}

p.details-card-header {
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 17px;
}

.details-card-row {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
}

p.details-card-row-title {
  margin-right: 20px;
  color: #333333;
  margin-bottom: 0;
}

p.details-card-row-text {
  color: #757475;
  margin-bottom: 0;
}

.details-card .btn-component {
  width: 100%;
  margin-top: 25px;
}

.unregister-modal .modal-content {
  box-shadow: 0px 2px 6px #0000001a;
  border-radius: 0;
  border: none;
}
.unregister-modal .modal-body {
  padding: 62px 28px 50px !important;
}

.unregister-modal .unregister-modal-header {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 16px;
  font-weight: bold;
}

.kvg-wrapper .unregister-modal .unregister-modal-header {
  color: #007b3d;
}
.vicon-wrapper .unregister-modal .unregister-modal-header {
  color: #0C3451;
}

.unregister-modal .unregister-modal-text {
  color: #757475;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 35px;
}

.unregister-modal .modal-dialog {
  margin: 84px 35px;
  max-width: unset;
}

.unregister-modal .grey-btn {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .details-card-wrapper {
    flex-direction: row;
  }
  .details-card {
    margin-right: 40px;
    margin-bottom: 0;
  }
  .details-card:nth-child(2) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .unregister-modal-btn {
    display: flex;
  }

  .unregister-modal .modal-body {
    padding: 188px 80px 244px !important;
  }

  .unregister-modal .modal-dialog {
    margin: 125px 139px 0;
  }
  .unregister-modal-btn div {
    width: 100%;
  }

  .large-card .unregister-modal-btn .btn-component {
    max-width: 100%;
    width: 100%;
  }

  .unregister-modal-btn .basic-btn .btn-component {
    margin-left: 18px;
  }

  .unregister-modal .unregister-modal-header {
      font-size: 40px;
  }
  .unregister-modal .unregister-modal-text {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 41px;
  }
}
