*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #7996a9;
    opacity: 1; /* Firefox */
}
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7996a9;
}

::-ms-input-placeholder { /* Microsoft Edge */
color: #7996a9;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.02rem;
    color: #424242;
}
hr {
    height: 1px;
    background-color: lightgray;
    border: none;
    width: 100%
}

.licence-expiry {
    text-align: center;
    max-width: 200px;
    background-color: #080808;
    margin: 0 auto;
}

.licences {
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    padding: 1rem;
}

.dash-graph-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.dash-graph-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}


.embedded-presentation {
    width: 100%;
    max-width: 800px;
    max-height: 500px;
    height: 500px;
}
.form-control:readonly {
    font-style: italic;
}
.contact-wrapper {
    display: flex;
    background-color: black;
}
.contact-banner {
    padding: 0.25rem;
    margin: 0 auto;
    font-size: 0.9rem;
    width: fit-content;
    width: -moz-fit-content;
    flex: 33.333%;
    text-align: center;
    color: white;
}
.contact-banner > a {
    color: white;
}
.contact-left-offset {
    flex: 33.333%;
}
.logged-in-user {
    flex: 33.333%;
    text-align: right;
    font-size: 0.9rem;
    padding: 0.25rem 0.5rem 0.25rem 0.25rem;
    overflow: hidden;
    max-height: 32px;
    color: white;
}
.logged-in-user > a {
    text-decoration: underline;
    color: white;
}
@media (max-width:900px) {
    .contact-left-offset {
        display: none;
    }
    .logged-in-user {
        display: none;
    }
    contact-banner {
        flex: 1
    }
}




.podcast-wrapper {
    width: 100%;
    background-color: black;
}
.podcast-banner {
    padding: 0.25rem;
    margin: 0 auto;
    font-size: 0.9rem;
    width: fit-content;
    width: -moz-fit-content;
    color: white;
}
.podcast-banner > a {
    color: white;
}

.index-banner>p {
    font-size: 1.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
}

.dashboard {
    background-image: url('/static/images/background.png');
}
.brand-title {
    letter-spacing: 0.075rem;
}
.ccicon {
    height: 38px;
    position: absolute;
    right: 22px;
    width: 60px;
    margin: 3px;
    font-size: 1.2rem;
    font-weight: 600;
}
.ccicon-left {
    height: 38px;
    position: absolute;
    left: 22px;
    width: 60px;
    margin: 3px;
    font-size: 1.2rem;
    font-weight: 600;
}
.existing_card_icon {
    max-width: 125px!important;
    padding-top: 25px;
}
.cursor-pointer {
    cursor: pointer;
}
.screenshot {
    width: 600px;
}
.subscription-item {
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 2px solid #D0D0D0;
}
.payment-progress {
    width: 20px;
    margin-left: 20px;
}

b, strong {
    font-weight: 500;
}
.strong {
    font-weight: 500!important;
}
.heavy {
    font-weight: 600!important;
}

.licences-frequency {
    width: fit-content;
    width: -moz-fit-content;
    margin: 0 auto!important;
}
.licences-input {
    display: inline-block;
    border: solid 3px lightgray;
    font-size: 4rem;
    max-width: 150px;
    text-align: center;
    border-radius: 0.5rem;
    margin: 1rem;
}
.card-expiry {
    width: 50px;
}
.card-security-code {
    width: 80px;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
    font-weight: 400;
    margin-bottom: 1rem;
    color: black;
}
h1, .h1 {
    font-size: 1.5em;
}
h2, .h2 {
    font-size: 1.3em;
}
h3, .h3 {
    font-size: 1.17em;
}
h4, .h4 {
    font-size: 1.1rem;
    font-weight: 500;
}
h5, .h5 {
    font-size: 1rem;
    font-weight: 500;
}

ul ul {
    padding-left: 1rem;
}

.navigation>ul {
    margin: 0;
    padding: 0;
}
.breadcrumb {
    margin: 0;
    padding: 0;
}

.pre {
    font-family: monospace;
}

pre  {
    overflow-x: scroll;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

pre::-webkit-scrollbar {
    display: block;
    height: 0.5rem;
}
pre::-webkit-scrollbar-thumb {
    background: #999;
}

.align-top {
    vertical-align: top!important
}
.align-middle {
    vertical-align: middle!important
}
.align-bottom {
    vertical-align: bottom!important
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
    text-align: -webkit-right;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.small, small {
    font-size: .9rem;
    font-weight: 400;
}
a {
    text-decoration: none;
    color: #E4002B;
}
header, section {
    display: block;
}
label {
    display: block;
    margin-bottom: 0.2rem;
}
textarea {
    padding: 0.5rem;
}
input {
    width: 100%;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}
input[type=text],input[type=password],input[type=email] {
    border-radius: 0.5rem;
    padding: 0.5rem;
    text-align: center;
}
input[type=text]:focus,input[type=password]:focus,input[type=email]:focus,input[type=submit]:focus {
    border-radius: 8px;
    outline: none
}
.form-control:focus {
    border: 2px solid #919191;
}
input[type=text],input[type=password] {
    border: 2px solid #DDD;
    color: #424242;
}
input[type=text]:read-only {
    border: 2px solid #DCC;
    color: #DBB;
}
textarea:read-only {
    border: 2px solid #DCC;
    color: #DBB;
}
input[type=text]:focus {
    border: 2px solid #424242;
}
input[type=submit]:focus {
    border: 2px solid #424242;
}


.textarea-medium {
    height: 200px;
    margin-bottom: 1rem;
}

.textarea-large {
    height: 350px;
    margin-bottom: 1rem;
}

.textarea-xlarge {
    height: 550px;
    margin-bottom: 1rem;
}

.narrow-lines {
    line-height: 1 !important;
}

.avoid__nav {
    padding: 1rem 3rem 0 5.5rem;
}
.header__dashbar {
    padding-left: 6rem;
}
.header__main {
    padding: 0.5rem;
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.header__main>nav {
    padding-top: 2.25rem;
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: -0.5rem;
    margin-left: auto;
    padding-right: 120px;
}

.header {
    background-color: white;
    border-bottom: 2px solid white;
}
.header__main>nav>a {
    margin: 0 .75rem;
    display: inline-block;
    position: relative;
    padding: 0 15px 0 15px;
    letter-spacing: 0.02rem;
    color: black;
}
.header__main>nav>a:after {
    display:block;
    content: '';
    padding-bottom: 4px;
    transform: scaleX(0);  
    transition: transform 250ms ease-in-out;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: solid 4px black;  
}
.header__main>nav>a:hover:after {
    transform: scaleX(1);
}

.logo {
    width: 8rem;
    padding-right: 3rem;
    flex-shrink: 0;
    text-align: center;
}
.logo a {
    font-weight: 500;
    font-size: 1.65rem;
    line-height: 100%;
    color: #fff;
}
.logo a .img {
    width: 256px;
    height: 87px;
    display: block;
    background-repeat: no-repeat;
    margin: 0 auto auto 4px;
    background: url(/static/images/AkimboLogoText-Transparent.png);
}
.akimbo {
    font-family: 'Montserrat Thin',sans-serif;
    text-transform: uppercase;
    font-size: smaller;
    font-weight: 600;
}

.navigation {
    z-index: 100;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    justify-content: center;
    align-items: center; 
    width: 5.5rem;
    overflow-y: auto;
    overflow-x: auto;
    -ms-overflow-style: none;
    background-color: #F0F0F0;
}

::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
   
::-webkit-scrollbar-thumb {
    background: #888; 
}
  
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

.navigation__wide {
    position: fixed;
    height: 100%;
    width: 12rem;
    opacity: 0;
}
.navigation__menu:not(.dashbar) {
    padding-top: 0;
}
.navigation__menu {
    padding-top: 80px;
    list-style: none;
    margin: 0;
}
.navigation__menu>li:hover {
    border-right: 6px solid #E4002B;
    box-shadow: 7px 0 8px -5px #FF1844;
}
.navigation__menu>li>a {
    color: #424242;
}
.navigation__sub>ul>li>a {
    color: #424242;
}
.navigation__sub>ul>li>a:hover {
    color: #e4002b;
}
.navigation__sub>ul>li>a.active {
    color: #b9b9b9
}

.nav-services {
    display: inline-block;
}
.nav-services>a {
    color: black;
    margin: 0 .75rem;
    padding: 0 15px 0 15px;
    letter-spacing: 0.02rem;
}
.nav-services>a:hover {
    color: black;
}
.nav-services-hide {
    display: none;
}
.nav-services:hover + .nav-services-hide {
    display: block;
}
.nav-services-hide:hover {
    display: block;
}
.nav-services-hide {
    position: absolute;
    top: 100px;
    padding: 0.5rem;
    z-index: 2;
    right: 270px;
}
.nav-services-hide>div {
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-size: 1.1rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background-color: white;
    border-left: 2px solid white;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    border-top: 1px solid white;
}
.nav-services-hide>div>p>a {
    color: #424242;
}
.nav-services-hide>div>p>a:hover {
    color: #e4002b;
}


.nav-dashboard-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-issues-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.new-issue-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-hardening-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-scanner-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-assets-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-users-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-groups-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-organisation-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-notifications-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-documents-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-knowledge-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-profile-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-admin-hide {
    opacity: 0;
    transform: translate(0, 200px);
}
.nav-learn-hide {
    opacity: 0;
    transform: translate(0, 200px);
}


.nav-item {
    font-size: 1.2rem;
}
.nav-item>div>a {
    display: block;
    padding: 1rem 1rem 1rem 1.5rem;
    cursor: pointer;
    color: #424242;
}

.nav-dashboard:hover + .nav-dashboard-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-issues:hover + .nav-issues-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-hardening:hover + .nav-hardening-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-scanner:hover + .nav-scanner-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-assets:hover + .nav-assets-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-users:hover + .nav-users-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-groups:hover + .nav-groups-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-organisation:hover + .nav-organisation-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-notifications:hover + .nav-notifications-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-documents:hover + .nav-documents-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-knowledge:hover + .nav-knowledge-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-profile:hover + .nav-profile-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-admin:hover + .nav-admin-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.nav-learn:hover + .nav-learn-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}
.new-issue:hover + .new-issue-hide {
    opacity: 1;
    transform: translate(0);
    -webkit-transition: transform 0.25s ease-in-out;
    -moz-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
}


.nav-issue {
    font-size: 1.2rem;
    background-color: #424242;
    color: white;
    border-radius: 0.5rem;
    padding: 1rem 1rem 1rem 1rem;
    position: fixed;
    left: 96px;
    bottom: 64px;
    margin-right: 1.5rem;
    max-width: 500px;
}
.navigation__menu>li>a {
    display: block;
    padding: 1.5rem 1rem 1rem 1rem;
}
.navigation__menu>li>a>i {
    font-size: 1.2rem;
    margin: 0 auto;
    width: 32px;
    text-align: center;
}
.navigation__menu>li>a>p {
    font-size: 1rem;
    margin: 0;
    display: inline-block;
    padding-left: 1rem;
}

.navigation__sub>ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    padding: 0 1rem 0 1rem;
    position: relative;
    top: -.25rem;
    display: none
}
.navigation__sub>ul>li {
    padding-top: 1rem;
}
.navigation__sub>ul>li>a {
    padding: .4rem 0;
    font-size: .95rem;
}

.navigation__sub>ul>li>a>p {
    margin: 0 0 0 1rem;
}

.navigation__sub>ul>li>a.active {
    position: relative;
    color: #b9b9b9
}

.navigation__sub>ul>li>a.active::before {
    content: '●';
    font-size: .75rem;
    position: absolute;
    left: -1.9rem;
    top: .5rem
}

.navigation__sub>a {
    position: relative
}

.navigation__sub>a.active {
    margin-bottom: .75rem
}

.navigation__sub>a.active+ul {
    display: block
}

.navigation__close {
    display: block;
    padding: 1.25rem 2.5rem;
    background-color: #1e2a31;
}

.navigation__close>i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    background-color: #394e5a;
}
.sidebar {
    z-index: 101;
}
.sidebar--active {
    opacity: 1!important;
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important;
    z-index: 1000!important
}
.sidebar:not(.sidebar--active) {
    pointer-events: none
}

