html,
body {
    background-color: #eef0f1;
    font-weight: 400;
    max-height: 100%;
    max-width: 100%;
    min-width: 100% !important;
    min-height: 100% !important;
    height: 100%;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    margin: 0;
    font-family: "Inter", sans-serif;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    position: relative;
}
#deleteUserPromptModal,
#addExistingUserModal {
    display: none;
}
.settings-info-div {
    font-size: 13px;
    font-style: italic;
    font-weight: 400;
    color: #3a3a3a;
    margin-bottom: 40px;
}
input:-webkit-autofill {
    background-color: white !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: black !important;
}
.card-detail.password-wrapper {
    position: relative;
    width: 50%;
    display: flex;
}
input::placeholder,
textarea::placeholder {
    color: #cccccc;
}
.main-div-footer {
    display: flex;
    box-sizing: border-box;
    margin-top: 10px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 305px;
    padding-right: 65px;
    transition: 0.6s;
    width: 100%;
    align-content: center;
    justify-content: center;
    border-top: 1px solid #dddddd;
    font-size: 14px;
    color: #666666;
    max-height: 200px;
    font-weight: 300;
}
.main-div-footer.mini {
    padding-left: 150px;
    transition: 0.6s;
}
.import-prompt {
    display: flex;
    align-self: center;
    color: #1e1e1e;
    height: auto;
    margin: 0;
    width: 100%;
    margin-bottom: 10px;
}

#download-template-prompt1,
#download-template-prompt2 {
    display: none;
    font-weight: 400;
}

#download-template-prompt3 {
    display: none;
    flex-wrap: nowrap;
    align-items: center;
    font-weight: 400;
}

#download-template-prompt3 img {
    height: 20px;
    margin-right: 6px;
}

#download-template-prompt3 p {
    height: max-content;
    margin: 0px;
}

#download-template-button {
    border: none;
    background-color: white;
    text-decoration-line: underline;
    font-weight: 400;
    padding: 0;
    padding-left: 4.5px;
    padding-right: 4.5px;
    text-underline-offset: 3px;
    cursor: pointer;
    font-family: "Inter", sans-serif;
}

.info-text {
    margin-bottom: 20px;
    height: 45px;
    display: flex;
    align-content: center;
    font-weight: 400;
    flex-wrap: wrap;
}

.info-text p {
    display: flex;
    width: 100%;
    align-self: center;
    margin: 0;
    height: min-content;
    margin-bottom: 5px;
}

.info-text p:nth-of-type(2) {
    color: #b4b4b4;
}

.form-group.file-drop-zone {
    display: flex;
    border: 2px dashed rgb(150, 150, 150);
    border-radius: 20px;
    height: max-content;
    background-color: #ebedf5;
    padding-bottom: 30px;
    margin-top: 0px;
}

#importZoneText {
    display: flex;
    justify-content: center;
    max-height: max-content;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}

#importZoneLink {
    display: flex;
    justify-content: center;
    max-height: max-content;
    min-width: 100%;
    font-size: 17px;
    font-weight: 500;
    color: #4c4c4c;
}

.custom-file-input {
    color: #2f3e81;
    cursor: pointer;
    font-weight: 500;
    min-height: max-content;
    display: flex;
    justify-content: left;
    width: max-content;
    font-size: 17px;
    margin-left: 5px
}

.hidden-file-input {
    display: none;
}

#importZoneSpace {
    width: 5px;
}
.material-symbols-rounded.import-zone {
    display: flex;
    font-size: 70px;
    margin-top: 30px;
    margin-bottom: 20px;
    justify-content: center;
    color: rgb(95, 95, 95);
    width: 100%;
    height: max-content;
    transform-origin: left top;
}

.form-group.file-drop-zone.d-none {
    display: none;
}

.form-group.file-drop-zone.highlight {
    background-color: rgb(214, 233, 246);
}

.form-group.file-drop-zone p {
    max-height: max-content;
    margin: 0;
}

