.posts-carousel { position: relative; }
.posts-viewport { overflow: hidden; }
.posts-track { display: flex; transition: transform .25s ease; }
.posts-track .post-card {
    margin-right: 16px;
    min-width: 320px;
    flex-shrink: 0;
}
.posts-track .post-card:last-child { margin-right: 0; }
.carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,.2); background: rgba(0,0,0,.25); color: #fff; display: inline-flex; align-items: center; justify-content: center; cursor: pointer; z-index: 2; }
.carousel-btn:hover { background: rgba(0,0,0,.35); }
.carousel-btn.prev { left: -6px; }
.carousel-btn.next { right: -6px; }
.carousel-btn:disabled { opacity: .4; cursor: default; }

.navbar-brand-img {
    height: 36px;
    width: auto;
    max-width: 220px;
    display: block;
}

li {
    margin-bottom: 12px;
}


.card-body ul {
    padding-left: 1rem !important;
}

h3 {
    margin-bottom: 1rem !important;
}


.brand-item .nav-link{
    position: relative;
    display: inline-block;
    min-height: 36px;
}

.brand-item .logo-light,
.brand-item .logo-dark{
    position: absolute;
    top: 0;
    left: 0;
}

.logo-light {
    display: block;
}
.logo-dark {
    display: none;
}


html[data-theme="dark"] .logo-light,
body[data-theme="dark"] .logo-light,
[data-theme="dark"] .logo-light {
    display: none !important;
}

html[data-theme="dark"] .logo-dark,
body[data-theme="dark"] .logo-dark,
[data-theme="dark"] .logo-dark {
    display: block !important;
}


html[data-theme="light"] .logo-light,
html:not([data-theme="dark"]) .logo-light,
body[data-theme="light"] .logo-light,
body:not([data-theme="dark"]) .logo-light,
[data-theme="light"] .logo-light {
    display: block !important;
}

html[data-theme="light"] .logo-dark,
html:not([data-theme="dark"]) .logo-dark,
body[data-theme="light"] .logo-dark,
body:not([data-theme="dark"]) .logo-dark,
[data-theme="light"] .logo-dark {
    display: none !important;
}

.horizontal-menu .brand-item {
    display: flex;
    align-items: center;
    margin-right: 12px;
}


.lang-flag {
    height: 14px;
    width: auto;
    margin-right: 6px;
    border-radius: 2px;
    vertical-align: middle;
    display: inline-block;
}


.nav-container .horizontal-menu > li.lang-menu-item > ul.sub-menu {
    min-width: 11rem !important;
    width: max-content !important;
    padding: 6px 0 !important;
}

.nav-container .horizontal-menu > li.lang-menu-item > ul.sub-menu li a {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    padding: 0.5rem 0.875rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.nav-container .horizontal-menu > li.lang-menu-item > ul.sub-menu li a .lang-flag-icon {
    flex: 0 0 20px;
    width: 20px !important;
    height: 15px !important;
    max-width: 20px !important;
    max-height: 15px !important;
    border-radius: 2px;
    object-fit: cover;
}

.nav-container .horizontal-menu > li.lang-menu-item > ul.sub-menu > li {
    margin-bottom: 0 !important;
}


#respMenu.horizontal-menu > li.brand-item > a,
#respMenu.horizontal-menu > li.brand-item > a:hover,
#respMenu.horizontal-menu > li.brand-item > a:focus,
#respMenu.horizontal-menu > li.brand-item.menu-active > a {
    background: transparent !important;
    color: inherit;
}


@media (max-width: 1024px){

  .horizontal-menu .brand-item { display: none; }

}
@media (min-width: 1025px){

  .horizontal-menu .brand-item { display: flex; }

  #respMenu.horizontal-menu {
      display: flex !important;
      align-items: center;
      justify-content: flex-start;
      padding-left: 0px;
      padding-right: 0px;

  }
  #respMenu.horizontal-menu > li.brand-item { margin-right: auto; }
  #respMenu.horizontal-menu > li { float: none; }


  #respMenu.horizontal-menu > li { position: relative; }
  #respMenu.horizontal-menu > li:nth-last-child(-n+2) > ul,
  #respMenu.horizontal-menu > li:last-child > ul {
      left: auto !important;
      right: 0 !important;
  }
  #respMenu.horizontal-menu > li > ul {
      top: 100%;
      max-height: calc(100vh - 100px);
      overflow: auto;
      z-index: 9999;
      border-radius: 10px;
      margin-top: 1px;
  }


}


.container-fluid,
.nav-container,
.footer .container-fluid {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;

}


@media (min-width: 576px){


    .container-fluid,
    .nav-container,
    .footer .container-fluid { max-width: 540px; }


}
@media (min-width: 768px){


    .container-fluid,
    .nav-container,
    .footer .container-fluid { max-width: 720px; }


}
@media (min-width: 992px){


    .container-fluid,
    .nav-container,
    .footer .container-fluid { max-width: 960px; }


}
@media (min-width: 1200px){


    .container-fluid,
    .nav-container,
    .footer .container-fluid { max-width: 1140px; }


}
@media (min-width: 1400px){


    .container-fluid,
    .nav-container,
    .footer .container-fluid { max-width: 1320px; }


}


img, video { max-width: 100%; height: auto; }


html, body { overflow-x: hidden; }

@media (max-width: 576px){


    .navbar-brand-img {
        height: 36px;
        max-width: 220px;
    }
    .horizontal-menu .brand-item {
        margin-right: 8px;
    }
    .horizontal-menu .brand-item { display: none; }


}

@media (min-width: 1200px){


    .navbar-brand-img {
        height: 36px;
        max-width: 220px;
    }


}
.resp-bannerad {
    min-height: 280px;
}

.resp-sidebar-top {
    height: 300px;
}

.resp-sidebar-bottom {
    min-height: 600px;
}


@media only screen and (min-device-width: 320px) and (max-device-width: 480px){


    .resp-bannerad {
        min-height: 300px;
    }
    .resp-sidebar-top {
        height: 315px;
    }
    .resp-sidebar-bottom {
        min-height: 315px;
    }


}

.btn-store {
    color: #ffffff;
    min-width: 200px;
    border-color: #dddddd !important;
    background-color: #55acee;
    border-color: #55acee !important;
    margin-top: 5px;
}

.btn-store:focus,
.btn-store:hover {
    color: #ffffff !important;
    background-color: #55acee;
    border-color: #55acee !important;
}

.btn-store .btn-label,
.btn-store .btn-caption {
    display: block;
    text-align: left;
    line-height: 1;
}

.btn-store .btn-caption {
    font-size: 16px;
    font-weight: bold;
}

@media only screen and (min-device-width: 250px) and (max-device-width: 480px){


    .mb-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .mb-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .mb-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mb-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .mb-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){


    .mb-20 {
        flex: 0 0 20%;
        max-width: 20%;
    }
    .mb-40 {
        flex: 0 0 40%;
        max-width: 40%;
    }
    .mb-50 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .mb-80 {
        flex: 0 0 80%;
        max-width: 80%;
    }
    .mb-100 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .hidemb {
        display: none;
    }


}


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait){


    .btn-only-desktop {
        display: none
    }


}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape){


    .btn-only-desktop {
        display: none
    }


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px){


    .btn-only-desktop {
        display: none
    }


}

@media only screen and (min-device-width:250px) and (max-device-width:768px){


    .mb-100 {
        flex: none;
        width: 100%;
        max-width: 100%
    }
    .btn-only-desktop {
        display: none
    }


}


@media only screen and (min-device-width: 250px) and (max-device-width: 480px){


    .hidemb {
        display: none !important;
    }
    .btn-only-desktop {
        display: none
    }


}

#main-result {
    float: left;
    width: auto;
    overflow-y: auto;

    overflow-x: auto;
    background: transparent;
    color: rgba(0, 0, 0, .85);
    line-height: 1.8;
    font-size: 15px;
}


#main-result b {
    font-weight: 600;
    color: rgba(0, 0, 0, .95);
}


#main-result br + br {
    margin-bottom: 0.5rem;
}


html[data-theme="dark"] #main-result,
body[data-theme="dark"] #main-result {
    color: rgba(255, 255, 255, .9);
}

html[data-theme="dark"] #main-result b,
body[data-theme="dark"] #main-result b {
    color: rgba(255, 255, 255, 1);
    font-weight: 600;
}


html:not([data-theme="dark"]) #main-result,
body:not([data-theme="dark"]) #main-result {
    color: rgba(0, 0, 0, .85);
}

html:not([data-theme="dark"]) #main-result b,
body:not([data-theme="dark"]) #main-result b {
    color: rgba(0, 0, 0, .95);
    font-weight: 600;
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

html {
    height: 100%
}

@-ms-viewport {
    width: device-width
}

body {
    background-color: #f8f9fa;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, .85);
    letter-spacing: 1px;
    overflow-x: hidden;
    margin: 0px;
    line-height: 1.65;
}


html[data-theme="dark"] body,
body[data-theme="dark"] {
    background-color: #000;
    color: rgba(255, 255, 255, .85);
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

::selection {
    background: rgba(0, 0, 0, .2);
}


html[data-theme="dark"] ::selection,
body[data-theme="dark"] ::selection {
    background: rgba(255, 255, 255, .2);
}

select option {
    background: #ffffff;
    color: rgba(0, 0, 0, .85);
}


html[data-theme="dark"] select option,
body[data-theme="dark"] select option {
    background: #000;
    color: #fff;
}

::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    font-size: 13px;
    opacity: 1 !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

:-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    text-overflow: ellipsis;
    overflow: hidden;
}

::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 768px){


    ::placeholder {
        font-size: 12px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    :-ms-input-placeholder {
        font-size: 12px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    ::-ms-input-placeholder {
        font-size: 12px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }

    .form-control::placeholder,
    select.form-control::placeholder {
        font-size: 12px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }


}


html:not([data-theme="dark"]) ::placeholder,
html[data-theme="light"] ::placeholder,
[data-theme="light"] ::placeholder,
body:not([data-theme="dark"]) ::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    opacity: 1 !important;
}

html:not([data-theme="dark"]) :-ms-input-placeholder,
html[data-theme="light"] :-ms-input-placeholder,
[data-theme="light"] :-ms-input-placeholder,
body:not([data-theme="dark"]) :-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
}

html:not([data-theme="dark"]) ::-ms-input-placeholder,
html[data-theme="light"] ::-ms-input-placeholder,
[data-theme="light"] ::-ms-input-placeholder,
body:not([data-theme="dark"]) ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
}

html:not([data-theme="dark"]) .form-control::placeholder,
html[data-theme="light"] .form-control::placeholder,
[data-theme="light"] .form-control::placeholder,
body:not([data-theme="dark"]) .form-control::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    opacity: 1 !important;
}


html[data-theme="dark"] ::placeholder,
body[data-theme="dark"] ::placeholder {
    color: #fff !important;
    opacity: .5 !important;
}

html[data-theme="dark"] :-ms-input-placeholder,
body[data-theme="dark"] :-ms-input-placeholder {
    color: #fff !important;
}

html[data-theme="dark"] ::-ms-input-placeholder,
body[data-theme="dark"] ::-ms-input-placeholder {
    color: #fff !important;
}

html[data-theme="dark"] .form-control::placeholder,
body[data-theme="dark"] .form-control::placeholder {
    color: #fff !important;
    opacity: .5 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
}


html[data-theme="dark"] .h1,
html[data-theme="dark"] .h2,
html[data-theme="dark"] .h3,
html[data-theme="dark"] .h4,
html[data-theme="dark"] .h5,
html[data-theme="dark"] .h6,
html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
body[data-theme="dark"] .h1,
body[data-theme="dark"] .h2,
body[data-theme="dark"] .h3,
body[data-theme="dark"] .h4,
body[data-theme="dark"] .h5,
body[data-theme="dark"] .h6,
body[data-theme="dark"] h1,
body[data-theme="dark"] h2,
body[data-theme="dark"] h3,
body[data-theme="dark"] h4,
body[data-theme="dark"] h5,
body[data-theme="dark"] h6 {
    color: #fff;
}


.line-height-0 {
    line-height: 0
}

.line-height-5 {
    line-height: 5px
}

.line-height-10 {
    line-height: 5px
}

.demo-heading {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: .25rem;
    color: #fff
}

code {
    font-size: 87.5%;

    word-break: break-word
}

.blockquote-footer {
    color: #cecece
}


hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 2px solid rgba(0, 0, 0, .12);
}

html:not([data-theme="dark"]) hr,
html[data-theme="light"] hr,
[data-theme="light"] hr {
    border-top: 2px solid rgba(0, 0, 0, .12) !important;
}

.col-md-12>p {

}


:focus {
    outline: 0;
}

:focus-visible {
    outline: 2px solid #04b962;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px rgba(4, 185, 98, 0.2);
    border-radius: 2px;
}

html[data-theme="dark"] :focus-visible,
body[data-theme="dark"] :focus-visible {
    outline-color: #4ade80;
    box-shadow: 0 0 0 4px rgba(74, 222, 128, 0.25);
}


:root,
html,
body {
    --bs-link-decoration: none;
}
a {
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: underline;
}

p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
.card-body a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
main a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item) {
    font-weight: 600;
    text-decoration: none;
}
p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):focus-visible,
.card-body a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
.card-body a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):focus-visible,
main a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
main a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):focus-visible {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.12em;
    text-decoration-skip-ink: auto;
}

.horizontal-menu a,
.site-nav-desktop a,
.site-menu-mobile a,
.site-header-mobile a,
.footer a,
.list-group-item-action,
a.btn,
.theme-toggle-btn,
.cc-tab,
.card-item,
.more-tools-link {
    text-decoration: none;
}

a.btn:hover,
a.btn:focus,
.nav-link:hover,
.nav-link:focus,
.cc-tab:hover,
.cc-tab:focus,
.card-item:hover,
.card-item:focus,
.card-item:focus-visible,
.theme-toggle-btn:hover,
.theme-toggle-btn:focus,
.list-group-item-action:hover,
.list-group-item-action:focus,
.horizontal-menu a:hover,
.horizontal-menu a:focus,
.site-nav-desktop a:hover,
.site-nav-desktop a:focus,
.site-menu-mobile a:hover,
.site-menu-mobile a:focus,
.site-header-mobile a:hover,
.site-header-mobile a:focus,
.footer a:hover,
.footer a:focus,
.site-menu-mobile a:hover,
.site-menu-mobile a:focus {
    text-decoration: none;
}


html[data-theme="dark"] hr,
body[data-theme="dark"] hr {
    border-top: 2px solid rgba(255, 255, 255, .15) !important;
}

.small,
small {
    font-size: 75%;
    font-weight: 400
}

.small-font {
    font-size: 14px
}

.extra-small-font {
    font-size: 12px
}

.breadcrumb-item.active {
    color: #fff
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff
}

.row {
    margin-right: -12.5px;
    margin-left: -12.5px
}

.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-md-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-md-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    padding-right: 12.5px;
    padding-left: 12.5px
}

#wrapper {
    width: 100%;
    position: relative
}

.top-wrapper {
    width: 100%;
    height: auto;
    background: rgba(255, 255, 255, .95);
    position: relative;
    top: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
    z-index: 10;
}

html[data-theme="dark"] .top-wrapper,
body[data-theme="dark"] .top-wrapper {
    background: rgba(0, 0, 0, .2);
}
html[data-theme="dark"] .top-wrapper.bg-dark,
body[data-theme="dark"] .top-wrapper.bg-dark {
    background: rgba(0, 0, 0, .3) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}

.nav-container {
    width: 100%;
    position: relative
}

.content-wrapper {

    overflow-x: hidden;
}


@media (max-width: 991.98px) {
    .content-wrapper {
        overflow-x: visible;
    }
}

.right-sidebar {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    overflow: scroll;
    overflow-x: hidden;
    top: 0;
    right: -300px;
    z-index: 999;
    text-align: center;
    padding: 10px;
    background: #000;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.switcher-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #000;
    text-align: center;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    position: fixed;
    right: 0;
    top: 15rem;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.right-sidebar.right-toggled {
    right: 0
}

.right-sidebar.right-toggled .switcher-icon {
    right: 260px
}

.bg-theme {
    background-size: 100% 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.switcher {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin-left: 20px
}

.switcher li {
    float: left;
    width: 85px;
    height: 75px;
    margin: 0 15px 15px 0;
    border-radius: 4px;
    border: 0 solid #000
}


body.bg-theme1 {
    background-color: #f8f9fa;
}


html[data-theme="dark"] body.bg-theme1,
body[data-theme="dark"].bg-theme1 {
    background-color: var(--mh-header-bg-solid-dark);
}


.dropdown-menu {
    border: 1px solid rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .15) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15) !important;
    font-size: 15px;
    background-color: #ffffff;
    color: rgba(0, 0, 0, .85);
}

.dropdown-menu a {
    color: rgba(0, 0, 0, .85);
}

.dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, .05);
}


html[data-theme="dark"] .dropdown-menu,
body[data-theme="dark"] .dropdown-menu {
    border: 2px solid rgba(255, 255, 255, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1) !important;
    background-color: #4a4e50;
    color: #fff;
}

html[data-theme="dark"] .dropdown-menu a,
body[data-theme="dark"] .dropdown-menu a {
    color: #fff;
}

html[data-theme="dark"] .dropdown-menu a:hover,
body[data-theme="dark"] .dropdown-menu a:hover {
    background-color: rgba(255, 255, 255, .1);
}


.dropdown-menu ul {
    margin-top: 0
}

.dropdown-divider {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, .14)
}

.dropdown-item {
    padding: .7rem 1.5rem;
    color: #fff;
    display: flex;
    align-items: center
}

.dropdown-item:hover {
    padding: .7rem 1.5rem;
    background-color: #222;
    color: #fff;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #222
}

.dropdown-toggle-nocaret:after {
    display: none
}


.user-profile img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.user-details .media .avatar img {
    width: 50px;
    height: 50px;
    border-radius: 50%
}

.user-details .media .media-body .user-title {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 2px
}

.user-details .media .media-body .user-subtitle {
    font-size: 13px;
    color: #fff;
    margin-bottom: 0
}

.brand-logo {
    width: auto;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-bottom: 0 solid rgba(255, 255, 255, .2);
}

.logo-text {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    line-height: 0;
    margin-left: 10px;
}

.logo-icon {
    width: 35px
}


.search-btn-mobile {
    display: none
}


*,
*::before,
*::after {
    transition: background-color 0s, background 0s, color 0s, border-color 0s, border 0s !important;
}

.card {
    margin-bottom: 25px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08);

    background-color: rgba(255, 255, 255, .95);
}


html[data-theme="dark"] .card,
body[data-theme="dark"] .card {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);

    background-color: #282828;
}

.card-header {
    padding: .5rem .5rem;

    margin-bottom: 0;
    background: 0 0;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 0, 0, .85);
}


html[data-theme="dark"] .card-header,
body[data-theme="dark"] .card-header {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    color: #fff;
}

.card-title {
    margin-bottom: .75rem;
    font-weight: 600;
    font-size: 16px;
    color: rgba(0, 0, 0, .85);
}


html[data-theme="dark"] .card-title,
body[data-theme="dark"] .card-title {
    color: #fff;
}

.card-action {
    float: right
}

.card-action a i {
    color: #fff;
    border-radius: 50%
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, .12);
}


html[data-theme="dark"] .card-footer,
body[data-theme="dark"] .card-footer {
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.card-deck {
    margin-bottom: 25px
}

@media (min-width:576px){


    .card-deck {
        margin-right: -12.5px;
        margin-left: -12.5px
    }
    .card-deck .card {
        margin-right: 12.5px;
        margin-left: 12.5px
    }


}

.card-group {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    margin-bottom: 25px
}

.card-group .card {
    box-shadow: none
}

.bubble {
    position: relative;
    overflow: hidden
}

.bubble .card-block:after,
.bubble .card-block:before {
    content: "";
    position: absolute;
    background-color: rgba(255, 255, 255, .22);
    right: -40px;
    border-radius: 50%
}

.bubble .card-block:before {
    width: 100px;
    height: 100px;
    bottom: -40px
}

.bubble .card-block:after {
    width: 80px;
    height: 80px;
    bottom: 40px
}


.border-angle {
    border-top-left-radius: 60px !important;
    border-bottom-right-radius: 60px !important
}

.modal-header {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    border-bottom: 1px solid rgba(0, 0, 0, .12);
}

.modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .12);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, .85);
}

.modal-content {
    border-radius: .25rem;
    font-size: 14px;
    background: #ffffff;
    color: rgba(0, 0, 0, .85);
}

.close {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    opacity: 1;
}

.close:hover {
    font-size: 1.4rem;
    font-weight: 400;
    color: rgba(0, 0, 0, .9);
}


html[data-theme="dark"] .modal-header,
body[data-theme="dark"] .modal-header {
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

html[data-theme="dark"] .modal-footer,
body[data-theme="dark"] .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, .2);
}

html[data-theme="dark"] .modal-title,
body[data-theme="dark"] .modal-title {
    color: #fff;
}

html[data-theme="dark"] .modal-content,
body[data-theme="dark"] .modal-content {
    background: #000;
    color: #fff;
}

html[data-theme="dark"] .close,
html[data-theme="dark"] .close:hover,
body[data-theme="dark"] .close,
body[data-theme="dark"] .close:hover {
    color: #fff;
    opacity: .7;
}


.btn-close {
    opacity: .7;
}

.btn-close:hover {
    opacity: .9;
}

html[data-theme="dark"] .btn-close,
body[data-theme="dark"] .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: .7;
}

html[data-theme="dark"] .btn-close:hover,
body[data-theme="dark"] .btn-close:hover {
    filter: invert(1) grayscale(100%) brightness(200%);
    opacity: 1;
}


html {
    scrollbar-gutter: stable;
}

body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

html:has(body.modal-open) {
    overflow: hidden !important;
}


body.modal-open .top-wrapper,
body.modal-open .site-header-mobile,
body.modal-open .sticky-menu,
body.modal-open .fixed-top,
body.modal-open .sticky-top {
    padding-right: 0 !important;
    margin-right: 0 !important;
}


.modal-content {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.modal.fade .modal-dialog {
    transition: none !important;
    transform: none !important;
}
.modal.show .modal-dialog {
    transform: none !important;
}
.modal.fade {
    transition: none !important;
}
.modal-backdrop.fade {
    transition: none !important;
}
.modal-backdrop {
    transition: none !important;
}


html[data-theme="dark"] .modal-content,
body[data-theme="dark"] .modal-content {
    background-color: #282828 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
html[data-theme="dark"] .modal-header,
body[data-theme="dark"] .modal-header {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}
html[data-theme="dark"] .modal-title,
body[data-theme="dark"] .modal-title {
    color: #fff !important;
}
html[data-theme="dark"] .modal-body,
body[data-theme="dark"] .modal-body {
    color: #fff !important;
}
html[data-theme="dark"] .modal-footer,
body[data-theme="dark"] .modal-footer {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-top: 2px solid rgba(255, 255, 255, 0.12) !important;
}

html[data-theme="light"] .modal-footer,
html:not([data-theme="dark"]) .modal-footer,
body[data-theme="light"] .modal-footer,
body:not([data-theme="dark"]) .modal-footer {
    background-color: #f8f9fa !important;
}
html[data-theme="dark"] .close,
html[data-theme="dark"] .close:hover,
body[data-theme="dark"] .close,
body[data-theme="dark"] .close:hover {
    color: #fff !important;
    opacity: 0.8 !important;
}
html[data-theme="dark"] .close:hover,
body[data-theme="dark"] .close:hover {
    opacity: 1 !important;
}

html[data-theme="light"] .close,
html:not([data-theme="dark"]) .close,
body[data-theme="light"] .close,
body:not([data-theme="dark"]) .close {
    color: #000 !important;
    opacity: 0.8 !important;
}
html[data-theme="light"] .close:hover,
html:not([data-theme="dark"]) .close:hover,
body[data-theme="light"] .close:hover,
body:not([data-theme="dark"]) .close:hover {
    color: #000 !important;
    opacity: 1 !important;
}

html:not([data-theme="dark"]) #errorModal .close,
html:not([data-theme="dark"]) #successModal .close,
html[data-theme="light"] #errorModal .close,
html[data-theme="light"] #successModal .close,
body:not([data-theme="dark"]) #errorModal .close,
body:not([data-theme="dark"]) #successModal .close,
body[data-theme="light"] #errorModal .close,
body[data-theme="light"] #successModal .close {
    color: #000 !important;
    opacity: 0.8 !important;
}
html:not([data-theme="dark"]) #errorModal .close:hover,
html:not([data-theme="dark"]) #successModal .close:hover,
html[data-theme="light"] #errorModal .close:hover,
html[data-theme="light"] #successModal .close:hover,
body:not([data-theme="dark"]) #errorModal .close:hover,
body:not([data-theme="dark"]) #successModal .close:hover,
body[data-theme="light"] #errorModal .close:hover,
body[data-theme="light"] #successModal .close:hover {
    color: #000 !important;
    opacity: 1 !important;
}

html[data-theme="dark"] #errorModal .modal-content,
html[data-theme="dark"] #successModal .modal-content,
body[data-theme="dark"] #errorModal .modal-content,
body[data-theme="dark"] #successModal .modal-content {
    background-color: #282828 !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
}
html[data-theme="dark"] #errorModal .modal-header,
html[data-theme="dark"] #successModal .modal-header,
body[data-theme="dark"] #errorModal .modal-header,
body[data-theme="dark"] #successModal .modal-header {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-bottom: 2px solid rgba(255, 255, 255, 0.12) !important;
    color: #fff !important;
}
html[data-theme="dark"] #errorModal .modal-title,
html[data-theme="dark"] #successModal .modal-title,
body[data-theme="dark"] #errorModal .modal-title,
body[data-theme="dark"] #successModal .modal-title {
    color: #fff !important;
}
html[data-theme="dark"] #errorModal .modal-body,
html[data-theme="dark"] #successModal .modal-body,
body[data-theme="dark"] #errorModal .modal-body,
body[data-theme="dark"] #successModal .modal-body {
    color: #fff !important;
}
html[data-theme="dark"] #errorModal .modal-body p,
html[data-theme="dark"] #successModal .modal-body p,
body[data-theme="dark"] #errorModal .modal-body p,
body[data-theme="dark"] #successModal .modal-body p {
    color: rgba(255, 255, 255, 0.9) !important;
}

#errorModalMessage,
#successModalMessage {
    text-align: center !important;
}

html[data-theme="dark"] #errorModalIcon svg,
html[data-theme="dark"] #successModalIcon svg,
body[data-theme="dark"] #errorModalIcon svg,
body[data-theme="dark"] #successModalIcon svg {
    color: inherit !important;
}

