@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;600;700&family=Syncopate:wght@500;700&display=swap");

* {
    font-family: "Montserrat", sans-serif;
}

.badge-success {
    background: #388e3c;
}
.badge-warning {
    background: #ff8f00;
    color: #ffffff;
}
.badge-danger {
    background: #d32f2f;
}

.app-header,
.app-footer,
.table > thead {
    background: #121426;
    color: #eedfd2;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.app-sidebar {
    background: #191c35;
    color: #eedfd2;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.app-main {
    background: #202444;
    color: #eedfd2;
}
.app-main .app-main__inner {
    padding: 30px 30px 25px;
    flex: 1;
}
.app-footer,
.app-footer__inner {
    border: none !important;
}
.main-title {
    font-size: 2rem;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.app-page-title .page-title-subheading {
    font-size: 1rem;
}
#topbar-user .dropdown-menu,
.dropdown-menu-header {
    background: #eedfd2 !important;
    color: #121426 !important;
}
.bg-plum-plate {
    background-image: linear-gradient(
        135deg,
        #202444 20%,
        #eedfd2 50%,
        #202444 80%
    ) !important;
}
.app-logo-inverse,
.app-header__logo .logo-src {
    background: url("../images/lvmh.svg");
}
.hamburger-inner,
.hamburger-inner:before,
.hamburger-inner:after {
    background: #eedfd2;
}
.list-group {
    background: #eedfd2;
    color: #121426;
}
.card {
    border: 2px solid #eedfd2;
}
.card .card-header-tab,
.dropdown-menu-header,
.card .card-header {
    background: #121426 !important;
    color: #eedfd2 !important;
}
.card .card-header-tab .card-header-title {
    margin: 0 auto;
    max-width: calc(100%);
    text-overflow: clip;
    word-break: break-word;
    white-space: normal;
}
.card-header-custom {
    height: 5.5rem;
}
.card .card-header-tab h4 {
    font-size: 1.2rem;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}
.card,
.table > tbody tr {
    background: #eedfd2 !important;
    color: #121426;
}

.widget-title {
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.legend-value {
    width: 7ch;
    display: inline-block;
    text-align: center;
    color: white;
    font-weight: bold;
}
.table th {
    border: 2px black !important;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.table > tbody td {
    border: 2px !important;
    border-bottom: 1px solid #121426 !important;
}
.vertical-nav-menu li a,
.vertical-nav-menu ul > li > a {
    color: #eedfd2;
    font-family: "Syncopate", sans-serif;
    font-weight: 700;
}
.btn-light {
    color: #121426 !important;
}

.introjs-helperLayer {
    background-color: rgba(255, 255, 255, 0.4);
}
.introjs-button,
.introjs-button:focus {
    background: #202444;
    color: #eedfd2;
}

.polar-legend {
    min-height: 192px;
    height: 100%;
    width: 100%;
    overflow: hidden auto;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 0.9rem;
    list-style: none;
    margin: 0;
    padding: 0;
}
.polar-legend li:not(:last-child) {
    margin-bottom: 2px;
}
.polar-legend li:hover {
    cursor: pointer;
    font-weight: bold;
}
.polar-responsive {
    margin: 0 auto !important;
    max-width: min(250px, 100%);
    max-height: min(250px, 100%);
    height: 100%;
    width: 100%;
}
.circle-progress-responsive {
    margin: 0 auto !important;
}

input.inline-edit {
    border: 1px solid transparent;
    background: #ffffff40;
}
input.inline-edit:focus {
    border: 1px solid black;
    background: #ffffff90;
}
.menu-header-title input.inline-edit {
    background: transparent;
    color: #eedfd2;
    font-weight: 500;
    font-size: 1.25rem;
}
.menu-header-title input.inline-edit:focus {
    border: 1px solid #eedfd2;
    background: #ffffff10;
    color: #eedfd2;
}
@media (max-width: 991.98px) {
    .app-header .app-header__content {
        visibility: visible !important;
        opacity: 1;
        background: transparent;
        overflow: visible !important;
        width: calc(100% - 72px);
        left: 72px;
    }
    .popover,
    .dropdown-menu {
        position: absolute !important;
        z-index: 50;
        left: 0 !important;
        top: 0 !important;
        width: auto !important;
        transform: translate3d(-256px, 35px, 0px) !important;
        min-width: 22rem !important;
    }
}
.profile-responsive .dropdown-menu-header .menu-header-content.btn-pane-right {
    display: flex !important;
    text-align: left !important;
}
.profile-responsive
    .dropdown-menu-header
    .menu-header-content.btn-pane-right
    .menu-header-btn-pane {
    margin-top: 1rem;
}

.profile-responsive .dropdown-menu-header .menu-header-content a {
    color: #efdfd1;
    font-weight: bold;
}

@media (max-width: 576px) {
    .lvmh-listing-arrow-ctnr {
        margin-right: -0.9em;
    }
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    background-color: #121426;
    border: 2px solid #eedfd2;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: white;
}

.select2-container--open .select2-dropdown {
    background-color: #121426;
    border: 2px solid #eedfd2;
    color: white;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
}

.select2-container--default
    .select2-selection--multiple
    .select2-selection__choice {
    background-color: #121426;
    color: white;
}

.select2-selection__choice {
    float: none !important;
    display: inline-block !important;
}
.encart-division {
    padding-right: 40px !important;
}
.encart-division > div,
.encart-feed > div,
.encart-house > div {
    flex: 1 1 0;
    text-align: center;
    font-size: 16px !important;
}

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

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

.webkit-transform {
}

#filter {
    position: fixed;
    top: 60px;
    width: calc(100% - 75px);
    z-index: 12;
    padding: 20px;
    background-color: #121426;
    margin-left: -45px;
}

@media (max-width: 991.98px) {
    #filter {
        width: 100% !important;
    }

    #details-gmc-title {
        margin-top: 259px !important;
    }

    #listing-maison {
        margin-top: 224px !important;
    }

    #listing-maison .encart-division,
    #listing-maison .encart-house,
    #listing-maison .encart-feed {
        flex-direction: column !important;
        padding-top: 20px !important;
        padding-right: 0px !important;
    }

    #listing-maison .encart-division > div > div.mb-3,
    #listing-maison .encart-house > div > div.mb-3,
    #listing-maison .encart-feed > div > div.mb-3 {
        margin-bottom: 0 !important;
    }

    #listing-maison .encart-division > div,
    #listing-maison .encart-house > div,
    #listing-maison .encart-feed > div {
        margin-bottom: 20px !important;
    }
}

