:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #066ac9;
    --bs-white: #fff;
    --bs-secondary: #9a9ea4;
    --bs-success: #0cbc87;
    --bs-info: #17a2b8;
    --bs-warning: #f7c32e;
    --bs-danger: #d6293e;
    --bs-light: #f5f7f9;
    --bs-dark: #24292d;
    --bs-orange: #fd7e14;
    --bs-purple: #6f42c1;
    --bs-blue: #1d3b53;
    --bs-primary-rgb: 6, 106, 201;
    --bs-white-rgb: 255, 255, 255;
    --bs-secondary-rgb: 154, 158, 164;
    --bs-success-rgb: 12, 188, 135;
    --bs-info-rgb: 23, 162, 184;
    --bs-warning-rgb: 247, 195, 46;
    --bs-danger-rgb: 214, 41, 62;
    --bs-light-rgb: 245, 247, 249;
    --bs-dark-rgb: 36, 41, 45;
    --bs-orange-rgb: 253, 126, 20;
    --bs-purple-rgb: 111, 66, 193;
    --bs-blue-rgb: 29, 59, 83;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 116, 117, 121;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: Roboto, sans-serif;
    --bs-body-font-size: 0.9375rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #747579;
    --bs-body-bg: #fff;
}

a {
    color: #066ac9;
    text-decoration: none;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Heebo", sans-serif;
    font-weight: 700;
    line-height: 1.25;
    color: #24292d;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
    color: #24292d;
}

h6 small, .h6 small, h5 small, .h5 small, h4 small, .h4 small, h3 small, .h3 small, h2 small, .h2 small, h1 small, .h1 small {
    font-size: .8rem;
    font-weight: normal;
}

small, .small {
    font-weight: 400;
    font-size: 0.875em;
}

.navbar {
    /*position: relative;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
.nav-pills.nav-tabs-line .nav-link.active {
    color: #066ac9;
    background-color: rgba(6, 106, 201, 0.1);
}

/* Icons fixed height and width */
.icon-sm {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    font-size: 75%;
}
.icon-md {
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    text-align: center;
    font-size: .8rem;
}
.icon-lg {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center;
    font-size: 1.2rem;
}
.icon-xl {
        width: 5rem;
        height: 5rem;
        line-height: 5rem;
        text-align: center;
        font-size: 1.9rem;
}

.icon-xxl {
    width: 7rem;
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 2.5rem;
}

section {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.g-0, .gy-0 { --bs-gutter-y: 0rem; }
.g-0, .gx-0 { --bs-gutter-x: 0rem; }

.g-1, .gy-1 { --bs-gutter-y: .25rem; }
.g-1, .gx-1 { --bs-gutter-x: .25rem; }

.g-2, .gy-2 { --bs-gutter-y: .5rem; }
.g-2, .gx-2 { --bs-gutter-x: .5rem; }

.g-3, .gy-3 { --bs-gutter-y: 1rem; }
.g-3, .gx-3 { --bs-gutter-x: 1rem; }

.g-4, .gy-4 { --bs-gutter-y: 1.5rem; }
.g-4, .gx-4 { --bs-gutter-x: 1.5rem; }

.bg-blue {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}
.bg-purple {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-purple-rgb), var(--bs-bg-opacity)) !important;
}
.bg-orange {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.text-blue {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}
.text-purple {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-purple-rgb), var(--bs-text-opacity)) !important;
}
.text-orange {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.bg-opacity-5 { --bs-bg-opacity: 0.05; }
.bg-opacity-10 { --bs-bg-opacity: 0.10; }
.bg-opacity-15 { --bs-bg-opacity: 0.15; }
.bg-opacity-20 { --bs-bg-opacity: 0.20; }
.bg-opacity-25 { --bs-bg-opacity: 0.25; }
.bg-opacity-30 { --bs-bg-opacity: 0.30; }
.bg-opacity-35 { --bs-bg-opacity: 0.35; }
.bg-opacity-40 { --bs-bg-opacity: 0.40; }
.bg-opacity-45 { --bs-bg-opacity: 0.45; }
.bg-opacity-50 { --bs-bg-opacity: 0.50; }

.btn-round {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    padding: 0;
    text-align: center;
}

.btn-round.btn-sm, .btn-group-sm > .btn-round.btn {
    height: 32px;
    width: 32px;
    line-height: 30px;
}

.btn-primary-soft:hover {
    color: #fff;
    background-color: #066ac9;
}
.btn-primary-soft {
    color: #066ac9;
    background-color: rgba(6, 106, 201, 0.1);
}
.btn-danger-soft:hover {
    color: #fff;
    background-color: #d6293e;
}
.btn-danger-soft {
    color: #d6293e;
    background-color: rgba(214, 41, 62, 0.1);
}

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

.btn-more[aria-expanded=true] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform-origin: center;
    transform-origin: center;
}

.offcanvas-end form {
    width: 100% !important;
}

.shadow-hover:hover{
    transition: all .3s ease-in-out;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, .25);
}