html[data-theme="dark"] #errorModalIcon.warning-icon,
html[data-theme="dark"] #successModalIcon.warning-icon,
body[data-theme="dark"] #errorModalIcon.warning-icon,
body[data-theme="dark"] #successModalIcon.warning-icon {
    color: #f80 !important;
}
html[data-theme="dark"] #errorModalIcon[data-icon-type="warning"],
html[data-theme="dark"] #successModalIcon[data-icon-type="warning"],
body[data-theme="dark"] #errorModalIcon[data-icon-type="warning"],
body[data-theme="dark"] #successModalIcon[data-icon-type="warning"] {
    color: #f80 !important;
}
html[data-theme="dark"] #errorModal .modal-footer,
html[data-theme="dark"] #successModal .modal-footer,
body[data-theme="dark"] #errorModal .modal-footer,
body[data-theme="dark"] #successModal .modal-footer {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-top: 2px solid rgba(255, 255, 255, 0.12) !important;
}
html[data-theme="dark"] #errorModal .close,
html[data-theme="dark"] #errorModal .close:hover,
html[data-theme="dark"] #successModal .close,
html[data-theme="dark"] #successModal .close:hover,
body[data-theme="dark"] #errorModal .close,
body[data-theme="dark"] #errorModal .close:hover,
body[data-theme="dark"] #successModal .close,
body[data-theme="dark"] #successModal .close:hover {
    color: #fff !important;
    opacity: 0.8 !important;
}
html[data-theme="dark"] #errorModal .close:hover,
html[data-theme="dark"] #successModal .close:hover,
body[data-theme="dark"] #errorModal .close:hover,
body[data-theme="dark"] #successModal .close:hover {
    opacity: 1 !important;
}


.btn {
    font-size: .8rem;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 9px 19px;
    border-radius: .25rem;
    text-transform: uppercase;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.btn-link {
    color: #14abef
}

.btn:focus {
    box-shadow: none
}

.btn-lg {
    padding: 12px 38px;
    font-size: .9rem
}

.btn-sm {
    font-size: 10px;
    font-weight: 500;
    padding: 6px 15px
}

.btn-group-sm>.btn {
    font-size: 10px
}

.btn-primary {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

.btn-primary:hover {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6a27e0;
    border-color: #6a27e0
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-secondary {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}

.btn-secondary:hover {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: none
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #82503f;
    border-color: #82503f
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-success {
    color: #fff;
    background-color: #067f42;
    border-color: #067f42;
    -webkit-appearance: none !important;
    -webkit-touch-callout: none !important;
}

.btn-success b {
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-success:hover {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}

.btn-success:hover b {
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: none
}

.btn-success.focus b,
.btn-success:focus b {
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}

.btn-success.disabled b,
.btn-success:disabled b {
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #019e4c;
    border-color: #019e4c
}

.btn-success:not(:disabled):not(.disabled).active b,
.btn-success:not(:disabled):not(.disabled):active b,
.show>.btn-success.dropdown-toggle b {
    color: rgba(255, 255, 255, 0.9) !important;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: none
}

.btn-info {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}

.btn-info:hover {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: none
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #039ce0;
    border-color: #039ce0
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: none
}

.btn-warning {
    color: #fff;
    background-color: #f80;
    border-color: #f80
}

.btn-warning:hover {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: none
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #e67c02;
    border-color: #e67c02
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: none
}

.btn-danger {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}

.btn-danger:hover {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: none
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #de2935;
    border-color: #de2935
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: none
}

.btn-light {
    color: #fff;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.btn-light:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .18);
    border-color: rgba(255, 255, 255, .18)
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: none
}

.btn-light.disabled,
.btn-light:disabled {
    color: #fff;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #fff;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: none
}


.btn-dark {
    color: #fff;
    background-color: #353434;
    border-color: #353434
}

.btn-dark:hover {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: none
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1b1a1a;
    border-color: #1b1a1a
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-primary {
    color: #7934f3;
    background-color: transparent;
    background-image: none;
    border-color: #7934f3
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3;
    box-shadow: none
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #7934f3;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-secondary {
    color: #94614f;
    background-color: transparent;
    background-image: none;
    border-color: #94614f
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f;
    box-shadow: none
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #94614f;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-success {
    color: #04b962;
    background-color: transparent;
    background-image: none;
    border-color: #04b962
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962;
    box-shadow: none
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #04b962;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-info {
    color: #14b6ff;
    background-color: transparent;
    background-image: none;
    border-color: #14b6ff
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff;
    box-shadow: none
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #14b6ff;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-warning {
    color: #f80;
    background-color: transparent;
    background-image: none;
    border-color: #f80
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #f80;
    border-color: #f80
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    color: #fff;
    background-color: #f80;
    border-color: #f80;
    box-shadow: none
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #f80;
    background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #f80;
    border-color: #f80
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-danger {
    color: #f43643;
    background-color: transparent;
    background-image: none;
    border-color: #f43643
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643;
    box-shadow: none
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #f43643;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-light {
    color: rgba(255, 255, 255, .125);
    background-color: transparent;
    background-image: none;
    border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light:hover {
    color: #212529;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    color: #212529;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125);
    box-shadow: none
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: rgba(255, 255, 255, .125);
    background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-white {
    color: #fff;
    background-color: transparent;
    background-image: none;
    border-color: #fff
}

.btn-outline-white:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white.focus,
.btn-outline-white:focus {
    color: #000;
    background-color: #fff;
    border-color: #fff;
    box-shadow: none
}

.btn-outline-white.disabled,
.btn-outline-white:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-white:not(:disabled):not(.disabled).active,
.btn-outline-white:not(:disabled):not(.disabled):active,
.show>.btn-outline-white.dropdown-toggle {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-white:not(:disabled):not(.disabled).active:focus,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-white.dropdown-toggle:focus {
    box-shadow: none
}

.btn-outline-dark {
    color: #000;
    background-color: transparent;
    background-image: none;
    border-color: #000
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    color: #fff;
    background-color: #000;
    border-color: #000;
    box-shadow: none
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #000;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: none
}

.btn-link {
    font-weight: 600;
    box-shadow: none
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none
}


.btn-inverse-warning {
    color: #f80;
    background-color: rgba(255, 136, 0, .18);
    border-color: rgba(255, 136, 0, .18)
}

.btn-inverse-warning:hover {
    color: #f80;
    background-color: rgba(255, 136, 0, .18);
    border-color: rgba(255, 136, 0, .18)
}


.btn-gradient-primary {
    color: #fff;
    background-color: #8f50ff;
    border-color: #8f50ff;
    background: linear-gradient(to top, #8f50ff, #d13adf)
}

.btn-gradient-primary:hover {
    color: #fff;
    background-color: #8f50ff;
    border-color: #8f50ff;
    background: linear-gradient(to top, #8f50ff, #d13adf)
}

.btn-gradient-danger {
    color: #fff;
    background-color: #ff5447;
    border-color: #ff5447;
    background: linear-gradient(to top, #ff5447, #f1076f)
}

.btn-gradient-danger:hover {
    color: #fff;
    background-color: #ff5447;
    border-color: #ff5447;
    background: linear-gradient(to top, #ff5447, #f1076f)
}

.btn-gradient-success {
    color: #fff;
    background-color: #08a50e;
    border-color: #08a50e;
    background: linear-gradient(to top, #08a50e, #cddc35)
}

.btn-gradient-success:hover {
    color: #fff;
    background-color: #08a50e;
    border-color: #08a50e;
    background: linear-gradient(to top, #08a50e, #cddc35)
}

.btn-gradient-info {
    color: #fff;
    background-color: #00c8ff;
    border-color: #00c8ff;
    background: linear-gradient(to top, #00c8ff, #0072ff)
}

.btn-gradient-info:hover {
    color: #fff;
    background-color: #00c8ff;
    border-color: #00c8ff;
    background: linear-gradient(to top, #00c8ff, #0072ff)
}

.btn-gradient-warning {
    color: #fff;
    background-color: #f7971e;
    border-color: #f7971e;
    background: linear-gradient(to top, #f7971e, #ffd200)
}

.btn-gradient-warning:hover {
    color: #fff;
    background-color: #f7971e;
    border-color: #f7971e;
    background: linear-gradient(to top, #f7971e, #ffd200)
}

.btn-gradient-secondary {
    color: #fff;
    background-color: #fc00ff;
    border-color: #fc00ff;
    background: linear-gradient(to top, #fc00ff, #00dbde)
}

.btn-gradient-secondary:hover {
    color: #fff;
    background-color: #fc00ff;
    border-color: #fc00ff;
    background: linear-gradient(to top, #fc00ff, #00dbde)
}

.btn-round {
    border-radius: 10px !important
}

.btn-square {
    border-radius: 0 !important
}

.btn-group,
.btn-group-vertical {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.btn-group .btn {
    box-shadow: none !important
}

.btn-group-vertical .btn {
    box-shadow: none !important
}


.split-btn-primary,
.split-btn-primary:hover {
    border: 1px solid #0e95d2 !important;
    background-color: #0e95d2
}

.split-btn-success,
.split-btn-success:hover {
    border: 1px solid #059f4f !important;
    background-color: #059f4f
}

.split-btn-danger,
.split-btn-danger:hover {
    border: 1px solid #de1940 !important;
    background-color: #de1940
}

.split-btn-secondary,
.split-btn-secondary:hover {
    border: 1px solid #ae1cbc !important;
    background-color: #ae1cbc
}

.split-btn-warning,
.split-btn-warning:hover {
    border: 1px solid #dd8824 !important;
    background-color: #dd8824
}

.split-btn-info,
.split-btn-info:hover {
    border: 1px solid #05afce !important;
    background-color: #05afce
}

.split-btn-white,
.split-btn-white:hover {
    border: 1px solid #ddd !important;
    background-color: #ddd
}

.split-btn-dark,
.split-btn-dark:hover {
    border: 1px solid #070f1d !important;
    background-color: #070f1d
}

.btn-social {
    width: 42px;
    height: 42px;
    font-size: 16px;
    line-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    color: currentColor;
    text-align: center;
    box-shadow: none;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.btn-social:active,
.btn-social:focus,
.btn-social:hover {
    outline: 0;
    border-color: rgba(255, 255, 255, .4);
    background: rgba(255, 255, 255, .05);
    color: currentColor;
}

.btn-social-text {
    font-size: .72rem;
    text-transform: uppercase;
    padding: 10px 20px;
    font-weight: 600;
    border: 1px solid transparent;
    display: inline-block;
    background: #ddd;
    color: #fff;
    text-align: center;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
}

.btn-social-text i {
    font-size: .95rem;
    padding-right: 4px;
    vertical-align: middle;
    display: table-cell
}

.btn-social-text span {
    display: table-cell;
    vertical-align: middle
}

.btn-social-text:hover,
.btn-social:active,
.btn-social:focus {
    outline: 0;
    color: #fff
}

.btn-social-circle {
    border-radius: 50%
}


.btn-facebook,
.btn-twitter,
.btn-pinterest,
.btn-reddit,
.btn-instagram {
    background-color: transparent !important;
    border-color: rgba(255, 255, 255, .2) !important;
}


html[data-theme="light"] .btn-social,
[data-theme="light"] .btn-social {
    border-color: rgba(0, 0, 0, .15) !important;
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .btn-social:hover,
html[data-theme="light"] .btn-social:focus,
[data-theme="light"] .btn-social:hover,
[data-theme="light"] .btn-social:focus {
    border-color: rgba(0, 0, 0, .25) !important;
    background: rgba(0, 0, 0, .05) !important;
}


.btn-social svg {
    fill: currentColor;
    width: 22px;
    height: 22px;
}

.btn-social:hover svg,
.btn-social:focus svg {
    fill: currentColor;
}


.btn-pinterest {
    background-color: #cc2127;
    border-color: #cc2127
}


.icon a:hover {
    background: rgba(255, 255, 255, .26);
    color: #fff;
    text-decoration: none
}

.icon a {
    display: block;
    color: #e8e8e8;
    padding: 8px;
    line-height: 32px;
    border-radius: 2px
}

.icon a i {
    padding-right: 10px
}


.preview {
    padding: 15px 0;
    position: relative
}

.show-code {
    color: #e8e8e8
}

.icons {
    font-size: 15px;
    padding-right: 7px
}

.name {
    font-size: 15px
}

.preview a {
    padding: 15px
}

.preview a:hover {
    padding: 15px;
    text-decoration: none
}

.preview a i {
    margin-right: 10px;
    font-size: 18px
}


.flag-icon-list div {
    cursor: pointer;
    line-height: 60px;
    white-space: nowrap;
    color: #e8e8e8
}

.flag-icon-list div:hover {
    background: rgba(255, 255, 255, .31)
}

.flag-icon-list i {
    display: inline-block;
    font-size: 18px;
    margin: 0 15px 0 10px;
    text-align: left;
    vertical-align: middle;
}

.w-circle-icon {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center
}

.w-circle-icon i {
    font-size: 20px
}

.media .w-icon i {
    font-size: 35px
}


.bootstrap-tagsinput .badge {
    line-height: 1.5;
    position: relative;
    margin: .125rem;
    padding: .625rem .625rem .5rem;
    color: #3e3d3d;
    text-transform: uppercase;
    border-radius: .25rem;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(68, 68, 68, .25)
}

.badge-dot i {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: .385rem;
    vertical-align: middle;
    border-radius: 50%
}


.percent {
    display: inline-block;
    line-height: 110px !important;
    z-index: 2
}

.percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}

.w_chart {
    position: relative;
    display: inline-block;
    width: 65px !important;
    height: 65px !important;
    text-align: center
}

.w_chart canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 65px !important;
    height: 65px !important
}

.w_percent {
    display: inline-block;
    line-height: 65px !important;
    z-index: 2;
    color: #fff
}

.w_percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em;
    color: #fff
}

.gmaps,
.gmaps-panaroma {
    height: 400px;
    background: #eee;
    border-radius: 3px
}

.error {
    color: #ff5656
}

label {
    color: rgba(0, 0, 0, .85);
    font-size: .75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 8px;
    display: block;
}

.form-group {
    margin-bottom: 1.5rem;
}


.scratch-card {
    display: flex;
    flex-direction: column;
}

.scratch-card .card {
    display: flex;
    flex-direction: column;
    flex: 1;
    height: 100%;
}

.scratch-card .card-body {


    flex-direction: column;
}

.scratch-card .card-body form {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scratch-card .card-footer {
    margin-top: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}


.copy-download-btn {
    display: block !important;
    transition: opacity 0.3s ease;
}


.copy-download-btn button:disabled,
.copy-download-btn .btn:disabled {
    opacity: 0.5 !important;
    cursor: not-allowed !important;
    pointer-events: none !important;
    filter: grayscale(0.3);
}


.copy-download-btn button:not(:disabled),
.copy-download-btn .btn:not(:disabled) {
    opacity: 1 !important;
    cursor: pointer !important;
    pointer-events: auto !important;
    filter: none;
    transition: opacity 0.3s ease, filter 0.3s ease;
}


html[data-theme="dark"] .copy-download-btn button:disabled,
html[data-theme="dark"] .copy-download-btn .btn:disabled,
body[data-theme="dark"] .copy-download-btn button:disabled,
body[data-theme="dark"] .copy-download-btn .btn:disabled {
    opacity: 0.4 !important;
    background-color: rgba(4, 185, 98, 0.4) !important;
    border-color: rgba(4, 185, 98, 0.4) !important;
}


html:not([data-theme="dark"]) .copy-download-btn button:disabled,
html:not([data-theme="dark"]) .copy-download-btn .btn:disabled,
body:not([data-theme="dark"]) .copy-download-btn button:disabled,
body:not([data-theme="dark"]) .copy-download-btn .btn:disabled {
    opacity: 0.5 !important;
    background-color: rgba(4, 185, 98, 0.5) !important;
    border-color: rgba(4, 185, 98, 0.5) !important;
}

.form-group label {
    margin-bottom: 6px;
}


html[data-theme="dark"] label,
body[data-theme="dark"] label {
    color: rgba(255, 255, 255, .75);
}

.input-group .btn {
    box-shadow: none;
    padding: .375rem .75rem;
}

.input-group-text {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .95);
    border: 1px solid rgba(0, 0, 0, .15);
}


html[data-theme="dark"] .input-group-text,
body[data-theme="dark"] .input-group-text {
    color: #fff;
    background-color: rgba(233, 236, 239, .4);
    border: 0 solid rgba(206, 212, 218, 0);
}


select.form-control:not([data-theme]),
html:not([data-theme="dark"]) select.form-control,
body:not([data-theme="dark"]) select.form-control{
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .95) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23333' d='M6 9L1 4h10z'/%3e%3c/svg%3e");
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 0.35rem;
    padding: 0.625rem 1rem;
    padding-right: 2.5rem;
    min-height: 42px;
    height: auto;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    overflow: visible;
}


html:not([data-theme="dark"]) input.form-control[type="text"],
html:not([data-theme="dark"]) input.form-control[type="number"],
html:not([data-theme="dark"]) input.form-control[type="email"],
html:not([data-theme="dark"]) input.form-control[type="tel"],
html:not([data-theme="dark"]) input.form-control[type="password"],
html:not([data-theme="dark"]) input.form-control:not([type]),
html:not([data-theme="dark"]) input.form-control.form-control-lg[type="text"],
html:not([data-theme="dark"]) input.form-control.form-control-lg[type="number"],
html:not([data-theme="dark"]) input.form-control.form-control-lg[type="email"],
html:not([data-theme="dark"]) input.form-control.form-control-lg[type="tel"],
html:not([data-theme="dark"]) input.form-control.form-control-lg[type="password"],
html:not([data-theme="dark"]) input.form-control.form-control-lg:not([type]),
html[data-theme="light"] input.form-control[type="text"],
html[data-theme="light"] input.form-control[type="number"],
html[data-theme="light"] input.form-control[type="email"],
html[data-theme="light"] input.form-control[type="tel"],
html[data-theme="light"] input.form-control[type="password"],
html[data-theme="light"] input.form-control:not([type]),
html[data-theme="light"] input.form-control.form-control-lg[type="text"],
html[data-theme="light"] input.form-control.form-control-lg[type="number"],
html[data-theme="light"] input.form-control.form-control-lg[type="email"],
html[data-theme="light"] input.form-control.form-control-lg[type="tel"],
html[data-theme="light"] input.form-control.form-control-lg[type="password"],
html[data-theme="light"] input.form-control.form-control-lg:not([type]),
[data-theme="light"] input.form-control[type="text"],
[data-theme="light"] input.form-control[type="number"],
[data-theme="light"] input.form-control[type="email"],
[data-theme="light"] input.form-control[type="tel"],
[data-theme="light"] input.form-control[type="password"],
[data-theme="light"] input.form-control:not([type]),
[data-theme="light"] input.form-control.form-control-lg[type="text"],
[data-theme="light"] input.form-control.form-control-lg[type="number"],
[data-theme="light"] input.form-control.form-control-lg[type="email"],
[data-theme="light"] input.form-control.form-control-lg[type="tel"],
[data-theme="light"] input.form-control.form-control-lg[type="password"],
[data-theme="light"] input.form-control.form-control-lg:not([type]),
body:not([data-theme="dark"]) input.form-control[type="text"],
body:not([data-theme="dark"]) input.form-control[type="number"],
body:not([data-theme="dark"]) input.form-control[type="email"],
body:not([data-theme="dark"]) input.form-control[type="tel"],
body:not([data-theme="dark"]) input.form-control[type="password"],
body:not([data-theme="dark"]) input.form-control:not([type]),
body:not([data-theme="dark"]) input.form-control.form-control-lg[type="text"],
body:not([data-theme="dark"]) input.form-control.form-control-lg[type="number"],
body:not([data-theme="dark"]) input.form-control.form-control-lg[type="email"],
body:not([data-theme="dark"]) input.form-control.form-control-lg[type="tel"],
body:not([data-theme="dark"]) input.form-control.form-control-lg[type="password"],
body:not([data-theme="dark"]) input.form-control.form-control-lg:not([type]) {
    background-color: rgba(255, 255, 255, .95) !important;
}

select.form-control:hover:not(:disabled){
    border: 2px solid rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, 1) !important;
}

select.form-control:focus{
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid #04b962;
    box-shadow: 0 0 0 3px rgba(4, 185, 98, .15);
    outline: none;
}

select.form-control:disabled{
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    cursor: not-allowed;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23999' d='M6 9L1 4h10z'/%3e%3c/svg%3e");
}


select.form-control option[value=""]{
    color: rgba(0, 0, 0, .5);
}

select.form-control option:not([value=""]){
    color: rgba(0, 0, 0, .85);
}


select.form-control:not(:disabled):empty,
#cc-country:not(:disabled):empty,
#cc-bank:not(:disabled):empty {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    cursor: wait;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23999' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
}


select.form-control:not(:disabled) option:only-child[value=""],
select.form-control:not(:disabled) option:only-child:not([value]),
select.form-control:not(:disabled) option:only-child {
    color: rgba(0, 0, 0, .5);
}


select.form-control:not(:disabled):has(option:only-child[value=""]),
select.form-control:not(:disabled):has(option:only-child:not([value])) {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    cursor: wait;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23999' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
}


select.form-control:not(:disabled):not([value]),
select.form-control:not(:disabled)[value=""] {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23999' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
}


#cc-country:not(:disabled):not([value]),
#cc-country:not(:disabled)[value=""],
#cc-country:not(:disabled):has(option:only-child),
#cc-bank:not(:disabled):not([value]),
#cc-bank:not(:disabled)[value=""],
#cc-bank:not(:disabled):has(option:only-child) {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23999' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
}


html[data-theme="dark"] select.form-control:not(:disabled):empty,
html[data-theme="dark"] #cc-country:not(:disabled):empty,
html[data-theme="dark"] #cc-bank:not(:disabled):empty,
body[data-theme="dark"] select.form-control:not(:disabled):empty,
body[data-theme="dark"] #cc-country:not(:disabled):empty,
body[data-theme="dark"] #cc-bank:not(:disabled):empty {
    background-color: rgba(255, 255, 255, .2) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' fill-opacity='0.65' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .15) !important;
    color: rgba(255, 255, 255, .65) !important;
}

html[data-theme="dark"] select.form-control:not(:disabled):has(option:only-child[value=""]),
html[data-theme="dark"] select.form-control:not(:disabled):has(option:only-child:not([value])),
body[data-theme="dark"] select.form-control:not(:disabled):has(option:only-child[value=""]),
body[data-theme="dark"] select.form-control:not(:disabled):has(option:only-child:not([value])) {
    background-color: rgba(255, 255, 255, .2) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' fill-opacity='0.65' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .15) !important;
    color: rgba(255, 255, 255, .65) !important;
}

html[data-theme="dark"] select.form-control:not(:disabled):not([value]),
html[data-theme="dark"] select.form-control:not(:disabled)[value=""],
html[data-theme="dark"] #cc-country:not(:disabled):not([value]),
html[data-theme="dark"] #cc-country:not(:disabled)[value=""],
html[data-theme="dark"] #cc-country:not(:disabled):has(option:only-child),
html[data-theme="dark"] #cc-bank:not(:disabled):not([value]),
html[data-theme="dark"] #cc-bank:not(:disabled)[value=""],
html[data-theme="dark"] #cc-bank:not(:disabled):has(option:only-child),
body[data-theme="dark"] select.form-control:not(:disabled):not([value]),
body[data-theme="dark"] select.form-control:not(:disabled)[value=""],
body[data-theme="dark"] #cc-country:not(:disabled):not([value]),
body[data-theme="dark"] #cc-country:not(:disabled)[value=""],
body[data-theme="dark"] #cc-country:not(:disabled):has(option:only-child),
body[data-theme="dark"] #cc-bank:not(:disabled):not([value]),
body[data-theme="dark"] #cc-bank:not(:disabled)[value=""],
body[data-theme="dark"] #cc-bank:not(:disabled):has(option:only-child) {
    background-color: #282828 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' fill-opacity='0.65' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .15) !important;
    color: rgba(255, 255, 255, .65) !important;
}


html[data-theme="dark"] select.form-control,
body[data-theme="dark"] select.form-control{
    color: #fff !important;
    background-color: rgba(255, 255, 255, .2) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .2) !important;
    border-radius: 0.35rem !important;
    padding: 0.625rem 1rem !important;
    padding-right: 2.5rem !important;
    min-height: 42px !important;
    height: auto !important;
    background-repeat: no-repeat !important;
    background-position: right 1rem center !important;
    background-size: 12px !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

html[data-theme="dark"] select.form-control:hover:not(:disabled),
body[data-theme="dark"] select.form-control:hover:not(:disabled){
    background-color: rgba(255, 255, 255, .25) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .3) !important;
    border-radius: 0.35rem !important;
}

html[data-theme="dark"] select.form-control:focus,
body[data-theme="dark"] select.form-control:focus{
    background-color: rgba(0, 0, 0, .2) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border: 2px solid rgba(255, 255, 255, .3) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .1) !important;
    outline: none !important;
    border-radius: 0.35rem !important;
}

html[data-theme="dark"] select.form-control:disabled,
body[data-theme="dark"] select.form-control:disabled{
    background-color: rgba(0, 0, 0, .3) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3e%3cpath fill='%23fff' fill-opacity='0.4' d='M6 9L1 4h10z'/%3e%3c/svg%3e") !important;
    border-color: rgba(255, 255, 255, .1) !important;
    color: rgba(255, 255, 255, .4) !important;
    cursor: not-allowed !important;
    opacity: .6 !important;
}


.col-form-label {
    font-size: 13px
}

.form-control {
    border: 2px solid rgba(0, 0, 0, .2);
    background-color: rgba(255, 255, 255, .95) !important;
    color: rgba(0, 0, 0, .85) !important;
    border-radius: 0.35rem;
    padding: 0.625rem 1rem;
    min-height: 42px;
    height: auto;
    font-size: 16px;
    line-height: 1.5;
    box-sizing: border-box;
    overflow: visible;
    transition: background-color 0s, background 0s, border-color 0s, color 0s !important;
}

.form-control:hover:not(:disabled):not([readonly]) {
    border: 2px solid rgba(0, 0, 0, .3);
    background-color: rgba(255, 255, 255, 1) !important;
}

.form-control:focus {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid #04b962;
    box-shadow: 0 0 0 3px rgba(4, 185, 98, .15);
    outline: none;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, .5) !important;
    opacity: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}


@media (max-width: 768px){


    .form-control::placeholder,
    select.form-control::placeholder {
        font-size: 12px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-width: 100%;
    }


    .form-control,
select.form-control,
textarea.form-control {
        padding-left: 0.75rem !important;
        padding-right: 2.5rem !important;
        font-size: 16px !important;
    }


    select.form-control {
        padding-top: 0.625rem !important;
        padding-bottom: 0.625rem !important;
        min-height: 42px !important;
        line-height: 1.5 !important;
        overflow: visible !important;
    }

    select.form-control option {
        white-space: normal;
    }


}

.form-control:disabled,
.form-control[readonly] {
    background-color: #f5f5f5 !important;
    border-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    cursor: not-allowed;
    opacity: 1;
}


.form-control:invalid:not(:focus),
select.form-control:not([value]):not(:focus),
select.form-control option[value=""] {
    color: rgba(0, 0, 0, .5);
}


html[data-theme="dark"] .form-control,
html[data-theme="dark"] .form-control.form-control-lg,
html[data-theme="dark"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="dark"] input.form-control-lg:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
body[data-theme="dark"] .form-control,
body[data-theme="dark"] .form-control.form-control-lg,
body[data-theme="dark"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body[data-theme="dark"] input.form-control-lg:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body[data-theme="dark"] textarea,
body[data-theme="dark"] select {
    border: 2px solid rgba(255, 255, 255, .35) !important;
    background-color: #282828 !important;
    color: #fff !important;
    border-radius: 0.35rem !important;
    padding: 0.625rem 1rem !important;
    min-height: 42px !important;
    height: auto !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
    overflow: visible !important;
}

html[data-theme="dark"] .form-control:hover:not(:disabled):not([readonly]),
html[data-theme="dark"] input:hover:not(:disabled):not([readonly]),
html[data-theme="dark"] textarea:hover:not(:disabled):not([readonly]),
html[data-theme="dark"] select:hover:not(:disabled),
body[data-theme="dark"] .form-control:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] input:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] textarea:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] select:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, .25) !important;
    border: 2px solid rgba(255, 255, 255, .45) !important;
    border-radius: 0.35rem !important;
}


html[data-theme="dark"] #feedbackModal #feedback-form input:hover:not(:disabled):not([readonly]),
html[data-theme="dark"] #feedbackModal #feedback-form textarea:hover:not(:disabled):not([readonly]),
html[data-theme="dark"] #feedbackModal #feedback-form .form-control:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] #feedbackModal #feedback-form input:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] #feedbackModal #feedback-form textarea:hover:not(:disabled):not([readonly]),
body[data-theme="dark"] #feedbackModal #feedback-form .form-control:hover:not(:disabled):not([readonly]) {
    background-color: #282828 !important;
    border: 1px solid rgba(255, 255, 255, .35) !important;
    border-radius: 0.35rem !important;
}

html[data-theme="dark"] #feedbackModal #feedback-form input:focus,
html[data-theme="dark"] #feedbackModal #feedback-form textarea:focus,
html[data-theme="dark"] #feedbackModal #feedback-form .form-control:focus,
body[data-theme="dark"] #feedbackModal #feedback-form input:focus,
body[data-theme="dark"] #feedbackModal #feedback-form textarea:focus,
body[data-theme="dark"] #feedbackModal #feedback-form .form-control:focus {
    background-color: #282828 !important;
    border: 1px solid rgba(255, 255, 255, .5) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .1) !important;
    border-radius: 0.35rem !important;
    outline: none !important;
}

html[data-theme="dark"] .form-control:focus,
html[data-theme="dark"] input:focus:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] select:focus,
body[data-theme="dark"] .form-control:focus,
body[data-theme="dark"] input:focus:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body[data-theme="dark"] textarea:focus,
body[data-theme="dark"] select:focus {
    background-color: rgba(0, 0, 0, .2) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .1) !important;
    border: 2px solid rgba(255, 255, 255, .5) !important;
    border-radius: 0.35rem !important;
}

html[data-theme="dark"] .form-control:disabled,
html[data-theme="dark"] .form-control[readonly],
html[data-theme="dark"] input:disabled:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="dark"] input[readonly]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="dark"] textarea:disabled,
html[data-theme="dark"] textarea[readonly],
html[data-theme="dark"] select:disabled,
body[data-theme="dark"] .form-control:disabled,
body[data-theme="dark"] .form-control[readonly],
body[data-theme="dark"] input:disabled:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body[data-theme="dark"] input[readonly]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
body[data-theme="dark"] textarea:disabled,
body[data-theme="dark"] textarea[readonly],
body[data-theme="dark"] select:disabled {
    background-color: rgba(0, 0, 0, .3) !important;
    border: 2px solid rgba(255, 255, 255, .1) !important;
    color: rgba(255, 255, 255, .4) !important;
    border-radius: 0.35rem !important;
}

.form-control-rounded {
    border-radius: 30px !important
}

.form-control-square {
    border-radius: 0 !important
}

.form-control-xl {
    height: 60px !important;
    font-size: 26px !important
}

.position-relative {
    position: relative !important
}

.has-icon-left .form-control {
    padding-right: .85rem;
    padding-left: 2.9rem
}

.form-control-position {
    position: absolute;
    top: -8px;
    right: 0;
    z-index: 2;
    display: block;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
    text-align: center
}

.has-icon-left .form-control-position {
    right: auto;
    left: 0
}

.has-icon-right .form-control-position {
    right: 0;
    left: auto
}

.has-icon-right .form-control {
    padding-right: 37px
}

.search-input {
    margin-bottom: 10px
}

.custom-header {
    background: rgba(255, 255, 255, .34);
    padding: 5px;
    color: #fff
}


.wizard>.content {
    min-height: 400px
}

.dropzone {
    min-height: 230px;
    border: 2px dashed rgba(255, 255, 255, .3);
    background: rgba(255, 255, 255, .2);
    border-radius: 4px
}

.dropzone .dz-preview.dz-image-preview {
    background: 0 0
}

.dropzone .dz-message {
    font-size: 30px
}

.border-radius {
    border-radius: 0
}

.border-radius-15 {
    border-radius: 15px
}

.border-radius-10 {
    border-radius: 10px
}

.border-radius-5 {
    border-radius: 5px
}

.payment-icons img {
    width: 100px
}

.bootstrap-touchspin .input-group-text {
    border-radius: 0
}


.user-lock {
    height: 150px !important
}

.user-lock-img {
    width: 130px;
    margin: auto
}

.user-lock-img img {
    width: 100%;
    border-radius: 50%;
    margin-top: 80px;
    border: 4px solid #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12)
}


table.grid {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .15);
    background-color: transparent;
    padding: 0;
    border-collapse: collapse;
}

table.grid td {
    border: 1px solid rgba(0, 0, 0, .15);
    padding: 8px;
}


html[data-theme="dark"] table.grid,
body[data-theme="dark"] table.grid {
    border: none;
}

html[data-theme="dark"] table.grid td,
body[data-theme="dark"] table.grid td {
    border: 2px solid #fff;
}

.card .table {
    margin-bottom: 0
}

.card .table td,
.card .table th {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: rgba(0, 0, 0, .85);
    border-collapse: collapse;
}

.table.align-items-center td,
.table.align-items-center th {
    vertical-align: middle
}

.table thead th {
    font-size: .72rem;
    padding-top: .75rem;
    padding-bottom: .75rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 2px solid rgba(0, 0, 0, .2);
}

.table-bordered {
    border: 1px solid rgba(0, 0, 0, .15);
}

.table-flush td,
.table-flush th {
    border-right: 0;
    border-left: 0
}

.table td,
.table th {
    white-space: nowrap;
    border-top: 1px solid rgba(0, 0, 0, .15);
    border-left: 1px solid rgba(0, 0, 0, .15);
    border-right: 1px solid rgba(0, 0, 0, .15);
    padding: .75rem;
}

.table-bordered td,
.table-bordered th {
    border: 1px solid rgba(0, 0, 0, .15);
}


html[data-theme="dark"] .table,
body[data-theme="dark"] .table {
    color: rgba(255, 255, 255, .85);
    border-collapse: collapse;
}

html[data-theme="dark"] .table thead th,
body[data-theme="dark"] .table thead th {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

html[data-theme="dark"] .table-bordered,
body[data-theme="dark"] .table-bordered {
    border: 1px solid rgba(255, 255, 255, .15);
}

html[data-theme="dark"] .table td,
html[data-theme="dark"] .table th,
body[data-theme="dark"] .table td,
body[data-theme="dark"] .table th {
    border-top: 1px solid rgba(255, 255, 255, .15);
    border-left: 0;
    border-right: 0;
}

html[data-theme="dark"] .table-bordered td,
html[data-theme="dark"] .table-bordered th,
body[data-theme="dark"] .table-bordered td,
body[data-theme="dark"] .table-bordered th {
    border: 1px solid rgba(255, 255, 255, .15);
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .95);
}


html[data-theme="dark"] .table-hover tbody tr:hover,
body[data-theme="dark"] .table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .2);
    color: #fff;
}

