﻿/* Button */
@import url(https://fonts.googleapis.com/css?family=Roboto);

.loaderQRCode {
    color: #0089fe;
    font-size: 4px;
    margin: 19px auto;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    position: relative;
    text-indent: -9999em;
    -webkit-animation: load4 1.3s infinite linear;
    animation: load4 1.3s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.textOfQuotation {
    font-size: 14px !important;
}


.floatButton {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #f1a60b;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    margin-top: 22px;
}


/* Input custom for quotation */
.inp {
    position: relative;
    margin: auto;
    width: 100%;
    max-width: 280px;
}

    .inp .label {
        position: absolute;
        top: 16px;
        left: 0;
        font-size: 16px;
        color: #9098a9;
        font-weight: 500;
        transform-origin: 0 0;
        transition: all 0.2s ease;
    }

    .inp .border {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        width: 100%;
        background: #07f;
        transform: scaleX(0);
        transform-origin: 0 0;
        transition: all 0.15s ease;
    }

    .inp input {
        -webkit-appearance: none;
        width: 100%;
        border: 0;
        font-family: inherit;
        padding: 12px 0;
        height: 48px;
        font-size: 16px;
        font-weight: 500;
        border-bottom: 2px solid #c8ccd4;
        background: none;
        border-radius: 0;
        color: #223254;
        transition: all 0.15s ease;
    }

        .inp input:hover {
            background: rgba(34,50,84,0.03);
        }

        .inp input:not(:placeholder-shown) + span {
            color: #5a667f;
            transform: translateY(-26px) scale(0.75);
        }

        .inp input:focus {
            background: none;
            outline: none;
        }

            .inp input:focus + span {
                color: #07f;
                transform: translateY(-26px) scale(0.75);
            }

                .inp input:focus + span + .border {
                    transform: scaleX(1);
                }
/**/


.formProvider{
    padding: 15px;
}

.inputQRCode{
    margin-left: 23%;
}

.buttonInputQRCode{
    margin-left: 38%;
}

/* Create Prize Coins */
.setMarginBottom {
    margin-bottom: 0px;
}

.ng-hide.ng-hide-animate {
    display: none !important;
}

.videoAnimate {
    width: 100%;
    height: 100%;
    transition: 0s none;
    -webkit-transition: 0s none;
    animation: 0s none;
    -webkit-animation: 0s none;
    display: block;
    opacity: 1;
}

.buttonContinue {
    font-size: 16px;
    margin-left: 40%;
}

.secondCard {
    border-left: #efbb2c 10px solid;
    height: 60px;
    width: 85px;
    position: absolute;
    color: #f2bd0f;
    top: 30px;
    right: 300px;
}

    .secondCard:hover {
        color: #efbb2c !important;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        color: white;
        cursor: pointer;
    }

.cameraInModal{
    font-size: 56px;    
}

.sizeCamera {
    font-size: 24px;
    text-align: center;
    margin-top: 10%;
}

.titleQrCode{
    text-align: center;
}

.bgm-whiteQRCode {
    background-color: rgba(255, 255, 255, 0.72);
}
/* Sales Control Table */
.scrollTable {
    overflow-x: scroll;
    overflow-y: scroll;
}

.headerTableFixed {
    position: sticky;
    top: 0;
}

.datePickerMargin {
    margin-left: 12px;
    margin-bottom: 10px;
}

.datePickerHeight {
    height: 45px;
}

.filterButtonsSC {
    position: relative;
    left: 12px;
}

.btnFiltrarSC {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 10px;
}

.btnLimparFiltroSC {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    margin-bottom: 10px;
    margin-left: 8px;
}

.btnExportExcelSC{
    margin-top:10px;
}

.comboZIndex {
    z-index: 1;
}

/* */
.greenText {
    color: green;
}

.redText {
    color: red;
}

.btnFraudIndividualAudit {
    background: none;
    border: none;
    color: red;
    text-decoration: underline;
    padding-left: 0px;
}

#imgBuyItem {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#hamburguerIcon {
    font-size: 35px;
    color: white !important;
    background-image: linear-gradient(#005a96,#0189d8);
    width: 50px;
    height: 50px;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 10px;
}

.openMenuMobile {
    font-size: 34px;
    margin-bottom: 5px;
    margin-left: -3px;
    text-align: center;
    color: #013731 !important;
    cursor: pointer; /* Cursos pointer para Safari */
}

/* Donate Modal Media Query */

@media (min-width: 375px) and (max-width: 516px) {
    .modal-dialog {
        max-width: 350px;
        width: auto;
    }

    #marginGif {
        height: 88px;
    }
}

@media (min-width: 700px) and (max-width: 750px) {
    #marginGif {
        margin-left: 15% !important;
    }
}

