html, body {
    font-family: 'Roboto', Arial, sans-serif;
    background: white;
}

body {
    background: #fefefe;
    height: 100vh;
}

a, .btn-link {
    color: #006bb7;
    text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50820;
}

.validation-message {
    color: #e50820;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.upload-element {
    /*    max-width: 80px;*/
}

#components-reconnect-modal {
    /*    position: fixed;
    inset: 0px;
    z-index: 1050;*/
    /*display: none;*/
    /*    overflow: hidden;
    background-color: rgb(255, 255, 255);
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
    transition: visibility 0s linear 500ms;
    visibility: visible;*/
    background-color: none;
}

    #components-reconnect-modal h5 {
        display: none;
    }

        #components-reconnect-modal h5 a {
            /*display:none;*/
        }

.my-reconnect-modal > div {
    position: fixed;
    top: 0;
    left: 0;
    /*    z-index: 1000;*/
    overflow: hidden;
    /*    background-color: #fff;*/
    opacity: 0.8;
    text-align: center;
    font-weight: bold;
}

.components-reconnect-hide > div {
    display: none;
}

.components-reconnect-show > div {
    display: none;
}

.components-reconnect-show > .show {
    display: block;
}

.components-reconnect-failed > div {
    display: none;
}

.components-reconnect-failed > .failed {
    display: block;
}

.components-reconnect-rejected > div {
    display: none;
}

.components-reconnect-rejected > .rejected {
    display: block;
}

.lista button {
    padding: 5px;
    color: #fff;
}

    .lista button img {
        width: 12px;
        height: 12px;
    }

.administrator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .administrator h3 {
        font-size: 24px;
    }

    .administrator button {
        padding: 5px 10px;
        font-size: 14px;
    }

.administrator-data {
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 15px;
    border-radius: 10px;
}

