.font-10p{
    font-size: 10px!important;
}
.font-11p{
    font-size: 11px!important;
}
.font-12p{
    font-size: 12px!important;
}
.font-13p{
    font-size: 13px!important;
}
.font-14p{
    font-size: 14px!important;
}
.font-15p{
    font-size: 15px!important;
}
.font-16p{
    font-size: 16px!important;
}
.font-17p{
    font-size: 17px!important;
}
.font-18p{
    font-size: 18px!important;
}
.textShadow1p {
    text-shadow: 1px 1px #e6e6e6;
}
.textShadow2p {
    text-shadow: 2px 2px #e6e6e6;
}
.finished{
    border-radius: 5px ;
    font-size: 13px ;
    color: white;
    text-shadow: 1px 0px 1px #2e2f2f66;
    background-color: #655e5eb8;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.started{
    border-radius: 5px ;
    font-size: 13px ;
    color: white;
    text-shadow: 1px 0px 1px #2e2f2f66;
    background-color: #1bb40f;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.willstart{
    border-radius: 5px ;
    font-size: 13px ;
    color: white;
     text-shadow: 1px 0px 1px #2e2f2f2e;
    background-color: #1f92169c ;
    box-sizing: border-box;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
    padding-left: 7px;
    padding-right: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.no-type-list{
    list-style-type: none;
}
.textStyle{
    font-weight: 500;
    padding-bottom: 31px;
    position: relative;
    color: var(--heading-color);
}
.star{
    font-size: 7px;
    color: red;
}

/***  tooltip ***/
.tooltip {
    position: relative;
    display: inline-block;

}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #1467c9;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 3px 0;
    position: absolute;
    z-index: 1;
    bottom: 115%;
    left: 70%;
    margin-left: -60px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}

/*** End. tooltip ***/
.btn--cancel:not([disabled]):hover {
    background-color: #ca4545;
    color: white;
}
.btn--confirm:not([disabled]):hover {
    color: #fff;
    background-color: #16910c;
    border-color: #14850b;
}

/***Profile Picture **/
.profile-badge{
    border:1px solid #c1c1c1;
    padding:5px;
    position: relative;
}

.user-detail{
    background-color: #fff;
    position: relative;
    padding:115px 0px 10px 0px;
    color:#8B8B89;
}
.user-detail h3{
    margin: 0px;
    margin:0px 0px 5px 0px;
    color: #000;
}
.user-detail p{
    font-size:14px;
}
.user-detail .btn{
    margin-bottom:10px;
    background-color: #fff;
    border:1px solid #DEDEDE;
    border-radius: 0px;
    color:black;
}
.user-detail .btn i{
    color:#D35B4D;
    padding-right:18px;
}
.profile-pic{
    position: absolute;
    height:90px;
    width:90px;
    z-index: 1001;
   /*
    top: 10px;
    transform: translateX(-50%);
       left: 50%;
    padding: 10px; */
}
.profile-pic img{

    border-radius:10%;
    box-shadow: 0px 0px 5px 0px #c1c1c1;
    cursor: pointer;
    width: 75px;
    height: 75px;
}
/***end.Profile Picture **/