@media (min-width: 768px) and (max-width: 827px) {
    .cardHeightInfoDash {
        height: 120px;
    }

    .coinsAmount {
        position: absolute;
        bottom: 0px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (min-width: 828px) and (max-width: 1378px) {
    .cardHeightInfoDash {
        height: 100px;
    }

    .coinsAmount {
        position: absolute;
        bottom: -5px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media (min-width: 768px) {
    #marginGif {
        margin-left: 24% !important;
        height: 100px;
    }

    .btn-log {
        position: absolute;
        right: -51px;
        height: 100% !important;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .borderLogRed {
        border-color: #f22613 !important;
    }

    .borderLogDarkBlue {
        border-color: #002a6c !important;
    }

    .borderLogGrey {
        border-color: #95a5a6 !important;
    }

    .borderLogBlue {
        border-color: #0089fe !important;
    }

    .borderLogGreen {
        border-color: #26c281 !important;
    }
}
/*      */


/*Menu Mobile*/
.backgroundMenuMobile {
    background-image: linear-gradient(#005a96,#0189d8);
    color: white;
    padding: 0 !important;
}

.fontMenu {
    color: #c3c3c3 !important;
}

    .fontMenu:hover {
        color: white !important;
    }

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

.closeMenuMobile {
    margin-left: 187px;
    cursor: pointer;
}

.hideMenuMobile {
    cursor: pointer;
}

.fontUserNameMenu {
    font-size: 12px;
    text-overflow: ellipsis;
    text-align: center;
    padding-left: 8px !important;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}
/* */

/* Loja Coin2u */
#cardShop {
    height: 335px !important;
    float: none;
    margin: auto;
}

.redButton {
    background-color: #e10101;
}

.orangeButton {
    background-color: #f35c0f;
}

.greyButton {
    background-color: #636363;
}

.descriptionShopBlack {
    color: black !important;
}

.menuIndex {
    z-index: 0;
}

.btnBuyShop {
    position: absolute;
    height: 50px;
    width: 50px;
    border-radius: 30px !important;
    color: white;
    right: 14px;
    top: 197px;
}

    .btnBuyShop:hover {
        color: white !important;
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        transform: scale(1.5);
        color: white;
    }

.btnBuyShopInactive {
    position: absolute;
    height: 50px;
    border-radius: 30px !important;
    color: red !important;
    right: 14px;
    top: 197px;
}

.iconDescription {
    position: absolute;
    z-index: 10;
    margin-left: 86%;
    margin-top: 10px;
    color: white;
    font-size: 20px;
}

.titleShopDescription {
    margin-top: 20px !important;
    font-weight: bold;
    text-transform: uppercase;
}

.descriptionShop {
    margin-top: -110px;
    box-shadow: none;
    background-color: none;
}

#footerShop {
    position: absolute;
    padding-top: 234px;
}

.iconShop {
    position: absolute;
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.greenCoinLoja {
    width: 50px;
    height: 50px;
    margin-top: -54px;
    position: relative;
    right: -55px;
}

.fontQtdCoinsShop {
    color: green;
    text-align: center;
    font-size: 32px;
    margin-top: -52px;
    position: relative;
    right: -15px;
}

.cadrQtdCoinsShop {
    border-left: green 10px solid;
    height: 60px;
    width: 240px;
    position: absolute;
    top: 30px;
    right: 35px;
}

.textAlign1 {
    position: relative;
    top: 7px;
    font-size: 17px;
    left: -2px;
    text-align: center;
    font-family: 'Roboto', sans-serif !important;
    width: 60px;
}

.textAlign2 {
    color: green;
    position: relative;
    top: -57px;
    font-size: 14px;
    left: 74px;
    text-align: center;
    margin-top: 18px;
}

.titleShop {
    position: absolute;
    width: 200px;
    text-transform: uppercase;
    margin-left: 10px;
    font-family: Roboto;
    font-weight: bold;
    margin-top: 30px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.infoTitleShop {
    text-overflow: ellipsis;
    font-family: Roboto;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: -50px;
    padding-bottom: 10px;
}

.priceShop {
    position: absolute;
    margin-left: 45px;
    font-weight: bold;
    color: #0ac30a;
}


#imgShop {
    position: absolute;
    top: -25%;
    margin: auto;
    height: auto;
    width: auto;
    max-width: 100%;
}

#cardDescription {
    background-color: rgba(255, 255, 255, 1.39);
    height: 100%;
}

#cardBodyShop {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 70%;
    border-bottom: 1px solid rgba(92, 92, 92, 0.78);
    background-size: cover;
    height: 225px;
}

#stockShop {
    text-align: center;
    display: block;
    line-break: auto;
    width: 100px;
    height: 40px;
    float: right;
    font-size: 12px;
}


#headerShop {
    line-break: auto;
    text-align: center;
    width: 185px;
    height: 30px;
    margin-left: auto;
    margin-right: 10px;
    display: block;
    font-weight: bolder;
    font-size: 14px;
}
/*  */
/* MENU BUTTON */
[class*="entypo-"]:before {
    font-family: 'entypo', sans-serif;
    color: white;
    line-height: 60px;
    display: inline-block;
}

