.ouipromo_font_1 {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #00BEBE;
}

.ouipromo_font_2 {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #00BEBE;
}

.info_window_title_1 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #00BEBE;
}

.info_window_title_2 {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #3c3c3c;
}

.info_window_input_1 {
    width: 100%;
    border-radius: 20px;
    border: none;
    outline: none;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #3c3c3c;
    padding: 0 2% 0 2%;
}

.info_box {
    width: 96%;
    /* background-color: #dadada; */
    background-color: antiquewhite;
    padding: 20px 30px 50px 30px;
    border-radius: 30px;
}

.upload:hover {
    color:#00BEBE;
}

.ouipromo_font_1 {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    color: #00BEBE;
}

.ouipromo_font_2 {
    font-family: 'Titillium Web';
    font-style: italic;
    font-weight: 700;
    font-size: 36px;
    line-height: 50px;
    color: #00BEBE;
}

.list_expired {
    background-color: rgba(255, 205, 112, 0.6);
}

.ouipromo_button_1 {
    width: 80%;
    /* height: 60%; */
    border: none;
    border-radius: 20px;
    background-color: #00BEBE;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.ouipromo_button_2 {
    width: 80%;
    height: 60%;
    border: none;
    border-radius: 20px;
    background-color: #DA621A;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.ouipromo_button_3 {
    width: 70%;
    height: 96%;
    border: none;
    border-radius: 20px;
    background-color: #00BEBE;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    vertical-align: middle;
    color: #fff;
}

.ouipromo_button_4 {
    width: 60%;
    min-width: 300px;
    border: none;
    border-radius: 20px;
    background-color: #00ffaa;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
}

.ouipromo_button_5 {
    width: 80%;
    border: none;
    border-radius: 20px;
    background-color: #ff9a02;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    vertical-align: middle;
    color: #fff;
}

.ouipromo_button_6 {
    width: 80%;
    height: 60%;
    border: none;
    border-radius: 20px;
    background-color: #1ada58;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.ouipromo_button_7 {
    width: 80%;
    height: 60%;
    border: none;
    border-radius: 20px;
    background-color: #203b31;
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
}

.ouipromo_button_1:hover, .ouipromo_button_2:hover, .ouipromo_button_3:hover, .ouipromo_button_4:hover, .ouipromo_button_5:hover {
    transition-duration: 0.6s;
    filter: brightness(1.2);
}

.ouipromo_button_6:hover, .ouipromo_button_7:hover {
    transition-duration: 0.6s;
    filter: brightness(1.2);
}

th {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 50px;
    color: #3c3c3c;
    text-align: center;
    vertical-align: middle;
}

td {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 50px;
    color: #3c3c3c;
    text-align: center;
    vertical-align: middle;
}

.upload {
    padding: 4px 10px;
    height: 20px;
    line-height: 20px;
    position: relative;
    text-decoration: none;
    color: #3c3c3c;
    cursor: pointer;
    width: 200px;
    border-radius: 10px;
    background-color: antiquewhite;
}

.replyField {
    width:100%;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}