@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css");

.txt-green {
    color: #5BFC79;
}
.txt-gray {
    color: #606060;
}
.search-icon-gallery{
    font-size: 34px;
}
.txt-green-dark {
    color: #31AD42;
}
.txt-white {
    color: #ffffff !important;
}
.bg-green{
    background-color: #5BFC79;
}
.bg-gray{
    background-color: #F2F2F2;
}
.search-box {
    width: 90%;
    font-size: 20px;
    border: none;
    text-align: center;
    max-width: 450px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 10px;
}
.search-icon {
    color: #000000;
    font-size: 20px;
    vertical-align: inherit;
    margin-left: 10px;
}
.social-link {
    display: inline-block;
    font-size: 37px;
    margin-left: 15px;
    margin-right: 15px;
}
.gcoa-logo {
    width: 200px;
    background-color: #000000;
    height: 130px;
    position: absolute;
    top: -33px;
    left: 0px;
    padding: 25px;
}
.promoters-button {
    background-color: #3CCF4E;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 20px;
    color: #000000 !important;
    font-weight: 400 !important;
}
.promoters-button:hover {
    background-color: #c34e2e;
    color: #ffffff;
}
a, a:hover{
    text-decoration: none;
}
.back-fix {
    background-color: #000000;
    height: 100px;
}
.picture-col {
    border-left: 1px solid #F2F2F2;
}
.sans-font{
    font-family: 'Merriweather Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
.img-support {
    width: 150px;
    height: 200px;
    display: inline-block;
    position: relative;
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    
}
.img-support img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img-support:hover::after {
    display: flex;
    content: "\F341";
    font-family: "bootstrap-icons";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(91,252,121,0.56);
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 30px;
}
.verified-symbol {
    color: #45A727;
}
.search-2 {
    border-style: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 70px);
}
.search-2-button {
    width: 55px;
    height: 55px;
}



@media screen and (max-width:980px){
.picture-col {
    border-top: 1px solid #F2F2F2;
    border-left: none;
}
}
