body uc-start-from .uc-content {
    display: flex;
    column-gap: 20px;
    flex-direction: column;
}
uc-start-from {
    padding: 0;
}


uc-start-from .uc-content uc-source-list {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-flow: wrap;
}
uc-copyright {
    display: none;
}
uc-drop-area {
    height: 100%;
}
uc-icon {
    top: -2px;
    position: relative;
}
uc-editor-toolbar>.uc-toolbar-container>.uc-sub-toolbar>.uc-controls-row>.uc-tab-toggles>.uc-tab-toggles_indicator {
    background-color: rgb(124 200 84);
}
.uc-cloud-image-editor :is([tabindex][active],[with-effects][active]) svg {
    color: #7cc854;
}
uc-file-item>.uc-inner[finished] .uc-badge {
    background-color: #7CC854 !important;
}
button.uc-primary-btn {
    background-color: #7CC854 !important;
    color: white !important;
}


body uc-upload-list .uc-add-more-btn uc-icon{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-top: 4px;
}
button.uc-secondary-btn {
    background-color: #F3FAF0;
    color: #7cc854;
    /* border: 1px solid #7cc854; */
    font-weight: 600;
    font-size: .875rem;
    line-height: 1.25rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    letter-spacing: 0;
    border-radius: .375rem !important;
    /* width: 100%; */
}
/* button.uc-secondary-btn span {
    color: transparent;
    min-width: 118px;
    position: relative;
}
button.uc-secondary-btn span:before {
    content: 'Upload thumbnail';
    color: #7cc854;
    position: absolute;
    left: 0;
} */
button.uc-secondary-btn:hover {
    background: #7cc854;
}
button.uc-secondary-btn:hover span:before  {
    color: #fff;
}
uc-simple-btn {
    position: relative;
    display: block;
}
uc-modal>dialog[open] {
    max-width: 100%;
    width: 780px;
}
uc-modal uc-start-from {
    width: 100% !important;
    min-height: 580px;
}
uc-start-from .uc-content {
    display: flex;
    column-gap: 20px;
}
uc-modal uc-upload-list, uc-modal uc-url-source {
    width: 100%;
    min-height: 580px;
}

uc-file-item uc-icon{
    top: -2px;
    position: relative;
}
uc-editor-toolbar>.uc-toolbar-container>.uc-sub-toolbar>.uc-controls-row>.uc-tab-toggles>.uc-tab-toggles_indicator{
    background-color: rgb(124 200 84);
}
.uc-cloud-image-editor :is([tabindex][active],[with-effects][active]) svg {
    color: #7cc854;
}
uc-file-item>.uc-inner[finished] .uc-badge {
    background-color: #7CC854 !important;
}
button.uc-primary-btn {
    background-color: #7CC854 !important;
    color: white !important;
    padding-bottom: 3px;
}            
uc-cloud-image-editor-activity{
    position: absolute;
}
uc-btn-ui .uc-icon[name="done"] {
    color: #7dc953;
}
body uc-progress-bar .uc-progress {
    background-color: #D6EDCA;
}
uc-upload-list uc-file-item .uc-inner > div {
    z-index: 2;
}
uc-upload-list uc-file-item .uc-inner > .uc-progress-bar {
    height: 100%;
    top: 0;
    z-index: 1;
}
.uc-list-table-body .uc-list-items {
    width: 100%;
    max-width: 100%;
}
.uc-list-table-header {
    width: 100%;
    max-width: 100%;
}
uc-url-source {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
uc-external-source {
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
}
uc-url-source uc-activity-header {
    padding-left: 0;
    padding-right: 0;
}
uc-url-source .uc-content {
    padding-left: 0;
    padding-right: 0;
}
.main-body-instruction {
    font-family: 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 34px;
}
.container-instruction {
    max-width: 100%;
    padding: 30px 30px 16px;
    background: #f9fafb;
    border-radius: 12px;
    display: flex;
    gap: 20px;
    width: 100%;
}
.alert-icon {
    width: 50px;
    height: 50px;
    background: #fde3e9;
    padding: 8px;
    border-radius: 100%;
    color: #f0567b;
}
.full-instruction {
  flex: 1;
  width: 100%;
}
.title-instruction {
    color: #374151;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 0;
    margin-bottom: 8px;
}
.subtitle-instruction {
    color: #374151;
    line-height: 1.6rem;
    font-size: 16px;
    margin-bottom: 15px;
}
.container-conten-instruction {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 14px;
}
.content-instruction {
    display: flex;
    flex-direction: column;
}

.top-text {
    font-weight: 600;
}

.dummy-link {
    color: #EF476F;
}
.subtitle-content {
  font-size: 16px;
    font-weight: 600;
}

.uc-files-wrapper{
    --uc-primary-light: transparent !important;
}


@media screen and (max-width: 1281px) {
    /* Add your responsive styles here */
    .main-body-instruction {
margin-bottom: 25px;
}
}
@media screen and (max-width: 768px) {
    uc-source-list {
        width: 100%;
    }
    uc-external-source {
        width: 100%;
        height: calc(100vh - 124px);
    }
}
@media screen and (max-width: 600px) {
  uc-drop-area {
        max-height: 206px;
    }
    uc-modal>dialog[open] {
        max-width: 90%;
        width: 780px;
    }
    uc-modal uc-external-source {
        width: 100% !important;
    }
    uc-start-from .uc-content uc-source-list {
        justify-content: start;
        flex-direction: row;
    }
    uc-start-from .uc-content uc-source-list uc-source-btn{
        width: 50%;
    }
    .alert-icon {
display: none;
}
}