body {
	position: relative;
	padding-bottom: 20px;
	min-height: 100%;
	background-color: #043B7A;
	font-family: 'Montserrat';
	font-size: 24px;
	overflow-y: scroll;
}

#wakeup_container {
	background: none;
	padding-bottom: 20px;
	margin: 20px 0px;
	min-width: 1140px;
}

.header_txt {
	font-weight: bold;
	font-size: 32px;
	color: #fff;
	margin-bottom: 20px;
}

.content_header {
	min-height: 55px;
}

.content_body {
	min-height: 700px;
}

.btn {
	font-size: 24px;
}

.btn a {
	text-decoration: none;
}

.btn.restart {
	font-size: 18px;
	color: #043B7A;
	padding: 13px 20px;
	background-color: #fff;
	transition: 0.3s;
}

.btn.restart:hover {
	box-shadow: 0px 2px 10px 1px #ccc;
}

.client_company {
	vertical-align: middle;
	text-align: center;
	padding-top: 170px;
}

.client_company a:last-child .logo {
	margin-right: 0px;
}

.client_company .logo {
	display: inline-block;
	background-color: #f4f4f4;
	border-radius: 16px;
	padding: 120px 51px;
	cursor: pointer;
	min-width: 375px;
	margin-right: 32px;
	transition: 0.3s;
}

.client_company .logo:hover, .client_company .logo.previous_selected {
	background-color: #C2DFFF;
	box-shadow: inset 0px 0px 20px #fff, 0 0 20px #fff;
}

.client_company .logo img{
	height: 90px;
}

.client_department table td {
	padding: 12px 0;
	width: 50%;
}

.client_department table td:nth-child(even) {
	padding-left: 12px;
}

.client_department table tr td:nth-child(odd) {
	padding-right: 12px;
}

.btn_dept, .btn_dept:link, .btn_dept:visited {
	display: block;
	background-color: #F4F4F4;
	padding: 22px 20px;
	border-radius: 16px;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

.btn_dept:hover, .btn_dept:active, .btn_dept.previous_selected {
	background-color: #C2DFFF;
	text-decoration: none;
	box-shadow: inset 0px 0px 5px #fff, 0 0 20px #fff;
}

.btn_dept .dept_txt:before {
	content: '';
	display: inline-block;
	position: relative;
	width: 24px;
	height: 24px;
	top: 3px;
	margin-right: 27px;
	background-color: #c4c4c4;
	border: 4px solid #c4c4c4;
	border-radius : 12px;
}

.btn_dept:active .dept_txt:before, .btn_dept.previous_selected .dept_txt:before{
	background-color: #043B7A;
}

.notify_box {
	background-color: #fff;
	color: #043B7A;
	padding: 20px;
	border: 4px solid #043B7A;
	border-radius: 12px;
}

.client_account table td {
	padding: 12px 0;
	width: 33%;
}

.client_account table tr td:first-child{
	padding-right: 12px;
}

.client_account table tr td:last-child{
	padding-left: 12px;
}

.c_info > span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

.c_info .icon img {
	width: 60px;
	height: 48px;
	margin-right: 25px;
}

.c_info .txt .c_name {
	font-weight: bold;
}

.c_info .txt .d_name {
	font-size: 16px;
}

.c_info .txt .mc_addr {
	font-size: 12px;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
	overflow-y: scroll !important;
}

.popup_container {
	font-family: 'Montserrat' !important;
	font-size: 16px !important;
	background: #F2F2F2 !important;
	border-radius: 16px !important;
}

.swal2-content {
	padding: 0 20px !important;
}

.popup_header {
	text-align: left;
	margin-bottom: 16px;
	font-weight: bold;
}

.btn_dept_js {
	display: block;
	background-color: #F4F4F4;
	padding: 22px 20px;
	border-radius: 16px;
	text-decoration: none;
	box-shadow: 0px 3px 7px rgba(14, 31, 53, 0.12);
}

.swal2-actions {
	padding: 0 !important;
	justify-content: space-between !important;
}

.popup_cancel_btn {
	font-size: 16px !important;
	padding: 10px 12px !important;
	background: #F2F2F2 !important;
	color: #043B7A !important;
	border: 2px solid #97ACCD !important;
}

.popup_confirm_btn {
	font-size: 16px !important;
	padding: 10px 12px !important;
	background: #00BE6D !important;
}

/* loading screen animation */

.wakeup_loading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	width: 100%;
	height: 700px;
}

.timer {
	display: flex;
	align-items: start;
	width: 300px;
	height: 95px;
	background-color: transparent;
	overflow: hidden;
	margin-top: 40px;
}

.timer div.clock-separator {
	display: flex;
	align-self: flex-start;
}

.timer div.clock-separator p {
	line-height: 75px;
}

.timer div {
	display: flex;
	align-items: center;
}

.number-grp-wrp {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.timer p {
	width: auto;
	display: table;
	margin: 0;
	font-size: 105px;
	line-height: 90px;
}

/* ----------------------- */

.wakeup_guide {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	min-height: 700px;
}

.wakeup_guide .icon {
	width: 150px;
	margin-bottom: 32px;
}

.wakeup_guide .txt {
	text-align: center;
	margin-bottom: 72px;
}

.wakeup_guide .txt .upper {
	font-size: 48px;
}

.wakeup_guide .txt .lower {
	font-size: 18px;
}

.wakeup_guide .guide_wrapper {
	display: flex;
	justify-content: center;
	justify-content: center;
	width: 700px;
}

.guide_container {
	display: flex;
	/*flex-direction: row;*/
	justify-content: center;
	align-items: center;
	font-size: 14px;
	background: #fff;
	color: #043B7A;
	border-radius: 14px;
	padding: 20px;
}


.guide_container .pic {
	position: relative;
	border-radius: 8px;
	margin: 5px 0 10px 0;
	overflow: hidden;
	/*cursor: pointer;*/
}

.guide_container .pic img {
	/*width: 165px;*/
	height: 120px;
}

.guide_container .txt {
	width: 400px;
	margin: 0 25px 0 0;
	text-align: left;
}

.zoom_content {
	padding: 0 !important;
}

.fa-solid {
	font-size: 20px;
}