﻿.xaf-object-caption {
    white-space: normal !important; /* Allows wrapping */
    overflow: visible !important; /* Disables text clipping */
    text-overflow: clip !important; /* Disables ellipsis */
    word-wrap: break-word; /* Breaks long words */
    overflow-wrap: break-word;
    font-size: 14px !important; /* Adjust this value as needed */
    line-height: 1.2; /* Adjusts line height for better readability */
}


.ActionNeededTextCSS {
    color: red;
    font-weight: bold;
    font-size: large
}
.NoActionNeededTextCSS{
    color: forestgreen;
    font-weight: bold;
    font-size: large
}

.StaticProgressImage img{

    width:100% !important;
    height:auto !important;

}

button[data-action-name="Manuscript-Preparation URL"],
button[data-action-name="Innspub-Journal-List URL"],
button[data-action-name="Author-Guideline URL"] {
    background: none;
    border: none;
    color: blue;
    text-decoration: underline;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
    font-family: inherit;
}

    button[data-action-name="Manuscript-Preparation URL"]:hover,
    button[data-action-name="Innspub-Journal-List URL"]:hover,
    button[data-action-name="Author-Guideline URL"]:hover {
        color: darkblue;
    }


.loading-items-center > .bg-primary {
    background-color: green !important;
}

.loading-items-center > .border-primary {
    border-color: green !important;
}

.innspublogin {
    clear: both;
    overflow: scroll !important;
    height: inherit;
}

.innspublogin1 {
    clear: both;
}

.innspubnotification {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-weight: 600;
    line-height: 1.7em;
    font-size: 1.1rem;
    background-color: aliceblue;
    padding-bottom: 20px;
    clear: both
}

.app {
    position: relative !important;
}

@media only screen and (max-width: 600px) {
    .innspubnotification {
        width: 90% !important;
    }
}
/*.xaf-static-text.white-space-pre-line {
    color: blue;
}*/
