body {
    line-height: 18px !important;
}
.maxw-500 {
	max-width: 500px !important;
}
.minvh-100 {
    min-height: 100vh;
}
.minvh-67 {
    min-height: 67vh;
}
#spinner-div {
	position: fixed;
	display: none;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.8);
	z-index: 999;
}
.profile-top-btns {
	position: absolute;
	top: 0;
	top: constant(safe-area-inset-top) !important;
	top: env(safe-area-inset-top) !important;
    left: 0;
	right: 0;
	width: 100%;
    z-index: 2;
    font-size: 18px;
    padding: 17px;
}
.profile-top-btns a {
    color: #fff;
}
.google-visualization-orgchart-node, .google-visualization-orgchart-node-medium, .google-visualization-orgchart-nodesel {
	border: 0 !important;
	color: #111;
}
.google-visualization-orgchart-lineleft, .google-visualization-orgchart-lineright, .google-visualization-orgchart-linebottom, .google-visualization-orgchart-linetop, .google-visualization-orgchart-lineleft {
	border-color: #03486d !important;
}

#user_test_results .progress {
    position: relative;
	height: 55px;
	background: #fff;
}
#user_test_results .progress-bar {
	position: absolute;
    top: 0;
    left: 0;
	width: 0;
    height: 100%;
}
#user_test_results .r_bar {
	width: 100%;
	z-index: 7;
}

#user_test_results.p100 .progress, #user_test_results .show_res {
	display: none;
}
#user_test_results.p100 .show_res {
	display: block;
}

.pagination.tests_pages {
	margin: 0;
	overflow-x: auto;
}

ul.tests_pages .active {
	background: #F6BB42;
	color: #fff !important;
}
.btn-test_answers.us_ans .ta_icon, ul.tests_pages .us_ans {
	background: #03486d !important;
	color: #fff !important;
}


.btns-test_answers {
	background: #eee;
}
.btn-test_answers .ta_icon {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 40px;
	background: #f5f5f5;
}

#user_test_results .progress {
    position: relative;
	height: 55px;
	background: #fff;
}
#user_test_results .progress-bar {
	position: absolute;
    top: 0;
    left: 0;
	width: 0;
    height: 100%;
}
#user_test_results * {
	color: #F6BB42 !important;
}
#user_test_results .r_bar {
	width: 100%;
	z-index: 7;
}


.pagination.tests_pages .page-item {
  margin-right: 2px;
  margin-left: 2px;
}
.tests_pages .page-item a {
	padding: 7px !important;
    min-width: 34px;
}
ul.tests_pages .active {
	background: #F6BB42;
	color: #fff !important;
}
.btn-test_answers.us_ans .ta_icon, ul.tests_pages .us_ans {
	background: #03486d !important;
	color: #fff !important;
}
.bg-light15 {
    color: #fff;
    background-color: rgb(255 255 255 / 15%);
    border-color: rgb(255 255 255 / 35%);
}
.p_binar_side a {
	color: #fff;
	padding: 5px 12px 3px;
	font-size: 18px;
}
.p_binar_side a.active {
    color: #03486d !important;
	background: #fff;
}
.border-light-y {
	font-size: 16px !important;
	border-left: 1px solid rgb(255 255 255 / 35%) !important;
	border-right: 1px solid rgb(255 255 255 / 35%) !important;
}