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

main {
    margin-top: 65px;
}

#loader {
    position: fixed;
    z-index: 9999999 !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(94, 124, 173, 0.2);
}

#loader .spinner-border {
    width: 70px !important;
    height: 70px !important;
    position: relative;
    left: 48.5%;
    top: 40%;
}

.bg-ocean {
    background: #5e7cad;
}

.bg-delivery-today {
    background: rgba(244, 67, 54, 0.5);
}

.bg-delivery-tomorrow {
    background: rgba(255, 213, 79, 0.5);
}

.wrapper {
    min-height: 100vh;
}

/* font size */
.fw-38 {
    font-size: 38px;
}

.w-100 {
    width: 100% !important;
}

.form-control {
    /*border: unset !important;*/
    border: 1px solid #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    border-radius: 10px;
}

.form-control:focus {
    border: 1px solid #5e7cad !important;
}

.is-invalid {
    border: 2px solid #dc3545 !important;
}

.card-divider {
    border-bottom: 1px solid #eaeaea;
}

.input-group-text {
    border: unset !important;
}

.form-check-input:checked {
    background-color: #5e7cad !important;
    border-color: #5e7cad !important;
}

.swal2-confirm {
    background-color: #5e7cad;
}

.dashboardQuickActionBtn i {
    font-size: 32px;
    color: #5e7cad;
    padding-bottom: 8px;
}


.dashboardQuickActionBtn h4 {
    font-size: 18px;
    color: #080808;
    margin: 0;
}

.dashboardQuickActionBtn a {
    text-decoration: none;
}

/*Custom stepper csss*/
.accordion {
    --bs-accordion-bg: #ffffff !important;
}

.accordion-button:not(.collapsed) {
    color: #5e7cad !important;
}

.accordion-item {
    border: 0 !important;
}

.accordion button span.step {
    background-color: #E6EAF2;
    color: #5e7cad;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 12px;
    padding-top: 13px;
}

.accordion-button::after {
    background-image: unset !important;
}

/*end customer stepper*/


.br-12 {
    border-radius: 12px !important;
}

/* login form */
.loginForm {
    max-width: 500px;
    width: 100%;
}

.text-muted {
    color: #9a9ea1 !important;
    font-weight: bold;
}

tbody, td, tfoot, th, thead, tr {
    border-style: unset !important;
}

.text-black {
    color: #080808;
}

label {
    letter-spacing: 2px;
}

input {
    outline: unset !important;
    box-shadow: unset !important;
}

.no-underline {
    text-decoration: unset;
}

.underlined {
    text-decoration: underline;
}

.underline-hover:hover {
    text-decoration: underline;
    cursor: pointer;
}

.btn-ocean {
    background: #5e7cad !important;
    border: 1px solid #5e7cad !important;
    color: white !important;
}
.work-table tbody tr td {
    padding: unset !important;
}

.work-table .form-check {
    min-height: unset !important;
    padding-left: unset !important;
    margin-bottom: unset !important;
}

.work-table tbody tr td input[type="time"] {
    width: 100%;
    border: unset;
    padding: 10px 10px;
}

.icon-bg {
    width: 45px;
    height: 45px;
    background-color: #CBD5E4;
    border-radius: 50px;
    text-align: center;
}

.icon-bg.icon-bg-small {
    width: 25px;
    height: 25px;
    background-color: #CBD5E4;
    border-radius: 50px;
    text-align: center;
}

.icon-bg i {
    font-size: 20px;
    margin-top: 12px;
}


.icon-bg.icon-bg-small i {
    font-size: 12px;
    margin-top: 7px;
}

.btn-ocean1 {
    background: #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
    color: black;
}

.text-ocean {
    color: #5e7cad !important;
}

.appointmentLogsWrapper {
    max-height: 200px;
    overflow-y: scroll;
}

.userLogsWrapper {
    max-height: 675px;
    overflow-y: scroll;
}

.userLogsWrapper::-webkit-scrollbar, .emailTags::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.userLogsWrapper::-webkit-scrollbar-track, .emailTags::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
.userLogsWrapper::-webkit-scrollbar-thumb, .emailTags::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
.userLogsWrapper::-webkit-scrollbar-thumb:hover, .emailTags::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* table */
table thead tr th {
    font-size: 16px;
    font-weight: bold;
    padding: 1rem !important;
}

