* {
    font-family: 'Manrope', sans-serif;
}

:root {
    --bs-secondary-color: #979797;

    --bs-body-bg: #f1f1f1;

    --bs-border-radius-sm: 7px;
    --bs-border-radius-lg: 0;
    --bs-border-radius-xl: 0;
    --bs-border-radius-xxl: 0;
    --bs-border-radius: 22px;

    --bs-border-color: #d0d0d0;

    --bs-btn-font-size: 15px;
    --bs-btn-bg: #1178d7;
    --bs-btn-border-color: #1178d7;

    --bg-primary-rgb: 17 120 215;
    --bs-heading-color: #343434;

    --bs-modal-border-width: 0;
    --bs-modal-bg: #fafafa;

    --bs-body-font-size: 15px;


    --freidaq--calendar-horizontal-nav-height: 68px;
    --freidaq--calendar-horizontal-header-height: 40px;
    --freidaq--calendar-horizontal-cell-width: 50px;
    --freidaq--calendar-horizontal-cell-height: 50px;
    --freidaq--calendar-horizontal-row-placeholder-height: 80px;

    --freidaq-modal-side: 409px;
}

.btn-primary {
    --bs-btn-bg: #1178d7;
    --bs-btn-padding-x: 20px;
}

.form-control {
    --bs-border-color: #f2f2f2;
}

body {
    min-height: 100vh;
}

.btn {
    --bs-btn-padding-y: 9px;
}

h1 {
    font-size: 45px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 15px;
}

h5 {
    font-size: 13px;
}

h6 {
    font-size: 10px;
}

p {
    /*font-size: 17px;*/
}

.w-16 {
    width: 16px;
    height: 16px;
    fill: #6d6d6d;
}

.w-36 {
    width: 36px;
    height: 36px;
}

.tiny {
    font-size: 11px;
}

.form-control {
    padding-top: 9px;
    padding-bottom: 9px;
}

.r {
    border-radius: 13px;
}

header {
    position: sticky;
    top: 0;
    background: white;
    z-index: 1000;
    border-radius: 0 15px 0 0;
}

.nav {
    border-bottom: 1px solid #d0d0d0;
    padding: 12px 0;
}

.nav-logo {
    padding-top: 15px;
    margin-bottom: 20px;
}

.bg-success {
    background-color: #36b654 !important;
}

.page-content {
    background-color: white;
    position: relative;
    height: 85vh;

}

.page-inner-content {
    height: 100%;
    overflow-y: scroll;
    border-bottom-right-radius: 20px;
}

.container-custom-large {
    width: 1125px;
}

.b-50 {
    border-radius: 50%;
}

.border-brown {
    border-color: #cfac7b !important;
}

#main-page-container {
    background: #f7f9fa;
    border-radius: 20px;
    /*overflow: hidden;*/
    margin-top: 15px;
}

.no-caret .dropdown-toggle::after {
    display: none;
}

.text-blue {
    color: #1178d7
}

svg.text-blue {
    fill: #1178d7;
}

body:before {
    content: '';
    display: block;
    width: 100%;
    height: 230px;
    background: #5ea4ec;
    position: absolute;
    top: 0;
    z-index: -1;
}

.nav-actions .btn svg {
    height: 20px;
    width: 20px;
    fill: #616161;
}

.hr-vertical {
    border-right: 1px solid #d0d0d0;
    margin: 0 15px;
    width: 1px;
    height: 20px;
    display: inline-block;
}

