﻿.swal-cancel-button {
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(10px, 10px);
}

.swal-confirm-button::after {
    color: #fff;
}

.swal-confirm-button {
    background: #CE181E !important;
}

.swal-cancel-button::after {
    content: 'X';
}

.swal-cancel-button::after {
    color: #000000;
}


@media screen and (max-width:812px) {
    .second-last {
        display: none;
    }

    .list-group-item {
        font-size: 12px !important;
        padding-right: 0px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
    }

        .list-group-item img {
            margin: 0px !important;
        }

    .ipad img {
        width: 10% !important;
        margin-right: 2px !important;
    }
}

table {
    border-collapse: collapse;
}

th {
    background: #ccc;
}

@media screen and (max-width:440px) {
    th {
        font-size: 10px;
    }

    td {
        font-size: 13px;
    }

    .list-group-item {
        font-size: 12px !important;
        padding-right: 0px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: start !important;
    }

    .ipad .list-group-item img {
        width: 10% !important;
        margin: 0px 10px 0px 0px !important;
    }

    .list-group-item img {
        margin: 0px !important;
    }
}

th,
td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: center;
}

tr:nth-child(even) {
    background: #efefef;
}

tr:hover {
    background: #d1d1d1;
}

.mt-6 {
    margin: 65px 0px;
}

.list-group-item {
    border: 0px !important;
}

.list-group-item {
    display: flex !important;
    align-items: center !important;
    justify-content: start !important;
}

    .list-group-item img {
        margin: 0px !important;
    }

.ipad h6 {
    font-weight: bold !important;
}

#dropdown {
}

    #dropdown li {
        cursor: pointer;
        padding: 8px;
    }

        #dropdown li:hover {
            background-color: #ccc;
            cursor: pointer;
        }

.phoneNameSearch input {
    width: 100%;
    border: 2px solid #bdb9b9;
    border-radius: 5px;
    /* padding: 5px 50px; */
    text-align: center;
}

.searchDropdown {
    display: none;
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    max-height: 140px;
    overflow-y: auto;
    width: 65%;
    margin: auto;
    background-color: white;
}
