#otpfield, #namefield, #phonefield {
    display: none;
}

#btnverify {
    display: none;
}

.dynamic-section {
    margin-bottom: 20px;
    border: 2px solid green;
    border-radius: 3%;
}

.dynamic-field {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.close-button {
    background: none;
    border: none;
    font-size: 1.2em;
    cursor: pointer;
    color: #555;
    margin-left: 5px;
}

#add-section {
    background-color: green;

    color: white;

    border: none;
    padding: 5px 10px;
    font-size: 13px;
    cursor: pointer;
}

#add-section:hover {
    background-color: darkgreen;

}

.close-button {
    color: red;
}


ul.list-block li .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 0.6em !important;
  overflow: visible;
  vertical-align: 0em !important;
}

ul.general-listing  li .svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 0.6em !important;
  overflow: visible;
  vertical-align: 0em !important;
}

.blurred-image {
  filter: blur(5px); /* Adjust the px value for more/less blur */
}
