
.imagens-background
{
    background-image: url('../images/flat-bg-green.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0;
}

.card-gradiente-collor-popular-3 {
    background: linear-gradient(60deg, #F12711, #F5AF19);

}

.card-gradiente-collor-popular-2 {
    background: linear-gradient(45deg, rgb(250, 224, 66), rgb(0, 143, 104));


}

.card-gradiente-collor-popular {
    background: linear-gradient(45deg, #373B44, #4286f4);


}

.card-gradiente-collor-instantanea {
    background: linear-gradient(45deg, #F2994A, #F2C94C);


}

.card-gradiente-collor-loto {
    background: linear-gradient(45deg,#993333, #993334, #993355);


}

.loto-collor{
    background-color: #993333;
}

.btn.loto-collor:hover{
    background-color: #993333;
}

.card-gradiente-collor-quina-br {
    background: linear-gradient(45deg,#0f0c29, #302b63, #24243e);


}
.card-gradiente-collor-quina {
    background: linear-gradient(45deg,#0f0c29, #302b63, #24243e);


}

.card-gradiente-collor-super5 {
    background: linear-gradient(45deg,#FF3333, #FF6633, #CC6633);


}

.card-gradiente-collor-seninha {
    background: linear-gradient(45deg, #11998e, #38ef7d);


}

.card-gradiente-collor-quininha {
    background: linear-gradient(45deg,#6441A5, #2a0845);


}

.card-gradiente-collor-lotinha {
    background: linear-gradient(45deg, #f953c6, #b91d73);


}


.card-gradiente-collor-multi {
    background: linear-gradient(45deg, #2E7D32, #0f9b0f);


}

.gradient-45deg-deep-orange-orange
{
    background: #bf360c;
    background: -webkit-linear-gradient(45deg, #bf360c, #f57c00) !important;
    background:         linear-gradient(45deg, #bf360c, #f57c00) !important;
}


.gradient-45deg-deep-yellow-red
{
    background: #bf360c;
    background: -webkit-linear-gradient(45deg, #e01313, #fcdb0c) !important;
    background:         linear-gradient(45deg, #e01313, #fcdb0c) !important;
}


.gradient-45deg-deep-yellow-blue-red
{
    background: #bf360c;
    background: -webkit-linear-gradient(45deg, #f19e07, #04135a, #e01313) !important;
    background:         linear-gradient(45deg, #f19e07, #04135a, #e01313) !important;
}

.gradient-45deg-green-teal
{
    background: #43a047;
    background: -webkit-linear-gradient(45deg, #43a047, #1de9b6) !important;
    background:         linear-gradient(45deg, #43a047, #1de9b6) !important;
}

.gradient-45deg-purple-deep-orange
{
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa, #ff6e40) !important;
    background:         linear-gradient(45deg, #8e24aa, #ff6e40) !important;
}




body{
    touch-action: manipulation;
}

.margin-0 {
    margin: 0px;
}

.margin-top-10 {
    margin-top: 10px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}


.margin-bottom-custon-10 {
    margin-bottom: 10px;
}
.margin-bottom-custon-30{
    margin-bottom: 30px;

}

.margin-bottom-custon-60{
    margin-bottom: 60px;

}


.caixa_premio_quina_br {
    border-radius: 30px 10px;
    border-color: #302b63;
    border-style: solid;
    border-width: 2px;
}

.caixa_premio_loto {
    border-radius: 30px 10px;
    border-color: #993333;
    border-style: solid;
    border-width: 2px;
}

.caixa_premio_popular {
    border-radius: 30px 10px;
    border-color: #1a3d7f;
    border-style: solid;
    border-width: 2px;
}

.caixa_premio_instantanea {
    border-radius: 30px 10px;
    border-color: #c69500;
    border-style: solid;
    border-width: 2px;
}

.caixa_premio_seninha {
    border-radius: 30px 10px;
    border-color:  #27ae60;
    border-style: solid;
    border-width: 2px;
}
.caixa_premio_quininha {
    border-radius: 30px 10px;
    border-color: #2a0845;
    border-style: solid;
    border-width: 2px;
}
.caixa_premio_lotinha {
    border-radius: 30px 10px;
    border-color: #b91d73;
    border-style: solid;
    border-width: 2px;
}

.caixa_premio_super5 {
    border-radius: 30px 10px;
    border-color: #d84315;
    border-style: solid;
    border-width: 2px;
}





.module-border-wrap {

    border: 10px solid;
    border-image-source: linear-gradient(45deg, rgb(0, 143, 104), rgb(250, 224, 66));
    border-image-slice: 1;

}

.module-border-wrap-2 {

    border: 10px solid;
    border-image-source: linear-gradient(45deg, #373B44, #4286f4);
    border-image-slice: 1;
    background: linear-gradient(10deg, #373B44, #4286f4);

}



.card-gradiente-collor-resultados {
    background: linear-gradient(60deg, #373B44, #4286f4);

}

.card-gradiente-collor-revendedor {
    background: linear-gradient(60deg, #00F260, #0575E6);

}

.gradiente-collor-nav {
    background: linear-gradient(60deg, #DCE35B, #45B649);

}

.faixa ul li {
    display: inline-block;
    padding-right: 4px;
    padding-left: 4px;
    margin-left: 4px;
    margin-right: 4px;

}

.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
}

.footer-fixed-desktop {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 0;

}

.nav-bar-black {
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.btn-small {
    border-radius: 2px;
    margin: 5px;
    height: 20px;
    line-height: 20px;
    padding-left: 16px;
    padding-right: 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}

.saldo {
    background-color: darkgreen;
    border-radius: 5px;
    font-size: 12px;
}


@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
    .clockdiv {
        font-family: sans-serif;
        color: #ec0000;
        display: inline-block;
        font-weight: bold;
        text-align: center;
        font-size: 7px;
        padding: 1px;
        border-radius: 2px;
        background: #f6bdbd;
        display: inline-block;
    }
}


.clockdiv {
    font-family: sans-serif;
    color: #ec0000;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    padding: 1px;
    border-radius: 2px;
    background: #f6bdbd;
    display: inline-block;
}

.clockdiv > span {
    padding: 1px;
    border-radius: 2px;
    background: #f6bdbd;
    display: inline-block;
}

/*#clockdiv div > span{*/
/*  padding: 7px;*/
/*  border-radius: 1px;*/
/*  background: #00816A;*/
/*  display: inline-block;*/
/*}*/


.smalltext {
    padding-top: 5px;
    font-size: 16px;
}

.input-group {
    display: table;

}

.input-group .suffix {
    display: table-cell;

}

.suffix {
    width: 1%;

}

.row-custom {
    margin: 0;
    padding: 0;
}

.full-height {
    height: 100vh;

}

.container-side {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.container-side-confirmation {
     /*position: absolute;*/
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
 }


.sidebg {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.side-text-title {
    position: relative;
    margin-top: 50px;
    z-index: 1;
}

.side-text {
    position: relative;
    z-index: 1;
}

.container-custon {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}

@media only screen and (min-width: 601px) {
    .container-custon {
        width: 100%;
    }
}

@media only screen and (min-width: 993px) {
    .container-custon {
        width: 100%;
    }
}

.padding-left-custon-0 {
    padding-left: 0px;

}

.padding-margin-0 {
    padding: 0px !important;
    margin: 0px  !important;

}
.padding-left-custon-5 {
    padding-left: 5px;

}

.padding-left-custon-10 {
    padding-left: 10px;

}
.padding-left-custon-15 {
    padding-left: 15px;

}
.padding-left-custon-20 {
    padding-left: 20px;

}

.padding-left-custon-30 {
    padding-left: 30px;

}

.padding-right-custon-30 {
    padding-right: 30px;

}

.padding-right-custon-0 {
    padding-right: 0px;

}

.padding-right-custon-10 {
    padding-right: 10px;

}

.padding-bottom-custon-0 {
    padding-bottom: 0px;

}

.padding-bottom-custon-10 {
    padding-bottom: 10px;

}

.padding-top-custon-0 {
    padding-top: 0px;

}

.padding-top-custon-10 {
    padding-top: 10px;

}

.padding-top-custon-30 {
    padding-top: 30px;

}

.padding-bottom-top-0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.padding-bottom-top-2 {
    padding-bottom: 0px;
    padding-top: 0px;
    margin: 0px;
}


.padding-top-custon-1 {
    padding-top: 1px;

}

p.mgbt-0 {
    margin-bottom: 0;
    margin-top: 0;
    /*border: 1px solid #000000;*/
    padding-top: 0;
    padding-bottom: 0;
}

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

.tabs .tab a {
    color: #000;
}

/*Black color to the text*/

.tabs .tab a:hover {
    background-color: #eee;
    color: #000;
}

/*Text color on hover*/

.tabs .tab a.active {
    background-color: rgba(38, 166, 154, 0.2);
    color: #000;
}

/*Background and text color when a tab is active*/

.tabs .indicator {
    background-color: green;
}

/*Color of underline*/
.tabs .tab a:focus.active {
    color: #26a69a;
    /*Custom Text Color While Active*/
    background-color: rgba(38, 166, 154, 0.2);
    /*Custom Background Color While Active*/
}

.z-index {
    position: absolute;
    z-index: 1;
}

.z-index-menu {
    position: relative !important;
    z-index: auto;
    display: block;
}

.padding-left-custon-95 {

    margin-left: 95%;
}

.bold{
    font-weight: 700;
}
.font-BT-Mono-Bold {
    font-family: "BT Mono bold" !important;
}


.ball-number {
    /*width: 100px;*/
    /*height: 100px;*/
    /*color: white;*/
    font-family: "Open Sans", sans-serif;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #4e555b;
    /*display: inline;*/
    text-align: center;
    font-size: 18px;
    padding: 3px;
    width: 30px;
    height: 30px;
    line-height: 24px;
    background-color: white;

}

.card-height {
    min-height: 320px;
    max-height: 320px;

}

.card-width {
    min-width: 100%;
    max-width: 100%;
}

.input-field-custon {
    position: relative;
    /*margin-top: 1rem;*/
    /*margin-bottom: 1rem;*/
}

.input-field-custon > label {
    color: #9e9e9e;
    /*position: absolute;*/
    top: 0;
    left: 0;
    font-size: 12px;

}
.background-image-group{
    background-image: url('../images/back_group-1.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-futebol{
    background-image: url('../images/futebol.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image {
    /*background-image: url(src="{% static 'site/img/popular.png' %}");*/
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    color: black;
    left: 0;
    overflow: auto;
    padding: 3em;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    background-size: cover;

}


/*Start CSS Bilhete*/

.body-ticket {
    background-color: #999999;
}
.ticket {
    position: relative;
    box-sizing: border-box;
    width: 96%;
    height: 90%;
    margin: 10px auto ;
    padding: 20px;
    border-radius: 10px;
    background: #f0ead3;
    box-shadow: 2px 2px 15px 0px #f1f1e9;
}


.ticket__content {
    box-sizing: border-box;
    height: 100%;
    width: 100%;
    /*border: 6px solid #D8D8D8; */

}

.ticket:before,
.ticket:after {
    content: '';
    position: absolute;
    left: 5px;
    height: 6px;
    width: 290px;
}

.ticket:before {
    top: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #eee9d9 50%, #eee9d9 100% ) -7px -8px / 16px 16px repeat-x;
    width: 96%;
}

.ticket:after {
    bottom: -5px;
    background: radial-gradient(circle, transparent, transparent 50%, #eee9d9 50%, #eee9d9 100% ) -7px -2px / 16px 16px repeat-x;
    width: 96%;
}

.ticket__text_title {
    width: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #494949;
    /* transform: translate(-25px, 25px) rotate(-55deg) ; */
}

.ticket__text_sub-title {
    width: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #494949;
    /* transform: translate(-25px, 25px) rotate(-55deg) ; */
}

.ticket__text {
    width: 100%;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #494949;
    /* transform: translate(-25px, 25px) rotate(-55deg) ; */
}


/*END CSS Bilhete*/
img.responsive-img-radius
{
    max-width: 100%;
    height: auto;
    border-radius: 15px;
}


/*Start FLAGS*/

.flag-icon-background {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
}
.flag-icon {
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1em;
    /*line-height: 1em;*/
    padding-top: 0px;
}
.flag-icon:before {
    content: "\00a0";
}
.flag-icon.flag-icon-squared {
    width: 1em;
}

.flag-icon-br {
    background-image: url(../images/icons/flag_pt-br.svg);
}

.flag-icon-es {
    background-image: url(../images/icons/flag_es.svg);
}

.flag-icon-us {
    background-image: url(../images/icons/flag_en.svg);
}


/*START Wrapper*/
.body-wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/*END Wrapper*/

.close-side-right {
    position: absolute;
    right:14px;
    top: 14px;
    color:white;
    border-radius: 50%;
    background-color: red;
}

/*START CARD Seninha*/

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

.card__numbers-wrapper--number {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}


.card__numbers-wrapper>li {
    width: 16.66%;
}

.card__numbers-wrapper>li {
    width: 10%;
    float: left;
    padding: 5px;
}

.card__numbers-wrapper--number:hover {
    background-color: #6c6c6c;
    color: white
}

.card__numbers-wrapper--number.selected {
    background-color: #27ae60;
    color: white;
}
/*END CARD Seninha*/

/*START CARD Quina-br*/

.card__numbers-wrapper--number-quina-br {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}

.card__numbers-wrapper--number-loto {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}

.card__numbers-wrapper--number-loto.selected {
    background-color: #993333;
    color: white;
}


.card__numbers-wrapper--number-quina-br:hover {
    background-color: #6c6c6c;
    color: white
}

.card__numbers-wrapper--number-quina-br.selected {
    background-color: #302b63;
    color: white;
}

/*END CARD Quina-br*/


/*START CARD Quininha*/

.card__numbers-wrapper--number-quininha {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}


.card__numbers-wrapper--number-quininha:hover {
    background-color: #6c6c6c;
    color: white
}

.card__numbers-wrapper--number-quininha.selected {
    background-color: #6441A5;
    color: white;
}

/*END CARD Quininha*/


/*START CARD lotinha*/

.card__numbers-wrapper--number-lotinha {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}

.card__numbers-wrapper--number-super5 {
    border: 1px solid #363636;
    background-color: #ecf0f1;
    color: #6c6c6c;
    text-align: center;
    border-radius: 2px;
    font-size: 18px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    text-decoration: none !important;
    display: block;
    margin: 0 auto;
}


.card__numbers-wrapper--number-lotinha:hover {
    background-color: #6c6c6c;
    color: white
}

.card__numbers-wrapper--number-lotinha.selected {
    background-color: #b91d73;
    color: white;
}
.card__numbers-wrapper--number-super5.selected {
    background-color: #d84315;
    color: white;
}


/*END CARD lotinha*/


.padding-4
{
    padding: 4% !important;

}

/* Margin 0 & Padding 0 */
.

{
    margin: 0 !important;
}
/* Margin Top */
.no-padding
{
    padding: 0 !important;
}

.mt-5
{
    margin-top: 5% !important;
}

/* Margin Bottom */
.mb-0
{
    margin-bottom: 0 !important;
}


/* Padding Top */
.pt-0
{
    padding-top: 0 !important;
}

.animate.fadeLeft
{
    -webkit-animation: fadeLeft;
    animation: fadeLeft;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;

    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.gradient-45deg-light-blue-cyan
{
    background: #0288d1;
    background: -webkit-linear-gradient(-45deg, #0288d1, #26c6da) !important;
    background: -webkit-linear-gradient(135deg, #0288d1, #26c6da) !important;
    background:         linear-gradient(-45deg, #0288d1, #26c6da) !important;
}

.gradient-45deg-light-blue-cyan.gradient-shadow
{
    box-shadow: 0 6px 20px 0 rgba(38, 198, 218, .5) !important;
}

.gradient-45deg-red-pink
{
    background: #ff5252;
    background: -webkit-linear-gradient(-45deg, #ff5252, #f48fb1) !important;
    background: -webkit-linear-gradient(135deg, #ff5252, #f48fb1) !important;
    background:         linear-gradient(-45deg, #ff5252, #f48fb1) !important;
}

.gradient-45deg-red-pink.gradient-shadow
{
    box-shadow: 0 6px 20px 0 rgba(244, 143, 177, .5) !important;
}


.gradient-45deg-amber-amber
{
    background: #ff6f00;
    background: -webkit-linear-gradient(-45deg, #ff6f00, #ffca28) !important;
    background: -webkit-linear-gradient(135deg, #ff6f00, #ffca28) !important;
    background:         linear-gradient(-45deg, #ff6f00, #ffca28) !important;
}

.gradient-45deg-amber-amber.gradient-shadow
{
    box-shadow: 0 6px 20px 0 rgba(255, 202, 40, .5) !important;
}

.gradient-45deg-purple-light-blue
{
    background: #e040fb;
    background: -webkit-linear-gradient(-45deg, #e040fb, #4fc3f7) !important;
    background: -webkit-linear-gradient(135deg, #e040fb, #4fc3f7) !important;
    background:         linear-gradient(-45deg, #e040fb, #4fc3f7) !important;
}

.gradient-45deg-light-blue-indigo
{
    background: #b3e5fc;
    background: -webkit-linear-gradient(45deg, #b3e5fc, #9fa8da) !important;
    background:         linear-gradient(45deg, #b3e5fc, #9fa8da) !important;
}

.gradient-45deg-purple-light-blue.gradient-shadow
{
    box-shadow: 0 6px 20px 0 rgba(79, 195, 247, .5) !important;
}

.gradient-45deg-green-teal
{
    background: #43a047;
    background: -webkit-linear-gradient(-45deg, #43a047, #1de9b6) !important;
    background: -webkit-linear-gradient(135deg, #43a047, #1de9b6) !important;
    background:         linear-gradient(-45deg, #43a047, #1de9b6) !important;
}

.gradient-45deg-green-teal.gradient-shadow
{
    box-shadow: 0 6px 20px 0 rgba(29, 233, 182, .5) !important;
}


/* Icon Background Round */
.background-round {
    padding: 15px;

    border-radius: 50%;
}



div.material-table .hiddensearch {
    padding: 0 14px 0 24px;
    border-bottom: solid 1px #DDDDDD;
    display: none;
}

div.material-table .hiddensearch input {
    margin: 0;
    border: transparent 0 !important;
    height: 48px;
    color: rgba(0, 0, 0, .84);
}

div.material-table .hiddensearch input:active {
    border: transparent 0 !important;
}


div.material-table .table-header {
    height: 60px;
    padding-top: 5px;
    border-bottom: solid 1px #DDDDDD;
}

div.material-table .table-header .actions {
    display: -webkit-flex;
    margin-left: auto;
}

div.material-table .table-header .btn-flat {
    min-width: 36px;
    padding: 0 8px;
}

div.material-table .table-header input {
    margin: 0;
    height: auto;
}

div.material-table .table-header i {
    color: rgba(0, 0, 0, 0.54);
    font-size: 24px;
}



/* Notification */

.notification-button i
{
    font-size: 14px;

    top: 12px;
}

.notification-button
{
    line-height: 1;
}

 .notification-badge
{
    font-family: 'Muli', sans-serif;

    position: relative;
    top: -20px;
    right: 5px;

    margin: 0 -.8em;
    padding: 2px 5px;
     font-size: 14px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff9100;
    box-shadow: 0 0 10px 0 #ff9100;
}

.notification-badge-topbar
{
    font-family: 'Muli', sans-serif;

    position: relative;
    top: -15px;
    right: 5px;

    margin: 0 -.8em;
    padding: 1px 3px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
    background-color: #ff9100;
    box-shadow: 0 0 10px 0 #ff9100;
}

.navbar-fixed #notifications-dropdown
{
    width: 400px;
}

.navbar-fixed #notifications-dropdown
{
    width: 400px;
}

.navbar-fixed #notifications-dropdown h5
{
    font-size: 1rem;
    font-weight: 500;

    text-transform: capitalize;
}

.navbar-fixed #notifications-dropdown li
{
    font-size: 1rem;

    padding: 8px 16px;
}

.navbar-fixed #notifications-dropdown li > a
{
    font-size: 1.1rem;
    font-weight: 300;

    padding: 0;
}

.navbar-fixed #notifications-dropdown li > a > span
{
    font-size: 1.2rem;

    position: relative;
    top: 4px;

    display: inline-block;

    margin-right: 5px;
}

.navbar-fixed #notifications-dropdown li > time
{
    font-size: .8rem;
    font-weight: 400;

    position: relative;
    top: -4px;

    margin-left: 38px;
}

.navbar-fixed #notifications-dropdown li.divider
{
    padding: 0;
}
span.badge
{
    color: #fff;
}

span.badge.pill
{
    font-size: .8rem;
    line-height: 20px;

    min-width: 1rem;
    height: 20px;

    border-radius: 50%;
    border-radius: 9px;
}

span.badge.new
{
    font-size: .8rem;
    font-weight: 300;

    color: #fff;
    border-radius: 2px;
    background-color: #ff9100;
}



.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    will-change: transform;
    /*transform: translateZ(0);*/
    -webkit-transform:translate3d(0,0,0);
    display: flex;
    height: 54px;
    box-shadow: 0 -2px 5px -2px #333;

    line-height: 10px;
}
.mobile-bottom-nav__item {
    flex-grow: 1;
    text-align: center;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;


}
.mobile-bottom-nav__item a:hover {
    color: #ff9900;



}
.mobile-bottom-nav__item--active {
    color: #ff9900;
}
.mobile-bottom-nav__item-content {
    display: flex;
    flex-direction: column;



}


/*Preloader block*/

.preloadBlock {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    bottom: 50%;
    z-index: 1000;

}

/*Pulse button*/

.pulse-button {

    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    color: white;
    border: none;
    background: #5a99d4;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(90, 153, 212, 0.5);
    -webkit-animation: pulse 1.5s infinite;
}
.pulse-button:hover {
    -webkit-animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }
    100% {
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

.icons-payments{
    width: 70px;
    height: 70px;
}

.icon-background
{
    width: 50px;
    height: 50px;
    margin: 8px;
    padding-top: 11px;
}

#profile-card .card-reveal i.material-icons
{
    position: relative;
    top: 6px;
}

#user-card .flip-card
{
    max-width: 100%;
}

@media screen and (min-width: 1290px)
{
    .icon-background
    {
        width: 3.125rem;
        height: 3.125rem;
        margin: 1.25rem;
        margin-left: 2rem;
        padding-top: .6875rem;
    }
}

@media screen and (max-width: 1366px)
{
    .icon-background
    {
        margin-left: 1.25rem;
    }
}

@media screen and (min-width: 1440px)
{
    .icon-background
    {
        margin-left: 2rem;
    }
}

@media screen and (min-width: 1680px)
{
    .icon-background
    {
        margin-left: 2.6875rem;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1365px)
{
    .icon-background
    {
        margin-left: .25rem;
    }
}

@media screen and (max-width: 992px)
{
    .icon-background
    {
        margin-left: 1.875rem;
    }
}

@media screen and (max-width: 786px)
{
    .icon-background
    {
        margin-left: .9375rem;
    }
}

@media screen and (max-width: 540px)
{
    .icon-background
    {
        margin-left: .625rem;
    }
}

/*credit page*/
.howto {
    color: #666;
    font-style: italic;
    display: block;
}

.howto__item {
    margin-bottom: 50px
}

.howto__item--icon {
    text-align: center;
    margin-bottom: 25px;
    display: inline-block;
    position: relative
}

.howto__item--icon i.material-icons {
    padding: 25px;
    color: #008a4a;
    font-size: 40px;
    background-color: #e9e9e9;
    border-radius: 50%;
    z-index: 1;
    position: relative
}

 .howto__item--icon i:before {
    width: 60px;
    height: 60px;
    display: block
}

@media (min-width: 992px) {
      .howto__item--icon:before {
        content: '';
        height: 20px;
        width: 240px;
        background-color: #e9e9e9;
        position: absolute;
        top: 50%;
        left: 90%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .last-icon:before {
        display: none;

    }
}

.howto__item--title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0
}

  .howto__item--desc {
    font-weight: 500;
    font-size: 14px
}

 .howto__item--desc p {
    margin-bottom: 0
}

@media (max-width: 767px) {
    .table-headers-fonts {


        font-size: 10px;
    }
    .table-headers-fonts-8 {


        font-size: 8px;
    }
    .table-headers-fonts-cart {


        font-size: 8px;
    }

    .table-fonts {


        font-size: 10px;
    }
    .table-fonts-cart {


        font-size: 8px;
    }
    .table-fonts-10 {


        font-size: 8px;
    }
    .table-fonts-7 {


        font-size: 7px;
    }
    .fonts-10 {


        font-size: 8px;
    }


    .font-btn {
        font-size: 12px;
        padding-right: 5px;
        padding-left: 5px;
        margin: 2px;
    }

}

@media (max-width: 767px) {
    .btn-small-custon{
        padding: 1px 6px 1px; !important;
    }
}



 .badge_premium {
    position: absolute;
    top: 5px;
    padding: 4px 8px;
    border-radius: 50%;
    background: red;
    color: white;
}

 .border-radios-10{
     border-radius: 10px;
 }

.padding-whatsapp{
    padding-top: 10px;
    padding-left: 3px;
}

.padding-telegram{
    padding-top: 10px;
    padding-left: 1px;
}