.uploaded-file-display {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.file-display {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fafafa;
    padding: 10px;
    border-radius: 7px;
    justify-content: space-between;
}

.file-info span {
    background-color: #aac88f;
    height: 26px;
    width: 26px;
    font-size: 18px;
    font-weight: 600;
    color: #fdfdfd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
}

.uploaded-file-info {
    display: flex;
    width: 90%;
    flex-wrap: wrap;
    justify-content: left;
}

.file-name {
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: left;
    height: min-content;
    width: 100%;
}

.file-size {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: left;
    height: min-content;
    width: 100%;
    font-size: 11px;
    color: #9b9b9b;
    font-weight: 400;
}

.file-info {
    display: flex;
    align-items: center;
    width: 90%;
}

.file-upload-icon {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.remove-file {
    display: flex;
    justify-self: flex-end;
}

.remove-file a {
    text-decoration: none;
    display: flex;
}

.remove-file span {
    background-color: transparent;
    height: 24px;
    width: 24px;
    font-size: 19px;
    font-weight: 400;
    color: grey;
    display: flex;
    align-items: center;
    justify-content: center;
}

.no-scroll {
    overflow: hidden;
    padding-right: 17px;
    /* This disables scrolling */
}

textarea:focus {
    outline: none;
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}

input:focus {
    outline: none;
    transition: 0.6s;
}

.card-detail:focus {
    border: 0.5px solid #5a97d7;
    box-shadow: rgba(33, 37, 41, 0.05) 0px 0px 14px 0px;
}

#map {
    height: 400px;
    width: 100%;
    margin: 0px;
}

form {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    align-content: space-between;
}

.form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 100%;
    margin-bottom: 20px;
}

.custom-select {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    border: none;
    border: 0.5px rgb(202, 202, 202) solid;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    max-height: max-content;
    align-items: center;
    padding-right: 7px;
}

.custom-select.focused {
    border: 1px solid #c7ccd1;
    box-shadow: rgb(18 89 141 / 11%) 0px -1px 4px 1px;
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
}

.content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    box-sizing: border-box;
    flex-grow: 1;
    padding: 0px;
    transition: 0.6s;
    width: 100%;
    z-index: 1;
}

.content-container.mini {
    transition: 0.6s;
    width: 100%;
}

.drop-down-menu {
    display: flex;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    align-items: center;
}

.drop-down-menu input::placeholder {
    color: #828282;
}

.drop-down-menu span {
    color: #5f5f5f;
    cursor: pointer;
    height: 24px;
}

.drop-down-menu input {
    height: 100%;
    border: none;
}

.selectSearchInput {
    padding-top: 8px;
    padding-bottom: 8px;
    box-sizing: border-box;
    padding-left: 10px;
    width: 100%;
    border: none;
    border-radius: 12px;
    height: 100%;
    font-size: 13px;
    color: #424242;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.optionsList {
    display: none;
    position: absolute;
    list-style-type: none;
    background-color: white;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #ccc;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    flex-wrap: wrap;
    z-index: 5;
    top: 40px;
    max-height: 170px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 2px 5px 0px
}

.optionsList li {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

.optionsList li:hover,
.optionsList li.hovered {
    background-color: #E6ECF2;
}

.optionsList::-webkit-scrollbar {
    width: 8px;
}

.optionsList::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 6px;
}

