.cesium-widget-credits {
    display: none !important;
}
.bottomBar {
    width: calc(100% - 29px);
}
#coordinateContainer {
    display: flex;
    align-items: center;
}

#coordinateContainer span {
    font-size: 10px;
    font-family: -apple-system, -apple-system, 
                BlinkMacSystemFont, 'Segoe UI', Roboto, 
                Oxygen, Ubuntu, Cantarell, 'Open Sans', 
                'Helvetica Neue', sans-serif;
}

#loadThisUp {
    position: absolute;
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%);
    width:80px;
    height:80px;
    border-radius:50%;
    border:3px solid #25345D;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#25345D;
    color:#fff;
    cursor:pointer;
}
#loadThisUp:hover {
    background: #31457c;
}
.bottomBar {
    display: none;
}

.embedAssetDetails {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 
    Oxygen, Ubuntu, Cantarell, 'Open Sans', 
    'Helvetica Neue', sans-serif;
    background: rgba(0,0,0,0.45);
    text-shadow: 0 0 0 2px rgba(0,0,0,0.45);
    padding: 16px;
    border-radius: 8px;
    width: min(340px, 100%);
    display: flex;
    flex-direction: row;
    gap: 16px;
    z-index: 3;
}
.embedAssetDetails h1 {
    margin: 0;
    font-size: 16px;
    line-height: 1.1;
}
.embedAssetDetails h1 a {
    color: #fff;
    text-decoration: none;
}
.embedAssetDetails .embedMeta {
    font-size: 13px;
    line-height: 1.1;
    margin-top: 4px;
    color: #bebebe;
}
.embedAssetDetails img {
    width: 48px;
    height: 48px;
    border-radius: 4px;
}
.cesium-viewer-fullscreenContainer .cesium-home-button {
    position: fixed;
    bottom: 0;
    right: 30px;
    border-radius: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 29px;
    height: 29px;
    margin: 0;
}
.cesium-viewer-fullscreenContainer .cesium-home-button svg{
    width: 24px;
    height: 24px;
    top: 1px;
    left: 1px;
}

.password-protected-form {
    position:fixed;
    top:50%;
    left:50%;
    background:#fff;
    z-index:50;
    padding:20px;
    border-radius:12px;
    transform:translate(-50%,-50%);
    text-align:center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto;
}
.password-protected-form input[type="password"] {
    height: 48px;
    border: 1px solid #ccc;
    border-radius: 8px;
    font-size: 16px;
    padding: 4px 20px;
}
.password-protected-form input[type="submit"] {
    height: 48px;
    border: 1px solid #25345E;
    border-radius: 8px;
    font-size: 16px;
    padding: 4px 20px;
    margin-top: 8px;
    background: #25345E;
    color: #fff;
}
.password-protected-form input[type="submit"]:hover {
    background: #30447d;
}
.embedLogo {
    background:#25345D;
    display:inline-flex;
    padding:8px;
    position:absolute;
    bottom:20px;
    left:20px;
    border-radius:4px;
    z-index: 3;
}

.asset-management-controls {
    margin: 10px 0;
}

.project-asset-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
    transition: background-color 0.2s;
}

.project-asset-item:hover {
    background-color: #f5f5f5;
}

.remove-asset {
    opacity: 0.7;
}

.remove-asset:hover {
    opacity: 1;
}

.available-assets-grid {
    display: grid;
    gap: 0.5rem;
    max-height: 400px;
    overflow-y: auto;
}

.asset-item {
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 8px;
}

.asset-item:hover {
    background-color: #f5f5f5;
}

#edit-mode-buttons {
    gap: 0.5rem;
}

.ck-smaller-button.green {
    background-color: #388e3c;
}

.ck-smaller-button.grey {
    background-color: #80868b;
}
.available-assets-grid {
    max-height: 400px;
    overflow-y: auto;
    padding: 8px;
}

.asset-item {
    padding: 8px;
    border-bottom: 1px solid #eee;
    margin-bottom: 8px;
}

.asset-item:hover {
    background-color: #f5f5f5;
}

.asset-thumbnail {
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.asset-info {
    margin-left: 8px;
}

.asset-name {
    font-weight: 500;
}

.asset-date {
    font-size: 12px;
    color: #666;
}

.project-assets-list {
    padding: 8px;
}

.asset-line-item {
    background: #fff;
    transition: background-color 0.2s;
}

.asset-line-item:hover {
    background: #f5f5f5;
}

.asset-line-item img {
    display: block;
}

.asset-select {
    cursor: pointer;
}

.project-assets-search {
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 8px 8px 32px;
    margin-bottom: 8px;
}

.gwicon-global {
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
}
.loading-spinner {
    color: #666;
    font-size: 14px;
  }
  
  .error-message {
    color: #d32f2f;
    font-size: 14px;
  }