﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}



.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

#searchbox {
    height: 38px
}

#searchinput {
    width: 200px;
}

#searchclear {
    position: absolute;
    right: 9px;
    top: 1px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.seperator-line {
    margin: 5px;
}

.hour-input {
    width: 80px;
    text-align: center;
}

.day-selector {
    width: 60px !important;
    border: solid 1px #C0C0C0 !important;
}

.active-mouse-item:hover {
    cursor: pointer;
}

.hover-div:hover {
    background-color: whitesmoke;
}

.breadcrumb {
    padding: 0px !important;
    background-color: White !important;
}

.silent-accordion {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom: 1px solid rgba(0,0,0,.125);
    border-left: 1px solid rgba(0,0,0,.125);
    border-right: 1px solid rgba(0,0,0,.125)
}
.image-container {
    position: relative;
    margin:10px;
}

.remove-button {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    color: white;
    border: none;
    border-radius: 50%;
   
    cursor: pointer;
    font-size: 12px;
    width: 25px; /* Set width to ensure a perfect circle */
    height: 25px; /* Set height to ensure a perfect circle */
    text-align: center; /* Center the content horizontally */
    line-height: 25px; /* Center the content vertically */
}

.tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.aluna-tooltip {
    position: relative;
    top: 2px;
}

.small-info {
    font-size: small;
    font-style: italic;
}

input[type="checkbox"][readonly] {
    pointer-events: none;
}

.center-pagination {
    margin: auto;
    border: none;
    padding: 10px;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}

.fixed-footer-modal .modal-body {
    max-height: 80vh; /* max 80% of the viewport height */
    overflow-y: auto;
}

.input-sm {
    font-size: 8pt !important;
    color: #C0C0C0 !important;
    background-color: white !important;
    border: none !important;
    text-align: center;
}

.show-delete-button {
    width: 49%;
    margin: 0 auto;
    display: inline;
}

.show-delete-buttons {
    margin: 0 auto;
    display: inline;
}


.version-info {
    text-align: center;
    font-size: x-small;
    color: lightgray;
}

.hour-input {
    width: 50px !important;
    border: solid 1px #C0C0C0;
}

.text-input {
    border: solid 1px #C0C0C0;
    width: 100%;
}

/*Hide arrows on numeric inputs*/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.header-label-small {
    font-size: x-small;
    font-weight: bold;
}

.student-aidform-header, .header-label {
    font-size: small;
    font-weight: bold;
}

.student-aidform-text, .row-label {
    font-size: small;
}

.header-label, .row-label {
    white-space: nowrap;
    min-width: 80px;
}


.student-aidform-input, .student-aidform-input-readonly, .input-control {
    min-height: 30px;
    width: 85px;
    vertical-align: middle;
    border: 1px solid #C0C0C0;
    box-sizing: border-box;
    text-align: right;
    margin-right: -1px;
    padding-right: 5px;
    border-radius: 4px;
    font-size: small;
}

.input-control {
    text-align: left !important;
}

.student-aidform-input-readonly, .input-control-locked {
    background-color: #e9ecef;
}

.student-aidform-input-center, .input-control-center, .header-label-center {
    text-align: center !important;
}



.student-aidform-header {
    min-height: 15px;
    width: 85px;
    vertical-align: middle;
    border: none;
    text-align: center;
    margin-right: -1px;
    font-size: small;
}

