#back-to-top {
    display: none; /* İlk başta gizli */
}
#back-to-top-span.hidden-footer {
    display: none !important;
}
#pin-home footer {
    margin-top: 5%;
}
footer {
    border-radius: 100px 100px 0px 0px;
    box-shadow: 0px -18px 49.9px -32px rgba(0, 0, 0, 0.25);
    margin-top: 50px;
}
footer #footer-top {
    max-width: 1530px;
    margin: auto;
    padding: 55px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer #footer-top .footerLeft {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: flex-end;
}
footer #footer-top .footerLeft svg {
    width: 34px;
    height: 34px;
    fill: var(--bg-one);
}
footer #footer-top .footerLeft img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
footer #footer-top .footerRight {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    align-items: center;
}
.footerCenter #pin-logo {
    max-height: 85px;
}
.footerCenter #pin-logo img {
    height: 85px;
}
footer #footer-bottom {
    max-width: 1530px;
    margin: auto;
    padding-bottom: 55px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#footer-bottom.forDesktop {
    gap: 75px;
}
footer #footer-bottom ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0;
}
footer #footer-bottom ul li {
    font-size: 17px;
    color: #163157;
}
footer #footer-bottom ul li a {
    color: #163157;
    text-decoration: none;
}
footer #footer-bottom ul li a:hover {
    text-decoration: none;
    color: #90D7E7;
}

/* TOASTR */
.toast.toast-success {
    width: 100% !important;
    margin: 0 !important;
    opacity: 1 !important;
    box-shadow: none !important;
    border-top: 1px solid #dbdbdb;
    padding: 0 !important;
    min-height: 75px;
    border-radius: 0 !important;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 4% !important;
}
.toast button.toast-close-button {
    display: none;
}
.toast .toast-message {
    text-align: left;
}
.toast-success {
    background-color: white !important;
}
.toast-title{
    color: var(--quaternary-color) !important;
}
.toast-message {
    color: var(--quaternary-color) !important;
    width: 100% !important;
 }
.toast-close-button{
    color: var(--quaternary-color) !important;

}
@media (max-width:1190px) {
    #toast-container {
        bottom: 50px;
    }
    .toast.toast-success {
        padding-left: 2% !important;
    }

    /* FOOTER MOBILE */
    footer #footer-top {
        max-width: 100%;
        width: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px;
        padding-bottom: 30px;
        border-bottom: 1px dashed #dbdbdb;
    }
    footer #footer-top .footerCenter #pin-logo {
        max-height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    footer #footer-top .footerLeft {
        padding: 0 40px;
    }
    footer #footer-bottom {
        padding: 20px 0;
        border-bottom: 1px dashed #dbdbdb;
        width: 100%;
        max-width: 100%;
    }
    footer #footer-bottom ul {
        grid-template-columns: repeat(2, 1fr);
        justify-content: center;
        justify-items: center;
        margin: auto;
    }
    footer #footer-bottom-bottom {
        padding: 20px 10px;
        border-bottom: 1px dashed #dbdbdb;
    }
    footer #footer-bottom-bottom ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    footer #footer-bottom-bottom ul li a {
        color: var(--color-seven);
    }
    .pindrinks footer {
        padding-bottom: 20%;
    }
    footer #footer-bottom-bottom .footerRight {
        display: flex;
        gap: 20px;
        justify-content: flex-end;
    }
    footer #footer-bottom-bottom .footerRight img {
        width: 22%;
        height: 100%;
        object-fit: contain;
    }
    footer #footer-copyright {
        padding: 30px 30px 0 10px;
    }
    footer #footer-copyright ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }
}

@media (min-width:1201px) and (max-width:1499px) {
    .pindrinks footer {
        padding-left: 3vw;
        padding-right: 3vw;
    }
    .footerCenter #pin-logo img {
        height: 5vw;
    }
    footer #footer-bottom ul li {
        font-size: 1rem;
    }
    #ETBIS img {
        width: 60px !important;
        height: auto !important;
    }
    .pindrinks-bayibasvuru #login-inputs input, 
    .pindrinks-bayibasvuru #login-inputs select {
        min-height: 3vw;
    }
}
@media (min-width:1500px) and (max-width:1600px) {
    .pindrinks footer {
        padding-left: 5vw;
        padding-right: 5vw;
    }
    .footerCenter #pin-logo img {
        height: 6vw;
    }
    footer #footer-bottom ul li {
        font-size: 1rem;
    }
    #ETBIS img {
        width: 70px !important;
        height: auto !important;
    }
    .pindrinks-bayibasvuru #login-inputs input, 
    .pindrinks-bayibasvuru #login-inputs select {
        min-height: 3vw;
    }
}

@media (min-width:320px) and (max-width:767px) {
    footer #footer-bottom ul li {
        font-size: 0.9rem;
    }
    footer #footer-bottom-bottom ul li a {
        font-size: 0.9rem;
    }
    footer #footer-copyright ul li {
        font-size: 0.9rem;
    }
}

@media (min-width:768px) and (max-width:1190px) {
    #pin-home footer {
        padding-left: 5vw;
        padding-right: 5vw;
        padding-bottom: 8vw;
    }
    footer #footer-bottom ul li {
        font-size: 1.7rem;
    }
    footer #footer-bottom-bottom ul li a {
        font-size: 1.7rem;
    }
    footer #footer-copyright ul li {
        font-size: 1.7rem;
    }
}

@media (max-width:1190px) and (min-width:1025px) {
    footer #footer-bottom ul li {
        font-size: 1.4rem;
    }
    footer #footer-bottom-bottom ul li a {
        font-size: 1.4rem
    }
    footer #footer-copyright ul li {
        font-size: 1.4rem;
    }
    .pindrinks footer {
        padding-bottom: 7%;
    }
}