html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

/*#admin tbody,
#admin td,
#admin tfoot,
#admin th,
#admin thead,
#admin tr {
    border-color: inherit;
    border-style: solid;
    border-width: 1px;
}*/

#admin th {
    --ct-table-bg: #f6f7fb;
}

    #admin th .fas {
        padding: 0 0 0 5px;
    }


.list-properties tbody,
.list-properties td,
.list-properties tfoot,
.list-properties th,
.list-properties thead,
.list-properties tr {
    border: 0px !important;
    padding: 5px;
}

.list-properties .label {
    text-align: left;
    font-weight: bold;
    width: 200px;
}

.position-relative {
    position: relative;
}

    .position-relative:hover img {
        filter: brightness(80%);
    }

.avatar-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    min-width: 100px;
    min-height: 100px;
}

.avatar-overlay:hover {
    opacity: 1;
}

.avatar-overlay-desktop {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s;
}

.avatar-overlay-desktop:hover {
    opacity: 1;
}

.avatar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: #0acf97;
    border-radius: 50%;
    color: white;
    cursor: pointer;
}

    .avatar-icon:hover {
        transform: scale(1.1);
        background-color: #09b080;
    }

.capture-image {
    background-color: #727CF5;
    margin-left: 5px;
}

    .capture-image:hover {
        transform: scale(1.1);
        background-color: #6169D0;
    }

.avatar-icon:last-child {
    background-color: #fa5c7c;
    margin-left: 5px;
}

    .avatar-icon:last-child:hover {
        background-color: #d54e69;
        margin-left: 5px;
    }

.custom-file-input {
    display: none;
}

.min-size {
    min-width: 100px;
    min-height: 100px;
}

.expense-file {
    cursor: pointer;
    text-decoration: underline;
}

.max-size {
    max-height: 600px;
    max-width: 600px;
}

.preview-min-size {
    width: 100%;
    height: 600px;
}

.preview-pdf-min-size {
    width: 100%;
    height: 580px;
}

