﻿:root {
    --primary-color: #d22630;
    --primary-color-dark: #a81e26;
    --LinearColor: linear-gradient(180deg, #d22630 10%, #a81e26 100%);
}

html {
    font-size: 14px;
}
td a {
    text-decoration: none !important;
    color: black !important;
}
td i {
    text-decoration: none !important;
    color: #d22630 !important;
    font-size: 19px;
}
.CustomUploadButton {
    background-color: #d22630;
    border: none;
    color: white;
    padding: 8px;
    margin-left:20px;
    cursor: pointer;
    font-size: 13px;
    border-radius: 5px;
    width: 100px;
}
.loaderBackground {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
	.newtooltip {
		display: inline-block;
		transition: transform 0.3s ease;
	}

        .newtooltip .tooltiptext {
            visibility: hidden; /* Hidden by default */
            background-color: gray; /* Tooltip background color */
            color: #fff; /* Tooltip text color */
            text-align: center; /* Center align text */
            border-radius: 6px; /* Rounded corners */
            font-size: 14px; /* Font size */
            padding: 5px; /* Padding around text */
            z-index: 1; /* Ensure tooltip is on top of other content */
            bottom: 100%; /* Position tooltip above the checkbox */
            left: 50%; /* Center horizontally */
            transform: translateX(-50%); /* Center horizontally */
            margin-bottom: 5px; /* Space between the checkbox and tooltip */
        }

		.newtooltip:hover .tooltiptext {
			visibility: visible;
		}
.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #d22630;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
#loadingOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}


.loading-text {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}
.FileNameBezoekrapport {
    min-width: 400px;
    max-width: 400px;
}
/* Dropdown Button */
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
.filelistBezoekrapport {
    list-style-type: "🗎  ";
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        font-size:13px;

        display: block;
    }
    .dropdown-content i {
        margin-right:10px;
    }
        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #ddd;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}
.EmailListItems{
    max-height:50px;
    overflow-y:auto;

}
    .EmailListItems ul {
        list-style: none;
        vertical-align: middle;
        padding: 0;
        margin-top: 0.5em;
        display: inline-block;
    }
    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }


.select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    position: relative;
}
    .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
        position: absolute;
        top: 0;
        left: 0;
        height: 22px;
        width: 22px;
        margin: 0;
        text-align: center;
        color: #e74c3c;
        font-weight: bold;
        font-size: 16px;
    }
    .CustomRemoveButton {
    background-color: #d22630;
    border: none;
    color: white;
    padding: 8px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 12px;
    border-radius: 5px;
    width: 75px;
    text-decoration: none !important;
    height: 30px;
    transition: transform .2s; /* Animation */
}
    .CustomRemoveButton:hover {
        color: white;
    }
    .xpagination {
        margin-bottom: 10px;
    }
#cropButton {
    display: none;
}
.image-edit-container {
    position: relative;
    display: inline-block; /* Or 'block' depending on your layout */
}
.edit-icon-ImageProfile {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    color: #333; /* Icon color */
    font-size: 24px; /* Icon size */
    padding: 5px;
    border-radius: 50%; /* Circular background for the icon */
    display: none; /* Hide by default */
}
.deleteimagebutton {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7); /* Semi-transparent white background */
    font-size: 24px; /* Icon size */
    padding: 5px;
    border-radius: 50%; /* Circular background for the icon */
    display: none;
}
    .deleteimagebutton i {
        color: red;
    }
    .image-edit-container:hover .edit-icon-ImageProfile {
        display: block; /* Show icon on hover */
        cursor: pointer;
    }
.image-edit-container:hover .deleteimagebutton {
    display: block; /* Show icon on hover */
    cursor: pointer;
}
.btn {
    background-color: rgba(210, 38, 48, 0.95);
    color: #fff;
}

