/* _content/Tis-Blazor/Pages/Checkout.razor.rz.scp.css */
@media (max-width:576px) {
    .divSmall[b-4l8uvf4ll2] {
        display: block;
        font-size: 14px;
    }

    .divMedium[b-4l8uvf4ll2] {
        display: none;
        font-size: 16px;
    }
}

@media (min-width:577px) {
    .divSmall[b-4l8uvf4ll2] {
        display: none;
        font-size: 14px;
    }

    .divMedium[b-4l8uvf4ll2] {
        display: block;
        font-size: 16px;
    }
}
/* _content/Tis-Blazor/Pages/Index.razor.rz.scp.css */

/* _content/Tis-Blazor/Pages/TisWebsite.razor.rz.scp.css */
.nav-link-custom[b-95td074v8f] {
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    display: inline-table;
    cursor: pointer;
}
.nav-link-custom:visited[b-95td074v8f] {
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    display: inline-table;
    cursor: pointer;
}

.nav-link[b-95td074v8f] {
    color: white !important;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    display: inline-table;
    cursor: pointer;
}

.nav-link:visited[b-95td074v8f] {
    color: white !important;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.nav-link:hover[b-95td074v8f] {
    color: darkblue !important;
    background: white;
}

.nav-link-active[b-95td074v8f] {
    color: darkblue !important;
    background: white;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    cursor: default;
}

.nav-link-active:visited[b-95td074v8f] {
    color: darkblue !important;
    background: white;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.dropdown-item:hover[b-95td074v8f] {
    color: white;
    background: #3f51b5;;
}

/* Style buttons */
.btn[b-95td074v8f] {
    background-color: RoyalBlue; /* Blue background */
    border: 1px solid white; /* Remove borders */
    color: white; /* White text */
    cursor: pointer; /* Mouse pointer on hover */
    transition: 0.3s;
}

/* Darker background on mouse-over */
.btn:hover[b-95td074v8f] {
    background-color: cornflowerblue;
}


.navbar-toggler-icon[b-95td074v8f] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler[b-95td074v8f] {
    border-color: rgb(255,102,203);
}

.TextBoxCustom:focus[b-95td074v8f] {
    outline: 0;

}

.TextBoxCustom[b-95td074v8f] {
    padding: 5px;
    background-clip: padding-box;
    border-radius: 0.25rem;
}

/* _content/Tis-Blazor/Shared/EmptyLayout.razor.rz.scp.css */
.page[b-tguh1kmv5z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-tguh1kmv5z] {
    flex: 1;
}

.sidebar[b-tguh1kmv5z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-tguh1kmv5z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-tguh1kmv5z]  a, .top-row .btn-link[b-tguh1kmv5z] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-tguh1kmv5z] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-tguh1kmv5z] {
        display: none;
    }

    .top-row.auth[b-tguh1kmv5z] {
        justify-content: space-between;
    }

    .top-row a[b-tguh1kmv5z], .top-row .btn-link[b-tguh1kmv5z] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-tguh1kmv5z] {
        flex-direction: row;
    }

    .sidebar[b-tguh1kmv5z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-tguh1kmv5z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-tguh1kmv5z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Tis-Blazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-ff0jt2t386] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ff0jt2t386] {
    flex: 1;
}

.sidebar[b-ff0jt2t386] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ff0jt2t386] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-ff0jt2t386]  a, .top-row .btn-link[b-ff0jt2t386] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-ff0jt2t386] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ff0jt2t386] {
        display: none;
    }

    .top-row.auth[b-ff0jt2t386] {
        justify-content: space-between;
    }

    .top-row a[b-ff0jt2t386], .top-row .btn-link[b-ff0jt2t386] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ff0jt2t386] {
        flex-direction: row;
    }

    .sidebar[b-ff0jt2t386] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-ff0jt2t386] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-ff0jt2t386] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Tis-Blazor/Shared/NavMenu.razor.rz.scp.css */
.nav-link-selected[b-5y0i7swyu5] {
    color: darkblue !important;
    background: white;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.nav-link[b-5y0i7swyu5] {
    color: white !important;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
    margin-left:3px;
}

.nav-link:visited[b-5y0i7swyu5] {
    color: white !important;
    font-size: 15px;
    padding: 10px;
    text-decoration: none;
    font-weight: 400;
}

.nav-link:hover[b-5y0i7swyu5] {
    color: darkblue !important;
    background: white;
}

.dropdown-item:hover[b-5y0i7swyu5] {
    color: white;
    background: #3f51b5;
}

/* Style buttons */
.btn[b-5y0i7swyu5] {
    background-color: RoyalBlue; /* Blue background */
    border: 1px solid white; /* Remove borders */
    color: white; /* White text */
    cursor: pointer; /* Mouse pointer on hover */
    transition: 0.3s;
}

/* Darker background on mouse-over */
.btn:hover[b-5y0i7swyu5] {
    background-color: cornflowerblue;
}


.navbar-toggler-icon[b-5y0i7swyu5] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler[b-5y0i7swyu5] {
    border-color: rgb(255,102,203);
}
