#toast-container>.android-bir {
    background-image: url("./app.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
    margin-right:15px ;
}

#toast-container>.android-iki {
    background-image: url("./android2.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
}

#toast-container>.android-uc {
    background-image: url("./android3.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
}

#toast-container>.ios-bir {
    background-image: url("./ios1.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
}

#toast-container>.ios-iki {
    background-image: url("./ios2.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
}

#toast-container>.ios-uc {
    background-image: url("./ios3.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
    width: 90vw;
}

#toast-container>.web-bir {
    background-image: url("./web1.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
}

#toast-container>.web-iki {
    background-image: url("./web2.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
}

#toast-container>.web-uc {
    background-image: url("./web3.png") !important;
    background-color: black;
    color: white;
    border: black 1px solid;
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 25px;
    font-weight: bold;
    color: white;
    -webkit-text-shadow: 0 1px 0 #000000;
    text-shadow: 0 1px 0 white;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40);
}