.top-nav {
    display: flex;
    align-content: center;
    padding-right: 20px;
    justify-content: space-between;
    width: 100%;
    position: sticky;
    height: 70px;
    /*    background-color: #f5f7f9;*/
    background-color: white;
    margin: 0;
    top: 0;
    z-index: 1;
    padding-left: 240px;
    transition: 0.6s;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.top-nav.mini {
    padding-left: 85px;
    display: flex;
    align-content: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    /*   background-color: #f5f7f9;*/
    background-color: white;
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 1;
    transition: 0.6s;
}

.top-nav-left,
.top-nav-right {
    display: flex;
    max-width: max-content;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.square {
    display: flex;
    text-decoration: none;
    min-width: 45px;
    max-width: 45px;
    flex-basis: 20%;
    justify-content: center;
    align-items: center;
    color: rgb(4, 22, 37);
    transition: 0.6s;
    z-index: 1;
    padding: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.square:hover {
    cursor: pointer;
}

.search-bar-div {
    display: flex;
    position: relative;
    height: 40px;
    width: 250px;
    flex-wrap: wrap;
    border: 0.5px solid #f5f7f9;
    border-radius: 19px;
}

.search-bar {
    height: 100%;
    width: 100%;
    display: flex;
    /* background-color: white;*/
    background-color: #f5f7f9;
    border-radius: 18px;
    transition: 0.6s;
    overflow: hidden;
    flex-wrap: nowrap;
    padding: 0px;
    margin: 0px;
}

.input-bar {
    width: 100%;
    /*    background-color: white;*/
    background-color: #f5f7f9;
    border-radius: 7px;
    margin-right: 2px;
    margin-left: 10px;
    transition: 0.6s;
    padding: 0;
}

#searchInput {
    /*background-color: white;*/
    background-color: #f5f7f9;
    border: none;
    width: 100%;
    height: 100%;
    color: rgb(98, 98, 98);
    font-family: "Inter", sans-serif;
    font-size: small;
    transition: 0.6s;
    padding-left: 5px;
}

.search-button {
    display: flex;
    justify-content: center;
    align-content: center;
    max-width: 45px;
    min-width: 45px;
    padding: 0;
    transition: 0.6s;
}

.search-icon {
    color: rgb(148, 148, 181);
    display: flex;
    justify-content: center;
    justify-items: center;
    text-decoration: none;
    max-width: 25px;
    max-height: 25px;
    align-self: center;
    transition: 0.6s;
    margin-left: 10px;
    margin-right: 10px;
    text-decoration: none;
    font-size: 22px;
}

.search-icon:focus {
    outline: none;
}

.search-bar-dropdown {
    display: none;
    flex-wrap: wrap;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: absolute;
    height: fit-content;
    width: 120%;
    background-color: white;
    top: 45px;
    left: 0;
    align-content: start;
    border: 1px solid rgba(0, 0, 0, 0.10);
}

.search-bar-dropdown::-webkit-scrollbar {
    width: 6px;
}

.search-bar-dropdown::-webkit-scrollbar-thumb {
    background-color: #d2d2d2;
    border-radius: 6px;
}

.search-bar-div.focused {
    border-radius: 19px;
    border: 0.5px solid rgb(216, 220, 226);
}

#entity-name-div {
    cursor: pointer;
    display: flex;
    /*    border: solid 1px lightgray;*/
    height: 65%;
    padding: 3px 10px 3px 10px;
    box-sizing: border-box;
    border-radius: 15px;
    align-items: center;
}

#entity-name-div span {
    margin-top: 10px;
}

.entity-logo {
    height: 100%;
    margin-right: 4px;
}

.entity-name-display {
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    height: max-content;
    margin-top: 7px;
    margin-right: 1px;
}

.search-result {
    display: flex;
    color: #444444;
    width: 100%;
    min-height: 26px;
    height: fit-content;
    align-items: center;
    padding: 8px 10px 8px 10px;
}

.no-search-result {
    display: flex;
    width: 100%;
    height: 20px;
    padding: 8px 10px 8px 10px;
    align-items: center;
}

.no-search-result p {
    margin: 0;
    font-size: 13px;
    height: max-content;
}

.search-result-icon span {
    margin-right: 12px;
    font-size: 20px;
    height: 24px;
    width: 24px;
}

.search-result-detail {
    display: flex;
    flex-wrap: wrap;
}

.search-result-name {
    width: 100%;
    font-weight: 400;
    font-size: 12px;
}

.search-result-type {
    width: 100%;
    font-weight: 400;
    font-size: 11px;
    color: #aeb0b3;
}

.search-result:hover {
    cursor: pointer;
    background-color: #E6ECF2;
    border-radius: 8px;
}

.ms-icon-dropdown span:hover {
    cursor: pointer;
}

.ms-icon-dropdown {
    position: relative;
    display: flex;
}

.margin-left {
    margin-left: 10px;
}

