/*begin template colors theme white*/
:root, [data-bs-theme=white] {--violet:#6528e0;}
/*begin carousel*/
[data-bs-theme=white] .carousel .carousel-control-next-icon,[data-bs-theme=white] .carousel .carousel-control-prev-icon,[data-bs-theme=white].carousel .carousel-control-next-icon,[data-bs-theme=white].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}
/*end carousel*/
/*end template colors theme white*/
/*begin template colors theme dark*/
[data-bs-theme=dark] {--template-special-color:#02348e;}
/*end template colors theme dark*/
/*begin template theme color dark*/
[data-bs-theme=dark]{color-scheme:dark;--body-color:#dee2e6;--body-color-rgb:222,226,230;--body-bg:#212529;--body-bg-rgb:33,37,41;--emphasis-color:#fff;--emphasis-color-rgb:255,255,255;--secondary-color:rgba(222, 226, 230, 0.75);--secondary-color-rgb:222,226,230;--secondary-bg:#343a40;--secondary-bg-rgb:52,58,64;--tertiary-color:rgba(222, 226, 230, 0.5);--tertiary-color-rgb:222,226,230;--tertiary-bg:#2b3035;--tertiary-bg-rgb:43,48,53;--primary-text-emphasis:#6ea8fe;--secondary-text-emphasis:#a7acb1;--success-text-emphasis:#75b798;--info-text-emphasis:#6edff6;--warning-text-emphasis:#ffda6a;--danger-text-emphasis:#ea868f;--light-text-emphasis:#f8f9fa;--dark-text-emphasis:#dee2e6;--primary-bg-subtle:#031633;--secondary-bg-subtle:#161719;--success-bg-subtle:#051b11;--info-bg-subtle:#032830;--warning-bg-subtle:#332701;--danger-bg-subtle:#2c0b0e;--light-bg-subtle:#343a40;--dark-bg-subtle:#1a1d20;--primary-border-subtle:#084298;--secondary-border-subtle:#41464b;--success-border-subtle:#0f5132;--info-border-subtle:#087990;--warning-border-subtle:#997404;--danger-border-subtle:#842029;--light-border-subtle:#495057;--dark-border-subtle:#343a40;--heading-color:inherit;--link-color:#6ea8fe;--link-hover-color:#8bb9fe;--link-color-rgb:110,168,254;--link-hover-color-rgb:139,185,254;--code-color:#e685b5;--highlight-color:#dee2e6;--highlight-bg:#664d03;--border-color:#495057;--border-color-translucent:rgba(255, 255, 255, 0.15);--form-valid-color:#75b798;--form-valid-border-color:#75b798;--form-invalid-color:#ea868f;--form-invalid-border-color:#ea868f}
/*begin carousel*/
.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}
/*end carousel*/
/*begin forms*/
[data-bs-theme=dark] .form-select {
    --form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
    --form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")
}
/*end forms*/
/*navbar*/
.navbar-dark, .navbar[data-bs-theme=dark] {
    --navbar-color: rgba(255, 255, 255, 0.55);
    --navbar-hover-color: rgba(255, 255, 255, 0.75);
    --navbar-disabled-color: rgba(255, 255, 255, 0.25);
    --navbar-active-color: #fff;
    --navbar-brand-color: #fff;
    --navbar-brand-hover-color: #fff;
    --navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
    --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
[data-bs-theme=dark] .navbar-toggler-icon {
    --navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}
/*accordion*/
[data-bs-theme=dark] .accordion-button::after {
    --accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}
/*btn-close*/
[data-bs-theme=dark] .btn-close {
    filter:var(--btn-close-white-filter)
}
/*end template theme color dark*/
/*begin styles*/
.btn-bd-primary {
    /*--violet-bg: var(--violet);*/
    --violet-bg: var(--rakel-color-primary);
    --violet-rgb: 112.520718, 44.062154, 249.437846;
    --btn-font-weight: 600;
    --btn-color: var(--white);
    --btn-bg: var(--violet-bg);
    --btn-border-color: var(--violet-bg);
    --btn-hover-color: var(--white);
    --btn-hover-bg: #490ebe;
    --btn-hover-border-color: #6528e0;
    --btn-focus-shadow-rgb: var(--violet-rgb);
    --btn-active-color: var(--btn-hover-color);
    /*--btn-active-bg: #5a23c8;*/
    --btn-active-bg: var(--rakel-color-hover);
    --btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
    z-index: 10000;
}

.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important;
}
.back-to-top-link {bottom: 1rem;}
.bi {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -.125em;
    fill: currentcolor;
}
/*end styles*/


/* *
--template-link-color: var(--link-color);
--template-text-dark: #495057; 
--template-special-color: #001B4C;
--template-sidebar-link-color: var(--link-color);
--rakel-color-primary;
color: #484f56;-grey
**/

/* begin sidebars */
/* sidebar-left */
.container-sidebar-left .sidebar-left:first-child {margin-top:0;}
.sidebar-menu-category>li>a {color:var(--template-special-color);font-weight:500;}
.sidebar-menu-category>li.active>a {font-weight:bold;}
.sidebar-menu-category>li>ul>li>a {color:var(--template-text-dark);}
/* sidebar-right */
.container-sidebar-right .sidebar-right:first-child {margin-top:0;}
/* end sidebars */


/* rewriting bootstrap styles */
a.active {font-weight: bold;}
.container-header{background-color: #de43b4;
background-image: linear-gradient(270deg, #de43b4,#6044dd);}
.rounded {border-radius:10px!important;}
.start-95 {left: 95%;}
/* begin blog */
.fst-italic {
  font-family: Georgia;
}
/* end blog */
.bi {
        vertical-align: -.125em;
        fill: currentColor;
      }
/* begin breacrumbs */
.breadcrumb-chevron {
    --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%236c757d'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    gap: .5rem;
  }
  .breadcrumb-chevron .breadcrumb-item {
    display: flex;
    gap: inherit;
    align-items: center;
    padding-left: 0;
    line-height: 1;
  }
  .breadcrumb-chevron .breadcrumb-item::before {
    gap: inherit;
    float: none;
    width: 1rem;
    height: 1rem;
  }
  
  .breadcrumb-custom .breadcrumb-item {
    position: relative;
    flex-grow: 1;
    padding: .75rem 3rem;
  }
  .breadcrumb-custom .breadcrumb-item::before {
    display: none;
  }
  .breadcrumb-custom .breadcrumb-item::after {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    content: "";
    /* background-color: var(--bs-tertiary-bg); */
    background-color: var(--tertiary-bg);
    border-top-right-radius: .5rem;
    /* box-shadow: 1px -1px var(--bs-border-color); */
    box-shadow: 1px -1px var(--border-color);
    transform: scale(.707) rotate(45deg);
  }
  .breadcrumb-custom .breadcrumb-item:first-child {
    padding-left: 1.5rem;
  }
  .breadcrumb-custom .breadcrumb-item:last-child {
    padding-right: 1.5rem;
  }
  .breadcrumb-custom .breadcrumb-item:last-child::after {
    display: none;
  }
/* end breadcrumbs */
/* begin Custom page styles */
/* Contacts page */
body.bg-contacts > div.site-grid {
    background: #512059;
    .item-pagebg-contacts {background:none!important;}
}
/* end Custom page styles */