body {
    font: 400 14px/28px "Poppins", sans-serif;
    background: #fcfcfc;
}

strong {
    font-weight: bolder;
}

hr {
    border-top: .5px solid #e7e7e7;
}

h2 {
    font-size: 30px;
    color: #3f3f3f !important;
    margin: 5px 0;
}

h3 {
    font-size: 25px;
    color: #3f3f3f !important;
    margin: 5px 0;
}

h4 {
    font-size: 16px;
    color: #3f3f3f !important;
    margin: 5px 0;
}

p {
    line-height: 1.5 !important;
}

.logo {
    width: 30vh;
    height: 100%;
}

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

.auth-change-button {
    color: #bebebe;
    margin-right: 20px;
    font-size: 20px;
}

.auth-change-button-active {
    color: white;
}

.error-input {
    border-bottom: 2px solid red !important;
}

input.login-input {
    background: white !important;
    border-radius: 10px !important;
    line-height: 0 !important;
    text-indent: 20px !important;
    border: none !important;
}

input, select.browser-default {
    background: #f9f9f969 !important;
    border-radius: 10px !important;
    text-indent: 20px !important;
    border: 1px solid #dddddd !important
}

input[type="date"] {
    text-indent: 8px !important;
}

input:focus, select:focus {
    box-shadow: 0 0 0 2px #DC641C !important;
}

.switch label input[type=checkbox]:checked + .lever {
    background-color: rgba(220, 100, 28, 0.5);
}

.switch label input[type=checkbox]:checked + .lever:after {
    background-color: #DC641C;
}

.btn-flat {
    font-family: "Poppins", sans-serif;
}

.btn {
    border-radius: 10px;
    text-transform: none;
    background: #DC641C;
    color: white;
    transition: 100ms;
}

.btn:focus {
    background: #DC641C;
}

.btn i, .btn-large i, .btn-small i, .btn-floating i, .btn-large i, .btn-small i, .btn-flat i {
    font-size: 16px;
}

.btn-flat {
    border-radius: 4px;
    text-transform: none;
}

.btn-flat.bg-primary {
    color: #fff;
    transition: 300ms;
}

.btn-flat.bg-primary:hover {
    transition: 300ms;
}

.btn:hover {
    background: rgb(175, 77, 23);
    transition: 100ms;
}

.card-btn:hover {
    cursor: pointer;
    background: #f8f8f8;
}

.forgot-text {
    line-height: 34px;
    text-decoration: underline;
}

.social-a-text {
    transition: 100ms;
}

.social-a-text:hover {
    transition: 100ms;
    font-size: 16px;
}

nav {
    background: transparent;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}

.sidenav {
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.sidenav .menu-title {
    text-indent: 52px;
    color: gray;
}

.sidenav li > a {
    font-size: 14px;
    color: #DC641C !important;
}

.sidenav li > a > i {
    font-size: 20px;
}

.sidenav li:not(:first-child) a {
    text-indent: 20px;
}

.sidenav li.active {
    background-color: unset !important;
}

.sidenav li.active a {
    background: #DC641C;
    color: #fff !important;
    margin-left: 32px; /* Add padding to the left */
    padding-left: 0 !important;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.sidenav li.active i {
    color: #fff !important;
}

.sidenav li.first-nav-item {
    margin-top: 70px
}

.sidenav li > .collapsible-header i {
    font-size: 14px;
    color: #DC641C !important;
}

.sidenav .collapsible-body li a, .sidenav.fixed .collapsible-body li a {
    background: #fff;
}

.slide-out-right {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    background-color: #fff;
    padding: 20px;
    box-sizing: border-box;
    overflow-y: auto;
    z-index: 9999;
}

.slide-out-right.open {
    transform: translateX(0%);
}

#slide-out-right-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(49, 143, 144, 0.25);
    z-index: 9998;
    display: none;
}

#settings-slide-out, #settings-slide-out-2 {
    width: 35%;
}

#settings-slide-out, #settings-slide-out-2 {
    width: 35%;
}

#settings-slide-out-3 {
    width: 50%;
}

#notifications-slide-out {
    width: 20%;
}

#nav-hr {
    width: 70%;
    height: 1px;
    background-color: #bdc6d3;
    border: none;
}

.card.top-border {
    border-top: 3px solid #DC641C;
    border-radius: 0 0 12px 12px;
}

