﻿a {
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.w-33 {
    width: 33px;
}

.white-filter {
    filter: brightness(0) invert(1);
}

.provider-container {
    max-width: 600px;
    margin: .25rem auto 10px auto;
    width: 100%;
    background: linear-gradient(to bottom, #ffffff 45%, #dcdcdc 100%);
    border: 1px solid #ccc;
}

.alert-danger {
    background: linear-gradient(0deg, #bf403c, #d8504c);
    line-height: 1.1;
}

.alert-success {
    background: linear-gradient(0deg, #1e7e34, #28a745);
    line-height: 1.1;
}

#btnSubmit {
    height: max-content;
}

.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.mob-light-theme .height-specific {
    margin: auto;
    display: block;
}

.mob-light-theme .provider-container .btn.btn-light {
    width: 20% !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.btn-primary {
    background-color: #020381;
    border-color: #242575;
    color: #fff;
}

    .btn-primary:hover,
    .btn-primary:active {
        background-color: #242575;
        border-color: #242575;
    }

.mob-light-theme .custom-checkbox .custom-control-label::before {
    border-radius: 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #020381 !important;
    border-color: #020381 !important;
}

.mob-light-theme .provider-container {
    border-radius: 8px;
}

.custom-checkbox .custom-control-label::before {
    border-radius: 50%;
    background-color: #c6c6c6;
}

h4.custom-font--size {
    font-size: 1rem;
}

.custom-control.active-checkbox label::before {
    border-color: #484848 !important;
    background-color: #8a8a8a !important;
}

.provider-container .modal-body .text-muted {
    color: #d4d4d4 !important;
}

.modal-open .modal {
    background: rgba(0, 0, 0, 0.6);
}

.provider-container .modal-content .btn-outline-secondary {
    background: linear-gradient(to bottom, #ffffff 45%, #dcdcdc 100%);
}

    .provider-container .modal-content .btn-outline-secondary:hover {
        color: #6c757d;
        background: linear-gradient(to bottom, #dcdcdc 45%, #ffffff 100%);
    }

.provider-container .modal-content {
    padding: 0px 15px 15px 15px;
}

    .provider-container .modal-content p span {
        font-weight: bold;
    }

.custom-control.active-checkbox label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    border-color: #484848;
    border-radius: 50%;
}

.provider-container small a {
    color: #0098ff;
}

.provider-container .btn.btn-light {
    justify-content: center;
    max-width: 100%;
    width: 100%;
    border-color: #e9e9e9;
    z-index: 1;
    line-height: 20px;
    background: #efefef;
    background: linear-gradient(0deg, #efefef 0%, #ffffff 100%);
    transition: background 0.2s ease-in-out;
}

@media(max-width: 490px) {
    .provider-container .btn.btn-light {
        font-size: 0.8rem;
    }
}

@media(max-width: 406px) {
    .provider-container .btn.btn-light {
        font-size: 2vw;
    }
}

.provider-container .btn.btn-light:hover {
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.provider-container h4.custom-font--color {
    color: #333;
}

.provider-container button.btn.btn-light.rounded-0.py-3:hover {
    background: #efefef;
    background: linear-gradient(0deg, #dedede 0%, #ffffff 100%);
    transition: background 0.2s ease-in-out;
}

.provider-container .btn.btn-light:focus,
.provider-container .btn.btn-light:active:focus {
    box-shadow: none !important;
}

.provider-container button.btn.btn-light.rounded-0.py-3.active {
    background: #efefef;
    background: linear-gradient(0deg, #dedede 0%, #ffffff 100%);
    border-color: #020381;
}

.provider-container .custom-cotrol .custom-checkbox > label {
    font-size: 0.9rem;
    line-height: 1;
}

@media (max-width: 335px) {
    .provider-container .btn.btn-light {
        padding: .375rem 0.6rem;
    }

    .provider-container .custom-control.custom-checkbox {
        text-align: left !important;
    }
}

/* WEBSITE LIGHT THEME */
.web-light-theme small.text-center.text-muted.mb-0.d-block {
    display: none !important;
    visibility: hidden;
    overflow-y: hidden;
    overflow-x: hidden;
    position: absolute;
    left: -9999999999px;
    padding: 0 !important;
    top: -9999999999px;
}

.web-light-theme .container {
    margin: 0;
    max-width: 100%;
}

    .web-light-theme .container section.pb-3 {
        padding-bottom: 0 !important;
    }

.web-light-theme .provider-container {
    max-width: 100%;
    background: #fff;
    margin: 0 !important;
}

    .web-light-theme .provider-container .btn.btn-light {
        background: #eaeaea;
        border-color: #fff;
        color: #777;
        border-width: 3px;
        padding: 10px 6px;
    }

        .web-light-theme .provider-container .btn.btn-light:hover:first-child img,
        .web-light-theme .provider-container .btn.btn-light:hover:nth-child(2) img,
        .web-light-theme .provider-container .btn.btn-light:hover:nth-child(3) img {
            filter: brightness(0) invert(1);
        }

    .web-light-theme .provider-container button.btn.btn-light.rounded-0.py-3:hover,
    .web-light-theme .provider-container button.btn.btn-light.rounded-0.py-3.active {
        background: #020381;
        color: #fff;
    }

        .web-light-theme .provider-container button.btn.btn-light.rounded-0.py-3.active:nth-child(2) img,
        .web-light-theme .provider-container button.btn.btn-light.rounded-0.py-3.active:first-child img,
        .web-light-theme .provider-container button.btn.btn-light.rounded-0.py-3.active:nth-child(3) img {
            filter: brightness(0) invert(1);
        }

    .web-light-theme .provider-container h2.text-center,
    .web-light-theme .provider-container .custom-control.custom-checkbox.text-center.text-muted.ml-md-0.ml-3.mr-0,
    .web-light-theme .provider-container h4.custom-font--color {
        text-align: left !important;
    }

    .web-light-theme .provider-container .custom-control.custom-checkbox.text-center.text-muted.ml-md-0.ml-3.mr-0 {
        padding-left: 45px;
    }

    .web-light-theme .provider-container h4.custom-font--color {
        padding-left: 23px;
    }

    .web-light-theme .provider-container h2.text-center {
        padding-left: 15px;
    }

.web-light-theme #btnSubmit {
    background-color: #eaeaea;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #8b8a8b;
    border-radius: 5px;
    padding: 0.2rem 0.8rem;
}

    .web-light-theme #btnSubmit:hover,
    .web-light-theme #btnSubmit:focus,
    .web-light-theme #btnSubmit:active:focus {
        background-color: #fff;
        color: #ababab;
        border-color: #ced4da;
    }

.web-light-theme .input-group.mb-3 input.form-control {
    font-size: 14px;
    padding: 0.2rem 0.8rem;
    margin-left: 15px;
    height: calc(1.5em + .75rem + -1px);
}

.web-light-theme .input-group.mb-3 {
    margin-bottom: 0px !important;
}

@media (min-width: 576px) {
    .web-light-theme .input-group.mb-3 {
        width: 50%;
    }
}
.img-fluid {
    max-width: 100%;
    height: 45px !important;
}

/* END WEBSITE LIGHT THEME */
/* WEBSITE DARK */
.web-dark-theme {
    background-color: #2b2b2b;
    color: #fff;
}

    .web-dark-theme .height-specific {
        width: 50px;
    }

    .web-dark-theme .provider-container .btn.btn-light:last-child img {
        width: 90px;
    }

    .web-dark-theme .provider-container .btn.btn-light:hover:first-child img {
        filter: brightness(0) invert(1);
    }

    .web-dark-theme .container {
        margin: 0;
        padding: 0 !important;
    }

        .web-dark-theme .container .pb-3 {
            padding-bottom: 0 !important;
        }

    .web-dark-theme .provider-container {
        border-color: #2b2b2b;
        background: #2b2b2b;
        max-width: 100%;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

        .web-dark-theme .provider-container section.py-2 {
            padding: 0 !important;
        }

            .web-dark-theme .provider-container section.py-2 .input-group.mb-3 {
                margin-bottom: 0px !important;
            }

        .web-dark-theme .provider-container .btn.btn-light {
            background: #1e1e1e;
            border-color: #2b2b2b;
            color: #fff;
            padding-top: 5px !important;
            padding-bottom: 5px !important;
        }

            .web-dark-theme .provider-container .btn.btn-light:nth-child(2) img,
            .web-dark-theme .provider-container .btn.btn-light:nth-child(3) img {
                filter: brightness(0) invert(1);
            }

        .web-dark-theme .provider-container .text-muted,
        .web-dark-theme .provider-container h4.text-dark.custom-font--color {
            color: #c5c5c5 !important;
        }

        .web-dark-theme .provider-container .input-group.mb-3 input {
            border-color: #343a40;
            background: #1e1e1e;
            color: #fff;
        }

    .web-dark-theme small.text-center.text-muted.mb-0.d-block {
        display: none !important;
        visibility: hidden;
        overflow-y: hidden;
        overflow-x: hidden;
        position: absolute;
        left: -9999999999px;
        top: -9999999999px;
    }

    .web-dark-theme .provider-container h4.text-dark.custom-font--color,
    .web-dark-theme .custom-control.custom-checkbox.text-center.text-muted.ml-md-0.ml-3.mr-0,
    .web-dark-theme h2.text-center {
        text-align: left !important;
    }

    .web-dark-theme .btn-success {
        background-color: #020381;
        border-color: #242575;
        color: #fff;
    }

        .web-dark-theme .btn-success:hover,
        .web-dark-theme .btn-success:active.web-dark-theme .btn-success:focus:active,
        .web-dark-theme .btn-success:not(:disabled):not(.disabled).active,
        .web-dark-theme .btn-success:not(:disabled):not(.disabled):active,
        .web-dark-theme .show > .btn-success.dropdown-toggle {
            background-color: #242575;
            border-color: #242575;
        }

    .web-dark-theme .provider-container button.btn.btn-light.rounded-0.py-3:hover,
    .web-dark-theme .provider-container button.btn.btn-light.rounded-0.py-3.active {
                   background: #020381;
        color: #fff;
        transition: background 0.2s ease-in-out;
    }

        .web-dark-theme .provider-container button.btn.btn-light.rounded-0.py-3.active:first-child img {
            filter: brightness(0) invert(1);
        }

@media (max-width: 1200px) {
    .web-dark-theme  {
        max-width: 100%;
    }
}

/* END WEBSITE DARK */
.warning-alerts {
    color: black;
    background-color: orange;
    text-align: left;
    margin: 3px 0;
    padding: 10px;
}
.warning-alerts div {
    white-space: pre-line
}

@keyframes flash {
    0% {
        border-color: red;
    }

    50% {
        border-color: blue;
    }

    100% {
        border-color: red;
    }
}

.flashing-border {
    border: 2px solid red; /* Initial border style */
    animation: flash 1s infinite; /* Apply the flash animation */
}
