body main.cesw-mediaeditor {
  margin-top: -9vh;
}

body main.cesw-mediaeditor .breadcrumb {
  padding: 10px 0;
}

body main.cesw-mediaeditor .subhead:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  margin-right: 6px;
  font-size: 16px;
  vertical-align: top;
}

a {
  text-decoration: auto;
}
.box-menu-marker {
  height: 40vh;
  overflow: hidden;
  overflow-y: auto;
}
#video_col video.video-js {
  height: 100%;
}
.text-link-red-cesw {
  color: #a91919 !important;
}
a.card-link.cesw,
a.dropdown-item.cesw {
  color: black;
}
a.card-link.cesw:hover,
a.dropdown-item.cesw:hover {
  background: transparent;
  color: #a91919;
}

.box-menu-marker::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.box-menu-marker::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.box-menu-marker::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.box-menu-marker::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#marker-container {
  position: relative;
  width: 100%;
  height: 5px;
  background-color: #ccc;
  margin-top: 10px;
}

#start-marker,
#end-marker {
  position: absolute;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: red;
  cursor: move;
}

#end-marker {
  right: 0;
}

.mini-media-box {
  height: 160px;
}
.mini-media-box .video-js {
  height: 120px !important;
}
.swal2-confirm {
  margin-right: 10px;
}
.cesw-mediaeditor span.title {
  font-size: 20px;
}
.cesw-mediaeditor .video-js {
  height: 350px;
}

#menu {
  position: relative;
  background: initial;
  width: initial;
  overflow: initial;
  box-shadow: initial;
  color: initial;
  float: initial;
  display: initial;
}
#menu h5 {
  text-transform: uppercase;
  border-top: 1px solid #364252;
  padding-top: 5px;
  margin-bottom: 0;
  color: #bdcde3;
  font-size: 14px;
}


/* #resizable-container {
  width: 120px;
  border-radius: 0.75rem;
  padding: 20px;
  margin: 1rem;
  background-color: #29e;
  color: white;
  font-size: 20px;
  font-family: sans-serif;
  overflow: hidden;

  touch-action: none;
  box-sizing: border-box;
} */
#resizable-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 50%;
  background-color: rgba(4, 4, 4, 0.5);
}

.resize-drag img,
.cesw-img-bloc-manup img {
  /* width: 100%;
  height: auto; */
}

.resize-drag {
  width: initial;
  border-radius: 8px;
  /* padding: 20px; */
  margin: 1rem;
  background-color: rgba(4, 4, 4, 0.5);
  color: white;
  font-size: 20px;
  font-family: sans-serif;

  touch-action: none;

  box-sizing: border-box;
}
.image-box {
  /* overflow: hidden;
  height: 0vh; */
}
body.transitions-enabled footer {
  transition: margin-right .5s;
  position: relative;
  display: block;
  padding: initial;
  clear: initial;
  margin-top: -27px;
  font-size: 12px;
}

.cesw-mediaeditor nav.section-nav {
  margin-top: 60px;
  float: none;
  width: auto;
  background: initial;
  padding: initial;
}

@media screen and (max-width: 640px) {
  #menu {
    text-align: left;
    background-color: #fff;
    position: fixed;
    overflow: scroll;
  }
}