
.a-container {
    width     : 100%;
    position  : relative;
    min-height: 100vh;
    background: #ffff;
    /* padding-top: 109px; */
}
.a-navcon {
    position: fixed;
    top     : 0;
    right   : 0;
    left    : 0;
    z-index : 5;
}
.a-container .a-navcon .a-navbar {
    z-index: 5;
}
.titlebar-con {
    z-index: 4;
    padding-left: 0px;
}
.checklist-right {
    width     : 547px;
    background: #ffff;
    padding   : 18px 30px;
    position  : fixed;
    height    : 100vh;
    right     : 0;
}
.a-header {
    letter-spacing: 0.024em;
    color         : #515365;
    font-weight   : 500;
    font-size     : 24px;
    margin-bottom : 32px;
}
.a-header span {
    display    : block;
    font-size  : 16px;
    font-weight: 400;
    color      : #383A3D;
    margin-top : 8px;
}
.section-label {
    color      : #383A3D;
    margin-left: 5px;
    font-weight: 500 !important;
    font-size  : 13px;
}
.checklist-right .section-label {
    font-size  : 16px;
    font-weight: 400 !important;
}
.spacer {
    min-height: 120px;
}
section .a-checkbox { 
    margin-bottom: 20px;
}
.upload-preview {
    border            : 2px dashed rgb(84, 131, 207);
    -webkit-transition: opacity .2s ease;
    transition        : opacity .2s ease;
    background        : #DDE6F6;
    position          : absolute;
    border-radius     : 4px;
    color             : #515365;
    cursor            : pointer;
    font-size         : 14px;
    height            : 112px;
    width             : 154px;
    left              : 8px;
    top               : 8px;
}
.upload-preview:hover {
    opacity: .8;
}
.upload-preview h6 i {
    font-size: 23px;
    cursor   : pointer;
}
.upload-preview .file-input {
    position: absolute;
    cursor  : pointer;
    right   : 0;
    top     : 0;
    bottom  : 0;
    left    : 0;
    height  : 100%;
    width   : 100%;
    opacity : 0;
}
.upload-screenshot {
    border            : 2px dashed rgb(84, 131, 207);
    -webkit-transition: opacity .2s ease;
    transition        : opacity .2s ease;
    background        : #DDE6F6;
    position          : relative;
    border-radius     : 4px;
    color             : #515365;
    cursor            : pointer;
    font-size         : 14px;
    height            : 175px;
    width             : 100%;
}
.upload-screenshot:hover {
    opacity: .8;
}
.upload-screenshot .a-btn {
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    position         : absolute;
    left             : 50%;
    top              : 50%;
}
.upload-screenshot .file-input {
    position: absolute;
    cursor  : pointer;
    right   : 0;
    top     : 0;
    bottom  : 0;
    left    : 0;
    height  : 100%;
    width   : 100%;
    opacity : 0;
}
section .a-section-evidence {
    display      : inline-block;
    border-radius: 10px;
    position     : relative;
    overflow     : hidden;
    cursor       : pointer;
    height       : 120px;
    width        : 100%;
}
section .a-section-evidence img {
    -webkit-transform: translate(-50%, -50%) scale(2.1);
    transform        : translate(-50%, -50%) scale(2.1);
    background       : #f4f4f3;
    position         : absolute;
    width            : 100%;
    left             : 50%;
    top              : 50%;
}
section .a-section-evidence span {
    background    : rgb(62,135,218, 0.8);
    border-radius : 0 40px 40px 0;
    letter-spacing: 1px;
    text-align    : center;
    position      : absolute;
    display       : block;
    color         : #fff;
    height        : 36px;
    width         : 158px;
    padding       : 8px;
    z-index       : 2;
    bottom        : 0;
    left          : 0;
}
section .a-section-evidence .btn-remove {
    background        : #3F3D3A7D 0% 0% no-repeat padding-box;
    -webkit-transition: opacity .2s ease;
    transition        : opacity .2s ease;
    position          : absolute;
    text-align        : center;
    border-radius     : 4px;
    line-height       : 36px;
    font-size         : 14px;
    max-width         : 100%;
    display           : block;
    color             : #fff;
    height            : 36px;
    width             : 89px;
    right             : 16px;
    top               : 16px;
}
section .a-section-evidence .btn-remove:hover {
    opacity: 0.8;
}
.preview-listing {
    position: absolute;
    bottom  : 40px;
    right   : 40px;
    z-index : 2;
}
.manual-add-back {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 2;
    background: #c6dbf3;
}
.img-class {
    width: 67px !important;
    left: 12px !important;
}
.misc-float-thingy {
    display           : inline-block;
    color             : #000000DE;
    position          : fixed;
    height            : 72px;
    padding-right     : 53px;
    right: 20px;
    bottom: 20px;
    width: 333px;
    z-index: 4;
}
.misc-float-thingy .card-img-top {
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
    position         : absolute;
    height           : 56px;
    width            : 100px;
    top              : 50%;
    left             : 0;
}
.misc-float-thingy .card-body {
    margin-left: 120px;
    padding    : 0;
    padding-top: 18px;
}
.misc-float-thingy .card-title {
    color      : #000000DE;
    font-size  : 16px;
    line-height: 100%;
}
.misc-float-thingy .card-title .subtitle {
    margin-top: 5px;
    display: block;
    font-size: 12px;
}
.manual-add-splash {
    width: 388px;
}
.wrapper {
    padding: 120px 50px;
}
.guideline-wrapper {
    position: fixed;
    right: 0;
    overflow: auto;
    height: calc(100vh - 137px);
}


