.button-add-new {
    display: flex;
    justify-content: end;
    margin-top: 20px;
}

.button-add-new a {
    color: #fff;
    background-color: #007bff;
    border-radius: 5px;
    padding: 10px 20px;
}

.button-add-new a:hover {
    background-color: #E81C2E;
    color: #fff;
}

.list-new {
    padding: 0;
    margin-bottom: 0;
}

.list-new-li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.list-new .list-new-li:last-child {
    border-bottom: 0px dashed #ccc;
    margin-bottom: 0;
}

.list-new-li-div-1 {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    overflow: hidden;
}

.list-new-li-div-2 {
    width: calc(100% - 100px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.list-new-li-div-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
}

.list-new-li-div-3 p {
    margin: 0;
}

.avatar {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faq-padding {
    padding: 0 15px;
}

.header-detail {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    align-items: center;
}

.header-detail>p {
    margin: 0;
}

.title-detail {
    font-size: 3rem;
    font-weight: 700;
    color: #E81C2E;
}

.header-detail-div {
    display: flex;
    gap: 10px;
}

.button-back-index-div {
    padding: 10px 0;
}

.button-back-index {
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
    background-color: #ccc;
}

.button-back-index:hover {
    color: #fff;
    background-color: #e0e0e0;
}

.button-detai-update,
.button-detai-delete {
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

.button-detai-update {
    background-color: #646FFA;
}

.button-detai-delete {
    background-color: #F0003C;
}

.button-detai-update:hover {
    background-color: #6d77fd;
    color: #fff;
}

.button-detai-delete:hover {
    background-color: #c92b52;
    color: #fff;
}

.list-new-li-div-2 p {
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-new-li-div-2 p:first-child,
.list-new-li-div-3 p:first-child {
    font-weight: 700;
}

.list-new-li-div-2 p:first-child:hover,
.list-new-li-div-3 p:first-child:hover {
    color: #E81C2E;
}

/* modal */
.show-modal-overlay {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.show-modal-overlay-publish,
.show-modal-overlay-save {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.show-modal-box {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #FFF;
    z-index: 11;
    border-radius: 8px;
    box-shadow: 0px 3.206px 32.056px 0px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1001;
    padding: 40px 50px;
}

.close-model {
    gap: 8px;
    padding: 12px 15px;
    color: #6C778B;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 8px;
    border: 1px solid #B4BAC5;
    background: #FFF;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.close-model:hover {
    background-color: #F6F7F9;
}

.edit-image-detail {
    width: 400px;
    aspect-ratio: 16/9;
}

.picture {
    width: 400px;
    aspect-ratio: 16/9;
    background: #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    border: 2px dashed currentcolor;
    cursor: pointer;
    font-family: sans-serif;
    transition: color 300ms ease-in-out, background 300ms ease-in-out;
    outline: none;
    overflow: hidden;
}

.picture:hover {
    color: #777;
    background: #ccc;
}

.picture:active {
    border-color: turquoise;
    color: turquoise;
    background: #eee;
}

.picture:focus {
    color: #777;
    background: #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#image_path_create {
    display: none;
}

.ck.ck-editor {
    width: 75% !important;
}

.radio-inputs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5rem;
    background-color: #EEE;
    box-sizing: border-box;
    box-shadow: 0 0 0px 1px rgba(0, 0, 0, 0.06);
    padding: 0.25rem;
    width: 300px;
    font-size: 14px;
}

.radio-inputs .radio {
    flex: 1 1 auto;
    text-align: center;
    margin-bottom: 0;
}

.radio-inputs .radio input {
    display: none;
}

.radio-inputs .radio .name {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    border: none;
    padding: .5rem 0;
    color: rgba(51, 65, 85, 1);
    transition: all .15s ease-in-out;
}

.radio-inputs .radio input:checked+.name {
    background-color: #fff;
    font-weight: 600;
}

.detail-content-new {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.detail-content p {
    margin: 5px 0;
}

.detail-content-new p:first-child {
    font-weight: 700;
    font-size: 40px;
    text-align: center;
}

.detail-content-new p:last-child {
    font-weight: 500;
    font-size: 18px;
}

.create-controller-new>h3 {
    padding: 20px 0;
    font-size: 30px;
    font-weight: 700;
}

.input-text-new {
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ccc;
}

.input-text-new:hover,
.input-text-new:focus {
    outline: none;
}

.input-text-new:focus {
    border: 1px solid #646FFA;

}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-between {
    justify-content: flex-end;
}

.flex-1,
.text-gray-700 {
    display: none;
}

.relative {
    position: relative;
}

.inline-flex {
    display: inline-flex;
}

.border-gray-300 {
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border {
    border-width: 1px;
}

.rounded-md {
    border-radius: 0.375rem;
}

.leading-5 {
    line-height: 1.25rem;
}

.w-5 {
    width: 1.25rem;
}

.h-5 {
    height: 1.25rem;
}

.font-medium {
    font-weight: 500;
}

.rounded-l-md {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.rounded-r-md {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.drop-shadow-sm {
    filter: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
}

.bg-white {
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.px-2 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.py-2 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.px-4 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}

.shadow-sm {
    text-align: end;
}

.title-header {
    font-size: 3rem;
    font-weight: 700;
    color: #E81C2E;
}