.custom-size {
    white-space: inherit;
    font-size: 12px !important;
    padding-bottom: 0px !important;
}

.unread {
    display: inline-block;
    background-color: lavender;
}

.custom-hr {
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.scrollable-menu {
    height: auto;
    max-height: 500px;
    overflow-x: hidden;
}

.cont {
    position: relative;
    width: 50%;
}

.cont iframe {
    opacity: 1;
    display: block;
    transition: 0.5s ease;
    backface-visibility: hidden;
    width: 100%;
}

.cont iframe img {
    width: 100% !important;
}

.middle-set {
    position: relative;
}

.middle {
    transition: 0.5s ease;
    opacity: 0;
    transform: translate(0);
    position: absolute;
    top: 15%;
    width: 100%;
    text-align: center;
}

.cont:hover iframe {
    opacity: 0;
}

.cont:hover .middle {
    opacity: 1;
}

.text {
    color: #f70000;
    font-size: 10px;
    padding: 8px 0px;
}
/* .delete-training-video{
  margin: 0rem 1.5rem;
} */
.cont.flex {
    display: block;
    width: 100%;
}
.flex.col {
    display: flex;
    flex-direction: column;
    white-space: normal;
    /* padding-right:0% ;
    margin-left: -112px; */
    text-align: justify;
    /* text-justify: inter-word; */
    padding: 0;
}

.cont-set .dropdown-item.c-s {
    padding: 0%;
}
.cont-set {
    margin-bottom: 30px;
}
.max-lines {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: #a768f3;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
#vtitle {
    text-align: justify;
    text-justify: inter-word;
}
#vdescription {
    text-align: justify;
    text-justify: inter-word;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
