    .home-body {
        text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        min-height: 100vh;
        background: linear-gradient(to right , #758295,#ffe8a1);
        margin: 0;
        font-size: 16px;
        font-family: "Arimo", sans-serif;
    }

    .home-navbar {
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }

    .home-content {
        padding-top: 80px;
    }


    .m-container {
        flex: 1;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .s-box {

        width: 100%;
        max-width: 450px;
    }


    .m-card {

        padding: 20px;
        border-radius: 12px;
        background: rgba(0, 0, 0, 0.3);
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }

    .breadcrumb {
        border-radius: 0 !important;
        /* noņem visus stūrus */
        border-top-left-radius: .25rem !important;
        border-top-right-radius: .25rem !important;
    }

    .my-bottom-start-btn {
        border-radius: 0 !important;
        /* noņem visus stūrus */
        border-bottom-left-radius: .25rem !important;
        border-bottom-right-radius: .25rem !important;
    }

    /*
                CHATS
    */

    .chat-window {
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 5px;
        padding: 10px;
        background-image: linear-gradient(to bottom right, #758295, #a19d91);
    }

    .chat-message {
        max-width: 80%;
        padding: 10px;
        padding-top: 5px;
        border-radius: 10px;
        margin-bottom: 5px;
        position: relative;
        display: flex;
        flex-direction: column;
        line-height: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: 1.1em;
    }

    .chat-message-pc {
        max-width: 95%;
        padding: 10px;
        padding-top: 5px;
        border-radius: 10px;
        margin-bottom: 5px;
        position: relative;
        display: flex;
        flex-direction: column;
        line-height: 1;
        word-wrap: break-word;
        overflow-wrap: break-word;
        font-size: 1.1em;
    }

    .sent {
        background-color: #dcf8c6;
        align-self: flex-end;
    }

    .received {
        background-color: #f1f0f0;
        align-self: flex-start;
    }

    .private-received {
        background-color: #f6dd95;
    }

    .mail-received {
        background-color: #ffffff;
    }

    .private-sent {
        background-color: #b8e1eb;
    }


    .message-time {
        font-size: 0.8rem;
        color: #666;
        align-self: flex-end;
    }

    .mb-a {
        margin-bottom: 3px
    }

    .received .message-time {
        align-self: flex-start;
    }

    .message-input {
        border-top: 1px solid #ddd;
        padding: 20px;
        background: white;
    }

    
    .text-lightgray {
        color: rgb(187, 185, 185);
    }

    .smiley-img {
        max-width: 100%;
        max-height: 100%;
        display: inline-block;
        vertical-align: middle;
    }

    .smiley-wrapper {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

#toastContainer {
    pointer-events: none; /* neķer klikus */
}

#toastContainer .toast {
    pointer-events: auto; /* bet pats toast var tikt klikšķināts */
}

#backToTopBtn {
  display: none;
  position: fixed; 
  bottom: 30px; 
  right: 30px; 
  z-index: 9999; 
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 3px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

