@font-face {
    font-family: IRANYekanXFaNum;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/woff/IRANYekanXFaNum-Medium.woff') format('woff'), url('../fonts/woff2/IRANYekanXFaNum-Medium.woff2') format('woff2');
}

* {
    user-select: unset;
}

.btn-primary {
    background-color: #06A7E1 !important;
    border: 1px solid #06A7E1;
    &:hover

{
    border: 1px solid #06A7E1;
}

}

.btn-secondary {
    background-color: #6C757D;
}


a {
    text-decoration: none;
    color: inherit;
}

html {
    font-size: 12px;
}

body {
    font-family: IRANYekanXFaNum;
    background-color: #F8F9FA;
    font-size: 12px !important;
    line-height: 24px !important;
    text-align: right !important;
}


.sidebar {
    height: 100vh;
    width: 96px;
    background-color: #FFFFFF;
    border-left: 1px solid #E9ECEF;
    .logo

{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
}

.menu {
    height: calc(100% - 77px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    a

{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #ADB5BD;
    height: 75px;
    justify-content: center;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    &:hover

{
    color: #0087B8;
    font-weight: 700;
    background-color: #DCF2FA;
    // transition: all 0.4s ease-in-out;
    span

{
    svg

{
    path

{
    stroke: #0087B8;
    transition: all 0.4s ease-in-out;
}

g {
    path

{
    stroke: #0087B8;
    transition: all 0.4s ease-in-out;
}

}
}
}
}
}
}
}

.active-menu {
    color: #0087B8 !important;
    font-weight: 700;
    background-color: #DCF2FA;
    border: unset;
    border-radius: 5px;
    margin: 8px;
    span

{
    svg

{
    path

{
    stroke: #0087B8;
    transition: all 0.350s ease-in-out;
}

g {
    path

{
    stroke: #0087B8;
    transition: all 0.350s ease-in-out;
}

}
}
}
}

.header {
    height: 54px;
    width: 100%;
    padding: 0 48px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #E9ECEF;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    &__profile

{
    display: flex;
    align-items: center;
    gap: 12px;
    &__user

{
    color: #343A40;
    font-size: 12px;
    font-weight: 400;
}

&__position {
    color: #6C757D;
    font-size: 11px;
}

}
}

.title {
    font-size: 16px;
    font-weight: 700;
    line-height: 20.8px;
    text-align: right;
    color: #6C757D;
}

.tool-btn {
    cursor: pointer;
    stroke: #495057;
    transition: all 0.2s ease-in;
}

    .tool-btn:hover {
        stroke: #0087B8;
    }

.scroll-custom::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
    border-radius: 10px;
    background-color: rgba(243, 243, 243, 0.7411764706);
}

.scroll-custom::-webkit-scrollbar {
    display: block;
    height: 6px;
    background-color: #F5F5F5;
    border-radius: 5px;
}

.scroll-custom::-webkit-scrollbar-thumb {
    border-radius: 10px;
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
    background-color: #ccc;
}


.prop-area {
    display: flex;
    flex-direction: column;
    padding: 14px;
    font-size: 16px;
    width: 398px;
    line-height: 40px;
}

    .prop-area .title {
        font-size: 14px;
        color: #6C757D;
        font-weight: 400;
    }

.user-property-box {
    border-radius: 12px;
    background-color: #E9ECEF;
    display: flex;
    flex-wrap: wrap;
}

.prop-title {
    font-size: 16px;
    font-weight: 700;
}

.prop-title-small {
    font-size: 12px;
    font-weight: 700;
}

.permission-area {
    padding-top: 48px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}



.tag {
    user-select: none;
    padding: 4px 12px 4px 12px;
    background-color: #F8F9FA;
    border: 1px solid #DEE2E6;
    font-size: 12px;
    font-weight: 400;
    border-radius: 16px;
}

.badge-cell {
    padding: 4px 8px 4px 8px;
    background: #CFF4FC;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #055160;
}