.administrator-head h4 {
    font-size: 22px;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.administrator-data table thead tr {
    background: #ededed;
}

.administrator-data table tbody tr:nth-child(even) {
    background: #f9f9f9;
}

.administrator-data table {
    width: 100%;
}

    .administrator-data table tr th,
    .administrator-data table tr td {
        font-size: 14px;
        padding: 10px 5px !important;
    }

        .administrator-data table tr td button {
            background: transparent;
            border: none;
        }

        .administrator-data table tr td .delete {
            color: red;
        }

        .administrator-data table tr td .edit {
            color: #085eb9;
        }

[b-5wuud7risv] thead {
    position: sticky;
    top: -20px;
    background-color: #eee;
}

.grid[b-5wuud7risv] {
    height: unset !important;
    max-height: 80vh;
}

/*Inregister*/
.form-floating {
    position: relative;
}

.form-control {
    padding-right: 3rem;
}

.eye-icon {
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    font-size: 1.2rem;
    color: #000;
    right: 0.5rem;
    top: 31px;
    transform: translateY(-50%);
    z-index: 2;
    padding: 0;
    margin: 0;
}

/*AdmClienti-Search*/
.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-container {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin: 1rem 0;
}

.form-label {
    margin: 0;
    white-space: nowrap;
}

.form-control {
    flex: 1;
}


.selected-module {
    border: 1px solid #1b6ec2 !important;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb !important;
}

.no-drop {
    cursor: not-allowed !important;
}

/* Style the module cards */
.module {
    background-color: #ffffff;
    border: 2px solid transparent; /* Make border transparent by default */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    width: 300px; /* Set a fixed width for the cards */
}

    /* Style for the labels and custom checkbox */
    .module label {
        margin-left: 10px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
    }

/* Style for the total and button container */
.col-md-4 {
    margin-bottom: 20px;
}

/* Style the button */
.btn-finalizeaza {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    .btn-finalizeaza:hover {
        background-color: #0056b3;
    }

hr {
    margin: 20px 0;
}

/* Update selected module style */
.module.selected {
    border-color: #198754; /* Green border for selected module */
}

.fake-checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fafafa;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

/* Using the .selected class from the parent div to change the appearance */
.module.selected .fake-checkbox {
    background-color: #007bff; /* Background color for checked state */
}

    .module.selected .fake-checkbox::before {
        content: '';
        width: 12px;
        height: 12px;
        clip-path: polygon(14% 44%, 0% 44%, 50% 100%, 100% 0%, 44% 0%);
        background-color: #007bff; /* Change this color if you need */
        display: block;
    }

.subscription-box {
    padding: 60px 30px;
    background: #EFF0FF;
    border-radius: 10px;
    border-top: 15px solid #565ADE;
    text-align: center;
    color: #2C1C51;
    transition: all 0.5s ease;
}

    .subscription-box.default-highlighted {
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .subscription-box.hovered {
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .subscription-box:hover {
        background: #fff;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    }

    .subscription-box h3 {
        font-weight: 500;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .subscription-box p {
        font-size: 13px !important;
        font-weight: 400;
    }

        .subscription-box p span {
            font-weight: 600;
        }

    .subscription-box h1 sub {
        font-size: 16px;
    }

.btn-subscription {
    background: linear-gradient(176deg, rgba(86, 90, 222, 1) 0%, rgba(144, 148, 255, 1) 100%);
    padding: 10px 30px;
    border-radius: 50px;
    border: none;
    color: #fff;
    border: 1px solid #565ADE;
    font-size: 17px;
}

    .btn-subscription:hover {
        border: 1px solid #565ADE;
        background: transparent;
        color: #000;
    }

    .btn-subscription:focus {
        box-shadow: none !important;
        outline: none;
    }

@media only screen and (max-width:1199px) {
    .subscription-box {
        padding: 20px;
    }

        .subscription-box h1 {
            font-size: 26px;
        }
}

.subscription-box-container {
    display: flex;
    gap: 15px;
}

    .subscription-box-container .subscription-box {
        flex: 1;
    }

.renewal-link {
    margin-left: 5px;
    color: #007bff;
    text-decoration: underline;
}
/*.status-active:active {
   color: green;
}
.status-active tr td{
    color: orangered;
}*/

.status-active {
    color: green;
}

.status-notexpired {
    color: green;
}

.status-expired {
    color: red;
}

/* Document Level Design */
.bg-free {
    background-color: #0F9D58;
    border-radius: 5PX;
    padding: 10px 25px;
}

    .bg-free a {
        color: #FFF !important;
    }

.bg-silver {
    background-color: #b7b7b7;
    border-radius: 5PX;
    padding: 10px 25px;
}

    .bg-silver a {
        color: #FFF !important;
    }

.bg-gold {
    background-color: #f1c332;
    padding: 10px 28px;
    border-radius: 5PX;
}

    .bg-gold a {
        color: #FFF !important;
    }

.bg-platinum {
    background-color: #0039b9;
    border-radius: 5PX;
    padding: 10px 12px;
}

    .bg-platinum a {
        color: #fff !important;
    }

.quickgrid[theme=default] > tbody > tr > td {
    padding: 10px !important;
}


/*.btn:focus {
    box-shadow: none !important;
    border: none !important;
}*/

.back-button {
    background: #565ADE;
    padding: 10px 15px;
}

    .back-button:hover {
        background: #565ADE;
        /*padding: 10px 15px;*/
    }

/* Plan Expiry Date CSS */
.validation-messages {
    list-style-type: none; /* Remove default bullet points */
    padding-left: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

    .validation-messages li {
        text-align: left; /* Ensure text is aligned to the left */
        margin-bottom: 0.5rem; /* Add some space between messages */
    }

.link-button {
    /* Basic styles for the link button */
    color: #007bff;
    text-decoration: none;
    cursor: pointer;
}

    .link-button[aria-disabled="true"] {
        pointer-events: none;
        opacity: 0.5;
    }

.disabled-link {
    color: #6c757d; /* Grey color to indicate disabled state */
    cursor: not-allowed; /* Changes the cursor to indicate disabled state */
    pointer-events: none; /* Disables all mouse events */
    text-decoration: none; /* Removes underline to indicate disabled state */
    opacity: 0.65; /* Makes the link appear faded */
}

.usersubscription-modal-label {
    width: 30%;
}

.expiry-date-w {
    width: 23%;
}

.form-group label {
    width: 100%;
    text-align: left;
    margin-bottom: 4px;
}

.main-content-container {
    /*    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 92vh;*/
}

.content h3 {
    font-size: 32px;
    margin-bottom: 20px;
}


.main-content {
    height: 92vh;
    align-content: center;
    justify-content: center;
    hr

{
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

}

.subscription-tab {
    color: #fff;
}

.nav-pills .subscription-tab .nav-link.active, .nav-pills .show > .subscription-tab .nav-link {
    background: #565ADE !important;
    color: #fff !important;
}

.nav-pills .subscription-tab .nav-link {
    width: 250px;
    height: 95px;
    font-size: x-large;
    font-weight: bold;
    line-height: 65px;
}

.nav-link i {
    font-size: 22px;
}

.subscription-tab .nav-link {
    color: #565ADE !important;
    text-transform: uppercase;
}

.tab-pane {
    color: #b5b5b5;
}

.tab-border {
    margin-right: 30px;
    border: 1px solid #565ADE;
    border-radius: 10px;
    background-color: transparent;
    margin-top: 10px;
}

.description {
    white-space: pre-line;
}
/*create user edit*/
.btn i, .btn span, .btn svg {
    color: #fff;
}

/* Container for the grid layout */
.module-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* Adjust the column width */
    gap: 20px; /* Space between grid items */
    margin-bottom: 30px;
}

/* Style the module cards */
.module {
    background-color: #ffffff;
    border: 2px solid transparent; /* Make border transparent by default */
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    align-items: center;
    transition: border-color 0.3s ease;
}

    /* Style for the labels and custom checkbox */
    .module label {
        margin-left: 10px;
        font-size: 18px;
        color: #333;
        cursor: pointer;
    }

/* Style the button */
button[type="submit"] {
    background-color: #4385f5;
    border: none;
    color: white;
    padding: 15px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

    button[type="submit"]:hover {
        background-color: #0056b3;
    }

hr {
    margin: 20px 0;
}

/* Update selected module style */
.module.selected {
    border-color: #198754; /* Green border for selected module */
}

.fake-checkbox {
    appearance: none;
    -webkit-appearance: none;
    background-color: #fafafa;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    display: grid;
    place-content: center;
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

/* Using the .selected class from the parent div to change the appearance */
.module.selected .fake-checkbox {
    background-color: #007bff; /* Background color for checked state */
    border-color: #007bff; /* Border color for checked state */
}

    .module.selected .fake-checkbox::before {
        content: '';
        width: 12px;
        height: 12px;
        clip-path: polygon(14% 44%, 0% 44%, 50% 100%, 100% 0%, 44% 0%);
        background-color: #007bff; /* Change this color if you need */
        display: block;
    }

.img-fluid-user {
    height: 20%;
    width: 33%;
}

button {
    padding: 8px !important;
}

.selected-button {
    border: 1px solid #1b6ec2;
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.bg-platinum {
    height: 42px;
    display: inline-flex;
    align-items: center;
}

table tbody tr {
    vertical-align: middle;
}

.subscription-info i {
    right: 5px;
    position: relative;
}

.domeni-p {
    color: #686868;
    font-weight: 500;
    margin-bottom: 0;
    text-wrap: wrap;
}

hr {
    margin-top: 5px;
}

#numeDocument {
    height: 38px;
}

@media screen and (max-width:768px) {
    .content h3 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .main-content {
        flex-shrink width: 100% !important;
    }
}
