html {
    width: 100vw;
    overflow-x: hidden;
    scroll-behavior: auto !important;
}

html, body {
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
#app {
    height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

#black-footer {
    padding-top: 10px;
    font-size: 0.8em;
    min-height: 57px;
    background-color: black;
    color:#b1b1b1;
    text-align: center;
}

img {
    display: block;
}

ul {
    margin: 0;
    padding: 0;
}

.img-wrapper {
    width: 100%;
    margin: auto;
}

.img-wrapper img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}



.dark {
    background-color: black;
    color: #e6e6e6;
}

.darkbody {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    margin: 0 auto;
    overflow-y: auto;
}

.separator-light {
    border-top: 3px solid grey;
    margin-bottom: 30px;
}

.separator-dark {
    border-top: 3px solid #202020;
    margin-bottom: 30px;
}

.signin {
    width: 300px;
}

#logo {
    height: 0;
    width: 80%;
    margin: 0 auto;
    padding-top: 70%;
    background-image: url(../logo.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.ws-nowrap {
    white-space: nowrap;
}
.red-color {
    color: #b91c3b;
}
a, .btn-link {
    color: black;
    text-decoration: none;
}


a:hover, .btn-link:hover {
    color: black;
    text-decoration: none;
}
a.active {
    color: #d81639;
}
@media (hover: hover) {
    a:hover, .btn-link:hover {
        color: #d81639;
        text-decoration: none;
    }

}


.filter {
    font-size: 0.8em;
    font-weight: 600;
    color: #b91c3b;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

.filter-item {
    list-style: none;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

.filter-item a {
    border-left: 20px solid #e2e2e2;
    padding-left: 10px;
}

.filter-item a.active {
    border-left: 20px solid #d81639;
}

.nav-item {
    text-transform: uppercase;
}

.nav-item:last-child {
    border-right: none;
}

a.nav-link {
    color: #b1b1b1 !important;
    border-bottom: 1px solid transparent;
}

a.nav-link.active {
    color: #b30033 !important;
}

a.nav-link:hover {
    color: #b30033 !important;
}

.black-link {
    color: black;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn {
    text-transform: uppercase;
}
.btn:focus {
    box-shadow: none;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]):enabled {
    border-bottom: 2px solid green !important;
}

.invalid {
    border-bottom: 2px solid red !important;
}

.validation-message {
    color: red;
    font-size: small;
}

h3 {
    text-transform: uppercase;
    font-weight: 300;
}

#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;
}

.loading {
    border-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E %3Cstyle%3Epath%7Banimation:stroke 1s infinite linear%3B%7D%40keyframes stroke%7Bto%7Bstroke-dashoffset:776%3B%7D%7D%3C/style%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='0%25' y2='100%25'%3E%3Cstop offset='0%25' stop-color='%232d3561' /%3E%3Cstop offset='25%25' stop-color='%23c05c7e' /%3E%3Cstop offset='50%25' stop-color='%23f3826f' /%3E%3Cstop offset='100%25' stop-color='%23ffb961' /%3E%3C/linearGradient%3E %3Cpath d='M1.5 1.5 l97 0l0 97l-97 0 l0 -97' stroke-linecap='square' stroke='url(%23g)' stroke-width='3' stroke-dasharray='388'/%3E %3C/svg%3E") 1;
}

.carousel .carousel-indicators {
    margin-bottom: 0 !important;
    bottom: -30px !important;
}

.carousel {
    border: 1px solid lightgrey;
    margin-bottom: 38px;
}

span.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b30033' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

span.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23b30033' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel .carousel-indicators button {
    background-color: #fff;
    background-color: rgba(70, 70, 70, 0.25);
}

.carousel .carousel-indicators .active {
    background-color: #b30033;
}

.carousel .carousel-indicators .video {
    background-color: rgba(0, 18, 236, 0.80);
}

.search-bar input {
    width: 100%;
    border-width: 0px;
    border: none;
    border-bottom: 2px solid gray;
}

.search-bar i {
    padding-top: 5px;
    cursor: pointer;
}

.search-bar input:focus {
    outline: none;
}


/*SECTION-TITLE*/
.section-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    font-family: 'Old Standard TT';
    text-transform: uppercase;
}

.section-title h1 {
    font-size: 1.75rem;
    position: relative;
    
}
h1:focus {
    outline: 0;
}

.section-title h1.border-decoration:after {
    position: absolute;
    content: '';
    width: 80%;
    height: 2px;
    left: 10%;
    bottom: 0;
    background-color: #202020;
}
/*SECTION-TITLE*/




