:root {
  --bs-tertiary-bg: #faf8f8;
  --bs-tertiary-bg-rgb: 250, 248, 248;
}

body {
    font-family: 'Oswald Variable', 'Roboto Variable', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

.oswald {
    font-family: 'Oswald Variable';
}

.roboto {
    font-family: 'Roboto Variable';
}

.logo {
    max-width: 12rem;
}

.textarea-label {
    color: #818383 !important;
}

.bg-content-header {
    background: rgb(233,236,239) !important;
    background: linear-gradient(180deg, rgba(233,236,239,1) 0%, rgba(233,236,239,0.3) 100%) !important;
}

.quotation-tooltip {
  --bs-tooltip-bg: var(--bs-primary);
}
.quotation-link-tooltip {
  --bs-tooltip-bg: var(--bs-secondary);
}

.border-10 {
  border-width: 10px !important;
}

/* Form customizations */
.form-floating > label {
    opacity: 0.5 !important;
}
.form-floating .ui-widge-content {
	border-color: #d4d9de;
}
.form-floating > .form-control,
.form-floating > .form-select {
    height: calc(4rem + 2px) !important;
    line-height: 1.5 !important;
}
.form-floating > .form-select > .ts-control > .item,
.form-floating > .form-select > .ts-control > input {
    margin-top: 0.6rem !important;
}

.form-floating .no-label {
    height: calc(3rem + 2px);
    line-height: 1.5 !important;
    padding-top: 0.625rem !important;
}

.form-check-input:checked {
  background-color: #2C3E50;
  border-color: #2C3E50;
}

.help-text {
    color: #a994b5;
    font-size: small;
    padding-left: 0.7rem;
    margin-bottom: 1rem;
}

.disabled {
    background: #e9ecef !important;
}

.form-col-label {
    opacity: 0.5 !important;
    margin-top: 1rem;
}

/* Scroll to top icon styles */
.scroll-to-top {
    position: fixed;
    right: 1.5rem;
    bottom: 1.5rem;
    display: none;
    width: 2.75rem;
    height: 2.75rem;
    text-align: center;
    color: #fff;
    background: rgba(44,62,80,.5);
    line-height: 46px;
}
.scroll-to-top:focus,
.scroll-to-top:hover {
    color: #fff;
}
.scroll-to-top:hover {
    background: #574043;
}
.scroll-to-top i {
    font-weight: 800;
}

/* Tom select */
.disabled .ts-control {
    opacity: 1 !important;
    background-color: var(--bs-input-disabled-bg) !important;
}

/*.hero-background {
    min-height: 35rem;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .hero-background {
        background-size: contain;
    }
}*/

/* HERO SECTION CAROUSEL */
#heroCarousel .carousel-item {
    height: 92vh;
    min-height: 20rem;
    background-size: cover;
    background-position: center;
}

#heroCarousel .overlay-box {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 10;
}

#heroCarousel .carousel {
    position: relative;
}

/* CKEDITOR5 */
.ck-content {
  font-family: 'Oswald Variable', 'Roboto Variable', system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif !important;
}
.ck-content p {
  margin: 0 0 0.4em;
  line-height: 1.25;
}