#details-gmc-title {
    margin-top: 35px;
}

#listing-maison {
    margin-top: 100px;
}

.arrow-collapsed.collapsed .fa-angle-down {
    display: none;
}

.arrow-collapsed.collapsed .fa-angle-right {
    display: block;
}

.arrow-collapsed .fa-angle-down {
    display: block;
}

.arrow-collapsed .fa-angle-right {
    display: none;
}
.qs-square.qs-day {
    font-size: 12px;
}

#reset-date {
    cursor: pointer;
    float: right;
    margin-right: 10px;
}

.styled-color-121426 {
    color: #121426;
}
.styled-color-121426:hover {
    color: #121426;
}

.overlay {
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    z-index: 9999;
}

.windows8 {
    position: relative;
    width: 78px;
    height: 78px;
    margin: auto;
}

.windows8 .wBall {
    position: absolute;
    width: 74px;
    height: 74px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 6.96s infinite;
    -o-animation: orbit 6.96s infinite;
    -ms-animation: orbit 6.96s infinite;
    -webkit-animation: orbit 6.96s infinite;
    -moz-animation: orbit 6.96s infinite;
}

.windows8 .wBall .wInnerBall {
    position: absolute;
    width: 10px;
    height: 10px;
    background: rgb(0, 0, 0);
    left: 0px;
    top: 0px;
    border-radius: 10px;
}

.windows8 #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.windows8 #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.windows8 #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.windows8 #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.windows8 #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}

@keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin: 0%;
    }

    30% {
        opacity: 1;
        transform: rotate(410deg);
        animation-timing-function: ease-in-out;
        origin: 7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin: 30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin: 39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin: 70%;
    }

    76% {
        opacity: 0;
        transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin: 0%;
    }

    30% {
        opacity: 1;
        -o-transform: rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin: 7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin: 30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin: 70%;
    }

    76% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 0%;
    }

    30% {
        opacity: 1;
        -ms-transform: rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin: 7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin: 30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin: 70%;
    }

    76% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 0%;
    }

    30% {
        opacity: 1;
        -webkit-transform: rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin: 7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin: 30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin: 70%;
    }

    76% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.closed-sidebar.closed-sidebar-mobile .app-header .app-header__logo {
    display: none;
}

#reset-filter {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border-radius: 5px;
    background-color: #121426;
    border: 2px solid #eedfd2;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    height: 100%;
    width: auto;
    color: white;
    padding-left: 18px;
    padding-right: 18px;
}

ul.sublevel-menu {
    background-color: transparent;
    font-weight: 500;
}

ul.sublevel-menu:before {
    list-style-type: circle;
}