.page-container {
    width: 1565px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.dashboard-container {
    /*height: calc(100vh - 90px);*/
    /*max-height: calc(100vh - 90px);*/
    /*overflow-y: scroll;*/
}

.sidebar-left {
    width: 375px;
    width: 407px;
    flex-shrink: 0;
}

.sidebar-calendar {
    width: 406px;
}

.dashboard-filters {
    padding: 30px;
    top: 75px;
}

.text-clip {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.btn-like-events {
    cursor: pointer;
}

.btn-huge {
    padding: 34px;
    /*padding: 15px;*/
    cursor: pointer;
}

.btn-like-events:hover,
.btn-huge:hover {
    background: #f9f9f9;
}

.btn-auth {
    font-weight: 500;
    font-size: 15px;
    background-color: transparent;
    border: 2px solid #1178d7;
    color: #1178d7;
    border-radius: 18px;
    padding: 5px 28px;
}

@media only screen and (min-width: 767px) {
    .copyright {
        position: fixed;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: 10px;
    }
}

.copyright {
    font-size: 13px;
    color: #6d6d6d;
}

.dashboard-filters .form-check-label {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 500;
    line-height: 15px;
    display: inline-flex;
    align-items: center;
}

.dashboard-filters label {
    margin-bottom: 5px;
}

.dashboard-filters .form-switch {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-header {
    padding: 16px 22px;
}

.dashboard-header,
.dashboard-filters {
    /*border-bottom: 1px solid #d0d0d0;*/
}

.dashboard-filters label {

}

.dashboard-filters .btn-small {
    padding: 6px 12px;
    border-color: transparent;
}

.label-mini {
    text-transform: uppercase;
    font-size: 10px;
    color: #aeaeae;
}

.dashboard-menu {
    width: 72px;
    border-right: 1px solid #d0d0d0;
    padding: 6px;
    position: relative;
    position: sticky;
    top: 0;
    box-shadow: 0px 20px 32.25px 10.75px rgba(0, 0, 0, 0.07);
    border-radius: 0 0 0 20px;
}

.dashboard-filters .form-switch + .form-switch {
    border-top: 1px solid #d4d6d7;
    margin-top: 15px;
    padding-top: 15px;
}

.form-check-label svg {
    fill: #616161;
    width: 17px;
    height: 17px;
    margin-right: 6px;
}

.form-switch .form-check-input {
    border-color: #f1f1f1;
}

.form-switch .form-check-input:checked {
    border-color: #0d6efd;
}

input[type="color" i]::-webkit-color-swatch {
    border-radius: 4px;
    border: none;
}

input[type="color"] {
    width: 75px;
    height: 20px;
    padding: 3px;
    background: white;
    border-color: #d0d0d0;
    border-radius: 4px;
}

.dashboard-menu:before {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    opacity: 0.17;
    opacity: 0;
}

.dashboard-menu hr {
    border-color: #d4d6d7;
}

.dashboard-menu .btn {
    font-size: 12px;
    color: #70757a;
    padding: 6px;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: all 0.1s;
    font-weight: 600;
}

.btn-merged:hover,
.filters .btn.btn-grey:hover,
.dashboard-menu .btn:hover {
    background: #f3f8fd;
}

.dashboard-menu .btn + .btn {
    margin-top: 15px;
}

.dashboard-menu .btn.btn-active {
    background: #1178d7;
    border-color: #1178d7;
    color: white;
}

.dashboard-menu .btn.btn-active svg {
    fill: white;
}

.dashboard-menu .btn svg {
    height: 20px;
    width: 20px;
    fill: #70757a;
    margin-bottom: 3px;
}

.decoration-grey-bottom {
    position: relative;
}

.decoration-grey-bottom:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    height: 17px;
    background: #f2f2f2;
    left: 0;
    padding: inherit;
    /*box-sizing: content-box;*/
    position: absolute;
    border-top: 1px solid #d4d4d4;
}

.btn-round {
    border-radius: 18px;
}

.bg-grey {
    background-color: #f2f2f2;
}

.bg-light-grey {
    background-color: #fafafa;
}

.bg-transparent-grey {
    background: rgb(154 154 154 / 85%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.btn-grey {
    background: #f2f2f2;
    color: #343434;
    border-color: #f2f2f2;
}

.btn-rounded {
    border-radius: 4px;
}

.btn-black {
    font-size: 16px;
    font-weight: 500;
    color: #2b2828;
}

.btn-tiny {
    width: 27px;
    height: 27px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.btn-tiny svg {
    width: 17px;
    height: 17px;
}

.btn-bright-blue {
    background: #0a84da;
    font-size: 16px;
    font-weight: 600;
    color: white;
    padding: 10px 30px;
}

.btn-bright-blue:hover {
    background: #0395fb;
}

.btn-icon {
    position: absolute;
    left: 26px;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 21px;
}

.btn-icon + input.form-control {
    padding-left: 45px;
}


.fill-black {
    fill: black;
}

.fill-grey {
    fill: #6e6e6e;
}

.fill-white {
    fill: #fff;
}

.fill-blue {
    fill: #4996de;
}

.fill-danger {
    fill: rgb(var(--bs-danger-rgb));
}

.fill-transparent {
    fill: transparent;
}

.filters .btn {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 7px;
    background: #f2f2f2;
    color: #6d6d6d;
    font-weight: 500;
    justify-content: space-between;
}

.btn-check:checked + .btn {
    border-color: #1178d7;
    color: #1178d7;
    background-color: white;
}

.btn-small svg,
.filters .btn.btn-grey svg {
    height: 19px;
    width: 20px;
}

.label-small,
.btn-small {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 7px;
    color: #6d6d6d;
    font-weight: 500;
    justify-content: space-between;
    padding: 3px 5px 4px;
    text-decoration: none;
    border: 1px solid;
}

.svg-big {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding: 6px;
}

.svg-big svg {
    width: 25px;
    height: 25px;
}

.btn-small {
    cursor: pointer;
    /*background: #f2f2f2;*/
}

.label-small {
    border-color: #d6d6d6;
    padding: 5px 9px 6px;
}

.btn-small-white {
    border-color: #d6d6d6;
    background: white;
}

.label-small svg {
    fill: #6d6d6d;
}


.label-small svg {
    height: 15px;
    width: 16px;
    fill: #616161;
}

.card-white {
    border: 1px solid #d6d6d6;
    background: white;
    border-radius: 20px;
    padding: 23px 24px;
}

.btn-grey svg {
    fill: #6d6d6d
}

.btn-date {
    font-weight: 500;
    font-size: 15px;
    color: #6d6d6d;
    padding: 4px 10px;
}

.btn-date svg {

}

.btn-caret {
    position: relative;
    padding-right: 30px;
}

.btn-caret:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    display: block;
    transform: translate(0, -50%) rotate(135deg);
    margin-top: -2px;
}

.input-transparent,
.btn-date input {
    border: none;
    outline: none;
    background: transparent;
    font-size: inherit;
    color: inherit;
    padding: 0;
    line-height: inherit;
    margin: 0;
}

.input-transparent:hover,
.input-transparent:focus {
    background: white;
    border-radius: 5px;
}

.btn-svg-absolute .input-transparent:hover, .btn-svg-absolute .input-transparent:focus {
    background-color: transparent;
}

#form-cargo-result {
    background: #fafafa;
}

.btn-merged {
    font-size: 15px;
    line-height: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 7px;
    /*background: #f2f2f2;*/
    /*color: #6d6d6d;*/
    font-weight: 500;
    justify-content: space-between;
}

.btn-merged select {
    cursor: pointer;
}

.btn-svg-absolute {
    position: relative;
}

.btn-svg-absolute select {
    padding: 2px 5px 3px 23px;
}

.btn-svg-absolute svg {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    pointer-events: none;
}

.btn-svg-absolute .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 23px;
}

.input-subscribe {
    padding: 11px 50px;
    border-radius: 15px;
    background: #dfdfdf;
}

html .btn-svg-absolute span.select2-selection.select2-selection--single {
    height: 27px;
}

.btn-white {
    border-color: #dfdfdf;
    border-radius: 7px;
    color: #6d6d6d;
}

.btn-p-small {
    padding: 6px;
}

/*.btn-grey {*/
/*    background: #f5f5f5;*/
/*    border-radius: 4px;*/
/*}*/

.btn-white:hover {
    border-color: #e2effb;
}

.btn-date span {
    min-width: 80px;
}

.btn-paragraph {
    font-size: 15px;
}

.btn-round-icon {
    width: 28px;
    height: 28px;
    border: 1px solid #d0d0d0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.w-mini {
    width: 60px;
}

html span.select2-selection.select2-selection--single {
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 7px;
    background: #f2f2f2;
    font-weight: 500;
    color: #6d6d6d;
    border-color: #f2f2f2;
    /*height: auto;*/
}

.select2-container {
    flex: 1;
}

html .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: normal;
}

.select2-selection__arrow b {
    display: none !important;
}

html .select2-container--default .select2-selection--single .select2-selection__arrow,
html span.select2-selection.select2-selection--single {
    height: 23px;
}

html .btn-merged span.select2-selection.select2-selection--single {
    background-color: transparent;
    border-color: transparent;
}

html .select2-container--open span.select2-selection.select2-selection--single {
    background-color: white;
}

html .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #6d6d6d !important;
}

