/* Box start --------------- */
.el-card {
    margin: 0.2rem;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 10px 0px 30px;
}

.text {
    font-size: 14px;
}

.item {
    margin-bottom: 18px;
}

.box-card {
    width: 99.5%;
}

/* Box end --------------- */
/* ResizeOverflow start ---- */
.resizeOverflow {
    float: left;
    width: 99%;
    padding: 0px
}
/* ResizeOverflow end ---- */

/* Side Menu start ---- */
/* .el-menu .el-menu-item-group__title {
  text-align: left !important;
  padding-left: 20px !important;
} */

/* Side Menu end ---- */

/* Blogs start ------------------- */
.line1 {
    /* border: 0.1px solid black; */
    border-bottom: 1px solid var(--el-border-color) black;
    margin: 10px 20px 10px;
}

.action {
    margin: 0px 20px 10px 0px;
    float: right;
}

.content {
    padding-bottom: 30px;
    padding-left: 20px;
    font-size: 15px;
    /* border: 10px; */
}

.cke {
    width: 100%;
    /* height: 200px; */
    padding: 5px;
}

.blog-post {
    display: flex;
    flex-wrap: wrap;
    gap: 1px
}

.blog-post .blog-instruction {
    flex: 1;
    min-width: 100%;
    text-align: left;
}

.blog-post .blog-content {
    flex: 1;
    min-width: 100%;
}

.image-preview-full {
    /* Ensure image takes up full width of the dialog */
    width: 100%;
    /* Maintain aspect ratio */
    height: auto;
    /* Ensure image is scaled to fit without distortion */
    object-fit: contain;
}

/* Blogs end ------------------- */
/* Dropdown :start--------------- */
.el-dropdown+.el-dropdown {
    margin-left: 15px;
}

.el-dropdown-link {
    cursor: pointer;
    color: var(--el-color-normal);
    display: flex;
    font-size: 30px;
    align-items: center;
}

/* Dropdown :end--------------- */
/* dialog :start--------------- */

.dialog-footer button:first-child {
    margin-right: 1px;
}
.full-width {
  width: 100%;
}

/* dialog :end--------------- */
/* font :start------- */
/* .custom-button {
    color: red;
   } */
/* font :start------- */