@import url(https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700&display=swap);


:root
{
    --seca-blue: #0866b3;
    --seca-success: #01bfae;
    /* --seca-blue-light: #2475acff; */
    --seca-red: #DC2626;
    --seca-dark: #202942;
    --seca-blue-light: #e6f3ff;
    --seca-gray-light: #f8fafc;
    --seca-white: #ffffff;
    --seca-border: #e2e8f0;

    --seca-blue-light-bg: #e6f3ff;

    --seca-warning: #f59e0b;
    --seca-info: #3b82f6;

}

body {
    font-family: Nunito, sans-serif;
    overflow-x: hidden !important;
    font-size: 1rem;
    color: #161c2d;
    background-color: #fff
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--bs-font-sans-serif);
    line-height: 1.4;
    font-weight: 600
}

::-moz-selection {
    background: rgba(47, 85, 212, .9);
    color: #fff
}

::selection {
    background: rgba(47, 85, 212, .9);
    color: #fff
}

a {
    text-decoration: none !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

p {
    line-height: 1.6
}

.page-wrapper {
    height: 100vh
}

.page-wrapper .sidebar-wrapper {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    background-color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 230px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    left: -230px;
    z-index: 999
}

@media (min-width:1025px) {
    .page-wrapper .sidebar-wrapper {
        z-index: 1000
    }
}

@media (max-width:1024px) {
    .page-wrapper .sidebar-wrapper {
        left: 0
    }
}

@media (max-width:425px) {
    .page-wrapper .sidebar-wrapper {
        width: 260px
    }
}

.page-wrapper .sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0
}

.page-wrapper .sidebar-wrapper a {
    text-decoration: none;
    font-size: 20px;
}

.page-wrapper .sidebar-wrapper .sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative
}

.page-wrapper .sidebar-wrapper .sidebar-content.desktop {
    overflow-y: hidden
}

.page-wrapper .sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 71px
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:focus {
    outline: 0
}

.page-wrapper .sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-header {
    padding: 20px;
    overflow: hidden
}

.page-wrapper .sidebar-wrapper .sidebar-menu {
    padding: 16px 0
}

.page-wrapper .sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: 700;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    font-size: 18px;
    padding: 8px 1px 1px 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1024px) {
    .page-wrapper .sidebar-wrapper .sidebar-menu li a {
        padding: 8px 8px 8px 8px
    }
}

