﻿
:root{
    --dark-color-design:#333;
}

.fw-300{ font-weight:300; }
.fw-400{ font-weight:400; }
.fw-500{ font-weight:500; }
.fw-600{ font-weight:600; }
.fw-700{ font-weight:700; }
.fw-800{ font-weight:800; }
.fw-900{ font-weight:900; }

select.form-control{
    background-image:url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='caret-down' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='currentColor' d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'%3E%3C/path%3E%3C/svg%3E");
    background-position:right calc(0.375em + 0.1875rem) center;
    background-size:23px 23px;
    background-repeat:no-repeat;
}

.bg-success{ background-color:#9ed868 !important; }
.text-dark-design{ color:var(--dark-color-design); }

.btn-dark {
    background-color:#333;
    border-color:#333;
}

body{
    font-family:Verdana;
}

