.ui-icon,
.ui-widget-content .ui-icon {
    opacity: 0;
}

.ui-rotatable-handle {
    background-color: transparent;
    user-select: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: -25px;
    left: 50%;
    cursor: grab
}

#destination_url-error,
#locator_url-error,
#video_url-error {
    color: rgb(255, 43, 43);
}

#editable {
    overflow-wrap: break-word !important;
}

.se-pre-con {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

.se-pre-con #loader {
    position: fixed;
    height: 100%;
    background: rgba(28, 22, 22, 0.35);
    color: lightgray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}


.se-pre-con .spinner-text {
    display: block;
    color: lightgray;
    text-align: center;
    font-family: 'Helvetica';
}

.card {
    border: none;
}

#upload .card{
    background-color: unset!important;
}

#publishConfirmation .modal-content {
    width: 800px;
    margin: auto;
}

.music-savecollection .fa-bookmark {
    font-size: 1.1rem;
    padding-right: 5px;
}

.music-savecollection.collected .fa-bookmark {
    color: rgb(252, 209, 64);
}

.btn-redo-undo.disabled {
    cursor: not-allowed;
    user-select: none;
    opacity: 0.65;
}

.btn-redo-undo i.fa-undo {
    transform: rotate(90deg);
}

.btn-redo-undo i.fa-redo {
    transform: rotate(-90deg);
}


.ui-resizable-ne,
.ui-resizable-nw,
.ui-resizable-sw,
.ui-resizable-se {
    width: 15px;
    height: 15px;

}

.ui-resizable-ne,
.ui-resizable-nw {
    top: -10px;
}

.ui-resizable-sw,
.ui-resizable-se {
    bottom: -10px;
}

.ui-resizable-sw,
.ui-resizable-nw {
    left: -10px;
}

.ui-resizable-se,
.ui-resizable-ne {
    right: -10px;
}

#editor-canvas .artist-phone-content.active.show-vertical::before {
    position: absolute;
    width: 2px;
    height: 100%;
    content: '';
    border-right: 2px dotted #FFCE00;
    z-index: 999;
    right: 50.156%;
    margin: 0 auto;
    text-align: center;
    padding: 0;
} 

#editor-canvas .artist-phone-content.active.show-horizontal::after {
    position: absolute;
    width: 100%;
    height: 2px;
    content: '';
    border-top: 2px dotted #FFCE00;
    z-index: 999;
    top: 49.78%;
    left: 0;
    margin: 0 auto;
    text-align: center;
    padding: 0;
} 

.music-button .play.music_selected {
    border: 1px dashed black !important;
}

/* 30/11/2021 - File Module */

.file-menu {
  z-index: 1500;
  border-radius: 25px;
  padding: 20px 20px;
  width: 21rem;
}

.file-menu a {
  font-size: 1rem;
}

.search-container-fixed {
  z-index: 50 !important;
}

.file-module.active {
  background-color: pink;
}

/* 1.8rem = 0.3inch */
.printing-bleed-outer {
  padding: 1.8rem 1.8rem 0 1.8rem;
  padding-bottom: calc(
    1.8rem - 7px
  ); /* Bottom of the canvas has 7px for some reason */
  border: 2px dashed black;
}

.printing-bleed-original {
  border: 2px dashed black !important;
}

.safe-margin-with-bleed {
  width: calc(100% - 6rem);
  height: calc(100% - 6rem);
  left: 3rem;
  position: absolute;
  border: 2px dashed gold;
  top: 3rem;
}

.safe-margin-no-bleed {
  width: calc(100% - 2rem);
  height: calc(100% - 2rem - 7px);
  left: 1rem;
  position: absolute;
  border: 2px dashed gold;
  top: 1rem;
}

ul.custom-menu {
  list-style: none;
}

ul.custom-menu li {
  margin: 0.75rem 8rem 0.75rem 2rem;
}

.custom-menu {
  z-index: 1000;
  position: absolute;
  background-color: #fff;
  border-radius: 12.5px;
  border: 1px solid none;
  padding: 2px;
  font-size: 0.8rem;
  box-shadow: 10px 7px 27px 0px rgb(150, 150, 150);
  -webkit-box-shadow: 10px 7px 27px 0px rgb(150, 150, 150);
  -moz-box-shadow: 10px 7px 27px 0px rgb(150, 150, 150);
}

@media screen and (max-width: 768px) {
  .file-menu a {
    font-size: 0.8rem;
  }
}

