@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
body{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  background: #F6F6F6;
}
.auth-left {
    background: #FFFFFF;
    padding: 100px 75px;
    min-height: 100vh;
    height: 100%;
}
.auth-left h2 {
    color: #303030;
    font-size: 32px;
    font-weight: 700;
    line-height: 48px;
}
.auth-right {
    background: #F6F6F6;
    padding: 100px 75px;
    min-height: 100vh;
    height: 100%;
    text-align: center;
}
.form-box {
    background: #FFFFFF;
    padding: 30px;
    border-radius: 24px;
    border: 1px solid #DEE2E1;
    text-align: left;
}
#nav-tab {
    background: #FFFFFF;
    border-radius: 30px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    padding: 2px;
    margin-bottom: 50px;
    border: none;
}
.nav-tabs .nav-link {
    color: #768683;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    border: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #304742;
    background-color: #FFD5D5;
    font-size: 16px;
    font-weight: 600;
}
.btn.btn-primary{
    background: #C12125;
    border-color: #C12125;
    border-radius: 24px;
    padding: 10px 20px;
}
.btn.btn-primary:hover{
    background: transparent;
    color: #C12125
}
.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    color: #C12125;
    background-color: transparent;
    border-color: #C12125;
}
.form-box h3 {
    color: #5A5A5A;
    font-size: 20px;
    font-weight: 700;
}
img.auth-bg {
    height: 400px;
    object-fit: contain;
}
.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    right: 8px;
    z-index: 2;
    top: -3px;
    color: #768683;
}
.form-label {
    margin-bottom: .5rem;
    color: #304742;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #D1D5DB;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control::placeholder{
	color: #768683;
	font-size: 14px;
	font-weight: 400;
}
.form-box p {
    color: #304742;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}
.form-box a{
	text-decoration: none;
	color: #C12125;
	font-weight: 600;
}
.form-box a:hover{
    text-decoration: underline;
}
.terms{
	color: #304742;
    font-size: 14px;
    font-weight: 400;
    margin-top: 30px;
}
.terms a{
	text-decoration: none;
	color: #C12125;
	font-weight: 600;
}
a.forgot-password.text-end {
    font-size: 12px;
    color: #304742;
    float: right;
    margin-bottom: 20px;
    margin-top: 5px;
}
a.forgot-password.text-end:hover {
    color: #C12125;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 12px;
    font-weight: 500;
    color: #dc3545;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + .75rem);
    background-image: none;
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
header {
    background: #FFFFFF;
    padding: 1rem 0;
}
.logo img {
    height: 46px;
}
.setting {
    float: right;
}
ul.dropdown-menu {
    border: 1px solid #DEE2E1;
    border-radius: 12px;
    padding: 0;
}
.dropdown-item {
    display: block;
    width: 100%;
    clear: both;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #304742;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #DEE2E1;
}
.dropdown-item.active, .dropdown-item:active {
    color: var(--bs-dropdown-link-active-color);
    text-decoration: none;
    background-color: #C12125;
}
.dropdown-item.active, .dropdown-item:active svg path{
    fill: #FFFFFF;
}
.dropdown-toggle {
    white-space: nowrap;
    border: none;
}
.dropdown-toggle::after {
	display: none;
}
.business-automation-grp {
    display: flex;
    grid-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}
.business-automation-list{
    background: #FFFFFF;
    border: 1px solid #DEE2E1;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 20px;
}
.business-automation .form-check {
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 10px;
}
.business-automation-list.b-col.col-lg-2 {
    width: 18%;
}
.business-automation h2 {
    color: #303030;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.business-automation p {
    color: #303030;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
}
.business-automation-list h4 {
    color: #304742;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    min-height: 53px;
    white-space: normal;
    transition: all .3s;
}
.business-automation-list h4:hover{
    overflow: visible;
    min-height: auto;
    text-overflow: unset;
    -webkit-line-clamp: inherit;
}
.business-automation-list p {
    color: #586B67;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0;
}
.business-automation-list li {
    color: #586B67;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    margin-bottom: 10px;
}
.btn.btn-primary.btn-start {
    min-width: 375px;
    margin-top: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.btn.btn-primary.btn-start:hover svg path {
    fill:#C12125;
}
.custom-height {
    height: 200px;
    overflow: auto;
}
.business-automation-list ::-webkit-scrollbar-track
{
	border-radius: 10px;
	background-color: transparent;
}

.business-automation-list ::-webkit-scrollbar
{
	width: 8px;
	background-color: transparent;
}

.business-automation-list ::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	background-color: #D9D9D9;
}
.bs-stepper ::-webkit-scrollbar-track
{
    border-radius: 10px;
    background-color: transparent;
}

.bs-stepper ::-webkit-scrollbar
{
    height: 4px;
    background-color: transparent;
}

.bs-stepper ::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    background-color: #D9D9D9;
}
.bs-stepper .bs-stepper-header {
    padding: 8px;
    background: #FFFFFF;
    border-radius: 12px;
    justify-content: start;
    overflow: auto;
}
.bs-stepper .bs-stepper-header .step .bs-stepper-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.375rem;
    width: auto;
    height: auto;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 30px;
    background: #F5F5F5;
    color: #000000;
}
.active .bs-stepper-circle {
    background-color: #C12125 !important;
    color: #FFFFFF !important;
}
.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: url(data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='5' width='8' height='8' rx='4' fill='%23fff'/%3E%3C/svg%3E%0A);
}
.form-check-input:checked, .form-check-input[type=checkbox]:indeterminate {
    background-color: #c12125;
    border-color: #c12125;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #c12125;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(193 33 37 / 10%);
}
.ques-grp {
    background: #FFFFFF;
    padding: 25px;
    border-radius: 24px;
    border: 1px solid #DEE2E1;
    text-align: left;
    margin-bottom: 20px;
}
.ques-grp h4 {
    color: #303030;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    border: 1px solid #D1D5DB;
 }
 .form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 10px;
}
 .form-check label {
    display: block;
    color: #374151;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.profile-pic {
    width: 125px;
    height: 125px;
    padding: 5px;
    display: inline-block;
    object-fit: cover;
    border: solid 3px #dee2e1;
    border-radius: 50%;
}
.comments h2 {
    color: #303030;
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 20px;
}
.comments p {
    color: #303030;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
}

