﻿#header-section {
    background: #2e7bcf !important;
    width: 100% !important;
}


.viewStarterKit {
    color: #0969da !important;
    text-decoration: none !important;
    font-size: 17px !important;
}

.viewStarterKit:hover {
    text-decoration: underline !important;
}

#GetStartedBtn {
    background: #0078d4 !important;
}


#spinner-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(255, 255, 255, 0.7) !important;
    z-index: 1000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.hidden {
    visibility: hidden !important
}

#spinner-overlay.show-spinner {
    display: flex !important;
}

.spinner-border {
    width: 3rem !important;
    height: 3rem !important;
}


#alert-container {
    z-index: 1000 !important; /* make sure the alert is on top of other elements */
    padding: 10px !important;
    border: 1px solid #ddd !important;
    background-color: #f0f0f0 !important;
    border-radius: 5px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important;
    position: fixed !important;
    top: 10px !important;
    right: 10px !important;
    margin-top:2% !important;
    background-color: transparent !important;
}

.tooltip-inner {
    text-align: left !important;
    white-space:pre-wrap !important;
    max-width: 30vw !important
}

.disabled-button {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    background-color: #ccc !important;
    color: #666 !important;
}
