/* Ported from CI3 wla_new/tossin/css/franchise.css
   --main-bg-color→--brand-primary; --secondary-bg-color→--brand-secondary;
   images→/assets/img/ue_override/4580/; google-font @imports dropped. */

/* ── franchise.css ── */
body {
	font-family: "Poppins", sans-serif;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.space-section {
    padding: 25px 0;
    background-color: #FCFCFC;
}
.space-section .container {
    max-width: 500px;
    padding: 0px;
}
.common-space {
    padding: 50px 0px;
}
.franchise-page h1 {
    color: var(--brand-primary);
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 40px;
}
.franchise-page h1 span {
	color: #6c6c6c;
}
.form-dv {
    padding: 35px 45px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 30%);
    margin-bottom: 0px;
}
.form-dv .form-control, .form-dv .form-control:focus {
    border: none;
    background: #f4f4f4;
    font-size: 15px !important;
    height: auto;
    padding: 15px 15px;
    border-radius: 5px !important;
    border: 1px solid #f4f4f4;
}
.form-dv .form-control:focus {
    color: #282828;
	border: 1px solid var(--brand-primary);
}
.form-dv .form-control::placeholder {
    color: #282828;
}
.submit-btn, .submit-btn:focus {
    border-radius: 12px !important;
    background: none !important;
    border: 2px solid var(--brand-primary) !important;
    padding: 5px 20px !important;
    font-weight: 400 !important;
    color: var(--brand-primary) !important;
    font-size: 17px;
}
.submit-btn:hover {
	background: var(--brand-primary)!important;
	color: #fff!important;
}
.bg-img-tp {
    background-image: url(/assets/img/ue_override/4580/tossin-background.jpg);
    background-size: contain;
    background-position: top;
}
.left-align-radio .radio-outer [type="radio"]:checked+label:after, 
.left-align-radio .radio-outer [type="radio"]:not(:checked)+label:after {
    left: 4px;
    right: auto;
}
.left-align-radio .radio-outer [type="radio"]:checked+label:before, 
.left-align-radio .radio-outer [type="radio"]:not(:checked)+label:before {
	left: 0px;
	right: auto;
}
.left-align-radio .radio-outer [type="radio"]:checked+label, 
.left-align-radio .radio-outer [type="radio"]:checked+label, 
.left-align-radio .radio-outer [type="radio"]:checked+label, .left-align-radio .radio-outer [type="radio"]:checked+label, .left-align-radio .radio-outer [type="radio"]:checked+label, .left-align-radio .radio-outer [type="radio"]:checked+label, .left-align-radio .radio-outer [type="radio"]:not(:checked)+label {
    padding-left: 24px;
    font-weight: 400;
    padding-top: 1px;
}
.left-align-radio .radio-outer {
    margin: 0 5px;
}
.left-align-radio .radio-outer:last-child {
    margin-right: 0px;
}
.left-radio-dv {
    display: flex;
    color: #000;
    margin-top: 15px;
}
.left-radio-dv > label {
    margin-right: 7px;
    font-weight: 400;
}
#franchise_form > .form-group,
#franchise_form > .form-group p {
    margin-bottom: 0px;
}

@media only screen and (max-width: 767px) {
.space-section {
    padding: 0;
    background-color: #fff;
}
.form-dv {
    padding: 25px 35px;
}
.left-radio-dv {
    margin-top: 0;
    margin-bottom: 15px;
    display: block;
}
.left-align-radio .radio-outer:first-child {
    margin-left: 0px;
}
.left-radio-dv > label {
    margin-right: 0px;
}
.franchise-page h1 {
    font-size: 24px;
    margin-bottom: 25px;
}
.franchise-page h1 span {
	display: block;
}
.extraspace .franchise-page.bg-img-tp {
    margin-top: 30px;
}
.common-space {
    padding: 30px 0px;
}

}


/* Bootstrap 5 dropped .form-group's default margin (CI3 used BS4, where
   .form-group { margin-bottom: 1rem } spaced the fields). The nested field
   groups here get no margin otherwise, so the fields collapse together. */
.form-dv .form-group { margin-bottom: 1rem; }
.form-dv .left-radio-dv { margin-bottom: 1rem; }
.form-dv .form-group.clearfix { margin-bottom: 0; }   /* submit row stays tight */

/* Gap between the Send Message button and the success/error status message
   (.form-status ships only margin-bottom, so it sat flush against the button). */
.form-dv .form-status { margin-top: 1rem; }
