body {
    background: linear-gradient(#ffffff,#e4faf9);
}
/*ALGEMENE STIJLEN*/
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
::selection,
::-moz-selection {
    color: #fff;
    background: #32dcd1;
}
@media (max-width: 767px) {
    .header-body .h3 {
        font-size: 15px;
    }
}
#searchPhrase:focus {
    background-color: #e4faf9 !important;
}
.fs-15{
    font-size: 15px;

}
form.search,
#result {
    position: relative;
    z-index: 1001;
}
#result {
    position: absolute;
    z-index: 1000;
    max-height: 50vh;
    width: 100%;
    overflow-y: auto;
    display: none;
}
#result .card {
    margin-bottom: 0;
}
#backdrop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.2);
    z-index: 1000;
}
#result .card {
    transform: translateY(-2px);
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.page-header {
    padding: 2.5rem 1.875rem 5rem 1.875rem;
    padding-top: 2rem;
}
.btn.btn-highlight-line {
    border: 1px solid #32dcd1;
}
.search .mz-formelem {
    padding: 25px;
}
.search button {
    width: 52px;
    text-align: center;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.search button i {
    transform: translateX(5px);
}
.menu strong {
    color: #32dcd1;
    margin-left: 30px;
    margin-bottom: 10px;
    display: block;
}
.subjects .btn {
    float: left;
    width: calc(100% / 3 - 10px);
    background-color: #505050;
    color: #fff !important;
    font-size: 16px;
    padding: 15px !important;
    border: none;
    position: relative;
}
@media (max-width: 991px) {
    .subjects .btn {
        width: calc(100% / 2 - 10px);
    }
}
@media (max-width: 767px) {
    .subjects .btn {
        width: 100%;
    }
}
.subjects .btn:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    position: absolute;
    right: 15px;
    color: #32dcd1;
}
.text-success {
    color: #32dcd1;
}
.bg-success-bright {
    background-color: rgba(50,220,209,0.3) !important;
}
.btn-default {
    background-color: rgba(0,0,0,0.035);
}
.btn-default:hover {
    background-color: #32dcd1;
    color: #fff !important;
}
.card-body ul li a {
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.card-body ul li a:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f105";
    color: #32dcd1;
    padding-left: 10px;
    font-weight: 400;
}
.card-body ul li a:hover:after {
    padding-left: 15px;
}
.header ul.navbar-nav li.nav-item a.nav-link.nav-link-notify::before {
    background-color: #32dcd1;
}
.subjects span {
    margin-right: 20px;
    font-weight: 300;
    font-size: 16px;
}
.subjects .btn {
    margin: 5px;
}
.faqs div {
    font-weight: 300;
    margin-bottom: 15px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}
.arrow-listing li {
    float: left;
    width: 50%;
}
@media (max-width: 991px) {
    .arrow-listing li {
        float: none;
        width: 100%;
    }
}
.arrow-listing li > a {
    font-size: 14px;
    font-weight: 400 !important;
}
.card-body p,
.card-body ul li,
.card-body ol li {
    line-height: 28px;
}
.card-body strong {
    border-bottom: 2px solid #32dcd1;
}
.page-header .breadcrumb li.breadcrumb-item {
    padding: 5px 0;
}
.page-header .breadcrumb li.breadcrumb-item.active {
    color: #32dcd1 !important;
    font-weight: bold;
}
.page-header .breadcrumb li.breadcrumb-item a {
    font-weight: 300;
}
.page-header .breadcrumb li.breadcrumb-item.active a {
    font-weight: 400;
    border-bottom: 2px solid #32dcd1;
}
.page-header {
    background-color: #e4faf9;
    color: #32dcd1 !important;
}
@media (max-width: 767px) {
    .page-header {
        padding: 2.5rem 1.875rem 2rem 1.875rem;
    }
}
.navigation .navigation-menu-body > ul li a:hover {
    color: #32dcd1;
}
.card-title {
    font-weight: 300;
}
a:not(.active.list-group-item) {
    color: #505050;
}
.dropdown-menu p {
    padding-top: 6px;
}
.div-divider {
    clear: both;
    float: none;
    width: 100%;
    height: 1px;
    display: inline-block;
}
.divider-line {
    border-top: 1px solid rgba(0,0,0,0.05);
}
.divider-line-white {
    border-top: 1px solid rgba(255,255,255,0.25);
}
.divider-smllst {
    margin: 0.45rem 0;
}
.divider-smll {
    margin: 1rem 0;
}
.divider-mdm {
    margin: 2rem 0;
}
.divider-lrg {
    margin: 3rem 0;
}
@media (max-width: 767px) {
    .divider-smllst {
        margin: 0.375rem 0;
    }
    .divider-smll {
        margin: 0.75rem 0;
    }
    .divider-mdm {
        margin: 1.5rem 0;
    }
    .divider-lrg {
        margin: 2.5rem 0;
    }
}

