:root {
    --logo: white;
    --40: #f0f0f0;
    /*--90: #f0f0f0;*/
    --warning-light: #ffe444;
    --success-light: #97cc16;
    --danger-light: #e11928;
    --danger-dark: white;
    --success-dark: white;
    --sidebar-icon: white;
    /*--80: white;*/
    --danger: #e11928;
    --success: #97cc16;
    --warning: #ffe444;
}

.bg-logo {
    height: 5.75rem;
}

.topbar {
    border-left: 3px solid #f0f0f0;
}

.img-logo {
    height: 80px;
}
.bg-logo .img-logo {
    height: 70px;
}

.pt-header {
    padding-top: 7.75rem;
}

.bg-grad-sidebar {
    background-color: #e11928;
    background-image: none;
}

.btn-default,
.btn-primary {
    background-color: #97cc16;
    border-radius: 2.5rem;
}

h1 .text-primary {
    color: var(--90);
}

.btn-default:hover,
.btn-primary:hover {
    background-color: white !important;
    color: #97cc16;
    border: 1px solid #97cc16;
}

.btn-default .text-80 {
    color: white;
}

.btn-default:hover .text-white,
.btn-default:hover .text-80 {
    color: #97cc16;
}

.text-warning-dark,
.text-success-dark,
.text-danger-dark,
.text-danger-dark > .text-danger,
.text-warning-dark > .text-warning,
.text-success-dark > .text-success {
    color: white;
}

.btn-primary.btn-arrow:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='transform:rotate(-90deg);' viewBox='0 0 10 6'%3E%3Cpath fill='white' d='M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    content: "--";
    color: transparent;
    text-shadow: none;
}

.btn-primary.btn-arrow:hover:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='transform:rotate(-90deg);' viewBox='0 0 10 6'%3E%3Cpath fill='%2397cc16' d='M8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293L5 3.586 8.293.293z'/%3E%3C/svg%3E");
}

.checkbox:checked, .radio:checked {
    background-color: #97cc16;
}

.w-0\.5\/12 {
    width: 4.166665%;
}
.w-1\/12 {
    width: 8.333333%;
}
.w-1\.5\/12 {
    width: 12.499998%;
}
.w-2\/12 {
    width: 16.666667%;
}
.w-3\/12 {
    width: 25%;
}
.w-4\/12 {
    width: 33.333333%;
}
.w-5\/12 {
    width: 41.666667%;
}
.w-6\/12 {
    width: 50%;
}
.w-7\/12 {
    width: 58.333333%;
}
.w-8\/12 {
    width: 66.666667%;
}
.w-9\/12 {
    width: 75%;
}
.w-10\/12 {
    width: 83.333333%;
}
.w-11\/12 {
    width: 91.666667%;
}
.w-1\/10 {
    width: 10%;
}
.w-2\/10 {
    width: 20%;
}
.w-3\/10 {
    width: 30%;
}
.w-4\/10 {
    width: 40%;
}
.w-5\/10 {
    width: 50%;
}
.w-6\/10 {
    width: 60%;
}
.w-7\/10 {
    width: 70%;
}
.w-8\/10 {
    width: 80%;
}
.w-9\/10 {
    width: 90%;
}