.sidebar__close {
    width: 40px;
    height: 40px;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 100%;
    margin: 0 1rem 0 .25rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #2b3c46;
}
.sidebar__close:hover {
    background-color: #2f414c
}

.sidebar-backdrop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(1,1,1,0.5);
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    background-color: transparent;
    border-radius: .25rem;
    font-size: 0.8rem;
}
.breadcrumb-item.active {
    color: #e4002b;
}
.breadcrumb-item:not(.active)>a {
    color: #7996a9
}
.breadcrumb-item:not(.active)>a:hover {
    color: #424242;
}


.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    content: "|";
    color: #7996a9;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb {
    border-radius: 0;
    margin-bottom: 0.25rem;
}
.hero {
    background-image: url('/static/hero/hero-narrow.jpg');
    background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 400px;
    position: relative;
    background-position: right;
}
.hero-text {
    position: absolute;
    font-size: 2rem;
    color: white;
    opacity: 0.9;
    padding-left: 2rem;
    letter-spacing: 0.12rem;
    font-weight: 600;
}
.hero-1 {
    bottom: 8.5rem;
    color: #ef7725;
}
.hero-2 {
    bottom: 5.5rem;
}
.hero-3 {
    bottom: 2.5rem;
}


.content {
    padding: 1rem 3rem 0 3rem;
    overflow-x: hidden;
}
.content__secondary {
    padding-top: 3rem;  
}
.content__inner {
    margin: auto
}

.content__inner:not(.content__inner--sm) {
    max-width: 1250px
}

.content__inner--sm {
    max-width: 800px
}
.content__nav {
    padding: 1rem 3rem 0 8.5rem;
}
.content__widenav {
    padding: 1rem 3rem 0 15rem;
}
.content-inner {
    margin: 0 auto;
    max-width: 800px;
}
.btn {
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    width: fit-content;
    width: -moz-fit-content;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}
.btn:focus {
    outline: none;
    border: 2px solid #424242;
}
.btn-block {
    text-align: center;
    display: block;
    width: 100%
}
.btn-sm {
    padding: .25rem .5rem;
    font-size: .8rem;
    line-height: 1.25;
    border-radius: 0.5rem
}

.btn-outline-theme {
    border: 2px solid #E4002B;
    background-color: inherit;
    color: #424242
}
.btn-outline-theme:hover {
    border: 2px solid #B60022;
}
.btn-outline-warning {
    border: 2px solid #f86753;
    background-color: inherit;
    color: #424242
}
.btn-outline-warning:hover {
    border: 2px solid #f7624e; 
}