.badge-cell-danger {
    padding: 4px 8px 4px 8px;
    background: #F8D7DA;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 700;
    color: #B02A37;
}

.badge-cell.register {
    color: #087990;
    background-color: #CFF4FC;
}

.badge-cell.confirm {
    color: #146C43;
    background-color: #D1E7DD;
}

.column-title {
    min-width: 186px;
    color: #6C757D;
    font-size: 12px;
    font-weight: 400;
}

.table thead th {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.table td {
    color: #495057;
}

.table tbody {
    font-size: 12px;
}

tr:active {
    background-color: #DEE2E6;
}

.table-pagination-info {
    padding-top: 8px;
    display: flex;
    gap: 16px;
    align-items: center;
}

.table-search-box {
    border-radius: 8px;
    border: 1px solid #DEE2E6;
}

.table-search-box {
    width: 100%;
    height: 32px;
    text-indent: 34px;
    background-color: #f8f9fa;
    outline-color: #06a7e1;
}

.search-box {
    display: flex;
    align-items: center;
    padding-top: 8px;
}

.main {
    padding: 8px 48px;
    &__setting

{
    width: 100%;
    // height: 119px;
    border-radius: 12px;
    padding: 16px;
    // box-shadow: 0px 0px 2.1875rem 0px rgba(0,0,0,16%);
    box-shadow: 0px 1px 4px 0px #0000001A;
    background-color: #fff;
    &__header

{
    display: flex;
    align-items: center;
    gap: 12px;
    &__title

{
    padding-left: 12px;
    border-left: 1px solid #DEE2E6;
    height: 32px;
    display: flex;
    align-items: center;
    color: #343A40;
    font-size: 16px;
    font-weight: 700;
}

}

&__content {
    display: flex;
    align-items: center;
    &__text

{
    color: #6C757D;
    font-weight: 400;
    font-size: 12px;
}

.input-group {
    width: 253px;
}

.line-dashed {
    width: 83px;
    margin: 0 8px;
}

}

hr {
    margin: 8px 0;
}

}
}

.grid-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 8px;
}

.grid-pagination {
    display: flex;
    gap: 8px;
    margin: 0 auto;
}

