﻿/*
    pink: #DF5D8F
    blue: #02527b
    white: #f8f8f8;
*/


.text-100{
    font-size: 100% !important;
}


a {
    color: #007BBA;
}
    a:hover {
        color: #DF5D8F;
    }

h1, h2, h3, h4, h5, h6, .color-main {
    color: #f8f8f8 !important;
}

.iconlist {
    --cnvs-iconlist-color: #007BBA;
}

.color-main-opacity08 {
    color: #007BBA !important;
    opacity: 0.8;
}

.color-second {
    color: #DF5D8F !important;
}

.divider{
    margin-right: 0px !important;
}

.btn-pink {
    background-color: #DF5D8F;
}
    .btn-pink:hover{
        opacity: 0.9;
    }

.sub-menu-container{
    width: 400px !important;
}
