.card-title {
    font-size: 1.7rem;
}

.content-wrapper .content-header .container-fluid {
    display: none;
}

.content-wrapper .content-header {
    padding: 3px 0;
}

.font-inherit {
    font-family: inherit;
}

.card table thead th {
    white-space: nowrap;
}

.form-check-input.error {
    border-color: #dc3545 !important;
}

.form-check-input.error ~ .form-check-label {
    color: #dc3545;
}

.js_send-form label.error {
    /*display: none !important;*/
    color: #dc3545;
    border: none !important;
    font-size: 16px;
    font-weight: 400;
    margin-top: 0px;
}

.form-check-input.error ~ label.error {
    display: none !important;
}

.form-control.valid ~ label.error {
    display: none !important;
}

.text-color-poodl {
    color: #6379F4;
}

.content-wrapper {
    background-color: #ffffff;
}

.card.table-custom-colors .card-header {
    background-color: #D1D8FF;
}

.custom-colors-btn {
    background-color: #6379F4;
    border-color: #6379F4;
    color: #FFFFFF;
}

.custom-colors-btn:hover, .custom-colors-btn:active, .custom-colors-btn:focus {
    background-color: #6379F4;
    border-color: #6379F4;
    color: #FFFFFF;
}

.create-btn {
    background-color: #ffffff;
    color: #6379F4;
    border-color: #6379F4;
}

.create-btn:hover, .create-btn:active, .create-btn:focus {
    color: #6379F4;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    background-color: #6379F4;
}

button.js_confirm_btn, button.js_confirm_btn:hover, button.btn-remove, button.btn-remove:hover {
    border-color: #FF6862;
    background-color: #FF6862;
}

.card.js_licence_block .card-header {
    padding: 0.2rem;
}

.card.js_licence_block .dl-horizontal {
    margin-bottom: 0;
}

.card.js_licence_block .dl-horizontal dt {
    width: 130px;
}

.card.js_licence_block .dl-horizontal dd {
    margin-left: 150px;
}

.js_table_licence_history .table-responsive {
    max-height: 400px;
    overflow-x: auto;
}

.js_table_licence_history thead {
    position: sticky;
    top: -1px;
    background-color: white;
}

.js_table_licence_history thead th {
    white-space: nowrap;
}

/* width */
.js_table_licence_history .table-responsive::-webkit-scrollbar {
    width: 0.5rem;
}

.js_table_licence_history .table-responsive::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0.2rem;
}

.js_table_licence_history .table-responsive::-webkit-scrollbar-thumb {
    background: #D1D8FF;
    border-radius: 0.2rem;
}

.js_table_licence_history .table-responsive::-webkit-scrollbar-thumb:hover {
    background: #D1D8FF;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    padding: 0 15px 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    right: 4px;
}

.select2-container {
    width: 100% !important;
}

.add-dog-form .with_error ~ .form-status {
    display: block !important;
}

.table-responsive {
    overflow-x: inherit;
}

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

.licence-form-create .row:not(:first-child) {
    border-top: 1px solid #ced4da;
    margin-top: 1rem;
    padding-top: 1rem;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #F4F5FF;
}

.table td {
    border-top: 0;
    border-right: 1px solid #DEE2EB;
}

.table td:last-of-type {
    border-right: 0;
}

.table thead th {
    border-bottom: 1px solid #DEE2EB;
}

[class*=sidebar-light-] .nav-sidebar > .nav-item:hover > .nav-link {
    background-color: #D1D8FF;
    color: #6379F4;
}

.navbar-light {
    background-color: #F4F5FF;
}

.table-hover tbody tr:hover {
    background-color: #D1D8FF;
}

.table td, .table th {
    padding: 0.5rem 0.75rem;
}

.table td a {
    color: #6379F4;
}

table:not(.table-condensed) thead th {
    background-color: #6379F4;
    color: #ffffff;
    font-weight: 400;
}

table td .btn {
    padding-top: 0;
    padding-bottom: 0;
}

table thead th .text-body, table thead th .text-muted, table thead th .text-muted:hover {
    color: #ffffff !important;
}

.text-primary {
    color: #6379F4 !important;
}

.btn-primary {
    background-color: #6379F4;
    border-color: #6379F4;
}

.btn-primary:hover {
    background-color: #6379F4;
    border-color: #6379F4;
    box-shadow: 0px 2px 10px -3px rgba(99, 121, 244, 1);
}

.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #6379F4;
    border-color: #6379F4;
    box-shadow: 0px 2px 10px -3px rgba(99, 121, 244, 1);
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    box-shadow: 0px 2px 10px -3px rgba(99, 121, 244, 1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #6379F4;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #6379F4;
    border-color: #6379F4;
}

.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: calc(4rem + 1px);
}

.btn-clear, .btn-clear:hover, .btn-clear:focus, .btn-clear:active {
    background-color: #FF6862;
    border-color: #FF6862;
}

.js-licences-block .card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.js_postcode {
    text-transform: uppercase;
}

.js-dogs-block table td {
    white-space: nowrap;
}

/*
Dashboard page
 */
.tooltip-ic {
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
    color: #6379F4;
}

.tooltip-inner {
    background-color: #464A53;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #464A53;
}

.bs-tooltip-right .arrow::before {
    border-top-color: #464A53;
}

.bs-tooltip-bottom .arrow::before {
    border-top-color: #464A53;
}

.bs-tooltip-left .arrow::before {
    border-top-color: #464A53;
}

.tooltip.show {
    opacity: 1;
}

