
.pagination a, .pagination b {
    min-width: 30px;
    display: inline-block;
}

.pagination b {
    display: inline-block;
    border-radius: 3px;
    background: #2167b0;
    border: 0;
    margin: 0;
}

.pagination a {
    border: 0;
    border-radius: 2px;
    margin: 0 4px;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.pagination {
    box-shadow: 0 0.8rem 2rem rgba(90, 97, 129, 0.05);
    display: inline-block;
    background: #fff;
    border: 0;
    border-radius: 0.6rem;
    padding: 10px 20px;
}


    .Prev, .pagination > a:first-child, .pagination > b:first-child {
        margin-left: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .pagination a, .pagination b {
        float: left;
        padding: 6px 12px;
        margin-left: -1px;
        line-height: 1.42857143;
        position: relative;
        text-decoration: none;
        border: 1px solid #8080803b;
    }

.Last {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination b {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.pagination > a:focus, .pagination > a:hover, .pagination > span:focus, .pagination > span:hover {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.table_card {
    padding: 15px;
}

.table_card {
    padding: 15px;
    box-shadow: 0 4px 25px 0 rgba(0,0,0,.1);
}

    .table_card table th, .table_card table td {
        color: #303e67;
        font-weight: 500;
        vertical-align: middle;
        border-color: #eaf0f7;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        font-weight: 500;
        padding: 8px 10px;
    }

    .table_card table td {
        color: #7286a2;
        font-weight: 500;
        text-transform: unset;
    }

        .table_card table td.highlight {
            color: #007bff;
        }

.audioplay {
    text-align: center;
}

    .audioplay span img {
        display: inline-block;
        width: 50px;
    }

    .audioplay span {
        width: 25px;
        height: 25px;
        background: #1c9acc;
        display: inline-block;
        overflow: hidden;
        border-radius: 50px;
        position: relative;
        margin: 0 auto auto 0;
    }

.table_card table td a.quotebtn {
    text-align: center;
    padding: 3px 12px 6px;
    font-weight: 400;
    border-radius: 3px;
    line-height: 22px;
    background: linear-gradient(14deg, #ef4d56 0%, rgba(239,77,86,0.7));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(239,77,86,0.5);
    box-shadow: 0 7px 14px 0 rgba(239,77,86,0.5);
    border: none;
    text-decoration: none;
    display: inline-block;
    line-height: 15px;
}

.tablepagination .col-md-6 {
    margin-bottom: 0;
}

.tablepagination ul li a {
    border-color: #eaf0f7 !important;
    padding: 5px 12px !important;
    font-size: 14px !important;
    color: #303e67 !important;
    font-weight: 500;
}

.tablepagination ul li.active a {
    color: #fff !important;
}

.table_div {
    padding: 0;
}

.tablepagination ul {
    margin: 0;
    float: right;
    border: 0;
}

.tablepagination p {
    color: #303e67;
    font-size: 14px;
    letter-spacing: 0.5px;
}

.dataTables_length {
    padding-bottom: 15px;
}

    .dataTables_length button {
        text-align: center;
        padding: 3px 12px 6px;
        font-weight: 400;
        border-radius: 3px;
        line-height: 22px;
        color: #fff;
        -webkit-box-shadow: 0 7px 14px 0 rgba(11,122,243,0.5);
        box-shadow: 0 7px 14px 0 rgba(11, 122, 243, 0.15);
        border: none;
        text-decoration: none;
        background: linear-gradient(14deg, #0b7af3 0%, rgba(11,122,243,0.6));
    }

    .dataTables_length label select {
        border-color: #737bf300 !important;
    }

    .dataTables_length label {
        margin: 0 4px;
    }

.dataTables_length {
    padding-bottom: 15px;
    background: #e8f1fd;
    padding: 10px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    color: #1d83f4;
    font-weight: 500;
}

.artistsModal.modal-content {
    background: #fff;
    padding: 30px 40px;
    text-align: center;
    box-shadow: 1px 1px 30px rgba(8, 10, 8, 0.45);
    border: 0;
}

.banner_form .btn-black:hover, .banner_form .btn-black:focus {
    background: #0b7af3;
    border-color: #0b7af3;
}

.banner_form .btn-black {
    width: 100%;
    min-height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 2px;
    transition: 300ms all;
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(11,122,243,0.5);
    box-shadow: 0 7px 14px 0 rgba(11, 122, 243, 0.15);
    border: none;
    text-decoration: none;
    background: linear-gradient(14deg, #0b7af3 0%, rgba(11,122,243,0.6));
}

.banner_form input::placeholder, .banner_form textarea::placeholder {
    color: #999999;
    font-size: 13px;
    letter-spacing: 1px;
    margin: 0;
}

.banner_form input.form-control, .banner_form textarea.form-control, .banner_form select.form-control {
    border: none !important;
    box-shadow: none;
    min-height: 45px;
    font-size: 14px;
    background: #f2f2f2 !important;
}

.banner_form input[type="file"] {
    border: 0 !important;
    background: #f2f2f2;
}

.banner_form p {
    margin: 0;
    padding-bottom: 20px;
    color: #303e67;
    font-size: 13px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 400;
    padding: 0 8px 10px;
    line-height: 20px;
    text-align: center;
}

.banner_form h1 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #f0565f;
    font-weight: 500;
    margin: 0;
    padding-bottom: 5px;
}

.artistsModal .close {
    text-align: center;
    font-weight: 400;
    border-radius: 3px;
    line-height: 22px;
    background: linear-gradient(14deg, #ef4d56 0%, rgba(239,77,86,0.7));
    color: #fff;
    -webkit-box-shadow: 0 7px 14px 0 rgba(239,77,86,0.5);
    box-shadow: 0 7px 14px 0 rgba(239,77,86,0.5);
    border: none;
    text-decoration: none;
    opacity: 1;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    line-height: 20px;
    padding-bottom: 7px;
}

.check_boxblock span {
    display: inline-block;
    padding: 5px 10px;
    margin: 2px;
    background: #f2f2f2;
    border-radius: 50px;
    padding-bottom: 2px;
}

.check_boxblock {
    text-align: left;
}

    .check_boxblock label {
        margin: 0;
        color: #7286a2;
        vertical-align: top;
        border-color: #eaf0f7;
        font-size: 13px;
        text-transform: capitalize;
        letter-spacing: 0.5px;
        font-weight: 400;
    }

    .check_boxblock input {
        height: auto !important;
        min-height: auto;
    }

.banner_form .form-group p {
    color: #303e67;
    vertical-align: middle;
    border-color: #eaf0f7;
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-align: left;
    padding: 0;
    padding-bottom: 5px;
}

.audioplay span img {
    transition: 600ms all;
    transform: translateX(0px);
}

.audioplay span.playing img {
    transition: 600ms all;
    transform: translateX(-25px);
}
/*bar css*/
#bars {
    height: 30px;
    position: relative;
    width: 40px;
    visibility: hidden;
    display: inline-block;
}

.audioplay span.playing + audio + #bars {
    visibility: visible;
}

.bar {
    background: #ef4d56;
    bottom: 1px;
    height: 3px;
    position: absolute;
    width: 3px;
    animation: sound 0ms -800ms linear infinite alternate;
}

@@keyframes sound {
    0% {
        opacity: 0.35;
        height: 3px;
    }

    100% {
        opacity: 1;
        height: 28px;
    }
}

.bar:nth-child(1) {
    left: 1px;
    animation-duration: 474ms;
}

.bar:nth-child(2) {
    left: 5px;
    animation-duration: 433ms;
}

.bar:nth-child(3) {
    left: 9px;
    animation-duration: 407ms;
}

.bar:nth-child(4) {
    left: 13px;
    animation-duration: 458ms;
}

.bar:nth-child(5) {
    left: 17px;
    animation-duration: 400ms;
}

.bar:nth-child(6) {
    left: 21px;
    animation-duration: 427ms;
}

.bar:nth-child(7) {
    left: 25px;
    animation-duration: 441ms;
}

.bar:nth-child(8) {
    left: 29px;
    animation-duration: 419ms;
}

.bar:nth-child(9) {
    left: 33px;
    animation-duration: 487ms;
}

.bar:nth-child(10) {
    left: 37px;
    animation-duration: 442ms;
}

@media (max-width: 767px) {
    .table-reponsive {
        width: 100%;
        overflow-x: scroll;
    }

    .artistsModal.modal-content {
        padding: 20px 5px 0 5px;
    }

    .artistsModal .close {
        z-index: 99;
    }

    .dataTables_length label select {
        width: 100%;
    }

    .dataTables_length label {
        margin: 3px 0;
        width: 100%;
    }

        .dataTables_length label select {
            width: 100%;
            background: #fff;
            height: 35px;
            padding: 5px;
        }

    .dataTables_length button {
        margin-top: 10px;
    }
}

@media (min-width:767px) and (max-width:991px) {
    .table-reponsive {
        width: 100%;
        overflow-x: scroll;
    }
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
    /* Force table to not be like tables anymore */
    table,
    thead,
    tbody,
    th,
    td,
    tr {
        display: block;
    }

    .table_card table td {
        padding-left: 50%;
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    tr {
        margin: 0 0 1rem 0;
    }

        tr:nth-child(odd) {
            background: #ccc;
        }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        min-height: 30px;
    }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 8px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
        }

    .audioplay {
        text-align: left;
    }
    /*
        Label the data
        */
    td:nth-of-type(1):before {
        content: "Unique ID";
    }

    td:nth-of-type(2):before {
        content: "Language";
    }

    td:nth-of-type(3):before {
        content: "Gender";
    }

    td:nth-of-type(4):before {
        content: "Age";
    }

    td:nth-of-type(5):before {
        content: "Experience";
    }

    td:nth-of-type(6):before {
        content: "Commercial";
    }

    td:nth-of-type(7):before {
        content: "Corporate";
    }

    td:nth-of-type(8):before {
        content: "Elearning";
    }

    td:nth-of-type(9):before {
        content: "Contact";
    }
}

.center_btnrow {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.choose_type_btn {
    border: 1px solid #019de7;
    border-radius: 5px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

    .choose_type_btn .btn_type {
        text-transform: capitalize;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.5px;
        padding: 10px 20px;
        margin: 0;
        border-radius: 0 !important;
    }

        .choose_type_btn .btn_type:last-child {
            box-shadow: -1px 0px 0 0px #019de7;
        }

        .choose_type_btn .btn_type.active, .choose_type_btn .btn_type:hover, .choose_type_btn .btn_type:focus {
            background: #019de7;
            color: #fff;
        }

        .choose_type_btn .btn_type span {
            font-size: 11px;
            display: block;
            text-align: left;
            line-height: 7px;
            text-transform: none;
        }