.btn:hover {
    background-color: #a81e26;
    color: #fff;
}
.customlogodiv {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (min-width: 481px) {
    html {
        font-size: 16px;
    }
    .filterbox{
        display:none;
    }
    .filter-header{
        display:none;
    }
    .filter-footer{
        display:none;
    }
    .customlogodiv img {
        width: 150px;
    }
    .ProfilePictureTopRight {
        width: 50px;
        border-radius: 50%
    }
    .StatussenDIV {
        font-size: 25px;

    }
    .StatussenDIV a {
        margin: 5px;
    }
    .ContainerTopRight {
    }

    .ImageContainerTopRight {
        float: left;
        margin-right: 10px;
    }

    .ItemsInline {
        float: right;
    }
    .tablex tbody tr:hover {
        box-shadow: 0px 9px 4px -6px grey;
    }

        .tablex tbody tr:hover td {
            cursor: pointer;
            border-top: 0.5px solid grey;
            border-bottom: 0.5px solid grey;
        }

    .MobileSidebar {
        display: none;
    }


    .dasboardCustomer {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto 1fr;
        max-width: 1400px;
        background-color: white;
        margin: 1% 0;
        gap: 10px; /* Space between grid items */

        height: 85vh;
        border-radius: 15px;
    }

    .letterboxsearch {
        height: 20px;
    }

    .topbar {
        height: 4.375rem;
        margin-bottom: 1.5rem !important;
    }

    .EmptyButton:hover {
        background-color: var(--primary-color);
	color:white;
    }

    .sidebar {
        min-height: 100%;
        width: 14rem !important;

    }

    .navbars {
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        min-height: 100%;
        list-style: none;


    }

    .sidebar .sidebar-brand {
        height: 4.375rem;
        text-decoration: none;
        font-size: 1rem;
        font-weight: 800;
        padding: 1.5rem 1rem;
        text-align: center;
        text-transform: uppercase;
        letter-spacing: 0.05rem;
        z-index: 1;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .sidebar{
        display:none;
    }
    .customlogodiv img {
        width: 75px;
    }
    .container-xxl {
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .ProfilePictureTopRight {
        width: 40px;
        border-radius: 50%
    }
    .logoutclass i{
        font-size: 18px;
    }    
    .ContainerTopRight {
        position: absolute;
        left: 10px;
    }
    .FilterPanelBoxed {
        display:none;
        position: fixed;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 999;
        background-color: white;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
        transition: bottom 0.3s ease-in-out; /* Smooth slide-up transition */
    }
    .filter-content {
        padding: 15px;
    }
    #datefilter {
        display:none;
    }
    .searchbox, .letterboxsearch, .filterpanel, .filterpanel .form-select {
        margin: 0px 0px 10px 0px !important;
    }
    .checkmark-btn{
        margin:0px 0px !important;
    }
    .FilterPanelBoxfilterpanel select{
        margin-bottom:10px;
    }
    .searchbox{
        display:block !important;
    }
    .searchbox .spantaantal, .AddRelatieDiv {
        display: none;
    }
    .filter-footer {
        padding: 15px;
        border-top: 1px solid #ccc;
        text-align: right;
        display: flex;
        justify-content: space-between;
    }
    .filter-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px;
        border-bottom: 1px solid #ccc;
    }
    .filterbox {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap:20px;
    }
    .filterpanel{
        display:inline !important;
    }
    .ImageContainerTopRight {
        float: left;
        margin-right: 30px;
    }
    .ItemsInline {
        float: right;
    }
    .MobileSidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1000;
        will-change: transform;
        transform: translateZ(0);
        display: flex;
        overflow-x: auto;
        overflow-y: hidden;
        height: 50px;
        box-shadow: 0 -2px 5px -2px #333;
        vertical-align: middle

    }
    .nav-item span {
        display: none;
    }

    #sidebarToggleTop {
        display: none;
    }
    .nav-link {
        font-size: 11px;
        text-wrap: pretty;
    }

    .topbar {
        height: 50px;
        margin-bottom: 5px;
    }

    .navbars {
        flex-grow: 1;
        text-align: center;
        font-size: 12px;
        display: flex;
        justify-content: space-evenly;
        list-style-type: none;
        height: 50px;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
    }
        .navbars i {
            font-size: 20px;
        }
    .nav-item {
        vertical-align: middle;
    }
    .sidebar-heading {
        display: none;
    }

    .sidebar-divider {
        display: none;
    }

    .sidebar-brand {
        display: none !important;
    }

    .dasboardCustomer {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 50px 1fr;
        background-color: white;
        margin: 1% 0;
        max-height: calc(100vh - 110px);
    }

    .KlantenScherm {
        max-height: 560px;
        padding-bottom: 2em;
    }
}

@media (max-width: 768px) {
    .tablex {
        margin-bottom: 0;
        background-color: transparent;
    }

    .letterbutton {
        margin: 5px;
    }

    .shadowContainer img {
        width: 200px !important;
        float: left !important;
    }

    .letterboxsearch, .FilterPanelBoxletterboxsearch {
        overflow-y: scroll;
        height: 40px;
    }

    .tablex thead {
        position: absolute;
        left: -9999px;
        overflow: hidden;
        width: 0px;
        height: 0px;
    }

    .tablex tr, td, th, thead, tbody, table {
        display: block;
    }

    .tablex tbody tr td {
        text-align: right;
    }

    .tablex tbody tr {
        margin-bottom: 1.6rem;
        padding-bottom:10px;
        border-bottom: 1px solid;
    }

        .tablex tbody tr td::before {
            float: left;
            font-weight: bold;
        }

        .tablex tbody tr td::before {
            content: attr(data-title);
        }

        .tablex tbody tr td:last-child {
            display: none
        }
}

