/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.sorting-indicator {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 10px;
}

.sort-by:before {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
  border-bottom-color: #bebebe;
  margin-top: -9px;
}

.sort-by:after {
  border: 4px solid transparent;
  content: "";
  display: block;
  height: 0;
  right: 5px;
  top: 50%;
  position: absolute;
  width: 0;
  border-top-color: #bebebe;
  margin-top: 1px;
}

.sort-asc:before {
  border-bottom-color: #636363;
}

.sort-desc:after {
  border-top-color: #636363;
}

.img-flag {
  width: 18px;
  position: relative;
}

.item-edit-language {
  margin-bottom: 5px;
}
.item-edit-language svg {
  width: 30px;
  color: #636363;
  height: 22px;
}

.fm .fm-body {
  min-height: 500px;
}

.group-input-image button {
  width: 100%;
}
.group-input-image .image {
  position: relative;
}
.group-input-image .image img {
  width: 100%;
  height: auto;
}

.audio-wrapper {
  margin-top: 0px !important;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.357rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  position: relative;
}

.audio-wrapper audio {
  width: 100%;
  height: 30px;
}

#fm-main-block .justify-content-between .col-auto:first-child .btn-group:nth-child(2) .btn-secondary:nth-child(1) {
  display: none;
}
#fm-main-block .justify-content-between .col-auto:first-child .btn-group:nth-child(2) .btn-secondary:nth-child(2) {
  display: none;
}
#fm-main-block .justify-content-between .col-auto:first-child .btn-group:nth-child(3) {
  display: none;
}
#fm-main-block .justify-content-between .col-auto:first-child .btn-group:nth-child(4) {
  display: none;
}

.remove-image, .remove-item-multiple, .remove-menu {
  position: absolute;
  border-radius: 50%;
  color: red;
  border: 1px solid red;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 15px;
  background: #fff;
  top: -7px;
  right: -7px;
  cursor: pointer;
  z-index: 5;
}

.view-menu {
  position: relative;
}

.create-service-price {
  display: none;
}

.table-custmer .btn {
  min-width: 110px;
}

.custom-menu .menu-content svg {
  width: 11px !important;
}
.custom-menu .menu-content .text-truncate {
  width: calc(100% - 11px);
}

.toggle-detail-table {
  color: #6e6b7b;
  display: block;
  padding: 0 12px;
}

.toggle-detail-table.rotate-action svg {
  transform: rotate(90deg);
}

.dropdown-unset-width {
  min-width: 5rem !important;
  width: auto !important;
  translate: 0 -20px !important;
}
