.awsp-m0 {
    margin: 0 !important;
}

.awsp-dn {
    display: none !important;
}

.awsp-sweet-title , .swal2-title {
    font-size: 18px!important;
    padding-bottom: 7px !important;
    display: block!important;;
}
.awsp-float-left {
    float: left !important;
}

.awsp-clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.awsp-title {
    font-size: 1rem;
    font-weight: 500;
}

.awsp-hr {
    margin: 0.5rem 0 1rem 0;
}


.awsp-text-justify {
    text-align: justify;
}
.swal2-container {
    z-index: 20000000000 !important;
}
.awsp-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.15rem;
}

.awsp-alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.awsp-alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.awsp-alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.awsp-alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.awsp-btn {
    display: inline-block !important;
    font-weight: 400 !important;
    text-align: center !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
    border-radius: 0.15rem !important;
    transition: all 0.15s ease-in-out !important;
    cursor: pointer !important;
}

.awsp-btn:focus {
    outline: none !important;
}

.awsp-btn:focus {
    color: #fff !important;
}

.awsp-btn-sm {
    padding: 0.55rem 0.6rem !important;
    font-size: 0.9rem !important;
    line-height: 1.5 !important;
    border-radius: 0.2rem !important;
}

.awsp-btn-secondary {
    color: #fff !important;
    background-color: #03A9F4 !important;
    border-color: #03A9F4 !important;
}

.awsp-btn-secondary:hover {
    opacity: .7;
}

.awsp-btn-success {
    color: #fff !important;
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

.awsp-btn-success:hover {
    color: #fff !important;
    background-color: #218838 !important;
    border-color: #1e7e34 !important;
}

.awsp-btn-primary {
    color: #fff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.awsp-btn-primary:hover {
    color: #fff !important;
    background-color: #0069d9 !important;
    border-color: #0062cc !important;
}

.awsp-btn-info {
    color: #fff !important;
    background-color: #17a2b8 !important;
    border-color: #17a2b8 !important;
}

.awsp-btn-info:hover {
    color: #fff !important;
    background-color: #138496 !important;
    border-color: #117a8b !important;
}

.awsp-help-info {
    text-align: justify;
    background: #f8f8f8;
    padding: 0.5rem 0.75rem;
    margin: 1rem 0 3rem 0;
    font-size: 0.75rem;
}

.awsp-label {
    font-weight: 500;
    cursor: pointer;
}

.awsp-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.awsp-col, .awsp-col-12, .awsp-col-lg-6 .awsp-col-md-3  ,.awsp-col-md-4{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.awsp-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.awsp-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .awsp-col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .awsp-col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    @media (min-width: 768px){
        .awsp-col-md-4{
            flex: 0 0 auto;
            width: 33.33333333%;
        }
        }
}

.awsp-form-group {
    margin-bottom: 1rem;
}

.awsp-form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.375rem !important;
    font-size: 0.85rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
    transition: all 0.15s ease-in-out;
}

.awsp-form-control:focus, select:focus {
    border: 1px solid #ff9e22 !important;
}

.awsp-custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.375rem 0.375rem 1rem !important;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%238E949A' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat left 0.5rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.awsp-form-control:focus,
.awsp-custom-select:focus {
    border-color: #a4a7ad;
    outline: none !important;
}
.awsp-ticket-title{
    margin: 29px 0;
    font-size: 15px;
    line-height: 35px;
}
.awsp-form-check {
    position: relative;
    display: block;
    padding-right: 1.25rem;
}

.awsp-form-check-input {
    position: absolute;
    margin-top: 0.5rem;
    margin-left: 1.25rem;
}

.awsp-form-check-label {
    margin-bottom: 0;
    text-indent: 1.4rem;
}

.awsp-custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0.5rem;
}

.awsp-custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

.awsp-custom-file-input:lang(fa) ~ .awsp-custom-file-label::after {
    content: "Browse";
}

.awsp-custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem;
    line-height: 1.9;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.15rem;
}

.awsp-custom-file-label::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.25rem + 2px) - 1px * 2);
    padding: 0.375rem;
    line-height: 1.9;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: 1px solid #ced4da;
    border-radius: 0.15rem 0 0 0.15rem;
}

.awsp-text-muted {
    color: #868e96 !important;
}

.awsp-product-title-wrapper {
    position: relative;
}

.awsp-loader {
    position: absolute;
    top: 48px;
    left: 25px;
    display: none;
    z-index: 99;
    max-width: unset !important;
    width: auto !important;
}

