﻿
::-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:225px;
}

.circle-img {
    position: absolute;
    z-index: 0;
}


.ambassdor-chart
{
 width:485px!important;
}

.team-detail {
    z-index: 1;
    max-width: 1140px;
    margin: 15px auto;
    box-shadow: 1px 2px 10px 3px #222;
    background: url(../images/news-letter/bg.jpg); 
	background-size:cover;
    text-align: justify;
    position: relative;
    width: calc(100% - 30px);
    max-height: calc(100% - 30px);
    padding: 20px;
    overflow-y:auto;
    overflow-x:hidden;
    border-radius:15px;
	border:15px solid #03351d; 
	/*top:10%;*/
	top:0%;
}

.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 #03351d;*/
    margin: 0px 0px;
    max-width: 100%;
    width: 160px;
}

.team-brif {
    padding: 15px 0px 3px 0px;
}

.team-brif2 {
    padding: 2px 0;
}

.team-edu {
    color: #212529;
    font-size: 16px;
    margin: 0px auto 0px;
	font-weight:600;
}

.team-edu2 {
    color: #212529;
    font-size: 16px;
    margin: 0px auto 0px;
	font-style: italic;
}

.team-name {
    font-size: 20px;
    line-height: 25px;
    /*margin: 15px auto 0;*/
    font-weight:600;
}

.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;
	font-size: 16px;
}

.team-detail-scroll {
    position: relative;
    z-index: 0;
}

.team-detail .row {
    display: flex;
    align-items: start;
    margin: 0;
}

.close-team-btn {
    width: 30px;
    height: 29px;
    top: 2px;
    z-index: 1;
    position: absolute;
    right: 3px;
    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: 6px;
        left: 4px;
        width: 75%;
        color: #fff;
    }


@media (max-width:525px) {
    .team-detail .row {
      /*  flex-direction: column-reverse;*/
    }

    .connect-team-on {
        margin: 0 0 10px;
    }

    .team-social {
        flex-direction: column;
    }

    .team-name {
        font-size: 24px;
    }
	
	.team-detail {
    padding:0px;
	top:0%;
}


}

.read-more-btn:hover {
     color: #ffffff !important; 
    text-decoration: underline;
}