.card {
    box-shadow: 0px 0px 12px 0px rgb(188 188 188 / 12%) !important;
    border-radius: 12px;
}

.modal {
    box-shadow: 0px 0px 12px 0px rgb(188 188 188 / 12%) !important;
    border-radius: 12px;
}

.modal-topper > .modal-footer {
    background: rgba(56, 53, 53, 0.8) !important;
    border: 0 !important;
}

.modal-footer a {
    color: white;
}

.modal-topper .modal-footer {
    top: 0 !important;
}

.modal-topper .modal-content {
    top: 50px !important;
}

.modal-topper .modal-title {
    margin-top: 10px !important;
    margin-left: 20px !important;
}

.modal-topper .modal-footer a {
    z-index: 9999 !important;
}

.table-shadow-wrapper {
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.table-border-radius-wrapper {
    border-radius: 12px;
    overflow: hidden;
}

.table-border-radius thead tr:first-child th:first-child {
    border-top-left-radius: 12px;
}

/* Round top-right corner of the last cell in the first row */
.table-border-radius thead tr:first-child th:last-child {
    border-top-right-radius: 12px;
}

table thead.table-header {
    background: #F9FAFB;
}

table thead.bottom-border {
    border-bottom: 2px solid #DC641C;
}

table.table-borderless tr {
    border: none !important;
}

table.table-bordered {
    border: 1px solid rgba(0, 0, 0, 0.12);
}

table.table-min-pad td, table.table-min-pad th {
    padding: 8px;
}

table.table-no-pad td, table.table-no-pad th {
    padding: 0 !important;
}

nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i {
    line-height: 40px !important;
}

.sidenav ul.collapsible li {
    text-indent: 35px;
}

nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    height: unset !important;
}

/* Only apply on screens bigger than 600px */
@media screen and (min-width: 600px) {
    .settings-card {
        min-height: 225px;
    }

    .settings-button-wrapper {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 12px;
    }
}

.user-overview-card {
    text-align: center;
}

.user-overview-card img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

div:where(.swal2-container) .swal2-select {
    max-width: 85% !important;
}

.swal2-confirm:focus {
    box-shadow: 0 0 0 3px rgba(220, 100, 28, 0.5) !important;
}

ul.stepper .step.active::before, ul.stepper .step.done::before {
    background: #DC641C !important;
}

ul.stepper .step .step-content .step-actions {
    justify-content: end !important;
}

.dropzone {
    background: white;
    border-radius: 8px;
    border: 2px dashed #DC641C;
    border-image: none;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropzone:hover {
    background: rgba(248, 248, 248, 0.5);
}

#workspace-table tr {
    border: none !important;
    transition: 100ms;
}

#workspace-table tr:hover {
    background: rgba(49, 143, 144, 0.05);
    cursor: pointer;
    transition: 100ms;
}

#workspace-table tr td {
    padding: 0 !important;
}

.workspace-user-image {
    width: 35px;
    height: 35px;
    margin-left: -10px;
    object-fit: cover;
    margin-top: 10px;
    transition: 100ms;
}

.workspace-notifications {
    width: 35px;
    height: 35px;
    padding-top: 4px;
    margin-left: -10px;
    z-index: 9999;
    position: sticky;
}

.active-workspace {
    background: rgba(49, 143, 144, 0.05);
}

.notifications-button {
    margin-top: -20px;
}

.modal-title {
    font-size: 25px;
    margin-top: 10px;
}

.material-tooltip {
    padding: 10px 8px;
    background-color: #DC641C;
    border-radius: 10px;
}

.active-social-account-icon {
    position: absolute;
    top: 15px;
    right: 15px;
}

.clock {
    transition: 100ms;
    border: 1px solid #DC641C;
    background: white;
    color: #DC641C;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 20px;
    margin-top: -10px;
}

.clock:hover {
    background: #DC641C;
    color: white;
    transition: 100ms;
}

.pause-button {
    margin-right: 10px;
}

[type="checkbox"] + span:not(.lever) {
    height: 15px !important;
}

.to-do-table tr td {
    padding: 0;
}

.past-time {
    border: 1px solid red !important;
    color: red !important;
}

.fc-col-header-cell-cushion {
    color: #484848;
}

.fc-daygrid-day-number {
    color: #484848;
}