html .select2-dropdown {

}

html .select2-container--open .select2-dropdown--below {
    /*border-color: #f2f2f2;*/
    /*border-radius: 7px;*/
    /*background: white;*/
    /*width: 433px !important;*/
    /*box-shadow: 0px 6px 24.57px 2.43px rgba(0, 0, 0, 0.15);*/
    /*margin-top: -29px;*/
    /*margin-left: -37px;*/
}

.select2-container--open .select2-search--dropdown {
    /*margin-bottom: 20px;*/
    border-bottom: 1px solid #d6d6d6;
    /* margin-bottom: 20px; */
    padding: 7px;
}

.select2-container--open .select2-results__options {
    /*padding: 19px;*/
    padding-top: 13px;
    padding-bottom: 13px;
}

.select2-container--open .select2-results__option {
    padding: 9px 19px;
    color: #343434;
    font-size: 13px;
    font-weight: 500;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

html .select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: transparent;
    padding: 0;
    outline: none;
}

span.pinpoint {
    width: 12px;
    height: 16px;
    display: inline-block;
    background: url('images/pinpoint.png') no-repeat;
    vertical-align: middle;
    margin-right: 15px;
}

.location-desc {
    color: #959595;
    margin-left: 10px;
}

.select2-results__option--highlighted .location-desc {
    color: white;
}