.add-to-cookie {
    background-color: transparent;
    border: 0;
}

.FormCustom {
    margin: 5%;
    padding: 2%;
    background-color: white;
}

.selected-button {
    background-color: var(--primary-color) !important;
	color: white !important;
}

.EmptyButton {
    background-color: transparent;
    border: 0;
    color: black;
}

.easycustombutton {
    width: 15rem;
    height: 2rem;
    border-radius: 1rem;
    border-color: var(--primary-color);
    background: var(--primary-color);
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s ease;
    color: white;
}

.letterboxsearch {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 20px;
    text-align: center;
}

.letterbutton {
    width: 30px;
    height: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


.searchButton i {
    color: #d22630;
}


.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.card-header {
    background-color: rgba(210, 38, 48, 0.95);
    color: #ffffff;
}

.wrapper{
    background-color: white;
    padding:20px;
    border-radius:10px;

}
.dasboardHeaderCustomer {
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1500px;
    background-color: white;
    margin: 1% 0;
    max-height: 1000px;
}

.marginauto {
    margin: 0px 0px 20px 0;
}

.dattablediv {
    overflow-y: auto;
    margin: 0px 20px;
}
.searchbox {
    display: grid;
    grid-template-columns: 1fr auto auto; /* Adjusted to accommodate the new button */
    gap: 10px; /* Space between grid items */
    align-items: center; /* Center items vertically in their grid cells */
    margin: 10px 20px;
}
.searchTerm input {
    width: 100%;
    border: none;
}
    .searchTerm input:focus {
        outline: none;
    }

.searchTerm {
    display: flex;
    border: 1px solid var(--primary-color);
    padding: 5px;
    border-radius: 4px;
}
.searchbox .AddRelatieDiv {
    justify-self: end; /* Aligns the item to the end of its grid cell */
}
.customerTable {
    table-layout: fixed;
    width: 100%;
    margin-top: 10px;
}

    .customerTable th {
        position: sticky;
        top: 0;
        background-color: white;
    }

.shadowbox {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.tag-box{
    display:flex;   
align-items:center;
}
.tag-box ul {
    display: flex;
    padding: 0;
}
.tag-box  li{
    list-style: none;
    border-radius: 5px;
    background: rgba(210, 38, 48, 0.90);
    color: white;
    padding: 5px 8px 5px 10px;
    border: 1px solid #e3d1e1;
    margin-right: 1em;
}
.tag-box .litplussign {
    list-style: none;
    border-radius: 5px;
    padding: 5px 8px 5px 10px;
}
.tag-box ul li i {
    display:none;
    
}
dt, dd {
    display: inline-block;
}
.tag-box .CustomForm {
    outline: none;
    cursor: pointer;
    border-radius: 0.25em;
}
#addklantgroepdiv{
    display:none;
}


.tag-box ul li:hover i {
    font-size: 12px;
    margin-left: 8px;
    cursor: pointer;
    display: inline;
}
.filterpanel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 50px;
}
.AddOptionCustomerGroep{
    display:flex;
    align-items:center;
    justify-content:center;

}
.AddOptionStatusKlantBox {
    display: flex;
    align-items: center;
    justify-content: center;
    display:none;
}
    .AddOptionStatusKlantBox i {
        font-size: 20px;
        cursor: pointer;
    }
.AddOptionVertegenwoordiger {
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

    .AddOptionVertegenwoordiger i {
        font-size: 20px;
        cursor: pointer;
    }
.AddOptionCustomerGroep i {
    font-size: 20px;
    cursor: pointer;
}

.filterpanel .form-select {
    margin: 0px 20px;
}
    .Customtile {
        width: 160px;
        height: 180px;
        border-radius: 10px;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin-top: 20px;
        margin-left: 20px;
    }

    .Customtile.tablex {
        width: 1400px;
        height: 400px;
    }

.tablex tr {
    cursor: pointer;
}



.CustomerTile {
    width: auto;
    height: 400px;
    border-radius: 10px;
    padding: 4px 0px 0px 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.shadowContainer {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin: 20px auto;
    padding: 20px;
}

    .shadowContainer img {
        width: 500px;
        top: 0;
        float: right;
    }



.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}





a:focus {
    outline: none;
}

#wrapper {
    display: flex;
    min-height: 100vh;
    background-color: #f8f9fc;
}

    #wrapper #content-wrapper {
        background-color: #f8f9fc;
        width: 100%;
        overflow: hidden
    }

        #wrapper #content-wrapper #content {
            flex: 1 0 auto;
        }

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

    .navbar-expand .navbar-nav .dropdown-menu {
        position: absolute;
    }

    .navbar-expand .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.animated--grow-in, .sidebar .nav-item .collapse {
    -webkit-animation-name: growIn;
    animation-name: growIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
}