.table th {
    font-weight: 600
}

.table-responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
}


.table-responsive > .table {
    width: max-content;
    min-width: 100%;
    margin-bottom: 0;
}

.table .thead-primary th {
    color: #fff;
    background-color: #7934f3;
    border-color: #7934f3
}

.table .thead-secondary th {
    color: #fff;
    background-color: #94614f;
    border-color: #94614f
}

.table .thead-success th {
    color: #fff;
    background-color: #04b962;
    border-color: #04b962
}

.table .thead-danger th {
    color: #fff;
    background-color: #f43643;
    border-color: #f43643
}

.table .thead-warning th {
    color: #fff;
    background-color: #f80;
    border-color: #f80
}

.table .thead-info th {
    color: #fff;
    background-color: #14b6ff;
    border-color: #14b6ff
}

.table .thead-dark th {
    color: #fff;
    background-color: #000;
    border-color: #000
}

.table .thead-light th {
    color: #fff;
    background-color: rgba(255, 255, 255, .125);
    border-color: rgba(255, 255, 255, .125)
}

.table-primary {
    color: #fff;
    background-color: #7934f3
}

.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: rgba(244, 245, 250, .15)
}

.table-secondary {
    color: #fff;
    background-color: #94614f
}

.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: rgba(244, 245, 250, .3)
}

.table-success {
    color: #fff;
    background-color: #04b962
}

.table-success td,
.table-success th,
.table-success thead th {
    border-color: rgba(244, 245, 250, .3)
}

.table-danger {
    color: #fff;
    background-color: #f43643
}

.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: rgba(244, 245, 250, .3)
}

.table-warning {
    color: #fff;
    background-color: #f80
}

.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: rgba(244, 245, 250, .3)
}

.table-info {
    color: #fff;
    background-color: #14b6ff
}

.table-info td,
.table-info th,
.table-info thead th {
    border-color: rgba(244, 245, 250, .3)
}

.table-dark {
    color: #fff;
    background-color: #000
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: rgba(244, 245, 250, .15)
}

.table-light {
    color: #fff;
    background-color: rgba(255, 255, 255, .14)
}

.table-light td,
.table-light th,
.table-light thead th {
    border-color: rgba(221, 222, 222, .22)
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .05);
}


html[data-theme="dark"] .table-active,
html[data-theme="dark"] .table-active>td,
html[data-theme="dark"] .table-active>th,
body[data-theme="dark"] .table-active,
body[data-theme="dark"] .table-active>td,
body[data-theme="dark"] .table-active>th {
    background-color: rgba(255, 255, 255, .07);
}

.alert {
    position: relative;
    padding: 0;
    margin-bottom: 1rem;
    border: none;
    background-color: rgba(0, 0, 0, .2);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    border-radius: .25rem;
    color: rgba(255, 255, 255, .85);
}


.alert-outline-success,
.alert.alert-outline-success,
.alert-outline-danger,
.alert.alert-outline-danger,
.alert-outline-warning:not(.notice-card),
.alert.alert-outline-warning:not(.notice-card){
    border: 1px solid transparent !important;
}


.alert-outline-success,
.alert.alert-outline-success {
    border-color: #02ba5a !important;
    border-top-color: #02ba5a !important;
    border-bottom-color: #02ba5a !important;
    border-right-color: #02ba5a !important;
    border-left-color: #02ba5a !important;
}

.alert-outline-danger,
.alert.alert-outline-danger {
    border-color: #f5365c !important;
    border-top-color: #f5365c !important;
    border-bottom-color: #f5365c !important;
    border-right-color: #f5365c !important;
    border-left-color: #f5365c !important;
}

.alert-outline-warning:not(.notice-card),
.alert.alert-outline-warning:not(.notice-card) {
    border-color: #fba540 !important;
    border-top-color: #fba540 !important;
    border-bottom-color: #fba540 !important;
    border-right-color: #fba540 !important;
    border-left-color: #fba540 !important;
}


.alert .alert-message {
    padding: 20px 15px 20px 15px;
    font-size: 14px;
    color: inherit;
}


html:not([data-theme="dark"]) .alert .alert-message,
html[data-theme="light"] .alert .alert-message,
[data-theme="light"] .alert .alert-message {
    color: rgba(0, 0, 0, .85) !important;
}

.alert-dismissible .close {
    position: absolute;
    top: 8px;
    right: 0;
    font-weight: 300;
    padding: 10px 15px;
    color: inherit;
}


html:not([data-theme="dark"]) .alert-dismissible .close,
html[data-theme="light"] .alert-dismissible .close,
[data-theme="light"] .alert-dismissible .close {
    color: rgba(0, 0, 0, .65) !important;
}

html:not([data-theme="dark"]) .alert-dismissible .close:hover,
html[data-theme="light"] .alert-dismissible .close:hover,
[data-theme="light"] .alert-dismissible .close:hover {
    color: rgba(0, 0, 0, .95) !important;
}


.alert-outline-success {
    color: #02ba5a;
    border: 1px solid #02ba5a;
    border-right: 4px solid #02ba5a;
    border-left: 4px solid #02ba5a;
    background-color: transparent;
}


html[data-theme="dark"] .alert.alert-outline-success,
html[data-theme="dark"] .alert-outline-success,
body[data-theme="dark"] .alert.alert-outline-success,
body[data-theme="dark"] .alert-outline-success {
    border: none !important;
    border: 1px solid #02ba5a !important;
    border-right: 4px solid #02ba5a !important;
    border-left: 4px solid #02ba5a !important;
    border-top: 1px solid #02ba5a !important;
    border-bottom: 1px solid #02ba5a !important;
}


html:not([data-theme="dark"]) .alert.alert-outline-success,
html:not([data-theme="dark"]) .alert-outline-success,
html[data-theme="light"] .alert.alert-outline-success,
html[data-theme="light"] .alert-outline-success,
[data-theme="light"] .alert.alert-outline-success,
[data-theme="light"] .alert-outline-success {
    color: #155724 !important;
    border: none !important;
    border: 1px solid #02ba5a !important;
    border-right: 4px solid #02ba5a !important;
    border-left: 4px solid #02ba5a !important;
    border-top: 1px solid #02ba5a !important;
    border-bottom: 1px solid #02ba5a !important;
    background-color: rgba(255, 255, 255, .95) !important;
}

.alert-outline-success .alert-link {
    color: #02ba5a
}

html:not([data-theme="dark"]) .alert-outline-success .alert-link,
html[data-theme="light"] .alert-outline-success .alert-link,
[data-theme="light"] .alert-outline-success .alert-link {
    color: #02ba5a !important;
}

.alert-outline-danger {
    color: #f5365c;
    border: 1px solid #f5365c;
    border-right: 4px solid #f5365c;
    border-left: 4px solid #f5365c;
    background-color: transparent;
}


html[data-theme="dark"] .alert.alert-outline-danger,
html[data-theme="dark"] .alert-outline-danger,
body[data-theme="dark"] .alert.alert-outline-danger,
body[data-theme="dark"] .alert-outline-danger {
    border: none !important;
    border: 1px solid #f5365c !important;
    border-right: 4px solid #f5365c !important;
    border-left: 4px solid #f5365c !important;
    border-top: 1px solid #f5365c !important;
    border-bottom: 1px solid #f5365c !important;
}


html:not([data-theme="dark"]) .alert.alert-outline-danger,
html:not([data-theme="dark"]) .alert-outline-danger,
html[data-theme="light"] .alert.alert-outline-danger,
html[data-theme="light"] .alert-outline-danger,
[data-theme="light"] .alert.alert-outline-danger,
[data-theme="light"] .alert-outline-danger {
    color: #721c24 !important;
    border: none !important;
    border: 1px solid #f5365c !important;
    border-right: 4px solid #f5365c !important;
    border-left: 4px solid #f5365c !important;
    border-top: 1px solid #f5365c !important;
    border-bottom: 1px solid #f5365c !important;
    background-color: rgba(255, 255, 255, .95) !important;
}

.alert-outline-danger .alert-link {
    color: #f5365c
}

html:not([data-theme="dark"]) .alert-outline-danger .alert-link,
html[data-theme="light"] .alert-outline-danger .alert-link,
[data-theme="light"] .alert-outline-danger .alert-link {
    color: #f5365c !important;
}

.alert-outline-warning {
    color: #fba540;
    border: 1px solid #fba540;

    background-color: transparent;
}


html[data-theme="dark"] .alert.alert-outline-warning:not(.notice-card),
html[data-theme="dark"] .alert-outline-warning:not(.notice-card),
body[data-theme="dark"] .alert.alert-outline-warning:not(.notice-card),
body[data-theme="dark"] .alert-outline-warning:not(.notice-card) {
    border: none !important;
    border: 1px solid #fba540 !important;
    border-top: 1px solid #fba540 !important;
    border-bottom: 1px solid #fba540 !important;
}


html:not([data-theme="dark"]) .alert.alert-outline-warning:not(.notice-card),
html:not([data-theme="dark"]) .alert-outline-warning:not(.notice-card),
html[data-theme="light"] .alert.alert-outline-warning:not(.notice-card),
html[data-theme="light"] .alert-outline-warning:not(.notice-card),
[data-theme="light"] .alert.alert-outline-warning:not(.notice-card),
[data-theme="light"] .alert-outline-warning:not(.notice-card) {
    color: #856404 !important;
    border: none !important;
    border: 1px solid #fba540 !important;
    border-right: 4px solid #fba540 !important;
    border-left: 4px solid #fba540 !important;
    border-top: 1px solid #fba540 !important;
    border-bottom: 1px solid #fba540 !important;
    background-color: rgba(255, 255, 255, .95) !important;
}

.alert-outline-warning .alert-link {
    color: #fba540
}

html:not([data-theme="dark"]) .alert-outline-warning .alert-link,
html[data-theme="light"] .alert-outline-warning .alert-link,
[data-theme="light"] .alert-outline-warning .alert-link {
    color: #fba540 !important;
}


html:not([data-theme="dark"]) .alert-outline-warning .alert-message,
html:not([data-theme="dark"]) .alert.alert-outline-warning .alert-message,
html[data-theme="light"] .alert-outline-warning .alert-message,
html[data-theme="light"] .alert.alert-outline-warning .alert-message,
[data-theme="light"] .alert-outline-warning .alert-message,
[data-theme="light"] .alert.alert-outline-warning .alert-message {
    color: rgba(0, 0, 0, .85) !important;
}

html:not([data-theme="dark"]) .alert-outline-warning .alert-message strong,
html:not([data-theme="dark"]) .alert.alert-outline-warning .alert-message strong,
html[data-theme="light"] .alert-outline-warning .alert-message strong,
html[data-theme="light"] .alert.alert-outline-warning .alert-message strong,
[data-theme="light"] .alert-outline-warning .alert-message strong,
[data-theme="light"] .alert.alert-outline-warning .alert-message strong {
    color: #fba540 !important;
}


.alert-round {
    border-radius: 30px
}


.alert-light-success {
    color: #02ba5a;
    background-color: rgba(7, 255, 22, .24);
    border-color: #d4f6d6
}

.alert-light-success .alert-link {
    color: #02ba5a
}

.alert-light-info {
    color: #03d0ea;
    background-color: rgba(2, 221, 255, .24);
    border-color: #d3f6fc
}

.alert-light-info .alert-link {
    color: #03d0ea
}

.alert-light-danger {
    color: #f5365c;
    background-color: rgba(255, 72, 97, .24);
    border-color: #ffdadf
}

.alert-light-danger .alert-link {
    color: #f5365c
}

.alert-light-warning {
    color: #fba540;
    background-color: rgba(255, 195, 0, .24);
    border-color: #ffecd1
}

.alert-light-warning .alert-link {
    color: #fba540
}

.box {
    padding: 60px 0
}

.box-part {
    background: #fff;
    border-radius: 0;
    padding: 60px 10px;
    margin: 30px 0
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-up {
    position: absolute;
    top: 4px;
    right: 4px;
    border-radius: 50%;
    font-size: 10px;
    width: 20px;
    height: 20px;
    background: #fff;
    line-height: 20px;
    text-align: center;
    color: #2c2c2c;
    font-weight: 600
}

.badge-primary {
    color: #fff;
    background-color: #7934f3
}

.badge-secondary {
    color: #fff;
    background-color: #94614f
}

.badge-success {
    color: #fff;
    background-color: #04b962
}

.badge-danger {
    color: #fff;
    background-color: #f43643
}

.badge-warning {
    color: #fff;
    background-color: #f80
}

.badge-info {
    color: #fff;
    background-color: #14b6ff
}

.badge-light {
    color: #212529;
    background-color: #fff
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: rgba(255, 255, 255, .85);
    background-color: rgba(255, 255, 255, .08);
    border: 0 solid #dee2e6;
    box-shadow: 0 .125rem .25rem rgba(80, 73, 73, .06)
}

.page-link:hover {
    z-index: 2;
    color: rgba(255, 255, 255, .85);
    text-decoration: none;
    background-color: rgba(255, 255, 255, .2);
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .35)
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.page-item.active .page-link {
    z-index: 1;
    color: #000;
    background-color: #fff;
    border-color: #14abef
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}


.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: rgba(0, 0, 0, .2);
    border: 1px solid rgba(255, 255, 255, .12);

    transition: background-color 0s, background 0s, border-color 0s, border 0s !important;
}

.list-group-item-action {
    color: rgba(255, 255, 255, .85);

    transition: background-color 0s, background 0s, color 0s, border-color 0s, border 0s !important;
}

.list-group-item-action:hover {
    color: #fff;
    background-color: rgba(4, 185, 98, 0.15);
    border-color: rgba(4, 185, 98, 0.3);
}

.list-group-item-action:focus {
    color: #fff;
    background-color: rgba(4, 185, 98, 0.15);
    border-color: rgba(4, 185, 98, 0.3);
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #feffff;
    background-color: rgba(255, 255, 255, .2)
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #14abef;
    border-color: #14abef
}

