@font-face {
    font-family: 'monogenregular';
    src: url(../fonts/monogen/monogen-webfont.eot);
    src: url(../fonts/monogen/monogen-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/monogen/monogen-webfont.woff) format('woff'), url(../fonts/monogen/monogen-webfont.ttf) format('truetype'), url(../fonts/monogen/monogen-webfont.svg#monogenregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

.account-content-wrapper {
    padding: 65px 57px 55px 57px;
}

.signup-nav {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    padding-top: 4px;
}

.signup-nav .account-link {
    color: #e3e3e3 !important;
    padding-top: 14px;
    padding-bottom: 14px;
}

.signup-nav .account-link.white {
    color: var(--white) !important;
}

.signup-nav .account-link:hover {
    color: #bced70 !important;
}

/*Account Info page*/
.account-content-wrapper .signup-wrapper .account-content-title {
    font-size: 22px;
    color: var(--primary-heading-color);
    margin-bottom: 6px;
    font-weight: 500;
}

.account-content-wrapper .signup-wrapper input[type="text"],
.account-content-wrapper .signup-wrapper input[type="password"],
.account-content-wrapper .signup-wrapper select {
    font-size: 14px;
}

.account-content-wrapper .signup-wrapper .important {
    color: #E87070;
}

.account-content-wrapper .signup-wrapper .btn-update {
    min-width: 224px;
    border-radius: 6px;
    padding: 10.5px 18px !important;
    background-color: var(--primary-color);
    letter-spacing: 2px;
    margin: 15px 0px 0px 0px;
    color: var(--white) !important;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.account-content-wrapper .signup-wrapper .btn-update:hover {
    color: var(--white);
    background-color: var(--secondary-color);
}

.signup-wrapper .update_form label {
    display: block;
    margin-top: 6px;
    margin-bottom: 0;
}

/*profile-edit page*/
.qrprofile-edit h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary-heading-color);
    margin-bottom: 6px;
    line-height: 25px;
}

.qrprofile-edit .account-photo-heading {
    padding-top: 30px;
}

.qrprofile-edit label {
    display: block;
    margin-bottom: 0px;
    padding-top: 8px;
}

.qrprofile-edit input[type="text"],
.qrprofile-edit textarea {
    max-width: 350px;
    width: 100%;
}

.qrprofile-edit .secured-area input[type=text] {
    max-width: 100% !important;
}

.qrprofile-edit textarea {
    max-width: 100%;
    min-height: 138px;
}

.qrprofile-edit .emergency_contact {
    margin-top: 20px;
}

.qrprofile-edit .addl_info {
    margin-top: 15px;
}

.qrprofile-edit .secured-area,
.qrprofile-edit .controls,
.qrprofile-edit .addl_info {
    padding: 0px 0px 10px 0px;
}

.qrprofile-edit .controls p {
    margin: 0;
    line-height: 23px;
}

.qrprofile-edit .secured_content {
    padding-bottom: 8px;
    border-bottom: 1px dashed #d9d9d9;
}

.qrprofile-edit .secured_content input[type="text"],
.qrprofile-edit .secured_content textarea {
    max-width: 100%;
}

.qrprofile-edit .secure_delete_item {
    color: #324E6F;
}

.qrprofile-edit .secure_delete_item:hover {
    color: #9ab853;
}

.qrprofile-edit .btn-cancel {
    min-width: 150px;
    border-radius: 6px;
    padding: 10.5px 13px !important;
    background-color: #445260;
    letter-spacing: 1px;
    margin-top: 25px;
    color: var(--white) !important;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.qrprofile-edit .btn-cancel:hover {
    color: var(--white);
    background-color: #4971a0;
}

.qrprofile-edit .photo-upload .filepicker {
    display: block;
    min-width: 48px;
    cursor: pointer;
    max-width: 150px;
    height: auto;
    width: unset;
}

.qrprofile-edit .photo-upload img {
    border-radius: 4px;
    margin-bottom: 10px;
}

.bnr-content-list {
    margin: 14px 0px 17px;
    padding-left: 20px;
    color: var(--white);
}

/*profile-view page*/
.qrprofile.qrview {
    max-width: 340px;
    padding: 30px;
    border-radius: 8px;
    border: solid 2px #ccc;
    margin: 20px auto 0px auto;
    font-weight: 500;
    font-size: 14px;
    background-color: var(--white);
}

.qrprofile.qrview .profile-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 210px;
    max-height: 53px;
    width: 100%;
    height: 100;
}

.profile-header .logo-text {
    color: #374C62 !important;
    float: left;
    padding-left: 15px;
    border-left: 1px solid #4b4e56;
    font-size: 18px;
    text-transform: uppercase
}

.profile-image-container {
    text-align: center;
    clear: both;
}

.profile-image {
    max-height: 150px;
    object-fit: contain;
    object-position: top center;
    border-radius: 4px;
}

.no-photo-message {
    font-size: 18px;
    padding: 10px 0px;
    color: #374C62;
    margin-bottom: 6px;
}

.qrprofile.qrview .profile label {
    display: block;
    color: var(--white);
    background-color: #374C62;
    margin: 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    padding-left: 10px;
}

.profile .content {
    font-weight: 500;
    font-size: 14px;
    display: block;
    padding-left: 10px;
    color: #58595B;
}

.profile .secure_area {
    background: #f8d7da;
    color: #721c24;
}

.profile-footer p {
    text-align: center;
    font-family: "Asap-Regular", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #58595B;
    line-height: 23px;
}

.profile-footer a {
    color: #0D5E8A;
}

.profile-footer a:hover {
    color: #1C75BC !important;
}

/*add QR Code page*/
.addqr-wrapper {
    display: flex;
}

.addqr-wrapper .sample-qr {
    max-width: 158px;
    max-height: 185px;
    width: 100%;
    height: 100%;
}

.addqr-wrapper .content {
    padding-left: 30px;
    max-width: 394px;
    width: 100%;
}

.addqr-wrapper p {
    margin-bottom: 20px;
}

.addqr-wrapper .form-label {
    margin: 0;
}

.addqr-wrapper input[type=text] {
    margin-top: 4px;
    padding: 0px 5px 0px 5px;
}

.addqr-wrapper .submit {
    float: right;
    margin: 30px 0px 0px 0px;
}

/*Emergency Q&A Page*/
.emergency-wrapper .form-label {
    padding-top: 8px;
    margin: 0;
}

.emergency-wrapper h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary-heading-color);
    margin-bottom: 3px;
    margin-top: 20px;
}