.thin-link {
    color: dimgrey;
    text-decoration: underline;
}




#main-loader {
    position: absolute;
    left: 50%;
    top: 40%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    background-image: url(../logo-black.png);
    margin-left: -100px;
    height: 150px;
    width: 200px;
    animation: Pulsate 1s linear infinite;
}

@keyframes Pulsate {
    from { opacity: 1; }
    50% { opacity: 0; }
    to { opacity: 1; }
}

/*TODO: Single component*/
.close-button {
    position: relative;
    height: 32px;
    width: 32px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: black;
}

.close-button.bigger {
    height: 48px;
    width: 48px;
}

.close-button::before,
.close-button::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgb(177,177,177);
}

.close-button::before {
    transform: rotate(45deg);
}

.close-button::after {
    transform: rotate(-45deg);
}

.close-button:hover {
    cursor: pointer;
}

.close-button:hover::before,
.close-button:hover::after {
    background-color: rgba(179, 0, 51);
}

.absolute-right {
    position: absolute;
    right: 0;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.text-upper {
    text-transform: uppercase;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

span.fa-heart {
    color: #ce6176;
}
span.fa-gift {
    color: #ce6176;
}
span.fa-minus {
    color: red;
}
span.fa-ban {
    color: #780a24;
}
.main-banner{
    margin-bottom: 15px;
    height: 200px;
    /*background-image: url("/Files/banner.jpg");*/
    background-position: center;
    background-size: cover;
}

.toast1 {
    display: none;
    /*padding: 1.5rem;*/
    color: dimgrey;
    z-index: 99999;
    position: fixed;
    width: 20rem;
    margin-right: 20px;
    top:60px;
    border: 1px solid grey;
    background-color: white;
    border-radius: 5px;
    right:0;
}
.border-warning {
    box-shadow: 1px 1px 7px #ffc107 !important;
}
.border-success {
    box-shadow: 1px 1px 7px #28a745 !important;
}
.border-danger {
    box-shadow: 1px 1px 7px #dc3545 !important;
}
.border-info {
    box-shadow: 1px 1px 7px #17a2b8 !important;
}

.toast1-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0.5rem;
    font-size: 1.0rem;
}

.toast1-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

.toast1-body p {
    margin-bottom: 0;
    padding:0.5rem;
}

.toast1-visible {
    display: flex;
    flex-direction: row;
    animation: fadein 1.5s;
}

.navbar-toggler-icon {
    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(185,28,59, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.navbar-toggler {
    border-color: rgb(185,28,59) !important;
}
.border-green {
    border-color: green;
}
.task {
    position: relative;
}
.task[data-count]:after {
    content: attr(data-count);
    position: absolute;
    background: orange;
    height: 1rem;
    top: 0.7rem;
    right: 0.5rem;
    width: 1rem;
    text-align: center;
    line-height: 1rem;
    font-size: 0.5rem;
    border-radius: 50%;
    color: black;
    outline: 2px solid rgba(229, 98, 8, 0.2);
    margin-right: -10px;
}
div.task[data-count]:after{
    top:0;
    right: 0.1rem;
}
.attention {
    border-color: orange !important;
    border-width: 2px;
    border-bottom-width: 3px;
}
.attention.viewed {
    border-color:deepskyblue !important;
    transition: border-color 0.5s ease-in;
}
.fa-exclamation-circle{
    color: rgba(185,28,59,0.8);
}
.notification {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    border: 2px solid orange;
    padding:10px;
    margin-bottom: 20px;
}


.activeSort {
    color: #b30033 !important;
}
.page-item.active .page-link{
    color:  white !important;
    background-color: #b30033 !important;
    border-color: #b30033 !important;
}
.page-item.disabled .page-link {
    color: grey !important;
}
.page-link {
    color: #b30033 !important;
}
@media (max-width: 992px){
    .section-title {
        margin-top: 10px;
    }
    .section-title h1 {
        font-size: 1.5rem;
    }
}

.form-control-plaintext {
    color: dimgrey !important;
}

.slide-wrapper {
    overflow: hidden;
    aspect-ratio: var(--aspect-ratio-m);
    position: relative;
}
.slide-wrapper img, .slide-wrapper video, .slide-wrapper div {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
@media (max-width: 992px){
    .slide-wrapper {
        aspect-ratio: var(--aspect-ratio-s);
    }
}
/*FOR MARKUP TEST ONLY*/
/*div {
    outline: 1px solid red;
}*/

