.validation-message {
    display: block;
    color: #d9534f;
}

.devices-divider {
    color: #fff;
    border: 1px solid #fff;
    width: 95%;
}

.devices-divider-primary {
    color: #7a137f;
    border: 1px solid #7a137f;
    width: 95%;
}

.dropzone {
    border: 3px dashed #7a137f;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 1.1rem;
    cursor: pointer;
    position: relative;
    flex-direction: column;
}

.dropzone:hover {
    background-color: #f3f3f3;
    color: #333;
}

.dropzone input[type=file] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.dropzone-drag {
    background-color: #7a137f;
    color: #fff;
}

.custom-select2 .select2-selection__arrow {
    height: 36px !important;
}

.custom-select2 .select2-selection--single {
    height: 38px !important;
    padding: 5px 0;
}

.custom-select2 .select2-selection__arrow b {
    margin-left: -10px !important;
}

.custom-select2 .select2-selection__arrow b:before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #888;
    position: absolute;
    top: -11px;
    left: -8px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:before {
    top: -5px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

#card-payment-iframe {
    width: 1px;
    min-width: 100%;
}

.summary-card table th {
    width: 50%;
}

.policies-filter-box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.policies-filter-box input {
    min-width: 275px;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px #fff solid;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 25px;
    padding-left: 40px;
    padding-right: 30px;
    padding-top: 3px;
    font-size: 1rem;
}

.policies-filter-box .policies-filter-box-input-wrapper {
    width: 50%;
    min-width: 275px;
}

.policies-filter-box .policies-filter-box-input-wrapper::before {
    position: absolute;
    color: #fff;
    content: '\f002';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.1rem;
    padding-left: 12px;
    padding-top: 7px;
}

.policies-filter-box input::selection {
    background: #b11bb9;
}

.policies-filter-box input::placeholder {
    color: #eee;
}

.policies-filter-box input:active, .policies-filter-box input:focus {
    outline: none;
}

.policies-filter-clear {
    position: relative;
    width: 0;
    right: 25px;
    top: 11px;
    cursor: pointer;
    font-size: 1.3rem;
}

@media screen and (max-width: 450px) {
    .upload-modal-footer {
        flex-direction: column-reverse;
    }

    .upload-modal-footer button {
        margin: 5px 0 !important;
    }
}

.smaller-font{
    font-size: 1em;
}

.policies-claims-image {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 300px;
}

footer .certs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

footer .certs-container img {
    width: 100px;
    height: 100px;
    margin: 6px;
}

.warning-icon-50x50 {
    width: 50px;
    height: 50px;
}

.warning-icon-25x25 {
    width: 25px;
    height: 25px;
}

.instruction-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: var(--spb-digital-purple);
    border-radius: 100%;
    border: 1px solid var(--spb-dark-grey);
    margin: 0px 10px 0px 0px;
}

.instruction-step-number span {
    color: var(--white);
    font-size: 1.8rem;
    margin-top: 7px;
    font-weight: bold;
}

.instruction-step-description p {
    line-height: 1.5rem;
}

.swal2-title {
    color: #9f28a7 !important;
}

.swal2-html-container {
    color: #9f28a7 !important;
}

.alert-info {
    color:white !important;
    background-color: #061c52 !important;
    border-color: #061c52 !important;
}

.table, .table > :not(caption) > * > * {
    color: #9f28a7 !important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9f28a7 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #9f28a7 !important;
}

.btn-appointment-date {
    padding-bottom: 7px !important;
}

.btn-active-appointment-date {
    transition: border .3s !important;
    border: 1px solid var(--spb-digital-purple);
    background-color: var(--spb-digital-purple);
    color: var(--white);
}

.btn-outline-appointment-date {
    transition: border .3s !important;
    border: 1px solid var(--spb-light-grey);
}

.btn-outline-appointment-date:hover {
    border: 1px solid var(--spb-digital-purple);
}

.btn-active-appointment-date:hover {
    border: 1px solid var(--spb-digital-purple);
    background-color: var(--spb-digital-purple);
    color: var(--white);
}

#no-js-modal {
    display: flex;
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(255, 255,255); /* Fallback color */
    background-color: rgba(255, 255, 255, 0.95); /* White w/ opacity */
    border: 1px solid #888;
    padding: 0 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

#no-js-modal img {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 25px auto;
}

#no-js-modal .loader {
    margin: 15px auto;
    width: 60px;
    aspect-ratio: 2;
    --bg: no-repeat radial-gradient(circle closest-side, var(--spb-digital-purple) 90%, #0000);
    background: var(--bg) 0% 50%, var(--bg) 50% 50%, var(--bg) 100% 50%;
    background-size: calc(100%/3) 50%;
    animation: loader-animation 1s infinite linear;
}

@keyframes loader-animation {
    20% {
        background-position: 0% 0%, 50% 50%,100% 50%
    }

    40% {
        background-position: 0% 100%, 50% 0%,100% 50%
    }

    60% {
        background-position: 0% 50%, 50% 100%,100% 0%
    }

    80% {
        background-position: 0% 50%, 50% 50%,100% 100%
    }
}

#no-js-modal p {
    color: var(--spb-digital-purple);
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0;
}

#no-js-modal .smaller-p {
    max-width: 500px;
    font-size: 15px;
    font-weight: normal;
}

.fulfilment-type-box:not(.selected) {
    cursor: pointer;
}

.fulfilment-type-box.selected {
    border: 1px solid var(--spb-digital-purple);
}

.radio-btnIcons.radio-btnIcons--button.noIcon_button.custom-answer-button {
    height: 100%;
    min-height: 50px;
}