/*Header widget Money style*/

.price_container{
    padding: 15px;
    background: #093969; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left top, #093969, #4189d0); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom right, #093969, #4189d0); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom right, #093969, #4189d0); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom right, #093969, #4189d0); /* Standard syntax */
}
.valor {
    font-weight: bold;
    color: white;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    text-shadow: 2px 2px 4px rgba(0,0,0,.3)
}
.valor-big-description {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,.3)
}
.valor-big {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
}
.wpe_currencie_money_widget .valor-big {
    font-size: 20px !important;
}
.wpe_currencie_money_widget .price_container_widget .valor-big-description {
    font-size: 12px !important;
    text-shadow: none;
}
.wpe_currencie_money_widget .price_container_widget .valor-big{
    font-size: 15px !important;
    text-shadow: none;
}
/*Table Style Money*/
.pocket-to-col,
.pocket-from-col {
    width: 60%;
    margin: 0 auto 30px;
    text-align: center;
}
.pocket-from-col h3,
.pocket-to-col h3 {
    font-size: 1rem;
}
.pocket-table .pocket-row-left {
    text-align: right;
    background-color: #093969;
    color: #fff;
}
.pocket-table {
    border: 1px solid #f0f0f0;
}
.pocket-table .pocket-row-right {
    background-color: white;
}
.pocket-table .pocket-central-col {
    width: 2%;
    background-color: white;
}
div.pocket-col{
    width: 49%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
}
div.pocket-col.pocket-col-first{
    margin-right: 2%;
}
@media (max-width: 767px) {
    div.pocket-col{
        width: 100%;
    }
    div.pocket-col.pocket-col-first{
        margin-right: 0%;
    }
    .pocket-to-col,
    .pocket-from-col {
        width: 100%;
    }
}
/*Widget Style*/
.wpe_currencie_money_widget .exchange_box{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
}
.wpe_currencie_money_widget .exchange_div{
    display: block;
    width: 50%;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
    margin-top: 0;
}
.wpe_currencie_money_widget .exchange_div .currency{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.wpe_currencie_money_widget .exchange_div .currency-value{
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}
.wpe_currencie_money_widget h4 {
    background-color: white;
    margin: 0px !important;
    padding: 10px !important;
    font-weight: bold;
}
a.wpe_details_money {
    text-decoration: none;
    display: block;
    color: white !important;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}