body.give-form-templates #give-donor-dashboard{
    max-width: 100%!important;
}

body.give-form-templates {
    margin: 0px;
}

.give-donor-dashboard-desktop-layout{
    box-shadow:none!important
}
.give-donor-dashboard__auth-modal-form > .give-donor-dashboard-text-control{
    margin-bottom: 10px !important;
}
.give-donor-dashboard-logout{
    display: none;
}

.give-embed-form.give-viewing-form-in-iframe{
    max-width: 100%!important;
    box-shadow: none!important;
    border: none!important;
}

.give-form-navigator{
    border-bottom:none!important;
}

.single-give_forms.postid-6757 .give-funds-fund-description{
	display: none;
}

fieldset[id^=give-register-account-fields-] {
    display: flex!important;
    justify-content: space-between!important;
}

fieldset[id^=give-register-account-fields-] input[type=checkbox]{
    display: inherit!important;
    padding: 2px!important;
}

fieldset[id^=give-register-account-fields-] p.give-login-message {
    font-size: 15px!important;
}
.premium-hamburger-toggle{
    position: relative;
    -webkit-tap-highlight-color: transparent;
}
.premium-ver-inner-container .dashabord-icon{
    display: inline-block;
    position: absolute;
    right: 47px;
    bottom: 8px;
}
@media screen and (max-width: 320px) {
    .give-donor-dashboard__auth-modal-frame .give-donor-dashboard__auth-modal-heading{
        margin-top: 26px;
    }
}
@media screen and (max-width: 768px) {
    .give-donor-dashboard__auth-modal .give-donor-dashboard__auth-modal-frame{
        height: 100%;
        max-height: 140vh;
        overflow-y: auto !important;
    } 
    
}