.holder_default {
  width: 100%;
  height: 305px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 1rem;
  position: relative;
  cursor: pointer;
  margin-bottom: 2.5rem;
}

.dark-mode .holder_default {
background-color: rgba(255, 255, 255, 0.08);
}

.holder_default input[type="file"] {
visibility: hidden;
widows: 0;
height: 0;
position: absolute;
left: -100%;
}

/* #holder.hover { 
  width:400px; 
  height:150px; 
  border: 3px dashed #0c0 !important; 
} */

.hidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.holder_default .prompt img {
width: 37.5px;
height: 37.5px;
min-width: 37.5px;
min-height: 37.5px;
margin-bottom: 1.4rem;
}

.holder_default .prompt img.icon-dark, .dark-mode .holder_default .prompt img {
display: none;
}

.dark-mode .holder_default .prompt img.icon-dark {
display: block;
}

.holder_default .prompt span {
font-weight: 400;
font-size: 14px;
line-height: 17px;
text-align: center;
color: rgba(0, 0, 0, 0.5);
}

.dark-mode .holder_default .prompt span {
color: rgba(255, 255, 255, 0.5);
}

.holder_default .image_preview {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
/* border-radius: 8px; */
}

.holder_default .image_preview img {
width: auto;
height: 100%;
}

.title-input {
margin-bottom: 1rem;
}

.title-input label {
font-weight: 600;
font-size: 32px;
line-height: 39px;
color: #000000;
}

.dark-mode .title-input label {
color: #FFFFFF;
}

.title-input input {
border: none;
box-shadow: none !important;
outline: none;
font-weight: 400;
font-size: 20px;
line-height: 24px;
border: 2px solid #eee;
}

.dark-mode .title-input input {
background-color: #0E0E0E;
color: #fff;
}

.title-input input::placeholder {
font-weight: 400;
font-size: 20px;
line-height: 24px;
color: rgba(0, 0, 0, 0.5);
}

.tox .tox-editor-header {
z-index: 0;
}

.btn-publish, .btn-publish:hover {
padding: 16px 50px;
background: #407BFF;
border-radius: 8px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #FFFFFF;
}

.dark-mode .btn-publish, .btn-publish:hover {
background: #5A8EFF;
}

.dark-mode select, .dark-mode input {
background-color: rgba(255, 255, 255, 0.08) !important;
color: rgba(255, 255, 255, 0.5);
border: none;
outline: none;
box-shadow: none;
}
.voice-over{
  overflow: auto;
  display: none;
  box-sizing: border-box;
  width: 605px;
  height: 448px;
  background: #FFFFFF;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin-bottom: 20px;
}
.voice-over .flex-wrap .play{
  margin: 5px;
  /* width: 139px; */
  width: auto;
  height: 33px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.block-editor-container{
  overflow: hidden!important;
}