
/* Light Mode (Default) */
:root {
    --bs-bg-selec2-color: #fff;
    --bs-border-select2-color: 1px solid #d9dee3;
    --bs-text-select2-color: black;
    --bs-title-color:black;
    --bs-cloudy-light-color: #E5E7EB;
    --bs-text-menu-color: #4A5565;
    --bs-secondary-dark-color: #dfdfdf;
    --bs-small-title-color:#4A5565;
    --bs-bg-modal-color:#fff;
    --bs-bg-color: #F3F4F6;
    --bs-bg-to-do-color:#fff;
    --bs-bg-dropzone: #fff;
    --bs-task-proggress-line: #bb9edc33;
    --bs-text-default-color: #000;
    --bs-navbar-bottom-border: #E5E7EB;
    --bs-bg-menu-badge-color:#FEF0F2;
    --bs-menu-badge-color:#8B0836;
    --bs-border-menu-badge-color:#FFCCD3;
}

/* Dark Mode */
[data-theme="dark"] {
    /* --bs-bg-selec2-color: #1e1e1e; */
    --bs-secondary-dark-color: #1e1e1e;
    --bs-bg-selec2-color: transparent;
    --bs-border-select2-color: 1px solid #333333;
    --bs-text-select2-color: #A0A0A0;
    --bs-title-color:white;
    --bs-cloudy-light-color: #333E4F;
    --bs-text-menu-color: #99A1AF;
    --bs-small-title-color: #FFFFFF;
    --bs-bg-modal-color: #1e1e1e;
    --bs-bg-color:#030712;
    --bs-bg-to-do-color:#333333;
    --bs-bg-dropzone: transparent;
    --bs-task-proggress-line: #5C5B5B;
    --bs-text-default-color: #fff;
    --bs-navbar-bottom-border: #1E2939;
    --bs-bg-menu-badge-color:#4D0218;
    --bs-menu-badge-color:#FFA1AD;
    --bs-border-menu-badge-color:#8B0836;

}

[data-theme="dark"]{
    img.logo-light-mode{
        display: none !important;
    }
    img.logo-dark-mode{
        display: block !important;
    }
}

[data-theme="light"]{
    img.logo-light-mode{
        display: block !important;
    }
    img.logo-dark-mode{
        display: none !important;
    }
}
.platform-navbar {
    position: fixed;
    z-index: 100;
    width: 100%;
    border-bottom:1px solid var(--bs-navbar-bottom-border);
}
.text-base{
    font-size:16px;
}
.text-default-color,
a.text-default-color,
a .text-default-color{
    color: var(--bs-text-default-color) !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.navbar-icon{
    color:white!important;
}
.custom-banner-text {
    font-size: 60px;
}
.text-cloudy {
    color: var(--bs-text-menu-color);
}

@media (min-width: 1400px) {
    .custom-banner-text {
        font-size: 86px;
    }
}
@media (min-width: 992px) {
  .container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    padding-right: 0.825rem;
    padding-left: 0.825rem;
  }
}
.menu-badge{
    background-color:var(--bs-bg-menu-badge-color);
    color:var(--bs-menu-badge-color);
    border:1px solid var(--bs-border-menu-badge-color);
    border-radius:100%;
    text-align:center;

}
.bg-custom-dark {
    background-color: #1e1e1e !important;
}

.striked {
    text-decoration: line-through;
}

.asterisk {
    color: red;
    font-weight: bold;
}

.tox-notification {
    display: none !important;
}

/* Styles for larger screens */
@media (min-width: 768px) {
    .icon-only {
        display: inline;
        /* Display the icon for larger screens */
    }

    .language-name {
        display: inline;
        /* Display the language name for larger screens */
    }
    .demo-mode-icon-only i {
        display: none;
        /* Hide the icon on large devices */
    }
}

/* Styles for smaller screens (e.g., mobile) */
@media (max-width: 767px) {
    .icon-only {
        display: inline;
        /* Display the icon for smaller screens */
    }

    .language-name {
        display: none;
        /* Hide the language name for smaller screens */
    }
}

.installer-div {
    max-width: 1000px !important;
}



.sticky-note-bg-primary {
    background: #007bff;
    /* Bootstrap primary color */
    /* color: #fff; */
    /* White text color on a primary background */
}

.sticky-note-bg-secondary {
    background: #6c757d;
    /* Bootstrap secondary color */
    color: #fff;
    /* White text color on a secondary background */
}

.sticky-note-bg-success {
    background: #28a745;
    /* Bootstrap success color */
    color: #fff;
    /* White text color on a success background */
}

.sticky-note-bg-dark {
    background: #343a40;
    /* Bootstrap dark color */
    color: #fff;
    /* White text color on a dark background */
}


.sticky-note-bg-info {
    background: #cfc;
}

.sticky-note-bg-warning {
    background: #ffc;
}

.sticky-note-bg-danger {
    background: #fcc;
}

.sticky-notes,
.sticky-note {
    list-style: none;
}

.sticky-notes {
    overflow: hidden;
    padding: 2em;
}

.sticky-notes .sticky-note .sticky-content {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 1em;
    overflow-wrap: break-word;
    -moz-box-shadow: 5px 5px 7px rgba(33, 33, 33, 1);
    -webkit-box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    box-shadow: 5px 5px 7px rgba(33, 33, 33, 0.3);
    -moz-transition: -moz-transform 0.15s linear;
    -o-transition: -o-transform 0.15s linear;
    -webkit-transition: -webkit-transform 0.15s linear;
    -webkit-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
}

.sticky-notes .sticky-note {
    margin-top: 1em;
    margin-bottom: 1em;
    /*float:left;*/
}

.sticky-notes .sticky-note:nth-child(even) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: 5px;
}

.sticky-notes .sticky-note:nth-child(3n) .sticky-content {
    -o-transform: rotate(-2deg);
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    position: relative;
    top: -5px;
}

.sticky-notes .sticky-note:nth-child(5n) .sticky-content {
    -o-transform: rotate(2deg);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    position: relative;
    top: -10px;
}

.sticky-notes .sticky-note .sticky-content:hover,
.sticky-notes .sticky-note .sticky-content:focus {
    box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 7px rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.05);
    position: relative;
    z-index: 5;
}

.sticky-notes .sticky-note .sticky-content i {
    font-size: 12px;
    float: right;
    vertical-align: top;
    padding: 6px;
    cursor: pointer;
}




@media print {

    /* Reset some styles to maintain the column structure */
    body * {
        visibility: hidden;
    }

    .row::before,
    .row::after {
        content: "";
        display: table;
        clear: both;
    }

    #section-not-to-print,
    #section-not-to-print * {
        display: none;
    }

    #section-to-print,
    #section-to-print * {
        visibility: visible;
    }

    #section-to-print {
        position: absolute;
        left: 0;
        top: 0;
    }

    /* Adjust other specific styles as needed for your layout */
}