.awsp-ajax-result {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 100%;
    border: 1px solid #ced4da;
    z-index: 99;
    font-size: 0.75rem;
    line-height: 1.5;
    background: #f7f7f7;
    max-height: 260px;
    overflow-y: auto;
    display: none;
}

.awsp-ajax-result li {
    display: block;
    padding: 5px;
    cursor: pointer;
    background: #f7f7f7;
    transition: all 0.15s ease-in-out;
}

.awsp-ajax-result li:hover {
    background: #fff;
}

.awsp-ajax-result li:not(:last-child) {
    margin-bottom: 5px;
}

.awsp-filter {
    margin-bottom: 0.5rem;
}

#awsp-filter select {
    width: 160px;
    height: auto;
    margin-left: 0.35rem;
}


.awsp-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

.awsp-table th,
.awsp-table td {
    padding: 0.5rem 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    text-align: center;
}

.awsp-table thead th {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}

.awsp-table-bordered {
    border: 1px solid #dee2e6;
}

.awsp-table-bordered th,
.awsp-table-bordered td {
    /*border: 1px solid #dee2e6;*/
    line-height: 2;
}

.awsp-table-bordered thead th,
.awsp-table-bordered thead td {
    border-bottom-width: 2px;
}

.awsp-table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.awsp-table .awsp-thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
    text-align: center;
}

.awsp-title-column,
.awsp-product-column,
.awsp-date-column {
    max-width: 150px;
}

.awsp-date-column {
    font-size: 0.75rem;
}

span.awsp-status {
    color: #ffffff;
    display: inline-block;
    border-radius: 2px;
    padding: 0 0.5rem;
    text-align: center;
    font-size: 0.6rem;
    line-height: 2;
}

span.awsp-status-open {
    background: #e74c3c;
}

span.awsp-status-closed {
    background: #f1c40f;
}

span.awsp-status-answered {
    background: #1abc9c;
}

@media (max-width: 768px) {
    .awsp-thead-light {
        display: none;
    }

    .awsp-table td {
        display: block;
        width: 100%;
        border: none;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

    .awsp-table tr:not(:last-child) td:last-child {
        border-bottom: 1px solid #dee2e6;
    }

    .awsp-title-column,
    .awsp-product-column,
    .awsp-date-column {
        max-width: none;
    }
}

.awsp-badge {
    display: inline-block;
    padding: 0.55em 0.7em;
    font-size: 12px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.15rem;
}

.awsp-badge-answered {
    color: #fff;
    background-color: #28a745;
}

.awsp-badge-in_progress {
    color: #fff;
    background-color: #3498db;
}

.awsp-badge-open {
    color: #fff;
    background-color: #dc3545;
}

.awsp-badge-closed {
    color: #fff;
    background-color: #ffc107;
}

.awsp-wrapper .page-numbers {
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}

.awsp-wrapper .page-numbers .page-numbers {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #555555;
    background-color: transparent;
}

.awsp-wrapper .page-numbers .page-numbers.current {
    z-index: 2;
    color: #007bff;
    font-weight: 500;
    border-bottom: 1px solid #007bff;
}

.awsp-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #f6f7fb;
    background-clip: border-box;
    border-radius: 6px;
    padding: 10px;
}

h3.awsp-card-title.awsp-title {
    font-size: 18px;
    font-weight: 600;
    margin: 4px 0;
}

.awsp-ticket-product {
    margin: 5px 0 !important;
    padding: 0 !important;
}

.awsp-card-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    background-color: #F7F8FA;
    border-bottom: 1px solid #eeeff1;
}

.awsp-card-title {
    margin-bottom: 0.75rem;
}

.awsp-card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.75rem;
}

.awsp-start-ticket {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border-width: 2px;
}

.awsp-start-ticket .awsp-row {
    text-align: center;
}

@media (min-width: 768px) {
    .awsp-start-ticket .awsp-row > .awsp-col-12:not(:last-child) {
        border-left: 1px solid rgba(0, 0, 0, .1);
    }
}

@media (max-width: 768px) {
    .awsp-start-ticket .awsp-row > .awsp-col-12:not(:last-child) div {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }
}

.awsp-wrapper .awsp-reply-item:not(:last-child) {
    margin-bottom: 1rem;
}

.awsp-wrapper .awsp-reply-item {
    border: none;
}

