:root {
    /* COLOR  */
    --AMDAprimary-color: #003D96;
    --AMDAsecondary-color: #0391FF;
    --footerBg: #252525;
    --footerBg2: linear-gradient(90deg, #003d96, #000e23);
    --greyiesWhite: #e5e5e5db;
    --lightBlue: #c4dbff;
    --white: white;
    --lightBlue2: #b3bfd1;

    /* FONT SIZE  */
    --fontSizeForFormTitle: 26px;
    --fontSizeForFormLabel: 18px;
    --fontSizeForFormOptions: 16px;
    --fontSizePara: 18px;
    --mediumFontSize: 15px;
    --smallestFontSize: 12px;
}

.min200dyWidthh {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr)) !important;
    place-items: center;
    gap: 12px;
}

.noUserSelect {
    user-select: none;
}

.ovrflowHidden {
    overflow: hidden !important;
}