﻿

/****************************/
/*Paylas Dropdown Menu ve Mobile Bottom Sheet Basla*/
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.share-toggle {
    cursor: pointer;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 0 1px #000;
    width: 16px;
    margin-right: 6px;
}

.share-menu i {
    width: 16px;
    margin-right: 6px;
}

.share-menu .share-item i {
    margin-right: 8px;
}

.share-menu > li {
    display: flex;
}

.share-menu > li > a {
    width: 100%;
    text-align: left;
}

.mobile-share-sheet {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.4);
    display: none;
    z-index: 9999;
}

.sheet-content {
    position: absolute;
    bottom: -100%;
    width: 100%;
    background: #fff;
    border-radius: 16px 16px 0 0;
    padding: 20px;
    transition: 0.3s ease;
    box-sizing: border-box;
}

.mobile-share-sheet.active .sheet-content {
    bottom: 0;
}

.sheet-header {
    font-weight: bold;
    margin-bottom: 20px;
}

.sheet-close {
    float: right;
    cursor: pointer;
}

.sheet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: center;
}

.sheet-item i {
    display: block;
    margin: 0 auto 15px auto;
    text-align: center;
    color: #000;
}

.sheet-text{
    color: #000;
}
/*Paylas Dropdown Menu ve Mobile Bottom Sheet Bitir*/
/*******************************/
/****************************************************/