.pagination-item {
    height: 32px;
    width: 32px;
    cursor: pointer;
    text-align: center;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

    .pagination-item:hover,
    .pagination-item:active {
        background-color: #DEE2E6;
        border: 1 px solid #DEE2E6;
        border-radius: 6px;
    }

.page-link {
    text-align: center;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

    .page-link:hover,
    .page-link:active {
        background-color: #F8F9FA;
        border: 1 px solid #F8F9FA;
        border-radius: 6px;
    }

    .page-link.page-link-active {
        background-color: #DCF2FA;
        border: 1 px solid #DCF2FA;
        border-radius: 6px;
    }

.pagination-page-numbers {
    height: 32px;
    width: 56px;
    border: 1px solid #CED4DA;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
}

.grid-action-menu-item {
    font-size: 12px;
    font-weight: 400;
}

.input-label {
    font-size: 12px;
    font-weight: 400;
    color: #6C757D;
}

.text-input {
    border-radius: 8px;
    border: 1px solid #DEE2E6;
    height: 32px;
}

    .text-input:focus,
    .text-input:active {
        background-color: #f8f9fa;
        outline-color: #06a7e1;
    }

.form-input {
    /* tw-border-[#DEE2E6] tw-border-solid tw-border tw-bg-[#F8F9FA] tw-px-[12px]  tw-text-sm */
    border: 1px solid #DEE2E6;
    background-color: #F8F9FA;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 14px;
}

.lbl-check {
    user-select: none;
    cursor: pointer;
}

.lbl-time {
    /* tw-text-[#6C757D] tw-text-sm */
    color: #6C757D;
    font-size: 0.875em;
    line-height: 1.25rem;
}

.lbl-date {
    color: #495057;
    font-size: 0.937em;
    line-height: 1.25rem;
}

.data-card {
    background-color: #FFFFFF;
    border: 1px solid #E9ECEF;
    border-radius: 12px;
    gap: 8px;
    padding: 16px;
}

.collapse-btn {
    float: left;
    color: #06A7E1;
    cursor: pointer;
    padding: 12px;
    font-size: 12px;
    align-items: center;
}

.property-box {
    display: flex;
    align-items: center;
}

.property-col {
    width: 220px;
    padding: 8px 12px 4px 8px;
    font-size: 14px;
    color: #6C757D;
}

.value-col {
    font-size: 14px;
    color: #343A40;
}

.main {
    padding: 8px 48px;
}

.main__setting {
    width: 100%;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.1019607843);
    background-color: #fff;
    display: grid;
}

.main__setting__header {
    display: flex;
    align-items: center;
    /*width:100%;*/
    gap: 8px;
}

.main__setting__header__title {
    padding-left: 12px;
    border-left: 1px solid #DEE2E6;
    height: 32px;
    display: flex;
    align-items: center;
    color: #343A40;
    font-size: 16px;
    font-weight: 700;
}

.main__setting__content {
    display: flex;
    align-items: center;
}

.main__setting__content__text {
    color: #6C757D;
    font-weight: 400;
    font-size: 12px;
}

.main__setting__content .input-group {
    width: 253px;
}

.main__setting__content .line-dashed {
    width: 83px;
    margin: 0 8px;
}

.main__setting hr {
    margin: 8px 0;
}

.modal-mw-600px {
    min-width: 600px;
}

.no-notes {
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    text-align: left;
}

.nav-link {
    color: #6C757D;
    border: none !important;
    font-weight: 400;
    font-size: 12px;
    line-height: 15.6px;
    padding: 6px 16px;
    cursor: pointer;
}

    .nav-link.active {
        color: #06A7E1 !important;
        border: none !important;
        font-weight: 400;
        font-size: 12px;
        line-height: 15.6px;
        padding: 6px 16px;
        border-bottom: 2px solid #06A7E1 !important;
    }

#customerDbDetails {
    .nav-tabs

{
    border-bottom: none !important;
    height: 32px;
}

.nav-link {
    height: 100%;
    padding: 6px 16px;
    border-radius: 6px;
    background: #F8F9FA;
    font-weight: 400;
    color: #6C757D !important;
    line-height: 16px;
    border-bottom: none !important;
}

    .nav-link.active {
        border: 2px !important;
        box-shadow: 0px 1px 4px 0px #0000001A;
        background: #FFFFFF;
        color: #343A40 !important;
        font-weight: 700;
    }

}

.tab-content {
    min-height: 248px;
}

.tab-pan.active {
}


.toolbar-icon {
    width: 24px;
    height: 24px;
}

.gap-2 {
    gap: 2px;
}

.gap-4 {
    gap: 4px;
}

.gap-6 {
    gap: 6px;
}

.gap-8 {
    gap: 8px;
}

.gap-10 {
    gap: 10px;
}

.gap-12 {
    gap: 12px;
}

.gap-14 {
    gap: 14px;
}

.gap-16 {
    gap: 16px;
}

.gap-18 {
    gap: 18px;
}

.gap-20 {
    gap: 20px;
}

.gap-22 {
    gap: 22px;
}

.gap-24 {
    gap: 24px;
}

:root {
    /*#region md variables*/
    --sad-paddings-md: 12px;
    --sad-gap-md: 16px;
    --sad-font-size-md: 14px;
    /*#endregion*/
    /*#region xsm variables*/
    --sad-font-size-xsm: 11px;
    /*#endregion*/
    /*#region sm variables*/
    --sad-gap-sm: 4px;
    /*#endregion*/
}