.select2-results__option--highlighted span.pinpoint {
    filter: brightness(0) invert(1);
}

.select2-container--open .select2-search--dropdown:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url('images/pinpoint-rounded.png') no-repeat;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    margin-top: -2px;
}

.select2-container--open .select2-search--dropdown {
    position: relative;
    padding-left: 38px;
}

html [data-modal-cargo-b] .select2-container--open .select2-dropdown--below {
    width: 331px !important;
    border-top: none !important;
}

/* -------------- */

.filter-black {
    filter: brightness(0%);
}

.btn-active {
    background: #1178d7;
    color: white;
}

.btn-active svg {
    fill: white;
}

.date-range-custom-container {
    position: relative;
}

.date-range-custom-container .input-daterange {
    width: 0;
    height: 0;
    overflow: hidden;
}

.prop {
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px 10px;
}

.prop svg {
    height: 18px;
    width: 18px;
    margin-right: 7px;
}

.prop.prop-grey {
    color: #616161;
    background: #e0e0e0;
}

.prop.prop-grey svg {
    fill: #616161;
}

.prop.prop-success-text {
    color: #36b654;
}

.prop.prop-success-text svg {
    fill: #36b654;
}

.prop.prop-success {
    color: white;
    background: #36b654;
}

.prop.prop-success svg {
    fill: white;
}

.prop.prop-danger {
    color: white;
    background: #f14239;
}

.prop.prop-danger svg {
    fill: white;
}

.prop.prop-warning {
    color: white;
    background: #f49107;
}

.prop.prop-warning svg {
    fill: white;
}

.listing-group {
    position: relative;
    padding-left: 46px;
}

.listing-group:before {
    content: '';
    height: calc(100% - 46px - 29px);
    background: #dbdbdb;
    width: 3px;
    top: 46px;
    display: block;
    position: absolute;
    left: 19px;
}

.listing-group .section-margin {
    position: absolute;
    top: 16px;
    left: 10px;
    width: 21px;
    height: 21px;
}

.listing-group .section-margin svg {
    width: inherit;
    height: inherit;
}

.listing-catalog {
    border: 1px solid rgb(214, 214, 214);
    border-radius: 10px;
    box-shadow: 0px 19px 29px 0px rgba(0, 0, 0, 0.11);
}

.listing-card,
.listing-row,
.bg-listing {
    background: #f2f2f2;
    background-color: white;
    padding: 17px 26px;
}


.listing-row {
    display: flex;
    font-size: 15px;
    cursor: pointer;
    padding: 22px 27px;
    align-items: center;
    border: 1px solid #d6d6d6;
}

.listing-row:hover {
    background: #fbfbfb;
}

.listing-row + .listing-row,
.listing-card + .listing-row {
    /*margin-top: 3px;*/
    border-top: 1px solid #d6d6d6;
}

