.btn-outline svg {
    width: auto;
}
.btn-outline .elementor-button-content-wrapper,
.contact-form .elementor-button-content-wrapper {
    position: relative;
    isolation: isolate;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}
.btn-outline .elementor-button-icon,
.contact-form .elementor-button .elementor-button-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-outline .elementor-button:hover,
.contact-form .elementor-button:hover {
    border-color: #BEAC64 !important;
    background: linear-gradient(88deg, #BEAC64 30.74%, #F8EFAC 58.85%, #9A723C 90.38%);
}
.btn-outline .elementor-button:hover .elementor-button-icon,
.contact-form .elementor-button:hover .elementor-button-icon {
    opacity: 1;
}
.btn-outline .elementor-button:hover .elementor-button-content-wrapper,
.contact-form .elementor-button:hover .elementor-button-content-wrapper {
    padding-right: 20px;
}
.contact-form .elementor-field-textual {
    margin-bottom: 0;
}
.contact-form .elementor-field-textual,
.contact-form .elementor-field-textual:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact-form textarea {
    min-height: 125px !important;
}

.btn-grad .elementor-button {
    background-image: linear-gradient(to right, #BEAC64 30.74%, #F8EFAC 58.85%, #9A723C 90.38%) !important;
    background-size: 100% auto !important;
}
.btn-grad:hover .elementor-button {
    background-position: right center !important;
    background-size: 200% auto !important;
}
.btn-grad .elementor-button-content-wrapper {
    position: relative;
    isolation: isolate;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
}
.btn-grad .elementor-button .elementor-button-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.btn-grad .elementor-button:hover .elementor-button-icon {
    opacity: 1;
}
.btn-grad .elementor-button:hover .elementor-button-content-wrapper {
    padding-right: 20px;
}

.data-table-header-wrap {
    display: inline-flex;
    align-items: center;
    background-image: linear-gradient(101deg, #F8EFAC 18.67%, #9A723C 126.86%);
    border-radius: 90px 90px 90px 90px;
    padding: 12px 24px;
}
.data-table-header-wrap .data-header-icon {
    top: 0;
}
.hide-data-table-header {
    display: none;
}

.bg1 {
    background-color: #F7F7F7 !important;
}
.bg2 {
    background-color: #FBF6E9 !important;
}