/* Minification failed. Returning unminified contents.
(23,32): run-time error CSS1039: Token not allowed after unary operator: '-skilly-main-color-alpha-10'
 */
.analytics-grid-container {
    margin-top: 50px;
}

    .analytics-grid-container table,
    .analytics-grid-container tbody tr {
        border: 2px solid #D8E7E5;
    }

    .analytics-grid-container thead th {
        padding: 20px 0 !important;
        color: #B1B1B1;
        text-transform: uppercase;
    }


    .analytics-grid-container tbody tr:nth-child(even),
    .analytics-grid-container thead tr {
        background-color: #ffffff;
    }

    .analytics-grid-container tbody tr:nth-child(odd) {
        background-color: var(--skilly-main-color-alpha-10);
    }

    .analytics-grid-container tbody td {
        padding: 12px 20px !important;
    }

.analytics-grid-row-image > img {
    max-width: 25px;
    max-height: 25px;
}


.analytics-pagination > a {
    margin-right: 10px;
    font-weight: 500;
}

.analytics-pagination > .item.active {
    font-weight: 600;
    padding: 5px;
    background-color: #C6DDD9;
    border-radius: 30px;
}

.analytics-col-large {
    width: 50%;
}

.analytics-col-mid {
    width: 33%;
}

.analytics-col-small {
    width: 20%;
}

.analytics-col-smaller {
    width: 15%;
}

.analytics-col-smallest {
    width: 10%;
}

.analytics-message-trim {
    max-height: unset;
    cursor: pointer;
}

    .analytics-message-trim.seeMore {
        max-width: 300px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .analytics-message-trim:not(.seeMore).line-wrap {
        white-space: pre-wrap;
    }

.analytics-delete-conversation {
    padding: 10px;
    cursor: pointer;
    background-color: #C6DDD9;
    border-radius: 10px;
    position: absolute;
    margin-left: -55px;
    font-weight: bold;
}


.analytics-search {
    margin-bottom: 30px;
}

    .analytics-search a.fa {
        color: #C6DDD9;
        margin: 0 5px;
        max-width: 25px;
    }

    .analytics-search div.form-group {
        border-radius: 20px;
        border: 1px solid #C6DDD9;
        background-color: #ffffff;
        width: 320px;
    }

    .analytics-search input {
        border: none;
    }

        .analytics-search input:focus {
            border-color: inherit;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

.analytics-search-icon {
    display: inline;
    max-width: 25px;
    margin: 0 10px;
}

.analytics-grid-border {
    padding: 20px;
    background-color: #ffffff;
    border: 2px solid #D8E7E5;
    border-radius: 10px;
}

    .analytics-grid-border > h5 {
        color: #B1B1B1;
        font-size: 1.2em;
        text-transform: uppercase;
        float: left;
        height: 50px;
    }

    .analytics-grid-border > .analytics-header-img {
        max-height: 50px;
        max-width: 80px;
        margin-left: 20px;
    }

.analytics-counts-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.analytics-counts-container {
    border: 2px solid #D8E7E5;
    border-radius: 10px;
    width: 200px;
    height: 200px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    background-color: #ffffff;
}

    .analytics-counts-container * {
        cursor: pointer;
    }

    .analytics-counts-container > h5,
    .analytics-filter-date > h5 {
        text-transform: uppercase;
        font-weight: bold;
        color: #B1B1B1;
        font-size: 1em;
    }

.analytics-counts-number {
    font-weight: bolder;
}

.analytics-counts-img {
    max-height: 50px;
    max-width: 100px;
}

.analytics-filter-date {
    position: absolute;
    right: 30px;
    top: 70px;
}

    .analytics-filter-date > select {
        border: 2px solid #D8E7E5;
        border-radius: 10px;
        padding: 10px;
        width: 200px;
    }

.analytics-navigation {
    margin-left: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
}

    .analytics-navigation > a {
        font-weight: 600;
        color: #000000 !important;
    }

        .analytics-navigation > a.btn-nav-white.active {
            color: #00D9CC !important;
        }

