﻿
::-webkit-scrollbar-thumb {
    background: #f1c30f;
    width: 0;
    height: 25%;
}

.team-popup {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    left: 0;
    right: 0;
    z-index: 999;
    transform: translateY(-150%);
    transition: all ease-in-out 0.35s;
}

    .team-popup.show {
        transform: translateY(0%);
    }

.overlay_team {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 0;
    transform: scale(0);
}

.team-popup.show > .overlay_team {
    opacity: 1;
    transform: scale(1);
}

.team-popup img {
    width: 100%;
}

.circle-img {
    position: absolute;
    z-index: 0;
}

.team-detail {
    z-index: 1;
    max-width: 800px;
    margin: 15px auto;
    /*box-shadow: 1px 2px 10px 3px #c3c3c3;*/
    background: #fff;
    text-align: justify;
    position: relative;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding:30px 20px;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 15px;
	translate: 0 50%;
}


.team-detail-img {
    z-index: 1;
    max-width: 667px;
    margin: 15px auto;
    /*box-shadow: 1px 2px 10px 3px #c3c3c3;*/
    background: #fff;
    text-align: justify;
    position: relative;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding:20px 10px;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 15px;
	/*translate: 0 50%;*/
}

.team-detail-news {
    z-index: 1;
    max-width: 667px;
    margin: 15px auto;
    /*box-shadow: 1px 2px 10px 3px #c3c3c3;*/
    background: #fff;
    text-align: justify;
    position: relative;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding:20px 10px;
    overflow-y: auto;
    overflow-x: hidden;
	border-radius: 15px;
	/*translate: 0 50%;*/
}



.team-designation {
    background: #6d9900;
    width: max-content;
    padding: 10px 15px;
    color: #fff;
    font-size: 22px;
    border-radius: 14px 0;
}

.rounded-circle2 {
 border-radius: 50%!important;
   box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 12px -5px rgba(0,0,0,0.75);
  border: 5px solid #31a848;
  margin: 10px 0px;
}
.team-brif {
    padding: 15px 0px 3px 0px;
}

.team-brif2 {
    padding: 2px 0;
}
.team-edu {
    color: #b7b7b7;
    font-size: 16px;
    margin: 0px auto 15px;
}

.team-name {
    font-size: 18px;
    line-height: 25px;
    /*margin: 15px auto 0;*/
    font-weight: bold;
}

.team-title-label {
    color: #6d9901;
    font-weight: bold;
    margin: 0 0 15px;
    font-size: 16px;
    width: max-content;
    position: relative;
}


    .team-title-label:after {
        position: absolute;
        content: '';
        width: 100px;
        height: 2px;
        border: 1px dashed #6d9901;
        /*background:#fff;*/
        bottom: -5px;
        left: 0;
    }

.connect-team-on:after {
    opacity: 0;
}

.connect-team-on {
    margin: 0;
    font-size: 13px;
    margin-right: 5px;
}

.team-social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

    .team-social .fsocial a {
        box-shadow: 0 0 5px 3px #e2e2e2;
        min-width: unset;
        min-height: unset;
        padding: 0;
        margin: 0 3px;
    }
    .team-social .fsocial a {
    width:auto;
    height:auto;
    }
        .team-social .fsocial a i {
            font-size: 14px;
            display: block;
            width: 30px;
            height: 30px;
            line-height: 30px;
        }

.team-intro p {
    margin-bottom: 5px;
}

.team-detail-scroll {
    position: relative;
    z-index: 0;
}

.team-detail .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.team-detail-img .row {
    display: flex;
    align-items: center;
    margin: 0;
}

.team-detail-news .row {
    display: flex;
    align-items: center;
    margin: 0;
}


.close-team-btn {
    width: 40px;
    height: 40px;
    top: 0;
    z-index: 1;
    position: absolute;
    right: 0;
    border: 0px solid #6d9901;
    /**/
    border-radius: 50%;
    /* box-shadow: 0 0 5px #6d9901; */
    margin-top: 0px;
    background: #066839;
    cursor: pointer; 
	text-align:center;
}

    .close-team-btn .fa-custome-close::after, .close-team-btn .fa-custome-close::before {
        /* background: #6d9901; */
    }

    .close-team-btn .fa-custome-close {
    top: 16px;
    left: 4px;
    width: 75%;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 40px;
    }


@media (max-width:525px) {
    .team-detail .row {
        flex-direction: column-reverse;
    }
	
	
	    .team-detail-img .row {
        flex-direction: column-reverse;
    }

	    .team-detail-news .row {
        flex-direction: column-reverse;
    }

    .connect-team-on {
        margin: 0 0 10px;
    }

    .team-social {
        flex-direction: column;
    }

    .team-name {
        font-size: 24px;
    }
}