.language-dropdown {
    min-width: auto !important;
    width: auto !important;
}

#languageDropdown {
    max-height: 300px;
}

@media (max-width: 768px) {
    .menu-container {
        max-height: calc(100vh - 50px) !important;
        overflow-y: auto !important;
    }
}

@media (max-width: 768px) {

    /* You can adjust the max-width as needed */
    .demo-mode {
        display: none;
        /* Hide the badge on mobile devices */
    }
}


@media (max-width: 768px) {
    .nav-item .nav-mobile-hidden {
        display: none;
    }
}

.timer-img {
    width: 55px !important;
    height: 55px !important;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 0.7rem;
    right: 1.625rem;
    z-index: 999999;
    transition: transform 0.3s ease;
    /* Adding transition for smooth animation */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.timer-img:hover {
    transform: translateY(-5px);
    /* Lift the image slightly on hover */
}

.chat-img {
    width: 54px !important;
    width: 54px !important;
    border-radius: 50px;
    cursor: pointer;
    position: fixed;
    bottom: 0.7rem;
    right: 6.625rem;
    padding: 10px;
    background-color: #ffffff;
    z-index: 999999;
    transition: transform 0.3s ease;
    /* Adding transition for smooth animation */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}

.chat-img:hover {
    transform: translateY(-5px);
    /* Lift the image slightly on hover */
}

.chat-iframe-container {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 70px;
    /* Adjust to position above the chat icon */
    right: 10px;
    /* Adjust to position near the chat icon */
    width: 350px;
    /* Adjust width as needed */
    height: 500px;
    /* Adjust height as needed */
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 999998;
}
.rounded-md{
    border-radius:6px;
}

.chat-iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}


/* Stopwatch container */
.stopwatch {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.stopwatch_time {
    text-align: center;
    margin: 0 10px;
}

.stopwatch_time_input {
    padding: 1em !important;
    text-align: center !important;
    border-radius: 5px !important;
    border-color: #6c757d !important;
    background: #6c757d !important;
    color: #ffffff !important;
    padding: 0.5em 0 !important;
    font-size: 3em !important;
    padding-top: 1em !important;
    padding-bottom: 1em !important;
    font-weight: bold;
}

.stopwatch_time_lable {
    margin-top: 5px;
    font-size: 12px;
    color: #666;
}

/* Buttons */
.selectgroup {
    display: flex;
    justify-content: center;
}

.selectgroup-item {
    margin: 0 5px;
}

.selectgroup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-color: #e4e6fc;
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    transition: background-color 0.3s ease;
}

.selectgroup-button:hover {
    background-color: #0056b3;
}

#start[disabled],
#end[disabled],
#pause[disabled] {
    background: none !important;
    color: var(--gray) !important;
}

#stopTimerModal,#stopTaskTimerModal {
    z-index: 1100;
}

/* Hide on smaller screens (mobile) */
@media (max-width: 768px) {
    .hide-mobile {
        display: inline;
    }

    .show-mobile {
        display: none;
    }
}

.invoice-detail-item {
    margin-bottom: 15px;
}

.invoice-detail-name {
    letter-spacing: 0.3px;
    color: #98a6ad;
    margin-bottom: 4px;
}

.invoice-detail-value {
    font-size: 18px;
    color: #34395e;
    font-weight: 700;
}

.dropdown-header-highlighted {
    font-size: 1.2rem;
    font-weight: bold;
    color: #718193;
    padding: 0.532rem 1.25rem !important;
    min-width: 358px;
}

.dropdown-item .bx {
    margin-top: auto;
    margin-bottom: auto;
}

.bx.bx-search {
    display: none;
}

/* Display the search icon when screen width is 884px or more */
@media screen and (min-width: 884px) {
    .bx.bx-search {
        display: inline-block;
    }
}

.country-code-input {
    max-width: 80px;
}

.status-column {
    min-width: 250px;
}

.priority-column {
    min-width: 200px;
}

.update-users-clients {
    margin-left: 5px;
}

.select2-close-mask {
    z-index: 2099 !important;
}

.select2-dropdown {
    z-index: 3051 !important;
}


/* Apply general styling to select2 elements */
.select2.select2-container.select2-container--default:not(#global-search+.select2-container) {
    display: block !important;
    width: 100% !important;
    min-height: calc(2.25rem + 2px) !important;
    padding: 0.200rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: var(--bs-label-input-color);
    background-color: var(--bs-bg-selec2-color)!important;
    background-clip: padding-box !important;
    border: var(--bs-border-select2-color)!important;
    border-radius: 0.875rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single
    {
    background-color: var(--bs-bg-selec2-color)!important;
}
input.select2-search__field{
    background-color:white;
}

.select2-container--default .select2-selection--multiple:not(#global-search+.select2-container .select2-selection--single) {
    border: 0px !important;
}

.select2-container--default .select2-selection--single {
    border: 0px !important;
}

.select2-container:not(#global-search + .select2-container)
    .select2-search--inline
    .select2-search__field {
    height: 21px !important;
}

/* Apply specific styling to #global-search select2 */

#global-search
    + .select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    display: none !important;
}

#global-search + .select2-container--default .select2-selection--single {
    width: 300px !important;
}

@media (max-width: 768px) {
    #global-search + .select2-container--default .select2-selection--single {
        width: 100px !important;
    }
}

.custom-select2 .select2-search--dropdown {
    margin-top: -40px;
}

.custom-select2 .select2-search--dropdown .select2-search__field {
    border: var(--bs-border-select2-color)!important; /* Bootstrap's border color */
    border-radius: 0.25rem; /* Bootstrap's border radius */
    height: calc(2.25rem + 2px); /* Height to match Bootstrap input */
    padding: 0.375rem 0.75rem; /* Padding similar to Bootstrap input */
    background-color: #fff; /* Background color */
    color: #495057; /* Text color */
    box-shadow: none; /* Remove any default shadow */
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--bs-label-input-color)!important;

}
.custom-select2 .select2-search--dropdown .select2-search__field:focus {
    outline: none !important; /* Remove outline */
    box-shadow: none !important; /* Remove focus shadow */
}
.select2-container--default .select2-search--inline .select2-search__field{
    color:var(--bs-text-select2-color)!important;
}

#unreadNotificationsCount,#unreadAnnouncementsCount,#unreadEmailsCount  {
    position: relative;
    right: 3px;
    top: 3px;
    width: 16px !important;
    font-size: 9px;
}

.statisticsDiv {
    height: 600px;
}