.logoutclass {
    background-color: transparent;
    border: 0;
    font-size: 25px;
    margin-left: 25px;
    color: black;
}

.text-gray-100 {
    color: gray;
}

.CustomSelectPagination {
    padding: 1px;
    width: 75px;
    color: black;
    font-size: 13px;
    border: 1px solid black;
    border-radius: 0.25em;
    padding: 0.25em 0.5em;
    background: #fff;
}


@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.animated--fade-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 200ms;
    animation-duration: 200ms;
    -webkit-animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
    animation-timing-function: opacity cubic-bezier(0, 1, 0.4, 1);
}

.bg-gradient-primary {
    background-color: #d22630;
    background-image: linear-gradient(180deg, #d22630 10%, #a81e26 100%);
    background-size: cover;
}

.navbar {
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
}


.icon-circle {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-left-primary {
    border-left: 0.25rem solid #4e73df !important;
}

.border-bottom-primary {
    border-bottom: 0.25rem solid #4e73df !important;
}

.border-left-secondary {
    border-left: 0.25rem solid #858796 !important;
}

.border-bottom-secondary {
    border-bottom: 0.25rem solid #858796 !important;
}

.border-left-success {
    border-left: 0.25rem solid #1cc88a !important;
}

.border-bottom-success {
    border-bottom: 0.25rem solid #1cc88a !important;
}

.border-left-info {
    border-left: 0.25rem solid #36b9cc !important;
}

.border-bottom-info {
    border-bottom: 0.25rem solid #36b9cc !important;
}

.border-left-warning {
    border-left: 0.25rem solid #f6c23e !important;
}

.border-bottom-warning {
    border-bottom: 0.25rem solid #f6c23e !important;
}

.border-left-danger {
    border-left: 0.25rem solid #e74a3b !important;
}

.border-bottom-danger {
    border-bottom: 0.25rem solid #e74a3b !important;
}

.border-left-light {
    border-left: 0.25rem solid #f8f9fc !important;
}

.border-bottom-light {
    border-bottom: 0.25rem solid #f8f9fc !important;
}

.border-left-dark {
    border-left: 0.25rem solid #5a5c69 !important;
}

.border-bottom-dark {
    border-bottom: 0.25rem solid #5a5c69 !important;
}

.progress-sm {
    height: .5rem;
}

.rotate-15 {
    transform: rotate(15deg);
}

.rotate-n-15 {
    transform: rotate(-15deg);
}

.dropdown .dropdown-menu {
    font-size: 0.85rem;
}

    .dropdown .dropdown-menu .dropdown-header {
        font-weight: 800;
        font-size: 0.65rem;
        color: #b7b9cc;
    }

.dropdown.no-arrow .dropdown-toggle::after {
    display: none;
}

.sidebar .nav-item.dropdown .dropdown-toggle::after,
.topbar .nav-item.dropdown .dropdown-toggle::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: '\f105';
    font-family: 'Font Awesome 5 Free';
}

.sidebar .nav-item.dropdown.show .dropdown-toggle::after,
.topbar .nav-item.dropdown.show .dropdown-toggle::after {
    content: '\f107';
}

.sidebar .nav-item .nav-link,
.topbar .nav-item .nav-link {
    position: relative;
}

    .sidebar .nav-item .nav-link .badge-counter,
    .topbar .nav-item .nav-link .badge-counter {
        position: absolute;
        transform: scale(0.7);
        transform-origin: top right;
        right: .25rem;
        margin-top: -.25rem;
    }

    .sidebar .nav-item .nav-link .img-profile,
    .topbar .nav-item .nav-link .img-profile {
        height: 2rem;
        width: 2rem;
    }



.topbar #sidebarToggleTop {
    height: 2.5rem;
    width: 2.5rem;
}

    .topbar #sidebarToggleTop:hover {
        background-color: #eaecf4;
    }

    .topbar #sidebarToggleTop:active {
        background-color: #dddfeb;
    }

.topbar .navbar-search {
    width: 25rem;
}

    .topbar .navbar-search input {
        font-size: 0.85rem;
        height: auto;
    }

.topbar .topbar-divider {
    width: 0;
    border-right: 1px solid #e3e6f0;
    height: calc(4.375rem - 2rem);
    margin: auto 1rem;
}

.topbar .nav-item .nav-link {
    height: 4.375rem;
    display: flex;
    align-items: center;
    padding: 0 0.75rem;
}

    .topbar .nav-item .nav-link:focus {
        outline: none;
    }

