/* FOOTER IN PHONE ISSUE FIX (Kevin) */

body {
min-height:100%;
}

.g-site {
    min-height:100%;
}
.g-form {
    height:100% !important;
}

/* END FOOTER IN PHONE ISSUE FIX */

.HtmlField {
    margin-bottom: 20px;
}

.umbraco-forms-container .a-question {
    margin-bottom: 50px;
}

#form_umbraco_8c6ecfa5e13340a6bc10b0ba16d64928 .field-validation-error {
    display: none;
    visibility: hidden;
}

.a-question.titleanddescription {
    padding-left: 0px;
    margin-left: 0px;
}

#step-summary .a-step-title {
    margin-top: 50px;
}

    #step-summary .a-step-title strong {
        font-family: sans-serif;
        letter-spacing: -.9px;
    }

#step-summary .umbraco-forms-page {
    margin: 0px !important;
}

#step-summary .a-question .HtmlField:first-child p {
    color: black;
    font-weight: 400;
}

#step-summary .umbraco-forms-container .a-question {
    margin-bottom: 5px;
}

#step-summary .personalDetails hr {
    margin: 72px 70px !important;
}

.personalDetails {
    background-color: #F2F2F7;
}

.personalDetails .l-stack.v-gap-m {
    margin-top: 100px;
}

.showsummary.f-1.w-fill {
    margin-top: 100px;
}

.lgohidden {
    display: none;
}

.field-validation-error {
    display: block;
    color: #ad0000 !important;
    font-weight: 300;
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 1;
    color: #595959;
    text-align: right;
    margin: 0;
    margin-top: 5px;
}

.checkdetailsform label {
    flex: 1 0 0;
    padding-right: 20px;
}

/*label input[type="checkbox"] {
    display: block;
    border: 2px dashed blue;
    height: 24px;
    width: 25px;
    color: black;
    -webkit-appearance: checkbox;
    float: left;
}
label input[type="checkbox"]:checked {
    display: block;
    border: 2px dashed blue;
}

.a-input-checkbox label > span { display: none;}
.a-input-checkbox label p { margin-left: 5px; float: left; }*/
/*.a-input-checkbox input:checked span::before {
    background-image: url(assets/img/check.svg)
}*/
.umbraco-forms-container .field-validation-error {
    display: none;
}

.a-button.summary {
    margin-left: 10px;
}

.a_change_branch {
    margin-left: 0px;
}

.a-answer span.a-answer-text {
    display: none;
    color: #000;
    font-size: 18px;
    margin-top: 4px;
    line-height: 1.16;
    margin-left: 38px;
}

.a-answer.is-checked .a-answer-text {
    display: block;
}

.password-text {
    color: #595959 !important;
    text-align: left;
}

.multipagetext {
    /*font-style: italic;*/
    font-size: 18px;
    padding-left: 28px;
}

.headertext{
    font-size: 20px;
}

#viewmoredetails {
    display: none;
}

#recaptureError {
    display: block;
    font-family: Helvetica;
    color: red;
    font-size: 11pt;
}

.b-box.white {
    background: white;
    color: black;
    min-height: 300px !important;
}

.b-box.white .b-box-full {
    color: black;
}

.b-box.white .b-box-full:hover {
    color: white;
}



.VerifyText {
    color: darkgreen;
    text-align: center;
}

span.a-answer-text.left {
    text-align: left;
    margin-left: 3px;
}

.form-group .field-validation-error.text-danger {
    text-align: left;
}

.g-form-message p, .g-form-info p {
    color: unset;
}

.g-form-info {
    margin-top: 20px;
    font-style: normal;
}

.field-validation-error + label {
    color: #ad0000;
}
/*.input-validation-error {
    border-color: #ad0000!important;
}*/

.multi-render-l-stack-v-gap-l {
    margin-top: 0;
}

.check-registration-details-title {
    padding-left: 64px;
}

.multirenderg-site.g-site {
    padding-left: 0;
}

.registerw-outer.w-outer {
    padding-left: 40px;
}

.full-width-hr {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.formthemed-umbraco-forms-page {
    margin-top: 30px !important;
    margin-bottom: 50px;
}

.formPageStep {
    margin-top: 19px !important;
}

.thousandcharacter {
    margin-top: 10px;
    height: 120px;
    resize:none;
}

#MobileNumber, #ConfirmMobileNumber {
    /*width: 90%;*/
    float: right;
}

