body {
    font-family: 'Open Sans' !important;
}

/* ------ SIDEBAR STARTS ----- */
.sidebar-custom {
    width: 300px;
    min-height: 100vh;
    transition: 0.3s;
    transition-timing-function: linear;
    transition-timing-function: ease-out;
    position: fixed;
    z-index: 1;
    top: 0;
}

.sidebar-area-active {
    padding-left: 299px;
}

.user-area {
    border-radius: 26px;
    margin-bottom: 35px !important;
    width: 270px !important;
}

.user-dp img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #ffffff;
    background: #ffffff;
    filter: drop-shadow(0px 10px 31px rgba(55, 62, 148, 0.54));
    margin-top: 35px;
}

.btn-edit-dp {
    color: #515db1 !important;
    background-color: white !important;
    width: 33px;
    height: 33px;
    position: absolute;
    font-size: 13px !important;
    bottom: 0;
    margin-left: -45px;
    padding: 6px !important;
}

.btn-signout {
    width: 38px;
    height: 38px;
    color: #5A6ABF !important;
    right: 15px;
    transition: 0.3s;
    font-size: 14px !important;
    z-index: 1;
    background-color: #94a2e3 !important;
    box-shadow: 0px 4px 11px;
}

.btn-signout:hover {
    /* color: #ffffffa6 !important; */
    box-shadow: none !important;
    background: #4855aa78 !important;
}

.sidebar-sub-title {
    font-size: 15px !important;
    margin-bottom: 29px;
}

.sidebar-custom .nav-item .nav-link i {
    font-size: 15px;
    width: 15px;
    opacity: 25%;
    transition: 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sidebar-custom .nav-item .nav-link.collapsed .fa-angle-up {
    transform: rotate(180deg);
}

.sidebar-custom .nav-item .nav-link.active i,
.sidebar-custom .nav-item .nav-link:hover i {
    opacity: 100% !important;
}

.sidebar-custom .nav-item .nav-link {
    height: 43.5px;
    transition: 0.5s;
    color: #ffffff !important;
    display: flex;
    align-items: center !important;
    width: 100%;
    outline: none !important;
    box-shadow: none !important;
    font-size: 13px;
    border-radius: 8px !important;
    margin-top: 5px;
    padding: 0px !important;
}

.sidebar-custom .nav-item .nav-link.active {
    background-color: #ffffff !important;
    color: #2c338b !important;
    padding: 13px 16px !important;
}

.sidebar-custom .nav-item .nav-link {
    padding: 13px 16px !important;
    line-height: 16px !important;
}

.sidebar-hide {
    margin-left: -300px;
}

.submenu .nav-link {
    height: 40px !important;
}

.submenu .nav-link a {
    text-decoration: none !important;
    color: #fff;
    display: flex;
    width: 100%;
    padding: 13px 16px;
}

.sidebar-custom .nav-item .nav-link:hover,
.sidebar-custom .nav-item .nav-link.here {
    background: #ffffff14;
}

.sidebar-custom .submenu {
    border-radius: 8px;
    background: #ffffff1c;
}

.btn-mobile-sidebar-close {
    display: none;
    align-items: center;
    justify-content: end;
    height: 23px;
    width: 100%;
}

.nav-ul {
    list-style: none;
}

.sidebar-custom .nav-ul {
    max-height: calc(100vh - 360px);
    overflow: auto;
    scrollbar-width: thin;
}

/* ------ SIDEBAR ENDS ----- */
/* ------- NAVBAR STARTS --- */
.navbar-custom {
    width: 100%;
    max-height: 70px;
    border-bottom: 1px solid #e6ebef;
    height: 73px;
}

.nav-logo {
    max-height: 35px;
}

.nav-user-profile {
    display: none;
}

.nav-user-profile img {
    width: 30px;
    height: 30px;
}

.nav-user-profile .dropdown-toggle {
    background: none !important;
    border: none !important;
    outline: none !important;
}

.nav-user-profile ul {
    left: auto !important;
    right: 0 !important;
}

.notification-btn {
    width: 40px;
    height: 40px;
}

.notification-btn span {
    margin-top: 3px;
    margin-left: -10px;
}

.notification-btn img {
    width: 17px !important;
}

.responsive-nav-area .nav-item .dropdown a {
    border-radius: 0px !important;
    justify-content: start !important;
}

/* ------- NAVBAR ENDS ----- */
/* ------- FOOTER STARTS --- */
.custom-footer {
    position: relative;
    background-color: #081633;
    font-size: 10px !important;
}

.custom-footer a {
    color: #70c2ff;
    text-decoration: none !important;
}

.footer-alert{
	display: flex;width: 100%;
	justify-content: space-between;
	align-items: center;
	background: #1170c6;
	position: absolute;
	top: -21px;left: 0;
    z-index: 1
}
.footer-alert-msg{
	font-size:12px;
	color:white;
	margin-left:7px !important;
}

.footer-alert-close-button{
	border:0px !important;
	background-color:#d3d3d4;
	border: 0px !important;
	background-color: #0256a2;
	color: white;
}

/* ------- FOOTER ENDS ----- */
/* ------- MAIN AREA STARTS ----- */
.content-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-height: 100vh;
    transition: 0.3s;
    transition-timing-function: linear;
    transition-timing-function: ease-out;
}

