﻿.sol-sag {
    justify-content: left;
}
.padding-dash{
    padding-right:13px;
    padding-left:13px;
}
    
.sol-sag a {
    margin-right: 1.5rem !important;
    }

.dash-style {
    padding: 0;
    margin-left: 2px;
}

.MiniIcon{}
@media (max-width: 780px) {
    .MiniIcon{
        font-size:smaller;
        display:block;
    }
}
@media (max-width: 700px) {
    .MiniIcon {
        font-size: 10px;
        display: block;
    }
}
@media (max-width: 600px) {
    .MiniIcon {
        font-size: 10px;
        display: none;
    }
}
    
@media (max-width: 500px) {
    .profile-dropdown-btn {
        flex-direction: row;
        align-items: center;
        padding: 0;
        justify-content: flex-end;
        }

    .MiniIcon {
        display: none;
        }

    .sol-sag {
        justify-content: left;
        }

    .sol-sag a {
        margin: 0.5rem !important;
        }
    
    .username {
        display: none;
        }
    }

    .profile-img {
        position: relative;
        min-width: 40px;
        min-height: 40px;
        background-color: white;
        border-radius: 50%;
        background-size: cover;
    }

    .profile-dropdown-btn:hover {
        /* border: 1px solid var(--theme-primary-color); */
    }

    .profile-dropdown {
        position: relative;
        width: fit-content;
        z-index: 5;
        /* background-color: var(--theme-primary-color); */
    }

    .profile-dropdown-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* padding-right: 1rem; */
        font-size: 0.9rem;
        border-radius: 50px;
        cursor: pointer;
        max-width: 220px;
        /* min-width: 220px; */
        -webkit-line-clamp: 2;
        /* background-color: whitesmoke; */
        border: 1px solid transparent;
        padding: auto;
    }

    .profile-dropdown-list {
        position: absolute;
        margin-top: 10px;
        min-width: 200px;
        right: 0%;
        max-height: 0;
        overflow: hidden;
        background-color: var(--theme-secondary-color);
        border-radius: 10px;
    }

        
    .profile-dropdown-list.active {
        max-height: 500px;
        }

    .profile-dropdown-btn:hover {
    }

    .profile-dropdown-btn span {
        margin: 0 0.5rem;
        margin-right: 2px;
        color: var(--theme-primary-color);
    }

    .profile-img i {
        position: absolute;
        right: 0;
        bottom: 0.3rem;
        font-weight: 0.5rem;
    }

    .profile-dropdown-list-item {
    }

    .profile-dropdown-list hr {
        border: 0.5px solid black;
        margin: 0;
        padding: 0;
    }

    .profile-dropdown-list-item a {
        display: flex;
        align-items: center;
        text-decoration: none;
        font-size: 0.9rem;
        width: auto;
        color: var(--theme-primary-color);
    }

        
    .profile-dropdown-list-item a i {
        margin-right: 0.8rem;
        font-size: 1.1rem;
        min-width: 2.3rem;
        min-height: 2.3rem;
        max-width: 2.3rem;
        max-height: 2.3rem;
        background-color: white;
        color: var(--theme-primary-color);
        line-height: 2.3rem;
        text-align: center;
        border-radius: 50%;
        }

    .profile-dropdown-list-item:hover {
        padding-left: 1rem;
        background-color: var(--theme-primary-color);
    }

    .profile-dropdown-list-item a:hover {
        color: white;
    }


@media screen and (max-width:991px) {
    .collaps-dashboard {
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .dashboard-sidebar {
        display: none;
        padding: 0px !important;
    }
}
@media (min-width: 601px) {
    .giris-buton {
        display: none;
    }
}
@media (max-width: 600px) {
    .giris-buton2 {
        display: none;
    }
}