/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .thankyou_custom_message {
     background-color: white;
     box-shadow: 2px 2px 4px 0 #00000080;
     border-radius: 15px 15px 15px 15px;
     border-style: solid;
     border-width: 1px;
     border-color: var( --e-global-color-primary );
     padding-left: 10px;
     padding-top: 10px;
 }