.awsp-wrapper .awsp-reply-item .awsp-card-header {
    background-image: linear-gradient(0deg,#2196F3,#0fcde5);
    border-bottom: none;
    color: #ffffff;
    border-radius: 0.15rem 0.15rem 0 0;
    background-color: #82c94a;
}
.awsp-wrapper .awsp-admin-color {
    background-color: #82c94a!important;
    background-image: linear-gradient(0deg,#82c94a,#9fe16b)  !important;
}

.awsp-ath-file {
    margin-right: 0.5rem;
}

.awsp-wrapper .awsp-reply-item .awsp-card-body {
    background-color: rgba(244, 245, 247, 0.78);
    border-radius: 0 0 0.15rem 0.15rem;
}

/*#awsp-support-icon {*/
/*    position: fixed;*/
/*    bottom: 1rem;*/
/*    right: 1rem;*/
/*    transition: all 0.35s ease-in-out;*/
/*    border-radius: 100%;*/
/*    box-shadow: 0 0 20px rgba(181, 181, 181, 0.65);*/
/*    z-index: 99;*/
/*}*/

#awsp-support-icon {
    position: fixed;
    bottom: 10px;
    left: 1.4rem;
    transition: all 0.35s ease-in-out;
    border-radius: 100%;
    box-shadow: 0 0 20px rgba(181, 181, 181, 0.65);
    z-index: 99;
}
#awsp-support-icon:hover {
    transform: scale(1.1);
}

.awsp-expired {
    color: #DC3545;
}

.awsp-exp-date {
    font-size: 85%;
}

.awspAjaxLoader {
    position: relative;
    width: 2.5em;
    height: 2.5em;
    transform: rotate(165deg) scale(2.4);
}

.awspAjaxLoader:before, .awspAjaxLoader:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
}

.awspAjaxLoader:before {
    animation: before 1s infinite;
}

.awspAjaxLoader:after {
    animation: after 1s infinite;
}