.badge-cell-success {
    padding: 4px 8px;
    border-radius: 8px;
    background: #D1E7DD;
    color: #146C43;
    font-size: 10px;
    font-weight: 700;
}

.badge-cell-info {
    padding: 4px 8px;
    gap: 8px;
    border-radius: 8px;
    background: #DCF2FA;
    color: #006D94;
    font-size: var(--sad-font-size-xsm);
    font-weight: 700;
    line-height: 16px;
    text-align: center;
}

.regular-typography {
    font-size: var(--sad-font-size-md);
    font-weight: 400;
    line-height: 24px;
    text-align: right;
    color: #6C757D;
}

.chips {
    padding: 4px 12px;
    gap: var(--sad-gap-md);
    border-radius: 100px;
    background: #F8F9FA;
    border: 1px solid #DEE2E6;
    font-size: var(--sad-font-size-md);
    font-weight: 500;
    line-height: 24px;
}

.permission-box {
    display: grid;
    padding: var(--sad-paddings-md);
    gap: var(--sad-gap-md);
    border-radius: 8px;
}

.grid-toolbox {
    display: flex;
    justify-content: space-between;
}



table.table tr:hover td {
    background-color: #f8f9fa;
}

table.table.selected t td {
    background-color: #f8f9fa;
}

table.table tr {
    transition: all 2.4s ease-in-out;
}



.chipsTitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 15.6px;
}


.cell-skeleton-box {
    width: auto;
    height: 27px;
    background-color: #E9ECEF;
    border-radius: 6px;
    background: linear-gradient(90deg, #e9ecef 40%, #efefefaa, #e9ecef 60%) left / 300% 100%;
    animation: skeleton-loading 1.5s linear infinite;
}

.cursor-pointer {
    cursor: pointer;
}

.lbl-checkbox {
    display: inline-block;
    padding: 2px 8px 2px 8px;
    background: transparent;
    cursor: pointer;
}

    .lbl-checkbox input {
        cursor: pointer;
    }

@keyframes skeleton-loading {
    to {
        background-position: right;
    }
}


/* Date Picker */

.holiday {
    color: #FF0000;
}

.picker-title-bar {
    height: 24px;
    display: flex;
    align-items: center;
    gap: 70px;
    /*justify-content: space-between;*/
}

.close-picker {
    height: 28px;
    width: 28px;
    cursor: pointer;
    border: none;
    stroke: #6C757D;
}

    .close-picker svg:hover {
        stroke: #06A7E1;
    }

.picker-title {
    font-size: 12px;
    color: #1B1B1F;
}

.date-picker {
    width: 325px;
}

.date-picker-input-box {
    width: 325px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.date-picker-input {
    width: 325px;
}

.picker-box {
    width: 325px;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.101961);
    background-color: #fff;
    display: grid;
    gap: 0.5rem;
    font-size: 14px;
    position: absolute;
    z-index: 1001;
}

.picker-header {
    height: 48px;
    display: flex;
    justify-content: space-between;
}

.month-selector {
    display: flex;
    width: 121px;
    flex-direction: row-reverse;
    align-items: center;
    cursor: pointer;
    justify-content: space-evenly;
    gap: 8px;
}

.month-selector-title {
    display: flex;
    align-items: center;
    gap: 4px;
}

.date-picker-header {
    height: 48px;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
}

.date-picker-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(7, 2.25rem);
    /*grid-auto-rows: 2rem;*/
}

    .date-picker-grid a {
        width: 36px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
    }

        .date-picker-grid a:hover {
            background-color: #06A7E1;
            color: #fff;
            border-radius: 8px;
        }

/*.date-picker-grid > * {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}*/

.date-picker-grid-header {
    font-weight: 400;
    font-size: 9px;
    color: #6C757D;
    height: 24px;
    text-align: center;
}

/*.date-picker-grid-header div{
    width:42px;
}*/


.date-selected {
    border-radius: 8px;
    background-color: #06A7E1;
    color: #fff;
}