.basic-table thead tr th:first-child, .basic-table tbody tr td:first-child {
    padding-left: 1rem !important;
}

table.table thead tr th:first-child, table.table tbody tr td:first-child {
    padding-left: 50px !important;
}

table thead tr {
    border-bottom: 1px solid #F4F4F4 !important;
}

table tbody tr {
    border-bottom: 1px solid #F5F5F5 !important;
}

table.table tbody tr td {
    font-size: 14px;
    padding: 1rem !important;
}

table.table tbody tr td.no-bold {
    font-weight: normal;
}

.clickable {
    cursor: pointer;
}

.mailEditor .ck-content {
    height: 250px;
}

.menuBtn {
    font-size: 20px;
}

.gap-3 {
    gap: 12px;
}

.search {
    max-width: 100% !important;
    width: 400px !important;
    padding: 15px !important;
    background-color: #fafafa !important;
    border: 2px solid #fafafa !important
}

.search.search-icon {
    background: url("../img/search-icon.png") !important;
    background-repeat: no-repeat !important;
    background-size: 20px !important;
    background-position: 20px !important;
    padding-left: 50px !important;

}

.mutations-search {
    max-width: 100% !important;
    width: 400px !important;
    background-color: #fff !important;
}

.notification i {
    color: #a5a5a5;
    font-size: 30px;
}

.statusBadge {
    padding: 6px 12px;
    border-radius: 10px;
}

.statusBadge.concept {
    background-color: rgb(220, 220, 220);
}

.statusBadge.verzonden {
    background-color: #ffca28
}

.statusBadge.verlopen {
    background-color: #f44336
}

.statusBadge.gecrediteerd {
    background-color: rgba(244, 67, 54, 0.60)
}

.statusBadge.betaald {
    background-color: #81c784;
}

.stat {
    background: #e328af;
    color: white;
    font-size: 12px;
    width: 25px;
    height: 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    top: 0px;
    position: absolute;
    right: 0px;
    border: 3px solid white;
}

.emailTags {
    max-height: 380px;
    overflow-y: scroll;
}

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

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


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

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


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

.muted {
    color: #707070;
}

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

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

.card .my-5 {
    margin-top: 2rem !important;
}

body,
html {
    overflow-x: hidden;
    padding-right: 0 !important;
}

.table-holder {
    background-color: #f9f9f9;
    min-height: 100vh;
}

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

.modal-content {
    border: unset !important;
}

td {
    vertical-align: middle;
}

.btn-group button {
    border: unset;
    width: 100%;
    margin: 0 !important;
}

.modalBg {
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10;
    display: none;
}

.custom-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    max-width: 95%;
    width: 500px !important;
    padding: 50px 0 !important;
    transition: 0.2s;
    display: none;
}

.sidebar {
    background: white;
    border-radius: 0 !important;
}

.sidebar a {
    color: #A5A5A5 !important;
}

.sidebar a i {
    width: 35px;
    font-size: 23px;
    text-align: center;
    margin-right: 15px;
}

.sidebar a span {
    font-weight: 600 !important;
}

.sidebar.active {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    transform: translateX(-100%);
}

.menu-active {
    flex: 0 0 100%;
}

.shadow-2 {
    border-radius: 15px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.02);
}

.sidebar a:hover, .sidebar a.active {
    color: #5676a9 !important;
    font-weight: bold !important;
}

.sidebar a {
    position: relative;
}

.sidebar a:hover::before, .sidebar a.active::before {
    content: "";
    height: 35px;
    border-right: 5px solid #5676a9;
    width: 5px;
    background: #5676a9;
    position: absolute;
    right: -60px;
    z-index: 1000;
    border-radius: 10px;
}

.btn:focus, button {
    outline: unset !important;
    box-shadow: unset !important;
    border: unset !important;
}

.projectStatusTabs {
    background: #fff;
    border-radius: 12px;
}

.projectStatusTabs .nav-tabs {
    border: unset !important;
}

.projectStatusTabs .nav-tabs .nav-link.active {
    background: #5e7cad !important;
    color: #ffffff !important;
    font-weight: bold !important;
}

.projectStatusTabs .nav-link {
    color: #080808 !important;
    padding: 15px 30px;
    border-radius: 12px;
    font-weight: bold !important;
}

.topbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

.topbar img.profile {
    width: 55px;
    height: 55px;
    border-radius: 15px;
    object-fit: cover;
}

