html, body {
    font-family: "Roboto Thin", 'Helvetica Neue', "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body {
    padding-top: 60px; /*add space to top of page due to fixed header navbar*/
}

.bg-indigo {
    background-color: #6610f2 !important;
}

.bg-pink {
    background-color: #d63384 !important;
}

.bg-teal {
    background-color: #20c997 !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.bg-purple {
    background-color: #6f42c1 !important;
}

.bg-orange {
    background-color: #fd7e14 !important;
}

.bg-green {
    background-color: #198754 !important;
}


.invalid {
    outline: 1px solid #d63384;
}

.validation-message {
    color: #d63384;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #d63384;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

.blazor-error-boundary::after {
    content: "An error has occurred."
}

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

/*-----------------------------------------------------------*/

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;;
}

.fs-7 {
    font-size: 0.9rem;
}
.fs-8 {
    font-size: 0.8rem;
}

a {
    color: #d63384 !important;
}

.text-gradient-color {
    /*font-size: 30px;*/
    /*font-weight: bold;*/
    /*font-family: Arial, Helvetica, sans-serif;*/
    background: linear-gradient(to right, #6610f2, #d63384);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.navbar-height {
    min-height: 60px;
}

.foot-height {
    height: 40px;
}

.main-container {
    height: 100%;
    min-height: calc(100vh - 150px);
    /*margin-top: 70px;*/
}

.fill {
    height: 100%;
    min-height: calc(100vh - 150px);
}

.content-md {
    font-size: 0.9rem;
    line-height: 1.7;
}

.content-md pre {
    /*background-color: #f8f8f8;*/
    border: 1px solid #ddd;
    border-radius: 7px;
    font-size: 90%;
    line-height: 1.7;
    /*overflow: auto;*/
    /*padding: 16px;*/
}

.content-md img, video {
    max-width: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.content-md h1, h2, h3, h4, h5, h6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.text-box {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}


.clickable {
    cursor: pointer;
}

.no-a, .no-a:hover, .no-a:focus, .no-a:active {
    text-decoration: none;
    color: inherit;
}

.border-shadow {
    box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

.btn-custom {
    color: #fff;
    background: linear-gradient(to right, #6610f2, #d63384);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 15px;
    border-radius: 50px;
    transition: all 0.3s ease 0s;
    border: none;
}

.btn-custom:hover, .btn-custom:focus {
    color: #fff;
    box-shadow: 0 0 10px #d63384;
    outline: none;
}

.btn-custom:disabled,
.btn-custom[disabled] {
    box-shadow: none;
    cursor: auto;
}


.btn-custom-green {
    color: #198754;
    /*background: linear-gradient(to right, #198754, #198754);*/
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 13px;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    border: none;
}

.btn-custom-green:hover  {
    background: linear-gradient(to right, #198754, #198754);
    color: #fff;
    box-shadow: 0 0 10px #20c997;
    outline: none;
}

.btn-custom-pink-outline {
    color: #d63384;
    /*background: linear-gradient(to right, #d63384, #d63384);*/
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 13px;
    border-radius: 40px;
    transition: all 0.1s ease 0s;
    border: 2px solid white;
}

.btn-custom-pink-outline:hover, .btn-custom-pink-outline:focus {
    border: 2px solid #d63384;
    outline: none;
}

.btn-custom-pink {
    color: #fff;
    background: linear-gradient(to right, #d63384, #d63384);
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 13px;
    border-radius: 40px;
    transition: all 0.3s ease 0s;
    border: none;
}

.btn-custom-pink:hover, .btn-custom-pink:focus {
    color: #fff;
    box-shadow: 0 0 10px #d63384;
    outline: none;
}

.checkbox {
    height: 17px;
    width: 17px;
    min-height: auto;
    margin: 0 2px 0 0;
    border: 2px solid #d63384;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease 0s;
}

.checkbox:before {
    content: '';
    height: 5px;
    width: 10px;
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    left: 2px;
    top: 2.5px;
    transition: all 0.3s ease;
}

.checkbox:checked {
    background-color: #d63384;
}

.checkbox:checked:before {
    opacity: 1;
}

.checkbox:not(:checked):before {
    opacity: 0;
}

.checkbox:focus {
    outline: none;
}

.input-custom {
    border: 1px solid #eee;
    padding: 5px 15px;
    outline: none;
    border-radius: 50px;
}

/*.input-custom:focus {*/
/*    border-bottom: 2px solid #6610f2;*/
/*}*/

[placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease;
    text-indent: -100%;
    opacity: 1;
}

.nav-item-active {
    font-weight: bold;
    /*text-decoration: underline #d63384;*/
    /*text-underline-offset: 5px;*/
}

.custom-nav-link {
    color: #d63384 !important;
    background-color: transparent !important;
    border-radius: 50px !important;
    padding: 3px 15px !important;
    text-decoration: none;
}

.custom-nav-link:hover {
    font-weight: bold;
}

.custom-nav-link.active {
    color: #d63384 !important;
    border: 2px solid #d63384;
    border-radius: 50px;
    font-weight: bold;
}


/* This applies to the whole page */
::-webkit-scrollbar {
    width: 10px; 
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d6dee1; 
    border-radius: 20px;
    border: 6px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.spinner-grow-chat{
    max-width: 10px;
    max-height:10px;
    color: #6f42c1;
}

/*.input-container {*/
/*    position: relative;*/
/*}*/

/*.input-container > .input-custom {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*}*/

/*.input-container > .send-button {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*}*/

.input-container {
    border: 1px solid #eee;
    border-radius: 50px;
    display: flex;
    padding: 5px 15px;
}

.input-container > .input-custom {
    flex-grow: 1;
    margin-right: 10px; /* Optional: Adds some space between the input and the button */
}

.chat-input-custom {
    border: 0;
    /*padding: 5px 15px;*/
    outline: none;
}

.nav-link-user{
    color: #d63384;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    padding: 5px 13px;
    border-radius: 10px;
    transition: all 0.1s ease 0s;
    border: 1px solid white;
    margin-top: 10px;
    outline: none;
}

.nav-link-user:hover{    
    font-weight: bold;
}

.nav-link-user.active {
    border: 2px solid #d63384;
    font-weight: bold;
}

/* Hide the icon by default */
.list-group-item .bi-trash3 {
    display: none;
}

/* Show the icon when the parent is hovered */
.list-group-item:hover .bi-trash3 {
    display: inline-block;
}

@media (max-width: 576px) {
    .chat-nav-button small {
        font-size: 0.7rem; 
    }
}