@media screen and (min-width: 600px) {
    .combinetwofields{
        display: inline-block;
        width: 49%;
        vertical-align: top;
    }
}
@media screen and (max-width: 600px) {
    .warning{
        padding-bottom: 15px;
    }
}
.inputcontainer{
    position: relative;
}

.wpforms-entry-preview-value{
    padding: 10px;
}
.wpforms-entry-preview-label{
    font-weight: bold;
    background: #eeeeee;
    padding: 10px;
    width: 100%;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 24px
}
#msform fieldset {
    background: white;
    /* border-radius: 20px; */
    /* box-sizing: border-box; */
    width: 100%;
    margin: 0;
    position: relative;
    /* border: 2px solid #000; */
    padding: 10px;
    flex: 0 0 calc(33.333% - 50px);
    font-size: 18px;
    min-width: 250px;
}
.section-title{
    /* font-family: "Baloo 2", Sans-serif !important; */
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 24px !important;
    color: #1a2a33 !important;
    text-align: center;
    padding: 3px 0 5px 0px;
    font-weight: 700;
    margin: 0 0 16px;
}
.inside-form{
    /* font-family: "Baloo 2", Sans-serif !important; */
    font-family: 'Cormorant Garamond', serif !important;
    /* background-color: white !important; */
    border-radius: 15px !important;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    /* overflow-x: auto; */
    scroll-behavior: smooth;
    padding-bottom: 30px;
}
#msform select, #msform textarea, #msform input[type="text"], #msform input[type="password"], #msform input[type="datetime"], #msform input[type="datetime-local"], #msform input[type="date"], #msform input[type="month"], #msform input[type="time"], #msform input[type="week"], #msform input[type="number"], #msform input[type="email"], #msform input[type="url"], #msform input[type="search"], #msform input[type="tel"], #msform input[type="color"]{
    background: white;
    border: 1px solid #bfc8ce;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    font-size: 18px;
    padding:10px 12px;
    /* height: 43px; */
    /* line-height: 100%; */
    /* font-style: normal; */
    /* font-weight: 400; */
}
.main-div{
    padding-bottom: 15px;
    text-align: left;
}
/* #finalstepbtn{
    float: left;
    background: #066aab;
    color: #ffffff;
    border-radius: 3px;
    border: none;
    padding: 15px;
    font-family: inherit;
    font-weight: 500;
    font-size: 17px;
    line-height: 100%;
    cursor: pointer;
    transition: all 0.15s ease-in-out;
}
#finalstepbtn:hover{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #066aab;
} */
#msform:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #4A1F4A;
    outline-width: 0
}
.warning{
    display: none;
    color: #d63637;
    text-align: left;
}
#msform .action-button-addmore {
    width: auto;
    background: #616161;
    font-weight: bold;
    color: white;
    cursor: pointer;
    padding: 14px;
    margin: 10px 5px 10px 0px;
    line-height: 16px;
}
.card {
    z-index: 0;
    border: none;
    position: relative
}
.main-title{
    /* font-family: "Baloo 2", Sans-serif !important; */
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 30px !important;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0px;
    font-style: normal;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    margin: 0 0 8px;
    color: #0b0b0b;
}
#finalstepbtn{
    float: left;
    background: #003861;
    color: #fff;
    border: 0;
    border-radius: 10px;
    padding: 11px 18px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    /* font-family: inherit; */
    font-family: 'Cormorant Garamond', serif !important;
}
#finalstepbtn:hover {
    background: #00559c;
}
.sub-title{
    color: #51606b !important;
    font-size: 19px !important;
    /* font-family: "Baloo 2", Sans-serif !important; */
    font-family: 'Cormorant Garamond', serif !important;
    margin: 0 0 26px;
    text-align: center;
}
.fieldlabels {
    font-family: 'Cormorant Garamond', serif !important;
    font-size: 18px;
    display: block;
    font-weight: 700;
    color: #00A1EB;
    text-align: left;
    margin: 14px 0 6px;
}
select{
    padding: 11px 15px 12px 15px;
    width: 100%;
    color: #2C3E50;
    background-color: #ffffff;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{
    margin-bottom: 10px;
}
#loader {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
	text-align: center;
    background: url('https://i.imgur.com/Cn9MC39.gif') 50% 50% no-repeat rgba(0,0,0,0.7);
	vertical-align: middle;
    color: #fff;
    background-size: 100px;
}
#loader:before{
      content: attr(data-wordLoad);
      color: #fff;
      position: absolute;
      top: calc(50% + 150px);
      left: calc(50% - 90px);
	    width: 180px;
	    display: table-cell;
	    text-align: center;
	    vertical-align: middle;
      font-size: 1.5rem;
}
.paymentErrors{display:none;}
.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}
.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}
.container-fluid{
    /* border: 2px solid #000;
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16); */
    margin: 0 !important;
}
.payment-selection{
    text-align: left;
    border-radius: 4px;
    margin-bottom: 10px;
    padding-left: 0;
    margin-top:0;
}
.payment-selection li{
    list-style-type: none;
    display: block;
    padding: 0 20px 0px 0;
}
.payment-selection input[type="radio"]{
    margin: 0;
    vertical-align: middle;
}
/* Container label */
.radio-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding-right: 28px;
    user-select: none;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}
