.sidebar[data-color="trekkconnect"]:after, body > .navbar-collapse[data-color="trekkconnect"]:after {
    background: #061B39; /* Fallback color */
}

.sidebar[data-image]:after,
.sidebar.has-image:after,
body > .navbar-collapse[data-image]:after,
body > .navbar-collapse.has-image:after {
    opacity: .77;
}

.sidebar-wrapper p {
    margin: 20px 25px;
}

.sidebar-wrapper ul.nav li a {
    margin: 2px 15px;
}

.sidebar-wrapper ul.nav li a i, .sidebar-wrapper ul.nav li a p {
    line-height: 24px;
}

.sidebar-wrapper ul.nav li a i {
    font-size: 20px;
}

.sidebar-wrapper ul.nav li.group > div {
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    font-weight: bold;
    transform: rotate(270deg);
    transform-origin: right top;
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 240px;
}

.sidebar-wrapper ul.nav li.group > ul.nav {
    margin-left: 30px;
}

.sidebar .sidebar-background,
body > .navbar-collapse .sidebar-background {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: block;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}

.sidebar-wrapper ul.nav li.divider {
    text-align: left;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    font-weight: bold;
    font-size: 80%;
    margin: 20px 0 8px 20px;
}

.sidebar-wrapper ul.nav li > a {
    padding: 2px 4px;
}

.sidebar-wrapper ul.nav li.section {
    margin: 10px 0 0 15px;
    color: rgba(255, 255, 255, 0.4);
}

@media (min-width: 992px) {
    .table-full-width .footer {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.table-full-width h4 {
    margin-left: 15px;
}

table.table table.table th, table.table table.table td {
    font-size: 12px;
    padding: 4px 8px;
}

.login-widget {
    margin-top: 20vh;
}

#avatar {
    margin-top: 5px;
    width: 50px;
    height: 50px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.table.table-lg th, .table.table-lg td {
    font-size: 200%;
}

.table th.important, .table td.important {
    font-weight: bold;
}

.table .radio .icons, .table .checkbox .icons {
    left: 0;
}

.card-tabs li a {
    padding: 15px 15px 0;
}

.card-tabs .title {
    display: block;
    color: #061B39;
    font-weight: 300;
    margin: 0;
}

.card-tabs .category {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #9a9a9a;
    line-height: 1.5;
    margin-bottom: 4px;
}

.card-tabs li:not(.active) {
    opacity: 0.8;
}

.card-tabs li:not(.active):hover {
    opacity: 1;
}

.table-accounting .label {
    text-transform: uppercase;
}

.table-accounting input.withholding {
    width: 80px;
    padding: 6px;
    height: 35px;
}

.table-accounting > tbody > tr:nth-of-type(4n+3) td, .table-accounting > tbody > tr:nth-of-type(4n+1) td {
    border-bottom: 0;
    padding-bottom: 0;
}

.table-accounting > tbody > tr:nth-of-type(4n+4) td, .table-accounting > tbody > tr:nth-of-type(4n+2) td {
    border-top: 0;
    padding-top: 0;
}

.table-accounting > tbody > tr:nth-of-type(4n+3), .table-accounting > tbody > tr:nth-of-type(4n+4) {
    background-color: #f9f9f9;
}

#env_banner {
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -250px;
    width: 500px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    cursor: pointer;
}

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

.pagination > li > a, .pagination > li > span {
    color: #3DBB95;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #3DBB95 !important;
    color: #FFF !important;
}

#payout_statement_filters {
    padding: 15px 10px 30px 0;
}

.link-back {
    font-weight: bold;
    vertical-align: top;
}

.dcc-was-used {
    color: green;
    font-size: 150%;
    font-weight: bold;
}

.table a i[class^="pe-7s-"] {
    font-size: 180%;
    font-weight: bold;
    color: #061B39;
    vertical-align: bottom;
}

.table a i[class^="pe-7s-"][class="pe-7s-check"] {
    color: green;
}

.table a i[class^="pe-7s-"][class="pe-7s-less"] {
    color: red;
}

.table a.disabled i[class^="pe-7s-"] {
    cursor: default;
    opacity: 0.5;
}

.table a.disabled i[class^="pe-7s-smile"] {
    cursor: default;
    opacity: 1;
    color: gold;
}

tr.empty {
    height: 75px;
}

tr.empty td {
    text-align: center;
    vertical-align: middle;
}

.tab-pane.card {
    box-shadow: none;
    border: none;
}

.bootstrap-select .dropdown-menu {
    display: none;
}

.bootstrap-select.open .dropdown-menu {
    display: block !important;
}

.sort-col[data-order] {
    white-space: nowrap;
    cursor: pointer;
}

.sort-col[data-order] span.asc, .sort-col[data-order] span.desc, .sort-col[data-order="desc"] span.asc, .sort-col[data-order="desc"] span.sort, .sort-col[data-order="asc"] span.desc, .sort-col[data-order="asc"] span.sort {
    display: none;
}

.sort-col[data-order="desc"] span.desc, .sort-col[data-order="asc"] span.asc {
    display: inline-block;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.table-accounting span.label {
    margin-right: 2px;
}

.filter-toggle .caret {
    content: "";
    margin-left: 6px;
    border-top: 0;
    border-bottom: 4px dashed;
}

.filter-toggle.collapsed .caret {
    border-top: 4px dashed;
    border-bottom: none;
}

#merchant_export_modal .modal-footer .form-group {
    display: inline-block;
}

@media (min-width: 992px) {
    .card form.edit-form [class*="col-"]:last-child, .card form.edit-form [class*="col-"]:first-child {
        padding-right: 6px;
        padding-left: 6px;
    }
}

