::-webkit-scrollbar-track, *::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgb(210, 210, 210) !important;
  background-color: #f5f5f5 !important;
}

::-webkit-scrollbar, *::-webkit-scrollbar {
	width: 6px !important;
	background-color: #f5f5f5 !important;
}

::-webkit-scrollbar-thumb, *::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	-webkit-box-shadow: inset 0 0 6px #3454d1 !important;
  background-color: #3454d1 !important;
}

.gambaralbum {
    width: 50px;
    height: auto;
    margin-right: 5px;
    vertical-align: middle;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
}

.typeselection {
    opacity: 1;
    position: absolute;
    z-index: 10;
}

.label-btn {
    display: block;
    padding: 8px 12px;
    border: 1px solid #3454d1;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fff;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #222;
    /* Add smooth transition */
    z-index: 1000;
    position: relative;
}

.typeselection:checked+.label-btn {
    background-color: #3454d1;
    color: white;
}

.show-pass {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.icon-view {
    cursor: pointer;
    display: block;
}

.icon-view.active {
    cursor: pointer;
    display: none;
}

.icon-hide {
    cursor: pointer;
    display: none;
}

.icon-hide.active {
    cursor: pointer;
    display: block;
}

.page-link {
    color: #3454d1;
}

.active>.page-link, .page-link.active {
    background-color: #3454d1 !important;
    border-color: #3454d1 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #3454d1 !important;;
}

.notifications-item:hover,
.notifications-item:focus,
.notifications-item.align-items-center.active {
    background: #3454d1 !important;
    color: #fff !important;
    cursor: pointer !important;
    border-radius: 10px;
}

.notifications-item:hover i,
.notifications-item:focus i,
.notifications-item.align-items-center.active i {
    color: #fff !important;
}

.select2-container--default .select2-selection--single:focus {
    box-shadow: none !important;
}

.select2-container--default .select2-selection--single {
    box-shadow: none !important; /* Remove box shadow on selection */
}

.select2-container--default .select2-selection--single:hover {
    box-shadow: none !important; /* Remove box shadow on hover */
}

.select2-container .select2-selection {
    min-height: fit-content !important;
}

.form-select-sm~.select2-container--bootstrap-5 .select2-selection--single {
    padding: 12px 15px !important;
}

.select2-container--bootstrap-5 .select2-selection {
    font-size: .875rem !important; /* Set font size of the selected option */
}

.select2-container--bootstrap-5.select2-container--focus .select2-selection, .select2-container--bootstrap-5.select2-container--open .select2-selection {
    border-color: #3454d1 !important;
    box-shadow: none !important;
}