#confirmSaveColumnVisibility,
#edit_project_modal,
#edit_task_modal,
#quickViewModal {
    z-index: 1091;
}

#create_status_modal,
#create_priority_modal,
#create_tag_modal,
#create_contract_type_modal {
    z-index: 1092;
}

.select-bg-label-success {
    color: #71dd37 !important;
    background-color: #e8fadf !important;
}

.select-bg-label-success:focus {
    border-color: #e8fadf !important;
}

.select-bg-label-primary {
    color: #bc82ff !important;
    background-color: #e7e7ff !important;
}

.select-bg-label-primary:focus {
    border-color: #e7e7ff !important;
}

.select-bg-label-secondary {
    color: #8592a3 !important;
    background-color: #ebeef0 !important;
}

.select-bg-label-secondary:focus {
    border-color: #ebeef0 !important;
}

.select-bg-label-danger {
    color: #ff3e1d !important;
    background-color: #ffe0db !important;
}

.select-bg-label-danger:focus {
    border-color: #ffe0db !important;
}

.select-bg-label-warning {
    color: #ffab00 !important;
    background-color: #fff2d6 !important;
}

.select-bg-label-warning:focus {
    border-color: #fff2d6 !important;
}

.select-bg-label-info {
    color: #03c3ec !important;
    background-color: #d7f5fc !important;
}

.select-bg-label-info:focus {
    border-color: #d7f5fc !important;
}

.select-bg-label-dark {
    color: #233446 !important;
    background-color: #dcdfe1 !important;
}

.select-bg-label-dark:focus {
    border-color: #dcdfe1 !important;
}

.signup-form {
    max-width: 500px !important;
}

.card-body-project-grid {
    padding: 0.8rem 0.8rem;
}

.card-body-task-draggable {
    padding: 0.8rem 0.2rem;
}

.avatar-nav-dropdown {
    cursor: default;
}
.avatar.avatar-menu.avatar-online{
    width: 2.375rem!important;
    height: 2.375rem!important;
}

#promisor_sign {
    width: 100%;
    height: auto;
    max-width: 100%;
    border: 1px solid var(--bs-cloudy-light-color)!important;
    touch-action: none;
    user-select: none;
}

@media (max-width: 767.98px) {
    #promisor_sign {
        width: calc(100% - 2rem);
        /* Account for modal padding */
        height: auto;
    }
}

.scrollable-dropdown {
    max-height: 450px;
}

.fixed-header,
.fixed-footer {
    background: white;
    position: sticky;
    z-index: 10;
}

.fixed-header {
    top: 0;
}

.fixed-footer {
    bottom: 0;
}

.permissions-container {
    display: flex;
    flex-wrap: wrap;
}

.kanban-container {
    overflow-x: scroll;
    overflow-y: hidden;
}

.kanban-column {
    background-color: none;
    min-width: 275px;
    max-width: 275px;
}

.kanban-tasks {
    height: 100%;
}

.iti {
    width: 100%;
}

/* .tox,
.tox-silver-sink,
.tox-tinymce-aux {
    display: none;
} */

.intl-tel-input {
    width: 100%;
    position: relative;
}

.intl-tel-input .selected-flag {
    position: absolute;
    top: 50%;
    left: 12px; /* Adjust left to properly align the flag */
    transform: translateY(-50%);
    z-index: 1;
}

.intl-tel-input input[type="tel"] {
    padding-left: 60px; /* Adjust padding for the flag */
    width: 100%;
}

/* Clear button styling */
.clear-input {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
    font-size: 20px; /* Adjust size if needed */
}

.fixed-width-select {
    width: 200px;
}

/* Ensure there's a margin between the select and the note icon */
.ms-2 {
    margin-left: 0.5rem; /* Adjust the margin as needed */
}

.custom-link {
    font-weight: bold;
    color: inherit;
    text-decoration: none;
}

/* Base class for the mind map container */
.mind-map-container {
    height: 800px;
    /* Default height for larger screens */
}

/* Adjust height for medium screens */
@media (max-width: 1200px) {
    .mind-map-container {
        height: 600px;
        /* Height for medium screens */
    }
}

/* Adjust height for small screens */
@media (max-width: 992px) {
    .mind-map-container {
        height: 500px;
        /* Height for small screens */
    }
}

/* Adjust height for extra small screens */
@media (max-width: 768px) {
    .mind-map-container {
        height: 400px;
        /* Height for extra small screens */
    }
}

jmnode {
    padding: 5px;
    border: 1px solid;
    cursor: pointer !important;
}

#sortable-menu,
.submenu {
    list-style-type: none; /* Remove default list bullets */
    padding: 0; /* Remove default padding */
    margin: 0; /* Remove default margin */
}

#sortable-menu > li,
.submenu > li {
    margin-bottom: 10px; /* Add bottom space between menu items */
    background-color: #f8f9fa; /* Light background for menu items */
    padding: 10px; /* Padding inside menu items */
    border-radius: 5px; /* Rounded corners for menu items */
    border: 1px solid #dee2e6; /* Border for menu items */
    transition: background-color 0.3s; /* Transition for hover effect */
    position: relative; /* Positioning for drag handle */
}

#sortable-menu > li:hover,
.submenu > li:hover {
    background-color: #e9ecef; /* Darker background on hover */
}

/* Add space between menu item and the first submenu item */
#sortable-menu > li > .submenu {
    margin-top: 10px; /* Space above the first submenu */
}

.submenu > li {
    padding-left: 20px; /* Add left padding to submenu items */
    margin-bottom: 8px; /* Add bottom space for submenu items */
}

.handle {
    cursor: grab; /* Cursor style for drag handle */
    padding-right: 10px; /* Space between the handle and text */
    display: inline-block; /* Ensure handle is inline with text */
    color: #6c757d; /* Color for handle icon */
}

/* Comment Discussions  Style */

.comment-thread {
    margin: auto;
    /* padding: 0 30px; */
    border: 1px solid transparent;
}

.m-0 {
    margin: 0;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Comment styles */
.comment {
    position: relative;
    margin: 10px auto;
}

.comment-heading {
    display: flex;
    align-items: center;
    height: 50px;
    font-size: 14px;
}

.comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.comment-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-info {
    color: rgba(0, 0, 0, 0.5);
}

.comment-author {
    color: rgba(0, 0, 0, 0.85);
    font-weight: bold;
    text-decoration: none;
}

.comment-author:hover {
    text-decoration: underline;
}

.replies {
    margin-left: 20px;
}

/* Comment border link styles */
.comment-border-link {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    width: 10px;
    height: calc(100% - 50px);
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background-color:rgb(127 127 127 / 10%);
    background-clip: padding-box;
}

.comment-border-link:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.comment-body {
    padding: 0 20px;
    padding-left: 28px;
}

.replies {
    margin-left: 28px;
}

/* Toggleable comment styles */
details.comment summary {
    position: relative;
    list-style: none;
    cursor: pointer;
}

details.comment summary::-webkit-details-marker {
    display: none;
}

details.comment:not([open]) .comment-heading {
    border-bottom: 1px solid rgb(83 78 78 / 20%);
}

.comment-heading::after {
    display: inline-block;
    position: absolute;
    right: 5px;
    align-self: center;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.55);
}

