.ui-dialog-titlebar-close{visibility:hidden}table{width:80%}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;vertical-align:middle}.submit{background:url(https://www.cashamericatoday.com/images/submit.png) no-repeat;width:320px;height:65px;border:0;cursor:pointer}.bantext{font-size:22px;line-height:24px}.ui-widget-overlay{background:rgba(50,171,218,0.9)!important;opacity:1!important;z-index:3}.main-freezbox{margin:12% auto!important;width:50%!important;text-align:justify;text-align:center}.freeboxheading{width:100%;float:left;background-color:#ca9300}.freeboxheading_left{width:100%}.freeboxheading_left h2{color:#fff;font-weight:600;padding:12px 4px;margin:0;text-align:center}.freeboxheading_right{width:50%;float:left;text-align:right;padding:12px 0}.freeboxheading_right a{text-align:right;color:#fff;font-size:18px;font-weight:600;padding-right:4px;margin:0;padding:12px 4px}.freezbox{color:#FFF;background-color:#000;padding:0!important;font-size:16px;float:left!important}.freezbox_processing{width:100%;float:left}.freezbox_processing h2{margin-top:30px;margin-bottom:30px;font-size:22px}.freezbox_processing h3{padding:10px 20px;font-size:22px;font-weight:bold;color:#ca9300}.freezbox_processing h6{padding:10px 20px;font-size:14px;font-weight:400}.no_mar p{color:#fff}@media only screen and (min-width:320px) and (max-width:1024px){.main-freezbox{width:88%!important}.ui-widget-overlay{overflow-y:scroll}}.sslc-logo{width:100%;margin:10px 0px;text-align:center}
.checkbox-field{display:flex;padding-top:20px}
.heading-pd{padding:0 10px}
.table-container th, td{border:none;padding:0px;font-size:15px;}
.mobile-padding{padding:0 10px 0 0;font-size:14px;}.bnr-hgt-new, .cbnr-overlay-new{margin-bottom:25px!important;}
p{margin-bottom:10px;}
.new-form-display{ background: #f6f7f8;
    border: 1px solid var(--border);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.12);
    border-radius: var(--radius-lg);
    padding: 20px;
	}
	.txtbox, .txtsmbox{width: 100%;
    padding: 10px 16px;
    font-size: 16px; 
    font-family: 'Inter', sans-serif;
    border: 2px solid #E4E7ED;
    border-radius: 5px;
    background: #F7F9FC;
    color: #000;
    transition: border-color 0.3s, box-shadow 0.3s;
    appearance: none;}
	.txtbox:focus, .txtsmbox:focus {
  outline: none;
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(27, 77, 62, 0.1);
  background: white;
}
.form-group-new{display: grid;grid-template-columns: 1fr 1fr;gap: 16px;}
.form-display{display:flex;flex-direction:column;width:100%;margin-bottom:16px;}
<!--.ll2{width:90% !important;}.ll{width:85% !important;} -->
.note-color{color:#ff9d00;font-weight:bold;}
.smbox, .txtsmbox2{border: 2px solid #E4E7ED;}.sbox, .smbox{background:#f7f9fc;padding:10px;border-radius:5px;}.check-ssn-num{margin-bottom:20px;}
@media screen and (max-width:768px) {
	.form-group-new{display:block;}
    .check-ssn-num{width:100%;margin-bottom: 20px;}
    .submit{width: 290px;background-position: center center;}
}
/* Allow sticky to work (VERY IMPORTANT) */
.grid_4,
.container,
.row {
    overflow: visible !important;
}

/* Sticky Sidebar */
.apply-sidebar-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: -webkit-sticky; /* Safari support */
    position: sticky;
    top: 100px; /* adjust if header height changes */
}
@media screen and (max-width: 325px) {
    .submit {
        background: url(https://www.cashamericatoday.com/images/submit-mobile.png) no-repeat;width: 220px;
    }
}