.nav-tabs .nav-link {
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 0;
    padding: 12px 20px;
    text-transform: uppercase;
    border: 0 solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.nav-tabs .nav-link:hover {
    border: 0 solid transparent
}

.nav-tabs .nav-link i {
    margin-right: 2px;
    font-weight: 600
}

.top-icon.nav-tabs .nav-link i {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0
}


.nav-pills:not(.cc-tabbar) .nav-link {
    border-radius: .25rem;
    color: #fff;
    font-size: 12px;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 3px;
    padding: 12px 20px;
}

.nav-pills:not(.cc-tabbar) .nav-link:hover {
    background-color: transparent
}

.nav-pills:not(.cc-tabbar) .nav-link i {
    margin-right: 2px;
    font-weight: 600
}

.top-icon.nav-pills:not(.cc-tabbar) .nav-link i {
    margin: 0;
    font-weight: 500;
    display: block;
    font-size: 20px;
    padding: 5px 0
}

.nav-pills:not(.cc-tabbar) .nav-link.active,
.nav-pills:not(.cc-tabbar) .show>.nav-link {
    color: #fff;
    background-color: #067f42
}


.card .tab-content {
    padding: 1rem 0 0 0
}


.progress {
    display: -ms-flexbox;
    display: flex;
    height: .5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: rgba(255, 255, 255, .1);
    border-radius: .25rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
}

.progress-content {
    margin-bottom: 10px
}

.progress-label {
    font-size: .625rem;
    font-weight: 600;
    display: inline-block;
    padding: .25rem 1rem;
    text-transform: uppercase;
    color: #14abef;
    border-radius: 30px;
    background: rgba(94, 114, 228, .1)
}

.progress-percentage {
    float: right
}

.bg-primary {
    background-color: #7934f3 !important
}

.bg-success {
    background-color: #04b962 !important
}

.bg-info {
    background-color: #14b6ff !important
}

.bg-secondary {
    background-color: #94614f !important
}

.bg-danger {
    background-color: #f43643 !important
}

.bg-dark {
    background-color: #000 !important
}

.bg-dark-light {
    background-color: rgba(0, 0, 0, .25) !important
}

.bg-warning {
    background-color: #f80 !important
}

.bg-light {
    background-color: rgba(255, 255, 255, .125) !important
}

.bg-contrast {
    background: rgba(255, 255, 255, .3) !important
}

.bg-body {
    background: #f7f7ff !important
}

.bg-primary-light1 {
    background-color: rgba(144, 79, 254, .22)
}

.bg-primary-light2 {
    background-color: rgba(144, 79, 254, .42)
}

.gradient-primary-light {
    background-color: #8f50ff;
    background-image: radial-gradient(circle 30px at center, #f8aeff, #8f50ff) !important
}

.bg-success-light1 {
    background-color: rgba(8, 165, 14, .22)
}

.bg-success-light2 {
    background-color: rgba(8, 165, 14, .42)
}

.gradient-success-light {
    background-color: #0aa60f;
    background-image: radial-gradient(circle 30px at center, #cadb34, #0aa60f) !important
}

.bg-info-light1 {
    background-color: rgba(0, 129, 255, .22)
}

.bg-info-light2 {
    background-color: rgba(0, 129, 255, .42)
}

.gradient-info-light {
    background-color: #0074ff;
    background-image: radial-gradient(circle 30px at center, #71defd, #0074ff) !important
}

.bg-danger-light1 {
    background-color: rgba(245, 13, 85, .22)
}

.bg-danger-light2 {
    background-color: rgba(245, 13, 85, .42)
}

.gradient-danger-light {
    background-color: #f50d55;
    background-image: radial-gradient(circle 30px at center, #fbd0ce, #f50d55) !important
}

.bg-warning-light1 {
    background-color: rgba(247, 151, 30, .22)
}

.bg-warning-light2 {
    background-color: rgba(247, 152, 30, .42)
}

.gradient-warning-light {
    background-color: #f7981e;
    background-image: radial-gradient(circle 30px at center, #fdefb0, #f7981e) !important
}

.bg-secondary-light1 {
    background-color: rgba(247, 3, 254, .22)
}

.bg-secondary-light2 {
    background-color: rgba(247, 3, 254, .42)
}

.gradient-secondary-light {
    background-color: #f703fe;
    background-image: radial-gradient(circle 30px at center, #fedbff, #f703fe) !important
}

.bg-dark-light1 {
    background-color: rgba(0, 0, 0, .22)
}

.bg-dark-light2 {
    background-color: rgba(0, 0, 0, .42)
}

.gradient-dark-light {
    background-color: #000;
    background-image: radial-gradient(circle 30px at center, #adacac, #000) !important
}

.bg-white-light1 {
    background-color: rgba(255, 255, 255, .22)
}

.bg-white-light2 {
    background-color: rgba(255, 255, 255, .42)
}

.gradient-white-light {
    background-color: #fff;
    background-image: radial-gradient(circle 30px at center, #fff, rgba(0, 0, 0, .78)) !important
}

.bg-facebook {
    background-color: #3b5998 !important
}

.bg-twitter {
    background-color: #55acee !important
}

.bg-google-plus {
    background-color: #dd4b39 !important
}

.bg-linkedin {
    background-color: #0976b4 !important
}

.bg-pinterest {
    background-color: #cc2127 !important
}

.bg-youtube {
    background-color: #e52d27 !important
}

.bg-tumblr {
    background-color: #35465c !important
}

.bg-github {
    background-color: #333 !important
}

.bg-behance {
    background-color: #1769ff !important
}

.bg-dribbble {
    background-color: #ea4c89 !important
}

.bg-skype {
    background-color: #00aff0 !important
}

.gradient-bloody {
    background: #f54ea2;
    background: -webkit-linear-gradient(45deg, #f54ea2, #ff7676) !important;
    background: linear-gradient(45deg, #f54ea2, #ff7676) !important
}

.gradient-scooter {
    background: #4facfe;
    background: -webkit-linear-gradient(45deg, #4facfe 0, #00f2fe 100%) !important;
    background: linear-gradient(45deg, #4facfe 0, #00f2fe 100%) !important
}

.gradient-blooker {
    background: #fa709a;
    background: -webkit-linear-gradient(45deg, #fa709a 0, #fee140 100%) !important;
    background: linear-gradient(45deg, #fa709a 0, #fee140 100%) !important
}

.gradient-quepal {
    background: #11998e;
    background: -webkit-linear-gradient(45deg, #11998e, #38ef7d) !important;
    background: linear-gradient(45deg, #11998e, #38ef7d) !important
}

.gradient-purpink {
    background: #7f00ff;
    background: -webkit-linear-gradient(45deg, #7f00ff, #e100ff) !important;
    background: linear-gradient(45deg, #7f00ff, #e100ff) !important
}

.gradient-ibiza {
    background: #ee0979;
    background: -webkit-linear-gradient(45deg, #ee0979, #ff6a00) !important;
    background: linear-gradient(45deg, #ee0979, #ff6a00) !important
}

.gradient-deepblue {
    background: #6a11cb;
    background: -webkit-linear-gradient(45deg, #6a11cb, #2575fc) !important;
    background: linear-gradient(45deg, #6a11cb, #2575fc) !important
}

.gradient-branding {
    background: #6a11cb;
    background: -webkit-linear-gradient(180deg, #2af598, #009efd) !important;
    background: linear-gradient(180deg, #2af598, #009efd) !important
}

.gradient-ohhappiness {
    background: #00b09b;
    background: -webkit-linear-gradient(45deg, #00b09b, #96c93d) !important;
    background: linear-gradient(45deg, #00b09b, #96c93d) !important
}

.gradient-dusk {
    background: #2c3e50;
    background: -webkit-linear-gradient(45deg, #2c3e50, #fd746c) !important;
    background: linear-gradient(45deg, #2c3e50, #fd746c) !important
}

.gradient-meridian {
    background: #283c86;
    background: -webkit-linear-gradient(45deg, #283c86, #45a247) !important;
    background: linear-gradient(45deg, #283c86, #45a247) !important
}

.gradient-violet {
    background: #4776e6;
    background: -webkit-linear-gradient(45deg, #4776e6, #8e54e9) !important;
    background: linear-gradient(45deg, #4776e6, #8e54e9) !important
}

.gradient-titanium {
    background: #283048;
    background: -webkit-linear-gradient(45deg, #283048, #859398) !important;
    background: linear-gradient(45deg, #283048, #859398) !important
}

.gradient-shifter {
    background: #bc4e9c;
    background: -webkit-linear-gradient(45deg, #bc4e9c, #f80759) !important;
    background: linear-gradient(45deg, #bc4e9c, #f80759) !important
}

.gradient-army {
    background: #414d0b;
    background: -webkit-linear-gradient(45deg, #414d0b, #727a17) !important;
    background: linear-gradient(45deg, #414d0b, #727a17) !important
}

.gradient-orange {
    background: #fc4a1a;
    background: -webkit-linear-gradient(45deg, #fc4a1a, #f7b733) !important;
    background: linear-gradient(45deg, #fc4a1a, #f7b733) !important
}

.gradient-yoda {
    background: #f09;
    background: -webkit-linear-gradient(45deg, #f09, #493240) !important;
    background: linear-gradient(45deg, #f09, #493240) !important
}

.gradient-royal {
    background: #141e30;
    background: -webkit-linear-gradient(45deg, #141e30, #2c527d) !important;
    background: linear-gradient(45deg, #141e30, #2c527d) !important
}

.gradient-knight {
    background: #ba8b02;
    background: -webkit-linear-gradient(45deg, #ba8b02, #181818) !important;
    background: linear-gradient(45deg, #ba8b02, #181818) !important
}

.gradient-forest {
    background: #000428;
    background: -webkit-linear-gradient(45deg, #000428, #004e92) !important;
    background: linear-gradient(45deg, #000428, #004e92) !important
}

.gradient-redmist {
    background: #000;
    background: -webkit-linear-gradient(45deg, #000, #e74c3c) !important;
    background: linear-gradient(45deg, #000, #e74c3c) !important
}

.gradient-steelgray {
    background: #1f1c2c;
    background: -webkit-linear-gradient(45deg, #1f1c2c, #928dab) !important;
    background: linear-gradient(45deg, #1f1c2c, #928dab) !important
}

.gradient-influenza {
    background: #c04848;
    background: -webkit-linear-gradient(45deg, #c04848, #480048) !important;
    background: linear-gradient(45deg, #c04848, #480048) !important
}

.gradient-sylvia {
    background: #ff4b1f;
    background: -webkit-linear-gradient(45deg, #ff4b1f, #ff9068) !important;
    background: linear-gradient(45deg, #ff4b1f, #ff9068) !important
}

.gradient-jshine {
    background: #12c2e9;
    background: -webkit-linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important;
    background: linear-gradient(45deg, #12c2e9, #c471ed, #f64f59) !important
}

.gradient-lovekiss {
    background: #ff0844;
    background: -webkit-linear-gradient(45deg, #ff0844, #ffb199) !important;
    background: linear-gradient(45deg, #ff0844 0, #ffb199 100%) !important
}

.gradient-hossein {
    background: #f7ff00;
    background: -webkit-linear-gradient(45deg, #f7ff00, #db36a4) !important;
    background: linear-gradient(45deg, #f7ff00, #db36a4) !important
}

.gradient-primary {
    background: #8f50ff;
    background: -webkit-linear-gradient(180deg, #8f50ff, #d13adf) !important;
    background: linear-gradient(180deg, #8f50ff, #d13adf) !important
}

.gradient-info {
    background: #00c8ff;
    background: -webkit-linear-gradient(180deg, #00c8ff, #0072ff) !important;
    background: linear-gradient(180deg, #00c8ff, #0072ff) !important
}

.gradient-danger {
    background: #ff5447;
    background: -webkit-linear-gradient(180deg, #ff5447, #f1076f) !important;
    background: linear-gradient(180deg, #ff5447, #f1076f) !important
}

.gradient-success {
    background: #08a50e;
    background: -webkit-linear-gradient(180deg, #08a50e, #cddc35) !important;
    background: linear-gradient(180deg, #08a50e, #cddc35) !important
}

.gradient-warning {
    background: #f7971e;
    background: -webkit-linear-gradient(180deg, #f7971e, #ffd200) !important;
    background: linear-gradient(180deg, #f7971e, #ffd200) !important
}

.gradient-secondary {
    background: #fc00ff;
    background: -webkit-linear-gradient(180deg, #fc00ff, #00dbde) !important;
    background: linear-gradient(180deg, #fc00ff, #00dbde) !important
}

.gradient-esinto {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #0a0707 50%, #ff9800 50%);
    background-image: linear-gradient(45deg, #0a0707 50%, #ff9800 50%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-dunada {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000 50%, #0085ff 50%);
    background-image: linear-gradient(45deg, #000 50%, #0085ff 50%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-linga {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000 50%, #7020ff 50%);
    background-image: linear-gradient(45deg, #000 50%, #7020ff 50%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-blkw {
    background: #0a0707;
    background-image: -webkit-linear-gradient(45deg, #000 50%, #fff 50%);
    background-image: linear-gradient(45deg, #000 50%, #fff 50%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-transparent {
    background: rgba(10, 7, 7, .12);
    background-image: -webkit-linear-gradient(45deg, #000 50%, #fff 50%);
    background-image: linear-gradient(45deg, rgba(0, 0, 0, .12) 50%, rgba(255, 255, 255, .12) 50%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-rainbow {
    background: #00bfc8;
    background-image: -webkit-radial-gradient(circle 248px at center, #00f260, #0575e6);
    background-image: radial-gradient(circle 248px at center, #00f260, #0575e6);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-smile {
    background: #16d9e3;
    background-image: -webkit-radial-gradient(circle 248px at center, #16d9e3 0, #30c7ec 47%, #46aef7 100%);
    background-image: radial-gradient(circle 248px at center, #609cf7 0, #0741cc 47%, #3f51b5 100%);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-veer {
    background: #799f0c;
    background-image: -webkit-radial-gradient(circle 248px at center, #ffe000, #799f0c);
    background-image: radial-gradient(circle 248px at center, #ffe000, #799f0c);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-worldcup {
    background: #f14793;
    background-image: -webkit-radial-gradient(circle 248px at center, #f14793, #5204ce);
    background-image: radial-gradient(circle 248px at center, #f14793, #5204ce);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-pinki {
    background: #f1ea07;
    background-image: -webkit-radial-gradient(circle 248px at center, #f1ea07, #f10707);
    background-image: radial-gradient(circle 248px at center, #f1ea07, #f10707);
    border: 0 solid rgba(255, 255, 255, .125)
}

.gradient-multiple-colors {
    background-image: linear-gradient(567deg, rgba(165, 42, 4, .89), rgba(113, 102, 8, .89), rgba(13, 95, 16, .93), rgba(4, 79, 88, .94), rgba(19, 56, 86, .9), rgba(24, 32, 78, .94), rgba(100, 8, 115, .95));
    background-size: 100% 100%;
    background-position: center;
    border: 0 solid rgba(255, 255, 255, .125)
}

.border-left-xs {
    border-left: 1px solid !important
}

.border-right-xs {
    border-right: 1px solid !important
}

.border-top-xs {
    border-top: 1px solid !important
}

.border-bottom-xs {
    border-bottom: 1px solid !important
}

.border-left-sm {
    border-left: 2px solid !important
}

.border-right-sm {
    border-right: 2px solid !important
}

.border-top-sm {
    border-top: 2px solid !important
}

.border-bottom-sm {
    border-bottom: 2px solid !important
}

.border-left-md {
    border-left: 3px solid !important
}

.border-right-md {
    border-right: 3px solid !important
}

.border-top-md {
    border-top: 3px solid !important
}

.border-bottom-md {
    border-bottom: 3px solid !important
}

.border-left-lg {
    border-left: 4px solid !important
}

.border-right-lg {
    border-right: 4px solid !important
}

.border-top-lg {
    border-top: 4px solid !important
}

.border-bottom-lg {
    border-bottom: 4px solid !important
}

.border-sm {
    border: 3px solid
}

.border-primary {
    border-color: #7934f3 !important
}

.border-success,
html[data-theme="light"] .border-success,
html:not([data-theme="dark"]) .border-success,
body[data-theme="light"] .border-success,
[data-theme="light"] .border-success {
    border-color: #04b962 !important;
}


html[data-theme="light"] .card.border-success,
html:not([data-theme="dark"]) .card.border-success,
body[data-theme="light"] .card.border-success,
[data-theme="light"] .card.border-success {
    border-color: #04b962 !important;
}

.border-info {
    border-color: #14b6ff !important
}

.border-secondary {
    border-color: #94614f !important
}

.border-secondary-light {
    border-color: #33444a !important
}

.border-danger {
    border-color: #f43643 !important
}

.border-dark {
    border-color: #000 !important
}

.border-warning {
    border-color: #f80 !important
}

.border-light {
    border-color: rgba(255, 255, 255, .125) !important
}

.border-light-2 {
    border-color: rgba(255, 255, 255, .26) !important
}

.border-light-3 {
    border-color: rgba(255, 255, 255, .12) !important
}

.text-primary {
    color: #7934f3 !important
}

.text-success {
    color: #04b962 !important
}

.text-info {
    color: #14b6ff !important
}

.text-secondary {
    color: #94614f !important
}

.text-danger {
    color: #f43643 !important
}

.text-dark {
    color: #000 !important
}

.text-warning {
    color: #f80 !important
}

.text-light {
    color: rgba(255, 255, 255, .125) !important
}

.text-light-1 {
    color: rgba(255, 255, 255, .7) !important
}

.text-light-2 {
    color: rgba(255, 255, 255, .5) !important
}

.text-light-3 {
    color: rgba(255, 255, 255, .2) !important
}

.text-gradient-primary {
    background: linear-gradient(180deg, #8f50ff, #d13adf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient-info {
    background: linear-gradient(180deg, #00c8ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient-danger {
    background: linear-gradient(180deg, #ff5447, #f1076f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient-success {
    background: linear-gradient(180deg, #fc00ff, #00dbde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient-warning {
    background: linear-gradient(180deg, #f7971e, #ffd200);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-gradient-secondary {
    background: linear-gradient(180deg, #fc00ff, #00dbde);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-google {
    color: #dd4b39 !important
}

.text-facebook {
    color: #3b5998 !important
}

.text-twitter {
    color: #55acee !important
}

.text-linkedin {
    color: #0976b4 !important
}

.text-behance {
    color: #1769ff !important
}

.text-dribbble {
    color: #ea4c89 !important
}

.text-github {
    color: #333 !important
}

.text-youtube {
    color: #e52d27 !important
}

.shadow-primary {
    box-shadow: 3px 5px 20px #7934f3 !important
}

.shadow-secondary {
    box-shadow: 3px 5px 20px #94614f !important
}

.shadow-success {
    box-shadow: 3px 5px 20px #04b962 !important
}

.shadow-danger {
    box-shadow: 3px 5px 20px #f43643 !important
}

.shadow-warning {
    box-shadow: 3px 5px 20px #f80 !important
}

.shadow-info {
    box-shadow: 3px 5px 20px #14b6ff !important
}

.shadow-light {
    box-shadow: 3px 5px 20px #bcbdbd !important
}

.shadow-dark {
    box-shadow: 3px 5px 20px #000 !important
}

.shadow-facebook {
    box-shadow: 0 7px 30px rgba(59, 89, 152, .82)
}

.shadow-twitter {
    box-shadow: 0 7px 30px rgba(85, 172, 238, .82)
}

.shadow-gogle-plus {
    box-shadow: 0 7px 30px rgba(221, 75, 57, .82)
}

.shadow-linkedin {
    box-shadow: 0 7px 30px rgba(9, 118, 180, .82)
}

.shadow-pinterest {
    box-shadow: 0 7px 30px rgba(204, 33, 39, .82)
}

.shadow-youtube {
    box-shadow: 0 7px 30px rgba(229, 45, 39, .82)
}

.shadow-tumblr {
    box-shadow: 0 7px 30px rgba(53, 70, 92, .82)
}

.shadow-github {
    box-shadow: 0 7px 30px rgba(51, 51, 51, .82)
}

.shadow-behance {
    box-shadow: 0 7px 30px rgba(23, 105, 255, .82)
}

.shadow-dribbble {
    box-shadow: 0 7px 30px rgba(234, 76, 137, .82)
}

.shadow-skype {
    box-shadow: 0 7px 30px rgba(0, 175, 240, .82)
}

.popover-header {
    background-color: #000
}

.popover {
    box-shadow: 5px 10px 20px rgba(0, 0, 0, .15);
    border: none
}


.navbar-sidenav-tooltip.show {
    display: none
}

.card-body-icon {
    position: absolute;
    z-index: 0;
    top: -25px;
    right: -25px;
    font-size: 5rem;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg)
}


.footer--mega {
    padding-top: 2.75rem;
    padding-bottom: 1.75rem;
}


.footer-main .row.g-4.g-lg-5 {
    align-items: flex-start;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}

.footer-main .row.g-4.g-lg-5 > [class*="col-"] {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

@media (min-width: 992px){


    .footer-main .row.g-4.g-lg-5 {
        margin-left: -1.25rem;
        margin-right: -1.25rem;
    }

    .footer-main .row.g-4.g-lg-5 > [class*="col-"] {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }


}

.footer-brand-section {
    padding-bottom: 0.25rem;
}

.footer-brand {
    --footer-logo-w: 220px;
    --footer-logo-h: 38px;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 0.75rem;
    width: var(--footer-logo-w);
    height: var(--footer-logo-h);
    flex-shrink: 0;
}

.footer-brand .brand-logo {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--footer-logo-w);
    height: var(--footer-logo-h);
    max-width: 100%;
    padding: 0;
    object-fit: contain;
    object-position: left center;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-brand .logo-light,
html[data-theme="light"] .footer.site-footer .footer-brand .logo-light,
body:not([data-theme="dark"]) .footer.site-footer .footer-brand .logo-light,
body[data-theme="light"] .footer.site-footer .footer-brand .logo-light {
    display: block !important;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-brand .logo-dark,
html[data-theme="light"] .footer.site-footer .footer-brand .logo-dark,
body:not([data-theme="dark"]) .footer.site-footer .footer-brand .logo-dark,
body[data-theme="light"] .footer.site-footer .footer-brand .logo-dark {
    display: none !important;
}

.footer-tagline {
    line-height: 1.55;
    margin-bottom: 0.5rem;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-tagline,
html[data-theme="light"] .footer:not(.site-footer) .footer-tagline,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-tagline,
body[data-theme="light"] .footer:not(.site-footer) .footer-tagline {
    color: rgba(0, 0, 0, 0.78);
}

html[data-theme="dark"] .footer-tagline,
body[data-theme="dark"] .footer-tagline {

}


.footer-main .footer-heading {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.09em;

    margin: 0 0 0.9rem;
    line-height: 1.25;
}

html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-main .footer-heading,
html[data-theme="light"] .footer:not(.site-footer) .footer-main .footer-heading,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-main .footer-heading,
body[data-theme="light"] .footer:not(.site-footer) .footer-main .footer-heading {
    color: #049152;
}

html[data-theme="dark"] .footer:not(.site-footer) .footer-main .footer-heading,
body[data-theme="dark"] .footer:not(.site-footer) .footer-main .footer-heading {
    color: #3dd687;
}

.footer-main .footer-links {
    font-size: 14px;
    line-height: 1.4;
}

.footer-main .footer-links a {
    font-size: 16px;
}

.footer-brand-social.footer-social-icons {
    margin-top: 0.25rem;
}

.btn-social.btn-social--round {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid transparent;
}

html:not([data-theme="dark"]) .btn-social.btn-social--round,
html[data-theme="light"] .btn-social.btn-social--round,
body:not([data-theme="dark"]) .btn-social.btn-social--round,
body[data-theme="light"] .btn-social.btn-social--round {
    background-color: rgba(0, 0, 0, 0.06);
}

html[data-theme="dark"] .btn-social.btn-social--round,
body[data-theme="dark"] .btn-social.btn-social--round {
    background-color: rgba(255, 255, 255, 0.08);
}

.footer-mega-divider {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0rem;
    opacity: 1;
}

html[data-theme="dark"] .footer-mega-divider,
body[data-theme="dark"] .footer-mega-divider {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.footer-disclaimer-section--mega {
    margin-bottom: 0;
    padding-top: 0;
    border-top: none !important;
}

.footer-bottom--mega {
    padding-top: 0;
    border-top: none !important;
}

.footer-bar-mega {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 0.25rem;
}

.footer-bar-mega-primary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.85rem 1.25rem;
}

.footer-bar-mega-primary .footer-copyright {
    flex: 0 1 auto;
    text-align: left !important;
    order: unset;
}

.footer-bar-mega > .footer-language-selector {
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

@media (max-width: 575.98px) {
    .footer-brand {
        --footer-logo-w: min(220px, calc(100vw - 48px));
        --footer-logo-h: calc(var(--footer-logo-w) * 38 / 220);
    }
}

@media (max-width: 767.98px){


    .footer-brand-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center !important;
    }
    .footer-brand-section .footer-tagline {
        text-align: center !important;
    }
    .footer-brand-section .footer-brand {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .footer-brand-section .footer-brand .brand-logo {
        object-position: center center;
    }
    .footer-brand-section .footer-social-icons {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .footer-bar-mega {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-bar-mega > .footer-language-selector {
        align-self: flex-end;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }


}

:root {
    --bg-dark: #1a1a1a;
}

.footer {
    bottom: 0;
    text-align: left;
    padding: 40px 30px 20px;
    position: relative;
    right: 0;
    left: 0;
    border-top: 2px solid rgba(0, 0, 0, .12);
    background-color: #f8f9fa;
}


.footer p {
    text-align: left;
}


html:not([data-theme="dark"]) .footer,
html[data-theme="light"] .footer,
body:not([data-theme="dark"]) .footer,
body[data-theme="light"] .footer {
    color: rgba(0, 0, 0, .73);
    background-color: #f8f9fa !important;
    border-top-color: rgba(0, 0, 0, .12);
}


html:not([data-theme="dark"]) .footer.site-footer,
html[data-theme="light"] .footer.site-footer,
body:not([data-theme="dark"]) .footer.site-footer,
body[data-theme="light"] .footer.site-footer {
    background: #f4f4f4 !important;
    color: rgba(0, 0, 0, 0.73) !important;
    border-top-color: rgba(0, 0, 0, 0.12);
}

html:not([data-theme="dark"]) .footer.site-footer .footer-tagline,
html[data-theme="light"] .footer.site-footer .footer-tagline,
body:not([data-theme="dark"]) .footer.site-footer .footer-tagline,
body[data-theme="light"] .footer.site-footer .footer-tagline {
    color: rgba(0, 0, 0, 0.78) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-heading,
html[data-theme="light"] .footer.site-footer .footer-main .footer-heading,
body:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-heading,
body[data-theme="light"] .footer.site-footer .footer-main .footer-heading {
    color: #000 !important;
    font-weight: 700;
}

html:not([data-theme="dark"]) .footer.site-footer a,
html[data-theme="light"] .footer.site-footer a,
body:not([data-theme="dark"]) .footer.site-footer a,
body[data-theme="light"] .footer.site-footer a {
    color: rgba(0, 0, 0, 0.73) !important;
}

html:not([data-theme="dark"]) .footer.site-footer a:hover,
html[data-theme="light"] .footer.site-footer a:hover,
body:not([data-theme="dark"]) .footer.site-footer a:hover,
body[data-theme="light"] .footer.site-footer a:hover {
    color: rgba(0, 0, 0, 0.95) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-links a,
html[data-theme="light"] .footer.site-footer .footer-main .footer-links a,
body:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-links a,
body[data-theme="light"] .footer.site-footer .footer-main .footer-links a {
    color: rgba(0, 0, 0, 0.65) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-links a:hover,
html[data-theme="light"] .footer.site-footer .footer-main .footer-links a:hover,
body:not([data-theme="dark"]) .footer.site-footer .footer-main .footer-links a:hover,
body[data-theme="light"] .footer.site-footer .footer-main .footer-links a:hover {
    color: rgba(0, 0, 0, 0.9) !important;
    text-decoration: none;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-disclaimer,
html[data-theme="light"] .footer.site-footer .footer-disclaimer,
body:not([data-theme="dark"]) .footer.site-footer .footer-disclaimer,
body[data-theme="light"] .footer.site-footer .footer-disclaimer {
    color: rgba(0, 0, 0, 0.65) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .footer-mega-divider,
html[data-theme="light"] .footer.site-footer .footer-mega-divider,
body:not([data-theme="dark"]) .footer.site-footer .footer-mega-divider,
body[data-theme="light"] .footer.site-footer .footer-mega-divider {
    border-top-color: rgba(0, 0, 0, 0.1);
}

html:not([data-theme="dark"]) .footer.site-footer .footer-copyright,
html[data-theme="light"] .footer.site-footer .footer-copyright,
body:not([data-theme="dark"]) .footer.site-footer .footer-copyright,
body[data-theme="light"] .footer.site-footer .footer-copyright {
    color: rgba(0, 0, 0, 0.73) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .btn-language,
html[data-theme="light"] .footer.site-footer .btn-language,
body:not([data-theme="dark"]) .footer.site-footer .btn-language,
body[data-theme="light"] .footer.site-footer .btn-language {
    background-color: transparent !important;
    border: 1px solid rgba(0, 0, 0, 0.2) !important;
    color: rgba(0, 0, 0, 0.73) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .btn-language:hover,
html[data-theme="light"] .footer.site-footer .btn-language:hover,
body:not([data-theme="dark"]) .footer.site-footer .btn-language:hover,
body[data-theme="light"] .footer.site-footer .btn-language:hover {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border-color: rgba(0, 0, 0, 0.3) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .btn-social.btn-social--round,
html[data-theme="light"] .footer.site-footer .btn-social.btn-social--round,
body:not([data-theme="dark"]) .footer.site-footer .btn-social.btn-social--round,
body[data-theme="light"] .footer.site-footer .btn-social.btn-social--round {
    background-color: rgba(0, 0, 0, 0.06) !important;
    border: 1px solid rgba(0, 0, 0, 0.12) !important;
    color: rgba(0, 0, 0, 0.72) !important;
}

html:not([data-theme="dark"]) .footer.site-footer .btn-social.btn-social--round:hover,
html[data-theme="light"] .footer.site-footer .btn-social.btn-social--round:hover,
body:not([data-theme="dark"]) .footer.site-footer .btn-social.btn-social--round:hover,
body[data-theme="light"] .footer.site-footer .btn-social.btn-social--round:hover {
    background-color: rgba(0, 0, 0, 0.1) !important;
    border-color: rgba(0, 0, 0, 0.2) !important;
    color: rgba(0, 0, 0, 0.9) !important;
}

html[data-theme="dark"] .footer.site-footer,
body[data-theme="dark"] .footer.site-footer {
    background: var(--bg-dark) !important;
    color: rgba(255, 255, 255, 0.85) !important;
    border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .footer.site-footer .logo-light,
body[data-theme="dark"] .footer.site-footer .logo-light,
html[data-theme="dark"] .footer.site-footer .footer-brand .logo-light,
body[data-theme="dark"] .footer.site-footer .footer-brand .logo-light {
    display: none !important;
}

html[data-theme="dark"] .footer.site-footer .logo-dark,
body[data-theme="dark"] .footer.site-footer .logo-dark,
html[data-theme="dark"] .footer.site-footer .footer-brand .logo-dark,
body[data-theme="dark"] .footer.site-footer .footer-brand .logo-dark {
    display: block !important;
}

html[data-theme="dark"] .footer.site-footer .footer-tagline,
body[data-theme="dark"] .footer.site-footer .footer-tagline {
    color: rgba(255, 255, 255, 0.7) !important;
}

html[data-theme="dark"] .footer.site-footer .footer-main .footer-heading,
body[data-theme="dark"] .footer.site-footer .footer-main .footer-heading {
    color: #fff !important;
    font-weight: 700;
}

html[data-theme="dark"] .footer.site-footer a,
body[data-theme="dark"] .footer.site-footer a {
    color: rgba(255, 255, 255, 0.78) !important;
}

html[data-theme="dark"] .footer.site-footer a:hover,
body[data-theme="dark"] .footer.site-footer a:hover {
    color: #fff !important;
}

html[data-theme="dark"] .footer.site-footer .footer-copyright a:hover,
body[data-theme="dark"] .footer.site-footer .footer-copyright a:hover {
    color: #fff !important;
}

html[data-theme="dark"] .footer.site-footer .footer-main .footer-links a,
body[data-theme="dark"] .footer.site-footer .footer-main .footer-links a {
    color: #9ca3af !important;
}

html[data-theme="dark"] .footer.site-footer .footer-main .footer-links a:hover,
body[data-theme="dark"] .footer.site-footer .footer-main .footer-links a:hover {
    color: #f3f4f6 !important;
    text-decoration: none;
}

.footer.site-footer .footer-main .footer-links {
    line-height: 1.55;
}

html[data-theme="dark"] .footer.site-footer .footer-disclaimer-section,
body[data-theme="dark"] .footer.site-footer .footer-disclaimer-section {
    border-top-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .footer.site-footer .footer-disclaimer,
body[data-theme="dark"] .footer.site-footer .footer-disclaimer {
    color: rgba(255, 255, 255, 0.7) !important;
}

.footer.site-footer .footer-disclaimer strong {
    color: inherit !important;
}

html[data-theme="dark"] .footer.site-footer .footer-mega-divider,
body[data-theme="dark"] .footer.site-footer .footer-mega-divider {
    border-top-color: rgba(255, 255, 255, 0.12);
}

html[data-theme="dark"] .footer.site-footer .footer-bottom--mega,
body[data-theme="dark"] .footer.site-footer .footer-bottom--mega {
    border-top-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] .footer.site-footer .footer-copyright,
body[data-theme="dark"] .footer.site-footer .footer-copyright {
    color: rgba(255, 255, 255, 0.78) !important;
}

html[data-theme="dark"] .footer.site-footer .btn-language,
body[data-theme="dark"] .footer.site-footer .btn-language {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.85) !important;
}

html[data-theme="dark"] .footer.site-footer .btn-language:hover,
body[data-theme="dark"] .footer.site-footer .btn-language:hover {
    background-color: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.32);
    color: #fff !important;
}

html[data-theme="dark"] .footer.site-footer .btn-social.btn-social--round,
body[data-theme="dark"] .footer.site-footer .btn-social.btn-social--round {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    color: rgba(255, 255, 255, 0.88) !important;
}

html[data-theme="dark"] .footer.site-footer .btn-social.btn-social--round:hover,
body[data-theme="dark"] .footer.site-footer .btn-social.btn-social--round:hover {
    background-color: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.38) !important;
    color: #fff !important;
}


html[data-theme="dark"] .footer:not(.site-footer),
body[data-theme="dark"] .footer:not(.site-footer) {
    color: rgba(255, 255, 255, .73);
    background-color: var(--bg-dark) !important;
    border-top-color: rgba(255, 255, 255, .12);
}


.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    font-size: 16px;
    display: flex;
    align-items: center;
    padding: 4px 0;
    gap: 8px;
}

.footer-links a .footer-link-icon {
    width: 14px;
    height: 14px;
    flex-shrink: 0;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-links a,
html[data-theme="light"] .footer:not(.site-footer) .footer-links a,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-links a,
body[data-theme="light"] .footer:not(.site-footer) .footer-links a {
    color: rgba(0, 0, 0, .73);
}

html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-links a:hover,
html[data-theme="light"] .footer:not(.site-footer) .footer-links a:hover,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-links a:hover,
body[data-theme="light"] .footer:not(.site-footer) .footer-links a:hover {
    color: rgba(0, 0, 0, .9);
    text-decoration: none;
}


html[data-theme="dark"] .footer-links a,
body[data-theme="dark"] .footer-links a {
    color: rgba(255, 255, 255, 0.75);
}

html[data-theme="dark"] .footer-links a:hover,
body[data-theme="dark"] .footer-links a:hover {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
}


.footer-language-selector {
    margin-top: 0;
    width: auto;
}

.btn-language {
    padding: 8px 12px;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    font-weight: normal;
    width: 100%;
}


html:not([data-theme="dark"]) .btn-language,
html[data-theme="light"] .btn-language,
body:not([data-theme="dark"]) .btn-language,
body[data-theme="light"] .btn-language {
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .73);
}

html:not([data-theme="dark"]) .btn-language:hover,
html[data-theme="light"] .btn-language:hover,
body:not([data-theme="dark"]) .btn-language:hover,
body[data-theme="light"] .btn-language:hover {
    background-color: rgba(0, 0, 0, .05);
    border-color: rgba(0, 0, 0, .3);
    color: rgba(0, 0, 0, .9);
}


html[data-theme="dark"] .btn-language,
body[data-theme="dark"] .btn-language {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .85);
}

html[data-theme="dark"] .btn-language:hover,
body[data-theme="dark"] .btn-language:hover {
    background-color: rgba(255, 255, 255, .15);
    border-color: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, 1);
}

.btn-language .icon-chevron {
    margin-left: auto;
    flex-shrink: 0;
}

.lang-change-text {
    font-size: 12px;
    opacity: 0.8;
    margin-left: 4px;
}

.btn-language > span:first-child {
    flex-shrink: 0;
}

.footer-lang-dropdown {
    min-width: 11rem;
    padding: 6px 0 !important;
}

.footer-lang-dropdown > li {
    margin-bottom: 0 !important;
}


.footer-language-selector .btn-language.dropdown-toggle::after,
.footer-language-selector .btn-language::after {
    display: none !important;
    content: none !important;
}

.footer-lang-dropdown .dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    padding: 0.5rem 0.875rem !important;
}

.footer-lang-dropdown .dropdown-item .lang-flag-icon {
    flex: 0 0 20px;
    width: 20px !important;
    height: 15px !important;
    max-width: 20px !important;
    max-height: 15px !important;
    border-radius: 2px;
    object-fit: cover;
}


.footer-copyright {
    font-size: 14px;
    margin-bottom: 8px;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-copyright,
html[data-theme="light"] .footer:not(.site-footer) .footer-copyright,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-copyright,
body[data-theme="light"] .footer:not(.site-footer) .footer-copyright{
    color: rgba(0, 0, 0, .73);
}


html[data-theme="dark"] .footer-copyright,
body[data-theme="dark"] .footer-copyright{
    color: rgba(255, 255, 255, .75);
}


.footer-disclaimer-section {
    margin-bottom: 25px;
    padding-top: 20px;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-disclaimer-section,
html[data-theme="light"] .footer:not(.site-footer) .footer-disclaimer-section,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-disclaimer-section,
body[data-theme="light"] .footer:not(.site-footer) .footer-disclaimer-section {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


html[data-theme="dark"] .footer-disclaimer-section,
body[data-theme="dark"] .footer-disclaimer-section {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.footer-disclaimer {

    line-height: 1.6;
    margin-bottom: 0;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-disclaimer,
html[data-theme="light"] .footer:not(.site-footer) .footer-disclaimer,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-disclaimer,
body[data-theme="light"] .footer:not(.site-footer) .footer-disclaimer {
    color: rgba(0, 0, 0, .65);
}


html[data-theme="dark"] .footer-disclaimer,
body[data-theme="dark"] .footer-disclaimer {
    color: rgba(255, 255, 255, .7);
}


.footer-bottom {
    padding-top: 20px;
}


html:not([data-theme="dark"]) .footer:not(.site-footer) .footer-bottom,
html[data-theme="light"] .footer:not(.site-footer) .footer-bottom,
body:not([data-theme="dark"]) .footer:not(.site-footer) .footer-bottom,
body[data-theme="light"] .footer:not(.site-footer) .footer-bottom {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


html[data-theme="dark"] .footer-bottom,
body[data-theme="dark"] .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .1);
}


.footer-language-selector {
    flex: 0 0 auto;
    order: 1;
}

.footer-copyright {
    flex: 1 1 auto;
    text-align: center;
    order: 2;
    margin: 0;
}

.footer-social-icons {
    flex: 0 0 auto;
    order: 3;
}


.footer-social-icons {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 10px;
    text-decoration: none;
}


html:not([data-theme="dark"]) .btn-social,
html[data-theme="light"] .btn-social,
body:not([data-theme="dark"]) .btn-social,
body[data-theme="light"] .btn-social {
    color: rgba(0, 0, 0, .73);
}

html:not([data-theme="dark"]) .btn-social:hover,
html[data-theme="light"] .btn-social:hover,
body:not([data-theme="dark"]) .btn-social:hover,
body[data-theme="light"] .btn-social:hover {
    color: rgba(0, 0, 0, .9);
    background-color: rgba(0, 0, 0, .05);
}


html[data-theme="dark"] .btn-social,
body[data-theme="dark"] .btn-social {
    color: rgba(255, 255, 255, .75);
}

html[data-theme="dark"] .btn-social:hover,
body[data-theme="dark"] .btn-social:hover {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, .1);
}

.btn-social .icon-svg {
    width: 22px;
    height: 22px;
}


html:not([data-theme="dark"]) .footer a,
html[data-theme="light"] .footer a,
body:not([data-theme="dark"]) .footer a,
body[data-theme="light"] .footer a {
    color: rgba(0, 0, 0, .73);
}


html[data-theme="dark"] .footer:not(.site-footer) a,
body[data-theme="dark"] .footer:not(.site-footer) a {
    color: rgba(255, 255, 255, .73);
}

html[data-theme="dark"] .footer-copyright,
html[data-theme="dark"] .footer-disclaimer,
body[data-theme="dark"] .footer-copyright,
body[data-theme="dark"] .footer-disclaimer{
    color: rgba(255, 255, 255, .73);
}

html[data-theme="dark"] .btn-language,
body[data-theme="dark"] .btn-language {
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .73);
}

html[data-theme="dark"] .btn-language:hover,
body[data-theme="dark"] .btn-language:hover {
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3);
}

html[data-theme="dark"] .footer-disclaimer-section,
html[data-theme="dark"] .footer-bottom,
body[data-theme="dark"] .footer-disclaimer-section,
body[data-theme="dark"] .footer-bottom{
    border-top-color: rgba(255, 255, 255, .1);
}


html[data-theme="dark"] .btn-social,
body[data-theme="dark"] .btn-social {
    color: rgba(255, 255, 255, .73);
}

html[data-theme="dark"] .btn-social:hover,
body[data-theme="dark"] .btn-social:hover {
    color: rgba(255, 255, 255, .95);
    background-color: rgba(255, 255, 255, .1);
}

#wrapper.toggled .footer {
    position: absolute;
    left: 0
}


@media only screen and (max-width: 991px){


    .footer {
        padding: 30px 20px 15px;
    }


    .footer-language-selector {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .footer-copyright {
        text-align: center;
        order: 2;
    }

    .footer-social-icons {
        width: 100%;
        justify-content: center;
        order: 3;
    }


}

@media only screen and (max-width: 767px){


    .footer {
        padding: 25px 15px 15px;

    }


    .footer-links a {
        font-size: 13px;
    }

    .footer-copyright{
        font-size: 13px;
    }

    .footer-disclaimer{
        font-size: 13px;
    }


    .footer-language-selector {
        width: 100%;
        display: flex;
        justify-content: center;
        order: 1;
    }

    .footer-copyright {
        text-align: center;
        order: 2;
    }

    .footer-social-icons {
        width: 100%;
        justify-content: center;
        order: 3;
    }


    .footer-social-icons {
        justify-content: center;
        width: 100%;
    }

    .btn-language {
        width: 100%;
        justify-content: center;
    }


}

.back-to-top {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    position: fixed;
    border-radius: 10%;
    bottom: 20px;
    right: 12px;
    background-color: rgba(255, 255, 255, .4);
    z-index: 10000
}

.back-to-top .fa-angle-double-up {
    margin-top: 20%;
    font-size: 20px
}

.back-to-top:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .54);
}

.error-pages {
    margin-top: 230px
}

.error-title {
    font-size: 140px;
    line-height: 140px;
    text-transform: uppercase;
    font-weight: 700
}

.error-sub-title {
    font-size: 30px;
    line-height: 30px;
    text-transform: uppercase
}

.coming-soon {
    margin-top: 230px
}

.coming-soon-title {
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase
}


.price-title {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600
}

.price {
    font-size: 3.5em;
    line-height: 1.8em;
    font-weight: 600;
    margin-bottom: 0
}

.currency {
    font-size: 35px
}


.product-img {
    height: 32px
}

.product-div {
    width: auto;
    height: auto;
    background: rgba(255, 255, 255, 0);
    padding: 5px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 4px
}

.product-div img {
    width: 40px;
    height: 40px
}

.customer-img {
    height: 55px
}

.skill-img {
    height: 35px
}

.page-title {
    font-size: 20px;
    line-height: 20px
}

.breadcrumb {
    padding: 0;
    background-color: transparent
}

.sidebar-menu li a i:first-child {
    margin-right: 10px;
    font-size: 18px
}

.sidebar-menu li a i:last-child {
    margin-right: 10px;
    font-size: 12px
}

.lightbox-thumb {
    margin-bottom: 15px;
    width: 100%;
    background-color: rgba(255, 255, 255, .23);
    border: 0 solid #00000000
}

.mail-img {
    width: 50px
}

.row.row-group>div {
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.row.row-group>div:last-child {
    border-right: none
}

.mobile-btn {
    position: relative
}

.close-btn {
    display: none
}

.badge-top {
    position: absolute;
    top: 15px
}

.users {
    width: 40px;
    margin-right: -16px
}

.height-100v {
    height: 100vh
}

.sticky-menu {
    background: #000;
    position: fixed !important;
    top: 0
}

.dash-array-chart-box {
    width: 105px;
    height: 90px;
    position: relative;
    top: -15px;
    right: 30px
}

.font-33 {
    font-size: 33px
}


.circle-1 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.circle-2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: grid;
    place-items: center
}

.circle-3 {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    font-size: 20px
}

@media only screen and (max-width:1460px){


    .content-wrapper {

    }


}

@media only screen and (max-width:1199px){


    .row.row-group>div {
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .12)
    }
    .row.row-group>div:last-child {
        border-right: none;
        border-bottom: 0
    }


}

@media only screen and (max-width:1024px){


    .search-btn-mobile {
        display: flex
    }


    .nav-tabs .nav-link {
        padding: 10px 10px
    }
    .card {
        margin-bottom: 25px
    }
    .card-deck {
        margin-bottom: 0
    }
    .card-deck .card {
        margin-bottom: 25px
    }
    .card-group {
        margin-bottom: 25px
    }
    .top-wrapper {
        position: relative;
        z-index: auto
    }
    .footer {
        position: relative;
        left: 0
    }
    .hidden-xs {
        display: none !important
    }
    .height-100v {
        height: auto;
        padding-top: 40px;
        padding-bottom: 40px
    }
    .nav-container {
        width: 330px;
        height: 100%;
        max-height: 100%;
        position: fixed;
        overflow-y: auto;
        overflow-x: hidden;
        top: 0;
        right: -330px;
        z-index: 999999;
        text-align: left;
        padding: 0;
        background: rgba(255, 255, 255, .98);
        box-shadow: 0 16px 38px -12px rgba(0, 0, 0, .56), 0 4px 25px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
    }

    .nav-container .horizontal-menu {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    html[data-theme="light"] .nav-container,
    html:not([data-theme="dark"]) .nav-container,
    body[data-theme="light"] .nav-container,
    body:not([data-theme="dark"]) .nav-container {
        background: rgba(255, 255, 255, .98) !important;
        color: rgba(0, 0, 0, .85) !important;
    }

    html[data-theme="dark"] .nav-container,
    body[data-theme="dark"] .nav-container {
        background: #000 !important;
        color: rgba(255, 255, 255, .85) !important;
    }

    html[data-theme="light"] .nav-container .horizontal-menu > li > a,
    html:not([data-theme="dark"]) .nav-container .horizontal-menu > li > a,
    body[data-theme="light"] .nav-container .horizontal-menu > li > a,
    body:not([data-theme="dark"]) .nav-container .horizontal-menu > li > a {
        color: rgba(0, 0, 0, .85) !important;
    }
    html[data-theme="light"] .nav-container .horizontal-menu > li > a:hover,
    html:not([data-theme="dark"]) .nav-container .horizontal-menu > li > a:hover,
    body[data-theme="light"] .nav-container .horizontal-menu > li > a:hover,
    body:not([data-theme="dark"]) .nav-container .horizontal-menu > li > a:hover {
        color: rgba(0, 0, 0, .95) !important;
        background-color: rgba(0, 0, 0, .05) !important;
    }

    .nav-container .horizontal-menu > li > a {
        color: rgba(0, 0, 0, .85);
    }
    .nav-container .horizontal-menu > li > a:hover {
        color: rgba(0, 0, 0, .95);
        background-color: rgba(0, 0, 0, .05);
    }

    html[data-theme="dark"] .nav-container .horizontal-menu > li > a,
    body[data-theme="dark"] .nav-container .horizontal-menu > li > a {
        color: rgba(255, 255, 255, .85);
    }
    html[data-theme="dark"] .nav-container .horizontal-menu > li > a:hover,
    body[data-theme="dark"] .nav-container .horizontal-menu > li > a:hover {
        color: #fff;
        background-color: rgba(255, 255, 255, .1);
    }

    .nav-container .horizontal-menu > li {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .nav-container .horizontal-menu > li > ul.sub-menu,
    .nav-container .horizontal-menu li ul.sub-menu,
    .nav-container .horizontal-menu > li > ul.sub-menu > li ul.sub-menu,
    .nav-container .horizontal-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
        position: static !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .nav-container .horizontal-menu > li > ul.sub-menu > li {
        position: static !important;
        left: auto !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .nav-container .horizontal-menu li ul.sub-menu li {
        width: 100% !important;
        max-width: 100% !important;
    }
    .nav-container .horizontal-menu li ul.sub-menu li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .nav-container .horizontal-menu li ul.sub-menu li a {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
        margin: 0 !important;
        white-space: nowrap !important;
    }
    .nav-container .horizontal-menu > li.lang-menu-item > ul.sub-menu li a {
        display: flex !important;
        align-items: center !important;
        gap: 0.5rem !important;
        padding: 0.5rem 0.875rem !important;
    }
    .nav-container .horizontal-menu li ul.sub-menu li a:hover {
        width: 100% !important;
        margin: 0 !important;
    }

    html[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu,
    html:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu,
    body[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu,
    body:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu {
        background: rgba(255, 255, 255, .98) !important;
        border: 1px solid rgba(0, 0, 0, .1) !important;
    }
    html[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu li a,
    html:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu li a,
    body[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu li a,
    body:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu li a {
        color: rgba(0, 0, 0, .85) !important;
    }
    html[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu li a:hover,
    html:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu li a:hover,
    body[data-theme="light"] .nav-container .horizontal-menu li ul.sub-menu li a:hover,
    body:not([data-theme="dark"]) .nav-container .horizontal-menu li ul.sub-menu li a:hover {
        color: rgba(0, 0, 0, .95) !important;
        background-color: rgba(0, 0, 0, .05) !important;
        width: 100% !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover {
        color: #ffffff !important;
        background-color: rgba(255, 255, 255, .15) !important;
        width: 100% !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-red,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-red {
        color: #ff6b7a !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-green,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-green {
        color: #26d97f !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-blue,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-blue {
        color: #4da3ff !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-purple,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-purple {
        color: #adb5bd !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-cyan,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-cyan {
        color: #03d0ea !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-orange,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-orange {
        color: #ffb84d !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-indigo,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-indigo {
        color: #8b9eff !important;
    }
    html[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-teal,
    body[data-theme="dark"] .nav-container .horizontal-menu li ul.sub-menu li a:hover .icon-color-teal {
        color: #2dd4bf !important;
    }
    #wrapper.sidenav .nav-container {
        right: 0
    }
    #wrapper.sidenav .overlay {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: rgba(0, 0, 0, .4);
        opacity: 1;
        display: block
    }

    html[data-theme="dark"] #wrapper.sidenav .overlay,
    body[data-theme="dark"] #wrapper.sidenav .overlay {
        background: rgba(0, 0, 0, .6);
    }


    .nav-container .close-btn {
        width: 36px;
        height: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        z-index: 10000;
        color: rgba(0, 0, 0, .85);
        position: relative;
        overflow: hidden;
        background: rgba(0, 0, 0, .1);
        cursor: pointer;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, .2);
        transition: all 0.2s ease;
    }
    .nav-container .close-btn:hover {
        background: rgba(0, 0, 0, .15);
        border-color: rgba(0, 0, 0, .3);
    }

    html[data-theme="dark"] .nav-container .close-btn,
    body[data-theme="dark"] .nav-container .close-btn {
        color: #fff;
        background: rgba(255, 255, 255, .18);
        border: 1px solid rgba(255, 255, 255, .2);
    }
    html[data-theme="dark"] .nav-container .close-btn:hover,
    body[data-theme="dark"] .nav-container .close-btn:hover {
        background: rgba(255, 255, 255, .25);
        border-color: rgba(255, 255, 255, .3);
    }
    .sticky-menu {
        position: relative !important;
        top: 0
    }


}

@media only screen and (max-width:575px){


    .bg-signup2 {
        height: 35rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .bg-signin2 {
        height: 25rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .bg-reset-password2 {
        height: 20rem;
        border-radius: 0;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }
    .logo-text {
        display: none
    }


}

.adjust-result {
    height: 350px;
}


.hero .hero-illustration {
    max-height: 260px;
    object-fit: contain;
}


.hero { background: transparent !important; border: 0 !important; }


.hero .card-body { padding-top: 2.66rem; padding-bottom: 2.66rem; }
@media (max-width: 576px){


    .hero .card-body { padding-top: 2rem; padding-bottom: 2rem; }


}

.tools-grid .card-item {
    display: block;
    background: #f5f5f5;
    border: 2px solid rgba(0, 0, 0, .15);
    border-radius: 12px;
    padding: 16px 16px 14px 16px;
    color: rgba(0, 0, 0, .85);
    text-decoration: none;
    transition: box-shadow .15s ease, background-color 0s, background 0s, border-color 0s, color 0s !important;
    min-height: 220px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.tools-grid .card-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.15);
    background: rgba(4, 185, 98, 0.06);
    border: 2px solid rgba(4, 185, 98, 0.25);
}


html[data-theme="dark"] .tools-grid .card-item:hover,
body[data-theme="dark"] .tools-grid .card-item:hover,
[data-theme="dark"] .tools-grid .card-item:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,.25) !important;
    background: rgba(4, 185, 98, 0.15) !important;
    border: 2px solid rgba(4, 185, 98, 0.35) !important;
}

.card-item h3 {
    font-size: 18px;
    margin: 10px 0 6px 0;
    color: rgba(0, 0, 0, .85);
}

.card-item p {
    color: rgba(0, 0, 0, .75);
    margin: 0 0 10px 0;
}


html[data-theme="dark"] .tools-grid .card-item,
body[data-theme="dark"] .tools-grid .card-item,
[data-theme="dark"] .tools-grid .card-item {
    background: rgba(255,255,255,.06) !important;
    border: 2px solid rgba(255,255,255,.2) !important;
    color: rgba(255,255,255,.9) !important;
}


html[data-theme="dark"] .card-item h3,
body[data-theme="dark"] .card-item h3,
[data-theme="dark"] .card-item h3 {
    color: rgba(255,255,255,.9) !important;
}

html[data-theme="dark"] .card-item p,
body[data-theme="dark"] .card-item p,
[data-theme="dark"] .card-item p {
    color: rgba(255,255,255,.75) !important;
}

.card-icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: rgba(4,185,98,.15);
    color: #04b962;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}


.card-icon.icon-color-red {
    background: rgba(220, 53, 69, 0.15);
    color: #dc3545;
}

.card-icon.icon-color-green {
    background: rgba(4, 185, 98, 0.15);
    color: #04b962;
}

.card-icon.icon-color-blue {
    background: rgba(0, 123, 255, 0.15);
    color: #007bff;
}

.card-icon.icon-color-purple {
    background: rgba(108, 117, 125, 0.15);
    color: #6c757d;
}

.card-icon.icon-color-cyan {
    background: rgba(3, 208, 234, 0.15);
    color: #03d0ea;
}

.card-icon.icon-color-orange {
    background: rgba(255, 152, 0, 0.15);
    color: #ff9800;
}

.card-icon.icon-color-indigo {
    background: rgba(102, 126, 234, 0.15);
    color: #667eea;
}

.card-icon.icon-color-teal {
    background: rgba(20, 184, 166, 0.15);
    color: #14b8a6;
}


html[data-theme="dark"] .card-icon.icon-color-red,
body[data-theme="dark"] .card-icon.icon-color-red,
[data-theme="dark"] .card-icon.icon-color-red {
    background: rgba(220, 53, 69, 0.25);
    color: #ff6b7a;
}

html[data-theme="dark"] .card-icon.icon-color-green,
body[data-theme="dark"] .card-icon.icon-color-green,
[data-theme="dark"] .card-icon.icon-color-green {
    background: rgba(4, 185, 98, 0.25);
    color: #26d97f;
}

html[data-theme="dark"] .card-icon.icon-color-blue,
body[data-theme="dark"] .card-icon.icon-color-blue,
[data-theme="dark"] .card-icon.icon-color-blue {
    background: rgba(0, 123, 255, 0.25);
    color: #4da3ff;
}

html[data-theme="dark"] .card-icon.icon-color-purple,
body[data-theme="dark"] .card-icon.icon-color-purple,
[data-theme="dark"] .card-icon.icon-color-purple {
    background: rgba(108, 117, 125, 0.25);
    color: #adb5bd;
}

html[data-theme="dark"] .card-icon.icon-color-cyan,
body[data-theme="dark"] .card-icon.icon-color-cyan,
[data-theme="dark"] .card-icon.icon-color-cyan {
    background: rgba(3, 208, 234, 0.25);
    color: #03d0ea;
}

html[data-theme="dark"] .card-icon.icon-color-orange,
body[data-theme="dark"] .card-icon.icon-color-orange,
[data-theme="dark"] .card-icon.icon-color-orange {
    background: rgba(255, 152, 0, 0.25);
    color: #ffb84d;
}

html[data-theme="dark"] .card-icon.icon-color-indigo,
body[data-theme="dark"] .card-icon.icon-color-indigo,
[data-theme="dark"] .card-icon.icon-color-indigo {
    background: rgba(102, 126, 234, 0.25);
    color: #8b9eff;
}

html[data-theme="dark"] .card-icon.icon-color-teal,
body[data-theme="dark"] .card-icon.icon-color-teal,
[data-theme="dark"] .card-icon.icon-color-teal {
    background: rgba(20, 184, 166, 0.25);
    color: #2dd4bf;
}


.icon-svg.icon-color-red {
    color: #dc3545;
}

.icon-svg.icon-color-green {
    color: #04b962;
}

.icon-svg.icon-color-blue {
    color: #007bff;
}

.icon-svg.icon-color-purple {
    color: #6c757d;
}

.icon-svg.icon-color-cyan {
    color: #03d0ea;
}

.icon-svg.icon-color-orange {
    color: #ff9800;
}

.icon-svg.icon-color-indigo {
    color: #667eea;
}

.icon-svg.icon-color-teal {
    color: #14b8a6;
}


html[data-theme="dark"] .icon-svg.icon-color-red,
body[data-theme="dark"] .icon-svg.icon-color-red,
[data-theme="dark"] .icon-svg.icon-color-red {
    color: #ff6b7a;
}

html[data-theme="dark"] .icon-svg.icon-color-green,
body[data-theme="dark"] .icon-svg.icon-color-green,
[data-theme="dark"] .icon-svg.icon-color-green {
    color: #26d97f;
}

html[data-theme="dark"] .icon-svg.icon-color-blue,
body[data-theme="dark"] .icon-svg.icon-color-blue,
[data-theme="dark"] .icon-svg.icon-color-blue {
    color: #4da3ff;
}

html[data-theme="dark"] .icon-svg.icon-color-purple,
body[data-theme="dark"] .icon-svg.icon-color-purple,
[data-theme="dark"] .icon-svg.icon-color-purple {
    color: #adb5bd;
}

html[data-theme="dark"] .icon-svg.icon-color-cyan,
body[data-theme="dark"] .icon-svg.icon-color-cyan,
[data-theme="dark"] .icon-svg.icon-color-cyan {
    color: #03d0ea;
}

html[data-theme="dark"] .icon-svg.icon-color-orange,
body[data-theme="dark"] .icon-svg.icon-color-orange,
[data-theme="dark"] .icon-svg.icon-color-orange {
    color: #ffb84d;
}

html[data-theme="dark"] .icon-svg.icon-color-indigo,
body[data-theme="dark"] .icon-svg.icon-color-indigo,
[data-theme="dark"] .icon-svg.icon-color-indigo {
    color: #8b9eff;
}

html[data-theme="dark"] .icon-svg.icon-color-teal,
body[data-theme="dark"] .icon-svg.icon-color-teal,
[data-theme="dark"] .icon-svg.icon-color-teal {
    color: #2dd4bf;
}

.card-item-cta {
    font-weight: 600;
    color: #04b962;
    margin-top: auto;
}


.more-tools-panel {
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}


.more-tools-panel > .card-header > .more-tools-heading {
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
}


.more-tools-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.65rem;
}

@media (max-width: 991px){


    .more-tools-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }


}

@media (max-width: 575px){


    .more-tools-grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 0.55rem;
    }


}

.more-tools-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-height: 3.25rem;
    padding: 0.65rem 0.75rem;
    background: #f4f4f5;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.88) !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.14s ease, border-color 0.14s ease, background 0.14s ease;
}

.more-tools-link:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    border-color: rgba(4, 185, 98, 0.28);
    background: #fafafa;
}

.more-tools-link:focus-visible {
    outline: 2px solid #04b962;
    outline-offset: 2px;
}

.more-tools-link .card-icon {
    width: 34px;
    height: 34px;
    flex-shrink: 0;
}

.more-tools-link .icon-svg {
    width: 17px;
    height: 17px;
}

.more-tools-link-label {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25;
    text-align: left;
}

html[data-theme="dark"] .more-tools-panel,
body[data-theme="dark"] .more-tools-panel,
[data-theme="dark"] .more-tools-panel {
    border-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.35);
}

html[data-theme="dark"] .more-tools-link,
body[data-theme="dark"] .more-tools-link,
[data-theme="dark"] .more-tools-link {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.92) !important;
    box-shadow: none;
}

html[data-theme="dark"] .more-tools-link:hover,
body[data-theme="dark"] .more-tools-link:hover,
[data-theme="dark"] .more-tools-link:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(4, 185, 98, 0.35);
}


.tools-grid > [class^='col-'],
.tools-grid > [class*=' col-'] { display: flex; }


.post-card {
    display: flex; flex-direction: column;
    background: rgba(255,255,255,.06);
    border: 2px solid rgba(255,255,255,.2);
    border-radius: 12px;
    text-decoration: none; color: inherit;
    overflow: hidden;
    scroll-snap-align: start;
}
.post-card img { width: 100%; height: 180px; object-fit: cover; }
.post-card .meta { padding: 16px; }
.post-card h3 { font-size: 18px; margin: 0 0 8px 0; }
.post-card p { color: rgba(255,255,255,.75); margin: 0 0 8px 0; font-size: 14px; line-height: 1.5; }
.post-card:hover { background: rgba(255,255,255,.08); border: 2px solid rgba(255,255,255,.3); }


html[data-theme="light"] .post-card,
[data-theme="light"] .post-card {
    background: rgba(255,255,255,.95);
    border: 2px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

html[data-theme="light"] .post-card:hover,
[data-theme="light"] .post-card:hover {
    background: rgba(255,255,255,1);
    border: 2px solid rgba(0, 0, 0, .3);
}

html[data-theme="light"] .post-card p,
[data-theme="light"] .post-card p {
    color: rgba(0, 0, 0, .75);
}


@media (max-width: 768px){


    .posts-track .post-card {
        min-width: 280px;
    }
    .post-card img { height: 160px; }
    .post-card .meta { padding: 14px; }
    .post-card h3 { font-size: 17px; }
    .post-card p { font-size: 13px; }


}

@media (max-width: 576px){


    .posts-track .post-card {
        min-width: 260px;
    }
    .post-card img { height: 140px; }
    .post-card .meta { padding: 12px; }
    .post-card h3 { font-size: 16px; }


}


.carousel-btn { width: 40px; height: 40px; box-shadow: 0 4px 12px rgba(0,0,0,.25); backdrop-filter: blur(2px); }
.carousel-btn.prev { left: 8px; }
.carousel-btn.next { right: 8px; }


@media (max-width: 576px){


    .tools-grid .col-12 + .col-12 { margin-top: 12px; }


}


.hero h1 { line-height: 1.3; }

.tools-grid .card-item p{ line-height: 1.55; }

@media (min-width: 992px){


    .hero h1 { font-size: 34px; }

    .card-item h3 { font-size: 20px; }
    .tools-grid .card-item p { font-size: 15px; }


}

@media (max-width: 576px){


    .hero h1 { font-size: 24px; }

    .card-item h3 { font-size: 16px; }
    .tools-grid .card-item p { font-size: 14px; }


}


.tools-grid .card-item { min-height: 200px; }


.theme-toggle-item {
    display: flex;
    align-items: center;
}

.theme-toggle-btn {
    background: transparent;
    border: none;
    border-radius: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    transition: none;
    position: relative;
    color: rgba(0, 0, 0, .85);
}

.theme-toggle-btn:hover {
    background: transparent;
    border: none;
    transform: none;
    opacity: 0.8;
}


html[data-theme="dark"] .theme-toggle-btn,
body[data-theme="dark"] .theme-toggle-btn {
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, .85);
}

html[data-theme="dark"] .theme-toggle-btn:hover,
body[data-theme="dark"] .theme-toggle-btn:hover {
    background: transparent;
    border: none;
    opacity: 0.8;
}

.theme-toggle-btn:focus:not(:focus-visible) {
    outline: none;
    box-shadow: none;
}

.theme-toggle-btn:focus-visible {
    outline: 2px solid rgba(0, 0, 0, .3);
    outline-offset: 2px;
    box-shadow: none;
}


html[data-theme="dark"] .theme-toggle-btn:focus-visible,
body[data-theme="dark"] .theme-toggle-btn:focus-visible {
    outline: 2px solid rgba(255, 255, 255, .5);
    box-shadow: none;
}


.theme-toggle-btn {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
}

.theme-toggle-btn .theme-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    height: 18px;
    stroke: currentColor;
    fill: none;
    pointer-events: none;
    transition: none;
}


.theme-icon-sun {
    opacity: 0;
    transform: translate(-50%, -50%);
}

.theme-icon-moon {
    opacity: 1;
    transform: translate(-50%, -50%);
}


html[data-theme="dark"] .theme-icon-sun,
[data-theme="dark"] .theme-icon-sun {
    opacity: 1;
    transform: translate(-50%, -50%);
}

html[data-theme="dark"] .theme-icon-moon,
[data-theme="dark"] .theme-icon-moon {
    opacity: 0;
    transform: translate(-50%, -50%);
}


@media (min-width: 1025px){


    .nav-container .close-btn{
        display: none !important;
    }

    .horizontal-menu .theme-toggle-item,
    #respMenu.horizontal-menu .theme-toggle-item {
        display: flex !important;
        align-items: center !important;
        list-style: none !important;
    }

    .horizontal-menu .theme-toggle-btn,
    #respMenu.horizontal-menu .theme-toggle-btn {
        border: none !important;
        border-radius: 0 !important;
        background: transparent !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        padding: 0 !important;
        margin: 0 !important;
        position: relative !important;
        color: rgba(0, 0, 0, .85) !important;
    }

    html[data-theme="dark"] .horizontal-menu .theme-toggle-btn,
    html[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn,
    body[data-theme="dark"] .horizontal-menu .theme-toggle-btn,
    body[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn {
        border: none !important;
        background: transparent !important;
        color: rgba(255, 255, 255, .85) !important;
    }
    html[data-theme="dark"] .horizontal-menu .theme-toggle-btn:hover,
    html[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn:hover,
    body[data-theme="dark"] .horizontal-menu .theme-toggle-btn:hover,
    body[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn:hover {
        background: transparent !important;
        border: none !important;
        opacity: 0.8 !important;
    }
    .horizontal-menu .theme-toggle-btn:hover,
    #respMenu.horizontal-menu .theme-toggle-btn:hover {
        background: transparent !important;
        border: none !important;
        transform: none !important;
        opacity: 0.8 !important;
    }

    .horizontal-menu .theme-toggle-btn,
    #respMenu.horizontal-menu .theme-toggle-btn {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }

    .horizontal-menu .theme-toggle-btn .theme-icon,
    #respMenu.horizontal-menu .theme-toggle-btn .theme-icon {
        width: 18px !important;
        height: 18px !important;
        display: block !important;
        position: absolute !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        transition: none !important;
    }

    .horizontal-menu .theme-toggle-btn .theme-icon-sun,
    #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-sun {
        opacity: 0 !important;
        transform: translate(-50%, -50%) !important;
    }
    .horizontal-menu .theme-toggle-btn .theme-icon-moon,
    #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-moon {
        opacity: 1 !important;
        transform: translate(-50%, -50%) !important;
    }

    html[data-theme="dark"] .horizontal-menu .theme-toggle-btn .theme-icon-sun,
    html[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-sun,
    body[data-theme="dark"] .horizontal-menu .theme-toggle-btn .theme-icon-sun,
    body[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-sun {
        opacity: 1 !important;
        transform: translate(-50%, -50%) !important;
    }
    html[data-theme="dark"] .horizontal-menu .theme-toggle-btn .theme-icon-moon,
    html[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-moon,
    body[data-theme="dark"] .horizontal-menu .theme-toggle-btn .theme-icon-moon,
    body[data-theme="dark"] #respMenu.horizontal-menu .theme-toggle-btn .theme-icon-moon {
        opacity: 0 !important;
        transform: translate(-50%, -50%) !important;
    }


}


@media (max-width: 1024px){


    .horizontal-menu .theme-toggle-item {
        display: none !important;
    }


    .theme-toggle-item {
        position: absolute;
        top: 50%;
        right: 60px;
        transform: translateY(-50%);
        z-index: 100;
    }

    .theme-toggle-btn {
        width: 32px;
        height: 32px;
    }

    .theme-toggle-btn .theme-icon {
        width: 14px;
        height: 14px;
    }


}

@media (max-width: 576px){


    .theme-toggle-item {
        right: 50px;
    }


}


html:not([data-theme="dark"]),
html:not([data-theme="dark"]) body,
html[data-theme="light"],
html[data-theme="light"] body,
[data-theme="light"] body,
body[data-theme="light"] {
    background-color: #f8f9fa !important;
    color: rgba(0, 0, 0, .85) !important;
}


html:not([data-theme="dark"]) body.bg-theme.bg-theme1,
html[data-theme="light"] body.bg-theme.bg-theme1,
body[data-theme="light"].bg-theme.bg-theme1,
[data-theme="light"] body.bg-theme.bg-theme1 {
    background-color: #f8f9fa !important;
    background-attachment: fixed !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}


html:not([data-theme="dark"]) .h1,
html:not([data-theme="dark"]) .h2,
html:not([data-theme="dark"]) .h3,
html:not([data-theme="dark"]) .h4,
html:not([data-theme="dark"]) .h5,
html:not([data-theme="dark"]) .h6,
html:not([data-theme="dark"]) h1,
html:not([data-theme="dark"]) h2,
html:not([data-theme="dark"]) h3,
html:not([data-theme="dark"]) h4,
html:not([data-theme="dark"]) h5,
html:not([data-theme="dark"]) h6,
html[data-theme="light"] .h1,
html[data-theme="light"] .h2,
html[data-theme="light"] .h3,
html[data-theme="light"] .h4,
html[data-theme="light"] .h5,
html[data-theme="light"] .h6,
html[data-theme="light"] h1,
html[data-theme="light"] h2,
html[data-theme="light"] h3,
html[data-theme="light"] h4,
html[data-theme="light"] h5,
html[data-theme="light"] h6,
[data-theme="light"] .h1,
[data-theme="light"] .h2,
[data-theme="light"] .h3,
[data-theme="light"] .h4,
[data-theme="light"] .h5,
[data-theme="light"] .h6,
[data-theme="light"] h1,
[data-theme="light"] h2,
[data-theme="light"] h3,
[data-theme="light"] h4,
[data-theme="light"] h5,
[data-theme="light"] h6 {
    color: rgba(0, 0, 0, .85) !important;
}


html:not([data-theme="dark"]) .card:not(.border-success):not(.border-primary):not(.border-info):not(.border-danger):not(.border-warning):not(.border-secondary):not(.border-vcc),
html[data-theme="light"] .card:not(.border-success):not(.border-primary):not(.border-info):not(.border-danger):not(.border-warning):not(.border-secondary):not(.border-vcc),
[data-theme="light"] .card:not(.border-success):not(.border-primary):not(.border-info):not(.border-danger):not(.border-warning):not(.border-secondary):not(.border-vcc) {
    background-color: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .08) !important;

}


html[data-theme="light"] .border-vcc,
html[data-theme="light"] .card.border-vcc,
html:not([data-theme="dark"]) .border-vcc,
html:not([data-theme="dark"]) .card.border-vcc,
[data-theme="light"] .border-vcc,
[data-theme="light"] .card.border-vcc,
body[data-theme="light"] .border-vcc,
body[data-theme="light"] .card.border-vcc,
body:not([data-theme="dark"]) .border-vcc,
body:not([data-theme="dark"]) .card.border-vcc {
    border: 2px solid #dedede !important;
}


html[data-theme="dark"] .border-vcc,
html[data-theme="dark"] .card.border-vcc,
body[data-theme="dark"] .border-vcc,
body[data-theme="dark"] .card.border-vcc {
    border: 2px solid #7b7b7b !important;
}

html[data-theme="light"] .card-header,
html:not([data-theme="dark"]) .card-header,
body[data-theme="light"] .card-header,
body:not([data-theme="dark"]) .card-header,
[data-theme="light"] .card-header {
    background: transparent !important;
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
    color: rgba(0, 0, 0, .85) !important;
}


html[data-theme="light"] #match-status-body .card > .card-header,
html[data-theme="light"] #validation-status-body .card > .card-header,
html[data-theme="light"] #bin-search-status-body .card > .card-header,
html[data-theme="light"] #http-header-body .card > .card-header,
html[data-theme="light"] #ssl-status-body .card > .card-header,
html[data-theme="light"] #ip-lookup-body .card > .card-header,
html:not([data-theme="dark"]) #match-status-body .card > .card-header,
html:not([data-theme="dark"]) #validation-status-body .card > .card-header,
html:not([data-theme="dark"]) #bin-search-status-body .card > .card-header,
html:not([data-theme="dark"]) #http-header-body .card > .card-header,
html:not([data-theme="dark"]) #ssl-status-body .card > .card-header,
html:not([data-theme="dark"]) #ip-lookup-body .card > .card-header,
body[data-theme="light"] #match-status-body .card > .card-header,
body[data-theme="light"] #validation-status-body .card > .card-header,
body[data-theme="light"] #bin-search-status-body .card > .card-header,
body[data-theme="light"] #http-header-body .card > .card-header,
body[data-theme="light"] #ssl-status-body .card > .card-header,
body[data-theme="light"] #ip-lookup-body .card > .card-header,
body:not([data-theme="dark"]) #match-status-body .card > .card-header,
body:not([data-theme="dark"]) #validation-status-body .card > .card-header,
body:not([data-theme="dark"]) #bin-search-status-body .card > .card-header,
body:not([data-theme="dark"]) #http-header-body .card > .card-header,
body:not([data-theme="dark"]) #ssl-status-body .card > .card-header,
body:not([data-theme="dark"]) #ip-lookup-body .card > .card-header {
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] #match-status-body .card > .card-header strong,
html[data-theme="light"] #validation-status-body .card > .card-header strong,
html[data-theme="light"] #bin-search-status-body .card > .card-header strong,
html[data-theme="light"] #http-header-body .card > .card-header strong,
html[data-theme="light"] #ssl-status-body .card > .card-header strong,
html[data-theme="light"] #ip-lookup-body .card > .card-header strong,
html:not([data-theme="dark"]) #match-status-body .card > .card-header strong,
html:not([data-theme="dark"]) #validation-status-body .card > .card-header strong,
html:not([data-theme="dark"]) #bin-search-status-body .card > .card-header strong,
html:not([data-theme="dark"]) #http-header-body .card > .card-header strong,
html:not([data-theme="dark"]) #ssl-status-body .card > .card-header strong,
html:not([data-theme="dark"]) #ip-lookup-body .card > .card-header strong,
body[data-theme="light"] #match-status-body .card > .card-header strong,
body[data-theme="light"] #validation-status-body .card > .card-header strong,
body[data-theme="light"] #bin-search-status-body .card > .card-header strong,
body[data-theme="light"] #http-header-body .card > .card-header strong,
body[data-theme="light"] #ssl-status-body .card > .card-header strong,
body[data-theme="light"] #ip-lookup-body .card > .card-header strong,
body:not([data-theme="dark"]) #match-status-body .card > .card-header strong,
body:not([data-theme="dark"]) #validation-status-body .card > .card-header strong,
body:not([data-theme="dark"]) #bin-search-status-body .card > .card-header strong,
body:not([data-theme="dark"]) #http-header-body .card > .card-header strong,
body:not([data-theme="dark"]) #ssl-status-body .card > .card-header strong,
body:not([data-theme="dark"]) #ip-lookup-body .card > .card-header strong {
    color: inherit !important;
    font-weight: 600;
}

html[data-theme="light"] .card-title,
[data-theme="light"] .card-title {
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .card-footer,
[data-theme="light"] .card-footer {
    background-color: transparent !important;
    border-top: 1px solid rgba(0, 0, 0, .12) !important;
}

html[data-theme="light"] .card-body,
[data-theme="light"] .card-body {
    color: rgba(0, 0, 0, .75) !important;
}


html[data-theme="light"] .footer,
[data-theme="light"] .footer {
    color: rgba(0, 0, 0, .73) !important;
    border-top: 2px solid rgba(0, 0, 0, .12) !important;
    background-color: #f8f9fa !important;
}

html[data-theme="light"] .footer a,
[data-theme="light"] .footer a {
    color: rgba(0, 0, 0, .73) !important;
}

html[data-theme="light"] .footer a:hover,
[data-theme="light"] .footer a:hover {
    color: rgba(0, 0, 0, .95) !important;
}


html[data-theme="light"] .dropdown-menu,
[data-theme="light"] .dropdown-menu {
    background-color: #ffffff !important;
    color: rgba(0, 0, 0, .85) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15) !important;
    border: 1px solid rgba(0, 0, 0, .1) !important;
}

html[data-theme="light"] .dropdown-menu a,
[data-theme="light"] .dropdown-menu a {
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .dropdown-menu a:hover,
[data-theme="light"] .dropdown-menu a:hover {
    background-color: rgba(0, 0, 0, .05) !important;
}


html[data-theme="light"] .modal-content,
[data-theme="light"] .modal-content {
    background: #ffffff !important;
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .modal-header,
[data-theme="light"] .modal-header {
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
}

html[data-theme="light"] .modal-footer,
[data-theme="light"] .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .12) !important;
}

html[data-theme="light"] .close,
html[data-theme="light"] .close:hover,
[data-theme="light"] .close,
[data-theme="light"] .close:hover {
    color: rgba(0, 0, 0, .7) !important;
}


html[data-theme="light"] ::placeholder,
html[data-theme="light"] :-ms-input-placeholder,
html[data-theme="light"] ::-ms-input-placeholder,
[data-theme="light"] ::placeholder,
[data-theme="light"] :-ms-input-placeholder,
[data-theme="light"] ::-ms-input-placeholder {
    color: rgba(0, 0, 0, .5) !important;
}

html[data-theme="light"] select option,
[data-theme="light"] select option {
    background: #ffffff !important;
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] ::selection,
[data-theme="light"] ::selection {
    background: rgba(0, 0, 0, .2) !important;
}


html[data-theme="light"] .theme-toggle-btn,
[data-theme="light"] .theme-toggle-btn {
    border-color: rgba(0, 0, 0, .2) !important;
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .theme-toggle-btn:hover,
[data-theme="light"] .theme-toggle-btn:hover {
    background: rgba(0, 0, 0, .05) !important;
    border-color: rgba(0, 0, 0, .3) !important;
}


html[data-theme="light"] .top-wrapper,
html[data-theme="light"] .top-wrapper.bg-dark,
[data-theme="light"] .top-wrapper,
[data-theme="light"] .top-wrapper.bg-dark {
    background-color: rgba(255, 255, 255, .95) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1) !important;
}


html[data-theme="light"] .card-item,
html[data-theme="light"] .tools-grid .card-item,
[data-theme="light"] .card-item,
[data-theme="light"] .tools-grid .card-item {

    background-color: #f5f5f5 !important;
    border: 2px solid rgba(0, 0, 0, .15) !important;
    border-radius: 12px !important;
}

html[data-theme="light"] .tools-grid .card-item:hover,
[data-theme="light"] .tools-grid .card-item:hover {
    background-color: rgba(4, 185, 98, 0.06) !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .15) !important;
    border: 2px solid rgba(4, 185, 98, 0.25) !important;
}

html[data-theme="light"] .card-item h3,
html[data-theme="light"] .card-item p,
[data-theme="light"] .card-item h3,
[data-theme="light"] .card-item p {
    color: rgba(0, 0, 0, .85) !important;
}


html[data-theme="light"] .carousel-btn,
[data-theme="light"] .carousel-btn {
    border-color: rgba(0, 0, 0, .2) !important;
    background: rgba(255, 255, 255, .9) !important;
    color: rgba(0, 0, 0, .85) !important;
}

html[data-theme="light"] .carousel-btn:hover,
[data-theme="light"] .carousel-btn:hover {
    background: rgba(255, 255, 255, 1) !important;
}


html[data-theme="light"] p,
html[data-theme="light"] .text-white,
[data-theme="light"] p,
[data-theme="light"] .text-white {
    color: rgba(0, 0, 0, .75) !important;
}


html[data-theme="light"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
html[data-theme="light"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
html[data-theme="light"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="light"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="light"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="light"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item) {
    color: var(--bs-link-color);
}
html[data-theme="light"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
html[data-theme="light"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
html[data-theme="light"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="light"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="light"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="light"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover {
    color: var(--bs-link-hover-color);
}


html[data-theme="dark"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
html[data-theme="dark"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
html[data-theme="dark"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="dark"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="dark"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item),
[data-theme="dark"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item) {
    color: var(--bs-link-color);
}
html[data-theme="dark"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
html[data-theme="dark"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
html[data-theme="dark"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="dark"] p a:not(.btn):not(.theme-toggle-btn):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="dark"] .card-body a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover,
[data-theme="dark"] main a:not(.btn):not(.theme-toggle-btn):not(.horizontal-menu a):not(.footer a):not(.list-group-item-action):not(.cc-tab):not(.card-item):hover {
    color: var(--bs-link-hover-color);
}


.card-body .disclaimer-feedback-links a,
html[data-theme="dark"] .card-body .disclaimer-feedback-links a,
html[data-theme="light"] .card-body .disclaimer-feedback-links a,
body[data-theme="dark"] .card-body .disclaimer-feedback-links a,
body[data-theme="light"] .card-body .disclaimer-feedback-links a {
    color: var(--bs-link-color);
}
.card-body .disclaimer-feedback-links a:hover,
.card-body .disclaimer-feedback-links a:focus-visible,
html[data-theme="dark"] .card-body .disclaimer-feedback-links a:hover,
html[data-theme="dark"] .card-body .disclaimer-feedback-links a:focus-visible,
html[data-theme="light"] .card-body .disclaimer-feedback-links a:hover,
html[data-theme="light"] .card-body .disclaimer-feedback-links a:focus-visible,
body[data-theme="dark"] .card-body .disclaimer-feedback-links a:hover,
body[data-theme="dark"] .card-body .disclaimer-feedback-links a:focus-visible,
body[data-theme="light"] .card-body .disclaimer-feedback-links a:hover,
body[data-theme="light"] .card-body .disclaimer-feedback-links a:focus-visible {
    color: var(--bs-link-hover-color);
}


.tool-header {

}


html[data-theme="light"] .tool-header,
html:not([data-theme="dark"]) .tool-header,
body[data-theme="light"] .tool-header,
body:not([data-theme="dark"]) .tool-header {
    background-color: #0000000d !important;
    color: rgba(0, 0, 0, .85) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}


.sidebar-header {

}


html[data-theme="light"] .sidebar-header,
html:not([data-theme="dark"]) .sidebar-header,
body[data-theme="light"] .sidebar-header,
body:not([data-theme="dark"]) .sidebar-header {
    background-color: #0000000d !important;
    color: rgba(0, 0, 0, .85) !important;
    border-bottom: 1px solid rgba(0, 0, 0, .12) !important;
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}


html[data-theme="light"] .sidebar-column-card,
html:not([data-theme="dark"]) .sidebar-column-card,
body[data-theme="light"] .sidebar-column-card,
body:not([data-theme="dark"]) .sidebar-column-card {
    border: 2px solid rgba(0, 0, 0, .15) !important;
}


html[data-theme="dark"] .sidebar-column-card,
body[data-theme="dark"] .sidebar-column-card {
    border: 2px solid #282828 !important;
}


html[data-theme="light"] .sidebar-column-card .card-body a:not(.btn),
html:not([data-theme="dark"]) .sidebar-column-card .card-body a:not(.btn),
body[data-theme="light"] .sidebar-column-card .card-body a:not(.btn),
body:not([data-theme="dark"]) .sidebar-column-card .card-body a:not(.btn),
html[data-theme="light"] .sidebar-column-card .list-group-item-action,
html:not([data-theme="dark"]) .sidebar-column-card .list-group-item-action,
body[data-theme="light"] .sidebar-column-card .list-group-item-action,
body:not([data-theme="dark"]) .sidebar-column-card .list-group-item-action {
    color: rgba(0, 0, 0, .85) !important;
}


html[data-theme="light"] .list-group-item-action,
[data-theme="light"] .list-group-item-action {
    color: rgba(0, 0, 0, .85) !important;
    background-color: #0000000d !important;
    border-color: rgba(0, 0, 0, .15) !important;
}
html[data-theme="light"] .list-group-item-action:hover,
html[data-theme="light"] .list-group-item-action:focus,
[data-theme="light"] .list-group-item-action:hover,
[data-theme="light"] .list-group-item-action:focus {
    color: rgba(0, 0, 0, .95) !important;
    background-color: rgba(4, 185, 98, 0.1) !important;
    border-color: rgba(4, 185, 98, 0.25) !important;
}


.list-group-item-action.active-tool{
    background-color: rgba(4, 185, 98, 0.15) !important;
    border-color: rgba(4, 185, 98, 0.35) !important;
    color: rgba(255, 255, 255, .95) !important;
}


html[data-theme="light"] .list-group-item-action.active-tool,
[data-theme="light"] .list-group-item-action.active-tool{
    background-color: rgba(4, 185, 98, 0.15) !important;
    border-color: rgba(4, 185, 98, 0.35) !important;
    color: rgba(0, 0, 0, .95) !important;
}


html[data-theme="dark"] .list-group-item-action.active-tool,
body[data-theme="dark"] .list-group-item-action.active-tool{
    background-color: rgba(4, 185, 98, 0.2) !important;
    border-color: rgba(4, 185, 98, 0.4) !important;
    color: #fff !important;
}


.toast-notification {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.toast-notification.showing {
    opacity: 1;
}

.toast-notification.show {
    opacity: 1;
}

.toast-notification.hide {
    opacity: 0;
}

.toast-close-btn:hover {
    opacity: 1 !important;
    color: #666 !important;
}


html[data-theme="dark"] #toast-container,
body[data-theme="dark"] #toast-container {
    z-index: 9999;
}

html[data-theme="dark"] .toast-notification,
body[data-theme="dark"] .toast-notification {
    background-color: #282828 !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-left-width: 4px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4) !important;
}


html[data-theme="dark"] .toast-notification[data-toast-type="success"],
body[data-theme="dark"] .toast-notification[data-toast-type="success"] {
    border-left-color: #04b962 !important;
    background-color: rgba(4, 185, 98, 0.1) !important;
}

html[data-theme="dark"] .toast-notification[data-toast-type="success"] .toast-icon-wrapper,
html[data-theme="dark"] .toast-notification[data-toast-type="success"] .toast-icon-wrapper .icon-svg,
body[data-theme="dark"] .toast-notification[data-toast-type="success"] .toast-icon-wrapper,
body[data-theme="dark"] .toast-notification[data-toast-type="success"] .toast-icon-wrapper .icon-svg {
    color: #04b962 !important;
}


html[data-theme="dark"] .toast-notification[data-toast-type="info"],
body[data-theme="dark"] .toast-notification[data-toast-type="info"] {
    border-left-color: #14b6ff !important;
    background-color: rgba(20, 182, 255, 0.1) !important;
}

html[data-theme="dark"] .toast-notification[data-toast-type="info"] .toast-icon-wrapper,
html[data-theme="dark"] .toast-notification[data-toast-type="info"] .toast-icon-wrapper .icon-svg,
body[data-theme="dark"] .toast-notification[data-toast-type="info"] .toast-icon-wrapper,
body[data-theme="dark"] .toast-notification[data-toast-type="info"] .toast-icon-wrapper .icon-svg {
    color: #14b6ff !important;
}


html[data-theme="dark"] .toast-notification[data-toast-type="warning"],
body[data-theme="dark"] .toast-notification[data-toast-type="warning"] {
    border-left-color: #f80 !important;
    background-color: rgba(255, 136, 0, 0.1) !important;
}

html[data-theme="dark"] .toast-notification[data-toast-type="warning"] .toast-icon-wrapper,
html[data-theme="dark"] .toast-notification[data-toast-type="warning"] .toast-icon-wrapper .icon-svg,
body[data-theme="dark"] .toast-notification[data-toast-type="warning"] .toast-icon-wrapper,
body[data-theme="dark"] .toast-notification[data-toast-type="warning"] .toast-icon-wrapper .icon-svg {
    color: #f80 !important;
}


html[data-theme="dark"] .toast-notification[data-toast-type="error"],
body[data-theme="dark"] .toast-notification[data-toast-type="error"] {
    border-left-color: #dc3545 !important;
    background-color: rgba(220, 53, 69, 0.1) !important;
}

html[data-theme="dark"] .toast-notification[data-toast-type="error"] .toast-icon-wrapper,
html[data-theme="dark"] .toast-notification[data-toast-type="error"] .toast-icon-wrapper .icon-svg,
body[data-theme="dark"] .toast-notification[data-toast-type="error"] .toast-icon-wrapper,
body[data-theme="dark"] .toast-notification[data-toast-type="error"] .toast-icon-wrapper .icon-svg {
    color: #dc3545 !important;
}

html[data-theme="dark"] .toast-notification .toast-message,
body[data-theme="dark"] .toast-notification .toast-message {
    color: rgba(255, 255, 255, 0.95) !important;
}

html[data-theme="dark"] .toast-close-btn,
body[data-theme="dark"] .toast-close-btn {
    color: rgba(255, 255, 255, 0.7) !important;
    opacity: 0.8 !important;
}

html[data-theme="dark"] .toast-close-btn:hover,
body[data-theme="dark"] .toast-close-btn:hover {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}


html[data-theme="light"] label,
[data-theme="light"] label {
    color: rgba(0, 0, 0, .75) !important;
}

html[data-theme="light"] .form-control,
html[data-theme="light"] .form-control.form-control-lg,
html[data-theme="light"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] input.form-control-lg:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] textarea,
html[data-theme="light"] select.form-control,
[data-theme="light"] .form-control,
[data-theme="light"] .form-control.form-control-lg,
[data-theme="light"] input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] input.form-control-lg:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] textarea,
[data-theme="light"] select.form-control {
    background-color: #f5f5f5 !important;
    color: rgba(0, 0, 0, .85) !important;
    border: 2px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0.35rem !important;
    padding: 0.625rem 1rem !important;
    min-height: 42px !important;
    height: auto !important;
    line-height: 1.5 !important;
    box-sizing: border-box !important;
}

html[data-theme="light"] .form-control:hover:not(:disabled):not([readonly]),
html[data-theme="light"] input:hover:not(:disabled):not([readonly]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] textarea:hover:not(:disabled):not([readonly]),
html[data-theme="light"] select.form-control:hover:not(:disabled),
[data-theme="light"] .form-control:hover:not(:disabled):not([readonly]),
[data-theme="light"] input:hover:not(:disabled):not([readonly]):not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] textarea:hover:not(:disabled):not([readonly]),
[data-theme="light"] select.form-control:hover:not(:disabled) {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid rgba(0, 0, 0, .3) !important;
}

html[data-theme="light"] #feedbackModal #feedback-form input:hover:not(:disabled):not([readonly]),
html[data-theme="light"] #feedbackModal #feedback-form textarea:hover:not(:disabled):not([readonly]),
html[data-theme="light"] #feedbackModal #feedback-form .form-control:hover:not(:disabled):not([readonly]),
[data-theme="light"] #feedbackModal #feedback-form input:hover:not(:disabled):not([readonly]),
[data-theme="light"] #feedbackModal #feedback-form textarea:hover:not(:disabled):not([readonly]),
[data-theme="light"] #feedbackModal #feedback-form .form-control:hover:not(:disabled):not([readonly]) {
    background-color: #f8f9fa !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
    border-radius: 0.35rem !important;
}

html[data-theme="light"] #feedbackModal #feedback-form input:focus,
html[data-theme="light"] #feedbackModal #feedback-form textarea:focus,
html[data-theme="light"] #feedbackModal #feedback-form .form-control:focus,
[data-theme="light"] #feedbackModal #feedback-form input:focus,
[data-theme="light"] #feedbackModal #feedback-form textarea:focus,
[data-theme="light"] #feedbackModal #feedback-form .form-control:focus {
    background-color: #f8f9fa !important;
    border: 1px solid #04b962 !important;
    box-shadow: 0 0 0 3px rgba(4, 185, 98, .15) !important;
    border-radius: 0.35rem !important;
    outline: none !important;
}

html[data-theme="light"] .form-control:focus,
html[data-theme="light"] input:focus:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] textarea:focus,
html[data-theme="light"] select.form-control:focus,
[data-theme="light"] .form-control:focus,
[data-theme="light"] input:focus:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] textarea:focus,
[data-theme="light"] select.form-control:focus {
    background-color: rgba(255, 255, 255, 1) !important;
    border: 2px solid #04b962 !important;
    box-shadow: 0 0 0 3px rgba(4, 185, 98, .15) !important;
}

html[data-theme="light"] .form-control:disabled,
html[data-theme="light"] .form-control[readonly],
html[data-theme="light"] input:disabled:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] input[readonly]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
html[data-theme="light"] textarea:disabled,
html[data-theme="light"] textarea[readonly],
html[data-theme="light"] select.form-control:disabled,
[data-theme="light"] .form-control:disabled,
[data-theme="light"] .form-control[readonly],
[data-theme="light"] input:disabled:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] input[readonly]:not([type="checkbox"]):not([type="radio"]):not([type="submit"]):not([type="button"]):not([type="reset"]),
[data-theme="light"] textarea:disabled,
[data-theme="light"] textarea[readonly],
[data-theme="light"] select.form-control:disabled {
    background-color: #f5f5f5 !important;
    border: 2px solid rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .5) !important;
    cursor: not-allowed;
}


html[data-theme="light"] .input-group-text,
[data-theme="light"] .input-group-text {
    background-color: rgba(255, 255, 255, .95) !important;
    color: rgba(0, 0, 0, .85) !important;
    border: 1px solid rgba(0, 0, 0, .15) !important;
}


html[data-theme="light"] .btn:not(.btn-success):not(.btn-primary):not(.btn-info):not(.btn-warning):not(.btn-danger),
[data-theme="light"] .btn:not(.btn-success):not(.btn-primary):not(.btn-info):not(.btn-warning):not(.btn-danger) {
    border-color: rgba(0, 0, 0, .2) !important;
}

html[data-theme="light"] .btn-secondary,
[data-theme="light"] .btn-secondary {
    background-color: rgba(0, 0, 0, .1) !important;
    color: rgba(0, 0, 0, .85) !important;
    border-color: rgba(0, 0, 0, .2) !important;
}

html[data-theme="light"] .btn-secondary:hover,
[data-theme="light"] .btn-secondary:hover {
    background-color: rgba(0, 0, 0, .15) !important;
}


html[data-theme="light"] .card-body .btn-success,
html:not([data-theme="dark"]) .card-body .btn-success,
body[data-theme="light"] .card-body .btn-success,
body:not([data-theme="dark"]) .card-body .btn-success,
[data-theme="light"] .card-body .btn-success,
html[data-theme="light"] .sidebar-column-card .btn-success,
html:not([data-theme="dark"]) .sidebar-column-card .btn-success,
body[data-theme="light"] .sidebar-column-card .btn-success,
body:not([data-theme="dark"]) .sidebar-column-card .btn-success,
[data-theme="light"] .sidebar-column-card .btn-success {
    color: #fff !important;
}

html[data-theme="light"] .card-body .btn-success *,
html:not([data-theme="dark"]) .card-body .btn-success *,
body[data-theme="light"] .card-body .btn-success *,
body:not([data-theme="dark"]) .card-body .btn-success *,
[data-theme="light"] .card-body .btn-success *,
html[data-theme="light"] .sidebar-column-card .btn-success *,
html:not([data-theme="dark"]) .sidebar-column-card .btn-success *,
body[data-theme="light"] .sidebar-column-card .btn-success *,
body:not([data-theme="dark"]) .sidebar-column-card .btn-success *,
[data-theme="light"] .sidebar-column-card .btn-success * {
    color: #fff !important;
}

html[data-theme="light"] .card-body .btn-success:hover,
html:not([data-theme="dark"]) .card-body .btn-success:hover,
body[data-theme="light"] .card-body .btn-success:hover,
body:not([data-theme="dark"]) .card-body .btn-success:hover,
[data-theme="light"] .card-body .btn-success:hover,
html[data-theme="light"] .sidebar-column-card .btn-success:hover,
html:not([data-theme="dark"]) .sidebar-column-card .btn-success:hover,
body[data-theme="light"] .sidebar-column-card .btn-success:hover,
body:not([data-theme="dark"]) .sidebar-column-card .btn-success:hover,
[data-theme="light"] .sidebar-column-card .btn-success:hover,
html[data-theme="light"] .card-body .btn-success:hover *,
html:not([data-theme="dark"]) .card-body .btn-success:hover *,
body[data-theme="light"] .card-body .btn-success:hover *,
body:not([data-theme="dark"]) .card-body .btn-success:hover *,
[data-theme="light"] .card-body .btn-success:hover *,
html[data-theme="light"] .sidebar-column-card .btn-success:hover *,
html:not([data-theme="dark"]) .sidebar-column-card .btn-success:hover *,
body[data-theme="light"] .sidebar-column-card .btn-success:hover *,
body:not([data-theme="dark"]) .sidebar-column-card .btn-success:hover *,
[data-theme="light"] .sidebar-column-card .btn-success:hover * {
    color: #fff !important;
}


html[data-theme="light"] .btn-success b,
html:not([data-theme="dark"]) .btn-success b,
body[data-theme="light"] .btn-success b,
body:not([data-theme="dark"]) .btn-success b {
    color: rgba(255, 255, 255, 0.9) !important;
}

html[data-theme="light"] .btn-success:hover b,
html:not([data-theme="dark"]) .btn-success:hover b,
body[data-theme="light"] .btn-success:hover b,
body:not([data-theme="dark"]) .btn-success:hover b {
    color: rgba(255, 255, 255, 0.9) !important;
}


.icon-svg {
    display: inline-block;
    vertical-align: middle;
    flex-shrink: 0;
}


.icon-svg.icon-sm {
    width: 14px;
    height: 14px;
}

.icon-svg.icon-lg {
    width: 20px;
    height: 20px;
}

.icon-svg.icon-xl {
    width: 24px;
    height: 24px;
}


.icon-svg.icon-success {
    color: #02ba5a;
}

.icon-svg.icon-danger {
    color: #f5365c;
}


#bin-search-result .input-group-text .icon-svg,
#validationResult .input-group-text .icon-svg,
#display-cc-information .input-group-text .icon-svg{
    width: 22px !important;
    height: 22px !important;
    display: inline-block !important;
    vertical-align: middle !important;
}


#bin-search-result .input-group-text .icon-svg:not(.icon-times),
#validationResult .input-group-text .icon-svg:not(.icon-times),
#display-cc-information .input-group-text .icon-svg:not(.icon-times){
    color: #04b962 !important;
}


#bin-search-result .card-header .icon-svg,
#validationResult .card-header .icon-svg,
#display-cc-information .card-header .icon-svg{
    width: 20px !important;
    height: 20px !important;
    color: #04b962 !important;
}


html[data-theme="dark"] #bin-search-result .input-group-text .icon-svg:not(.icon-times),
html[data-theme="dark"] #validationResult .input-group-text .icon-svg:not(.icon-times),
html[data-theme="dark"] #display-cc-information .input-group-text .icon-svg:not(.icon-times),
body[data-theme="dark"] #bin-search-result .input-group-text .icon-svg:not(.icon-times),
body[data-theme="dark"] #validationResult .input-group-text .icon-svg:not(.icon-times),
body[data-theme="dark"] #display-cc-information .input-group-text .icon-svg:not(.icon-times){
    color: #04b962 !important;
}


html[data-theme="dark"] #bin-search-result .card-header .icon-svg,
html[data-theme="dark"] #validationResult .card-header .icon-svg,
html[data-theme="dark"] #display-cc-information .card-header .icon-svg,
body[data-theme="dark"] #bin-search-result .card-header .icon-svg,
body[data-theme="dark"] #validationResult .card-header .icon-svg,
body[data-theme="dark"] #display-cc-information .card-header .icon-svg{
    color: #04b962 !important;
}

.icon-svg.icon-warning {
    color: #fba540;
}

.icon-svg.icon-info {
    color: #03d0ea;
}


@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


#btn-loader,
svg#btn-loader,
#btn-loader.icon-svg,
#adv-btn-loader,
svg#adv-btn-loader,
#adv-btn-loader.icon-svg,
#bin-btn-loader,
svg#bin-btn-loader,
#bin-btn-loader.icon-svg {
    display: none !important;
}


#btn-loader.icon-spinner,
svg#btn-loader.icon-spinner,
#btn-loader.icon-svg.icon-spinner,
#adv-btn-loader.icon-spinner,
svg#adv-btn-loader.icon-spinner,
#adv-btn-loader.icon-svg.icon-spinner,
#bin-btn-loader.icon-spinner,
svg#bin-btn-loader.icon-spinner,
#bin-btn-loader.icon-svg.icon-spinner {
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 4px;
    animation: spin 1s linear infinite;
}

.icon-svg.icon-spinner {
    animation: spin 1s linear infinite;
}


.btn-dots-loader {
    display: none !important;
    margin-left: 2px;
}

.btn-dots-loader.show,
#first-generate .btn-dots-loader.show,
#validate-cc .btn-dots-loader.show,
#get-bin-info .btn-dots-loader.show,
#get-detail .btn-dots-loader.show,
#check-ip-bin .btn-dots-loader.show,
#check-ssl-btn .btn-dots-loader.show {
    display: inline-block !important;
}

.btn-dots-loader span {
    display: inline-block;
    font-weight: bold;
    margin: 0 1px;
    animation: dot-bounce 1.4s infinite ease-in-out both;
}

.btn-dots-loader span:nth-child(1) {
    animation-delay: -0.32s;
}

.btn-dots-loader span:nth-child(2) {
    animation-delay: -0.16s;
}

.btn-dots-loader span:nth-child(3) {
    animation-delay: 0s;
}

@keyframes dot-bounce {
    0%, 80%, 100% {
        transform: scale(0.8);
        opacity: 0.4;
    }
    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}


#errorModal .modal-content {
    border-radius: 15px;
    overflow: hidden;
}

#errorModal .modal-header {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 1rem 1rem;
}

#errorModal .modal-title,
#errorModal h5.modal-title,
#errorModal #errorModalTitle {
    font-size: 1.5rem !important;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
}

#errorModal .modal-title .icon-svg,
#errorModal #errorModalLabel .icon-svg {
    width: 24px !important;
    height: 24px !important;
    min-width: 24px;
    min-height: 24px;
}

#errorModal .modal-body {
    padding: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
}

#errorModal .modal-body a.btn {
    margin-top: 4px;
    margin-bottom: 0;
}

#errorModal .btn-contact-support,
#errorModal .modal-body a.btn-contact-support {
    display: inline-block;
    padding: 0.35rem 0.875rem !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 6px;
    transition: all 0.2s ease;
    min-width: 120px;
    text-align: center;
    margin: 0 auto;
    line-height: 1.4;
}

#errorModal .btn-contact-support:hover,
#errorModal .modal-body a.btn-contact-support:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-decoration: none !important;
}

[data-theme="dark"] #errorModal .btn-contact-support:hover,
html[data-theme="dark"] #errorModal .btn-contact-support:hover,
[data-theme="dark"] #errorModal .modal-body a.btn-contact-support:hover,
html[data-theme="dark"] #errorModal .modal-body a.btn-contact-support:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

#errorModal .modal-body div[style*="border-top"] {
    margin-top: 16px;
    padding-top: 16px;
    text-align: center;
}

#errorModal .modal-body div[style*="border-top"] p {
    margin-bottom: 10px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 14px !important;
    font-weight: 500;
    color: inherit;
    text-align: center !important;
}


[data-theme="dark"] #errorModal .modal-body div[style*="border-top"],
html[data-theme="dark"] #errorModal .modal-body div[style*="border-top"] {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

[data-theme="dark"] #errorModal .modal-body div[style*="border-top"] p,
html[data-theme="dark"] #errorModal .modal-body div[style*="border-top"] p {
    color: rgba(255, 255, 255, 0.85) !important;
}

#errorModal .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem 1.5rem;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

#errorModal .modal-footer > * {
    margin: 0 !important;
}

#errorModal .modal-footer .btn {
    min-width: 140px;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.75rem 1.5rem;
    font-size: 16px;
}

#errorModal .modal-footer .btn.btn-lg {
    padding: 0.875rem 2rem !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    min-width: 160px;
}


[data-theme="dark"] #errorModal .modal-content,
html[data-theme="dark"] #errorModal .modal-content {
    background: rgba(30, 30, 35, .98) !important;
    border: 2px solid rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .9);
    backdrop-filter: blur(10px);
}

[data-theme="dark"] #errorModal .modal-header,
html[data-theme="dark"] #errorModal .modal-header {
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .95);
    background: transparent;
}

[data-theme="dark"] #errorModal .modal-body,
html[data-theme="dark"] #errorModal .modal-body {
    color: rgba(255, 255, 255, .85);
}

[data-theme="dark"] #errorModal .modal-footer,
html[data-theme="dark"] #errorModal .modal-footer {
    border-top: 1px solid rgba(255, 255, 255, .1);
}

[data-theme="dark"] #errorModal .modal-header .close,
html[data-theme="dark"] #errorModal .modal-header .close {
    color: rgba(255, 255, 255, .8);
    opacity: 1;
}

[data-theme="dark"] #errorModal .modal-header .close:hover,
html[data-theme="dark"] #errorModal .modal-header .close:hover {
    color: rgba(255, 255, 255, 1);
    opacity: 1;
}


[data-theme="light"] #errorModal .modal-content,
html[data-theme="light"] #errorModal .modal-content {
    background: rgba(255, 255, 255, 1);
    border: 2px solid rgba(0, 0, 0, .15);
    color: rgba(0, 0, 0, .85);
}

[data-theme="light"] #errorModal .modal-header,
html[data-theme="light"] #errorModal .modal-header {
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .85);
}

[data-theme="light"] #errorModal .modal-body,
html[data-theme="light"] #errorModal .modal-body {
    color: rgba(0, 0, 0, .75);
}

[data-theme="light"] #errorModal .modal-footer,
html[data-theme="light"] #errorModal .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, .1);
}


@media (max-width: 576px){


    #errorModal .modal-dialog {
        margin: 1rem;
        max-width: calc(100% - 2rem);
    }

    #errorModal .modal-header,
    #errorModal .modal-body,
    #errorModal .modal-footer {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #errorModal .modal-title,
    #errorModal h5.modal-title,
    #errorModal #errorModalTitle {
        font-size: 1.25rem !important;
    }

    #errorModal .modal-title .icon-svg,
    #errorModal #errorModalLabel .icon-svg {
        width: 22px !important;
        height: 22px !important;
        min-width: 22px;
        min-height: 22px;
    }

    #errorModal .modal-body {
        font-size: 14px;
    }

    #errorModal .modal-footer .btn {
        min-width: auto;
        width: 100%;
    }

    #errorModal .btn-contact-support,
    #errorModal .modal-body a.btn-contact-support {
        min-width: auto;
        width: 100%;
        padding: 0.5rem 1rem !important;
        font-size: 13px !important;
    }

    #errorModal .modal-footer .btn.btn-lg {
        width: 100%;
        padding: 0.875rem 1.5rem !important;
        font-size: 16px !important;
    }

    #errorModal .modal-body div[style*="border-top"] p {
        font-size: 14px !important;
    }


}


#match-status-card.border-danger {
    border-width: 2px !important;
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.1rem rgba(220, 53, 69, 0.15);
}

#match-status-card.border-danger #match-status-header {
    border-bottom: 1px solid rgba(220, 53, 69, 0.2);
}

#match-status-card.border-success {
    border-width: 2px !important;
    border-color: #28a745 !important;
    box-shadow: 0 0 0 0.1rem rgba(40, 167, 69, 0.15);
}

#match-status-card.border-success #match-status-header {
    border-bottom: 1px solid rgba(40, 167, 69, 0.2);
}

#match-status-card.border-warning {
    border-width: 2px !important;
    border-color: #ffc107 !important;
    box-shadow: 0 0 0 0.1rem rgba(255, 193, 7, 0.15);
}

#match-status-card.border-warning #match-status-header {
    border-bottom: 1px solid rgba(255, 193, 7, 0.2);
}


#risk-indicators-list {
    text-align: left;
}

#risk-indicators-list ul {
    text-align: left;
    padding-left: 0;
    margin-bottom: 0;
}

#risk-indicators-list li {
    display: flex;
    align-items: flex-start;
    padding: 0.5rem 0;
    color: #dc3545;
    font-weight: 500;
}

#risk-indicators-list li svg {
    flex-shrink: 0;
    margin-top: 2px;
}

#risk-indicators-list li span {
    flex: 1;
    line-height: 1.5;
}

#risk-indicators-list .border-top {
    border-color: rgba(0, 0, 0, 0.1) !important;
}

html[data-theme="dark"] #risk-indicators-list .border-top {
    border-color: rgba(255, 255, 255, 0.1) !important;
}


#match-status-text {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem !important;
}

#match-status-text svg {
    flex-shrink: 0;
    margin: 0;
}

#match-status-description {
    text-align: left;
    padding: 0;
}

#match-status-description p {
    margin-bottom: 0;
    text-align: left;
    font-size: 0.9rem;
    line-height: 1.6;
    color: #495057;
}

html[data-theme="dark"] #match-status-description p {
    color: rgba(255, 255, 255, 0.8) !important;
}

html[data-theme="dark"] #match-status-description {
    color: rgba(255, 255, 255, 0.8) !important;
}

#match-status-description strong {
    color: inherit;
    font-weight: 600;
}

html[data-theme="dark"] #match-status-description strong {
    color: rgba(255, 255, 255, 0.95) !important;
    font-weight: 600;
}

#risk-level-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

#risk-level-badge .badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 140px;
    justify-content: center;
}

#risk-level-message {
    text-align: left;
    padding: 0;
}

#risk-level-message p {
    margin-bottom: 0;
    text-align: left;
    font-size: 0.95rem;
    line-height: 1.6;
    color: #495057;
}


.risk-score-card {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.05) 0%, rgba(40, 167, 69, 0.02) 100%);
    border: 1px solid rgba(40, 167, 69, 0.2) !important;
    transition: none !important;
}

.risk-score-card:hover {
    transform: none !important;
    box-shadow: none !important;
}

.risk-score-card.border-danger {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.05) 0%, rgba(220, 53, 69, 0.02) 100%);
    border-color: rgba(220, 53, 69, 0.2) !important;
}

.risk-score-card.border-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.05) 0%, rgba(255, 193, 7, 0.02) 100%);
    border-color: rgba(255, 193, 7, 0.2) !important;
}

.match-status-detail-card {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.05) 0%, rgba(108, 117, 125, 0.02) 100%);
    border: 1px solid rgba(108, 117, 125, 0.2) !important;
}

html[data-theme="dark"] .match-status-detail-card {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.08) 100%);
    border-color: rgba(108, 117, 125, 0.3) !important;
}

.risk-level-card {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.05) 0%, rgba(108, 117, 125, 0.02) 100%);
    border: 1px solid rgba(108, 117, 125, 0.2) !important;
}


.risk-score-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
}

.risk-score-meter {
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0 auto;
}

.risk-score-svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.risk-score-track {
    fill: none;
    stroke: rgba(0, 0, 0, 0.1);
    stroke-width: 8;
}

html[data-theme="dark"] .risk-score-track {
    stroke: rgba(255, 255, 255, 0.1);
}

.risk-score-progress {
    fill: none;
    stroke-width: 8;
    stroke-linecap: round;
    stroke-dasharray: 339.292;
    stroke-dashoffset: 339.292;
    transition: stroke-dashoffset 1.5s ease-in-out, stroke 0.5s ease-in-out;
}

.risk-score-value {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #333;
    transition: none !important;
}

html[data-theme="dark"] .risk-score-value {
    color: #fff;
}

.score-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 0.25rem;
}

.score-label {
    display: block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    opacity: 0.7;
}


#match-status-body .row {
    margin-left: -10px;
    margin-right: -10px;
}

#match-status-body .row > [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

#match-status-body .card {
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

#match-status-body .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

#risk-indicators-card {
    margin-top: 1rem;
}

#risk-indicators-card .card-body {
    padding: 1.25rem;
}


@media (max-width: 768px){


    .risk-score-meter {
        width: 110px;
        height: 110px;
    }

    .score-number {
        font-size: 1.5rem;
    }

    .score-label {
        font-size: 0.65rem;
    }

    #match-status-body .row > [class*="col-"] {
        margin-bottom: 1rem;
    }

    #match-status-text {
        justify-content: center;
    }

    #match-status-description {
        text-align: center;
    }

    #match-status-description p {
        text-align: center;
    }

    .risk-level-card .card-body {
        padding: 1rem;
    }


}


html[data-theme="dark"] #match-status-card.border-danger {
    border-color: #dc3545 !important;
    background-color: rgba(40, 40, 40, 0.95);
}

html[data-theme="dark"] #match-status-card.border-success {
    border-color: #28a745 !important;
    background-color: rgba(40, 40, 40, 0.95);
}

html[data-theme="dark"] #match-status-card.border-warning {
    border-color: #ffc107 !important;
    background-color: rgba(40, 40, 40, 0.95);
}

html[data-theme="dark"] #match-status-card #match-status-header {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] #match-status-card #match-status-body {
    background-color: transparent;
}

html[data-theme="dark"] #match-status-text {
    color: #fff;
}