.tr-compact th {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.hour-column-header {
    width: 250px !important;
    text-align: center;
}

.hour-column-subheader {
    width: 125px !important;
    text-align: center;
}

.center-content {
    text-align: center;
}

.border-left {
    border-left: solid 1px gray !important;
}

.border-right {
    border-right: solid 1px gray !important;
}

.border-top {
    border-top: solid 1px gray !important;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}


.tableFixHead {
    overflow: auto;
    height: 100px;
}

    .tableFixHead thead th {
        position: sticky;
        top: 0;
        z-index: 1;
    }

/* Just common table stuff. Really. */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {
    padding: 8px 16px;
}

th {
    background: #eee;
}


/*Loader and wheel functions */

.loader {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}
.border-red {
    border: 1px solid red;
}

.border-yellow {
    border: 1px solid yellow;
}
.center-div {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -150px;
}

.spinner {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: Black;
    //filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.wheel {
    margin: auto;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    /*border-top: 16px solid #15a0ec;*/
    border-top: 16px solid var(--primary-color);
    border-bottom: 16px solid var(--primary-color);
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.inner-div {
    background-color: whitesmoke;
    border-color: solid 1px black;
    border-radius: 15px;
    border-radius: 100%;
    margin: auto;
    /*padding: 2%;*/
    padding: 15px;
    width: 150px;
    height: 150px;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

input[type=number] {
    text-align: right;
}

.sps-education-label {
    font-size: small;
    font-weight: bold;
    text-transform: uppercase
}

.instruction-text .card-body {
    padding: 10px;
    color: black;
    background-color: lightgray;
}

@media print {
    .pace {
        display: none;
    }
}

.drop-zone {
    border: 2px dashed #ccc !important;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    height: 150px !important;
    display: flex !important;
    align-items: center !important; /* Centers content vertically */
    justify-content: center !important; /* Centers content horizontally */
    flex-direction: column !important; /* Stacks children vertically */
}

    .drop-zone:hover,
    .drop-zone.active {
        background-color: #f8f8f8;
        border-style: dashed !important; /* Keeps the border dashed */
    }

.drop-zone-sm {
    border: 2px dashed #ccc !important;
    padding: 5px;
    text-align: center;
    cursor: pointer;
    min-width: 50px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important; /* Centers content vertically */
    justify-content: center !important; /* Centers content horizontally */
    flex-direction: column !important; /* Stacks children vertically */
}

    .drop-zone-sm:hover,
    .drop-zone-sm.active {
        background-color: darkgray;
        border-style: dashed !important; /* Keeps the border dashed */
    }


.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .1rem;
    border: solid 1px gray;
    outline: none;
}

a.btn-sm.form-control-sm {
    text-decoration: none;
}

th span {
    font-size: smaller; /* Makes the font size smaller */
    font-weight: bold; /* Makes the text bold */
}

td span {
    font-size: smaller; /* Makes the font size smaller */
}

.form-control-sm {
    max-width: 100% !important;
}

/*.form-control-sm, .btn-sm, select {
    box-sizing: border-box;
}

.btn-group > * {
    vertical-align: middle;
}
*/

/* BusBidder */

@font-face {
    font-family: Barlow;
    src: url(../webfonts/Barlow/Barlow-Regular.ttf);
}

@font-face {
    font-family: BarlowExtraBold;
    src: url(../webfonts/Barlow/Barlow-ExtraBold.ttf);
}

@font-face {
    font-family: BarlowBold;
    src: url(../webfonts/Barlow/Barlow-Bold.ttf);
}

@font-face {
    font-family: BarlowSemiBold;
    src: url(../webfonts/Barlow/Barlow-SemiBold.ttf);
}

:root {
    --primary-color: #FFBB00;
    --dark-background-color: #424859;
    --darker-background-color: #131A30;
    --light-backgound-color: #EDEFED;
    --primary-font: 'Barlow', sans-serif;
    --content-max-width: 1300px;
    --palette-width: 300px;
    --products-filterbar-width: 250px;
}

body {
    scroll-behavior: smooth;
    overscroll-behavior: none;
}

* {
    scroll-behavior: smooth;
    font-family: var(--primary-font);
}

h1 {
    text-transform: uppercase;
    font-family: BarlowBold !important;
    font-size: 3rem !important;
    hyphens: auto;
    word-break: break-word;
    margin: 0!important;
}

h2 {
    font-size: 2.5rem !important;
    font-family: BarlowBold !important;
    text-transform: uppercase;
}

h3 {
    font-family: BarlowBold !important;
    font-size: 2.2rem !important;
    text-transform: uppercase;
}


h4 {
    font-size: 1.8rem !important;
    font-family: BarlowSemiBold !important;
}

h5 {
    font-size: 1.1rem !important;
    font-family: BarlowSemiBold !important;
    text-transform: uppercase;
}

h6 {
    text-transform: uppercase;
    margin: 0!important;
}

p {
    margin: 0 !important;
}

a {
    cursor: pointer;
}

th {
    font-family: BarlowSemiBold !important;
}

.text-bold {
    font-family: BarlowBold !important;
}

.text-semi-bold, .text-semi-bold p {
    font-family: BarlowSemiBold !important;
}

.text-large {
    font-size: 30px;
}

.text-small {
    font-size: 0.8rem;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[v-cloak] {
    display: none;
}

/*[v-cloak] {
    opacity: 0;
    transition: opacity 1s ease;*/ /* Adjust the duration and easing function as needed */
/*}*/

    /* When v-cloak is removed, gradually increase opacity to 1 */
    /*[v-cloak] + * {
        opacity: 1;
    }*/

.text-color-primary {
    color: var(--primary-color)!important;
}

.text-color-red {
    color: orangered!important;
}

.text-color-green {
    color: mediumseagreen!important;
}

.text-color-grey {
    color: var(--light-backgound-color);
}

.text-color-white {
    color: white;
}

.text-border {
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px;
    background-color: var(--light-backgound-color);
}

.error-message {
    color: red;
    font-size: 0.8rem;
    margin-top: 5px;
}

.link-primary {
    color: var(--primary-color);
    cursor: pointer;
}

.link-primary:hover {
    color: black;
}

.link-small {
    font-size: 13px;
    color: var(--dark-background-color);
    cursor: pointer;
}

.link-small:hover {
    text-decoration: underline;
}

.text-box {
    background-color: white;
    color: black;
    padding: 20px;
    border-radius: 5px;
    width: 90vw;
    max-width: 500px;
    margin: 50px auto;
    font-style: italic;
}

.page-content {
    min-height: 70vh;
}

.section {
    width: 100%;
    padding: 30px 0;
}

.top-section {
    padding-top: 50px;
}

.section-content {
    width: 90vw;
    max-width: var(--content-max-width);
    margin: 0 auto;
}

.text-container {
    width: 90vw;
    max-width: 800px;
    margin: 0 auto;
}

.light-background {
    background-color: var(--light-backgound-color)!important;
}

.img-background {
    background-image: url(../img/bg/busbidder_welcome.jpg);
    background-size: cover;
    background-position: center;
    margin: 0;
}

.large-horizontal-image {
    width: 100%;
    border-radius: 10px;
    max-height: 600px;
    object-fit: cover;
}

.dark-background {
    background-color: var(--dark-background-color);
}

.darker-background {
    background-color: var(--darker-background-color);
    color: white;
}

.background-color-primary {
    background-color: var(--primary-color);
}

.admin-container {
    margin-top: 70px;
    padding: 20px;
}

.black-line {
    border-bottom: 1px solid black;
    margin-top: 10px;
}

.grey-line {
    border-bottom: 1px solid var(--light-backgound-color);
}

.w-95 {
    width: 97%!important;
}

.flex-item-50 {
    width: 80vw;
    max-width: var(--content-max-width);
    flex-basis: 350px;
    flex-grow: 1;
}

    .flex-item-50 img {
        width: 90vw;
        border-radius: 10px;
        margin: 0 auto;
    }

.flex-container-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
}

.flex-item-3 {
    flex-grow: 1;
    flex-basis: 400px;
    width: 90vw;
    max-width: 400px;
}

.hidden-sm {
    display: none;
}

.hidden {
    visibility: hidden!important;
}

.success-check {
    background-color: var(--primary-color);
    color: white;
    margin: 20px auto;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    font-size: 32px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.hover-underline:hover {
    text-decoration:underline;
}

/** Buttons */
.button-primary, .button-secondary, .button-cancel, .button-white, .button-grey, .button-approve, .button-decline {
    color: black;
    background-color: var(--primary-color);
    font-size: 1rem;
    border-radius: 5px;
    box-shadow: unset;
    padding: 8px 15px;
    font-weight: 500;
    font-family: var(--primary-font);
    border: 1px solid var(--primary-color);
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-primary:disabled{
color: white;
background-color: darkgrey;
font-size: 1rem;
border-radius: 5px;
box-shadow: unset;
padding: 8px 15px;
font-weight: 500;
font-family: var(--primary-font);
border: 1px solid black;
transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.button-small, .button-cancel-small, .button-approve-small, .button-decline-small {
    color: black;
    background-color: var(--primary-color);
    font-size: 0.8rem;
    border-radius: 5px;
    box-shadow: unset;
    padding: 4px 8px;
    font-weight: 500;
    font-family: var(--primary-font);
    border: 1px solid var(--primary-color);
 
}

    .button-small:disabled {
        font-size: 0.8rem;
        padding: 4px 8px;
    }

.button-cancel, .button-cancel-small {
    background-color: white;
    border: 1px solid black;
}

.button-decline-small, .button-decline {
    background-color: white;
    border: 1px solid orangered;
    color: orangered;
}

.button-approve-small, .button-approve {
    background-color: white;
    border: 1px solid forestgreen;
    color: forestgreen;
}

.button-white {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.button-grey {
    background-color: lightgray;
    color: dimgrey;
    border: none;
}

.button-white:hover, .button-white-active {
    background-color: var(--dark-background-color);
    border: 1px solid var(--dark-background-color);
    color: white;
}

.button-primary:hover{
    background-color: black;
    border: 1px solid black;
    color: white;
}

.button-grey-active {
    background-color: black;
    color: white;
}

.button-primary-active {
    border: 1px solid black;
}

.button-secondary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.pagination-item {
    padding: 5px 10px;
    border: 1px solid lightgrey;
    border-radius: 5px;
    list-style-type: none;
}

.green-border {
    border: 1px solid green!important;
}

.red-border {
    border: 1px solid red !important;
}
/** forms */
.form-container {
    width: 90vw;
    max-width: 600px;
    margin: 20px auto;
}

.custom-form-select {
    text-transform: uppercase;
    border: none!important;
    font-size: 16px;
}

.custom-form-select:focus {
    border: none;
    box-shadow: none!important;
}

.k-input-solid {
    border-color: #ced4da!important;
}

.k-chip-content {
    padding: 10px 5px !important;
    font-size: 15px !important;
}

.kendo-multiselect {
    font-size: 15px !important;
}

.kendo-multiselect .kendo-multiselect-selection {
    background-color: var(--primary-color) !important;
}

.k-slider-horizontal {
    width: 100%!important;
}

.k-slider .k-slider-selection {
    background-color: var(--primary-color) !important;
}

.k-slider .k-draghandle {
    background-color: var(--primary-color) !important;
    border-color: white !important;
}

.k-tick {
    /*display: none!important;*/
    opacity: 0!important;
}

.input-div .form-control-lg:focus {
    box-shadow: none !important;
    border: none !important;
}

.div-input-focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    border-color: #80bdff !important;
}

.form-switch .form-check-input {
    border-color: grey;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='grey'/%3e%3c/svg%3e");
}

    .form-switch .form-check-input:focus {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='black'/%3e%3c/svg%3e");
    }

    .form-switch .form-check-input:checked {
        background-position: right center;
        background-color: var(--primary-color);
        border-color: var(--primary-color);
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e");
    }

.custom-check-input {
    border-radius: 0 !important;
    border-color: black;
}

    .custom-check-input:focus {
        box-shadow: none !important;
        border-color: black;
    }

    .custom-check-input:checked {
        background-color: var(--primary-color);
        border-color: var(--primary-color);
    }

.custom-check-input-green {
    border-radius: 100% !important;
    border-color: black;
}

    .custom-check-input-green:focus {
        box-shadow: none !important;
        border-color: black;
    }

    .custom-check-input-green:checked {
        background-color: forestgreen;
        border-color: forestgreen;
    }

.go-green-input {
    border-radius: 100%!important;
    border-color: forestgreen;
    width: 22px;
    height: 22px;
    margin-right: 100px;
}

/*    .go-green-input:checked {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M272 96c-78.6 0-145.1 51.5-167.7 122.5c33.6-17 71.5-26.5 111.7-26.5h88c8.8 0 16 7.2 16 16s-7.2 16-16 16H288 216s0 0 0 0c-16.6 0-32.7 1.9-48.3 5.4c-25.9 5.9-49.9 16.4-71.4 30.7c0 0 0 0 0 0C38.3 298.8 0 364.9 0 440v16c0 13.3 10.7 24 24 24s24-10.7 24-24V440c0-48.7 20.7-92.5 53.8-123.2C121.6 392.3 190.3 448 272 448l1 0c132.1-.7 239-130.9 239-291.4c0-42.6-7.5-83.1-21.1-119.6c-2.6-6.9-12.7-6.6-16.2-.1C455.9 72.1 418.7 96 376 96L272 96z" fill="white" /></svg>') !important;
    }*/

    .go-green-input:focus {
        box-shadow: none !important;
        border-color: forestgreen;
    }

    .go-green-input:checked {
        background-color: forestgreen;
        border-color: forestgreen;
    }

.form-select:invalid {
    border-color: red;
}

.bootbox-accept {
    background-color: var(--primary-color)!important;
    color: black!important;
    border-color: var(--primary-color)!important;
}

.red-border {
    border-color: red!important;
}

.btn-group {
    display: block!important;
}

.input-click-text {
    position: absolute;
    right: 9px;
    top: 1px;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
}

.input-click-text:hover {
    color: black;
    text-decoration: underline;
}

.modal-body {
    scrollbar-width: none;
    
}

.modal-nav {
    padding: 5px!important;
    border-top: 0!important;
}

.modal-nav button {
    text-transform: uppercase;
/*    border: none!important;
    border-radius: unset!important;*/
}

.min-height-400 {
    min-height: 400px;
    font-family: BarlowSemiBold!important;
}

.in-input {
    position: absolute;
    top: 12px;
    right: 12px;
}

.checkbox-form-container {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 15px 35px;
    cursor: pointer;
}

.checkbox-form-container:hover {
    background-color: var(--light-backgound-color);
}

.checkbox-form-container label {
    margin-left: 10px;
    cursor: pointer;
}


/** Login */
.login-bg {
    background-color: var(--dark-background-color);
    width: 100vw;
    height: 100vh;
    padding-top: 20vh;
}

.login-container {
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

.link-text {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

    .link-text:hover {
        color: black;
        text-decoration: underline;
    }

/** header menu */

.nav-menu-a {
    color: black;
    text-decoration: none;
    margin: 0 10px;
}

    .nav-menu-a:hover {
        color: var(--primary-color);
        text-decoration: none;
    }

.header-logo {
    height: 70px;
}

.nav-menu-btn {
    background-color: black;
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
}

    .nav-menu-btn:hover {
        background-color: var(--primary-color);
        color: black;
    }

#header-menu {
    width: 90vw;
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

#user_header {
    height: 90px;
}


.toggle-menu {
    background-color: white;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 1.5rem;
    padding: 10px;
    border-radius: 5px;
    width: 100vw;
    padding-bottom: 30px;
    padding-top: 30px;
    /*border: 1px solid lightgrey;*/
    border: none;
    gap: 10px;
}

.menu-container {
    display: flex;
    justify-content: end;
    flex-direction: row;
}

.menu-container .dropdown {
    margin-right: 10px;
}

.active-menu-item {
    color: var(--primary-color)!important;
}

.search-input {
    width: 250px;
    height: 38px;
}

/** Dashboard */
.img-header {
    background-image: url(../img/bg/busbidder_welcome.jpg);
    height: 700px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin: 0;
}

.img-header-content {
    color: white;
    padding: 20px;
    text-align: center;
    padding-top: 20vh;
}

#home-header {
    display: flex;
    flex-wrap: wrap;
    height: 1000px;
}

.home-header-item {
    width: 100vw;
    min-height: 300px;
}

.home-header-item:nth-of-type(1) {
    padding-top: 120px;
    color: white;
    margin: 0 auto;
}

.app-content {
    padding: 0;
}

.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    margin: 20px auto;
    justify-content: center;
}

.card-carousel {
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    width: 100%;
}

.card-carousel-content {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

.card-carousel-item {
    width: 80vw;
    min-width: 80vw;
}

    .card-carousel-item img, .card-carousel-item video {
        border-radius: 10px;
        width: 100%;
        height: 250px;
        object-fit: cover;
        cursor: pointer;
    }

.card-new {
    max-width: 300px;
    min-width: 250px!important;
    border-radius: 10px !important;
    border: none !important;
    flex-basis: 200px;
    flex-grow: 1;
}

.card-new h6 {
        margin: 0!important;
}

.card-content {
    margin: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.card-content:last-of-type {
    border-bottom: none;
}

.card-container .card-content {
    margin: 10px;
}

.card-container .card-content:last-of-type {
    margin-top: auto;
}

.card-inactive {
    background-color: #42485920!important;
}

/* Custom fields */

#customfields-modal label, #auction-modal label {
    font-size: 16px;
    font-family: BarlowSemiBold;
    text-transform: uppercase;
}

#customfields-canvas p, #customfields-palette p {
    /*text-transform: uppercase;*/
    font-size: 16px;
    font-family: BarlowSemiBold;
}

#customfields-canvas p {
    font-size: 18px;
}

#customfields-palette {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: var(--palette-width);
    position: fixed;
    right: 0;
    top: 0;
    background-color: white;
    border-left: 1px solid lightgrey;
    padding: 5px;
}

#customfields-palette-header {
    flex-shrink: 0;
    padding: 80px 5px 5px 5px;
}

#customfields-palette-content {
    flex-grow: 1;
    overflow-y: scroll;
    scrollbar-width: none;
    padding: 5px;
}

