/*var(--themeColor)*/

a {
  text-decoration: none !important;
}
.licence-detail-head {
  padding: 20px 0 5px 0;
  display: flex;
}
.licence-banner {
  background-image: url(../images/help-banner-1.jpg?v=7483758);
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-color: rgb(0 0 0 / 50%);
}
.user-img {
  background-color: var(--white);
  padding: 30px 30px 70px 30px;
}
.user-img {
  background-color: var(--white);
  padding: 20px 30px 20px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: -150px;
}
.user-img img {
  width: 100%;
}
section.members {
  background-color: #f6f7f9;
  padding-bottom: 30px;
}
.licence-detail-head h6 {
  position: relative;
  width: max-content;
  padding-bottom: 5px;
  font-weight: 600;
}
.licence-detail-head h6::after {
  width: 60px;
  content: "";
  height: 2px;
  background-color: var(--themeColor);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 00%);
}
.license-Agreement {
  background-color: var(--white);
  padding: 30px 30px 0px 30px;
  border: 1px solid #e5e5e5;
  border-radius: 5px;
  margin-top: 30px;
  text-align: center;
}
.license-Agreement h6 {
  font-size: 20px;
  margin-bottom: 20px;
}
.license-Agreement button.btn {
  background-color: var(--themeColor);
  padding: 10px 0px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 90%;
  color: var(--white);
}
.license-Agreement button.btn:hover {
  background-color: #178451;
  padding: 10px 0px;
  font-weight: 500;
  margin-bottom: 20px;
  width: 90%;
  color: var(--white);
}
.license-Agreement button.btn i {
  margin-right: 3px;
}

.add-members {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  background-color: var(--white);
  padding: 20px 20px;
  margin-top: 30px;
  border: 1px #eee solid;
  border-radius: 5px;
}
.add-members p {
  font-size: 18px;
  font-weight: 500;
}
.first-modal-btn {
  background-color: var(--themeColor);
  padding: 10px 20px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  color: var(--white);
}
.first-modal-btn:hover {
  background-color: #178451;
  padding: 10px 20px;
  font-weight: 500;
  border: 0;
  border-radius: 5px;
  color: var(--white);
}

.modal-header.first-model-head {
  justify-content: center;
}
.form-sec {
  margin-bottom: 30px;
}
.first-model-head h4 {
  font-size: 25px;
  font-weight: 400;
}
.form-sec h6 {
  font-size: 18px;
  color: var(--black);
  font-weight: 400;
  opacity: 0.7;
}
.form-sec input,
.form-sec select {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100%;
  background-color: #f3f6f9;
}
.list-member {
  background-color: var(--white);

  border: 1px #eee solid;
  border-radius: 5px;
}
.table-setting {
  overflow: auto;
  margin: 10px;
  overflow-x: hidden;
}
.list-member table {
  width: 100%;  
  padding: 10px 10px;
}
.list-member table th {
  background-color: var(--themeColor) 80;
  padding: 5px;
}
.list-member table td {
  padding: 5px;
}
.list-member table td button {
  padding: 0 10px;
}

.list-member table tr {
  border-bottom: 1px solid #e3f8ee;
}

.modal-header.second-model-head {
  border-bottom: 0;
  justify-content: center;
  margin-top: 15px;
  padding-bottom: 0;
}
.second-model-head h4.modal-title {
  font-weight: 700;
  text-transform: none;
  font-size: 27px;
}
.modal-dialog.cancel-popup {
  position: absolute;
  left: 50%;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -80%) !important;
}

.modal-footer.cancel-modal-btn {
  text-align: center;
  justify-content: center;
  border-top: 0;
}
.cancel-modal-btn button {
  width: 30%;
  color: var(--white);
}
.cancel-modal-btn button:first-child {
  background-color: var(--themeColor);
}
.cancel-modal-btn button {
  padding: 10px 0 !important;
  margin-bottom: 25px;
}
.property-info h6 {
  margin-bottom: 10px;
  font-size: 20px;
}
.property-info {
  background-color: var(--white);
  padding: 20px 20px 0 20px;
  border: 1px #eee solid;
  border-radius: 5px;
  margin-top: 20px;
}
.property-info table {
  width: 100%;
}
.property-info table tr td {
  width: 50%;
  padding: 20px 0;
}
.property-info table tr td:first-child {
  font-weight: 600;
}
.property-info table tr {
  border-bottom: 1px solid #e3f8ee;
  padding-bottom: 0px;
}
.renewButton {
  float: right;
  right: 0;
  position: absolute;

  top: 0;
  margin: 6px;
}


.modal-val .form-group {
  position: relative;
  margin-bottom:20px;
}
.form-group .reqVali {
  position: absolute;
  bottom: -18px;
  font-size: 12px !important;
}

@media (min-width: 576px) {
  .modal-dialog.new-dialog-wid {
    max-width: 600px;
    margin: 1.75rem auto;
    width: 600px;
    min-width: 600px;
  }
}
