/* HIDE VIRTUALIZATION ELEMENTS
---------------------------------------------------------*/
div[style="height: 0px;"] {
    display: none;
}

:focus {
    outline: none;
}
/* OVERRIDES
---------------------------------------------------------*/
a {
    color: #5a5c69 !important;
}

    a:hover {
        text-decoration: none;
    }
/* PARENT PAGE
---------------------------------------------------------*/
#wrapper {
    height: 100vh;
}

.pageContainer#pageContainer {
    height: calc(100% - 150px);
    margin-bottom: 150px;
}
/* NAVBAR
---------------------------------------------------------*/
#fixedNav .nav-item {
    /*margin-left: 24px;*/
    display: flex;
}

#navProfile .dropdown-item {
    padding: 0;
}

    #navProfile .dropdown-item a {
        display: flex;
        align-items: center;
        padding: 0.25rem 1.5rem;
    }

        #navProfile .dropdown-item a .btn,
        #logoutForm .btn {
            padding-left: 24px;
        }

    #navProfile .dropdown-item:active i {
        color: #5a5c69 !important;
    }

#logoutForm {
    padding: 0.25rem 1.5rem;
}

.dropdown-left {
    left: auto !important;
}

.kameleon__time-registration .pagination .dropdown .dropdown-item .active,
.kameleon__time-registration .pagination .page-item .page-link:hover,
.dropdown-item:active {
    background-color: #ffffff;
}

    .dropdown-item:active i {
        background-color: #ffffff;
    }

#fixedNav .img-circle {
    margin-right: 10px;
}

.img-circle {
    width: 44px;
    height: 44px;
    border: 1px solid var(--background-color, #1c85e8);
    border-radius: 100%;
}

    .img-circle > div {
        height: 100%;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
    }

/*DROPDOWN ORGANIZATIONS SCROLLBAR */
/*---------------------------------------------------------*/
#navOrg {
    max-height: 420px;
    overflow-y: auto;
    scrollbar-width: thin;
}

    #navOrg::-webkit-scrollbar {
        width: 8px;
    }

/* SIDEBAR
---------------------------------------------------------*/
.sidebar .sidebar-brand {
    margin: 0;
    height: 200px;
}

    .sidebar .sidebar-brand > div {
        width: 180px;
        height: 100%;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .sidebar .sidebar-brand > #icon {
        width: 90px;
    }

.sidebar .nav-item .collapse,
.sidebar .nav-item .menu-child {
    margin-left: 54px !important;
}

/* LOGO MENU
---------------------------------------------------------*/
.menubar-brand {
    margin: 0;
    width: 100%;
    height: 55px;
}

    .menubar-brand > div {
        width: 100%;
        height: 55px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

/* ALIGNMENTS
---------------------------------------------------------*/
/*.row {
    width: 100% !important;
}*/
.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
/* SCROLLBAR
---------------------------------------------------------*/
body:not(.rz-default-scrollbars)::-webkit-scrollbar-thumb {
    background: var(--background-color, #1c85e8) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}

body:not(.rz-default-scrollbars) ::-webkit-scrollbar-thumb {
    background: var(--background-color, #1c85e8) !important;
    background-clip: padding-box !important;
    border-radius: 8px !important;
}
/* NOTIFICATION
---------------------------------------------------------*/
.rz-notification {
    bottom: 0px !important;
    top: auto !important;
    right: 10px !important;
    z-index: 100000 !important;
    float: none !important;
}

.btn-clear-all {
    float: right;
    margin-right: 10px;
}
/* BACKGROUND IMAGES
---------------------------------------------------------*/
.form-group .img-input {
    margin-top: 0;
}

.img-input > div {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.btn-input .d-flex .btn-primary,
.btn-input .d-flex .btn-primary:not(:disabled):not(.disabled):active {
    font-size: 14px;
    background-color: white !important;
    color: var(--background-color, #1c85e8);
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-input .custom-file {
    width: 100%;
}

.btn-input .btn i {
    margin-left: 0;
}

.btn-input .d-flex label,
.btn-input .d-flex input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

    .btn-input .d-flex label:hover {
        cursor: pointer;
    }

.img-input > .img-preview {
    height: 370px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 10px;
}
/* ICON PICKER
---------------------------------------------------------*/
.iconpicker-popover.popover {
    width: auto;
}
/* TIMELINE
---------------------------------------------------------*/
/*#timeline .timeline-item .timeline-content.right {
    position: absolute;
    right: 0;
    float: none;
}
#timeline .timeline-item .timeline-content.right:before {
    left: -8px;
}*/


#timeline .timeline-item:after, #timeline .timeline-item:before {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

a {
    text-decoration: none;
}

#timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
}

    #timeline .timeline-item .timeline-icon {
        width: 84px;
        height: 84px;
        position: absolute;
        top: 0;
        left: 50%;
        overflow: hidden;
        margin-left: -41px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        border: 3px solid var(--text-color, #fff);
    }

    #timeline .timeline-item .timeline-content {
        width: 45%;
        padding: 20px;
        -webkit-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
        -moz-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
        -ms-box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
        box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.57);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;
        color: var(--bs-gray-dark);
    }

p {
    margin-top: 0.5rem;
}

#timeline .timeline-item .timeline-content .item-title {
    padding: 15px;
    margin: -20px -20px 0 -20px;
    font-weight: 300;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
}

#timeline .timeline-item .timeline-content.right {
    float: right;
}

#timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 35px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--background-color);
}

#timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    border-right: 7px solid var(--background-color);
}

.timeline-icon {
    background: var(--background-color);
}

.timeline-content {
    background: var(--text-color);
    color: var(--background-color)
}

.item-title {
    background: var(--background-color);
    color: var(--title-color)
}