.listing-card:first-child,
.cargo-header > div:first-child,
.section-margin + .listing-row,
.listing-row:first-child {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.cargo-header > div:last-child,
.listing-row:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.listing-date {
    display: flex;
    align-items: center;
}

.listing-date svg {
    height: 11px;
    width: 11px;
    fill: #616161;
    margin-right: 5px;
}

.listing-reviews {
    font-size: 12px;
    color: #6f6f6f;
}

.listing-tiny-label {
    font-size: 11px;
    color: #6f6f6f;
    font-weight: 400;
}

.icon-country {
    display: inline-block;
    width: 16px;
    height: 11px;
}

.icon-country-big {
    width: 58px;
    height: 40px;
    border-radius: 10px;
}

.svg-big {
    /*height: 24px;*/
}

.svg-grey {
    fill: #8d8d8d;
}

.svg-caret {
    height: 18px;
}

.svg-small {
    height: 17px;
    width: 17px;
}

.listing-props {
    display: flex;
    gap: 9px;
}

.listing-row {
    gap: 10px;
}

.listing-row .listing-destination {
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
}

.listing-row .listing-destination .icon-country {
    margin-right: 5px;
    margin-left: 5px;
}

.listing-thin {
    padding: 11px 26px;
}

.has-col-icon {
    position: relative;
    padding-left: 20px;
}

.listing-col-company.has-col-icon {
    padding-left: 25px;
}

.col-icon {
    position: absolute;
    top: 4px;
    left: 0;
}

svg.col-icon {
    fill: #616161;
    width: 13px;
    height: 13px;
}

.listing-col-company.has-col-icon .col-icon {
    top: 5px;
}

.listing-col-company {
    width: 260px;
}

.listing-col-date {
    width: 210px;
}

.listing-col-measurements {
    width: 150px;
}

.modal-side {
    /*margin-right: 0;*/
    margin-top: 0;
    /*width: 1179px;*/
    width: 485px;
    max-width: 90%;
    margin-bottom: 0;
    height: 100%;
    /*width: var(--freidaq-modal-side);*/
}

.modal-side,
.w-modal-side {
    width: var(--freidaq-modal-side);
    min-width: var(--freidaq-modal-side);
}

.modal-left {
    margin-left: 0;
}

.modal-right {
    margin-right: 0;
}

.cargo-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cargo-header > div {
    background: #f2f2f2;
    padding: 28px;
}

.cargo-header > div:last-child {
    padding-top: 18px;
    padding-bottom: 18px;
}

.form-control-grey {
    font-size: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
    border-radius: 7px;
    background: #e0e0e0;
    font-weight: 500;
    color: #6d6d6d;
    border-color: #f2f2f2;
    height: 30px;
    padding: 3px 5px;
    min-width: 120px;
}


.card-shadow {
    box-shadow: 0px 13px 23.76px 0.24px rgba(44, 42, 42, 0.11);
}

.shadow-big {
    box-shadow: 0px 21px 101px 0px rgba(0, 0, 0, 0.33);
}

.bg-green {
    background: #36b654;
}

.location-absolute-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: white;
    border-radius: 50%;
    padding: 9px;
    width: 30px;
    height: 30px;
    right: -11px;
    fill: #616161;
    cursor: pointer;
}

.select2-results__message {
    font-size: 13px;
}

svg.location-absolute-icon:hover {
    background: #f7f7f7;
    outline: 3px solid white;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    margin-right: 0 !important;
}

.calendar-horizontal {
    padding: 6px 50px;
    max-width: 749px;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.calendar-horizontal::-webkit-scrollbar {
    display: none;
}

.calendar-horizontal .day {
    padding: 10px 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
}

.calendar-horizontal .day.selected {
    background: #1178d7;
    color: white;
}

.calendar-horizontal .day:not(.selected):hover {
    background: #f3f8fd;
}

.calendar-horizontal .day:not(.selected):not(:hover) + .day:not(.selected):not(:hover):before {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 37px;
    background: #d6d6d6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.calendar-horizontal .day-number {
    font-size: 24px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 3px;
    margin-top: 1px;
}

.calendar-horizontal .upper-text {
    font-size: 13px;
    color: #6e6e6e;
}

.calendar-horizontal .lower-text {
    font-size: 13px;
    color: #6e6e6e;
}

.calendar-horizontal .day.selected * {
    color: white;
}

.calendar-horizontal-container {
    position: relative;
}

/* --------------- */

.calendar-horizontal-full .day {
    width: var(--freidaq--calendar-horizontal-cell-width);
    height: var(--freidaq--calendar-horizontal-cell-height);
    padding: 2px;
    border-style: solid;
    border-color: #d0d0d0;
    border-width: 0 1px 1px 0;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    flex: 0 0 var(--freidaq--calendar-horizontal-cell-width);
    text-align: center;
    /*justify-content: flex-start;*/
}

.calendar-horizontal-full.calendar-horizontal-modal .day {
    flex: 0;
}

.calendar-horizontal-full .day-number {

}

.calendar-horizontal-full .day-name {

}

.calendar-horizontal-full .calendar-heading .day {
    align-items: center;
}

.calendar-horizontal-full .calendar-heading .day-number {
    font-weight: 700;
}

.calendar-horizontal-full .calendar-heading .day-name {
    color: #aeaeae;

}

.calendar-horizontal-full .calendar-heading {
    display: flex;
    color: black;
    font-size: 11px;
    /*border-top: 1px solid #d0d0d0;*/
}

.calendar-horizontal-full .calendar-nav {
    height: var(--freidaq--calendar-horizontal-nav-height);
    display: flex;
    align-items: center;
    padding: 10px 25px;
    position: sticky;
    left: 0;
    outline: 1px solid #d0d0d0;
}

.calendar-horizontal-full .calendar-body {

}

.calendar-horizontal-full .calendar-body .calendar-row {
    display: flex;
}

.calendar-horizontal-full .calendar-body .calendar-row.hidden {
    /*height: 0;*/
}


.calendar-horizontal-full .calendar-row-placeholder .day {
    height: 82px;
    height: var(--freidaq--calendar-horizontal-row-placeholder-height);
    background: #eaeaea;
}

.calendar-horizontal-full .event {
    text-align: left;
    background: #efefef;
    font-size: 11px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 3px 6px;
    border-radius: 5px;
    max-width: 100%;
    /* overflow: hidden; */
    white-space: nowrap;
    color: white;
    background: #1178d7;
    height: 100%;
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0px;
    z-index: 1;
    overflow: hidden;
    max-width: calc((100% + 4px) * var(--length-in-days));
    max-width: calc((var(--freidaq--calendar-horizontal-cell-width) - 6px) * var(--length-in-days) + (6px * (var(--length-in-days) - 1)));
    width: calc((var(--freidaq--calendar-horizontal-cell-width) - 6px) * var(--length-in-days) + (6px * (var(--length-in-days) - 1)));
    min-width: calc(var(--freidaq--calendar-horizontal-cell-width) - 6px);
}

.calendar-horizontal-full .day:not(:hover) {
    /*overflow: hidden;*/
}

.calendar-horizontal-full .day:hover .event {
    max-width: unset !important;
    cursor: pointer;
    width: auto;
    z-index: 10;
    min-width: calc((var(--freidaq--calendar-horizontal-cell-width) - 6px) * var(--length-in-days) + (6px * (var(--length-in-days) - 1)));

}

.calendar-horizontal-full .event-meta {
    text-transform: none;
}

.calendar-horizontal-full .event-title {
    font-weight: 600;
}

.calendar-horizontal-full .event-views {
    font-weight: 600;
}

.calendar-horizontal-full .event-suffix {
    font-weight: 400;
    color: #8fc6f8;
}

.calendar-horizontal-full .calendar-nav .btn {
    width: 40px;
    height: 30px;
    padding: 10px;
    /*background: #f3f3f3;*/
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.transport-search {
    height: calc(var(--freidaq--calendar-horizontal-cell-height) - 1px);
    position: relative;
    display: flex;
    align-items: center;
}

.transport-search input {
    width: 100%;
    height: 100%;
    padding-left: 20px;
    font-size: 13px;
    color: #6d6d6d;
}

.transport-search svg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 24px;
    width: 17px;
    height: 17px;
}

.has-left-decoration:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    /* height: 80%; */
    width: 7px;
    border-radius: 0 6px 6px 0;
    top: 50%;
    /* transform: translateY(-50%); */
    background-color: var(--decoration-color);
    z-index: 0;
    top: 10px;
    bottom: 10px;
}