#mobileprefix, #mobileprefix-confirm {
    font-size: 20px;
    position: relative;
    top: 30px;
    right: 7px;
}



.mobile-number-validation {
    margin-top: 43px;
}

.confirm-mobile-number-validation {
    margin-top: 43px;
}

/* Dropdown and Datepicker */

.not-selected-icon-dropdown {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 6px;
    right: 4px;
    background-image: url('/resources/assets/img/select.svg');
    background-repeat: no-repeat;
    background-size: 30px;
}

.selected-icon-dropdown {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    top: 6px;
    right: 4px;
    background-image: url('/resources/assets/img/select-up.svg');
    background-repeat: no-repeat;
    background-size: 30px;
}

.chosen-container-active {
    z-index: 1 !important;
}

.daterangepicker {
    margin-top: -1 !important;
    z-index: 0 !important;
    width: auto;
}

.drp-calendar, .calendar-table, .table-condensed {
    position: relative !important;
    z-index: 0 !important;
}

/*.g-form-footer {
    position: relative !important;
    z-index: 10 !important;
}*/

/* Personal details and summary page */

.personalDetails {
    border-radius: 5px;
}

    .personalDetails .l-stack.v-gap-m {
        margin-top: 0;
    }

    .personalDetails .w-fill {
        margin-top: 50px;
        padding: 50px 30px 20px 30px;
    }

    .personalDetails .full-width-hr {
        height: 0;
    }

.formPageStepDetail .formQuestion {
    margin-top: 15px;
}

#step-summary .a-question .HtmlField:first-child p {
    margin-top: 10px;
}

#step-summary .personalDetails hr {
    margin: 30px 0 20px 0 !important;
}

.showsummary .margin-formPageStep {
    margin-top: 0 !important;
}

/* Info icon (Edit personal details) */

.inserted-info {
    position: absolute;
    width: 21px;
    height: 21px;
    z-index: 1;
    right: 10px;
    background-image: url('/resources/assets/img/info.svg');
    background-repeat: no-repeat;
    background-size: 21px;
    cursor: pointer;
}

.multipagetext p {
    /*font-style: italic;*/
    font-size: 18px;
    margin-bottom: 50px;
    font-weight: 400;
}

.headertext p {
    font-size: 20px;
}

/* Shadow on register page header */
.g-main-header.is-scrolled {
    box-shadow: 0 0 7px rgba(0,0,0,0.3);
}

.remove-existing-file-mandate, .remove-existing-file {
    -webkit-appearance: none;
    background: #505292;
    color: white;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    line-height: 1.1;
    font-size: 18px;
    /*margin-left: -10px;*/
    padding: 3px 17px;
    border-radius: 5px;
    margin-top: -23px;
}

.remove-file-p {
    display: inline-block;
}

#showAutomatedMessageVoid .c-box-body p {
    float: left;
    margin-right: 119px;
}

#showAutomatedMessageVoid .c-box-body p {
    float: left;
    margin-right: 6px;
}

#showAutomatedMessageVoid .c-box-body .l-bunch {
    margin-top: -13px;
    margin-left: 9px;
    hyphens:auto;
}

    #showAutomatedMessageVoid .c-box-body .l-bunch .is-plus {        
        background-color: #d2d2d2;
        pointer-events: none;
    }

    #showAutomatedMessageVoid .c-box-body .l-bunch .is-plus:after {
        right: 4px;
    }

.pop-up-anchor {
    background-color: #f2f2f7!important;
    border:unset!important;
    height:0%;
    width:0%;
    pointer-events:none;
}

/* Postcode lookup feature */

/*.SPLAddressListSt{
    background-image: none!important;
}*/

.SPLAddressListStBottomLine {
    font-weight: 300;
    font-size: 18px;
    margin-top: 5px;
}

.a-input.postcodelookup {
    display: flex;
}

.a-input.postcodelookup .searchpostcodefield{
   /* flex: 0 0 64%;*/
}

.a-question.postcodelookup {
    margin-bottom: 50px;
}

.a-question.postcodelookup .a-button-find{
    margin-top: 1%;
    margin-left: unset;
}

.a-button-find {
    background-color: #505292 !important;
    color: white !important;
    border-color: transparent !important;
    width: 10% !important;
    /*flex:none!important;*/
    margin-left: 26%;
    flex:0!important;
}

.a-button-find:focus {
    box-shadow: 0 0 0 3px rgb(14 93 26 / 70%)!important;
}

.umbraco-forms-field-wrapper .address-table{
    margin-left: 0%;
}

