/* ADVERTISEMENT FORM */
.advertisement-form-wrap #notices .notice{
    display: block;
    background: #F5F5F5;
    margin-bottom: 12px;
    padding: 8px 16px;
}
.advertisement-form-wrap #notices .notice.error{
    color: #a30000;
}
.advertisement-form-wrap #notices .notice.success{
    color: #28730b;
    font-weight: bold;
}
.advertisement-form-wrap .form-top-wrapper{
    background: linear-gradient(180deg, #F2F0F0 0%, #FFFFFF 71.5%);
    padding: 20px;
    margin-bottom: 41px;
}
.advertisement-form-wrap .section-legal-status{
    text-align: center;
    margin-bottom: 32px;
}
.advertisement-form-wrap .section-legal-status label,
.advertisement-form-wrap #field-condition label{
    font-size: 16px;
    line-height: 24px;
    color: #737373;
}
.advertisement-form-wrap .section-legal-status label:first-child,
.advertisement-form-wrap #field-condition label:first-child{
    margin-right: 30px;
}
.advertisement-form-wrap .section-personal-info > .row{
    align-items: flex-start;
    gap: 51px;
}
.advertisement-form-wrap .section-personal-info > .row > .column{
    max-width: 317px;
}
.advertisement-form-wrap .section-advertisement-details{
    max-width: 836px;
    margin: 0 auto;
}
.advertisement-form-wrap .section-advertisement-details select{
    width: 100%;
    max-width: 320px;
}
.advertisement-form-wrap .section-advertisement-details .left-column{
    float: left;
    width: 53%;
}
.advertisement-form-wrap .section-advertisement-details .right-column {
    float: right;
    width: 47%;
    padding-left: 73px;
    box-sizing: border-box;
}
.advertisement-form-wrap .section-advertisement-details .column-category,
.advertisement-form-wrap .section-advertisement-details .column-deadline{
    margin-bottom: 47px;
}
.advertisement-form-wrap .column-meta-details .form-title{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.advertisement-form-wrap .meta-details-wrap input{
    width: 145px;
    display: block;
}
.advertisement-form-wrap .meta-details-wrap .wh-icon{
    margin: 0 0 -4px 20px;
}
.advertisement-form-wrap .form-row-unit-selection{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.advertisement-form-wrap .form-row-unit-selection label,
.advertisement-form-wrap .form-row-unit-selection .field-error{
    flex: 1 1 100%;
    display: block;
}
.advertisement-form-wrap .form-row-unit-selection .unit-selection{
    margin-left: 15px;
}
.advertisement-form-wrap .form-row-unit-selection .unit-selection label:first-child{
    margin-bottom: 3px;
}
.advertisement-form-wrap .form-row-unit-selection .unit-selection label{
    color: #737373;
}
.advertisement-form-wrap .form-row-unit-selection .unit-selection .checkmark{
    height: 14px;
    width: 14px;
    border-radius: 3px;
}
.advertisement-form-wrap .form-row-unit-selection .unit-selection .checkmark:after{
    left: 4px;
    top: 1px;
    width: 3px;
    height: 6px;
    border-width: 0 2px 2px 0;
}
.advertisement-form-wrap .section-submit{
    text-align: center;
    clear: both;
    padding-top: 68px;
    padding-bottom: 96px;
}
.advertisement-form-wrap .section-submit .button{
    width: 100%;
    max-width: 334px;
    text-transform: uppercase;
    box-sizing: border-box;
}
#field-terms label{
    line-height: 23px;
}
@media screen and (max-width: 768px){
    .advertisement-form-wrap .section-advertisement-details .right-column{
        padding-left: 30px;
    }
    .advertisement-form-wrap .form-top-wrapper{
        margin-bottom: 10px;
    }
    .advertisement-form-wrap .section-advertisement-details .column-category,
    .advertisement-form-wrap .section-advertisement-details .column-deadline{
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 600px){
    .advertisement-form-wrap .section-personal-info > .row{
        display: block;
    }
    .advertisement-form-wrap .section-personal-info > .row > .column{
        max-width: none;
    }
    .advertisement-form-wrap .section-advertisement-details{
        display: flex;
        flex-direction: column;
    }
    .advertisement-form-wrap .section-advertisement-details .left-column{
        width: 100%;
        float: none;
    }
    .advertisement-form-wrap .section-advertisement-details .right-column{
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .advertisement-form-wrap .section-advertisement-details .column-deadline{
        order: 5;
    }
    .advertisement-form-wrap .section-advertisement-details select{
        max-width: none;
    }
    .advertisement-form-wrap .meta-details-wrap input{
        width: 201px;
    }
    .advertisement-form-wrap .column-files{
        margin: 20px 0 50px;
    }
    .advertisement-form-wrap .section-submit {
        padding-top: 0px;
        padding-bottom: 50px;
    }
    .advertisement-form-wrap .column-meta-details .form-title{
        text-align: center;
    }
    .advertisement-form-wrap .column-meta-details #field-condition{
        text-align: center;
    }
    .advertisement-form-wrap .form-top-wrapper{
        width: 100vw;
        margin-left: -45px;
        box-sizing: border-box;
        padding: 20px 45px 5px;
    }
    .advertisement-form-wrap .section-advertisement-details{
        width: 100vw;
        margin-left: -45px;
        box-sizing: border-box;
        padding: 25px 45px 0;
        background: linear-gradient(180deg, #F2F0F0 0%, #FFFFFF 40.5%);
    }
}
@media screen and (max-width: 480px) {
    .advertisement-form-wrap .form-top-wrapper{
        margin-left: -25px;
        padding: 20px 25px 5px;
    }
    .advertisement-form-wrap .section-advertisement-details{
        margin-left: -25px;
        padding: 25px 25px 0;
    }
    .advertisement-form-wrap .section-legal-status{
        text-align: left;
        margin-bottom: 21px;
    }
    .advertisement-form-wrap .section-legal-status label:first-child{
        display: block;
        margin-bottom: 14px;
    }
}

/*FILE UPLOADER*/
.advertisement-form-wrap .fileuploader {
    background: transparent;
    padding: 0;
    margin: 0;
}
.advertisement-form-wrap [class^="fileuploader-icon-"], .advertisement-form-wrap [class*=" fileuploader-icon-"] {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.advertisement-form-wrap .fileuploader-icon-remove:before {
    content: "\ea0f";
    font-size: 12px;
    vertical-align: super;
}
.advertisement-form-wrap .fileuploader-items .fileuploader-item .column-thumbnail, .advertisement-form-wrap .fileuploader-items .fileuploader-item .column-title span {
    display: none;
}
.advertisement-form-wrap .fileuploader-items .fileuploader-item .column-title {
    font-size: 14px;
}
.advertisement-form-wrap .fileuploader-items .fileuploader-items-list {
    margin: 0;
}
.advertisement-form-wrap .fileuploader-items .fileuploader-item:first-of-type {
    margin-top: 10px;
}
.advertisement-form-wrap .fileuploader-items .fileuploader-item:last-child {
    margin-bottom: 0;
}
.advertisement-form-wrap .file-inputs {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 10px 0 0;
    width: 100%;
}
.advertisement-form-wrap .file-inputs .file-input-wrapper {
    width: 100%;
    min-width: 190px;
    margin-bottom: 10px;
}
.advertisement-form-wrap .file-inputs .file-input {
    border: 1px solid #5C5C5C;
    border-radius: 5px;
    height: 100%;
    padding: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.advertisement-form-wrap .file-inputs .file-remove-btn {
    background: #aaa;
    border: 0;
    width: 24px;
    height: 24px;
    border-radius: 99px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.advertisement-form-wrap .file-inputs .file-remove-btn i {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.advertisement-form-wrap .file-inputs .file-remove-btn i:after {
    content: "\ea0f";
    color: #ffffff;
    font-size: 12px;
}
.advertisement-form-wrap .file-inputs .file-list {
    width: 100%;
}
.advertisement-form-wrap .file-inputs .file-title-wrap {
    flex-grow: 1;
    padding: 15px;
}
.advertisement-form-wrap .file-inputs input[type=file] {
    visibility: hidden;
}
.advertisement-form-wrap .file-inputs .file-link {
    display: block;
    font-weight: 600;
    font-size: 14px;
    word-break: break-all;
    color: #000000;
}
.advertisement-form-wrap .file-inputs .file-thumbnail {
    padding: 10px;
    width: 72px;
    height: 72px;
    box-sizing: border-box;
}
.advertisement-form-wrap .file-inputs .file-thumbnail img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 3px;
}
.advertisement-form-wrap .file-inputs .file-thumbnail .fileuploader-item-icon {
    height: 100%;
    width: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 700;
}
.advertisement-form-wrap .file-inputs .file-thumbnail .fileuploader-item-icon.is-bright-color{
    color: #5C5C5C;
}
.advertisement-form-wrap .file-inputs .file-size {
    font-weight: 600;
    font-size: 14px;
    padding: 0;
}
.advertisement-form-wrap .file-inputs .file-wrap {
    display: flex;
    background: #fff;
    border-bottom: 1px solid #efefef;
}
.advertisement-form-wrap .file-inputs .file-wrap:last-of-type {
    margin-bottom: 10px;
}
.advertisement-form-wrap .file-inputs .file-info {
    background: #110b79;
    border-radius: 99px;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 10px;
    text-align: center;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advertisement-form-wrap .file-inputs .file-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.advertisement-form-wrap .file-inputs .file-actions .fileuploader-input {
    margin: 0 20px 0 0;
    text-align: center;
    border-radius: 0;
    background: #FECC08;
    color: #000000;
    padding: 7px 14px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    width: auto;
    border-radius: 5px;
}
.advertisement-form-wrap .file-inputs .file-actions .fileuploader-input:hover {
    text-decoration: none;
}
.advertisement-form-wrap .file-inputs .file-name {
    font-size: 14px;
    line-height: 18px;
    color: #2E2E2E;
    position: relative;
    margin-bottom: 10px;
}

.advertisement-form-wrap .file-inputs .file-action {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.advertisement-form-wrap .file-inputs.hidden {
    display: none;
}