ul.sublevel-menu a {
    font-weight: 500 !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif,
        "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
        "Noto Color Emoji" !important;
}

ul.sublevel-menu:before {
    background-color: transparent;
}

#score-content {
    margin-top: -30px;
    margin-left: -30px;
    width: calc(100% + 60px);
}

#score-filter {
    z-index: 9999;
    background-color: #121426;
    width: calc(100vw - 80px);
    position: fixed;

    padding: 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 78px;
    margin-top: -78px;
}

#score-filter > #left-score-filter {
    display: flex;
    margin-right: 15px;
}
#score-filter > #left-score-filter > div {
    min-width: 200px;
}

#score-filter #select-date {
    min-width: 200px;
}

#content {
    width: 1400px;
    margin-top: 78px;
    margin-left: auto;
    margin-right: auto;
}

#content .bg-blue {
    background-color: #121426;
    margin-right: 1px;
    margin-left: 1px;
}

#content .top-container {
    border-top: 1px solid white;
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .top-container.two-column {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

#content .top-container.two-column > div {
    flex: 1 1 auto;
    position: relative;
    text-align: center;
}

#content .top-container.two-column > div + div {
    border-left: solid 1px white;
}

#content .top-container .score {
    font-size: 2rem;
}

#content .top-container .comment {
    margin-top: 0.5rem;
    font-weight: lighter;
    font-style: italic;
}

#content .color-red {
    color: red !important;
}

#content .color-orange {
    color: orange !important;
}

#content .color-green {
    color: green !important;
}

#content .section-title {
    text-transform: uppercase;
    font-size: 2rem;
    font-family: "Syncopate", sans-serif;
    font-weight: 400;
    padding: 20px 20px 5px;
    margin: 0;
}

#content .bg-sand {
    background-color: #eedfd2 !important;
    color: #121426;
}

.score-card {
    text-align: center;
}

.score-card h4 {
    font-size: 1.2rem;
}

.score-card .score-card--inner {
    border: 1px solid #121426;
    padding: 20px;
    padding-bottom: 10px;
}

.score-card .score {
    font-size: 2rem;
}

.score-card .comment {
    text-align: left;
    font-weight: lighter;
    font-style: italic;
}

#content .score-card .comment {
    font-weight: 300;
}
#content .inner-container {
    padding: 20px;
}

#content .score-card-v2 {
    display: flex;
}

#content .score-card-v2--inner {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

#content .score-card-v2--inner .title h4 {
    margin: 0;
    padding: 20px;
    text-align: center;
}
#content .score-card-v2--inner .score {
    font-size: 2rem;
    text-align: center;
}

#content .double-title {
    display: flex;
}

#content .double-title > div {
    width: 50%;
    padding: 20px;
}

#content .double-title > div:first-child {
    width: 50%;
    clip-path: polygon(0 0, 100% 0%, calc(100% - 32px) 100%, 0% 100%);
}

#content .double-title h2 {
    margin: 0;
}

#content .double-title .bg-blue h2 {
    color: #eedfd2;
    font-family: "Syncopate", sans-serif;
    text-transform: uppercase;
}

#content .double-title-bottom .default-comment {
    font-weight: 300;
    font-style: italic;
    position: relative;
}

#content .double-title-bottom .score {
    position: absolute;
    right: 20px;
    top: -63px;
    font-size: 2rem;
    font-weight: 500;
    font-style: normal;
}

#content .default-padding {
    padding-top: 35px;
    padding-bottom: 35px;
}
#content .tab {
    display: flex;
    flex-direction: column;
}

#content .tab table {
    width: 100%;
}

#content .tab .header h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Syncopate", sans-serif;
    font-weight: 500;
    margin: 0;
}

#content table.dataTable .clipable {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#content table.dataTable .clipable .score,
#content table.dataTable .clipable .nullValue {
    text-align: center;
}

#content table.dataTable th {
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 500;
    font-size: 0.7rem;
    height: 68px;
    vertical-align: middle;
}
#content table.dataTable th {
    text-align: center;
}
#content table.dataTable th:first-child {
    text-align: center;
}

#content .transparent-table .table > tbody td {
    border-bottom: 1px solid #eedfd2 !important;
}

#content .transparent-table .table > thead {
    background-color: #eedfd2 !important;
    color: #121426 !important;
}

#content .transparent-table .table > tbody tr {
    background: transparent !important;
    color: #eedfd2;
}

#content .transparent-table .table-bordered {
    border: 2px black !important;
}

#content .tab .bottom-comment {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #121426;
    color: #121426;
    font-weight: 600;
}

