@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

body,
button {
    font-family: "Inter", sans-serif;
}

:root {
    --offcanvas-width: 200px;
    --topNavbarHeight: 52px;
}

body {
    background: #f5f6fe;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; /* Prevent horizontal scrolling */
}
a, .btn-link {
    color: #0071c1;
    text-decoration: none;
}

p {
    margin-bottom: 0rem;
}

.sidebar-nav {
    width: var(--offcanvas-width);
}

.sidebar-link {
    display: flex;
    align-items: center;
}

    .sidebar-link .right-icon {
        display: inline-flex;
    }

    .sidebar-link[aria-expanded="true"] .right-icon {
        transform: rotate(180deg);
    }

.navbar {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    background: #fff;
    z-index: 600;
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-light {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.1);
    border-right: 1px solid #e7e9ed;
}

    .navbar-light .navbar-toggler {
        border-color: rgba(0,0,0,0);
    }

.offcanvas-md {
    background-color: #e3f2fd;
}

.validation-message {
    color: red;
    list-style: disc;
}

.layout-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensures full viewport height */
}

.content {
    flex-grow: 1; /* Allows content to expand and push footer down */
}

.footer {
    width: 100%;
   /* background-color: #f5f5f5;*/
    text-align: center;
    padding: 10px 0;
}
.above-footer {
    width: 100%;
  /*  background-color: #f5f5f5;*/
    text-align: center;
    padding: 170px 0;
}
.active-button {
    background-color: #0d6efd;
    color: white;
    border-color: #0d6efd;
}
/*
ul {
    
    list-style: disc;
}
    */

.avatar-circle {
    width: 36px;
    height: 36px;
    background-color: #00b3e3;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.initials {
    position: relative;
    top: 6px; /* 25% of parent */
    // font-size: 50px; /* 50% of parent */
    line-height: 18px; /* 50% of parent */
    color: #fff;
    font-family: "Inter", sans-serif;
    // font-weight: bold;
}

.form-label {
    margin-bottom: 0.0rem;
}

.col-form-label {
    padding-top: 0.0rem;
    padding-bottom: 0.0rem;
}

.test {
    max-width: 500px !important;
    left: unset !important;
}

.mud-appbar {
    height: 60px;
}

    .mud-appbar .mud-toolbar {
        min-height: 60px;
    }

.mud-table-head {
    background-color: #d6d1d1 !important;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #d6d1d1 !important;
}

.mud-table-head .mud-table-cell {
    color: black !important;
}

.mud-table-cell {
    font-size: 12px;
}

/*.mud-table tbody tr:nth-child(even) {
    background-color: #fcf7f7;
}*/

.mud-table-dense * .mud-table-row .mud-table-cell {
    padding: 5px 0px 5px 0px;
    padding-inline-start: 1px;
    padding-inline-end: 1px
}

.mud-input-control > .mud-input-control-input-container > div.mud-input.mud-input-text {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-inline-start: 5px;
}

.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 10px 10px;
    padding-inline-start: 5px;
}

    .mud-input > input.mud-input-root-outlined.mud-input-root-adorned-end, div.mud-input-slot.mud-input-root-outlined.mud-input-root-adorned-end {
        padding-right: 0;
        padding-inline-end: 0;
        padding-inline-start: 5px;
    }
.mud-input > input.mud-input-root-outlined, div.mud-input-slot.mud-input-root-outlined {
    padding: 7px 7px;
    padding-inline-start: 5px;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
}
.mud-input-number {
    padding: 0px 0px;
}

.mud-input-control {
    margin-top: 0px;
}
.mud-table-pagination {
    display: flex;
    justify-content: center !important;
}
.mud-dialog-custom {
    display: flex;
    align-content: center;
    justify-content: space-between;
    justify-items: end;
    padding-top: 50px;
    height: unset !important;
}

.mud-button {
    text-transform: unset !important;
}

#OffsetTimePicker .mud-toolbar {
    display: flex !important;
}

#map_canvas {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

#map1 {
    position: unset !important;
    overflow: unset !important;
}
/*--------------------------------------------------------------
# Override some default Bootstrap stylings
--------------------------------------------------------------*/
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.form-control {
    padding: .25rem .25rem;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
}
.form-select {
    padding: .25rem .25rem;
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
}

.btn {
    font-family: Open Sans, Helvetica Neue, sans-serif;
    font-size: 14px;
}

/* Add fancyBox -->*/
.photo {
    display: table;
    position: relative;
    width: 25%;
    font-size: 0;
    margin-bottom: 1%;
    cursor: pointer;
}

.photoNonFancyBox {
    display: table;
    position: relative;
    width: 25%;
    font-size: 0;
    margin-bottom: 1%;
    cursor: pointer;
}

.document {
    display: table;
    position: relative;
    width: 10%;
    font-size: 0;
    margin-bottom: 1%;
    cursor: pointer;
}

.document_larger {
    display: table;
    position: relative;
    width: 25%;
    font-size: 0;
    margin-bottom: 1%;
    cursor: pointer;
}

/*.item.photo {
	    width: 500px;
        }*/

.item img {
    width: 100%;
}

.photo .overlay {
    display: none;
    position: absolute;
    top: 1%;
    right: 1%;
    bottom: 1%;
    left: 1%;
    background-color: rgba(0,0,0,0.5);
    background-image: url(../img/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: large;
    word-wrap: break-word;
}

/* Style the button and place it in the middle of the container/image */
.photoDeleteButton {
    position: absolute;
    top: 10%;
    left: 85%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: red;
    color: white;
    font-size: 16px;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

    .photoDeleteButton:hover {
        background-color: black;
    }

@media only screen and (max-width: 900px) {
    .photo {
        display: table;
        position: relative;
        width: 50%;
        font-size: 0;
        margin-bottom: 1%;
        cursor: pointer;
    }

    .photoNonFancyBox {
        display: table;
        position: relative;
        width: 50%;
        font-size: 0;
        margin-bottom: 1%;
        cursor: pointer;
    }

    .document_larger {
        display: table;
        position: relative;
        width: 50%;
        font-size: 0;
        margin-bottom: 1%;
        cursor: pointer;
    }
}



/* Dropdown menus 
    .dropdown-menu {
    border-radius: 4px;
    padding: 10px 0;
    -webkit-animation-name: dropdown-animate;
    animation-name: dropdown-animate;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border: 0;
    box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

    .dropdown-menu .dropdown-header,
    .dropdown-menu .dropdown-footer {
        text-align: center;
        font-size: 15px;
        padding: 10px 25px;
    }

        .dropdown-menu .dropdown-footer a {
            color: #444444;
            text-decoration: underline;
        }

            .dropdown-menu .dropdown-footer a:hover {
                text-decoration: none;
            }

    .dropdown-menu .dropdown-divider {
        color: #a5c5fe;
        margin: 0;
    }

    .dropdown-menu .dropdown-item {
        font-size: 14px;
        padding: 10px 15px;
        transition: 0.3s;
    }

        .dropdown-menu .dropdown-item i {
            margin-right: 10px;
            font-size: 18px;
            line-height: 0;
        }

        .dropdown-menu .dropdown-item:hover {
            background-color: #f6f9ff;
        }


*/



