﻿.subimgsize {
    max-width: 100%;
    max-height: 50px;
    height: 50px;
 
}
.sublisttext {
 padding-left:9px;
}
.d-flex-hover:hover {
    background-color: #f0f0f0;
    transition: background-color 0.6s;
}
.rowh {
  
    padding:5px;
    border-bottom: solid 0.01rem #efefef;
}
 

.jname {
    font-family: 'acumin-rpro';
    font-size: 1.6rem;
    color: #76583c;
 
 
 padding-bottom:6px;
    margin-bottom: 10px;
    font-weight: bold;
    border-bottom: solid #e50505 2px;
    text-decoration:none;
}



.home {
    color: #313b5a;
    font-size: 1.5rem;
    font-family: 'Arial';
    font-weight: bold;
    text-decoration: none;
    padding-left: 2px;
}
    .home:hover {
        color: #ff6a00;
        padding-left: 2px;
        font-size: 1.5rem;
    }
.IJISAM-Title {
    max-width: 90%;
}

 
.intro {
   margin:10px;
   text-align:justify;
   display:flow-root;
   align-items:center;
   line-height:1.7rem;
  
}
.jbtn {
   
    font-weight: 400;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    padding: .4rem .4rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out display: inline-block;
    color: #212529;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid #313b5a;
    margin: 1px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}
    .jbtn:hover {
        color: white;
        background-color: #313b5a;
    }
        .jbtn:hover .btn-icon {
            color: white; /* Icon color change on hover */
        }
.jsocialicon {
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    font-size: 1.5rem;
    color: #313b5a;
}
    .jsocialicon:hover {
        color: #ff6a00;
    }

.jlink {
    font-size: 1rem;
    text-decoration:none;
    margin:10px;
    color:#6e6e6e;
}
.jlink:hover { 
    color:#ff6a00;
}

@font-face {
    font-family: 'acumin-rpro';
    src: url('font/acumin-rpro.otf') format('opentype');
}

.imp {
    color: #121065;
    font-weight: 550;
    padding: 5px;
 font-size:0.898rem;
 
}
    .imp:hover  {
        color: #ff6a00; 
    }
.issn {
    color: #121065;
    font-weight: 550;
    padding: 5px;
    font-size: 0.898rem;
 
}
    .issn:hover {
        color: #ff6a00;
    }
.opaccess {
    color: white;
    margin-left: 10px;
    font-weight: 550;
    padding: 5px;
    font-size: 0.898rem;
    background-color: #ff6a00;
    border-radius: 10px;

}
    .opaccess:hover {
        color: white;
        margin-left: 10px;
        font-weight: 550;
        padding: 5px;
        margin-left: 10px;
        background-color: #313b5a;
        border-radius: 10px;
    }
.latestart {
    font-family: 'acumin-rpro';
    font-weight: bold;
    padding:10px;
}




.aligns-right {
    padding: 5px;
    text-align: start;
}

.aligns-left {
    padding-right:20px;
    text-align: end;
    text-decoration: none;
}

@media (max-width: 767px) { 

    .aligns-right {
        padding: 2px;
        text-align: center; 
    }

    .aligns-left {
        padding:2px;
        text-align: center;
        text-decoration: none;
    }
}