.logoACM img {
  aspect-ratio: attr(width) / attr(height);
}

.iconDrawer img {
  aspect-ratio: attr(width) / attr(height);
}

.Original {
  border: 1px solid #d9b8f8 !important;
  background: #f9f0ff !important;
  color: #8245d6 !important;
  padding: 0 3px;
}

.Ama.Cover {
  border: 1px solid #ffaed3 !important;
  background: #fff0f6 !important;
  color: #f059ab !important;
  padding: 0 3px;
}

.Ama.Remix {
  border: 1px solid #88e8de !important;
  background: #e6fffb !important;
  color: #3fcfce !important;
  padding: 0 3px;
}

.Other {
  border: 1px solid #d9d9d9 !important;
  background: #fafafa !important;
  color: #aaa !important;
  padding: 0 3px;
}

.Clip {
  border: 1px solid #7fb6ed !important;
  background: #e9f3fc !important;
  color: #2c9aff !important;
  padding: 0 3px;
}

.Full {
  border: 1px solid #ffdda4 !important;
  background: #fff7e6 !important;
  color: #FFA726 !important;
  padding: 0 3px;
}

.License.Type, .License.Type.INACTIVE{
  border: 1px solid #C6D1DD !important;
  background: rgb(33 33 33 / 8%) !important;
  color: rgb(0 0 0 / 38%) !important;
  padding: 0 3px;
  border-radius: 4px;
}

.License.Type.PROD {
  border: 1px solid #CBE2F9 !important;
  background: #cbe2f961 !important;
  color: #1F75CB !important;
  padding: 0 3px;
  border-radius: 4px;
}

.License.Type.TEST {
  border: 1px solid #ffa5002b !important;
  background: #ffa50021 !important;
  color: #FFA726 !important; /* orange lighten-1 in MUI */
  padding: 0 3px;
  border-radius: 4px;
}

.m-0 {
  margin: 0;
}

.p-0 {
  padding: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.p-y-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

.p-x-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.border {
  border: 1px solid #ccc;
}

.border-left {
  border-left: 1px solid #ccc;
}

.border-right {
  border-right: 1px solid #ccc;
}

.border-top {
  border-top: 1px solid #ccc;
}

.text-right {
  text-align: right;
}

.bg-primary {
  background-color: #1f75cb;
}

.border-left-primary {
  border-left: 1px solid #3a86d1;
}

.border-right-primary {
  border-right: 1px solid #3a86d1;
}

.border-left-gray {
  border-left: 1px solid #ccc;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-primary {
  color: #1f75cb !important;
}

.justify-end {
  justify-content: flex-end;
}

.mt-8 {
  margin-top: 8px;
}

.mb-8 {
  margin-bottom: 8px;
}

.pr-8 {
  padding-right: 8px;
}

.areaSearch {
  display: flex;
  min-height: 66px;
  align-items: center;
  justify-content: space-between;
}

.areaSearch .areaSearch_left {
  flex-grow: 1;
  padding-right: 20px;
}

.areaSearch .areaSearch_right {
  display: flex;
  justify-content: flex-end;
  padding: 3px 0;
  min-height: 54px;
}

.areaSearch_inputSearch {
  margin-top: 0;
  border: 1px solid rgb(198 209 221 / 50%);
  box-sizing: border-box;
  border-radius: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
}

.areaSearch_inputSearch input,
.areaSearch_inputSearch input::placeholder,
.areaSearch_inputSearch input::-webkit--input-placeholder {
  color: #fff !important;
  caret-color: #e3e2e2;
}

.areaSearch_inputSearch .v-input__slot::before,
.areaSearch_inputSearch .v-input__slot::after {
  border-color: transparent !important;
  display: none;
}

.input-search .v-input--is-focused .v-input__slot::before,
.v-input--is-focused .v-input__slot::after {
  border-color: #fff !important;
}

.areaSearch_inputSearch .v-icon {
  color: #fff !important;
  caret-color: #fff !important;
}

.areaSearch_inputSearch .v-input__slot {
  margin-bottom: 0;
}

.areaSearch_inputSearch .v-text-field__details {
  display: none;
}

/* FONT SIZE */
.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

.text-20 {
  font-size: 20px;
}

.text-24 {
  font-size: 24px;
}

.text-32 {
  font-size: 32px;
}

.text-34 {
  font-size: 34px;
}

/* ------------- */

.font-weight-normal {
  font-weight: normal;
}

.primary--hr-top {
  border-top: 1px solid #e2e8ee;
}

.primary--hr-bottom {
  border-bottom: 1px solid #e2e8ee;
}

.cursor-pointer {
  cursor: pointer;
}

.font-size-10 {
  font-size: 10px;
}

.text-decoration--none {
  text-decoration: none;
}

.relative {
  position: relative;
}

#custom-tab a[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
}