html[data-theme="dark"] #match-status-text .text-success {
    color: #28a745 !important;
}

html[data-theme="dark"] #match-status-text .text-danger {
    color: #dc3545 !important;
}

html[data-theme="dark"] #match-status-text .text-warning {
    color: #ffc107 !important;
}


html[data-theme="dark"] .risk-score-card {
    background: linear-gradient(135deg, rgba(40, 167, 69, 0.15) 0%, rgba(40, 167, 69, 0.08) 100%);
    border-color: rgba(40, 167, 69, 0.3) !important;
}

html[data-theme="dark"] .risk-score-card.border-danger {
    background: linear-gradient(135deg, rgba(220, 53, 69, 0.15) 0%, rgba(220, 53, 69, 0.08) 100%);
    border-color: rgba(220, 53, 69, 0.3) !important;
}

html[data-theme="dark"] .risk-score-card.border-warning {
    background: linear-gradient(135deg, rgba(255, 193, 7, 0.15) 0%, rgba(255, 193, 7, 0.08) 100%);
    border-color: rgba(255, 193, 7, 0.3) !important;
}

html[data-theme="dark"] .risk-score-card .card-body {
    background-color: transparent;
}


html[data-theme="dark"] .risk-level-card {
    background: linear-gradient(135deg, rgba(108, 117, 125, 0.15) 0%, rgba(108, 117, 125, 0.08) 100%);
    border-color: rgba(108, 117, 125, 0.3) !important;
}

