@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: 0;
}

html {
    -webkit-font-smoothing: antialiased;
    position: relative;
}

body{
	
}

img {
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
}

:focus {
    outline: 0;
}

.font-10{
	font-size: 10px;
}

.font-12{
	font-size: 12px;
}

.font-13{
	font-size: 13px;
}

.font-14{
	font-size: 14px;
}

.ff-poppins{
	font-family: 'Poppins', sans-serif;
}

.ff-lato{
	font-family: 'Lato', sans-serif;
}

.ff-inter{
	font-family: 'Inter', sans-serif;
}

.ff-sourcesans{
	font-family: 'Source Sans Pro', sans-serif;
}

.fw-500{
	font-weight: 500;
}

.text-light-gray{
	color: #8692A6;
}

.text-dark-gray{
	color: #696F79;
}

.text-blue{
	color: #3566AB !important;
}

.cursor-pointer{
	cursor: pointer;
}

.bg-gray{
	background-color: #F5F5F5;
}

.bg-purple{
	background-color: #234575;
}

.bg-light-green{
	background-color: #84E573;
}

.bg-light-purple{
	background-color: #A957C5;
}

.bg-light-blue{
	background-color: #38BBC3;
}

.bg-light-red{
	background-color: #E5502A;
}

.btn-outline-green{
	color: #3FC976;
	border-color: #3FC976;
}

.btn-green{
	background-color: #3FC976;
}

.btn-outline-green:hover{
	background-color: #3FC976;
	color: #fff;
	transition: 1.5s;
}

.btn-purple{
	background-color: #696CFF;
}

.btn-purple:hover{
	background-color: #462abf;
    border-color: #462abf;
	transition: 1.5s;
}

#save-button{
	background-color: #3FC976 !important;
}

#save-button:hover{
	background-color: #35915a !important;
    border-color: #3FC976 !important;
	transition: 1.5s !important;
}

.badge-yellow{
	background: #FFFADE;
	color: #D1B01C;
}

.badge-green{
	background: #E5FFDE;
	color: #4BCF29;
}

.badge-red{
	background: #FFE9E9;
	color: #D11C1C;
}

.logo-text h3{
	font-size: 10px;
}

.logo-text p{
	font-size: 8px;
}

.main-auth {
    font-family: 'Inter', sans-serif;
    background-image: url(../images/login-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rounded-8{
	border-radius: 8px;
}

.rounded-10{
	border-radius: 10px;
}

.auth-left{
	height: 94.5vh;
	display: flex;
	align-items: center;
}

.right-content img {
    width: 100%;
    max-width: 45%;
}

.right-content h5 {
    font-size: 18px;
}

.main-auth .right-content {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.6) 1.67%, rgba(0, 0, 0, 0) 101.93%, rgba(122, 122, 122, 0.478084) 101.93%);
    width: 100%;
    max-width: 45%;
}

.auth-left .left-content{
	max-width: 60%;
	margin: auto;
}

.auth-left .form-outline input{
	padding: 12px 15px;
	background: transparent;
}

.auth-left .form-label,.register-content .form-label{
	margin-bottom: 0;
    position: relative;
    top: 11px;
    left: 10px;
    font-size: 14px;
    background: white;
}

.auth-left {
    height: 94.5vh;
    display: flex;
    align-items: center;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.9) 100%);
}

.main-content .form-heading{
	color: #484B55;
	padding-left: 35px;
	font-weight: 600;
}

.main-content .table-heading{
	padding-left: 25px;
}

.register-content .form-label{
	color: #000;
	font-weight: 600;
	font-size: 12px;
	font-family: 'Source Sans Pro', sans-serif;
}

.search-bar{
	border-radius: 25px;	
	overflow: hidden;
}

.input-divider{
	/* background: #858585; */
    /* height: 25px; */
    /* margin-top: 5px; */
    /* width: 2.3px; */
}

.registration-modal{
	max-width: 400px;
}

.reg-modal,.reg-modal:hover{
	color: #3FC976;
	border-bottom: 2px solid #3FC976;
	padding-bottom: 5px;
	border-radius: 0;
	padding: 0;	
}

.modal-heading{
	color: #858585;
}

.modal-header .modal-cross{
	color: #E5502A;
}