.emergency-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    color: #4b4e56;
    margin-bottom: 6px;
}

.emergency-wrapper p {
    padding-bottom: 10px;
    margin: 0;
}

.emergency-wrapper .control-btns {
    display: flex;
    flex-direction: column;
    max-width: 224px;
    width: 100%;
    margin-top: 10px;
    gap: 10px;
}

.emergency-wrapper .control-btns .btn {
    margin-top: 0 !important;
}

.emergency-wrapper .btn-cancel {
    min-width: 225px;
}

/*primary btns*/
.btn-old-large {
    min-width: 224px;
    border-radius: 6px;
    padding: 15px 18px !important;
    line-height: 18px;
    background-color: var(--primary-color);
    letter-spacing: 2px;
    margin: 15px 0px 0px 0px;
    color: var(--white) !important;
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}

.btn-old-large:hover {
    color: var(--white);
    background-color: var(--secondary-color);
}

.btn-old-gray {
    min-width: 150px;
    border-radius: 6px;
    padding: 10.5px 13px !important;
    background-color: #445260;
    letter-spacing: 1px;
    color: var(--white) !important;
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}

.btn-old-gray:hover {
    color: var(--white);
    background-color: #4971a0;
}

/*print QR page*/
.printqr {
    position: relative;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
}

.printqr .qr-code {
    position: relative;
    width: 250px;
    height: 300px;
}

