:root {     --main-theme-color: #3969ff;     --main-element-color: rgba(0, 0, 0, 0.3); }
.modal-header-Tpm-color {     padding: 12px;   }
.modal-body-data{     padding: 10px; }
.btn-tpm-save-button{     
    background-color: var(--main-theme-color);     
    border-color:  var(--main-theme-color);     
    color: #fff !important;
 }
.sideBoardDropdownMenu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 300px;
    padding: 0px;
    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);
}
.Edituserbutton:active {
    background-color: #17394d;
    box-shadow: 0 1px 0 0 #092d42;
    border: none;
    color: #fff;
}
.point{
    cursor: pointer;
}
.Edituserbutton:hover {
    box-shadow: 0 1px 0 0 #b3bec4;
    border: none;
}
a:hover {
    color: #092d42;
}
.openformstyle {
    float: left;
    padding-right: 12px;
    margin-top: 50px;
}
.Edituserbutton {
    background-color: #dfe3e6;
    box-shadow: 0 1px 0 0 #c2ccd1;
    border: none;
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    font-weight: 700;
    height: 32px;
    margin-top: 8px;
    padding: 6px 12px;
    padding-right: 12px;
    text-decoration: none;
}
a {
    color: #17394d;
}
.edituserlblfont{
    color: #17394d;
}
.edituserbtncancel{
    background-color: #c2ccd1;
    font-weight: 700;
    color: #17394d;
}
.tpmteamname{
    color: #17394d;
    font-weight: 700;
    font-size: 24px;
}
.tpmdescription{
    color: #17394d;
    font-size: 14px;
    font-weight: 400;
}
.tabbed-pane-header {
    padding: 10px;
}
.profile-image{
    background-color: #dfe3e6;
    border-radius: 25em;
    cursor: pointer;
    display: block;
    flex: 0 0 85px;
    height: 85px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 85px;
    z-index: 0;

}
.tpm-profile-image{
    background-size: 85px 85px;
    border-radius: 3px;
    display: block;
    height: 85px;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 85px;
    z-index: 2;
}
.user-profile-modal-image-text{
    background-size: 85px 85px;
    border-radius: 3px;
    display: block;
    height: 85px;
    left: 0;
    object-fit: cover;
    top: 0;
    width: 85px;
    z-index: 2;
    margin-top: 27.5px;
    font-size: 24px;
}
.profile-image.is-editable:hover .tpm-profile-image-change-text {
    display: block;
    text-decoration: underline;
}
.profile-image.is-editable:active .tpm-profile-image-change-text {
    background: rgba(0,0,0,.6);
    display: block;
    text-decoration: underline;
}
.tpm-profile-image-change-text, .profile-image-initials {
    font-weight: 700;
    text-align: center;
    left: 0;
    position: absolute;
}
.tpm-profile-image-change-text {
    background: rgba(0,0,0,.5);
    bottom: 0;
    color: #fff;
    height: 40px;
    line-height: 32px;
    right: 0;
    width: 100%;
    z-index: 3;
}
/* new css */
.cursor-pointer {
    cursor: pointer;
}
.user-edit-profile-image-text-perma {
    padding-top: 15px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #dfe3e6;
    color: #17394d;
}
.mb-0 {
    margin-bottom: 0px;
}
.mt-15 {
    margin-top: 15px;
}
.p-16 {
    font-size: 16px;
}
.text-underline {
    text-decoration: underline;
}
.mb-0 {
    margin-bottom: 0px;
}
.font-weight-bold {
    font-weight: bold;
}
.cursor-pointer {
    cursor: pointer;
}
.text-2 {
    color: #6c757d;
}