.name-part {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.table td span {
    color: #ff3333;
}

.table td {
    padding: 15px 10px;
}

.table td input {
    padding: 5px;
    width: 97%;
}

.table td label input {
    width: fit-content;
}

.button_contents {
    justify-content: center;
    gap: 20px;
}

.button_contents .button_campaign input,
.table td .file {
    font-size: 12px;
    line-height: 30px;
    padding: 5px;
    font-weight: 700;
    background-color: #dfdfdf;
    border: 1px solid #c6c6c6;
    box-shadow: 0 2px 0 0 #bababa;
    cursor: pointer;
    width: 125px;
}

.button_contents .button_campaign {
    text-align: center;
}

.box-campaign {
    padding: 15px 10px;
    background-color: #f2f2f2;
    margin-bottom: 20px;
    position: relative;
}

.text-campaign {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.text-campaign p {
    padding-bottom: 5px;
    font-weight: 700;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
    background-color: #cecece;
    border: 2px solid #cecece;
}

.radio-custom:checked + .radio-custom-label:before {
    box-shadow: inset 0 0 0 4px #fff;
    background-color: #060606;
    border: 2px solid #060606;
}

.d-flex-ct {
    display: flex;
}

.d-flex-ct label{
    min-width: 100px;
}

.icon-close {
    position: absolute;
    transform: translate(-50%, 50%);
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.box-add-img {
    gap: 15px;
}

.text-campaign select {
    padding: 5px;
    width: 250px;
}

.table .item {
    vertical-align: top;
}

.d-none {
    display: none;
}

.box-name {
    width: 100%;
}

.input-file-container {
    position: relative;
    width: 125px;
}

.input-file-container .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    opacity: 0;
    padding: 0 5px;
    cursor: pointer;
}

.input-file-container .input-file-trigger {
    display: block;
    font-size: 12px;
    line-height: 30px;
    padding: 0 5px;
    font-weight: 700;
    background-color: #dfdfdf;
    border: 1px solid #c6c6c6;
    box-shadow: 0 2px 0 0 #bababa;
    transition: all .4s;
    cursor: pointer;
}

.file-return {
    padding-top: 20px;
}

.text-img {
    font-size: 12px;
    line-height: 30px;
    color: #838383;
}

.box-item {
    flex-wrap: wrap;
    gap: 10px;
}

.box-item div {
    width: 23%;
}

.text-upload-file {
    font-size: 12px;
    line-height: 35px;
    color: red;
}

.font-weight-bold {
    font-size: 12px;
    font-weight: bold;
}

.table .input-short input {
    width: 67%;
}

.img-lightbox {
    margin: 10px;
    position: relative;
    width: fit-content;
}

.dashed-border-box-navigation {
    border: 2px dotted #ff0000;
    padding: 10px;
    margin-bottom: 10px;
}

.form-select-radio {
    display: flex;
    flex-direction: column;
}

.box-campaign .show_toggle i {
    color: #868686;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 14px;
    font-size: 18px;
}

.box-campaign .delete_slide {
    margin-top: 0 !important;
    background-color: #dfdfdf;
    padding: 4px;
    color: #767676;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 10px;
}