/* /*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.textareainput {
    /* width: 100%; */
    padding: 15px;
    /* margin: 8px 0; */
    /* box-sizing: border-box; */
}

.submitbtn {
    margin-top: 20px;
    align-items: center;
    background-image: linear-gradient(144deg, #af40ff, #5b42f3 50%, #00ddeb);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 13px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}

.submitbtn:active,
.submitbtn:hover {
    outline: 0;
}

.submitbtn span {
    background-color: rgb(5, 6, 45);
    padding: 16px 24px;
    border-radius: 6px;
    width: 100%;
    height: 100%;
    transition: 300ms;
}

.submitbtn:hover span {
    background: none;
}

.submitbtn:active {
    transform: scale(0.9);
}

.submitbtn:disabled,
.submitbtn[disabled] {
    /* border: 1px solid #999999; */
    background-color: #cccccc;
    /* color: #666666; */
    cursor: not-allowed;
    transform: unset;
}

.grecaptcha-badge {
    visibility: hidden !important;
}