@media screen and (max-width: 768px) {
    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

        #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
            border-right: 7px solid var(--background-color);
        }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }

    #timeline .timeline-item .timeline-content {
        width: 90%;
        float: right;
    }

        #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
            left: 10%;
            margin-left: -6px;
            border-left: 0;
        }

    #timeline .timeline-item .timeline-icon {
        left: 0;
    }
}

*, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.project-name {
    text-align: center;
    padding: 10px 0;
}

#timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


.timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid greenyellow;
}

#timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: var(--background-color);
    left: 50%;
    top: 0;
    position: absolute;
}

#timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

@media screen and (max-width: 768px) {
    #timeline {
        margin: 30px;
        padding: 0px;
        width: 90%;
    }

        #timeline:before {
            left: 0;
        }

        #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
            left: 10%;
            margin-left: -6px;
            border-left: 0;
        }

        #timeline .timeline-item .timeline-icon {
            left: 0;
        }
}



/* FILE
---------------------------------------------------------*/
.custom-file {
    width: 85%;
}

.custom-file-lg {
    width: 93%;
}

.custom-control.custom-file {
    width: 100%;
    padding: 0px;
}

.table-icons .btn {
    width: auto !important;
}

    .table-icons .btn.btn-success i {
        margin-left: 0;
    }
/* TAB
---------------------------------------------------------*/
.tab {
    margin-top: 15px;
}
/* BUTTONS
---------------------------------------------------------*/
.btn {
    background-color: transparent;
}

.btn-success {
    border-color: transparent;
}

.btn-light {
    border-radius: 14px;
}

    .btn-light:disabled {
        background-color: transparent;
    }

.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-s);
}

