/*
 * Author: Nelson Flores
 * Author Portfolio : https://github.com/nelson-flores
 * Email: nelson.flores@live.com
 */

.grad-header-blue {
    border: none !important;
    background-image: linear-gradient(45deg, #008aff, #152c5b) !important;
}

.grad-header-blue-dark {
    border: none !important;
    background-image: linear-gradient(45deg, #008aff, #152c5b) !important;
}

.grad-header-red {
    border: none !important;
    background-image: linear-gradient(45deg, var(--bs-danger), #5b1515) !important;
}

.grad-header-yellow {
    border: none !important;
    background-image: linear-gradient(45deg, #f8d62b, #f5a500) !important;
}

.grad-header-green {
    border: none !important;
    background-image: linear-gradient(45deg, var(--bs-teal), var(--bs-green)) !important;
}

.grad-header-water {
    border: none !important;
    background-image: linear-gradient(45deg,#4f91c9, var(--bs-teal)) !important;
    color: #fff!important;
}

.grad-header-grey {
    border: none !important;
    background-image: linear-gradient(45deg,#424242, #d3d3d3) !important;
    color: #fff!important;
}


.g-header {
    font-size: 20pt;
    text-align: center;
    color: #fff;
    letter-spacing: 6px;
    word-break: break-word;
    font-weight: 600;
}