.dropdown-menu {
    display: none;
}
    .dropdown-menu form {
        display: flex;
        background-color: white;
        border-radius: 8px;
        padding: 0px;
        width: 100%;
        cursor: pointer;
        font-size: 12px;
        font-family: "Inter", sans-serif;
        font-weight: 400;
        list-style-type: none;
        color: black;
        text-decoration: none;
    }

        .dropdown-menu form button {
            background-color: transparent;
            border: none;
            padding: 8px;
            height: 31px;
            margin: 0px;
            cursor: pointer;
            border-radius: 8px;
        }

            .dropdown-menu form button:hover {
                background-color: #E6ECF2;
                border-radius: 8px;
            }
.nav-link-form {
    display: flex;
}

    .nav-link-form .nav-link {
        background-color: transparent;
        border: none;
        padding: 0px;
        cursor: pointer;
    }
.dropdown-menu.show a {
    background-color: white;
    border-radius: 8px;
    padding: 8px;
    width: 100%;
    cursor: pointer;
    font-size: 12px;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    list-style-type: none;
    color: black;
    text-decoration: none;
}

.asset-status-divs {
    display: flex;
    width: 100%;
    max-width: 1260px;
    justify-content: start;
}
.asset-status-divs p {
    font-size: 13px;
}

.main-content {
    display: flex;
    box-sizing: border-box;
    margin: 0;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 320px;
    padding-right: 80px;
    flex-direction: row;
    flex-wrap: wrap;
    transition: 0.6s;
    height: 100%;
    width: 100%;
    align-content: flex-start;
    justify-content: center;
}

.main-content.mini {
    padding-left: 165px;
    transition: 0.6s;
}