.address-table {
    margin-left: 26%;
    flex: 0 0 41%;
    margin-top: 0;
    display: none;
}

.address-table-error {
    /*margin-left: 84% !important;*/
    flex: 0 0 41%;
}

.addressline1 .text, .town .text, .postcode .text,
.personaffectedaddressline1 .text, .personaffectedtowncity .text, .personaffectedpostcode .text {
    background-color: transparent !important;
    pointer-events: none !important;
}

.personaffectedaddressline1 .text, .personaffectedtowncity .text, .personaffectedpostcode .text {
    background-color: #F2F2F2 !important;
}

.SPLAddressListStErrorLine {
    display: block;
    color: #ad0000 !important;
    font-weight: 300;
    flex: 0 0 100%;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    margin: 0;
    margin-top: 5px;
}

.draft-complaint, .draft-complaint + div:not(.draft-complaint) {
    margin-top: 2%;
}

    .draft-complaint .b-comp, .draft-complaint + div:not(.draft-complaint) .b-comp {
        min-height: auto!important;
        justify-content: flex-start;
        position: relative;
    }

        .draft-complaint .b-comp .b-comp-title span, .draft-complaint + div:not(.draft-complaint) .b-comp .b-comp-title span {
            position: absolute;
            top: -5%;
        }

#recite-wrapper *:not(.recite-ignore-styles-background):focus {
    box-shadow: 0 0 0 3px black !important;
}

/*
#recite-wrapper .b-box, #recite-wrapper #MultiForm .a-button, #recite-wrapper #MultiForm .g-form-next, #recite-wrapper #MultiForm .g-form-prev, #recite-wrapper #MultiForm .g-form-progress, #recite-wrapper .a-button, #recite-wrapper .a-button-next, #recite-wrapper .a-button-login, #recite-wrapper .a-button-account, #recite-wrapper .a-button-wide, #recite-wrapper .a-button-new, #recite-wrapper .a-button-file, #recite-wrapper .umbraco-forms-field-wrapper .a-button-find, #recite-wrapper .a-button-edit, #recite-wrapper .register-button, #recite-wrapper .a-button-login-outlined, #recite-wrapper .search-bar-faq, #recite-wrapper .search-button-faq, #recite-wrapper .b-faq, #recite-wrapper .a-faq-button, #recite-wrapper .a-button-phone, #recite-wrapper .a-button-back-outlined, #recite-wrapper .a-button-find, #recite-wrapper .a-button-save, #recite-wrapper .a-button-lock {
    border-style: solid;
    border-width: 3px;
    border-color: white !important;
}

#recite-wrapper .umbraco-forms-field-wrapper .radiobuttonlist .a-answer span {
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

#recite-wrapper .g-main-header {
    border-style: solid;
    border-bottom-width: 3px;
    border-color: white;
}
*/
    @media screen and (max-width: 1440px) {
        .draft-complaint, .draft-complaint + div:not(.draft-complaint) {
        margin-top: unset;
    }
}

.ooomessage-v-gap-s{
    margin-top:0;
}

.ooomessagepopup{
    height: 18%;
}

.ooomessage p {
    color: #B20000;
    font-size: 16px;
}

.message-files-container{
    margin-top:0;
}

/*.a-answer input:checked + span:not(.a-answer-text):has(> recite), .a-answer .a-input-file label:checked + span:not(.a-answer-text):has(> recite), .a-input-file .a-answer label:checked + span:not(.a-answer-text):has(> recite) {
    background: lightgrey!important;
}*/

.feedback-heading{
    font-size:30px;
    font-weight: 600;
    line-height: 2.1em;
}

.feedback-content{
    font-size: 22px;
}

.feedback-block {
    background-color: #fffdd5;
    padding: 20px 0 20px 15px;
    margin: 0 40px;
}

.feedback-button{
    margin-left: 10px;
}

.a-button-survey{
    padding: 0 70px !important;
}

