/*!
Theme Name: UBL / Al-Ameen Funds Theme
Theme URI: https://uicore.co
Description: Customized theme developed for UBL Funds
Author: UiCore x Trout Digital
Author URI: https://trout.digital/
Template: vault
Version: 2.1.0
Text Domain: vault
*/

 /* Add your custom style here */

 .performance-bar {
     display: flex;
     flex-direction: column;
     gap: 10px;
     width:100%;
 }
 
 .price-container {
    display: flex;
    padding: 10px;
    border: 1px solid #dadada;
    gap: 0;
    border-radius: 10px;
}
 .price-container .price-box:nth-child(1){
     border-right: 1px solid #dadada;;
 }

.price-box {
    flex: 1;
    text-align: center;
}

.price-label {
    font-size: 14px;
    margin-bottom: 2px;
}

 .price-value {
     font-size: 28px;
     font-weight: bold;
     margin: 0;
 }

 .update-info {
     font-size: 14px;
     text-align: center;
 }
 
 @media(max-width:580px){
     
 .price-value {
     font-size: 21px;
 }
 }