.hide {
    display: none !important;
}

body {
    margin: 0;
    font-family: 'Roboto';
    color: #333;
    font-size: 18px;
    height: 100%;
    width: 100%;
    position: fixed;

    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

span {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

div {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

a {
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-decoration: none;
    outline: none;
    color: inherit;
}

.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scroll::-webkit-scrollbar {
    display: none;
}

.flex {
    display: flex;
}

.flex .float-center {
    margin: auto;
}
.flex .float-left {
    margin: auto 0;
}

.custom-text-overflow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;    
}
.custom-text-overflow.multiple-lines {
    white-space: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* max-height: 50px; */
}

.main-container {
    background: linear-gradient(0deg, white, #f1f1f1 90%);
    height: 100%;
    position: relative;
}
.main-container.gestao {
    background: none;
}
.padded-container {
    padding: 24px;    
    z-index: 1;
    position: relative;
    background-image: url('../assets/caracolada-bg.svg');
    height: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    box-sizing: border-box;
    overflow: auto;
}
.gestao .padded-container {
    background-size: 110%;
}
.padded-container .filter-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 24px;    
    box-sizing: border-box;
}

.center-text {
    text-align: center;
}

.subtitle {
    font-size: 14px;    
}
.white-outline {
    text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px  1px 0 white, 1px  1px 0 white;
}
.title {
    font-size: 24px;
}
.bold { 
    font-weight: 700;
}

.input-container {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 12px;
    background: #f1f1f1;
    border-radius: 3px;
    margin-top: 5px;
    width: 100%;
    box-sizing: border-box;
}
input {
    width: 100%;
    border: none;
    font-size: 24px;
    background: transparent;
    outline: none;
    margin: auto;
    padding: 0;
    box-sizing: border-box;
}
select {
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    margin: auto;
}

.caracolada-logo {
    background-image: url('../assets/caracolada-logo.svg');
    background-size: cover;
    width: 30px;
    height: 10px;
    margin: auto;
}
.caracolada-logo.preto {
    background-image: url('../assets/caracolada-logo-preto.svg');
}
.button {
    background: #E95074;
    color: white;
    font-size: 13px;
    padding: 8px 28px;
    border-radius: 3px;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
    text-decoration: none;
    outline: none;
}
.button.pink {
    background: #E95074;
    color: white;
}
.button.white {
    background: white;
    color: #3A979E;
}
.button.white .caracolada-logo {
    background-image: url('/static/main/assets/caracolada-logo-verde.svg');
}
.button.green {
    background: #04BC00;
}
.button.yellow {
    background: #F8AE56;
}
.button.red {
    background: #F00;
}

.checkbox {
    background: #E95074;
    border-radius: 3px;
    display: flex;
}
.checkbox > span {
    opacity: 0;
    margin: auto;
    color: white;
    font-size: 26px;
}
.checkbox.checked > span {
    opacity: 1;
}

.footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding-top: 30px;
}

.logo-cc {
    background-image: url('../assets/logo-cc.png');
    background-size: cover;
    height: 83px;
    width: 215px;
    margin: 30px auto;
}
.logo-cc.branco {
    background-image: url('../assets/logo-cc-branco.png');
}
.icon-cc {
    background-image: url('../assets/cc-icon.png');
    background-size: cover;
    height: 20px;
    width: 68px;
}

.icone-campeonato {
    width: 120px;
    height: 120px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    background: white;
}

.horizontal-separator {
    color: #333;
    border-bottom: 0.5px solid;
}

.nav-footer {
    height: 56px;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    display: flex;
    z-index: 1;
    background: transparent;
}
.nav-footer .nav {
    width: 25%;
    height: 100%;
    color: white;
    font-size: 10px;
    text-align: center;
    display: flex;
    margin: auto;
    background-color: #B0B0B0;
}
.nav-footer .nav.selected {
    opacity: 1;
}
.nav-footer .nav .nav-icon {
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    margin-bottom: 3px;
}
.nav-footer .nav.album-nav {    
    margin-right: 0;
}
.nav-footer .nav.album-nav.selected {
    background-color: #E95074;
}
.nav-footer .nav.trocar-nav.selected {
    background-color: #F8AE56;
}
.nav-footer .nav.compartilhar-nav {
    margin-left: 0;
}
.nav-footer .nav.compartilhar-nav.selected {
    background-color: #04BC00;
}
.nav-footer .nav.comprar-nav.selected {
    background-color: #462355;
}
.nav-footer .nav.cadastro-nav.selected {
    background-color: #537FD4;
    margin: auto 0;
}

.button-gestao {
    background: white;
    box-shadow: 0px 1.2px 1.2px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    color: black;
    display: flex;
    padding: 8px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    min-width: 80px;
    cursor: pointer;
}
.button-gestao.disabled {
    opacity: 0.5;
    filter: grayscale(1);
    cursor: default;
}