.comment-heading {
    position: relative;
    padding-right: 20px; /* Space for the chevron */
}
.comment-heading {
    position: relative;
    padding-right: 20px;
}

.comment-heading::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #6c757d;
    border-bottom: 2px solid #6c757d;
    transform: translateY(-50%) rotate(45deg); /* Arrow pointing down */
    transition: transform 0.3s ease;
}

/* Arrow points up when the details element is open */
details[open] .comment-heading::after {
    transform: translateY(-50%) rotate(-135deg); /* Arrow pointing up */
}

/* Button styles */
.comment-body button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    font-size: 14px;
    padding: 4px 8px;
    color: rgba(0, 0, 0, 0.85);
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    margin-right: 10px;
    cursor: pointer;
}

.comment-body button:hover,
.comment-body button:focus,
.comment-body button:active {
    background-color: #ecf0f1;
}

/* Comment form styles */
.comment-form-container {
    margin-top: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 4px;
}
.comment-actions .btn {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
}

.comment-actions .btn i {
    font-size: 1.25rem;
    vertical-align: middle;
}

.attachment-preview-container {
    position: relative;
}

.attachment-preview {
    display: none;
    position: relative;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    /* border: 0.5px solid #ddd;
    border-radius: 4px; */
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
    padding: 10px;
    z-index: 1000;
}

.attachment-preview img {
    max-width: 200px;
    max-height: 200px;
}
.comment-heading {
    transition: all 0.3s ease-in-out;
}

.comment-body {
    transition: all 0.3s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

details[open] .comment-body {
    max-height: 100vh;
    /* padding: 20px; */
}
/* Mention */
.tribute-container {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 300px;
    max-width: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    display: block;
    z-index: 1200000;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    margin-top: 5px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.tribute-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.tribute-container li {
    padding: 10px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #333333;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.tribute-container li.highlight,
.tribute-container li:hover {
    background-color: #f0f7ff;
    color: #0066cc;
}

.tribute-container li span {
    font-weight: 600;
    color: #0066cc;
    margin-right: 5px;
}

.tribute-container li.no-match {
    cursor: default;
    color: #999999;
    padding: 15px;
    text-align: center;
    font-style: italic;
}

.tribute-container .menu-highlighted {
    font-weight: 600;
    background-color: #e6f2ff;
}

.tribute-container::-webkit-scrollbar {
    width: 6px;
}

.tribute-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.tribute-container::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 10px;
}

.tribute-container::-webkit-scrollbar-thumb:hover {
    background: #999999;
}

/* Add a subtle animation for smoother appearance */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.tribute-container {
    animation: fadeIn 0.2s ease-out;
}

/* Improve readability for highlighted text */
.tribute-container li.highlight span,
.tribute-container li:hover span {
    color: #004999;
}

/* Add a subtle separator between items */
.tribute-container li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0;
}

/*my custom css */
.custom-tailwind-icon{
    width:32px;
    height:32px;
}

@-webkit-keyframes rotating {
    from{
        -webkit-transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
    }
}

.rotating {
    -webkit-animation: rotating 5s linear infinite;
}
.discussion-thread-toggle{
    background-color: var(--bs-bg-dropzone)!important;
}
.dropzone {
    background-color: var(--bs-bg-dropzone)!important;
    min-height:60px!important;
}
.dropzone-header {
    position: absolute;
    top: 20px;
    left: 15px;
    color: #999;
}
.dropzone .dz-message{
    margin: 0 0 0 0!important;
}
.answer-container textarea.form-control:focus {
    background-color: transparent;
    box-shadow:none!important;
}
.answer-container textarea.form-control:focus {
    color:#A0A0A0;
}
.custom-dark-color{
    color:#A0A0A0;
}
.custom-bg-dark-color{
    background-color: var(--bs-task-proggress-line)!important;
}
.input-group-text.text-pass {
    border-color:  #333333;
  }

.client-registration.dropzone,.client-registration.brief-comment {
    border-color: #525252!important;
    border-style: dashed!important;
    border:1px;
    border-radius:15px;
}
.custom-task-dropzone{
    border: 2px dotted !important;
    border-color:var(--bs-cloudy-light-color)!important;
    border-radius: 12px!important;
}

.department-name{
    color: var(--bs-title-color);
}
.border-cloudy{
    border:1px solid var(--bs-cloudy-light-color)!important;
}
.border-cloudy-light{
    border-color:var(--bs-cloudy-light-color)!important;
}
.update-client-nav-tab.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-bottom:1px solid #BC82FF;
    font-weight: bold;
    color: #BC82FF;
    background-color:transparent;
}

.update-client-nav-tab.nav-tabs .nav-item .nav-link:not(.active){
    background-color:transparent;
}
.client-area-nav-tab{
    border:1px solid #333333;
    padding: 10px 0;
    background-color:transparent;
}
.client-area-nav-tab .nav-link{
    border-radius:20px!important;
}


.table {
    color: var(--bs-text-menu-color);!important;
}
.sythonus-services-list td,
.sythonus-services-list th{
    border: 1px solid var(--bs-cloudy-light-color)!important;
    padding: 10px;
    text-align: left;
}

.sythonus-services-list .active-category {
    background-color: #d0ebff;
    font-weight: bold;
}

.sythonus-services-list .active-service {
    background-color: #fff3cd;
    font-weight: bold;
}
.sythonus-services-list .child-service-row {
    background-color: transparent;
    font-style: italic;
}

.sythonus-services-list table {
    border-collapse: collapse;
    width: 100%;
}
.sythonus-services-list td {
    cursor: pointer;
}
.sythonus-services-list .department-col {
    /* width: 10%; */
    vertical-align: top;
}
.sythonus-services-list .category-col {
    /* width: 20%; */
    vertical-align: top;
}
.sythonus-services-list .service-col {
    /* width: 30%; */
    vertical-align: top;
}
.sythonus-services-list .child-col {
    /* width: 70%; */
    vertical-align: top;
}
.sythonus-services-list .sub-child-col {
    /* width: 70%; */
    vertical-align: top;
}
/* .sythonus-services-list #services-table-body {
    display: block;
    max-height: 70vh;
    overflow-y: auto;
}
.sythonus-services-list #services-table-body td,
.sythonus-services-list #services-table-body th {
    /* width: 100%; */
    white-space: nowrap;
}
.sythonus-services-list th {
    position: sticky;
    top: 0;
    background-color: #c080fc13;
    z-index: 1;
} */

