
.otapp .mypopup-trackactionshowhide{
	margin-top:  25px;
	margin-bottom:  60px;
}

.mmypopup-trackactionshowhide-showhidemenu{
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.mypopup-trackactionshowhide-showhidemenu-container{
    cursor: pointer;
    display: flex;
    align-items: center;
}

.mypopup-trackactionshowhide-showhidemenu p{
    margin: 0px;
    padding-left: 5px;
    font-style: italic;
}

.mypopup-trackactionshowhide-showhidemenu img{
    opacity: 0.7;
}


.mypopup-trackactionshowhide-hideghost div, .mypopup-showhide div{
    display: flex;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-right: 7px;
    margin-bottom: 15px;
    background-color: rgb(230, 230, 230);
}

.mypopup-showhide div.mypopup-showhide-delete{
    background-color: rgb(236, 41, 8);
    color: white;

}

.mypopup-trackactionshowhide-hideghost div img, .mypopup-showhide div img{
    border-radius: 5px;
    margin-left: 7px;
    margin-right: 7px;
}

.mypopup-trackactionshowhide-hideghost div p, .mypopup-showhide div p{
    margin: 0px;
}