.topbar .nav-item:focus {
    outline: none;
}

.topbar .dropdown {
    position: static;
}

    .topbar .dropdown .dropdown-menu {
        width: calc(100% - 1.5rem);
        right: 0.75rem;
    }

.topbar .dropdown-list {
    padding: 0;
    border: none;
    overflow: hidden;
}

    .topbar .dropdown-list .dropdown-header {
        background-color: #4e73df;
        border: 1px solid #4e73df;
        padding-top: 0.75rem;
        padding-bottom: 0.75rem;
        color: #fff;
    }

    .topbar .dropdown-list .dropdown-item {
        white-space: normal;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        border-left: 1px solid #e3e6f0;
        border-right: 1px solid #e3e6f0;
        border-bottom: 1px solid #e3e6f0;
        line-height: 1.3rem;
    }

        .topbar .dropdown-list .dropdown-item .dropdown-list-image {
            position: relative;
            height: 2.5rem;
            width: 2.5rem;
        }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image img {
                height: 2.5rem;
                width: 2.5rem;
            }

            .topbar .dropdown-list .dropdown-item .dropdown-list-image .status-indicator {
                background-color: #eaecf4;
                height: 0.75rem;
                width: 0.75rem;
                border-radius: 100%;
                position: absolute;
                bottom: 0;
                right: 0;
                border: 0.125rem solid #fff;
            }

        .topbar .dropdown-list .dropdown-item .text-truncate {
            max-width: 10rem;
        }

        .topbar .dropdown-list .dropdown-item:active {
            background-color: #eaecf4;
            color: #3a3b45;
        }

@media (min-width: 576px) {
    .topbar .dropdown {
        position: relative;
    }

        .topbar .dropdown .dropdown-menu {
            width: auto;
            right: 0;
        }

    .topbar .dropdown-list {
        width: 20rem !important;
    }

        .topbar .dropdown-list .dropdown-item .text-truncate {
            max-width: 13.375rem;
        }
}

.topbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }

    .topbar.navbar-dark .navbar-nav .nav-item .nav-link:active {
        color: #fff;
    }

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #d1d3e2;
}

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
        color: #b7b9cc;
    }

    .topbar.navbar-light .navbar-nav .nav-item .nav-link:active {
        color: #858796;
    }

.sidebar .nav-item {
    text-align: center;
    margin: 0px 10px;
    transition: 0.3s;
}
.sidebar .nav-item.active{
    background-color: var(--primary-color-dark);
    border-radius:10px;
}
    .sidebar .nav-item:hover {
        background-color: var(--primary-color-dark);
        border-radius: 10px;
    }


    .sidebar .nav-item:last-child {
        margin-bottom: 1rem;
    }

    .sidebar .nav-item .nav-link {
        text-align: center;
        padding: 0.75rem 1rem;
        width: 6.5rem;
    }

        .sidebar .nav-item .nav-link span {
            font-size: 0.65rem;
            display: block;
        }

    .sidebar .nav-item.active .nav-link {
        font-weight: 700;
    }

    .sidebar .nav-item .collapse {
        position: absolute;
        left: calc(6.5rem + 1.5rem / 2);
        z-index: 1;
        top: 2px;
    }

        .sidebar .nav-item .collapse .collapse-inner {
            border-radius: 0.35rem;
            box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
        }

    .sidebar .nav-item .collapsing {
        display: none;
        transition: none;
    }

        .sidebar .nav-item .collapse .collapse-inner,
        .sidebar .nav-item .collapsing .collapse-inner {
            padding: .5rem 0;
            min-width: 10rem;
            font-size: 0.85rem;
            margin: 0 0 1rem 0;
        }

            .sidebar .nav-item .collapse .collapse-inner .collapse-header,
            .sidebar .nav-item .collapsing .collapse-inner .collapse-header {
                margin: 0;
                white-space: nowrap;
                padding: .5rem 1.5rem;
                text-transform: uppercase;
                font-weight: 800;
                font-size: 0.65rem;
                color: #b7b9cc;
            }

            .sidebar .nav-item .collapse .collapse-inner .collapse-item,
            .sidebar .nav-item .collapsing .collapse-inner .collapse-item {
                padding: 0.5rem 1rem;
                margin: 0 0.5rem;
                display: block;
                color: #3a3b45;
                text-decoration: none;
                border-radius: 0.35rem;
                white-space: nowrap;
            }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-item:hover {
                    background-color: #eaecf4;
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item:active,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-item:active {
                    background-color: #dddfeb;
                }

                .sidebar .nav-item .collapse .collapse-inner .collapse-item.active,
                .sidebar .nav-item .collapsing .collapse-inner .collapse-item.active {
                    color: #4e73df;
                    font-weight: 700;
                }

.sidebar #sidebarToggle {
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    cursor: pointer;
}

    .sidebar #sidebarToggle::after {
        font-weight: 900;
        content: '\f104';
        font-family: 'Font Awesome 5 Free';
        margin-right: 0.1rem;
    }

    .sidebar #sidebarToggle:hover {
        text-decoration: none;
    }

    .sidebar #sidebarToggle:focus {
        outline: none;
    }