.logo .image {
    margin: 15px 0 10px 0;
    height: 61px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.wrapper .logo.sm {
    display: none;
}

.wrapper.sidebar-sm .main-panel {
    width: calc(100% - 68px);
}

.wrapper.sidebar-sm .sidebar {
    width: 68px;
}

.wrapper.sidebar-sm .sidebar .nav > li.sidebar-toggle-collapse {
    display: none;
}

.wrapper.sidebar-sm .sidebar .nav > li.sidebar-toggle-expand {
    display: block;
}

.wrapper.sidebar-sm .logo {
    display: none;
}

.wrapper.sidebar-sm .logo.sm {
    display: block;
    padding: 10px 0;
}

.wrapper.sidebar-sm .logo.sm .image {
    height: 30px;
    margin: 0;
}

.wrapper.sidebar-sm .sidebar-wrapper {
    width: 68px;
}

.wrapper.sidebar-sm .sidebar-wrapper ul.nav {
    margin-top: 10px;
}

.wrapper.sidebar-sm .sidebar-wrapper ul.nav i {
    float: none;
}

.wrapper.sidebar-sm .sidebar-wrapper ul.nav li.section {
    margin: 0;
    text-align: center;
}

.wrapper.sidebar-sm .sidebar-wrapper ul.nav li.section p {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 50px;
}

.wrapper.sidebar-sm .sidebar-wrapper ul.nav li > a > p {
    display: none;
}

body > .navbar-collapse .nav > li {
    text-transform: uppercase;
}

body > .navbar-collapse .nav > li > a {
    padding: 8px 15px;
}

body > .navbar-collapse .nav > li.section {
    margin: 10px 15px 0 15px;
}

body > .navbar-collapse .nav > li.section p {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
}

.sidebar .nav {
    margin-bottom: 56px;
}

.sidebar .nav > li.sidebar-toggle-collapse, .sidebar .nav > li.sidebar-toggle-expand {
    opacity: 0.4;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 6px;
}

.sidebar .nav > li.sidebar-logout-btn {
    position: absolute;
    bottom: 40px;
    width: 100%;
}

.sidebar .nav > li.sidebar-toggle-collapse {
    display: block;
}

.sidebar .nav > li.sidebar-toggle-expand {
    display: none;
}

tr.hidden-row > td {
    padding: 0 !important;
    border-top: none !important;
}

tr.hidden-row table {
    margin-bottom: 0;
}

form fieldset {
    margin-top: 15pt;
}

form fieldset:first-child {
    margin-top: 0;
}

.profile .tos-form fieldset {
    text-align: center;
}

.profile .row.terms-of-service {
    max-height: 35em;
    min-height: 20em;
    overflow-y: auto;
    margin: 1em 0 4em;
    padding: 1em;
    border: solid 1px silver;
    border-radius: 3px;
}

.profile .description {
    color: #061B39;
    text-align: center;
    font-size: 10pt;
    margin-top: 8px;
    opacity: 0.6;
}

.btn-file {
    position: relative;
    overflow: hidden;
    display: block;
    float: left;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.profile .next-btn {
    margin: 0 10px 0 10px;
    text-decoration: underline;
}

.profile .form-footer fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.file-row-list {
    margin-top: 2em;
}

.file-row-list .file-row {
    margin-bottom: 1em;
    position: relative;
}

.file-row-list .file-row:not(:last-child) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 5px;
}

.file-row-list .file-row a.delete-file {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
}

.file-row-list .file-row .uploaded-file, .file-row-list .file-row .uploaded-file-error {
    display: none;
}

.file-row-list .file-row.frozen .uploaded-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.file-row-list .file-row.frozen .uploaded-file .file-controls .delete-file:hover {
    cursor: pointer;
}

.file-row-list .file-row.frozen .uploaded-file a {
    color: #061B39;
}

.file-row-list .file-row.frozen .uploaded-file a:hover {
    text-decoration: underline;
}

.file-row-list .file-row .glyphicon {
    padding-left: 1em;
    color: #a9a9a9;
    cursor: help;
}

.merchant-details a[aria-controls="change-log-list"] {
    float: right;
}

.merchant-details .change-log > div {
    margin-top: 3em;
}

.merchant-details span[data-trigger="hover"] {
    cursor: help;
}

.signature-pad {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 10px;
    width: 100%;
    max-width: 700px;
    max-height: 460px;
    border-radius: 4px;
    height: 300px;
    margin: 0 auto;
}

.signature-pad .signature-pad--body canvas {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.02) inset;
}

.signature-pad .button.clear {
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    font-size: 1.7em;
    height: 1.7em;
    margin: -1.7em 0 0 0;
    opacity: 0.6;
    padding: 0.3em;
    z-index: 100;
}

.signature-pad .signature-pad--body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.27), 0 0 40px rgba(0, 0, 0, 0.08) inset;
}

.legal-info .checkbox label {
    padding-left: 0;
}

.loader {
    padding: 80px;
    text-align: center;
}

.submit-btn {
    margin: 15px 0 5px 0;
    width: 100%
}

.badge-error {
    background-color: #ED5842;
}

.badge-error:hover {
    background-color: #ED5842;
}

.badge-warning {
    background-color: #EEB712;
}

.badge-warning:hover {
    background-color: #EEB712;
}

.badge-success {
    background-color: #3DBB95;
}

.badge-success:hover {
    background-color: #3DBB95;
}

.badge-info {
    background-color: #2259D1;
}

.badge-info:hover {
    background-color: #2259D1;
}

.badge-inverse {
    background-color: #061B39;
}

.badge-inverse:hover {
    background-color: #061B39;
}

.cancelled-item {
    text-decoration: line-through;
}

.without-text-decoration {
    color: inherit;
    text-decoration: none !important;
}

.without-text-decoration:hover {
    color: inherit;
    text-decoration: none !important;
}