.title-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.title-area .btn-custom {
    font-size: 12px !important;
    font-weight: 500;
    border-radius: 10px;
    transition: 0.3s;
}

.title-area .nav-pills .nav-link {
    padding: 7px;
    width: 93px;
    height: 33px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-radius: 10px;
    font-weight: 400;
    font-size: 12px;
}

.title-area h3 {
    font-weight: 500 !important;
}



.view-box-top {
    height: 100%;
}

.view-box-top .box-title {
    color: black;
    font-size: 20px;
    font-weight: 500;
}

.view-box-top .value-display {
    font-size: 54px;
    font-weight: 600;
    line-height: 55px;
}

.view-box-top .value-display .percentage {
    font-weight: 500;
    font-size: 35px;
    color: #adadad;
}

.view-box {
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.view-box-bottom {
    /* background-color: #e4e6f3; */
    height: 100%;
}

.view-box-bottom .value-dis {
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    line-height: 22px;
}

.view-box-bottom .value-sub {
    font-size: 12px;
    line-height: inherit;
    color: #9fa4c4;
}

.view-box-bottom .border-end {
    border-right: 1px solid #d4d7e8 !important;
}

.board-box {
    padding: 25px;
    background-color: #ffffff;
    border-radius: 8px;
}

.board-box label {
    font-size: 35px;
    font-weight: 600;
}

.board-box p {
    font-size: 12px;
    color: #9b9b9b;
}

.board-box .navigate {
    width: 38.5px;
    height: 38.5px;
    font-size: 14.2px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    transition: 0.3s;
}

.board-box .navigate:hover {
    background: #4a55ab;
    color: #ffffff;
    animation-name: radial-anm;
    animation-duration: 0.3s;
}

.dropdown-toggle {
    background: #6c80d32b !important;
    color: #373e94 !important;
    font-weight: 500 !important;
    box-shadow: none !important;
    border: 1px solid #373e94 !important;
}

.dropdown .dropdown-menu {
    border: none !important;
    box-shadow: 0px 1px 11px #a3a3a387;
    padding: 0px !important;
}

.dropdown .dropdown-menu li {
    border-bottom: 1px solid #434ca21c;
    padding: 8px;
}

.sub-title-area {
    margin-top: 38.25px;
    margin-bottom: 23.25px;
}

.responsive-nav-area .nav-item a {
    color: #5e5e5e !important;
    font-weight: 500;
    min-width: 112px;
    text-align: center;
    font-size: 13px !important;
    border-radius: 7px !important;
}

.responsive-nav-area .nav-item a.active,
.responsive-nav-area .dropdown .dropdown-toggle.show {
    color: #4d59af !important;
    background: #e4e6f380 !important;
}

.responsive-nav-area .dropdown .dropdown-toggle {
    border: none !important;
    min-width: 110px;
    height: 35px;
    background: #ffffff00 !important;
    color: #5e5e5e !important;
    border-radius: 7px;
    font-size: 13px;
}

.responsive-nav-area .nav-item a.dropdown-item:active,
.responsive-nav-area .nav-item a.dropdown-item:hover {
    background-color: #f1f2f9 !important;
}

@keyframes radial-anm {
    0% {
        border: 1px solid #4d59af;
    }

    100% {
        border: 19px solid #4d59af;
    }
}

@keyframes radial-anm {
    0% {
        border: 1px solid #4d59af;
    }

    100% {
        border: 19px solid #4d59af;
    }
}

/* ------ PROCESS CONFIRMATION BOARD STARTS ----- */
.kamishibhai-board {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 7px;
}

.btn-custom-light {
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #4C59AE !important;
    width: 118.38px;
    border: 1px solid #4C59AE !important;
    border-radius: 10px !important;
    min-height: 33px;
}

th {
    font-Weight: 600;
    font-size: 14px;
    background-color: #7E89D1 !important;
    color: #ffffff !important;
    padding: 15px !important;
    vertical-align: middle;
}

.table-pcb table {
    border-radius: 8px !important;
    overflow: hidden;
    background: #f0f2f4;
}

.left-fixed-title {
    background-color: #ffffff !important;
    border-radius: 6px;
    padding: 20px;
    font-weight: 600;
    font-size: 21px;
    min-width: 300px;
    border-left: 5px solid #5766BB !important;
}

.btn-collapse-additional-data {
    font-size: 16px !important;
    background-color: #ffffff !important;
    font-weight: 600 !important;
    min-width: 300px;
}

.display-badge {
    border: 1px solid rgba(71, 82, 167, 0.3);
    color: #4752A7;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
    padding: 10px;
    min-height: 30px;
}

.kb-data-card {
    padding: 15px;
    background-color: #ffffff;
    border-radius: 6px;
}

.bck-login {
    text-align: center;
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #1170c6;
    font-weight: 600;
}

.bck-login:hover {
    text-decoration: underline !important;
}

/* ------ PROCESS CONFIRMATION BOARD ENDS ----- */

.input-password span {
    position: absolute;
    right: 6px;
    top: 4px;
    color: #1170c6;
    width: 55px !important;
    height: 43px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checksheet-assign-label{
    min-width: 250px;
    max-width: 400px;
    display: inline-block;
    white-space: break-spaces !important;
}
.checksheet-assign-label span{
    display: inline-block !important;
}