.custom-field-card {
    padding: 10px;
    border-radius: 5px;
    background-color: var(--light-backgound-color);
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    cursor: pointer;
}

#custom-fields .custom-field-card {
    margin: 10px 0;
}

.option-item {
    background-color: var(--light-backgound-color);
    padding: 5px;
    border-radius: 5px;
    margin: 5px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 50%;
}

.list-items-container {
    width: 100%;
    max-height: 200px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

#customfields-modal .modal-body, #auction-modal .modal-body, #languageText-modal .modal-body, #company-modal .modal-body {
    max-height: 70vh;
    overflow-y: scroll;
}

#customfields-canvas {
    max-width: calc(100% - var(--palette-width));
    padding-bottom: 100px;
}

#customfields-canvas .custom-field-card {
    min-height: 55px;
}

#listitem-settings {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid lightgrey;
}

.draggable-visible {
    border: 1px solid var(--light-backgound-color);
    border-radius: 5px;
    min-height: 50px;
    padding: 0 10px 10px 10px;
    max-width: 1100px;
}
/* Products */
#filter-btn, #sort-btn {
    display: flex;
    gap: 10px;
}

#products-filterbar {
    visibility: hidden;
    position: fixed;
    z-index: 2000;
    height: 100vh;
    background-color: white;
    width: 100vw;
    top: 0px;
    left: 0;
    padding: 5vw;
    margin: 0 0 100px 0;
    overflow: scroll;
}