.booking-card {
    background: white;
    color: #061B39;
    padding: 50px 0;
    margin: 0 0 20px 0;
    border-radius: 4px;
    overflow-y: auto;
}

.booking-balance {
    font-size: 300%;
    display: inline-block;
    margin-top: 20px;
}

.booking-card .status {
    font-size: 50%;
    margin-top: 20px;
}

.marketplace-card {
    width: 100%;
    min-height: auto;
    overflow: visible;
    border-radius: 4px !important;
    box-shadow: 0px 4px 4px 0px rgba(6, 27, 57, 0.20) !important;
}

.marketplace-card > .mdl-card__title {
    color: #fff;
    height: 110px;
    border-radius: 4px 4px 0 0 !important;
    background: url('../img/marketplace-placeholder-logo.png') bottom right 2% no-repeat #B6BAC6;
}

.marketplace-card-comingsoon > .mdl-card__title {
    background-color: #eee;
}

.marketplace-card > .mdl-card__menu {
    color: #fff;
}

.marketplace-card > .mdl-card__supporting-text {
    height: 85px;
    width: 100% !important;
}

.marketplace-card-item {
    margin-bottom: 20px;
}

.marketplace-mapping-enabled, .marketplace-mapping-not-complete, .marketplace-not-connected {
    cursor: pointer;
}

.marketplace-mapping-enabled > .mdl-card__title {
    background-color: #3DBB95;
}

.marketplace-not-connected > .mdl-card__title {
    background-color: rgba(61, 187, 149, 0.60);
}
.marketplace-mapping-not-complete > .mdl-card__title {
    background-color: #EEB712;
}

.tc-dialog {
    width: 30%;
    min-width: 300px;
    border-radius: 4px;
}

.mapping-dialog {
    width: 60%;
    min-width: 300px;
}

.select-options-for-mapping-dialog {
    width: 60%;
    min-width: 300px;
}

.select-products-for-import-dialog {
    width: 60%;
    min-width: 300px;
}

.card-with-status {
    overflow: visible;
    margin-bottom: 20px;
}

.card-with-status > .mdl-card {
    overflow: visible;
}

.card-with-status {
    cursor: pointer;
}

.product-for-sharing {
    cursor: default !important;
}
.card-with-status .mdl-card__supporting-text {
    height: 147px;
}

.card-with-status > header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 200px;
}

.card-with-status > header > .material-icons {
    font-size: 3rem;
}

.upload-btn-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}

.import-help-icon {
    position: relative;
    top: 8px;
}

.marketplace-product-id {
    position: relative;
    height: 36px;
    margin: 0;
    padding-left: 8px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    cursor: default;
}

.marketplace-product-mapping-not-finished > header {
    background-color: #EEB712 !important;
}

.marketplace-product-not-connected > header {
    background-color: rgba(61, 187, 149, 0.60) !important;
}

.marketplace-product-postponed > header {
    background-color: #2259D1 !important;
}

.marketplace-product-disabled > header {
    background-color: #B6BAC6 !important;
}

.product-inactive > header {
    background-color: #ED5842 !important;
}

.potential-item-for-mapping > header {
    background-color: rgba(61, 187, 149, 0.60) !important;
}

#product-mapping-container .mdl-stepper {
    max-width: none;
    border-radius: 4px;
}

#product-mapping-container .mdl-step {
    height: auto;
}

#product-mapping-container .mdl-step__content {
    overflow: visible;
}

#product-mapping-container .mdl-list__item, .expbank-card-container .mdl-list__item {
    overflow: visible;
}

#product-mapping-container .mdl-list__item-icon, .expbank-card-container .mdl-list__item-icon {
    margin-right: 5px;
}

#product-mapping-container .inactive-element {
    color: #ED5842;
}

#product-mapping-container .mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12);
    color: rgba(0, 0, 0, .26);
    box-shadow: none;
}


#product-mapping-container .mdl-button[disabled][disabled], .mdl-button.mdl-button--disabled.mdl-button--disabled {
    color: rgba(0, 0, 0, .26);
    cursor: default;
    background-color: transparent;
}

#option-mapping-dialog .mdl-dialog__title {
    font-size: 1.5rem;
}

#product-mapping-container .card-with-status .mdl-card__supporting-text {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

.expbank-card-container .card-with-status .mdl-card__supporting-text {
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
}

#product-mapping-container .card-with-status > header {
    min-height: initial;
}

.expbank-card-container .card-with-status > header {
    min-height: initial;
}

#product-mapping-container .card-with-status .mdl-card {
    min-height: initial;
}

.expbank-card-container .card-with-status .mdl-card {
    min-height: initial;
}
.product-mapping-options-list {
    list-style-type: none;
    padding-left: 0;
}

.product-mapping-options-list .li {
    cursor: pointer !important;
}

.product-mapping-options-list header .material-icons {
    font-size: 1.8rem;
}

.product-mapping-options-list h5 {
    margin-bottom: 20px;
}

#product-mapping-container .mdl-step .mdl-step__label-indicator {
    background-color: #EEB712;
}

#product-mapping-container .mdl-step--completed .mdl-step__label-indicator {
    background-color: #3DBB95;
}

.mapping-was-downloaded-time {
    top: -5px;
    position: relative;
    font-size: 12px;
}

.marketplace-overview-help-tooltip {
    font-size: 14px;
    position: relative;
    top: 3px;
}

.company-name-label {
    display: inline-block;
    position: relative;
    top: 5px;
    margin-right: 10px;
    color: #061B39;
}

.btn-with-icon {
    display: inline-block;
    margin-left: 10px;
}

.btn-with-icon[disabled] {
    cursor: default;
}

.btn-with-icon i {
    position: relative;
    top: 6px;
}

.bootstrap-select .selected,
.bootstrap-select .selected a:hover,
.bootstrap-select .active,
.bootstrap-select .active a:hover {
    background: #3DBB95 !important;
    color: #fff !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    background: #3DBB95 !important;
    color: #fff !important;
}

