.btnsocial {
    font-size: 13px;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
    font-weight: 600;
    padding: 16px 22px;
    outline: none;
    border: none;
    user-select: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease 0s;
    top: 0;
}

.btnsocial:hover {
    box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    top: -5px;
}

.btnsocial span {
    font-size: 13px;
    margin-left: 15px;
    vertical-align: middle;
}

.btnsocial i {
    font-size: 18px;
    vertical-align: middle;
}

.btn.btn-image {
    background-color: rgba(67, 243, 59, 0.1);
    color: #098d03;
}

.btn.btn-facebook {
    background-color: rgba(59, 89, 151, 0.1);
    color: #3b5998;
}

.btn.btn-instagram {
    background-color: rgba(255, 108, 56, 0.1);
    color: #ff6c38;
}

.btn.btn-youtube {
    background-color: rgba(248, 0, 49, 0.1);
    color: #f80031;
}
@media (max-width: 768px){
    .text-hide-mobile{
        display: none;
    }
}

/*======Move-Com======*/
.com-move {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
    gap: 2px;
    flex-direction: row; /* Arrange items in a row */
    overflow-x: auto; /* Enables horizontal scrolling */
    overflow-y: hidden; /* Disable vertical scrolling */
    width: 100%; /* Full width of the container */
    padding: 5px;
    box-sizing: border-box;
    max-height: 120px;
}

.com-move .box-size {
    height: 100px;
    width: 100px;
    margin-right: 10px; /* Space between cards */
    position: relative;
    overflow: hidden;
    flex-shrink: 0; /* Prevents shrinking of the cards */
    box-sizing: border-box;
    cursor: pointer;
}

.com-move .box-size img,
.com-move .box-size video {
    height: 100%; /* Fill the card-media container */
    width: 100%; /* Fill the card-media container */
    object-fit: cover;
    cursor: grabbing;
}

.com-move .box-size div.dragging {
    opacity: 0.5;
    cursor: grabbing;
}

.publish-post-bar{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0000002e;
}
