.hint-tooltip {
    position: relative;
    display: inline-block;
}

.hint-tooltip .tooltiptext {
    visibility: hidden;
    width: 100px;
    background-color: #888;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -50px;
    opacity: 0;
    transition: opacity 0.3s;
}

.hint-tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.hint-tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.form-selector {
    position: relative;
    border: 1px solid #e9ecef;
    background-color: #e9ecef;
    cursor: pointer;
    min-width: 35px;
    border-radius: 0.5rem;
    padding: 5px;
    overflow: hidden;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}

.border-radius-30 {
    border-radius: 30px !important;
}

    .quick-link-item a:hover {
        /*  background-color: var(--bs-primary);*/
        color: var(--bs-primary);
    }

    .quick-link-item a.active {
        color: var(--bs-primary) !important;
        /* color: #fff !important;*/
    }
.quick-link-item a {
    margin: 5px;
    border-radius: 15px;
    overflow: hidden;
    color: #3F4254;
}

.quick-link-item a:hover {
    color: var(--bs-primary);
    /*color: white;*/
}

.quick-link-item a.active {
    color: var(--bs-primary);
    /*color: #fff !important;*/
}

.inputGroup {
    background-color: transparent;
    display: block;
    margin: 10px 0;
    position: relative;
}

.inputGroup label {
    padding: 12px 10px;
    width: 100%;
    display: block;
    text-align: left;
    color: #B7B7B7;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
    text-align: center;
    border: 1px solid;
    font-size: 10px;
}

.inputGroup label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: '';
    background-color: var(--bs-primary);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}



.inputGroup input:checked ~ label {
    color: #fff;
}

.inputGroup input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}

.inputGroup input:checked ~ label:after {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.inputGroup input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    width: 0;
    height: 0;
}

.fixed-header thead {
    background: white;
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.4);
}
.nav-pills-custom .nav-link {
    background: none;
    border: 0;
    border-radius: 0.475rem;
    padding: 5px;
}

.nav-pills-custom .nav-link.active,
.nav-pills-custom .show > .nav-link {
    color: var(--bs-primary) !important;
    font-weight: 700;
    border: 0;
    border-right: 3px solid var(--bs-primary);
    border-radius: 0;
    padding-right: 10px;
}

.nav-pills-custom .nav-item {
    margin-left: 0.5rem;
}

.nav-pills-custom .nav-item:last-child {
    margin-left: 0;
}
.active-status {
    border: 1px solid;
    border-color: #Ba9c78;
    border-radius: 0.475rem;
}

.quarter-circle-top-right {
    width: 40px;
    height: 40px;
    border-radius: 0 0 0 40px !important;
    -moz-border-radius: 0 0 0 40px;
    -webkit-border-radius: 0 0 0 0px;
}

.form-selector {
    position: relative;
    border: 1px solid #e9ecef;
    cursor: pointer;
    min-width: 35px;
    border-radius: 0.5rem;
    padding: 2px;
    overflow: hidden;
    margin-bottom: 0.25rem;
    margin-left: 0.25rem;
}

.customtable {
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    border: none;
    border-collapse: separate;
    border-spacing: 0 10px;
}
.customtable tbody tr {
    background-color: #fff;
}
.customtable:not(.customtable-soild) tbody tr:hover {
    background-color: #eee;
}
.customtable .tbl-active {
    background-color: #ddd;
}
.customtable .tbl-active td {
    border: 1px solid #56b7de;
    border-right: 0;
    border-left: 0;
}
.customtable .tbl-active td:first-child {
    border: 1px solid #56b7de;
    border-left: 0;
}
.customtable .tbl-active td:last-child {
    border: 1px solid #56b7de;
    border-right: 0;
}
.customtable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: right;
    color: #9e9999;
}
.customtable td:first-child {
    border-radius: 0 20px 20px 0;
    overflow: hidden;
}
.customtable td:last-child {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.customtable.customtable-5px td:first-child {
    border-radius: 0 5px 5px 0;
    overflow: hidden;
}
.customtable.customtable-5px td:last-child {
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}
.customtable.customtable-5px td {
    padding: 5px;
}
.underline-control {
    border: 0px solid;
    border-bottom-width: 1px;
    background-color: transparent;
    outline: none;
    border-radius: 0;
    transition: border-color 0.25s linear;
}

.underline-control:focus {
    border-color: var(--bs-primary);
    -webkit-transition: ease-out 0.25s, height 0.25s ease-out 0.25s;
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
}
.primary-img {
    filter: invert(20%) sepia(7%) saturate(2941%) hue-rotate(207deg) brightness(94%) contrast(83%);
}
.invert-img {
    filter: invert(1);
}
.chat-item {
    display: flex;
    gap: 5px;
    align-items: start;
}

.chat-item.chat-item-reciver {
    flex-direction: row-reverse;
}

.chatBox-div {
    max-width: 75%;
}

.chat-item .message-time {
    float: left;
}

.chat-item.chat-item-reciver .message-time {
    float: right;
}

.chat-item .chatBox {
    width: fit-content;
    background-color: var(--bs-primary);
    padding: 10px 10px;
    border-radius: 20px 0px 20px 20px;
    color: white;
}

.chat-item.chat-item-reciver .chatBox {
    background-color: transparent;
    border-radius: 0px 20px 20px 20px;
    border: 1px solid;
    color: var(--bs-primary);
}

.chat-img {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 50% !important;
    overflow: hidden
}

.chat-img > img {
    width: 40px;
    height: 40px;
}
.message-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #EFF2F5;
    border-radius: 0.475rem;
    box-shadow: 0px 0px 20px 0px rgb(76 87 125 / 2%);
    margin-bottom: 0.5rem !important;
}
.message-card.active {
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.message-card .count {
    background-color: #E46161;
    z-index: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    color: #ffffff !important;
    border-radius: 50% !important;
    font-size: 0.85rem !important;
    height: 20px !important;
    width: 20px !important;
    border: 1px solid #ffffff !important;
    position: absolute !important;
}
.breadcrumb-item-custom + .breadcrumb-item-custom {
    padding-right: 0.5rem;
}

    .breadcrumb-item-custom + .breadcrumb-item-custom::before {
        float: right;
        padding-left: 0.5rem;
        color: #7E8299;
        content: var(--bs-breadcrumb-divider, " - ");
    }

.breadcrumb-item-custom.active {
    color: #Ba9c78;
}