.bootstrap-select .selected a {
    color: #fff !important;
}

.bootstrap-select button {
    color: #061B39 !important;
}

.mdl-button--raised.mdl-button--colored.mdl-delete-btn {
    background: #ED5842 !important;
}

.mdl-enable-btn {
    background: #3DBB95 !important;
}

.mdl-delete-btn[disabled] {
    color: rgba(0, 0, 0, .26) !important;
    cursor: default;
    background-color: transparent !important;
}

.supplier-broken-mapping-card-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: visible;
    background-color: #EEB712 !important;
    margin-bottom: 20px;
}

.supplier-broken-mapping-card-content > header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: initial;
    background-color: #EEB712 !important;

}

.supplier-broken-mapping-card-content .mdl-card__supporting-text {
    width: 100%;
}

.supplier-broken-mapping-card-content .mdl-card {
    min-height: auto;
}

.supplier-broken-mapping-card-content > header > .material-icons {
    font-size: 2rem;
}

.supplier-broken-mapping-card-content h5 {
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
}
.without-list-style {
    list-style: none;
    padding-left: 0;
}

.left-positioned-btn {
    position:absolute;
    left: 23px;
}

.option-for-mapping {
    cursor:default;
}

.no-mapping-placeholder {
    width: 100%;
    border: 1px #eee dashed;
    border-radius: 3px;
    font-size: 10rem;
}

