.dokan-label[data-v-55905efd] {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.dokan-label-success[data-v-55905efd] {
  background-color: #5cb85c;
}
.dokan-label-danger[data-v-55905efd] {
  background-color: #d9534f;
}
.admin-support-filter-date-picker[data-v-55905efd] {
  width: 95px;
}
.not_read[data-v-55905efd] {
  font-weight: bold;
}

.chat-box[data-v-f79966cc] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.chat-box .chat-image-box[data-v-f79966cc] {
  width: 8%;
  display: flex;
  justify-content: center;
  align-content: stretch;
  margin-left: 10px;
}
.chat-box .chat-image-box .chat-image-container[data-v-f79966cc] {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border-radius: 50%;
}
.chat-box .chat-image-box .chat-image-container .chat-image[data-v-f79966cc] {
  width: auto;
  height: 100%;
}
.chat-box .chat-info-box[data-v-f79966cc] {
  width: 88%;
}
.chat-box .chat-info-box .chat-sender-info[data-v-f79966cc] {
  display: flex;
  justify-content: space-between;
  height: 28px;
  align-items: center;
}
.chat-box .chat-info-box .chat-sender-info .chat-user-box[data-v-f79966cc] {
  color: #717171;
  font-weight: 600;
  font-size: 0.9rem;
}
.chat-box .chat-info-box .chat-time-box[data-v-f79966cc] {
  color: rgba(120, 129, 143, 0.5);
  font-weight: 400;
  float: right;
  margin-top: 9px;
}
.chat-box .chat-info-box .chat-text[data-v-f79966cc] {
  border-radius: 0px 10px 10px 10px;
  display: flex;
  align-items: center;
  padding: 20px;
  margin-top: 10px;
}
.chat-box .chat-info-box .admin-chat-text[data-v-f79966cc] {
  background: #f2faff;
  color: #1a9ed4;
}
.chat-box .chat-info-box .customer-chat-text[data-v-f79966cc] {
  background: #f6f6f6;
  color: #717171;
}
.chat-box .chat-info-box .vendor-chat-text[data-v-f79966cc] {
  background: #f3f3ff;
  color: #5353bb;
}
.chat-box .chat-action-box[data-v-f79966cc] {
  width: 6%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chat-box .chat-action-box .chat-delete[data-v-f79966cc] {
  margin-top: 10px;
  display: none;
  visibility: hidden;
  color: #e0e6f0;
  cursor: pointer;
}
.chat-box .chat-action-box .chat-delete[data-v-f79966cc]:hover {
  color: #f2624d;
}
.chat-box:hover .chat-delete[data-v-f79966cc] {
  display: block;
  visibility: visible;
}
@media only screen and (max-width: 1000px) {
.chat-box[data-v-f79966cc] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.chat-box .chat-image-box[data-v-f79966cc] {
    width: 13%;
    display: flex;
    justify-content: center;
    align-content: stretch;
}
.chat-box .chat-image-box .chat-image-container[data-v-f79966cc] {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50%;
}
.chat-box .chat-image-box .chat-image-container .chat-image[data-v-f79966cc] {
    width: auto;
    height: 100%;
}
.chat-box .chat-info-box[data-v-f79966cc] {
    width: 77%;
}
.chat-box .chat-info-box .chat-sender-info[data-v-f79966cc] {
    display: flex;
    justify-content: space-between;
    height: 28px;
    align-items: center;
}
.chat-box .chat-info-box .chat-sender-info .chat-user-box[data-v-f79966cc] {
    color: #717171;
    font-weight: 600;
    font-size: 0.9rem;
}
.chat-box .chat-info-box .chat-sender-info .chat-time-box[data-v-f79966cc] {
    color: rgba(120, 129, 143, 0.5);
    font-weight: 400;
}
.chat-box .chat-info-box .chat-text[data-v-f79966cc] {
    border-radius: 0px 10px 10px 10px;
    display: flex;
    align-items: center;
    padding: 20px;
    margin-top: 10px;
}
.chat-box .chat-info-box .admin-chat-text[data-v-f79966cc] {
    background: #f2faff;
    color: #1a9ed4;
}
.chat-box .chat-info-box .customer-chat-text[data-v-f79966cc] {
    background: #f6f6f6;
    color: #717171;
}
.chat-box .chat-info-box .vendor-chat-text[data-v-f79966cc] {
    background: #f3f3ff;
    color: #5353bb;
}
.chat-box .chat-action-box[data-v-f79966cc] {
    width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.chat-box .chat-action-box .chat-delete[data-v-f79966cc] {
    margin-top: 15px;
    display: none;
    visibility: hidden;
    color: #e0e6f0;
    cursor: pointer;
}
.chat-box .chat-action-box .chat-delete[data-v-f79966cc]:hover {
    color: #f2624d;
}
.chat-box:hover .chat-delete[data-v-f79966cc] {
    display: block;
    visibility: visible;
}
}

.dokan-admin-single-store-support-ticket[data-v-6203ae32] {
  position: relative;
}
.dokan-admin-single-store-support-ticket .loading[data-v-6203ae32] {
  position: absolute;
  height: 100%;
  margin: 0 0 0 -15px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dokan-admin-single-store-support-ticket .loading .dokan-loader[data-v-6203ae32] {
  margin-top: 30px;
}
.dokan-chat-wraper[data-v-6203ae32] {
  height: auto;
  min-height: 100%;
  width: 100%;
}
.dokan-chat-wraper .dokan-chat-page-container[data-v-6203ae32] {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container[data-v-6203ae32] {
  width: 68%;
  background: #FFFFFF;
  border: 1px solid rgba(233, 238, 248, 0.9);
  box-sizing: border-box;
  border-radius: 3px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header[data-v-6203ae32] {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #F0F0F1;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-title-box[data-v-6203ae32] {
  width: 50%;
  display: block;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-title-box .dokan-chat-title[data-v-6203ae32] {
  float: left;
  padding: 20px 20px;
  font-size: 1rem;
  font-weight: 700;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-status-box[data-v-6203ae32] {
  width: 44%;
  display: block;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-status-box .dokan-chat-status[data-v-6203ae32] {
  float: right;
  margin: 15px 5px 15px 20px;
  padding: 5px 15px;
  border-radius: 3px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-status-box .dokan-chat-open[data-v-6203ae32] {
  background-color: rgba(46, 204, 113, 0.15);
  color: #039440;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-status-box .dokan-chat-closed[data-v-6203ae32] {
  background-color: rgba(168, 168, 168, 0.1);
  color: #828282;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-header-blank-last[data-v-6203ae32] {
  width: 6%;
  display: block;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-box-container[data-v-6203ae32] {
  width: 100%;
  max-height: 400px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-box-container[data-v-6203ae32]::-webkit-scrollbar {
  width: 5px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-box-container[data-v-6203ae32]::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-box-container[data-v-6203ae32]::-webkit-scrollbar-thumb {
  background: rgba(241, 133, 29, 0.3);
  border-radius: 3px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-box-container[data-v-6203ae32]::-webkit-scrollbar-thumb:hover {
  background: #f1851d;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container[data-v-6203ae32] {
  display: flex;
  flex-direction: column;
  margin: 30px 20px 20px 20px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-sender-selection-box[data-v-6203ae32] {
  margin-bottom: 15px;
  margin-left: -5px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-sender-selection-box select[data-v-6203ae32] {
  outline: none;
  border: none;
  color: #A1A1A1;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-replay-box[data-v-6203ae32] {
  margin-bottom: 10px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-replay-box .dokan-chat-replay[data-v-6203ae32] {
  width: 100%;
  height: 100px;
  background: #FFFFFF;
  border: 1px solid rgba(233, 238, 248, 0.9);
  box-sizing: border-box;
  border-radius: 3px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-replay-box .dokan-chat-replay[data-v-6203ae32]::-moz-placeholder {
  /* Firefox 19+ */
  color: #DEDEDE;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-replay-box .dokan-chat-replay[data-v-6203ae32]::placeholder {
  color: #DEDEDE;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-send-box[data-v-6203ae32] {
  margin-bottom: 20px;
  width: 100%;
  display: block;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-send-box .dokan-send-replay[data-v-6203ae32] {
  float: right;
  padding: 9px 20px;
  background: #3D566E;
  opacity: 0.4;
  border-radius: 3px;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-send-box .dokan-send-replay[data-v-6203ae32]:hover {
  background: #3D566E;
  opacity: 0.7;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-chat-send-box .dokan-send-replay[data-v-6203ae32]:active {
  background: #3D566E;
  opacity: 1;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-dot-parent[data-v-6203ae32] {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-dot-parent .dokan-dot-container[data-v-6203ae32] {
  width: 10%;
  display: flex;
  justify-content: space-evenly;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-dot-parent .dokan-dot-container .dokan-dot[data-v-6203ae32] {
  width: 7px;
  height: 7px;
  left: 566.14px;
  top: 775.13px;
  background: #D8D8D8;
  border-radius: 50%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-replay-container .dokan-closed-message[data-v-6203ae32] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #bbc0c7;
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 200;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container[data-v-6203ae32] {
  width: 30%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder[data-v-6203ae32] {
  background: #FFFFFF;
  border: 1px solid rgba(233, 238, 248, 0.9);
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-header[data-v-6203ae32] {
  font-size: 1rem;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-header .dokan-summary-arrow[data-v-6203ae32] {
  cursor: pointer;
  color: #c5c5c5;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box[data-v-6203ae32] {
  margin-top: 20px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box[data-v-6203ae32] {
  display: flex;
  margin-top: 10px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-summary-title[data-v-6203ae32] {
  width: 40%;
  font-weight: 400;
  color: #78818f;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-summary-info[data-v-6203ae32] {
  width: 60%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-summary-info .dokan-vendor-category[data-v-6203ae32] {
  font-weight: 400;
  color: #78818f;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-ticket-id[data-v-6203ae32] {
  font-weight: 700;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-vendor-info a[data-v-6203ae32] {
  text-decoration: none;
  font-weight: 700;
  color: #1a9ed4;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-vendor-info a[data-v-6203ae32]:hover {
  color: rgba(26, 158, 212, 0.8);
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-vendor-info a[data-v-6203ae32]:active {
  color: #1a9fd4;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button[data-v-6203ae32] {
  margin-top: 20px;
  display: block;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-status-button[data-v-6203ae32] {
  border-radius: 3px;
  padding: 10px 15px;
  border: none;
  outline: none;
  color: #FFFFFF;
  cursor: pointer;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-close-ticket[data-v-6203ae32] {
  background: #1a9fd4;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-close-ticket[data-v-6203ae32]:hover {
  background: #1a9fd4c7;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-close-ticket[data-v-6203ae32]:active {
  background: #1a9fd4;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-reopen-ticket[data-v-6203ae32] {
  background: rgba(242, 98, 77, 0.5);
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-reopen-ticket[data-v-6203ae32]:hover {
  background: rgba(242, 98, 77, 0.8);
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-status-change-button .dokan-reopen-ticket[data-v-6203ae32]:active {
  background: rgba(242, 98, 77, 0.5);
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-hide[data-v-6203ae32] {
  display: none !important;
}
@media only screen and (max-width: 800px) {
.dokan-chat-wraper .dokan-chat-page-container[data-v-6203ae32] {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    flex-direction: column-reverse;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container[data-v-6203ae32] {
    width: 100%;
    margin-top: 10px;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container[data-v-6203ae32] {
    width: 100%;
}
}
@media only screen and (max-width: 1000px) {
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-status-box[data-v-6203ae32] {
    width: 40%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-container .dokan-chat-header .dokan-chat-header-blank-last[data-v-6203ae32] {
    width: 10%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-summary-title[data-v-6203ae32] {
    width: 50%;
}
.dokan-chat-wraper .dokan-chat-page-container .dokan-chat-summary-container .dokan-chat-summary-holder .dokan-chat-summary-body .dokan-chat-summary-box .dokan-single-summary-box .dokan-summary-info[data-v-6203ae32] {
    width: 50%;
}
}

.wp-heading-inline .dashicons-arrow-left-alt2 {
  margin-top: 11px;
}
.wp-heading-inline .router-link-active {
  text-decoration: none;
}
.wp-heading-inline .back-to-tickets {
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.118182px;
  color: #929CA9;
}
.admin-store-support-tickets {
  position: relative;
}
.admin-store-support-tickets .help-block {
  position: absolute;
  top: 10px;
  right: 10px;
}
.admin-store-support-tickets .help-block span.help-text {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
}
.admin-store-support-tickets .help-block span.help-text a {
  text-decoration: none;
}
.admin-store-support-tickets .help-block span.dashicons {
  font-size: 25px;
}