.date {
    width: 36px;
    height: 36px;
}

    .date a:hover {
        border-radius: 8px;
        background-color: #06A7E1;
        color: #fff;
    }

.date-today {
    border-radius: 8px;
    border: 1px solid #06A7E1;
}


.date-picker-grid-month {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, 6.5rem);
    height: 244px;
}

    .date-picker-grid-month a {
        width: 75px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
    }

        .date-picker-grid-month a:hover {
            background-color: #06A7E1;
            color: #fff;
            border-radius: 8px;
        }

.current-month-year {
    border-radius: 8px;
    border: 1px solid #06A7E1;
}

.month {
    height: 36px;
}



.date-picker-grid-year {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(5, 3rem);
    height: 244px;
    max-height: 244px;
    overflow-y: scroll;
    transition: all 0.4s ease-in-out;
}

    .date-picker-grid-year a {
        width: 50px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
        text-align: center;
        display: flex;
    }

        .date-picker-grid-year a:hover {
            background-color: #06A7E1;
            color: #fff;
            border-radius: 8px;
        }

.year {
    height: 36px;
}

.return-picker {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    height: 48px;
}

.picker-button {
    border-radius: 8px;
    background-color: #DCF2FA;
    padding: 6px 12px 6px 12px;
    color: #0087B8;
    font-size: 14px;
    font-weight: 700;
    width: 55px;
}

.picker-button-secendary {
    border: 1px solid #0087B8;
    border-radius: 8px;
    background-color: #FFF;
    padding: 6px 12px 6px 12px;
    color: #0087B8;
    font-size: 14px;
    font-weight: 700;
    width: 55px;
}


/* End Date Picker */


/* Toaster */