@media screen and (max-width:425px) {
    .page-wrapper .sidebar-wrapper .sidebar-menu li a {
        padding: 8px 8px 8px 8px
    }
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:hover>i::before {
    display: inline-block
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a:focus {
    outline: 0
}

.page-wrapper .sidebar-wrapper .sidebar-menu li a i {
    width: 36px;
    height: 36px;
    background-color: #f8f9fa;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover i {
    background-color: #f5f6f8
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    content: "\f0142" !important;
    color: #3c4858;
    font-family: "Material Design Icons";
    font-size: 14px;
    position: absolute;
    right: 15px;
    top: 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 17px
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown:hover>a:after {
    color: #0866b3
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
    display: none
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li {
    padding-left: 25px;
    font-size: 14px
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
    content: "\f09df" !important;
    color: #3c4858;
    font-family: "Material Design Icons";
    margin-right: 4px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .badge,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a .label {
    float: right;
    margin-top: 0
}

.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.badge,
.page-wrapper .sidebar-wrapper .sidebar-menu ul li a span.label {
    float: right;
    margin-top: 8px;
    margin-left: 5px
}

.page-wrapper .sidebar-wrapper.sidebar-dark {
    background-color: #161c2d
}

.page-wrapper .sidebar-wrapper.sidebar-colored {
    background-color: #0866b3
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .sidebar-colored,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .sidebar-colored {
    display: inline-block
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-dark-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-dark-mode {
    display: none !important
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand .logo-light-mode,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand .logo-light-mode {
    display: none !important
}

.page-wrapper .sidebar-wrapper.sidebar-colored .btn.btn-icon,
.page-wrapper .sidebar-wrapper.sidebar-dark .btn.btn-icon {
    background-color: rgba(248, 249, 250, .03) !important;
    color: rgba(248, 249, 250, .5) !important;
    border: none !important;
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu {
    border-top-color: rgba(255, 255, 255, .03)
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a {
    color: rgba(255, 255, 255, .5)
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover>a:before {
    color: #fff !important
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li a i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li a i {
    background-color: rgba(248, 249, 250, .03)
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu li:hover i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li.active i,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu li:hover i {
    background-color: rgba(248, 249, 250, .05)
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown>a:after {
    color: rgba(255, 255, 255, .1)
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown:hover>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown.active>a:after,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown:hover>a:after {
    color: #fff
}

.page-wrapper .sidebar-wrapper.sidebar-colored .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before,
.page-wrapper .sidebar-wrapper.sidebar-dark .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:before {
    color: rgba(255, 255, 255, .5)
}

.page-wrapper .sidebar-wrapper .sidebar-header,
.page-wrapper .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #e9ecef
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-role,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info .user-status,
.page-wrapper .sidebar-wrapper .sidebar-menu li a {
    color: #161c2d;
    font-weight: 600
}

.page-wrapper .sidebar-wrapper .sidebar-brand>a:hover,
.page-wrapper .sidebar-wrapper .sidebar-header .user-info,
.page-wrapper .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li.active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li.active>a:before,
.page-wrapper .sidebar-wrapper .sidebar-menu li:active>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li:active>a:before,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover>a,
.page-wrapper .sidebar-wrapper .sidebar-menu li:hover>a:before {
    color: #0866b3 !important
}

.page-wrapper .sidebar-wrapper .sidebar-brand .sidebar-colored {
    display: none
}

.page-wrapper .sidebar-wrapper .sidebar-brand .logo-dark-mode {
    display: none
}

.page-wrapper .sidebar-wrapper .sidebar-brand .logo-light-mode {
    display: inline-block
}

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    overflow-x: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.page-wrapper .page-content .top-header {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    max-height: 70px;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.page-wrapper .page-content .top-header .header-bar {
    background: #fff;
    height: 71px;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 24px
}

@media (max-width:425px) {
    .page-wrapper .page-content .top-header .header-bar {
        padding: 24px 12px
    }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon {
    display: none
}

@media (max-width:1024px) {
    .page-wrapper .page-content .top-header .header-bar .logo-icon {
        display: block
    }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .small {
    display: none
}

@media (max-width:767px) {
    .page-wrapper .page-content .top-header .header-bar .logo-icon .small {
        display: block
    }
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big {
    display: none
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-dark-mode {
    display: none
}

.page-wrapper .page-content .top-header .header-bar .logo-icon .big .logo-light-mode {
    display: inline-block
}

@media (min-width:768px) and (max-width:1024px) {
    .page-wrapper .page-content .top-header .header-bar .logo-icon .big {
        display: block
    }
}

.page-wrapper .page-content .top-header .header-bar .search-bar {
    padding-top: 14.5px;
    padding-bottom: 14.5px
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search form {
    position: relative
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type=text],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type=text] {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 12px;
    height: 36px;
    font-size: 14px;
    display: block;
    width: 250px;
    outline: 0 !important;
    padding-right: 45px;
    opacity: .7
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search input[type=submit],
.page-wrapper .page-content .top-header .header-bar .search-bar .searchform input[type=submit] {
    position: absolute;
    top: 5px;
    right: 10px;
    opacity: 0;
    width: 40px;
    height: 40px
}

.page-wrapper .page-content .top-header .header-bar .search-bar .menu-search .searchform:after {
    content: "\f0349";
    position: absolute;
    font-family: "Material Design Icons";
    right: 14px;
    top: 10px;
    font-size: 20px;
    line-height: 20px;
    pointer-events: none
}

.page-wrapper .page-content .layout-specing {
    padding: 10px 14px 24px !important;
    min-height: calc(100vh - 66px) !important;
    position: relative
}

@media (max-width:425px) {
    .page-wrapper .page-content .layout-specing {
        padding: 4px 0 24px !important
    }
}

@media screen and (min-width:1025px) {
    .page-wrapper.toggled .page-content {
        padding-left: 230px
    }
}

.page-wrapper.toggled .top-header {
    left: 301px
}

@media (max-width:1024px) {
    .page-wrapper.toggled .top-header {
        left: 0
    }
}

.page-wrapper.toggled .sidebar-wrapper {
    left: 0
}

@media (max-width:1024px) {
    .page-wrapper.toggled .sidebar-wrapper {
        left: -230px
    }
}

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 9px 24px 9px 20px !important;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    height: 58px
}

@media (max-width:425px) {
    .sidebar-footer {
        padding: 9px 12px !important
    }
}

footer {
    position: relative;
    color: #adb5bd;
    background: #fff;
    height: 58px
}

footer .text-foot {
    color: #adb5bd
}

footer .footer-head {
    font-size: 18px !important;
    letter-spacing: 1px;
    font-weight: 500
}

footer .footer-list {
    margin-bottom: 0
}

footer .footer-list li {
    margin-bottom: 10px
}

footer .footer-list li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

footer .footer-list li a:hover {
    color: #e6e8ea
}

footer .footer-list li:last-child {
    margin-bottom: 0
}

.avatar.avatar-coin,
.avatar.avatar-sm-sm {
    height: 36px;
    width: 36px
}

.avatar.avatar-ex-sm {
    max-height: 25px
}

.avatar.avatar-ex-small {
    height: 36px;
    width: 36px
}

.avatar.avatar-md-sm {
    height: 45px;
    width: 45px
}

.avatar.avatar-small {
    height: 65px;
    width: 65px
}

.avatar.avatar-md-md {
    height: 80px;
    width: 80px
}

.avatar.avatar-medium {
    height: 110px;
    width: 110px
}

.avatar.avatar-large {
    height: 140px;
    width: 140px
}

.avatar.avatar-ex-large {
    height: 180px;
    width: 180px
}

.accordion .accordion-item {
    overflow: hidden;
    border: 0;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.accordion .accordion-item .accordion-button {
    font-weight: 600;
    text-align: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 1rem 2.5rem 1rem 1.25rem
}

.accordion .accordion-item .accordion-button:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion .accordion-item .accordion-button:before {
    content: "\f0143";
    display: block;
    font-family: "Material Design Icons";
    font-size: 16px;
    color: #0866b3;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.accordion .accordion-item .accordion-button.collapsed {
    background-color: #fff;
    color: #3c4858 !important;
    -webkit-transition: all .5s;
    transition: all .5s
}

.accordion .accordion-item .accordion-button.collapsed:before {
    top: 15px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #3c4858 !important
}

.accordion .accordion-item .accordion-button:not(.collapsed) {
    color: #0866b3
}

.accordion .accordion-item .accordion-button:after {
    display: none
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(45deg, #fff, #fff);
    z-index: 9999999
}

#preloader #status {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

#preloader #status .spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto
}

#preloader #status .spinner .double-bounce1,
#preloader #status .spinner .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #0866b3;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

#preloader #status .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.form-check-label,
.form-label {
    font-weight: 700;
    font-size: 14px
}

.form-control {
    border: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 26px;
    border-radius: 6px;
    color: #3c4858 !important;
    text-align: left
}

.form-control:focus {
    border-color: #0866b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control[readonly] {
    background-color: #fff
}

.form-control:disabled {
    background-color: #dee2e6
}

.form-control::-webkit-input-placeholder {
    color: #3c4858
}

.form-control::-moz-placeholder {
    color: #3c4858
}

.form-control:-ms-input-placeholder {
    color: #3c4858
}

.form-control::-ms-input-placeholder {
    color: #3c4858
}

.form-control::placeholder {
    color: #3c4858
}

.form-check-input {
    border: 1px solid #e9ecef;
    background-color: #fff
}

.form-check-input:focus {
    border-color: #0866b3;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-check-input.form-check-input:checked {
    background-color: #0866b3;
    border-color: #0866b3
}

.form-icon .icons {
    position: absolute;
    top: 13px;
    left: 18px
}

.subcribe-form .btn {
    padding: 10px 20px
}

.subcribe-form input {
    padding: 12px 20px;
    width: 100%;
    color: #3c4858 !important;
    border: none;
    outline: 0 !important;
    padding-right: 160px;
    padding-left: 30px;
    background-color: rgba(255, 255, 255, .8);
    height: 50px
}

.subcribe-form input::-webkit-input-placeholder {
    color: #3c4858
}

.subcribe-form input::-moz-placeholder {
    color: #3c4858
}

.subcribe-form input:-ms-input-placeholder {
    color: #3c4858
}

.subcribe-form input::-ms-input-placeholder {
    color: #3c4858
}

.subcribe-form input::placeholder {
    color: #3c4858
}

.subcribe-form button {
    position: absolute;
    top: 2px;
    right: 3px;
    outline: 0 !important
}

.subcribe-form form {
    position: relative;
    max-width: 600px;
    margin: 0 auto
}

.blog.blog-primary .tag {
    background: #0866b3 !important
}

.blog.blog-primary .title:hover {
    color: #0866b3 !important
}

.blog.blog-primary .link {
    color: #0866b3 !important
}

.blog.blog-primary .post-meta .comments:hover,
.blog.blog-primary .post-meta .like:hover,
.blog.blog-primary .post-meta .readmore:hover {
    color: #0866b3 !important
}

.blog.blog-secondary .tag {
    background: #6c757d !important
}

.blog.blog-secondary .title:hover {
    color: #6c757d !important
}

.blog.blog-secondary .link {
    color: #6c757d !important
}

.blog.blog-secondary .post-meta .comments:hover,
.blog.blog-secondary .post-meta .like:hover,
.blog.blog-secondary .post-meta .readmore:hover {
    color: #6c757d !important
}

.blog.blog-success .tag {
    background: #42ae59ff !important
}

.blog.blog-success .title:hover {
    color: #42ae59ff !important
}

.blog.blog-success .link {
    color: #42ae59ff !important
}

.blog.blog-success .post-meta .comments:hover,
.blog.blog-success .post-meta .like:hover,
.blog.blog-success .post-meta .readmore:hover {
    color: #42ae59ff !important
}

.blog.blog-info .tag {
    background: #17a2b8 !important
}

.blog.blog-info .title:hover {
    color: #17a2b8 !important
}

.blog.blog-info .link {
    color: #17a2b8 !important
}

.blog.blog-info .post-meta .comments:hover,
.blog.blog-info .post-meta .like:hover,
.blog.blog-info .post-meta .readmore:hover {
    color: #17a2b8 !important
}

.blog.blog-warning .tag {
    background: #f17425 !important
}

.blog.blog-warning .title:hover {
    color: #f17425 !important
}

.blog.blog-warning .link {
    color: #f17425 !important
}

.blog.blog-warning .post-meta .comments:hover,
.blog.blog-warning .post-meta .like:hover,
.blog.blog-warning .post-meta .readmore:hover {
    color: #f17425 !important
}

.blog.blog-danger .tag {
    background: #e43f52 !important
}

.blog.blog-danger .title:hover {
    color: #e43f52 !important
}

.blog.blog-danger .link {
    color: #e43f52 !important
}

.blog.blog-danger .post-meta .comments:hover,
.blog.blog-danger .post-meta .like:hover,
.blog.blog-danger .post-meta .readmore:hover {
    color: #e43f52 !important
}

.blog.blog-light .tag {
    background: #f8f9fa !important
}

.blog.blog-light .title:hover {
    color: #f8f9fa !important
}

.blog.blog-light .link {
    color: #f8f9fa !important
}

.blog.blog-light .post-meta .comments:hover,
.blog.blog-light .post-meta .like:hover,
.blog.blog-light .post-meta .readmore:hover {
    color: #f8f9fa !important
}

.blog.blog-dark .tag {
    background: #3c4858 !important
}

.blog.blog-dark .title:hover {
    color: #3c4858 !important
}

.blog.blog-dark .link {
    color: #3c4858 !important
}

.blog.blog-dark .post-meta .comments:hover,
.blog.blog-dark .post-meta .like:hover,
.blog.blog-dark .post-meta .readmore:hover {
    color: #3c4858 !important
}

.blog.blog-footer .tag {
    background: #202942 !important
}

.blog.blog-footer .title:hover {
    color: #202942 !important
}

.blog.blog-footer .link {
    color: #202942 !important
}

.blog.blog-footer .post-meta .comments:hover,
.blog.blog-footer .post-meta .like:hover,
.blog.blog-footer .post-meta .readmore:hover {
    color: #202942 !important
}

.blog.blog-muted .tag {
    background: #8492a6 !important
}

.blog.blog-muted .title:hover {
    color: #8492a6 !important
}

.blog.blog-muted .link {
    color: #8492a6 !important
}

.blog.blog-muted .post-meta .comments:hover,
.blog.blog-muted .post-meta .like:hover,
.blog.blog-muted .post-meta .readmore:hover {
    color: #8492a6 !important
}

.blog {
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.blog .content h4 {
    line-height: 1.2
}

.blog .content .title {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .content .post-meta .comments,
.blog .content .post-meta .like,
.blog .content .post-meta .readmore {
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blog .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #3c4858
}

.blog .author {
    position: absolute;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    top: 5%;
    left: 5%
}

.blog.blog-detail:hover {
    -webkit-transform: translateY(0) !important;
    transform: translateY(0) !important
}

.blog:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.blog:hover .overlay {
    opacity: .4
}

.blog:hover .author {
    opacity: 1
}

.sidebar .widget .post-recent {
    padding-bottom: 15px
}

.sidebar .widget .post-recent:last-child {
    padding-bottom: 0
}

.sidebar .widget .post-recent .post-recent-thumb {
    width: 25%
}

.sidebar .widget .post-recent .post-recent-content {
    width: 75%;
    padding-left: 10px
}

.sidebar .widget .post-recent .post-recent-content a {
    display: block;
    color: #3c4858;
    font-size: 15px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.sidebar .widget .post-recent .post-recent-content a:hover {
    color: #0866b3
}

.sidebar .widget .post-recent .post-recent-content span {
    font-size: 13px
}

.tagcloud>a {
    background: #f8f9fa;
    color: #3c4858;
    display: inline-block;
    font-size: 9px;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 8px 12px 7px;
    text-transform: uppercase;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 600
}

.tagcloud>a:hover {
    background: #0866b3;
    color: #fff
}

.media-list .media .media-heading:hover {
    color: #0866b3 !important
}

.media-list .sub-comment {
    border-left: 2px dashed #e9ecef
}

.widget-grid .item {
    position: relative;
    width: 33.33333333%;
    padding-top: 33.33333333%;
    float: left
}

.widget-grid .item a {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    overflow: hidden
}

.widget-grid .item:first-child {
    width: 66.66666666%;
    padding-top: 66.66666666%
}

.widget-grid .item:nth-child(4) {
    clear: both
}

#external-events .fc-event,
.fc-event-title-container {
    cursor: pointer;
    margin: 4px 2px
}

#external-events .fc-event .fc-event-main {
    padding: 5px
}

.fc .fc-non-business {
    background-color: transparent
}

.fc .fc-daygrid-day-number {
    padding: 5px;
    font-weight: 600;
    color: #0866b3
}

.fc .fc-col-header-cell-cushion {
    padding: 8px 4px !important;
    color: #0866b3
}

.fc .fc-scrollgrid-liquid {
    border-radius: 5px !important
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td,
.fc-theme-standard th {
    border-color: #e9ecef !important
}

.fc-header-toolbar .fc-toolbar-chunk .fc-toolbar-title {
    font-size: 18px !important
}

.fc-direction-ltr .fc-daygrid-event.fc-event-start {
    margin: auto 8px 4px
}

.fc-event-main {
    background-color: #0866b3
}

.fc-daygrid-dot-event {
    background: #f8f9fa;
    border: 1px solid #e9ecef
}

.fc-daygrid-dot-event:hover {
    background-color: #e9ecef
}

.fc .fc-button {
    padding: 4px 8px;
    font-size: 13px !important;
    background-color: #0866b3 !important;
    border: 1px solid #0866b3 !important;
    color: #fff !important;
    text-transform: capitalize !important
}

.fc .fc-button:disabled,
.fc .fc-button:disabled.active,
.fc .fc-button:disabled.focus,
.fc .fc-button:disabled:active,
.fc .fc-button:disabled:focus,
.fc .fc-button:disabled:hover {
    background-color: rgba(47, 85, 212, .1) !important;
    border: 1px solid rgba(47, 85, 212, .1) !important;
    color: #0866b3 !important
}

.fc .fc-button.active,
.fc .fc-button.focus,
.fc .fc-button:active,
.fc .fc-button:focus,
.fc .fc-button:hover {
    background-color: #284bc1 !important;
    border-color: #284bc1 !important
}

.fc .fc-button:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.fc .fc-icon {
    font-size: 16px !important
}

.fc-daygrid-event-dot,
.fc-h-event {
    border-color: #0866b3;
    background-color: #0866b3
}

#calendar {
    max-width: 1240px
}

.chat .chat-list.active,
.chat .chat-list:focus,
.chat .chat-list:hover {
    background: #f8f9fa !important;
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.chat .chat-list .on-off,
.chat .chat-type .on-off {
    position: absolute;
    left: -1px;
    top: -1px;
    font-size: 12px !important
}

.chat.chat-person .on-off {
    font-size: 10px
}

.chat.chat-person .chat-msg {
    margin-left: 8px
}

.chat.chat-person .chat-msg .msg {
    background: #fff
}

.chat.chat-person .chat-msg .msg-time {
    font-size: 12px !important
}

.chat.chat-person .chat-right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.chat.chat-person .chat-right .chat-user-image {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.chat.chat-person .chat-right .chat-user-image .on-off {
    right: -1px
}

.chat.chat-person .chat-right .chat-msg {
    margin-right: 8px;
    margin-left: 0
}

.chat.chat-person .chat-right .chat-msg .msg {
    display: inline-block
}

.chat.chat-person .chat-right .chat-msg .msg-time {
    display: block
}

.ck.ck-editor__main>.ck-editor__editable:not(.ck-focused),
.ck.ck-toolbar {
    background: #fff !important;
    border: 1px solid #e9ecef !important
}

.ck.ck-toolbar>.ck-toolbar__items>:not(.ck-toolbar__line-break),
.ck.ck-toolbar>.ck.ck-toolbar__grouped-dropdown {
    color: #161c2d
}

.features.feature-primary .title:hover {
    color: #0866b3 !important
}

.features.feature-primary .icon {
    color: #0866b3 !important;
    background-color: rgba(47, 85, 212, .04) !important
}

.features.feature-primary .link {
    color: #0866b3 !important
}

.features.feature-primary.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(47, 85, 212, .1)) !important
}

.features.feature-bg-primary:hover {
    background-color: #0866b3 !important
}

.features.feature-secondary .title:hover {
    color: #6c757d !important
}

.features.feature-secondary .icon {
    color: #6c757d !important;
    background-color: rgba(108, 117, 125, .04) !important
}

.features.feature-secondary .link {
    color: #6c757d !important
}

.features.feature-secondary.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(108, 117, 125, .1)) !important
}

.features.feature-bg-secondary:hover {
    background-color: #6c757d !important
}

.features.feature-success .title:hover {
    color: #42ae59ff !important
}

.features.feature-success .icon {
    color: #42ae59ff !important;
    background-color: rgba(46, 202, 139, .04) !important
}

.features.feature-success .link {
    color: #42ae59ff !important
}

.features.feature-success.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(46, 202, 139, .1)) !important
}

.features.feature-bg-success:hover {
    background-color: #42ae59ff !important
}

.features.feature-info .title:hover {
    color: #17a2b8 !important
}

.features.feature-info .icon {
    color: #17a2b8 !important;
    background-color: rgba(23, 162, 184, .04) !important
}

.features.feature-info .link {
    color: #17a2b8 !important
}

.features.feature-info.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(23, 162, 184, .1)) !important
}

.features.feature-bg-info:hover {
    background-color: #17a2b8 !important
}

.features.feature-warning .title:hover {
    color: #f17425 !important
}

.features.feature-warning .icon {
    color: #f17425 !important;
    background-color: rgba(241, 116, 37, .04) !important
}

.features.feature-warning .link {
    color: #f17425 !important
}

.features.feature-warning.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(241, 116, 37, .1)) !important
}

.features.feature-bg-warning:hover {
    background-color: #f17425 !important
}

.features.feature-danger .title:hover {
    color: #e43f52 !important
}

.features.feature-danger .icon {
    color: #e43f52 !important;
    background-color: rgba(228, 63, 82, .04) !important
}

.features.feature-danger .link {
    color: #e43f52 !important
}

.features.feature-danger.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(228, 63, 82, .1)) !important
}

.features.feature-bg-danger:hover {
    background-color: #e43f52 !important
}

.features.feature-light .title:hover {
    color: #f8f9fa !important
}

.features.feature-light .icon {
    color: #f8f9fa !important;
    background-color: rgba(248, 249, 250, .04) !important
}

.features.feature-light .link {
    color: #f8f9fa !important
}

.features.feature-light.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(248, 249, 250, .1)) !important
}

.features.feature-bg-light:hover {
    background-color: #f8f9fa !important
}

.features.feature-dark .title:hover {
    color: #3c4858 !important
}

.features.feature-dark .icon {
    color: #3c4858 !important;
    background-color: rgba(60, 72, 88, .04) !important
}

.features.feature-dark .link {
    color: #3c4858 !important
}

.features.feature-dark.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(60, 72, 88, .1)) !important
}

.features.feature-bg-dark:hover {
    background-color: #3c4858 !important
}

.features.feature-footer .title:hover {
    color: #202942 !important
}

.features.feature-footer .icon {
    color: #202942 !important;
    background-color: rgba(32, 41, 66, .04) !important
}

.features.feature-footer .link {
    color: #202942 !important
}

.features.feature-footer.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(32, 41, 66, .1)) !important
}

.features.feature-bg-footer:hover {
    background-color: #202942 !important
}

.features.feature-muted .title:hover {
    color: #8492a6 !important
}

.features.feature-muted .icon {
    color: #8492a6 !important;
    background-color: rgba(132, 146, 166, .04) !important
}

.features.feature-muted .link {
    color: #8492a6 !important
}

.features.feature-muted.key-feature .icon {
    background: linear-gradient(45deg, transparent, rgba(132, 146, 166, .1)) !important
}

.features.feature-bg-muted:hover {
    background-color: #8492a6 !important
}

.features {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #fff
}

.features .icon {
    height: 65px;
    width: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.features .title {
    font-weight: 500
}

.features .big-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px;
    opacity: .05;
    font-size: 120px
}

.features .big-icon,
.features .icons,
.features .para,
.features .titles {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.features:hover .big-icon,
.features:hover .icons,
.features:hover .titles {
    color: #fff !important
}

.features:hover .para {
    color: rgba(255, 255, 255, .5) !important
}

.key-feature .icon {
    height: 45px;
    width: 45px;
    line-height: 45px
}

.fw-medium {
    font-weight: 600
}

.section {
    padding: 100px 0;
    position: relative
}

@media (max-width:768px) {
    .section {
        padding: 60px 0
    }
}

.bg-overlay {
    background-color: rgba(60, 72, 88, .7);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.bg-overlay-white {
    background-color: rgba(255, 255, 255, .5)
}

.title-heading {
    line-height: 26px
}

.title-heading .heading {
    font-size: 45px !important;
    letter-spacing: 1px
}

@media (max-width:768px) {
    .title-heading .heading {
        font-size: 35px !important
    }
}

.title-heading .para-desc {
    font-size: 18px
}

.section-title .title {
    letter-spacing: .5px;
    font-size: 30px !important
}

@media (max-width:768px) {
    .section-title .title {
        font-size: 24px !important
    }
}

.para-desc {
    max-width: 600px
}

.mt-100 {
    margin-top: 100px
}

.shape {
    position: absolute;
    pointer-events: none;
    right: 0;
    bottom: -2px;
    left: 0
}

.shape>svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.shape.integration-hero {
    -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    height: 250px;
    background: #fff
}

@media (max-width:768px) {
    .shape.integration-hero {
        height: 140px
    }
}

@media (max-width:425px) {
    .shape.integration-hero {
        height: 60px
    }
}

@media (max-width:425px) {
    .shape {
        bottom: -4px
    }
}

@media (min-width:768px) {
    .margin-top-100 {
        margin-top: 100px
    }
}

@media (max-width:768px) {
    .mt-60 {
        margin-top: 60px
    }
}

.main-icon {
    border: 2px solid #e9ecef;
    height: 40px;
    width: 40px;
    line-height: 0;
    text-align: center
}

.main-icon .fea {
    height: 20px
}

@media (min-width:768px) {
    .main-icon {
        margin: 0 auto
    }
}

.timeline-page:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 95%;
    margin: auto;
    width: 2px;
    background-color: #e9ecef !important
}

.timeline-page .timeline-item .date-label-left,
.timeline-page .timeline-item .duration-right {
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after,
.timeline-page .timeline-item .duration-right:after {
    content: "";
    position: absolute;
    top: 12px;
    width: 12px;
    height: 12px;
    z-index: 1;
    background-color: #0866b3;
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.timeline-page .timeline-item .date-label-left {
    float: right;
    margin-right: 15px
}

.timeline-page .timeline-item .date-label-left:after {
    right: -34px
}

.timeline-page .timeline-item .duration-right {
    float: left;
    margin-left: 15px
}

.timeline-page .timeline-item .duration-right:after {
    left: -34px
}

.timeline-page .timeline-item .event {
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.timeline-page .timeline-item .event.event-description-right {
    margin-left: 15px
}

.timeline-page .timeline-item .event.event-description-left {
    margin-right: 15px;
    text-align: right
}

@media (max-width:767px) {
    .timeline-page {
        margin-left: 18px
    }

    .timeline-page:after {
        margin: 0
    }

    .timeline-page .timeline-item .duration {
        float: left !important;
        margin: 0 0 30px 15px !important;
        text-align: left !important
    }

    .timeline-page .timeline-item .duration:after {
        left: -21px !important
    }

    .timeline-page .timeline-item .duration .event {
        text-align: left !important;
        margin-left: 15px
    }

    .timeline-page .timeline-item .event-description-left {
        text-align: left !important;
        margin: 0 0 0 15px
    }
}

.back-to-home {
    position: fixed;
    top: 4%;
    right: 2%;
    z-index: 1
}

.sticky-bar {
    position: sticky;
    top: 80px
}

.fea {
    stroke-width: 1.8
}

.fea.icon-sm {
    height: 16px;
    width: 16px
}

.fea.icon-ex-md {
    height: 20px;
    width: 20px
}

.fea.icon-m-md {
    height: 28px;
    width: 28px
}

.fea.icon-md {
    height: 35px;
    width: 35px
}

.fea.icon-lg {
    height: 42px;
    width: 42px
}

.fea.icon-ex-lg {
    height: 52px;
    width: 52px
}

[class*=" uil-"]:before,
[class^=uil-]:before {
    margin: 0
}

.uim-svg {
    vertical-align: 0 !important
}

.social-icon li a {
    color: #3c4858;
    border: 1px solid #3c4858;
    height: 32px;
    width: 32px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
    position: relative
}

.social-icon li a .fea-social {
    stroke-width: 2
}

.social-icon li a:hover {
    background-color: #0866b3;
    border-color: #0866b3 !important;
    color: #fff !important
}

.social-icon li a:hover .fea-social {
    fill: #0866b3
}

.social-icon.social li a {
    color: #adb5bd;
    border-color: #adb5bd
}

.social-icon.foot-social-icon li a {
    color: #adb5bd;
    border-color: #283453
}

.rounded {
    border-radius: 6px !important
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important
}

.rounded-left {
    border-top-left-radius: 6px !important;
    border-bottom-left-radius: 6px !important
}

.rounded-bottom {
    border-bottom-left-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-right {
    border-top-right-radius: 6px !important;
    border-bottom-right-radius: 6px !important
}

.rounded-md {
    border-radius: 10px !important
}

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

.border-primary {
    border-color: #0866b3 !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #42ae59ff !important
}

.border-info {
    border-color: #17a2b8 !important
}

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

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

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #3c4858 !important
}

.border-footer {
    border-color: #202942 !important
}

.border-muted {
    border-color: #8492a6 !important
}

.bg-white-color {
    background: #fff
}

.d-flex .flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.bg-home {
    height: 100vh;
    background-size: cover;
    -ms-flex-item-align: center;
    align-self: center;
    position: relative;
    background-position: center center
}

@media (max-width:767px) {
    .bg-home {
        padding: 150px 0;
        height: auto
    }
}

.bg-circle-gradiant {
    background: radial-gradient(circle at 50% 50%, rgba(47, 85, 212, .1) 0, rgba(47, 85, 212, .1) 33.333%, rgba(47, 85, 212, .2) 33.333%, rgba(47, 85, 212, .2) 66.666%, rgba(47, 85, 212, .3) 66.666%, rgba(47, 85, 212, .3) 99.999%)
}

.pricing-rates {
    position: relative;
    z-index: 1;
    border-bottom: 3px solid #e9ecef !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.pricing-rates .price {
    font-weight: 400
}

.pricing-rates.business-rate:hover {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
    z-index: 2;
    border-color: #0866b3 !important;
    -webkit-box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;
    box-shadow: 0 5px 13px rgba(60, 72, 88, .2) !important;
    background-color: #fff !important
}

.pricing-rates.business-rate:hover .title {
    color: #0866b3
}

.ribbon.ribbon-primary span {
    background-color: #0866b3 !important
}

.ribbon.ribbon-primary span:before {
    border-left-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-primary span:after {
    border-right-color: #2443ac;
    border-top-color: #2443ac
}

.ribbon.ribbon-secondary span {
    background-color: #6c757d !important
}

.ribbon.ribbon-secondary span:before {
    border-left-color: #545b62;
    border-top-color: #545b62
}

.ribbon.ribbon-secondary span:after {
    border-right-color: #545b62;
    border-top-color: #545b62
}

.ribbon.ribbon-success span {
    background-color: #42ae59ff !important
}

.ribbon.ribbon-success span:before {
    border-left-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-success span:after {
    border-right-color: #25a06e;
    border-top-color: #25a06e
}

.ribbon.ribbon-info span {
    background-color: #17a2b8 !important
}

.ribbon.ribbon-info span:before {
    border-left-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-info span:after {
    border-right-color: #117a8b;
    border-top-color: #117a8b
}

.ribbon.ribbon-warning span {
    background-color: #f17425 !important
}

.ribbon.ribbon-warning span:before {
    border-left-color: #d55b0e;
    border-top-color: #d55b0e
}

.ribbon.ribbon-warning span:after {
    border-right-color: #d55b0e;
    border-top-color: #d55b0e
}

.ribbon.ribbon-danger span {
    background-color: #e43f52 !important
}

.ribbon.ribbon-danger span:before {
    border-left-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-danger span:after {
    border-right-color: #d21e32;
    border-top-color: #d21e32
}

.ribbon.ribbon-light span {
    background-color: #f8f9fa !important
}

.ribbon.ribbon-light span:before {
    border-left-color: #dae0e5;
    border-top-color: #dae0e5
}

.ribbon.ribbon-light span:after {
    border-right-color: #dae0e5;
    border-top-color: #dae0e5
}

.ribbon.ribbon-dark span {
    background-color: #3c4858 !important
}

.ribbon.ribbon-dark span:before {
    border-left-color: #272f3a;
    border-top-color: #272f3a
}

.ribbon.ribbon-dark span:after {
    border-right-color: #272f3a;
    border-top-color: #272f3a
}

.ribbon.ribbon-footer span {
    background-color: #202942 !important
}

.ribbon.ribbon-footer span:before {
    border-left-color: #0f1420;
    border-top-color: #0f1420
}

.ribbon.ribbon-footer span:after {
    border-right-color: #0f1420;
    border-top-color: #0f1420
}

.ribbon.ribbon-muted span {
    background-color: #8492a6 !important
}

.ribbon.ribbon-muted span:before {
    border-left-color: #68788f;
    border-top-color: #68788f
}

.ribbon.ribbon-muted span:after {
    border-right-color: #68788f;
    border-top-color: #68788f
}

.ribbon {
    position: absolute;
    top: -5px;
    width: 75px;
    height: 75px;
    z-index: 2
}

.ribbon.ribbon-right {
    right: -5px
}

.ribbon.ribbon-right span {
    right: -23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.ribbon.ribbon-left {
    left: -5px
}

.ribbon.ribbon-left span {
    left: -23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ribbon span {
    position: absolute;
    top: 18px;
    width: 100px;
    color: #fff
}

.ribbon span:after,
.ribbon span:before {
    content: "";
    position: absolute;
    top: 100%;
    z-index: -1;
    border: 3px solid transparent
}

.ribbon span:before {
    left: 0
}

.ribbon span:after {
    right: 0
}

.invoice-top .logo-invoice {
    font-weight: 700;
    font-size: 27px;
    letter-spacing: 1px
}

.switcher-pricing .toggle,
.switcher-pricing .toggler {
    display: inline-block !important;
    vertical-align: middle
}

.switcher-pricing .toggler {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 700
}

.switcher-pricing .toggler--is-active {
    color: #0866b3 !important
}

.switcher-pricing .form-switch .form-check-input {
    width: 48px;
    height: 24px;
    margin-top: 0
}

.hide {
    display: none
}

.apexcharts-legend-text {
    font-family: var(--bs-font-sans-serif) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #343a40 !important
}

.apexcharts-tooltip {
    background: #fff !important;
    color: #343a40;
    border-color: #e9ecef !important
}

.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-grid,
.apexcharts-gridline,
.apexcharts-gridline line,
.apexcharts-gridlines-horizontal,
.apexcharts-gridlines-vertical,
.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,
.apexcharts-radar-series line,
.apexcharts-radar-series path,
.apexcharts-radar-series polygon,
.apexcharts-xaxis line,
.apexcharts-xaxis-tick {
    stroke: #e9ecef !important
}

.apexcharts-data-labels,
.apexcharts-datalabels text,
.apexcharts-xaxis text,
.apexcharts-yaxis text {
    font-family: var(--bs-font-sans-serif) !important;
    fill: #343a40 !important
}

.apexcharts-tooltip-title {
    background: #fff !important;
    color: #343a40 !important;
    border-color: #e9ecef !important
}

.shop-features .category-title {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    z-index: 1
}

.shop-list .shop-image .overlay-work,
.shop-list .shop-image .shop-icons {
    position: absolute;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-list .shop-image .overlay-work {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.shop-list .shop-image .overlay-work .out-stock {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.shop-list .shop-image .shop-icons {
    top: 15px;
    right: 15px;
    z-index: 2
}

.shop-list .shop-image:hover .overlay-work,
.shop-list .shop-image:hover .shop-icons {
    opacity: 1
}

.shop-list .content .product-name {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.shop-list .content .product-name:hover {
    color: #0866b3 !important
}

.shop-list .label {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2
}

.shop-list .qty-btn {
    pointer-events: none;
    width: 65px;
    padding-left: 15px
}

.simplebar-track.simplebar-vertical {
    width: 8px !important
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    width: 4px !important;
    background: #adb5bd !important
}

.team.team-primary .name:hover {
    color: #0866b3 !important
}

.team.team-secondary .name:hover {
    color: #6c757d !important
}

.team.team-success .name:hover {
    color: #42ae59ff !important
}

.team.team-info .name:hover {
    color: #17a2b8 !important
}

.team.team-warning .name:hover {
    color: #f17425 !important
}

.team.team-danger .name:hover {
    color: #e43f52 !important
}

.team.team-light .name:hover {
    color: #f8f9fa !important
}

.team.team-dark .name:hover {
    color: #3c4858 !important
}

.team.team-footer .name:hover {
    color: #202942 !important
}

.team.team-muted .name:hover {
    color: #8492a6 !important
}

.team img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team .team-icon {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    right: 0;
    opacity: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.team:hover img {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    opacity: .2
}

.team:hover .overlay-team {
    opacity: .6
}

.team:hover .team-icon {
    opacity: 1
}

.tns-nav {
    text-align: center;
    margin-top: 10px
}

.tns-nav button {
    border-radius: 3px;
    background: rgba(47, 85, 212, .5) !important;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none;
    margin: 0 5px;
    padding: 5px
}

.tns-nav button.tns-nav-active {
    background: #0866b3 !important;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.login-page {
    font-size: 15px
}

.login-page .forgot-pass {
    z-index: 99;
    position: relative;
    font-size: 13px
}

.cover-user .container-fluid {
    max-width: 100%
}

@media (max-width:768px) {
    .cover-user .container-fluid .padding-less {
        position: relative !important;
        height: 400px !important
    }
}

.cover-user .container-fluid .padding-less.img {
    background: scroll center no-repeat;
    background-size: cover;
    position: absolute;
    height: 100%
}

.cover-user .cover-user-img {
    height: 100vh
}

@media (min-width:1025px) {
    .cover-user .cover-user-img {
        padding: 0 20%
    }
}

@media (max-width:768px) {
    .cover-user .cover-user-img {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: start !important;
        height: auto !important;
        padding: 30px
    }
}

@media (max-width:768px) {
    .cover-user .cover-user-content {
        text-align: left !important
    }

    .cover-user .cover-my-30 {
        margin: 30px 0
    }
}

.form-signin {
    width: 100%;
    max-width: 400px;
    margin: auto
}

.avatar-profile {
    position: relative;
    top: -80px
}

.work-container.work-classic .work-image {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .work-image:hover {
    -webkit-box-shadow: 0 0 3px rgba(60, 72, 88, .15);
    box-shadow: 0 0 3px rgba(60, 72, 88, .15)
}

.work-container.work-classic .content .title,
.work-container.work-modern .content .title {
    font-size: 18px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-classic .content .title:hover,
.work-container.work-modern .content .title:hover {
    color: #0866b3 !important
}

.work-container.work-classic .content .tag,
.work-container.work-modern .content .tag {
    font-size: 15px !important
}

.work-container.work-modern img {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.work-container.work-modern:hover img {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
}

.tobii>button.tobii__close svg,
.tobii>button.tobii__next svg,
.tobii>button.tobii__prev svg {
    height: 36px;
    width: auto
}

.tobii__counter {
    font-size: 16px
}

.tobii-zoom {
    display: block !important
}

.tobii-zoom__icon {
    display: none
}

#grid {
    padding: 0 !important
}

.switcher-btn {
    position: fixed;
    top: 200px;
    height: 41px;
    width: 40px;
    padding: 3px;
    border-radius: 0 30px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.style-switcher .t-dark,
.style-switcher .t-rtl-light {
    display: inline-block
}

.style-switcher .t-light,
.style-switcher .t-ltr-dark,
.style-switcher .t-ltr-light,
.style-switcher .t-rtl-dark {
    display: none
}

@media only screen and (max-width:375px) {
    .switcher-btn {
        display: none !important
    }
}

[dir=rtl] .style-switcher .t-rtl-light {
    display: none
}

[dir=rtl] .style-switcher .t-ltr-light {
    display: inline-block
}

.bg-header-seca {
    background-color: #0866b3 !important;
}
.bg-seider-seca {
    /* background-color: rgb(198, 232, 255) !important; */
}

.box-seca img{
   margin-top: 10%;
    margin-left: 45%;
    margin-right: 50%;
}
/*# sourceMappingURL=style.min.css.map */


.bg-light-primary {
	background-color: rgb(13 110 253 / .11)!important
}


/* seider bar */

/* Sidebar Principal */
.seca-sidebar {
    width: 230px;
    height: 100vh;
    background: #ffffff;
    border-right: 1px solid #e2e8f0;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    overflow-y: auto;
}

.seca-sidebar_container {
    padding: 0;
}

/* Header */
.seca-sidebar_header {
    padding: 10px 16px;
    border-bottom: 1px solid #f1f5f9;
    background: linear-gradient(135deg, var(--seca-blue) 0%, #0a4d8c 100%);
    margin-bottom: 8px;
}

.seca-sidebar_brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.seca-sidebar_logo {
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.seca-sidebar_logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.seca-sidebar_brand-info {
    display: flex;
    flex-direction: column;
}

.seca-sidebar_brand-name {
    font-size: 18px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
}

.seca-sidebar_brand-subtitle {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    letter-spacing: 0.5px;
}

/* Navigation */
/* .seca-sidebar_nav {
    padding: 10px 0;
} */

.seca-nav_section {
    /* margin-bottom: 4px; */
    padding: 0 5px;
}

/* Items simples */
.seca-nav_item {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    text-decoration: none;
    color: var(--seca-dark);
    border-radius: 12px;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    position: relative;
    border: 1px solid transparent;
    cursor: pointer;
}

.seca-nav_item:hover {
    background: var(--seca-blue-light);
    color: var(--seca-blue);
    border-color: #e6f3ff;
    transform: translateX(4px);
}

.seca-nav_item--active {
    background: var(--seca-blue);
    color: white;
    box-shadow: 0 4px 12px rgba(8, 102, 179, 0.2);
}

.seca-nav_icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 18px;
}

.seca-nav_label {
    font-size: 14px;
    font-weight: 500;
    flex: 1;
}

.seca-nav_indicator {
    width: 4px;
    height: 16px;
    background: var(--seca-success);
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.seca-nav_item--active .seca-nav_indicator {
    opacity: 1;
}

/* Groupes avec dropdown */
.seca-nav_group {
    margin-bottom: 8px;
}

.seca-nav_header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    cursor: pointer;
    border-radius: 12px;
    transition: all 0.3s ease;
    color: var(--seca-dark);
    margin-bottom: 4px;
}

.seca-nav_header:hover {
    background: var(--seca-gray-light);
    color: var(--seca-blue);
}

.seca-nav_header--active {
    background: var(--seca-blue-light);
    color: var(--seca-blue);
}

.seca-nav_arrow {
    font-size: 16px;
    transition: transform 0.3s ease;
    color: #64748b;
}

.seca-nav_group--open .seca-nav_arrow {
    transform: rotate(180deg);
}

/* Sous-menu */
.seca-nav_submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    background: var(--seca-gray-light);
    border-radius: 8px;
    margin: 0 8px;
}

.seca-nav_group--open .seca-nav_submenu {
    max-height: 700px;
}

.seca-nav_subitem {
    display: flex;
    align-items: center;
    padding: 12px 16px 12px 4px;
    text-decoration: none;
    color: #64748b;
    font-size: 15px; /* Augmenté de 13px à 14px */
    font-weight: 500;
    transition: all 0.3s ease;
    border-left: 2px solid transparent;
    cursor: pointer;
}

.seca-nav_subitem:hover {
    color: var(--seca-blue);
    background: white;
    border-left-color: var(--seca-success);
    padding-left: 48px;
}

.seca-nav_subitem--active {
    color: var(--seca-blue);
    background: white;
    border-left-color: var(--seca-blue);
    font-weight: 600;
    background: var(--seca-blue-light);
}

.seca-nav_subitem i {
    margin-right: 10px;
    font-size: 15px; /* Légèrement augmenté */
    width: 16px;
}

/* Scrollbar personnalisée */
.seca-sidebar::-webkit-scrollbar {
    width: 4px;
}

.seca-sidebar::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.seca-sidebar::-webkit-scrollbar-thumb {
    background: var(--seca-blue);
    border-radius: 2px;
}

/* Responsive */
@media (max-width: 1024px) {
    .seca-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }

    .seca-sidebar--mobile-open {
        transform: translateX(0);
    }
}

/* Animation d'entrée */
@keyframes secaSlideIn {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.seca-nav_subitem {
    animation: secaSlideIn 0.3s ease forwards;
    animation-delay: calc(var(--seca-item-index) * 0.05s);
}


/* Header Principal */
.seca-header {
    background: var(--seca-white);
    border-bottom: 1px solid #e2e8f0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 999;
    height: 70px;
}

.seca-header_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 24px;
    max-width: 100%;
}

/* Partie gauche */
.seca-header_left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.seca-header_logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 12px;
}

.seca-header_logo-container {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg, var(--seca-blue) 0%, #0a4d8c 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(8, 102, 179, 0.2);
}

.seca-header_logo-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    /* filter: brightness(50) invert(1); */
}

.seca-header_brand {
    display: flex;
    flex-direction: column;
}

.seca-header_brand-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--seca-dark);
    line-height: 1.2;
}

.seca-header_brand-subtitle {
    font-size: 11px;
    color: var(--seca-blue);
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Bouton sidebar mobile */
.seca-header_sidebar-toggle {
    display: none;
    width: 40px;
    height: 40px;
    border: none;
    background: var(--seca-blue-light-bg);
    border-radius: 10px;
    color: var(--seca-blue);
    cursor: pointer;
    transition: all 0.3s ease;
    align-items: center;
    justify-content: center;
}

.seca-header_sidebar-toggle:hover {
    background: var(--seca-blue);
    color: white;
    transform: translateY(-2px);
}

/* Partie droite */
.seca-header_right {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Dropdown général */
.seca-header_dropdown {
    position: relative;
}

/* Bouton langue */
.seca-header_lang-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    background: var(--seca-gray-light);
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--seca-dark);
}

.seca-header_lang-btn:hover {
    background: var(--seca-blue-light-bg);
    border-color: var(--seca-blue);
    transform: translateY(-1px);
}

.seca-header_lang-flag {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    object-fit: cover;
}

/* Bouton profil */
.seca-header_profile-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 16px;
    background: var(--seca-gray-light);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--seca-dark);
    min-width: 200px;
}

.seca-header_profile-btn:hover {
    background: var(--seca-blue-light-bg);
    border-color: var(--seca-blue);
    transform: translateY(-1px);
}

.seca-header_avatar {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid var(--seca-blue);
}

.seca-header_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seca-header_profile-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.seca-header_user-name {
    font-size: 14px;
    font-weight: 600;
    color: var(--seca-dark);
    line-height: 1.2;
}

.seca-header_user-role {
    font-size: 11px;
    color: var(--seca-blue);
    font-weight: 500;
}

/* Menu dropdown */
.seca-header_dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    background: var(--seca-white);
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    padding: 8px;
    min-width: 180px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 1000;
}

.seca-header_dropdown-menu--profile {
    min-width: 220px;
}

.seca-header_dropdown:hover .seca-header_dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(5px);
}

.seca-header_dropdown-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
    text-decoration: none;
    color: var(--seca-dark);
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 14px;
    font-weight: 500;
}

.seca-header_dropdown-item:hover {
    background: var(--seca-blue-light-bg);
    color: var(--seca-blue);
    transform: translateX(4px);
}

.seca-header_dropdown-item i {
    width: 16px;
    text-align: center;
    font-size: 16px;
}

.seca-header_dropdown-item--logout {
    color: var(--seca-red);
}

.seca-header_dropdown-item--logout:hover {
    background: #fef2f2;
    color: var(--seca-red);
}

.seca-header_dropdown-divider {
    height: 1px;
    background: #e2e8f0;
    margin: 8px 0;
}

/* Responsive */
@media (max-width: 1024px) {
    .seca-header_sidebar-toggle {
        display: flex;
    }

    .seca-header_container {
        padding: 0 16px;
    }

    .seca-header_profile-btn {
        min-width: auto;
        padding: 8px 12px;
    }

    .seca-header_profile-info {
        display: none;
    }

    .seca-header_brand {
        display: none;
    }
}

@media (max-width: 768px) {
    .seca-header_lang-btn span {
        display: none;
    }

    .seca-header_dropdown-menu {
        right: -50px;
    }
}

/* Animation */
@keyframes secaHeaderSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seca-header_dropdown-menu {
    animation: secaHeaderSlideIn 0.3s ease;
}


/* Dashboard principal */
.seca-dashboard {
    padding: 15px;
    background: var(--seca-gray-light);
    min-height: calc(100vh - 70px);
}

/* Fil d'Ariane */
.seca-breadcrumb {
    margin-bottom: 20px;
}

.seca-breadcrumb_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.seca-breadcrumb_title {
    font-size: 28px;
    font-weight: 700;
    color: var(--seca-dark);
    margin: 0;
    background: linear-gradient(135deg, var(--seca-blue) 0%, var(--seca-success) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.seca-breadcrumb_list {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.seca-breadcrumb_item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.seca-breadcrumb_item--active {
    color: var(--seca-blue);
    font-weight: 600;
}

.seca-breadcrumb_link {
    color: #64748b;
    text-decoration: none;
    transition: color 0.3s ease;
}

.seca-breadcrumb_link:hover {
    color: var(--seca-blue);
}

/* Grille de statistiques */
.seca-stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 5px;
    margin-bottom: 32px;
}

/* Cartes de statistiques */
.seca-stat-card {
    background: var(--seca-white);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--seca-border);
    transition: all 0.3s ease;
    overflow: hidden;
}

.seca-stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.seca-stat-card_link {
    display: block;
    text-decoration: none;
    padding: 15px;
    height: 100%;
}

.seca-stat-card_content {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 100%;
}

.seca-stat-card_icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    flex-shrink: 0;
}

.seca-stat-card_icon--primary {
    background: linear-gradient(135deg, var(--seca-blue) 0%, #0a4d8c 100%);
    color: var(--seca-white);
}

.seca-stat-card_icon--success {
    background: linear-gradient(135deg, var(--seca-success) 0%, #019987 100%);
    color: var(--seca-white);
}

.seca-stat-card_icon--warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: var(--seca-white);
}

.seca-stat-card_icon--info {
    background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%);
    color: var(--seca-white);
}

.seca-stat-card_icon--danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
    color: var(--seca-white);
}

.seca-stat-card_info {
    flex: 1;
}

.seca-stat-card_label {
    font-size: 14px;
    font-weight: 600;
    color: #64748b;
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seca-stat-card_value {
    font-size: 32px;
    font-weight: 800;
    color: var(--seca-dark);
    margin: 0;
    line-height: 1;
}

.seca-stat-card_trend {
    color: var(--seca-success);
    font-size: 24px;
    opacity: 0.8;
}

/* Section */
.seca-section {
    margin-bottom: 32px;
}

/* Carte */
.seca-card {
    background: var(--seca-white);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--seca-border);
    overflow: hidden;
}

.seca-card_header {
    padding: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.seca-card_header--primary {
    background: linear-gradient(135deg, var(--seca-blue) 0%, #0a4d8c 100%);
    color: var(--seca-white);
}

.seca-card_header-content {
    display: flex;
    align-items: center;
    gap: 16px;
}

.seca-card_icon {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.seca-card_title-section {
    display: flex;
    flex-direction: column;
}

.seca-card_title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.seca-card_subtitle {
    font-size: 14px;
    opacity: 0.9;
    margin: 0;
}

.seca-card_actions {
    display: flex;
    gap: 12px;
}

/* Boutons */
.seca-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.seca-btn--success {
    background: var(--seca-success);
    color: var(--seca-white);
}

.seca-btn--success:hover {
    background: #01a396;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 191, 174, 0.3);
}

/* Corps de la carte */
.seca-card_body {
    padding: 0;
}



/* Informations avec icônes */
.seca-vehicle-info,
.seca-driver-info,
.seca-client-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seca-vehicle-info i {
    color: var(--seca-blue);
}

.seca-driver-info i {
    color: var(--seca-success);
}

.seca-client-info i {
    color: #8b5cf6;
}


/* Scrollbar personnalisée */
.seca-table-container::-webkit-scrollbar {
    width: 6px;
}

.seca-table-container::-webkit-scrollbar-track {
    background: var(--seca-gray-light);
}

.seca-table-container::-webkit-scrollbar-thumb {
    background: var(--seca-blue);
    border-radius: 3px;
}

.seca-table-container::-webkit-scrollbar-thumb:hover {
    background: #0a4d8c;
}

/* Responsive */
@media (max-width: 1024px) {
    .seca-dashboard {
        padding: 16px;
    }

    .seca-stats-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 16px;
    }

    .seca-stat-card_value {
        font-size: 28px;
    }
}

@media (max-width: 768px) {
    .seca-breadcrumb_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .seca-card_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .seca-stats-grid {
        grid-template-columns: 1fr;
    }

    .seca-table-container {
        overflow-x: auto;
    }

    .seca-table {
        min-width: 800px;
    }
}

/* Animations */
@keyframes countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seca-stat-card_value {
    animation: countUp 0.6s ease-out;
}


/* Conteneur principal */
.seca-page-container {
    padding: 10px;
    background: var(--seca-gray-light);
    min-height: calc(100vh - 70px);
}

/* Corps de la carte */
.seca-card_body {
    padding: 10px;
}

/* Filtres */
.seca-filters {
    margin-bottom: 10px;
    padding: 2px;
    background: var(--seca-gray-light);
    border-radius: 12px;
    border: 1px solid var(--seca-border);
}



.seca-filter-group {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.seca-filter-group--search {
    grid-column: 1 / -1;
}

.seca-filter-label {
    font-size: 14px;
    font-weight: 600;
    color: var(--seca-dark);
}

/* Inputs et selects */
.seca-select, .seca-input {
    padding: 10px 12px;
    border: 1px solid var(--seca-border);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: var(--seca-white);
}

.seca-select:focus, .seca-input:focus {
    outline: none;
    border-color: var(--seca-blue);
    box-shadow: 0 0 0 3px rgba(8, 102, 179, 0.1);
}

.seca-select--search {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 6 8 8m0-8-8 8'/%3e%3c/svg%3e");
    background-position: right 12px center;
    background-repeat: no-repeat;
    background-size: 16px;
    padding-right: 40px;
}

/* Recherche */
.seca-search-input {
    position: relative;
}

.seca-search-input i {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #64748b;
}

.seca-search-input .seca-input {
    padding-left: 40px;
    width: 100%;
}

/* Tableau */
.seca-table-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid var(--seca-border);
}

.seca-table-container--loading {
    opacity: 0.6;
}

.seca-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px;
    border-radius: 12px;
    backdrop-filter: blur(10px);
}

.seca-loading_spinner {
    width: 20px;
    height: 20px;
    border: 2px solid var(--seca-blue);
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.seca-table {
    width: 100%;
    border-collapse: collapse;
    background: var(--seca-white);
}

.seca-table_head {
    background: var(--seca-gray-light);
}

.seca-table_header {
    padding: 16px 12px;
    text-align: left;
    font-size: 14px;
    font-weight: 600;
    color: var(--seca-dark);
    border-bottom: 1px solid var(--seca-border);
}

.seca-table_header--actions {
    text-align: center;
    width: 120px;
}

.seca-table_body .seca-table_row {
    transition: background-color 0.3s ease;
}

.seca-table_body .seca-table_row:hover {
    background: var(--seca-blue-light-bg);
}

.seca-table_cell {
    padding: 12px;
    border-bottom: 1px solid var(--seca-border);
    font-size: 14px;
    color: var(--seca-dark);
}

.seca-table_cell--index {
    font-weight: 600;
    color: var(--seca-blue);
}

.seca-table_cell--code {
    font-family: 'Courier New', monospace;
    font-weight: 600;
}

.seca-table_cell--actions {
    text-align: center;
}

/* Badges et status */
.seca-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}

.seca-badge--success {
    background: #d1fae5;
    color: #065f46;
}

.seca-badge--warning {
    background: #fef3c7;
    color: #92400e;
}


/* Tags */
.seca-bac-tag, .seca-quantity {
    display: block;
    padding: 4px 8px;
    background: var(--seca-gray-light);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 4px;
}

.seca-quantity {
    background: #f0f9ff;
    color: var(--seca-blue);
    font-weight: 600;
}


/* Responsive */
@media (max-width: 1024px) {
    .seca-page-container {
        padding: 16px;
    }



    .seca-table-container {
        overflow-x: auto;
    }

    .seca-table {
        min-width: 1000px;
    }
}

@media (max-width: 768px) {
    .seca-breadcrumb_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .seca-card_header {
        flex-direction: column;
        align-items: flex-start;
    }


}



/* Informations avec icônes */
.seca-region-info,
.seca-ville-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seca-region-info i {
    color: var(--seca-success);
}

.seca-ville-info i {
    color: var(--seca-blue);
}

/* Badge code */
.seca-code-badge {
    display: inline-block;
    padding: 4px 12px;
    background: var(--seca-blue-light-bg);
    color: var(--seca-blue);
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Courier New', monospace;
}


/* ------- ffff */
/* Reset et base */
.seca-admin * {
    box-sizing: border-box;
}

.seca-admin {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    background: var(--seca-gray-light);
    min-height: 100vh;
}

.seca-btn--primary {
    background: var(--seca-blue);
    color: var(--seca-white);
}

.seca-btn--success {
    background: var(--seca-success);
    color: var(--seca-white);
}

.seca-btn--warning {
    background: var(--seca-warning);
    color: var(--seca-white);
}

.seca-btn--info {
    background: var(--seca-info);
    color: var(--seca-white);
}

.seca-btn--danger {
    background: var(--seca-red);
    color: var(--seca-white);
}

.seca-btn--outline {
    background: transparent;
    border: 2px solid var(--seca-blue);
    color: var(--seca-blue);
}

.seca-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.seca-btn--primary:hover { background: #0a4d8c; }
.seca-btn--success:hover { background: #019987; }
.seca-btn--warning:hover { background: #d97706; }
.seca-btn--info:hover { background: #2563eb; }
.seca-btn--danger:hover { background: #b91c1c; }
.seca-btn--outline:hover { background: var(--seca-blue); color: white; }


/* Inputs et selects */
.seca-select, .seca-input, .seca-textarea {
    padding: 10px 12px;
    border: 1px solid var(--seca-border);
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: var(--seca-white);
    width: 100%;
}

.seca-select:focus, .seca-input:focus, .seca-textarea:focus {
    outline: none;
    border-color: var(--seca-blue);
    box-shadow: 0 0 0 3px rgba(8, 102, 179, 0.1);
}

.seca-textarea {
    resize: vertical;
    min-height: 100px;
}

.seca-badge--primary {
    background: var(--seca-blue-light-bg);
    color: var(--seca-blue);
}



.seca-badge--danger {
    background: #fef2f2;
    color: var(--seca-red);
}

.seca-badge--info {
    background: #dbeafe;
    color: #1e40af;
}

.seca-badge--secondary {
    background: #f1f5f9;
    color: #475569;
}

/* Status avec icônes */
.seca-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.seca-status--primary {
    background: var(--seca-blue-light-bg);
    color: var(--seca-blue);
}

.seca-status--success {
    background: #d1fae5;
    color: #065f46;
}

.seca-status--warning {
    background: #fef3c7;
    color: #92400e;
}

.seca-status--danger {
    background: #fef2f2;
    color: var(--seca-red);
}

.seca-status--info {
    background: #dbeafe;
    color: #1e40af;
}

/* Actions */
.seca-action-buttons {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.seca-action-btn {
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
}

.seca-action-btn--primary {
    background: var(--seca-blue-light-bg);
    color: var(--seca-blue);
}

.seca-action-btn--success {
    background: #d1fae5;
    color: #059669;
}

.seca-action-btn--warning {
    background: #fef3c7;
    color: #d97706;
}

.seca-action-btn--danger {
    background: #fef2f2;
    color: var(--seca-red);
}

.seca-action-btn--info {
    background: #dbeafe;
    color: #3b82f6;
}

.seca-action-btn--secondary {
    background: #f1f5f9;
    color: #64748b;
}

.seca-action-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.seca-action-btn--primary:hover { background: var(--seca-blue); color: white; }
.seca-action-btn--success:hover { background: #10b981; color: white; }
.seca-action-btn--warning:hover { background: #f59e0b; color: white; }
.seca-action-btn--danger:hover { background: var(--seca-red); color: white; }
.seca-action-btn--info:hover { background: #3b82f6; color: white; }
.seca-action-btn--secondary:hover { background: #475569; color: white; }

/* Informations avec icônes */
.seca-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seca-info-item--primary i { color: var(--seca-blue); }
.seca-info-item--success i { color: var(--seca-success); }
.seca-info-item--warning i { color: var(--seca-warning); }
.seca-info-item--danger i { color: var(--seca-red); }
.seca-info-item--info i { color: var(--seca-info); }

/* Pagination */
.seca-pagination {
    padding: 20px;
    border-top: 1px solid var(--seca-border);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.seca-pagination_info {
    font-size: 14px;
    color: #64748b;
}

.seca-pagination_info strong {
    color: var(--seca-dark);
}

.seca-pagination_nav {
    display: flex;
    align-items: center;
    gap: 8px;
}

.seca-pagination_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px;
    border: 1px solid var(--seca-border);
    border-radius: 8px;
    background: var(--seca-white);
    color: var(--seca-dark);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 40px;
    height: 40px;
}

.seca-pagination_link:hover:not(.seca-pagination_link--disabled):not(.seca-pagination_link--active) {
    background: var(--seca-blue-light-bg);
    border-color: var(--seca-blue);
    color: var(--seca-blue);
}

.seca-pagination_link--active {
    background: var(--seca-blue);
    border-color: var(--seca-blue);
    color: var(--seca-white);
    font-weight: 600;
}

.seca-pagination_link--disabled {
    background: var(--seca-gray-light);
    border-color: var(--seca-border);
    color: #94a3b8;
    cursor: not-allowed;
    opacity: 0.6;
}

/* État vide */
.seca-empty-state {
    padding: 60px 20px;
    text-align: center;
    color: #64748b;
}

.seca-empty-state_icon {
    font-size: 64px;
    color: #cbd5e1;
    margin-bottom: 16px;
}

.seca-empty-state_title {
    font-size: 20px;
    font-weight: 600;
    color: var(--seca-dark);
    margin-bottom: 8px;
}

.seca-empty-state_description {
    font-size: 14px;
    margin-bottom: 24px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Formulaires */
.seca-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.seca-form_group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seca-form_label {
    font-size: 14px;
    font-weight: 600;
    color: var(--seca-dark);
}

.seca-form_error {
    color: var(--seca-red);
    font-size: 12px;
    font-weight: 500;
}

.seca-form_help {
    color: #64748b;
    font-size: 12px;
    font-style: italic;
}

/* Grilles */
.seca-grid {
    display: grid;
    gap: 24px;
}

.seca-grid--2 { grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); }
.seca-grid--3 { grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); }
.seca-grid--4 { grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

/* Alertes et messages */
.seca-alert {
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 16px;
    border-left: 4px solid;
}

.seca-alert--success {
    background: #d1fae5;
    border-left-color: var(--seca-success);
    color: #065f46;
}

.seca-alert--warning {
    background: #fef3c7;
    border-left-color: var(--seca-warning);
    color: #92400e;
}

.seca-alert--error {
    background: #fef2f2;
    border-left-color: var(--seca-red);
    color: var(--seca-red);
}

.seca-alert--info {
    background: #dbeafe;
    border-left-color: var(--seca-info);
    color: #1e40af;
}

/* Responsive */
@media (max-width: 1024px) {
    .seca-page-container {
        padding: 16px;
    }

    .seca-filters_grid {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .seca-table-container {
        overflow-x: auto;
    }

    .seca-table {
        min-width: 800px;
    }

    .seca-card_header {
        flex-direction: column;
        align-items: flex-start;
    }

    .seca-pagination {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .seca-breadcrumb_content {
        flex-direction: column;
        align-items: flex-start;
    }

    .seca-filters_grid {
        grid-template-columns: 1fr;
    }

    .seca-action-buttons {
        flex-direction: column;
        gap: 4px;
    }

    .seca-action-btn {
        width: 32px;
        height: 32px;
        font-size: 14px;
    }

    .seca-grid--2,
    .seca-grid--3,
    .seca-grid--4 {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .seca-btn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .seca-table_cell {
        padding: 12px 8px;
        font-size: 13px;
    }

    .seca-card_body {
        padding: 16px;
    }
}

/* Scrollbar personnalisée */
.seca-table-container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.seca-table-container::-webkit-scrollbar-track {
    background: var(--seca-gray-light);
}

.seca-table-container::-webkit-scrollbar-thumb {
    background: var(--seca-blue);
    border-radius: 3px;
}

.seca-table-container::-webkit-scrollbar-thumb:hover {
    background: #0a4d8c;
}

/* Animation pour les compteurs */
@keyframes seca-countUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.seca-counter {
    animation: seca-countUp 0.6s ease-out;
}

/* Styles pour Select2 */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid var(--seca-border);
    border-radius: 8px;
    padding: 8px;
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
    border-color: var(--seca-blue);
    box-shadow: 0 0 0 3px rgba(8, 102, 179, 0.1);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--seca-blue);
}

/* Styles pour SweetAlert2 */
.seca-swal-popup {
    border-radius: 16px !important;
    border: 1px solid var(--seca-border) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

.seca-swal-confirm {
    background: var(--seca-blue) !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 24px !important;
}

.seca-swal-cancel {
    background: #64748b !important;
    border-radius: 8px !important;
    border: none !important;
    padding: 10px 24px !important;
}