nav {
    display: block;
}

    nav .toggle {
        height: 60px;
        width: 60px;
        float: left;
        font-size: 2em;
        background-color: white;
        text-align: center;
        cursor: pointer;
        color: #fff;
    }

.close {
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    background-color: white;
    text-align: center;
    cursor: pointer;
    font-size: 1.5em;
    display: none;
    opacity: 1 !important;
}

.menu {
    float: left;
    background-color: #f4f4f4;
    overflow: hidden;
    width: 0;
    -moz-transition: width, 0.5s;
    -o-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
}

    .menu .menu-block {
        list-style: none;
        height: 50px;
    }

        .menu .menu-block li {
            display: inline-block;
        }

            .menu .menu-block li a {
                display: block;
                height: auto;
                padding: 0 15px;
                line-height: 60px;
                text-transform: uppercase;
                text-decoration: none;
                font-size: 0.7em;
                letter-spacing: .1em;
            }

                .menu .menu-block li a:hover {
                    border-bottom: 3px solid #3399CC;
                    cursor: pointer;
                    background-color: #d6ebf5;
                }

/*  Open Menu  */
.open {
    width: 88%;
    height: 60px;
    -moz-transition: width, 0.5s;
    -o-transition: width, 0.5s;
    -webkit-transition: width, 0.5s;
    transition: width, 0.5s;
}

.shut {
    display: block;
}

.iconStyle {
    font-size: 12px;
    color: #000000;
}

.iconStyleMobile {
    font-size: 24px;
    color: #FFF;
}

.imgIconButton {
    margin-top: 15px;
    width: 30px;
    height: 30px;
}

/* */

.avatarTopSide {
    position: absolute;
    top: -85px;
    right: 65px;
    z-index: 1;
}

.avatarImg {
    margin-top: 83px;
    margin-right: -70px;
    padding-bottom: 10px;
}

.introjs-overlay {
    background: rgba(15, 41, 73, 0.78) !important;
}

.introjs-tooltipbuttons {
    display: flex;
    flex-flow: row-reverse;
    margin-left: 20%;
}

.introjs-donebutton {
    margin-right: 0;
}

.introjs-prevbutton {
    margin-right: 5px;
}


.dataToolTip {
    border-radius: 100px 100px 1px !important;
}

    .dataToolTip img {
        position: relative;
        margin-left: 500px;
        margin-right: -160px;
        margin-bottom: -290px;
        width: 150px;
    }

    .dataToolTip h6 {
        text-align: center;
        font-family: Roboto;
    }

    .dataToolTip h5 {
        text-align: center;
    }



.fontWhite {
    color: white !important;
    opacity: initial;
}

.fontGreen {
    color: #013731 !important;
    opacity: initial;
}

/* Input Model */
.inputModal {
    width: 100%;
    min-height: 6rem;
    font-size: 1.4rem;
    line-height: 0;
    padding: 1rem 2rem;
    text-transform: none;
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    outline: none;
    transition: all 0.2s;
}

.focused .inputModal {
    padding-top: 2rem;
    padding-bottom: 0;
}

.focused labelModal {
    top: 35%;
    font-size: 1.3rem;
    font-weight: 700;
}

.inputModal:focus {
    border: 1px solid #5a99d4;
}
/* */

/*CSS Preloader Coins */
.container .placeload .header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

    .container .placeload .header .img {
        width: 50px;
        min-width: 50px;
        height: 50px;
        border-radius: 50%;
    }

    .container .placeload .header .header-content {
        margin-left: 20px;
        width: 100%;
    }

        .container .placeload .header .header-content .content-shape {
            height: 8px;
            margin-bottom: 8px;
        }

            .container .placeload .header .header-content .content-shape:first-child {
                width: 80%;
            }

            .container .placeload .header .header-content .content-shape:nth-child(2) {
                width: 60%;
            }

.container .placeload .image-placeholder {
    width: 100%;
    margin-top: 20px;
    height: 250px;
}