.file-upload {
    display: none;
}
.profile-img {
    position: relative;
    height: 128px;
    width: 128px;
}
.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    top: 72px;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
    position: absolute;
    top: 30px;
    right: 15px;
    color: #666666;
    transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.ques-list {
    padding: 10px 0;
    border-bottom: 1px solid #DEE2E1;
}
.ques-list:last-child {
    border-bottom: none;
}
.ques-list p {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}
.bs-stepper .bs-stepper-content {
    padding: 1.5rem 0;
}
button.btn.btn-label-secondary.btn-prev {
    color: #304742;
    font-size: 16px;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DEE2E1;
    padding: 8px 50px;
    margin-right: 20px;
}
button.btn.btn-primary.btn-next {
    padding: 8px 50px;
}
a.btn.btn-secondary {
    color: #304742;
    font-size: 16px;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DEE2E1;
    padding: 8px 50px;
    margin-right: 20px;
    min-width: 250px
}
.btn-primary.view-report {
    padding: 8px 50px;
    min-width: 250px
}
section.business-automation.thank-you p {
    color: #706C6B;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px;
}
img.tick-img {
    height: 150px;
    width: 150px;
    margin-bottom: 30px;
}
.table>thead {
    vertical-align: bottom;
    background: #E9E9E9;
}
table.table {
    background: #FFFFFF;
}
table.table th {
    font-size: 13px;
    font-weight: 700;
    color: #5A5A5A;
    text-align: left;
    padding: 10px 15px;
}
table.table td {
    font-size: 13px;
    font-weight: 500;
    color: #5A5A5A;
    text-align: left;
    padding: 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
}
span.status.completed {
    color: #08BD30;
}
span.status.not-completed {
    color: #D61616;
}
.acton {
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 30px;
    text-decoration: none;
    display: block;
    width: 180px;
    text-align: center;
    margin: 0 auto;
}
.acton svg {
    width: 15px;
    height: 15px;
    object-fit: contain;
}
.acton.view-report {
    background: #43B751;
    border: solid 1px #43B751;
}
.acton.view-report:hover {
    background: #FFFFFF;
    color: #43B751;
}
.view-report:hover svg path{
    fill: #43B751;
}
.take-assessment{
    background: #C12125;
    border: solid 1px #C12125;
}
.take-assessment:hover{
    background: #FFFFFF;
    color:#C12125;
}
.take-assessment:hover svg path{
    fill: #C12125;
}
.resume {
    background: #FB8C00;
    border: solid 1px #FB8C00;
}
.resume:hover {
    background: #FFFFFF;
    color: #FB8C00;
}
span.status.partialy-completed {
    color: #FB8C00;
}
.progress {
    background: #CFCFCF;
    height: 4px;
    border-radius: 8px;
    width: 30%;
    margin-left: auto;
}
.progress-bar {
    background: #C12125;
}
.progress-grp {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.progress-completed-percentage {
    font-size: 14px;
    font-weight: 600;
    color: #303030;
}
.no-assessment {
    text-align: center;
    margin: 0 auto;
  }
  .no-assessment-img {
    height: 220px;
    margin-bottom: 30px;
  }
  .no-assessment-img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
  }
  .setting img {
    width: 30px;
    height: 30px;
    object-fit: cover;
    border-radius: 50%;
}
.apexcharts-datalabels-group text{
    font-size: 36px !important;
  }
  .apexcharts-yaxis-texts-g.apexcharts-xaxis-inversed-texts-g text{
    transform: translate(10px, 10px);
  }
  .print-btn.py-3 {
    display: flex;
    grid-gap: 27px;
}
button.btn.btn-primary.pull-right {
    margin-left: 10px;
}
@media only screen and (min-width: 1600px) {
.auth-left {
    padding: 150px 150px;
}
.auth-right {
    padding: 150px 150px;
}
}
@media only screen and (max-width: 991px) {
.auth-left {
    height: auto;
}
.auth-right {
    height: auto;
}
.business-automation-list.b-col.col-lg-2 {
    width: 31%;
}
.progress {
    width: 60%;
}
}
@media only screen and (max-width: 767px) {
.auth-left {
    padding: 50px 25px;
}
.auth-right {
    padding: 50px 25px;
}
.business-automation-list.b-col.col-lg-2 {
    width: 95%;
}
a.btn.btn-secondary {
    color: #304742;
    font-size: 16px;
    font-weight: 500;
    background: #FFFFFF;
    border-radius: 30px;
    border: 1px solid #DEE2E1;
    padding: 8px 50px;
    margin-right: 0;
    min-width: 250px;
    margin-bottom: 20px;
}
.business-automation-grp {
    display: flex;
    grid-gap: 20px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
}
}
