.select2-container .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    height: 38px !important;
}

.select2-container .select2-selection--single:focus {
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #495057 !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
    border-color: transparent transparent #adb5bd transparent !important;
    border-width: 0 6px 6px 6px !important;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #f8f9fa !important;
    color: #16181b !important;
}

.select2-container--default
.select2-results__option[aria-selected="true"]:hover {
    background-color: #626ed4 !important;
    color: #fff !important;
}

.select2-results__option {
    padding: 6px 12px !important;
}

.select2-dropdown {
    border-color: rgba(0, 0, 0, 0.15) !important;
}

.select2-container .select2-selection--multiple {
    min-height: 38px !important;
    border: 1px solid #ced4da !important;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    padding: 2px 3px !important;
}

.select2-container .select2-selection--multiple .select2-search__field {
    border: 0;
    color: #495057 !important;
}

.select2-container
.select2-selection--multiple
.select2-search__field::-webkit-input-placeholder {
    color: #495057 !important;
}

.select2-container
.select2-selection--multiple
.select2-search__field::-moz-placeholder {
    color: #495057 !important;
}

.select2-container
.select2-selection--multiple
.select2-search__field:-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container
.select2-selection--multiple
.select2-search__field::-ms-input-placeholder {
    color: #495057 !important;
}

.select2-container
.select2-selection--multiple
.select2-search__field::placeholder {
    color: #495057 !important;
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 3px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ced4da !important;
    background-color: #fff !important;
    color: #74788d !important;
    outline: 0 !important;
}

.note-editor.note-frame {
    border: 1px solid #ced4da !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.note-editor.note-frame .note-statusbar {
    background-color: #eff2f7 !important;
    border-top: 1px solid #eff2f7 !important;
}

.dropzone {
    min-height: 111px !important;
    border: 2px dashed #ced4da !important;
    background: #fff !important;
    border-radius: 6px !important;
}

.dropzone .dz-message {
    font-size: 24px !important;
}

.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
    fill: #626ed4 !important;
}

.irs--square .irs-line {
    background: #f6f6f6 !important;
    border-color: #f6f6f6 !important;
}

.irs--square .irs-max,
.irs--square .irs-min {
    color: #ced4da !important;
    background: #f6f6f6 !important;
    font-size: 11px !important;
}

.irs--square .irs-bar,
.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
    background: #ea5d31 !important;
    font-size: 11px !important;
}

.irs--square .irs-handle {
    border: 2px solid #ea5d31 !important;
    width: 12px !important;
    height: 12px !important;
    top: 26px !important;
    background-color: #fff !important;
}

.irs--square .irs-grid-text {
    font-size: 11px;
    color: #ced4da !important;
}

.fc-event {
    border-radius: 2px !important;
    border: none !important;
    cursor: move !important;
    font-size: 0.8125rem !important;
    margin: 5px 7px !important;
    padding: 5px !important;
}

.fc-event .fc-content {
    color: #fff !important;
}

.sp-hidden {
    display: none !important;
}

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

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

.nav-pills .nav-link {
    color: inherit;
}

table.tree-table tbody .title .icon-box {
    width: 25px;
}

.icon-btn-border {
    border: 1px solid #ced4da !important
}

/* Tooltip text */
.has-tooltip {
    position: relative;
}