html[data-theme="dark"] .risk-level-card .card-body {
    background-color: transparent;
}

html[data-theme="dark"] .match-status-detail-card .card-body {
    background-color: transparent;
}

html[data-theme="dark"] .risk-level-card .card-title {
    color: rgba(255, 255, 255, 0.7) !important;
}

html[data-theme="dark"] #risk-level-message {
    color: rgba(255, 255, 255, 0.8) !important;
}

html[data-theme="dark"] #risk-level-message p {
    color: rgba(255, 255, 255, 0.8) !important;
    text-align: left;
}


html[data-theme="dark"] #risk-indicators-card {
    background-color: rgba(40, 40, 40, 0.95);
    border-color: rgba(220, 53, 69, 0.3) !important;
}

html[data-theme="dark"] #risk-indicators-card .card-header {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] #risk-indicators-card .card-body {
    background-color: transparent;
}

html[data-theme="dark"] #risk-indicators-list li {
    background-color: rgba(220, 53, 69, 0.1) !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

html[data-theme="dark"] #risk-indicators-list li span {
    color: rgba(255, 255, 255, 0.9) !important;
}

html[data-theme="dark"] #risk-indicators-list li svg {
    color: #dc3545 !important;
}


html[data-theme="dark"] #ip-bin-results .card {
    background-color: rgba(40, 40, 40, 0.95);
    border-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] #ip-bin-results .card-header {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