.mapped-items-label {
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 9px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

.calendar-available-seats {
    display: block;
    font-size: 10px;
    position:relative;
    top: -25px;
    color: white;
    font-weight: normal;
}

.check-availability-wrapper .vdp-datepicker__calendar .cell.day {
    height: 50px;
}

.check-availability-wrapper .vdp-datepicker__calendar .cell.day.highlighted {
    background: #3DBB95 !important;
}

.check-availability-wrapper .vdp-datepicker__calendar .cell.day.disabled {
    background: #ED5842 !important;
}

.check-availability-wrapper .vdp-datepicker__calendar  {
    width: 100% !important;
}

.check-availability-wrapper .vdp-datepicker__calendar .cell {
    font-weight: bold;
}
.notification-help-tooltip {
    font-size: 16px;
    padding-left: 3px;
    position: relative;
    top: 3px;
}

.partner-notification-help-tooltip {
    font-size: 16px;
    padding-left: 3px;
    position: relative;
    top: 1px;
}

.notification-type-help-tooltip {
    font-size: 16px;
    position: relative;
    top: 8px;
}

.notification-type-title {
    display: inline-block;
}

.event-notification-edit-handler {
    cursor: pointer;
}

.uploader-area {
    border: 1px #cecece dashed;
    border-radius: 4px;
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.upload-web-logo-btn {
    float: none;
    display: inline-block;
    cursor: pointer;
}

.dashboard-placeholder {
    border: 1px #cecece solid;
    border-radius: 4px;
    padding: 50px 20px;
    background-color: #f4f4f4;
}

.dashboard-placeholder i{
    font-size: 6em;
}

.select-products-for-import-container {
    height: auto;
    max-height: 400px;
    overflow-y: auto;
    padding: 5px;
}

.float-right {
    float: right;
}

.datatable_overlay {
    display: none;
    z-index: 5;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    border-radius: 4px;
}

.datatable_overlay_content {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.datatable_overlay_content span {
    display: table-cell;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: white;
    vertical-align: middle;
    text-transform: uppercase;
}

.dataTables_filter input[type=search] {
    width: 70% !important;
}

.col-in-row {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.btn-with-icon i.fa-spin {
    position: inherit;
    top: 0
}

.required.control-label:after {
    content: " *";
    font-weight: bold;
    color: #ED5842;
}

.editable-field-input {
    padding: 4px 5px;
    width: 30%;
}

.editable-field-label {
    padding: 10px 5px;
    border-radius: 3px;
}

.editable-field-label:hover {
    background-color: #eee;
}

.editable-field-actions {
    display: inline;
}

.id-copier {
    font-weight: bolder;
    font-size: 14px;
    cursor: pointer;
    top: 2px;
    position: relative;
}

.filter-option.pull-left > img {
    display: inline-block;
}

.full-width {
    width: 100%;
}

.filter-thumbnail-text {
    font-size: 36px;
    position: relative;
    top: -7px;
}

.remove-notification-handler-btn {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

.notification-handlers-content {
    max-height: 161px;
    overflow-y: auto;
    min-height: 161px;
}

.no-handlers-placeholder {
    width: 100%;
    font-size: 25px;
}

.search-first {
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    color: #565656;
    padding: 8px 12px;
    height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.wide-label {
    width: 100%;
}

[v-cloak] {
    display: none !important;
}

.shared-activity {
    cursor: pointer !important;
}

.dt-search-bar {
    margin: 10px 15px 10px 15px;
}

.dt-search-bar > input {
    width: 100% !important;
}

.product-search-img {
    height: 200px;
    position: relative;
}

.product-search-card {
    width: 100% !important;
    margin-bottom: 20px;
    position: relative;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    display: block;
    top: 0px;
    cursor: pointer;
    border-radius: 4px;
}
.product-search-card:hover {
     transition: all 0.2s ease-out;
     box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
     top: -4px;
     background-color: white;
 }

.product-search-card:before {
     content: "";
     position: absolute;
     z-index: -1;
     top: -16px;
     right: -16px;
     height: 32px;
     width: 32px;
     border-radius: 32px;
     transform: scale(2);
     transform-origin: 50% 50%;
     transition: transform 0.1s ease-out;
 }

.product-search-card:hover:before {
     transform: scale(2.15);
 }

.product-search-price {
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    display: inline-block;
    letter-spacing: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    cursor: default;
}

.product-search-location-mark {
    position: relative;
    top: 6px;
    left: 4px;
    line-height: 15px;
}

.product-search-partner-name {
    display:inline  !important;
    position: relative;
}

.product-search-card-footer {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 900;
    color: rgba(6, 27, 57, 0.40);
    padding: 18px 22px;

}

.product-search-card > .mdl-card__supporting-text {
    height: 120px;
    width: 100% !important;
    padding-left: 10px;
}

.search-type-select {
    width: 20%;
    min-width: 135px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3E%3Cpath d='M15.3 9.3a1 1 0 011.4 1.4l-4 4a1 1 0 01-1.4 0l-4-4a1 1 0 011.4-1.4l3.3 3.29 3.3-3.3z'/%3E%3C/svg%3E");
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    background-repeat: no-repeat;
    background-color: #fff;
    border-color: #e2e8f0;
    border-width: 1px;
    border-radius: .25rem;
    padding: .6em 1.4em .5em .8em;
    font-size: 1rem;
    line-height: 1.5;
    background-position: right .5rem center;
    background-size: 1.5em 1.5em;
    color: #222;
}

.search-type-select::-ms-expand {
    display: none;
}
.search-type-select:hover {
    border-color: #888;
}
.search-type-select:focus {
    border-color: #aaa;
    color: #222;
    outline: none;
}
.search-type-select option {
    font-weight:normal;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.select-dropdown-items-control {
    font-weight: bold;
    cursor: pointer;
}

.select-dropdown-items-control > i {
    position: relative;
    top: 7px;
}

.select-dropdown-items-container {
    margin-top: 10px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    font-size: 14px;
    padding: 5px 10px;
    color: #354052;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    max-height: 300px;
    overflow-y: scroll;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.select-item-container {
    cursor: pointer;
    z-index: 10;
}
.product-search-location {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: #061B39;
    color: white;
    padding: 4px 6px;
    font-size: 12px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
}

.product-search-category {
    position: absolute;
    bottom: 12px;
    left: 12px;
    color: white;
    font-size: 12px;
    border-radius: 50px;
    background: rgba(6, 27, 57, 0.40);
    height: 28px;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.autocomplete-results {
    position: absolute;
    top: 40px;
    background: #fff;
    width: 50%;
    font-size: 14px;
    z-index: 1;
    border: 1px solid #E3E3E3;
    border-radius: .25rem;
    word-wrap: break-word;
}

.autocomplete-results .autocomplete-item {
    padding: 10px 10px;
    cursor: pointer;
}

.autocomplete-results .autocomplete-item:hover, .active-autocomplete-item {
    background-color: #038CD1;
    color: white;
}

.products-search-status-text {
    font-size: 24px;
    margin-top: 15%;
}

.products-search-selected-categories {
    font-size: 12px;
    font-weight: 300;
    color: #6D6D6D;
}

.product-search-item:hover {
    text-decoration: underline;
}

.products-search-total {
    display: inline-block;
    margin-left: 10px;
    font-size: 12px;
}

.product-search-details-supplier-name {
    padding: 17px 0 0 17px;
    margin-bottom: -5px;
}

.product-search-details-supplier-name a:hover {
    text-decoration: underline;
}

.product-search-details-btn {
    margin-left: auto;
    min-width: 172px;
}

.product-search-product-id {
    margin-top: -20px;
}

.product-search-details-section-title {
    margin-top: 5px;
}

.product-search-details-card {
    min-height: auto;
}

.imgs-grid-image {
    max-width: 600px;
}

.product-search-details-overview {
    margin-top: 15px;
}

.product-search-details-overview a:hover{
    text-decoration: underline;
}

.product-search-cutoff {
    display: inline-block;
    margin-bottom: 10px;
}

.autocomplete-results-item-icon {
    display: inline-block;
    position: relative;
    top: 6px;
    left: -5px;
    line-height: 15px;
    margin-right: -3px;
}

.onboarding-steps-card {
    max-width: 760px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.product-mapping-required-startime {
    margin-left: 5px;
    font-size: 14px;
}

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

.overflow-x-auto {
    overflow-x: auto;
}

.product-status-active {
    background-color: #3DBB95;
}

.product-status-inactive {
    background-color: #ED5842;
}

.product-status {
    height: 12px;
    width: 12px;
    position: absolute;
    top: 8px;
    right: 8px;
    border-radius: 50%;
}

.product-central-contract-status {
    position: absolute;
    top: 13px;
}

.product-status-details-page {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.product-search-delete-btn {
    position: absolute;
    right: 15px;
}

.mapping-additional-info {
    display: inline-block;
    position: relative;
    top: -17px;
    font-size: 12px;
}

.header-id-copier {
    display: inline-block;
    top: 4px;
    font-size: 18px;
    margin-left: 5px;
}

.auto-sharing-control {
    display: inline;
    position: relative;
    top: -6px;
    left: -16px;
    margin-left: 10px;
}

.auto-sharing-control:focus {
    outline: none;
}
.auto-sharing-control-label {
    top: 5px;
    left: 15px;
    font-size: 12px;
    font-weight: normal;
}

.mapping-product-help-link {
    display: inline-block;
    margin-bottom: 5px;
}

.sharing-page-help-link {
    display: inline-block;
    margin-right: 10px;
}

.relative {
    position: relative;
}

.dataTables_filter .dropdown-menu, .form-group .dropdown-menu {
    width: 100%;
}

.gttd-help-tooltip {
    font-size: 14px !important;
    position: relative;
    top: 3px;
    z-index: 7;
}

.gttd-label {
    color: #061B39;
    font-size: 12px;
    visibility: visible;
    position: relative;
}

.gttd-location-map {
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.gttd-location-search-bar {
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    height: 29px;
    margin: 10px;
    outline: none;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 70%;
    z-index: 20;
}


.gttd-location-search-bar:focus {
    border-color: #4d90fe;
}

.none-decoration {
    text-decoration: none !important;
    outline: none !important;
}

.field-with-error {
    color: #ED5842 !important;
}

.margin-right5 {
    margin-right: 5px;
}

.icon-guidelines {
    font-size: 14px;
    position: relative;
    top: 3px;
    z-index: 1;
    display: inline-block;
}
.overflow-visible {
    overflow: visible;
}

.dropdown-toggle .selected-tag {
    height: 100% !important;
}

.copieble {
    cursor: pointer;
    z-index: 99;
}

.zindex10 {
    z-index: 10 !important;
}

.zindex9 {
    z-index: 9 !important;
}

.zindex8 {
    z-index: 8 !important;
}

.zindex7 {
    z-index: 7 !important;
}

.btn-with-icon:focus {
    outline: none;
}

.ai-option-btn {
    position: absolute;
    right: 50px;
    top: 15px;
}

.not-focusable:focus {
    outline: none;
}

.clear-all-mpng-btn {
    position: absolute;
    right: 0;
    top: -4px;
}

.no-bullets-list {
    list-style-type: none;
}

.product-connection-status {
    position: absolute;
    top: 12px;
    left: -46px;
    cursor: pointer;
}

.product-connection-status i {
    font-size: 34px;
}

.bordered-table {
    border-collapse: collapse;
}

.bordered-table th,
.bordered-table td {
    border: 1px solid black;
    padding: 8px;
}

/* Basic Glow */
.glow {
    /* Standard */
    box-shadow: 0 0 10px rgba(0, 110, 255, 0.6),
    0 0 20px rgba(25, 145, 255, 0.4),
    0 0 30px rgba(0, 191, 255, 0.3);
    /* Webkit */
    -webkit-box-shadow: 0 0 10px rgba(0, 110, 255, 0.6),
    0 0 20px rgba(25, 145, 255, 0.4),
    0 0 30px rgba(0, 191, 255, 0.3);
    /* Mozilla */
    -moz-box-shadow: 0 0 10px rgba(0, 110, 255, 0.6),
    0 0 20px rgba(25, 145, 255, 0.4),
    0 0 30px rgba(0, 191, 255, 0.3);
    /* Microsoft */
    -ms-box-shadow: 0 0 10px rgba(0, 110, 255, 0.6),
    0 0 20px rgba(25, 145, 255, 0.4),
    0 0 30px rgba(0, 191, 255, 0.3);
}

/* Animated Glow */
.glow-animation {
    border-radius: 4px;
    /* Standard */
    animation: glow 1s ease-in-out infinite alternate;
    /* Webkit */
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    /* Mozilla */
    -moz-animation: glow 1s ease-in-out infinite alternate;
    /* Microsoft */
    -ms-animation: glow 1s ease-in-out infinite alternate;
}

/* Standard keyframes */
@keyframes glow {
    from {
        box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(0, 110, 255, 0.5),
        0 0 15px rgba(25, 145, 255, 0.3);
    }
    to {
        box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(0, 110, 255, 0.7),
        0 0 30px rgba(25, 145, 255, 0.5),
        0 0 40px rgba(0, 191, 255, 0.3);
    }
}

/* Webkit keyframes */
@-webkit-keyframes glow {
    from {
        -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(0, 110, 255, 0.5),
        0 0 15px rgba(25, 145, 255, 0.3);
    }
    to {
        -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(0, 110, 255, 0.7),
        0 0 30px rgba(25, 145, 255, 0.5),
        0 0 40px rgba(0, 191, 255, 0.3);
    }
}

/* Mozilla keyframes */
@-moz-keyframes glow {
    from {
        -moz-box-shadow: 0 0 5px rgba(255, 255, 255, 0.5),
        0 0 10px rgba(0, 110, 255, 0.5),
        0 0 15px rgba(25, 145, 255, 0.3);
    }
    to {
        -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5),
        0 0 20px rgba(0, 110, 255, 0.7),
        0 0 30px rgba(25, 145, 255, 0.5),
        0 0 40px rgba(0, 191, 255, 0.3);
    }
}

/* Text glow */
.text-glow {
    /* Standard text-shadow */
    text-shadow: 0 0 5px rgba(0, 110, 255, 0.7),
    0 0 10px rgba(25, 145, 255, 0.5),
    0 0 15px rgba(0, 191, 255, 0.3);
    /* Color fallback for older browsers */
    color: #006eff; /* electric blue */

    /* Filter fallback for older browsers */
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#006eff', Direction=45, Strength=5);
    /* Modern browsers filter */
    filter: drop-shadow(0 0 5px rgba(0, 110, 255, 0.7));
    -webkit-filter: drop-shadow(0 0 5px rgba(0, 110, 255, 0.7));
    -moz-filter: drop-shadow(0 0 5px rgba(0, 110, 255, 0.7));
    -ms-filter: drop-shadow(0 0 5px rgba(0, 110, 255, 0.7));
}

.tiered-price-row {
    padding: 20px;
    border-bottom: 1px solid #ccc;
}

.tiered-price-disabled {
    background-color: #ffdddd;
    color: white;

}

.circle-status {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: 1px;
}

.circle-status-active {
    background-color: #3DBB95;
}

.circle-status-inactive {
    background-color: #ED5842;
}

.tiered-price-col-hidden {
    overflow: hidden;
}

@media (min-width: 1920px) {
    .tiered-price-col-hidden {
        padding: 0;
    }
}

.tiered-price-col {
    text-overflow: ellipsis;
    white-space: nowrap
}

.login-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #042537;
    line-height: 20px;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.login-footer a {
    color: #fff;
}

.exp-btn-primary {
    color: #3DBB95 !important;
    font-weight: 900;
}

.exp-btn-link {
    color: #2259D1 !important;
}

.exp-btn-secondary {
    color: rgba(6, 27, 57, 0.40) !important;
    font-weight: 900;
}

.exp-btn-secondary {
    color: rgba(6, 27, 57, 0.40) !important;
    font-weight: 900;
}

.not-complete-mapping-status {
    background-color: rgba(61, 187, 149, 0.60) !important;
}

.complete-mapping-status {
    background-color: #3DBB95 !important;
}

.mdl-switch.is-checked .mdl-switch__thumb,
.mdl-switch.is-checked .mdl-switch__track,
.mdl-button--raised.mdl-button--colored {
    background-color: #3DBB95 !important;
}

.mdl-button--raised[disabled][disabled], .mdl-button--raised.mdl-button--disabled.mdl-button--disabled {
    background-color: rgba(0, 0, 0, .12) !important;
    color: rgba(0, 0, 0, .26);
    box-shadow: none;
}

.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
    border: 2px solid #3DBB95 !important;
}

.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
    background: #3DBB95 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICB2aWV3Qm94PSIwIDAgMSAxIgogICBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWluWU1pbiBtZWV0Ij4KICA8cGF0aAogICAgIGQ9Ik0gMC4wNDAzODA1OSwwLjYyNjc3NjcgMC4xNDY0NDY2MSwwLjUyMDcxMDY4IDAuNDI5Mjg5MzIsMC44MDM1NTMzOSAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IE0gMC4yMTcxNTcyOSwwLjgwMzU1MzM5IDAuODUzNTUzMzksMC4xNjcxNTcyOSAwLjk1OTYxOTQxLDAuMjczMjIzMyAwLjMyMzIyMzMsMC45MDk2MTk0MSB6IgogICAgIGlkPSJyZWN0Mzc4MCIKICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO3N0cm9rZTpub25lIiAvPgo8L3N2Zz4K) !important;
}

.mapping-actions-menu {
    top: -5px;
    position: relative;
}

.dropdown-menu {
    border-radius: 4px;
    border: none;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.mdl-grid {
    border-radius: 4px !important;
}

.mdl-grid > header {
    border-radius: 4px 0 0 4px !important;
}

.mdl-grid > .mdl-card {
    border-radius: 0 4px 4px 0 !important;
}
dialog {
    border-radius: 4px;
}

.eb-shadow {
    box-shadow: 0px 4px 4px 0px rgba(6, 27, 57, 0.20) !important;
}

.active-ai-btn {
    color: #2259D1;
}

.mdl-stepper {
    border-radius: 4px;
}

.vdp-datepicker__calendar  {
  border-radius: 4px;
  border: 0.944px solid #B6BAC6 !important;
}

.mdl-button {
    border-radius: 4px;
}

.mdl-menu__outline {
    border-radius: 4px;
}

.eb-full-radius {
    border-radius: 4px !important;
}

.mdl-card__supporting-text {
    color: #061B39 !important;
}

.bootstrap-select .btn {
    text-transform: none;
    font-weight: 400;
}

.eb-btn, .eb-btn:hover, .eb-btn:focus {
    padding: 10px 8px;
    background: #3DBB95;
    border: 1px solid #3DBB95;
    color: #fff;
}

.eb-btn[disabled] {
    background-color: rgba(0, 0, 0, .12) !important;
    color: rgba(0, 0, 0, .26);
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, .12);
}
.eb-info-btn, .eb-info-btn:hover, .eb-info-btn:focus {
    padding: 10px 8px;
    background: #2259D1;
    border: 1px solid #2259D1;
    color: #fff;
}

.eb-warning-btn, .eb-warning-btn:hover, .eb-warning-btn:focus {
    padding: 10px 8px;
    background: #EEB712;
    border: 1px solid #EEB712;
    color: #fff;
}

.eb-danger-btn, .eb-danger-btn:hover, .eb-danger-btn:focus {
    padding: 10px 8px;
    background: #ED5842;
    color: #fff;
    border: 1px solid rgba(237, 88, 66, 0.20);
}

.margin-top-0 {
    margin-top: 0;
}

.clickable {
    cursor: pointer;
}

.table {
    border-color: #E2E2E4;
    border-radius: 4px !important;
}

.v-expansion-panel {
    border-radius: 4px;
}

.eb-bold {
    font-weight: 600 !important;
}

.mdl-data-table {
    border: 1px solid #E2E2E4;
}

input[type="checkbox"] {
    accent-color: #3DBB95;
    color: #fff;
}
.product-search-location-name {
    position: relative;
    top: -6px;
    left: -4px;
}

.product-search-status-background {
    width: 28px;
    height: 28px;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    border-radius: 50px;
    background: rgba(6, 27, 57, 0.06);
    position: absolute;
    top: 12px;
    right: 12px;
}

.mdl-textfield--floating-label.is-invalid {
    color: #ED5842;
}

.mdl-textfield--floating-label.is-focused .mdl-textfield__label,
.mdl-textfield--floating-label.is-dirty .mdl-textfield__label,
.mdl-textfield--floating-label.has-placeholder .mdl-textfield__label {
    color: #061B39;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}
.vdp-datepicker__calendar .cell.selected, .vdp-datepicker__calendar .cell.selected:hover  {
    background: #3DBB95 !important;
    color: #fff;
}

.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,
.vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover {
    border: 1px solid #3DBB95 !important;
}

.mdl-textfield__label:after {
    background-color: #3DBB95 !important;
}

.v-select .selected-tag {
    color: #061B39 !important;
    font-size: 14px !important;
    background-color: rgba(6, 27, 57, 0.10) !important;
    border: 1px solid rgba(6, 27, 57, 0.10) !important;
}

.v-select li:hover {
    background-color: #3DBB95 !important;
}

.v-select .selected-tag .close {
    color: #061B39 !important;
    font-size: 14px !important;
}

.eb-background-green {
    background-color: #3DBB95 !important;
}

.eb-background-orange {
    background-color: #EEB712  !important;
}

.eb-background-red {
    background-color: #ED5842 !important;
}

.eb-color-info {
    color: #2259D1 !important;
}

.eb-color-red {
    color: #ED5842 !important;
}

.eb-color-green {
    color: #3DBB95 !important;
}

.mdl-list__item-avatar, .mdl-list__item-avatar.material-icons {
    background: #B6BAC6;
}

.badge {
    text-transform: uppercase !important;
    padding: 2px 6px !important;
}

.badge-primary {
    background-color: #061B39;
}

.eb-grey-text-color {
    color: #B6BAC6 !important;
}

.eb-black-color {
    color: #061B39 !important;
}

.eb-card {
    overflow-x: auto;
}

.eb-card .table-responsive {
    overflow-x: auto;
    border: none;
}

.alert-info {
    background-color: #2259D1;
}

.table tbody tr {
    transition-duration: .28s;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-property: background-color
}

.table tbody tr:hover {
    background-color: #eee !important;
}

.eb-color-pale-black {
    color: rgba(0, 0, 0, .6);
}

.visibility-toggle-control {
    display: inline-block;
    position: relative;
    top: -5px;
}
.visibility-toggle-control span{
    display: inline-block;
    position: relative;
    top: -8px;
}

.table-filter-control {
    width: 90%;
    margin: 10px 0 10px 15px;
}
.table-filter-control .dataTables_filter {
    display: inline-block;
    margin-right: 5px;
}


.table-filter-control .wide-filter {
    width: 20% !important;
}

.table-filter-control .dataTables_filter select{
    display: block !important;
}
.table-filter-control .dataTables_filter button{
}

.table-filter-control .dataTables_filter label {
    display: block;
}

.bs-searchbox input {
    margin: 3px 0 3px 0 !important;
    border: 1px solid rgba(0, 0, 0, .6) !important;
    border-radius: 4px !important;
}

.table-filter-control .dropdown-menu>li>a:focus, .table-filter-control .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #3DBB95
}

.dt-filter-search-loader {
    position: absolute;
    top: 10px;
    right: 10px;
}

.filter-dropdown-wrapper {
    position: relative;
}

.filter-dropdown-wrapper .dropdown-menu {
    max-width: 400px !important;
}

.stats-primary-highlight {
    display: block;
    font-weight: bold;
    font-size: clamp(20px, 2vw, 32px);
    margin-bottom: 10px;
}

.stats-dashboard-highlight {
    display: block;
    font-weight: bold;
    font-size: clamp(20px, 2vw, 32px);
    margin-top: 10px;
    margin-bottom: 10px;
}

.stats-help-icon {
    font-size: 16px;
}

.stats-chart {
    width: 100%;
    height: 350px;
}

.eb-border {
    border: 1px solid rgba(4, 37, 55, 0.2);
}

.stats-table th {
    color: #061B39;
    font-weight: 600;
    font-size: 14px;
}

.stats-table {
    border: none;
    max-height: 300px;
    overflow-y: auto;
    font-size: 14px;

}

.stats-table td {
    border-color: #eee;
    border-bottom: none;
}

.stats-table .truncatable {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}

.stats-card {
    height: 405px;
}

.stats-activities-full-height {
    height: 415px;
}

.stats-table thead,
.stats-table tbody {
    display: block;
}

.stats-table tbody {
    max-height: 300px; /* adjust as needed */
    overflow-y: auto;
}

.stats-table tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.stats-no-data-placeholder {
    /* existing */
    text-align: center;
    color: #eee;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 300px; /* adjust or use height: 100% if parent has a fixed height */
    line-height: 1.2;
    font-size: clamp(32px, 2.5vw + 2px, 86px);
    padding: 8px;

}

.stats-no-data-placeholder i {
    font-size: clamp(64px, 2.5vw + 2px, 86px);
    font-weight: 600;
    display: block;
}

.stats-placeholder-color {
    color: #eee;
}

svg > g > g.google-visualization-tooltip {
    pointer-events: none
}

.eb-color-orange {
    color: #EEB712 !important;
}

.stats-treemap-tooltip {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
}

.stats-treemap-tooltip span {
    display: block;
}

.stats-sub-title {
    display: block;
    font-weight: normal;
}

.stats-rank {
    width: 50px;
}

.is-loading::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    border: 3px solid #e0e0e0;
    border-top-color: #3DBB95;     /* theme accent */
    border-radius: 50%;
    animation: eb-spin 0.9s linear infinite;
}
@keyframes eb-spin {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

.big-screen-table td {
    word-wrap: break-word;
    white-space: normal;
}

.big-screen-table {
    table-layout:fixed;
}

.eb-content-top-margin {
    margin-top: 15px;
}

.eb-content-bottom-margin {
    margin-bottom: 15px;
}

[data-cloak] {
    display: none !important;
}

.mdl-textfield__input {
    font-family: "DM Sans", "Roboto", "Helvetica Neue", Arial, sans-serif !important;
}

/* Add caret to select field */
.mdl-textfield select.mdl-textfield__input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 20px;
    padding-right: 32px;
}

.activity-images .image-wrap, .activity-images .img {
    border-radius: 4px !important;
}

.padding-bottom20 {
    padding-bottom: 20px !important;
}

.eb-block {
    display: block;
}

.display-middle {
    display: flex;
    align-items: center;
}

.break-word {
    overflow-wrap: break-word;
}

.add-startime-badge {
    cursor: pointer;
    background-color: white;
    border: 1px solid #B6BAC6;
    color: #B6BAC6;
}
