body {
	background: #fff;
}
.login-box .btn-primary {
		margin-right: 30px;
		margin-top: 15px;
		cursor: pointer;
		display: inline-block;
		font-size: 16px;
		font-weight: 500;
		-webkit-box-shadow: none;
		box-shadow: none;
		outline: none;
		border: 0;
		color: #fff;
		border-radius: 3px;
		background-color: #4E8397;
		padding: 10px 36px;
		margin-bottom: 10px;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.login-box .btn-outline-primary {
	border: 1px solid #4E8397;
	padding: 0;
	margin-right: 30px;
	margin-top: 15px;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	color: #4E8397;
	border-radius: 3px;
	background-color: transparent;
	padding: 10px 36px;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.login-box .btn-outline-primary:hover{
	background: #4e8397;
	color: #fff;
}

.login-menu a {
	font-size: 14px;
	font-weight: 600;
	background: #FFB037;
	padding: 10px 24px;
	color: #fff;
	border-radius: 30px;
}

.login-menu a:hover{
	background: #333;
}


.login-box .login-title h2 {
	font-size: 22px;
	font-weight: 900;
	color: #333 !important;
	margin-bottom: 8px;
}
.login-wrap, .login-page, div#app {
    height: 100%;
    width: 100%;
    display: inline-block;
} 
.login-box  input::placeholder { font-weight: 100;}
.login-page .hero-heading .headline{padding: 0px 70px;}
.login-page .hero-heading .headline h3{
    margin-bottom: 10px;
}
.forgot-password.text-center a {
	font-size: 14px;
}
.login-box .form-control {
	border-radius: 40px !important;
}
.input-group-append.custom {
	
	display: none;
}

.custom-file-input:focus, .custom-select:focus, .form-control:focus {
	border-color: #333;
}
.register-page-wrap {
	height: calc(100vh - 70px);
}

.custom-select, .form-control {
	border-radius: 40px;
}
.register-btn {
	display: flex !important;
	column-gap: 20px;
	align-items: center;
}
.register-page-wrap .form-control, .register-page-wrap select{
	height: 50px;
}
.brand-logo {
	height: auto;
	padding: 0;
	border: 0;
	width: auto;
}
.main-container {
	/* background: #edeff4; */
    background:#f5f7fa;
	/* padding: 20px 0 0 0; */
    padding: 0px 0 0 0;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 110px;
    margin-bottom: 80px;
}
.text-blue {
	color: #000;
}
.left-side-bar {
	
background: #000;
}

.dropdown .btn-link {
	color: #FFB037;
}
 
.page-item.active .page-link {
	z-index: 3;
	color: #fff;
	background-color: #3f51b5;
	border-color: #3f51b5;
}
.pagination {
	padding: 10px 30px;
}
.search-listing-sec input {
	border: 1px solid #C0C0C0;
	padding: 6px 15px;
	margin-left: 15px;
	border-radius: 40px;
}
.btn-primary {
	color: #fff;
	background-color: #FFB037;
	border-color: #FFB037;
}
.btn-primary:hover {
	color: #fff;
	background-color: #EA991C;
	border-color: #DE8C0E;
}
.badge-primary {
	color: #fff;
	background-color: #333;
}
.dropdown-item:focus, .dropdown-item:hover {
	background: #ecf0f4;
	color: #000;
}
.btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #333;
	border-color: #000;
	
}


.waviy {
    position: relative;
    -webkit-box-reflect: below -30px linear-gradient(transparent, rgba(0,0,0,.2));
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 70px;
}
.waviy span {
    position: relative;
    display: inline-block;
    color: #353535;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    font-family: 'Jost', sans-serif;
}
body, html {
    overflow-x: hidden;
    text-rendering: optimizeLegibility; 
    width: 100%;
}
.login-wrap{
	display: flex; 
	align-items: center;
	padding: 0;
    width: 100%;
}
.login-wrap .row {
    height: 100%;
    width: 100%;
}