.sadgan-toaster-container {
    /* top: 1em;
    left: 1em;*/
    position: fixed;
    width: 360px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.sadgan-toast {
    height: auto;
    width: 320px;
    background: black;
    border-radius: 12px;
    color: #fff;
    padding: 5px;
    -webkit-animation: fadeInFromNone 0.5s ease-out;
    -moz-animation: fadeInFromNone 0.5s ease-out;
    -o-animation: fadeInFromNone 0.5s ease-out;
    animation: fadeInFromNone 0.5s ease-out;
}

.toast-top-left {
    left: 1em;
    top: 1em;
}

.toast-top-center {
    right: calc(50% - 180px);
    top: 1em;
}

.toast-top-right {
    right: 1em;
    top: 1em;
}

.toast-middle-left {
    left: 1em;
    top: calc(50% - 44px);
}

.toast-middle-center {
    left: calc(50% - 180px);
    top: calc(50% - 44px);
}

.toast-middle-right {
    right: 1em;
    top: calc(50% - 44px);
}


.toast-bottom-left {
    left: 1em;
    bottom: 1em;
}

.toast-bottom-center {
    right: calc(50% - 180px);
    bottom: 1em;
}

.toast-bottom-right {
    right: 1em;
    bottom: 1em;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 8px;
    justify-content: space-between;
}

    .toast-header label {
        font-size: 14px;
        font-weight: 700;
        color: #FFF;
    }

    .toast-header a svg:hover {
        stroke: #6C757D;
    }

.toaster-title-bar {
    display: flex;
    gap: 8px;
    align-items: center;
}

.toast-actions {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    /* padding-right: 12px; */
    /* padding-left: 12px; */
    font-size: 14px;
    padding: 8px 12px 8px 12px;
}

    .toast-actions .active-button {
        font-weight: 700;
    }


/*Toaster animation */

.toast-show-zoom {
    display: block;
    position: relative;
    -webkit-animation: fadeInFromNone 0.250s ease-out;
    animation: animatezoom 0.250s ease-out;
}

.toast-hide-zoom {
    display: block;
    opacity: 0;
    position: relative;
    animation: animatezoomout 0.250s ease-out;
}

.toast-show-fade {
    display: block;
    position: relative;
    -webkit-animation: fadeInFromNone 0.250s ease-out;
    animation: fadeInFromNone 0.250s ease-out;
}

.toast-hide-fade {
    display: block;
    opacity: 0;
    position: relative;
    animation: fadeToNone 0.250s ease-out;
}

.toast-show-slide-left {
    display: block;
    position: relative;
    -webkit-animation: animateleft 0.250s ease-out;
    animation: animateleft 0.250s ease-out;
}

.toast-hide-slide-left {
    display: block;
    opacity: 0;
    position: relative;
    animation: animateleftback 0.250s ease-out;
}

.toast-show-slide-right {
    display: block;
    position: relative;
    -webkit-animation: fadeInFromNone 0.250s ease-out;
    animation: animateRight 0.250s ease-out;
}

.toast-hide-slide-right {
    display: block;
    opacity: 0;
    position: relative;
    animation: animateRightBack 0.250s ease-out;
}

.toast-show-slide-top {
    display: block;
    position: relative;
    -webkit-animation: animateTop 0.250s ease-out;
    animation: animateTop 0.250s ease-out;
}

.toast-hide-slide-top {
    display: block;
    opacity: 0;
    position: relative;
    animation: animateTopBack 0.250s ease-out;
}

.toast-show-slide-bottom {
    display: block;
    position: relative;
    -webkit-animation: animateBottom 0.250s ease-out;
    animation: animateBottom 0.250s ease-out;
}

.toast-hide-slide-bottom {
    display: block;
    opacity: 0;
    position: relative;
    animation: animateBottomBack 0.250s ease-out;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}


@keyframes fadeInFromNone {
    0% {
        display: none;
        opacity: 0;
    }

    1% {
        display: block;
        opacity: 0;
    }

    100% {
        display: block;
        opacity: 1;
    }
}

@keyframes fadeToNone {
    0% {
        opacity: 1;
    }
    /* 1% {
        display: block;
        opacity: 1;
    }*/

    100% {
        opacity: 0;
    }
}

/* w3c animations */
.w3-animate-fading {
    animation: fading 10s infinite
}

@keyframes fading {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.w3-animate-opacity {
    animation: opac 0.8s
}

@keyframes opac {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}



.w3-animate-left {
    position: relative;
    animation: animateleft 0.4s
}

@keyframes animateleft {
    from {
        left: -300px;
        opacity: 0
    }

    to {
        left: 0;
        opacity: 1
    }
}

@keyframes animateleftback {
    from {
        left: 0;
        opacity: 1
    }

    to {
        left: -300px;
        opacity: 0
    }
}


@keyframes animateRight {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

@keyframes animateRightBack {
    from {
        right: 0;
        opacity: 1
    }

    to {
        right: -300px;
        opacity: 0
    }
}

@keyframes animateTop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

@keyframes animateTopBack {
    from {
        top: 0;
        opacity: 1
    }

    to {
        top: -300px;
        opacity: 0
    }
}


@keyframes animateBottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

@keyframes animateBottomBack {
    from {
        bottom: 0;
        opacity: 1
    }

    to {
        bottom: -300px;
        opacity: 0
    }
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}

.w3-animate-bottom {
    position: relative;
    animation: animatebottom 0.4s
}

@keyframes animatebottom {
    from {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.w3-animate-zoom {
    animation: animatezoom 0.6s
}

@keyframes animatezoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

@keyframes animatezoomout {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(0)
    }
}

.w3-animate-input {
    transition: width 0.4s ease-in-out
}

    .w3-animate-input:focus {
        width: 100% !important
    }

.w3-opacity,
.w3-hover-opacity:hover {
    opacity: 0.60
}

.w3-opacity-off,
.w3-hover-opacity-off:hover {
    opacity: 1
}


/* End Toaster */


/* Data list*/
.data-list-container {
    height: auto;
    max-height: 400px;
    width: 100%;
    background-color: #F8F9FA;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* End Data list*/

/*#region rooli*/
.dropdownComponent {
    position: relative;
    display: inline-block;
    width: 100%;
    select

{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #F8F9FA;
    padding: 5px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
}

.arrow-icon {
    position: absolute;
    top: 30%;
    pointer-events: none;
    width: 24px;
    height: 24px;
    left: 6px;
}

.dropdown-menu {
    width: 100%;
    padding: 0px 8px 0 8px;
    border-radius: 12px;
    max-height: 360px;
    overflow-y: auto;
    outline: none;
    li

{
    height: 48px;
    padding: 4px;
    border-bottom: 1px solid #DEE2E6;
    display: flex;
    vertical-align: middle;
}

}

.dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    text-align: right;
    border: 1px solid #ccc;
    font-size: 14px;
}

    .dropdown-toggle::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        border: solid black;
        border-width: 0 1px 1px 0;
        transform: rotate(45deg);
    }

.dropdown-item {
    font-size: 14px;
    line-height: 14px;
}

    .dropdown-item:active {
        border-color: #06A7E1;
    }

.dropdown-toggle:focus,
.dropdown-toggle:active {
    border-color: #06a7e1;
}

.form-input,
.table-search-box {
    background-color: unset;
}

.dismiss-icon {
    position: absolute;
    left: 15px;
}

.not-found {
    cursor: unset;
    color: gray;
}

    .not-found:hover,
    .not-found:focus {
        background-color: unset;
    }

}

/* width */
::-webkit-scrollbar {
    width: 14px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #FFFFFF;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 100px;
    background-color: #CED4DA;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #ADB5BD;
        border: 4px solid rgba(0, 0, 0, 0);
        background-clip: padding-box;
        border-radius: 100px;
        background-color: #ADB5BD;
    }

.dismiss-icon {
    width: 16px;
    cursor: pointer
}

.buttonComponent:disabled {
    opacity: 0.5;
}

/*#endregion */
.desc-box {
    padding-top: 1rem;
    padding-bottom: 8px;
    font-size: 14px;
    color: #6C757D;
}

.multiline-ellipsis_1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* Number of lines to show */
    overflow: hidden;
    white-space: pre-wrap; /* Preserve spaces */
    word-break: break-word;
}

.multiline-ellipsis_2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* Number of lines to show */
    overflow: hidden;
    white-space: pre-wrap; /* Preserve spaces */
    word-break: break-word;
}

.multiline-ellipsis_3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to show */
    overflow: hidden;
    white-space: pre-wrap; /* Preserve spaces */
    word-break: break-word;
}