.a-button-survey-back {
    padding: 0 40px !important;
}
    .lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-spinner div {
        transform-origin: 40px 40px;
        animation: lds-spinner 1.2s linear infinite;
    }

        .lds-spinner div:after {
            content: " ";
            display: block;
            position: absolute;
            top: 3px;
            left: 37px;
            width: 6px;
            height: 18px;
            border-radius: 20%;
            background: #525493;
        }

        .lds-spinner div:nth-child(1) {
            transform: rotate(0deg);
            animation-delay: -1.1s;
        }

        .lds-spinner div:nth-child(2) {
            transform: rotate(30deg);
            animation-delay: -1s;
        }

        .lds-spinner div:nth-child(3) {
            transform: rotate(60deg);
            animation-delay: -0.9s;
        }

        .lds-spinner div:nth-child(4) {
            transform: rotate(90deg);
            animation-delay: -0.8s;
        }

        .lds-spinner div:nth-child(5) {
            transform: rotate(120deg);
            animation-delay: -0.7s;
        }

        .lds-spinner div:nth-child(6) {
            transform: rotate(150deg);
            animation-delay: -0.6s;
        }

        .lds-spinner div:nth-child(7) {
            transform: rotate(180deg);
            animation-delay: -0.5s;
        }

        .lds-spinner div:nth-child(8) {
            transform: rotate(210deg);
            animation-delay: -0.4s;
        }

        .lds-spinner div:nth-child(9) {
            transform: rotate(240deg);
            animation-delay: -0.3s;
        }

        .lds-spinner div:nth-child(10) {
            transform: rotate(270deg);
            animation-delay: -0.2s;
        }

        .lds-spinner div:nth-child(11) {
            transform: rotate(300deg);
            animation-delay: -0.1s;
        }

        .lds-spinner div:nth-child(12) {
            transform: rotate(330deg);
            animation-delay: 0s;
        }

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 1082px){
    .feedback-button {
        margin-left: 0;
    }
}

@media screen and (max-width: 860px) {
    #showAutomatedMessageVoid .c-box-body p {
        margin-right: unset;
        float: unset;    }
    #showAutomatedMessageVoid .c-box-body .l-bunch {
        margin-top: 10px;
        margin-left: unset;
    }

    .no-more-messages {
        width: 30% !important;
    }
}

@media screen and (max-width: 767px) {
    .inserted-info {
        top: 31px;
        right: 9px;
        background-image: url(/resources/assets/img/info.svg);
        background-repeat: no-repeat;
        background-size: 21px;
    }

    .multipagetext p {
        margin-bottom: 40px;
    }

    .type-to-find-options{
        display:none!important;
    }

    .searchdropdown {
        font-size: 18px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space:nowrap;
    }

    #showAutomatedMessageVoid .c-box-body p {
        float: unset;
        margin-right: unset;
    }

    #showAutomatedMessageVoid .c-box-body p {
        float: unset;
        margin-right: unset;
    }

    #showAutomatedMessageVoid .c-box-body .l-bunch {
        margin-top: 10px;
        margin-left: unset;
    }

    .load-more-messages{
        width: 80% !important;
    }

    .no-more-messages{
        width: 50% !important;
    }

    .umbraco-forms-field-wrapper .address-table {
        margin-left: -2%;
        width: 104%;
    }

    .address-table{
        margin-left: -2%;
        width: 104%;
    }

    .a-button-find {
        width: 20% !important;
        margin-left:0;
    }

    table.address-table-error, table.address-table-error tbody, table.address-table-error tr {
        margin-left: -1% !important;
        flex-direction: unset;
    }

    .draft-complaint .b-comp, .draft-complaint + div:not(.draft-complaint) .b-comp {
        justify-content: unset;
        position: unset;
    }

        .draft-complaint .b-comp .b-comp-title span, .draft-complaint + div:not(.draft-complaint) .b-comp .b-comp-title span {
            position: unset;
        }

    .ooomessagepopup {
        height: 40px;
    }

    .a-button-survey{
        padding: unset;
    }
}

/* ************* */

@media screen and (max-width: 670px) and (min-width:557px) {
    #mobileprefix, #mobileprefix-confirm {
        top: 30px;
        right: 19px;
    }
}

@media screen and (max-width: 550px){
    .a-question.is-error::before, .a-question.a-button-error::before {
        top: -9px;
    }

    .a-button-survey-back {
        max-width: 296px;
        width: 100%;
        padding: unset;
    }
}

@media screen and (max-width: 556px) and (min-width:415px) {
    #MobileNumber, #ConfirmMobileNumber {
        width: 80%;
    }

    #mobileprefix, #mobileprefix-confirm {
        top: 11px;
    }
}

@media screen and (max-width: 414px) {
    .formthemed-umbraco-forms-page {
        margin-top: 30px !important;
    }

    .umbraco-forms-container .a-question {
        margin-bottom: 40px;
    }

    #MobileNumber, #ConfirmMobileNumber {
        width: 75%;
    }

    #mobileprefix, #mobileprefix-confirm {
        top: 13px;
        width: 90%;
    }
}