.container .placeload .placeholder-footer {
    position: relative;
    margin-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .container .placeload .placeholder-footer .footer-block {
        width: 100%;
        height: 100%;
        min-height: 20px;
    }

        .container .placeload .placeholder-footer .footer-block .content-shape {
            height: 8px;
            margin-bottom: 8px;
        }

            .container .placeload .placeholder-footer .footer-block .content-shape:first-child {
                width: 62%;
            }

            .container .placeload .placeholder-footer .footer-block .content-shape:nth-child(2) {
                width: 44%;
            }

.loads {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: placeload;
    animation-name: placeload;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: #eeeeee;
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #dddddd), color-stop(33%, #eeeeee));
    background: -webkit-linear-gradient(left, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    -webkit-background-size: 800px 104px;
    background-size: 1200px 104px;
    position: relative;
}

@-webkit-keyframes placeload {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes placeload {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

/*     */

.timeline-item {
    background: #fff;
    padding: 12px;
    margin: 0 auto;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }

    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

    /* Every thing below this is just positioning */

    .background-masker.header-top,
    .background-masker.header-bottom,
    .background-masker.subheader-bottom {
        top: 0;
        left: 40px;
        right: 0;
        height: 10px;
    }

    .background-masker.header-left,
    .background-masker.subheader-left,
    .background-masker.header-right,
    .background-masker.subheader-right {
        top: 10px;
        left: 40px;
        height: 8px;
        width: 10px;
    }


    .background-masker.header-bottom {
        top: 18px;
        height: 6px;
    }

    .background-masker.subheader-left,
    .background-masker.subheader-right {
        top: 24px;
        height: 6px;
    }


    .background-masker.header-right,
    .background-masker.subheader-right {
        width: auto;
        left: 300px;
        right: 0;
    }

    .background-masker.subheader-right {
        left: 230px;
    }

    .background-masker.subheader-bottom {
        top: 30px;
        height: 10px;
    }

    .background-masker.content-top,
    .background-masker.content-second-line,
    .background-masker.content-third-line,
    .background-masker.content-second-end,
    .background-masker.content-third-end,
    .background-masker.content-first-end {
        top: 40px;
        left: 0;
        right: 0;
        height: 6px;
    }

    .background-masker.content-top {
        height: 20px;
    }

#coinSkeleton {
    height: 60px !important;
}

#logSkeleton {
    left: 0px !important;
    top: 0px !important;
}

#donateSkeleton {
    height: 30px;
    left: 0px !important;
    top: 0px !important;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end {
    width: auto;
    left: 380px;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 420px;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 300px;
    top: 88px;
}

/* */


/* Modal Donate */
#btnCloseModal {
    float: left;
}

#qtdCoinModalBlue {
    text-align: center;
    color: #1a487f;
}

#qtdCoinModalGreen {
    text-align: center;
    color: green;
}

#qtdCoinModal {
    text-align: center;
}

#coinModal {
    width: 90px;
    height: 90px;
    margin-left: 45px;
}

#setaModal {
    width: 90px;
    height: 90px;
    margin-left: 40px;
}


#myModalLabelTitle {
    text-align: center;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
    pointer-events: all;
}

/* ------ */


html body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, transparent 0%, #1a487f 100%), url('/img/logo/background.jpg');
 
}

backgroundIndex {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: linear-gradient(to bottom, transparent 0%, #1a487f 100%), url('/img/logo/background.jpg');
}



#labelMessageCoin {
    margin-left: 35%;
}

.background {
    width: 100%;
    height: 100%;
}

.button {
    transition: 0.3s ease all;
    box-shadow: 0 3px 17px 0 rgba(0, 0, 0, 0.2);
}

    .button:nth-child(1) {
        width: 65px;
        height: 65px;
        padding: 12px 16px;
        border-radius: 35px;
        border: none !important;
        text-shadow: 1px 1px 1px #000;
        font-size: 24px;
        line-height: 1.33;
        left: 50px;
        top: 50px;
        background-color: white;
        color: white;
    }

        .button:nth-child(1):after {
            content: '';
        }

    .button:nth-child(2) {
        right: 50px;
        top: 50px;
        background-color: rgba( 255, 68, 13, 0.1);
    }

    .button:nth-child(3) {
        left: 50px;
        bottom: 50px;
        background-color: rgba(239, 179, 53, 0.3);
    }

        .button:nth-child(3):after {
            content: '';
        }

    .button:nth-child(4) {
        right: 50px;
        bottom: 50px;
        background-color: rgba(25, 131, 209, 0.3);
    }

        .button:nth-child(4):after {
            content: '#9121e8';
        }

    .button:hover {
        transition: 0.3s ease all;
        box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.2);
        transform: translateY(-2px);
    }

    .button:after {
        font-size: 18px;
        color: white;
        line-height: 50px;
    }

    .button:active {
        transition: 0.3s ease all;
        border: none;
        box-shadow: none;
        transform: none;
    }

    .button.current {
        transition: 0.3s ease all;
        border: none;
        box-shadow: none;
        pointer-events: none;
    }


/* */

html {
    overflow-x: hidden !important;
}


svg {
    display: none !important;
}

.cardDonateIndex {
    z-index: 100;
}

cardsInTrainning {
    opacity: 0.5 !important;
}

