@font-face {
    font-family: "GlacialIndifference";
    src: 
        url("../fonts/GlacialIndifference-Regular.otf") format("opentype"),
        url("../fonts/GlacialIndifference-Regular.eot"),
        url("../fonts/GlacialIndifference-Regular.woff") format("woff"),
        url("../fonts/GlacialIndifference-Regular.woff2") format("woff2"),
        url("../fonts/GlacialIndifference-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: "GlacialIndifference";
    src: 
        url("../fonts/GlacialIndifference-Bold.otf") format("opentype"),
        url("../fonts/GlacialIndifference-Bold.eot"),
        url("../fonts/GlacialIndifference-Bold.woff") format("woff"),
        url("../fonts/GlacialIndifference-Bold.woff2") format("woff2"),
        url("../fonts/GlacialIndifference-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

textarea{
    field-sizing: content;
}

.fit-content{
    /* font-style: italic; */
    width: fit-content;
}

.img-item {
    width: 150px;
}

.shrink-none{
    flex-shrink: 0;
}

.yearpicker-body {
    --selected-text-color:rgb(0, 58, 139);

    .selected {
        font-weight: bold;
    }
}

.backbtn {
    width: fit-content;
}
.backbtn > svg {
    height: 1.3rem;
}

body {
    font-family: "Roboto", system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.no-border {
    border: unset !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container--default .select2-selection--multiple {
    color: var(--bs-body-color) !important;
    background-color: var(--bs-body-bg) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
    border-radius: var(--bs-border-radius) !important;
}

.app-logo {
    width: 50px;
}

.fixed-footer {
    position: absolute;
    bottom: 1px;
    text-align: center;
}

.order-cbx-col .form-check {
    display: flex;
    justify-content: center;
}

.order-cbx-col .form-check-input,
.checkall {
    width: 1.3em;
    height: 1.3em;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    color: var(--bs-body-color) !important;
    border: var(--bs-border-width) solid var(--bs-border-color) !important;
}

.product-option-section {
    padding: 1rem;
    border-radius: 0.375rem;
    border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}

#productList,
#product_bag-item {
    height: 600px;
    padding: 10px;
    overflow-y: scroll;
}

.ph-600 {
    max-height: 600px;
    min-height: 200px;
    padding: 10px;
    overflow-y: scroll;
}

.box-bg-1 {
    color: #fff;
    background: linear-gradient(45deg, #ff5252, #b11919);
}

.box-bg-2 {
    color: #fff;
    background: linear-gradient(45deg, #448aff, #0d47a1);
}

.box-bg-3 {
    color: #fff;
    background: linear-gradient(45deg, #ff5252, #b11919);
}

.box-bg-4 {
    color: #fff;
    background: linear-gradient(45deg, #11c15b, #1b5e20);
}

.box-bg-5 {
    color: #fff;
    background: linear-gradient(45deg, #ff9100, #e65100);
}

.box-bg-6 {
    color: #fff;
    background: linear-gradient(45deg, #448aff, #0d47a1);
}

.text-decoration-none {
    text-decoration: none;
}

.white-space-nowrap {
    white-space: nowrap;
}

.pagination {
    margin: 0;
    justify-content: end;
}


.order-summary {
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
}

.order-summary h5 {
    margin-bottom: 20px;
}

.order-summary ul {
    list-style: none;
    padding: 0;
}

.order-summary li {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
}

.form-check-input:disabled {
    opacity: 1;
}

#price.disabled {
    background-color: lightgray;
}


#p-image
{
    object-fit:cover;
}