.printqr .qr-code .code {
    position: absolute;
    z-index: 10;
    top: 127px;
    left: 140px;
    display: inline-block;
    width: 160px;
    color: #000000;
    text-align: left;
    text-transform: uppercase;
    font-family: 'monogenregular';
    letter-spacing: 5px;
    font-size: 22px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.printqr .btn-old-large {
    margin: 0 auto;
    display: block;
}

/*update company association page*/
.company-code-form-wrapper label {
    margin: 6px 0px 0px 0px;
}

.company-code-form-wrapper label .important {
    color: #E87070;
}

.company-code-form-wrapper .controls {
    margin-top: 10px;
}

.company-code-form-wrapper .btn-old-large {
    font-size: 14px;
    padding: 13.5px 18px !important;
}

.comp-content p {
    margin: 0;
    padding-bottom: 14px;
}

/*neighbor alert page*/
.neighbor-wrapper {
    padding: 20px 0px 25px 0px;
}

.neighbor-wrapper .neighbor-alert-content-wrapper {
    padding: 20px 0px 30px 0px;
}

.neighbor-wrapper h4 {
    font-weight: 500;
    font-size: 22px;
    color: var(--primary-heading-color);
    margin-bottom: 6px;
}

.additional-info h4 {
    margin-bottom: 10px;
}

.payment-first .left .photo-preview .filepicker {
    display: block;
    min-width: 48px;
    cursor: pointer;
    max-width: 150px;
    height: auto;
    width: unset;
}

.payment-first .right ul {
    padding: 0 0 0 20px;
    margin: 14px 0px;
}

.additional-info textarea {
    height: 180px;
    padding: 0px 0px 0px 3px !important;
    color: #222 !important;
    line-height: 16px;
}

.neighbor-wrapper .emergency-contact,
.neighbor-wrapper .payment-first {
    margin-bottom: 30px;
}

.emergency-contact label {
    padding-top: 8px;
    margin: 0;
}

.neighbor-wrapper .controls button {
    margin-right: 8px;
}

.payment-first .right {
    padding-right: 25px;
}

/*print neighbor alert page*/
.main-content.neighbor-alert .page-content-wrapper {
    padding: 65px 50px 25px 50px;
}

.neighbor-print-card {
    max-width: 360px;
    height: auto;
    border-radius: 8px;
    border: solid 2px #ccc;
    margin: 20px auto 0px auto;
    text-align: center;
    padding: 20px;
}

.neighbor-print-card .img-header {
    text-align: center;
}

.neighbor-print-card .img-header img {
    max-width: 157px;
    width: 100%;
}

.neighbor-print-card h2 {
    margin: 6px 0px 8px 0px;
    padding: 4px;
    color: #4a75a7;
    text-align: center;
    font-weight: 400;
    font-size: 34px;
}

.neighbor-print-card .info-header {
    margin: 12px 0px 6px 0px;
    background-color: #374C62;
    color: var(--white);
    padding: 4px;
    font-weight: 500;
    font-size: 22px;
    line-height: 25px;
}

.neighbor-print-card .info-content {
    font-size: 16px;
}

.neighbor-print-card .photo-section {
    margin-bottom: 20px;
}

.neighbor-print-card .photo-section img {
    max-width: 220px;
    width: 100%;
    height: auto;
    border-radius: 4px;
    display: block;
    margin: 0 auto;
}

.print-actions {
    text-align: center;
    margin-bottom: 50px;
    margin-top: 5px;
}

/*send emergency page*/
.sent-emergency-card {
    max-width: 220px;
    margin: 0 auto;
    padding-top: 20px;
}

.emergency-profile-header {
    height: 46px;
    margin: 0 auto;
    padding-bottom: 8px;
}

.icon-wrapper {
    width: 90px;
    height: 46px;
    float: left;
    margin-right: 15px;
    margin-left: 15px;
}

.emergency-profile-header h4 {
    text-transform: uppercase;
    border-left: 1px solid #b9bab6;
    float: left;
    padding-left: 15px;
    font-family: 'Asap-Regular', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 12px;
    text-transform: uppercase;
    color: #b9bab6 !important;
}

.emergency-content label {
    display: block;
    font-family: 'Asap-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: var(--white);
    background-color: #A5CD39;
    padding-left: 10px;
    text-transform: uppercase;
    line-height: 16px;
    padding-top: 1px;
    margin: 0;
}

.emergency-content .content {
    display: block;
    font-family: 'Asap-Regular', sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #58595B;
    padding-left: 10px;
}

/*RESPONSIVE*/
@media(max-width:1199px) {
    .account-content-wrapper {
        padding: 45px 57px;
    }

    .account-content-wrapper .signup-wrapper .account-content-title,
    .qrprofile-edit h4,
    .neighbor-wrapper h4,
    .emergency-wrapper h4 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .photo-preview h4 {
        margin-bottom: 8px;
    }

    .btn-old-large {
        min-width: 190px;
        font-size: 16px;
        line-height: 16px;
        padding: 12px 18px !important;
    }

    .qrprofile-edit .addl_info,
    .qrprofile-edit .secured-area,
    .qrprofile-edit .controls {
        padding: 0px 90px 30px 90px;
    }

    .qrprofile-edit .btn-cancel {
        min-width: 130px;
        padding: 8px 13px !important;
    }

    .qrprofile.qrview {
        margin: 0px auto;
    }

    .emergency-wrapper,
    .account-content-wrapper .company-code-form-wrapper {
        max-width: 500px;
    }

    .emergency-wrapper h4 {
        margin-top: 10px;
    }

    .emergency-wrapper .control-btns {
        max-width: 190px;
    }

    .emergency-wrapper .btn-cancel {
        min-width: 190px;
    }

    .addqr-wrapper .submit {
        margin: 15px 0px 0px 0px;
    }

    .company-code-form-wrapper .btn-old-large {
        padding: 11px 18px !important;
    }

    .neighbor-wrapper .neighbor-alert-content-wrapper {
        padding: 20px 35px 10px 35px;
    }

    .neighbor-wrapper .payment-first {
        margin-bottom: 10px;
    }

    .main-content.neighbor-alert .page-content-wrapper {
        padding: 25px 50px 25px 50px;
    }

    .card-header-right {
        font-size: 19px;
        margin-top: 10px;
    }

    .neighbor-print-card h2 {
        font-size: 30px;
    }

    .neighbor-print-card .img-header img {
        max-width: 145px;
    }

    .neighbor-print-card .info-header {
        font-size: 17px;
        line-height: 20px;
    }
}

@media(max-width:991px) {
    .signup-nav {
        font-size: 14px;
    }

    .btn-old-large {
        min-width: 150px;
        font-size: 14px;
        line-height: 14px;
        padding: 10px 18px !important;
    }

    .account-content-wrapper {
        padding: 30px;
    }

    .account-content-wrapper .signup-wrapper input[type="text"],
    .account-content-wrapper .signup-wrapper input[type="password"],
    .account-content-wrapper .signup-wrapper select {
        font-size: 13px;
    }

    .account-content-wrapper .signup-wrapper .account-content-title {
        font-size: 18px;
    }

    .account-content-wrapper .signup-wrapper,
    .addqr-wrapper,
    .account-content-wrapper .company-code-form-wrapper {
        max-width: 480px;
    }

    .account-content-wrapper .signup-wrapper label,
    .qrprofile-edit label,
    .emergency-wrapper .form-label,
    .emergency-contact label {
        line-height: 20px;
    }

    .qrprofile-edit h4,
    .emergency-wrapper h4,
    .neighbor-wrapper h4 {
        font-size: 18px;
    }

    .qrprofile-edit .account-photo-heading {
        padding-top: 15px;
    }

    .profile-header .logo-text,
    .no-photo-message {
        font-size: 16px;
    }

    .addqr-wrapper .sample-qr {
        max-width: 130px;
        max-height: 152px;
    }

    .addqr-wrapper p {
        margin-bottom: 10px;
    }

    .company-code-form-wrapper .btn-old-large {
        padding: 9px 18px !important;
    }

    .neighbor-wrapper .neighbor-alert-content-wrapper {
        padding: 12px 35px 10px 35px;
    }

    .section-bar,
    .neighbor-print-card .info-content {
        font-size: 14px;
    }

    .emergency-info-card {
        max-width: 380px;
    }

    .neighbor-print-card .img-header img {
        max-width: 130px;
    }

    .neighbor-print-card h2 {
        font-size: 24px;
    }
}

@media(max-width:767px) {
    .emergency-wrapper .control-btns {
        max-width: 170px;
    }

    .emergency-wrapper .btn-cancel {
        min-width: 170px;
    }

    .emergency-info-card {
        max-width: 360px;
        margin: 15px auto 40px auto;
        padding: 20px 20px 20px 20px;
    }

    .card-header-right {
        font-size: 17px;
        margin-top: 6px;
    }
}

@media(max-width:600px) {

    .qrprofile-edit .addl_info,
    .qrprofile-edit .secured-area,
    .qrprofile-edit .controls {
        padding: 0px 0px 30px 0px;
    }

    .account-content-wrapper .signup-wrapper .account-content-title,
    .qrprofile-edit h4,
    .emergency-wrapper h4,
    .neighbor-wrapper h4 {
        font-size: 16px;
    }

    .addqr-wrapper .sample-qr {
        max-width: 110px;
        max-height: 128px;
    }

    .addqr-wrapper .content {
        padding-left: 20px;
    }
}

@media(max-width:500px) {
    .btn-old-large {
        min-width: 120px;
        margin-top: 10px;
    }

    .account-content-wrapper {
        padding: 25px 15px;
    }

    .qrprofile-edit input[type="text"],
    .qrprofile-edit textarea {
        max-width: 100%;
    }

    .qrprofile-edit .emergency_contact .right,
    .neighbor-alert-content-wrapper .emergency-contact .right {
        padding-top: 20px;
    }

    .qrprofile-edit .addl_info,
    .qrprofile-edit .secured-area,
    .qrprofile-edit .controls {
        padding: 0px 0px 20px 0px;
    }

    .qrprofile.qrview {
        padding: 18px;
    }

    .profile-header .logo-text,
    .no-photo-message,
    .emergency-wrapper h5 {
        font-size: 14px;
    }

    .addqr-wrapper .sample-qr {
        max-width: 90px;
        max-height: 105px;
    }

    .neighbor-wrapper .neighbor-alert-content-wrapper {
        padding: 5px 15px 0px 15px;
    }

    .main-content.neighbor-alert .page-content-wrapper {
        padding: 10px 30px 5px 30px;
    }

    .card-header-left img {
        max-width: 130px;
    }

    .neighbor-print-card .img-header img {
        max-width: 120px;
    }

    .neighbor-print-card h2 {
        font-size: 22px;
    }

    .neighbor-print-card .info-header {
        font-size: 15px;
        line-height: 18px;
    }

    .profile-image {
        max-height: 100px;
    }
}