﻿.bg-ss {
    background-color: #343a40 !important;
}

.validation-summary-errors {
    color: #fd6161;
}
.validation-summary-errors ul{
    list-style:none;
}
/*validation*/
.field-validation-error {
    color: indianred;
}

.input-validation-error {
    border: 1px solid indianred;
    box-shadow: 0 0 0.2rem rgb(255 0 6 / 25%);
}
label.succss {
    color:forestgreen;
    text-align:justify;
}

/* GEMV logon screens*/
.gemversity.bg-ss {
    background-color: var(--gem-dark1) !important;
}
/*Show external icon for links that point externally*/
a[href^="http"][target="_blank"] {
    white-space: nowrap;
}

a[href^="http"][target="_blank"]::after {
    content: "\f35d"; /* Unicode code for the external-link-alt icon */
    font-family: "Font Awesome 5 Pro"; /* Specify the Font Awesome font family */
    font-weight: 900; /* Specify the font weight for the icon */
    margin-left: 2px; /* Adjust spacing as needed */
    background-repeat: no-repeat;
    background-size: 16px 16px; /* Adjust the size of the icon */
    padding-left: 2px; /* Adjust padding to make space for the icon */
    display: inline-block;
    word-break: keep-all;
}
/*end show*/