@font-face {
    font-family: 'UbuntuBold';
    src: url("/webfonts/Ubuntu-Medium.ttf") format('woff2');
}

@font-face {
    font-family: 'UbuntuRegular';
    src: url("/webfonts/Ubuntu-Regular.ttf") format('woff2');
}

html {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}

b {
    font-weight: normal!important;
    font-family: UbuntuBold, sans-serif!important;
}

#app {
    width: 100vw;
    overflow-x: hidden;
}

.__jivoMobileButton {
    bottom: 60px!important;
}

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

.disabled {
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    padding: 0.375rem 0.75rem;
    color: #495057;
}

/* Svelte-select customization */

.clearSelect {
    top: -2px!important;
}

.selectContainer {
    height: 38px!important;
    line-height: 38px!important;
}

.selectContainer input {
    height: 38px!important;
    line-height: 38px!important;
}

.multiSelectItem_clear {
    top: 5px!important;
}

.multiSelectItem {
    height: 26px!important;
    line-height: 26px!important;
}

/***/

.fa-15x {
    font-size: 1.5rem;
}

.cursor-pointer {
    cursor: pointer!important;
    user-select: none!important;
}

body {
    font-family: UbuntuRegular, sans-serif;
    background: none!important;
}

h1,h2,h3,h4 {
    font-family: UbuntuRegular, sans-serif;
}

.contents-wrapper {
    position: fixed!important;
}

.bg-blue {
    /*background-image: linear-gradient(to top, #4481eb 0%, #04befe 100%);*/
    background: var(--primary);
    color: white;
}

.bg-success-soft {
    background: #ddffd2!important;
}

.order-section {
    background: var(--light);
    padding: 0.5rem 1rem 0;
    border: 1px solid #dee2e6!important;
    border-radius: 0.5rem;
}

/*
.form-control {
    height: 42px!important;
}
*/

@media screen and (max-width: 768px){
    .order-section {
        padding: 0.5rem 0.5rem 0;
    }
}