@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
    font-family: roboto-regular;
    src: url('fonts/Roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: roboto-bold;
    src: url('fonts/Roboto/Roboto-Bold.ttf');
}

html, body {
    font-family: roboto-regular;
    max-width: 100%;
    overflow-x: hidden;
    display: table;
    margin: 0 auto;
}

.btn-primary {
    color: #FF0000;
    background-color: #680046;
    border-color: #680046;
    height: 45px;
    width: 19vw;
    margin: 10px !important;
}

.content {
    padding-top: 0.75rem;
    max-width: 800px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}


.fit-content {
    width: fit-content !important;
}


.provider-logo-component-container {
    border-radius: 1rem;
    padding-right: 0.5rem;
}

.separator-line {
    background-color: transparent;
    box-shadow: 0 4px clamp(4px, 8px, 12px) rgba(0, 0, 0, 0.5), 0 6px clamp(6px, 20px, 24px) rgba(0, 0, 0, 0.45);
    height: 0.09rem; /* Very thin line */
    max-height: 0.09rem !important;
    width: 100vw;
    max-width: 100vw !important;
    margin-top: 0;
}

.provider-logo-component-container img {
    max-width: 50%; /* You can adjust the logo size */
    height: auto; /* Ensures the aspect ratio remains intact */
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    background: white;
    border: 1px solid #d3d3d3;
    border-radius: 12px;
    margin-bottom: 0.5rem;
    box-shadow: none;
}

.center {
    margin: auto;
    width: 100%;
}

.card-body .card-title {
    margin-bottom: .75rem;
    text-align: left;
    color: black;
    font-weight: 700;
    width: 90%

}

.card-title {
    margin-bottom: .75rem;
    text-align: left;
    color: black;
    font-weight: 720;
    width: 95%;
    font-size: 1.3rem;
}

.card-body .btn-primary {
    color: #fff !important;
    background-color: #d21b90 !important;
    border-color: #d21b90 !important;
    text-align: center;
    width: 98%;
    border-radius: 25px;
    display: block;
}

.card-body .btn-primary.active {
    background-color: #680046 !important;
    border-color: #680046 !important;
}

.card-body .btn-primary.activated {
    background-color: gray !important;
    border-color: gray !important;
}

.payments-info-card .card-body .card-text {
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    color: white;
}

.service-info-card .card-body .card-text {
    text-align: center;
    white-space: nowrap;
    overflow: visible;
    color: white;
}

.roboto-bold {
    font-family: roboto-bold;
    font-weight: 410;
}

.service-status-container {
    margin: auto;
    display: block;
}

.network-service-container {
    display: block;
    margin-top: 5px;
}

.not-found-content {
    position: absolute;
    height: 100%;
    width: 92%;
    min-width: 350px;
    top: 0.3rem;
    background-color: white;
    z-index: 400;
    text-align: center;
}

@media only screen and (max-width: 700px) {
    .not-found-content {
        left: 40%;
    }
}

.separator-line {
    background-color: transparent;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 0.09rem; /* Very thin line */
    width: 96vw;
    margin-top: 0;
}

.layout {
    min-height: 400px;
}

.not-found-text {
    padding-top: 5rem;
}

.spinner {
    margin-top: 5rem;
}