#custom-tab a[disabled='disabled'] i,
#custom-tab a[disabled='disabled'] h4 {
  color: #e0e0e0 !important;
}

.appTabTop a[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
  color: #e0e0e0 !important;
}

.appTabTop a[disabled='disabled'] .v-avatar {
  background-color: #e0e0e0 !important;
  border-color: #e0e0e0 !important;
}

/* start dialog */
.dialog {
  position: fixed;
  inset: 0;
  z-index: 4;
}

.dialog::before {
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgb(33 33 33);
  opacity: 0.3;
}

.dialog-container {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 11px 15px -7px rgb(0 0 0 / 20%), 0 24px 38px 3px rgb(0 0 0 / 14%), 0 9px 46px 8px rgb(0 0 0 / 12%);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.dialog-content {
  padding: 8px 16px;
  height: 100%;
}

.dialog-actions {
  border-top: 1px solid rgb(0 0 0 / 12%);
  padding: 8px 16px;
  text-align: right;
}

.w-full {
  width: 100%;
}

.text-initial {
  text-transform: initial !important;
}

.items-center {
  align-items: center;
}

.d-flex {
  display: flex;
}

.is-changed {
  background-color: #fff7e6;
}

.app-tab-title[disabled='disabled'] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}

/* === unsaved of Edit App === */

/* song content slot unsaved */
.songContentSlotUnsaved .sectionAppConfig,
.songContentSlotUnsaved .sectionSongParams,
.songContentSlotUnsaved .sectionArtistContentSlot,
.songContentSlotUnsaved .btnCopyConfigToTest {
  opacity: 0.5;
  pointer-events: none;
}

/* aritst content slot unsaved */
.artistContentSlotUnsaved .sectionAppConfig,
.artistContentSlotUnsaved .sectionSongParams,
.artistContentSlotUnsaved .sectionSongContentSlot,
.artistContentSlotUnsaved .btnCopyConfigToTest {
  opacity: 0.5;
  pointer-events: none;
}

/* song parameter unsaved */
.songParameterUnsaved .sectionAppConfig,
.songParameterUnsaved .sectionArtistContentSlot,
.songParameterUnsaved .sectionSongContentSlot,
.songParameterUnsaved .btnCopyConfigToTest {
  opacity: 0.5;
  pointer-events: none;
}

/* app config unsaved */
.appConfigUnsaved .sectionSongParams,
.appConfigUnsaved .sectionArtistContentSlot,
.appConfigUnsaved .sectionSongContentSlot,
.appConfigUnsaved .btnCopyConfigToTest {
  opacity: 0.5;
  pointer-events: none;
}

.thumbnailContentType {
  display: flex;
  align-items: center;
  justify-content: center;
}

.thumbnailContentType img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 4px;
}

.modalPrimary {
  position: fixed;
  z-index: 11;
  inset: 0;
}

.modalPrimary_blur {
  position: fixed;
  inset: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
}

.modalPrimary_action {
  position: fixed;
  width: 100%;
  z-index: 2;
  padding: 10px 20px;
  top: 0;
  left: 0;
}

.modalPrimary_container {
  height: 100%;
  overflow: hidden auto;
  text-align: center;
}

.modalPrimary_container::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px rgb(0 0 0 / 30%);
  background-color: #f5f5f5;
}

.modalPrimary_container::-webkit-scrollbar {
  width: 3px;
  background-color: #f5f5f5;
}

.modalPrimary_container::-webkit-scrollbar-thumb {
  background-color: #000;
}

.modalPrimary_paper {
  border-radius: 4px;
  position: relative;
  margin: 32px 0;
  display: inline-block;
  vertical-align: middle;
  max-width: 824px;
}

