.main-header {
    position: fixed;
    top: 0;
    right: -5px;
    width: calc(100% - 220px);
    height: 80px;
    padding: 0 5px;
    z-index: 1;
    transition: 0.5s all;
    margin-top: 0px;
}
.home-content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    /* background: #00483e; */
    background: linear-gradient(90deg, #3681CD 0%, #18446A 100%);
    padding: 10px 10px;
    top: 0;
    left: 0;
    border-radius: 0;
    box-shadow: 0px 1px 1px #00000061;
    transition: 0.5s all;
}
.logo-box {
    padding: 0px 0px 0px 0px;
    position: relative;
    top: 0px;
    border-radius: 50px 0px 0px 50px;
}
.logo-box .img_con {
    position: relative;
    float: left;
    width: 55px;
    height: 59px;
    border-radius: 50%;
    padding: 2px;
    margin-right: 5px;
    filter: invert(0) brightness(500);
}
.logo-box .img_con img {
    width: 100%;
    height: 100%;
}
.logo-box .img_con.logo {
    border-radius: 5px;
    width: auto;
    height: 47px;
}
.logo-box .module_text {
    /* border-left: 2px solid #ffffff6b; */
    height: 45px;
    padding: 0 0 0 5px;
}
.logo-box .module_text span {
    font-size: 15px;
    color: #fff;
    padding: 0;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 1px;
}
.logo-box p {
    border-top: 2px solid #ffffff80;
}
.logo-box .module_text p small {
    font-size: 12px;
    color: #fff;
    text-shadow: none;
}
.header_right {
    margin: 0;
    padding: 0 5px 0 10px;
    list-style: none;
    margin-left: 10px;
    display: flex;
    align-items: center;
    position: relative;
    top: 0px;
}
.header_right li {
    overflow: hidden;
    padding: 0 2px;
}
.notificationtop {
    position: relative;
}
.header_right li a {
    color: #000;
    text-decoration: none;
}
.header_right i {
    font-size: 22px;
    color: #fff;
    /* background: #f7faff; */
    /* height: 40px; */
    /* width: 40px; */
    /* border-radius: 50%; */
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    /* box-shadow: 0px 2px 4px #00000069; */
}
.sidebar_conatiner {
    position: fixed;
    top: 0;
    left: 0;
    width: 230px;
    height: 100vh;
    transition: 0.5s all;
    z-index: 0;
}
.sidebar_conatiner .sidebar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
    /* background: #00362f url(../img/parten.png); */
    /* background: #162D8E; */
     background: linear-gradient(190.75deg, #3681CD -13.38%, #18446A 132.7%);
    /* background-attachment: fixed; */
    background-size: cover;
    padding: 0px 10px 15px;
    border-radius: 0px;
    margin-top: 0px;
    box-shadow: inherit;
}
.sidebar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(190deg, rgb(0 32 130 / 79%) -1.1%, rgb(1 70 22) 100.7%); */
    border-radius: 10px;
}
.profile-box {
    list-style: none;
    position: relative;
    border-radius: 6px;
    padding: 10px;
    color: #000;
    margin: 15px 0;
    background: #27629B;
    width: 100%;
    transition: all ease;
    display: flex;
    border-bottom: inherit;
    border: 1px solid #205483;
    gap: 10px;
    align-items: center;
}
.sidebar>h5 {
    color: #ffffffd9;
    position: relative;
    left: -10px;
    border-bottom: 2px solid #ffffff70;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-align: left;
    padding: 12px 17px 7px;
    background: #00000012;
    width: calc(100% + 20px);
}
body.sidebar_collapsed .sidebar_conatiner #btn_navToggle{
	right: 0 !important;
}
#btn_navToggle {
     border: 0px;
    color: #000;
    background: #fff;
    float: right;
    position: relative;
    top: -7px;
    right: -10px;
    border-radius: 25px;
    opacity: 1;
    height: 25px;
    width: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar .nav-links {
    height: calc(100vh - 169px);
    overflow: auto;
    padding: 0;
}
.sidebar .nav-links li {
    position: relative;
    list-style: none;
    transition: all linear 0.5s;
    padding: 0 0px 4px;
}
.sidebar .nav-links > li {
    line-height: 40px;
    border-bottom: 1px dotted #ffffff96;
    border-top: inherit;
}
.sidebar .nav-links li:first-child {
    border-top: 0px;
}
.sidebar .nav-links li a {
    display: flex;
    align-items: baseline;
    text-decoration: none;
    gap: 5px;
}
.sidebar .nav-links>li>a, .sidebar .nav-links>li>.iocn-link>a {
    width: 100%;
    padding: 6px 5px;
    border-radius: 7px;
}
.sidebar .nav-links li i {
    height: 16px;
    min-width: 15px;
    text-align: center;
    line-height: 16px;
    /* color: var(--color3); */
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    right: 4px;
}
.sidebar .nav-links li a .link_name {
    font-size: 13px;
    font-weight: 500;
    padding-left: 0px;
    color: var(--colorwhite);
    transition: all 0.4s ease;
    letter-spacing: -0.25px;
    line-height: 19px;
    position: relative;
    left: -5px;
}
.sidebar .nav-links li .iocn-link {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background: #266098 !important;
    border-color: #dee2e6 #dee2e6 #fff;
}