body {
    opacity: 4;   
    background-image: url(/img/logo/back2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #FFF;
}

.btn-container {
    height: 100vh;
    display: flex;
    background: #000;
    justify-content: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.btn-ok {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 5px;
    font-size: 25px;
    color: #888;
    cursor: pointer;
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}



/* Suporte para as fontes */

.fontEstilo {
    font-family: JerseyM54 !important;
}

@font-face {
    font-family: 'JerseyM54';
    src: url('/js/app/features/ventroncoins/font/Jersey M54.ttf');
    src: url('/js/app/features/ventroncoins/font/JerseyM54.eot?#iefix') format('embedded-opentype'), url('/js/app/features/ventroncoins/font/Jersey-M54.woff') format('woff'), url('/js/app/features/ventroncoins/font/Jersey M54.ttf') format('truetype'), url('/js/app/features/ventroncoins/font/JerseyM54.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.fontQtdCoinsVerde {
    color: green;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 52px;
    margin-top: 10px;
}

.fontLegendaCoinsVerde {
    color: green;
    text-align: center;
    font-size: 22px;
    font-weight: 300;
}

.fontQtdCoinsAzul {
    color: #1a487f;
    margin-left: auto;
    margin-right: auto;
    text-align: center !important;
    font-size: 52px;
    margin-top: 10px;
}

.fontLegendaCoinsAzul {
    color: #1a487f !important;
    text-align: center !important;
    font-size: 22px;
    font-weight: 300;
}

.fontNameItem {
    font-size: 20px;
}

.marginHRow {
    margin-top: 0px;
}

.imgItemCoin {
    width: 25px;
    height: 25px;
    margin-top: -6px;
}

.imgSize {
    width: 39px;
    height: 35px;
}

.fontData {
    font-size: 18px;
}

.fontTipo {
    font-size: 16px;
}

.titleDonate {
    text-align: center;
    text-transform: uppercase;
}

.fontNome {
    font-size: 24px;
}

.fontQtd {
    font-size: 25px;
}

.cardLogTamanho {
    width: 800px;
}

.cardLogMessageTamanho {
    width: 100px;
}

.mensagemLog {
    text-align: center;
    font-size: 18px;
    word-break: break-all;
}

.mensagemLogDiv {
    border-top: 1px #F0F0F0 solid;
    margin-top: 2px;
    height: auto;
    padding-top: 7px;
    margin-bottom: 6px
}

.extratoAlign {
    text-align: center;
}

.buttonMessageLog {
    width: 40px;
    height: 40px;
}

.tamanhoIcone {
    font-size: 15px;
    pointer-events: none;
}

.tamanhoIconeFilter {
    font-size: 15px;
    pointer-events: none;
}

.tamanhoBotaoFilter {
    width: 42px;
    height: 30px;
    margin-top: -42px;
    margin-right: 12px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}

.btnLimparFiltro {
    width: 112px;
    height: 30px;
    margin-top: -42px;
    margin-right: 65px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}


.buttonGlow {
    box-shadow: 0px 0px 8px 4px rgba(15, 151, 255, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
}


.ellipsis {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all 0.2s linear;
    white-space: nowrap;
    padding: 0.5rem 1rem;
}

.ellipsisCard {    
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div3Log {
    float: left;
    width: 80%;
}

.header {
    box-shadow: none !important;
}

.greenBorder {
    background-color: #ffa;
    border: 36px solid #016001;
    border-width: 0 0 0 20px;
}

.box {
    width: 50px;
    height: 70px;
}

.btnDonate {
    margin-bottom: 10px;
}

.linha-vertical {
    border-left: 2px solid; /* Adiciona borda esquerda na div como ser fosse uma linha.*/
    box-sizing: border-box;
}

.blueBorder {
    background-color: #ffa;
    border: 36px solid #1a487f;
    border-width: 0 0 0 20px;
}

#greenCoinImg {
    width: 95px;
    height: 95px;
    margin-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
}

#blueCoinImg {
    width: 95px;
    height: 95px;
    margin-left: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
}

.imgShopItem {
    width: 100px;
    height: 100px;
}

.thumbnailFloat {
    float: right;
}

.alignTextInformation {
    text-align: center;
}

.btn-circle.btn-xl {
    width: 65px;
    height: 65px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.btn-circle {
    width: 15px;
    height: 15px;
    padding: 6px 0px;
    border-radius: 15px;
    background-color: mintcream;
    text-align: center;
    font-size: 12px;
    line-height: 1.42857;
}

.button-4:hover {
    animation: pulse 1s infinite;
    transition: .3s;
}

.btnCard {
    border-radius: 0px !important;
    border: none;
    float: right;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    height: 35px !important;
    width: 35px !important;
    font-size: 14px !important;
    margin-right: 16px;
}

.cardHeight {
    height: 110px;
}

.itemNomeValor {
    margin-top: 10px;
}

.cardMargin {
    padding-top: 21px !important;
    margin-bottom: -15px;
}

.paddingLog {
    padding-bottom: 15px !important;
    padding-top: 18px !important;
}

.ui-select-bootstrap > .ui-select-match > .btn {
    text-align: left !important;
}

.ui-select-toggle {
    box-shadow: none !important;
    padding-top: 9px !important;
    text-transform: none !important;
}

.bottom-line {
    border-bottom: 2px solid lightgrey;
}

.doarCoinsMargin {
    margin-top: 20px;
}

.searchIcon {
    position: absolute;
    z-index: 1;
    bottom: 9px;
    left: -2px;
}

.borderLeftBlue {
    border-left: 15px solid #0089fe;
}

.borderLeftGreen {
    border-left: 15px solid #26c281;
}

.borderLeftGrey {
    border-left: 15px solid #95a5a6;
}

.borderLeftRed {
    border-left: 15px solid #f22613;
}

.borderLeftDarkBlue {
    border-left: 15px solid #002a6c;
}

.textBlue {
    color: #0089fe;
}

.textGreen {
    color: #26c281;
}

.textGrey {
    color: #95a5a6;
}

.textRed {
    color: #f22613;
}

.textDarkBlue {
    color: #002a6c;
}

.borderBottom {
    border-bottom: 1px solid #F0F0F0;
}

.borderBottomShop {
    border-bottom: 2px solid black;
}

.borderShopCount {
    height: 2px;
    border: 2px;
    color: #000;
    background-color: #000;
    margin-bottom: 0px;
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btnCloseModal {
    position: absolute;
    right: 0px;
    top: 18px;
    height: 20px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
}

/* 320px ~ 374px */

@media (min-width: 320px) and (max-width: 374px) {

    .modal-dialog {
        max-width: 250px;
        width: auto;
    }

    #marginGif {
        height: 65px;
    }


    #greenCoinImg {
        margin-left: 0px !important;
        margin-top: -5px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 70px !important;
        height: 70px !important;
    }

    #blueCoinImg {
        margin-left: 0px !important;
        margin-top: -5px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 70px !important;
        height: 70px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -70px !important;
        margin-top: 10px;
    }

    #daysToExpire {
        font-size: 10px !important;
    }

    #BlueCoinsTxt {
        font-size: 12px !important;
    }

    #BlueCoinsValue {
        font-size: 24px !important;
    }

    #titleLog {
        text-overflow: ellipsis !important;
        font-size: 10px;
    }

    #messageLog {
        font-size: 12px;
        text-overflow: ellipsis !important;
    }

    #dataLog {
        text-overflow: ellipsis !important;
        font-size: 10px;
    }

    #amountLog {
        font-size: 14px;
        text-overflow: ellipsis !important;
        float: right;
    }

    #btnExclamationCard {
        margin-right: -5px;
        margin-top: -17px;
    }

    .fontQtdCoinsVerde {
        color: green;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 36px;
        margin-top: -10px;
    }

    .fontLegendaCoinsVerde {
        color: green;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .fontQtdCoinsAzul {
        color: #1a487f;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 44px;
        margin-top: -10px;
    }

    .fontLegendaCoinsAzul {
        color: #1a487f;
        text-align: center;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .DaysRemaining {
        margin-top: 2px;
    }

    .DaysRemainingDescription {
        margin-bottom: 2px;
    }

    .cardHeight {
        height: 100px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .extratoAlign {
        text-align: left;
    }

    .tamanhoBotaoFilter {
        width: 42px;
        height: 30px;
        margin-top: -42px;
        margin-right: -26px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .btnLimparFiltro {
        width: 112px;
        height: 30px;
        margin-top: -42px;
        margin-right: 25px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonGlow {
        box-shadow: 0px 0px 8px 4px rgba(15, 151, 255, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 60px;
        width: 200px;
        position: absolute;
        top: 30px;
        right: 12px;
    }

    .textAlign1 {
        position: relative;
        top: 11px;
        font-size: 14px;
        left: 0px;
        text-align: center;
        font-family: 'Roboto', sans-serif !important;
        width: 50px;
    }

    .greenCoinLoja {
        width: 45px;
        height: 45px;
        margin-top: -40px;
        position: relative;
        right: -45px;
    }

    .fontQtdCoinsShop {
        color: green;
        text-align: center;
        font-size: 24px;
        margin-top: -42px;
        position: relative;
        right: -18px;
    }

    .textAlign2 {
        color: green;
        position: relative;
        top: -50px;
        font-size: 14px;
        left: 66px;
        text-align: center;
    }
}

/* 375px ~ 401px */

@media (min-width: 375px) and (max-width: 401px) {

    #greenCoinImg {
        margin-left: 0px !important;
        margin-top: -5px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 0px !important;
        margin-top: -5px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -80px !important;
        margin-top: 10px;
    }

    #BlueCoinsTxt {
        font-size: 12px !important;
    }

    #BlueCoinsValue {
        font-size: 24px !important;
    }

    #daysToExpire {
        font-size: 12px !important;
    }

    #titleLog {
        text-overflow: ellipsis !important;
        font-size: 10px;
    }

    #messageLog {
        font-size: 10px;
        text-overflow: ellipsis !important;
    }

    #dataLog {
        text-overflow: ellipsis !important;
        font-size: 12px;
    }

    #amountLog {
        font-size: 14px;
        text-overflow: ellipsis !important;
        float: right;
    }

    #btnExclamationCard {
        margin-right: -5px;
        margin-top: -17px;
    }

    .fontQtdCoinsVerde {
        color: green;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 48px;
        margin-top: -10px;
    }

    .fontLegendaCoinsVerde {
        color: green;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .fontQtdCoinsAzul {
        color: #1a487f;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 48px;
        margin-top: -10px;
    }

    .fontLegendaCoinsAzul {
        color: #1a487f;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .DaysRemaining {
        margin-top: 5px;
    }

    .DaysRemainingDescription {
        margin-bottom: 5px;
    }

    .cardHeight {
        height: 100px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .extratoAlign {
        text-align: left;
    }

    .tamanhoBotaoFilter {
        width: 42px;
        height: 30px;
        margin-top: -42px;
        margin-right: -26px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .btnLimparFiltro {
        width: 112px;
        height: 30px;
        margin-top: -42px;
        margin-right: 25px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonGlow {
        box-shadow: 0px 0px 8px 4px rgba(15, 151, 255, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 68px;
        width: 214px;
        position: absolute;
        top: 29px;
        right: 0px;
    }

    .secondCard{
        border-left: #efbb2c 10px solid;
        height: 65px;
        width: 63px;
        position: absolute;
        top: 30px;
        right: 221px;
    }

}

/* 402px ~ 424px */

@media (min-width: 402px) and (max-width: 424px) {

    #greenCoinImg {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -80px !important;
        margin-top: 10px;
    }

    #BlueCoinsTxt {
        font-size: 12px !important;
    }

    #BlueCoinsValue {
        font-size: 24px !important;
    }

    #daysToExpire {
        font-size: 12px !important;
    }

    #titleLog {
        text-overflow: ellipsis !important;
        font-size: 10px;
    }

    #messageLog {
        font-size: 10px;
        text-overflow: ellipsis !important;
    }

    #dataLog {
        text-overflow: ellipsis !important;
        font-size: 12px;
    }

    #amountLog {
        font-size: 14px;
        text-overflow: ellipsis !important;
        float: right;
    }

    #btnExclamationCard {
        margin-right: -5px;
        margin-top: -17px;
    }

    .fontQtdCoinsVerde {
        color: green;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 50px;
        margin-top: -10px;
    }

    .fontLegendaCoinsVerde {
        color: green;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .fontQtdCoinsAzul {
        color: #1a487f;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 50px;
        margin-top: -10px;
    }

    .fontLegendaCoinsAzul {
        color: #1a487f;
        text-align: center;
        font-size: 20px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .DaysRemaining {
        margin-top: 5px;
    }

    .DaysRemainingDescription {
        margin-bottom: 5px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .extratoAlign {
        text-align: left;
    }

    .tamanhoBotaoFilter {
        width: 42px;
        height: 30px;
        margin-top: -42px;
        margin-right: -26px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .btnLimparFiltro {
        width: 112px;
        height: 30px;
        margin-top: -42px;
        margin-right: 25px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonGlow {
        box-shadow: 0px 0px 8px 4px rgba(15, 151, 255, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 60px;
        width: 240px;
        position: absolute;
        top: 30px;
        right: 20px;
    }
}



/* 425px ~ 480px */

@media (min-width: 425px) and (max-width: 480px) {

    #greenCoinImg {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -60px !important;
        margin-top: 5px;
    }

    #BlueCoinsTxt {
        font-size: 16px !important;
    }

    #BlueCoinsValue {
        font-size: 28px !important;
    }

    #daysToExpire {
        font-size: 13px !important;
    }

    #btnExclamationCard {
        margin-right: -5px;
        margin-top: -17px;
    }

    .fontQtdCoinsVerde {
        color: green;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 52px;
        margin-top: -10px;
    }

    .fontLegendaCoinsVerde {
        color: green;
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .fontQtdCoinsAzul {
        color: #1a487f;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-size: 52px;
        margin-top: -10px;
    }

    .fontLegendaCoinsAzul {
        color: #1a487f;
        text-align: center;
        font-size: 22px;
        font-weight: 300;
        margin-bottom: -10px !important;
    }

    .DaysRemaining {
        margin-top: 5px;
    }

    .DaysRemainingDescription {
        margin-bottom: 5px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .extratoAlign {
        text-align: left;
    }

    .tamanhoBotaoFilter {
        width: 42px;
        height: 30px;
        margin-top: -42px;
        margin-right: -26px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .btnLimparFiltro {
        width: 112px;
        height: 30px;
        margin-top: -42px;
        margin-right: 25px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonGlow {
        box-shadow: 0px 0px 8px 4px rgba(15, 151, 255, 0.8), 0 4px 15px 0 rgba(0, 0, 0, 0.15) !important;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 60px;
        width: 240px;
        position: absolute;
        top: 30px;
        right: 0px;
    }

    .secondCard {
        border-left: #efbb2c 10px solid;
        height: 58px;
        width: 77px;
        position: absolute;
        top: 30px;
        right: 248px;
    }
}

/* 481px ~ 600px */

@media (min-width: 481px) and (max-width: 600px) {

    #daysToExpire {
        margin-top: 15px;
        font-size: 13px !important;
    }

    #greenCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -100px !important;
        margin-top: 5px;
    }

    #BlueCoinsTxt {
        font-size: 16px !important;
    }

    #BlueCoinsValue {
        font-size: 28px !important;
    }

    .DaysRemaining {
        margin-top: 20px;
    }

    .DaysRemainingDescription {
        margin-bottom: 20px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 60px;
        width: 240px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
}

@media (max-width: 767px) {
    .avatarImg {
        margin-top: 83px;
        margin-right: -68px;
    }
}

/* 601px ~ 767px */
@media (min-width: 601px) and (max-width: 767px) {

    #daysToExpire {
        margin-top: 15px;
        font-size: 14px !important;
        margin-right: -100px !important;
    }

    #greenCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -180px !important;
        margin-top: 5px;
    }

    #BlueCoinsTxt {
        font-size: 16px !important;
    }

    #BlueCoinsValue {
        font-size: 28px !important;
    }

    .DaysRemaining {
        margin-top: 20px;
    }

    .DaysRemainingDescription {
        margin-bottom: 20px;
    }

    .btn-log {
        position: absolute;
        right: -38px !important;
        height: 100%;
        top: -11px;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    }

    .buttonMessageLog {
        width: 32px;
        padding-left: 9px;
    }

    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 8px;
        padding-right: 15px;
    }

    .cadrQtdCoinsShop {
        border-left: green 10px solid;
        height: 60px;
        width: 240px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
}

