/*
 * Skin file!
 * This will override the main.css rules.
 * DO NOT EDIT - this file will be overwritten by the backoffice!
 * Last modification: 2025-04-23 22:35:17
 */

:root {
    --navbar-bg-color: ;
    --navbar-item-text-color: ;
    --navbar-item-bg-color: ;

    --button-bg-color: ;
    --button-hover-color: ;
    --button-text-color: ;

    --panel-bg-color: ;

    --footer-links-color: ;
    --footer-links-hover-color: ;
}


/* LOGIN PAGE BACKGROUND ---------------------------------- */
.page-background {
    background: url('https://dcusercontent.imgix.net/mty/images/image_db27fb1439_20250211113734.jpg?auto=format&ixlib=php-3.3.1&s=7757c76903d4fb431e7d86e8a68d567b') no-repeat center 50px;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* TOP MENU BAR ---------------------------------- */
.navbar {
    background-color: ;
}

.navbar.bg-primary {
    background-color:  !important;
}

.bg-primary {
    background-color:  !important;
}

.navbar-dark .navbar-nav .nav-link {
    color:  !important;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:  !important;
}

.dropdown-item.active, .dropdown-item:active {
    background-color:  !important;
}

/* BUTTONS ---------------------------------- */
.btn-primary {
    color:  ;
    background-color:  ;
    border-color:  ;
}

.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem ;
}

.btn-primary:hover {
    color:  ;
    background-color:  ;
    border-color:  ;
}

.btn-outline-primary {
    color:  ;
    border-color:  ;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem ;
}

.btn-outline-primary:hover {
    color:  ;
    background-color:  ;
    border-color:  ;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle.navbar-inverse {
    border-color: ;
}

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

.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: 0 0 0 0.2rem ;
}

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

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

.form-control:focus {
    border-color: ;
    box-shadow: 0 0 0 0.2rem ;
}

/* PANEL ---------------------------------- */

/* LINKS ---------------------------------- */
a, a:link {
    color: ;
}

a:hover {
    color: ;
}

footer a {
    color:  !important;
}

footer a:hover {
    color:  !important;
}