#products-filterbar .card-content {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0!important;
}

#products-filterbar-x {
    text-align: right;
    display: block;
}

#products-filterbar-btn {
    display: unset;
}

#products-titlebar {
    position: fixed;
    z-index: 100;
    background-color: white;
    width: 100%;
    left: 0;
    top: 90px;
    padding: 30px 0 10px 0;
}

.products-container {
    margin-top: 140px;
    /*min-height: 600px;*/
}

.product-image {
    width: 100%;
    height: 210px;
    object-fit: cover;
    border-radius: 10px 10px 0 0 !important;
}

.card-img-overlay {
    background-color: #42485950;
    height: 210px;
    border-radius: 10px 10px 0 0!important;
}
/* Create product */
.select-image-box {
    height: 140px;
    width: 140px;
    border: 1px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px;
    margin: 30px auto 0 auto;
}

.select-image-box span:first-of-type {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 5px;
}

.select-image-box span:last-of-type {
    background-color: var(--primary-color);
    padding: 6px 10px;
    margin: 0 auto;
    border-radius: 50%;
    color: white;
}

.images-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 10px auto 10px auto;
    max-width: 1000px;
}

.image-container-primary {
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    padding: 5px;
}

.preview-file {
    width: 140px;
    height: 140px;
    object-fit: cover;
    border-radius: 5px;
}

