.usga-profile-col {
    /* float: left; */
    margin: 0px 10px 20px 10px;
}

.usga-first-sec {
    line-height: 55px;
}

.usga-edit-section {
    display: flex;
    margin: 10px;
}

.usga-profile-headers {
    margin: 10px;
}

.success-msg{
    position: fixed;
    background: #00000042;
    top: 0;
    bottom: 0;
    lefT: 0;
    right: 0;
    z-index: 999;
}

.success-msg-content {
    background: white;
    position: absolute;
    width: 340px;
    height: 230px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    border-radius: 8px;
    box-shadow: 5px 5px 15px #00000021;
    padding: 35px;
    text-align: center;
    font-size: 1.3rem;
}

.success-msg-p {
    font-weight: bold;
    color: green;
    margin-bottom: 5px;
}

.success-okay-button {
    border:none;
    text-align: center;
    color: white;
    text-decoration: none;
    position:relative;
    font-weight: bold;
    font-size: 21px;


    background: #00365f;
    width: 200px;
    text-align: center;
    padding: 5px 35px;
    border-radius: 8px;
}

.description{
    font-size:1rem;
    font-family: "NationalWeb" !important;
    font-weight: bold;
    position: relative;
    bottom:6rem;
    left:12rem;
}

input[name="manage_avatar_submit"]{
    position:relative;
    border-radius: 8px;
    color: white;
    font-weight: bold;
    background: #00365f;
    font-size:1rem;
}

input[name="manage_avatar_submit"]:hover{
    background: #00365F;

}

#basic-local-avatar{
    position:relative;
    left:12rem;
    bottom:4.5rem;
}

.avatar-96{
    border-radius: 50%;
    margin-left:2rem;
    border: 7px solid #00365F;
}

#first-header {
    float: left;
}

.submit-lbl{
    border:none;
    text-align: center;
    color: white;
    text-decoration: none;
    position:relative;
    font-weight: bold;
    width: 150px;
    font-size: 21px;


    background: #00365f;
    width: 200px;
    text-align: center;
    margin: 30px 10px;
    padding: 5px 35px;
    border-radius: 8px;
}

.secondary-submit-lbl{
    float: left;
    left:7.4em;
    bottom:3rem;
    border:none;
    text-align: center;
    color: white;
    background: #00365f;
    text-decoration: none;
    position:relative;
    font-weight: bold;
    padding:0;
    width: 150px;
    border-radius: 8px;
    font-size: 21px;
}


.submit-lbl:hover, .secondary-submit-lbl:hover{
    cursor: pointer;
}

input[name="submit-form"] {
    display: none;
    margin-right: 2rem;
}

input[name="usga-form-submit"]{
    display:none;
    margin-right:2rem;
}

input[name="basic-user-avatar-erase"]{
    display:none;
} 

input[name="manage_avatar_submit"]{
    display: none;
}

label[for="basic-user-avatar-erase"]{
    display: none;
}

.description{
    display:none;
}

.profile-input{
    font-size: 16px;
}

.checkbox{
    display:none;
}

#checkbox-lbl{
    display:inline;
}

.checkbox + #checkbox-lbl {
    background-color: #D3D3D3;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;

    width: 30px;
    height: 30px;
}

.checkbox + #checkbox-lbl:active, .checkbox:checked + #checkbox-lbl:active{
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.checkbox:checked + #checkbox-lbl{
    background-color: #e9ecee;
    border:1px solid #adb8c0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
    color: #99a1a7;
}

.checkbox:checked + #checkbox-lbl:after{
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: -3px;
    left: 3px;
    color: #080808;
}

#ship-bill{
    position: relative;
    bottom: 4px;
    font-weight:bold;
    margin-left: 10px;
    margin-top: 5px;
}

.ship-bill-container {
    display: flex;
}

.usga-change-password-button {
	background: #00365f; 
	width: 200px; 
	text-align: center; 
	margin: 30px 10px; 
	padding: 5px 15px; 
	border-radius: 8px;
    font-size: 21px;
}