.fc-unthemed th, .fc-unthemed td, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-divider, .fc-unthemed .fc-row, .fc-unthemed .fc-content, .fc-unthemed .fc-popover, .fc-unthemed .fc-list-view, .fc-unthemed .fc-list-heading td {
    border-color: var(--bs-cloudy-light-color)!important;
}
.card-border{
    border: 1px solid var(--bs-cloudy-light-color) !important;
}
 .bg-secondary-dark {
    background-color: var(--bs-secondary-dark-color)!important;
 }
 .border-secondary-dark {
    border-color: var(--bs-secondary-dark-color)!important;
 }

 .small-title-color{
    color: var(--bs-small-title-color);
 }
 .tail-icon{
    position: absolute;
    margin-left: 8px;
    margin-top:8px;
    height: 22px;
    display: flex;
    align-items: center;
    color:#a0a0a0!important;
  }
  .tail-input{
    padding-left: 40px;
  }
  .custom-icon{
    height: 20px;
    display: flex;
    color:#a0a0a0!important;
  }

  .tail-select + .select2-container .select2-selection__rendered {
    padding-left: 30px!important;
}

.static-top-bar {
    background-color: var(--bs-secondary-dark-color);
    margin-top: -80px;
    margin-left:15px;
    margin-right:15px;
    height: 160px;
    width: auto;
    left: 20px;
    right: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.create-client-card,
.update-client-card{
width: 100%;
}
.text-xs {
    font-size: 0.75rem /* 12px */;
    line-height: 1rem /* 16px */;
}
.text-sm {
    font-size: 0.875rem /* 14px */;
    line-height: 1.25rem /* 20px */;
}
.text-lg {
    font-size: 1.125rem /* 18px */;
    line-height: 1.75rem /* 28px */;
}
.text-xl {
    font-size: 1.25rem /* 20px */;
    line-height: 1.75rem /* 28px */;
}
.text-2xl {
    font-size: 1.5rem /* 24px */;
    line-height: 2rem /* 32px */;
}

.loading-gif {
    margin-left: 10px;
}

.form-control.enter-input {
    border-color: #333333;
}
.custom-nav-item {
    border-radius: 20px !important;
}

.custom-nav-item .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    border-radius: 20px !important;
    background-color: #BC82FF !important;
    color:white!important;

}
.user-points{
    background-color: var(--bs-bg-color);
    cursor: pointer;
}
.star-rating {
    color: #ffc107;
    cursor: pointer;
}

.star-rating .bxs-star {
    color: #ffc107;
}

.rating-star:hover,
.rating-star:hover ~ .rating-star {
    color: #ffc107;
}


@media (min-width: 768px) and (max-width: 1199px) {
    .create-client-card,.update-client-card {
        width: 80%!important;
    }
}

@media (min-width: 1200px) {
    /* xl and higher (1200px and above) */
    .create-client-card {
        width: 55%!important;
    }
    .update-client-card{
        width: 50%!important;
    }
    .w-lg-80 {
        width: 80%;
    }
    .navbar-expand-menu .navbar-nav .nav-link {
    padding-right: 0.2rem!important;
    padding-left: 0.2rem!important;
  }
}

.department-list-group-item:active {
    cursor: grabbing;
}

.bg-menu-theme .menu-item.active > .menu-link:not(.menu-toggle) {
    background-color: #a97bc130;
}

.filtered-tile{
    border-radius:8px;
}
.filtered-tile-circle{
    width: 44px;
    height: 44px;
}
.tile-tasks .menu-icon,.tile-project .menu-icon,.tile-users .menu-icon,.tile-clients .menu-icon{
    width:35px;
    height:35px;
}

.tile-project{
    background-color: #ecfdf5;
}
.tile-tasks{
    background-color: #FFF8F1;
}
.tile-users{
    background-color: #ee0a0a1a;
}
.tile-clients{
    background-color: #ffd60329;
}
.tile-meetings{
    background-color: rgba(255, 0, 0, 0.25);
}
.tile-todo{
    background-color: rgba(167, 64, 212, 0.25);
}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background:transparent!important;
}
.custom-taiwind-icon{
width:25px;
height:25px;
}

.service-row.checked{
    background-color: #bc82ff21 !important; /* Light blue gradient */
    transition: background-color 0.2s ease;
}
.svg-active svg path {
    stroke: #bc82ff !important; /* Purple for active */
}

.svg-inactive svg path {
    stroke: #A0A0A0 !important; /* Gray for inactive */
}
.custom--modal .modal-thumb {
    width: 180px;
    height: 180px;
    background: #9d57f717;
    border: 1px solid #5e349757;
    border-radius: 50%;
    padding: 30px;
}
.card-body {
  padding: 1rem 1rem!important;
}
.offcanvas {
background-color:var(--bs-bg-modal-color);
}

.swal2-container {
    z-index: 99999 !important;
  }


.swal-overlay {
    pointer-events: none;
}
.swal-text,.swal-footer{
    text-align:center;
}
.swal-button,button.swal2-confirm.swal2-styled{
    background-color:#BC82FF;
}
.swal-text
    {
    color:#BC82FF;

}

.swal-icon:first-child{
    background-color:transparent;
    }
    .swal-modal,.swal2-popup{
    background-color:var(--bs-bg-modal-color);
    }
    .swal-title,#swal2-html-container{
        color:var(--bs-title-color);
    }
    .swal2-title{
        color:#BC82FF!important;
    }
    .swal-icon--success:before{
    background-color:transparent;
    }
    .swal-icon--success:after{
    background-color:transparent;
    }
    .swal-icon--success__hide-corners{
    background-color:transparent;
    }
    .btn-pinky {
        color: #fff;
        background-color: #e62cdd;
        border-color: #e62cdd;
        box-shadow: 0 0.125rem 0.25rem 0 rgba(255, 62, 29, 0.4);
      }
/* .blurred-question{
    filter: blur(2px);
} */
.bx-custom-size{
    font-size:25px;

}
.toggle-flex {
    display: flex !important;
    gap: 1rem; /* equivalent to gap-3 */
}