/* Auction Details */

.info-container {
    background-color: var(--light-backgound-color);
    padding: 10px;

}

#details .info-container {
    margin-top: 20px;
}

.collapse-card {
    border-right: none!important;
    border-left: none!important;
    border-bottom: none!important;
    border-top: 1px solid black!important;
}

.collapse-card:last-of-type {
    border-bottom: 1px solid black!important;
}

.collapse-header {
    border: none;
    background-color: white;
    height: 60px;
}

.details-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}

#image-carousel, .details-content {
    width: 90vw;
    text-align: left;
    flex-basis: calc((var(--content-max-width) / 2) - 20px);
    flex-grow: 1;
}

#image-carousel .main-image {
    width: 90vw;
    height: calc(90vw - (90vw / 3));
    object-fit: cover;
    border-radius: 5px;
}

.main-video {
    object-position:center;
    object-fit: contain!important;
}

#small-image-carousel {
    width: 90vw;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
    position: relative;
}

    #small-image-carousel img, #small-image-carousel video {
        width: 120px;
        height: 120px;
        object-fit: cover;
        border-radius: 5px;
        cursor: pointer;
    }

    .video-overlay {
        position: absolute;
        bottom: 5px;
        left: 5px;
        font-size: 1.2rem;
    }

.scroll-btn {
    width: 5vw;
}
/*.scroll-btn {
    border-radius: 100%;
    padding: 5px 10px;
}*/

