.w-fit {
    width: fit-content !important;
}


.filter-icon {
    color: #ff9800 !important;
    font-size: 8px !important;
    position: absolute;
    display: none;
}

.form-control,#password,.select2{
    border-radius: 5px !important;
}

#password,
.select2 {
    display: block;
    width: 100%;
    padding: 0.3rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.4rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d6da;
    appearance: none;
    border-radius: 0.5rem;
    transition: box-shadow 0.15s ease, border-color 0.15s ease;
}

.select2-container--default .select2-selection--single
{
    border: none;
    border-radius: 0px;
    padding: 0px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top:6px !important
}

.select2-results__options {
    color: grey;
}

.error {
    color: #dd2929 !important;
    font-size: 11px;
    font-weight: bold;
    width: 100%;
}

.iti__country {
    color: black;
}

.img-thumbnail {
    max-width: 200px !important;
}

.note-editable {
    background-color: #fff;
}

.note-editable p,
.note-editable span {
    color: #000 !important;
}

.dropdown .dropdown-toggle:after
{
    text-align: end;
}

.dark-version .dropdown .dropdown-menu:before {
    color: transparent !important;
}


.carousel-caption{
    background: rgba(0, 0, 0, .5);
    width: 100%;
    margin-left: 0 !important;
    padding: 15px;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    background: rgba(0, 0, 0, .5);
}

.text-purple {
    color: #907CFF !important;
}

.bg-purple{
    background-color: #907CFF !important;
}

.btn-purple{
    background-color: #907CFF !important;
    color: #fff !important;
}

.dark-version .card .note-editable p{
    color:#000 !important;
}

/* width */
::-webkit-scrollbar{
    width: 5px;
 }
  
/* Track */
::-webkit-scrollbar-track {
background: #051139 ;
}

/* Handle */
::-webkit-scrollbar-thumb {
background: #907CFF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #555;
}

.table-responsive::-webkit-scrollbar{
    height: 5px;
    border-radius: 5px;
}

.count {
    background: red;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    border-radius: 100px;
    font-size: 10px;
    top: 0px;
    right: -5px;
    padding: 2px 0px 0px 2px;
}

.notification-ul{
    width: 300px;
    max-height: 300px;
    overflow-y: scroll;
    margin-top: 0px !important;
}

/* loader code start */
.overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    background: #696cff1a;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    position: absolute;
    left: 50%;
    top: 40%;
    z-index: 9999;
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    --c: no-repeat radial-gradient(farthest-side, #696cff 80%, #0000);
    background:
        var(--c) 50% 0,
        var(--c) 50% 100%,
        var(--c) 100% 50%,
        var(--c) 0 50%;
    background-size: 12px 12px;
    animation: l12 1.5s infinite;
}

.loader::before {
    margin: 4px;
    filter: hue-rotate(15deg);
    background-size: 8px 8px;
    animation-timing-function: linear
}

@keyframes l12 {
    100% {
        transform: rotate(.5turn)
    }
}
/* loader code end */

.sticky-nav {
    position: fixed !important;
    background: #051139;
    width: 77%;
    z-index: 99;
    border-radius: 0 !important;
}

.content-body {
    padding-top: 70px !important;
}

/* Modal background */
.theme-modal .modal-content {
    background-color: #111C44; /* change to your theme color */
    border-radius: 12px;
}

/* Optional: header/footer colors */
.theme-modal .modal-header,
.theme-modal .modal-footer {
    border: none;
}



/* Text color inside modal body */
.theme-modal .modal-body span {
    color: #ffffff;
}
