@charset "UTF-8";

/* spinner */
.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner > div {
    width: 18px;
    height: 18px;
    background-color: #0278D1;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% { -webkit-transform: scale(0) }
    40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    } 40% {
          -webkit-transform: scale(1.0);
          transform: scale(1.0);
      }
}
/* spinner end */

#beans-rewards{
    max-width: 800px;
    margin: auto;
}

.bns-bg-white {
    background-color: #fff;
}

.bns-bg-gray {
    background-color: #eeeeee;
}

.bns-polygon-bg {
    fill: #eee;
}

.bns-color-dark-light {
    color: #666;
}

.bns-color-beans {
    color: #0278D1 !important;
}

.bns-width-auto {
    width: auto;
}

.bns-width-100p {
    width: 100%;
}

.bns-width-xl {
    width: 21em;
}

.bns-cursor-pointer {
    cursor: pointer;
}

.bns-text-w-400 {
font-weight: 400;
}

.bns-mr1 {
    margin-right: 0.3125rem
}

.bns-mr2 {
    margin-right: 0.625rem
}

.bns-ml3 {
    margin-left: 0.9375rem
}


.bns-mr6 {
    margin-right: 3.125rem !important
}

.bns-mt1 {
    margin-top: 0.3125rem
}

.bns-mt3 {
    margin-top: 0.9375rem
}

.bns-mt4 {
    margin-top: 1.25rem
}

.bns-mt5 {
    margin-top: 1.5625rem
}

.bns-mb2 {
    margin-bottom: 0.625rem
}

.bns-mb4 {
    margin-bottom: 1.25rem
}

.bns-mb5 {
    margin-bottom: 1.5625rem
}

.bns-mb6 {
    margin-bottom: 3.125rem
}

.bns-ph5 {
    padding-left: 3.125rem;
    padding-right: 3.125rem
}


.bns-ph6 {
    padding-left: 3.125rem;
    padding-right: 3.125rem
}

.bns-pv5 {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem
}

.bns-pa1 {
    padding: 0.3125rem
}

.bns-pa2 {
    padding: 0.625rem
}

.bns-pa3 {
    padding: 0.9375rem
}

.bns-pa4 {
    padding: 1.25rem
}

.bns-pa-menu {
    padding: 0.425rem 0.9375rem;
}

.bns-bt {
    padding: 4px 16px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
    cursor: pointer;
    color: #666;
    display: inline-block;
    border: 1px solid #EEE;
}


.bns-text-xxl {
    font-size: 30px
}

.text-xl {
    font-size: 24px
}

.text-lg {
    font-size: 18px
}

.bns-text-md {
    font-size: 16px
}

.bns-text-sm {
    font-size: 14px
}

.bns-text-w-300 {
    font-weight: 300
}

.bns-text-w-500 {
    font-weight: 500
}

.bns-text-w-600 {
    font-weight: 600
}

.bns-text-w-700 {
    font-weight: 700
}


.bns-opacity5 {
    opacity: 0.5;
}
.bns-opacity6 {
    opacity: 0.6;
}

.bns-opacity7 {
    opacity: 0.7;
}
.bns-opacity8 {
    opacity: 0.8;
}
.bns-opacity9 {
    opacity: 0.9;
}


.bns-visible-block {
    display: block !important
}

.bns-visible-inline-block {
    display: inline-block !important
}

.bns-shadow-box {
    box-shadow: 0 10px 25px 0 rgba(49, 49, 93, 0.1);
    border-radius: 5px
}


.bns-border-top {
    border-top: 1px solid #EEE
}

.bns-border {
    border: 1px solid #EEE
}
.bns-border-radius-25 {
    border-radius: 25px;
}

.bns-border-radius-5 {
    border-radius: 5px;
}

.bns-border-radius-right-5 {
    border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
}

.bns-border-radius-3 {
    border-radius: 3px;
}

.bns-border-radius-right-3 {
    border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
}

.bns-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bns-float-left {
    float: left
}

.bns-float-right {
    float: right
}

.bns-text-left {
    text-align: left
}

.bns-text-right {
    text-align: right
}

.bns-text-center {
    text-align: center !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-top {
    vertical-align: top !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

.bns-position-absolute {
    position: absolute;
}

.bns-overflow-hidden {
    overflow: hidden;
}



.bns-avatar-sm {
    width: 45px;
    height: 45px;
}

.bns-shop-logo-sm {
    height: 36px !important;
}

.bns-img-circle {
    border-radius: 50%
}


.bns-animate-hover-bounce-4 {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    background: #FFF;
}

.bns-animate-hover-bounce-4:hover {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.20);
    text-decoration: none;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
}

.bns-animate-hover-bounce-4:active {
    box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.20);
    text-decoration: none;
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.bns-form-control {
    height: 33px;
    padding: 5px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 5px;

    background: #fff none;
    border: 1px solid #d6d6e2;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;

    display: block;
}

.bns-form-control:focus {
    border-color: #66afe9;
    outline: 0;
}

.bns-rule-card {
    max-width: 100%;
    width: 100%;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.bns-rule-card-content {
    position: relative;
}

.bns-rule-card-content .avatar {
    position: absolute;
    width: 50px;
    height: 50px;
}

.bns-rule-card-content .avatar img{
    position: relative;
    width: 40px;
    height: 40px;
    margin-top: 4px;
    margin-left: 0px;
}
/*.bns-rule-card-content .avatar img{*/
    /*position: relative;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*margin-top: 8px;*/
    /*margin-left: 8px;*/
/*}*/

.bns-rule-card-content .bns-rule-header {
    padding-left: 65px;
    min-height: 100%;
    margin-top: -4px;
}

.bns-rule-card-content .bns-rule-header > div {
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
}



@media (min-width: 400px) {
    .bns-rule-card {
        max-width: 800px;

    }
}

@media (min-width: 768px) {
    .bns-rule-card {
        /*max-width: 800px;*/
    }
}

@media (min-width: 990px) {
    .bns-rule-card {
        /*max-width: 800px;*/
    }
}

@media (min-width: 1200px) {
    .bns-rule-card {
        /*max-width: 800px;*/
    }
}

@media (min-width: 1400px) {
    .bns-rule-card {
        /*max-width: 800px;*/

    }
}

@media (min-width: 1600px) {
    .bns-rule-card {
        /*max-width: 800px;*/
    }
}





.bns-selector {
    display: inline-block;
    min-width: 500px;
}

.bns-selector ul {
    margin: 0;
    padding: 0;
    display: table-row;
    /*background: #e9e9e9;*/
}

.bns-selector ul li {
    display: table-cell;
    text-align: center;
    list-style: none;
}

.bns-selector ul li a {
    padding: 10px 16px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: rgba(5, 2, 23, 0.6);
    text-decoration: none;
    border-bottom: 1px solid #d7dbe0;
    outline: 0;
    transition: border-bottom .05s ease-in;
}


.bns-selector ul li a:hover {
    /*background: #e4e4e4;*/
    /*border-bottom-color: rgba(2, 120, 209, 0.6);*/
    border-bottom: 2px solid rgba(0, 0, 0, 0.4);
    transition: border-bottom .10s ease-in;
}

.bns-selector ul li a.bns-active {
    border-bottom: 2px solid #0278D1;
    color: #000000;
    transition: border-bottom .10s ease-in;
}


@media (max-width: 500px) {
    .bns-selector {
        min-width: 300px;
    }

    .bns-selector > div {
        text-align: center;
    }

    .bns-selector ul {
        display: inline-block;
    }

    .bns-selector ul li {
        display: list-item;
        text-align: center;
        list-style: none;
        margin:10px 0;
    }
}