


.fa-algerie-poste{
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
    /* opacity: 0.8; Optional transparency */
}
/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch-lg {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px;
}

.switch-sm {
    position: relative;
    display: inline-block;
    width: 33px;
    height: 18px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-lg {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-lg:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider-sm:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 1px;
    bottom: 1px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

input:checked+.slider-lg:before {
    -webkit-transform: translateX(86px);
    -ms-transform: translateX(86px);
    transform: translateX(86px);
}

input:checked+.slider-sm:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.inputfile+label {
    /* max-width: 85%!important; */
    padding: 0.4rem 1.25rem;
}

/* Datatable check problem */
.fixed-table-container tbody td:first-child {
    border-left: 1px solid #dddddd !important;
}

.fixed-table-container thead th:first-child {
    border-left: 1px solid #dddddd !important;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 6px !important;
}

.lobibox-notify-wrapper {
    margin: 10px;
}

.lobibox-notify-title {
    margin-right: 10px;
}

.required:after {
    content: " *";
    color: red;
}

/* Themes */
/* Default Theme */
.default .header-top-area,
.default .footer-copyright-area {
    background: #2C7744;
}

.default #InformationproModalhdbgcl .header-color-modal.bg-color-6,
.default #InformationproModalhdbgcl .modal-footer,
.default #InformationproModalhdbgcl .modal-close-area .close {
    background: #65b12d !important;
}

/* deepskyblue Theme */
.deepskyblue .header-top-area,
.deepskyblue .footer-copyright-area {
    background: #00BFFF;
}

.deepskyblue #InformationproModalhdbgcl .header-color-modal.bg-color-6,
.deepskyblue #InformationproModalhdbgcl .modal-footer,
.deepskyblue #InformationproModalhdbgcl .modal-close-area .close {
    background: #87CEEB !important;
}

/* Default Theme */
.original .header-top-area,
.original .footer-copyright-area {
    background: #311B92;
}

.original #InformationproModalhdbgcl .header-color-modal.bg-color-6,
.original #InformationproModalhdbgcl .modal-footer,
.original #InformationproModalhdbgcl .modal-close-area .close {
    background: #673AB7 !important;
}

/* Default Theme */
.skyblue .header-top-area,
.skyblue .footer-copyright-area {
    background: #87CEEB;
}

/* Default Theme */
.lightskyblue .header-top-area,
.lightskyblue .footer-copyright-area {
    background: #87CEFA;
}

/* Default Theme */
.caci .header-top-area,
.caci .footer-copyright-area {
    background: #CD0000;
}

.caci .header-color-modal.bg-color-6 {
    background: #D52828;
}

.all-content-wrapper,
.data-table-area {
    height: 83% !important;
}

.all-content-wrapper {
    margin-left: 236px;
}

.bar-button-pro {
  margin: 13px 23px;
}

.header-right-info ul.header-right-menu li.open .notification-author {
    opacity: 1;
    top: 184%;
    right: -190%;
    transition: all 0.5s ease 0s;
    visibility: visible;
}

.indicator-nt {
    font-size: 12px;
    padding-right: 5px;
    font-weight: bold;
    background: red;
    height: 17px;
    width: 17px;
    top: -10px;
    right: -10px;
}

.header-right-info ul.header-right-menu .notification-menu li {
    display: block;
}

ul.notification-menu li .notification-icon {
    width: 40px;
    height: 40px;
    line-height: 43px;
}

.logo-pro {
    background: none !important;
}

.desktop {
    display: block !important;
}

.mobile {
    display: none !important;
}

textarea#notes {
    height: 40px;
}

.purple-btn {
    background-color: #8A2BE2 !important; /* Bright Purple */
    color: white !important;
    /* border: none !important; */
    /* padding: 10px 20px; */
    /* border-radius: 5px; */
    transition: background-color 0.3s ease-in-out;
}

.purple-btn:hover {
    background-color: #6A1BBE !important; /* Darker Purple */
    color: white !important;
}

.purple-btn:active {
    background-color: #4B0082 !important; /* Deep Purple */
    color: white !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    .metismenu li .submenu-angle {
        padding-left:25px;
    }
    .metismenu li ul li {
        margin:7px;
    }

#sidebar.active .sidebar-nav ul.metismenu li ul.submenu-angle {
  position: absolute;
  right: -200px;
  top: 0px;
  text-align: left;
  width: 200px;
  background: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .175);
  box-shadow: 0 1px 4px rgba(0, 0, 0, .175);
    /* hide labels when sidebar is in "mini" mode */
}
body.mini-navbar .mini-click-non { display: none !important; }
body:not(.mini-navbar) .mini-click-non { display: inline !important; }

/* keep icons visible (optional) */
body.mini-navbar .educate-icon { display: inline-block !important; }

.metismenu.spaced-menu li{
        margin:14px;

}

    #sidebar .sidebar-header strong {
        width:53px;
        margin-top:10px;
        margin-right:10px;
    }
    #sidebar .sidebar-header .main-logo {
        width:100px;
        margin-top:10px;
    }
    .breadcome-heading {
        margin-left: 20px !important;
    }

    .login-horizental a:hover {
        color: inherit !important;
    }

    .danger-md a {
        background-color: #d80027 !important;
        border-color: #d80027 !important;
    }

    /* Normal desktop :992px. */

    .all-content-wrapper-rtl {
        margin-right: 200px;
        margin-left: 0px;
    }

    .header-top-area-rtl {
        right: 200px;
        left: 0px;
    }

    .mini-navbar .all-content-wrapper-rtl {
        margin-left: 0px;
        margin-right: 80px;
        transition: all 0.3s;
    }

    .mini-navbar .header-top-area-rtl {
        right: 80px;
        left: 0px;
        z-index: 9999;
    }

    .col-form-label {
        margin-top: 9px;
    }

    .enterprise-form .col-form-label {
        margin-top: 0px;
    }

    .manager-form .col-form-label {
        margin-top: 0px;
    }

    .manager-form .col-lg-6 {
        padding-right: 2px;
        padding-left: 2px;
    }

    .lang-image {
        margin-left: 10px !important;
        margin-right: 10px !important;
    }

    .header-right-info ul.header-right-menu li .dropdown-header-top.author-log li .author-log-ic {
        margin-right: 0px !important;
    }


