.white-box.factory {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}
.white-box h2 {
    color: #4F5563;
    padding-left: 40px;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    font-weight: bolder;
}
.white-box h3 {
    padding-left: 20px;
    font-weight: bold;
}
.dropzone {
    border-width: 4px;
    background-color: white;
    display: grid;
    justify-content: center;
    align-content: center;
    text-align: center;
    cursor: pointer;
}
.dropzone > p {
    color: rgb(172, 178, 185);
}
.image-preview {
    max-height: 90px;
}
.item .tag {
    background-color: rgba(75, 141, 221, 0.83);
    padding: 2px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 4px;
    margin-right: 4px;
    display: inline-block;
    border-radius: 8px;
    color: white;
    font-size: 8pt;
}
#banners_app img {
  max-width: 100%;
}
#banners_app p {
    margin-bottom: 0px;
}
#holder {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: 120px auto;
    grid-column-gap: 10px;
}
#history {
    grid-row-start: 1;
    grid-row-end: 3;
    margin: 20px 0 25px 20px;
}
#history .items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
    overflow-y: auto;
    max-height: 70vh;
}
#history > .items > .item, .item > img {
    max-width: 100%;
}
#history > .items > .item {
    height: 80px;
    background-position: center;
    background-size: cover;
    display: grid;
    justify-content: stretch;
    align-content: stretch;
    cursor: pointer;
}
#history > .items > .item > a {
    justify-content: end;
    align-content: end;
    display: grid;
    text-align: center;
}
#history > .items > .item > a:hover {
    background: rgba(227, 224, 255, 0.49);
}
#preview {
    text-align: center
}
#preview > div, #editor > div.actions {
    padding-top: 15px;
    padding-bottom: 15px;
}

#comments {
    border-left: 1px solid rgba(0, 0, 0,.1);
    grid-column-start: 2;
    background-color: #FBFBFB;
}

#comments .author {
    font-size: 10pt;
    margin-bottom: 5px;
    color: #7464e6;
}
#comment-bar {
    grid-column-start: 2;
    box-shadow: 0px -4px 9px 1px rgba(242,242,242,1);
}
#comment-bar > textarea {
    width: 100%;
    padding: 20px;
}

.preloader {
    position: absolute;
    z-index: 99999;
    background: #ffffff;
}

.actions {
    display: grid;
    justify-self: end;
    grid-template-columns: auto 1fr auto;
    padding-bottom: 0px;
    grid-gap: 10px;
    align-items: center;
}

.actions > button[name=delete_button] {
    display: grid;
    justify-self: start;
}
.actions > button[name=save_button] {
    display: grid;
    justify-self: end;
}
.actions > select[name=campaigns] {
    display: grid;
    justify-self: end;
    padding: 8px;
    border: 1px solid #dcdcdc;
    color: #4F5563;
}
.actions > select[name=campaigns]:disabled {
    color: #dcdcdc;
}
.btn-action-sec {
    border: 1px solid #eaeaea;
    background-color: #f0f5f9;
    color: #3a3a3a;
    border-radius: 5px;
    cursor: pointer;
    border-radius: 5px;
    justify-self: center;
}
.btn-primary {
    background-color: #7464E6;
    border: 1px solid #7061e2;
}
.btn {
    border-radius: 4px;
}
btn-action-sec:hover {
    background-color: #f8fcff;
}

.hideEditImageStatusSelect {
    display: none !important;
}

.showEditImageStatusSelect {
    display: block !important;
}

.showEditImageStatusSelect div :active {
    display: none;
}
