.fontawesome-icons-list {
	width: 5%!important;
}

.next-form-content{
    background-color: #ecfaff;
    border-radius: 1.25rem;
    padding: 2rem;
    position: relative;
}

.nextform-load{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
    display: block;
}

.nextform-load div{
    position: relative;
    text-align:center;
    top:33%;
    display:block;
}

.nxcustom-control {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden; /* Ensure content does not overflow */
    box-sizing: border-box; /* Include padding and border in width/height */
}

.nxcustom-input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: .75rem 1rem;
    color: #361dcc;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    box-sizing: border-box; /* Include padding and border in width/height */
}

.nxcustom-textarea {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: .75rem 1rem;
    color: #361dcc;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    box-sizing: border-box; /* Include padding and border in width/height */
    min-height: 220px;;
}

.nxcustom-control .check span{
    color: #361dcc;
    font-size: 1rem;
    font-weight: 400;
}

.nxcustom-input::placeholder {
    color: #968bd6;
  }

  .nxcustom-textarea::placeholder {
    color: #968bd6;
  }

.nxcustom-error-item{
    color: #ff0000;
    font-size: 0.875rem;
    margin-top: 0.25rem;
    margin-bottom: 0.5rem;
    width: 100%;
}
.custom-buttom-large {
    text-decoration: none;
    text-align: center;
    display: block;
    cursor: pointer;
    border: 0;
    border-radius: 1.25rem;
    background:  #361dcc;
    color: #fff !important;
    padding: 1rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 2rem;
    transition: all .3s;
}

.custom-buttom-large:hover {
    background: #fff500;
    color: #361dcc !important;
    
}

.nxcustom-input {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    padding: .75rem 1rem;
    color: #361dcc;
    font-size: 1rem;
    font-weight: 400;
    border: 0;
    box-sizing: border-box;
}

.nxcustom-control {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    box-sizing: border-box;
}