@media screen and (max-width: 280px) {
    #MobileNumber, #ConfirmMobileNumber {
        width: 75%;
    }

    #mobileprefix, #mobileprefix-confirm {
        top: 30px;
        right: 11px;
    }
}
@media screen and (min-width: 480px)
{
    .searchdropdown {
        display: block !important;
        width: 0px !important;
        height: 0px !important;
        visibility: hidden !important;
        overflow: hidden !important;
        padding: 0px !important;
    }
    .registrationMarginTop {
        margin-top: -20px;
    }
    .v-gap-form {
        margin-top: 25%;
    }
}

/*#TermsAndConditions { display:block !important; }*/

.umbraco-forms-tooltip.help-block {
    padding: 10px 0px;
}

.reset-left {
    padding-left: unset;
}
.field-validation-error span {
    display: block;
    clear: both;
    padding-top: 6px;
}
.viewamenddetailsform .umbraco-forms-container .field-validation-error, .checkregistrationdetailsform .umbraco-forms-container .field-validation-error, .checkdetailsform .umbraco-forms-container .field-validation-error {
    display: unset;
}
.test .multipagetext p {
    font-style: unset;
    font-size: unset;
    padding-left: unset;
    margin-bottom: unset
}

.test .multipagetext .g-form-message p {
    font-style: normal;
}

.g-form-body .a-step-container .a-step::after {
    content: "*Some mandatory fields are missing";
    display: block;
    color: #ad0000;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 10;
    margin: 0 auto;
    width: 50%;
    left: 25%;
    text-align: center;
    visibility: hidden;
    font-size: small;
}
.g-form-body .a-step-container .a-step.show::after 
{
    visibility: visible;
}
.m-center-footer, .m-center-body {
    clear: both;
}
.g-recaptcha {
    transform: none;
    -webkit-transform: translate3d(0,0,0);
}


#SendMessageModal .s-modal {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 25px;
}

#SendMessageModal .s-modal .b-modal {
    margin: 0 auto;
}
.b-modal-fluid {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 190px;
    justify-content: flex-start;
    height: 0px;
}
    .b-modal-fluid .c-area {
        margin: 10px 0px 0px 0px;
    }

.b-modal-fluid.button .a-button-comp {
    margin-right: 0px;
    margin-left: auto;
}

.a-step-trigger-bar { display:block;}
#waiting { height: 100px; width: 100px; }
.button-wait {
    height: 25px;
}

.b-modal-adapt {
    overflow: hidden;
}

.is-mail-popup img {
    width: 42px;
    height: 42px;
}
.submitting { display: none;}

.datepickerfield, .mobiledatepicker{
    background: url(/resources/assets/img/calendar_icon.svg) no-repeat scroll 3px 3px !important;
    background-position: right 3px bottom 3px !important;
}

.b-modal-body.delete {
    margin-top: auto;
    padding-right: unset;
    margin: 0 auto;
    padding-top: 8%;
}

.b-modal-body.delete h3 {
    text-align: center;
}
.b-modal-body.delete button {
    width: 100%;
    margin: 15px 0px;
}

.b-modal-body.delete .delete-confirm-buttons {
    width: 50%;
    margin: 0 auto;
}
.load-more-messages {
    margin: 0 auto;
    display: block;
    width: 40%;
    margin-top: 50px;
}
.no-more-messages{
    width: 20%;
}
strong.stopNumber { color: #ffffff;}


.a-input-button-loading {
    background-image: url(/resources/assets/img/spinner-white.svg);
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-position: 80px;
}

.load-more-cases {
    margin: 0 auto;
    text-align: center;
}
.remedyInformation p { margin-bottom: 5px;}
.remedyDetail ul { margin-left: 20px;}
    .remedyDetail ul li {
        margin-bottom: 10px;
        font-weight: 500;
    }

.privacy {
    position: absolute;
    left: 5rem;
}

.m-full-top{
    font-size:35px;
}

@media screen and (max-width:767px) {
    .privacy {
        position: relative;
        left: unset;
    }
}

#RememberMe, #TermsAndConditions {
    /*margin-left: -9999999999;*/
    padding: 12px;
    border: 1px solid #88A2AA;
    border-radius: 7px !important;
    background: #fff;
    display: inline-block;
    color: #000;
    vertical-align: top;
    cursor: pointer;
    transition-duration: unset;
    height: max-content;
    width: max-content;
}
    #RememberMe:focus + span::before, #TermsAndConditions:focus + span::before {
        border: 3px green solid;
    }

    #RememberMe:checked, #TermsAndConditions:checked {
        content: url('/resources/assets/img/check.svg');
        background-repeat: no-repeat;
        /*padding: 0;*/
        padding: 0;
        border: 1px solid #88A2AA;
        border-radius: 7px !important;
        background: #fff;
        display: inline-block;
        color: #000;
        vertical-align: top;
        cursor: pointer;
        height: max-content;
        width: max-content;
    }