.image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.flatpickr-calendar.static {
    position: absolute;
    top: auto !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-move {
    cursor: move;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #ccc;
    border-top-color: #333;
    animation: spin 1s infinite linear;
    margin: 0 auto;
    margin-top: 20px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.primary-icon-color {
    color: black;
    opacity: 1;
}

.primary-background-color {
    background-color: rgb(114,124,245,0.25);
}

.widget-icon {
    color: #727cf5;
    font-size: 15px !important;
    background-color: rgba(114,124,245,.25);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px !important;
    border-radius: 3px;
    display: inline-block !important;
    opacity: 1 !important;
}

    .widget-icon:hover {
        background-color: rgba(114,124,245,.4);
    }

.users-avatar-grid {
}

    .users-avatar-grid:last-of-type {
        margin-right: 0;
    }

.input-file-hover {
    background-color: lightgray;
}

.file-drop-zone {
    display: flex;
    width: 100%;
    border: 2px dashed #dee2e6;
    align-items: center;
    position: relative;
}

.upload-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
}

.upload-text-icon {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
}

.text-expanded:hover {
    text-decoration: underline;
}

.img-custom-thumbnail {
    padding: .25rem;
    background-color: var(--ct-thumbnail-bg);
    border: 1px solid var(--ct-thumbnail-border-color);
    border-radius: .25rem;
    flex-shrink: 0;
    overflow: hidden;
}

html[data-sidenav-color=light] .logo.logo-light {
    display: block !important;
}



body .modal-dialog.modal-fullscreen.modal-dialog-centered {
    padding: 40px;
}

.card-title {
    font-weight: bold;
}

.card-header {
    border-bottom: 1px solid #eee;
}

.branding-modal-body {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.b-drop-zone .draggable-placeholder {
    outline: 2px dashed #727cf5 !important;
    padding: 1rem;
    margin: 10px 0;
    min-height: 80px;
    border: 2px dashed #727cf5;
}

.custom-map-control-button {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px #0000004d;
    cursor: pointer;
    font: 400 18px Roboto,Arial,sans-serif;
    height: 40px;
    margin-bottom: 23px;
    overflow: hidden;
    padding: 0 0.5em;
}

.custom-map-control-button:hover {
    background: #ebebeb;
}

.my-location {
    width: 18px;  
    height: 18px;  
    background-color: #0070ff;
    border: 2px solid #ffffff;
    border-radius: 50%;  
    position: relative;
}

.days-of-week {
    display: flex;
}

.days-of-week input[type="checkbox"] {
    display: none;
}

.days-of-week label {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    background-color: #ccc;
    cursor: pointer;
    margin-right: 5px;
}

.days-of-week input[type="checkbox"]:checked + label {
    background-color: #007bff;
    color: #fff;
}

.app-logo-lg {
    max-height: 60px;
    max-width: 220px;
}

.app-logo-sm {
    max-height: 50px;
    max-width: 50px;
}

html[data-sidenav-size=compact] .app-logo-lg {
    max-width: 150px;
}

.leftside-menu {
    z-index: 990;
}

.wrapper .navbar-custom.topnav-navbar .topbar-menu .modal-body .nav-link {
    padding: 8px 16px;
    margin: 0px 0px -1px;
}

.wrapper .app-search .search-icon,
.wrapper .app-search .input-group-text {
    z-index: 999;
}

.filters-card {

}

.filters-card .row {

}

.form-check-input:disabled {
    background-color: lightgrey;
}

.printable {
    display: none;
}

.printable-details {
    display: none;
}

.printable-employee-details {
    display: none;
}

.report-icon-height {
    height: 200px;
}

[data-theme="dark"] .report-icon-background {
    filter: invert(1);
}

[data-theme="dark"] .badge {
    color: #000000;
}

@media (max-width: 767.98px) {
    .employee-dashboard .page-title-box .page-title-right {
        display: block;
    }
}

.auto-complete {
    border: 1px solid #dee2e6 !important;
    border-radius: .25rem !important;
    margin-bottom: 10px !important;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection_ {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-width: 100%;
    width: 100%;
    cursor: text;
    min-height: calc(1.5em + 0.75rem + 2px);
    height: auto;
    border: 1px solid var(--ct-input-border-color);
    border-radius: .25rem;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection_ > input.form-control:not(.is-valid, .is-invalid) {
    border: none;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection_ > input.form-control {
    display: inline-block;
    box-shadow: none;
    outline: none;
    background-color: transparent;
    max-width: inherit;
    width: auto;
    flex-grow: 1;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection_ > .badge {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    line-height: 1.5;
    flex-grow: initial;
}

.b-is-autocomplete.b-is-autocomplete-multipleselection_ .dropdown-menu {
    top: 100%;
}

hr.divider.divider-text::before {
    color: black !important;
}


#AdminContentPage.clock-warning {
    padding-top: 135px;
}

.searchField::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: url("data:image/svg+xml,<svg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'><path fill='%236c757d' d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>") center/cover no-repeat;
}

.tab-panel-border {
    border-right: 1px solid #fff;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    .table > :not(caption) > * > * {
        padding: .95rem .95rem;
        background-color: var(--ct-table-bg);
        border-bottom-width: 0;
        -webkit-box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
        box-shadow: inset 0 0 0 9999px var(--ct-table-accent-bg);
    }
}

@media (max-width: 1199.98px) {
    .navbar-custom .app-search {
        display: block;
    }
}

.skeleton {
    background-color: #e0e0e0;
    border-radius: 4px;
    min-height: 16px;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-color: #e0e0e0;
    animation: pulse 1.5s infinite ease-in-out;
    flex-shrink: 0;
    overflow: hidden;
    display: block;
}

@keyframes pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .logo-topbar {
        display: none !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

@media (max-width: 375px) {
    .navbar-custom.topnav-navbar .button-toggle-menu {
         width: 50px; 
    }
}

.button-toggle-menu {
    border: none;
    color: var(--ct-gray-900);
    height: 70px;
    line-height: 70px;
    background-color: transparent;
    font-size: 24px;
    cursor: pointer;
    float: left;
    z-index: 1;
    position: relative;
    margin-left: -24px;
}

.content-page {
    margin-left: 260px;
    overflow: hidden;
    min-height: 100vh;
    padding: 70px 12px 0px;
}
