@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

*, body{
    font-family: 'Poppins', sans-serif;
}
body{
    background-color: #EEF4FF;
}
h3, a, button, label{
    font-family: 'Poppins', sans-serif !important;
}
.header-top {
    background: #052C68 !important;
}
.offcanvas-footer{
    background: #052C68 !important;
}
.header-fixed.header-bottom-enabled .header{
    height: 70px;
}
label.user-name {
    color: #052c68;
}
.master-admin-block{
    background-color: #EEF4FF !important;
    background-repeat: no-repeat;
    background-position: right bottom; 
    background-size: 30% auto; 
    background-image: url(../images/maskgroup/MaskGroup7.png);
}
.header-fixed.header-bottom-enabled .wrapper{
    padding-top: 100px;
}
h3.text-primary {
    color: #052C68!important;
}
.btn.btn-outline-primary {
    color: #052C68;
    background-color: transparent;
    border-color: #052C68;
}
.btn.btn-primary, .btn.btn-outline-primary:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-outline-primary:focus:not(.btn-text), .btn.btn-outline-primary.focus:not(.btn-text) {
    color: #FFFFFF;
    background-color: #052C68;
    border-color: #052C68;
}
.form-group.row label {
    font-weight: 500;
}
body#kt_body .header-top{
    height: 35px;
}
.master-admin-block {
    width: 214px;
    height: 114px !important;
    background-size: 50px;
    background-color: #EEF4FF;
}
.card.card-custom.bgi-no-repeat.gutter-b.card-stretch.master-admin-block {
    font-size: 18px;
    font-weight: 400;
}
.master-admin-block .card-body {
    padding: 7px 17px !important;
}
.fv-plugins-message-container {
    color: red;
}
.w-90 {
    width: 95% !Important;
    min-height: 500px;
}
.loading {
  height: 0;
  width: 0;
  padding: 15px;
  border: 6px solid #ccc;
  border-right-color: #888;
  border-radius: 22px;
  -webkit-animation: rotate 1s infinite linear;
  /* left, top and position just for the demo! */
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 9999;
}

img.img3 {
    height: 60px;
    margin-top: 10px;
}
@-webkit-keyframes rotate {
  /* 100% keyframe for  clockwise. 
     use 0% instead for anticlockwise */
  100% {
    -webkit-transform: rotate(360deg);
  }
}
    @media only screen and (max-width: 450px) {
			label.user-name {
			display: block;
		}
	}
    @media only screen and (max-width: 768px) {
        .img2 {
            width: 82%;
        }
        .img3 {
            display: none;
        }
        .card-body-main {
            padding: 24px 15px 10px 27px;
            border: none;
        }
        .header-top{
            display: flex;
            align-items: center;
        }
    }
    
.toast-top-right {
    top: 40px !important;
    right: 12px;
}
.doc-img-thumbnail {
    padding: 0;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
    width: 32px;
    margin-top: 25px;
}
.action-btn-success{
	margin:5px;
	padding:5px;
	color:white;
	background-color:blue;
}
.action-btn-danger{
	margin:5px;
	padding:5px;
	color:white;
	background-color:red;
}
.nav.nav-pills .show > .nav-link, .nav.nav-pills .nav-link.active{
    color: #052c68;
    background: #fff;
    border-color: #052c68 !important;
}
.nav.nav-pills .show > .nav-link .nav-text, .nav.nav-pills .nav-link.active .nav-text{
    color: #052c68;
    font-weight: 600;
    font-size: 14px;
}
.nav.nav-pills .show > .nav-link .nav-icon i, .nav.nav-pills .nav-link.active .nav-icon i{
    color: #052c68;
    font-size: 9px;
}
.nav.nav-pills .nav-link .nav-icon i{
    font-size: 9px;
}
.nav.nav-pills .nav-link .nav-text{
    font-weight: 600;
    font-size: 14px;
}
.menu-background{
    background:#f7f8fb;
}
.custom-menu-item {
    width: 368px;
    padding: 9px 0px 6px 0px;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 14px;
    margin-bottom: 7px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #525252;
    text-align: center;
}
.custom-menu-item span {
    color: #504848;
}
.custom-menu-item:hover {
    box-shadow: 0px 0px 2px 1px #1854b1;
}
    .col-md-8.col-12.col-sm-12.menu-background{
    margin-left: 30px;
    margin-top: 0px;
    }
    
@media only screen and (max-width: 900px) {
        
.custom-menu-item {
    width: 90%;
    padding: 9px 0px 6px 0px;
    border-radius: 4px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    background: #fff;
    box-shadow: 0px 0px 2px 0px #525252;
    text-align: center;
}

    .col-md-8.col-12.col-sm-12.menu-background{
    margin-left: 0px;
    margin-top: 30px;
    }
}

select.form-control:not([size]):not([multiple]) {
        height: calc(1.5em + 1.65rem + 2px) !important;
}
.login-link-box {
    padding: 20px;
}
.login-link-box i, .login-link-box .card {
    background: #eef4ff;
    color: #052c68;
}
.login-link-box .card{
    border-radius: 18px;
    border: 1px solid #7baaf1;
}
.login-link-box .card-body {
    padding: 20px 10px 0px;
}
.noticebord{
    background-color:#fff9ef;
    min-height: 500px;
    color:
}
.noticebord .card-title {
    color: #3a3a3a;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
}
.btn-custom-white {
    color: #052c68;
    background-color: #ffffff;
    border-color: #ffffff;
}
#kt_body #institute .header-top {
    height: 50px;
}
#institute .dropdown-menu.l-50{
left: -50px !important;
}
@media (max-width: 600px){
#institute .dropdown-menu.l-50 {
    width: 50vw;
}
}

.card.card-custom > .card-header.bg-profile-header{
    background: #edf3fe;
}
.card-header.bg-profile-header .small{
font-size: 12px;
}
.profile .text-value {
    color: #052c68;
    font-size: 16px;
    font-weight: 500;
}
.profile .text-heading {
    font-size: 16px;
    font-weight: 500;
    color: #64686a;
}
#profile .bg-profile-header h3.text-heading {
font-size: 20px;
font-weight: 600;
color: #052c68;
}
.fas.text-primary{
color: #052c68 ! important;
}
.fa-rupee-sign:before {
    content: "";
    font-size: 14px;
    font-weight: 600;
    color: #3f4254;
}
.master-admin-block:hover {
    box-shadow: 1px 1px 5px 0px #255cb1;
    cursor: pointer;
}

/*ajax loader*/
 .loader_div {
  position: relative;
  margin: 0;
  height: 20vh;
  display: grid;
  place-content: center;
}
circle {
  transform-origin: center;
  transform-box: fill-box;
  transform-origin: center;
  animation: rotate linear infinite;
}
circle:nth-child(1) {
  animation-duration: 1.6s;
}
circle:nth-child(2) {
  animation-duration: 1.2s;
}
circle:nth-child(3) {
  animation-duration: 0.8s;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
svg {
  width: 100px;
  height: 100px;
}
.dataTables_empty {
    display: none;
}

.edit-icon{
    color:blue;
}
.delete-icon{
    color:red;
} 
.btn-div{
    text-align:center;
}
.form-btn{
    width: 30%;
}
p.pagination-new.text-center {
    padding: 20px;
}
p.pagination-new.text-center strong, p.pagination-new.text-center a {
    font-size: 16px;
    padding: 0px 7px;
    box-shadow: 0px 0px 4px 0px #585a5c;
    margin: 0 10px;
    border-radius: 3px;
}
span.input-group-text {
    border: none;
}
.timeline.timeline-2 .timeline-item{
    padding: 20px 0;
}