﻿
.ActionSize {
    font-size: 20px !important;
}

html[dir="rtl"] .badge.badge-circle {
    font-size: 10px !important;
    height: 1.30rem !important;
    margin-right: -8px !important;
    width: 1.25rem !important;
    margin-top: 8px !important;
}

html[dir="ltr"] .badge.badge-circle {
    font-size: 10px !important;
    height: 1.30rem !important;
    margin-left: -8px !important;
    width: 1.25rem !important;
    margin-top: 8px !important;
}

html[dir="ltr"] .CustomMarginLeftLogo {
    margin-left: 29% !important;
}


html[dir="rtl"] .CustomMarginLeftLogo {
    margin-right: 29% !important;
}
/* ===== Flatpickr RTL (only when page is RTL) ===== */
html[dir="rtl"] .flatpickr-calendar {
    direction: rtl !important;
    text-align: center !important;
}

html[dir="rtl"] .flatpickr-weekdaycontainer {
    flex-direction: row-reverse !important;
}

html[dir="rtl"] .flatpickr-days {
    direction: rtl !important;
}

html[dir="rtl"] .flatpickr-months .flatpickr-prev-month {
    right: auto !important;
    left: .75rem !important;
}

html[dir="rtl"] .flatpickr-months .flatpickr-next-month {
    left: auto !important;
    right: .75rem !important;
}

html[dir="rtl"] .flatpickr-months .flatpickr-current-month {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: .5rem !important;
}

html[dir="rtl"] .flatpickr-current-month .numInputWrapper {
    margin-right: .25rem !important;
    margin-left: 0 !important;
}

html[dir="rtl"] .flatpickr-current-month input.cur-year {
    padding-right: .25rem !important;
    padding-left: 0 !important;
    text-align: center !important;
}

html[dir="rtl"] .flatpickr-time {
    direction: ltr !important;
    text-align: center !important;
}

    html[dir="rtl"] .flatpickr-time .flatpickr-am-pm {
        margin-left: .5rem !important;
        margin-right: 0 !important;
    }

.LayoutHiddenSettings {
    display: none;
}

/* Alert BA*/
.BA-alert-modal .BA-alert-btn-secondary {
    background-color: #EFF5FF;
    color: #434545;
    font-size: 11px;
    border: 0;
    height: 30px;
    width: 110px;
    border-radius: 4px;
    margin-left: 15px;
    border: 2px solid #434545;
}

    .BA-alert-modal .BA-alert-btn-secondary:hover {
        background-color: #e3eaf3 !important;
    }

.BA-alert-modal .BA-alert-btn-primary {
    background-color: #008CFF;
    color: #fff;
    font-size: 11px;
    border: 0;
    height: 30px;
    width: 110px;
    border-radius: 4px;
    margin-left: 15px;
}

.BA-alert-modal button {
    font-size: 14px;
}

/* Alert Model BA*/
html[dir="rtl"] .BA-alert-modal-contanier {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

html[dir="ltr"] .BA-alert-modal-contanier {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.6);
    overflow-y: auto;
}

html[dir="rtl"] .BA-alert-modal {
    background-color: white;
    width: 371px;
    /*height: 355px;
    */
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 16px !important;
    /**/
    padding: 47px 60px;
    text-align: center !important;
    /*coloring*/
    /*custom color*/
    /*Sizing*/
}

html[dir="ltr"] .BA-alert-modal {
    background-color: white;
    width: 371px;
    /*height: 355px;
    */
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -ms-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.7) !important;
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    -ms-border-radius: 2px !important;
    border-radius: 16px !important;
    /**/
    padding: 47px 43px;
    text-align: center !important;
    /*coloring*/
    /*custom color*/
    /*Sizing*/
}

.BA-alert-modal .BA-alert-icon {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
    /**/
    margin-left: auto;
    margin-right: auto;
}

    .BA-alert-modal .BA-alert-icon i {
        font-size: 32px;
    }

.BA-alert-modal .BA-alert-Title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.BA-alert-modal .BA-alert-Message {
    font-size: 14px;
    color: #868e96;
    margin-bottom: 47px;
}