.sidebar.toggled {
    width: 0 !important;
    overflow: hidden;
}

    .sidebar.toggled #sidebarToggle::after {
        content: '\f105';
        font-family: 'Font Awesome 5 Free';
        margin-left: 0.25rem;
    }

    .sidebar.toggled .sidebar-card {
        display: none;
    }



.sidebar .sidebar-brand .sidebar-brand-icon img {
    width: 50px;
}

.sidebar .sidebar-brand .sidebar-brand-text {
    display: none;
}

.sidebar hr.sidebar-divider {
    margin: 0 1rem 1rem;
}

.sidebar .sidebar-heading {
    text-align: center;
    padding: 0 1rem;
    font-weight: 800;
    font-size: 0.65rem;
}

.sidebar .sidebar-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 0.875rem;
    border-radius: 0.35rem;
    color: rgba(255, 255, 255, 0.8);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
    padding: 1rem;
    background-color: rgba(0, 0, 0, 0.1);
}

    .sidebar .sidebar-card .sidebar-card-illustration {
        height: 3rem;
        display: block;
    }

    .sidebar .sidebar-card .sidebar-card-title {
        font-weight: bold;
    }

    .sidebar .sidebar-card p {
        font-size: 0.75rem;
        color: rgba(255, 255, 255, 0.5);
    }

@media (min-width: 768px) {


        .sidebar .nav-item .collapse {
            position: relative;
            left: 0;
            z-index: 1;
            top: 0;
            -webkit-animation: none;
            animation: none;
        }

            .sidebar .nav-item .collapse .collapse-inner {
                border-radius: 0;
                box-shadow: none;
            }

        .sidebar .nav-item .collapsing {
            display: block;
            transition: height 0.15s ease;
        }

        .sidebar .nav-item .collapse,
        .sidebar .nav-item .collapsing {
            margin: 0 1rem;
        }

        .sidebar .nav-item .nav-link {
            display: block;
            width: 100%;
            text-align: left;
            padding: 1rem;
            width: 14rem;
        }

            .sidebar .nav-item .nav-link i {
                font-size: 0.85rem;
                margin-right: 0.25rem;
            }

            .sidebar .nav-item .nav-link span {
                font-size: 0.85rem;
                display: inline;
                text-align:center;
            }

            .sidebar .nav-item .nav-link[data-toggle="collapse"]::after {
                width: 1rem;
                text-align: center;
                float: right;
                vertical-align: 0;
                border: 0;
                font-weight: 900;
                content: '\f107';
                font-family: 'Font Awesome 5 Free';
            }

            .sidebar .nav-item .nav-link[data-toggle="collapse"].collapsed::after {
                content: '\f105';
            }

        .sidebar .sidebar-brand .sidebar-brand-icon i {
            font-size: 2rem;
        }

        .sidebar .sidebar-brand .sidebar-brand-text {
            display: inline;
        }

        .sidebar .sidebar-heading {
            text-align: left;
        }

        .sidebar.toggled {
            overflow: visible;
            width: 6.5rem !important;
        }

            .sidebar.toggled .nav-item .collapse {
                position: absolute;
                left: calc(6.5rem + 1.5rem / 2);
                z-index: 1;
                top: 2px;
                -webkit-animation-name: growIn;
                animation-name: growIn;
                -webkit-animation-duration: 200ms;
                animation-duration: 200ms;
                -webkit-animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
                animation-timing-function: transform cubic-bezier(0.18, 1.25, 0.4, 1), opacity cubic-bezier(0, 1, 0.4, 1);
            }

                .sidebar.toggled .nav-item .collapse .collapse-inner {
                    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
                    border-radius: 0.35rem;
                }

            .sidebar.toggled .nav-item .collapsing {
                display: none;
                transition: none;
            }

            .sidebar.toggled .nav-item .collapse,
            .sidebar.toggled .nav-item .collapsing {
                margin: 0;
            }

            .sidebar.toggled .nav-item:last-child {
                margin-bottom: 1rem;
            }

            .sidebar.toggled .nav-item .nav-link {
                text-align: center;
                padding: 0.75rem 1rem;
                width: 6.5rem;
            }

                .sidebar.toggled .nav-item .nav-link span {
                    font-size: 0.65rem;
                    display: block;
                }

                .sidebar.toggled .nav-item .nav-link i {
                    margin-right: 0;
                }

                .sidebar.toggled .nav-item .nav-link[data-toggle="collapse"]::after {
                    display: none;
                }

            .sidebar.toggled .sidebar-brand .sidebar-brand-icon i {
                font-size: 2rem;
            }

            .sidebar.toggled .sidebar-brand .sidebar-brand-text {
                display: none;
            }

            .sidebar.toggled .sidebar-heading {
                text-align: center;
            }
}