/* HTML: <div class="loader"></div> */
.loader {
  width: 80px!important;
  height: 80px!important;
  aspect-ratio: 1;
  display: grid;
}
.loader::before,
.loader::after {
  content:"";
  grid-area: 1/1;
  --c:no-repeat radial-gradient(farthest-side,#25b09b 92%,#0000);
  background:
    var(--c) 50%  0,
    var(--c) 50%  100%,
    var(--c) 100% 50%,
    var(--c) 0    50%;
  background-size: 12px 12px;
  animation: l12 1s infinite;
}
.loader::before {
  margin: 4px;
  filter: hue-rotate(45deg);
  background-size: 8px 8px;
  animation-timing-function: linear
}

@keyframes l12 {
  100%{transform: rotate(.5turn)}
}

  .waiting-dots .dot {
    opacity: 0;
    animation: blink 1.5s infinite;
  }

  .waiting-dots .dot:nth-child(2) {
    animation-delay: 0.2s;
  }
  .waiting-dots .dot:nth-child(3) {
    animation-delay: 0.4s;
  }
  .waiting-dots .dot:nth-child(4) {
    animation-delay: 0.6s;
  }
  .waiting-dots .dot:nth-child(5) {
    animation-delay: 0.8s;
  }
  @keyframes blink {
    0%, 20% {
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }

/* Pulse Animation */
@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.pulse-button {
    animation: pulse 1s infinite;
    font-weight:bold;
}
.progress-background {
    fill: var(--bs-bg-color)!important;
    stroke: #333333;
    stroke-width: 1px;
}
.progress-circle {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            z-index: 10;
            width: 90px;
            height: 90px;
            /* background: white; Background to hide deadline text */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }


        .task-trackiung-svg {
            transform: rotate(0deg);
        }

        /* .progress-background {
            fill: none;
            stroke: #333333;
            stroke-width: 1px;
        } */

        .progress-fill {
            fill: url(#grad);
            transition: clip-path 0.5s linear;
        }

        .time-left {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 14px;
            font-weight: bold;
            /* color: white; */
            z-index: 11;
            /* Higher than progress circle */
        }
#color-legend {
    margin-top: 15px;
    font-size: 14px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 6px;
    display: inline-block;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.legend-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
    display: block;
    margin-bottom: 5px;
}

.legend-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

.legend-box {
    width: 15px;
    height: 15px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Todos Enhancements */
/* Todo-specific classes with renamed general classes */
.todo-card {
    border-radius: 16px;
    overflow: hidden;
    transition: all 0.3s ease;
    border: none;
    box-shadow: var(--bs-body-color);
    height: 100%;
    background-color: var(--bs-bg-to-do-color);
}

.todo-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.todo-card-header {
    border-bottom: none;
    padding: 25px;
    position: relative;
    overflow: hidden;
}

.todo-gradient-primary {
    background: linear-gradient(135deg, var(--bs-primary), var(--bs-dark));
}

.todo-gradient-success {
    background: linear-gradient(135deg, var(--bs-success), #059669);
}

.todo-header-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    margin-right: 15px;
    background-color: rgba(255, 255, 255, 0.2);
}

.todo-header-icon i {
    font-size: 24px;
    color: white;
}

.todo-header-decoration {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    z-index: 1;
}

.todo-header-decoration:before {
    content: '';
    position: absolute;
    right: -40px;
    top: 40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.todo-counter {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
}

.todo-card-body {
    padding: 25px;
}

.todo-list-container {
    max-height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding-right: 5px;
}

.todo-list-container::-webkit-scrollbar {
    width: 6px;
}

.todo-list-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
}

.todo-list-container::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 6px;
}

.todo-list-container::-webkit-scrollbar-thumb:hover {
    background: #ccc;
}

.todo-item {
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 12px;
    transition: all 0.3s ease;
    background-color: var(--bs-body-bg);
    border-left: 5px solid transparent;
    box-shadow: var(--bs-secondary);
    position: relative;
    overflow: hidden;
}

.todo-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--bs-body-color);
}

.todo-item:last-child {
    margin-bottom: 0;
}

.todo-item.todo-priority-high {
    border-left-color: var(--bs-danger);
}

.todo-item.todo-priority-medium {
    border-left-color: var(--bs-warning);
}

.todo-item.todo-priority-low {
    border-left-color: var(--bs-success);
}



.todo-check-input {
    width: 22px;
    height: 22px;
    border: 2px solid #d1d5db;
    margin-top: 0;
}

.todo-check-input:checked {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.todo-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(16, 185, 129, 0.25);
}

.todo-title {
    font-weight: 600;
    margin-bottom: 6px;
    color: #1f2937;
    font-size: 16px;
}

.todo-item.todo-completed .todo-title {
    text-decoration: line-through;
    color: #6b7280;
}

.todo-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.todo-meta-item {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #6b7280;
}

.todo-meta-item i {
    margin-right: 5px;
    font-size: 16px;
}

.todo-priority-badge {
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
}

.todo-bg-danger-subtle {
    background-color: rgba(239, 68, 68, 0.1);
    color: var(--bs-danger);
}

.todo-bg-warning-subtle {
    background-color: rgba(245, 158, 11, 0.1);
    color: var(--bs-warning);
}

.todo-bg-success-subtle {
    background-color: rgba(16, 185, 129, 0.1);
    color: var(--bs-success);
}

.todo-actions-container {
    opacity: 0.7;
    transition: opacity 0.2s;
}

.todo-item:hover .todo-actions-container {
    opacity: 1;
}

.todo-action-btn {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    border: 1px solid #e5e7eb;
    color: #6b7280;
    transition: all 0.2s;
}

.todo-action-btn:hover {
    background-color: #f3f4f6;
}

.todo-action-btn.todo-delete:hover {
    background-color: #fee2e2;
    color: var(--bs-danger);
}

.todo-action-btn.todo-edit:hover {
    background-color: #e0e7ff;
    color: var(--bs-primary);
}

.todo-add-btn {
    background: linear-gradient(135deg, var(--bs-primary), var(--bs-body-color));
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s;
    box-shadow: 0 4px 10px rgba(99, 102, 241, 0.3);
}

.todo-add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(99, 102, 241, 0.4);
}

.todo-drag-handle {
    cursor: move;
    color: #9ca3af;
}

.todo-completed-tag {
    display: flex;
    align-items: center;
    color: var(--bs-success);
    font-weight: 500;
    font-size: 13px;
}

.todo-view-all-btn {
    background-color: transparent;
    border: 2px solid var(--bs-success);
    color: var(--bs-success);
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 12px;
    transition: all 0.3s;
}

.todo-view-all-btn:hover {
    background-color: var(--bs-success);
    color: white;
}

.todo-progress {
    margin-bottom: 25px;
}

.todo-progress-bar {
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #e5e7eb;
}

.todo-progress-label {
    font-size: 14px;
    margin-bottom: 8px;
    display: flex;
    justify-content: space-between;
}

.todo-progress-value {
    font-weight: 600;
}

.todo-empty-state {
    text-align: center;
    padding: 40px 20px;
}