/* Hide the native radio */
.radio-container input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Custom radio circle */
.radio-container .checkmark {
    position: absolute;
    right: 0;
    top: 3px;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border-radius: 50%;
    border: 2px solid #ccc;
}

/* When checked, fill the circle */
.radio-container input:checked ~ .checkmark {
    background-color: #003861;
    border-color: #003861;
}

/* Add inner dot */
.radio-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    top: 5px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Show the dot when checked */
.radio-container input:checked ~ .checkmark::after {
    display: block;
}
.checkbox-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
    padding-right: 28px;
    user-select: none;
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
}

.checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-container .checkmark {
    position: absolute;
    top: 3px;
    right: 0;
    height: 24px;
    width: 24px;
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 4px;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #003861;
    border-color: #003861;
}

.checkbox-container .checkmark::after {
    content: "";
    position: absolute;
    display: none;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.checkbox-container input:checked ~ .checkmark::after {
    display: block;
}

.inv_details{
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 15px;
}
.inv_details label{
    font-weight: 700;
}
.form-bank{
    display: none;
    padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
    .payment-selection li{
        display: block;
        padding-left: 0;
    }
    .container_inner{
        width: 90% !important;
    }
    .inside-form{
        padding: 10px 0 40px 0 !important;
    }
    .main-title{
        font-size: 30px;
    }
}
.member_type{
    padding-right: 28px;
    display: none;
}
.ami_ind, .ami_non_prof_emp, .ami_corp_emp{
    display: none !important;
}
/* .ami_community_builder{
    display: block;
} */
#membership_independent,#membership_non_profit{
    display: none;
}
/* .fieldsets { display: none; }
#fieldset1{display: block;}

.form-nav {
    margin-top: 25px;
    text-align: center;
}
.next, .previous, .submit {
    margin: 5px;
    padding: 10px 25px;
    border: none;
    border-radius: 6px;
    background-color: #0c5a93;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}
.previous {
    background-color: #777;
}
.next:hover, .previous:hover, .submit:hover {
    opacity: 0.85;
} */
#totalAmount td, #totalAmountfinal td{
    border: none;
    text-align: center;
}
#totalAmount tr td:nth-child(2) {
    text-align: right;
}
#totalAmount table{
    width: 100%;
}
.totalAmountlabel{
    text-align: center;
}
.separator-col{
    width: 32px;
    min-height: 100%;
    background-image: url(https://www.aminnovation.org/wp-content/uploads/2025/11/Seperator.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 26px 160px;
}
@media (max-width: 1200px) {
    #stripe-checkout .separator-col {
        display: none !important;
    }
}
@media (max-width: 768px) {
    #msform fieldset {
        background: white;
        /* border-radius: 20px; */
        /* box-sizing: border-box; */
        width: 100%;
        margin: 0;
        position: relative;
        /* border: 2px solid #000; */
        padding: 10px;
        flex: 0 0 100%;
        font-size: 18px;
        min-width: 250px;
    }
}