@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    /* background color */
    --bg-color-1: #edeffb;
    --bg-color-2: #fbfbfc;
    --bg-color-3: #ffcb00;
    --bg-color-4: #283746;
    --bg-color-yellow: #FFD400;
    --bg-cream: #F2FFF2;
    --color-grey: #545457;
    --color-light-grey: #CCCCCC;
    --color-dark-grey: #716F74;
    --text-color-white: #fff;
    /* background color */
    /* text color */
    --text-color-1: #818b96;
    --text-color-hover-1: #4c5966;
    --color-black: #000;
    --text-color-4: #283746;
    --color-red: #ff0023;
    /* text color */
    /* box-shadow */
    --box-shadow-1: #5ea1ff29;
    /* box-shadow */
    /* transition */
    --transition-1: 0.3s ease-in-out;
    /* transition */
    /* font size */
    --font-size-100: 100px;
    --font-size-90: 90px;
    --font-size-80: 80px;
    --font-size-60: 60px;
    --font-size-50: 50px;
    --font-size-40: 40px;
    --font-size-30: 30px;
    --font-size-25: 25px;
    --font-size-22: 22px;
    --font-size-20: 20px;
    --font-size-18: 18px;
    --font-size-16: 16px;
    --font-size-15: 15px;
    --font-size-12: 12px;
    /* font size */
    /* line height */
    --line-height: 35px;
    /* line height */
    --font-family-caveat: "Caveat", cursive;
    --font-family-raleway: "Raleway", sans-serif;
    --font-family-roboto: "Roboto", sans-serif;
}

HTML {
    font-size: 100%;
    line-height: 1.5;
    font-family: "Droid Sans", "Open Sans", sans-serif;
    box-sizing: border-box;
    font-size: 16px;
    font-family: var(--font-family-raleway);
}

.input-group-append {
    cursor: pointer;
}

*,
*::before,
*::after,
*:focus-visible {
    box-sizing: inherit;
    color: inherit;
    outline: none;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: inherit !important;
    color: inherit !important;
}

*:focus {
    box-shadow: none !important;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    background-color: #FBFBFC;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: var(--color-black) !important;
    /*font-weight: bold;*/
}


/* change colours to suit your needs */

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}


/* change colours to suit your needs */

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* change border colour to suit your needs */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

/*14aug*/

/* 20aug */

/* .navbar-nav a:hover {
    text-decoration: underline;
} */

.f-text a:hover {
    color: var(--color-black) !important;
    /*font-weight: bold!important;*/
    text-decoration: underline;
}