.cards-overview .card .card-body .img-wrapper img {
    width: 85px;
    height: 85px;
    border-radius: 15px;
    object-fit: cover;
}

.pagination {
    border: 1px solid #efefef;
}

.page-link {
    color: #5676a9 !important;
    padding: 8px 15px !important;
}

.page-link.active, .active > .page-link {
    background-color: #5676a9 !important;
    border-color: #5676a9 !important;
    color: #ffffff !important;
    font-weight: bold;
}

@media screen and (max-width: 1380px) {
    .table-holder {
        padding: 20px !important;
    }
}

@media screen and (max-width: 1230px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 20%;
    }

    .table-holder {
        flex: 0 0 auto;
        max-width: 80%;
    }

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

    .table-holder .card-body {
        overflow-x: scroll;
    }

    .table-holder table {
        width: 1200px;
    }
}

.function {
    height: 40px;
}

.function a {
    color: #5676A9;
    text-decoration: none;
    font-weight: 700;
}

.function {
    color: #A5A5A5;
}

.contact i {
    background-color: #C7D2E3;
    border-radius: 10px;
    padding: 8px;
    color: #5676A9;
    margin-right: 10px;
    font-weight: unset;
}

.contact.contact-width {
    margin-left: -5%;
    width: 110%;
}

.contact {
    font-size: 13px;
    font-weight: 700;
    overflow-x: hidden;
}

.dropdown-item:active {
    background-color: #78a4ea !important;
}

.dropzone {
    border: 2px dashed #b7b7b7;
    border-radius: 5px;
    color: #7a8796;
    min-height: 140px;
}