/*.scroll-right {
    margin: 0 0 0 10px;
}

.scroll-left {
    margin: 0 10px 0 0;
}*/

#small-image-carousel .scroll-btn {
    border-radius: 100%;
    padding: 5px 10px;
    background-color: #FFFFFFE6;
    color: black;
    width: unset;
    border: none;
}

#small-image-carousel .scroll-right {
    position: sticky;
    right: 5px;
    margin: auto 0;
}

#small-image-carousel .scroll-left {
    position: sticky;
    left: 5px;
    margin: auto 0;
}

.details-table {
    width: 90vw!important;
    max-width: 800px;
}

@media only screen and (min-width: 1183px) {
    #image-carousel .main-image {
        width: calc((var(--content-max-width) / 2) - 130px);
        height: calc((var(--content-max-width) / 2) - 200px);
    }

    #image-carousel, .details-content {
        flex-basis: calc((var(--content-max-width) / 2) - 130px);
        
    }

    #small-image-carousel {
        width: calc((var(--content-max-width) / 2) - 130px);
    }

        #small-image-carousel img, #small-image-carousel video {
            width: 160px;
            height: 160px;
        }
}

@media only screen and (min-width: 1450px) {
    #image-carousel .main-image {
        width: calc((var(--content-max-width) / 2) - 20px);
        height: calc((var(--content-max-width) / 2) - 200px);
    }

    #image-carousel, .details-content {
        flex-basis: calc((var(--content-max-width) / 2) - 20px);
        flex-grow: unset;
    }

    #small-image-carousel {
        width: calc((var(--content-max-width) / 2) - 20px);
    }

        #small-image-carousel img, #small-image-carousel video {
            width: 180px;
            height: 180px;
        }
    .card-carousel-item {
        width: 280px;
        min-width: 280px;
    }

        .card-carousel-item img, .card-carousel-item video {
            height: 250px;
        }

}