.BA-alert-modal .BA-alert-Bigbutton {
    width: 180px;
    height: 40px;
    cursor: pointer;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    /**/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.BA-alert-modal .BA-alert-btn-secondary {
    width: 100px;
    height: 40px;
    border: 2px solid #e3eaf3;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    /**/
    color: #7090ab;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .BA-alert-modal .BA-alert-btn-secondary:hover {
        background-color: #e2e9ee !important;
    }

.BA-alert-modal .BA-alert-btn-primary {
    min-width: 100px;
    padding: 0 10px;
    height: 40px;
    cursor: pointer;
    border: 0;
    color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18) !important;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    /**/
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.BA-alert-modal button {
    font-size: 14px;
}

.BA-alert-modal[BA-alert-type="success"] .BA-alert-icon {
    background-color: #ebfbee;
    border: 1px solid #d3f9d8;
}

    .BA-alert-modal[BA-alert-type="success"] .BA-alert-icon i {
        color: #40c057;
    }

    .BA-alert-modal[BA-alert-type="success"] .BA-alert-icon path {
        fill: #40c057;
    }

.BA-alert-modal[BA-alert-type="success"] .BA-alert-Bigbutton {
    background-color: #56b349;
}

    .BA-alert-modal[BA-alert-type="success"] .BA-alert-Bigbutton:hover {
        background-color: #49983e !important;
    }

.BA-alert-modal[BA-alert-type="error"] .BA-alert-icon {
    background-color: #fff4e6;
    border: 1px solid #ffe8cc;
}

    .BA-alert-modal[BA-alert-type="error"] .BA-alert-icon i {
        color: #FA5252;
    }

    .BA-alert-modal[BA-alert-type="error"] .BA-alert-icon path {
        fill: #FA5252;
    }

.BA-alert-modal[BA-alert-type="error"] .BA-alert-Bigbutton {
    background-color: #FA5252;
}

    .BA-alert-modal[BA-alert-type="error"] .BA-alert-Bigbutton:hover {
        background-color: #FA5252 !important;
    }

.BA-alert-modal[BA-alert-type="confirmation"] .BA-alert-icon {
    background-color: #fff5f5;
    border: 1px solid #ffe4e4;
}

    .BA-alert-modal[BA-alert-type="confirmation"] .BA-alert-icon i {
        color: #fa5252;
    }

    .BA-alert-modal[BA-alert-type="confirmation"] .BA-alert-icon path {
        fill: #fa5252;
    }

.BA-alert-modal[BA-alert-type="confirmation"] .BA-alert-btn-primary {
    background-color: #f03e3e;
}

    .BA-alert-modal[BA-alert-type="confirmation"]
    .BA-alert-btn-primary.BA-alert-btn-primary-green {
        background-color: #008CFF !important;
    }

    .BA-alert-modal[BA-alert-type="confirmation"] .BA-alert-btn-primary:hover {
        background-color: #cc3535 !important;
    }

        .BA-alert-modal[BA-alert-type="confirmation"]
        .BA-alert-btn-primary:hover.BA-alert-btn-primary-green {
            background-color: #2f9741 !important;
        }

.BA-alert-modal.BA-alert-modal-green .BA-alert-icon {
    background-color: #ebfbee;
    border: 1px solid #d3f9d8;
}

    .BA-alert-modal.BA-alert-modal-green .BA-alert-icon i {
        color: #40c057;
    }

.BA-alert-modal.BA-alert-modal-green .BA-alert-btn-primary {
    background-color: #008CFF;
}

    .BA-alert-modal.BA-alert-modal-green .BA-alert-btn-primary:hover {
        background-color: #2f9741 !important;
    }

.BA-alert-modal.BA-alert-modal-lg {
    width: 500px;
}

[BA-alert-type="success"] svg,
[BA-alert-type="error"] svg,
[BA-alert-type="confirmation"] svg {
    width: 32px;
}

.BA-toster-alert {
    position: fixed;
    top: 3px;
    margin: 0 3px;
    padding: 11px 35px;
    background-color: rgba(34, 139, 34, 0.9);
    background-color: #228b22;
    opacity: 0.9;
    color: #fff;
    z-index: 9999;
    font-size: 14px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 4px !important;
    /**/
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    -ms-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) !important;
    cursor: pointer;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    /*\transition: opacity 500ms;
     -webkit-transition: opacity 500ms;
     -o-transition: opacity 500ms;
     -moz-transition: opacity 500ms;
    */
}

    .BA-toster-alert svg {
        width: 15px;
        height: 15px;
    }

        .BA-toster-alert svg path {
            fill: #fff;
        }

    .BA-toster-alert .txt-message {
        font-size: 14px;
        color: #fff;
    }

html[dir="ltr"] .BA-alert-modal button:not(:last-child) {
    margin-right: 20px;
}

