/* bootstrap xs */

body {
	background-color: #FFFFFF;
}
.tm_errorColor {
    color: #F9756F !important;
}
.tm_pointer {
    cursor: pointer;
}

.tm_clear_both {
    clear: both;
}

.tm_flex_break {
    flex-basis: 100%;
    height: 0;
}
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 7px;
}

::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: rgba(0, 0, 0, .5);
	box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}


.hidden {
	display: none;
}

.tm_flex_placeholder {
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
}

.tm_title_block {
	font-family: "Unna Regular", sans-serif;
	font-size: 40px;
	line-height: 48px;
	color: #080927;
	text-align: center;
	margin-bottom: 2rem;
}

.tm_long_title_block {
	font-family: "Unna Regular", sans-serif;
	font-size: 32px;
	line-height: 44px;
	color: #080927;
	text-align: center;
	margin-bottom: 2rem;
	max-width: 600px;
}

.tm_sub_title_block {
	color: #080927;
	font-family: "Manrope Medium", sans-serif;
	font-size: 16px;
	line-height: 28px;
	width: 90%;
	max-width: 450px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}

.tm_description_block {
	color: #5D5D67;
	font-family: "Manrope Regular", sans-serif;
	font-size: 16px;
	line-height: 28px;
	width: 90%;
	max-width: 450px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2.5rem;
}


.btn_primary {
	color: #FFFFFF;
	justify-content: center;
	align-items: center;
	padding: 12px 25px;
	border: 1px solid #3272CB;
	box-sizing: border-box;
	border-radius: 25px;
	flex: none;
	order: 0;
	flex-grow: 0;
	background: #3272CB;
	margin: 10px;
}

	.btn_primary:hover {
		background: #3272DF;
		color: #FFFFFF;		
	}

	.btn_primary:disabled {
		color: #ADADB7;
		border: 1px solid #ECEEF2;
		background: #ECEEF2;
	}

.btn_secondary {
	justify-content: center;
	align-items: center;
	padding: 12px 25px;
	border: 1px solid #DDDFE3;
	box-sizing: border-box;
	border-radius: 25px;
	color: #3272CB;
	background: #FFFFFF;
	margin: 10px;
}

	.btn_secondary:hover {
		border: 1px solid #DDDFE3;
		background: #F9FAFB;
	}

	.btn_secondary:disabled
		{
		border: 1px solid #DDDFE3;
	}
.btn_secondary_disabled {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 12px 25px;
	border: 1px solid #DDDFE3;
	box-sizing: border-box;
	border-radius: 1000px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 8px;
}
	.btn_green {
		display: inline-block;
		height: 48px;
		font-family: "Manrope SemiBold", sans-serif;
		font-size: 12px;
		line-height: 22px;
		color: #FFFFFF;
		border: 1px solid #21CC8E;
		background-color: #21CC8E;
		margin: 0;
		padding: .8125rem 2rem;
		border-radius: 25px;
		text-decoration: none;
	}

	.btn_green:hover {
		border: 1px solid #1FDB97;
		background-color: #1FDB97;
	}
		



		.btn_danger {
			color: #fff;
			justify-content: center;
			align-items: center;
			padding: 12px 25px;
			border: 1px solid #ac2925;
			box-sizing: border-box;
			border-radius: 25px;
			flex: none;
			order: 0;
			flex-grow: 0;
			background: #d9534f;
			margin: 10px;
		}

	.btn_danger:hover {
		background: #c9302c;
		border-color: #ac2925;
		color: #FFFFFF;
	}

	.btn_danger:disabled {
		color: #fff;
		border: 1px solid #b21f2d;
		background: #bd2130;
	}

.modalPopup {
	background-color: white;
	color: black;
	/*box-shadow: 7px 4px 4px black;*/
	border: solid 1px rgba(0,0,0,0.2);
}

.modalPopupContainer {
	padding: 16px 16px 16px 16px;
	color: black;
	font-size: 0.9em;
}

.modalPopupCloseButton {
	width: 30px;
	height: 30px;
	background-color: #6F635B;
}

.modalBackground {
	background-color: white;
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.padding-top-10 {
	padding-top:10px;
}

.ui-dialog-titlebar-close {
	display: inline-block;
	content: "\00d7"; /* This will render the 'X' */
}

/* bootstrap sm */
@media (min-width: 576px) {
	.tm_long_title_block {
			padding-left: 1em;
			padding-right: 1em;
			margin-left: auto;
			margin-right: auto;
		}
	}
