.whitelabel-tab-content {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.whitelabel-tab-content p {
    font-size: 13px;
    font-weight: 600;
    width: 250px;
}

.whitelabel-tab-content input:not([type='button'], [type='checkbox']) {
    width: fit-content;
    font-size: 12px;
    height: 25px;
    width:350px;
}

.whitelabel-tab-content textarea {
    width: fit-content;
    font-size: 12px;
    
    width:350px;
}

.modula-tab-container {
    padding-top: 0;
    margin: 20px 0;
}

/* Toggles */
.modula-toggle {
	position    : relative;
	user-select : none;
	display     : inline-block;
}

.modula-toggle__items {
	box-sizing : border-box;
	display    : inline-block;
	position   : relative;
}

.modula-toggle__items > * {
	box-sizing : inherit;
}

.modula-toggle__input[type=checkbox],
body .media-modal-content .attachment-details .modula-toggle__input[type=checkbox] {
	border-radius : 2px;
	border        : 2px solid #6c7781;
	margin-right  : 12px;
	transition    : none;
	height        : 100%;
	left          : 0;
	top           : 0;
	margin        : 0;
	padding       : 0;
	opacity       : 0;
	position      : absolute;
	width         : 100%;
	z-index       : 1;
}

.modula-toggle__track,
body .media-modal-content .attachment-details .modula-toggle__track {
	background-color : #fff;
	border           : 2px solid #6c7781;
	border-radius    : 9px;
	display          : inline-block;
	height           : 18px;
	width            : 36px;
	vertical-align   : top;
	transition       : background .2s ease;
}

.modula-toggle__thumb,
body .media-modal-content .attachment-details .modula-toggle__thumb {
	background-color : #6c7781;
	border           : 5px solid #6c7781;
	border-radius    : 50%;
	display          : block;
	height           : 10px;
	width            : 10px;
	position         : absolute;
	left             : 4px;
	top              : 4px;
	transition       : transform .2s ease;
}

body .media-modal-content .attachment-details .modula-toggle__thumb,
body .media-modal-content .attachment-details .modula-toggle__track {
	min-width  : auto;
	min-height : auto;
	float      : none;
	padding    : 0;
}

.modula-toggle__off {
	position : absolute;
	right    : 6px;
	top      : 6px;
	color    : #6c7781;
	fill     : currentColor;
}

.modula-toggle__on {
	position       : absolute;
	top            : 6px;
	left           : 8px;
	border         : 1px solid #fff;
	outline        : 1px solid transparent;
	outline-offset : -1px;
	display        : none;
}

.modula-toggle__input[type=checkbox]:checked + .modula-toggle__items .modula-toggle__track {
	background-color : #11a0d2;
	border           : 9px solid transparent;
}

.modula-toggle__input[type=checkbox]:checked + .modula-toggle__items .modula-toggle__thumb {
	background-color : #fff;
	border-width     : 0;
	transform        : translateX(18px);
}

.modula-toggle__input[type=checkbox]:checked + .modula-toggle__items .modula-toggle__off {
	display : none;
}

.modula-toggle__input[type=checkbox]:checked + .modula-toggle__items .modula-toggle__on {
	display : inline-block;
}