.login-img img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.login-img {
    /* height: 100%;
    position: relative;
    z-index: 1;
    min-height: 100vh; */
    height: 100%;
    object-fit: cover;
    object-position: right;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.login-img::after {
    content: "";
	background-image: linear-gradient(to right top, #050737, #102961, #1b4b8d, #1e6fbc, #1297eb);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
	opacity: 0.7;
}
.fxt-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}
.fxt-header .fxt-logo {
    display: block;
    max-width: 160px;
    margin-right: 0;
}
.fxt-header .fxt-page-switcher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fxt-header .fxt-page-switcher .switcher-text1.active {
    /* color: #ff0000; */
    color: #3f51b5;
    font-weight: 600;
}
.fxt-header .fxt-page-switcher .switcher-text1 {
    color: #111111;
    font-size: 14px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #9f9f9f;
    line-height: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.fxt-header .fxt-page-switcher .switcher-text1:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
}
body .input-group .custom-file-input, body .input-group .custom-file-label, body .input-group .custom-select, body .input-group .form-control{
    border-radius: 0 !important;
    min-height: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0;
    border-bottom: 1px solid #949494;
    padding: 10px 30px 10px 0;
    color: #000000;
    background-color: transparent !important;
}
.login-box {
    max-width: 510px;
    height: auto;
    margin: 0 auto;
    margin-top: 12.5%;
}
.submit-button {
    width: 100%;
    justify-content: space-between;
    display: flex;
    align-items: center;
    padding: 0 15px;
}

.submit-button .input-group {
    width: 150px;
}
a.have-account {
    text-align: center;
}

.have-account a {
    width: 100%;
    text-align: center;
}

.have-account a span {
    color: #3f51b5;
    font-weight: 800;
    text-decoration: underline;
} 

.input-group.custom-icon img {
    position: absolute;
    top: 12px;
    width: 24px;
    right: 0;
    z-index: 9; 
}
.login-box form {
    /* border: 1px solid #ccc; */
    padding: 23px 35px 40px 35px;
    border-radius: 5px;
    /* background: #f8f8ff; */
    border: 1px solid #F6F8F9;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
}
.login-box .login-title {
    margin-bottom: 5px;
}
.hero-heading {
    position: absolute;
    left: 0;
    transform: translate(0, 50%);
    z-index: 9;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
}

.hero-heading * {
    color: #fff;
}

.input-group input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1; /* Firefox */
  }
  
  .input-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #000;
  }
  
  .input-group input::-ms-input-placeholder { /* Microsoft Edge */
	color: #000;
  }
  .login-link {
    border-right: 1px solid #a4a4a4;
    padding-right: 15px;
    margin-right: 15px;
    line-height: 1;
}

/* dashboard*/
.card-box, .da-card {
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 4px;
}

body.header-white.sidebar-dark {
    background-color: #ffffff !important;
}

.user-list>ul>li {
    background: #fff;
    margin-bottom: 10px;
    padding: 0 20px 10px 15px;
    border-radius: 5px;
}

.user-list {
    height: 350px;
    overflow-x: unset;
    overflow-y: scroll;
    padding-right: 20px;
    margin-top: 10px;
}

.user-list::-webkit-scrollbar-track, .month-wise-plan .q-logo-test:-webkit-scrollbar-track
{ 
	background-color: #F5F5F5;
}

.user-list::-webkit-scrollbar,  .month-wise-plan .q-logo-test::-webkit-scrollbar
{
	width: 5px;
	background-color: #F5F5F5;
}

.user-list::-webkit-scrollbar-thumb,  .month-wise-plan .q-logo-test::-webkit-scrollbar-thumb
{
	background-color: #00000042; 
}
.page-header {
    box-shadow: none;
    border-radius: 0;
    background: #ffffff;
}

