.sssm_token_field {
	width: 69em;
}

.sssm_long_url_field {
	width: 46em;
}

.sssm_url_field {
	width: 24em;
}

.sssm_title_field {
	width: 16em;
}

.sssm_id_field {
	width: 6em;
}

.label-inline-width {
    width: 4em;
    display: inline-block;
}

.tab-content>.tab-pane {
	float: left;
	width: 100%;
	display: none;
}

.tab-content>.tab-pane.active {
	display: block;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 5px 4px -2px rgba(0, 0, 0, 0.15);
}

.hidden {
	display: none;
}

body {
	margin: 0px;
	font-family: "Arial";
}

input[type="button"] {
	padding: 5px 10px;
	margin: 10px 5px;
	border-radius: 5px;
	cursor: pointer;
	background: #ddd;
	border: 1px solid #ccc;
}

input[type="button"]:hover {
	background: #ccc;
}

.confirm {
	display: none;
}

.confirm>div:first-of-type {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	top: 0px;
	left: 0px;
}

.confirm>div:last-of-type {
	padding: 10px 20px;
	background: white;
	position: absolute;
	width: auto;
	height: auto;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	border-radius: 5px;
	border: 1px solid #333;
}

.confirm>div:last-of-type div:first-of-type {
	min-width: 150px;
	padding: 10px;
}

.confirm>div:last-of-type div:last-of-type {
	text-align: right;
}

#confirmClose {
	position: absolute;
	top: 0;
	font-weight: 900;
	padding: 0 !important;
}

.flex {
	display: flex;
}

.none {
	display: none !important;
}

.justify-center {
	justify-content: center;
}

.active {
	background: #2271b1;
	color: white;
}

.mb-5 {
	margin-bottom: 5px;
}

.list-unstyled {
	list-style: none;
}

.sssm_form {
	border: 1px solid #303030;
	background: #fff;
	width: 60%;
	padding: 10px 20px;
}

.ssp-flex {
	display: flex;
	left: 10px;
	gap: 15px;
}

.ssp_button_to_link {
	background: none !important;
	border: none;
	padding: 0 !important;
	/*optional*/
	font-family: arial, sans-serif;
	/*input has OS specific font-family*/
	color: #069;
	text-decoration: underline;
	cursor: pointer;
}

.sssm_copy_btn {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.5rem; 
	padding: 0; 
	vertical-align: middle;
}