html[dir="ltr"] .BA-toster-alert {
    right: 0;
}

    html[dir="ltr"] .BA-toster-alert .txt-message {
        margin-left: 10px;
    }

html[dir="rtl"] .BA-toster-alert {
    left: 0;
}

    html[dir="rtl"] .BA-toster-alert .txt-message {
        margin-right: 10px;
    }

html[dir="ltr"] .BA-toster-alert {
    right: 0;
}

    html[dir="ltr"] .BA-toster-alert .txt-message {
        margin-left: 10px;
    }

.BA-animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.swal2-container {
    z-index: 20000 !important;
}

html[dir="rtl"] .PopupHeaderClose {
    margin-left: 12px;
}

html[dir="ltr"] .PopupHeaderClose {
    margin-right: 12px;
}

html[dir="rtl"] .PopupHeaderClose2 {
    margin-left: 12px;
}

html[dir="ltr"] .PopupHeaderClose2 {
    margin-right: 12px;
}

.PopupHeaderClose label {
    font-size: 20px;
    cursor: pointer;
}

.PopupHeaderTitle {
    margin-left: auto;
    margin-right: auto;
}

.PopupHeaderTitle2 {
    margin-left: auto;
    margin-right: auto;
}

.PopupHeaderTitle label {
    font-weight: bold !important;
    font-size: 15px;
}

.PopupHeaderClose2 label {
    font-size: 15px;
    cursor: pointer;
}

.PopupHeaderTitle2 label {
    font-weight: bold !important;
    font-size: 12px;
}

.role-permissions-form {
    max-width: 800px;
    margin: 0 auto;
    overflow-x: scroll;
    padding: 20px;
}

.permission-row {
    transition: background-color 0.2s ease;
}

    .permission-row:hover {
        background-color: #f8f9fa;
    }

.permission-actions .form-check {
    margin-bottom: 0;
}

.permission-label {
    font-weight: 500;
    min-width: 200px;
}

.form-check-input:checked {
    background-color: #1BAEBA;
    border-color: white;
}

.btn-link {
    text-decoration: none;
    font-size: 14px;
}

    .btn-link:hover {
        text-decoration: underline;
    }

.notification-item {
    transition: background-color 0.2s ease;
    cursor: pointer;
}

    .notification-item:hover {
        background-color: #f8f9fa;
    }

    .notification-item.unread {
        background-color: #f0f8ff;
        border-left: 3px solid #007bff;
    }

    .notification-item.read {
        opacity: 0.8;
    }

.pagination-controls {
    border-top: 1px solid #e1e3ea;
    background-color: #f8f9fa;
}

.loading-spinner {
    display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}




/*default drop zone*/
.BA-dropzone-default {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -ms-border-radius: 4px !important;
    border-radius: 8px !important;
    /**/
    border: dashed 2px #008CFF;
    height: 150px;
    background-color: #FFFFFF;
    padding: 0;
    min-height: unset !important;
}

    .BA-dropzone-default.dz-started {
        text-align: center;
    }

    .BA-dropzone-default .dz-message {
        margin: 0;
    }

        .BA-dropzone-default .dz-message .BA-dropzone-Droparea {
            padding: 16px;
        }

            .BA-dropzone-default
            .dz-message
            .BA-dropzone-Droparea
            .BA-dropzone-Droparea-icon {
                font-size: 32px;
                color: #008CFF;
                text-align: center;
            }

            .BA-dropzone-default
            .dz-message
            .BA-dropzone-Droparea
            .BA-dropzone-Droparea-msg {
                font-size: 13px;
                font-weight: bold;
                color: #1a2128;
                text-align: center !important;
            }

                .BA-dropzone-default
                .dz-message
                .BA-dropzone-Droparea
                .BA-dropzone-Droparea-msg
                .BA-dropzone-Droparea-msg-browse {
                    color: #008CFF;
                }

    .BA-dropzone-default .dz-preview {
        background-color: transparent !important;
    }

        .BA-dropzone-default .dz-preview .dz-success-mark,
        .BA-dropzone-default .dz-preview .dz-error-mark,
        .BA-dropzone-default .dz-preview .dz-progress {
            display: none;
        }

        .BA-dropzone-default .dz-preview .dz-remove {
            font-size: 13px;
            font-weight: bold;
            font-stretch: normal;
            font-style: normal;
            text-decoration: none;
            line-height: normal;
            letter-spacing: normal;
            color: #536371;
            margin-top: 16px;
        }

    .BA-dropzone-default .dz-size,
    .BA-dropzone-default .dz-filename {
        text-align: center !important;
    }


