﻿

/* fixed S.Media Css */
section.s_media {
    width: fit-content;
    position: fixed;
    bottom: 40%;
    right:0;
    z-index: 1;
}

.media {
    position: relative;
    display: flex;
    flex-direction:row-reverse;
    margin-bottom: 2px;
    transition: all 0.3s linear;
}

    .media i.fa-brands {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 20px;
    }

.fa-facebook-f {
    background: #3b5998;
}

.fa-instagram {
    background: #c32aa3;
}

.fa-x-twitter {
    background: #000;
}

.fa-linkedin-in {
    background: #0a66c2;
}

.fa-youtube {
    background: #ff0000;
}
.fa-whatsapp {
    background: #25d366;
}
.modal-backdrop {
    z-index: 0 !important;
}
/*.mediaText {
    padding: 4px 15px;
    margin-bottom: 0px;
    transition: all 0.3s linear;
    transform: translateX(-100%);
    opacity: 0;
    background: aliceblue;
    display: flex;
    align-items: center;
    color: #fff;
    visibility: hidden;
}

.media:hover .mediaText {
    transform: translateX(0px);
    opacity: 1;
    visibility: visible;
}*/
section.index_Page {
    padding-top: 130px;
}
.marqueeDiv {
    display: block;
}
.scrolled .marqueeDiv{
    display:none;
}

/* Banner*/
.indexSidebar {
    width: 20%;
    display: flex;
    flex-direction: column;
    padding: 0px 30px;
}
.indxBnnerSlider {
    width: 75%;
}
.indSlider {
    display: flex;
    width: 100%;
    padding:0px;
}


/*clickable menu barr*/
.menuBoxs {
    padding: 10px 20px;
    background: #d2e3f1;
    margin-bottom: 20px;
    border: 1px solid #4d90fe2e;
}
.searcDivBox {
    padding: 0px 10px;
}
.submenuBox {
    padding: 10px 20px;
    background: #d2e3f1;
    border: 1px solid #4d90fe2e;
}

    .menuBoxs a.sidebar-link .fa-caret-right {
        transform: rotate(90deg);
    }
    .menuBoxs a.sidebar-link {
        padding: 5px 10px;
        text-wrap: wrap;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
        transition: all 0.3s linear;
        display: flex;
        justify-content: space-between;
    }
        .menuBoxs a.dropdown-item {
            transition: all 0.3s linear;
        }
            .menuBoxs a.dropdown-item:hover {
                padding-left:8px;
            }
.subMneulist {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    margin: 10px 0px;
}
li.sidebar-item ul li a {
    padding: 5px 25px;
    font-size: 15px;
    color: #333;
    text-wrap:wrap;
}
.subMneulist a.dropdown-item {
    font-size: 15px;
    padding: 8px;
    transition: all 0.3s linear;
}
    .subMneulist a.dropdown-item:hover {
        padding-left: 4px;
        background: aliceblue;
    }

.invivoSpce a {
    color: #333;
}
.invivoSpce img {
    margin-bottom: 10px;
    transition: all 0.3s linear;
}
    .invivoSpce:hover img {
        padding: 4px;
    }

.assBtns {
    box-shadow: 1px 1px 12px #333;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 25px;
    color: #000;
    transition:all 0.3s ease-in-out;
}
    .assBtns:hover {
        padding: 6px 10px;
    }
.activeBtns{
    background:red;
    color:#fff;
}
.vivoTable tr td {
    width: 50%;
    padding: 10px;
}
.resarch-body summary {
    background: #f0f8ff;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid #c7e3fb;
}
.col-md-2-5{
    width:20% !important;
}
.col-md-2-5 img{
    width:100%;
}
.bioRbox p{
    height:50px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.bioRbox:hover {
    background: #e3f0fb;
}
.bScreHover {
    height: 60px;
    text-wrap: auto;
}
.resTabspils p {
    margin: 0px;
}
.resTabspils ol{
    padding-left:20px;
}
.linkLicense {
    background: #d3d3d3;
    padding:5px 10px;
}
.stuImgResr {
    width: 200px;
    height: 200px;
}
.sercBoxIn #myInput {
    width: 140px;
}
.dflspace {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.ranPageIcon tr td {
    display: flex;
    align-items: baseline;
}
.ranPageIcon tr td .fa-circle{
    font-size:12px;
    padding-right:10px;
}
.top-left h3 {
    background: #d2e3f1;
    padding: 10px 5px;
    box-shadow: 1px 1px 12px #ededed;
    border-radius: 5px;
}
.council-header {
    text-align: center;
    margin: 20px 0;
}

.chairperson img, .member img, .secretary img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}

.role-title {
    font-weight: bold;
    margin-top: 10px;
}

.member-box {
    text-align: center;
    margin-bottom: 20px;
}

    .member-box img {
        width: 200px;
    }