.table thead {
    font-size: 13px;
    background: #266098 !important;
    height: 32px;
}

.table thead tr th {
    font-size: 13px;
    background: #266098 !important;
    font-weight: 500;
    height: 32px;
    color: #FFFFFF;
}
.color_white{
	 color: #FFFFFF !important;
}
.table tr.append-box{
    vertical-align: top;
}
.table-responsive{
        background: #F9FAFF;
    padding: 10px 5px;
    border-radius: 0 0 4px 4px;
}
.select2-container .select2-selection--single{
	height:30px !important;
}

.form-control-sm{
	padding: 0.375rem 0.75rem;
}
.select2{
	font-size: 12px !important;
    width: 100% !important;
}
.select2-results__option[aria-selected] {
    cursor: pointer;
    font-size: 12px;
}
.bootstrap-select>.dropdown-toggle{
	border: 1px solid #90909099;
    background: transparent;
    font-size: 12px !important;
    height: 30px;
    line-height: 10px;
    padding: 2px 10px !important;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
}
.dropdown-toggle::after {
    border-top: 0.4em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    color: #888888;
}
.bootstrap-select>.dropdown-toggle.show:after{
	rotate:180deg;
}
.select2-results>.select2-results__options .select2-results__option,.select2-selection__rendered{
    text-transform: inherit;
}
.select2-results>.select2-results__options .select2-results__option::first-letter,.select2-selection__rendered::first-letter {
  	text-transform: uppercase !important;
}
td .btn-info {
    border-bottom: 3px solid #037992 !important;
    background: #0dcaf0;
    border: none;
    color: #ffffff;
    margin: 0;
    border-radius: 5px !important;
    border-right: 3px solid #037992;
    line-height: 10px !important;
}
.bootbox-cancel{
    background: #ff0000 !important;
    border-bottom: 4px solid #cc0808 !important;
}
.alert-success {
    color: #006b39;
    background-color: #95e9888c !important;
    border-color: #badbcc;
}

fieldset {
    box-shadow: 0px 3px 6px 0px #0c1d633b;
    padding: 20px 15px 15px;
    position: relative;
    border-radius: 8px;
    border: 2px dashed #0c1d633b;
}
legend {
    line-height: normal;
    position: absolute;
    top: -13px;
    font-size: 13px;
    font-weight: 600;
     color: #266098;
    background: #d4dfea;
    width: fit-content;
    padding: 4px 15px;
    border-radius: 4px;
}
fieldset table tbody tr:hover {
    background-color: unset !important;
}
.staff-form table tbody tr:hover {
    background-color: #ffffff;
}
.autocomplete-suggestion{
    line-height: 12px !important;
    font-weight: 500 !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    background: #ffdec2 !important;
    margin-bottom: 1px !important;
}
.autocomplete-suggestion.autocomplete-selected{
/*     color: #fd5c00 !important; */
/*     font-weight: 600 !important; */
    background-color:#015dff !important;
}


.tooltip-inner {
    background-color: #fff; 
    color: #000;            
    font-size: 12px;
    font-weight: 500;
    box-shadow: 0 0 5px 0 #2e2e2e;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #fff !important;
    
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: unset !important;
    left: 0;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: unset !important;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: unset !important;
}
.logout_icon{
	background: #DB3B3B;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.salaryCard{
    	background: #cfe2ff;
	    border: 1px solid #2550ec96;
	    padding: 0px 5px;
	    border-radius: 10px;
        box-shadow: 0px 0px 4px 0px #666666 inset;
        & h3{
       	    color: #002ac0;
    		font-weight: 600;
        	font-size: 13px;
        	letter-spacing: 0.5px;
        }
    }
.salaryCard.summary-card P{
	font-size: 12px;	
}