/* 800 px*/
@media (min-width: 800px) {
    .btnDonate {
        margin-left: 20px;
    }
}

/* 900px */
@media (min-width: 900px) {
    .btnDonate {
        margin-left: 40px;
    }
}

/* 320px ~ 767px */
@media (min-width: 320px) and (max-width: 767px) {
    .btnLimparFiltroSC {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    /* 413px ~ 466px */
    @media (min-width: 413px) and (max-width: 466px) {
        .filterButtonsSC {
        margin-top: 55px;        
    }

    .btnFiltrarSC {        
        margin-bottom: 10px;
        margin-left: 0px;
    }
}

/* 320px ~ 486px */
@media (min-width: 320px) and (max-width: 486px){
    .textOfQuotation {
        font-size: 9px !important;
    }

}

/* 467px ~ 500px */
@media (min-width: 467px) and (max-width: 500px) {
    .btnLimparFiltroSC {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
        margin-bottom: 10px;
        margin-left: 12px;
    }

    .comboZIndex {
        z-index: 1;
        margin-right: 12px;
    }

    .filterButtonsSC {
        margin-top: 55px;
        left: 0px;
    }
}

/* 501px ~ 767px */
@media (min-width: 501px) and (max-width: 767px) {
    .btnLimparFiltroSC {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
        margin-bottom: 10px;
        margin-left: 0px;
    }

    .comboZIndex {
        z-index: 1;
        margin-right: 12px;
    }

    .filterButtonsSC {        
        margin-top: 55px;
        left: 0px;
    }
}

/* 960px ~ 991px */
@media (min-width: 960px) and (max-width: 991px) {
    .btnLimparFiltroSC {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
        margin-bottom: 10px;
        margin-left: 0px;
    }    
}

/* 768px ~ 1023px TABLET */

@media (min-width: 768px) and (max-width: 1023px) {

    #daysToExpire {
        margin-top: 15px;
        font-size: 42px !important;
        text-align: center !important;
    }

    #greenCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #blueCoinImg {
        margin-left: 15px !important;
        margin-top: 20px !important;
        margin-bottom: auto;
        margin-right: auto;
        width: 75px !important;
        height: 75px !important;
    }

    #bordaCoin {
        border: none !important;
        margin-left: -40px !important;
        margin-top: 5px;
    }

    #BlueCoinsTxt {
        font-size: 16px !important;
    }

    #BlueCoinsValue {
        font-size: 28px !important;
    }

    #heightCard {
        height: 109px;
    }

    .DaysRemaining {
        margin-top: 20px;
    }

    .DaysRemainingDescription {
        margin-bottom: 20px;
    }

    .btnCustom {
        padding-left: 4px;
    }
}


/* */

@media (max-width: 1199px){
    #infoBoss{
        padding-left:0;
        padding-right:0;
    }
}

@media (min-width: 1200px){
    #infoBoss{
        padding-left:0;
    }
}

@media (min-width: 768px) and (max-width: 773px) {
    #userCoin {
        margin-top: 5px;
    }
}

@media (min-width: 774px) {
    #userCoin {
        margin-top: 16px;
    }
}

#marginGif {
    margin-left: 10%;
}

.material-icons.md-light {
    color: rgb(255, 255, 255);
}

.borderLogRed {
    border-color: #f22613 !important;
}

.borderLogGrey {
    border-color: #95a5a6 !important;
}

.borderLogBlue {
    border-color: #0089fe !important;
}

.borderLogGreen {
    border-color: #26c281 !important;
}

/* Buttons */
.pulse-button {
    border: none;
    border-radius: 50%;
    background: #5a99d4;
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(#5a99d4, 0.5);
}

.btn-log {
    position: absolute;
    right: -51px;
    height: 100%;
    top: -11px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) !important;
}

.centerText {
    text-align: center;
}