.todo-empty-state-icon {
    font-size: 48px;
    color: #d1d5db;
    margin-bottom: 16px;
}

.todo-empty-state-text {
    color: #6b7280;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .todo-item {
        padding: 14px;
    }

    .todo-card-header, .todo-card-body {
        padding: 20px;
    }
}
/* Time Line Css */
.timeline {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0;
    list-style: none;
}

.timeline .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.timeline .timeline-header > *:first-child {
    margin-right: 0.5rem;
}

.timeline .timeline-end-indicator {
    position: absolute;
    bottom: -1.35rem;
    left: -0.65rem;
}

.timeline .timeline-end-indicator i {
    font-size: 1.5rem;
    color: #e4e6e8;
}

.timeline .timeline-item {
    position: relative;
    padding-left: 1.4rem;
}

.timeline .timeline-item .timeline-event {
    position: relative;
    width: 100%;
    min-height: 4rem;
    background-color: #F9FAFB!important;
    /* border-radius: 0.375rem; */
    padding: 0.5rem 0 0.3375rem;
    border:1px solid #E5E7EB;
}

.timeline .timeline-item .timeline-event .timeline-event-time {
    position: absolute;
    top: 1.2rem;
    font-size: 0.8125rem;
    color: #a7acb2;
}

.timeline .timeline-item .timeline-indicator,
.timeline .timeline-item .timeline-indicator-advanced {
    position: absolute;
    left: -1rem;
    top: 0.64rem;
    z-index: 2;
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
}

.timeline .timeline-item .timeline-indicator {
    box-shadow: 0 0 0 10px #f5f5f9;
}

.timeline .timeline-item .timeline-indicator-advanced {
    background-color: #fff;
    top: 0;
}

.timeline .timeline-item .timeline-point {
    position: absolute;
    left: -0.78rem;
    top: 0;
    z-index: 2;
    display: block;
    height: 1.5rem;
    width: 1.5rem;
    border-radius: 50%;
    background-color: #F7EFFF;
    box-shadow: 0 0 0 10px transparent!important;
}

.timeline .timeline-item.timeline-item-transparent .timeline-event {
    top: -0.6rem;
    background-color: transparent;
}

html:not([dir="rtl"])
    .timeline
    .timeline-item.timeline-item-transparent
    .timeline-event {
    padding-left: 0;
}

.timeline
    .timeline-item.timeline-item-transparent
    .timeline-event.timeline-event-shadow {
    padding-left: 2rem;
}

.timeline.timeline-outline .timeline-item .timeline-point {
    outline: unset;
    background-color: #fff !important;
    border: 2px solid #696cff;
}

.timeline.timeline-center .timeline-end-indicator {
    bottom: -1.4rem;
    left: 50%;
    margin-left: 0.55rem;
}

.timeline.timeline-center .timeline-item {
    width: 50%;
    clear: both;
}

.timeline.timeline-center .timeline-item.timeline-item-left,
.timeline.timeline-center
    .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(
        .timeline-item-right
    ) {
    float: left;
    padding-left: 0;
    padding-right: 2.25rem;
    padding-bottom: 2.5rem;
    border-left: 0;
    border-right: 1px solid #e4e6e8;
}

.timeline.timeline-center
    .timeline-item.timeline-item-left
    .timeline-event
    .timeline-event-time,
.timeline.timeline-center
    .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(
        .timeline-item-right
    )
    .timeline-event
    .timeline-event-time {
    right: -10.2rem;
}

.timeline.timeline-center .timeline-item.timeline-item-left .timeline-point,
.timeline.timeline-center
    .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(
        .timeline-item-right
    )
    .timeline-point {
    left: 100%;
}

.timeline.timeline-center .timeline-item.timeline-item-right,
.timeline.timeline-center
    .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(
        .timeline-item-right
    ) {
    float: right;
    right: 1px;
    padding-left: 2.25rem;
    padding-bottom: 2.5rem;
    border-left: 1px solid #e4e6e8;
}

.timeline.timeline-center
    .timeline-item.timeline-item-right
    .timeline-event
    .timeline-event-time,
.timeline.timeline-center
    .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(
        .timeline-item-right
    )
    .timeline-event
    .timeline-event-time {
    left: -10.2rem;
}

.timeline.timeline-center
    .timeline-item.timeline-item-right
    .timeline-event
    .timeline-point,
.timeline.timeline-center
    .timeline-item:nth-of-type(2n):not(.timeline-item-left):not(
        .timeline-item-right
    )
    .timeline-event
    .timeline-point {
    left: 0;
}

.timeline.timeline-center .timeline-item .timeline-point {
    left: 50%;
    margin-left: -0.6875rem;
}

.timeline.timeline-center .timeline-item .timeline-point-indicator {
    left: 50%;
    margin-left: -0.3125rem;
}

.timeline.timeline-center .timeline-item:after {
    content: "";
    position: absolute;
    display: block;
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    border-radius: 50%;
    inset-inline-start: -1rem;
    top: 0.64rem;
}

.timeline.timeline-advance .timeline-item .timeline-event:before,
.timeline.timeline-advance .timeline-item .timeline-event:after {
    border: transparent;
}

html:not([dir="rtl"]) .timeline:not(.timeline-center) {
    padding-left: 0.5rem;
}

html:not([dir="rtl"]) .timeline-item {
    border-left: 1px solid #e4e6e8;
}

[dir="rtl"] .timeline:not(.timeline-center) {
    padding-right: 0.5rem;
}

[dir="rtl"] .timeline:not(.timeline-center) .timeline-item {
    border-right: 1px solid #e4e6e8;
}

[dir="rtl"] .timeline:not(.timeline-center) .timeline-end-indicator {
    left: auto;
    right: -0.75rem;
}

[dir="rtl"] .timeline:not(.timeline-center) .timeline-item {
    padding-left: 0;
    padding-right: 2rem;
    border-right: 1px solid #e4e6e8;
}

[dir="rtl"]
    .timeline:not(.timeline-center)
    .timeline-item.timeline-item-transparent
    .timeline-event {
    padding-right: 0;
}

[dir="rtl"] .timeline:not(.timeline-center) .timeline-item .timeline-point {
    right: -0.38rem;
    left: auto;
}

[dir="rtl"] .timeline:not(.timeline-center) .timeline-item .timeline-indicator {
    right: -0.75rem;
    left: auto;
}

[dir="rtl"]
    .timeline:not(.timeline-center)
    .timeline-item
    .timeline-indicator-advanced {
    right: -1rem;
    left: auto;
}

