/* call for papers page  start  */
.button-submit {
    float: inline-end;
}

.article-heading {
    font-size: 20px !important;
    text-decoration: none;
    color: black;
    letter-spacing: revert;
}

.article-desc {
    font-size: 15px;
    letter-spacing: revert;
}

.journal-background {
    background-color: #ebebeb !important;
}


#special-issue-link:hover {
    color: #628738 !important;
}

@media only screen and (max-width: 768px) and (min-width: 320px) {
    #submit_a_proposal_button {
        font-size: 10px;
        margin-top: 5px;

    }
    .top-grid-css{
        border-radius: 0px !important;
        height: none;
        background-color: none;
    }
}
 /*  */

#call-paper .dropdown-menu {
    margin: 0;
    padding: 10px 5px;
    width: 560px;
    background-color: black;
    border-radius: 15px;
    right: 0;
    border: 1px solid #fff;
    z-index: 1000;

}

.text-white {
    color: #fff !important;
    font-family: "PT Serif", serif;
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important;
}

.btn-outline-light {
    color: #272b30 !important;

}

.btn-outline-light .text-color {
    color: #0068cf;
    border-color: #016ad2;

}

.button-text {
    color: white;
}


#btn:hover {
    color: grey !important;
    
}

#inside-dropdwon:hover {
    color: rgb(235, 225, 225);
}

.dropdown-button {
    padding: 0px;
    text-align: initial;
    width: 261px;
}

#inside-dropdwon {

    color: white;
    padding: 5px;
    font-family: "PT Serif", serif;
    font-weight: 100;
}

.animation-underline1 {
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: inherit;

}

#inside-heading {
    text-transform: none;
    font-size: 15px;
    margin: 0px;
    letter-spacing: inherit !important;
}

/* circle */
.circular-button {
width: 145px;
height: 145px;
border-radius: 50%;
background-color: #f5f5f5; 
color: black;
border: none;
font-size: 14px;

}
.btn-primary1{
    background-color: black  !important;
    border-color: black  !important;
}


.records{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}