html[data-theme="dark"] #ip-bin-results .card-body {
    background-color: transparent;
}

html[data-theme="dark"] #ip-bin-results .form-group label {
    color: rgba(255, 255, 255, 0.8) !important;
}

html[data-theme="dark"] #ip-bin-results .form-control {
    background-color: rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.9);
}

html[data-theme="dark"] #ip-bin-results .form-control:disabled {
    background-color: rgba(0, 0, 0, 0.2);
    color: rgba(255, 255, 255, 0.7);
    opacity: 0.7;
}


html[data-theme="dark"] #match-status-body .card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

html[data-theme="dark"] .risk-score-card:hover {
    box-shadow: none !important;
    transform: none !important;
}

html[data-theme="dark"] .risk-score-card.border-danger:hover {
    box-shadow: none !important;
    transform: none !important;
}

html[data-theme="dark"] .risk-score-card.border-warning:hover {
    box-shadow: none !important;
    transform: none !important;
}


html[data-theme="dark"] ::-webkit-scrollbar,
body[data-theme="dark"] ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html[data-theme="dark"] ::-webkit-scrollbar-track,
body[data-theme="dark"] ::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

html[data-theme="dark"] ::-webkit-scrollbar-thumb,
body[data-theme="dark"] ::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}

html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover,
body[data-theme="dark"] ::-webkit-scrollbar-thumb:hover {
    background: rgba(255, 255, 255, 0.3);
}


