.text-dark {
    color: #3b3b3b;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.text-light {
    color: #8b8b8b;
    font-family: 'Roboto', sans-serif;
    position: relative;
}

.size-24 {
    font-size: 24px;
}

.size-14 {
    font-size: 14px;
}

.w700 {
    font-weight: 700;
}

.acme {
    font-family: 'Acme', sans-serif;
    font-weight: 400;
}

/*#ff5d55*/

.relative-wrapper {
    position: relative;
}

.coin-wrapper>* {
    padding: 0 2px;
    display: inline-block !important;
}

.mdc-fab {
    background: linear-gradient(45deg, #aedd94, #94ddb9);
    position: absolute;
    right: 13px;
    top: 12px;
}

.mdc-fab__icon {
    color: #3b3b3b;
    font-family: 'Material Icons' !important;
}

.material-icons {
    color: #3b3b3b;
}

.mdc-button {
    text-transform: uppercase;
    --mdc-theme-primary: #3b3b3b;
}

.activeBtn {
    color: #ff5d55 !important;
}

.selected {
    box-shadow: 7px 0 1px 0 #ff5d55;
    z-index: 1;
}

.grid {
    position: relative;
    display: grid;
    width: 80%;
    grid-gap: 37px;
    margin: 0 auto;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 5em;
}

/* Specific classes */

.bet {
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
    width: 344px;
    justify-self: center;
    display: inline-block;
    border: 0;
    background: white;
    border-top: 10px solid;
    border-image: linear-gradient(45deg, #aedd94, #94ddb9) 1 round;
}

.alternative {
    height: 55px;
    width: 100%;
    position: relative;
    background-color: #ebebeb;
    display: block;
    cursor: pointer;
}

.alternative>span {
    /* Alternative number */
    position: absolute;
    left: 13px;
    top: 13px;
}

.alternative>p {
    top: 19px;
    left: 69px;
    width: 50%;
}

.label {
    z-index: 2;
}

input[class=radioOption] {
    display: none;
}

input[class=radioOption]:checked~.alternative {
    /*border-top: solid 2px #FF5D55;
  border-bottom: solid 2px #FF5D55;*/
    /*box-shadow: 0px 0px 0px 2px rgb(154, 221, 177) inset;*/
    border-left: 5px solid rgb(154, 221, 177) !important;
}

.bet-top {
    height: 79px;
    width: 100%;
    background-color: #f9f9f9;
    position: relative;
	text-transform: capitalize;
}

.tempIndicator {
    background-color: rgb(154, 221, 177) !important;
    box-shadow: 0 0 3px 2px rgb(154, 221, 177) !important;
    border-radius: 4px !important;
    transition: 0.5s !important;
}

.bet-top>.inf {
    /* Title and created by ... */
    position: absolute;
    top: 32px;
    left: 70px;
    font-weight: bold;
}

.bet-top>.mdc-button {
    background: -webkit-linear-gradient(#eee, #333);
    -webkit-background-clip: text;
    font-size: 16px;
    position: absolute;
    right: 0px;
    margin: 5px;
}

.bet-top>p {
    /* End date ... */
    position: absolute;
    bottom: 4px;
    right: 4px;
}

.bet-top>span {
    display: block;
    text-align: right;
    color: #FF5D55;
    margin-right: 4px;
}

.bet-middle {
    height: 220px;
    width: 100%;
    position: relative;
    overflow-y: auto;
}



​ .bet-top>span {
    display: block;
    text-align: right;
    color: #FF5D55;
    margin-right: 4px;
}

.bet-bottom {
    background-color: #f9f9f9;
    position: relative;
    min-height: 139px;
    padding: 4px;
}

.peeps {
    position: absolute;
    right: 4px;
    top: 4px;
}

.peeps p {
    position: absolute;
    right: 26px;
    top: 1px;
}

.peeps i {
    position: absolute;
    right: 0;
}

.bet-bottom>p {
    /* Betting closes in ... */
    position: absolute;
    bottom: 0px;
    left: 4px;
}

.bet-bottom>.inf>h1 {
    /* Bet title */
    position: relative;
    max-width: 270px;
    font-weight: 500;
    overflow-wrap: break-word;
}

.bet-bottom>.inf>div * {
    /* Coin and icon */
    display: inline-block;
    padding: 0 2px;
}

.bet-bottom>.inf>div i {
    /* HQ icon in bet */
    position: absolute;
    top: -1px;
    color: #ff5d55;
}

.bet-bottom>.buts {
    position: absolute;
    bottom: 12px;
    right: 4px;
    margin-bottom: 9px
}

.userImage {
    position: absolute;
    top: 17px;
    left: 11px;
}

.inputOptionsDiv {
    position: relative;
}

.voteBtn {
    border-radius: 2px;
    background: linear-gradient(45deg, #aedd94, #94ddb9);
    box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1840px) {
    .grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width: 1381px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 904px) {
    .grid {
        width: 100%;
        grid-template-columns: 1fr;
    }
}

/*Hej*/

.bet-top>p {
    padding-right: 5px;
}

.bet-bottom .inf {
    padding-left: 5px;
}

.bet-bottom .peeps {
    padding-right: 5px;
    padding-top: 5px;
}

.bet-bottom>p {
    padding-left: 5px;
    padding-bottom: 5px;
}

.bet-bottom .buts {
    padding-bottom: 5px;
}

.evenOption {
    background: #D6D6D6;
}

.oddOption {
    background: #EBEBEB;
}


.shareWrapper {
    transform: scaleX(0);
    transition: transform .1s;
}

.shareWrapper input{
    position: absolute;
    transform: scaleY(0);
}

.triangle {
    position: absolute;
    color: #99DDA7;
    top: 35px;
    left: 150px;
    z-index: 2011;
    font-size: 16px;
    z-index: 2012;
    transition-delay: .2s;
    transition: top .5s;
}



.copyLink {
    background: linear-gradient(45deg, #aedd94, #94ddb9);
    position: absolute;
    width: 100px;
    height: 40px;
    font-size: 14px;
    font-weight: 500;
    z-index: 2010;
    left: 110px;
    top: 40px;
    border: none;
    border-radius: 0px 7px 7px 0px;
    font-family: "roboto", sans-serif;
    box-shadow: 0px 2px 2px grey;
    transition: opacity 1s;
}

.shareToFacebook {
    background: linear-gradient(45deg, #94ddb9, #aedd94);
    color: #fafafa;
    position: absolute;
    z-index: 2011;
    border: none;
    border-right: 2px solid #fafafa;
    height: 40px;
    width: 40px;
    font-size: 20px;
    top: 40px;
    left: 70px;
    border-radius: 7px 0px 0px 7px;
    box-shadow: 0px 2px 1px grey;
    transition: opacity 1s;
}