.gradient {
    background: linear-gradient(90deg, #061700, #52c234);
}

.chip {
    height: 42px;
    line-height: 42px;
    border-radius: 21px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    padding: 0 12px;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.z-depth-2 {
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
}

.purple-gradient {
    background: -webkit-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
    background: -o-linear-gradient(50deg, #ff6ec4, #7873f5) !important;
    background: linear-gradient(40deg, #ff6ec4, #7873f5) !important;
}

.peach-gradient {
    background: -webkit-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: -o-linear-gradient(50deg, #ffd86f, #fc6262) !important;
    background: linear-gradient(40deg, #ffd86f, #fc6262) !important;
}

.aqua-gradient {
    background: -webkit-linear-gradient(50deg, #2096ff, #05ffa3) !important;
    background: -o-linear-gradient(50deg, #2096ff, #05ffa3) !important;
    background: linear-gradient(40deg, #2096ff, #05ffa3) !important;
}

.blue-gradient {
    background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
    background: linear-gradient(40deg, #45cafc, #303f9f) !important;
}

.anvar {
    background: linear-gradient(90deg, #334d50, #cbcaa5);
}

.bluelagoo {
    background: linear-gradient(90deg, #0052D4, #4364F7, #6FB1FC);
}

.bupe {
    background: linear-gradient(90deg, #00416A, #E4E5E6);
}

.dimigo {
    background: linear-gradient(90deg, #ec008c, #fc6767);
}

.love {
    background: linear-gradient(90deg, #cc2b5e, #753a88);
}

.sel {
    background: linear-gradient(90deg, #00467F, #A5CC82);
}

.copper {
    background: linear-gradient(90deg, #B79891, #94716B);
}

.petrol {
    background: linear-gradient(90deg, #BBD2C5, #536976);
}

.comby {
    background: linear-gradient(90deg, #00416A, #799F0C, #FFE000);
}

.sunrise {
    background: linear-gradient(90deg, #FF512F, #F09819);
}