a {
    text-decoration: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input:focus {
    outline: none;
    transition: 0.6s;
}

.button-row {
    display: flex;
    width: 100%;
    max-width: 1260px;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    padding-right: 0px;
    padding-bottom: 18px;
    box-sizing: border-box;
    min-height: 84px;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    flex-wrap: wrap;
}

.buttons-div-right {
    display: flex;
    flex: 1;
    justify-content: right;
    align-items: center;
    min-width: fit-content;
    flex-wrap: wrap;
}

.buttons-div-left {
    justify-content: left;
    width: 100%;
}

.buttons-div-right form {
    display: flex;
    width: max-content;
}

.buttons {
    display: flex;
    margin-bottom: 20px;
}

.page-header {
    display: flex;
    align-items: center;
    max-width: max-content;
}

.page-header h5 {
    font-family: "Inter", sans-serif;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    height: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.page-header div {
    display: flex;
    height: 28px;
    margin-left: 10px;
    font-size: 14px;
    align-items: end;
    font-weight: 500;
    color: #9b9b9b;
    margin-bottom: 2px;
}

.card-div {
    display: flex;
    box-sizing: border-box;
    height: max-content !important;
    width: 100% !important;
    max-width: 1260px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 20px;
}

.card-body {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.small-card-div {
    display: flex;
    box-sizing: border-box;
    width: 32%;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    font-size: small;
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.small-card-div a {
    padding: 20px;
    width: 100%;
    color: #333333;
}

.small-card-div button {
    padding: 20px;
    width: 100%;
    color: #333333;
    background-color: white;
    border: none;
    border-radius: 20px;
}

.small-card-div button p {
    display: flex;
    color: #333333;
    width: 100%;
    font-size: 17px;
    font-family: "Inter", sans-serif;
    font-weight: 500;
}

.small-card-div:hover,
.small-card-div form:hover {
    cursor: pointer;
    transform: scale(1.01);
}

.small-card-div:hover .card-button-link {
    color: #2f7bb9;
}

.small-card-div:hover span {
    color: #2f7bb9;
}

.card-button-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1260px;
    justify-content: space-between;
}

.card-buttons {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1260px;
    justify-content: start;
}

.card-button-icon {
    font-size: 40px;
    margin-top: 5px;
    margin-bottom: 20px;
}

.card-button-link {
    color: #333333;
    width: 100%;
    font-size: 17px;
    font-weight: 500;
}

.card-button-link:hover {
    color: #3b93dd;
}

#verify-logo-strip {
    fill: rgb(60, 103, 153) !important;
}

.manage-assets-summary {
    display: flex;
    width: 100%;
    height: 130px;
    max-width: 1260px;
    justify-content: space-between;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.manage-page-summary {
    display: flex;
    width: 100%;
    height: 130px;
    max-width: 1260px;
    justify-content: start;
    margin-bottom: 20px;
    box-sizing: border-box;
}


.manage-page-status {
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    padding: 20px;
    display: flex;
    box-sizing: border-box;
    width: 15%;
    height: 100%;
    align-content: space-between;
    flex-wrap: wrap;
}

.manage-assets-summary .manage-page-status {
    width: 21%;
}

.manage-page-status.b {
    margin-right: 15px;
    align-items: center;
}

.manage-page-status.b:hover {
    cursor: pointer;
    transform: scale(1.02);
}

.manage-page-status span {
    width: 100%;
    height: 21px;
    font-weight: 200;
    margin: 0px;
    font-size: 30px;
    color: #aaaaaa;
    flex-shrink: 0;
}

.manage-page-status p {
    margin: 0px;
}

.manage-page-status.b span {
    width: max-content;
    height: 26px;
    font-weight: 200;
    margin: 0px;
    font-size: 26px;
    color: #aaaaaa;
}

.manage-page-status.b div:nth-of-type(1) {
    font-size: 15px;
    font-weight: 500;
    color: #333333;
    margin-top: 0px;
    height: 60px;
    display: flex;
    width: 100%;
    align-items: end
}

.manage-page-status.b div:nth-of-type(2) {
    height: 18px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    width: 100%;
}

.manage-page-status.b p {
    display: flex;
    font-size: 12px;
    color: #aaaaaa;
    font-weight: 400;
    flex-shrink: 0;
    height: 15px;
}

.manage-page-status div {
    font-size: 25px;
    font-weight: 500;
    color: #333333;
    margin-top: 10px;
    width: 100%;
}

.manage-page-status p {
    font-size: 13px;
    color: #aaaaaa;
    font-weight: 400;
}

.summary-divs {
    display: flex;
    box-sizing: border-box;
    width: 55%;
    height: 100%;
    max-width: 1260px;
    background-color: white;
    border-radius: 20px;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
    padding: 20px;
    align-content: start;
}

.summary-divs span {
    cursor: pointer;
    color: #444444;
    height: 21px;
}

.summary-div {
    display: flex;
    flex-wrap: wrap;
    width: 50%;
    align-content: space-between;
}

.manage-page-detail {
    display: flex;
    height: max-content;
    flex-wrap: wrap;
    align-items: start;
    width: 100%;
}

.manage-page-detail span {
    font-size: 20px;
    font-weight: 200;
    margin-right: 10px;
    height: 20px;
    width: 20px;
}

.manage-page-detail a.detail-title,
.manage-page-detail p {
    color: #aaaaaa;
    margin: 0;
    width: fit-content;
    font-size: 13px;
    font-weight: 500;
    margin-right: 5px;
}

.manage-page-detail a:hover,
.manage-page-detail div.clickable:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
    cursor: pointer;
}

.manage-page-detail a.detail-data,
.manage-page-detail div {
    color: #333333;
    font-size: 13px;
    word-wrap: break-word;
    white-space: normal;
    overflow-wrap: break-word;
    font-weight: 600;
    flex-grow: 1;
}

.table-responsive {
    display: flex;
    width: 100%;
}

form {
    display: flex;
    align-content: start;
    max-width: 1260px;
}

.check-box-group,
.radio-box-group {
    display: flex;
    flex-wrap: wrap;
    padding-top: 5px;
}

.check-box-select {
    display: flex;
    width: 100%;
    margin-bottom: 6px
}

.radio-box-select {
    display: flex;
    width: 100%;
    margin-bottom: 6px;
}

.check-box,
.radio-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    border: 0.5px rgb(202, 202, 202) solid;
    background-color: #ffffff;
    margin-right: 10px;
    border-radius: 8px;
}

.check-box.readonly,
.radio-box.readonly {
    border: 0.5px rgb(197, 197, 197) solid;
    background-color: #eeeeee;
}

.check-box.ticked.readonly,
.radio-box.ticked.readonly {
    border: 0.5px rgb(197, 197, 197) solid;
    background-color: #eeeeee;
}

.check-box.readonly span,
.radio-box.readonly span {
    color: #eeeeee;
}

.check-box.ticked.readonly span,
.radio-box.ticked.readonly span {
    color: #b1b1b1;
}

.check-box span,
.radio-box span {
    display: flex;
    color: white;
}

.check-box:hover,
.radio-box:hover {
    cursor: pointer;
}

.check-box.readonly:hover,
.radio-box.readonly:hover {
    cursor: default;
}

.check-box.ticked,
.radio-box.ticked {
    background-color: #08203A;
}

.half-width {
    width: 50%;
}

.check-box-label,
.radio-box-label {
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
}

.check-box-label.readonly,
.radio-box-label.readonly {
    color: rgb(173, 173, 173);
    background-color: white !important;
}

.card-detail.readonly:focus {
    border: 0.5px rgb(202, 202, 202) solid;
}

.form-group {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 100%;
    margin-bottom: 15px;
}

.card-detail-heading {
    margin: 0;
    display: flex;
    width: fit-content;
    font-size: 14px;
    font-weight: 400;
    align-items: center;
    min-height: 30px;
    max-height: 37.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 335px;
}

.card-detail,
.modal-select {
    display: flex;
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    box-sizing: border-box;
    border: 0.5px rgb(202, 202, 202) solid;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 400;
    height: 38px;
    min-height: 38px;
    max-height: max-content;
    align-items: center;
    padding-left: 10px;
    padding-right: 7px;
    padding-top: 8px;
    padding-bottom: 8px;
    color: #424242;
    font-family: "Inter", sans-serif;
    margin: 0;
    background-color: transparent;
    justify-content: space-between;
}

.card-detail.readonly {
    color: #7a7a7a;
    background-color: #f7f7f7;
}

.card-detail.login {
    min-width: 100%;
    min-height: 50px;
    border-radius: 15px;
}

.card-detail.login input {
    border: none;
    height: 100%;
    flex: 1;
}

.card-detail.login span {
    color: #333333;
    font-size: 20px;
    cursor: pointer;
}

.card-detail.login:hover {
    border: 1px solid rgba(192, 192, 192, 0.4);
    box-shadow: rgba(100, 163, 234, 0.1) 0px 0px 0px 4px;
}

.card-detail.login span:nth-of-type(1) {
    border-right: 1px solid #cccccc;
    padding-right: 7px;
    margin-right: 7px;
}

.card-detail.login:focus-within {
    border: 1px solid rgba(90, 153, 224, 0.4);
    box-shadow: rgba(100, 163, 234, 0.1) 0px 0px 0px 4px;
}

.card-detail-heading.login {
    min-width: 100%;
    font-size: 11.5px;
    font-weight: 600;
    color: #bbbbbb;
}

.card-header {
    display: flex;
    width: 100%;
    justify-content: left;
    align-content: center;
    padding-right: 0px;
    padding-bottom: 20px;
    max-height: 85px;
    font-size: 20px;
    font-weight: 500;
}

.card-header span {
    margin-left: 10px;
    font-weight: 300;
    font-size: 25px;
    cursor: pointer;
    color: gray;
}

.card-header span:hover {
    transform: scale(1.1);
}

.verified-status-div {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    width: max-content;
    max-width: 1260px;
    margin-left: 10px;
    margin-right: 5px;
    margin-top: -20px;
    margin-bottom: 20px;
    height: 27px;
    align-items: center;
    align-content: center;
}

.verified-status-div img {
    height: 22px;
    margin-right: 5px
}

.verified-status-div text {
    display: flex;
    font-size: 13px;
    font-weight: 400;
    align-self: center;
}

.half-card-div {
    display: flex;
    box-sizing: border-box;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    width: 49%;
    box-shadow: rgba(0, 16, 24, 0.1) 1px 1px 10px 0px;
}

.half-card-div .card-header {
    font-size: 17px;
    padding: 0px;
}

.half-card-div .card-body {
    align-content: space-between;
}

.location-detail-divs {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.location-detail-div {
    display: flex;
    width: 40%;
    flex-wrap: wrap;
    align-content: space-between;
    height: max-content;
    margin-bottom: 5px;
    padding-right: 15px;
    box-sizing: border-box;
}

.location-detail-div span {
    font-size: 31px;
    height: 45%;
    width: 100%;
    margin-bottom: 10px;
}

.location-name,
.location-title {
    width: 100%;
    margin: 0;
}

.no-asset-photos-img {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    justify-self: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}

.no-asset-photos-img img {
    height: 40%;
}

.no-asset-photos-img p {
    width: 100%;
    margin: 0px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 300;
}

.location-name {
    display: flex;
    font-weight: 500;
    font-size: 13px;
    margin-bottom: 3px;
}

.location-title {
    display: flex;
    font-weight: 500;
    font-size: 12px;
    color: rgb(197, 197, 197);
}

.full-div-transparent {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 1260px;
    height: max-content;
    min-height: 270px;
    margin: 0px 0px 20px 0px;
}

.full-asset-photo-row-div {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    max-width: 1260px;
    height: 530px;
    box-sizing: border-box;
    justify-content: space-between;
}
.photo-metadata-div {
    display: flex;
    width: 100%;
    justify-content: center;
}
.photo-metadata-div p {
    margin: 5px 0px 5px 0px;
    font-style: italic;
    color: #bababa;
    font-size: 12px;
}
.asset-photo-carousel-div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-content: space-between;
}

.main-photo-div {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    height: 85%;
    justify-content: space-between
}

.main-photo-div span {
    height: 100%;
    display: flex;
    align-items: center;
    width: 20px;
}

.main-photo-div span:hover {
    cursor: pointer;
}

.full-asset-photo-row-div .card-div {
    width: 49% !important;
    margin: 0px;
    align-content: start;
    height: 100% !important;
}

.full-asset-photo-row-div .card-div .form-group {
    height: max-content !important;
    margin-bottom: 25px;
}

.full-asset-photo-row-div .card-div .card-detail-heading {
    min-width: 50% !important;
}

.full-asset-photo-row-div .card-div .card-detail {
    min-width: 50% !important;
}

.main-asset-photo {
    width: 88%;
    height: auto;
    object-fit: contain;
}

.photo-dots-div {
    display: flex;
    padding-top: 5px;
    width: 100%;
    height: 8%;
    align-items: center;
    justify-content: center;
}

.photo-dots-div span {
    background-color: #ccdceb;
    height: 9px;
    margin-left: 2px;
    margin-right: 2px;
    width: 9px;
    border-radius: 50%;
}

.photo-dots-div span:hover {
    cursor: pointer;
}

.photo-dots-div span.selected {
    background-color: #3c5164;
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.asset-photo-group {
    display: flex;
    height: 20%;
    flex-wrap: wrap;
    overflow-x: scroll;
    width: 100%;
    scrollbar-width: none;
}

.img-container {
    width: 120px;
    /* Set the desired square size */
    height: 100%;
    /* Set the desired square size */
    overflow: hidden;
    /* Hide overflow */
    margin-bottom: 10px;
    cursor: pointer;
}

.asset-photo-group .img-container:last-child {
    margin-bottom: 0px;
}

.img-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Cover the square while maintaining aspect ratio */
    display: block;
}

.asset-photo-group::-webkit-scrollbar {
    display: none;
    /* For Chrome, Safari, and other WebKit browsers */
}

.file-info-div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.file-display.logo {
    flex-wrap: wrap;
    background-color: #f5f5f5;
}

.file-logo {
    display: flex;
    width: 100%;
}

.file-logo-wrapper {
    border: 1px solid #9e9e9e;
    box-shadow: rgba(0, 0, 0, 0.116) 0px 2px 5px 0px;
    display: flex;
    width: 30%;
    max-height: 250px;
}

.file-logo-display {
    width: 100%; /* Make the image fill the container width */
    height: auto; /* Maintain aspect ratio */
    object-fit: contain; /* Ensures the image is fully visible */
    max-height: 250px;
}

.edit-asset-photos {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    flex-wrap: wrap;
}

.edit-photo-div {
    display: flex;
    height: 280px;
    width: 32%;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
}

.edit-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Fills the container while keeping aspect ratio */
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
}