.badge {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    background: #ffff;
    border-radius: 8px;
    justify-content: center;
    width: fit-content;
}

    .badge label {
        /* Inside auto layout */
        flex: none;
        order: 1;
        flex-grow: 0;
        /* Bold/xsm */
        font-style: normal;
        font-weight: 700;
        font-size: 11px;
        line-height: 16px;
        /* identical to box height, or 145% */
        display: flex;
        align-items: center;
        text-align: center;
        /* Inside auto layout */
        flex: none;
        order: 0;
        flex-grow: 0;
    }

.toolbar-button {
    border-radius: 25%;
    border: solid 1px #DEE2E6;
    width: 2rem;
    height: 2rem;
    transition: all 250ms ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
}


    .toolbar-button:hover {
        background-color: #e6e6e6;
    }

/* Set the font size for the entire Radzen DataGrid */
.rz-datatable {
    font-size: 12px !important;
}

/* Set the font size for the data cells */
.rz-datatable-data td {
    font-size: 12px !important;
}

/* Set the font size for the header cells */
.rz-datatable-header th {
    font-size: 12px !important;
}

/* Set the font size for the footer cells */
.rz-datatable-footer td {
    font-size: 12px !important;
}

/* Set the font size for the pagination controls */
.rz-paginator {
    font-size: 12px !important;
}