.transport-route-row {
    position: relative;
}

.transport-route-row:before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 1px;
    background: #dee2e6;
    top: -1px;
    left: 0;
    z-index: 1;
}

.selected-date {
    background: #1178d7;
    color: white;
    padding: 3px 7px 3px;
    border-radius: 7px;
    position: relative;
    transition: all 0.3s;
    cursor: default;
}

.selected-date:hover {
    padding-right: 35px;
}

.selected-date:hover span {
    opacity: 1;
}

.selected-date span {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    background: #0056a5;
    padding: 5px 8px;
    font-size: 12px;
    right: 0;
    transform: translate(0, 0px);
    border-radius: 4px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.3s;
}

.cargo-dates-input-container {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.cargo-date-range-input-hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    top: 18px;
    left: -3px;
}

/* --------------- */

.horizontal-nav {
    background: #f2f2f2;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    outline: none;
    border: none;
    position: absolute;
    z-index: 1;
}

.horizontal-nav svg {
    width: 20px;
    height: 20px;
    fill: black;
}

.horizontal-nav.nav-left {
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
}

.horizontal-nav.nav-right {
    top: 50%;
    transform: translateY(-50%);
    right: 13px;
}

.text-grey {
    color: #6e6e6e;
}

.active-filter + .active-filter:before {
    content: '  •  ';
}

.icon-margin {
    margin-top: 6px;
    margin-right: 8px;
    max-width: 23px;
}

svg.icon-margin {
    height: 22px;
    margin-top: 1px;
}

.icon-route-direction {
    position: absolute;
    top: -10px;
    background: white;
    padding: 1px;
}

.route-meta-decoration {
    font-size: 10px;
    position: absolute;
    top: -11px;
    right: 15px;
    color: #6d6d6d;
    background: white;
    padding: 3px 5px;
    text-align: center;
}

.btn-modal-large {

}

.btn-modal-large {
    outline: none;
    border: 1px solid transparent;
    /*border-radius: 8px 8px 15px;*/
    /*border-radius: 16px;*/
    min-width: 95px;
}

.btn-transport-route-new {
    display: flex;
    align-items: center;
    height: calc(var(--freidaq--calendar-horizontal-cell-height));
    cursor: pointer;
}

