.campaign-section {
    margin-top: 100px;
}

.campaign-card {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
    padding: 5px 7px;

    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.17);
    border-radius: 9px;
}

.campaign-card img {
    width: 153px;
    height: 104px;
    object-fit: cover;
    border-radius: 6px;
}

.campaign-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 0px;
    height: 110px;
    width: 100%;
    padding-left: 12px;
}

.campaign-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */


    color: #363636;
}

.campaign-card .progress {
    width: 100%;
    height: 6px;
    margin-bottom: 8px;
}

.campaign-card .progress-bar {
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, var(--main-color) 45.5%, var(--secondary) 86.94%) !important;
    border-radius: 3px;
}

.campaign-detail {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;

    font-family: Inter;
    font-style: normal;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;

    color: #000000;
}

.campaign-detail img {
    width: 18px;
    height: 18px;
}

.campaign-detail-group {
    display: flex;
    /*align-items: center;*/
    width: 100%;
}

.campaign-detail-group img {
    width: 12px !important;
    height: 12px;
    margin-left: 3px;
}


.campaign-detail-group:last-child {
    margin-top: -5px;
}

.campaign-detail-label {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */
    letter-spacing: -0.015em;
    color: #C7C7C7;
}

.campaign-detail-value {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 9px;
    line-height: 11px;
    /* identical to box height */

    text-align: center;

    color: #000000;
}

/*end-section*/


.selected-campaign-section {
    margin-top: 100px;
}

.selected-campaign-section .campaign-card {
    width: 100%;
    height: 115px;

    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
    padding: 17px 15px;

    background: #F9F9F9;
    border-radius: 5px;
}

.selected-campaign-section .campaign-card img {
    width: 40% !important;
    max-width: 148px;
    height: 80px !important;
    object-fit: cover;
    border-radius: 6px;
}

.selected-campaign-section .campaign-detail-group img {
    width: 12px !important;
    height: 12px !important;
    margin-left: 3px;
}

.selected-campaign-section .campaign-detail img {
    width: 18px;
    height: 18px;
}

.selected-campaign-section .campaign-detail-value {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.015em;
    text-align: left;
    color: #979797;
}

.selected-campaign-section .campaign-detail-value span {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: -0.015em;

    color: #363636;
}

.selected-campaign-section .campaign-card .progress {
    width: 100%;
    height: 4px;
    margin-bottom: 8px;
}

.selected-campaign-section .campaign-card .progress-bar {
    width: 100%;
    height: 4px;
    background: linear-gradient(94.46deg, var(--primary) 18.67%, var(--secondary) 88.52%) !important;
    border-radius: 3px;
}

/* end-section */

#card-section {
    width: 100%;
    max-width: 400px;
    height: auto;
    /* height: 374px; */
    /* margin-bottom: 530px; */
}

#card-section .card-wrapper {
    width: 100%;
    max-width: 400px;
    height: auto;
}

#card-section .card-wrapper a {
    width: 100%;
    height: 98px;
    margin-bottom: 20px;
    display: flex;
}

#card-section .card-wrapper a img {
    width: 100%;
    max-width: 161px;
    height: auto;
    border-radius: 5px;
    object-fit: cover;
}

#card-section .card-wrapper a .card-content {
    width: 100%;
    max-width: 201px;
    height: auto;
    margin-left: 13px;
}

#card-section .card-wrapper a .card-content .title {
    margin-bottom: 4px;
    width: 100%;
    max-width: 201px;
    height: 19px;

    /*css-one-line*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;

    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    line-height: 19px;

    color: #363636;
}

@media only screen and (max-width:400px) {
    #card-section .card-wrapper a .card-content .title {
        margin-bottom: 4px;
        width: 100%;
        max-width: 170px;
        height: 19px;

        /*css-one-line*/
        overflow: hidden;
        /*white-space: nowrap;*/
        display: inline-block;

        font-family: Inter;
        font-style: normal;
        font-weight: 600;
        font-size: 1rem;
        line-height: 19px;

        color: #363636;
    }
}

#card-section .card-content .validation {
    margin-bottom: 14px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;

    color: #979797;
}

#card-section .card-content .validation img {
    width: 8.25px;
    height: 8.25px;
}

#card-section .card-content .progress-bar {
    width: 100%;
    max-width: 195px;
    height: 6px;
    margin-bottom: 9px;

    background: #F1F1F1;
    border-radius: 2px;
}

#card-section .card-content .nominal {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;

    color: #979797;
}

.history-campaign-section {
    width: 100%;
    max-width: 374px;
    height: 98px;
    margin-bottom: 19px;

    display: flex;
    justify-content: space-between;
}

.history-campaign-section img {
    width: 100%;
    max-width: 99px;
    height: 98px;

    object-fit: cover;
    border-radius: 5px;
}

.history-campaign-section .card-top {
    width: 100%;
    max-width: 142px;
    height: auto;
    margin-left: 14px;
    margin-right: 20px;
}

.history-campaign-section .card-top .card-title {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;

    color: #363636;
}

.history-campaign-section .card-top .card-validation {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;

    color: #979797;
}

.history-campaign-section .card-bottom {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.history-campaign-section .card-bottom .card-date {
    font-family: Inter;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: -0.015em;

    color: #363636;
}

.history-campaign-section .card-bottom .card-nominal {
    font-family: Inter;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    letter-spacing: -0.015em;

    color: #363636;
}

.history-campaign-section .card-status {
    width: 100%;
    max-width: 78px;
    height: 30px;
    padding: 8px 19px;

    border: 1px solid var(--secondary);
    box-sizing: border-box;
    border-radius: 10px;

    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.015em;

    color: var(--primary);
}