.delete-photo-button {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    height: 42px;
    width: 42px;
    border-radius: 50%;
}

.delete-photo-button span {
    font-weight: 300;
    font-size: 22px;
    color: #777777;
}

.delete-photo-button:hover {
    cursor: pointer;
}

.delete-photo-button:hover span {
    color: #999999;
}

.edit-photo-overlay {
    position: absolute;
    box-sizing: border-box;
    background-color: #fefefe;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 62%, rgba(0, 0, 0, 0.00345888) 63.94%, rgba(0, 0, 0, 0.014204) 65.89%, rgba(0, 0, 0, 0.0326639) 67.83%, rgba(0, 0, 0, 0.0589645) 69.78%, rgba(0, 0, 0, 0.0927099) 71.72%, rgba(0, 0, 0, 0.132754) 73.67%, rgba(0, 0, 0, 0.177076) 75.61%, rgba(0, 0, 0, 0.222924) 77.56%, rgba(0, 0, 0, 0.267246) 79.5%, rgba(0, 0, 0, 0.30729) 81.44%, rgba(0, 0, 0, 0.341035) 83.39%, rgba(0, 0, 0, 0.367336) 85.33%, rgba(0, 0, 0, 0.385796) 87.28%, rgba(0, 0, 0, 0.396541) 89.22%, rgba(0, 0, 0, 0.4) 91.17%);
    display: flex;
    align-items: end;
    justify-content: end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 8px;
    padding: 20px;
}