.btn-transport-route-new:hover {
    background: #f9f9f9;
}

.btn-primary-light {
    background: #3996eb;
}

.btn-primary-light:hover {
    background: #65b3fb;
}

.btn-success-light svg,
.btn-primary-light svg {
    fill: white;
}

.btn-success-light {
    background: #47cc66;
}

.btn-success-light:hover {
    background: #60e07d;
}

[data-suffix]:after {
    content: attr(data-suffix);
    color: initial;
}

.inline-edit-container {

}

.inline-edit-container .section-view {
    margin-right: 5px;
    margin-bottom: 0;
}

.img-trailer-type {
    min-width: 100px;
    max-height: 27px;
    object-fit: scale-down;
}

/* ------------ */

.icon-sm {
    width: 20px;
    height: 20px;
}

.icon-info {

}

.icon-success {
    fill: #36b654;
}

.icon-primary {

}

.icon-danger {

}

/* ----------- */

/* Header fixed to the top of the modal */
.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* Footer fixed to the bottom of the modal */
.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: inherit; /* [1] */
    z-index: 1055; /* [2] */
}

/* ------------ */

.pill {
    padding: 2px 10px;
    border-radius: 9px;
    font-size: 15px;
    line-height: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    min-height: 27px;
}

.pill svg {
    width: 15px;
    height: 15px;
}

/* ------------ */

.dot-separator > * + *:before {
    content: '•';
    padding-right: 7px;
    margin-left: 7px;
}

/* ------------ */

.pill-box {
    border: 1px solid #d6d6d6;
    border-radius: 7px;
    padding: 20px 21px 10px;
}

.pill-box-white {
    background: white;
}

/* ------------ */

.column-list {

}

.list-clickable > div:hover {
    cursor: pointer;
    background: whitesmoke;
}

.column-list > div {
    border-top: 1px solid #d6d6d6;
    padding: 10px 6px;
    align-items: center;
}

.column-list > div + div {

}

.column-list > div:last-child {
    border-bottom: 1px solid #d6d6d6;
}

/* ------------ */

.is-modal-open .dashboard-container:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 45%);
    z-index: 10;
}

.is-modal-open .page-content {
    overflow: hidden;
}

.modal-rounded {
    border-top-left-radius: 10px;
}

.modal-dashboard {
    position: absolute;
}

.modal-shadow .modal-dialog {
    box-shadow: 0px 29px 32.25px 10.75px rgba(0, 0, 0, 0.07);
}

.modal-content {
    border: none;
    background-color: #fafafa;
}

.modal-header-decoration {
    border-radius: 50%;
    border: 5px solid white;
    padding: 15px;
    position: absolute;
    left: -18px;
}

.modal-header-decoration + * {
    margin-left: 50px;
}

.modal-dialog-scrollable .modal-content {
    overflow: visible;
}

.modal-primary .modal-header-decoration svg {
    fill: white;
}

.modal-primary .modal-header-decoration,
.modal-primary .modal-footer,
.modal-primary .modal-header {
    background: #1178d7;
    color: white;
}

.modal-header-svg {
    width: 25px;
    height: 25px;
}

.modal-section {
    padding: 31px 27px;
    font-size: 15px;
}

.modal-primary .modal-footer {
    padding: 9px;
}

.modal-primary .btn-close {
    filter: var(--bs-btn-close-white-filter);
}

.modal-tabs {
    font-size: 15px;
    color: #6d6d6d;
    font-weight: 600;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #d6d6d6;
}

.modal-tabs svg {
    fill: #6d6d6d;
    width: 19px;
    height: 19px;
    margin-right: 5px;
}

.modal-tabs > div {
    padding: 17px 5px;
    cursor: pointer;
}

.modal-tabs > div:hover {
    background: white;
}

.modal-tabs > div.active {
    background: #e2effb;
    color: #1178d7;
}

.modal-tabs > div.active svg {
    fill: #1178d7;
}

.modal-tabs > div + div {
    border-left: 1px solid #d6d6d6;
}

.btn-modal-nav svg {
    width: 14px;
    height: 14px;
    margin-right: -3px;
}

.btn-modal-nav {
    width: 30px;
    height: 30px;
    padding: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    /*background: #d1d1d1;*/
    background-color: transparent;
    border-color: transparent;
}

.modal-nav {
    padding: 18px 28px;
    border-bottom: 1px solid #d6d6d6;
}


/* ---------- */
/* Full Calendar */

.fc .fc-col-header-cell-cushion {
    font-size: 15px;
    color: #6d6d6d;
    text-decoration: none;
    padding: 15px 10px;
}

.fc .fc-daygrid-day-number {
    font-size: 15px;
    text-decoration: none;
    color: #bfbfbf;
    font-weight: 500;
}