.modalPrimary_alignMiddle {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.zoomer_image {
  width: 100%;
  height: 600px;
}

.zoomer_image .zoomer {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modalPrimary_image .vue-zoomer {
  overflow: unset;
}

.zoomer_image img {
  max-height: 100%;
  object-fit: contain;
}

.zoomer_action {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zoomer_action button {
  color: #fff;
  width: 30px;
  height: 30px;
}

.zoomer_action .v-messages {
  display: none;
}

.zoomer_action .v-input__slot {
  margin-bottom: 0;
}

.zoomer_action > div.v-input {
  max-width: 160px;
}

.modalPrimary_nameFile {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #fff;
}

.modalPrimary_nameContentType {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #fff;
}

.modalPrimary_variants {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.15px;
  color: #fff;
  display: flex;
}

.modalPrimary_variants p + p {
  margin-left: 8px;
}

.modalPrimary_variants p:last-child span {
  display: none;
}

.confirmLeave_wrapper {
  position: fixed;
  z-index: 11;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.confirmLeave_wrapper::before {
  content: '';
  display: block;
  position: fixed;
  inset: 0;
  background-color: rgb(0 0 0 / 50%);
  z-index: -1;
}

.confirmLeave_content {
  width: 450px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
}

.confirmLeave_content h3 {
  font-size: 16px;
  margin-bottom: 4px;
}

.confirmLeave_content h5 {
  color: rgb(0 0 0 / 38%);
}

.confirmLeave_button {
  margin-top: 16px;
  justify-content: flex-end;
}

.confirmLeave_button button + button {
  margin-left: 8px;
}

/* start nprogress * /
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1;
  transform: rotate(3deg) translate(0, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.v-dialog__player .v-bottom-sheet {
  max-width: 100%;
  align-self: flex-end;
  border-radius: 0;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  margin: 0;
  overflow: visible;
  max-height: 90%;
}

.currentContent_autocompleteArtist {
  background-color: #fff;
  padding: 6px;
  max-width: 500px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.currentContent_autocompleteArtist .v-text-field__details {
  display: none;
}

.currentContent_autocompleteArtist .v-input__slot {
  margin-bottom: 0 !important;
}

.inline-block {
  display: inline-block;
}

/* === start chritsmas theme 404 === */
.fargo_snow {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 20;
}

.fargo_content {
  height: 100%;
  position: relative;
  z-index: 1;
  background-color: #d2e1ec;
  background-image: linear-gradient(to bottom, #bbcfe1 0%, #e8f2f6 80%);
  overflow: hidden;
}

.fargo_mainText {
  padding: 20vh 20px 0;
  text-align: center;
  font-size: 5vh;
}

.fargo_mainText h6 {
  font-size: 0.6em;
}

.fargo_goHome {
  font-size: 0.4em;
  font-weight: 400;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
  border-bottom: 1px dashed rgb(93 115 153 / 50%);
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
}

.fargo_groud {
  height: 160px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f6f9fa;
  box-shadow: 0 0 10px 10px #f6f9fa;
}

.fargo_groud::before,
.fargo_groud::after {
  content: '';
  display: block;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -62.5px;
  z-index: -1;
  background: transparent;
  transform: scaleX(0.2) rotate(45deg);
}

.fargo_groud::before {
  right: 50%;
  margin-right: -166.6666666667px;
  box-shadow: 270px -330px 15px #8798b6, 645px -555px 15px #aab6cb, 950px -850px 15px #8798b6,
    1250px -1150px 15px #a1aec6, 1470px -1530px 15px #b4bed1, 1830px -1770px 15px #7e90b0, 2110px -2090px 15px #9dabc4,
    2440px -2360px 15px #8e9eba, 2705px -2695px 15px #aab6cb, 2980px -3020px 15px #9aa9c2, 3350px -3250px 15px #bac4d5,
    3595px -3605px 15px #94a3be, 3920px -3880px 15px #8e9eba, 4240px -4160px 15px #94a3be, 4485px -4515px 15px #b0bccf,
    4830px -4770px 15px #a7b4c9;
}

.fargo_groud::after {
  left: 50%;
  margin-left: -166.6666666667px;
  box-shadow: -265px 335px 15px #aab6cb, -555px 645px 15px #9aa9c2, -850px 950px 15px #9aa9c2,
    -1165px 1235px 15px #b0bccf, -1535px 1465px 15px #8e9eba, -1800px 1800px 15px #8496b4, -2055px 2145px 15px #aab6cb,
    -2425px 2375px 15px #7e90b0, -2660px 2740px 15px #97a6c0, -3045px 2955px 15px #aab6cb, -3280px 3320px 15px #8a9bb8,
    -3550px 3650px 15px #adb9cd, -3865px 3935px 15px #b0bccf, -4230px 4170px 15px #b4bed1, -4460px 4540px 15px #bac4d5,
    -4815px 4785px 15px #7e90b0;
}

.fargo_mound {
  margin-top: -80px;
  font-weight: 800;
  font-size: 180px;
  text-align: center;
  color: #dd4040;
  pointer-events: none;
}

.fargo_mound::before {
  content: '';
  display: block;
  width: 600px;
  height: 200px;
  position: absolute;
  left: 50%;
  margin-left: -300px;
  top: 50px;
  z-index: 1;
  border-radius: 100%;
  background-color: #e8f2f6;
  background-image: linear-gradient(to bottom, #dee8f1, #f6f9fa 60px);
}

.fargo_mound::after {
  content: '';
  display: block;
  width: 28px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  top: 68px;
  z-index: 2;
  background: #dd4040;
  border-radius: 100%;
  transform: rotate(-15deg);
  box-shadow: -56px 12px 0 1px #dd4040, -126px 6px 0 2px #dd4040, -196px 24px 0 3px #dd4040;
}

.fargo_mound_text {
  transform: rotate(6deg);
  top: -49px;
  position: relative;
}

.fargo_mound_space {
  display: block;
  width: 35px;
  height: 30px;
  position: absolute;
  right: 50%;
  top: 42%;
  margin-right: -250px;
  z-index: 0;
  transform: rotate(35deg);
  background: #dd4040;
}

.fargo_mound_space::before,
.fargo_mound_space::after {
  content: '';
  display: block;
  position: absolute;
}

.fargo_mound_space::before {
  width: 40%;
  height: 30px;
  bottom: 98%;
  left: 50%;
  margin-left: -20%;
  background: #dd4040;
}

.fargo_mound_space::after {
  width: 100%;
  height: 30px;
  top: -55px;
  left: 0%;
  box-sizing: border-box;
  border: 10px solid #dd4040;
  border-radius: 4px 4px 20px 20px;
}

.customChip {
  display: inline-block;
  border: 1px solid #cbe2f9;
  border-radius: 4px;
  margin: 10px 0;
  padding: 4px 12px;
  background: #e9f3fc !important;
  color: #1976d2;
  font-size: 12px;
}

/* === end chritsmas theme 404 === */

/* === start loading christmas theme === */

.loading-bar {
  position: relative;
  width: 300px;
  height: 20px;
  border-radius: 15px;
  overflow: hidden;
}

.loading-bar .percentage {
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #fff;
  background-size: 30px 30px;
  background-repeat: repeat;
  background-image: linear-gradient(
    135deg,
    #f00 25%,
    transparent 25%,
    transparent 50%,
    #f00 50%,
    #f00 75%,
    transparent 75%,
    transparent
  );
  animation: animate-stripes 3s linear infinite;
}

@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: 60px 0;
  }
}

/* === end loading christmas theme === */

/* === start page error christmas theme === */
.theme-message {
  color: #5d7399;
}

/* === end page error christmas theme === */

.data-table tr td {
  word-break: break-word;
}

.dragdrop:hover {
  cursor: grab;
}

.contentSlotDragdrop {
  display: flex !important;
  align-items: flex-start;
  padding: 4px 8px 0;
}

.contentSlotDragdrop .v-text-field.v-text-field--enclosed .v-text-field__details {
  margin-bottom: 0;
}

.contentSlotDragdrop_icon {
  padding-right: 8px;
  padding-top: 8px;
}

.flex-grow {
  flex-grow: 1;
}

@media screen and (width <= 1360px) {
  .data-table tr td {
    word-break: initial;
  }
}

.waveform_content {
  position: relative;
}

.waveform_content .active-audio-slider {
  position: absolute;
  z-index: 11111;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.waveform_content .v-slider__thumb {
  opacity: 0;
}

.musicThumbail {
  position: relative;
  display: flex;
}

/* start musicNote */
.musicNote {
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  opacity: 0;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  animation: 4.8s bubble-1 linear infinite;
  animation-name: 4.8s bubble-1 linear infinite;
  animation-play-state: paused;
}

.musicNote path {
  fill: #fff;
}

.musicNote.note-2 {
  animation-delay: 1.2s;
  animation-name: bubble-2;
}

.musicNote.note-3 {
  animation-delay: 2.4s;
}

.musicNote .note-4 {
  animation-delay: 3.6s;
  animation-name: bubble-2;
}

@keyframes bubble-1 {
  0% {
    opacity: 0;
    transform: rotate(90deg) translate(40px) rotate(-90deg);
  }

  50% {
    opacity: 1;
    transform: rotate(180deg) translate(55px) rotate(-180deg) scale(1.3);
  }

  100% {
    opacity: 0;
    transform: rotate(260deg) translate(70px) rotate(-260deg) scale(1.7) rotate(45deg) rotate(50deg);
  }
}

@keyframes bubble-2 {
  0% {
    opacity: 0;
    transform: rotate(90deg) translate(40px) rotate(-90deg);
  }

  50% {
    opacity: 1;
    transform: rotate(175deg) translate(57.5px) rotate(-175deg) scale(1.3) rotate(-50deg);
  }

  100% {
    opacity: 0;
    transform: rotate(260deg) translate(75px) rotate(-260deg) scale(1.7) rotate(45deg) rotate(-50deg);
  }
}

.musicThumbail .thumbnail {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  animation: 12s spinner linear infinite;
  animation-play-state: paused;
}

@keyframes spinner {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.music_played .musicNote,
.music_played .thumbnail {
  animation-play-state: running;
}

.v-dialog {
  box-shadow: none;
}

.radius-12 {
  border-radius: 12px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

.gap-100 {
  gap: 100px
}

.expansion--card {
  border-radius: 8px !important;
}

.expansion--header {
  min-height: 24px !important;
  overflow: scroll;
}

.expansion--content .v-expansion-panel-content__wrap {
  padding: 16px !important;
}

.custom-ellipsize-1-lines,
.custom-ellipsize-2-lines,
.custom-ellipsize-3-lines,
.custom-ellipsize-4-lines {
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  min-width: inherit;
}

.custom-ellipsize-1-lines {
  -webkit-line-clamp: 1;
}

.custom-ellipsize-2-lines {
  -webkit-line-clamp: 2;
}

.custom-ellipsize-3-lines {
  -webkit-line-clamp: 3;
}

.custom-ellipsize-4-lines {
  -webkit-line-clamp: 4;
}

.content-selection--custom-active {
  background-color: #e4edf8 !important;
}

.content-selection--header-indent {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #d3d3d3;
  border-width: 2px;
  padding-top: 10px;
  line-height: 0.1em;
}

.content-selection--header-indent span {
  background: #fff;
  padding: 0 5px 0 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.sticky--header {
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

.image-div {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.customDiv {
  width: 36px;
  height: 36px;
  position: relative;
  margin: auto;
}

.customDiv:hover > button {
  display: block !important;
}

.v-size--default {
  height: 40px !important;
}

.v-btn--fab.v-size--default {
  height: 48px !important;
  width: 48px  !important;
}

.v-chip.v-size--default{
  height: 24px !important;
}

.v-text-field > .v-input__control > .v-input__slot {
  padding: 0 16px !important;
}

.sticky-alert {
  position: fixed;
  bottom: 4.5%;
  right: 1.5%;
  z-index: 3;
}

.v-data-table th {
  padding: 0 16px;
}

.v-data-table td {
  padding: 8px 16px;
}

.key--text {
  color: #0009;
}

.DRAFT_DEAL_STATUS_STYLE {
  background: var(--v-orange-lighten1);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
}

.APPROVED_DEAL_STATUS_STYLE {
  background: var(--v-teal-base);
  color: white;
  padding: 4px 12px;
  border-radius: 4px;
}

.expiry-AVAILABLE--color {
  font-weight: 600;
  color: var(--v-teal-base);
}

.expiry-SOON_EXPIRED--color {
  font-weight: 600;
  color: var(--v-orange-lighten1);
}

.expiry-EXPIRED--color {
  font-weight: 600;
  color: var(--v-red-darken4);
}

.expiry-INCOMING--color {
  font-weight: 600;
  color: #0009;
}