/*multi Dropzone*/
.BA-dropzone-multi {
    background-color: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    min-height: unset !important;
}

    .BA-dropzone-multi .dz-message {
        display: none;
    }

    .BA-dropzone-multi .BA-dropzone-items .BA-dropzone-item {
        display: flex;
        align-items: center;
        background-color: #f3f6f9;
        padding: 6px 13px;
        margin-top: 10px;
        font-size: 12px;
        -webkit-border-radius: 4px !important;
        -moz-border-radius: 4px !important;
        -ms-border-radius: 4px !important;
        border-radius: 4px !important;
        /**/
    }

        .BA-dropzone-multi .BA-dropzone-items .BA-dropzone-item .dropzone-file {
            word-break: break-all;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

html[dir="rtl"] .BA-dropzone-multi
html[dir="rtl"] .BA-dropzone-items
html[dir="rtl"] .BA-dropzone-item
html[dir="rtl"] .dropzone-file
html[dir="rtl"] .dropzone-filename {
    direction: ltr;
}

html[dir="ltr"] .BA-dropzone-multi
html[dir="ltr"] .BA-dropzone-items
html[dir="ltr"] .BA-dropzone-item
html[dir="ltr"] .dropzone-file
html[dir="ltr"] .dropzone-filename {
    direction: rtl;
}

.BA-dropzone-multi .BA-dropzone-items .BA-dropzone-item a.dz-remove {
    display: none;
}

.BA-dropzone-multi .BA-dropzone-items .BA-dropzone-item .dropzone-delete {
    font-size: 20px;
    color: #7e8299;
    cursor: pointer;
}

.dropzone .dz-message {
    margin: 0;
    display: block !important;
    text-align: center !important;
}


.BA-dropzone-requiredarea{
    display:none;
}


.dropzone .dz-preview.dz-image-preview {
    margin-top: -16%;
    background-color: white !important;
}

#EditBranch .dropzone .dz-preview.dz-image-preview {
    margin-top: -25%;
    background-color: white !important;
}

/* Custom styles for the accordion */
.accordion-item {
    border-radius: 0.375rem;
    background-color: #fff;
    transition: all 0.3s ease;
}

    .accordion-item:hover {
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

.accordion-header {
    background-color: white;
    border-bottom: 0px solid #dee2e6;
    margin: 0;
    border-radius: 8px;
}

    .accordion-header .form-check {
        flex-grow: 1;
    }

    .accordion-header .form-check-label {
        font-weight: 500;
        user-select: none;
    }

.collapse-toggle {
    border-radius: 50% !important;
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.2s ease !important;
    background-color: #fff !important;
}

    .collapse-toggle:hover {
        background-color: #e9ecef !important;
        border-color: #adb5bd !important;
        transform: scale(1.1);
    }

    .collapse-toggle:active {
        transform: scale(0.95);
    }

.collapse-icon {
    transition: transform 0.2s ease;
    font-size: 12px;
}

.accordion-collapse {
    transition: none !important; /* Remove Bootstrap's default transition for instant show/hide */
}

    .accordion-collapse.show {
        display: block !important;
    }

    .accordion-collapse:not(.show) {
        display: none !important;
    }

.accordion-body {
    background-color: #F1FAFF;
}

/* Selected state styling */
.accordion-item.selected {
    background-color: #f0f8ff;
}

.accordion-item {
   border:0px !important;
}

    .accordion-item.selected .accordion-header {
        background-color: #1BAEBA;
        color: white !important;
        border-radius: 8px;
    }

/* Animation for the chevron */
.collapse-icon.fa-chevron-up {
    transform: rotate(0deg);
}

.collapse-icon.fa-chevron-down {
    transform: rotate(180deg);
}

.d-flex.flex-column.email{
    overflow: auto;
}

.timeline-item:hover {
    background-color: #f8f9fa;
    border-radius: 0.5rem;
    transition: background-color 0.2s ease;
}

.timeline-content .bg-light {
    border-left: 3px solid #007bff;
}

.badge {
    font-size: 0.75rem;
    font-weight: 500;
}

.timeline-icon .symbol-label {
    transition: transform 0.2s ease;
}

.timeline-item:hover .timeline-icon .symbol-label {
    transform: scale(1.1);
}