/* OVERRIDING woocommerce styling for Payment Information section*/
.payment-information-message{
    font-family: "NationalWeb" !important;
    left:1.9rem;
    position: relative;
    font-size:1rem;
    font-weight: bold;
}

.payment-information-button{
	background: #00365f; 
	width: 200px; 
	text-align: center; 
	margin: 30px 10px; 
	padding: 5px 15px; 
	border-radius: 8px;
    font-weight: bold;
    bottom:3.5rem;
    position: relative;
    color:white;
    font-size:1rem;
    
}
.payment-information-button:hover{
    cursor: pointer;
    color: white;
}

#payment-information-text{
    color:white !important;
    font-weight: bold !important;

}

#payment-information-text:hover{
    color:white !important;
    cursor: pointer;

}

.supported-file-types-msg{
    font-weight: bold;
    position: relative;
    left:12rem;
    bottom:5rem;
}

.profile-input {
    width: 40vw;
}

#billing_address_1, #shipping_address_1{
    margin-bottom: 10px;
}

.usga-modal-background {
    background-color: black;
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: 999;
    opacity: 0.4;
}

.usga-modal-background.hidden {
    display: none;
}

.usga-change-email-modal.hidden {
    display: none;
}

.usga-change-email-modal {
    position: fixed;
    background-color: white;
    padding: 30px;
    border: solid 1px #d0d0d0;
    border-radius: 8px;
    z-index: 999;
    width: 520px;
    height: 300px;
    margin: auto;
    inset: 0;
}

.usga-change-email-modal-body > input {
    color: #666;
    padding: 0.75em;
    height: auto;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    border-radius: 2px;
    background: white;
    box-shadow: none;
    box-sizing: border-box;
    transition: all .2s linear;
    width: 100%;
    margin: 10px 0;
    padding: 15px;
}

.change-email-modal-button-container {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    margin: 10px;
}

.change-buttons-container {
    text-align: center;
    display: flex;
    align-items: center;
}

.usga-change-email-modal-header {
    font-weight: bold;
    text-align: center;
}

.usga-change-email-open-modal-button {
    background: #00365f;
    text-align: center;
    margin: 30px 10px;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 21px;
}

.change-email-modal-button-container .usga-change-email-button,
.change-email-modal-button-container .usga-cancel-email-button  {
    background: #00365f;
    width: 200px;
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 21px;
    color: white;
    font-weight: bold;
    height: 50px;
    text-align: center;
}

@media screen and (max-width: 565px){
    .usga-edit-section {
        display: block;
        margin: 0px;
    }

    .profile-input {
        width: 100%;
    }
}


@media screen and (min-width:1024px) and (max-width: 1920px){


}

@media screen and (max-width:1024px){

    html{
        max-width:100%;
        overflow-x:hidden;
    }

    .secondary-submit-lbl{
        left:7rem;
    }

    .supported-file-types-msg{
        left:10rem;
    }

    #billing_country, #shipping_country, #shipping_state, #billing_state{
        width:209px;
    }

}




/*for when/if they actually want the change password button to be put at the bottom of the page

.submit-lbl{
    display: inline-block;
    height:3rem;
    padding-top:4px;
    left:5em;
    top:90rem;
    border:none;
    text-align: center;
    color: white;
    background: #00365f;
    text-decoration: none;
    position:relative;
    font-weight: bold;
    padding:0;
    width: 150px;
    border-radius: 8px;
    font-size: 21px;
}



.usga-change-password-button {
    position:relative;
    left:35rem;
	background: #00365f; 
	width: 200px; 
	text-align: center; 
	margin: 30px 10px; 
	padding: 5px 15px; 
	border-radius: 8px;
}



    ADD PAYMENT BUTTON
      <div class="payment-information-button">
        <a id="payment-information-text" href="<?php echo esc_url(wc_get_endpoint_url('add-payment-method')); ?>">
        <?php esc_html_e('Add payment method', 'woocommerce'); ?></a>
      </div>

*/
