/*default css start here*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1;
}

.fix {
    overflow: hidden;
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:hover,
a::before,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: #1696e7;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    color: #000;
    margin: 0px;
    font-style: normal;
    font-weight: 700;
    text-transform: normal;
    line-height: 1.2;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}
p {
    margin-bottom: 0px;
    line-height: 1.4;
}

*::-moz-selection {
    background: #d6b161;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}
/*default css end here*/

/* header css start here */
.header-area {
    background: #f2f6f7;
}
.scorcard-text span {
    font-size: 30px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}
.diana-text a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    display: inline-block;
}
.main-menu {
    text-align: center;
}
.main-menu ul {
    background: #fff;
    display: inline-block;
    border-radius: 5px;
}
.main-menu ul li {
    display: inline-block;
}
.main-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    display: block;
    transition: all linear 0.3s;
    padding: 15px 30px;
    position: relative;
}
.main-menu ul li a:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 1px;
    top: 15px;
    right: 0px;
    background: rgba(67, 166, 235,0.4);
}
.main-menu ul li a:hover {
    color: #43a6eb;
}
.main-menu ul li:first-child a {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.main-menu ul li:last-child a{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.main-menu ul li:last-child a:before {
    display: none;
}

.scorecard-text {
    padding: 15px 0px;
    font-size: 30px;
    font-weight: 600;
    color: #43a6eb;
}
/*#000e57; */
/* header css end here */


/* login area css start here */
.login-wrapper {
    text-align: center;
    -webkit-box-shadow: 0 0 10px 5px #0000000d;
    box-shadow: 0 0 10px 5px #0000000d;
    padding: 100px 100px 70px 100px;
    border-radius: 10px;
}
.login-wrapper form {
    width: 400px;
    display: inline-block;
}
.login-wrapper input {
    height: 50px;
    width: 100%;
    background: none;
    border: 0px;
    outline: none;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    padding: 0px 15px;
    display: block;
    border-radius: 5px;
    margin-bottom: 40px;
    color: #333;
    font-size: 16px;
    background: #f2f2f2;
}
.login-wrapper .field {
    position: relative;
    text-align: left;
}
.login-wrapper .field label {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    display: block;
}
.login-wrapper .field i {
    position: absolute;
    top: 26px;
    right: 2px;
    height: 46px;
    width: 46px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: #43a6eb;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 16px;
}
.login-wrapper button {
    height: 50px;
    width: 100%;
    text-align: center;
    line-height: 50px;
    border: 0px;
    background: #43a6eb;
    display: block;
    padding: 0px 15px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    margin-bottom: 30px;
    border-radius: 5px;
}
.login-wrapper button:hover {
    background: #227a6f;
}
.login-wrapper button.admin {
    background: #227a6f;
}
.login-wrapper button.admin:hover {
    background: #43a6eb;
}
/* login area css end here */


/* user home page css start here */
.table-main {
    padding: 40px;
    -webkit-box-shadow: 0 0 10px 5px #0000000d;
    box-shadow: 0 0 10px 5px #0000000d;
    border-radius: 10px;
}
.user-home-title h3 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}
.table {
    color: #333;
}
.table-bordered thead th,.table-bordered thead td {
    border-bottom-width: 1px;
}
.table thead th {
    vertical-align: middle;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
.table th,.table td {
    padding: 10px 18px;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    font-size: 14px;
}
.single-select {
    display: inline-block;
}
.single-select span {
    font-size: 18px;
    color: #333;
    display: inline-block;
    margin-right: 15px;
}
.single-select .nice-select {
    float: inherit;
    display: inline-block;
    height: 33px;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 22px;
    min-width: 140px;
}
.single-select .nice-select:after {
    height: 10px;
    width: 10px;
    border-color: #333;
    margin-top: -6px;
}
.single-select .nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}
.single-select .nice-select .option {
    padding-left: 10px;
    padding-right: 10px;
}
.single-select .table-main p {
    font-size: 15px;
    line-height: 1.3;
    color: #333;
    margin-top: 30px;
}
.text-left.pl-25 {
    padding-left: 30px !important;
}
/* user home page css end here */


/* user report page css start here */
.user-report {}
.user-report .width-200 .nice-select {
    width: 200px;
    font-size: 16px;
}
.single-select input[type="checkbox"] + label{
    display: block;
}
.single-select input[type="checkbox"] {
    display: none;
    cursor: pointer;
}
.single-select input[type="checkbox"] + label:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    color: transparent;
    transition: all linear 0.2s;
    border-radius: 4px;
}
.single-select input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.single-select input[type="checkbox"]:checked + label:before {
    color: #fff;
    background: #43a6eb;
    border-color: #43a6eb;
}
.single-select label {
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.user-report .single-select span {
    font-size: 16px;
    margin-right: 10px;
}
a.report-btn {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 35px;
    display: inline-block;
    border-radius: 5px;
    background: #43a6eb;
    transition: all linear 0.3s;
}
a.report-btn:hover {
    background: #227a6f;
}

/* user report page css end here */


/* enter data page css start here */
.data-tab-area {
    margin-top: 35px;
}
.data-tab-area .nav-tabs .nav-link {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    padding: 18px 30px;
    background: #f4f4f4;
    border-radius: 0px;
    margin-right: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: relative;
    transition: all linear 0.2s;
}
.data-tab-area .nav-tabs .nav-link.active {
    background: #fff;
}
/*
.data-tab-area .nav-tabs .nav-link:before {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    background: #fff;
    left: 0px;
    right: 0px;
    bottom: -9px;
    transform: rotate(45deg);
    margin: 0 auto;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    transition: all linear 0.2s;
    opacity: 0;
    visibility: hidden;
}
.data-tab-area .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible;
}
*/
.table-responsive {
    display: table;
}

/* enter data page css end here */


/* edit quistion page css start here */

.edit-ques {}
.edit-ques .width-130 .nice-select {
    width: 135px;
}
.edit-ques .width-130 .nice-select span {
    font-size: 14px;
    margin-right: 0px;
}
.edit-ques .single-select span {
    font-size: 14px;
}
input.goal,
input.mesure {
    height: 30px;
    width: 50px;
    padding: 5px;
    display: inline-block;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    background: none;
    outline: none;
    border-radius: 5px;
}
input.mesure {
    width: 300px;
    padding: 0px 15px;
}
.single-select label.no-margin {
    margin-bottom: 0px;
}
.edit-ques tr td a i {
    font-size: 18px;
}
.table-main.edit-ques-main {
    padding: 50px 50px 50px 50px;
}
/* edit quistion page css end here */


/* new programme page page css start here */
.new-program {}
.new-program .program-form .field span {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    display: block;
    margin-bottom: 15px;
}
.new-program .program-form .field input,
.new-program .program-form .field textarea {
    height: 50px;
    width: 350px;
    padding: 0px 15px;
    font-size: 14px;
    color: #333;
    border: none;
     -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    border-radius: 5px;
    display: block;
    outline: none;
}
.new-program .program-form .field textarea {
    height: 200px;
    width: 100%;
    padding: 15px;
}
.new-program .single-select span {
    font-size: 16px;
}
.new-program .width-200 .nice-select {
    width: 200px;
}
.program-btn button,
.programs-btn button {
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 0px;
    background: #43a6eb;
    display: inline-block;
    padding: 0px 50px;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: all linear 0.3s;
    margin-bottom: 20px;
    border-radius: 5px;
    margin-right: 60px;
}
.program-btn button:hover,
.programs-btn button:hover {
    background: #227a6f;
}
.program-btn button.ques,
.programs-btn button.ques {
    background: #227a6f;
    margin-right: 0px;
    margin-bottom: 0px;
}
.program-btn button.ques:hover,
.programs-btn button.ques:hover{
    background: #43a6eb;
}
.program-btn button.del,
.programs-btn button.del {
    background: #e23;
}
.program-btn button.del:hover,
.programs-btn button.del:hover {
    background: rgba(238, 34, 51,0.6);
}
/* new programme page page css end here */


/* programs page page css start here */
.programs-content {
    width: 400px;
    margin: 0 auto;
}
.program-box {
    height: 400px;
    width: 100%;
    overflow-y: scroll;
     -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    padding: 15px 15px;
    border-radius: 10px;
}
.program-box ul li {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    display: block;
    padding: 15px 15px;
}

.program-box ul li:hover {
    background: #43a6eb;
    color: #fff;
}
.programs-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.programs-btn button {
    width: 45%;
    padding: 0px 10px;
    text-align: center;
    margin: 0px;
}
/* programs page page css end here */


/* edit user page css start here */
.edit-user-content {
    width: 800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.edit-user-content .edit-user-box {
    width: 45%;
    height: 545px;
}
.edit-user-form {
    width: 45%;
     -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.25);
    padding: 15px 15px;
    border-radius: 10px;
    height: auto;
}
.edit-user-form .field {
    position: relative;
}
.edit-user-form .field span {
    font-size: 16px;
    text-transform: uppercase;
    color: #333;
    display: block;
    margin-bottom: 12px;
}
.edit-user-form .field input,
.edit-user-form .field .nice-select {
    height: 50px;
    width: 100%;
    border: 0px;
    outline: none;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    padding: 0px 15px;
    display: block;
    border-radius: 5px;
    margin-bottom: 30px;
    color: #333;
    font-size: 16px;
    background: #f2f2f2;
}
.edit-user-form .field .nice-select:after {
    height: 10px;
    width: 10px;
    border-color: #ccc;
    margin-top: -6px;
    right: 15px;
}
.edit-user-check {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}
.edit-user-check input[type="checkbox"] + label{
    display: block;
}
.edit-user-check input[type="checkbox"] {
    display: none;
    cursor: pointer;
}
.edit-user-check input[type="checkbox"] + label:before {
    content: '\f00c';
    font-family: "Font Awesome 5 Pro";
    border: 1px solid #ccc;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    margin-right: 10px;
    color: transparent;
    transition: all linear 0.2s;
    border-radius: 4px;
}
.edit-user-check input[type="checkbox"] + label:active:before {
    transform: scale(0);
}
.edit-user-check input[type="checkbox"]:checked + label:before {
    color: #fff;
    background: #43a6eb;
    border-color: #43a6eb;
}
.edit-user-check label {
    color: #333;
    font-size: 16px;
    cursor: pointer;
}
.edit-user-form .field .nice-select {
    line-height: 50px;
}
.edit-user-form .nice-select .list {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}
.edit-user-form .field .nice-select span {
    margin-bottom: 0px;
}
/* edit user page css end here */








/* offcanvas menu */

.offcanves-menu {
	width: 300px;
	background: #fff;
	height: 100%;
	position: fixed;
	z-index: 999999;
	padding: 62px 20px;
	margin-left: -300px;
	transition: .3s;
	padding-right: 0px;
}
.offcanves-menu.active {
	margin-left: 0px;
	z-index: 999999;
}
.offcanves-menu ul li{
	position: relative;
	border-bottom: 1px solid #ddd;
	margin-right: 25px;
}
.offcanves-menu ul li:last-child {
    border-bottom: 0px;
}
.offcanves-menu ul li a {
	padding: 15px 0px;
	display: block;
	color: #333;
    font-weight: 600;
    font-size: 16px;
}
.offcanves-menu ul li a:hover {
    color: #43a6eb;
}

.off-menu span.menubar {
	font-size: 20px;
	cursor: pointer;
	padding: 5px 10px;
	border: 1px solid;
    margin-top: -10px;
}
.off-menu {
	float: right;
    margin-top: -18px;
}
.close {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #333;
	font-size: 20px;
	padding: 10px 15px;
	border: 1px solid;
}
.offcanvas-overlay {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	z-index: 0;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
}
.offcanvas-overlay.active {
	opacity: .3;
	z-index: 111;
	visibility: visible;

}
/* offcanvas menu */