.sidebar-light .sidebar-brand {
    color: #6e707e;
}

.sidebar-light hr.sidebar-divider {
    border-top: 1px solid #eaecf4;
}

.sidebar-light .sidebar-heading {
    color: #b7b9cc;
}

.sidebar-light .nav-item .nav-link {
    color: #858796;
}

    .sidebar-light .nav-item .nav-link i {
        color: #d1d3e2;
    }

    .sidebar-light .nav-item .nav-link:active, .sidebar-light .nav-item .nav-link:focus, .sidebar-light .nav-item .nav-link:hover {
        color: #6e707e;
    }

        .sidebar-light .nav-item .nav-link:active i, .sidebar-light .nav-item .nav-link:focus i, .sidebar-light .nav-item .nav-link:hover i {
            color: #6e707e;
        }

    .sidebar-light .nav-item .nav-link[data-toggle="collapse"]::after {
        color: #b7b9cc;
    }

.sidebar-light .nav-item.active .nav-link {
    color: #6e707e;
}

    .sidebar-light .nav-item.active .nav-link i {
        color: #6e707e;
    }

.sidebar-light #sidebarToggle {
    background-color: #eaecf4;
}

    .sidebar-light #sidebarToggle::after {
        color: #b7b9cc;
    }

    .sidebar-light #sidebarToggle:hover {
        background-color: #dddfeb;
    }

.sidebar-dark .sidebar-brand {
    color: #fff;
}

.sidebar-dark hr.sidebar-divider {
    border-top: 2px solid #ffff;
}

.sidebar-dark .sidebar-heading {
    color: rgba(255, 255, 255, 0.4);
}

.sidebar-dark .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.8);
}

    .sidebar-dark .nav-item .nav-link i {
        color: rgba(255, 255, 255, 0.3);
    }

    .sidebar-dark .nav-item .nav-link:active, .sidebar-dark .nav-item .nav-link:focus, .sidebar-dark .nav-item .nav-link:hover {
        color: #fff;
    }

        .sidebar-dark .nav-item .nav-link:active i, .sidebar-dark .nav-item .nav-link:focus i, .sidebar-dark .nav-item .nav-link:hover i {
            color: #fff;
        }

    .sidebar-dark .nav-item .nav-link[data-toggle="collapse"]::after {
        color: rgba(255, 255, 255, 0.5);
    }

.sidebar-dark .nav-item.active .nav-link {
    color: #fff;
}

    .sidebar-dark .nav-item.active .nav-link i {
        color: #fff;
    }

.sidebar-dark #sidebarToggle {
    background-color: rgba(255, 255, 255, 0.2);
}

    .sidebar-dark #sidebarToggle::after {
        color: rgba(255, 255, 255, 0.5);
    }

    .sidebar-dark #sidebarToggle:hover {
        background-color: rgba(255, 255, 255, 0.25);
    }

.sidebar-dark.toggled #sidebarToggle::after {
    color: rgba(255, 255, 255, 0.5);
}

.btn-circle {
    border-radius: 100%;
    height: 2.5rem;
    width: 2.5rem;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

    .btn-circle.btn-sm, .btn-group-sm > .btn-circle.btn {
        height: 1.8rem;
        width: 1.8rem;
        font-size: 0.75rem;
    }

    .btn-circle.btn-lg, .btn-group-lg > .btn-circle.btn {
        height: 3.5rem;
        width: 3.5rem;
        font-size: 1.35rem;
    }

.btn-icon-split {
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    align-items: stretch;
    justify-content: center;
}

    .btn-icon-split .icon {
        background: rgba(0, 0, 0, 0.15);
        display: inline-block;
        padding: 0.375rem 0.75rem;
    }

    .btn-icon-split .text {
        display: inline-block;
        padding: 0.375rem 0.75rem;
    }

    .btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
        padding: 0.25rem 0.5rem;
    }

    .btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
        padding: 0.5rem 1rem;
    }

    .btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
        padding: 0.5rem 1rem;
    }