.btn-light:hover,
.btn-light:not(:disabled):not(.disabled):active {
    border-color: transparent;
    border-radius: 14px;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    font-size: var(--font-size-base);
    color: var(--background-color, #1c85e8) !important;
    background: var(--bs-white);
    border: solid 1px var(--background-color, #1c85e8);
    border-radius: var(--border-radius);
}

    .btn-secondary:hover,
    .btn-secondary:focus {
        color: var(--bs-white) !important;
        background: var(--background-color, #1c85e8);
        border: solid 1px var(--bs-white);
    }

.btn-group.btn-group-toggle .btn-primary,
.btn-group.btn-group-toggle .btn-secondary {
    border-color: rgb(209, 211, 226);
}

    .btn-group.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-group.btn-group-toggle .btn-secondary:not(:disabled):not(.disabled).active {
        text-shadow: .5px 0 0 var(--background-color, #1c85e8);
        font-size: 14px;
        background: var(--bs-white) !important;
        color: var(--background-color, #1c85e8) !important;
    }

.btn-group.btn-group-toggle .btn-secondary {
    font-size: 14px;
    color: var(--light-grey);
}

    .btn-group.btn-group-toggle .btn-secondary:hover {
        border-color: var(--background-color, #1c85e8);
        color: var(--background-color, #1c85e8) !important;
        background-color: white;
    }

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    background-color: transparent;
}

.gallery-button {
    margin-top: 8%;
    width: 100%;
}
/* TABLES
---------------------------------------------------------*/

.btn-datagrid {
    padding-left: 0;
}

.icon-btn-datagrid {
    padding-right: 4px;
}

.dropdown-datagrid {
    padding: 2px 16px;
}

.table.b-datagrid {
    table-layout: auto !important;
}

    .table.b-datagrid thead tr th:first-of-type,
    .table.b-datagrid tbody tr td:first-of-type {
        max-width: 130px !important;
        min-width: 130px !important;
        width: 130px !important;
    }

    .table.b-datagrid th,
    .table.b-datagrid td {
        padding: 0.3rem !important;
    }

        .table.b-datagrid th .form-control {
            height: 30px !important;
            margin-bottom: 10px !important;
        }

    .table.b-datagrid thead tr:first-of-type th:first-of-type .btn-light {
        height: 30px !important;
        width: auto !important;
        padding: 10px 8px 10px 8px !important;
        display: inline-block !important;
    }

    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light:active,
    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light:not(:disabled):not(.disabled):active:focus,
    .table.b-datagrid thead tr:last-of-type th:first-of-type .btn-light {
        display: block !important;
        padding: 10px 8px 10px 8px !important;
        width: 100% !important;
        text-align: left !important;
    }

    .table.b-datagrid thead tr th:first-of-type .btn-light:hover,
    .table.b-datagrid thead tr th:first-of-type .btn-light:active,
    .table.b-datagrid thead tr th:first-of-type .btn-light:not(:disabled):not(.disabled):active:focus {
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
        outline: none !important;
    }

    .table.b-datagrid td:first-of-type .btn-light,
    .table.b-datagrid td:first-of-type .btn-light:not(:disabled):not(.disabled):active,
    .table.b-datagrid td:first-of-type .btn-light:not(:disabled):not(.disabled).active,
    .table.b-datagrid td:first-of-type show > .btn-light.dropdown-toggle,
    .table.b-datagrid .show > .btn-light.dropdown-toggle:focus,
    .table.b-datagrid td:first-of-type .btn.disabled,
    .table.b-datagrid td:first-of-type .btn:disabled {
        padding: 6px 4px !important;
        background-color: transparent !important;
        border-color: transparent !important;
        box-shadow: none !important;
        display: inline-block !important;
    }

    .table.b-datagrid > tbody > tr:nth-of-type(even) {
        background-color: white !important;
    }

    .table.b-datagrid > tbody > tr:nth-of-type(odd) {
        background-color: ghostwhite !important;
    }

    .table.b-datagrid tbody td {
        width: auto !important;
        vertical-align: middle !important;
        padding: 0 !important;
        font-size: 12px !important;
        padding: 2px 10px 2px 10px !important;
        border: 0 !important;
    }

    .table.b-datagrid tr td,
    .table.b-datagrid tr th {
        height: 50px !important;
    }

    .table.b-datagrid th.col-l:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-l:not(:first-of-type) .form-control {
        max-width: 500px !important;
    }

    .table.b-datagrid th.col-m:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-m:not(:first-of-type) .form-control {
        max-width: 330px !important;
    }

    .table.b-datagrid th.col-s:not(:first-of-type) tbody tr td,
    .table.b-datagrid th.col-s:not(:first-of-type) .form-control {
        max-width: 200px !important;
    }

    .table.b-datagrid .table-primary {
        box-shadow: 0 0 0 .5px var(--background-color, #1c85e8) inset !important;
    }

        .table.b-datagrid .table-primary td {
            background-color: transparent !important;
        }

    .table.b-datagrid thead tr th button,
    .table.b-datagrid thead tr th html [type="button"] {
        -webkit-appearance: media-slider !important;
    }

    .table.b-datagrid .thead-light th:not(:first-of-type),
    .table.b-datagrid th:not(:first-of-type):not(.w-50):not(.w-20):not(.w-60):not(.w-10):not(.w-15):not(.w-5):not(.w-2),
    .table.b-datagrid td:not(:first-of-type) {
        min-width: auto !important;
        max-width: auto !important;
        width: auto !important;
    }

    .table.b-datagrid td span.badge.badge-primary,
    .badge.badge-tag {
        display: inline-block !important;
        width: auto !important;
        padding: 10px 10px !important;
        margin: 8px 8px 0 0 !important;
        border-radius: 0.25rem !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        background: var(--background-color, #1c85e8) !important;
        color: var(--text-color, #fff) !important;
        text-transform: uppercase !important;
        right: auto !important;
    }

.table.table-bordered {
    display: table;
    table-layout: auto;
}

    .table.table-bordered td,
    .table.table-bordered tbody td {
        background-color: var(--bs-white);
        border: 1px solid #dbdbdb;
    }

        .table.table-bordered td input:disabled {
            cursor: not-allowed;
        }

        .table.table-bordered td.weekend-day,
        .table.table-bordered td.weekend-day input,
        .table.table-bordered td.weekend-day .form-control:disabled,
        .table.table-bordered td.weekend-day .form-control[readonly] {
            background-color: #f4f4f4;
        }

        .table.table-bordered td.holiday,
        .table.table-bordered td.holiday input,
        .table.table-bordered td.holiday .form-control:disabled,
        .table.table-bordered td.holiday .form-control[readonly] {
            background-color: #fcf6e4;
        }

        .table.table-bordered tbody td.current-day input,
        .table.table-bordered tbody td.current-day span {
            border-left: 1px solid var(--background-color, #1c85e8) !important;
            border-right: 1px solid var(--background-color, #1c85e8) !important;
            border-width: 1px 1px !important;
        }

    .table.table-bordered tbody tr:last-of-type td.current-day span {
        border-bottom: 1px solid var(--background-color, #1c85e8) !important;
    }

    .table.table-bordered tbody tr td:first-of-type {
        width: 200px;
    }

    .table.table-bordered thead tr th {
        font-weight: 500;
        background-color: var(--background-color, #1c85e8);
        color: var(--bs-white);
    }

        .table.table-bordered thead tr th:not(:first-of-type) {
            text-align: center;
            padding: 2px 0;
        }

    .table.table-bordered thead tr th,
    .table.table-bordered thead tr td {
        font-size: 12px;
        height: 40px;
        width: 40px !important;
        max-width: 40px !important;
        min-width: 40px !important;
    }

        .table.table-bordered thead tr th span {
            display: block;
        }

    .table.table-bordered td {
        padding: 0;
        height: 40px;
    }

    .table.table-bordered .dropdown-menu.show {
        max-height: 180px;
        overflow: auto;
        width: calc(100% + 2px);
        top: 1px;
        border-radius: 0;
        padding: 0;
        transform: translate3d(-1px, 34px, 0px) !important;
        z-index: 10000;
    }

        .table.table-bordered .dropdown-menu.show .dropdown-item {
            font-size: 12px;
            height: 40px;
            display: flex;
            align-items: center;
        }

            .table.table-bordered .dropdown-menu.show .dropdown-item i {
                margin-right: 10px;
            }

    .table.table-bordered tbody tr td .btn-primary,
    .table.table-bordered tbody tr td .btn-primary:not(:disabled):not(.disabled):active,
    .table.table-bordered tbody tr td button {
        color: #454548;
        font-size: 12px;
        justify-content: space-between;
        background: var(--bs-white) !important;
        border-color: var(--bs-white) !important;
    }

        .table.table-bordered tbody tr td .btn-primary span {
            display: block;
            padding: 0;
        }

    .table.table-bordered tbody tr td button,
    .table.table-bordered tbody tr td input,
    .table.table-bordered .form-control:disabled,
    .table.table-bordered .form-control[readonly] {
        width: 100%;
        height: 100%;
        border: 0;
        border-radius: 0;
        text-align: center;
        font-size: 12px;
        color: #212529;
        background-color: var(--bs-white);
    }

    .table.table-bordered tbody tr:nth-last-child(2) td:first-of-type .dropdown-toggle::after {
        content: none;
    }

    .table.table-bordered tbody tr:nth-last-child(2) td:first-of-type .btn i {
        margin-right: 0;
        color: #454548;
    }

    .table.table-bordered tbody tr:last-of-type .dropdown-menu .dropdown-item:not(:last-of-type) {
        border-bottom: 1px solid #eaecf4;
    }

    .table.table-bordered .dropdown-item:hover,
    .table.table-bordered .dropdown-item:focus {
        background-color: var(--bs-white);
    }

    .table.table-bordered .dropdown-divider {
        margin: 0;
    }

    .table.table-bordered tr td:first-of-type span {
        display: block;
        text-align: left;
        padding: 6px 12px;
        width: 100%;
    }

    .table.table-bordered tr td span {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table.table-bordered tr td:first-of-type .btn i {
        margin-right: 10px;
        font-size: 10px;
        color: #f6ae06;
    }

    .table.table-bordered tbody tr:last-of-type td {
        background-color: #f4f4f4;
        color: #454548;
    }

.timesheet__filter {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

    .timesheet__filter .rz-dropdown {
        max-width: 200px;
    }

        .timesheet__filter .rz-dropdown:first-of-type {
            margin-right: 24px;
        }

.timesheet__legend {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

    .timesheet__legend > div > .legend__currentday,
    .timesheet__legend > div > .legend__weekend,
    .timesheet__legend > div > .legend__holiday,
    .timesheet__legend > div > .legend__holiday-list {
        font-size: 12px;
        color: #616161;
        align-items: center;
        margin-right: 20px;
        display: inline-block;
    }

        .timesheet__legend > div > .legend__currentday:before,
        .timesheet__legend > div > .legend__weekend:before,
        .timesheet__legend > div > .legend__holiday:before {
            content: "";
            display: inline-block;
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }

.legend__holiday-list > .legend__holiday_day > span {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.timesheet__legend .legend__currentday:before {
    border: 1px solid var(--background-color, #1c85e8) !important;
}

.timesheet__legend .legend__weekend:before {
    background-color: #ebebeb;
}

.timesheet__legend .legend__holiday:before {
    background-color: #ffe9aa;
}

.timesheet__legend .legend__holiday-list div {
    background-color: var(--bs-white);
    border-radius: 5px;
    height: 40px;
    border: solid 1px #e8e8e8;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

.timesheet__legend .btn {
    margin-right: 20px;
}

.timesheet__legend .btn {
    font-size: var(--font-size-s);
    padding: var(--space-xxs);
    width: 100%;
    max-width: 220px;
    text-transform: uppercase;
}

.tab-content > .tab-pane {
    padding: 1.25rem;
    border-bottom-left-radius: 0.35rem !important;
    border-bottom-right-radius: 0.35rem !important;
}

.showtable {
    display: block;
    overflow-x: auto;
}

    .showtable th,
    .showtable td {
        padding: 12px 10px;
    }

        .showtable .thead-light th,
        .showtable thead tr,
        .showtable thead tr th,
        .showtable th,
        .showtable th:not(:first-of-type),
        .showtable th:not(:last-of-type),
        .showtable td {
            min-width: 168px !important;
            max-width: 168px !important;
            width: 160px !important;
        }

            .showtable th:first-of-type,
            .showtable td:first-of-type,
            .showtable th:last-of-type,
            .showtable td:last-of-type {
                min-width: 70px !important;
                max-width: 70px !important;
                width: 70px !important;
            }

    .showtable td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.table-striped tbody tr:nth-of-type(odd) {
    background-color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: transparent !important;
}

.table.b-datagrid tbody tr:first-of-type td:first-of-type {
    border-top-left-radius: 0.35rem !important;
    border: 1px solid transparent !important;
}

.table.b-datagrid tbody tr:first-of-type td:last-of-type {
    border-top-right-radius: 0.35rem !important;
    border: 1px solid transparent !important;
}

.table.b-datagrid tbody tr:last-of-type td:first-of-type {
    border-bottom-left-radius: 0.35rem !important;
    border: 1px solid transparent !important;
}

.table.b-datagrid tbody tr:last-of-type td:last-of-type {
    border-bottom-right-radius: 0.35rem !important;
    border: 1px solid transparent !important;
}

/* CARD
---------------------------------------------------------*/
.card-header span {
    color: var(--text-color, #ffffff);
}

.card_feedback {
    height: 170px;
    max-width: 90%;
    margin-top: 30px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    border-radius: var(--border-radius);
}

    .card_feedback .card-title {
        font-size: 20px;
    }

    .card_feedback .card-text {
        font-size: 16px;
    }

    .card_feedback .card-title,
    .card_feedback .card-text {
        text-align: center !important;
    }

    .card_feedback .btn {
        position: absolute;
        bottom: 20px;
        width: 200px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }

.accordion .card-header span {
    color: unset;
}

.accordion .collapse.show .card-body {
    padding: 1.25rem !important;
}
/* LOADER
---------------------------------------------------------*/
#loading {
    width: 100%;
}

#loadingImage {
    margin-left: auto;
    margin-right: auto;
    float: none;
}

.loader {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 50px auto;
}

.loader-outer, .loader-inner {
    position: absolute;
    border: 1px solid transparent;
    border-radius: 50%;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.loader-outer {
    width: 100%;
    height: 100%;
    border-top: 4px solid var(--background-color, #1c85e8);
    border-right: 4px solid var(--background-color, #1c85e8);
    filter: brightness(75%);
    animation: rotate 1.6s cubic-bezier(0.15, 0.61, 0.58, 0.4) infinite;
}

.loader-inner {
    width: 60%;
    height: 60%;
    border-bottom: 4px solid var(--background-color, #1c85e8);
    border-left: 4px solid var(--background-color, #1c85e8);
    top: 20%;
    left: 20%;
    animation: rotate-reverse 1.6s cubic-bezier(0.15, 0.61, 0.58, 0.4) infinite;
}

@keyframes rotate {
    100% {
        transform: translate(0%, 0%) rotate(360deg);
    }
}

@keyframes rotate-reverse {
    100% {
        transform: translate(0%, 0%) rotate(-360deg);
    }
}

/* ORGANIZATIONS THUMBNAIL
---------------------------------------------------------*/
.org-thumbnail .btn {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: auto;
}

.img-thumbnail {
    height: 200px;
    margin: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/* ORGANIZATIONS TREE
---------------------------------------------------------*/
.tree.header {
    position: relative;
    height: 84px;
    display: flex;
    align-items: baseline;
    background: transparent;
    border: 0;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    border-radius: var(--border-radius);
}

    .tree.header p {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 0;
        margin-right: 40px;
        height: 40px;
    }

    .tree.header .btn.d-block.btn-secondary {
        padding: 0;
        margin-right: 20px;
        height: 38px;
        width: 200px;
    }

        .tree.header .btn.d-block.btn-secondary a {
            display: block;
        }

        .tree.header .btn.d-block.btn-secondary:hover a {
            color: var(--bs-white);
            text-decoration: none;
        }

        .tree.header .btn.d-block.btn-secondary:disabled {
            color: #3a3b45;
            background-color: transparent;
            border-color: transparent;
        }

    .tree.header button:disabled a {
        pointer-events: none;
        color: #3a3b45;
    }

    .tree.header .btn.d-block.btn-secondary i {
        text-align: left;
        width: 30px;
    }

.tree ul {
    width: 100%;
    display: flex;
    justify-content: stretch;
    overflow: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.tree li {
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 5px 0 5px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .tree li::before, .tree li::after {
        content: '';
        position: absolute;
        top: 0;
        right: 50%;
        border-top: 1px solid var(--background-color, #1c85e8);
        width: 50%;
        height: 20px;
    }

    .tree li::after {
        right: auto;
        left: 50%;
        border-left: 1px solid var(--background-color, #1c85e8);
    }

    .tree li:only-child::after, .tree li:only-child::before {
        display: none;
    }

    .tree li:only-child {
        padding-top: 0;
    }

    .tree li:first-child::before, .tree li:last-child::after {
        border: 0 none;
    }

    .tree li:last-child::before {
        border-right: 1px solid var(--background-color, #1c85e8);
        border-radius: 0 5px 0 0;
        -webkit-border-radius: 0 5px 0 0;
        -moz-border-radius: 0 5px 0 0;
    }

    .tree li:first-child::after {
        border-radius: 5px 0 0 0;
        -webkit-border-radius: 5px 0 0 0;
        -moz-border-radius: 5px 0 0 0;
    }

.tree ul ul::before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% + 5px);
    border-left: 1px solid var(--background-color, #1c85e8);
    width: 0;
    height: 20px;
}

.tree li button {
    margin: auto;
    width: 220px;
    min-height: 90px;
    height: auto;
    background: var(--background-color, #1c85e8);
    border: 1px solid var(--background-color, #1c85e8);
    padding: 20px 20px;
    text-decoration: none;
    color: var(--bs-white);
    font-size: 16px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

    .tree li button:hover {
        color: var(--background-color, #1c85e8);
        box-shadow: none;
        background: transparent;
    }

        .tree li button:hover + ul li button {
            background: transparent;
            color: var(--background-color, #1c85e8);
            border-color: transparent;
            box-shadow: 0 3px 10px 0 rgb(0 0 0 / 12%);
        }

        .tree li button:hover + ul li::after,
        .tree li button:hover + ul li::before,
        .tree li button:hover + ul::before,
        .tree li button:hover + ul ul::before {
            border-color: #94a0b4;
        }
/* DROPDOWN
---------------------------------------------------------*/
.rz-dropdown-item:hover,
.rz-menuitem:hover,
.rz-autocomplete-list-item:hover,
.rz-multiselect-item:hover,
.rz-dropdown-items li:hover,
.rz-autocomplete-items li:hover,
.rz-multiselect-items li:hover
.rz-dropdown-item.rz-state-highlight,
.rz-state-highlight.rz-menuitem,
.rz-state-highlight.rz-autocomplete-list-item,
.rz-state-highlight.rz-multiselect-item,
.rz-dropdown-items li.rz-state-highlight,
.rz-autocomplete-items li.rz-state-highlight,
.rz-multiselect-items li.rz-state-highlight {
    background: var(--background-color, #1c85e8) !important;
}

.rz-dropdown-item,
.rz-menuitem,
.rz-autocomplete-list-item,
.rz-multiselect-item,
.rz-dropdown-items li,
.rz-autocomplete-items li,
.rz-multiselect-items li,
.rz-dropdown-item,
.rz-menuitem,
.rz-autocomplete-list-item,
.rz-multiselect-item,
.rz-dropdown-items li,
.rz-autocomplete-items li,
.rz-multiselect-items li {
    padding: 0.55rem 0.625rem !important;
}

.rz-dropdown-panel,
.rz-multiselect-panel {
    z-index: 1060 !important;
}

/* MODALS
---------------------------------------------------------*/
.modal {
    overflow: auto;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 1000px !important;
    }
}

.modalsize-custom-m {
    max-width: 555px !important;
}
/* PAGINATOR
---------------------------------------------------------*/
.rz-paginator {
    display: inline-flex;
}

.rz-paginator-pages {
    display: flex;
    justify-content: flex-start;
}

.rz-paginator-page {
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    padding: 8px 14px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-items: center;
}

.rz-button:not(.rz-state-disabled),
.rz-paginator-element:not(.rz-state-disabled) {
    width: 40px;
    height: 40px;
    align-items: center;
    color: inherit;
    display: flex;
    justify-content: center;
    background: white;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    margin: 0;
    border-radius: 0;
}

    .rz-button:not(.rz-state-disabled):hover:not(:active),
    .rz-paginator-element:not(.rz-state-disabled):hover:not(:active),
    .rz-button:not(.rz-state-disabled):active,
    .rz-paginator-element:not(.rz-state-disabled):active {
        background-color: #eaecf4;
        box-shadow: none;
    }

.rz-button.rz-state-disabled,
.rz-state-disabled.rz-paginator-element,
.rz-paginator-page.rz-state-active {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #858796;
    pointer-events: none;
    cursor: auto;
    margin: 0;
    background-color: #fff;
    border: 1px solid #dddfeb;
    opacity: 1;
    border-radius: 0;
    margin: 0;
}
/* FORMS
---------------------------------------------------------*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

textarea.form-control {
    height: 160px;
}

.form-vertical-spacer {
    height: 50px !important;
}

.form-group > label:first-of-type {
    margin-bottom: 5px;
}

.form-control,
.btn-group {
    margin-top: 0;
    overflow: initial;
}

label {
    display: block;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-footer .btn.btn-success,
.modal-footer .btn.btn-danger {
    width: 130px;
}

.btn.btn-success i,
.btn.btn-danger i {
    font-size: 14px;
    margin-left: 6px;
}

.btn-success svg,
.btn-danger svg {
    font-size: 14px;
    margin-left: 6px;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled):active {
    border-radius: .35rem;
}

    .btn-secondary:not(:disabled):not(.disabled):active,
    .btn-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-secondary.dropdown-toggle {
        color: var(--bs-white) !important;
        background: var(--background-color, #1c85e8);
    }

.btn-group.btn-group-toggle .btn-secondary:first-of-type:not(:disabled):not(.disabled):active {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group.btn-group-toggle .btn-secondary:last-of-type:not(:disabled):not(.disabled):active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-success,
.btn-success:hover,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
    color: #fff !important;
    background: var(--background-color, #1c85e8) !important;
    border-color: var(--background-color, #1c85e8) !important;
}

    .btn-success:focus,
    .btn-success.focus,
    .btn-success:not(:disabled):not(.disabled):active:focus,
    .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn-success.disabled,
    .btn-success:disabled {
        color: #fff;
        background-color: var(--grey);
        border-color: var(--grey);
    }

.btn-danger,
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: transparent;
    border-color: var(--background-color, #1c85e8) !important;
    color: var(--background-color, #1c85e8) !important;
}

    .btn-danger.disabled,
    .btn-danger:disabled {
        color: var(--grey);
        background-color: transparent;
        border-color: var(--grey);
    }

    .btn-success:focus,
    .btn-success.focus,
    .btn-danger:not(:disabled):not(.disabled):active:focus,
    .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus,
    .btn-danger:focus,
    .btn-danger.focus {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group .btn-primary,
.input-group .btn-primary:not(:disabled):not(.disabled):active {
    font-size: 14px;
    background-color: white !important;
    color: var(--background-color, #1c85e8);
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.card.card--login .input-group .btn-primary,
.card.card--login .input-group .btn-primary:not(:disabled):not(.disabled):active {
    font-size: 14px;
    color: white !important;
    background-color: var(--background-color, #1c85e8) !important;
}

.form-control:focus .btn {
    color: white;
}

.btn-input.iconpicker .btn-primary {
    border: 1px solid #d1d3e2;
}

.btn-input.iconpicker input {
    border-right: none;
}

/* LOGIN
---------------------------------------------------------*/
.step-pwd .card--login {
    height: auto !important;
}

.card--login .form-group input {
    margin-top: 0;
}

.step-pwd .card--login .btn-primary#show_password,
.step-pwd .card--login .btn-primary#show_password:not(:disabled):not(.disabled):active {
    width: 50px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

input[type="password"] + .input-group-text {
    background-color: var(--background-color, #1c85e8) !important;
    color: white;
    border-color: var(--background-color, #1c85e8) !important;
}

/* SURVEYS
---------------------------------------------------------*/
.card.survey-card .card-img-top {
    background-position: top !important;
}

#adminResults .table_mysurveys tr td:first-of-type {
    padding-left: 12px;
}

#adminResults .table_mysurveys .quest-label {
    margin-bottom: 24px;
}

#adminResults .table_mysurveys .accordion-feedback__result {
    padding: 10px 0 10px 10px;
}

.filters-feedback {
    display: block;
}

    .filters-feedback .select2-selection {
        max-height: 200px;
        overflow: auto;
    }

        .filters-feedback .select2-selection:after {
            content: "▼";
            font-size: 10px;
            padding: 10px 0px;
            position: absolute;
            right: 10px;
            top: 0;
            z-index: 1;
        }
/* FEATURE ITEMS
---------------------------------------------------------*/
#mapList .card-img {
    height: 200px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 14px 0;
}

#mapContainer {
    height: calc(100vh - 400px);
}

#mapList {
    height: calc(100vh - 290px);
    overflow: auto;
}

#listView .card-body > .row:last-of-type > .col-3:first-of-type a div {
    height: 320px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* TIMESHEETS
---------------------------------------------------------*/

/* TIPPER
---------------------------------------------------------*/
.accordion.tipper-distribution .collapse.show .card-body {
    padding: 20px;
}

    .accordion.tipper-distribution .collapse.show .card-body input {
        max-width: 100px;
    }

.tipper-distribution .card-body .btn-success,
.tipper-distribution .card-body label {
    margin-top: 14px;
}

.tipper-distribution .card-body label {
    width: 240px;
}

.tipper-distribution .card-body {
    padding-bottom: 20px !important;
}

.tipper-distribution .card-header > .row {
    width: 100% !important;
}

.tipper-history td, .tipper-history tbody td {
    padding-left: 10px !important;
}

.tipper-distribution .card-body > .row {
    width: 100% !important;
}

.search-table-dates > div:last-of-type .form-group:last-of-type {
    padding-left: 36px;
}

.search-table-dates > div:last-of-type .col-md-9.form-group:last-of-type {
    padding-left: 46px;
}

.search-table-dates {
    align-items: flex-end;
}

    .search-table-dates .rz-dropdown.form-control {
        height: 38px;
        -webkit-box-shadow: none;
        box-shadow: 0;
    }

    .search-table-dates .form-group:last-of-type {
        padding-left: 4px;
    }

.filters-ongoing-surveys {
    display: flex;
    justify-content: flex-end;
}

    .filters-ongoing-surveys > div:last-of-type {
        margin-left: 14px;
    }

#dropdown-not {
    width: fit-content;
}

.accordion-button {
    color: var(--background-color, #1c85e8);
    background-color: #f8f9fc;
}

    .accordion-button::after {
        color: var(--background-color, #1c85e8);
    }

    .accordion-button:not(.collapsed) {
        color: var(--background-color, #1c85e8);
        background-color: #f8f9fc;
        box-shadow: none;
    }

        .accordion-button:not(.collapsed)::after {
            color: var(--background-color, #1c85e8);
        }

.accordion-item {
    margin-top: 2%;
}

    .accordion-item:not(:first-of-type) {
        border-top: 1px solid rgba(0,0,0,.125);
    }

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: var(--background-color, #1c85e8);
    background-color: var(--background-color, #1c85e8);
}

.hide-virt-div > div:first-child {
    display: none;
}

/* PROJECTDASHBOARD
---------------------------------------------------------*/

.projectDashBoard__dropdown {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

    .projectDashBoard__dropdown .rz-dropdown {
        max-width: 200px;
    }

        .projectDashBoard__dropdown .rz-dropdown:first-of-type {
            margin-right: 24px;
        }


/* COMPETENCES
---------------------------------------------------------*/

.competence-dropdown {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

    .competence-dropdown .rz-dropdown {
    }

        .competence-dropdown .rz-dropdown:first-of-type {
            margin-right: 24px;
        }



/* TEAM TREE
---------------------------------------------------------*/


.teamtree {
    list-style-type: none;
}

    .teamtree ul {
        margin: 0 0 0 14em;
        padding: 0;
        list-style: none;
        color: #6e707e;
        position: relative;
        list-style-type: none;
    }

        .teamtree:before, .teamtree ul:before {
            content: "";
            display: block;
            width: 0px;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
            background: white;
        }

    .teamtree li {
        font-weight: bold;
        margin: 0;
        padding: 1.5em 0 0 2em;
        position: relative;
    }

        .teamtree li:before {
            border-top: 1px solid;
            content: "";
            display: block;
            height: 100%;
            left: 0;
            margin-top: 1em;
            position: absolute;
            top: 1.5em;
            width: 2em;
        }

        .teamtree li:last-child:before {
            background: #f8f9fc;
            bottom: 0;
            height: auto;
            top: 1.5em;
        }

    .teamtree > li:before {
        border-top: none !important;
    }

    .teamtree li div {
        border-radius: 5px;
        border: 1px solid #6e707e;
        margin: 0;
        max-width: 15em;
        min-width: 15em;
        padding: 0.25em 0.5em;
        background: #fff;
        box-shadow: 1px 1px 4px #8f949a;
        color: var(--background-color, #1c85e8);
        font-weight: bold;
        z-index: 100;
    }

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    width: 100%;
}

.teamtree-right-box {
    margin-right: -2%;
    position: relative;
    float: right;
    vertical-align: top;
}

.teamtree-box-text-color {
    color: var(--text-color, #fff) !important;
}

/* DROPDOWN
---------------------------------------------------------*/

.rz-dropdown {
    height: 2.375rem;
}


/* PASSWORD MANAGER SHOW-CARDS */

.card-columns-password-manager {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-auto-rows: minmax(0, 1fr);
    column-gap: 5px;
    row-gap: 5px;
}

.showCard_password-manager {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-title-password-manager {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.4em;
    line-height: 1.2em;
    text-align: center;
}

.card-url-password-manager, .card-username-password-manager {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.showCard_Body {
    height: 100%;
}

.card-buttons-password-manager {
    display: flex;
    flex-direction: row;
    gap: 1px;
    justify-content: flex-end;
}

.card-link-button {
    background: none;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    min-height: 2.4em;
    max-height: 2.4em;
    line-height: 1.2em;
}

.card-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 2.4em;
    line-height: 1.2em;
    text-align: center;
}

.card-div-content-height {
    min-height: auto;
    margin-bottom: 20px;
}

.asset-actions-column {
    flex: 0 0 250px; /* Change this width as needed */
    min-width: 250px; /* Minimum width to maintain even when empty */
    width: 250px
}

.asset-buttons-marging-right {
    margin-right: 10px;
}

.white-space-nowrap {
    white-space: nowrap;
}

/* SHOWTILE CARDS */

.showtile-card-title {
    height: 33px !important;
    overflow: hidden !important;
    text-align: left !important;
    font: normal normal normal 27px/33px Cabin !important;
    letter-spacing: 0px !important;
    color: #0B2E5F !important;
    opacity: 1 !important;
}

.showtile-card {
    height: 400px !important;
    width: 400px !important;
    margin-bottom: 0.75rem;
}

.showtile-card-body {
    height: 400px !important;
    width: 400px !important;
    overflow: hidden !important;
}

    .showtile-card-body:hover {
        break-inside: avoid;
    }

.showtile-card-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.showtile-card-img {
    height: 287px !important;
    padding-top: 32px !important;
}

.showtile-card-img-tags {
    height: 240px !important;
    padding-top: 32px !important;
}

.showtile-card-text-img-tags {
    height: 240px !important;
    display: flex !important;
    padding-top: 32px !important;
}

.showtile-card-text-only {
    height: 240px !important;
    padding-top: 32px !important;
}

.showtile-large-text {
    height: 220px !important;
    overflow: hidden !important;
    text-align: left;
    font: normal normal normal 16px/22px Cabin;
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
}

.showtile-small-img {
    width: 100px !important;
    height: 100px !important;
    margin-top: 3px !important;
}

.showtile-small-text {
    height: 220px !important;
    margin: 0px !important;
    overflow: hidden !important;
    padding-left: 17px !important;
    text-align: left;
    font: normal normal normal 16px/22px Cabin;
    letter-spacing: 0px;
    color: #212529;
    opacity: 1;
}

.showtile-medium-img {
    width: 240px !important;
    height: 240px !important;
}

.showtile-large-img {
    display: block;
    width: 287px !important;
    height: 287px !important;
    margin-left: auto;
    margin-right: auto;
}

.showtile-card-tags {
    height: 32px !important;
    padding-bottom: 16px !important;
    padding-top: 20px !important;
}

/* Blazorise Datepicker
---------------------------------------------------------*/

.datepicker-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 1001;
    cursor: pointer;
}

.datepicker-input {
    border-radius: 0.35rem !important;
}

.competence-search-page .input-group {
    position: relative;
}

    .competence-search-page .input-group .form-control {
        padding-right: 2.5rem; /* Add padding to the right to accommodate the clear button */
    }

    .competence-search-page .input-group .clear-button {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        background: none;
        padding: 0;
        margin: 0;
        cursor: pointer;
        display: flex;
        align-items: center;
    }

        .competence-search-page .input-group .clear-button:focus {
            outline: none;
            box-shadow: none;
        }

.competence-search-page .btn-secondary {
    height: calc(2.25rem + 2px); /* Match the height of the input */
    display: flex;
    align-items: center;
    justify-content: center;
}

.competence-search-page .input-group-append {
    display: flex;
    align-items: center;
}

.competence-search-page .dropdown-container {
    flex-grow: 1;
}

    .competence-search-page .dropdown-container .form-control {
        width: 100%;
    }

.reduced-spacing .form-group {
    margin-bottom: 0.5rem; /* Reduce the space between form groups */
}

.reduced-spacing .form-control {
    padding: 0.25rem 0.5rem; /* Reduce the padding inside form controls */
}

.reduced-spacing label {
    margin-bottom: 0.25rem; /* Reduce the space below labels */
}

.w-20 {
    width: 20% !important;
}

.w-60 {
    width: 60% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-5 {
    width: 5% !important;
}

.w-2 {
    width: 2% !important;
}

.table-items .description-column {
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-items .unit-price-column,
.table-items .vat-column,
.table-items .total-column,
.table-items .discount-column,
.table-items .quantity-column {
    width: 13%;
}

.table-items .code-column {
    width: 10%;
}

.table-items .button-column {
    width: 5%;
}

.table-items-button {
    border: none;
    padding: 0;
    outline: none;
}

.table-items .table-items-input {
    width: 100%;
    border: 1px solid #ccc;
    padding: 0.5rem;
    border-radius: 4px;
    box-sizing: border-box;
}

.table-items tr {
    line-height: 1.2;
    padding: 0.25rem 0;
}

.table-items {
    width: 100%;
    border-collapse: collapse;
}

    .table-items th, .table-items td {
        padding: 0.1rem;
        text-align: left;
    }

.totals-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}

.totals-left, .totals-right {
    width: 48%;
}

.totals-header {
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .totals-header span:not(:last-child) {
        margin-right: 8px;
    }

.totals-row, .totals-summary > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    line-height: 1.2;
}

.totals-summary {
    border-top: 1px solid #ccc;
    padding-top: 20px;
}

.totals-total {
    font-weight: bold;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.vat-column .form-control {
    width: 100%; 
    max-width: 100%; 
    box-sizing: border-box; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}

/* Appointments Scheduler
---------------------------------------------------------*/
.timeline-header, .person-row {
    display: flex;
}

.weeks-container {
    position: relative;
    height: 60px;
}

.week-cell {
    position: absolute;
    height: 100%;
    width: 20px;
    border-right: 1px solid #eee;
    box-sizing: border-box;
}

.project-bar {
    position: absolute;
    height: 20px;
    border-radius: 3px;
    overflow: hidden;
    font-size: x-small;
    padding: 2px;
    color: #fff;
}

.highlight {
    background-color: rgba(30, 144, 255, 0.25);
    outline: 2px dashed #1e90ff;
}

.year-header {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.contacts-grid-wrap {
    position: relative;
    --filter-width: 320px;
    --filter-gap: 12px;
}

    .contacts-grid-wrap .tags-filter {
        position: absolute;
        top: 16px;
        right: 0.1px;
        min-width: var(--filter-width);
        z-index: 3;
    }

    .contacts-grid-wrap .interests-filter {
        position: absolute;
        top: 16px;
        right: calc(var(--filter-width) + var(--filter-gap));
        min-width: var(--filter-width);
        z-index: 3;
    }

    .contacts-grid-wrap .b-datagrid {
        padding-right: calc((var(--filter-width) * 2) + var(--filter-gap));
    }

.contacts-grid-wrap {
    position: relative;
}

.contacts-add-to-event-overlay {
    position: absolute;
    bottom: 0.95rem; 
    left: 36rem;
    display: flex;
    align-items: center;
}

.add-to-event-btn {
    height: 2.25rem; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.employees-add-to-event-inline {
    display: flex;
    justify-content: flex-start;
    margin-top: -3.3rem; 
    margin-left: 25.5rem;
}

.event-audiences-grid-container {
    position: relative;
}

.event-audiences-set-invited-overlay {
    position: absolute;
    bottom: 0.95rem;
    right: 7rem; 
    display: flex;
    align-items: center;
    z-index: 1;
}

.set-invited-btn {
    height: 2.25rem;
    padding: 0 0.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
