@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand/Quicksand-Light.ttf') format('truetype');
    font-style: normal;
    font-weight: 300;
}

@font-face {
    font-family: 'Quicksand';
    src: url('fonts/Quicksand/Quicksand-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/Quicksand/Quicksand-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
}

/*.btn:hover {
    background-color: #00bfff !important;
}*/

.btn-primary {
    background-color: #0080ff !important;
}

h3 {
    font-family: Quicksand !important;
}

h1 {
    font-family: Quicksand !important;
    padding-left: 0rem !important;
    padding-top: 1rem !important;
}

h2 {
    font-family: Quicksand !important;
}

a {
    font-family: Quicksand !important;
}

p {
    font-family: Quicksand !important;
}

/*span {
    font-family: Quicksand !important;
}*/

input {
    font-family: Quicksand !important;
}

text {
    font-family: Quicksand !important;
}

textarea {
    font-family: Quicksand !important;
}

.p-component {
    font-family: QuicksandBold !important;
}

.form-select {
    font-family: Quicksand !important;
}

.p-tabview-title {
    font-family: QuicksandBold !important;
}

.p-tabview-nav-link {
    color: #0080ff;
}

.p-paginator .p-paginator-pages .p-paginator-page.p-highlight {
    background: #0080ff !important;
    border-color: #0080ff !important;
    color: #ffffff !important;
}

.p-tabview .p-tabview-nav li.p-highlight .p-tabview-nav-link {
    color: #0080ff !important;
}

.text-primary {
    color: #0080ff !important;
}

.card-title-custom {
    margin-bottom: 5px !important;
    padding-top: 25px !important;
}


.menu-state-primary .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-title, .menu-state-primary .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-title {
    color: #0080ff !important;
}

.p-breadcrumb {
    padding-left: 17px !important;
    padding-top: 0px !important;
}
