﻿

table tr:hover {
    cursor: pointer;
}


.my-spinner-container {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999999999;
}

.my-spinner {
    text-align: center;
}

.my-spinner img {
    width: 100%;
    max-width: 150px;
}

.DropItemHeaderColor {
    color: royalblue;
}

.DropItemSize {
    font-size: 16px;
}

.content-wrapper p {
    font-size: 14px;
}

.list-group-item {
    padding-top: 6px;
    padding-bottom: 6px;
}


@media screen and (max-width: 700px) {
   /* .content-wrapper {
        font-size: 0.8em;
    }

        .content-wrapper label {
            font-size: 1em;
        }*/

    
}



.toast-opacity-fix {
    opacity: 1 !important;
}

.toast-icon {
    color: green; /* İconun rəngini yaşıl edir */
}


.empty-message-container {
    display: flex;
    justify-content: center; /* Horizontal center */
    align-items: center; /* Vertical center */
    height: calc(100vh - 250px); /* Full screen height */
    text-align: center; /* Center text */
}
