.drop-container {
    position: relative;
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    padding-top: 30px !important;
    border-radius: 10px;
    color: #444;
    cursor: pointer;
    transition: background 0.2s ease-in-out, border 0.2s ease-in-out;
}

.drop-container:hover {
    background: #eee;
    border-color: #111;
    color: #274077 !important;
}

.drop-title {
    font-size: 14px;
    text-align: center;
    transition: color 0.2s ease-in-out;
    text-align: center;
    justify-content: center;
}

.btn-fileupload {
    display: none;
}

.error-message {
    font-size: 12px;
    padding-top: 6px;
    color: red;
}

#removeimage,
#removelogo,
#removelogowhite,
#removecasestudy,
#removevideothumbnail {
    display: flex;
    z-index: 10;
    height: 40px;
    margin-top: -40px !important;
    opacity: 0.8;
    background: #fff;
    padding: 10px;
    justify-content: center;
    text-align: center;
    gap: 10px;
}

.message-container {
    top: 20px;
    left: 50%;
    position: fixed;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.copyalertshow {
    display: flex;
    visibility: visible;
    background-color: #274077;
    border-radius: 0.5vw;
    padding: 0.3vw;
    color: #fff;
    margin-left: 1vw;
}

.copyalerthide {
    display: none;
    visibility: hidden;
}

/* TRACKING REPORT */

.report-header {
    background: linear-gradient(180deg, #2c4981 0%, #0c0c41 100%);
    padding: 5vw 8vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 2vw;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 20px 20px;
}

.report-logo {
    width: 400px;
    height: auto;
    filter: brightness(0) invert(1);
}

.report-title {
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    line-height: 80px;
    letter-spacing: 16px;
    margin-top: 4vw;
    text-transform: uppercase;
}

.report-date {
    margin-top: 2vw;
    color: #fff;
    text-align: center;
    font-family: "Open Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 40.428px;
    letter-spacing: 1.1px;
}

.tweet-container {
    display: flex;
    flex-direction: column;
    gap: 5vw;
}

.tweet-inner-container {
    display: flex;
    flex-direction: row;
    gap: 1vw;
}

.tweet-content-container {
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    border: 1px solid #a7a7a7;
    background: linear-gradient(180deg, #fff 38.02%, #efefef 100%);
    width: 45%;
    flex-shrink: 0;
    height: fit-content;
    padding-bottom: 2vw;
}

.tweet-image {
    width: 100%;
    border-radius: 20px 20px 0px 0px;
    height: 330px;
}

.tweet-text,
.tweet-date,
.tweet-link {
    padding: 0 2vw;
}

.tweet-text {
    color: #727272;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    margin-top: 1vw;
}

.tweet-date {
    color: #727272;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
    margin-top: 1vw;
}

.tweet-link {
    color: #727272;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 200% */
}

.tweet-info-divider {
    border-radius: 145px;
    margin-left: 5%;
    width: 90%;
    height: 4px;
    background: #e7e7e7;
}

.kols-container {
    border-radius: 20px;
    border: 1px solid #a7a7a7;
    background: linear-gradient(180deg, #fff 38.02%, #efefef 100%);
    padding: 2vw;
    width: 55%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    height: fit-content;
}

.retweeted-banner {
    border-radius: 16px;
    background: linear-gradient(90deg, #5d81c7 0%, #0c0c41 100%);
    padding: 1vw 1.5vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.retweeted-text {
    color: #fff;
    text-align: center;
    font-family: "Montserrat";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.retweeted-sign {
    height: 1vw;
    width: auto;
}

.kols-inner-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin-top: 1vw;
    gap: 0.5vw;
    margin-bottom: 1vw;
}

.kol-container {
    display: flex;
    flex-direction: row;
    gap: 1vw;
    border-radius: 16.378px;
    border: 0.819px solid #a7a7a7;
    background: linear-gradient(180deg, #fff 38.02%, #efefef 100%);
    width: fit-content;
    padding-right: 1vw;
    align-items: center;
}

.kol-inner-container {
    display: flex;
    flex-direction: column;
    gap: 0.2vw;
}

.kol-image {
    border-radius: 16.378px 0px 0px 16.378px;
    height: 60px;
    width: auto;
}

.kol-name {
    color: #1f3068;
    font-family: "Montserrat";
    font-size: 14.74px;
    font-style: normal;
    font-weight: 700;
    line-height: 19.653px; /* 133.333% */
    letter-spacing: 0.273px;
    white-space: nowrap;
}

.kol-handle {
    color: #4a4a4a;
    font-family: "Open Sans";
    font-size: 13.102px;
    font-style: normal;
    font-weight: 400;
    line-height: 19.653px; /* 150% */
}

.ticket-card:hover {
    opacity: 1 !important;
}