.has-tooltip .tooltiptext {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    max-width: 200px;
    /*bottom: 100%;*/
    z-index: 1;
    font-size: 12px !important;
    font-family: var(--bs-font-sans-serif);
    margin-top: -35px;
    white-space: initial;
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tooltip:hover .tooltiptext {
    visibility: visible;
}
.has-tooltip:hover .tooltiptext-two {
    visibility: visible;
}


.has-tooltip .tooltiptext-two {
    visibility: hidden;
    width: max-content;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 3px;
    position: absolute;
    max-width: 200px;
    /*bottom: 100%;*/
    z-index: 1;
    font-size: 12px !important;
    font-family: var(--bs-font-sans-serif);
    white-space: initial;
    opacity: 1 !important; /* or any desired value */
}

/* Show the tooltip text when you mouse over the tooltip container */
.has-tooltip:hover .tooltiptext-two {
    visibility: visible;
    opacity: 1 !important;
}

.small-input {
    height: 30px;
}

.cursor-pointer {
    cursor: pointer !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.max-width-300 {
    max-width: 300px !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.toast-success {
    background-color: #ea5d31 !important;
    border: 1px solid #ea5d31 !important;
}

.font-weight-600 {
    font-weight: 600;
}

.w-480 {
    width: 480px !important;
}

.overflow-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

.input-width {
    width: 390px !important;
}

.div-label {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.project-list-table {
    border-collapse: separate;
    border-spacing: 0 4px;
}

.table > :not(caption) > * > * {
    padding: 6px 10px;
}

.sort-span {
    display: block;
    margin-bottom: -14px !important;
}

.modal-image {
    width: 30%;
}

.modal-form {
    width: 70%;
}

.folder-card-active {
    background-color: #eff2f761 !important;
}

.file-manager-card {
    overflow-y: scroll; /* Add a vertical scroll bar */
    overflow-x: hidden; /* Hide the horizontal scroll bar */
    height: 350px !important;
}

.file-manager-uncategorized {
    overflow-y: scroll; /* Add a vertical scroll bar */
    overflow-x: hidden; /* Hide the horizontal scroll bar */
    height: 220px !important;
}

.dropdown-divider.highlight {
    border-top: 2px solid #007bff;
}

.disabled {
    pointer-events: none !important;
    opacity: 0.5 !important;
}

.event-none {
    pointer-events: none !important;
}

.media-tag {
    height: 65px;
    width: 90px;
}

.text-truncate {
    display: block;
    overflow: hidden;
    font-size: 12px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 12em; /* adjust to the desired number of characters */
}

.c-pointer{
    cursor: pointer;
}

.colorBox {
    display: inline-block;
    width: calc(1.8 * 20px);
    height: calc(1.8 * 20px);
    border: 1px solid #000;
    border-radius: calc(1 * 4px);
    cursor: pointer;
}


#loader {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

#loader .sr-only {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#password-strength-indicator {
    margin-top: 8px;
    height: 6px;
    border-radius: 3px;
    background-color: lightgray;
}

.strength-weak {
    background-color: red !important;
    width: 33.33%;
}

.strength-medium {
    background-color: yellow !important;
    width: 66.66%;
}

.strength-strong {
    background-color: green !important;
    width: 100%;
}

.password-strength-text {
    margin-top: 4px;
    font-weight: bold;
}

.border-black {
    border: 1px solid #ced4da !important;
}

.border-top-black {
    border-top: 1px solid #ced4da !important;
}

.textarea-container .tox-tinymce {
    height: 200px !important; /* Set your desired height here */
}

.table-media {
    max-height: 40px;
    max-width: 70px;
}

.highlighted-cell {
    background-color: rgb(255, 174, 160) !important;
}

.content-overflow{
    position: relative;
    width: 200px;

}

.content-data{
    overflow: hidden;
    white-space: nowrap;
    max-height: 20px;
    max-width: 175px;
}

.ellipsis-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    pointer-events: none; /* Allow clicks to pass through the overlay */
    height: 100%;
    width: 20px; /* Width of the overlay, adjust as needed */
    display: none; /* Initially hide the overlay */
}

.collection-card {
    cursor: pointer; /* Set cursor to pointer for the whole card */
    transition: box-shadow 0.3s ease; /* Smooth transition for shadow */
}

.collection-card div,p{
    color: #495057;
}

.collection-card:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); /* Thicker shadow on hover */
}

#custom-properties{
    min-height: 350px;
    overflow-x: auto;
}

#custom-property-collections{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.custom-w-25{
    width: calc(25% - 20px);
}


#item-pagination{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
}

.overflow-x-auto{
    overflow-x: auto;
}

.img-option{
    width: 50px;
    height: 50px;
}

.selected-img-option{
    width: 20px;
    height: 20px;
}

.accessory_image{
    width: 100%;
}

.cp-item-table{
    border-collapse: collapse;
}

.td-wrapper{
    max-height: 40px;
    overflow: hidden;
}

.show {
    display: block;
}

.w-33{
    width: 33%;
}