.lc-v {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lc-h {
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lc-1 { -webkit-line-clamp: 1 !important; }
.lc-2 { -webkit-line-clamp: 2 !important; }
.lc-3 { -webkit-line-clamp: 3 !important; }
.lc-4 { -webkit-line-clamp: 4 !important; }
.lc-5 { -webkit-line-clamp: 5 !important; }


/* Card stuff */
.card-header {
    background-color: #fff;
}

.card, .overflow-hidden {
    will-change: transform;
}

.card:hover .card-overlay-hover:before {
    opacity: 0.5;
}
.card-overlay-hover:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #24292d;
    display: block;
}

.card:hover .card-element-hover {
    visibility: visible;
    margin-top: 0px;
    opacity: 1;
}
.card .card-element-hover {
    visibility: hidden;
    margin-top: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 9;
}
.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem 1.25rem;
}

/* Pagination */
.pagination .page-item{
    margin-bottom: 5px;
    float: left;
}

.pagination-primary-soft {
    border: none;
    padding: 4px;
    border-radius: .325rem;
}
.pagination-primary-soft .page-item {
    margin: 4px;
}
.pagination-primary-soft .page-link{
    border: transparent;
    border-radius: .325rem !important;
    color:#066ac9;
    background-color: rgba(6, 106, 201, 0.1);
}

.pagination-primary-soft .page-link:hover {
    z-index: 2;
    color: #fff;
    background-color: #066ac9;
    border-color: #066ac9;
}

.page-link {
    padding: 0.7rem 1rem;
}

/* List group */
.list-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.325rem;
}

.list-group-borderless .list-group-item {
    border: none !important;
    padding: 0.425rem 0;
}
.list-group-dark .list-group-item {
    color: #fff;
    margin-bottom: 10px;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    border-radius: 0.325rem;
    background-color: transparent;
}
.list-group-dark .list-group-item:not(.bg-danger-soft-hover,.bg-primary-soft-hover,.bg-info-soft-hover,.bg-warning-soft-hover):hover,
.list-group-dark .list-group-item:not(.bg-danger-soft-hover,.bg-primary-soft-hover,.bg-info-soft-hover,.bg-warning-soft-hover).active {
    color: #24292d !important;
    background-color: #fff !important;
}
.bg-danger-soft-hover:hover, .bg-danger-soft-hover:active, .bg-danger-soft-hover:focus {
    background-color: rgba(var(--bs-danger-rgb),.1)!important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}
.bg-primary-soft-hover:hover, .bg-primary-soft-hover:active, .bg-primary-soft-hover:focus {
    background-color: rgba(var(--bs-primary-rgb),.1)!important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important;
}
.bg-info-soft-hover:hover, .bg-info-soft-hover:active, .bg-info-soft-hover:focus {
    background-color: rgba(var(--bs-info-rgb),.1)!important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important;
}


/* Accordion */
.accordion.accordion-icon .accordion-header .accordion-button {
    background: transparent;
    font-size: inherit;
    border: none;
}
.accordion.accordion-bg-light .accordion-button {
    background-color: rgba(116, 117, 121, 0.1) !important;
    color: #24292d !important;
}
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=true]:before {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}
.accordion.accordion-icon .accordion-header .accordion-button:before {
    content: "";
    background: #24292d !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}
.accordion.accordion-icon .accordion-header .accordion-button[aria-expanded=false]:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
}
.accordion.accordion-icon .accordion-header .accordion-button:after {
    content: "";
    background: #24292d !important;
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    top: 47%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    z-index: 9;
}
.accordion.accordion-flush .accordion-header .accordion-button:not(.collapsed) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.accordion-flush .accordion-button:not(.collapsed) {
    color: #24292d;
    background-color: transparent;
}
.accordion-flush .accordion-button {
    padding: 1rem 0rem;
    background-color: transparent;
}
.accordion-flush .accordion-button:after {
    background-size: 0.825rem;
    width: 0.825rem;
    height: 0.825rem;
}
@media (min-width: 768px) {
    .accordion.accordion-flush .accordion-body {
        padding: 0.825rem 2rem;
    }
}

