*.icon-white {
    color: white
}

*.icon-silver {
    color: silver
}

*.icon-green {
    color: green
}

*.icon-dark {
    color: gray
}

@media screen and (max-width: 768px) {
    /* small screen */
    div.full-details {
        display: none
    }

    div.less-details {
        display: block;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    /* medium screen */
    div.full-details {
        display: block;
    }

    div.less-details {
        display: none;
    }

    .hideable-column {
        display: none
    }
}

@media screen and (min-width: 1024px) {
    /* small screen */
    div.less-details {
        display: none;
    }

    .hideable-column {
        display: table-cell;
    }
}

.carousal-content-container * {
    float: left;
}

.carousal-content-container img {
    margin: 1rem;
}

.width-70 {
    width: 70%;
}

.full-width {
    width: 100%;
}


.carousal-content-container {
    background: #f5f5f5 !important;
    border-radius: 5px;
}


.pay-btn {
    width: 100%;
    min-height: 10rem;
    color: #fff !important;
}

label.pay-btn.selected {
    background-color: #51CBCE !important;
}

.news-container {
    min-height: 26rem;
}

#carouselExampleIndicators {
    padding: 1rem;
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #d5d5d5;
    background: #e9e9e9d4 !important;

}

.article-container.promo-section img{
    width: 100% !important;
    margin-bottom: 1rem;
}

.link-table .input-group-append{
    cursor: pointer;
}


/*rank*/
#smartwizard .toolbar.toolbar-bottom{
    text-align: center !important;
    font-size: 1.5rem;
}

#smartwizard .toolbar.toolbar-bottom button{
    width: 7%;
    /*height: 4rem;*/
}

#smartwizard .tab-content{
    font-size: 1.1rem;
}

.cursor-pointer{
    cursor: pointer;
}

.clear-button{
    border: none;
    background: none;
}


/* uat ribbon */
.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute;
    z-index: 10000;
    pointer-events: none;
}
.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #a91b1b;
}
.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #d91919;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 18px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
}

/* top left*/
.ribbon-top-left {
    top: -10px;
    left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
}
.ribbon-top-left::before {
    top: 0;
    right: 0;
}
.ribbon-top-left::after {
    bottom: 0;
    left: 0;
}
.ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
}