/* gallery-media template's css */
.one-card-txt{
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
text-overflow: ellipsis;
min-height: 2.6em;
}

#my-form{
    display: flex;
    align-items: center;
}

#textData{
    flex: 1;
    margin-right: 10px;
}

.srh-btn{
    flex-shrink: 0;
    border: 2px solid rgba(239, 100, 151, 1);
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(239, 100, 151, 1);
    color: white;
}

.srh-btn:hover{
    border: 2px solid rgba(239, 100, 151, 1);
    background-color: white;
    color: rgba(239, 100, 151, 1);
}

#next{
    border: 2px solid rgba(239, 100, 151, 1);
    justify-content: center;
    border-radius: 8px;
    background-color: rgba(239, 100, 151, 1);
    color: white;
}

#next:hover{
    background-color: white;
    color: rgba(239, 100, 151, 1);
}

.view-btn{
    border: 2px solid rgba(239, 100, 151, 1);
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    color: rgba(239, 100, 151, 1);
}

.view-btn:hover{
    background-color: rgba(239, 100, 151, 1);
    color: white;
}

.one-card{
    transition: box-shadow .3s;
}

.one-card:hover{
      box-shadow: 0 0 11px rgba(33,33,33,.2);
}

/*.sticky-top{
    padding-top: 80px;
}

#search-bar {
    z-index: 1000;
}*/