@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&amp;display=swap');

/*************start*************/
img {
	width:98px;
	/*max-width:100%;*/
	display:inline-block;
}
body {
	font-family: 'Open Sans', sans-serif;
	background-color: #fbfbfc;
	position: relative;
	line-height: 34px;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0px;
	padding:0px;
	font-weight: normal;
	line-height: 34px;
}
a:hover, a:focus{
	text-decoration:none;
}
.desktop_none{
	display: none;
}
.mt_30{
	margin-top: 30px !important;
}
/*************Header Area start*************/

.company_header{
	padding: 20px 0px;
	background-image: linear-gradient(93deg, #006e8b 0%, #0e0043 96%, #0e0043 96%);
}
.company_header_logo{
	text-align: center;
}
.company_header_question{
	text-align: right;
}
.company_header_question button{
	width: 36px;
	height: 36px;
	opacity: 0.7;
	background-color: #bed1de;
	border-radius: 50%;
	text-align: center;
	color: #000;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

/*************company witget Area start*************/

.company_witget_area{
	padding: 46px 0px;
}
.company_witget_box{
	max-width: 752px;
	margin: 0 auto;
	padding: 40px 50px 50px;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	background-color: #ffffff;
	text-align: center;
}
.top_title{
	
}
.top_title h2{
	font-size: 44px;
	line-height: 120%;
	color: #1e4b69;
}
.top_title h3{
	font-size: 32px;
	font-weight: 300;
	line-height: 120%;
	color: #1e4b69;
}
.form_controlers{
	max-width: 340px;
	margin: 0 auto;
	padding: 40px 0px 0px;
}
.input_control{
	width: 100%;
	height: 34px;
	border: none;
	border-bottom: solid 1px #7d96a7;
	border-radius: 0px;
	font-size: 16px;
	color: #1e4b69;
	font-style: italic;
	margin: 0;
	padding: 0;
}
select.input_control{
	color: #7d96a7;
}
.input_control::-webkit-input-placeholder {
	color: #7d96a7;
}
.input_control::-moz-placeholder {
	color: #7d96a7;
}
.input_control:-ms-input-placeholder {
	color: #7d96a7;
}
.input_control:-moz-placeholder {
	color: #7d96a7;
}
.input_control:focus {
	color: #1e4b69;
    outline: 0;
    box-shadow: none;
	border: none;
	border-bottom: solid 1px #7d96a7;
}
.input_control.active{
	color: #1e4b69;
	font-weight: 600;
	font-style: normal;
}

.form_controlers .active::-webkit-input-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.form_controlers .active::-moz-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.form_controlers .active:-ms-input-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.form_controlers .active:-moz-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.form_controlers .active:focus {
	color: #1e4b69;
    outline: 0;
    box-shadow: none;
	border: none;
	border-bottom: solid 1px #7d96a7;
}
.form_controlers .form-group{
	margin-bottom: 15px;
	position: relative;
}
.input_control_icon{
	position: absolute;
	top: 0px;
	right: -50px;
	border: 0;
}
.input_control_icon:focus{
	outline: none;
	box-shadow: none;
	border: 0;
}
.input_control_icon img{
	width: 24px;
}
.submit_btn_area{
	text-align: center;
	padding-top: 40px;
}
.submit_btn{
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius: 33px;
	background-image: linear-gradient(119deg, #38aecd 9%, #0e0043 111%, #0e0043 111%);
	font-size: 16px;
	text-align: center;
	color: #caedd6;
	border: none;
}
.form_controlers_footer{
	padding-top: 24px;
	text-align: center;
}
.form_controlers_footer p{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
}
.form_controlers_footer a{
	color: #3cd7ab;
	display: inline-block;
	text-decoration: underline;
	margin-left: 5px;
	font-weight: 600;
}
.company_witget_txt{
	max-width: 430px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
.company_witget_txt p{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
}
.cancel_link{
	color: #ff004f !important;
}


/*************company Setup Area start*************/

.toper_title{
	text-align: center;
}
.toper_title h1{
	font-family: 'Titillium Web', sans-serif;
	font-size: 64px;
	line-height: 80px;
	font-weight: 600;
	color: #252a55;
}
.breaker480{
	display: none;
}
.company_setup_start_area{
	padding-top: 20px;
}
.company_start_box{
	max-width: 620px;
	margin: 0 auto;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	background-color: #ffffff;
	text-align: center;
	margin-top: 30px;
	padding: 32px 15px 40px;
}
.company_start_box h3{
	font-size: 32px;
	font-weight: 300;
	line-height: 120%;
	color: #1e4b69;
}
.company_start_box p{
	max-width: 395px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
	padding-top: 40px;
}
.blue_btn_area{
	text-align: center;
	padding-top: 40px;
}
.blue_btn{
	width: 100%;
	max-width: 200px;
	height: 50px;
	border-radius: 33px;
	background-image: linear-gradient(119deg, #38aecd 9%, #0e0043 111%, #0e0043 111%);
	font-size: 16px;
	text-align: center;
	color: #caedd6;
	border: none;
}
.company_invite_witget_area .form_controlers{
	max-width: 472px;
}
.invite_form_down .col-md-6{
	padding-top: 10px;
}
.invite_form_down{
	text-align: left;
}
.invite_form_down a{
	font-size: 16px;
	font-weight: 600;
	color: #50e3b9;
}
.invite_form_down a img{
	margin-right: 5px;
}

/*************company Profile Area start*************/

.company_profile_box{
	max-width: 752px;
	margin: 0 auto;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	background-color: #ffffff;
	text-align: center;
	margin-top: 30px;
	padding: 32px 40px 40px 80px;
}
.upload_logo_box{
	padding-top: 55px;
	text-align: left;
	padding-left: 35px;
}
.upload_file_content{
	padding-top: 10px;
}
.upload_file_content label{
	font-size: 16px;
	color: #7d96a7;
	text-decoration: underline;
	display: block;
	cursor: pointer;
}
.upload_file_content .form-control-file{
	display: none;
}
.box_content{
	max-width: 395px;
	margin: 0 auto;
	text-align: center;
	padding-top: 40px;
}
.box_content p{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
}
.box_content h5{
	font-size: 16px;
	font-weight: 600;
	color: #1e4b69;
}
.creat_team_form_controlers{

}

.creat_team_form_controlers .input_control{
	color: #1e4b69;
	font-style: normal;
	font-weight: 600;
}
.creat_team_form_controlers .input_control::-webkit-input-placeholder, .creat_team_form_controlers .input_control::-moz-placeholder, .creat_team_form_controlers .input_control:-ms-input-placeholder, .creat_team_form_controlers .input_control:-moz-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.creat_team_form_controlers .input_control::-webkit-input-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.creat_team_form_controlers .input_control::-moz-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.creat_team_form_controlers .input_control:-ms-input-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.creat_team_form_controlers .input_control:-moz-placeholder {
	color: #1e4b69;
	font-weight: 600;
}
.green_input_control{
	border-bottom: 1px solid #50e3b9;
}
.creat_team_form_controlers .green_input_control{
	color: #50e3b9 !important;
}
.green_input_control::-webkit-input-placeholder {
	color: #50e3b9 !important;
}
.green_input_control::-moz-placeholder {
	color: #50e3b9 !important;
}
.green_input_control:-ms-input-placeholder {
	color: #50e3b9 !important;
}
.green_input_control:-moz-placeholder {
	color: #50e3b9 !important;
}

/*************Disclamer Area start*************/

.disclamer_box{
	max-width: 540px;
	margin: 0 auto;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	background-color: #ffffff;
	margin-top: 30px;
	padding: 25px 10px 20px;
}
.disclamer_box_area_1{
	max-height: 170px;
}
.disclamer_box_area_1 p, .disclamer_box_area_2 p{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #252a55;
	padding-bottom: 15px;
	line-height: 20px;
}
.disclamer_box_area_2{
	padding: 20px 14px 0px;
}
.disclamer_box_area_2 h4{
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 15px;
}
.custome_scrollbar_1{
	overflow: auto;
	padding: 0px 14px;
}
.custome_scrollbar_1::-webkit-scrollbar-track{
	background-color: #fff;
	border-radius: 10px;
}
.custome_scrollbar_1::-webkit-scrollbar{
	width: 3px;
	border-radius: 10px;
}
.custome_scrollbar_1::-webkit-scrollbar-thumb{
	background-color: #ced5db;
	border-radius: 10px;
}

/*************Disclamer Area start*************/

.welcome_start{

}
.toper_title p {
	font-size: 32px;
	font-weight: 300;
	color: #1e4b69;
	padding-top: 10px;
}
.welcome_start .company_setup_start_area{
	max-width: 950px;
	margin: 0 auto;
}
.target_bropdown{
}
.target_bropdown button{
	font-size: 16px;
	font-weight: 600;
	color: #ffffff;
	outline: none;
	box-shadow: none;
	border: none;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.target_bropdown button:hover{
	color: #ffffff;
}
.target_bropdown button:focus{
	outline: none;
	box-shadow: none;
	border: none;
}
.target_bropdown .dropdown-toggle::after {
	border: none;
	width: 15px;
	height: 15px;
	background: url(../images/all-svgs/drop-arrow.png) center center no-repeat;
	top: 7px;
    position: relative;
}
.target_bropdown button span {
	display: inline-block;
	padding-left: 10px;
	padding-right: 5px;
}
.target_bropdown .dropdown-menu {
	top: 8px !important;
	border: none;
	width: 140px;
	border-radius: 4px;
	box-shadow: 0 2px 24px 0 #0a2b40;
	background-color: #ffffff;
}
.target_bropdown .dropdown-menu a{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
	padding: 5px 15px;
}
.dropdown-item:focus, .dropdown-item:hover {
	color: #1e4b69;
    background-color: #dce1e6;
}

/*************Order Test Area start*************/

.order_test_box {
	max-width: 645px;
	margin: 0 auto;
	padding: 40px 80px 25px;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	background-color: #ffffff;
	text-align: center;
}
.order_details{
	padding-top: 50px;
	padding-bottom: 50px;
}
.order_details_target{

}
.order_details h4{
	font-size: 32px;
	font-weight: 300;
	color: #1e4b69;
	text-align: left;
	padding-bottom: 20px;
}
.order_details h5 {
	font-size: 24px;
	font-weight: 200;
	color: #1e4b69;
	text-align: left;
	padding-top: 18px;
}
.order_details p{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
	text-align: left;
}
.order_details_contect{
	text-align: right;
}
.order_details_contect_txt{
	display: inline-block;
}
.pick_date_area{

}
.pick_date_area .form_controlers{
	max-width: 100%;
}
.input_control_textarea{
	width: 100%;
	min-height: 151px;
	background-color: #eceff1;
	padding: 24px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #1e4b69;
	border: none;
	border-radius: 0px;
}
.input_control_textarea::-webkit-input-placeholder {
	color: #7d96a7;
}
.input_control_textarea::-moz-placeholder {
	color: #7d96a7;
}
.input_control_textarea:-ms-input-placeholder {
	color: #7d96a7;
}
.input_control_textarea:-moz-placeholder {
	color: #7d96a7;
}
.input_control_datepick{
	/*background: url(../images/all-svgs/calander.png) left center no-repeat transparent;*/
	background-size: 30px;
	padding-left: 38px;
	height: 45px;
}
.form_controlers_datepick{
	max-width: 215px;
	padding-bottom: 15px;
}
.order_test_txt{

}
.employees_people_area{
	padding-top: 35px;
}
.employees_people_area .row{
	margin: 0px -80px;
}
.employees_people_area .col-md-12{
	padding: 0;
}
.employees_people_area_box{
	background-color: #f7f7f7;
	padding: 30px 60px 40px;
	text-align: left;
}
.employees_people_area_box h3{
	font-size: 24px;
	letter-spacing: 2px;
	color: #252a55;
}
.employees_peoples{
	margin: 0 auto;
	padding-top: 15px;
	padding-left: 45px;
}
.employees_peoples .row{
	margin: 0px -15px;
}
.employees_peoples .col-md-6{
	padding-top: 15px;
}
.employees_peoples_item{
	position: relative;
	padding-left: 80px;
	min-height: 60px;
}
.employees_peoples_item img{
	position: absolute;
	top: 0;
	left: 0;
	width: 58px;
	height: 58px;
	border-radius: 50%;
}
.employees_peoples_item h4{
	font-size: 18px;
	font-weight: 300;
	color: #1e4b69;
}
.employees_peoples_item p{
	font-size: 14px;
	line-height: 20px;
	color: #252a55;
}
.order_test3_area{
	padding-top: 30px;
	text-align: center;
}
.order_test3_area h5{
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
}
.order_test3_area h2{
	font-size: 64px;
	font-weight: 600;
	line-height: 80px;
	color: #50e3b9;
	padding-top: 10px;
}
.order_test3_area p{
	font-size: 14px;
	color: #7d96a7;
	padding-top: 8px;
}

.header_bottom_area{
	padding-top: 80px;
	text-align: right;
	padding-bottom: 20px;
}
.header_green_btn{
	width: 126px;
	height: 44px;
	border-radius: 33px;
	border-style: solid;
	border-width: 2px;
	border-image-source: linear-gradient(116deg, #caedd6 14%, #50e3b9 80%);
	border-image-slice: 1;
	background-image: linear-gradient(116deg, #caedd6 14%, #50e3b9 80%), linear-gradient(116deg, #caedd6 14%, #50e3b9 80%);
	background-origin: border-box;
	background-clip: content-box, border-box;
	position: relative;
	font-size: 16px;
	text-align: center;
	color: #0a2b40;
}
.header_green_btn:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 175px;
	height: 68px;
	opacity: 0.3;
	border-radius: 33px;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	background-image: linear-gradient(118deg, #caedd6 14%, #50e3c2 80%);
}
.company_header_expend{
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.data_process_area{
	padding: 14px 0px;
	text-align: center;
	position: relative;
}
.data_process_area h2{
	font-family: 'Titillium Web', sans-serif;
	font-size: 64px;
	line-height: 120%;
	font-weight: 600;
	color: #bed1de;
	text-transform: uppercase;
}
.data_process_area h4{
	font-size: 32px;
	font-weight: 300;
	color: #1e4b69;
	padding-top: 50px;
}
.data_process_area p{
	max-width: 395px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 300;
	color: #1e4b69;
	padding-top: 40px;
}
.nodata_border_1{
	position: absolute;
	top: -8px;
	right: 50px;
}
.nodata_border_2{
	display: none;
}


/************* Test Results Page Area start*************/


.company_header_navs{
	padding-top: 65px;
}
.company_header_navs ul{
	margin: 0;
	padding: 0;
}
.company_header_navs ul li{
	list-style-type: none;
	display: inline-block;
	position: relative;
}
.company_header_navs ul li a{
	font-family: 'Titillium Web', sans-serif;
	display: inline-block;
	padding: 5px 23px;
	font-size: 14px;
	line-height: 34px;
	text-align: center;
	color: #ffffff;
}
.company_header_navs ul li a span{
	display: block;
}
.active{
	
}
.company_header_navs ul .active a{
	color: #91eab0;
}
.company_header_navs ul .active:before{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 4px;
	border-radius: 2px;
	background-color: #91eab0;
}
.company_header_expend {
	padding-bottom: 0px;
}
.test_results_witget_area{
	padding: 0px 0px 100px;
}
.test_results_dropdown_area{
	
}
.test_results_dropdown_area button{
	height: 32px;
	border-radius: 2px;
	background-color: #1e4b69;
	padding: 0px 16px;
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
}
.test_results_dropdown_area button span{
	font-weight: 300;
}
.test_results_dropdown_area button img{
	margin-left: 15px;
}
.test_results_area_1{
	border-radius: 4px;
	background-color: #ffffff;
	margin-top: 17px;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
	padding-bottom: 25px;
}
.test_results_area_1 .col-md-4{
	-ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
	padding-top: 24px;
}
.test_results_area_1 .test_results_area_1_middle_col{
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
	max-width: 40%;
	position: relative;
}
.test_results_area_1_middle_col:before{
	content: "";
	position: absolute;
	bottom: 5%;
	left: -12px;
	width: 1px;
	height: 82%;
	background: #dce1e6;
}
.test_results_area_1_middle_col::after{
	content: "";
	position: absolute;
	bottom: 5%;
	right: 0;
	width: 1px;
	height: 82%;
	background: #dce1e6;
}
.test_results_area_1_item{
}
.test_results_area_1_item h4{
	font-size: 24px;
	letter-spacing: 2px;
	color: #252a55;
	padding: 0px 20px;
}
.graph_1{
	padding: 0px 20px;
	padding-top: 35px;
	text-align: center;
}
.graph_list{
	padding: 20px 20px 0px;
}
.graph_list ul{
	margin: 0;
	padding: 0;
}
.graph_list ul li{
	list-style-type: none;
	position: relative;
	display: inline-block;
	width: 48%;
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	padding-left: 19px;
	margin-top: 10px;
}
.graph_list ul li span{
	position: absolute;
	top: 11px;
	left: 0px;
	width: 12px;
	height: 12px;
	border-radius: 2px;
}
.graph_list_1{
	color: #ff004f;
}
.graph_list_2{
	color: #50e3b9;
}
.graph_list_3{
	color: #ff88ad;
}
.graph_list_4{
	color: #bed1de;
}
.graph_list_1 span{
	background-color: #ff004f;
}
.graph_list_2 span{
	background-color: #50e3b9;
}
.graph_list_3 span{
	background-color: #ff88ad;
}
.graph_list_4 span{
	background-color: #bed1de;
}
.graph_2{
	padding-top: 35px;
	text-align: center;
}
.test_results_area_1_item_2{
}
.test_results_area_1_item_3{
	padding: 0px 5px;
}
.affective_list{
	border-bottom: solid 1px #dce1e6;
	padding-bottom: 15px;
	margin-top: 20px;
	height: 135px;
}
.affective_list_box{
	padding-right: 16px;
}
.affective_list ul{
	margin: 0;
	padding: 0;
}
.affective_list ul li{
	list-style-type: none;
	font-size: 18px;
	font-weight: 300;
	line-height: 34px;
	color: #1e4b69;
	padding-top: 8px;
	padding-right: 32px;
}
.affective_list ul li:first-child{
	padding-top: 0px;
}
.affective_list ul li span{
	font-weight: 600;
	float: right;
	color: #50e3b9;
}
.untested_user_area{
	padding-top: 10px;
}
.user_lists{
	padding-top: 4px;
}
.user_lists ul{
	margin: 0;
	padding: 0;
}
.user_lists ul li{
	list-style-type: none;
	position: relative;
	min-height: 40px;
	white-space: nowrap;
	padding: 3px 10px;
	padding-left: 55px;
	margin-top: 24px;
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
	color: #1e4b69;
}

.user_lists ul li:first-child{
	margin-top: 0 !important;
}

.user_lists ul li:last-child{
	margin-bottom: 24px !important;
}
.user_lists ul li img{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 39px;
	height: 39px;
	border-radius: 50%;
}
.untested_user_area .user_lists ul li{
	margin-top: 16px;
}
.test_results_area_2{
	
}
.test_results_area_2 .row{
	margin: 0px -10px;
}
.test_results_area_2 .col-md-4{
	padding: 0px 10px;
	padding-top: 16px;
}
.test_users_item_box{
	height: 100%;
	min-height: 380px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 60px 200px 0 rgba(70, 84, 190, 0.2);
}
.test_users_item_title{
	border-bottom: solid 1px #eceff1;
	padding: 24px 25px;
	position: relative;
}
.test_users_item_title h4{
	font-size: 16px;
	font-weight: 600;
	line-height: 34px;
	color: #1e4b69;
	padding-left: 41px;
}
.title_color_box{
	width: 33px;
	height: 33px;
	position: absolute;
	top: 24px;
	left: 24px;
}
.test_users_items{
	padding: 0px 25px;
	padding-right: 15px;
}
.user_lists{
	max-height: 285px;
	margin-top: 24px;
}
.untested_user_area .user_lists{
	max-height: 100px;
}

/******Custome scrollbar*******/
.custome_scrollbar{
	overflow-y: auto;
    overflow-x: hidden;
}
.custome_scrollbar::-webkit-scrollbar-track{
	background-color: #ffffff;
}
.custome_scrollbar::-webkit-scrollbar{
	width: 4px;
	height: 4px;
	background-color: #ffffff;
}
.custome_scrollbar::-webkit-scrollbar-thumb{
	background-color: #bed1de;
	border-radius: 50px;
}

/*************Modal Area start*************/

.modal_btn_area{
	margin: 100px auto;
	text-align: center;
}
.modal_1{
	margin: 0 !important;
	padding: 0 !important;
}
.modal_1 .modal-dialog {
	max-width: 300px;
}
.modal_1 .modal-content{
	border-radius: 4px;
	background-color: #1e4b69;
	position: relative;
}
.user_modal_header{
	border-bottom: 1px solid #4c7088;
	position: relative;
	padding: 20px 24px 14px;
	min-height: 84px;
	position: relative;
}
.user_modal_header img{
	position: absolute;
	top: 20px;
	left: 24px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.user_modal_header h5{
	font-size: 16px;
	font-weight: 300;
	line-height: 34px;
	color: #ffffff;
	padding-left: 66px;
	padding-top: 8px;
}
.user_modal_item_1{
	padding: 11px 24px 22px;
	border-bottom: 1px solid #4c7088;
}
.modal_1 h4{
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #ffffff;
}
.user_modal_item_1 ul{
	margin: 0;
	padding: 0;
	padding-top: 22px;
}
.user_modal_item_1 ul li{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 34px;
	color: #ffffff;
	list-style-type: none;
}
.user_modal_item_1 ul li span{
	float: right;
}
.positive_txt{
	color: #50e3b9;
}
.user_modal_item_1 ul li span img{
	max-width: 20px;
}
.user_modal_item_2{
	padding: 11px 24px 22px;
}
.user_modal_item_2 .user_lists {
    max-height: 90px;
}
.user_modal_item_2 .user_lists ul li {
	color: #ffffff;
	font-weight: 300;
	margin-top: 8px;
}
.user_modal_item_2 .user_lists ul li:first-child{
	margin-top: 0px;
}

.custome_scrollbar_2{
	overflow: auto;
	padding: 0px 14px;
}
.custome_scrollbar_2::-webkit-scrollbar-track{
	background-color: transparent;
	border-radius: 10px;
}
.custome_scrollbar_2::-webkit-scrollbar{
	width: 3px;
	border-radius: 10px;
	background-color: transparent;
}
.custome_scrollbar_2::-webkit-scrollbar-thumb{
	background-color: #7d96a7;
	border-radius: 10px;
}
.modal_close_btn_1{
	position: absolute;
    top: -50px;
    right: -35px;
    z-index: 100;
}
.modal_close_btn_1 button{
	width: 40px;
	height: 40px;
	background-color: #1e4b69;
	border-radius: 50%;
	margin: 0;
	padding: 0;
	float: none;
	opacity: 1;
}
.modal_close_btn_1 button img{
	position: relative;
	margin-top: -2px;
}
.modal_1 .modal-dialog {
	margin: 30px auto;
	margin-top: 74px;
}
.modal_close_btn_1 button:hover, .modal_close_btn_1 button:focus{
	box-shadow: none;
	outline: none;
}
.modal-backdrop, .modal-backdrop.show{
	background-color: rgba(255, 255, 255, 0.8);
	opacity: 1 !important;
}



/*************Test Results page Area start*************/

.previous_link{
	
}
.previous_link a{
	display: inline-block;
}

.orders_area{
	padding-top: 20px;
}
.orders_table{
	width: 100%;
	margin: 0 auto;
	background: #dce1e6;
}
.orders_table{
	width: 100%;
	margin: 0 auto;
	font-family: 'Titillium Web', sans-serif;
}
.orders_table th{
	padding: 30px;
	font-size: 16px;
  	font-weight: 600;
	color: #1e4b69;
}
.orders_table td{
	padding: 20px 30px;
	font-size: 14px;
	color: #7d96a7;
	white-space: nowrap;
}
.target_img{
	margin-right: 8px;
}
.orders_table tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.orders_table td:first-child {
    position: relative;
    padding-left: 77px;
    min-height: 65px;
}
.lab_member_img {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    border-radius: 50%;
    margin-right: 8px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 20px;
	margin: 0;
}
.switch input { 
	opacity: 0;
	width: 0;
	height: 0;
}
.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #bed1de;
	-webkit-transition: .4s;
	transition: .4s;
}
.slider:before {
	position: absolute;
	content: "";
	height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
	background-color: #fff;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .slider {
	background-color: #1e4b69;
} 
input:focus + .slider {
	box-shadow: 0 0 1px #1e4b69;
}
input:checked + .slider:before {
	-webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
	background-color: #91eab0;
}
.slider.round {
	border-radius: 34px;
}
.slider.round:before {
	border-radius: 50%;
}
.switch_th{
	width: 85px;
	padding: 20px !important;
	text-align: center;
}
.switch_td{
	width: 85px;
	padding: 20px !important;
	text-align: center;
}
.lab_select{
    width: 100%;
    min-width: 110px;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    padding-right: 2px;
	background: none !important;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #7d96a7;
}
.lab_select:hover, .lab_select:focus {
    background: none !important;
    border: none;
    box-shadow: none;
}
.top_right_btn_area{
	text-align: right;
}
.green_btn_1 {
    height: 35px;
    border-radius: 33px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(109deg, #caedd6 14%, #50e3b9 78%);
    border-image-slice: 1;
    background-image: linear-gradient(109deg, #caedd6 14%, #50e3b9 78%), linear-gradient(109deg, #caedd6 14%, #50e3b9 78%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    font-size: 16px;
    text-align: center;
    color: #0a2b40;
    margin: 0;
    padding: 0px 25px;
}
.warning_img{
	position: absolute;
    top: 50%;
    left: 5px;
    width: 22px;
    height: 22px;
    margin-top: -11px;
}
.lab_select{
	line-height: 40px;
}

.custom-select-2 {
	position: relative;
	font-family: Arial;
}

.custom-select-2 select {
	display: none;
}

.select-selected {
	background: none;
}
.select-selected:after {
	position: absolute;
	content: "";
	top: 19px;
	right: 10px;
	width: 12px;
	height: 12px;
	background: url(../images/all-svgs/drop-arrow-3.png) center center no-repeat;
	background-size: 12px;
}
.select-items div,.select-selected {
	cursor: pointer;
	font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
	color: #7d96a7;
	padding: 7px 0px;
}
.select-items div{
	padding: 3px 16px;
}
.select-items {
	position: absolute;
	background-color: #fff;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	border-radius: 4px;
	box-shadow: 0 2px 24px 0 rgba(10, 43, 64, 0.5);
	background-color: #ffffff;
}
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: #dce1e6;
}

















/*************end*************/

