﻿.modal {
    text-align: center;
    padding: 0 !important;
}

    .modal:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px; /* Ayarlamaları düzeltmek için gerekli olabilir */
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
/*Toast bildirim*/
.toast-header {
    background-color: #4CAF50; /* Yeşil arka plan rengi */
    color: black; /* Beyaz metin rengi */
}

.bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
}

i {
    font-size: 1rem;
}

p {
    margin-bottom: 0.12rem;
}

@media (min-width: 359px) and (max-width: 415px) {
    .aracTipi {
        padding-left: 0.25rem !important;
        margin-top: 3px;
    }

    /*#myDataTable_paginate {
        float: right !important;
        text-align: right !important;
    }*/

    .kasaTipi {
        padding-left: 0.25rem !important;
        padding-right: 0.25rem !important;
    }

    p {
        margin-bottom: 0.12rem;
    }

    a {
        margin-bottom: 0.25rem;
        padding-right: 0.85rem;
    }

    .whatsapp-message {
        background-color: #dcf8c6; /* Background color for sent messages */
        color: #000; /* Text color for sent messages */
        border-radius: 10px;
        max-width: 170%; /* Adjust the width as needed */
        padding: 10px;
        margin: 10px;
        position: relative;
        margin-bottom: 2vh;
    }
}

.whatsapp-message {
    background-color: #dcf8c6; /* Background color for sent messages */
    color: #000; /* Text color for sent messages */
    border-radius: 10px;
    max-width: 170%; /* Adjust the width as needed */
    padding: 10px;
    margin: 10px;
    position: relative;
    margin-bottom : 2vh;
}

    /* Style for the message tail/triangle */
    .whatsapp-message::before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-right: 10px solid #dcf8c6; /* Same as background color */
        border-left: 10px solid transparent;
    }




@media screen and (max-width: 640px) {
    .dataTables_length {
        float: left !important;
        text-align: left !important;
    }


   /* #myDataTable_paginate {
        float: right !important;
        text-align: right !important;
    }*/
}

/*@media screen and (max-width: 767px){
    #myDataTable_paginate {
        float: right;
        text-align: right;
    }
}

@media screen and (min-width: 768px){
    #myDataTable_paginate {
        float: left;
        text-align: left;
    }
}*/