.card .card-header .dropdown {
    line-height: 1;
}

    .card .card-header .dropdown .dropdown-menu {
        line-height: 1.5;
    }

.card .card-header[data-toggle="collapse"] {
    text-decoration: none;
    position: relative;
    padding: 0.75rem 3.25rem 0.75rem 1.25rem;
}



    .card .card-header[data-toggle="collapse"].collapsed {
        border-radius: 0.35rem;
    }

        .card .card-header[data-toggle="collapse"].collapsed::after {
            content: '\f105';
        }


.error:after {
    content: attr(data-text);
    position: absolute;
    left: 2px;
    text-shadow: -1px 0 #e74a3b;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim 2s infinite linear alternate-reverse;
}

@-webkit-keyframes noise-anim-2 {
    0% {
        clip: rect(16px, 9999px, 10px, 0);
    }

    5% {
        clip: rect(22px, 9999px, 29px, 0);
    }

    10% {
        clip: rect(6px, 9999px, 68px, 0);
    }

    15% {
        clip: rect(85px, 9999px, 95px, 0);
    }

    20% {
        clip: rect(65px, 9999px, 91px, 0);
    }

    25% {
        clip: rect(93px, 9999px, 68px, 0);
    }

    30% {
        clip: rect(10px, 9999px, 27px, 0);
    }

    35% {
        clip: rect(37px, 9999px, 25px, 0);
    }

    40% {
        clip: rect(12px, 9999px, 23px, 0);
    }

    45% {
        clip: rect(40px, 9999px, 18px, 0);
    }

    50% {
        clip: rect(19px, 9999px, 71px, 0);
    }

    55% {
        clip: rect(2px, 9999px, 35px, 0);
    }

    60% {
        clip: rect(16px, 9999px, 69px, 0);
    }

    65% {
        clip: rect(8px, 9999px, 65px, 0);
    }

    70% {
        clip: rect(30px, 9999px, 57px, 0);
    }

    75% {
        clip: rect(14px, 9999px, 4px, 0);
    }

    80% {
        clip: rect(39px, 9999px, 30px, 0);
    }

    85% {
        clip: rect(22px, 9999px, 35px, 0);
    }

    90% {
        clip: rect(58px, 9999px, 71px, 0);
    }

    95% {
        clip: rect(34px, 9999px, 90px, 0);
    }

    100% {
        clip: rect(67px, 9999px, 68px, 0);
    }
}

@keyframes noise-anim-2 {
    0% {
        clip: rect(16px, 9999px, 10px, 0);
    }

    5% {
        clip: rect(22px, 9999px, 29px, 0);
    }

    10% {
        clip: rect(6px, 9999px, 68px, 0);
    }

    15% {
        clip: rect(85px, 9999px, 95px, 0);
    }

    20% {
        clip: rect(65px, 9999px, 91px, 0);
    }

    25% {
        clip: rect(93px, 9999px, 68px, 0);
    }

    30% {
        clip: rect(10px, 9999px, 27px, 0);
    }

    35% {
        clip: rect(37px, 9999px, 25px, 0);
    }

    40% {
        clip: rect(12px, 9999px, 23px, 0);
    }

    45% {
        clip: rect(40px, 9999px, 18px, 0);
    }

    50% {
        clip: rect(19px, 9999px, 71px, 0);
    }

    55% {
        clip: rect(2px, 9999px, 35px, 0);
    }

    60% {
        clip: rect(16px, 9999px, 69px, 0);
    }

    65% {
        clip: rect(8px, 9999px, 65px, 0);
    }

    70% {
        clip: rect(30px, 9999px, 57px, 0);
    }

    75% {
        clip: rect(14px, 9999px, 4px, 0);
    }

    80% {
        clip: rect(39px, 9999px, 30px, 0);
    }

    85% {
        clip: rect(22px, 9999px, 35px, 0);
    }

    90% {
        clip: rect(58px, 9999px, 71px, 0);
    }

    95% {
        clip: rect(34px, 9999px, 90px, 0);
    }

    100% {
        clip: rect(67px, 9999px, 68px, 0);
    }
}

.error:before {
    content: attr(data-text);
    position: absolute;
    left: -2px;
    text-shadow: 1px 0 #4e73df;
    top: 0;
    color: #5a5c69;
    background: #f8f9fc;
    overflow: hidden;
    clip: rect(0, 900px, 0, 0);
    animation: noise-anim-2 3s infinite linear alternate-reverse;
}

footer.sticky-footer {
    padding: 2rem 0;
    flex-shrink: 0;
}

    footer.sticky-footer .copyright {
        line-height: 1;
        font-size: 0.8rem;
    }

body.sidebar-toggled footer.sticky-footer {
    width: 100%;
}
