﻿.text-bg-beavers {
    color: #fff;
    background-color: #886B25;
}

.text-bg-cubs {
    color: #000;
    background-color: #FFCD00;
}

.text-bg-scouts {
    color: #fff;
    background-color: #4F758B;
}

.text-bg-explorers {
    color: #fff;
    background-color: #43B02A;
}

.text-bg-rovers {
    color: #fff;
    background-color: #890C58;
}

.text-bg-leaders {
    color: #000;
    background-color: #00AEC7;
}

.text-beavers {
    color: #886B25;
}

.text-cubs {
    color: #FFCD00;
}

.text-scouts {
    color: #4F758B;
}

.text-explorers {
    color: #43B02A;
}

.text-rovers {
    color: #890C58;
}

.text-leaders {
    color: #00AEC7;
}

.file-upload-input {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    opacity: 0;
}