.listing-info-v2[data-v-5e7918b9] {
    /* padding: 2rem; */
    background-color: #f4f7fc;
    height: 100vh;
    overflow: hidden;
}
.layout-container[data-v-5e7918b9] {
    /* Spacing between left and right columns */
    height: 100vh;
}
.left-column[data-v-5e7918b9],
.right-column[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%;
}
.left-column[data-v-5e7918b9] {
    padding: 18px;
    width: 60%;
}
.right-column[data-v-5e7918b9] {
    width: 40%;
}


/* Left Column Styling (Campaign Guidelines) */
.cg-nav-card[data-v-5e7918b9] {
    height: 100%;
    padding: 15px;
    border: 1px solid #e3e6f0;
    width: 226px !important;
    background-color: #FFFFFF;
    color: #515365;
    border-radius: 12px;
}
.sidebar-nav[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 5px;
}
.campaign-guidelines[data-v-5e7918b9] {
    height: 100%;
}
.guidelines-content[data-v-5e7918b9] {
    background-color: #FFFFFF;
    border-radius: 12px;
    width: calc(100% - 248px);
    overflow-y: auto;
    height: calc(100vh - 175px);
    padding: 20px;
    border: 1px solid #e3e6f0;
}
.seller-header[data-v-5e7918b9] {
    height: 114px;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 20px 24px;
    border: 1px solid #e3e6f0;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.preview-container[data-v-5e7918b9] {
    height: 77px;
    width: 125px;
    border-radius: 6px;
    border: 1px solid #e3e6f0;
    overflow: hidden;
    position: relative;
}
.preview-container #preview-img[data-v-5e7918b9]{
    width: 100%;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
}
.preview-container[data-v-5e7918b9]:hover {
    border: 1px solid #3B5998;
}
.preview-container:hover #preview-img[data-v-5e7918b9]{
    -webkit-transform: scale(.5);
            transform: scale(.5);
}
.seller-header .title[data-v-5e7918b9] {
    font-weight: 600;
    color: #383A3D;
    font-size: 25px;
}
.seller-header .subtitle[data-v-5e7918b9] {
    font-weight: bold;
    color: #3E88DA;
    font-size: 10px;
}
.seller-tags[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
}
.seller-tags .badge[data-v-5e7918b9] {
    font-weight: 600;
    border-radius: 4px;
    letter-spacing: -0.2px;
    font-size: 10px;
    padding: 4px;
    border: 1px solid transparent;
    color: #383A3D;
    background-color: #FFFFFF;
    text-transform: uppercase;
}
.badge.badge-status[data-v-5e7918b9] {
    background-color: #DEDEDFFC;
    color: #515365;
}
.badge.badge-id[data-v-5e7918b9] {
    background-color: rgba(110, 221, 249, .32);
    color: #3E88DA;
}
.badge.badge-platform[data-v-5e7918b9] {
    border: 1px solid #383A3D26;
}
.badge.badge-brand[data-v-5e7918b9] {
    border: 1px solid #383A3D26;
}
.main-content[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100vh;
    width: 100%;
    background: #FFFFFF;
}
.listinginfo-navbar[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 35px;
    height: 70px;
    padding: 0px 40px;
    border-bottom: 1px solid #e3e6f0;
}
.listinginfo-navbar .nav-item[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    border-bottom: 3px solid transparent;
    cursor: pointer;
}
.listinginfo-navbar .nav-item.active[data-v-5e7918b9] {
    border-bottom: 3px solid #3B5998;
}
.footer-options[data-v-5e7918b9] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
    padding: 25px 40px;
    border-top: 1px solid #e3e6f0;
}
.content-card[data-v-5e7918b9] {
    padding: 20px 40px;
    height: 100%;
    overflow-y: auto;
}
.form-section-title[data-v-5e7918b9] {
    font-weight: bold;
    font-size: 1.1rem;
    color: #5a5c69;
}
.form-section-subtitle[data-v-5e7918b9] {
    font-size: 0.9rem;
    color: #858796;
    margin-bottom: 1.5rem;
}
.req-badge[data-v-5e7918b9] {
    background-color: #fde1e1;
    color: #e74a3b;
    font-size: 0.7rem;
    padding: 2px 5px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle;
    margin-left: 5px;
}
.form-control[data-v-5e7918b9] {
    border-radius: .35rem;
}
.form-control[data-v-5e7918b9]:disabled {
    background-color: #eaecf4;
    opacity: 1;
}
@media screen and (min-width: 1320px) {
.left-column[data-v-5e7918b9] {
        width: 50%;
}
.right-column[data-v-5e7918b9] {
        width: 50%;
}
}