.dropzone .dz-message {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

@media screen and (max-width: 1100px) {
    .details {
        display: none;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 35%;
    }

    .table-holder {
        flex: 0 0 auto;
        max-width: 65%;
    }

    .table-holder .d-flex.justify-content-between.align-items-center {
        flex-direction: column;
    }

    .table-holder .right.d-flex.justify-content-end.align-items-center {
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-end !important;
    }

    .table-holder form {
        margin-top: 20px;
    }

    .details {
        display: none;
    }

    .right form input {
        width: 100% !important;
    }

    .table-holder .right,
    .table-holder .right form {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .loginform {
        max-width: 500px;
        width: 90%;
    }

    img.img-fluid.logoImg {
        width: 100px;
    }

    .topbar form {
        display: none;
    }

    .details {
        display: none;
    }

    button.btn.morebtn.ms-3 {
        margin: 0 !important;
    }

    img.img-fluid.mx-3 {
        margin: 5px !important;
        width: 35px;
    }

    .left.d-flex.justify-content-start.align-items-center {
        flex-direction: row-reverse;
    }

    button.ms-4.btn.menuBtn {
        margin: 0 !important;
    }

    .col-md-2.sidebar.active {
        transform: translate(0);
    }

    .col-md-2.sidebar {
        position: absolute;
        z-index: 10;
        background: white;
        width: 100%;
        left: 0;
        transform: translateX(-100%);
    }

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

    .table-holder .d-flex {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
    }

    .table-holder form.ms-4 {
        margin: 0 !important;
        width: 100%;
    }

    .table-holder button.btn.btn-ocean.p-2.ms-3 {
        margin-left: auto !important;
        margin-top: 10px;
    }

    .table-holder .card-body {
        overflow-x: scroll;
    }

    .table-holder .right {
        width: 100%;
    }

    .table-holder table.table {
        width: 1200px;
    }

    .table-holder td .d-flex {
        flex-direction: row;
    }

    .table-holder {
        padding: 25px !important;
    }

    .paging a {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }

    .table-holder {
        flex: 0 0 auto;
        max-width: 100%;
    }
}

.letter-box {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    line-height: 85px;
    font-size: 40px;
    color: white;
    font-weight: bold;
    text-align: center;
}

.letter-box-large {
    width: 150px;
    height: 150px;
    line-height: 150px;
    font-size: 60px;
}

.letter-box-small {
    width: 50px;
    height: 50px !important;
    line-height: 50px;
    font-size: 25px;
    object-fit: cover;
}

.cursor {
    cursor: pointer;
}


.fc-theme-standard .fc-scrollgrid {
    border: unset !important;
}


.fc .fc-button-primary {
    background: #5e7cad !important;
    border: 1px solid #5e7cad !important;
    color: white !important;
    border-radius: 12px !important;
    font-weight: bold !important;
    padding: 6px 15px
}

.fc-toolbar-title {
    font-weight: bold !important;
    float: left;
}

.fc-button-group {
    border-bottom: 1px solid #d2d2d2 !important;
}

.fc-button-group .fc-button-primary {
    background: transparent !important;
    border: unset !important;
    color: #080808 !important;
    border-radius: 0 !important;
    font-weight: bold !important;
    padding: 12px 25px;
}

.fc-button-group .fc-button-active {
    border-bottom: 3px solid #5e7cad !important;
    color: #5e7cad !important;
}

.fc .fc-prev-button, .fc .fc-next-button {
    background: transparent !important;
    border: unset !important;
}

.fc .fc-prev-button .fc-icon, .fc .fc-next-button .fc-icon {
    color: #a2a2a2 !important;
}


@media only screen and (max-width: 600px) {
    .fc .fc-toolbar.fc-header-toolbar {
        display: flex !important;
        flex-direction: column !important;
        gap: 8px;
    }

    .fc table thead tr th {
        padding: 8px 0 !important;
    }
}

.fc-scrollgrid table tbody tr {
    border: 1px dashed #ececec !important;
}

.fc-scrollgrid table tbody tr:nth-child(even) {
    border: 1px dashed #c0c0c0 !important;
}

.fc-scrollgrid table tbody tr td {
    /*padding: 1rem 0 !important;*/
}

.fc .fc-col-header-cell-cushion {
    font-weight: bold;
    color: #080808;
    text-decoration: none !important;
}

.fc-day-wrapper {
    padding: 18px 26px;
}

.fc-day-today .fc-day-wrapper {
    color: #5e7cad;
    background: rgba(94, 124, 173, 0.37);
    border-radius: 12px;
}

.fc .fc-timegrid-slot {
    height: 2.5em !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: unset !important;
}

.fc-calendar-icon {
    padding: 8px;
}

.fc-calendar-icon .fa-calendar {
    padding: 12px;
    border-radius: 12px;
    font-size: 16px;
    /*color: #fff !important;*/
    filter: brightness(85%);
}

.fc-event {
    border-left: 3px solid #777777 !important;
}

.fc-event-main {
    color: #313131;
    padding: 3px;
    font-size: 11px;
}

.fc-event-main .title {
    margin-left: 5px;
    font-weight: bold;
}

.fc-event-main .title {
    font-weight: bold;
}

.fc-event-main .description {
    margin-left: 5px;
    font-size: 11px;
}

.fc-event-main .description .address {
    font-size: 11px;
}

.fc-event-main .profile-pictures img {
    width: 35px !important;
    height: 35px !important;
    object-fit: cover !important;
    border-radius: 50px;
    border: 2px solid #fff;
    overflow: hidden;
}

.fc-event-main .profile-pictures {
    width: 100% !important;
    text-align: center !important;
}

.fc-event-main .avatar:not(:first-child) {
    margin-left: -60px;
}

.fc-timegrid-event .fc-event-main {
    overflow: hidden;
}

.fc-scrollgrid-section.fc-scrollgrid-section-header .fc-scroller {
    overflow: hidden !important;
}

#calendar {
    height: 80vh;
}

.projectTypeCard.active {
    background-color: #5e7cad;
    color: #fff !important;
}

.projectTypeCard:hover {
    background-color: #5e7cad;
    color: #fff !important;
    cursor: pointer;
}

.active-mutation-row {
    background-color: #d9d9d9;
}

th.fc-col-header-cell.fc-resource {
    border-right: 1px solid #efefef !important;
}

#appointmentsTable tbody td {
    padding: .3rem !important;
}

/* Sortable table headers */
.sortable-header {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.sortable-header:hover {
    background-color: rgba(94, 124, 173, 0.1);
}

.sortable-header.sorted {
    background-color: rgba(94, 124, 173, 0.15);
    color: #5e7cad;
}

.sortable-header i {
    font-size: 0.75em;
    opacity: 0.7;
}

.sortable-header.sorted i {
    opacity: 1;
}

/* Dropdown toggle button in tables - larger hitbox */
.dropdown-toggle-btn {
    min-width: 36px;
    min-height: 36px;
    padding: 6px 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
