/*

    Page Specific CSS for Vault Dashboard for What if Website
    
*/

.whatif-vault-dashboard .whatif-storage-window {
    border-radius: 12px;
    box-shadow: 0px 10px 20px rgba(183, 183, 183, 0.5);
    opacity: 1;
    background-image: linear-gradient(135deg, rgba(0, 155, 255, 1) 0%, rgba(0, 123, 203, 1) 100%);
}

.whatif-vault-dashboard .whatif-folder {
    background-color: #f5f8f9;
    border-radius: 10px
}

.whatif-vault-dashboard .whatif-folder h6 {
    color: #009bff;
    font-family: "Poppins", sans-serif;
}

.whatif-vault-dashboard .whatif-folder p {
    color: #009bff;
    font-family: "Poppins", sans-serif;
}

.whatif-vault-dashboard .whatif-folder img {
    width: 44px;
    height: 44px;
    object-fit: cover;
    /*filter: hue-rotate(205deg);*/
}


.whatif-vault-dashboard .whatif-search-box {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px
}

.whatif-vault-dashboard .whatif-search-icon {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}