@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

/* @font-face {
    font-family: "Lato-Regular";
    src: url("../fonts/Lato/Lato-Regular.ttf");
  }
@font-face {
    font-family: "Lato-Bold";
    src: url("../fonts/Lato/Lato-Bold.ttf");
}
@font-face {
    font-family: "Lato-Light";
    src: url("../fonts/Lato/Lato-Light.ttf");
} */

@font-face {
    font-family: "Poppins-Regular";
    src: url("../fonts/poppins/Poppins-Regular.ttf");
  }
@font-face {
    font-family: "Poppins-Bold";
    src: url("../fonts/poppins/Poppins-Bold.ttf");
}
@font-face {
    font-family: "Poppins-SemiBold";
    src: url("../fonts/poppins/Poppins-SemiBold.ttf");
}
@font-face {
    font-family: "Poppins-Medium";
    src: url("../fonts/poppins/Poppins-Medium.ttf");
}
@font-face {
    font-family: "Poppins-Light";
    src: url("../fonts/poppins/Poppins-Light.ttf");
}

body {
    font-family: "Poppins-Regular" !important;
    background-color: #fafafa !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins-SemiBold" !important;
    font-weight: normal;
}
#sidebar-menu ul li a {
    font-family: "Poppins-Regular" !important;
    font-size: 14px;
    padding: 13px 16px;
} 

#sidebar-menu ul li ul.sub-menu li a {
    padding: .4rem 10px .4rem 3.2rem;
    font-size: 13px;
}
.f-13 {
    font-size: 13px;
}
.f-14 {
    font-size: 14px;
}
.logo-lg img {
    width: 97%;
}
.ml-auto {
    margin-left: auto;
}
.pl-6 {
    padding-left: 6%;
}
.pl-0 {
    padding-left: 0;
}
.pr-0 {
    padding-right: 0;
}
.header-profile-user {
    background: transparent;
}
.pt-20 {
    padding-top: 20px;
}
.pt-9 {
    padding-top: 9px;
}
.mr-3 {
    margin-right: 3px;
}
footer {
    font-size: 12px;
}
.f-13 {
    font-size: 13px;
}
.text-right {
    text-align: right;
}

/************** SIMPLE POPUP *******************/
.overlay-popup-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	display: none;
	z-index: 11111;
}
.popup {
	margin: 35px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all .5s ease-in-out;
	top: 100px;
}
.popup .close {
	position: absolute;
	top: 6px;
	right: 10px;
	transition: all 200ms;
	font-size: 23px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
    cursor: pointer;
}
.popup .close:hover {
  	color: #C54E47;
}
.popup .content {
  	max-height: 30%;
  	overflow: auto;
/*	margin-top: 5%;*/
	text-align: center;
/*	font-weight: bold;*/
margin: auto !important;
}
.popup .content h3 {
    font-size: 20px;
    margin: auto;
    font-weight: 500;
    font-family: "Poppins-Regular" !important;
}
.error {
    font-size: 12px;
}
.popup .modal-header h5 {
    font-family: "Poppins-Medium" !important;
}
.popup label {
    text-align: left !important;
}
.dashboard-list { 
    box-shadow: 0 0.26rem 10px rgb(219 219 219);
    text-align: center;
    border-radius: 13px;
    padding: 20px 10px;
}
.dashboard-list img {
    width: 56px;    margin-top: 10px;
    margin-bottom: 7px;
}
.dashboard-list h4 {height: 22px;color: #000;}
 
#ContentPlaceHolder1_txtJobDesc, #txtJobDescription {
    height: 100px;
}
.card-header a, .card-footer a {
    margin-right: 3px;
}
.btn-outline-success:active {
    color: #000 !important;
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }
}
.activity-feed .feed-item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #31ce36;
}
.activity-feed .feed-item .date {
    color: #757575;
    font-weight: 600;
}
.feed-item-success::after {
    background: #31ce36 !important;
}
.activity-feed .feed-item .text {
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
}
.History-height {
    max-height: 326px;
    overflow-y: scroll;
}

#basic-datatables_filter {
    justify-content: end;
}
.by-name {
    text-align: left;
    width: 285px;
    display: block;
    margin: auto 0 auto auto;
    font-size: 11px;color: #aaa;
}

@media (max-width: 600px) {
    .by-name {
        text-align: center;
    }
}

.page-title { line-height: 56px !important;}
.mdi-menu, .page-title.font-size-18{padding-top:7px;color: #0f345d;}
.header-profile-user{margin-top:11px;}
#header1_lblusername{margin-top: 18px;
    margin-left: 4px;
    text-transform: capitalize;
    color: #000;}
.card p { 
    font-family: "Poppins-Medium" !important;
}
.footer { border-top: 1px solid #ededed;}
.btn-outline-success {
    background: #4caf500a !important;
    border-color: #4CAF50 !important;
    color: #4caf50;}
body[data-sidebar=dark] .mm-active .active {
    color: rgba(255, 255, 255, 1) !important;
    background-color: rgb(28 74 126);
    letter-spacing: 0.2px;
}
body[data-sidebar=dark] #sidebar-menu ul li a:hover {
    color: #fff;
    background: rgb(28 74 126 / 40%) !important;
letter-spacing: 0.1px;
}
body[data-sidebar=dark] #sidebar-menu ul li a {
    color: rgba(255, 255, 255, .95)!important;
}
.card p {
    color: #000000 !important;
    font-size: 17px !important; 
}
.no-record{text-align: center;padding-top: 4.5rem;margin-bottom: 1.5rem;
    display: block ;}
#sidebar-menu .has-arrow:after { position: absolute;
    right: 20px;}
body[data-sidebar=dark] #sidebar-menu ul li ul.sub-menu li a,body[data-sidebar=dark] #sidebar-menu ul li a i { 
    color: rgba(255, 255, 255, .95)!important;}
.form-control,.form-control:focus { color: #000000; opacity: 1;}
td{    vertical-align: middle;}

 .a-hover-design a:first-child { 
                 border-top-left-radius: .25rem;
                border-bottom-left-radius: .25rem; 
                color: #707070;
                pointer-events: none;
                background-color: #fff;
                border-color: #ced4da;
                 padding: .5rem .75rem;
    cursor: pointer;border:1px solid #e9ecef;
            }
.a-hover-design a:nth-child(6){ 
                 border-top-right-radius: .25rem;
                border-bottom-right-radius: .25rem; 
                color: #707070;
                pointer-events: none;
                background-color: #fff;
                border-color: #ced4da;
                 padding: .5rem .75rem;
    cursor: pointer;border:1px solid #e9ecef;
            }


            .a-hover-design a:nth-child(5){
                z-index: 3;
    color: #fff;
    background-color: #12406f;
    border-color: #12406f;
    padding: .5rem .75rem;
    cursor: pointer;
            }
            .a-hover-design a:nth-child(2), .a-hover-design a:nth-child(3), .a-hover-design a:nth-child(4){
                display:none !important;
            }
table td{color:#000 !important; }
.a-hover-circle-design a:hover{ box-shadow: 0 0 4px 0px #12406f; }
.a-hover-circle-design a{ font-size: 13px;
    color: #12406f;border-radius:30px; padding: 1px 8px;
    margin-right: 5px;
    background-color: #fff;
    border-color: #12406f;
    box-shadow: 0 0 4px 0px #ddd; 
}
.a-hover-circle-design .aspNetDisabled.page-list{color: #fff;
    background-color: #12406f;
    border-color: #12406f;
}
select{padding-right: 30px !important;}
.dataTables_info{display:none;}