.page-header .dropdown-toggle {
    width: 100%;
    border-radius: 3px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    color: #000;
    background: #fff;
    border-color: rgb(0 0 0 / 30%);
    font-size: 14px;
    width: 200px;
}
.btn-outline-primary {
    border-radius: 2px;
    padding: 2px 14px;
    color: #fff;
    border-color: #009688;
    font-size: 12px;
    background: #009688;
}

.btn-outline-primary:hover {
    background-color: #3f51b5;
    border-color: #3f51b5;
}
.dropdown-wrap {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.dropdown-wrap .dropdown {
    margin-left: 15px;
}
.breadcrumb-item.active {
    color: #009688; 
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #009688;
    border-color: #009688;
}
.pre-loader .bar {
    background: #009688;
}
.user-list>ul>li:hover a.btn {
    border-color: #ffeb3b;
    background: #ffeb3b;
}

.header {
    box-shadow: none;
    background: #fff;
    width: 100%;
    flex-wrap: nowrap;
    box-shadow: 3px 3px 20px #33333324;
}

.user-info-dropdown .dropdown-toggle .user-icon {
    box-shadow: none;
    border: 2px solid #fff;
    background: #3f51b5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-right: 7px;
    object-fit: cover;
    overflow: hidden;
}

.user-info-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    padding-right: 15px;
}

.user-info-dropdown .dropdown {
    margin-top: 4px;
}

.user-info-dropdown .dropdown-toggle::after {
    margin-left: 11px;
}
.user-info-dropdown .dropdown-menu {
    border-radius: 3px;
    background: #3f51b5;
}

.user-info-dropdown .dropdown-menu * {
    color: #fff;
}

.dropdown-menu-icon-list .dropdown-item {
    border-bottom: 1px solid #ffffff2b;
    font-size: 14px;
}

.dropdown-menu-icon-list .dropdown-item i {
    color: #b7c2ff;
}
.dropdown-menu-icon-list .dropdown-item:hover {
    background: #253176;
    color: #fff;
}
span.badge {
    background: #edeff4;
}
.q-logo-test img {
    width: auto; 
}
.box-align-change .q-logo-test img {
    width: auto;
    height: 60px;
}

.q-logo-test {
    background: #edeff4;
    text-align: center;
    width: calc(25% - 20px);
    display: inline-block;
    margin: 30px 10px 0px 10px;
    padding: 20px 20px;
    overflow: hidden;
}

.box-team-blocks .q-logo-test span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    background: #3f51b59c;
    width: 100%;
    padding: 10px 10px;
    color: #fff;
}
.quarter-wrapper h3 {
    font-size: 18px;
    padding: 0 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}
