:root {
    --main-theme-color: #3969ff;
    --main-element-color: rgba(0, 0, 0, 0.3);
}

.btn-invite-member{
    background-color: var(--main-theme-color);
    color: #fff;
}

.btn-invite-member:hover, .btn-invite-member:active, .btn-invite-member:focus{
    color: #fff;
}

.ticket-and-pm-team-member-box {
    color: #17394d;
}

.capitalized {
    color: #6b808c;
    text-transform: uppercase;
}
.height-fixed{
   
   height: 250px;        
     overflow-y: scroll;        
      scrollbar-width: none;
}

.teamTitle {
    font-size: 18px;
    line-height: 30px;
    color: #17394d;
}

/* nav tab content */

.ticket-and-pm-team-member-left>.nav-tabs>li, .tabs-right>.nav-tabs>li {
    float: none;
}

.ticket-and-pm-team-member-left>.nav-tabs>li>a, .tabs-right>.nav-tabs>li>a {
    min-width: 74px;
    margin-right: 0;
    margin-bottom: 3px;
}

.link-color {
    color: #092d42;
    display: block;
    font-weight: 700;
    text-decoration: none;
}

.ticket-and-pm-team-member-left>.nav-tabs {
    float: left;
    margin-right: 30px;
    margin-top: 22px;
}

.ticket-and-pm-team-member-tab2>li>a {
    padding: 7px 15px;
}

.ticket-and-pm-team-member-tab2>li>a:hover {
    border-color: transparent;
    background-color: transparent;
    color: #092d42;
}

.ticket-and-pm-team-member-left>.ticket-and-pm-team-member-tab2 .active>a, .ticket-and-pm-team-member-left>.ticket-and-pm-team-member-tab2 .active>a:hover, .ticket-and-pm-team-member-left>.ticket-and-pm-team-member-tab2 .active>a:focus {
    background-color: #dfe3e6;
    border-radius: 3px;
    display: block;
    color: #092d42;
    font-weight: 700;
    text-decoration: none;
}

.ticket-and-pm-team-member-tab-content>.active {
    display: block;
    padding-top: 15px;
}

.ticket-and-pm-team-member-tab2 {
    border-bottom: none;
    width: 240px;
}

.ticket-and-pm-team-member-tab2>li.active>a {
    background-color: transparent;
}

.ticket-and-pm-team-member-tab2>li>a {
    border: none;
}

.ticket-and-pm-team-member-tab-content>.active {
    display: block;
    padding-top: 15px;
}

.ticket-and-pm-team-member-tab-content {
    margin-left: 24.2rem;
    background-color: #fff;
}

/* end */

.filter-box {
    padding-left: 0px;
}

.members-list {
    border-top: 1px solid #d6dadc;
    margin-left: 28px;
}

.member-list-item-detail {
    justify-content: space-between;
    min-height: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.button-links {
    background-color: #dfe3e6;
    box-shadow: 0 1px 0 0 #c2ccd1;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    height: 32px;
    margin-top: 8px;
    color: #092d42;
    padding: 6px 20px;
    width: 120px;
}

.member-detail {
    margin-top: 2px;
}

.font-16-team-member {
    font-size: 16px;
}

/* .button-links:active, .button-links:hover, .button-links:focus {
    background-color: #17394d;
    box-shadow: 0 1px 0 0 #092d42;
    border: none;
    color: #fff;
} */

.ml-10 {
    margin-left: 10px;
}

.mr-10 {
    margin-right: 10px;
}

.image-top-5 {
    margin-top: 5px;
}

.button-list-team-member {
    padding-right: 0px;
}

.pl-pr-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.mt-10 {
    margin-top: 10px;
}

/* dropdown modal css */

.addMemberDropdownMenu {
    position: absolute;
    top: 4rem;
    left: 12rem;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.hLine-mt-mb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.addTeamButton {
    margin-top: 10px;
    width: 100%
}

/* dropdown modal css end */

/* custom-checkbox */

.checkbox-custom {
    display: none;
}

.checkbox-custom-label {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border-radius: 5px;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    padding: 2px;
    margin-right: 10px;
}

.checkbox-custom:checked+.checkbox-custom-label:after {
    content: "";
    padding: 2px;
    position: absolute;
    width: 9px;
    height: 18px;
    border: solid #555;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    top: 9px;
    left: 15px;
}

/* custom-checkbox end*/

/* permission modal */

.memberPermissionDropdownMenuforteam {
    position: absolute;
    top: 5rem;
    left: 27rem;
    z-index: 1000;
    display: none;
    float: left;
    width: 300px;
    padding: 10px;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.point {
    cursor: pointer;
}

.open-modal-text-color {
    font-size: 16px;
    color: #17394d;
}

.modal-title-text-color {
    color: #6b808c;
}

.member-label {
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 6px 12px;
    position: relative;
    margin-right: -15px;
    margin-left: -10px;
    text-decoration: none;
    font-size: 14px;
    color: #17394d;
}

.sub-menu {
    clear: both;
    color: #6b808c;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 4px;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none;
}

.pop-over-list li>.member-label:active, .pop-over-list li>.member-label:hover, .pop-over-list li>.member-label:focus {
    background-color: #0079bf;
    color: #fff;
}

.member-label:hover .sub-menu, .member-label:focus .sub-menu, .member-label:active .sub-menu {
    color: #fff;
}

.hLine-mt-mb-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ml-10 {
    margin-left: 10px;
}

/* permission modal end */