.my-quotes{
    cursor: pointer;
}
.not-logged-in-message{
    display: none;
}
#video_exercises.m-content-detail{
    background: none;
    border-radius: 6px;
    margin: 0;
    padding: 0;
    z-index: 10;
}
a.close_btn.pop-2-close {
    font-size: 15px;
    margin-right: 35px;
    margin-top: 40px;
    text-decoration: none;
}

.exercise-minoter{
    padding: 7px 12px 7px 12px;
    border-radius: 8px;
    position: relative;
    width: 30%;
    margin-right: 5px;
    background-color: #ecf6ff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
}
.video_tab_pop.z-mine-space.minoter {
    width: 66%;
    margin-left: 210px;
    padding-left: 20px;
}

.my_note_list_exercise ul li{
    display: flex; 
    align-items: center; 
    column-gap: clamp(5px,1vw, 10px);
    margin-bottom: 10px;
    line-height: normal;
}

.my_note_list_exercise ul li img {
    max-height: 32px;
    vertical-align: middle;
    height: clamp(16px,1.5vw,22.5px);
}
.video_icon_exercise img {
    margin-left: 6px;
    height: clamp(14px, 1.5vw, 20px);
}

 