body {
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif
}

.col {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cols {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.a{
    cursor: pointer;
}
.cole {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.colst {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.red {
    color: red
}
a:hover{
    color: red;
}
.black {
    color: #000
}

.white {
    color: #fff
}

.hover:hover {
    background-color: #eee
}

.hoverdark:hover {
    background-color: #ddd
}

.r {
    display: flex;
    flex-direction: row;
    align-items: center
}

.rs {
    display: flex;
    flex-direction: row;
    align-items: flex-start
}

.re {
    display: flex;
    flex-direction: row;
    align-items: flex-end
}

.rst {
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around
}
.shadow {
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .3), 0 1px 2px -1px rgb(0 0 0 / .3)
}

.g {
    flex-grow: 1
}

.p {
    padding: 8px !important
}

.p2 {
    padding: 16px !important
}

.px {
    padding-left: 8px !important;
    padding-right: 8px !important
}
.px2 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.py {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.pl {
    padding-left: 8px !important
}

.pr {
    padding-right: 8px !important
}

.pt {
    padding-top: 8px !important
}

.pb {
    padding-bottom: 8px !important
}

.m {
    margin: 8px !important
}

.m2 {
    margin: 16px !important
}

.mx {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.my {
    margin-top: 8px !important;
    margin-bottom: 8px !important
}

.ml {
    margin-left: 8px !important
}

.mr {
    margin-right: 8px !important
}

.mt {
    margin-top: 8px !important
}

.mb {
    margin-bottom: 8px !important
}

.w {
    width: 100%
}

.h {
    height: 100%
}

.maxw {
    max-width: 1100px;
}
.maxwsm{
    max-width: 780px;
}
.maxwmd{
    max-width: 860px;
}

.rounded {
    border-radius: 4px
}

.car {
    display:inline-block;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / .3), 0 1px 2px -1px rgb(0 0 0 / .3);
    border-radius: 4px;
    padding: 16px
}

.between {
    justify-content: space-between
}

.wrap {
    flex-wrap: wrap
}

.circle {
    border-radius: 9999px
}

.hide {
    display: none
}

.opacity1 {
    opacity: .01
}

.abs {
    position: absolute
}

.lt0 {
    left: 0;
    top: 0
}

.alignend {
    align-self: flex-end
}

.lgrey {
    color: #d3d3d3 !important
}

.grey {
    color: grey !important
}

.dividerv {
    border-left: 2px solid #eee;
    flex-grow: 1
}

.rounded-xl {
    border-radius: 12px
}

.border {
    border-width: 1px;
    border: solid #d3d3d3
}

.hscreen {
    height: 100vh
}

.text-xs {
    font-size: 12px !important
}

.text-sm {
    font-size: 14px !important
}

.btnicon {
    font-size: 14px !important;
    margin-right: 4px;
    margin-left: 4px
}

.plainlink {
    text-decoration: none;
    color: inherit
}

.around {
    justify-content: space-around
}

.divider {
    border-top: 2px solid #eee;
    width: 98%
}

.bggrey {
    background-color: grey
}

.iconbtn {
    color: #d3d3d3 !important;
    border-radius: 9999px;
    padding: 8px
}

.iconbtn:hover {
    background-color: #ddd
}

@media screen and (max-width:980px) {
    .mobilehide {
        display: none
    }
}

@media screen and (min-width:980px) {
    .desktophide {
        display: none
    }
}

.material-icons {
    margin-top: 2px;
    margin-right: 2px
}

.tabbar {
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    align-items: stretch
}

.tab {
    cursor: pointer;
    padding: 16px
}

.tab:hover {
    background-color: #eee
}

.tab-active {
    border-bottom: solid 2px #f74135
}

.breakword {
    word-break: break-all
}

.footer {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    margin-top: 400px;
    background-color: #303846;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    color: #fff
}
.bg-red{
    background-color: #f74135 !important;
}

.bg-primary{
    background-color: #f44648;
}
.text-light{
    color: #eee;
}
.text-primary{
    color: #f44648;
}

.dropdown .dropdown-backdrop{
    display: none;
}