.fc-button.fc-button-primary {
    background: #DC641C;
    border-color: #DC641C;
}

.fc-button.fc-button-primary:hover {
    background: #DC641C;
    border-color: #DC641C;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background: #DC641C;
    border-color: #DC641C;
}

.fc-toolbar-title {
    color: #484848;
}

.fc-col-header-cell {
    padding: 8px 0 !important;
}

.fc-theme-standard td, .fc-theme-standard th, .fc-theme-standard .fc-scrollgrid {
    border-color: #e1e1e1;
}

.fc .fc-daygrid-day.fc-day-today {
    background: unset;
}

.fc .fc-daygrid-day-top {
    flex-direction: unset;
}

.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #fff;
    background: #DC641C;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    margin: 5px 0 0 5px;
    text-align: center;
    line-height: 17px;
}

.fc-list-day-text, .fc-list-day-side-text {
    color: #484848;
}

/* Helper classes */
.relative {
    position: relative;
}

.flex {
    display: flex;
}

.flex-grow-1 {
    flex-grow: 1;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.absolute {
    position: absolute;
}

.bg-primary {
    background: #DC641C !important;
}

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

.vh100 {
    height: 100vh;
}

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

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

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

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

.mt-5 {
    margin-top: 5px;
}

.mt-7 {
    margin-top: 7px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-16 {
    margin-top: 16px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-35 {
    margin-top: 35px;
}

.mt-38 {
    margin-top: 38px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10vh {
    margin-top: 10vh;
}

.ml-min-10 {
    margin-left: -7px !important;
}

.full-width {
    width: 100%;
}

.full-height {
    height: 100%;
}

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

.ml-10 {
    margin-left: 10px;
}

.ml-5 {
    margin-left: 5px;
}

.mr-10 {
    margin-right: 10px;
}

.no-hover:hover {
    background: transparent !important;
}

.text-color {
    color: #3f3f3f !important;
}

.text-indent-20 {
    text-indent: 20px;
}

.no-pad {
    padding: 0 !important;
}

.no-marg {
    margin: 0 !important;
}

.circles-holder img {
    width: 50px;
    height: 50px;
}

.fs-10 {
    font-size: 10px;
}

.fs-11 {
    font-size: 11px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.pl-25 {
    padding-left: 25px !important;
}

.underlined {
    text-decoration: underline;
}

.underlined-hover:hover {
    text-decoration: underline;
}

.absolute {
    position: absolute;
}

.bottom {
    bottom: 0;
}

.preloader-overlay {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(34, 34, 34, 0.5);
    z-index: 999999999999999 !important;
}

.preloader-overlay .overlay__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.preloader-overlay .overlay__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preloader-overlay .spinner {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

.flex-row {
    display: flex;
    overflow-x: scroll;
    margin: 12px;
}

.flex-card {
    flex: none;
    margin-right: 1em;
    width: 350px;
}

.todo-board .card-title {
    padding: 12px;
    border-radius: 12px 12px 0 0;
}

.todo-board .card-content {
    padding: 12px 18px 20px 18px;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

.pr-25 {
    padding-left: 25px !important;
}

.pad-0 {
    padding: 0px !important;
}

.pad-5 {
    padding: 5px !important;
}

.pad-lr-10 {
    padding-left: 10px;
    padding-right: 10px;
}

.pt-4 {
    padding-top: 4px !important;
}

.pt-10 {
    padding-top: 10px !important;
}

.mr-20 {
    margin-right: 20px;
}

.pb-5 {
    padding-bottom: 5px !important;
}

.pb-10 {
    padding-bottom: 10px !important;
}

.p-12 {
    padding: 12px !important;
}

.clickable {
    cursor: pointer;
}

.align-top {
    vertical-align: top;
}

.p-5 {
    padding: 5px !important;
}

.p-6 {
    padding: 6px !important;
}

.p-10 {
    padding: 10px;
}

.border-rad-100 {
    border-radius: 100%;
}

.display-none {
    display: none;
}

.btn-outline {
    border-radius: 10px !important;
    border: 1px solid #DC641C !important;
    background: transparent !important;
    color: black !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 3px;
    padding-top: 3px;
    transition: 100ms;
}

.btn-outline:hover {
    transition: 100ms;
    color: white !important;
    background: #DC641C !important;
}

.btn-primary {
    color: #fff;
    background: #DC641C !important;
    text-align: center;
    border-radius: 12px;
}

.btn-delete {
    color: #fff;
    background: #c71717 !important;
    text-align: center;
    border-radius: 12px;
}

.big-btn {
    padding: 5px;
    height: unset;
}

.modal-title {
    padding-top: 5px;
    font-size: 20px;
}

.half-login-image {
    background-image: url("../img/mulders-half-login.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.input-size {
    padding-top: 4px;
    height: 43px;
}

.table-header {
    background: white !important;
    border-bottom: 2px solid #DC641C !important;
}

.paginationWrapper {
    width: 100%;
    text-align: right;
}

.pagination li.active {
    background: #DC641C;
    border-radius: 12px;
}

.paginationWrapper i {
    font-size: 16px !important
}

hr {
    display: block;
    border: 0;
    border-top: 2px solid #DC641C;
    margin: 1em 0;
    padding: 0;
}

.select-wrapper {
    display: none !important;
}

.badge {
    font-weight: 300 !important;
    font-size: 0.8rem !important;
    color: #fff !important;
    border-radius: 5px !important;
}

.badge.concept {
    background: #b0b0b0;
}

.badge.verzonden {
    background: #ffca28;
}

.badge.betaald {
    background: #66bb6a;
}

.badge.verlopen {
    background: #ef5350;
}

table td, table th {
    padding: 12px 5px;
}

.primary-color {
    background: #DC641C !important;
}

.ck-h-100 .ck-editor__editable {
    min-height: 100px;
}

.ck-h-200 .ck-editor__editable {
    min-height: 200px;
}

.ck-h-300 .ck-editor__editable {
    min-height: 300px;
}

.ck-h-400 .ck-editor__editable {
    min-height: 400px;
}

.ck-h-500 .ck-editor__editable {
    min-height: 500px;
}

.tabs .tab a {
    color: #DC641C;
    background: #fcfcfc;
}

.tabs .tab a:hover {
    background-color: #fcfcfc;
    color: #000;
}

.tabs .tab a.active {
    background-color: #DC641C;
    color: #fff;
}

.tabs .indicator {
    background-color: #DC641C;
}

.tabs .tab a:focus, .tabs .tab a:focus.active {
    background-color: #DC641C;
}

.small-modal {
    width: 28% !important;
}

.tasks-table-wrapper, .requests-table-wrapper {
    max-height: 295px;
    overflow-y: auto;
    width: 100%;
}

.service-status-circle {
    width: 25px;
    height: 25px;
    border-radius: 50px;
}

.item-row:nth-child(odd) {
    background-color: #f9f9f9;
}

#items-wrapper {
    border: 1px solid #f7f7f7;
}

.card-button {
    border-left: 0px solid #DC641C;
    transition: 200ms;

}

.card-button:hover {
    transition: 200ms;
    border-left: 10px solid #DC641C;
    cursor: pointer;
}

.item-image {
    border-radius: 12px;
    width: 100%;
    height: 200px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.upload-item-images {
    border: 1px solid #c0c0c0;
    height: 200px;
    border-radius: 12px;
}

.upload-item-images:hover {
    background: #fafafa;
}

.color-orange {
    color: #DC641C;
}

.text-justify {
    text-align: justify;
}

@media only screen and (max-width: 992px) {
    .modal {
        width: 100% !important;
        top: 0 !important;
        max-height: unset !important;
        height: 100vh !important;
        border-radius: unset !important;
    }

    ul.stepper .step:not(:last-of-type)::after {
        display: none !important;
    }

    ul.stepper .step .step-content {
        margin-left: unset !important;
        margin-right: unset !important;
    }
}

.btn-no-style {
    background: none !important;
    border: none !important;
    cursor: pointer;
}

.text-justify {
    text-align: justify !important;
}

.buttonHolders {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    background: #5b2c28;
    padding: 10px;
    border-radius: 5px;
}

.item-image:hover .buttonHolders {
    display: block;
}

.item-image {
    position: relative;
    cursor: pointer;
    background:#DC641C;
}

.item-image .fileName {
    color: white !important;
}

.buttonHolders a {
    color: white;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

.min-w-100 {
    min-width: 100px !important;
}

.height-500 {
    height: 400px !important;
    overflow-y: auto !important;
}