@media (min-width: 768px) {
    .timeline.timeline-center
        .timeline-item.timeline-item-left
        .timeline-indicator,
    .timeline.timeline-center
        .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(
            .timeline-item-right
        )
        .timeline-indicator {
        left: calc(100% - 1rem);
    }

    .timeline.timeline-center .timeline-item.timeline-item-left:after,
    .timeline.timeline-center
        .timeline-item:nth-of-type(odd):not(.timeline-item-left):not(
            .timeline-item-right
        ):after {
        inset-inline-start: calc(100% - 1rem);
    }
}

@media (max-width: 767.98px) {
    .timeline.timeline-center .timeline-end-indicator {
        left: -2px;
    }

    .timeline.timeline-center .timeline-item {
        border-right: 0 !important;
        left: 1rem;
        float: left !important;
        width: 100%;
        padding-left: 3rem !important;
        padding-right: 1.5rem !important;
    }

    .timeline.timeline-center .timeline-item:not(:last-child) {
        border-left: 1px solid #e4e6e8 !important;
    }

    .timeline.timeline-center
        .timeline-item
        .timeline-event
        .timeline-event-time {
        top: -1.7rem;
        left: 0 !important;
        right: auto !important;
    }

    .timeline.timeline-center .timeline-item .timeline-point {
        left: -0.7rem !important;
        margin-left: 0 !important;
    }

    .timeline.timeline-center .timeline-item .timeline-point-indicator {
        left: 0 !important;
        margin-left: -0.3125rem !important;
    }

    [dir="rtl"] .timeline.timeline-center .timeline-item {
        border-left: 0 !important;
        right: 1rem !important;
    }

    [dir="rtl"] .timeline.timeline-center .timeline-item:not(:last-child) {
        border-right: 1px solid #e4e6e8 !important;
    }

    [dir="rtl"] .timeline.timeline-center .timeline-item {
        float: right !important;
        width: 100%;
        padding-right: 3.5rem !important;
        padding-left: 1.5rem !important;
    }

    [dir="rtl"]
        .timeline.timeline-center
        .timeline-item
        .timeline-event
        .timeline-event-time {
        top: -1.7rem;
        right: 0 !important;
        left: auto !important;
    }

    [dir="rtl"] .timeline.timeline-center .timeline-item .timeline-point {
        right: -0.7rem !important;
        margin-right: 0 !important;
    }
}

@media (max-width: 767.98px) {
    [dir="rtl"] .timeline .timeline-item .timeline-indicator,
    [dir="rtl"] .timeline .timeline-item .timeline-indicator-advanced {
        left: auto;
        right: -0.6875rem;
    }

    [dir="rtl"] .timeline-center .timeline-item {
        padding-left: 0;
        padding-right: 3rem;
    }
}

@media (max-width: 575.98px) {
    .timeline .timeline-header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.timeline .timeline-point-secondary {
    background-color: #8592a3 !important;
    outline: 3px solid rgba(133, 146, 163, 0.12);
}

.timeline.timeline-outline .timeline-point-secondary {
    border: 2px solid #8592a3 !important;
}

.timeline .timeline-indicator-secondary {
    background-color: #8592a329;
}

.timeline .timeline-indicator-secondary i {
    color: #8592a3 !important;
}

.timeline .timeline-point-success {
    background-color: #71dd37 !important;
    outline: 3px solid rgba(113, 221, 55, 0.12);
}

.timeline.timeline-outline .timeline-point-success {
    border: 2px solid #71dd37 !important;
}

.timeline .timeline-indicator-success {
    background-color: #71dd3729;
}

.timeline .timeline-indicator-success i {
    color: #71dd37 !important;
}

.timeline .timeline-point-info {
    background-color: #03c3ec !important;
    outline: 3px solid rgba(3, 195, 236, 0.12);
}

.timeline.timeline-outline .timeline-point-info {
    border: 2px solid #03c3ec !important;
}

.timeline .timeline-indicator-info {
    background-color: #03c3ec29;
}

.timeline .timeline-indicator-info i {
    color: #03c3ec !important;
}

.timeline .timeline-point-warning {
    background-color: #ffab00 !important;
    outline: 3px solid rgba(255, 171, 0, 0.12);
}

.timeline.timeline-outline .timeline-point-warning {
    border: 2px solid #ffab00 !important;
}

.timeline .timeline-indicator-warning {
    background-color: #ffab0029;
}

.timeline .timeline-indicator-warning i {
    color: #ffab00 !important;
}

.timeline .timeline-point-danger {
    background-color: #ff3e1d !important;
    outline: 3px solid rgba(255, 62, 29, 0.12);
}

.timeline.timeline-outline .timeline-point-danger {
    border: 2px solid #ff3e1d !important;
}

.timeline .timeline-indicator-danger {
    background-color: #ff3e1d29;
}

.timeline .timeline-indicator-danger i {
    color: #ff3e1d !important;
}

.timeline .timeline-point-dark {
    background-color: #2b2c40 !important;
    outline: 3px solid rgba(43, 44, 64, 0.12);
}

.timeline.timeline-outline .timeline-point-dark {
    border: 2px solid #2b2c40 !important;
}

.timeline .timeline-indicator-dark {
    background-color: #2b2c4029;
}

.timeline .timeline-indicator-dark i {
    color: #2b2c40 !important;
}

.timeline .timeline-point-gray {
    background-color: #22303e80 !important;
    outline: 3px solid rgba(34, 48, 62, 0.12);
}

.timeline.timeline-outline .timeline-point-gray {
    border: 2px solid rgba(34, 48, 62, 0.5) !important;
}

.timeline .timeline-indicator-gray {
    background-color: #22303e29;
}

.timeline .timeline-indicator-gray i {
    color: #22303e80 !important;
}
.bg-disabled {
    background-color:#41484f47!important;
}

.divider-between:not(:last-child) {
    border-bottom: 1px solid #dee2e6;
}
.tab-content{
    padding:1rem 0.5rem 1rem 0.5rem;
}
/* #app-loader {
    position: fixed;
    inset: 0;
    background-color: #00000045;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.loader-spinner {
    --d:22px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    color: #bc82ff;
    box-shadow:
        calc(1*var(--d))      calc(0*var(--d))     0 0,
        calc(0.707*var(--d))  calc(0.707*var(--d)) 0 1px,
        calc(0*var(--d))      calc(1*var(--d))     0 2px,
        calc(-0.707*var(--d)) calc(0.707*var(--d)) 0 3px,
        calc(-1*var(--d))     calc(0*var(--d))     0 4px,
        calc(-0.707*var(--d)) calc(-0.707*var(--d))0 5px,
        calc(0*var(--d))      calc(-1*var(--d))    0 6px;
        animation: l27 1s infinite steps(8);
    }
    body.loaded #app-loader {
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
    }

    @keyframes l27 {
        100% {transform: rotate(1turn)}
    } */