.btn-transition {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.btn-transition:focus, .btn-transition:hover {
    -webkit-transform: translateY(-0.1875rem);
    transform: translateY(-0.1875rem);
}

/* Breadcrumb */
.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    font-size: 0.8125rem;
    list-style: none;
    background-color: transparent;
}
.breadcrumb.breadcrumb-dark .breadcrumb-item.active {
    color: #cfd3d7;
}
.breadcrumb.breadcrumb-dark .breadcrumb-item a:hover {
    color: #066ac9;
}
.breadcrumb.breadcrumb-dark .breadcrumb-item a {
    color: #dde0e3;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: 0.8rem;
    color: #9a9ea4;
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb.breadcrumb-dots .breadcrumb-item + .breadcrumb-item::before {
    content: "•";
    font-size: 22px;
    line-height: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}




@media (max-width: 575px) {
    .border-top {
        border-top: 1px solid #424242;
    }
    .border-start {
        border-left: 1px solid #424242;
    }
    .border-bottom {
        border-bottom: 1px solid #424242;
    }
    .border-end {
        border-right: 1px solid #424242;
    }
    .border-top-0 {
        border-top: none!important;
    }
    .border-start-0 {
        border-left: none!important;
    }
    .border-bottom-0 {
        border-bottom: none!important;
    }
    .border-end-0 {
        border-right: none!important;
    }
    .border-0 {
        border: none!important;
    }
}

@media (min-width: 576px) {
    .border-sm-top {
        border-top: 1px solid #424242;
    }
    .border-sm-start {
        border-left: 1px solid #424242;
    }
    .border-sm-bottom {
        border-bottom: 1px solid #424242;
    }
    .border-sm-end {
        border-right: 1px solid #424242;
    }
    .border-sm-top-0 {
        border-top: none!important;
    }
    .border-sm-start-0 {
        border-left: none!important;
    }
    .border-sm-bottom-0 {
        border-bottom: none!important;
    }
    .border-sm-end-0 {
        border-right: none!important;
    }
    .border-sm-0 {
        border: none!important;
    }
}

@media (min-width: 768px) {
    .border-md-top {
        border-top: 1px solid #424242;
    }
    .border-md-start {
        border-left: 1px solid #424242;
    }
    .border-md-bottom {
        border-bottom: 1px solid #424242;
    }
    .border-md-end {
        border-right: 1px solid #424242;
    }
    .border-md-top-0 {
        border-top: none!important;
    }
    .border-md-start-0 {
        border-left: none!important;
    }
    .border-md-bottom-0 {
        border-bottom: none!important;
    }
    .border-md-end-0 {
        border-right: none!important;
    }
    .border-md-0 {
        border: none!important;
    }
}

@media (min-width: 992px) {
    .border-lg-top {
        border-top: 1px solid #424242;
    }
    .border-lg-start {
        border-left: 1px solid #424242;
    }
    .border-lg-bottom {
        border-bottom: 1px solid #424242;
    }
    .border-lg-end {
        border-right: 1px solid #424242;
    }
    .border-lg-top-0 {
        border-top: none!important;
    }
    .border-lg-start-0 {
        border-left: none!important;
    }
    .border-lg-bottom-0 {
        border-bottom: none!important;
    }
    .border-lg-end-0 {
        border-right: none!important;
    }
    .border-lg-0 {
        border: none!important;
    }
}

@media (min-width: 1200px) {
    .border-xl-top {
        border-top: 1px solid #424242;
    }
    .border-xl-start {
        border-left: 1px solid #424242;
    }
    .border-xl-bottom {
        border-bottom: 1px solid #424242;
    }
    .border-xl-end {
        border-right: 1px solid #424242;
    }
    .border-xl-top-0 {
        border-top: none!important;
    }
    .border-xl-start-0 {
        border-left: none!important;
    }
    .border-xl-bottom-0 {
        border-bottom: none!important;
    }
    .border-xl-end-0 {
        border-right: none!important;
    }
    .border-xl-0 {
        border: none!important;
    }
}

select:invalid { color: gray; }

select {
    appearance: auto !important;
}

.table.table-dark-gray thead {
    background-color: var(--bs-gray-dark) !important;
    color: var(--bs-white);
}
.table.table-dark-gray tbody{
    border-top: none;
}

.table.table-blue thead {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
    color: var(--bs-white);
}
.table.table-blue tbody{
    border-top: none;
}

.progress.progress-sm {
    height: 5px;
}

.pulse {
    -webkit-animation: pulsate .75s ease-out;
    -webkit-animation-iteration-count: infinite; 
    opacity: 0.3;
}
@-webkit-keyframes pulsate {
    0% { opacity: 0.3; }
    50% { opacity: 1.0; }
    100% { opacity: 0.3; }
}




/*
stepper.sss
*/

.stepper-outline .step-trigger:hover{
    background-color: transparent;
}

.stepper-outline .bs-stepper-circle{
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: rgba(var(--bs-primary-rgb), .1) !important;
    border: 2px solid rgba(var(--bs-primary-rgb), .4) !important;
    color:var(--bs-primary);
    line-height: 1.9rem;
}

.stepper-outline .bs-stepper-content {
    padding: 20px;
}

.stepper-outline .step.active .bs-stepper-circle{
    background-color: var(--bs-primary) !important;
    color:var(--bs-white);
    border: none;
    line-height: 2rem;
}

.stepper-outline .step .bs-stepper-label {
    margin: 0;
}
.stepper-outline .step,
.stepper-outline .step.active .bs-stepper-label {
    color: var(--bs-primary);
}

.stepper-outline .step-trigger {
  padding: 5px;
}
.stepper-outline .step-trigger:hover {
    text-decoration: none;
    background-color: transparent;
}

@media (max-width: 768px){
  .stepper-outline .bs-stepper-circle {
        width: 2.5rem;
        height: 2.5rem;
        line-height: 1.4rem;
    }
    .stepper-outline .step.active .bs-stepper-circle{
        line-height: 1.6rem;
    }
    .stepper-outline .bs-stepper-content {
        padding: 5px;
    }
}