﻿/* OPTIN-PREF */
.checkbox-wrapper {
    margin-top: 20px;
    font-size: 16px;
    color: #848484;
}

.indent {
    padding-left: 20px;
}

.prefHead {
    font-weight: bold;
}


.dontdisplay {
    display: none;
}

.optinrow {
    margin-top: 0 !important;
    width: 100%;
    font-size: 14px;
    font-family: "graphie-light", BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

.flexcolumn {
    display: flex !important;
    flex-direction: column !important;
    margin-bottom: 15px;
}
.flexrow {
    display: flex !important;
    flex-direction: row !important;
    margin-bottom: 5px;
    width: 100%;
}



.bold {
    font-weight: bold !important;
}

.width80 {
    width: 80%;
}

.width5 {
    width: 8%;
}
.fa-edit:before, .fa-pen-to-square:before {
    color: var(--club-main-color)
}

.paddingleft20 {
    padding-left: 20px !important;
}

.paddingleft5 {
    padding-left: 5px !important;
}

.prefheader {
    padding-top: 10px;
    padding-bottom: 10px;
}

div[ishead='true'] > div > div {
    cursor: pointer;
}

.dontdisplay {
    display: none;
}

.indent {
    padding-left: 20px;
}

.prefHead {
    font-weight: bold;
}

.smallpaddingleft {
    padding-left: 3px;
}

.invisible {
    display: none !important;
}

.nopadding {
    padding: 0 !important;
}

.optinRow {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 30px;
    padding-right: 3px;
}

.optinRow input[type=checkbox] {
    margin: 0;
}

.smallMarginTop {
    margin-top: 4px;
}

.plusminus {
    width: 35px;
    height: 35px;
    border: 0;
    font-size: 1.5em;
    position: relative;
    margin-right: 10px;
}

.plusminus span {
    position: absolute;
    transition: 300ms;
    background: white;
    border-radius: 2px;
}

/* Create the "+" shape by positioning the spans absolutely */
.plusminus span:first-child {
    top: 25%;
    bottom: 25%;
    width: 10%;
    left: 45%;
}

.plusminus span:last-child {
    left: 25%;
    right: 25%;
    height: 10%;
    top: 45%;
}

.rotate {
    transform: rotate(90deg);
}

.morphplus {
    left: 50% !important;
    right: 50% !important;
}

.bold {
    font-weight: bold;
}

div[ishead='true'] > div > div {
    cursor: pointer;
}

.dontdisplay {
    display: none;
}

.clubcolors {
    color: var(--club-main-color);
    background-color: var(--club-secondary-color);
}

.clubcolors-inverted {
    color: var(--club-secondary-color);
    background-color: var(--club-main-color);
}

/* Mobile */
@media screen and (max-width: 768px) {
    .width80 {
        width: 52%;
    }

    .width5 {
        width: 12%;
    }

    .flexrow .bold {
        padding-left: 15px !important;
    }
}