ul.navsub > li:hover {
    background-color: #e4faf9;
}
ul.navsub > li > a {
    font-size: 18px;
}
ul.navsub > li > a > i {
    display: inline-block;
    width: 22px;
    color: #32dcd1;
}
ul.navsub > li > ul > li > a {
    padding-left: 30px !important;
    font-size: 14px;
}
.input-group-text {
    background-color: #32dcd1;
    color: #fff;
}
.main-content .main-content-inner {
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.05);
}
.mz-formelem {
    display: block;
    width: 100%;
    min-height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #e4e4e4 !important;
    border-radius: 2px;
    background-color: #fff;
    transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
}
.mz-formelem:hover,
.mz-formelem:focus {
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
}
.mz-formelem:focus,
.mz-formelem:hover {
    color: rgba(0, 0, 0, .75) !important;
}

.header ul.navbar-nav li.nav-item a.nav-link {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
.header ul.navbar-nav li.nav-item a.nav-link,
.header ul.navbar-nav li.nav-item a.nav-link:hover,
.header ul.navbar-nav li.nav-item a.nav-link:focus {
    color: rgb(73, 80, 87);
}
.header ul.navbar-nav li.nav-item a.nav-link:hover {
    opacity: .5;
}
@media (min-width: 1200px) {
    .header .input-group {
        width: 200%;
    }
}
ul.navbar-nav li.nav-item a.nav-link i {
    font-size: 16px;
}

#main {
    min-height: calc(100vh - 70px);
}
.card {
    border: 1px solid rgba(0,0,0,0.05);
}
.card-title {
    font-size: 18px;
    margin-bottom: 0;
}
.card-body ul li a {
    font-weight: 200;
}
.navigation {
    background-color: rgba(255,255,255,.85);
}
.page-header .breadcrumb li.breadcrumb-item:first-child:before {
    display: none;
}

.header .logo-light {
    height: 50px;
    border:none;
    overflow-clip-margin: content-box;
    overflow: clip;
}


.breadcrumb-item+.breadcrumb-item::before{
    padding-left:.5rem;
    padding-right:.3rem;
}

.header #header-logo-helpdesk a{
    vertical-align: middle;
}

.header {
    /*background-color: #077fab;*/
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header .logo-light {
    height: 50px;
}

.header .bg-info-gradient {
    background: #D04571;
    color: #fff !important;
}

.card-body p{
    margin-block-start:0px;
    margin-block-end: .50rem;
}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: .50rem!important;
}


.content ul {
}
.content ul li {
    text-align: left;
    margin-left:30px;
    position: relative;
    list-style-type: none;
}

.content ul li::before {
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    content: "\f111";
    position: absolute;
    left: -20px;
    color: #32dcd1;
    font-size: 8px;
}

.content ol{
    padding-inline-start: 25px;
}
.content ol li {
    padding-left:0px;
    margin-left:0px;
}

img{
    border:1px solid #ebebeb;
    border-radius: 10px;
    padding:2px;

}

h1 {
    font-family: Poppins,sans-serif;
    font-weight: 400;
}


.card .card-body table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
    margin-bottom: 1rem;

}
.card .card-body table, th, td {
    border: 1px solid #ddd;
}
.card .card-body td strong{
    border-bottom:none;
}
.card .card-body th, td {
    padding: 8px;
}
.card .card-body th {
    background-color: #f2f2f2;
    text-align: left;
}

.card .card-body code {
    background-color: #f4f4f4;
    padding: 2px 6px;
    border-radius: 4px;
    font-family: Consolas, monospace;
}
.card .card-body pre {
    background-color: #f8f8f8;
    padding: 1rem;
    overflow-x: auto;
}

.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 8px;
    vertical-align: middle;
}

.dot-champions      { background-color: rgb(91, 198, 211); }
.dot-loyal          { background-color: rgb(75, 165, 234); }
.dot-potential      { background-color: rgb(85, 182, 133); }
.dot-new            { background-color: rgb(142, 228, 186); }
.dot-promising      { background-color: rgb(233, 162, 59); }
.dot-attention      { background-color: rgb(232, 123, 53); }
.dot-sleep          { background-color: rgb(221, 82, 76); }
.dot-risk           { background-color: rgb(242, 193, 75); }
.dot-cantlose       { background-color: rgb(240, 169, 255); }
.dot-hibernate      { background-color: rgb(168, 180, 246); }
.dot-lost           { background-color: rgb(100, 100, 100); }