.fc .fc-day-today .fc-daygrid-day-number {
    background: #1178d7;
    color: white;
    font-weight: 700;
    padding: 7px 18px;
    border-bottom-left-radius: 16px;
}

:root {
    --fc-today-bg-color: transparent;
    --fc-border-color: #d0d0d0;
}

.fc .fc-day-other .fc-daygrid-day-top {
    opacity: 1;
}

.fc .fc-day-other {
    background-color: #f2f2f2;
}

.fc .fc-day-other > * {
    opacity: 0;
}

/* -------- */

#card-set-your-own-price .my-own-price-container {
    display: none;
}

#card-set-your-own-price {
    min-width: 280px;
}

#card-set-your-own-price.active {
    position: absolute;
    top: 0;
    right: 0;
    width: 355px;
    box-shadow: 0px 6px 24.57px 2.43px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

#card-set-your-own-price.active .my-own-price-container {
    display: block;
}

#card-set-your-own-price.on:not(.active) {
    background-color: #36b654;
    --bs-border-opacity: 1;
    border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
    color: white;
}

/* ---------- */

.collapse-icon {
    transition: all 0.3s;
}

.trailer-template-parent-tile {
    cursor: pointer;
    border-bottom: 1px solid #d4d6d7;
}

.trailer-template-parent-tile:hover {
    background: #f9f9f9;
}

.trailer-template-parent-tile:not(.collapsed) .collapse-icon {
    /* display: none; */
    transform: rotate(90deg);
}

/* --------- */

.empty-page body:before,
.auth-page body:before {
    display: none;
}

.empty-page body,
.auth-page body {
    background-color: transparent;
}

.auth-page-block {
    width: 1030px;
    max-width: 90%;
    margin: 0 auto;
}

.landing-intro-block {
    height: 80vh;
    border-radius: 30px;
    padding-bottom: 170px;
    background: url(images/forest-top-photo.jpg) no-repeat center center;
    display: flex;
    align-items: end;
    background-size: cover;
}

@media (max-width: 767px)   {

    .dropwdown-toggle-user:after {
        display: none;
    }

    header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        border-radius: 0;
    }

    header .nav {
        padding: 2px;
    }

    .dashboard-menu {
        position: fixed;
        top: 55px;
        z-index: 1000;
        background: white;
        left: 0;
        right: 0;
        border: none;
        width: 100vw;
        border-radius: 0;
        padding: 0;
        padding: 0 17px;
    }

    .dashboard-menu .btn + .btn {
        margin-top: 0;
    }

    .dashboard-menu .btn {
        font-size: 15px;
        font-weight: 600;
        padding: 12px 14px;
        border-radius: 0;
        position: relative;
    }

    .dashboard-menu .btn svg {
        display: none;
    }

    .dashboard-menu .btn.btn-active {
        background-color: transparent;
        border-color: transparent;
        color: #1178d7;
    }

    .dashboard-menu .btn:after {
        content: '';
        width: 0;
        display: block;
        bottom: -1px;
        position: absolute;
        height: 4px;
        background: #1178d7;
        border-radius: 3px 3px 0 0;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }

    .dashboard-menu .btn.btn-active:after {
        width: 90%;
    }

    #main-page-container {
        margin-top: 104px;
        border-radius: 0;
        max-width: 100%;
    }

    .dashboard-filters {
        position: relative !important;
        width: 100%;
        top: 0;
        padding: 0;
    }

    .page-inner-content {
        /*padding: 17px;*/
        border-radius: 0;
    }

    #card-set-your-own-price {
        width: 100%;
        background: #e7f2fc;
        padding: 16px;
    }

    #card-set-your-own-price.active {
        width: 100%;
        position: relative;
        top: unset;
        right: unset;
    }

    #card-set-your-own-price h3 {
        font-size: 15px;
        font-weight: 600;
    }

    .mobile-page-section {
        padding: 17px;
    }


    .listing-reviews:not(:empty):before {
        content: '(';
    }

    .listing-reviews:not(:empty):after {
        content: ')';
    }

    .listing-catalog {
        border: none;
    }

    .listing-row {
        padding: 20px 18px;
        border-bottom: 0;
    }

    .listing-col-measurements,
    .listing-col-date {
        display: none;
    }

    .listing-reviews {
        font-size: 15px;
        color: #343434;
        font-weight: 700;
    }

    .listing-col-company {
        display: flex;
        gap: 5px;
    }

    .listing-tiny-label {
        display: none;
    }

    .listing-col-locale {
        font-size: 11px;
        color: #8b8b8b;
        font-weight: 400;
    }



}
