.modal .ShowOverflow .bootstrap-select.btn-group .dropdown-menu { z-index: 2000; }
.modal .ShowOverflow .bootstrap-select.btn-group .dropdown-menu.inner { position: static; }
.modal .ShowOverflow { overflow: visible; }
.modal .modal-body.ShowOverflow { overflow-y: visible !important; }

.modal-body
{
	width: calc(100% - 25px);
	height: 100%;
	max-height: calc(100vh - 200px);
	overflow-x: auto;
	scrollbar-width: none;
}

.modal-body::-webkit-scrollbar
{
	display: none;
}

.modal-dialog
{
	width: calc(100% - 25px);
}

.modal-title
{
	color: #000000;
}

.DeviceRecoveryKeyModal
{
	z-index: 99998;
}

.StaffPasswordModal
{
	z-index: 99998;
}

.DeviceModal
{
	z-index: 99997;
}

.StaffModal
{
	z-index: 99996;
}