.btn-outline-success {
    border: 2px solid #00b137;
    background-color: inherit;
    color: inherit;
}
.btn-outline-success:hover {
    border: 2px solid #009f31;
}
.btn-outline-info {
    border: 2px solid #6A9AAB;
    background-color: inherit;
    color: inherit;
}
.btn-outline-info:hover {
    border: 2px solid #5da3a4;
    color: inherit;
}
.btn-outline-danger {
    border: 2px solid #E06C78;
    background-color: inherit;
    color: inherit;
}
.btn-outline-danger:hover {
    border: 2px solid #d94c5a;
    color: inherit;
}
.btn-theme {
    background-color: #E4002B;
    color: white;
    border: 1px solid #E4002B;
}
.btn-theme:hover {
    border-color: #80152d;
}
.btn-info {
    background-color: #6A9AAB;
    border: 1px solid #6A9AAB;
    color: white;
}
.btn-info:hover {
    color: white;
}
.btn-danger {
    background-color: #ff4c6d;
    border: 1px solid #ff4c6d;
    color: white;   
}
.btn-danger:hover{
    border: 1px solid #80152d;
}
.btn-high-flat {
    background-color: #E06C78;
    border: 1px solid #E06C78;
    color: white;
}
.btn-critical-flat {
    background-color: #D74251;
    border: 1px solid #D74251;
    color: white;
}
.btn-critical {
    background-image: linear-gradient(to right, #a10000 0%, #540000 51%, #a10000 100%)}
.btn-critical {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    border: 1px solid #a10000;
}
.btn-critical:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
 }

.btn-high {
    background-image: linear-gradient(to right, #e52d27 0%, #9c1014 51%, #e52d27 100%)}
.btn-high {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    border: 1px solid #e52d27;
}
.btn-high:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-medium {
    background-image: linear-gradient(to right, #f35a2b 0%, #ae300b 51%, #f35a2b 100%)}
.btn-medium {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    border: 1px solid #f24713;
}
.btn-medium:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-low {
    background-image: linear-gradient(to right, #3CA55C 0%, #276d3d 51%, #3CA55C 100%)}
.btn-low {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    border: 1px solid #3CA55C;
}
.btn-low:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.btn-medium {
    background-color: #f86753;
    border: 1px solid #f86753;
    color: white;
}
.btn-low {
    background-color: #6AAB9C;
    border: 1px solid #6AAB9C;
    color: white;
}
.btn-dim {
    background-color: #858E9B;
    border: 1px solid #858E9B;
    color: white;
}
.btn-faint {
    background-color: #EFF2F6;
    border: 1px solid #EFF2F6;
    color: #858E9B;
}
.btn-success {
    border: 2px solid #00b137;
    background-color: #00b137;
    color: white;
}
.btn-fixed {
    background-color: #858E9B;
    border: 1px solid #858E9B;
    color: white;
}
.btn-accepted {
    background-color: #EFF2F6;
    border: 1px solid #EFF2F6;
    color: #858E9B;
}



.bg-white {
    background-color: #FFF!important;
}
.bg-medium {
    background-color: #f86753!important;
}
.bg-high {
    background-color: #E06C78!important;
}
.bg-hardening {
    background-color: #6F5F90!important;
}
.bg-success {
    background-color: #00b137!important;
}
.bg-info {
    background-color: #2290dd!important;
}
.bg-danger {
    background-color: #e4002b!important;
}
.bg-muted {
    background-color: #7996a9!important;
}
.bg-inactive {
    background-color: #424242!important;
}

.bg-grad-success {
    background-image: linear-gradient(to right, #3CA55C 0%, #2e8047 100%)
}
.bg-grad-warning {
    background-image: linear-gradient(to right, #f35a2b 0%, #ae300b 100%)
}
.bg-grad-danger {
    background-image: linear-gradient(to right, #a10000 0%, #540000 100%)!important;
}



.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.card {
    /* z-index: -1;  Ensures the navigation toast displays above cards */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.2rem;
}

.profile__img {
    padding: 5px;
    position: relative;
}
.profile__img img {
    max-width: 210px;
    border-radius: 2rem;
    padding: 15px;
}
.profile__info {
    padding: 30px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
}
.col-short {
    padding-top: 0;
}
.bb-1 {
    border-bottom: 1px solid rgb(230,230,230)
}

.col-tight {
    padding-top: 2px!important;
    padding-right: 3px!important;
    padding-left: 3px!important; 
}

.col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.checkout-reverse {
    -webkit-box-orient: column !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; 
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }   
}

@media (min-width:992px) {
    .hero-text {
        font-size: 2.5rem;
    }
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .checkout-reverse {
        -webkit-box-orient: row !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;          
    }
}

@media (min-width:1200px) {
    .hero {
        background-image: url('/static/hero/hero-full.jpg');
    }
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.align-left {
    text-align: left!important;
}
.align-center {
    text-align: center!important;
}
.align-right {
    text-align: right!important;
}

.text-xxxxlarge {
    font-size: 4rem;
}
.text-xxxlarge {
    font-size: 3rem;
}
.text-xxlarge {
    font-size: 2rem;
}
.text-xlarge {
    font-size: 1.5rem;
}
.text-large {
    font-size: 1.2rem;
}
.text-small {
    font-size: 0.9rem;
}
.text-xsmall {
    font-size: 0.8rem;
}
.dash-flat-div {
    height: 550px;
}
.dash-flat-image-left {
    position: absolute;
    right: 0;
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.d-none {
    display: none!important;
}
.d-inline {
    display: inline!important;
}
.d-inline-block {
    display: inline-block!important;
}
.d-cell {
    display: table-cell!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline-block {
        display: inline-block!important;
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important;
    }
    .d-md-cell {
        display: table-cell!important;
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important;
    }
    .d-lg-cell {
        display: table-cell!important;
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}
@media (min-width:1200px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important;
    }
    .d-xl-cell {
        display: table-cell!important;
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.card-columns .card {
    margin-bottom: 2rem
}

@media (min-width:1000px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.footer {
    padding: 2rem 1rem 0;
    text-align: center;
}
.footer>.social_links{
    font-size:2rem;
} 
.social_links>a {
    margin: 0 .75rem;
    display: inline-block;
    position: relative
}
.social_links>a+a:before {
    position: absolute;
    left: -1rem;
    width: 3px;
    height: 3px;
}
.social_links>a:hover {
    transition: 0.3s;
    color: #E4002B;
}
.footer__menu {
    font-size: .95rem;
    margin: .5rem 0 0 -.75rem
}

.footer__menu>a {
    margin: 0 .75rem;
    display: inline-block;
    -webkit-transition: color .3s;
    transition: color .3s;
    position: relative;
    color: #7996a9;
}

.footer__menu>a+a:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: .55rem;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #7996a9
}

.footer>.text-xsmall {
    padding: 0;
    margin: 0;
}

.search {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: 1.5rem;
    -webkit-transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,-webkit-transform .3s;
    transition: transform .3s,opacity .3s;
    transition: transform .3s,opacity .3s,-webkit-transform .3s;
}
.search__input {
    height: 3.25rem;
    padding: 0 2rem 0 3.25rem;
    border-radius: .25rem;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    width: 100%;
    height: 3.25rem;
    background-color: rgba(30,42,49,.1);
    border: 2px solid #000;
    color: #000;
    border-color: #424242!important;
}
.search__helper {
    font-size: 1.25rem;
    color: #424242;
}
.search__helper-button {
    border: 0;
    outline: none;
    background-color: inherit;
}
.search__helper, .search__reset {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    height: 3.25rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 2.5rem;
    height: 3.25rem;
}

.wrapper{
    width:100%;
    display:block;
    overflow:hidden;
    margin:0 auto;
    border-radius:4px;
    background:#fff;
}
  

.table {
    width: 100%;
    margin-bottom: 1rem;
}

table {
    border-collapse: collapse;
}
.table thead>tr>th {
    border-bottom: 0;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #EFF2F6;
}
.table th {
    font-weight: 400;
    color: #424242;
}
.table td, .table th {
    padding: 1rem 1.5rem;
    vertical-align: top;
    border-top: 1px solid #EFF2F6;
}
.table-sm td, .table-sm th {
    padding: .75rem 1rem
}
.table-xs td, .table-xs th {
    padding: .25rem .25rem
}
th {
    text-align: inherit;
}

.theme-toggle {
    border-radius: .25rem;
    font-size: 1.75rem;
    padding-top: .15rem;
    position: relative;
    top: 2.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 4.5rem;
    position: absolute;
    background-color: rgba(30,42,49,.5);
    color: #b9b9b9;
}

.navigation-toggle {
    border-radius: .25rem;
    font-size: 1.75rem;
    padding-top: .15rem;
    position: relative;
    top: 2.6rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.25rem;
    height: 3.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 0.8rem;
    position: absolute;
    background-color: rgba(30,42,49,.5);
    color: #b9b9b9;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0 0;
    margin-left: 0;
    line-height: 1.25;
    border-radius: 50%!important;
    width: 37px;
    height: 37px;
    z-index: 1;
    cursor: pointer;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
    margin: 0 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    background-color: #80152d;
}

.page-link:hover {
    z-index: 2;
    text-decoration: none;
    color: white;
    background-color:#e4002b;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}
.page-item.active .page-link {
    z-index: 1;
    color: black;
    background-color: #f9f9f9;
}
.page-item.disabled .page-link {
    pointer-events: none;
    cursor: auto;
    color: #828282;
    background-color: #22313a;
}

.category-list-item {
    padding: 0.25rem 1rem 0.25rem 1rem;
    border-radius: 1rem;
    transition: 0.3s;
}

.category-list-item.tight {
    padding: 0 0.5rem 0 0.5rem;
    border-radius: 1rem;
    transition: 0.3s;
}
.category-list-item.tight>a>h4 {
    margin: 0.5rem 0 0.5rem 0;
}

.per-page-sm {
    width: fit-content !important;
    display: inline-block !important;
    font-size: 0.8rem !important;
    line-height: 1 !important;
    border-radius: 0.5rem !important;
}

.form-control {
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-overflow-style: none;
    display: block;
    width: 100%;
    padding: .5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    color: #424242;
    border: 2px solid #DDD;
}

.form-group {
    position: relative;
    margin-bottom: 2rem;
}

.radio-inline {
    display: inline;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-radius: 0.5rem;
    border: 2px solid #DDD;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    margin-bottom: 1rem;
}
.input-group-append,
.input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.checkbox,
.radio {
    position: relative
}

.checkbox__input,
.radio__input {
    display: none
}

.checkbox__input:checked~.checkbox__label:after,
.checkbox__input:checked~.radio__label:after,
.radio__input:checked~.checkbox__label:after,
.radio__input:checked~.radio__label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.checkbox__label,
.radio__label {
    padding-left: 30px
}

.checkbox__label:after,
.checkbox__label:before,
.radio__label:after,
.radio__label:before {
    position: absolute;
    left: 0;
    top: -1px;
    width: 20px;
    height: 20px
}

.checkbox__input:checked~.checkbox__label:before,
.checkbox__input:checked~.radio__label:before,
.radio__input:checked~.checkbox__label:before,
.radio__input:checked~.radio__label:before {
    border-color: #424242;
}

.checkbox__input:checked~.checkbox__label:before,
.radio__input:checked~.checkbox__label:before {
    background-color: #424242
}

.checkbox__input:disabled~.checkbox__label:before,
.checkbox__input:disabled~.radio__label:before,
.radio__input:disabled~.checkbox__label:before,
.radio__input:disabled~.radio__label:before {
    border-color: #415969
}


.checkbox__label:before,
.radio__label:before {
    content: '';
    -webkit-transition: background-color .2s, border-color .3s;
    transition: background-color .2s, border-color .3s;
    border: 1px solid #415969;
}

.checkbox__label:after,
.radio__label:after {
    content: '';
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s
}

.checkbox__label:before {
    border-radius: 2px
}

.checkbox__label:after {
    border-radius: .2rem;
    font-family: 'Montserrat';
    content: "✓";
    font-size: 1.4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
}

.radio__label:before {
    border-radius: 50%;
    margin-top: 5px;
}

.radio__label:after {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 11px 6px 6px 6px;
    background-color: #424242;
}

.max-100 {
    max-width: 100%;
}

.article {
    line-height: 1.75rem;
}
.article-widgets {
    background-color: #D4002B;
    color: white;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
.article-widgets h1, .article-widgets .h1,
.article-widgets h2, .article-widgets .h2,
.article-widgets h3, .article-widgets .h3,
.article-widgets h4, .article-widgets .h4 {
    color: white;
}
.article-widgets p a {
    color: white;
}

.article img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 768px;
}

.dash-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 350px;
    margin-top: 1.25rem;
}

.dash-mockup-img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
    max-height: 512px;
    margin-top: -3.75rem;
}

.dash-img-rounded {
    border-radius: 2rem;
}

.service ul li {
    list-style: none;
}

.service ul li:before {
    content: "▶";
    color: #E4002B;
    padding-right: 1rem;
}

.notification:after {
    content: '';
    width: 1px;
    height: 1px;
    position: absolute;
    border-radius: 50%;
    left: 35px;
    border: 6px solid #e4002b;
}

@media (max-width:576px) {
    .avoid__nav {
        padding: 1rem 3rem 0 2.5rem;
    }
    .navigation:not(.sidebar) {
        z-index: 500;
        width: 2.5rem;
    }
    .navigation__menu>li>a {
        padding: 1rem 0.25em;
    }
    .card-body {
        padding: 1rem 0.75rem 1rem 0.75rem;
    }
    .profile {
        flex-direction: column;
    }
    .footer {
        padding: 2rem 0.5rem 0;
    }
    .footer__menu {
        font-size: .95rem;
        margin: .5rem 0 0 -0.5rem
    }  
    .footer__menu>a {
        margin: 0 0.5rem;
    } 
    .footer__menu>a+a:before {
        content: '';
        position: absolute;
        left: -0.75rem;
        top: .55rem;
        width: 3px;
        height: 3px;
        border-radius: 50%;
    }
}

@media (max-width:676px) {
    .avoid__nav {
        padding: 1rem 3rem 0 2.5rem;
    }
    .navigation:not(.sidebar) {
        width: 2.5rem;
    }
    .navigation__menu>li>a {
        padding: 1rem 0.25em;
    }
    .content {
        padding: 1rem 1rem 0 1rem;
    }
    .nav-item {
        padding: 1rem 0.5rem;
    }
    .nav-item>div>a {
        padding: 0.5rem 0.5rem 0.5rem 0rem;
    }
    .content__nav {
        padding: 1rem 0.25rem 0 3.25rem;
    }
    .search {
        margin: 1rem;
    }
    .notification:after {
        left: 24px;
    }
    .logo {
        opacity: 0;
    }
}

@media (max-width:710px) {
    .embedded-presentation {
        height: 400px;
        max-height: 400px;
    }
    .header__menu {
        display: none;
    }
    .hero {
        height:250px;
        background-image: url('/static/hero/hero-mobile.jpg');
    }
    .hero-text {
        font-size: 1rem;
        padding-left: 1rem;
    }
    .hero-1 {
        top: 1.5rem;
    }
    .hero-2 {
        top: 3rem;
    }
    .hero-3 {
        top: 4.5rem;
    }
}
@media (max-width:350px) {
    .hero-text {
        display: none;
    }
}

.valid-only:valid {
    padding-right: calc(1.5em + 1rem);
    background-image: url('https://cdn.akimbocore.com/images/icons/form-validation-valid.svg');
    background-repeat: no-repeat;
    background-position: center right calc(1.375em + .25rem);
    background-size: calc(.75em + .5rem) calc(.75em + .5rem);
    border-color: #2cc56f;
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 6px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #1e2a31;
    border-radius: .25rem;
}
.progress-thick{
    height: 20px;
}
.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    color: #fff;
    background-color: #424242;
}

.email-sent-icon {
    font-size: 4rem;
    border-radius: 1.25rem;
    padding: 1rem 2rem 1rem 2rem;
    color: #424242;
    background: #F0F0F0;
}

.icon-list>li {
    list-style-type: none;
}
.icon-list>li>i {
    width: 60px;
    padding-right: 1rem;
    text-align: center;
}

.alert {
    position: relative;
    padding: 1.5rem 2rem;
    margin-bottom: 1rem;
    border: 0 solid transparent;
    border-radius: .25rem
}

.close {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    cursor: pointer
}

.close,
.close:hover {
    opacity: 1
}

.alert-link {
    font-weight: 400
}

.alert-dismissible {
    padding-right: 5.5rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.5rem 1rem;
    border: 0;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    text-shadow: none;
    opacity: .5
}

.close:hover {
    color: #000;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

.profile__img__edit {
    position: absolute;
    font-size: 1rem;
    bottom: 15px;
    left: 15px;
    background-color: rgba(30, 42, 49, .5);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #b9b9b9;
    -webkit-transition: background-color .3s;
    transition: background-color .3s
}

.profile__img__edit:hover {
    background-color: #1e2a31;
    color: #b9b9b9
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 40px;
    margin: 0;
    opacity: 0;
}

.custom-file-label, .custom-file-label:after {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label, .custom-file-label:after {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: .5rem 1rem;
    line-height: 1.5;
    color: #424242;
    content: "Browse";
    background-color: transparent;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0;
    color: #424242;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 40px;
    padding: .5rem 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #424242;
    background-color: transparent;
    border: 1px solid #424242;
    border-radius: .25rem;
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

.modal.show {
    display: block;
    background-color: rgba(0,0,0,0.6);
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
    margin: 1rem auto;
}

.modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -50px);
    transform: translate(0, -50px)
}


.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal-dialog-scrollable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    color: #436c84;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
    color: #424242;
    background-color: white;
    border: 0 solid rgba(0, 0, 0, .2);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #1e2a31
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 30px 0;
    border-bottom: 0 solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 25px 30px 0;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 25px 30px
}

.modal-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 25px 30px;
    border-top: 0 solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.fade {
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade:not(.show) {
    opacity: 0
}

.otp {
    font-family: monospace;
    font-size: 1.25rem;
}

.otp-qr {
    width: fit-content;
    width: -moz-fit-content;
    text-align: center;
    margin: 0;
    padding: 0;
}

.otp-hide {
    display: none;
}

.otp-card {
    padding-top: 0;
    padding-bottom: 0;
}

.dashcard {
    /* z-index: -1; Ensure navigation toasts appear above dashcards */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    margin-bottom: 0.5rem;
    height: 100%;
    opacity: 0.95;
}
.dashcard-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
    color: white;
}
.dashcard-title {
    font-size: 3rem;
    text-align: right;
    padding: 0;
}
.dashcard-body>p {
    padding: 0;
    margin: 0;
}
.dashcard-log {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
}
.dashcard-log>p {
    padding: 0;
    margin: 0;
}

.dashcard-graph {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
    color: #424242;
    max-height: 200px;
}
.dashcard-graph-tall {
    max-height: 300px;
}
.dashcard-low-flat {
    background-color: #6AAB9C;
}
.dashcard-medium-flat {
    background-color: #f86753;
}
.dashcard-high-flat {
    background-color: #E06C78;
}
.dashcard-critical-flat {
    background-color: #D74251;
}
.dashcard-hardening-flat {
    background-color: #6F5F90;
}

.dashcard-critical {
    background-image: linear-gradient(to right, #a10000 0%, #540000 51%, #a10000 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
}
.dashcard-critical:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
 }

.dashcard-high {
    background-image: linear-gradient(to right, #e52d27 0%, #9c1014 51%, #e52d27 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
}
.dashcard-high:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.dashcard-medium {
    background-image: linear-gradient(to right, #f35a2b 0%, #ae300b 51%, #f35a2b 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
}
.dashcard-medium:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.dashcard-hardening {
    background-image: linear-gradient(to right, #7b55b7 0%, #4b3174 51%, #7b55b7 100%);
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
}
.dashcard-hardening:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}

.dashcard-low {
    background-image: linear-gradient(to right, #3CA55C 0%, #276d3d 51%, #3CA55C 100%)
}
.dashcard-low {
    text-align: center;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;            
    box-shadow: 0 0 20px #eee;
    border: 1px solid #3CA55C;
}
.dashcard-low:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}


@media (min-width:576px) {
    .dashcard-graph {
        max-height: 250px;
    }
    .dashcard-graph-tall {
        max-height: 350px;
    }    
}
@media (min-width:768px) {
    .dashcard-graph {
        max-height: 275px;
    }
    .dashcard-graph-tall {
        max-height: 375px;
    }    
}
@media (min-width:992px) {
    .dashcard-graph {
        max-height: 300px;
    }
    .dashcard-graph-tall {
        max-height: 450px;
    }    
}
@media (min-width:2000px) {
    .dashcard-graph {
        max-height: 450px;
    }
    .dashcard-graph-tall {
        max-height: 500px;
    }    
}

.assetcard {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px;
    margin-bottom: 0.5rem;   
}
.assetcard-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 2rem;
}
.assetcard-title {
    font-size: 1.25rem;
    padding: 0;
}
.assetcard-body>p {
    padding: 0;
    margin: 0;
}

.assetcard-theme {
    border: 2px solid #424242;
    color: black;
}


.btn--fixed {
    position: fixed!important;
    bottom: 6.25rem;
    right: 2rem;
    z-index: 10;
}
.btn--fixed-bottom {
    position: fixed!important;
    bottom: 2.5rem;
    right: 2.5rem;
    z-index: 10;
    transition-duration: 0.5s;
}
.platform-bubble {
    width: 96px;
    border: 7px solid #518091;
    border-radius: 50%;
    background-color: #518091;
    transition-duration: 0.5s;
    animation-name: blinking-blue;
    animation-duration: 1s;
    animation-iteration-count: 5;
}
@keyframes blinking-blue {
    50% {
        border: 9px solid #6A9AAB;
        background-color: #6A9AAB;
    }
}
.platform-bubble:hover {
    width: 112px;
    border: 5px solid #6A9AAB;
    background-color: #6A9AAB;
    border-radius: 50%;
}
.platform-bubble-a:after {
    border: 3px solid #e4002b;
    content: '!';
    position: absolute;
    border-radius: 50%;
    left: 80px;
    top: 1px;
    color: white;
    font-size: 10pt;
    line-height: 0.5;
    font-family: monospace;
    font-weight: bolder;
    padding: 9px;
    background-color: #e4002b;
}
.contact-bubble {
    width: 96px;
    border: 7px solid #a10000;
    border-radius: 50%;
    background-color: #a10000;
    transition-duration: 0.5s;
    animation-name: blinking;
    animation-duration: 1s;
    animation-iteration-count: 5;  
}
@keyframes blinking {
    50% {
        border: 9px solid #c80000;
        background-color: #c80000;
    }
}
.contact-bubble:hover {
    width: 112px;
    border: 5px solid #e4002b;
    background-color: #e4002b;
    border-radius: 50%;
}
.btn--action-bottom {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 7px rgb(30 42 49 / 50%);
    box-shadow: 0 3px 7px rgb(30 42 49 / 50%);
}
.btn--action {
    height: 50px;
    width: 50px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 2rem;
    cursor: pointer;
    -webkit-box-shadow: 0 3px 7px rgb(30 42 49 / 50%);
    box-shadow: 0 3px 7px rgb(30 42 49 / 50%);
}

.users__item {
    border-radius: .25rem;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    padding: 1.8rem 1.5rem 1.15rem;
    text-align: center;
    margin-bottom: 30px;
    background-color: #F0F0F0;
}
.users__img {
    display: block;
    margin-bottom: 1.1rem;
}
.users__img>img {
    max-width: 120px;
    max-height: 120px;
    width: 100%;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s,-webkit-transform .3s;
}

.users__item:hover .users__img>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.users__info {
    margin-bottom: 1rem;
}

.users__info small,
.users__info strong {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.users__info strong {
    color: black;
    font-weight: 500
}

.users__info small {
    font-size: .9rem;
}

.groups__img {
    width: 6.5rem;
    display: inline-block;
}

.groups__item {
    position: relative;
    text-align: center;
    padding: 2rem 1rem 1.5rem;
    margin-bottom: 30px;
    background-color: #2b3c46;
    border-radius: .25rem;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 5%);
    background-color: #F0F0F0;
}

.groups__img .avatar-img {
    display: inline-block;
    margin: 0 1px 4px 0;
    vertical-align: top;
}

.avatar-char, .avatar-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.groups__info {
    margin-top: 1rem
}

.groups__info>strong {
    display: block;
    font-weight: 500
}

.groups__info>small {
    font-size: .9rem;
}

.groups__info {
    margin-bottom: 1rem;
}

.message-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2.2rem;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #f6f6f6;
}
.message-full {
    max-height: none;
}
.message-body p {
    padding: 0 0 0.25rem 0;
    margin: 0;
}
.message-body>p>.btn:not(:first-child) {
    margin-left: 0.25rem;
}
.message-actions {
    padding: 0 2.2rem 2.2rem 2.2rem;
    background-color: #F0F0F0;
}
.message-highlight {
    background-color: #F5F0F0;
}
.page-nav {
    /* margin-right: -15px; */
    /* margin-left: -15px; */
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-nav>.btn:not(:first-child) {
    margin-left: 0.25rem;
}

.issue-table a {
    color: inherit;
    cursor: pointer;
}

.new-contact__header {
    /* background-color: #36374a; */
    text-align: center;
    padding: 30px 0;
    border-radius: .25rem .25rem 0 0
}

.new-contact__img {
    position: relative;
    display: inline-block
}

.new-contact__img>img {
    border-radius: 50%;
    /*
    -webkit-box-shadow: 0 0 0 5px #394e5a;
    box-shadow: 0 0 0 5px #394e5a;
    */
    width: 150px;
    height: 150px
}

@media (max-width:767.98px) {
    .new-contact__img>img {
        width: 100px;
        height: 100px
    }
}

.new-contact__upload {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.25rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(30, 42, 49, .5);
    color: #fff;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-contact__upload:hover {
    color: #fff;
    background-color: #1e2a31
}

.radio__input~.radio__button {
    width: fit-content;
    width: -moz-fit-content;
    padding: 5px 10px 5px 10px;
    border-radius: .5rem;
}

.btn-disabled {
    opacity: 0.5;
    cursor: pointer;
}

.users__info>p {
    overflow-y: hidden;
    overflow: -moz-hidden-unscrollable;
    text-overflow: ellipsis;
}

.message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.message__img {
    padding: 5px;
    position: relative;
}

.message__img img {
    max-width: 96px;
    border-radius: 2rem;
    padding: 15px;
}

.terms-check {
    margin-top: 1.25rem;
}

.issue img {
    max-width: 640px;
    max-height: 480px;
}

.scan-import-output {
    font-size: 0.8rem;
    margin: 0;
}

@media (min-width:768px) {
    .team-profile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (max-width:767.98px) {
    .btn--fixed {
        display: none!important;
    }
    .btn--fixed-bottom {
        display: none!important;
    }
    .team-profile {
        margin-top: 75px;
    }
    .team-profile__img img {
        margin: -55px 0 -10px;
        width: 120px;
        border: 5px solid #2b3c46;
        border-radius: 50%
    }
}

.team-profile__img {
    padding: 5px;
    position: relative
}

.team-profile__img img {
    max-width: 210px;
    border-radius: .25rem
}

.team-profile ul {
    /* margin: 0 0 18px 1.5em; */
}

.team-profile ul li {
    list-style: none;
}

.team-profile ul li:before {
    content: "▶";
    color: #E4002B;
    padding-right: 1rem;
}

.cert-card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 16px;
    margin: 0 auto;
}
.cert-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    border-radius: 2rem;
}
.row .cert-card:not(:first-child) {
    padding-left: .5rem;
}

.cert-img img {
    max-width: 125px;
    max-height: 125px;
}

.team-profile__img img {
    max-width: 210px;
    border-radius: .25rem;
}

.photos.card {
    margin-bottom: 0;
}

.photos__inner {
    padding: 2rem;
}

.photos__inner {
    padding: 2rem
}

.lightbox {
    margin: 0 -4px
}

.lightbox>a {
    position: relative;
    padding: 8px 4px;
}

.lightbox>a:before {
    content: "[  ]";
    font-size: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    z-index: 1;
    position: absolute;
    left: 4px;
    top: 0;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background-color: rgba(0, 0, 0, .25);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    border-radius: .25rem
}

.lightbox>a:hover:before {
    opacity: 1
}

.lightbox>a img {
    border-radius: .25rem;
    width: 100%
}

.team__item {
    text-align: center;
    margin-bottom: 7rem
}

@media (max-width:767.98px) {
    .team__item {
        max-width: 365px;
        margin: 0 auto 80px
    }
}

.team__item .card-title {
    margin-bottom: 0;
    margin-top: 0;
}

.team__item .card-subtitle {
    margin-bottom: 0;
    margin-top: 0;
}

.team__img {
    display: inline-block;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    margin: 0 auto 1.5rem
}

.team__social {
    margin-top: 2rem
}

.team__social>a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    font-size: 1.25rem;
    margin: 0 1px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    color: white;
    background-color: #858E9B;
}
.team__social>a:hover {
    background-color: #858E9B
}

.usp-icon {
    margin: 0;
    font-size: 4rem;
}

.category-icon {
    font-size: 4rem;
    margin: 0;
    text-align: center;
}

.pb-0 { width: 0%; }
.pb-1 { width: 1%; }
.pb-2 { width: 2%; }
.pb-3 { width: 3%; }
.pb-4 { width: 4%; }
.pb-5 { width: 5%; }
.pb-6 { width: 6%; }
.pb-7 { width: 7%; }
.pb-8 { width: 8%; }
.pb-9 { width: 9%; }
.pb-10 { width: 10%; }
.pb-11 { width: 11%; }
.pb-12 { width: 12%; }
.pb-13 { width: 13%; }
.pb-14 { width: 14%; }
.pb-15 { width: 15%; }
.pb-16 { width: 16%; }
.pb-17 { width: 17%; }
.pb-18 { width: 18%; }
.pb-19 { width: 19%; }
.pb-20 { width: 20%; }
.pb-21 { width: 21%; }
.pb-22 { width: 22%; }
.pb-23 { width: 23%; }
.pb-24 { width: 24%; }
.pb-25 { width: 25%; }
.pb-26 { width: 26%; }
.pb-27 { width: 27%; }
.pb-28 { width: 28%; }
.pb-29 { width: 29%; }
.pb-30 { width: 30%; }
.pb-31 { width: 31%; }
.pb-32 { width: 32%; }
.pb-33 { width: 33%; }
.pb-34 { width: 34%; }
.pb-35 { width: 35%; }
.pb-36 { width: 36%; }
.pb-37 { width: 37%; }
.pb-38 { width: 38%; }
.pb-39 { width: 39%; }
.pb-40 { width: 40%; }
.pb-41 { width: 41%; }
.pb-42 { width: 42%; }
.pb-43 { width: 43%; }
.pb-44 { width: 44%; }
.pb-45 { width: 45%; }
.pb-46 { width: 46%; }
.pb-47 { width: 47%; }
.pb-48 { width: 48%; }
.pb-49 { width: 49%; }
.pb-50 { width: 50%; }
.pb-51 { width: 51%; }
.pb-52 { width: 52%; }
.pb-53 { width: 53%; }
.pb-54 { width: 54%; }
.pb-55 { width: 55%; }
.pb-56 { width: 56%; }
.pb-57 { width: 57%; }
.pb-58 { width: 58%; }
.pb-59 { width: 59%; }
.pb-60 { width: 60%; }
.pb-61 { width: 61%; }
.pb-62 { width: 62%; }
.pb-63 { width: 63%; }
.pb-64 { width: 64%; }
.pb-65 { width: 65%; }
.pb-66 { width: 66%; }
.pb-67 { width: 67%; }
.pb-68 { width: 68%; }
.pb-69 { width: 69%; }
.pb-70 { width: 70%; }
.pb-71 { width: 71%; }
.pb-72 { width: 72%; }
.pb-73 { width: 73%; }
.pb-74 { width: 74%; }
.pb-75 { width: 75%; }
.pb-76 { width: 76%; }
.pb-77 { width: 77%; }
.pb-78 { width: 78%; }
.pb-79 { width: 79%; }
.pb-80 { width: 80%; }
.pb-81 { width: 81%; }
.pb-82 { width: 82%; }
.pb-83 { width: 83%; }
.pb-84 { width: 84%; }
.pb-85 { width: 85%; }
.pb-86 { width: 86%; }
.pb-87 { width: 87%; }
.pb-88 { width: 88%; }
.pb-89 { width: 89%; }
.pb-90 { width: 90%; }
.pb-91 { width: 91%; }
.pb-92 { width: 92%; }
.pb-93 { width: 93%; }
.pb-94 { width: 94%; }
.pb-95 { width: 95%; }
.pb-96 { width: 96%; }
.pb-97 { width: 97%; }
.pb-98 { width: 98%; }
.pb-99 { width: 99%; }
.pb-100 { width: 100%; }

.payment-card {
    background-color: #F0F0F0;
    border-radius: 1rem;
}
  
.payment-card * {
    font-family: "Montserrat", sans-serif;
    font-variant: normal;
    padding: 0;
    margin: 0;
}
  
.payment-card .field {
    background: white;
    box-sizing: border-box;
    font-weight: 400;
    border: 1px solid #CFD7DF;
    border-radius: 24px;
    color: #32315E;
    outline: none;
    flex: 1;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    cursor: text;
}

.payment-card .field::-webkit-input-placeholder { color: #CFD7DF; }
.payment-card .field::-moz-placeholder { color: #CFD7DF; }

.payment-card .field:focus,
.payment-card .field.StripeElement--focus {
  border-color: #F99A52;
}


.payment-card .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 15px;
}
  
.payment-card .row + .row {
    border-top: 1px solid #819efc;
}
  
.payment-card label {
    position: relative;
    color: #6A7C94;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
}

.payment-card label > span {
    width: 115px;
}
  
.payment-card input, .payment-card button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
}
  
.payment-card input:-webkit-autofill {
    -webkit-text-fill-color: #424242;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}

.payment-card .StripeElement--webkit-autofill {
    background: transparent !important;
}
  
.payment-card .StripeElement {
    width: 100%;
}
  
.payment-card input {
    width: 100%;
    padding: 11px 15px 11px 0;
    color: #fff;
    background-color: transparent;
    -webkit-animation: 1ms void-animation-out;
    animation: 1ms void-animation-out;
}
  
.payment-card input::-webkit-input-placeholder {
    color: #87bbfd;
}
  
.payment-card input::-moz-placeholder {
    color: #87bbfd;
}
  
.payment-card input:-ms-input-placeholder {
    color: #87bbfd;
}
  
.payment-card button {
    float: left;
    display: block;
    background-image: linear-gradient(-180deg, #74D680 0%, #00B137 100%);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 0 #378B29;
    color: white;
    border-radius: 0.5rem;
    border: 0;
    margin-top: 20px;
    font-size: 17px;
    font-weight: 500;
    width: 100%;
    height: 48px;
    line-height: 48px;
    outline: none;
}

.payment-card button:disabled {
    background: #7996a9;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), inset 0 -1px 0 0 #576b78;
}


.payment-card button:focus {
    background: #00B137;
}

.payment-card button:active {
    background: #00B137; 
}
  
.payment-card .error svg .base {
    fill: #fff;
}
  
.payment-card .error svg .glyph {
    fill: #6772e5;
}
  
.payment-card .error .message {
    color: #fff;
}
  
.payment-card .success .icon .border {
    stroke: #87bbfd;
}
  
.payment-card .success .icon .checkmark {
    stroke: #fff;
}
  
.payment-card .success .title {
    color: #fff;
}
  
.payment-card .success .message {
    color: #9cdbff;
}
  
.payment-card .success .reset path {
    fill: #fff;
}

.progress-spinner {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}

.ps-initial { background: conic-gradient(#a10000 0deg, #e8e9ea 0deg); transition: 1s; }

.ps-0 { background: #a10000; }
.ps-1 { background: conic-gradient(#a10000 18deg, #e8e9ea 4deg); }
.ps-2 { background: conic-gradient(#a10000 7deg, #e8e9ea 7deg); }
.ps-3 { background: conic-gradient(#a10000 11deg, #e8e9ea 11deg); }
.ps-4 { background: conic-gradient(#a10000 14deg, #e8e9ea 14deg); }

.ps-5 { background: conic-gradient(#a10000 18deg, #e8e9ea 18deg); }
.ps-6 { background: conic-gradient(#a10000 22deg, #e8e9ea 22deg); }
.ps-7 { background: conic-gradient(#a10000 15deg, #e8e9ea 15deg); }
.ps-8 { background: conic-gradient(#a10000 19deg, #e8e9ea 19deg); }
.ps-9 { background: conic-gradient(#a10000 32deg, #e8e9ea 32deg); }

.ps-10 { background: conic-gradient(#a10000 36deg, #e8e9ea 36deg); }
.ps-11 { background: conic-gradient(#a10000 40deg, #e8e9ea 40deg); }
.ps-12 { background: conic-gradient(#a10000 43deg, #e8e9ea 43deg); }
.ps-13 { background: conic-gradient(#a10000 47deg, #e8e9ea 47deg); }
.ps-14 { background: conic-gradient(#a10000 50deg, #e8e9ea 50deg); }

.ps-15 { background: conic-gradient(#a10000 54deg, #e8e9ea 54deg); }
.ps-16 { background: conic-gradient(#a10000 58deg, #e8e9ea 58deg); }
.ps-17 { background: conic-gradient(#a10000 61deg, #e8e9ea 61deg); }
.ps-18 { background: conic-gradient(#a10000 65deg, #e8e9ea 65deg); }
.ps-19 { background: conic-gradient(#a10000 68deg, #e8e9ea 68deg); }

.ps-20 { background: conic-gradient(#a10000 72deg, #e8e9ea 72deg); }
.ps-21 { background: conic-gradient(#a10000 76deg, #e8e9ea 76deg); }
.ps-22 { background: conic-gradient(#a10000 79deg, #e8e9ea 79deg); }
.ps-23 { background: conic-gradient(#a10000 83deg, #e8e9ea 83deg); }
.ps-24 { background: conic-gradient(#a10000 86deg, #e8e9ea 86deg); }

.ps-25 { background: conic-gradient(#a10000 90deg, #e8e9ea 90deg); }
.ps-26 { background: conic-gradient(#a10000 94deg, #e8e9ea 94deg); }
.ps-27 { background: conic-gradient(#a10000 97deg, #e8e9ea 97deg); }
.ps-28 { background: conic-gradient(#a10000 101deg, #e8e9ea 101deg); }
.ps-29 { background: conic-gradient(#a10000 104deg, #e8e9ea 104deg); }

.ps-30 { background: conic-gradient(#a10000 108deg, #e8e9ea 108deg); }
.ps-31 { background: conic-gradient(#a10000 112deg, #e8e9ea 112deg); }
.ps-32 { background: conic-gradient(#a10000 115deg, #e8e9ea 115deg); }
.ps-33 { background: conic-gradient(#a10000 119deg, #e8e9ea 119deg); }
.ps-34 { background: conic-gradient(#a10000 122deg, #e8e9ea 122deg); }

.ps-35 { background: conic-gradient(#a10000 126deg, #e8e9ea 126deg); }
.ps-36 { background: conic-gradient(#a10000 130deg, #e8e9ea 130deg); }
.ps-37 { background: conic-gradient(#a10000 133deg, #e8e9ea 133deg); }
.ps-38 { background: conic-gradient(#a10000 137deg, #e8e9ea 137deg); }
.ps-39 { background: conic-gradient(#a10000 140deg, #e8e9ea 140deg); }

.ps-40 { background: conic-gradient(#a10000 144deg, #e8e9ea 144deg); }
.ps-41 { background: conic-gradient(#a10000 148deg, #e8e9ea 148deg); }
.ps-42 { background: conic-gradient(#a10000 151deg, #e8e9ea 151deg); }
.ps-43 { background: conic-gradient(#a10000 155deg, #e8e9ea 155deg); }
.ps-44 { background: conic-gradient(#a10000 158deg, #e8e9ea 158deg); }

.ps-45 { background: conic-gradient(#a10000 162deg, #e8e9ea 162deg); }
.ps-46 { background: conic-gradient(#a10000 166deg, #e8e9ea 166deg); }
.ps-47 { background: conic-gradient(#a10000 169deg, #e8e9ea 169deg); }
.ps-48 { background: conic-gradient(#a10000 173deg, #e8e9ea 173deg); }
.ps-49 { background: conic-gradient(#a10000 176deg, #e8e9ea 176deg); }

.ps-50 { background: conic-gradient(#a10000 180deg, #e8e9ea 180deg); }
.ps-51 { background: conic-gradient(#a10000 184deg, #e8e9ea 184deg); }
.ps-52 { background: conic-gradient(#a10000 187deg, #e8e9ea 187deg); }
.ps-53 { background: conic-gradient(#a10000 191deg, #e8e9ea 191deg); }
.ps-54 { background: conic-gradient(#a10000 194deg, #e8e9ea 194deg); }

.ps-55 { background: conic-gradient(#a10000 198deg, #e8e9ea 198deg); }
.ps-56 { background: conic-gradient(#a10000 202deg, #e8e9ea 202deg); }
.ps-57 { background: conic-gradient(#a10000 205deg, #e8e9ea 205deg); }
.ps-58 { background: conic-gradient(#a10000 209deg, #e8e9ea 209deg); }
.ps-59 { background: conic-gradient(#a10000 212deg, #e8e9ea 212deg); }

.ps-60 { background: conic-gradient(#e52d27 216deg, #e8e9ea 216deg); }
.ps-61 { background: conic-gradient(#e52d27 220deg, #e8e9ea 220deg); }
.ps-62 { background: conic-gradient(#e52d27 223deg, #e8e9ea 223deg); }
.ps-63 { background: conic-gradient(#e52d27 227deg, #e8e9ea 227deg); }
.ps-64 { background: conic-gradient(#e52d27 230deg, #e8e9ea 230deg); }

.ps-65 { background: conic-gradient(#e52d27 234deg, #e8e9ea 234deg); }
.ps-66 { background: conic-gradient(#e52d27 238deg, #e8e9ea 238deg); }
.ps-67 { background: conic-gradient(#e52d27 241deg, #e8e9ea 241deg); }
.ps-68 { background: conic-gradient(#e52d27 245deg, #e8e9ea 245deg); }
.ps-69 { background: conic-gradient(#e52d27 248deg, #e8e9ea 248deg); }

.ps-70 { background: conic-gradient(#f35a2b 252deg, #e8e9ea 252deg); }
.ps-71 { background: conic-gradient(#f35a2b 256deg, #e8e9ea 256deg); }
.ps-72 { background: conic-gradient(#f35a2b 259deg, #e8e9ea 259deg); }
.ps-73 { background: conic-gradient(#f35a2b 263deg, #e8e9ea 263deg); }
.ps-74 { background: conic-gradient(#f35a2b 266deg, #e8e9ea 266deg); }

.ps-75 { background: conic-gradient(#f35a2b 270deg, #e8e9ea 270deg); }
.ps-76 { background: conic-gradient(#f35a2b 274deg, #e8e9ea 274deg); }
.ps-77 { background: conic-gradient(#f35a2b 277deg, #e8e9ea 277deg); }
.ps-78 { background: conic-gradient(#f35a2b 281deg, #e8e9ea 281deg); }
.ps-79 { background: conic-gradient(#f35a2b 284deg, #e8e9ea 284deg); }

.ps-80 { background: conic-gradient(#f35a2b 288deg, #e8e9ea 288deg); }
.ps-81 { background: conic-gradient(#f35a2b 292deg, #e8e9ea 292deg); }
.ps-82 { background: conic-gradient(#f35a2b 295deg, #e8e9ea 295deg); }
.ps-83 { background: conic-gradient(#f35a2b 299deg, #e8e9ea 299deg); }
.ps-84 { background: conic-gradient(#f35a2b 302deg, #e8e9ea 302deg); }

.ps-85 { background: conic-gradient(#f35a2b 306deg, #e8e9ea 306deg); }
.ps-86 { background: conic-gradient(#f35a2b 310deg, #e8e9ea 310deg); }
.ps-87 { background: conic-gradient(#f35a2b 313deg, #e8e9ea 313deg); }
.ps-88 { background: conic-gradient(#f35a2b 317deg, #e8e9ea 317deg); }
.ps-89 { background: conic-gradient(#f35a2b 320deg, #e8e9ea 320deg); }

.ps-90 { background: conic-gradient(#3CA55C 324deg, #e8e9ea 324deg); }
.ps-91 { background: conic-gradient(#3CA55C 328deg, #e8e9ea 328deg); }
.ps-92 { background: conic-gradient(#3CA55C 331deg, #e8e9ea 331deg); }
.ps-93 { background: conic-gradient(#3CA55C 335deg, #e8e9ea 335deg); }
.ps-94 { background: conic-gradient(#3CA55C 338deg, #e8e9ea 338deg); }

.ps-95 { background: conic-gradient(#3CA55C 342deg, #e8e9ea 342deg); }
.ps-96 { background: conic-gradient(#3CA55C 346deg, #e8e9ea 346deg); }
.ps-97 { background: conic-gradient(#3CA55C 349deg, #e8e9ea 349deg); }
.ps-98 { background: conic-gradient(#3CA55C 353deg, #e8e9ea 353deg); }
.ps-99 { background: conic-gradient(#3CA55C 360deg, #e8e9ea 360deg); }

.ps-100 { background: #3CA55C; }

.middle-circle {
    position: absolute;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    background-color: #f8f8f8;
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
}

.spinner-first {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.spinner-second {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #DC143C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

ul.no-bullets {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Fix a bug where simplemde overwrites fontawesome with an older version
   and breaks the youtube icon in the footer */
.fa-youtube-square:before {
    content: "\f431"!important;
}


.cvss-calculator {
    padding: 10px;
    display: flex;
    align-items: center;
}

.card-contents {
    width: 100%;
}

.option-button {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    background-color: #f0f0f0;
    color: black;
}
.option-button:hover {
    background-color: #e0e0e0;
}

.option-button.selected {
    background-color: #e0e0e0;
    color: #3CA55C;
}

/* CVSS columns */

.cvss-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.column {
    padding: 20px;
    background-color: #f0f0f0;
}

.cvss-left {
    grid-column: 1 / 2;
}

.cvss-right {
    grid-column: 2 / 3;
}

.podcast-player-logo {
    width: 32px;
    display: inline-block;
}

.index-banner {
    background-color: #e4002b;
    color: white;
}
.index-banner>p>a {
    color: white;
}

.category-list-item>a>p {
    color: #424242;
}
.category-list-item:hover {
    color: #e4002b;
    background-color: #EEE;
}

.text-highlight {
    color: white;
    text-decoration: underline;
}
.text-danger {
    color: #e4002b;
}
.text-muted {
    color: #7996a9;
}
.text-warning {
    color: #f86753;
}
.text-success {
    color: #00b137;
}
.text-info {
    color: #2290dd;
}
.text-dim {
    color: #858E9B;
}



.alert-success {
    color: #d5f3e2;
    background-color: #27ad62;
    border-color: #c4efd7
}

.alert-info {
    color: #d4edfe;
    background-color: #2290dd;
    border-color: #c3e6fe
}
.alert-warning {
    color: #fee9e6;
    background-color: #f86753;
    border-color: #fa9c90;
}
.alert-danger {
    color: #ffdbe1;
    background-color: #ff4c6d;
    border-color: #ff5d7b;
}

.list-item-highlight {
    background-color: rgba(0,0,0,0.175);
}

.radio__input:checked~.radio__button-critical:before {
    border: 2px solid #d74251;
}

.radio__input:checked~.radio__button-critical:after {
    background-color: #d74251;
}

.radio__input:checked~.radio__button-critical {
    background-color: #d74251;
    color: white;
}

.radio__input:checked~.radio__button-hardening:before {
    border: 2px solid #6F5F90;
}

.radio__input:checked~.radio__button-hardening:after {
    background-color: #6F5F90;
}

.radio__input:checked~.radio__button-hardening {
    background-color: #6F5F90;
    color: white;
}

.radio__input:checked~.radio__button-high:before {
    border: 2px solid #E06C78;
}

.radio__input:checked~.radio__button-high:after {
    background-color: #E06C78;
}

.radio__input:checked~.radio__button-high {
    background-color: #E06C78;
    color: white;
}

.radio__input:checked~.radio__button-medium:before {
    border: 2px solid #f86753;
}

.radio__input:checked~.radio__button-medium:after {
    background-color: #f86753;
}

.radio__input:checked~.radio__button-medium {
    background-color: #f86753;
    color: white;
}

.radio__input:checked~.radio__button-low:before {
    border: 2px solid #6AAB9C;
}

.radio__input:checked~.radio__button-low:after {
    background-color: #6AAB9C;
}

.radio__input:checked~.radio__button-low {
    background-color: #6AAB9C;
    color: white;
}

.radio__input:checked~.radio__button-info:before {
    border: 2px solid #6A9AAB;
}

.radio__input:checked~.radio__button-info:after {
    background-color: #6A9AAB;
}

.radio__input:checked~.radio__button-info {
    background-color: #6A9AAB;
    color: white;
}

.radio__input:checked~.radio__button-none:before {
    border: 2px solid #858E9B;
}

.radio__input:checked~.radio__button-none:after {
    background-color: #858E9B;
}

.radio__input:checked~.radio__button-none {
    background-color: #858E9B;
    color: white;
}


.radio__input:checked~.radio__button-theme:before {
    border: 2px solid #E4002B;
}

.radio__input:checked~.radio__button-theme:after {
    background-color: #E4002B;
}

.radio__input:checked~.radio__button-theme {
    background-color: #E4002B;
    color: white;
}

.radio__input:checked~.radio__button-dim:before {
    border: 2px solid #858E9B;
}

.radio__input:checked~.radio__button-dim:after {
    background-color: #858E9B;
}

.radio__input:checked~.radio__button-dim {
    background-color: #858E9B;
    color: white;
}

.radio__input:checked~.radio__button-faint:before {
    border: 2px solid #EFF2F6;
}

.radio__input:checked~.radio__button-faint:after {
    background-color: #EFF2F6;
}

.radio__input:checked~.radio__button-faint {
    background-color: #EFF2F6;
    color: #424242;
}
.recaptcha {
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
}

.toggle-switch{
    display:inline-block;
    width:36px;
    height:20px;
    position:relative
}

.toggle-switch__helper{
    position:absolute;
    height:12px;
    width:100%
}

.toggle-switch__helper:after,.toggle-switch__helper:before{
    will-change:left,background-color;
    content:'';
    position:absolute;
    left:0;
    -webkit-transition:left .2s,background-color,.2s;
    transition:left .2s,background-color,.2s
}

.toggle-switch__helper:before{
    background-color:#1e2a31;
    top:4px;
    height:100%;
    width:100%;
    border-radius:10px
}

.toggle-switch__helper:after{
    width:19px;
    height:19px;
    border-radius:50%;
    background-color:#bbb;
    left:0;
    z-index:1
}

.toggle-switch__checkbox{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    z-index:2;
    cursor:pointer
}

.toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    left:calc(100% - 19px);
    background-color:#27a4fb
}

.toggle-switch__checkbox:disabled{
    cursor:auto
}

.toggle-switch__checkbox:disabled~.toggle-switch__helper{
    opacity:.65
}

.toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(39,164,251,.05);
    box-shadow:0 0 0 10px rgba(39,164,251,.05)
}

.toggle-switch--amber .toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    background-color:#ffc021
}

.toggle-switch--amber .toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(255,192,33,.1);
    box-shadow:0 0 0 10px rgba(255,192,33,.1)
}

.toggle-switch--red .toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    background-color:#e53935
}

.toggle-switch--red .toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(229,57,53,.1);
    box-shadow:0 0 0 10px rgba(229,57,53,.1)
}

.toggle-switch--green .toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    background-color:#2cc56f
}

.toggle-switch--green .toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(44,197,111,.1);
    box-shadow:0 0 0 10px rgba(44,197,111,.1)
}

.toggle-switch--purple .toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    background-color:#ac66f5
}

.toggle-switch--purple .toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(172,102,245,.1);
    box-shadow:0 0 0 10px rgba(172,102,245,.1)
}

.toggle-switch--orange .toggle-switch__checkbox:checked~.toggle-switch__helper:after{
    background-color:#ff5722
}

.toggle-switch--orange .toggle-switch__checkbox:active~.toggle-switch__helper:after{
    -webkit-box-shadow:0 0 0 10px rgba(255,87,34,.1);
    box-shadow:0 0 0 10px rgba(255,87,34,.1)
}

.profile-display-wrapper {
    margin-right: 0;
    margin-left: auto;
    width: fit-content;
}

.profile-image-form {
    width: 100%;
}

.session-expiry {
    display: none;
}

.bottom {
    grid-column: 1 / span 3;
    grid-row: 2;
}

.card-contents {
    width: 100%;
    text-align: center;
}

.option-button {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* CVSS columns */
.update-ratings {
    background-color: #3CA55C;
    color: white;
}

.update-ratings:hover {
    background-color: #2b7e44;
}

.grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

.left {
    grid-column: 1;
    grid-row: 1;
}


.right {
    grid-column: 2;
    grid-row: 1;
}

.bottom {
    padding-top: 2rem;
    grid-column: 1 / span 3;
    grid-row: 2;
}


.text-critical {
    color: #D74251;
}
.text-high {
    color: #E06C78;
}
.text-medium {
    color: #f86753;
}
.text-low {
    color: #27ad62;
}
.text-info {
    color: #6A9AAB;
}

.tooltip {
    position: relative;
    display: inline-block;
    /* border-bottom: 1px dotted black; */
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: fit-content;
    /* width: 120px; */
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }