﻿.iwcBgColor {
    background-color: #F9F8ED !important;
}

.iwcFontColor {
    color: #898155 !important;
}

.iwcLableTitle {
    color: #B6AD70 !important;
}

.iwcProfileIconColor {
    background-color: #9A6436 !important;
}

.bgProfileIconColor {
    background-image: linear-gradient(to right, #CB9C32, #F1D044);
    background-color: #9A6436 !important;
}

.bgPageTile {
    font-weight:bold !important;
    background-color: #C59530;
    background-image: linear-gradient(45deg, #C59530, #F3D345);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
}

.tableHeader {
    /*background-image: linear-gradient(#CB9C32, #F1D044);*/
    background-color: #000000;
    color: white !important;
}

.centerBox {
    display: flex;
    align-items: center;
    justify-content: center;
    /*min-height: 100vh;*/
}

.screenTextControl{
    font-size:2rem !important;
}