:root {
    --body-color: #fff;
    --sidebar-color: #FFF;
    --primary-color: #3c3f86;
    --primary-color-light: #ffd766;
    --green-color: #a9fbb4;
    --blue-color: #09FEFF;
    --toggle-color: #707070;
    --text-color: #707070;
    --tran: all 0.5s;
    --button-background-color: #3c3f86;
    --button-background-color-hover: #ffd766;
    --button-text-color: #fff;
    --button-text-color-hover: #3c3f86;
    --button-background-color-light: #ffd766;
    --button-background-color-light-hover: #3c3f86;
    --button-text-color-light: #3c3f86;
    --button-text-color-light-hover: #fff;
}

.loginheader {
    background: none;
}

footer {
    background: none;
}
.headerCotization1,.headerCotization2,.headerCotization3{
    text-wrap: wrap !important;
	word-break: break-all !important;
	text-align: center !important;
}