.box-color {
    background-color: #eeeeee;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
.line {
    align-items: center;
    gap: 10px;
}
.input-color input {
    width: 100px;
}
.table .section_collabo {
    padding: 10px;
}
.btn-add {
    padding: 20px 10px 10px 10px;
}
.box-1 {
    margin: 10px;
}

/* Style cho button */
.custom-button {
    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;
}

/* Style cho dropdown */
.dropdown {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    z-index: 1;
    border-radius: 5px;
}

/* Style cho các option trong dropdown */
.dropdown option {
    padding: 7px;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.section_collabo .box-1 .section .show_toggle i {
    color: #868686;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 23px;
    font-size: 18px;
}

.section_collabo .box-1 .section .show_toggle_slide i {
    color: #868686;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 23px;
    font-size: 18px;
}

.section_collabo .box-1 .section h2{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 30px;
    display: flex;
    align-items: center;
}

.section_collabo .box-1 .section .title {
    margin-right: 10px;
    color: #000000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1;
}

.section_collabo .box-1 .section .delete_btn {
    background-color: #dfdfdf;
    padding: 5px;
    color: #767676;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.setting_default {
    display: flex;
    align-items: center;
    gap: 10px;
}

.setting_default .delete_btn,.setting_default .show_toggle i{
    position: unset !important;
}

.section_collabo .box-1 .section label {
    margin: 0 10px 0 5px;
    /*margin-bottom: 5px;*/
    line-height: 2;
}

.section_collabo .box-1 .section .d-flex-ct label {
    margin: 0;
    line-height: 18px;
}

.sales-status {
    padding-left: 50px;
}

.sales-status label {
    min-width: 100px;
}

.sales-status span {
    padding: 0 5px;
}

/*.section_collabo .box-1 .section .row:not(:last-child) {*/
/*    margin-bottom: 10px;*/
/*}*/

.section_collabo .box-1 .section {
    border: 2px dotted #ff0000;
    padding: 0px 20px 10px 20px;
    color: #000000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 1;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

.section_collabo .box-1 .section .slide_contents .slide {
    border: 2px dotted #adadad;
    background-color: #efeeee;
    padding: 0 20px 20px;
    margin-bottom: 10px;
    position: relative;
    cursor: move;
}

.section_collabo .box-1 .content_rank .row {
    padding-left: 10px;
}

.section_collabo .box-1 .content_rank .row i {
    font-size: 10px;
}

.section_collabo .box-1 .content_rank .rank_display input {

}

.child_column span {
    color: red;
}
.ml-10 {
    margin-left: 10px;
}

.first-view-div .show_toggle_slide i {
    color: #868686;
    cursor: pointer;
    position: absolute;
    right: 70px;
    top: 16px;
    font-size: 18px;
}

.first-view-div {
    border: 2px dotted #ff0000 !important;
    padding: 17px !important;
    margin-bottom: 10px !important;
}

.first-view-div .delete_btn {
    margin-top: 0 !important;
    background-color: #dfdfdf;
    padding: 4px;
    color: #767676;
    cursor: pointer;
    position: absolute;
    right: 28px;
    top: 10px;
}

.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 9999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 15px 25px;
    max-height: 600px;
}

.loader-text {
    color: #ffffff;
    display: inline-block;
    margin-left: 5px;
}

.loader-bounceball {
    position: relative;
    display: inline-block;
    height: 37px;
    width: 15px;
}

.loader-bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: loader-bounce 500ms alternate infinite ease;
    animation: loader-bounce 500ms alternate infinite ease;
}


@-webkit-keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes loader-bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}