@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Medium.woff2') format('woff2'),
        url('../fonts/OpenSans-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Light.woff2') format('woff2'),
        url('../fonts/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-LightItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-ExtraBold.woff2') format('woff2'),
        url('../fonts/OpenSans-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-MediumItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Italic.woff2') format('woff2'),
        url('../fonts/OpenSans-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-BoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('../fonts/OpenSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
h1, h2, h3, h4, h5, h6{
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    font-family: 'Open Sans';
    font-weight:700;
    font-style: normal;
    color: #1C2340;
}
body{
	color:#2D3436;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-family: 'Open Sans';
}
header, footer, section{
	width: 100%;
	float: left;
}
.list-none{
	list-style-type: none;
	padding-left: 0px;
}
a:hover{
    text-decoration: none;
    color: inherit;
}
body {
    background: #f9fbfd;
}
/** left sidebar css start **/
.nav-container {
    overflow-y: scroll;
    top: 0;
    width:18rem;
    height: 100%;
    padding-left: initial;
    padding-right: initial;
    flex-direction: column;
    justify-content: initial;
    position: fixed;
    bottom: 0;
    z-index: 1001;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background:#056FB9;
}
.nav-container::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}
.nav-container::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}
.nav-container::-webkit-scrollbar-thumb
{
    background-color: #aaa;
}
.nav-content{
    flex-direction: column;
    height: 100%;
    /*padding-top: 2rem;*/
    padding-bottom:2rem;
    align-items: center;
    padding-right: initial!important;
}
.nav-content .logo {
    margin-bottom: 20px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 47px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    width: 100%;
    background-color: #fff;
    padding: 10px 45px 10px;
}
.nav-content .logo img {
    width: 100% !important;
}
.position-relative {
    position: relative !important;
}
main{
    min-height: 100%;
    padding-left:calc(18rem + 2.5rem);
    padding-right: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#menu{
    margin-right: 8px;
    display: inline-block;
    margin-top: -1px;
    margin-left: -1px;
}
#menu li a{
    padding: 0.75rem 1rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    text-decoration: initial;
    position: relative;
    width: 100%;
    transition:400ms;
    display: inline-flex;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    align-items: center;
}    
#menu li{
    position: relative;
}
ul#menu {
    list-style: none;
    padding-left: 0px;
    display: inline-block;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    cursor: pointer;
}
#menu li a i{
    margin-right: 8px;
    display: inline-block;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 20px;
}
.menu-container {
    width: 100%;
    float: left;
}
.nav-content .logo img {
    width: 100px;
}
ul#menu li img {
    max-width: 24px;
    margin-right: 10px;
}
ul#menu li ul li{
    list-style:none;
}
.has-chevron:after {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-style: normal;
    position: absolute;
    top: 16px;
    right: 20px;
    transition: .3s;
    color:#fff;
    display: none;
}
.breadcrum-sctn h2 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #222B45;
    margin-bottom: 0px;
}
.breadcrum-sctn {
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-bottom: 2px solid #EFF4FA;
    float: left;
    width: 100%;
}
.attendance-left {
    background: #EFF4FA;
    padding: 30px 20px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    max-width:198px;
}
.attendance-left p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
    margin-bottom: 42px;
}
.attendance-right {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 0px 8px 8px 0px;
    padding: 30px 42px;
}
.attendance-right p{
    margin-bottom: 42px;
}
.attendance-right h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 30px;
}
.attendance-right p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #222B45;
}
.attendance-wrapper {
    max-width:610px;
}
.text-green {
    color: #4FA141!important;
}
.notification-menu li {
    display: inline-flex;
    position: relative;
}
.notification-menu li img{
    max-width: 24px;
    margin-left: 30px;
}
.bell-img:after {
    top: 0px;
    content: "";
    background: #0095FF;
    width: 8px;
    height: 8px;
    position: absolute;
    right: 2px;
    border-radius: 50%;
}
.claims-leave .card {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    padding: 20px;
}
.claims-leave .card p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8F9BB3;
    margin-bottom: 10px;
}
.claims-leave .card h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #222B45;
    margin-bottom: 0px;
}
.claims-leave-table th {
    background: #EFF4FA;
    padding: 22px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
}
.actions img{
    max-width:20px;
}
.claims-leave-table td {
    padding: 18px;
}
.claims-leave-table td {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #222B45;
}
.claims-leave-table td.emp-name{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
}
.emp-name img, .export-icons img{
    margin-right:8px;
}
.claims-leave-table table{
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
}
.claims-leave-table {
    width: 100%;
    float: left;
    margin-top:15px;
    margin-bottom: 47px;
}
.export-icons .add-new {
    background: #0095FF;
    border-radius: 8px;
    color: #fff!important;
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
}
.export-icons img{
    max-width:20px;
}
.export-icons a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #8F9BB3;
    margin-left: 13px;
    display: inline-flex;
    align-items: center;
    padding: 8px 0;
}
.export-icons {
    display: inline-flex;
    align-items: center;
    width: 100%;
    float: right;
    justify-content: right;
    margin-bottom: 33px;
}
.srch-btn img , .srch-icn{
    width: 22px;
}
.srch-btn {
    border: 0px;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 4px;
}
.search-group {
    position: relative;
    max-width: 247px;
    margin-left: 36px;
}
.srch-icn{
    margin-left: 24px;
}
.slect-srch select {
    position: relative;
    appearance: none;
}
.slect-srch {
    position: relative;
    margin-left:21px;
    margin-right: 21px;
}
.slct-up-d i{
    color:#c5cee0;
}
.slct-up-d {
    position: absolute;
    top: 7px;
    right:12px;
}
.slect-srch select {
    position: relative;
    appearance: none;
    padding-right: 42px;
}
.table-filters {
    display: flex;
    align-items: center;
    padding: 12px 12px;
    justify-content: right;
}
.claims-leave-table table tr {
    border-bottom: 1px solid #EFF4FA;
}
.table-title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 16px;
    color: #222B45;
    padding-top: 20px;
    padding-left: 20px;
}
.emp-name img{
    float: left;
}
.emp-name span {
    display: block;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #8F9BB3;
}
.bdge {
    border-radius: 8px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 15px;
    width: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sp-admin {
    background: #FF2D55;
}
.admin{
    background: #0095FF;
}
.hr{
    background: #00E096;
}
.em{
    background: #EFF4FA;
    color: #8F9BB3;
}
.cancel-btn {
    border: 0px;
    background: #C5CEE0;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 149px;
    display: inline-flex;
    justify-content: center;
}
.save-btn {
    border: 0px;
    background: #EF1C7B;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 149px;
    display: inline-flex;
    justify-content: center;
    margin-left: 15px;
}
.primary-btn {
    border: 0px;
    background: #2295FF;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    max-width: 250px;
    display: inline-flex;
    justify-content: center;
    margin-left: 15px;
}

.add-user-sctn label, .notification-wrapper label, .partb-sctn label , .performance-executive label, .review-sctn  label, .part-e label{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
}
.btns-wrapper{
    margin-top: 70px;
}
.search-added-user {
    width: 100%;
    float: left;
    margin-bottom: 113px;
}
.search-added-user .search-group{
    margin-left: 0px;
}
.add-user-sctn .form-control , .notification-wrapper .form-control{
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    height: 50px;
    /*padding: 18px 20px;*/
}
.notification-wrapper textarea.form-control{
    height: auto;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
}
button.submit-btn {
    background: #4FA141;
    border-radius: 8px;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    width: 149px;
    margin-top: 24px;
    float: right;
}
.form-control {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #222B45;
}
.address-row {
    margin-bottom: 62px;
}
.mrgn-row{
    margin-bottom:40px;
}
.claim-view select.form-control {
    padding: 0px 20px;
}
.add-user-sctn textarea.form-control {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
    height: auto!important;
}
.pending-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #C05B3B;
}
.process-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #EF1C7B;
}
.success-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4FA141;
}
.claim-view .date-select {
    appearance: none;
    position: relative;
}
.date-slect-wrap {
    position: relative;
}
.date-slect-wrap img {
    position: absolute;
    right: 10px;
    top: 41px;
    pointer-events: none;
    cursor: pointer;
}
.add-row-btn {
    background: #F0F3F8;
    border-radius: 8px;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #828B9A;
    padding: 15px 37px;
}
.add-row-btn i{
    color: #EF1C7B;
}
.slect-srch select.form-control {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8F9BB3;
}
.label-text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #222B45;
}
.claim-view-page p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
    margin-bottom:41px;
}
.dashboard-top h2{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    color: #222B45;
    margin-bottom: 16px;
}
.dashboard-top p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 40px;
}
.card-sctns .card-header h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 16px;
    text-align: center;
    color: #222B45;
    margin-bottom: 0px;
    padding: 10px 0px;
}
.card-sctns .card-header {
    background: transparent;
    border-color: #EFF4FA;
}
.card-sctns{
    border-bottom:1px solid #EFF4FA;
}
.card-sctns .card {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    margin-bottom: 49px;
}
.card-sctns .card-body {
    padding: 38px 0px 48px;
    text-align: center;
}
.card-sctns .card-body h5 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    color: #222B45;
}
.card-sctns .card-body p{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 8px;
    text-align: center;
    color: #8F9BB3;
    margin-bottom: 51px;
}
.card-sctns .card-body button {
    background: #EF1C7B;
    border-radius: 22px;
    border: 0px;
    padding: 9px 30px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    width: 255px;
}
.search-group .form-control {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8F9BB3;
}
.form-group textarea.form-control{
  height: auto!important;
}
.form-group textarea.form-control.reason{
  min-height: 127px;
}
.list-italic li{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
}
.list-italic {
    padding-top: 30px;
}
.para-italic {
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
}
.confirmation-task {
    width: 100%;
    float: left;
    border-top: 1px solid #EFF4FA;
    margin-top: 50px;
    padding-top: 51px;
}
.confirmation-task h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 27px;
}
.form-control.datepicker::placeholder{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #222B45;
}
button.reject-btn {
    background: #EA1818;
    border-radius: 8px;
    border: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 8px 16px;
    width: 149px;
    margin-top: 0px;
    margin-right: 24px;
}
.download-icon i {
    font-size: 36px;
    color: #EF1C7B;
}
.download-icon{
    margin-right: 15px;
}
.download-desc h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 9px;
}
.download-desc a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-decoration-line: underline;
    color: #EF1C7B;
}
.download-file {
    display: flex;
    margin-top: 13px;
    padding-left: 12px;
}
.leave-detail button.reject-btn, .leave-detail button.submit-btn{
   margin-top: 0px;
}
button.del-btn {
    border: 0px;
    background: #979797;
    border-radius: 8px;
    padding: 8px 15px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 149px;
    display: inline-flex;
    justify-content: center;
    margin-left: 15px;
}
/** custom checkbox css start **/
.check-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 30px;
    padding-bottom: 0px;
}
/* Hide the browser's default checkbox */
.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height:15px;
  width: 15px;
  border:2.5px solid #EFF4FA;
  border-radius:3px;
}
/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #0095FF;
   border:2.5px solid #0095FF;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
    left: 3px;
    top: -1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check-container .hide{
    opacity:0;
}
/** custom checkbox **/
.employee-table th:first-child, .employee-table td:first-child {
    max-width: 35px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.tabs-wrap {
    width: 100%;
    float: left;
    border-bottom: 1px solid #EFF4FA;
    padding-bottom: 15px;
}
.tabs-wrap .nav-pills .nav-link.active {
    border-top: 2px solid #0095FF;
    background: transparent;
    border-radius: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
    padding: 19px 0px;
    min-width: 35px;
}
.tabs-wrap .nav-pills .nav-link {
    border-radius: 0;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #8F9BB3;
    padding: 19px 19px 25px;
}
/** table pagination css start **/
.card-footer {
    background: #fff;
    padding-bottom: 0px;
}
.prev-page .page-link {
    position: absolute;
    left: 0px;
    border-top: 0px;
    border-radius: 0px;
    border-left: 0px;
    border-bottom: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 8px;
    color: #C5CEE0!important;
}
.next-page.page-link{
     position: absolute;
    right: 0px;
    border-top: 0px;
    border-radius: 0px;
    border-right: 0px;
    border-bottom: 0px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 8px;
    color: #C5CEE0!important;
}
.pg-num {
    border: 0px;
    color: #C5CEE0;
}
.pg-num.active {
    border-bottom: 2px solid #0095FF;
    color: #222B45;
}
.performance-sctn h4 , .partb-sctn h4{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 22px;
    margin-top: 35px;
}
.performance-sctn .checkmark {
    width: 20px;
    height: 20px;
    background: rgba(158, 158, 158, 0.25);
    border: 1px solid rgba(153, 153, 153, 0.5);
    border-radius: 4px;
}
.performance-sctn .check-container input:checked ~ .checkmark:after {
    display: block;
    top: 2px;
    left: 5px;
}
.performance-sctn label.check-container {
    margin-top: 10px;
}
.performance-sctn , .performance-executive{
    width: 100%;
    float: left;
    border-bottom: 1px solid #EFF4FA;
    padding-bottom: 35px;
}
.rating-table thead th {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
    padding: 22px 43px;
}
.rating-table thead {
    background: #EFF4FA;
    border-radius: 8px 8px 0px 0px;
}
.rating-table td {
    padding: 10px 43px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #222B45;
}
.rating-table {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
}
.partb-sctn h5, .performance-executive h5 , .partb-sctn h5{
    margin-top: 43px;
    margin-bottom: 17px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
}
.part-e h4 , .review-sctn h4, .received-sctn h4{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #222B45;
    margin-bottom: 22px;
}
.part-e {
    width: 100%;
    float: left;
    margin-top: 35px;
    border-bottom: 1px solid #EFF4FA;
    padding-bottom: 35px;
}
.part-e textarea.form-control.reason, .review-sctn textarea.form-control.reason{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #222B45;
    padding: 21px;
}
.review-sctn , .received-sctn, .partb-sctn {
    width: 100%;
    float: left;
}
.received-sctn {
    margin-top: 71px;
}
.performance-appraisal .form-control {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    height: 50px;
}
.verified-table .card-header {
    background: #EFF4FA;
    border-radius: 8px 8px 0px 0px;
    border: 0;
}
.verified-table .card {
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    margin-bottom: 37px;
}
.verified-table .card-body textarea.form-control.sign {
    min-height: 84px;
}
.verified-table .date-slect-wrap img {
    position: absolute;
    right: 10px;
    top: 13px;
    pointer-events: none;
    cursor: pointer;
}
.verified-table label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #222B45;
}
section.verified-table .card-header p {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
    margin: 0px;
}
.review-1{
    margin-top: 35px;
    border-bottom: 1px solid #EFF4FA;
    padding-bottom: 35px;
}
section.verified-table h4 {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    color: #222B45;
    margin-top: 35px;
    margin-bottom: 30px;
}
input.custom-text-box {
    background: #FFFFFF;
    border: 1px solid #EFF4FA;
    border-radius: 8px;
    min-height: 50px;
    max-width: 81px;
    margin-left: 13px;
    margin-right: 13px;
}
.cum-perform label , .cum-perform span{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height:35px;
    color: #222B45;
}
input.custom-text-box.bx-2{
    max-width: 130px;
}
.border-table .row {
    border-bottom: 1px solid #EFF4FA;
    padding-top: 15px;
}
.border-table .row:last-child{
    border-bottom:0px;
}
section.verified-table.core-competence li {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #222B45;
}
section.verified-table.core-competence ul {
    padding-left: 15px;
    margin: 0px;
}
.bg-sky {
    background: #F3F7FB;
    padding: 10px;
}
.core-competence .card-body{
  padding: 0px;
}
.bg-w{
    padding: 10px;
}
.core-competence {
    margin-top: 30px;
}
.back-btn i {
    color: #C5CEE0;
}
.back-btn {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #8F9BB3;
    margin-top: 38px;
}
.validatefrom .form-control.error {
    border: 1px solid #f00;
}
.validatefrom label.error {
    display: none !important;
}
.export-icons .btn {
    background-color: transparent !important;
    border-color: transparent !important;
    font-family: 'Open Sans' !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
    color: #8F9BB3 !important;
    margin-left: 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    padding: 8px 0 !important;
}
.dataTables_length label {
    display: none !important;
}
.dataTables_paginate .pagination {
    float: right;
    margin-right: 15px;
}
.dataTables_info {
    padding: 15px;
    font-size: 13px;
}
.srchsmpl {
    border: 0px;
    background-color: transparent;
}
.srchsmpl:hover, .srchsmpl:focus {
    border: 0px;
}
.dataTables_filter {
    text-align: right;
    padding-right: 15px;
}
#printpage {
    cursor: pointer;
}
.formtable thead th {
    vertical-align: middle !important;
    border-bottom: 1px solid #dee2e6 !important; 
}
mark{
    background: orange;
    color: black;
}