.post-title-input {
    width: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    font-size: 30px;
    font-weight: 800;
    padding: 5px;
    &:focus{
        outline: 1px solid #e0e0e0;
    }
    &:focus-visible{
        outline: 1px solid #e0e0e0 !important;
    }
}
#post-type-header{
    min-height: 60px;
    position: relative;
    padding-top: 20px;
    .delete-component {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 3px;
        cursor: pointer;
    }
    .file-input-div{
        position: relative;
        min-height: 50px;
        padding: 20px;
    }
}
.post-type-header-buttons {
    button {
        border: 0px;
        padding: 10px 15px;
        border-radius: 5px;
    }
}
.post_image_header {
    width: 100%;
    max-width: 400px;
}
#delete-content-header {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 3px;
    cursor: pointer;
}
.delete_button {
    cursor: pointer;
}
.embed-video { display: block; }
.add-more-images{
    width: 120px;
    height: 60px;
    border-radius: 15px;
    background: #000;
    color: white;
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: center;
    align-items: center;
    label{
        display: block;
        text-align: center;
        width: 100%;
    }
    input[type="file"]{
        position: absolute;
        z-index: 9;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
    }
}

.upload-file-component {
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    &-div{
        height: 40px;
        width: 50px;
        border-radius: 10px;
        background: black;
        overflow: hidden;
        color: white;
        display: grid;
        justify-content: center;
        align-content: center;
        position: relative;
    }
    &-input{
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }
    .delete-image-slider {
        position: absolute;
        width: 22px;
        height: 22px;
        top: 5px;
        right: 5px;
        background: white;
        border-radius: 5px;
        padding: 3px;
        cursor: pointer;
    }
}