.bottom-comment {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid #eedfd2;
    color: #eedfd2;
    font-weight: 600;
}

#content .tab .header.right-content {
    display: flex;
}

#content .tab .header.right-content .right-content--container h2 {
    font-family: "Montserrat";
    font-size: 2rem;
    text-align: center;
}

#content .score-header .score-header-right h4 {
    font-size: 2.4rem;
}

#content .card-v3 {
    border: 1px solid white;
}

#content .card-v3 h2 {
    font-family: "Syncopate", sans-serif;
    margin-bottom: 0;
    font-size: 1.5rem;
    margin-top: 0.3rem;
}

#content .card-v3 .card-v3--desc {
    font-size: 2rem;
}

#content table.simple,
#content table.transparent {
    width: 100%;
}

#content table.simple tr {
    border-bottom: 1px solid white;
}

#content table.simple td,
#content table.transparent td {
    padding: 5px;
}

#content table.simple {
    border: 1px solid white;
}

#content table.simple tr.last.summary td:first-child {
    background-color: #eedfd2;
    color: #121426;
    font-weight: 700;
    font-size: 1.2rem;
}
#content table.transparent tr td {
    font-size: 1rem;
}
#content table.transparent tr.last.summary td:first-child {
    background-color: #eedfd2;
    color: #121426;
    font-weight: 700;
    font-size: 1.2rem;
}
#content table.transparent tr td.right-content {
    text-align: right;
}

#content table.transparent tr.last.summary td {
    font-weight: 700;
    font-size: 1.2rem;
}

#content #menu-interest {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 0;
}

#content .sub-menu-interest {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    padding: 0;
    margin-bottom: 0;
}

#content .sub-menu-interest li {
    list-style-type: none;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Syncopate", sans-serif;
}
#content .sub-menu-interest li:hover {
    background-color: #eedfd2;
    color: #121426;
}

#content .tab-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

#content .tab-content.sub-menu {
    padding: 0 !important;
}

#content #menu-interest li {
    list-style-type: none;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Syncopate", sans-serif;
}
#content #menu-interest li:hover {
    background-color: #eedfd2;
    color: #121426;
}

.app-sidebar {
    overflow: scroll;
}
#ctr-table-title {
    font-size: 18px;
    font-weight: bold;
}

#ctr-table {
    font-size: 1.1rem;
    font-weight: bold;
    width: 100%;
}

#ctr-table tr td:first-child {
    text-align: center;
}

#ctr-desc {
    font-size: 1rem;
    font-weight: bold;
    width: 100%;
}

#ctr-table td {
    padding: 1rem;
}

#ctr-table td,
#ctr-table tr {
    border: 2px solid #121426;
    border-collapse: collapse;
}

/*.hq-table tr.odd td:nth-child(1),
.hq-table tr.even td:nth-child(1) {
    font-size: 0;
    color: transparent;
}*/

.separated-by-border.row > div:first-child {
    border-right: 10px solid #121426;
    padding-left: 30px;
}

.separated-by-border.row > div:last-child {
    border-left: 10px solid #121426;
}

.separated-by-border.row > div {
    padding: 20px;
    padding-top: 75px;
    padding-bottom: 75px;
}

.daterangepicker .available {
    font-weight: bold;
}

.compare {
    font-size: 1.3rem;
}
.bg-blue .compare {
    color: #eedfd2;
    font-size: 1.4rem;
}
.table-bordered {
    border: 1px solid #eedfd2;
}

.notice-table-light {
    font-weight: 300;
    font-size: 0.7rem;
}

a.home-link,
a.home-link:hover {
    color: #eedfd2;
}
#content .double-title .bg-sand h2 {
    font-family: "Syncopate", sans-serif;
    text-transform: uppercase;
}

#content .line-title h2 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-family: "Syncopate", sans-serif;
    font-weight: 500;
}

#review_negative_table_wrapper div:nth-child(2) > div {
    overflow-x: scroll;
}

#scoring_wrapper div:nth-child(2) > div,
#integrations div:nth-child(2) > div {
    overflow-x: auto;
}

#nice-to-have div:nth-child(2) > div,
#must-have div:nth-child(2) > div {
    overflow-x: inherit;
}

/*datepickerrange*/
.daterangepicker td.disabled,
.daterangepicker option.disabled {
    text-decoration: none !important;
}

.daterangepicker td.disabled.in-range {
    background-color: #ebf4f8 !important;
}

.integration {
    border-right: 2px black solid !important;
}

.apexcharts-menu-item.exportSVG, .apexcharts-menu-item.exportPNG {
    display: none;
}
