﻿.disable-select {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (max-width: 600px) {
    .nomobile {
        visibility: hidden;
        clear: both;
        float: right;
        margin: 5px auto;
        width: 22%;
        height: auto;
        display: none;
    }
}

@media (max-width: 767px) {
    .hide-at-mobile {
        display: none !important;
    }
}

@media only screen and (min-width: 960px) {
    .hide-at-desktop {
        display: none !important;
    }
}
/* Toastr görünürlüğü için */
.toast {
    opacity: 1 !important; /* Tam netlik */
    filter: alpha(opacity=100); /* Eski IE uyumu */
}