.add-box-show {
    height: 400px;
    border: #0B0B3B solid thin;
}

.add-box-show:hover {
    opacity: 0.8;
    filter: alpha(opacity=40);
    cursor: pointer;
    color: black;
}

.add-box {
    height: 400px;
    background-color: lightgray;
    color: gray;
    padding-top: 50%;
    padding-left: 38%;
}

.add-box:hover {
    opacity: 0.5;
    filter: alpha(opacity=40);
    cursor: pointer;
}

.plan-title {
    font-size: 18px;
    color: black;
    font-weight: bold;
}

.plan-price {
    font-size: 20px;
    color: black;
    font-weight: bold;
}

.activity-name {
    padding-top: 20px;
    font-size: 14px;
    height: 50px;
}

.plus-circle {
    width: 75px;
    height: 75px;
    vertical-align: middle;
    border: gray solid thin;
    border-radius: 50%;
    font-size: 48px;
    color: gray;
}

.new-activity {
    display: none;
}

.create-new-activity {
    height: 50px;
    border: #0B0B3B solid thin;
    font-size: 18px;
    font-weight: bold;
    color: gray;
}

.create-new-activity:hover {
    color: black;
    cursor: pointer;
}

.box-select {
    min-height: 400px;
    border: #0B0B3B solid thin;
    border-radius: 10px;
}

.btn-select-promotion {
    color: white;
    background-color: #0B0B3B;
    letter-spacing: 2px;
    width: 80%;
}

.btn-select-promotion:hover {
    color: white;
    font-weight: bold;
}

.maual-payment {
    height: 40px;
    border-radius: 5px;
    background-color: #0B0B3B;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding-top: 8px;
    cursor: pointer;
}

.choose-country-box {
    border: lightgray solid thin;
    padding-top: 30px;
    padding-bottom: 30px;
    /* display: none; */
}

.logo-w100 {
    height: 250px;
    width: 95%;
}

@media screen and (max-width: 768px) {
    .logo-w100 {
        height: 125px;
        width: 95%;
    }
    .add-box {
        color: gray;
        padding-top: 43%;
    }
}