.edit-photo-div:hover .edit-photo-overlay {
    opacity: 1;
    visibility: visible;
}

#noAssetPhotosLabel {
    font-size: 13px;
    padding: 20px;
    color: #aaaaaa;
}

#annualResetModal .modal-content {
    min-height: fit-content;
}

#annualResetModal .modal-header {
    font-weight: 600;
    font-size: 20px;
}

#annualResetModal p {
    font-weight: 400;
    font-size: 15px;
    margin: 0px;
}
#annualResetModal li {
    font-weight: 400;
    font-size: 14px;
    margin: 0px;
}
#annualResetModal .modal-footer {
    margin-top: 30px;
}
#annualResetModal .check-box {
    height: 20px;
    width: 20px;
    border-radius: 6px;
}
#annualResetModal .check-box-label {
    color: #333333;
    font-size: 12px;
}

#annualResetModal p:nth-of-type(2),
#annualResetModal p:nth-of-type(3) {
    margin-top: 20px;
}
.resetConfirmationDiv {
    display: flex;
    width: 100%;
    margin-top: 10px;
}
.toggle-visibility {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
    user-select: none;
    font-size: 20px;
    color: #555;
}
.password-input {
    flex: 1;
    font-size: 13px;
    width: 100% !important;
    height: 20px;
    font-family: "Inter", sans-serif;
    border: none;
    padding: 0px 30px 0px 0px;
}
.validation-span {
    width: 100%;
    display: flex;
    justify-content: right;
    margin-top: 4px;
}
.reset-password-link {
    color: blue;
    cursor: pointer;
    text-underline-offset: 3px;
}
.field-validation-error {
    color: red;
    font-family: "Inter", sans-serif;
    font-size: 13px;
}
.add-users-modal {
    font-size: 13px;
    width: 50% !important;
}
.written-off-report-button {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
    .written-off-report-button span:nth-of-type(2) {
        color: #dadada;
        font-weight: 300;
        font-size: 24px;
    }
    .small-card-div button:hover{
        cursor: pointer;
    }
#personnel-clear-button:hover {
    cursor: pointer;
}