.form-btns button{
	background: linear-gradient(6.56deg, #D6E3F3 -1.63%, #EEF1EC 96.78%);
	margin-bottom: 20px;
	box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.09);
	color: #858585;
	padding: 18px;
}

.dash-card{
	box-shadow: 0px 7px 16px rgba(216, 216, 216, 0.25);
	border: 0;	
}

.dash-card:hover{
	box-shadow: 0px 7px 16px rgba(82, 106, 128, 0.25);
}

.dash-card .card-icon{	
	height: 50px;
	width: 50px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dash-card .card-counter{
	color: #484B55;
}

.dash-card .counter-border{
	height: 3px;
	width: 30px;
	margin-bottom: 5px;
}

.dash-card .card-desc{
	color: #606163;
	line-height: 1.3;
}

.college-graph{
	box-shadow: 0px 0px 5.29958px 2.64979px rgba(0, 0, 0, 0.03);
}

.certificate-graph{
	box-shadow: 0px 0px 5.29958px 2.64979px rgba(0, 0, 0, 0.03);
}

.register-content,.print-table{
	/* margin-left: 10px;
	border: 1px solid #E2E2E2; */
	background-color: #fff;
    /* padding: 25px 0; */
    margin-bottom: 15px;
    border: 1px solid #e2e2e2;
}
button.dt-button{
	padding:3px 15px !important;
}
.register-content input,.register-content select{
	padding: 12px 15px;
}

.register-content .form-check-input{
	padding: 0;
}

.farm-table{
	border: 1px solid #e2e2e2;
}

.farm-table{
	font-size: 12px;
}

.farm-table td{
	padding: 10px 8px;
	color: #7A7A7A;
}

.farm-table.table-striped>tbody>tr:nth-of-type(odd){
	background: #F1F4FF;	   
}

.farm-table.table-striped>tbody>tr:nth-of-type(even){
	background: #fff;	   
}

.water-check-boxs .form-check-label{
	font-size: 12px;
	color: #5F5F5F;
}

.table-content th{
	border: 0;
	font-weight: 500;	
}

.table-content h6{
	font-size: 14px;
    font-weight: 600;
	
}

.table-content p{
	font-size: 12px;
}

.table-content thead{
	background-color: #696CFF;
	color: #fff;
}

.register-content .nav-pills .nav-link{
	color: #484B55;
	padding: 15px 25px;
	font-family: 'Source Sans Pro', sans-serif;
}

.register-content .nav-pills .nav-link.active{
	background-color: transparent;
	color: #484B55;
	border-bottom: 2px solid #484B55;
	border-radius: 0;
	font-weight: bold;
}

.table-one h6,.table-two h6,.table-three h6{
	color:  #484B55;
}

.print-table p{
	/* font-size: 12px; */
	color: #909090;
}

.table-header{
	border: 1px solid #efefef;
    margin: 0 16px 0 24px;
    border-bottom: 0;
}

.attach-file{
	height: 43px;
}
.attach-input{									
	position: relative;
}
.inputs {
	position:absolute;
	left: 0px;
	height: 100%;
	max-height: 50%;
	width: 100%;
	opacity: 0;
	background: #00f;
	z-index:999;
}								
.attach-input .icons {
	position: absolute;
	right: 10px;
	top: 37px;
}

footer{
	font-family: 'Roboto', sans-serif;;
}

.footer-bottom{
	position: absolute;
    right: 17px;
    bottom: 10px;
}

.footer-text{
	font-size: 12px;
	font-weight: 500;
}
.menu-btn{
	opacity: 0;
}

.cross-icon{
	position: absolute;
    top: 0px;
    right: 4px;
    font-size: 20px;
	color: #5F5F5F;
	display: none;
}



@media screen and (max-width: 768px) {
  .menu-btn {
    opacity: 1;
  }
  .sidebar-nav{
	display: none;
  }
  .search-bar{
	display: none;
  }
  .cross-icon{
	display: block;
  }
  main{
	padding: 2rem 0;
  } 
}

@media screen and (max-width: 968px) {
  
.register-content .nav-pills .nav-item{	
    display: block;
    width: 100%;
  }  
.register-content .nav-pills .nav-link{
	padding: 15px 0px;
  }
}
