.axa-field div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 1rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.centerLoading {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.18rem solid rgba(59, 63, 216, 0.2);
    border-top-color: #3b3fd8;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: relative;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999999999999;
}

.mapLoading {
    height: 24px;
    position: relative;
    top: 45%;
    text-align: center;
    color: #039be5;
}

.ihbarLoading {
    height: 100px;
    position: fixed;
    top: 45%;
    left: 42%;
    text-align: center;
    color: #039be5;
    z-index: 99999999999999;
    background-color: white;
    border: 1px solid #039be5;
    padding: 5px !important;
}

.ihbarLoading.hidden {
    opacity: 0;
    visibility: hidden;
}

.ihbarSpinner {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.18rem solid rgba(59, 63, 216, 0.2);
    border-top-color: #3b3fd8;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: relative;
    top: 50%;
    left: 45%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999999999999;
}

.loading-white {
    border-top-color: white !important;
}

a {
    cursor: pointer !important;
}

.checkLabel {
    height: 80px !important;
}

@media screen and (max-width: 600px) {
    .checkLabel {
        height: 100px !important;
    }
}

.axa-modal-footer {
    height: 150px!important;
}

.axa-btn-full {
    display: flex!important;
}

.right-aligned {
    text-align: right;
}

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * :not(.cyprusDropzone) {
    font: 14px "Source Sans Pro", sans-serif !important;
    color: rgba(0, 0, 0, 0.6);
}

.customspinner {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 0.18rem solid rgba(59, 63, 216, 0.2);
    border-top-color: #3b3fd8;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 99999999999999;
}

.customspinner.hidden {
    opacity: 0;
    visibility: hidden;
}

.claim-gallery {
    overflow: scroll;
}

.car-policy-page {
    margin-top: 0 !important;
}

#tblRiskProfilAnket td, #tblRiskProfilAnket th {
    text-align: left;
    text-transform: none;
    white-space: normal;
}

.suggestedServiceBtn {
    padding: 2px 2px !important;
}

.claimWizard span {
    line-height: 10px !important;
    font-size: 12px;
}

.claimWizard a {
    line-height: 25px !important;
}

.selectedService {
    border: 2px solid blue;
}

.divSelectService {
    cursor: pointer !important;
}

.dash-new-request {
    padding: 5px !important;
}

section.dashboard-header {
    height: auto !important;
}

.claimSection .next-step-wrapper {
    width: 500px !important;
}

@media (min-width: 448px) and (max-width: 992px) {
    .new-request-wizard {
        height: auto !important;
    }

    .divStep {
        /*margin-top: 270px !important;*/
    }
}

@media (min-width: 429px) and (max-width: 447px) {
    section.new-request-page .new-request-wizard {
        height: auto !important;
    }

    .divStep {
        /*margin-top: 330px !important;*/
    }
}

@media (min-width: 387px) and (max-width: 428px) {
    .new-request-wizard {
        height: auto !important;
    }

    .divStep {
        /*margin-top: 370px !important;*/
    }
}

@media (max-width: 386px) {
    .new-request-wizard {
        height: auto !important;
    }

    .divStep {
        /*margin-top: 430px !important;*/
    }
}
@media (max-width: 992px) {
    section.new-request-page .new-request-wizard {
        position: static !important;
        margin-top: 82px;
        margin-bottom: 30px;
    }
    section.new-request-page {
        margin-top: 0px;
    }
}