.custom-dashboard .tooltip-inner {
    background-color: #6379F4;
}

.custom-dashboard .bs-tooltip-top .arrow::before {
    border-top-color: #6379F4;
}

.custom-dashboard .bs-tooltip-right .arrow::before {
    border-top-color: #6379F4;
}

.custom-dashboard .bs-tooltip-bottom .arrow::before {
    border-top-color: #6379F4;
}

.custom-dashboard .bs-tooltip-left .arrow::before {
    border-top-color: #6379F4;
}

.custom-dashboard .content-wrapper {
    background: transparent linear-gradient(0deg, #D1D8FF 0%, #E3EEFF 100%) 0% 0% no-repeat padding-box;
}

.custom-dashboard .table td {
    background-color: #ffffff;
}

.custom-dashboard table tbody tr:nth-of-type(even) td {
    background-color: #F4F5FF;
}

.custom-dashboard canvas {
    background: #ffffff;
    padding-top: 20px;
}

.custom-dashboard .card-title {
    font-size: 1.5rem;
    color: #ffffff;
}

.custom-dashboard .card.table-custom-colors .card-header {
    background-color: #6379F4;
}

.custom-dashboard .dashboard-table thead th {
    background-color: #ffffff;
    color: #6379F4;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
}

.custom-dashboard .js-dashboard-chart .chart {
    background-color: #ffffff;
}

.js-users-block table tbody tr td:last-child,
.js-associated-dogs-block table tbody tr td:last-child {
    white-space: nowrap;
}

.asterisk-field-color {
    color: #FF6862;
}

.asterisk-field label:not(.error):after {
    content: " *";
    color: #FF6862;
}

.js_licence_create_notify {
    display: inline-block;
}

.js-reports-block .card-title {
    float: none;
}

.js_report_menu_item {
    display: block;
}

/*
    Adaptive
 */
@media (min-width: 1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0;
    }

    .offset-xxl-1 {
        margin-left: 8.33333%;
    }

    .offset-xxl-2 {
        margin-left: 16.66667%;
    }

    .offset-xxl-3 {
        margin-left: 25%;
    }

    .offset-xxl-4 {
        margin-left: 33.33333%;
    }

    .offset-xxl-5 {
        margin-left: 41.66667%;
    }

    .offset-xxl-6 {
        margin-left: 50%;
    }

    .offset-xxl-7 {
        margin-left: 58.33333%;
    }

    .offset-xxl-8 {
        margin-left: 66.66667%;
    }

    .offset-xxl-9 {
        margin-left: 75%;
    }

    .offset-xxl-10 {
        margin-left: 83.33333%;
    }

    .offset-xxl-11 {
        margin-left: 91.66667%;
    }

    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }

    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }

    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }

    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }

    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }

    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }

    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }

    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }

    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }

    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }

    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }

    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }

    .g-xxl-6,
    .gx-xxl-6 {
        --bs-gutter-x: 4rem;
    }

    .g-xxl-6,
    .gy-xxl-6 {
        --bs-gutter-y: 4rem;
    }

    .g-xxl-7,
    .gx-xxl-7 {
        --bs-gutter-x: 6rem;
    }

    .g-xxl-7,
    .gy-xxl-7 {
        --bs-gutter-y: 6rem;
    }

    .g-xxl-8,
    .gx-xxl-8 {
        --bs-gutter-x: 8rem;
    }

    .g-xxl-8,
    .gy-xxl-8 {
        --bs-gutter-y: 8rem;
    }

    .g-xxl-9,
    .gx-xxl-9 {
        --bs-gutter-x: 10rem;
    }

    .g-xxl-9,
    .gy-xxl-9 {
        --bs-gutter-y: 10rem;
    }

    .g-xxl-10,
    .gx-xxl-10 {
        --bs-gutter-x: 12rem;
    }

    .g-xxl-10,
    .gy-xxl-10 {
        --bs-gutter-y: 12rem;
    }

    .g-xxl-11,
    .gx-xxl-11 {
        --bs-gutter-x: 14rem;
    }

    .g-xxl-11,
    .gy-xxl-11 {
        --bs-gutter-y: 14rem;
    }

    .g-xxl-12,
    .gx-xxl-12 {
        --bs-gutter-x: 16rem;
    }

    .g-xxl-12,
    .gy-xxl-12 {
        --bs-gutter-y: 16rem;
    }
}

.block-chart-top {
    flex-shrink: 0;
}

@media screen and (max-width: 1300px) {
    .block-chart-wrap{
        flex-wrap: wrap;
    }
    .block-chart-top {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .card.js_licence_block .dl-horizontal dt {
        width: 100%;
    }

    .card.js_licence_block .dl-horizontal dd {
        margin-left: 0;
    }

    .js_report_menu_item {
        display: none;
    }
}

@media screen and (max-width: 680px) {
    .table-responsive {
        overflow-x: auto;
    }

    .card-body.table-responsive {
        padding-left: 5px;
        padding-right: 5px;
    }

    .js_table_licence_history .card-body {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tooltip-ic {
        display: none;
    }

    .__mob-mb-0 {
        margin-bottom: 0px !important;
    }

    .custom-dashboard canvas {
        padding-top: 0px;
    }

    .chart {
        background-color: #ffffff;
        padding-top: 20px;
        margin-bottom: 15px;
    }
}

@media (min-width: 576px) {
    .js-licences-block .card-header {
        display: block;
    }
}

.simple-block {
    color: #6379F4;;
    margin: 0rem 0.4rem;
    line-height: 1.1;
}
.simple-block-val {
    color: #212529;
}