html[data-theme="dark"],
body[data-theme="dark"] {
    scrollbar-width: thin;
    scrollbar-color: rgba(255, 255, 255, 0.2) rgba(255, 255, 255, 0.05);
}


html[data-theme="light"] ::-webkit-scrollbar,
html:not([data-theme="dark"]) ::-webkit-scrollbar,
body[data-theme="light"] ::-webkit-scrollbar,
body:not([data-theme="dark"]) ::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

html[data-theme="light"] ::-webkit-scrollbar-track,
html:not([data-theme="dark"]) ::-webkit-scrollbar-track,
body[data-theme="light"] ::-webkit-scrollbar-track,
body:not([data-theme="dark"]) ::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
}

html[data-theme="light"] ::-webkit-scrollbar-thumb,
html:not([data-theme="dark"]) ::-webkit-scrollbar-thumb,
body[data-theme="light"] ::-webkit-scrollbar-thumb,
body:not([data-theme="dark"]) ::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

html[data-theme="light"] ::-webkit-scrollbar-thumb:hover,
html:not([data-theme="dark"]) ::-webkit-scrollbar-thumb:hover,
body[data-theme="light"] ::-webkit-scrollbar-thumb:hover,
body:not([data-theme="dark"]) ::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
}


html[data-theme="light"],
html:not([data-theme="dark"]),
body[data-theme="light"],
body:not([data-theme="dark"]) {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) rgba(0, 0, 0, 0.05);
}


#main-result .output-code,
#main-result pre.output-code {
    padding: 10px;
    overflow-x: auto;
    font-family: 'Courier New', monospace;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: transparent !important;
}

#main-result .output-code code,
#main-result pre.output-code code {
    background: transparent !important;
}


html[data-theme="dark"] #main-result .output-code,
html[data-theme="dark"] #main-result .output-code code,
html[data-theme="dark"] #main-result pre.output-code,
html[data-theme="dark"] #main-result pre.output-code code,
[data-theme="dark"] #main-result .output-code,
[data-theme="dark"] #main-result .output-code code,
[data-theme="dark"] #main-result pre.output-code,
[data-theme="dark"] #main-result pre.output-code code {
    color: #ffffff !important;
}


html[data-theme="light"] #main-result .output-code,
html[data-theme="light"] #main-result .output-code code,
html[data-theme="light"] #main-result pre.output-code,
html[data-theme="light"] #main-result pre.output-code code,
html:not([data-theme]) #main-result .output-code,
html:not([data-theme]) #main-result .output-code code,
html:not([data-theme]) #main-result pre.output-code,
html:not([data-theme]) #main-result pre.output-code code,
[data-theme="light"] #main-result .output-code,
[data-theme="light"] #main-result .output-code code,
[data-theme="light"] #main-result pre.output-code,
[data-theme="light"] #main-result pre.output-code code {
    color: #333333 !important;
}


#main-result pre,
#main-result code,
#main-result pre code {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}

#main-result pre::selection,
#main-result code::selection,
#main-result pre code::selection,
#main-result pre *::selection,
#main-result code *::selection {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

#main-result pre::-moz-selection,
#main-result code::-moz-selection,
#main-result pre code::-moz-selection,
#main-result pre *::-moz-selection,
#main-result code *::-moz-selection {
    background-color: #28a745 !important;
    color: #ffffff !important;
}


#main-result::selection,
#main-result *::selection {
    background-color: #28a745 !important;
    color: #ffffff !important;
}

#main-result::-moz-selection,
#main-result *::-moz-selection {
    background-color: #28a745 !important;
    color: #ffffff !important;
}


.notice-card {
    background-color: #fff9e6;
    border: 1px solid #ffd700;

    border-radius: 12px;
    padding: 1.25rem;
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.notice-card.notice-card--homepage-cta {
    margin-top: 1rem;
    margin-bottom: 1.25rem;
}
.notice-card-title-wrapper {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}
.notice-card-icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    color: #ff9800;
}
.notice-card-title {
    font-weight: 600;
    color: #333333;
    margin: 0;
    font-size: 1rem;
}
.notice-card-text {
    display: block;
    color: #666666;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95rem;
}
.notice-card--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.875rem 1rem;
}
.notice-card-title-wrapper--compact {
    margin-bottom: 0;
    justify-content: center;
}
.notice-card--compact .notice-card-text {
    font-size: 0.9rem;
    color: #333333;
    line-height: 1.5;
}
html[data-theme="dark"] .notice-card--compact .notice-card-text,
body[data-theme="dark"] .notice-card--compact .notice-card-text {
    color: #e0e0e0;
}
html[data-theme="dark"] .notice-card,
body[data-theme="dark"] .notice-card {
    background-color: #3a2e1a;
    border: 1px solid #8b6914;
}
html[data-theme="dark"] .notice-card-icon,
body[data-theme="dark"] .notice-card-icon {
    color: #ffc107;
}
html[data-theme="dark"] .notice-card-title,
body[data-theme="dark"] .notice-card-title {
    color: #e0e0e0;
}
html[data-theme="dark"] .notice-card-text,
body[data-theme="dark"] .notice-card-text {
    color: #b0b0b0;
}
@media (max-width: 768px){


    .notice-card {
        padding: 1rem;
    }
    .notice-card-title-wrapper {
        gap: 0.5rem;
        margin-bottom: 0.5rem;
    }
    .notice-card-icon {
        width: 20px;
        height: 20px;
    }
    .notice-card-text {
        font-size: 0.9rem;
    }


}


.alert.alert-outline-warning.notice-card,
.alert-outline-warning.notice-card {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 0.75rem;
    margin-bottom: 0;
    padding: 0.875rem 1rem !important;
    background-color: #fff9e6 !important;
    border: 1px solid #ffd700 !important;
    border-top: 1px solid #ffd700 !important;
    border-right: 1px solid #ffd700 !important;
    border-bottom: 1px solid #ffd700 !important;
    border-left: 1px solid #ffd700 !important;
    border-radius: 12px !important;
    color: #666666 !important;
    text-align: center;
}

.alert.alert-outline-warning.notice-card .notice-card-title-wrapper--compact,
.alert-outline-warning.notice-card .notice-card-title-wrapper--compact {
    margin-bottom: 0;
    justify-content: center;
}

.alert.alert-outline-warning.notice-card .notice-card-text,
.alert-outline-warning.notice-card .notice-card-text {
    flex: 1;
    font-weight: 600;
    color: #333333 !important;
    font-size: 0.95rem;
    line-height: 1.5;
}

.alert.alert-outline-warning.notice-card .notice-card-icon,
.alert-outline-warning.notice-card .notice-card-icon {
    color: #ff9800;
}

html:not([data-theme="dark"]) .alert.alert-outline-warning.notice-card,
html:not([data-theme="dark"]) .alert-outline-warning.notice-card,
html[data-theme="light"] .alert.alert-outline-warning.notice-card,
html[data-theme="light"] .alert-outline-warning.notice-card,
[data-theme="light"] .alert.alert-outline-warning.notice-card,
[data-theme="light"] .alert-outline-warning.notice-card {
    background-color: #fff9e6 !important;
    border: 1px solid #ffd700 !important;
    border-top: 1px solid #ffd700 !important;
    border-right: 1px solid #ffd700 !important;
    border-bottom: 1px solid #ffd700 !important;
    border-left: 1px solid #ffd700 !important;
    color: #666666 !important;
}

html[data-theme="dark"] .alert.alert-outline-warning.notice-card,
html[data-theme="dark"] .alert-outline-warning.notice-card,
body[data-theme="dark"] .alert.alert-outline-warning.notice-card,
body[data-theme="dark"] .alert-outline-warning.notice-card {
    background-color: #3a2e1a !important;
    border: 1px solid #8b6914 !important;
    border-top: 1px solid #8b6914 !important;
    border-right: 1px solid #8b6914 !important;
    border-bottom: 1px solid #8b6914 !important;
    border-left: 1px solid #8b6914 !important;
    color: #b0b0b0 !important;
}

html[data-theme="dark"] .alert.alert-outline-warning.notice-card .notice-card-text,
html[data-theme="dark"] .alert-outline-warning.notice-card .notice-card-text,
body[data-theme="dark"] .alert.alert-outline-warning.notice-card .notice-card-text,
body[data-theme="dark"] .alert-outline-warning.notice-card .notice-card-text {
    color: #e0e0e0 !important;
}

html[data-theme="dark"] .alert.alert-outline-warning.notice-card .notice-card-icon,
html[data-theme="dark"] .alert-outline-warning.notice-card .notice-card-icon,
body[data-theme="dark"] .alert.alert-outline-warning.notice-card .notice-card-icon,
body[data-theme="dark"] .alert-outline-warning.notice-card .notice-card-icon {
    color: #ffc107;
}

@media (max-width: 768px){


    .alert.alert-outline-warning.notice-card,
    .alert-outline-warning.notice-card {
        padding: 0.75rem 0.875rem !important;
    }

    .alert.alert-outline-warning.notice-card .notice-card-text,
    .alert-outline-warning.notice-card .notice-card-text {
        font-size: 0.9rem;
    }


}


:root {
    --mh-page-bg-dark:   radial-gradient(at 20% 0%, #1d2547 0%, #0a0d1a 45%, #06080f 100%);
    --mh-header-bg-dark: #141414;
    --mh-header-bg-solid-dark: #141414;
    --mh-border-dark:    rgba(255, 255, 255, .08);
    --mh-pill-bg-dark:   rgba(255, 255, 255, .07);
    --mh-text-dark:      #f4f6fb;
    --mh-text-dim-dark:  #aab1c5;
    --mh-accent-dark:    #34d399;
    --mh-accent-soft-dark: rgba(52, 211, 153, .18);
    --mh-overlay-dark:   #141414;

    --mh-header-bg-light: rgba(255, 255, 255, .65);
    --mh-header-bg-solid-light: #ffffff;
    --mh-border-light:    rgba(0, 0, 0, .06);
    --mh-pill-bg-light:   rgba(0, 0, 0, .04);
    --mh-text-light:      #0f172a;
    --mh-text-dim-light:  #475569;
    --mh-accent-light:    #059669;
    --mh-accent-soft-light: rgba(5, 150, 105, .12);
    --mh-overlay-light:   white;


    --mh-header-bg:        var(--mh-header-bg-dark);
    --mh-header-bg-solid:  var(--mh-header-bg-solid-dark);
    --mh-border:           var(--mh-border-dark);
    --mh-pill-bg:          var(--mh-pill-bg-dark);
    --mh-text:             var(--mh-text-dark);
    --mh-text-dim:         var(--mh-text-dim-dark);
    --mh-accent:           var(--mh-accent-dark);
    --mh-accent-soft:      var(--mh-accent-soft-dark);
    --mh-overlay:          var(--mh-overlay-dark);
}
html[data-theme="light"],
body[data-theme="light"],
[data-theme="light"] {
    --mh-header-bg:        var(--mh-header-bg-light);
    --mh-header-bg-solid:  var(--mh-header-bg-solid-light);
    --mh-border:           var(--mh-border-light);
    --mh-pill-bg:          var(--mh-pill-bg-light);
    --mh-text:             var(--mh-text-light);
    --mh-text-dim:         var(--mh-text-dim-light);
    --mh-accent:           var(--mh-accent-light);
    --mh-accent-soft:      var(--mh-accent-soft-light);
    --mh-overlay:          var(--mh-overlay-light);
}


.skip-link {
    position: absolute;
    top: -100px;
    left: 12px;
    z-index: 10000;
    padding: 12px 16px;
    background: var(--mh-accent);
    color: #03110a;
    font-weight: 600;
    font-size: 14px;
    border-radius: 8px;
    text-decoration: none;
    transition: top .15s ease;
}
.skip-link:focus { top: 12px; outline: 2px solid #fff; outline-offset: 2px; }


.sr-only-focusable {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.site-header-mobile,
.site-menu-mobile { display: none; }


@media (max-width: 1024px){


    .top-wrapper > .site-nav-desktop { display: none !important; }


        .top-wrapper { background: transparent !important; padding: 0 !important; }
        .top-wrapper.bg-dark { background: transparent !important; }


        html.is-mobile-menu-open,
        body.is-mobile-menu-open {
            overflow: hidden !important;
            touch-action: none;
            overscroll-behavior: contain;
        }


        body.is-mobile-menu-open .site-header-mobile {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;

            background: var(--mh-header-bg-solid);
            -webkit-backdrop-filter: none;
            backdrop-filter: none;
            transition: none;
        }
        body.is-mobile-menu-open .top-wrapper::after {
            content: '';
            display: block;
            height: 64px;
        }


    .site-header-mobile {
        position: sticky;
        top: 0;
        z-index: 1030;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 64px;
        padding: 0 14px 0 18px;
        background: var(--mh-header-bg);
        -webkit-backdrop-filter: blur(22px) saturate(1.6);
        backdrop-filter: blur(22px) saturate(1.6);
        border-bottom: 1px solid var(--mh-border);
        box-shadow: 0 1px 0 rgba(255, 255, 255, .04) inset;
        will-change: background-color;
        transition: background-color .25s ease, border-color .25s ease;
    }

    html[data-theme="dark"] .site-header-mobile,
    body[data-theme="dark"] .site-header-mobile {
        background: var(--mh-header-bg-solid);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .site-header-mobile__brand {
        display: inline-flex;
        align-items: center;
        text-decoration: none;
        color: inherit;
        max-width: 60%;
    }
    .site-header-mobile__brand img {
        display: block;
        height: 32px;
        width: auto;
        max-width: 100%;
    }

    .site-header-mobile__actions {
        display: inline-flex;
        align-items: center;
        gap: 10px;
    }

    .site-header-mobile__pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        color: var(--mh-text);
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        box-shadow: none;
        cursor: pointer;
        touch-action: manipulation;
        -webkit-tap-highlight-color: transparent;
        user-select: none;
        -webkit-user-select: none;
        appearance: none;
        -webkit-appearance: none;
        transition: color .15s ease, opacity .15s ease;
    }
        .site-header-mobile__pill:hover,
        [data-theme="light"] .site-header-mobile__pill:hover {
            background: transparent;
            opacity: .75;
        }
        .site-header-mobile__pill:active {
            background: transparent;
            transform: none;
            opacity: .6;
        }

        .site-header-mobile__actions .site-header-mobile__pill:focus,
        .site-header-mobile__actions .site-header-mobile__pill:focus-visible {
            outline: none;
            box-shadow: none;
            background: transparent;
        }
    .site-header-mobile__pill .theme-icon,
    .site-header-mobile__pill svg { width: 28px; height: 28px; }


    .site-header-mobile .site-header-mobile__pill .theme-icon,
    .site-header-mobile .site-header-mobile__pill .theme-icon-sun,
    .site-header-mobile .site-header-mobile__pill .theme-icon-moon,
    html[data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon,
    html[data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon-sun,
    html[data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon-moon,
    [data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon,
    [data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon-sun,
    [data-theme="dark"] .site-header-mobile .site-header-mobile__pill .theme-icon-moon {
        position: static;
        top: auto;
        left: auto;
        transform: none;
        opacity: 1;
    }


    .site-header-mobile .site-header-mobile__pill .theme-icon-sun  { display: block; }
    .site-header-mobile .site-header-mobile__pill .theme-icon-moon { display: none; }
    [data-theme="light"] .site-header-mobile .site-header-mobile__pill .theme-icon-sun  { display: none; }
    [data-theme="light"] .site-header-mobile .site-header-mobile__pill .theme-icon-moon { display: block; }


    .site-header-mobile .hamburger-lines {
        position: relative;
        width: 28px;
        height: 18px;
        color: var(--mh-text);
    }
    .site-header-mobile .hamburger-lines span {
        position: absolute;
        left: 0;
        right: 0;
        height: 2.5px;
        background: currentColor;
        border-radius: 2px;
        transition: transform .3s cubic-bezier(.4, 0, .2, 1),
                    top .25s ease .04s,
                    opacity .15s ease;
    }
    .site-header-mobile .hamburger-lines span:nth-child(1) { top: 0; }
    .site-header-mobile .hamburger-lines span:nth-child(2) { top: 8px; }
    .site-header-mobile .hamburger-lines span:nth-child(3) { top: 15.5px; }
    body.is-mobile-menu-open .site-header-mobile .hamburger-lines span:nth-child(1) {
        top: 8px;
        transform: rotate(45deg);
    }
    body.is-mobile-menu-open .site-header-mobile .hamburger-lines span:nth-child(2) {
        opacity: 0;
    }
    body.is-mobile-menu-open .site-header-mobile .hamburger-lines span:nth-child(3) {
        top: 8px;
        transform: rotate(-45deg);
    }


    .site-menu-mobile {
        position: fixed;
        inset: 0;
        z-index: 1020;
        visibility: hidden;
        pointer-events: none;
        color: var(--mh-text);
    }
    .site-menu-mobile__backdrop {
        position: fixed;
        inset: 0;
        margin: 0;
        padding: 0;
        border: 0;
        background: rgba(0, 0, 0, 0.45);
        opacity: 0;
        cursor: default;
        transition: opacity .28s ease;
        -webkit-tap-highlight-color: transparent;
    }
    [data-theme="light"] .site-menu-mobile__backdrop {
        background: rgba(15, 23, 42, 0.35);
    }
    .site-menu-mobile__panel {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: flex;
        flex-direction: column;
        width: min(320px, 88vw);
        padding: 88px 16px 24px;
        background: var(--mh-header-bg-solid);
        border-left: 1px solid var(--mh-border);
        box-shadow: -12px 0 40px rgba(0, 0, 0, 0.28);
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        transform: translateX(100%);
        transition: transform .3s cubic-bezier(.4, 0, .2, 1);
    }
    [data-theme="light"] .site-menu-mobile__panel {
        box-shadow: -12px 0 40px rgba(15, 23, 42, 0.12);
    }
    body.is-mobile-menu-open .site-menu-mobile {
        visibility: visible;
        pointer-events: auto;
    }
    body.is-mobile-menu-open .site-menu-mobile__backdrop {
        opacity: 1;
    }
    body.is-mobile-menu-open .site-menu-mobile__panel {
        transform: translateX(0);
    }

    .site-menu-mobile__group + .site-menu-mobile__group {
        margin-top: 10px;
        padding-top: 18px;
        border-top: 1px solid var(--mh-border);
    }
    .site-menu-mobile__group--small { margin-top: auto; margin-bottom: 12px; }

    .site-menu-mobile__heading {
        margin: 0 0 4px;
        padding: 0 18px;
        font-size: 11px;
        font-weight: 700;
        color: var(--mh-text-dim);
        text-transform: uppercase;
        letter-spacing: .08em;
        text-align: center;
    }
    .site-menu-mobile__group--small .site-menu-mobile__heading { font-size: 10px; }

    .site-menu-mobile__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
    }
    .site-menu-mobile__list li {
        opacity: 1;
        transform: none;
    }

    .site-menu-mobile__list a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        min-height: 48px;
        padding: 12px 18px;
        color: var(--mh-text);
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.005em;
        text-decoration: none;
        border-radius: 12px;
        transition: background-color .15s ease, color .15s ease;
    }
    .site-menu-mobile__list a:hover { background: var(--mh-pill-bg); }
    .site-menu-mobile__list a:focus-visible {
        outline: 2px solid var(--mh-accent);
        outline-offset: 2px;
    }
    .site-menu-mobile__list a[aria-current="page"] {
        background: var(--mh-accent-soft);
        color: var(--mh-accent);
    }
    .site-menu-mobile__list a .chev {
        color: var(--mh-text-dim);
        font-size: 18px;
        line-height: 1;
    }
    .site-menu-mobile__list a[aria-current="page"] .chev { color: var(--mh-accent); }

    .site-menu-mobile__view-all { color: var(--mh-accent) !important; }
    .site-menu-mobile__view-all .chev { color: var(--mh-accent) !important; }

    .site-menu-mobile__list--small a {
        min-height: 40px;
        padding: 8px 18px;
        font-size: 13.5px;
        font-weight: 500;
        color: var(--mh-text-dim);
    }


    .site-menu-mobile__footer {
        margin-top: 10px;
        padding-top: 18px;
        border-top: 1px solid var(--mh-border);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .site-menu-mobile__lang-label {
        font-size: 11px;
        color: var(--mh-text-dim);
        text-transform: uppercase;
        letter-spacing: .08em;
        font-weight: 700;
    }
    .site-menu-mobile__lang-list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }
    .site-menu-mobile__lang-list li { margin: 0; }
    .site-menu-mobile__lang-option {
        display: flex;
        align-items: center;
        gap: 8px;
        min-height: 44px;
        font-size: 13px;
        font-weight: 600;
        color: var(--mh-text);
        background: var(--mh-pill-bg);
        border: 1px solid var(--mh-border);
        border-radius: 10px;
        padding: 8px 12px;
        text-decoration: none;
    }
    .site-menu-mobile__lang-option.is-active {
        border-color: var(--mh-accent);
        color: var(--mh-accent);
    }
    .site-menu-mobile__lang-option img { display: block; border-radius: 2px; flex-shrink: 0; }
    .site-menu-mobile__lang-option:focus-visible {
        outline: 2px solid var(--mh-accent);
        outline-offset: 2px;
    }


    .site-header-mobile { display: flex; }
    .site-menu-mobile   { display: block; }


}


@media (prefers-reduced-motion: reduce){


    .site-header-mobile,
    .site-menu-mobile,
    .site-menu-mobile__backdrop,
    .site-menu-mobile__panel,
    .site-menu-mobile__list li,
    .site-header-mobile .hamburger-lines span,
    .site-header-mobile__pill,
    .site-menu-mobile__list a {
        transition-duration: .01ms !important;
    }
    .site-menu-mobile__panel,
    .site-menu-mobile__list li { transform: none !important; }
    body.is-mobile-menu-open .site-menu-mobile__backdrop { opacity: 1 !important; }


}


@media (min-width: 1025px){


    .nav-container .theme-toggle-btn:focus,
    .nav-container .theme-toggle-btn:focus-visible,
    html[data-theme="dark"] .nav-container .theme-toggle-btn:focus,
    html[data-theme="dark"] .nav-container .theme-toggle-btn:focus-visible {
        box-shadow: none;
    }


    #respMenu.horizontal-menu > li > a[aria-current="page"] {
        position: relative;
        color: #04b962;
    }
    #respMenu.horizontal-menu > li > a[aria-current="page"]::after {
        content: "";
        position: absolute;
        left: 12px;
        right: 12px;
        bottom: 6px;
        height: 2px;
        background: currentColor;
        border-radius: 1px;
    }
    html[data-theme="dark"] #respMenu.horizontal-menu > li > a[aria-current="page"] {
        color: #4ade80;
    }


}