.quarter-container {
    background: #fff;
}
.qt-plan-con {
    background: #ffffff;
    margin-bottom: 40px;
    padding: 30px 20px 30px 10px;
    max-width: calc(100% - 30px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
.quarter-wrapper h3 span {
    font-size: 12px;
    background: #3f51b5;
    line-height: 2;
    padding: 2px 13px;
    border-radius: 3px;
    color: #fff;
}
.q-logo-test a {
    display: block;
    transition: all 0.5s;
    /* height: 190px; */
    height:240px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

 

.q-logo-test a img {
    transition: all 0.5s;
}
.q-logo-test a.dropdown-item {transform: scale(1);margin-top: 20px;background: #ffffff;height: AUTO;}

.q-logo-test a.dropdown-item i {
    margin-right: 10px;
}
.team-plan .q-logo-test img {
    width: 100%;
    margin-bottom: 20px;
    object-fit: contain;
    height: 180px;
    /* height: auto; */
    /* object-fit: cover; */
}

.custom-file-input, .custom-file-label, .custom-select, .form-control {
    background: #edeff4 !important;
    border-radius: 3px !important;
    border: 0;
}
button.btn {
    padding: 6px 14px;
    border-radius: 2px;
    font-size: 12px;
}

.btn-primary {
    background: #009688;
    border: 0;
}

.btn-primary:hover {
    background: #3f51b5;
}
label.col-form-label {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.technical-growth .custom-select {
    margin-bottom: 15px;
}

.technical-growth input.form-control {
    margin-bottom: 10px;
}
.add-more-wrapper {
    margin-bottom: 20px;
}
.technical-growth-wrapper .row {
    width: calc(33.33% - -7px);
    display: inline-block;
    margin-right: 8px;
}
.row.add-more-wrapper:nth-child(2) {
    display: none;
}
.q-logo-test h4 {
    font-size: 18px;
    margin-bottom: 20px;
}
.month-wise-plan .q-logo-test {
    width: calc(33.33% - 20px);
    height: 400px;
    overflow-y: scroll;
    background: #009688;
}
h6.user-remark {
    border: 1px solid #ccc;
    padding: 14px 20px;
    font-size: 14px;
    line-height: 1.6;
}

h6.user-remark span {
    margin-top: 8px;
    font-weight: normal;
}
.task-checkbox span {
    display: flex;
    align-items: flex-start;
    margin: 0 10px;
    width: 100%;
    padding-bottom: 5px;
    line-height: 1.2;
    font-size: 14px;
    margin-bottom: 15px;
}

.task-checkbox span input {
    margin-right: 8px;
}
.task-list-form .col-md-8 span {
    display: block;
    font-size: 14px;
}
a.page-link {
    font-size: 12px;
}
.addskill-user-photo .q-logo-test {
    width: 100%;
    margin-top: 0;
    margin-left: 16px;
}
nav .addskill-user-photo .q-logo-test img, .addskill-user-photo .q-logo-test img {
    width: 100%;
}
.left-side-bar {
    display: none;
}
nav .brand-logo a {
    padding: 0 0;
}
nav.navbar .sidebar-menu .dropdown-toggle {
    background: transparent;
    display: flex;
    align-items: center;
    padding: 0;
    color: #000;
}
ul#accordion-menu {
    display: flex;
    align-items: center;
}
.header .navbar.navbar-expand-lg{flex: 1 1 100%;}
.sidebar-menu {
    padding: 0;
    /* margin-left: 25%; */
    margin-left: auto;
}
.sidebar-menu > ul > li{padding: 2px 5px;}

.sidebar-menu .dropdown-toggle:after, .sidebar-menu .dropdown-toggle .micon {
    position: static;
    transform: none;
    color: #000;
}

.sidebar-menu .dropdown-toggle .micon {
    position: static;
    color: #3f51b5 !important;
}

.sidebar-menu .dropdown-toggle:after {
    font-size: 10px;
    margin-left: 15px;
    opacity: 0.8;
}

.sidebar-menu .submenu {
    position: absolute;
    background: #3f51b5;
    width: auto;
    border-radius: 10px;
}

.sidebar-menu .submenu li a {
    white-space: pre;
}

nav.navbar .sidebar-menu .dropdown-toggle:hover span {
    color: #3f51b5 !important;
}
.date-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.date-bar {
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 99;
}

body .date-bar .month-picker-input-container {
    margin-right: 0 !important;
    width: 100%;
}

body .month-picker__container {
    right: 0;
}

body .month-picker__year button {
    width: 42px;
    padding: 0;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    background: #3f51b5;
    color: #fff;
}

.month-picker__year p {
    margin: 0;
}

.month-picker__year {
    height: 60px;
    display: flex;
    align-items: center;
}
#upload {
    opacity: 0;
}

#upload-label {
    position: absolute;
    top: 50%;
    left: 1rem;
    transform: translateY(-50%);
}

.image-area {
    border: 0px dashed rgb(0 0 0 / 70%);
    padding: 0;
    position: relative;
    width: 160px;
    height: 160px;
    /* margin: 0 auto 30px auto; */
    margin: 30px 15px 30px 0px;
}

.image-area::before {
    /* content: 'Uploaded image result'; */
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.8rem;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.image-area img {
    z-index: 2;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.reg-page .login-box {
    margin-top: 0;
}

.reg-page .fxt-header {
    margin-bottom: 20px;
}
.task-checkbox {
    flex-wrap: wrap;
    padding-left: 0;
    padding-bottom: 10px;
    text-align: left;
    align-items: flex-start;
}
.dropdown-wrap select {
    border: 1px solid #33333359;
    width: 100%;
    padding: 9px 14px;
    max-width: 200px;
    border-radius: 5px;
}

.dropdown-wrap div {
    width: 250px;
    /* display: inline-block; */
    margin-left: 15px;
}

.dropdown-wrap div select {
    max-width: 100% !important;
}


li.list-box-blocks {
    width: calc(33.33% - 15px);
    background: #fff;
    margin: 15px;
}

.user-list-wrapper ul {
    display: flex;
}
 
.my-team-blocks .qt-plan-con {
    background: #ffffff;
    margin-bottom: 15px;
}

.my-team-blocks {
    /* background: #edeff4; */
    background: #fff;
}
.box-team-wrapper .user-list-wrapper li {
    /* background: #f1f1f1;
    padding: 20px 20px; */
    background: #fff;
    padding: 20px 20px;
    border: 1px solid #F6F8F9;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.03);
}

.box-team-wrapper .user-list-wrapper li .name-avatar {
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding: 0 !important;
}

.box-team-wrapper 
 .name-avatar .txt {
    width: 100%;
}

.box-team-wrapper .user-list-wrapper li .name-avatar .avatar {
    margin: 10px 0 10px 0 !important;
    /* width: 100px;
    height: 100px;
    overflow: hidden; */
}

.box-team-wrapper .user-list-wrapper li .name-avatar .avatar img {
    width: 100%;
    height: 180px;
    /* object-fit: cover; */
    border-radius: 0;
}

.box-team-wrapper .user-list-wrapper li .cta a {
    width: 100%;
    padding: 10px 10px;
    font-size: 16px;
    margin-top: 5px;
}

.plan-overview ul {
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.plan-overview ul li {
    width: 100%;
    padding: 5px 0;
    background: #f2f2f2;
    margin: 5px 0;
    border: 1px solid #dadada;
}
.my-team-blocks .q-logo-test span {
    width: 100%;
    display: block;
    font-weight: bold;
    color: #000;
}
 

.my-team-blocks .q-logo-test a {
    height: auto;
}
.widget-style3 .widget-icon .ti-heart:before {
    content: "\e642";
}
.widget-style3 .widget-data .text-dark {
    font-weight: 900;
    font-size: 28px;
}

.widget-style3 .widget-icon {
    background: darkcyan;
}

.top-performance .user-list>ul>li {
    background: #009688;
}

.top-performance .user-list>ul>li * {
    color: #fff;
}

.top-performance .user-list>ul>li span {
    color: #000;
} 


.low-performance .user-list>ul>li {
    background: #d6ac2f;
    padding-top: 10px;
}

.low-performance .user-list>ul>li * {
    color: #fff;
}

.low-performance .user-list>ul>li span {
    color: #000;
    height: 0;
    display: block;
    opacity: 0;
    width: 18px;
}

.low-performance .user-list>ul>li a, .top-performance .user-list>ul>li a{
    background: #ffffff;
    color: #100;
    border-color: #fff;
}

.top-performance .h5, .low-performance .h5   {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-performance .h5 span i, .low-performance .h5 span  i {
    color: #ffffff;
    background: #4caf50;
    padding: 10px 20px;
}
.low-performance .h5 span i{
    background: #ff9800;
}
.plan-name span {
    font-weight: 600;
}

.plan-name {
    margin-bottom: 5px;
    background: #009688;
    padding: 7px 10px;
    color: #fff;
    font-size: 14px;
}

.task-details span {
    font-weight: 600;
}

.task-details li {
    margin-bottom: 8px;
    text-align: left;
    font-size: 14px;
    background: #f3f3f3;
    padding: 9px 10px;
    line-height: 1.2;
}

.task-details ul {
    margin-top: 5px;
}

.rating-wraper span {
    font-weight: bold;
}

span.d-block.leader-review span {
    font-weight: 600;
    display: block;
    text-align: left;
    margin-bottom: 9px;
}

span.d-block.rating-wraper {
    background: #ffeb3b;
    padding: 6px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    border-radius: 217px;
    font-size: 14px;
}
span.d-block.leader-review {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: left;
}
.month-wise-plan .q-logo-test h6 span, .month-wise-plan .q-logo-test h4, .month-wise-plan .q-logo-test span, .month-wise-plan .q-logo-test h6 {
    color: #fff !important;
}
.user-info-dropdown .dropdown-toggle .user-icon img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

ul#accordion-menu .dw-library:before {
    content: "\e948";
}

ul#accordion-menu .dw-house-1:before {
    content: "\e991";
}

.progress-box .card-box {
    height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.progress-box .card-box:-webkit-scrollbar-track{background-color: #F5F5F5;}
.progress-box .card-box::-webkit-scrollbar{	width: 5px;	background-color: #F5F5F5;}
.progress-box .card-box::-webkit-scrollbar-thumb{background-color: #00000042; }
input[data-autocompleted] {
    background-color: transparent !important;
}

h6.user-remark {
    text-align: left;
    text-transform: capitalize;
}

h6.user-remark span {
    display: block;
}
.modal-content .task-list-form .form-control, .modal-content  select.custom-select{
    background: #fff !important;
}
.apexcharts-canvas, .apexcharts-canvas svg {
    /* width: 100% !important; */
    /* max-width: 100%; */
}

#exTab2 h3 {
    color : white;
    background-color: #428bca;
    padding : 5px 15px;
  }
  
  /* remove border radius for the tab */
  
  #exTab1 .nav-pills > li > a {
    border-radius: 0;
  }
  

.tab-content .user-list-wrapper ul h4 {
    width: 100%;
    text-align: center;
    display: block;
}

.tab-content .user-list-wrapper ul {
    flex-wrap: wrap;
    display: flex;
}

.tab-content .user-list-wrapper ul h4 center {
    text-align: left;
    font-size: 14px;
    background: #e8edff;
    padding: 10px 15px;
}

.tab-content li.list-box-blocks {
    width: calc(31.93% - 15px);
    margin-left: 0;
}
.box-team-wrapper .nav li a{
    background: #009688;
    padding: 10px 30px;
    margin-right: 10px;
}

.box-team-wrapper .nav li a {
    color: #fff;
}

.box-team-wrapper .nav li a.active {
    background: #3f51b5;
}
div#menu1 h2 {
    font-size: 18px;
}


.box-align-change .qt-plan-con {
    max-width: calc(33.33% - 30px);
    flex: 0 0 33.333333%;
    margin-left: 0;
    margin-right: 15px;
    margin-left: 15px;
}

.box-align-change .quarter-wrapper .row {
    flex-wrap: wrap;
    justify-content: flex-start;
}

.box-align-change .qt-plan-con .q-logo-test {
    width: 100%;
}
/* 14-11-2022 */
.number-bar div {
    width: 80%;
    display: flex;
    align-items: flex-start;
}

.number-bar div input {
    margin-top: 3px;
}

.number-bar  label {
    width: 46px;
    background: #ffffff;
    text-align: center;
    color: #000;
    padding: 3px 0;
    font-weight: 600;
}

.number-bar {
    justify-content: space-between;
    letter-spacing: 0;
    display: flex;
}

.errors {
    color:red;
}

.pre-loader {
    background: #f1f2f3;
}

.footer-wrap{
    position: fixed;
    bottom: 0;
    border-top: 1px solid #ccc;
    left: 0;
    margin-bottom: 0;
}

body.header-white.sidebar-dark {
    padding-bottom: 140px;
}
img.btn-loader {
    height: 50px;
}
a.router-link-active.router-link-exact-active.dropdown-toggle:after {
    display: none;
}

li.dropdown .dropdown .dropdown-toggle:after {
    display: block;
}

.top-performance .name-avatar .avatar {height: 50px;width: 50px;
}

.top-performance .name-avatar .avatar img {height: 100% !important;object-fit: cover;
}


.remove-height-auto .q-logo-test {
    min-height: 470px;
}

.remove-height-auto .q-logo-test .task-checkbox {
    height: 140px;
    overflow-y: scroll;
}

.remove-height-auto h6.user-remark span {min-height: 40px;}


.remove-height-auto .q-logo-test .task-checkbox:-webkit-scrollbar-track{background-color: #F5F5F5;}
.remove-height-auto .q-logo-test .task-checkbox::-webkit-scrollbar{	width: 5px;	background-color: #F5F5F5;}
.remove-height-auto .q-logo-test .task-checkbox::-webkit-scrollbar-thumb{background-color: #00000042; }


.no_border{ border-bottom:0px; margin-bottom: 10px;}
.user-list-wrapper li.list-box-blocks .btn-outline-primary{
    color: #fff;
}
.data-table .dropdown .dw-more {
    color: #000;
    font-size: 18px;
}
.month-picker-input-container {
    width: auto !important;
    margin-right: auto !important;
}
.button_style{    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;}
.task-list-form>ul>li{
    border-bottom: 0px dashed #2976aa;
    background: #f6fafb;
}

.loader-logo img {
    width: 70px;
}


/* 404 PAGE */
.error_page{
    margin: -20px;
    background: #fff;
}
.error_page .error_page_inner{ 
    position: relative;
    height: 80vh;
    align-items: center;
    display: flex;
    flex: 0 0 100%;
}
.error_page .dropdown-item{
    background: #3f51b5;
    color: #fff;
    display: inline;
}
.error_page_inner h1{
    font-size: 63px;
}
.error_page_inner p {
    margin: 20px 0 30px 0;
    padding-right: 100px;
}
.error_page_inner img {
    width: 100%;
    padding: 60px 40px;
    display: block;
}
.left_siderbar{
    background-color: #eaeaea;
    padding: 40px 15px;
    height: 100%;
}
@media only screen and (max-width: 1500px) {
    .user-info-dropdown .dropdown-toggle .user-name{ display: none; }
    .mtext{ white-space: break-spaces; max-width: 120px; line-height: 16px;}
}
@media only screen and (max-width: 1379px) {
    nav.navbar .sidebar-menu .dropdown-toggle{font-size: 13px;}
}
@media only screen and (max-width: 1360px) {
    .error_page{margin: 0px;}
}

@media only screen and (max-width: 991px) {
    .error_page_inner h1{
        font-size: 31px;
    }
    .error_page_inner p {
        margin: 20px 0 30px 0;
        padding-right: 0;
    }
    .error_page .dropdown-item{
        line-height: 60px;
    }
    .error_page_inner{
        padding: 30px !important;
        display: block !important;
    }
    .error_page .error_page_inner{
        display: contents;
        height: auto;
    }
    .error_page_inner img{
        margin-bottom: 80px;
        padding: 0px;
    }
}

.right_side_btn{	flex-direction: column;    justify-content: flex-end;	text-align: right;}
.right_side_btn .month-picker-input-container{margin: 0 !important;}
.right_side_btn .dropdown-item {display: inline-block !important;width: 120px !important;background: #3f51b5;text-align: center;border-radius: 6px;color: #fff;}


.auto_scroll{overflow-x: auto; width: 100%;}


.inline_loader {
    position: fixed;
    background: #f0f0f0;
    width: 100%;
    height: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  .inline_loader img{
    max-width: 80px;
    max-height: 80px;
    min-width: 80px;
    min-height: 80px;
  }
  li.no_dropdown_icon a:after {
    display: none !important;
  }

  .dropdown_custom_icon:after {
    content: "\F282";
    position: absolute;
    right: 4px;
    font-size: 16px;
    font-weight: 700;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    font-family: bootstrap-icons;
}

.dropdown_audit_custom_icon:after {
    content: "\F282";
    position: absolute;
    right: 18px;
    font-size: 16px;
    font-weight: 700;
    top: 20px;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    display: block;
    font-family: bootstrap-icons;
}

/* INPUT STYLE BOLD */
/* ::placeholder { 
   font-weight: 600; color: #000;
  }
  
  :-ms-input-placeholder { 
    font-weight: 600; color: #000;
  }
  
  ::-ms-input-placeholder {
    font-weight: 600; color: #000;
  }
  input.form-control, input.month-picker-input, textarea.form-control, select.form-control, select.custom-select{font-weight: 600; color: #000;} */
  .custom-upload label#upload-label {    top: 30px;     left: 0px;}
  .custom-upload .img_des {    font-size: 13px;}


.listing_table  td .btn{background: #fff;
    margin-left: 5px;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 13px;
    line-height: 17px;
    margin-top: 0;}
.listing_table  td .btn:hover{background: #eceaea;
        margin-left: 5px;
        padding: 5px 15px;
        font-weight: 600;
        font-size: 13px;
        line-height: 17px;
    margin-top: 0;}

    /* .no_dott.control  {    position: absolute;
        right: 0;
        width: 25px;
        background: red;
        display: block;
        height: 50px;
        z-index: 99;} */
    .no_dott .buton{border: 0; background: transparent;}

    .register_scroll form { height: calc(75vh - 50px); overflow: auto; scroll-behavior: smooth; scrollbar-width:5px ; }

    .header-right{width: auto; margin-left: 10px;}
    .custom_password .control.is-expanded {flex: 0 0 calc(100%);}
    .custom_password .control input { width: 100%; border: 0; border-bottom: 1px solid #979797; padding-bottom: 10px;}
    .custom_password .control button{ border: 0px; background: transparent;}
    .custom_password .icon_last{position:absolute; right: 0; top: 14px;}
    .login-box .submit-button .btn-primary { min-width: 150px; }

    .rating_tabble thead th{border-bottom: 2px solid #dee2e6 !important;}

    li .dropdown-item a {
            display: block;
    }
    /* add-final-rating page */
    .final_rating tr th { min-width: 150px; }
    .final_rating td .invalid-feedback { position: absolute; margin-top: -3px; }
    .final_rating td  input { margin-bottom: 5px; }

    .invalid-feedback-custom{
        display: block;
        width: 100%;
        margin-top: 0.25rem;
        font-size: 80%;
        color: #dc3545;
      }
.col-gap{
    column-gap: 5px;
}
.col-gap a{
    font-size: 14px;
}
.completed-audit {
    background-color: #0096888a;
  }
  



.right_side_btn {column-gap: 10px;flex-direction: inherit;align-items: center;display: flex;}
.right_side_btn h4, .right_side_btn button {    display: inline-block;    width: auto;}
/* .right_side_btn button, .right_side_btn h4 {    display: inline-block;    width: auto;    max-width: unset;    min-width: unset;} */
.right_side_btn h4 {    color: #3f51b5;    padding-bottom: 0;}

table a.name_link {    color: #3f51b5;}
table a.name_link:hover {    font-weight: 500;    text-decoration: underline;}

table tbody .hiddenRow{    background: #ededed;}
table tbody > div {
    min-width: 100%;
    display: contents;
}
.inner_table table {
    width: 100%;
}

.inner_table {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.1);
    padding-left: 45px;
    margin: 0px 0 30px 0;
}
.skill_set{
    background: #e7e7e7;
    padding: 5px 10px;
    margin: 0px 5px;
    border-radius: 55px;
    font-size: 13px;
    display: inline-block;
    margin-bottom: 10px;
}