.a-input-checkbox label{
    display:flex;
}

.a-input-checkbox label p{
    padding-left: 5px;
}

.special-field-edit-link {
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 1;
    right: 5px;
    background-image: url(/resources/assets/img/edit-field-purple.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: block;
}

.special-field-edit-link-popup {
    position: absolute;
    width: 31px;
    height: 31px;
    z-index: 1;
    right: 40px;
    background-image: url(/resources/assets/img/edit-field-purple.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    cursor: pointer;
    display: block;
}

.chosen-container .chosen-results{
    max-height:180px;
}

@media screen and (max-width: 767px) {
    .special-field-edit-link-popup {
        top: 26px;
        right: 40px;
    }

    .special-field-edit-link {
        top: 26px;
        /*right: 9px;*/
    }

    .a-question.is-error{
        padding-top: 38px;
    }

    .chosen-container .chosen-single > span {
        display: flex !important;
        padding-top: 10px;
        font-size: 16px;
    }

    .chosen-container-single .chosen-single-with-deselect span {
        margin-right: 10px;
    }

    .chosen-container-single .chosen-single span {
        display: block !important;
        /* overflow: hidden; */
        margin-right: 10px;
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */
        max-width: 280px;
    }
    .chosen-container .chosen-results li {
        background-color: white;
        height: auto !important;
        padding-top: 3px !important;
        padding-bottom: 3px !important;
        line-height: 1.2 !important;
        font-size: 16px !important;        
    }

    .normaldropdown{
        font-size:16px;
    }
}

@media screen and (max-width: 1680px){
    .g-form-footer.pad {
        padding: 15px 0;
    }
}

@media screen and (max-height: 600px){
    .b-modal.size-l{
        padding: 10px 77px;
    }
}

@media screen and (max-width: 1366px) and (max-height: 768px) {
    #messageContent-error {
        padding-right: 30px;
    }
}

.a-question .inserted-info {
    display: none;
}

#__saveForLater {
    max-width: 250px;
    padding: 3px 14px;
}

.l-bunch.align-center.gap-s > div:first-child {
    width: 134px;
}

.next-on-form {
    display: none;
    /*margin-left: 60%;
margin-top: -36%;*/
}

.previous-on-form {
    display: none;
}

.submit-on-form {
    display: none;
    width: 95px;
}

.step-on-form {
    display: none;
}

.previous-on-form {
    padding-top: 20px;
}

    .previous-on-form:after {
        content: "";
        height: 26px;
        width: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(/resources/assets/img/arrow.svg);
        position: absolute;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        margin: -20px auto auto -50px;
        /*transform: rotate(-180deg);*/
    }

.next-on-form:after {
    content: "";
    height: 26px;
    width: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/resources/assets/img/arrow-white.svg);
    position: absolute;
    top: auto;
    bottom: auto;
    right: auto;
    left: auto;
    margin: 19px auto auto -32px;
}

.a-question.schools {
    margin-bottom: 30px !important;
}

.register-prompt {
    margin: 0 auto;
    padding: 0px 20px 20px 20px;
    text-align: center;
}

.dot-indicator {
    color: #ad0000;
}

/* FM DATE */
#fmDate h5.fm-date-copy {
    font-size: 16px;
    font-weight: 400;
    color: #505292;
}

.listFmDate {
    font-size: 18px;
    color: #505292;
}

/* Recite me */

#reciteme-button {
    background: #505292 !important;
    width: 53px !important;
    height: 45px !important;
    bottom: 100px !important;
    right: 14px !important;
    border-radius: 10% !important;
}

    #reciteme-button img {
        width: 40px !important;
        height: 40px !important;
    }

    #reciteme-button:hover {
        background: #e9322e !important;
    }
    span.custom-rm-title {
        display: inline-block;
        margin-top: -12px;
        font-size: 9px;
        background: #fff;
        padding: 0px 1px;
    }