.custom-asset-publisher-container .help-message-wrapper {
  background: #6B6C7E;
  border-radius: 50%;
  padding: 0.1rem 0.2rem;
  margin-left: 0.5rem;
  font-size: 12px;
}
.custom-asset-publisher-container .help-message-wrapper .help-message {
  color: #6B6C7E;
  font-weight: bold;
  background: white;
  border-radius: 50%;
  padding: 0.15rem 0.3rem;
}
.custom-asset-publisher-container .templates-wrapper {
  margin-bottom: 10px;
}
.custom-asset-publisher-container .template-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.625rem;
  background: #f5f5f5;
  border: 1px solid #d3d3d3;
  border-radius: 4px;
  align-items: center;
  padding: 0.5rem;
  margin: 0.5rem;
  color: black;
  width: 100px;
  text-align: center;
}
.custom-asset-publisher-container .template-wrapper.selected-ddm-template {
  background: #FCE362;
}
.custom-asset-publisher-container .toggle-switch-label {
  padding: 0.25rem;
}
.custom-asset-publisher-container .label-style, .custom-asset-publisher-container .control-label {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 0.875rem;
  margin: 0;
}
.custom-asset-publisher-container .label-style span, .custom-asset-publisher-container .control-label span {
  margin-left: 0.2rem;
}
.custom-asset-publisher-container .wrapper-number {
  display: flex;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: space-evenly;
  padding: 5px;
  width: 10%;
  height: 100%;
  border-radius: 4px;
  margin-right: 2rem;
}
.custom-asset-publisher-container .form-control, .custom-asset-publisher-container .vscomp-toggle-button {
  font-weight: normal;
  font-size: 0.75rem;
}
.custom-asset-publisher-container input[type=number] {
  -moz-appearance: textfield;
  text-align: center;
  font-size: 0.75rem;
  width: 50%;
  color: black;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background: white;
}
.custom-asset-publisher-container .number-input {
  width: 50%;
  padding: 0 5px;
  margin: 0 2px;
}
.custom-asset-publisher-container input[type=number]:focus-visible {
  outline: none;
}
.custom-asset-publisher-container input::-webkit-outer-spin-button,
.custom-asset-publisher-container input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.custom-asset-publisher-container .btn-style {
  background: white;
  color: black;
  border: none;
  font-size: 1rem;
  cursor: pointer;
}
.custom-asset-publisher-container .btn-style:hover {
  color: black;
}
.custom-asset-publisher-container .toggle-switch-check:empty ~ .toggle-switch-bar:after {
  left: 4px;
}
.custom-asset-publisher-container .toggle-switch-check:checked ~ .toggle-switch-bar:after {
  left: 28px;
}
.custom-asset-publisher-container .toggle-switch-check:empty ~ .toggle-switch-bar:after,
.custom-asset-publisher-container .toggle-switch-check:checked ~ .toggle-switch-bar:after {
  border-radius: 12px;
  top: 4px;
  width: 24px;
  height: 24px;
}
.custom-asset-publisher-container .toggle-switch-check:checked ~ .toggle-switch-bar:before {
  background: #0B5FFF;
}
.custom-asset-publisher-container .toggle-switch-check:checked ~ .toggle-switch-bar:before,
.custom-asset-publisher-container .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  border-radius: 16px;
  padding: 15px;
  width: 56px;
}
.custom-asset-publisher-container .toggle-switch {
  display: flex;
  flex-direction: row-reverse;
  float: left;
  font-size: 12px;
}
.custom-asset-publisher-container .category-tag-wrapper {
  background: #f5f5f5;
}
.custom-asset-publisher-container .sorting-wrapper .form-control.mb-4 {
  width: 250px;
  margin-right: 1rem;
}
.custom-asset-publisher-container .tabs-wrapper .btn.btn-secondary {
  background: #0B5FFF;
}
.custom-asset-publisher-container .tabs-wrapper .nav-item a {
  color: black;
}
.custom-asset-publisher-container .tabs-wrapper .nav-item a.active {
  color: #ff8f39;
}
.custom-asset-publisher-container .tabs-wrapper .nav-underline .nav-item .nav-link.active:after {
  background-color: #ff8f39;
}
.custom-asset-publisher-container .tabs-wrapper .label.label-dismissible.label-secondary {
  background: #FCE362;
  border: none;
}
.custom-asset-publisher-container .tabs-wrapper .category-tag-wrapper {
  font-size: 0.75rem;
}
.custom-asset-publisher-container .tabs-wrapper .category-tag-wrapper .small.text-secondary {
  display: none;
}
.custom-asset-publisher-container .tabs-wrapper .category-tag-wrapper .sheet-subtitle {
  font-weight: bold;
}
.custom-asset-publisher-container .tabs-wrapper .lfr-tags-selector-content .form-group label {
  font-weight: bold;
  font-size: 0.875rem;
  padding-bottom: 0.875rem;
  margin: 0;
}
.custom-asset-publisher-container .tabs-wrapper .field-content .form-group {
  display: flex;
}
.custom-asset-publisher-container .tabs-wrapper .field-content .form-group label {
  margin-right: 1rem;
  padding-top: 0.5rem;
  min-width: 7rem;
}
.custom-asset-publisher-container .input-checkbox-wrapper {
  overflow: hidden;
}
.custom-asset-publisher-container .loader {
  border: 5px solid #f3f3f3;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  border-top: 5px solid var(--primary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 10px auto;
  display: none;
}
.custom-asset-publisher-container .btn-loadmore {
  opacity: 1;
  transition: opacity 1s ease-out;
}
.custom-asset-publisher-container .btn-loadmore.hidden.disabled {
  transition: opacity 1s ease-out;
  opacity: 0;
}
.custom-asset-publisher-container .btn-loadmore.disabled {
  transition: opacity 1s ease-out;
  opacity: 0.5;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}