@keyframes before {
    0% {
        width: 0.5em;
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
    35% {
        width: 2.5em;
        box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
    70% {
        width: 0.5em;
        box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
    100% {
        box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
}

@keyframes after {
    0% {
        height: 0.5em;
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
    35% {
        height: 2.5em;
        box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
    70% {
        height: 0.5em;
        box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
    100% {
        box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
}

/**
 * Attempt to center the whole thing!
 */

.awspAjaxLoader {
    position: absolute;
    top: calc(50% - 1.25em);
    left: calc(50% - 1.25em);
}

.awsp-wrapper {
    position: relative;
}

.awspAjaxLoaderArea {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: absolute;
    top: 0;
    right: 0;
    backdrop-filter: blur(2.1px);
}

.flashit_ajax {
    animation: flash linear 1s;
    animation-iteration-count: 2;
}

@-webkit-keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes flash {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .1;
    }
    100% {
        opacity: 1;
    }
}

#awsp_form_replys {
    position: relative;
}

.awsp-reply-area .awsp-reply-toggle {
    text-align: center;
    position: relative;
}

.awsp-reply-area .awsp-reply-toggle:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: #e3eaf2;
    left: 0;
    top: 50%;
}

.awsp-reply-area .awsp-reply-toggle a {
    background: #03A9F4;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    height: 32px;
    border-radius: 16px;
    position: relative;
}

.awsp-reply-area .awsp-reply-toggle a img {
    width: 13px;
}

.awsp-reply-toggle-color {
    background: #e3eaf2 !important;
    color: #8d99a9 !important;
}

/*pagination*/
.awsp-pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}


.awsp-page-link {
    position: relative;
    display: block;
    border-radius: 5px;
    padding: 0.5rem 0.75rem;
    margin-left: 16px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.awsp-page-item.active .awsp-page-link {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.awsp-page-link:focus, .awsp-page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd;
}

.awsp-page-item.disabled .awsp-page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd;
}

nav.awsp-pagination-container {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.awsp-paginations-area {
    width: 100%;
    display: block;
    margin: 40px auto !important;
    text-align: center;
}

.awsp-wrapper .awsp-status-item > a {
    text-align: center;
    border-radius: 3px;
    border: 0;
    padding: 10px;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, .09019607843137255);
    background: #ffffff;
    transform: perspective(1px) translateZ(0);
    cursor: pointer;
    position: relative;
    width: 100%;
    display: block;
}

.awsp-wrapper .awsp-status-item > a:before {
    content: '';
    position: absolute;
    border: #ffffff solid 10px;
    border-radius: 10px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    z-index: -1;
}

.awsp-wrapper .awsp-status-item > a:hover:before {
    -webkit-animation-name: ripple;
    animation-name: ripple;
}

@keyframes ripple {
    100% {
        top: -22px;
        right: -22px;
        bottom: -22px;
        left: -22px;
        opacity: 0;
    }
}

.awsp-wrapper .awsp-status-item > a .awsp-status-icon {
    position: relative;
    display: inline-block;
}

.awsp-wrapper .awsp-status-item > a .awsp-status-icon img {
    width: 32px;
    height: 32px;
}

.awsp-wrapper .awsp-status-item > a .awsp-status-icon span {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 8px;
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
    background: #FF9800;
}

.awsp-wrapper .awsp-status-item > a .awsp-status-count {
    font-size: 150%;
}

.awsp-wrapper *, .awsp-wrapper *::before, .awsp-wrapper *::after {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .awsp-wrapper .awsp-status-item.awsp-col {
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
        margin-bottom: 20px;
        max-width: 50%;
        width: 50%;
    }
}


/* recorder */
.awsp-recorder-ticket {
    width: 100%;
    display: block;
}

.awsp-recorder-ticket-btn {
    width: 100px;
    height: 100px;
    display: block;
    margin: 30px auto;
    font-size: 48px;
    color: #f73456;
    background: url(../images/microphone-icon.svg) no-repeat center center;
    background-size: 40px;
    border: 2px solid #f73456;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.15s linear;
}


.recorder_wrapper {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.recorder {
    display: inline-block;
    text-align: center;
    width: 500px;
    max-width: 100%;
}


.awsp-recorder-ticket-btn:hover {
    transition: 0.15s linear;
    transform: scale(1.05);
}

.recording {
    animation: recording 2s infinite linear;
    position: relative;
}


.recording:before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 99px;
    height: 99px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    animation-name: recording_before;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


@keyframes recording_before {
    0% {
        box-shadow: 0 0 0 0 rgb(247 52 86 / 5%), 0 0 0 20px rgb(247 52 86 / 5%), 0 0 0 30px rgb(247 52 86 / 5%), 0 0 0 40px rgb(247 52 86 / 5%);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(247 52 86 / 5%), 0 0 0 30px rgb(247 52 86 / 5%), 0 0 0 40px rgb(247 52 86 / 5%), 0 0 0 50px rgb(247 52 86 / 0%);
    }


}

@keyframes recording {
    from {
        transform: scale(1.1);
    }

    50% {
        transform: none;
    }

    to {
        transform: scale(1.1);
    }
}

#awsp-voice-record-list {
    padding: 15px;
    margin: 24px auto;
    background: #e8f0f4;
    border-radius: 20px;
}

#awsp-voice-record-list .awsp-remove-area {
    padding: 10px;
    margin: 20px 5px;
    background-color: #ffffff;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
    position: relative;
    text-align: center;
}
#awsp-voice-record-list .awsp-remove-recorrd {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 30px !important;
    height: 30px !important;
    cursor: pointer;
}

#awsp-voice-record-list .awsp-voice-record-img {
    max-width: 128px !important;
    height: auto;
    opacity: 0.2;
}

/*#awsp-voice-record-list .awsp-remove-area audio {*/
/*    width: 100% !important;*/
/*    height: 40px !important;*/
/*    margin-top: 15px !important;*/
/*}*/

.awsp-recorder-ticket #awsp-recoder-msg {
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 0 auto 15px;
}

/* audio player style */
.awsp-audioplayer {
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    margin: 1em 0;
    padding: 0 24px;
    width: 100%;
    height: 72px;
    align-items: center;
    /* border: 1px solid #DDE2E6; */
    direction: ltr;
    border-radius: 4px;
    background: #fff;
}