/* Payment */

.credit-card-container {
    margin-top: 20px;
    display: block;
}

.credit-card {
    border: 2px solid var(--light-backgound-color);
    border-radius: 5px;
    width: 100%;
    height: 120px;
    display: flex;
    margin: auto;
}

.credit-card-info {
    text-align: left;
    margin: auto;
    letter-spacing: 2.5px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .credit-card img {
        padding: 20px;
        width: 120px;
        /*object-fit: cover;*/
    }

.credit-card-options {
    margin: 10px auto;
}

.add-card-box {
    height: 90px;
    width: 180px;
    border: 2px solid var(--light-backgound-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
    padding: 20px;
    margin: 20px auto 0 auto;
}

.add-card-box span:first-of-type {
    text-align: center;
    text-transform: uppercase;
    font-family: BarlowSemiBold !important;
    font-size: 16px;
    margin-bottom: 5px;
}

.add-card-box span:last-of-type {
    background-color: var(--primary-color);
    padding: 6px 10px;
    margin: 0 auto;
    border-radius: 50%;
    color: white;
}

/* Rating */

#rating  .p-rating {
    gap: 15px !important;
    justify-content: center;
}
.p-rating .p-rating-icon {
    color: var(--primary-color);
}

#rating .p-rating .p-rating-icon {
    width: 30px;
    height: 30px;
}

    .p-rating .p-rating-icon:hover {
        color: var(--primary-color)!important;
    }

.p-rating-option-active .p-rating-icon {
    color: var(--primary-color) !important;
}

.rating-comment {
    width: 100%;
    padding: 10px;
}