.header-top-menu ul.header-top-nav li ul.dropdown-header-top {
min-width: 16rem !important;
}
    .add-product a {
        margin-left: 5px;
        float: right;
        position: inherit;
    }

    .add-product span {
        float: right;
        position: inherit;
        top: 20px;
        right: 35px;
        left: auto;
        background: red;
        padding: 6px 20px;
        color: #fff;
        border-radius: 4px;
        font-weight: bold;
    }

    .profile-picture-header img {
        width: 26px !important;
        height: 26px !important;
    }

    /* Registration */
    #msform fieldset i.bi-exclamation-triangle {
        font-size: 5rem;
        margin-top: 25px;
    }
}

/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
    #InformationproModalhdbgcl .modal-close-area {
        right: -14px !important;
    }

    .login-horizental a:hover {
        color: inherit !important;
    }

    .danger-md a {
        background-color: #d80027 !important;
        border-color: #d80027 !important;
    }

    .header-top-area {
        z-index: 999;
        position: fixed !important;
    }

    .container-fluid-logo-top {
        z-index: 9999;
        position: fixed !important;
    }

    .footer-copy-right {
        z-index: 100;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .header-color-modal {
        padding: 0 !important;
    }

}


/* Large Mobile :480px. */

@media only screen and (min-width: 480px) and (max-width: 767px) {
    #InformationproModalhdbgcl .modal-close-area {
        right: -14px !important;
    }

    .d-none {
        display: none !important;
    }

    .login-horizental a:hover {
        color: inherit !important;
    }

    .danger-md a {
        background-color: #d80027 !important;
        border-color: #d80027 !important;
    }

    .header-top-area {
        z-index: 999;
        position: fixed !important;
    }

    .container-fluid-logo-top {
        z-index: 9999;
        position: fixed !important;
    }

    .footer-copy-right {
        z-index: 100;
    }

    /* Registration */
    #msform fieldset i.bi-exclamation-triangle {
        font-size: 3.5rem;
        margin-top: 0px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .header-color-modal {
        padding: 0 !important;
    }
}

/* small mobile :480px. */

@media (max-width: 480px) {

    .logout-button {
        top: 80px !important;
    }

    #msform {
        margin: 7px;
    }

    #msform .action-button-previous,
    #msform .action-button {
        width: 70px !important;
        margin: 10px 1px 10px 1px !important;
    }

    #attachments-page .dropdown {
        width: 109% !important;
    }

    #attachments-page .dropdown #dropdownMenuButton {
        line-height: 1.9 !important;
    }

    #msform #progressbar li strong {
        font-size: 14px;
        font-weight: normal;
    }

    #InformationproModalhdbgcl .modal-close-area {
        right: -14px !important;
    }

    .fixed-table-toolbar .columns-left {
        float: unset !important;
    }


    .d-none {
        display: none !important;
    }

    .login-horizental a:hover {
        color: inherit !important;
    }

    .danger-md a {
        background-color: #d80027 !important;
        border-color: #d80027 !important;
    }

    .header-top-area {
        z-index: 999;
        position: fixed !important;
    }

    .container-fluid-logo-top {
        z-index: 9999;
        position: fixed !important;
    }

    .footer-copy-right {
        z-index: 100;
    }

    /* Registration */
    #msform fieldset i.bi-exclamation-triangle {
        font-size: 3.5rem;
        margin-top: 0px;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .header-color-modal {
        padding: 20px 0px 20px 0px !important;
    }
}

@media(max-width:767px) {
    .navbar .navbar-collapse.collapsing {
        height: auto !important;
    }

    .navbar .lateral-left {
        left: -100%;
        animation: slide-out-left 200ms forwards;
    }

    .navbar .lateral-left.open {
        animation: slide-in-left 200ms forwards;
    }

    .navbar .lateral-right {
        right: -100%;
        animation: slide-out-right 200ms forwards;
    }

    .navbar .lateral-right.open {
        animation: slide-in-right 200ms forwards;
    }

    .navbar .navbar-collapse {
        top: 0px;
        bottom: 0px;
        position: fixed;
        width: 80%;
        width: calc(100% - 60px);
        max-width: 320px;
        height: auto !important;

        /* Optional styling */
        background: #f8f8f8;
        padding: 30px;
        top: 52px;
    }

    .navbar .lateral-left.open,
    .navbar .lateral-right.open {
        display: block !important;
        overflow-y: auto;
    }

    #mobileMenuButton{
        margin: 0;
        padding: 0;
        color: #fff;
    }
}

@keyframes slide-in-left {
    0% {
        left: -100%;
    }

    100% {
        left: 0px;
    }
}

@keyframes slide-out-left {
    0% {
        left: 0px;
    }

    100% {
        left: -100%;
    }
}

@keyframes slide-in-right {
    0% {
        right: -100%;
    }

    100% {
        right: 0px;
    }
}

@keyframes slide-out-right {
    0% {
        right: 0px;
    }

    100% {
        right: -100%;
    }

}
