@import url('CSSVariables.css');

#Podeli {
    position: absolute;
    top: 65px;
    right: 0px;
    width: 190px;
    height: 170px;
    margin-right: 0;
    transition: all 0.7s;
    overflow: hidden;
}

.Sakrij {
    width: 40px !important;
    height: 40px !important;
}

#PodeliIkona{
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: var(--main-colour-light);
    cursor: pointer;
}

#PodeliIkona:hover {
    background-color: var(--main-colour);
}

.BojaPodeliIkone {
    fill: black;
}

#SocijalniMedijContainer {
    position: absolute;
    top: 0;
    left: 40px;
    border: 2px var(--main-colour) dashed;
    padding-right: 10px;
    background-color: #f2f2f2c7;
    width: 120px;
    overflow: hidden;
}

.SocijalniMedijiIkonaKod {
    display: flex;
    align-items: center;
    height: 40px;
}

.SocijalniMedijiIkona {
    width: 40px;
    height: 40px;
    background-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid white;
    display: none;
}

.SocijalniMedijiIkona > img {
    width: 15px;
    height: 15px;
}

.SocijalnMedijiKod {
    margin-left: 10px;
    width: 100%;
}

#ZatvoriSocijalneMedije {
    position: absolute;
    top: 0;
    left: 165px;
    transition: all .3s;
    width: 18px;
    height: 18px;
    background-image: url(../images/ZatvoriGoogleSearch.svg);
    background-size: 100% 100%;
    background-color: #f4f4f4; 
}

@media screen and  (max-width: 1100px) {
    #Podeli { 
        top: 136px;   
    }
}