.awsp-audioplayer-playpause {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.awsp-audioplayer:not(.awsp-audioplayer-playing) .awsp-audioplayer-playpause {
    background: rgba(91, 130, 255, 0);
    border: 1px solid #5B82FF;
}

.awsp-audioplayer:not(.awsp-audioplayer-playing) .awsp-audioplayer-playpause:hover {
    background: rgba(91, 130, 255, 0.1);
}

.awsp-audioplayer-playing .awsp-audioplayer-playpause {
    background: rgba(253, 79, 26, 0);
    border: 1px solid #FD4F1A;
}

.awsp-audioplayer-playing .awsp-audioplayer-playpause:hover {
    background: rgba(235, 79, 26, 0.1);
}

.awsp-audioplayer:not(.awsp-audioplayer-playing) .awsp-audioplayer-playpause a {
    content: '';
    justify-content: center;
    width: 0;
    height: 0;
    margin-left: 2px;
    border-top: 7px solid transparent;
    border-right: none;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #0059FF;
}

.awsp-audioplayer-playing .awsp-audioplayer-playpause a {
    content: '';
    display: flex;
    justify-content: space-between;
    width: 12px;
    height: 14px;
}

.awsp-audioplayer-playing .awsp-audioplayer-playpause a::before, .awsp-audioplayer-playing .awsp-audioplayer-playpause a::after {
    content: '';
    width: 4px;
    height: 14px;
    background-color: #FD4F1A;
}

.awsp-audioplayer-time {
    display: flex;
    width: 40px;
    justify-content:center;
    font-size: 12px;
    color: rgba(51, 51 ,51, .6)
}

.awsp-audioplayer-time-current {
    margin-left: 24px;
}

.awsp-audioplayer-time-duration {
    margin-right: 24px;
}

.awsp-audioplayer-bar {
    position: relative;
    display: flex;
    margin: 0 12px;
    height: 12px;
    flex-basis: 0;
    flex-grow: 1;
    cursor: pointer;
}

.awsp-audioplayer-bar::before {
    content: '';
    position: absolute;
    top: 4px;
    width: 100%;
    height: 4px;
    background-color: #DDE2E6;
}

.awsp-audioplayer-bar > div {
    position: absolute;
    left: 0;
    top: 4px;
}
.awsp-audioplayer-bar-loaded {
    z-index: 1;
    height: 2px;
    background: #BEC8D2;
}

.awsp-audioplayer-bar-played {
    flex-direction: row-reverse;
    z-index: 2;
    height: 4px;
    background: -webkit-linear-gradient(left,#0059FF,#09B1FA);
}

.awsp-audioplayer-bar-played::after {
    display: flex;
    position: absolute;
    content: '';
    box-sizing: border-box;
    top: -4px;
    right: -1px;
    margin-right: -5px;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 6px;
}

.awsp-audioplayer:not(.awsp-audioplayer-playing) .awsp-audioplayer-bar-played::after {
    border: 2px solid #BEC8D2;
}

.awsp-audioplayer-playing .awsp-audioplayer-bar-played::after {
    border: 2px solid #0059FF;

}

.awsp-audioplayer-volume {
    display: flex;
    align-items: center;
}

.awsp-audioplayer-volume-button {
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.awsp-audioplayer-volume-button a {
    display: flex;
    width: 6px;
    height: 8px;
    background-color: #9A9FB0;
    position: relative;
}

.awsp-audioplayer-volume-button a:before, .awsp-audioplayer-volume-button a:after {
    content: '';
    position: absolute;
}

.awsp-audioplayer-volume-button a:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 9px solid #9A9FB0;
    border-bottom: 8px solid transparent;
    border-left: none;
    top: -4px;
}

.awsp-audioplayer:not(.awsp-audioplayer-mute) .awsp-audioplayer-volume-button a:after {
    left: 10px;
    top: -2px;
    width: 6px;
    height: 6px;
    border: 6px double #9A9FB0;
    border-width: 6px 6px 0 0;
    border-radius: 0 12px 0 0;
    transform: rotate(45deg);
}

.awsp-audioplayer-mute .awsp-audioplayer-volume-button a {
    background-color: #FD4F1A;
}

.awsp-audioplayer-mute .awsp-audioplayer-volume-button a:before {
    border-right: 9px solid #FD4F1A;
}

.awsp-audioplayer-volume-adjust {
    display: flex;
    align-items: center;
    margin-left: 8px;
}

.awsp-audioplayer-volume-adjust > div {
    position: relative;
    display: flex;
    width: 60px;
    height: 4px;
    cursor: pointer;
    background-color: #BEC8D2;
}

.awsp-audioplayer-volume-adjust div div {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #0059FF;
}
.awsp-audioplayer a , .awsp-audioplayer a:focus , .awsp-audioplayer a:active , .awsp-audioplayer a:visited {
    text-decoration: none !important;
    box-shadow:none !important;
}
/* responsive | you can change the max-width value to match your theme */

@media screen and (max-width: 679px) {
    .awsp-audioplayer-volume-adjust {
        display: none;
    }
}


.awsp_audio_player:not(.awsp_new_audio_sweet){
    width: 0;
    height: 0;
    visibility: hidden;
    display: none;
}