.rating-container {
    background-color: var(--light-backgound-color);
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0;
}

.rating-score {
    text-align: center;
}

.rating-score .p-rating {
    justify-content: center;
    gap: 10px;
}

.rating-score .p-rating .p-rating-icon {
    width: 25px;
    height: 25px;
}

/* Vouchers */
.vouchers-header {
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-bottom: 10px;

}

.vouchers-header p {
        font-family: BarlowSemiBold !important;
}

.vouchers-container {
    display: flex;
    flex-direction:column;
    gap: 10px;
}

.voucher-card {
    background-color: var(--light-backgound-color);
    border-radius: 5px;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
    align-items: center;
}

.voucher-row {
    background-color: var(--light-backgound-color);
    border-radius: 5px;
    padding: 5px;
    margin: 5px 0;
}

/* Footer */
.ab-footer {
    background-color: var(--darker-background-color);
    color: white;
    padding: 20px 0;
    text-align: center;
    padding-top: 20px;
    z-index: 3000;
}

    .ab-footer img {
        max-width: 100px;
    }

#footer-content {
    width: 90vw;
    max-width: var(--content-max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
    margin-top: 20px;
}

.footer-item {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: 30px;
    gap: 7px;
    flex-grow: 1;
}

.footer-item h6, .footer-item a {
    margin: 0!important;
}

.footer-link {
    color: white;
    margin: 5px 0;
}

.footer-link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

/* Animations */
.fade-in {
    animation-duration: 0.5s;
    animation-name: fadein;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.pop-up {
    animation-duration: 0.5s;
    animation-name: popup;
}

@keyframes popup {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}


/* Media queries */

@media only screen and (min-width: 500px) {

    .card-carousel-item {
        width: 290px;
        min-width: 260px;
    }

    .credit-card {
        width: 400px;
    }
}

@media only screen and (min-width: 600px) {

/*    .credit-card-container {
        text-align: left;
        display: flex;
        gap: 10px;
    }*/

}

@media only screen and (min-width: 768px) {
    #footer-content {
        flex-direction: row;
    }

    .footer-item {
        margin-top: 0;
    }

    .hidden-sm {
        display: block;
    }

    .select-image-box {
        width: 210px;
        height: 210px;
    }

    .preview-file {
    width: 210px;
    height: 210px;
    }
}

@media only screen and (min-width: 990px) {
    .toggle-menu {
    flex-direction: row;
    height: 20px;
    position: unset;
    left: unset;
    top: unset;
    width: unset;
    font-size: 1rem;
    gap: unset;
    border: unset;
    padding-top: 5px;
    padding-bottom: 0;
}

    #navbarToggler {
        display: flex;
        justify-content: end;
    }

    .menu-container {
        flex-direction: row-reverse;
        justify-content: end;
    }

        .menu-container .dropdown {
            margin-right: 0px;
        }

    .card-container {
        justify-content: left;
    }

    #home-header {
        flex-wrap: nowrap;
        height: 700px;
    }

    .flex-item-50 {
        width: calc(var(--content-max-width) / 2);
    }

        .flex-item-50 img {
            max-width: 40vw;
        }


}


@media only screen and (min-width: 1030px) {

    /* Product */

    #filter-btn {
        display: none;
    }

    #products-filterbar-x {
        display: none;
    }

    #products-filterbar-btn {
        display: none;
    }

    #sort-btn, #products-pagination {
        margin-left: calc(var(--products-filterbar-width) + 50px);
    }

    .products-container {
        display: flex;
        align-items: flex-start;
        gap: 50px;
        margin-top: 120px;
    }

    .products-container .card-container {
        left: unset;
        margin-left: unset;
    }

    #products-filterbar {
        width: var(--products-filterbar-width);
        min-width: var(--products-filterbar-width);
        visibility: visible;
        position: unset;
        top: unset;
        left: unset;
        padding: unset;
        height: unset;
        z-index: unset;
        overflow: unset;
    }

    .card-new {
        min-width: 280px!important;
        flex-basis: 250px;
    }





}

@media only screen and (min-width: 1500px) {

    /* Products */
    .card-new {
        flex-basis: 280px;
    }

    .flex-item-50 img {
        max-width: calc(var(--content-max-width) / 2);
    }


}
